merged in some changes from the main buildrom tree
[kvm-coreboot.git] / config / platforms / tyan-s2891.conf
blob6516ee21310606c397dd73bbe7ecf643dd414fca
1 # Support for the Tyan S2891 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-s2891
21 endif
23 #UCLIBC_ARCH=i386
25 # Etherboot configuration
26 ETHERBOOT_ARCH=i386
28 # coreboot configuration
30 COREBOOT_VENDOR=tyan
31 COREBOOT_BOARD=s2891
32 CBV2_TDIR=s2891
33 CBV2_TAG=3259
35 # FILO configuration
37 FILO_CONFIG=tyan-s2891-Config