diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2021-05-26 12:53:45 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-06-01 15:52:01 +0000 |
commit | 4ec9a6f6cd2eb236c5dc135aa41a073edfa56901 (patch) | |
tree | d4de5c298a970b0b468822c9d3717e7219973bfd /MdeModulePkg | |
parent | b38068f9f6f38df747466c16da82ec15d6f9abcd (diff) | |
download | edk2-4ec9a6f6cd2eb236c5dc135aa41a073edfa56901.tar.gz |
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 'MdeModulePkg')
0 files changed, 0 insertions, 0 deletions