diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-11-26 00:10:10 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-11-26 00:10:10 +0000 |
commit | 6cc0e084eaf4dbdfa3d2e2295a6b931370c64cb9 (patch) | |
tree | 8e3e4559a71f9cd4c7f05c6b060f4fbfce574596 /src/mainboard/agami/aruma/Options.lb | |
parent | c49a8120f5bf4545793b3d26d96f9e7b2b6113e9 (diff) | |
download | coreboot-6cc0e084eaf4dbdfa3d2e2295a6b931370c64cb9.tar.xz |
first round of agami aruma merge
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2107 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/agami/aruma/Options.lb')
-rw-r--r-- | src/mainboard/agami/aruma/Options.lb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/agami/aruma/Options.lb b/src/mainboard/agami/aruma/Options.lb index c44fcd8ea4..9fab69b82a 100644 --- a/src/mainboard/agami/aruma/Options.lb +++ b/src/mainboard/agami/aruma/Options.lb @@ -74,9 +74,9 @@ default FALLBACK_SIZE=0x40000 default HAVE_FALLBACK_BOOT=1 ## -## incoherent_ht.c does all the work. we don't want hard reset. +## Use hard_reset for rebooting, it uses reg. 0xcf9 in the amd8111. ## -default HAVE_HARD_RESET=0 +default HAVE_HARD_RESET=1 ## ## Build code to export a programmable irq routing table @@ -205,6 +205,8 @@ default TTYS0_LCS=0x3 ## DEBUG 8 debug-level messages ## SPEW 9 Way too many details + +## These values can be overwritten by LinuxBIOSv2/targets/agami/aruma/Config.lb ## Request this level of debugging output default DEFAULT_CONSOLE_LOGLEVEL=8 ## At a maximum only compile in this level of debugging |