Attention is currently required from: Jason Glenesk, Raul Rangel, Matt DeVillier, Fred Reitberger, Felix Held.
Hello Jason Glenesk, Raul Rangel, Matt DeVillier, Fred Reitberger, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/71887
to look at the new patch set (#2).
Change subject: soc/amd/common/psp_verstage: Unused plat calls ......................................................................
soc/amd/common/psp_verstage: Unused plat calls
Remove unused references from platform calls to be more consistent in code layout. This is better from a style standpoint in that unused functions won't be declared for platforms. It still provides an additional failure mechanism should a platform try to use an undefined function, linking will fail.
BUG=None TEST=Builds and boots to ChromeOS on affected platforms
Signed-off-by: Jon Murphy jpmurphy@google.com Change-Id: Icd4cad3dc5f94f07ed535c94d2877c2011aba41d --- M src/soc/amd/common/psp_verstage/include/psp_verstage.h M src/soc/amd/common/psp_verstage/psp_verstage.c M src/soc/amd/mendocino/psp_verstage/chipset.c M src/vendorcode/amd/fsp/cezanne/include/bl_uapp/bl_syscall_public.h M src/vendorcode/amd/fsp/picasso/include/bl_uapp/bl_syscall_public.h 5 files changed, 43 insertions(+), 37 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/71887/2