AMD Steppe Eagle: Update to MullinsPI 1.0.0.A (Binary PI 1.1)

Update AGESA.bin and PSP to MullinsPI 1.0.0.A.
This is tested on Olive Hill Plus. The board can boot to Windows 7.
PCIe slot, USB and NIC work.

Change-Id: I67817dc59f9984019ac66ce7a9ab1a2f34e0be9e
Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com>
Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com>
This commit is contained in:
WANG Siyuan
2015-08-12 08:54:56 +08:00
parent f37338fa3b
commit 9b53cc221f
9 changed files with 69 additions and 10 deletions

Binary file not shown.

View File

@@ -22,6 +22,65 @@ coreboot usage information:
=============================================================================
MullinsPI Version: 1.0.0.A Release Date: July 2015
BinaryPI Version: 1.1 Build date: Aug. 25 2015
Built by coreboot toolchain v1.27 March 8th, 2015
Test Board: Olive Hill Plus
=============================================================================
- Update to MullinsPI 1.0.0.A
- BUG465142: ECC error injection fails
Agesa ENHANCEMENTS and FIXED BUGS after 1.0.0.9:
- BUG466307: PSP Trustlets is not updated properly
Agesa ENHANCEMENTS and FIXED BUGS after 1.0.0.8:
- ENH466202: PSP FW stack version D.1.1.4D
- ENH460470: Remove the PSP DEBUG info to fix system hanging issue
- PLAT-986: Initial iTpmControlArea to avoid potential exception
- ENH465927: Enable MMIO decode in iTpmGetResponse
Agesa ENHANCEMENTS and FIXED BUGS after 1.0.0.7:
- ENH465438: Add SMBIOS support for Sempron part
- ENH465709: PSP FW stack version D.1.1.4A
- ENH465474: SMU_Firmware_14_33
Agesa ENHANCEMENTS and FIXED BUGS after 1.0.0.6:
- ENH465011: PSP FW stack version D.1.1.47
- BUG463002: SATA hardware revision ID gets overwritten
- ENH463253: LAN performance data(Auto negotiation/1000M)
Agesa ENHANCEMENTS and FIXED BUGS after 1.0.0.5:
- ENH464327: PSP FW stack version D.1.1.42
- ENH463121: AGESA Memory Option for JEDEC DDR3/DDR4 SPD MAC
- BUG455965: System hangs at PC02FF when GFX card(Asic type: Topaz) plugged in
- ENH462603: Enable SRT only when the platform really needs to run > 85C
Agesa ENHANCEMENTS and FIXED BUGS after 1.0.0.4:
- ENH462390: PSP FW stack version D.1.1.36
- ENH457952: Publish PSP fTPM ready PPI
- BUG460543: ECC lane fails training
- BUG458825: Typo in dec file
- ENH455439: Save & Restore PSP Bar3 related register for S3
- BUG458331: Correct Size mismatch of create the recovery guid Hob
- ENH455923: Update ALIB to support Windows XP
- ENH454744: Save Restore FakeSMI related registers for S3
=============================================================================
=============================================================================
MullinsPI Version: 1.0.0.4 Release Date: Jun. 25 2015
BinaryPI Version: 1.0
@@ -35,4 +94,4 @@ we upload new AGESA.bin.
- Add PspMboxBiosCmdDramInfo and PspMboxBiosCmdExitBootServices to fix
Windows 7 hang after graphics driver installed.
=============================================================================
=============================================================================

Binary file not shown.

View File

@@ -2,18 +2,18 @@
// PSP FW Delivery Release Note
//
// Copyright 2014, Advanced Micro Devices, Inc.
// Image Version number: PSP BootLoader: 0D.01.01.22, PSP SecureOS: 0D.01.01.22
// Date: 08/14/2014
// Image Version number: PSP BootLoader: D.1.1.4D, PSP SecureOS: D.1.1.4D
// Date: 07/06/2015
//----------------------------------------------------------------------------
Files:
PspBootLoader.Bypass.sbin - PSP bootloader with HVB bypass enabled
PspRecovery.sbin - PSP Recovery boot loader
PspSecureOs.sbin - PSP secure OS, signed with production key version
PspNvram.bin - NV storage pattern used to populate the SPI-ROM.
PspTrustlets.bin - PSP Trustlet binaries
PspRecovery.sbin - PSP Recovery boot loader
PspSecureOs.sbin - PSP secure OS, signed with production key version
PspNvram.bin - NV storage pattern used to populate the SPI-ROM.
PspTrustlets.bin - PSP Trustlet binaries
Features and fixes:
- Enabled TPM2.0 for ML A1.
- Fixed some bugs in NVStorage and low-level driver.
- Rollback //depot/psp/stg/fw/1.0/fw/mars/src/bios_mailbox.c to revision 4 to avoid timing issue;
- Code base updated to CL#30102;