This patch adds basic support for mainboard iBASE:MB899
based on Kontron 986LCD-M changed superIO chip to w83627ehg, dropping MIDI dropped second superIO at 4e changed superIO-addr from 2e to 4e adjusted irq_tables.c and devicetree.cb
With this version I was able to boot FILO which could load kernel+initrd from IDE. Linux boot did not get far, though.
Signed-off-by: Bernhard M. Wiedemann corebootbmw@lsmod.de
Bernhard Wiedemann wrote:
This patch adds basic support for mainboard iBASE:MB899
based on Kontron 986LCD-M
Great to support new boards! :)
In the course of this work did you notice any natural parts which could or should be factored out, to avoid duplicated code in the two ports?
There is a fair amount of ACPI source, romstage code and mainboard code in your patch. How much of it is similar or identical to the Kontron port?
//Peter
On 4/20/10 5:57 PM, Peter Stuge wrote:
Bernhard Wiedemann wrote:
This patch adds basic support for mainboard iBASE:MB899
based on Kontron 986LCD-M
Great to support new boards! :)
In the course of this work did you notice any natural parts which could or should be factored out, to avoid duplicated code in the two ports?
There is a fair amount of ACPI source, romstage code and mainboard code in your patch. How much of it is similar or identical to the Kontron port?
A lot of the code is copied from the kontron board but should not be, like control over the three gbit ethernet interfaces of the kontron, which the ibase does not have