- 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
This commit is contained in:
parent
30e143a5f0
commit
d4c14524f5
6
NEWS
6
NEWS
|
@ -1,7 +1,9 @@
|
||||||
- 1.1.2
|
- 1.1.2
|
||||||
Add back in the hard_reset method from freebios1 this allows generic
|
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
|
code to reset the box.
|
||||||
reset the box when the hypertransport link speeds need to change.
|
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
|
- 1.1.1
|
||||||
Updates to the new configuration system so it works more reliably
|
Updates to the new configuration system so it works more reliably
|
||||||
Removed a bunch of unused configuration variables
|
Removed a bunch of unused configuration variables
|
||||||
|
|
|
@ -117,7 +117,7 @@ define OBJCOPY
|
||||||
comment "Objcopy command"
|
comment "Objcopy command"
|
||||||
end
|
end
|
||||||
define LINUXBIOS_VERSION
|
define LINUXBIOS_VERSION
|
||||||
default "1.1.1"
|
default "1.1.2"
|
||||||
export always
|
export always
|
||||||
comment "LinuxBIOS version"
|
comment "LinuxBIOS version"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue