On Tue, Aug 24, 2010 at 7:51 AM, Patrick Georgi patrick@georgi-clan.dewrote:
For reviews, I attached a patch which should be applied against the current coreboot [r5738] trunk. Please tell me what you think.
Please note that for legal reasons we require contributors to sign the Developer's Certificate of Origin. The procedure can be found at http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure
Ok, so here it is:
* Adds support for PC Engines Alix.2D(1)3 board to Coreboot. * DRAM initialization done message is now printed in debug-mode only, rather than everytime. --- Signed-off-by: Aurélien Guillaume aurelien@iwi.me
The attached patch is different from the first one (enabled secondary COM port, since it is wired on Alix.2D13, and does not seem to impact Alix.2D3)
Notes: - Between Alix.2D3 and Alix.2D13, internal COM, I2C headers, USB headers and RTC battery were added. The board is the same. I think nothing should be changed, except perhaps enabling/disabling COM2, but it seems too complex to be justified for now. - Alix.2D2 seems to be the same board with one less LAN and one more miniPCI slot, and should be quite easy to support (just change IRQ routing), but I have no means to test it. Does anyone own this board/is willing to test it ? - Based on PC Engine's changelog, this _may_ work on Alix.2C3. Again, anyone willing to test ?
Best regards,