Bump up coreboot revision used for m57sli to 3088. This fixes flashrom on both
[buildrom.git] / buildrom-devel / config / platforms / m57sli.conf
blobcd68e0f6b95b9f77b7386b64fc33b7ee878c6019
1 # Support for the GIGABYTE GA-M57SLI-S4 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/m57sli.mk
20 CBV2_MK=$(PACKAGE_DIR)/coreboot-v2/m57sli.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-m57sli
30 endif
32 #UCLIBC_ARCH=$(TARGET_ARCH)
34 # Etherboot configuration
35 ETHERBOOT_ARCH=i386
37 # coreboot configuration
39 COREBOOT_VENDOR=gigabyte
40 COREBOOT_BOARD=m57sli
41 CBV2_CONFIG=Config.lb
42 CBV2_TDIR=m57sli
43 CBV2_TAG=3088
44 COREBOOT_ROM_NAME=coreboot.rom
46 # FILO configuration
48 FILO_CONFIG=m57sli-Config