summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/jasperlake/chip.h
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2021-09-15 12:58:11 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-17 22:22:20 +0000
commit0e25580fe1db10cf45f3bb2684e068006a61afe1 (patch)
tree437498fbbb3e59addfa117cd1bd2af4c554e450f /src/soc/intel/jasperlake/chip.h
parent1ad9ff815610fd94820a9f1c6d4426ae49ba2846 (diff)
downloadcoreboot-0e25580fe1db10cf45f3bb2684e068006a61afe1.tar.gz
coreboot-0e25580fe1db10cf45f3bb2684e068006a61afe1.tar.bz2
coreboot-0e25580fe1db10cf45f3bb2684e068006a61afe1.zip
soc/intel/{ehl,jsl}: make use of Kconfig options for PRMRR size
Migrate the last two platforms to using Kconfig through `get_valid_prmrr_size()` instead of hardcoded values in the devicetree. Change-Id: I93aa177f741ca8b2a2d50fae2515606b96784e83 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57674 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/jasperlake/chip.h')
-rw-r--r--src/soc/intel/jasperlake/chip.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h
index 18627f602170..3d680d3b7e7f 100644
--- a/src/soc/intel/jasperlake/chip.h
+++ b/src/soc/intel/jasperlake/chip.h
@@ -151,17 +151,9 @@ struct soc_intel_jasperlake_config {
/* Enable C6 DRAM */
uint8_t enable_c6dram;
- /*
- * PRMRR size setting with below options
- * Disable: 0x0
- * 32MB: 0x2000000
- * 64MB: 0x4000000
- * 128 MB: 0x8000000
- * 256 MB: 0x10000000
- * 512 MB: 0x20000000
- */
- uint32_t PrmrrSize;
+
uint8_t PmTimerDisabled;
+
/*
* SerialIO device mode selection:
* PchSerialIoDisabled,