From 999ab04ed7d8ace11677ce890e9fab95daf145ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Wed, 26 Apr 2017 07:36:18 +0200 Subject: [PATCH] UPSTREAM: 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. BUG=none BRANCH=none TEST=none Change-Id: I02857c5299493d0723c86c46cd5a3a46b46973f5 Signed-off-by: Patrick Georgi Original-Commit-Id: 771e8c114f8616ce67d78cb5f1df13aa44e90752 Original-Change-Id: I36700e49e21cc675e8e22b06efffb40e9c1e4236 Original-Signed-off-by: Kysti Mlkki Original-Reviewed-on: https://review.coreboot.org/19454 Original-Reviewed-by: Marshall Dawson Original-Tested-by: build bot (Jenkins) Reviewed-on: https://chromium-review.googlesource.com/490067 Commit-Ready: Furquan Shaikh --- src/southbridge/amd/pi/hudson/hudson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */