Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48798 )
Change subject: soc/amd/common/psp: Remove files from bootblock ......................................................................
soc/amd/common/psp: Remove files from bootblock
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: I8d775d2d813cf92245f3be4d41b3295ca6da18ba --- M src/soc/amd/common/block/psp/Makefile.inc 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/48798/1
diff --git a/src/soc/amd/common/block/psp/Makefile.inc b/src/soc/amd/common/block/psp/Makefile.inc index 363a0ab..907f0ef 100644 --- a/src/soc/amd/common/block/psp/Makefile.inc +++ b/src/soc/amd/common/block/psp/Makefile.inc @@ -1,6 +1,5 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP),y)
-bootblock-y += psp.c romstage-y += psp.c ramstage-y += psp.c smm-y += psp.c @@ -10,7 +9,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN1),y)
-bootblock-y += psp_gen1.c romstage-y += psp_gen1.c ramstage-y += psp_gen1.c smm-y += psp_gen1.c @@ -19,7 +17,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN2),y)
-bootblock-y += psp_gen2.c romstage-y += psp_gen2.c ramstage-y += psp_gen2.c smm-y += psp_gen2.c
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48798 )
Change subject: soc/amd/common/psp: Remove files from bootblock ......................................................................
Patch Set 1: Code-Review+2
Jason Glenesk has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48798 )
Change subject: soc/amd/common/psp: Remove files from bootblock ......................................................................
Patch Set 1: Code-Review+1
Marshall Dawson has submitted this change. ( https://review.coreboot.org/c/coreboot/+/48798 )
Change subject: soc/amd/common/psp: Remove files from bootblock ......................................................................
soc/amd/common/psp: Remove files from bootblock
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: I8d775d2d813cf92245f3be4d41b3295ca6da18ba Reviewed-on: https://review.coreboot.org/c/coreboot/+/48798 Reviewed-by: Felix Held felix-coreboot@felixheld.de Reviewed-by: Jason Glenesk jason.glenesk@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/common/block/psp/Makefile.inc 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Jason Glenesk: Looks good to me, but someone else must approve
diff --git a/src/soc/amd/common/block/psp/Makefile.inc b/src/soc/amd/common/block/psp/Makefile.inc index 363a0ab..907f0ef 100644 --- a/src/soc/amd/common/block/psp/Makefile.inc +++ b/src/soc/amd/common/block/psp/Makefile.inc @@ -1,6 +1,5 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP),y)
-bootblock-y += psp.c romstage-y += psp.c ramstage-y += psp.c smm-y += psp.c @@ -10,7 +9,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN1),y)
-bootblock-y += psp_gen1.c romstage-y += psp_gen1.c ramstage-y += psp_gen1.c smm-y += psp_gen1.c @@ -19,7 +17,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN2),y)
-bootblock-y += psp_gen2.c romstage-y += psp_gen2.c ramstage-y += psp_gen2.c smm-y += psp_gen2.c