From d54d40ec2ce72190e1ab4d7f9eea9e9a33b5fd10 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Thu, 1 Feb 2018 15:34:51 +0000 Subject: Platform/Cello,Overdrive: switch to split SCP and secure AP firmware images Switch to the split prebuilt firmware image for the SCP and the AP secure world. This allows Overdrive and Cello to share the latter image, which we will update shortly. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 7 +++++-- Platform/LeMaker/CelloBoard/CelloBoard.fdf | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf b/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf index 867523da36..eae869ff9a 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf @@ -49,8 +49,11 @@ NumBlocks = 0x500 # ################################################################################ -0x00000000|0x00200000 -FILE = Platform/AMD/OverdriveBoard/PreUefiFirmware.bin +0x00000000|0x0004bb00 +FILE = Platform/AMD/OverdriveBoard/ScpFirmware.bin + +0x0004bb00|0x00020000 +FILE = Silicon/AMD/Styx/ArmTrustedFirmware.bin 0x00200000|0x00260000 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.fdf b/Platform/LeMaker/CelloBoard/CelloBoard.fdf index c4e6748b6a..e3a0915f5d 100644 --- a/Platform/LeMaker/CelloBoard/CelloBoard.fdf +++ b/Platform/LeMaker/CelloBoard/CelloBoard.fdf @@ -49,8 +49,11 @@ NumBlocks = 0x500 # ################################################################################ -0x00000000|0x00200000 -FILE = Platform/LeMaker/CelloBoard/PreUefiFirmware.bin +0x00000000|0x0004b300 +FILE = Platform/LeMaker/CelloBoard/ScpFirmware.bin + +0x0004b300|0x00020000 +FILE = Silicon/AMD/Styx/ArmTrustedFirmware.bin 0x00200000|0x00260000 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize -- cgit v1.2.3