coreboot-kgpe-d16/src/mainboard/msi/ms6178
- supermicro/x6dhe_g/auto.c d1327ce963 Major cleanups of the hard_reset() code and config in coreboot.
- Drop unused "#object reset.o" entries.

 - Use CONFIG_HAVE_HARD_RESET for all "object reset.o" entries.

 - Drop dead/commented code, i.e. useless hard_reset() from:
   - supermicro/x6dhe_g/auto.c
   - supermicro/x6dhe_g2/auto.c
   - supermicro/x6dhe_g2/auto.updated.c
   - supermicro/x6dhr_ig/auto.c
   - supermicro/x6dhr_ig2/auto.c
   - digitallogic/msm586seg/auto.c
   - dell/s1850/auto.c

 - Add "obj-$(CONFIG_HAVE_HARD_RESET) += reset.o" to kconfig files of boards
   that actually have a reset.c file.

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@4849 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-24 19:17:24 +00:00
..
auto.c simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ 2009-09-23 18:51:03 +00:00
chip.h Carl-Daniel's part: 2009-02-18 20:41:57 +00:00
Config.lb Major cleanups of the hard_reset() code and config in coreboot. 2009-10-24 19:17:24 +00:00
devicetree.cb Add kconfig support for all Intel 82810 (i810) boards. 2009-08-28 16:38:42 +00:00
irq_tables.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
Kconfig Set default ROM sizes per-board to match the ROM chip that came 2009-10-16 17:37:20 +00:00
mainboard.c Carl-Daniel's part: 2009-02-18 20:41:57 +00:00
Makefile.inc Add kconfig support for all Intel 82810 (i810) boards. 2009-08-28 16:38:42 +00:00
Options.lb Add CONFIG_GENERATE_* for tables so that the user can select which tables not 2009-10-15 13:35:47 +00:00