Add support for the MSI MS-6156 board.
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 13 Oct 2009 19:21:44 +0000 (19:21 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 13 Oct 2009 19:21:44 +0000 (19:21 +0000)
commit95aa53a5c3b84b6593714db59fa8a2b2180d47b0
tree0e8c706ccac698d54018b29572f46207d0d7fe0e
parent6bbe74c639b5b088f0631387c29b12452f8152c1
Add support for the MSI MS-6156 board.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4767 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/msi/Kconfig
src/mainboard/msi/ms6156/Config.lb [new file with mode: 0644]
src/mainboard/msi/ms6156/Kconfig [new file with mode: 0644]
src/mainboard/msi/ms6156/Makefile.inc [new file with mode: 0644]
src/mainboard/msi/ms6156/Options.lb [new file with mode: 0644]
src/mainboard/msi/ms6156/auto.c [new file with mode: 0644]
src/mainboard/msi/ms6156/chip.h [new file with mode: 0644]
src/mainboard/msi/ms6156/devicetree.cb [new file with mode: 0644]
src/mainboard/msi/ms6156/irq_tables.c [new file with mode: 0644]
src/mainboard/msi/ms6156/mainboard.c [new file with mode: 0644]
targets/msi/ms6156/Config.lb [new file with mode: 0644]