From 771e8c114f8616ce67d78cb5f1df13aa44e90752 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 26 Apr 2017 07:36:18 +0200 Subject: Revert "amd/pi/hudson: Move ACPI IO registers" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/19454 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/southbridge/amd/pi/hudson/hudson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/southbridge/amd/pi/hudson/hudson.h b/src/southbridge/amd/pi/hudson/hudson.h index baed2c30ad..e20238f2c3 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 */ -- cgit v1.2.3