coreboot-kgpe-d16/src/arch/i386
Patrick Georgi 37bdb87fab - make HAVE_HARD_RESET match what newconfig did
- introduce BOARD_HAS_HARD_RESET and use it if a board provides
hard_reset in $(MAINBOARDDIR)/reset.c, instead of some chipset component
- move a couple of rules out of the mainboards' Makefiles into
src/arch/i386/Makefile.inc:
	initobj-y += crt0.o
	obj-y += mainboard.o
	obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
	obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
	obj-$(CONFIG_BOARD_HAS_HARD_RESET) += reset.o
- remove Makefile.incs that are empty (or comment-only) after these
changes, incl. Makefile.romccboard.inc (and references to it)
- Make include not fail if Makefile.inc doesn't exist.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5168 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-02-27 08:39:04 +00:00
..
boot don't call verify_copy_pirq_routing_table() if it's not there. 2010-02-22 07:28:06 +00:00
include Enable user selectable bootblocks, and provide a bootblock that 2010-02-24 13:58:23 +00:00
init Enable user selectable bootblocks, and provide a bootblock that 2010-02-24 13:58:23 +00:00
lib Random cosmetic fixes (trivial). 2010-02-22 16:41:49 +00:00
llshell rename linuxbios_* files, too. 2008-01-18 16:16:45 +00:00
smp newconfig is no more. 2010-02-07 21:43:48 +00:00
coreboot_apc.ld Drop src/config alltogether 2010-02-10 11:56:21 +00:00
coreboot_ram.ld Work around stack size breakage observed on fam10. 2010-02-26 20:32:08 +00:00
Kconfig Enable user selectable bootblocks, and provide a bootblock that 2010-02-24 13:58:23 +00:00
Makefile.bigbootblock.inc This patch fixes an issue with the wrong build rules being selected. 2010-02-24 13:18:01 +00:00
Makefile.bootblock.inc Enable user selectable bootblocks, and provide a bootblock that 2010-02-24 13:58:23 +00:00
Makefile.inc - make HAVE_HARD_RESET match what newconfig did 2010-02-27 08:39:04 +00:00