This, ladies and gentlement, is commit #4000.
Use the (almost) same strict CFLAGS in v2 that we use on v3. And fix a few include files and missing prototypes. Also, fix up the Config-abuild.lb files to properly work for cross compiling. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4000 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
cc46e73a02
commit
be7f79867e
@@ -1,20 +1,17 @@
|
||||
target technologic_ts5300
|
||||
mainboard technologic/ts5300
|
||||
target VENDOR_MAINBOARD
|
||||
mainboard VENDOR/MAINBOARD
|
||||
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=9
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=9
|
||||
option CONFIG_COMPRESS=0
|
||||
option CC="CROSSCC"
|
||||
option CROSS_COMPILE="CROSS_PREFIX"
|
||||
option HOSTCC="CROSS_HOSTCC"
|
||||
|
||||
__COMPRESSION__
|
||||
|
||||
romimage "fallback"
|
||||
option FALLBACK_SIZE = 256 * 1024
|
||||
# option ROM_SIZE=512*1024
|
||||
# option ROM_SECTION_SIZE=512*1024
|
||||
option USE_FALLBACK_IMAGE=1
|
||||
# option ROM_IMAGE_SIZE=32 * 1024 # 0x8000
|
||||
option ROM_IMAGE_SIZE=128 * 1024 # 0x10000
|
||||
option COREBOOT_EXTRA_VERSION=".0Fallback"
|
||||
option COREBOOT_EXTRA_VERSION=".0-Fallback"
|
||||
payload __PAYLOAD__
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user