Hi all, I was updating some old patches to get them ready for inclusion and tested latest coreboot trunk. (first time with tiny bootblock)
My geode GX2 target does boot, but it takes 30 seconds to load fallback/coreboot_ram .
Is that a caching problem introduced by tiny bootblock? What is needed to get it right?
Thanks, Nils.
Am 27.12.2011 23:21, schrieb Nils:
Is that a caching problem introduced by tiny bootblock? What is needed to get it right?
Probably MTRRs. With tinybootblock, these are set at slightly different times. GX2 uses Cache-As-RAM, right? That affects MTRRs, too (as CAR is a "special" MTRR setup)
Patrick