See patch.

Doesn't seem to build with LZMA enabled, only if you disable it. The
same seems to happen to all boards which don't have a Config-lab.lb
which should probably be fixed. IIRC LZMA should work regardless of
whether you have LAB as payload or not(?)


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Add buildrom support for the ASUS A8N-E.

Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]>

Index: config/platforms/asus_a8n-e.conf
===================================================================
--- config/platforms/asus_a8n-e.conf	(Revision 0)
+++ config/platforms/asus_a8n-e.conf	(Revision 0)
@@ -0,0 +1,29 @@
+# Support for the ASUS A8N-E board
+
+#### Platform configuration
+
+ifeq ($(CONFIG_TARGET_64BIT),y)
+TARGET_ARCH=x86_64
+CFLAGS_platform =
+else
+TARGET_ARCH=i686
+CFLAGS_platform =
+endif
+
+# kernel configuration (for LAB)
+
+# TODO
+
+UCLIBC_ARCH=$(TARGET_ARCH)
+
+# Etherboot configuration
+
+ETHERBOOT_ARCH=i386
+
+# coreboot configuration
+
+COREBOOT_VENDOR=asus
+COREBOOT_BOARD=a8n_e
+CBV2_TDIR=asus_a8n_e
+CBV2_TAG=3626
+
Index: config/platforms/platforms.conf
===================================================================
--- config/platforms/platforms.conf	(Revision 242)
+++ config/platforms/platforms.conf	(Arbeitskopie)
@@ -22,6 +22,7 @@
 PLATFORM-$(CONFIG_PLATFORM_DBE61) = dbe61.conf
 PLATFORM-$(CONFIG_PLATFORM_GA_M57SLI_S4) = m57sli.conf
 PLATFORM-$(CONFIG_PLATFORM_ASUS_A8V_E_SE) = asus_a8v-e_se.conf
+PLATFORM-$(CONFIG_PLATFORM_ASUS_A8N_E) = asus_a8n-e.conf
 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2881) = tyan-s2881.conf
 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2882) = tyan-s2882.conf
 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2891) = tyan-s2891.conf
Index: config/platforms/Config.in
===================================================================
--- config/platforms/Config.in	(Revision 242)
+++ config/platforms/Config.in	(Arbeitskopie)
@@ -97,6 +97,13 @@
        select PLATFORM
        select PLATFORM_SUPPORT_64BIT
 
+config PLATFORM_ASUS_A8N_E
+       bool "ASUS A8N-E"
+       depends on VENDOR_ASUS
+       depends on COREBOOT_V2
+       select PLATFORM
+       select PLATFORM_SUPPORT_64BIT
+
 config PLATFORM_GA_2761GXDK
 	bool "GIGABYTE GA-2761GXDK"
 	depends on VENDOR_GIGABYTE
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to