aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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