A new PCD named PcdL2CacheSize is introduced to specify the size of the CPU's L2 cache. This PCD can be used in PPTT tables for a reference design platform. The default value of this PCD is set to 1MB but can be changed depending on the variant of the reference design platform.
Signed-off-by: Prabin CA <prabin...@arm.com> --- Platform/ARM/SgiPkg/SgiPlatform.dec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/ARM/SgiPkg/SgiPlatform.dec b/Platform/ARM/SgiPkg/SgiPlatform.dec index af7887e54126..d540dbff2d19 100644 --- a/Platform/ARM/SgiPkg/SgiPlatform.dec +++ b/Platform/ARM/SgiPkg/SgiPlatform.dec @@ -37,6 +37,9 @@ [PcdsFixedAtBuild] gArmSgiTokenSpaceGuid.PcdDramBlock2Base|0|UINT64|0x00000002 gArmSgiTokenSpaceGuid.PcdDramBlock2Size|0|UINT64|0x00000003 + # L2 Cache size + gArmSgiTokenSpaceGuid.PcdL2CacheSize|0x100000|UINT32|0x0000002F + # Virtio Block device gArmSgiTokenSpaceGuid.PcdVirtioBlkBaseAddress|0x00000000|UINT32|0x00000004 gArmSgiTokenSpaceGuid.PcdVirtioBlkSize|0x00000000|UINT32|0x00000005 -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117379): https://edk2.groups.io/g/devel/message/117379 Mute This Topic: https://groups.io/mt/105313648/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-