- 1.1.4
[coreboot.git] / NEWS
1 - 1.1.4
2   Major restructuring of hypertransport handling.
3   Major rewerite of superio/NSC/pc87360 as a proof of concept for handling superio resources dynamically
4   Updates to hard_reset handling when resetting because of the need to change hypertransport link
5     speeds and widths. 
6     (a) No longer assume the boot is good just because we get to a hard reset point.
7     (b) Set a flag to indicate that the BIOS triggered the reset so we don't decrement the
8         boot counter.
9   Updates to arima/hdama mptable so it tracks the new bus numbers
10 - 1.1.3
11   Major update of the dyanmic device tree to so it can handle
12   * subtractive resources
13   * merging with the static device tree
14   * more device types than just pci
15 - 1.1.2
16   Add back in the hard_reset method from freebios1 this allows generic
17   code to reset the box.  
18   Update the hypertransport setup code to automatically optimize
19   hypertransport link widths and frequencies, and to call hard_reset
20   if necessary for the changes to go into effect.
21 - 1.1.1
22   Updates to the new configuration system so it works more reliably
23   Removed a bunch of unused configuration variables
24   Removed a bunch of unused assembly code
25 - 1.1.0
26   A whole bunch of random ppc and opteron work we never put a good label on
27 - 1.1.0
28 Intial development release of LinuxBIOS.
29 Everything is thrown overboard and will be reincluded as necessary so we can
30 get rid of the legacy baggage.  Since LinuxBIOS was started we have developed
31 some better techniques for some things, but we still hang on to the old ways
32 because some ports that we want not to break depend on them.  So we preserve
33 them by preserve the 1.0.x series and keeping only the best practices for
34 the 1.1.x series.  When there is a stable port this code base will
35 become LinuxBIOS 2.0.x and the core will become frozen.
36