Bump up revision number for the supermicro H8DMR build so that it uses r3278
[buildrom.git] / buildrom-devel / config / platforms / supermicro-h8dmr.conf
blobbb3465a6565b24bb32876771c257512dd18675e6
1 # Support for the Supermicro H8DMR 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/supermicro-h8dmr.mk
20 CBV2_MK=$(PACKAGE_DIR)/coreboot-v2/generic.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-supermicro-h8dmr
30 endif
32 #UCLIBC_ARCH=i386
34 # Etherboot configuration
35 ETHERBOOT_ARCH=i386
37 # coreboot configuration
39 COREBOOT_VENDOR=supermicro
40 COREBOOT_BOARD=h8dmr
41 CBV2_CONFIG=Config.lb
42 CBV2_PAYLOAD_FILE_EXT=elf
43 CBV2_TDIR=h8dmr
44 CBV2_TAG=3278
46 # FILO configuration
48 FILO_CONFIG=supermicro-h8dmr-Config