blob: abc9726c78228e8ba9188b68944e5638c27c630a [file] [log] [blame]
Timothy Pearson1c4508e2015-09-05 17:50:29 -05001config CPU_AMD_SOCKET_G34_NON_AGESA
2 bool
3 select CPU_AMD_MODEL_10XXX
4 select PCI_IO_CFG_EXT
5 select X86_AMD_FIXED_MTRRS
6
7if CPU_AMD_SOCKET_G34_NON_AGESA
8
9config CPU_SOCKET_TYPE
10 hex
11 default 0x15
12
13config EXT_RT_TBL_SUPPORT
14 bool
15 default n
16
17config CBB
18 hex
19 default 0x0
20
21config CDB
22 hex
23 default 0x18
24
25config XIP_ROM_SIZE
26 hex
27 default 0x80000
28
29endif