Oliver Schinagl wrote:
For coreboot al you need to do is pick s50 as the board, pick the right Rom size, point to the payload.
The romsize defaults to 256k but according to flashrom (And the markings on the chip) it's a 2mb flash unit?
On component level all storage is counted in bits. 2MBits=256Kbyte. flashrom should always use the byte size, where did it report Mbit?
Also there's a lot of VGA, VSA and other settings that where very confusing as I read somewhere on the wiki; that the Geode GX2/LX don't support VGA things? And the VSA bit, I found that there is OpenVSA but it's highly experimental? Do I need it at all?
Get the gplvsa blob from Marc. I don't recall if OpenVSA has been verified to work yet. Searching for "vsa" on the coreboot wiki gives hits for other systems using Geode, and one of them has the link to this latest version of gplvsa:
http://marcjonesconsulting.com/gplvsa/gpl_vsa_lx_102.bin.gz
(The older version 1.01 is at AMD: http://www.amd.com/files/connectivitysolutions/geode/geode_lx/amd_vsa_lx_1.0... this was also linked from the wiki.)
//Peter