* Christian Sühs chris@suehsi.de [060503 15:21]:
- If yes, whats the difference to LinuxBIOSv1 here, because I seem to remember we did not have such a problem back then.
I have catched the Kernel output for both Bioses (attachement)
There are some differents for the memory configuration.
Ok, one thing is you can change this: #define FRAMEBUFFERK 4096 to #define FRAMEBUFFERK 0 in
src/northbridge/amd/gx1/northbridge.c. But this will do nothing but gain you the 4 Megabytes of RAM that are normally reserved for the onchip vga (which you dont use anyways)
hm, page 00000000 reserved twice. // what does it mean
good question. Anyone?
DMI not present. // Why not ?
Because its not needed. We dont do DMI but we have a mechanism called the "LinuxBIOS table"
LinuxBIOS:
PCI: Using IRQ router NatSemi [1078/0100] at 00:12.0 PCI: Fixup for MediaGX/Geode Slave Disconnect Boundary (0x41=0x10)
factory:
PCI: Using IRQ router NatSemi [1078/0100] at 00:12.0
... Ok. other attempt.
Boot up with LinuxBIOS and boot up with factory bios, and do
lspci -xxx > pcioutput.txt
as root. Then send the two files to this list.
Stefan