Re: [coreboot] Asus M2V-MX memory init

2012-02-24 Thread Rudolf Marek
Hi, I think something wrong went with PCI/memory mapping. It looks somehow a hole for PCI is not created. Try setting CONFIG_HW_MEM_HOLE_SIZEK. it should create 0-3GB ram and 1GB hole by default. Also I did not check if VIA chipset will work with memory above 4GB (in fact never owned so much

Re: [coreboot] Asus M2V-MX memory init

2012-02-23 Thread Darmawan Salihun
Hi guys, Does this have something to do with remapping the RAM "shadowed" by PCI devices to above 4GB? Anyway, I haven't know yet whether Coreboot remaps RAM "shadowed" by PCI devices. Regards, Darmawan On 2/22/12, Peter Stuge wrote: > David Hillman wrote: >> It looks like I am missing someth

Re: [coreboot] Asus M2V-MX memory init

2012-02-21 Thread Peter Stuge
David Hillman wrote: > It looks like I am missing something to properly initialize memory > to get correct SPD info. Maybe SMBUS isn't working properly? I think SMBUS is OK and memory init too. Here's the diff between your two logs with some comments, but there may be more relevant stuff than wha