summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include/soc/iomap.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-05-28 19:42:57 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-06-11 21:48:28 +0000
commitc0fd6e5ea643557254a23a7aa7b7b98f64d18737 (patch)
treebd50fdd2d40b904bac1f97dc75280b40f5f1c16a /src/soc/amd/cezanne/include/soc/iomap.h
parentdee3bc34ad3be944390369724a46ecf01398c51a (diff)
downloadcoreboot-c0fd6e5ea643557254a23a7aa7b7b98f64d18737.tar.gz
coreboot-c0fd6e5ea643557254a23a7aa7b7b98f64d18737.tar.bz2
coreboot-c0fd6e5ea643557254a23a7aa7b7b98f64d18737.zip
soc/amd/cezanne: remove warm reset flag code
The warm reset bit in the NCP_ERR register doesn't behave as the PPR [1] suggested; no matter if something was written to the register, the NCP_WARM_BOOT bit never got set and the NCP_ERR register in I/O-space always reads back as 0x7f. [1] checked with PPR for AMD Family 19h Model 51h A1 (CZN) #56569 Rev 3.01 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I569372db9f36ec7bbc741f4d7312ade312daa70b Reviewed-on: https://review.coreboot.org/c/coreboot/+/55101 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/cezanne/include/soc/iomap.h')
-rw-r--r--src/soc/amd/cezanne/include/soc/iomap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/include/soc/iomap.h b/src/soc/amd/cezanne/include/soc/iomap.h
index 4c4252a593da..4f01c6431fd4 100644
--- a/src/soc/amd/cezanne/include/soc/iomap.h
+++ b/src/soc/amd/cezanne/include/soc/iomap.h
@@ -44,7 +44,6 @@
#endif /* ENV_X86 */
/* I/O Ranges */
-#define NCP_ERR 0x00f0
#define ACPI_IO_BASE 0x0400
#define ACPI_PM_EVT_BLK (ACPI_IO_BASE + 0x00)
#define ACPI_PM1_STS (ACPI_PM_EVT_BLK + 0x00)