Hello Randall Spangler, Aaron Durbin, Simon Glass, Julius Werner, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31886
to look at the new patch set (#2).
Change subject: vboot: rename symbols for better consistency ......................................................................
vboot: rename symbols for better consistency
Symbols prefixed with vb2_ should be reserved for internal vboot library use.
Anything outside of that may choose some other prefix. Here, we choose vboot_ instead.
Also, add some documentation to security/vboot/misc.h, which provides headers for a number of different C files.
BUG=b:124141368 TEST=Build and deploy to eve TEST=util/lint/checkpatch.pl -g origin/master..HEAD TEST=util/abuild/abuild -B -e -y -c 50 -p none -x TEST=make clean && make test-abuild BRANCH=none
Change-Id: I5d9154fd2d5df25ee254bd5ce4a173afaa6588be Signed-off-by: Joel Kitching kitching@google.com --- M src/security/vboot/bootmode.c M src/security/vboot/common.c M src/security/vboot/misc.h M src/security/vboot/vboot_crtm.c M src/security/vboot/vboot_handoff.c M src/security/vboot/vboot_loader.c M src/security/vboot/vboot_logic.c 7 files changed, 78 insertions(+), 62 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/31886/2