Hello build bot (Jenkins), Martin Roth, Furquan Shaikh, Eric Peers, Rob Barnes, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46060
to look at the new patch set (#2).
Change subject: rules.h: change verstage name if it starts before bootblock ......................................................................
rules.h: change verstage name if it starts before bootblock
VBOOT_STARTS_VEFORE_BOOTBLOCK indicates that verstage starts before bootblock. However "cbmem -1" will first try to match "bootblock starting" to find out the beginning of console for current boot.
Change ENV_STRING for verstage to "verstage-before-bootblock" in the case and add regex in cbmem utility to grab it.
BUG=b:159220781 TEST=flash and boot, check `cbmem -1` BRANCH=zork
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: Ica38f6bfeb05605caadac208e790fd072b352732 --- M src/include/rules.h M util/cbmem/cbmem.c 2 files changed, 6 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/46060/2