On Tue, Jan 20, 2009 at 07:00:42PM -0800, yhlu wrote:
On Tue, Jan 20, 2009 at 6:12 PM, Stefan Reinauer stepan@coresystems.de wrote:
Kevin O'Connor wrote:
Currently, coreboot tries to put the mptable in the first 1KiB of ram. If it can't fit, it will put it into the 0xf0000 segment. This complexity doesn't make any sense, because there is no reason why we can't always put the mptable in the 0xf0000 segment.
I think YhLu added that for some side case... Yinghai.. mind to share the insight?
should be ok. just need to make sure not mess up with 0x467 and ebda stuff.
Can we always put the MPTable in the 0xf0000 segment?
-Kevin