aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-10-28 10:14:51 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-11-03 18:34:46 +0000
commitb0db82dd247884e9dba01aa979812cf0943b9a93 (patch)
treea54f14e1fc5d487d3588e3540171b01ef3ec5fff /src/soc
parentca87532a07c65277003fd3c04d5e4429c31afad7 (diff)
cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS
Change-Id: I88f62c18b814ac0ddd356944359e727d6e3bba5a Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58688 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Mariusz SzafraƄski <mariuszx.szafranski@intel.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/cezanne/Kconfig4
-rw-r--r--src/soc/amd/picasso/Kconfig4
-rw-r--r--src/soc/amd/stoneyridge/Kconfig4
-rw-r--r--src/soc/intel/baytrail/Kconfig4
-rw-r--r--src/soc/intel/xeon_sp/cpx/Kconfig4
-rw-r--r--src/soc/intel/xeon_sp/skx/Kconfig4
6 files changed, 0 insertions, 24 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index c2423cd5ab..65bf2bf001 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -204,10 +204,6 @@ config RO_REGION_ONLY
depends on VBOOT_SLOTS_RW_AB || VBOOT_SLOTS_RW_A
default "apu/amdfw"
-config CPU_ADDR_BITS
- int
- default 48
-
config MMCONF_BASE_ADDRESS
default 0xF8000000
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 5d1c0d4904..6fc482519b 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -200,10 +200,6 @@ config RAMBASE
hex
default 0x10000000
-config CPU_ADDR_BITS
- int
- default 48
-
config MMCONF_BASE_ADDRESS
default 0xF8000000
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 36eecb122f..ec36b34b7d 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -108,10 +108,6 @@ config PRERAM_CBMEM_CONSOLE_SIZE
help
Increase this value if preram cbmem console is getting truncated
-config CPU_ADDR_BITS
- int
- default 48
-
config BOTTOMIO_POSITION
hex "Bottom of 32-bit IO space"
default 0xD0000000
diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig
index dca95e3518..9f1cb8e820 100644
--- a/src/soc/intel/baytrail/Kconfig
+++ b/src/soc/intel/baytrail/Kconfig
@@ -50,10 +50,6 @@ config MAX_CPUS
int
default 4
-config CPU_ADDR_BITS
- int
- default 36
-
config SMM_TSEG_SIZE
hex
default 0x800000
diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig
index 3c879438a6..bac7bdbc9d 100644
--- a/src/soc/intel/xeon_sp/cpx/Kconfig
+++ b/src/soc/intel/xeon_sp/cpx/Kconfig
@@ -20,10 +20,6 @@ config MAX_CPUS
int
default 255
-config CPU_ADDR_BITS
- int
- default 46
-
config PCR_BASE_ADDRESS
hex
default 0xfd000000
diff --git a/src/soc/intel/xeon_sp/skx/Kconfig b/src/soc/intel/xeon_sp/skx/Kconfig
index 528f415551..444968d603 100644
--- a/src/soc/intel/xeon_sp/skx/Kconfig
+++ b/src/soc/intel/xeon_sp/skx/Kconfig
@@ -15,10 +15,6 @@ config MAX_SOCKET
int
default 2
-config CPU_ADDR_BITS
- int
- default 46
-
# For 2S config, the number of cpus could be as high as
# 2 threads * 20 cores * 2 sockets
config MAX_CPUS