Home
last modified time | relevance | path

Searched hist:"1 c5f5031f38ed77688298d419727a6f0930e0673" (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/lib/coreboot/
H A Dcoreboot.mk1c5f5031f38ed77688298d419727a6f0930e0673 Tue Jun 13 22:53:45 UTC 2017 Julius Werner <jwerner@chromium.org> coreboot: Add support for CBMEM console

coreboot supports an in-memory console to store firmware logs even when
no serial console is available. It is widely supported by
coreboot-compatible bootloaders (including SeaBIOS and GRUB) and can be
read by the Linux kernel.

This patch allows BL31 to add its own log messages to this console. The
driver will be registered automatically if coreboot support is compiled
in and detects the presence of a console buffer in the coreboot tables.

Change-Id: I31254dfa0c2fdeb7454634134b5707b4b4154907
Signed-off-by: Julius Werner <jwerner@chromium.org>
H A Dcoreboot_table.c1c5f5031f38ed77688298d419727a6f0930e0673 Tue Jun 13 22:53:45 UTC 2017 Julius Werner <jwerner@chromium.org> coreboot: Add support for CBMEM console

coreboot supports an in-memory console to store firmware logs even when
no serial console is available. It is widely supported by
coreboot-compatible bootloaders (including SeaBIOS and GRUB) and can be
read by the Linux kernel.

This patch allows BL31 to add its own log messages to this console. The
driver will be registered automatically if coreboot support is compiled
in and detects the presence of a console buffer in the coreboot tables.

Change-Id: I31254dfa0c2fdeb7454634134b5707b4b4154907
Signed-off-by: Julius Werner <jwerner@chromium.org>
/rk3399_ARM-atf/include/drivers/coreboot/
H A Dcbmem_console.h1c5f5031f38ed77688298d419727a6f0930e0673 Tue Jun 13 22:53:45 UTC 2017 Julius Werner <jwerner@chromium.org> coreboot: Add support for CBMEM console

coreboot supports an in-memory console to store firmware logs even when
no serial console is available. It is widely supported by
coreboot-compatible bootloaders (including SeaBIOS and GRUB) and can be
read by the Linux kernel.

This patch allows BL31 to add its own log messages to this console. The
driver will be registered automatically if coreboot support is compiled
in and detects the presence of a console buffer in the coreboot tables.

Change-Id: I31254dfa0c2fdeb7454634134b5707b4b4154907
Signed-off-by: Julius Werner <jwerner@chromium.org>
/rk3399_ARM-atf/drivers/coreboot/cbmem_console/aarch64/
H A Dcbmem_console.S1c5f5031f38ed77688298d419727a6f0930e0673 Tue Jun 13 22:53:45 UTC 2017 Julius Werner <jwerner@chromium.org> coreboot: Add support for CBMEM console

coreboot supports an in-memory console to store firmware logs even when
no serial console is available. It is widely supported by
coreboot-compatible bootloaders (including SeaBIOS and GRUB) and can be
read by the Linux kernel.

This patch allows BL31 to add its own log messages to this console. The
driver will be registered automatically if coreboot support is compiled
in and detects the presence of a console buffer in the coreboot tables.

Change-Id: I31254dfa0c2fdeb7454634134b5707b4b4154907
Signed-off-by: Julius Werner <jwerner@chromium.org>