On 12/09/07 16:57 -0400, Ward Vandewege wrote:
-- Ward Vandewege ward@fsf.org 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 ward@gnu.org
Acked-by: Jordan Crouse jordan.crouse@amd.com
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 linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
On Wed, Sep 12, 2007 at 03:02:23PM -0600, Jordan Crouse wrote:
On 12/09/07 16:57 -0400, Ward Vandewege wrote:
-- Ward Vandewege ward@fsf.org 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 ward@gnu.org
Acked-by: Jordan Crouse jordan.crouse@amd.com
And that's r34.
Thanks, Ward.