summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg/BlSupportSmm
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2021-05-26 12:53:45 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-06-01 15:52:01 +0000
commit4ec9a6f6cd2eb236c5dc135aa41a073edfa56901 (patch)
treed4de5c298a970b0b468822c9d3717e7219973bfd /UefiPayloadPkg/BlSupportSmm
parentb38068f9f6f38df747466c16da82ec15d6f9abcd (diff)
downloadedk2-4ec9a6f6cd2eb236c5dc135aa41a073edfa56901.tar.gz
edk2-4ec9a6f6cd2eb236c5dc135aa41a073edfa56901.tar.bz2
edk2-4ec9a6f6cd2eb236c5dc135aa41a073edfa56901.zip
ArmPkg: Fix data type used for GicDistributorBase
The data type used by variables representing the GicDistributorBase has been inconsistently used in the ArmGic driver and the library. The PCD defined for the GIC Distributor base address is UINT64. However, the data types for the variables used is UINTN, INTN, and at some places UINT32. Therefore, update the data types to use UINTN and add necessary typecasts when reading values from the PCD. This should then be consistent across AArch32 and AArch64 builds. Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'UefiPayloadPkg/BlSupportSmm')
0 files changed, 0 insertions, 0 deletions