add new target for DSPACE DS1006 card, make quartet auto.c all verbose
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1109 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5282cd0875
commit
79249e3dbc
|
@ -1,4 +1,7 @@
|
||||||
#define ASSEMBLY 1
|
#define ASSEMBLY 1
|
||||||
|
#define MAXIMUM_CONSOLE_LOGLEVEL 9
|
||||||
|
#define DEFAULT_CONSOLE_LOGLEVEL 9
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
#include <cpu/p6/apic.h>
|
#include <cpu/p6/apic.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@ option HAVE_FALLBACK_BOOT=1
|
||||||
##
|
##
|
||||||
## Build code to reset the motherboard from linuxBIOS
|
## Build code to reset the motherboard from linuxBIOS
|
||||||
##
|
##
|
||||||
option HAVE_HARD_RESET=1
|
option HAVE_HARD_RESET=0
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code to export a programmable irq routing table
|
## Build code to export a programmable irq routing table
|
||||||
|
|
Loading…
Reference in New Issue