Author: ward Date: 2007-09-12 23:04:42 +0200 (Wed, 12 Sep 2007) New Revision: 34
Added: buildrom-devel/config/platforms/m57sli.conf Log:
Add the platform config file for the m57sli. This is the final patch of this set, which completes FILO/LAB payload support for the Gigabyte M57SLI-S4 motherboard.
Signed-off-by: Ward Vandewege ward@gnu.org Acked-by: Jordan Crouse jordan.crouse@amd.com
Added: buildrom-devel/config/platforms/m57sli.conf =================================================================== --- buildrom-devel/config/platforms/m57sli.conf (rev 0) +++ buildrom-devel/config/platforms/m57sli.conf 2007-09-12 21:04:42 UTC (rev 34) @@ -0,0 +1,38 @@ +# Support for the Gigabyte M57SLI-S4 board + +#### Platform configuration + +CC=gcc +STRIP=strip +AS=as + +TARGET_ARCH=i686 +CFLAGS_platform = -m32 + +# Targets + +KERNEL_MK=$(PACKAGE_DIR)/kernel/m57sli-kernel.mk +LINUXBIOS_MK=$(PACKAGE_DIR)/linuxbios/m57sli-linuxbios.mk + +# kernel configuration (for LAB) + +KERNEL_VERSION=2.6.22.2 +KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/m57sli-defconfig +UCLIBC_ARCH=i386 + +# Etherboot configuration +ETHERBOOT_ARCH=i386 + +# LinuxBIOS configuration + +LINUXBIOS_VENDOR=gigabyte +LINUXBIOS_BOARD=m57sli +LINUXBIOS_CONFIG=Config.lb +LINUXBIOS_TDIR=m57sli +LINUXBIOS_TAG=2742 +LINUXBIOS_ROM_NAME=linuxbios.rom + +# FILO configuration + +FILO_CONFIG=m57sli-Config +