summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_F_1207/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/socket_F_1207/Kconfig')
-rw-r--r--src/cpu/amd/socket_F_1207/Kconfig14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/cpu/amd/socket_F_1207/Kconfig b/src/cpu/amd/socket_F_1207/Kconfig
index 7a381724fb..19b5b20ceb 100644
--- a/src/cpu/amd/socket_F_1207/Kconfig
+++ b/src/cpu/amd/socket_F_1207/Kconfig
@@ -35,10 +35,20 @@ config CAR_FAM10
config CBB
hex
- default 0xff
+ default 0x0
depends on CPU_AMD_SOCKET_F_1207
config CDB
hex
- default 0x0
+ default 0x18
+ depends on CPU_AMD_SOCKET_F_1207
+
+config XIP_ROM_BASE
+ hex
+ default 0xfff80000
+ depends on CPU_AMD_SOCKET_F_1207
+
+config XIP_ROM_SIZE
+ hex
+ default 0x80000
depends on CPU_AMD_SOCKET_F_1207