Reviewed-by: Andrei Warkentin <[email protected]> -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Sunil V L Sent: Saturday, January 28, 2023 1:18 PM To: [email protected] Cc: Leif Lindholm <[email protected]>; Ard Biesheuvel <[email protected]>; Abner Chang <[email protected]>; Daniel Schaefer <[email protected]> Subject: [edk2-devel] [edk2-staging/RiscV64QemuVirt PATCH V7 10/20] EmbeddedPkg: Enable PcdPrePiCpuIoSize for RISC-V
This PCD is required to be enabled so that PrePiLib can be used in RISC-V. Cc: Leif Lindholm <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: Abner Chang <[email protected]> Cc: Daniel Schaefer <[email protected]> Signed-off-by: Sunil V L <[email protected]> --- EmbeddedPkg/EmbeddedPkg.dec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 341ef5e6a679..2965f01444e9 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -165,6 +165,9 @@ [PcdsFixedAtBuild.IA32] [PcdsFixedAtBuild.X64] gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16|UINT8|0x00000011 +[PcdsFixedAtBuild.RISCV64] + gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011 + [PcdsFixedAtBuild.common, PcdsDynamic.common] # # Value to add to a host address to obtain a device address, using -- 2.38.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#99676): https://edk2.groups.io/g/devel/message/99676 Mute This Topic: https://groups.io/mt/96593506/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
