Hi,

    I found loss target tim5690 in the "coreboot-v2/targets/technexion/".
    Thanks.

    Signed-off-by: Libra Li <[email protected]>


2009/10/14 coreboot information <[email protected]>

> Dear coreboot readers!
>
> This is the automatic build system of coreboot.
>
> The developer "myles" checked in revision 4765 to
> the coreboot repository. This caused the following
> changes:
>
> Change Log:
> This patch support for the Technexion Tim-5690 mainboard.
> It's an embedded AMD RS690/SB600 mainboard.
>
> http://www.technexion.com/index.php/tim-5690
>
> Myles added Kconfig support.
>
> Signed-off-by: Libra Li <[email protected]>
> Signed-off-by: Myles Watson <[email protected]>
> Acked-by: Stefan Reinauer <[email protected]>
>
>
> Build Log:
> Configuration of kontron:kt690 is still broken
> See the error log at
> http://qa.coreboot.org/log_buildbrd.php?revision=4765&device=kt690&vendor=kontron&num=1
>
>
> If something broke during this checkin please be a pain
> in myles's neck until the issue is fixed.
>
> If this issue is not fixed within 24h the revision should
> be backed out.
>
>   Best regards,
>     coreboot automatic build system
>
>
>
> --
> coreboot mailing list: [email protected]
> http://www.coreboot.org/mailman/listinfo/coreboot
>
Index: targets/technexion/tim5690/Config-abuild.lb
===================================================================
--- targets/technexion/tim5690/Config-abuild.lb	(revision 0)
+++ targets/technexion/tim5690/Config-abuild.lb	(revision 0)
@@ -0,0 +1,26 @@
+# This will make a target directory of ./VENDOR_MAINBOARD
+
+target VENDOR_MAINBOARD
+mainboard VENDOR/MAINBOARD
+
+option CC="CROSSCC"
+option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
+option HOSTCC="CROSS_HOSTCC"
+
+__COMPRESSION__
+__LOGLEVEL__
+
+romimage "normal"
+	option CONFIG_USE_FALLBACK_IMAGE=0
+	option CONFIG_ROM_IMAGE_SIZE=0x20000
+	option COREBOOT_EXTRA_VERSION=".0-normal"
+	payload __PAYLOAD__
+end
+
+romimage "fallback" 
+	option CONFIG_USE_FALLBACK_IMAGE=1
+	option CONFIG_ROM_IMAGE_SIZE=0x20000
+	option COREBOOT_EXTRA_VERSION=".0-fallback"
+	payload __PAYLOAD__
+end
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
Index: targets/technexion/tim5690/Config.lb
===================================================================
--- targets/technexion/tim5690/Config.lb	(revision 0)
+++ targets/technexion/tim5690/Config.lb	(revision 0)
@@ -0,0 +1,31 @@
+# This will make a target directory of ./tim5690
+
+target tim5690
+mainboard technexion/tim5690
+
+option CONFIG_ROM_SIZE = (1024*512)
+#option CONFIG_ROM_SIZE = (1024*1024*1)
+#option CONFIG_ROM_SIZE = (1024*1024*2)
+#option CONFIG_ROM_SIZE = (1024*1024*4)
+
+option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
+
+
+romimage "normal"
+	option CONFIG_USE_FALLBACK_IMAGE=0
+	option CONFIG_ROM_IMAGE_SIZE=0x20000
+	option CONFIG_XIP_ROM_SIZE=0x20000
+
+	payload ../payload.elf
+end
+
+romimage "fallback" 
+	option CONFIG_USE_FALLBACK_IMAGE=1
+	option CONFIG_ROM_IMAGE_SIZE=0x20000
+	option CONFIG_XIP_ROM_SIZE=0x20000
+
+	payload ../payload.elf
+end
+
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" 
+
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to