[coreboot-gerrit] Patch set updated for coreboot: AMD Kern: Fix path of PspSecureOs BLOB

WANG Siyuan (wangsiyuanbuaa@gmail.com) gerrit at coreboot.org
Tue Jun 23 09:39:03 CEST 2015


WANG Siyuan (wangsiyuanbuaa at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10639

-gerrit

commit ac47361532f9a8a209767eacf83b4355382467e0
Author: WANG Siyuan <wangsiyuanbuaa at gmail.com>
Date:   Tue Jun 16 21:21:00 2015 +0800

    AMD Kern: Fix path of PspSecureOs BLOB
    
    AMD Kern uses PspSecureOs_prod_CZ.csbin rather than PspSecureOs_prod_CZ.sbin.
    PspSecureOs_prod_CZ.csbin is the firmware in CarrizoPI v1.0.0.7.
    
    Change-Id: Idf54ee808dd6965aec9b979be00b7f890a88b06d
    Signed-off-by: WANG Siyuan <wangsiyuanbuaa at gmail.com>
    Signed-off-by: WANG Siyuan <SiYuan.Wang at amd.com>
---
 src/southbridge/amd/pi/hudson/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc
index 5e8dbc2..ccca421 100644
--- a/src/southbridge/amd/pi/hudson/Makefile.inc
+++ b/src/southbridge/amd/pi/hudson/Makefile.inc
@@ -217,7 +217,7 @@ PSPRCVR_SIZE=$(call file-size,$(CONFIG_PSPRCVR_FILE))
 ifeq ($(CONFIG_CPU_AMD_PI_00730F01), y)
 CONFIG_PSPSCUREOS_FILE=$(top)/$(FIRMWARE_LOCATE)/PspSecureOs$(FIRMWARE_TYPE).sbin
 else ifeq ($(CONFIG_CPU_AMD_PI_00660F01), y)
-CONFIG_PSPSCUREOS_FILE=$(top)/$(FIRMWARE_LOCATE)/PspSecureOs_prod_$(FIRMWARE_TYPE).sbin
+CONFIG_PSPSCUREOS_FILE=$(top)/$(FIRMWARE_LOCATE)/PspSecureOs_prod_$(FIRMWARE_TYPE).csbin
 endif
 PSPSECUREOS_POS=$(call int-align, \
 	$(call int-add,$(PSPRCVR_POS) $(PSPRCVR_SIZE) $(CBFS_HEADER_SIZE)), \



More information about the coreboot-gerrit mailing list