[coreboot] [commit] r6287 - trunk/src/mainboard/technologic/ts5300

repository service svn at coreboot.org
Fri Jan 21 08:46:33 CET 2011


Author: stepan
Date: Fri Jan 21 08:46:32 2011
New Revision: 6287
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6287

Log:
push ts5300 rom size to 1MB. In fact the flash part on that
board is 2MB and the entry point is somewhere in the middle. quite weird setup
http://www.embeddedarm.com/products/board-detail.php?product=TS-5300

We should probably wipe the board from the tree. It will not work anyways with
current coreboot and the architecture is kind of obscure.

Signed-off-by: Stefan Reinauer <stepan at coreboot.org>
Acked-by: Stefan Reinauer <stepan at coreboot.org>

Modified:
   trunk/src/mainboard/technologic/ts5300/Kconfig

Modified: trunk/src/mainboard/technologic/ts5300/Kconfig
==============================================================================
--- trunk/src/mainboard/technologic/ts5300/Kconfig	Fri Jan 21 08:29:40 2011	(r6286)
+++ trunk/src/mainboard/technologic/ts5300/Kconfig	Fri Jan 21 08:46:32 2011	(r6287)
@@ -7,7 +7,7 @@
 	select ROMCC
 	select HAVE_OPTION_TABLE
 	select HAVE_PIRQ_TABLE
-	select BOARD_ROMSIZE_KB_128
+	select BOARD_ROMSIZE_KB_1024
 
 config MAINBOARD_DIR
 	string




More information about the coreboot mailing list