summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/socket_S1G1/Config.lb
blob: 0ebfb8ae877533a3ea55094f26c76a8961119d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
uses CONFIG_CHIP_NAME
uses K8_REV_F_SUPPORT
uses K8_HT_FREQ_1G_SUPPORT
uses DIMM_SUPPORT
uses CPU_SOCKET_TYPE

if CONFIG_CHIP_NAME
	config chip.h
end

default K8_REV_F_SUPPORT=1
#Opteron K8 1G HT Support
default K8_HT_FREQ_1G_SUPPORT=1
default DIMM_SUPPORT=0x0204  #DDR2 and REG, S1G1
default CPU_SOCKET_TYPE=0x12

object socket_S1G1.o

dir /cpu/amd/model_fxx
OpenPOWER on IntegriCloud