Hi
Due to popular demand here is the yet another patch on the top of those two previously posted. It bit talks to coreboot tables.
Known issues:
* The memory is still 64MB for linux - this can be fixed by reporting correct amount to uboot (bios_*.c) but because there is no e820 just need to report continuous memory to the first hole.
* loading stuff just in 1MB wont work because the LMA is set for bios and realmode trampoline there, please now load kernel from 2MB or more.
* I had to swap IDE drives because this board has only secondary IDE
Thanks, Rudolf