-- Ward Vandewege <[EMAIL PROTECTED]> Free Software Foundation - Senior System Administrator
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 <[EMAIL PROTECTED]> Index: config/platforms/m57sli.conf =================================================================== --- config/platforms/m57sli.conf (revision 0) +++ config/platforms/m57sli.conf (revision 0) @@ -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 +
-- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
