Difference between revisions of "Talk:Board:asus/f2a85-m"

From coreboot
Jump to navigation Jump to search
(Linux complains about prefetchable memory regions)
(Undo revision 15221 by Beloved (talk))
 
(3 intermediate revisions by 3 users not shown)
Line 9: Line 9:




That it mentions prefetchable memory is kind of minor: it's an address that requires 64-bit decoding, and it's an address that can be prefetched, but that's just the way the PCI device BAR is set. If the memory is prefetchable, it must also use 64-bit decoding. Prefetchable memory is the most efficient, so unless there are memory-mapped registers of a particular kind, it makes sense to always use 64-bit prefetchable memory.
That it mentions prefetchable memory is kind of minor: it's an address that requires 64-bit decoding, and it's an address that can be prefetched, but that's just the way the PCI device BAR is set. If the memory is prefetchable, it must also use 64-bit decoding. Prefetchable memory is the most efficient, so unless there are memory-mapped registers of a particular kind, it makes sense to always use 64-bit prefetchable memory. In fact, none of the regions in these error messages use more than 32 bits anyway.


Here's a really bad PCI Device Listing:<pre><nowiki>
Here's a really bad PCI Device Listing:<pre><nowiki>

Latest revision as of 19:32, 16 January 2015