Skip to content

Commit

Permalink
EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64
Browse files Browse the repository at this point in the history
Added LoongArch64 architecture CPU IO width.

https://bugzilla.tianocore.org/show_bug.cgi?id=4584

Cc: Leif Lindholm <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Abner Chang <[email protected]>
Cc: Daniel Schaefer <[email protected]>
Signed-off-by: Chao Li <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
  • Loading branch information
kilaterlee authored and lgao4 committed Feb 6, 2024
1 parent f560c5d commit 3db49a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EmbeddedPkg/EmbeddedPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
[PcdsFixedAtBuild.X64]
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16|UINT8|0x00000011

[PcdsFixedAtBuild.LOONGARCH64]
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16|UINT8|0x00000011

[PcdsFixedAtBuild.common, PcdsDynamic.common]
#
# Value to add to a host address to obtain a device address, using
Expand Down

0 comments on commit 3db49a6

Please sign in to comment.