aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-09-01 23:47:37 +0000
committerEric Biederman <ebiederm@xmission.com>2003-09-01 23:47:37 +0000
commitd4c14524f53d8e812cf52b57e16c53d259c44ea0 (patch)
treebf8e08afe876501e05e4420dac0dc6445921a717
parent30e143a5f0d7c016428ba729ba06ab144a7a16f5 (diff)
- Update the version number to 1.1.2 and update the NEWS file
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1095 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--NEWS6
-rw-r--r--src/config/Options.lb2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e1eff6c3cb..da4e9e517d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
- 1.1.2
Add back in the hard_reset method from freebios1 this allows generic
- code to reset the box. The hypertransport setup code now uses it to
- reset the box when the hypertransport link speeds need to change.
+ code to reset the box.
+ Update the hypertransport setup code to automatically optimize
+ hypertransport link widths and frequencies, and to call hard_reset
+ if necessary for the changes to go into effect.
- 1.1.1
Updates to the new configuration system so it works more reliably
Removed a bunch of unused configuration variables
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 7cec869077..4a9dae14b3 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -117,7 +117,7 @@ define OBJCOPY
comment "Objcopy command"
end
define LINUXBIOS_VERSION
- default "1.1.1"
+ default "1.1.2"
export always
comment "LinuxBIOS version"
end