coreboot: Add support for CBMEM console
authorJulius Werner <jwerner@chromium.org>
Tue, 13 Jun 2017 22:53:45 +0000 (15:53 -0700)
committerJulius Werner <jwerner@chromium.org>
Fri, 19 Jan 2018 23:21:12 +0000 (15:21 -0800)
commit1c5f5031f38ed77688298d419727a6f0930e0673
tree0ce47576b2e24073a1f22ce3d808da2364e3f9c6
parent890abc33e46349fb01aed443ad7128b82ba34f3d
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>
drivers/coreboot/cbmem_console/aarch64/cbmem_console.S [new file with mode: 0644]
include/drivers/coreboot/cbmem_console.h [new file with mode: 0644]
lib/coreboot/coreboot.mk
lib/coreboot/coreboot_table.c