diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 00:29:53 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 00:29:53 +0200 |
commit | f2af3eb55ec53f4c050fcf10653a8df450ca7298 (patch) | |
tree | d3c952333462db55b354e4390ce348695439803c /CHANGELOG | |
parent | 8e6f1a8ec2b081c01a542ccbf333ddb6bca13c01 (diff) | |
download | u-boot-imx-f2af3eb55ec53f4c050fcf10653a8df450ca7298.zip u-boot-imx-f2af3eb55ec53f4c050fcf10653a8df450ca7298.tar.gz u-boot-imx-f2af3eb55ec53f4c050fcf10653a8df450ca7298.tar.bz2 |
Fixes to the Lubbock (PXA 25x) support:
- Resolve the FIXME with respect to saving the u-boot environment.
- Make the default load address land in real memory.
- Fix lan91c96 SMC_{in,out}{b,w,l}() macros
Patch by David Brownell, 10 Mar 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Fixes to the Lubbock (PXA 25x) support: + - Resolve the FIXME with respect to saving the u-boot environment. + - Make the default load address land in real memory. + - Fix lan91c96 SMC_{in,out}{b,w,l}() macros + Patch by David Brownell, 10 Mar 2005 + * Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board Patch by Marc Leeman, 04 Mar 2005 |