merged in some changes from the main buildrom tree
[kvm-coreboot.git] / config / platforms / m57sli.conf
blob62d1e68ea1fe4e2264f87be34a12a6451eb743b6
1 # Support for the GIGABYTE GA-M57SLI-S4 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-m57sli
21 endif
23 #UCLIBC_ARCH=$(TARGET_ARCH)
25 # Etherboot configuration
26 ETHERBOOT_ARCH=i386
28 # coreboot configuration
30 COREBOOT_VENDOR=gigabyte
31 COREBOOT_BOARD=m57sli
32 CBV2_TDIR=m57sli
33 CBV2_TAG=3381
35 # FILO configuration
37 FILO_CONFIG=m57sli-Config