]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add console command to display CBMEM console buffer
authorVadim Bendebury <vbendeb@chromium.org>
Fri, 12 Oct 2012 18:48:48 +0000 (18:48 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Nov 2012 21:44:03 +0000 (13:44 -0800)
commitb012bc94ac5cf4fd530f1a64836d29a51c3a5d85
tree5cf78b6fa97d730d663423c9fef8347e49b459ac
parent98ab435f736f24b503c8a9dbacc3ee1556a58106
x86: Add console command to display CBMEM console buffer

This command is useful to allow to observe messages generated by
coreboot and u-boot until present. In particular it is handy when
u-boot is instrumented to fall through into console mode on startup
errors.

Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/cbmem_console.c [new file with mode: 0644]