Attention is currently required from: Jason Glenesk, Marshall Dawson, Kangheui Won. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Martin Roth, Marshall Dawson, Angel Pons, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52537
to look at the new patch set (#3).
Change subject: amd/vboot: remove bl_syscall_public.h from include ......................................................................
amd/vboot: remove bl_syscall_public.h from include
bl_syscall_public.h is a header file for PSP app, but was used for x86 code to get the definition of PSP_INFO. Move the definition into psp_transfer.h and do not include bl_syscall_public.h from x86 code.
BUG=none TEST=build psp_verstage on zork BRANCH=none
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: I0fe011652a47d0ba2939dc31ee3b83f0718a61dc --- M src/soc/amd/common/vboot/vboot_bootblock.c M src/soc/amd/picasso/include/soc/psp_transfer.h 2 files changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/52537/3