Drop src/config alltogether
authorStefan Reinauer <stepan@coresystems.de>
Wed, 10 Feb 2010 11:56:21 +0000 (11:56 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 10 Feb 2010 11:56:21 +0000 (11:56 +0000)
commit531704ed71c48a41fba23948fe8f9104c5e1f470
treecc62bd852c773f3ea1d1d97f9d3936af7790da76
parentf60a2567d2428360b855e12618d85d3b516d5c77
Drop src/config alltogether

- drop two "newconfig" based files
- drop two obsolete doxygen config files and check
  in our latest Doxyfile.coreboot (that has been
  used to build coreboot online documentation since
  2005 or so)
- move two i386 specific linker scripts to src/arch/i386

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
documentation/Doxyfile.coreboot [new file with mode: 0644]
src/arch/i386/Makefile.inc
src/arch/i386/coreboot_apc.ld [new file with mode: 0644]
src/arch/i386/coreboot_ram.ld [new file with mode: 0644]
src/config/LinuxBIOSDoc.config [deleted file]
src/config/coreboot_apc.ld [deleted file]
src/config/coreboot_ram.ld [deleted file]
src/config/doxyscript.base [deleted file]
src/config/failovercalculation.lb [deleted file]
src/config/nofailovercalculation.lb [deleted file]