See patch
Am 30.04.2009 01:41, schrieb Stefan Reinauer:
See patch
Acked-by: Patrick Georgi patrick.georgi@coresystems.de
Thanks for doing this.
Patrick
On 30.04.2009 9:18 Uhr, Patrick Georgi wrote:
Am 30.04.2009 01:41, schrieb Stefan Reinauer:
See patch
Acked-by: Patrick Georgi patrick.georgi@coresystems.de
Thanks for doing this.
r4238
Hi Stefan,
On Thu, Apr 30, 2009 at 01:41:04AM +0200, Stefan Reinauer wrote:
Add high tables support to all northbridges.
Instead of adding this to every northbridge, why not just scan the internal memory map to find the address. It would then not require any system specific code.
-Kevin
On 30.04.2009 14:56 Uhr, Kevin O'Connor wrote:
Hi Stefan,
On Thu, Apr 30, 2009 at 01:41:04AM +0200, Stefan Reinauer wrote:
Add high tables support to all northbridges.
Instead of adding this to every northbridge, why not just scan the internal memory map to find the address. It would then not require any system specific code.
Because it requires making assumptions on the memory map, and assumptions are bad.
That said, if you have code to do this, we'll gladly consider it.
Stefan
On Thu, 30 Apr 2009 01:41:04 +0200, Stefan Reinauer stepan@coresystems.de wrote:
See patch
I don't see anything for the Intel 82810 and 82830, is that coming?
On 30.04.2009 15:22 Uhr, Joseph Smith wrote:
On Thu, 30 Apr 2009 01:41:04 +0200, Stefan Reinauer stepan@coresystems.de wrote:
See patch
I don't see anything for the Intel 82810 and 82830, is that coming?
Oops. It looks like I used filterdiff not in the way I intended it to work. The original patch had those two in it. And I committed support for both of them, too.
Now, all boards are able to use SeaBIOS.
On Thu, 30 Apr 2009 16:00:18 +0200, Stefan Reinauer stepan@coresystems.de wrote:
On 30.04.2009 15:22 Uhr, Joseph Smith wrote:
On Thu, 30 Apr 2009 01:41:04 +0200, Stefan Reinauer
wrote:
See patch
I don't see anything for the Intel 82810 and 82830, is that coming?
Oops. It looks like I used filterdiff not in the way I intended it to work. The original patch had those two in it. And I committed support for both of them, too.
Now, all boards are able to use SeaBIOS.
Excellent! Thank You Stefan :-)