Author: myles Date: 2009-10-14 05:19:33 +0200 (Wed, 14 Oct 2009) New Revision: 4774
Added: trunk/coreboot-v2/targets/technexion/tim5690/ trunk/coreboot-v2/targets/technexion/tim5690/Config-abuild.lb trunk/coreboot-v2/targets/technexion/tim5690/Config.lb Log: Add forgotten target files for technexion/tim5690.
Signed-off-by: Libra Li libra.li@technexion.com Acked-by: Myles Watson mylesgw@gmail.com
Copied: trunk/coreboot-v2/targets/technexion/tim5690/Config-abuild.lb (from rev 4768, trunk/coreboot-v2/targets/technexion/tim8690/Config-abuild.lb) =================================================================== --- trunk/coreboot-v2/targets/technexion/tim5690/Config-abuild.lb (rev 0) +++ trunk/coreboot-v2/targets/technexion/tim5690/Config-abuild.lb 2009-10-14 03:19:33 UTC (rev 4774) @@ -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"
Property changes on: trunk/coreboot-v2/targets/technexion/tim5690/Config-abuild.lb ___________________________________________________________________ Added: svn:mergeinfo +
Copied: trunk/coreboot-v2/targets/technexion/tim5690/Config.lb (from rev 4768, trunk/coreboot-v2/targets/technexion/tim8690/Config.lb) =================================================================== --- trunk/coreboot-v2/targets/technexion/tim5690/Config.lb (rev 0) +++ trunk/coreboot-v2/targets/technexion/tim5690/Config.lb 2009-10-14 03:19:33 UTC (rev 4774) @@ -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" +
Property changes on: trunk/coreboot-v2/targets/technexion/tim5690/Config.lb ___________________________________________________________________ Added: svn:mergeinfo +