From fca7413a8ac5d1040a559a55a52ae141b81bcf51 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Wed, 5 Apr 2017 10:34:33 -0600 Subject: [PATCH] UPSTREAM: amd/pi/hudson: Move ACPI IO registers Move the ACPI IO registers from 0x800 to 0x600 to avoid the IO space required by the Google EC, also at 0x800. This shouldn't have any conflicts on other AMD systems. BUG=none BRANCH=none TEST=none Change-Id: Iae32c2450667da500771d9aada2e121da0c467a4 Signed-off-by: Patrick Georgi Original-Commit-Id: e7394ca90366d35ac52416c21052a3ceb459dc81 Original-Change-Id: Iac7388c15e899277fd506fb37965164488358335 Original-Signed-off-by: Marc Jones Original-Reviewed-on: https://review.coreboot.org/19171 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Martin Roth Reviewed-on: https://chromium-review.googlesource.com/488058 --- 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 9cc007090d..ecb9fb0350 100644 --- a/src/southbridge/amd/pi/hudson/hudson.h +++ b/src/southbridge/amd/pi/hudson/hudson.h @@ -48,7 +48,7 @@ #define PM_HUD_SD_FLASH_CTRL 0xE7 #define PM_YANG_SD_FLASH_CTRL 0xE8 -#define HUDSON_ACPI_IO_BASE 0x800 +#define HUDSON_ACPI_IO_BASE 0x600 #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 */