Re: [edk2-devel] [PATCH v1 01/12] ArmPkg: Fix data type used for GicDistributorBase

2023-05-23 Thread Ard Biesheuvel
On Tue, 23 May 2023 at 15:04, Sami Mujawar wrote: > > 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 variabl

[edk2-devel] [PATCH v1 01/12] ArmPkg: Fix data type used for GicDistributorBase

2023-05-23 Thread Sami Mujawar
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