diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-07 20:28:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-07 20:28:05 +0200 |
commit | 6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da (patch) | |
tree | d31caa7217b495efc4cc2e971bdb955f9e735f72 /CHANGELOG | |
parent | a2c95a72247990dee9a03b26b4dc9fc0182c97ed (diff) | |
parent | e51aae382979dd838cd5d4027bb21072b7f03a20 (diff) | |
download | u-boot-imx-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.zip u-boot-imx-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.tar.gz u-boot-imx-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.tar.bz2 |
Merge with /home/tur/proj/usb_sticks/u-boot
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Prevent USB commands from working when USB is stopped. + +* Add rudimentary handling of alternate settings of USB interfaces. + This is in order to fix issues with some USB sticks timing out + during initialization. Some code readability improvements. + * PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performance AMCC suggested to set the PMU bit to 0 for best performace on the PPC440 DDR controller. |