Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48797 )
Change subject: soc/amd/stoneyridge: Remove unused psp.h ......................................................................
soc/amd/stoneyridge: Remove unused psp.h
psp.h was first included when Stoney Ridge began loading the first SMU firmware. That step was later moved from bootblock to romstage.
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: Id646390ce377143d09455f797de1b149dbb615b5 --- M src/soc/amd/stoneyridge/bootblock.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/48797/1
diff --git a/src/soc/amd/stoneyridge/bootblock.c b/src/soc/amd/stoneyridge/bootblock.c index 4025f80..330b371 100644 --- a/src/soc/amd/stoneyridge/bootblock.c +++ b/src/soc/amd/stoneyridge/bootblock.c @@ -15,7 +15,6 @@ #include <soc/pci_devs.h> #include <soc/cpu.h> #include <soc/southbridge.h> -#include <amdblocks/psp.h> #include <timestamp.h> #include <halt.h>
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48797 )
Change subject: soc/amd/stoneyridge: Remove unused psp.h ......................................................................
Patch Set 1: Code-Review+2
Marshall Dawson has submitted this change. ( https://review.coreboot.org/c/coreboot/+/48797 )
Change subject: soc/amd/stoneyridge: Remove unused psp.h ......................................................................
soc/amd/stoneyridge: Remove unused psp.h
psp.h was first included when Stoney Ridge began loading the first SMU firmware. That step was later moved from bootblock to romstage.
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: Id646390ce377143d09455f797de1b149dbb615b5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48797 Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/stoneyridge/bootblock.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/soc/amd/stoneyridge/bootblock.c b/src/soc/amd/stoneyridge/bootblock.c index 4025f80..330b371 100644 --- a/src/soc/amd/stoneyridge/bootblock.c +++ b/src/soc/amd/stoneyridge/bootblock.c @@ -15,7 +15,6 @@ #include <soc/pci_devs.h> #include <soc/cpu.h> #include <soc/southbridge.h> -#include <amdblocks/psp.h> #include <timestamp.h> #include <halt.h>