veyron: Enable timestamps and CBMEM console
Turn on CBMEM console support now that we have all the pieces in place, and also (re-)enable timestamps on Pinky (which have previously been taken out of the config file there, but not on Jerry and Mighty). BRANCH=None BUG=None TEST=Booted Pinky, confirmed 'cbmem -c' and 'cbmem -t' show correct results (except for the dual init in the bootblock, which CL:231942 will take care of). Change-Id: I424902f237537c9f1a65b9266a53e971ca25c09e Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/232616 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
bb4cbad4ba
commit
a6ad723ad1
3 changed files with 4 additions and 3 deletions
|
|
@ -4,5 +4,5 @@ CONFIG_CBFS_SIZE=0x100000
|
|||
# CONFIG_CONSOLE_SERIAL is not set
|
||||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
# CONFIG_ELOG=y
|
||||
# CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_VBOOT2_VERIFY_FIRMWARE=y
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ CONFIG_CBFS_SIZE=0x100000
|
|||
# CONFIG_CONSOLE_SERIAL is not set
|
||||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
# CONFIG_ELOG=y
|
||||
# CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_VBOOT2_VERIFY_FIRMWARE=y
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ CONFIG_VENDOR_GOOGLE=y
|
|||
CONFIG_BOARD_GOOGLE_VEYRON_PINKY=y
|
||||
CONFIG_CBFS_SIZE=0x100000
|
||||
# CONFIG_CONSOLE_SERIAL is not set
|
||||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
# CONFIG_ELOG=y
|
||||
# CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_VBOOT2_VERIFY_FIRMWARE=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue