merged in some changes from the main buildrom tree
[kvm-coreboot.git] / config / platforms / tyan-s2881.conf
blob603f0993d47f157ab14b943834a579ca9cf60b5a
1 # Support for the Tyan S2881 board
3 #### Platform configuration
5 ifeq ($(CONFIG_TARGET_64BIT), y)
6 TARGET_ARCH=x86_64
7 CFLAGS_platform =
8 else
9 TARGET_ARCH=i686
10 CFLAGS_platform =
11 endif
13 # kernel configuration (for LAB)
15 KERNEL_VERSION=2.6.22.2
17 ifeq ($(CONFIG_TARGET_64BIT), y)
18 $(error You must specify a kernel configuration for 64 bit)
19 else
20 KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-tyan-s2881
21 endif
23 #UCLIBC_ARCH=i386
25 # Etherboot configuration
26 ETHERBOOT_ARCH=i386
28 # coreboot configuration
30 COREBOOT_VENDOR=tyan
31 COREBOOT_BOARD=s2881
32 CBV2_TDIR=s2881
33 CBV2_TAG=3131
35 # FILO configuration
37 FILO_CONFIG=tyan-s2881-Config