aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-10 05:41:23 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-14 15:24:24 +0000
commitbbd237702a0e6cc63d88308c6e164451f87300b4 (patch)
tree902db12c87bf235167d2721b667553ca1d0ed979 /src/cpu/amd
parentc27776dbaf151d26a041aae687e876fc0eab8a44 (diff)
binaryPI: Drop CONFIG_CBB and CONFIG_CDB
Static values, copy paste from multi-node fam15 code. Add header that shall have declarations of functions common to different families factored out. Change-Id: I2401acb9269674bac054fa9a6dd60ca8a21b36a9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30731 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r--src/cpu/amd/pi/00630F01/Kconfig8
-rw-r--r--src/cpu/amd/pi/00660F01/Kconfig8
-rw-r--r--src/cpu/amd/pi/00730F01/Kconfig8
3 files changed, 0 insertions, 24 deletions
diff --git a/src/cpu/amd/pi/00630F01/Kconfig b/src/cpu/amd/pi/00630F01/Kconfig
index f3ed237130..75a8441e45 100644
--- a/src/cpu/amd/pi/00630F01/Kconfig
+++ b/src/cpu/amd/pi/00630F01/Kconfig
@@ -23,14 +23,6 @@ config CPU_ADDR_BITS
int
default 48
-config CBB
- hex
- default 0x0
-
-config CDB
- hex
- default 0x18
-
config XIP_ROM_SIZE
hex
default 0x100000
diff --git a/src/cpu/amd/pi/00660F01/Kconfig b/src/cpu/amd/pi/00660F01/Kconfig
index d57cfb17bf..a6eca07f44 100644
--- a/src/cpu/amd/pi/00660F01/Kconfig
+++ b/src/cpu/amd/pi/00660F01/Kconfig
@@ -23,14 +23,6 @@ config CPU_ADDR_BITS
int
default 48
-config CBB
- hex
- default 0x0
-
-config CDB
- hex
- default 0x18
-
config XIP_ROM_SIZE
hex
default 0x100000
diff --git a/src/cpu/amd/pi/00730F01/Kconfig b/src/cpu/amd/pi/00730F01/Kconfig
index a455a3e677..054523ee37 100644
--- a/src/cpu/amd/pi/00730F01/Kconfig
+++ b/src/cpu/amd/pi/00730F01/Kconfig
@@ -23,14 +23,6 @@ config CPU_ADDR_BITS
int
default 40
-config CBB
- hex
- default 0x0
-
-config CDB
- hex
- default 0x18
-
config XIP_ROM_SIZE
hex
default 0x100000