Sven Schnelle | 22 Jun 2012 08:55
Favicon

Patch set updated for coreboot: 5400ae4 Add Supermicro X7DB8 motherboard

Sven Schnelle (svens <at> stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/493

-gerrit

commit 5400ae4a51bcfa9dcc580c32bef86aa2a54b59b1
Author: Sven Schnelle <svens <at> stackframe.org>
Date:   Wed Jun 20 14:56:46 2012 +0200

    Add Supermicro X7DB8 motherboard

    This adds basic supported for the Supermicro X7DB8. Basic means that
    almost all onboard peripherals are working. Known problems are:

    - mptable needs to be written dynamically. If you plan to use Add on
    cards, modify mptable.c according to your needs. A patch to add generic
    mptable autogeneration based on devicetree is coming up.

    Change-Id: I5eaac32a8bafa69a05929cf08d869127b9464661
    Signed-off-by: Sven Schnelle <svens <at> stackframe.org>
---
 src/mainboard/supermicro/Kconfig             |    3 +
 src/mainboard/supermicro/x7db8/Kconfig       |   47 +++++++
 src/mainboard/supermicro/x7db8/chip.h        |   21 +++
 src/mainboard/supermicro/x7db8/cmos.layout   |  142 +++++++++++++++++++++
 src/mainboard/supermicro/x7db8/devicetree.cb |  121 ++++++++++++++++++
 src/mainboard/supermicro/x7db8/irq_tables.c  |   57 +++++++++
 src/mainboard/supermicro/x7db8/mainboard.c   |   41 ++++++
 src/mainboard/supermicro/x7db8/mptable.c     |   90 ++++++++++++++
 src/mainboard/supermicro/x7db8/romstage.c    |  170 ++++++++++++++++++++++++++
 9 files changed, 692 insertions(+), 0 deletions(-)
(Continue reading)


Gmane