diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 21:33:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 21:33:52 +0100 |
commit | 795bee849603c7c2994ba20fcd96f3f9835ffd96 (patch) | |
tree | 905ce7474dcf0adfbab149df429bfdaef5d5e258 /CHANGELOG | |
parent | 7b230f61db319d87d51449d4620d520822813fbb (diff) | |
parent | 2688e2f972bd124be87cb86bce58aa1b186b5aa7 (diff) | |
download | u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.zip u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.tar.gz u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.tar.bz2 |
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -2,13 +2,35 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Enable address translation on MPC83xx + Patch by Kumar Gala, 10 Feb 2006 + +* Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xx + Patch by Kumar Gala, 25 Jan 2006 + +* Fixed defines for MPC83xx SICRL register to match current specs + Patch by Kumar Gala, 23 Jan 2006 + +* Only disable the MPC83xx watchdog if its enabled out of reset. + If its disabled out of reset SW can later enable it if so desired + Patch by Kumar Gala, 11 Jan 2006 + +* Allow config of GPIO direction & data registers at boot on 83xx + Patch by Kumar Gala, 11 Jan 2006 + +* Enable time handling on 83xx + Patch by Kumar Gala, 11 Jan 2006 + +* Make System IO Config Registers board configurable on MPC83xx + Patch by Kumar Gala, 11 Jan 2006 + * Fixed PCI indirect config ops to handle multiple PCI controllers We need to adjust the bus number we are trying to access based on which PCI controller its on - Patch by Kumar Gala 12 Jan 2006 + Patch by Kumar Gala, 12 Jan 2006 * Report back PCI bus when doing table based device config - Patch by Kumar Gala 11 Jan 2006 + Patch by Kumar Gala, 11 Jan 2006 * Added support for PCI prefetchable region and BARs If a host controller sets up a region as prefetchable and @@ -18,7 +40,7 @@ Changes since U-Boot 1.1.4: If a BAR is prefetchable and no prefetchable region has been setup by the controller we fall back to allocating the BAR into the normally memory region. - Patch by Kumar Gala 11 Jan 2006 + Patch by Kumar Gala, 11 Jan 2006 * Add helper function for generic flat device tree fixups for mpc83xx Patch by Kumar Gala, 11 Jan 2006 |