merged in some changes from the main buildrom tree
[kvm-coreboot.git] / config / platforms / tyan-s2895.conf
blob97e8ffd62bdb941e81a3733d328ba62d3b754e31
1 # Support for the Tyan S2895 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 KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-tiny-2.6.22-x86_64
19 else
20 KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-tiny-2.6.22
21 endif
23 # Etherboot configuration
24 ETHERBOOT_ARCH=i386
26 # coreboot configuration
28 COREBOOT_VENDOR=tyan
29 COREBOOT_BOARD=s2895
30 CBV2_TDIR=s2895
31 CBV2_TAG=3259
33 # FILO configuration
35 FILO_CONFIG=tyan-generic-Config