merged in some changes from the main buildrom tree
[kvm-coreboot.git] / config / platforms / serengeti_cheetah.conf
blob26672da825d4d58099b880da98834363a50ddf81
1 # Support for the AMD Serengeti_Cheetah Platform
2 # This should work for most K8/fam10+8111 platforms
4 #### Platform configuration
6 ifeq ($(CONFIG_TARGET_64BIT),y)
7 TARGET_ARCH=x86_64
8 CFLAGS_platform =
9 else
10 TARGET_ARCH=i686
11 CFLAGS_platform =
12 endif
14 # kernel configuration (for LAB)
16 ifeq ($(CONFIG_TARGET_64BIT),y)
17 KERNEL_VERSION=2.6.22.2
18 KERNEL_MK=$(PACKAGE_DIR)/kernel/serengeti_cheetah-x86_64.mk
19 KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-serengeti_cheetah-x86_64
20 BUSYBOX_CONFIG=defconfig-serengeti_cheetah-x86_64
21 UCLIBC_VER=0.9.29
22 UCLIBC_CONFIG=defconfig-x86_64
23 else
24 KERNEL_VERSION=2.6.20.2
25 KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-serengeti_cheetah
26 UCLIBC_VER=0.9.29
27 endif
29 #UCLIBC_ARCH=$(TARGET_ARCH)
31 # Etherboot configuration
32 ETHERBOOT_ARCH=i386
34 # coreboot configuration
36 COREBOOT_VENDOR=amd
38 CBV3_TAG=HEAD
40 ifeq ($(CONFIG_PLATFORM_CHEETAH_FAM10),y)
41 COREBOOT_BOARD=serengeti_cheetah_fam10
42 CBV2_TDIR=serengeti_cheetah_fam10
43 CBV2_TAG=3343
44 else
45 COREBOOT_BOARD=serengeti_cheetah
46 CBV2_TDIR=serengeti_cheetah
47 CBV2_TAG=3343
48 endif
50 # FILO configuration
52 FILO_CONFIG=serengeti_cheetah-Config