aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Egranov <daniil.egranov@arm.com>2016-05-11 15:41:22 -0500
committerLeif Lindholm <leif.lindholm@linaro.org>2016-05-12 11:02:15 +0100
commit783d7464479cf6826d80d940a04fe8f8126162fe (patch)
tree697370f55c39a4269a68d7772724b830c907c339
parent012f784ca6c72f0c303d4f4c227f211c377af952 (diff)
OpenPlatformPkg/AcpiTables ACPI table for Juno LAN9118
The patch corrects Juno LAN9118 base address. The previous version specified address 0x1a000000, but the TRM documents it as being located at 0x18000000. Due to the magic of hardware aliasing, the old version was functional, but let's use the documented value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daniil Egranov <daniil.egranov@arm.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--Platforms/ARM/Juno/AcpiTables/Dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Platforms/ARM/Juno/AcpiTables/Dsdt.asl b/Platforms/ARM/Juno/AcpiTables/Dsdt.asl
index c80f46a..c324ded 100644
--- a/Platforms/ARM/Juno/AcpiTables/Dsdt.asl
+++ b/Platforms/ARM/Juno/AcpiTables/Dsdt.asl
@@ -65,7 +65,7 @@ DefinitionBlock("DsdtTable.aml", "DSDT", 1, "ARMLTD", "ARM-JUNO", EFI_ACPI_ARM_O
Name(_HID, "ARMH9118")
Name(_UID, Zero)
Name(_CRS, ResourceTemplate() {
- Memory32Fixed(ReadWrite, 0x1A000000, 0x1000)
+ Memory32Fixed(ReadWrite, 0x18000000, 0x1000)
Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 192 }
})
Name(_DSD, Package() {