summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-04-26 07:36:18 +0200
committerMarc Jones <marc@marcjonesconsulting.com>2017-04-27 01:23:49 +0200
commit771e8c114f8616ce67d78cb5f1df13aa44e90752 (patch)
tree2cb0eb7a3277d615c13cfc9b542c318c6037f47d
parent0c0b79689a804bff6cba25869d810812302ff9fc (diff)
downloadcoreboot-771e8c114f8616ce67d78cb5f1df13aa44e90752.tar.gz
coreboot-771e8c114f8616ce67d78cb5f1df13aa44e90752.tar.bz2
coreboot-771e8c114f8616ce67d78cb5f1df13aa44e90752.zip
Revert "amd/pi/hudson: Move ACPI IO registers"
This reverts commit e7394ca90366d35ac52416c21052a3ceb459dc81. Configuration register for ACPI PM base address is initially configured inside the PI blob. Therefore, the value of HUDSON_ACPI_IO_BASE needs to be the same as DFLT_ACPI_PM1_EVT_BLOCK_ADDRESS used in the build of binaryPI blob. Change-Id: I36700e49e21cc675e8e22b06efffb40e9c1e4236 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/19454 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins)
-rw-r--r--src/southbridge/amd/pi/hudson/hudson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/pi/hudson/hudson.h b/src/southbridge/amd/pi/hudson/hudson.h
index baed2c30ad48..e20238f2c321 100644
--- a/src/southbridge/amd/pi/hudson/hudson.h
+++ b/src/southbridge/amd/pi/hudson/hudson.h
@@ -51,7 +51,7 @@
#define PM_YANG_SD_FLASH_CTRL 0xE8
#define PM_PCIB_CFG 0xEA
-#define HUDSON_ACPI_IO_BASE 0x600
+#define HUDSON_ACPI_IO_BASE 0x800
#define ACPI_PM_EVT_BLK (HUDSON_ACPI_IO_BASE + 0x00) /* 4 bytes */
#define ACPI_PM1_CNT_BLK (HUDSON_ACPI_IO_BASE + 0x04) /* 2 bytes */
#define ACPI_PM_TMR_BLK (HUDSON_ACPI_IO_BASE + 0x18) /* 4 bytes */