Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ArmVirtPkg/XenAcpiPlatformDxe: don't cast UINT64 to pointer directly | Laszlo Ersek | 2017-03-28 | 1 | -1/+2 |
| | | | | | | | | | | Because that breaks the (potential) 32-bit build of the driver. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | ||||
* | ArmVirtPkg/FdtClientDxe: report address and size cell count directly | Ard Biesheuvel | 2016-09-15 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | The FDT client protocol methods dealing with "reg" properties return the size of a "reg" element. Currently, we have hardcoded this as '8', since #address-cells == #size-cells == 2 in most cases. However, for different values, have a single 'reg' element size is not unambiguous, since - however unlikely - if #address-cells != #size-cells, we do not know which is which. So before adding more methods to the protocol, fix up this oversight. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> | ||||
* | ArmVirtPkg/ArmVirtXen: Add ACPI support for Virt Xen ARM | Shannon Zhao | 2016-06-28 | 2 | -0/+294 |
Add ACPI support for Virt Xen ARM and only for aarch64. It gets the ACPI tables through Xen ARM multiboot protocol. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> |