Bump up coreboot v2 revision to 3114 for this board, to make sure we have the
[buildrom.git] / buildrom-devel / config / platforms / tyan-s2882.conf
blob9ffa3ecc43991c9489cab466641dfbb38574e933
1 # Support for the Tyan S2882 board
3 #### Platform configuration
5 CC=gcc
6 STRIP=strip
7 AS=as
9 ifeq ($(CONFIG_TARGET_64BIT), y)
10 TARGET_ARCH=x86_64
11 CFLAGS_platform =
12 else
13 TARGET_ARCH=i686
14 CFLAGS_platform =
15 endif
17 # Targets
19 KERNEL_MK=$(PACKAGE_DIR)/kernel/tyan-s2882.mk
20 CBV2_MK=$(PACKAGE_DIR)/coreboot-v2/tyan-s2882.mk
22 # kernel configuration (for LAB)
24 KERNEL_VERSION=2.6.22.2
26 ifeq ($(CONFIG_TARGET_64BIT), y)
27 $(error You must specify a kernel configuration for 64 bit)
28 else
29 KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-tyan-s2882
30 endif
32 #UCLIBC_ARCH=i386
34 # Etherboot configuration
35 ETHERBOOT_ARCH=i386
37 # coreboot configuration
39 COREBOOT_VENDOR=tyan
40 COREBOOT_BOARD=s2882
41 CBV2_CONFIG=Config.lb
42 CBV2_PAYLOAD_FILE_EXT=elf
43 CBV2_TDIR=s2882
44 CBV2_TAG=3114
46 # FILO configuration
48 FILO_CONFIG=tyan-s2882-Config