Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for
authorMaciej Pijanka <maciej.pijanka@gmail.com>
Sat, 28 Nov 2009 09:31:30 +0000 (09:31 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 28 Nov 2009 09:31:30 +0000 (09:31 +0000)
commit4d41a3bfc3c20d0218e3b89dd97b5051f4e81263
tree8a5b8c6e23103053e2bf3a1ea0e3dae044d2b1dd
parentf30a222074c3a017fd0fb866c8387aaf0dd6579f
Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for
440lx using the 440bx code as a template.

Signed-off-by: Maciej Pijanka <maciej.pijanka@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4967 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/northbridge/intel/Kconfig
src/northbridge/intel/Makefile.inc
src/northbridge/intel/i440lx/Config.lb [new file with mode: 0644]
src/northbridge/intel/i440lx/Kconfig [new file with mode: 0644]
src/northbridge/intel/i440lx/Makefile.inc [new file with mode: 0644]
src/northbridge/intel/i440lx/chip.h [new file with mode: 0644]
src/northbridge/intel/i440lx/i440lx.h [new file with mode: 0644]
src/northbridge/intel/i440lx/northbridge.c [new file with mode: 0644]
src/northbridge/intel/i440lx/northbridge.h [new file with mode: 0644]
src/northbridge/intel/i440lx/raminit.c [new file with mode: 0644]
src/northbridge/intel/i440lx/raminit.h [new file with mode: 0644]