Hello Julius Werner, Hung-Te Lin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37667
to look at the new patch set (#2).
Change subject: libpayload: Read from cbmem console ......................................................................
libpayload: Read from cbmem console
To support showing cbmem logs on recovery screen, add a function cbmem_console_read() to read from cbmem console. Non-printable characters are automatically replaced with '?' to ensure that the returned string is printable.
BRANCH=none BUG=b:146105976 TEST=emerge-nami libpayload
Change-Id: Ie324055f5fd8276f1d833fc9d04f60a792dbb9f6 Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M payloads/libpayload/drivers/cbmem_console.c M payloads/libpayload/include/libpayload.h 2 files changed, 48 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/37667/2