Remaining boards are Kconfig'd now. Whether they work
authorPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 9 Oct 2009 14:10:28 +0000 (14:10 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 9 Oct 2009 14:10:28 +0000 (14:10 +0000)
commit00f0267f7805f6d27d78c1ed586ac0f13c90637b
tree1f7501094bfe358b0e0d09159e3402c3504bf4f8
parent91ff0df62777a9ec4a399ef899803c05e7caad60
Remaining boards are Kconfig'd now. Whether they work
or not still depends on how close the configuration
options are to what they should be.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4751 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
36 files changed:
src/drivers/Makefile.inc
src/drivers/generic/debug/Makefile.inc [new file with mode: 0644]
src/mainboard/amd/Kconfig
src/mainboard/amd/db800/Kconfig [new file with mode: 0644]
src/mainboard/amd/db800/Makefile.inc [new file with mode: 0644]
src/mainboard/amd/dbm690t/Kconfig [new file with mode: 0644]
src/mainboard/amd/dbm690t/Makefile.inc [new file with mode: 0644]
src/mainboard/amd/norwich/Kconfig [new file with mode: 0644]
src/mainboard/amd/norwich/Makefile.inc [new file with mode: 0644]
src/mainboard/amd/pistachio/Kconfig [new file with mode: 0644]
src/mainboard/amd/pistachio/Makefile.inc [new file with mode: 0644]
src/mainboard/amd/serengeti_cheetah_fam10/Kconfig [new file with mode: 0644]
src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc [new file with mode: 0644]
src/mainboard/digitallogic/Kconfig
src/mainboard/digitallogic/adl855pc/Kconfig [new file with mode: 0644]
src/mainboard/digitallogic/adl855pc/Makefile.inc [new file with mode: 0644]
src/mainboard/digitallogic/msm586seg/Kconfig [new file with mode: 0644]
src/mainboard/digitallogic/msm586seg/Makefile.inc [new file with mode: 0644]
src/mainboard/digitallogic/msm800sev/Kconfig [new file with mode: 0644]
src/mainboard/digitallogic/msm800sev/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/Kconfig
src/mainboard/supermicro/h8dme/Kconfig
src/mainboard/supermicro/h8dmr/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/h8dmr/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/h8dmr_fam10/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/h8dmr_fam10/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/x6dai_g/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/x6dai_g/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/x6dhe_g/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/x6dhe_g/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/x6dhe_g2/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/x6dhe_g2/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/x6dhr_ig/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/x6dhr_ig/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/x6dhr_ig2/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/x6dhr_ig2/Makefile.inc [new file with mode: 0644]