Add support for the ASUS P2B-LS mainboard.
authorKeith Hui <buurin@gmail.com>
Fri, 5 Mar 2010 16:31:41 +0000 (16:31 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 5 Mar 2010 16:31:41 +0000 (16:31 +0000)
commitec42c2e8ac5a2d390ae16641312fd4421dab8d42
treeced356c3bb9f0081cd5cf90122c1c0d6f7bf562a
parente1ec158c0a96c2bd51afa73e1bb74d64701264b0
Add support for the ASUS P2B-LS mainboard.

Signed-off-by: Keith Hui <buurin@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5188 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/asus/Kconfig
src/mainboard/asus/p2b-ls/Kconfig [new file with mode: 0644]
src/mainboard/asus/p2b-ls/chip.h [new file with mode: 0644]
src/mainboard/asus/p2b-ls/devicetree.cb [new file with mode: 0644]
src/mainboard/asus/p2b-ls/irq_tables.c [new file with mode: 0644]
src/mainboard/asus/p2b-ls/mainboard.c [new file with mode: 0644]
src/mainboard/asus/p2b-ls/romstage.c [new file with mode: 0644]