[coreboot] coreboot and MSM800BEV

Piotr Piwko piotr.piwko at gmail.com
Tue Jan 12 14:41:50 CET 2010


2010/1/12 Stefan Reinauer <stepan at coresystems.de>:
>> //#define DIMM1 ((u8) 0xA2)
>> #define DIMM1 DIMM0
> This is wrong. Unless you use two equal DIMMs every time you will end up
> with incorrectly set up RAM and RAM controller
> (which will likely result in behavior such as the one you are seeing)

So what address should I use if I have only one DIMM? Every functions
which operates on RAM memory use dimm0 and dimm1 parameters. Maybe it
will be proper if I just remove all references to DIMM 1 memory?

Anyway I still try to go forward after cache invalidation by
__asm__("wbinvd\n") ...

Thanks for your hint.

-- 
Piotr Piwko
http://www.embedded-engineering.pl/




More information about the coreboot mailing list