Dear coreboot readers!

This is the automatic build system of coreboot.

The developer "oxygene" checked in revision 5168 to
the coreboot repository. This caused the following 
changes:

Change Log:
- 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 <[email protected]>
Acked-by: Myles Watson <[email protected]>
Acked-by: Peter Stuge <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>


Build Log:
Compilation of amd:serengeti_cheetah is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=5168&device=serengeti_cheetah&vendor=amd&num=2
Compilation of supermicro:h8dme is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=5168&device=h8dme&vendor=supermicro&num=2


If something broke during this checkin please be a pain 
in oxygene's neck until the issue is fixed.

If this issue is not fixed within 24h the revision should 
be backed out.

   Best regards,
     coreboot automatic build system



-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to