where can i get more info in how to init the mem on a epia-m? do i have to rev eng the bios?
src/northbridge/via/vt8601/ipl.S is code that worked for the vt8601 2 years ago for DoC uses.
Not guaranteed to work with all DRAM. The 8601 is very tricky.
nwaibel@blade100-2 ~/freebios-20030910 $ for i in `find -iname "*ipl*"`; do echo $i; mpage -4fHl $i | lp; done
as you can see -- i am going to rtfm :)
i think that the CLE266 (epia-m) is quite different then the vt8601. right now i've no idea about northbringes, but i hope that will change soon :)
where did the ppl (who have written all the ipl.S files) got the information from?
niki