]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Patch by Fred Klatt, 25 Jun 2004:
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
2729af9d
WD
1======================================================================
2Changes since U-Boot 1.1.1:
3======================================================================
4
8b07a110
WD
5* Patch by Fred Klatt, 25 Jun 2004:
6 Add support for WindRiver's SBC8560 board
7
8* Patch by Nicolas Lacressonniere, 24 Jun 2004
9 Small Bugs fixes for "at91rm9200dk" board:
10 - Timing modifications for SPI DataFlash access
11 - Fix NAND flash detection bug
12
13* Patch by Nicolas Lacressonniere, 24 Jun 2004:
14 Add Support for Flash AT49BV6416 for AT91RM9200DK board
15
0ac6f8b7
WD
16* Patch by Jon Loeliger, 17 June 2004:
17 Completion of the 8540ADS/8560ADS updates:
18 Fix some PCI and Rapid I/O memory maps,
19 Initialize both TSEC 1 and 2,
20 Initialize SDRAM
21 Update MAINTAINER for 85xx boards and README.mpc85xxads
22
26238132
WD
23* Patch by Yuli Barcohen, 16 Jun 2004:
24 Remove obsolete AdderII port which was superseded by unified
25 AdderII/Adder87x port
26
27* Patch by Ladislav Michl, 16 Jun 2004:
28 Fix gcc-3.3.3 warnings for smc91111.c
29
ede13022
SR
30* Patch by Stefan Roese, 02 Jul 2004:
31 - Fix bug in 405 ethernet driver; allocated data not cleared!
32 - Fix problem in 405 i2c driver; don't try to print without console!
33
78953f2f
WD
34* Patch by Paul Ruhland, 11 Jun 2004:
35 Remove debug code from 'board/lpd7a40x/flash.c'
36
e55ca7e2
WD
37* Patch by Andrea Marson, 11 Jun 2004:
38 Update for PPChameleon board:
39 - support for SysClk @ 25MHz
40 - support for Silicon Motion SM712 VGA controller
41 - some clean ups
42
93f6a677
WD
43* Patches by Richard Woodruff, 10 Jun 2004:
44 - fix problems with examples/stubs.c for GCC >= 3.4
45 - fix problems with gd initialization
46
39539887
WD
47* Patch by Curt Brune, 17 May 2004:
48 - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC)
49 - Add support for ESPD-Inc. EVB4510 Board
50
51* Patch by Marc Leeman, 11 May 2004:
52 Fix for MPC8245 - reading PPC Memory from another device with the
53 PPC as PCI target device corrupts data due to interenal hardware
54 buffering.
55
e94d2cd9
WD
56* Fix "cls" command when used with splash screen
57
58* Increase NFS download timeout (now 1 min - 10 sec is to short for a
59 slow download of a big image)
60
c3f4d17e
WD
61* Add "cls" function to MPC823 LCD driver so we can reinitialize the
62 display even after showing a bitmap
63
49822e23
WD
64* Patch by Josef Wagner, 04 Jun 2004:
65 - DDR Ram support for PM520 (MPC5200)
66 - support for different flash types (PM520)
67 - USB / IDE / CF-Card / DiskOnChip support for PM520
68 - 8 bit boot rom support for PM520/CE520
69 - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
70 - I2C and RTC support for CPC45
71 - support of new flash type (28F160C3T) for CPC45
72
46a414dc
WD
73* Fix flash parameters passed to Linux for PPChameleon board
74
75* Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
76
f832d8a1 77* Patch by Paul Ruhland, 10 Jun 2004:
49822e23 78 fix support for Logic SDK-LH7A404 board and clean up the
f832d8a1
WD
79 LH7A404 register macros.
80
81* Patch by Matthew McClintock, 10 Jun 2004:
82 Modify code to select correct serial clock on Sandpoint8245
83
b54d32b4
WD
84* Patch by Robert Schwebel, 10 Jun 2004:
85 Add support for Intel K3 strata flash.
86
87* Patch by Thomas Brand, 10 Jun 2004:
88 Fix "loads" command on DK1S10 board
89
99edcfb2
WD
90* Patch by Yuli Barcohen, 09 Jun 2004:
91 Add support for 8MB flash SIMM and JFFS2 file system on
92 Motorola FADS board and its derivatives (MPC86xADS, MPC885ADS).
93
2d24a3a7
WD
94* Patch by Yuli Barcohen, 09 Jun 2004:
95 Add support for Analogue&Micro Adder87x and the older AdderII board.
96
97* Patch by Ming-Len Wu, 09 Jun 2004:
98 Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
99
e63c8ee3
WD
100* Patch by Sam Song, 09 Jun 2004:
101 - Add support for RPXlite_DW board
102 - Update FLASH driver for 4*AM29DL323DB90VI
103 - Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
104
36c72877
WD
105* Patch by Mark Jonas, 08 June 2004:
106 - Make MPC5200 boards evaluate the SVR to print processor name and
107 version in checkcpu() (cpu/mpc5xxx/cpu.c).
108
109* Patch by Kai-Uwe Bloem, 06 May 2004:
110 Fix endianess problem in cramfs code
111
4c0d4c3b
WD
112* Patch by Tom Armistead, 04 Jun 2004:
113 Add support for MAX6900 RTC
114
115* Patches by Ladislav Michl, 03 Jun 2004:
116 - fix cfi_flash.c on LE systems
117 - let 'make mrproper' delete u-boot.img as well
118 - turn printf into debug in cfi_flash.c
119
ca0e7748
WD
120* Patch by Kurt Stremerch, 28 May 2004:
121 Add support for Exys XSEngine board
122
697037fe
WD
123* Patch by Martin Krause, 27 May 2004:
124 Fix a MPC5xxx I2C timing issue in i2c_probe().
125
126* Patch by Leif Lindholm, 27 May 2004:
127 Fix board_init_f() for dbau1x00 board.
128
3ff02c27
WD
129* Patch by Imre Deak, 26 May 2004:
130 On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3).
131 Set flash base accordingly, and decide whether to do or skip board
132 specific setup steps.
133
134* Patch by Josef Baumgartner, 26 May 2004:
135 Add missing define in include/asm-m68k/global_data.h
136
70f05ac3
WD
137* Patch by Josef Baumgartner, 25 May 2004:
138 Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c
139
140* Patch by Paul Ruhland, 24 May 2004:
141 fix SDRAM initialization for LPD7A400 board.
142
13a5695b
WD
143* Patch by Jian Zhang, 20 May 2004:
144 add support for environment in NAND flash
145
c3c7f861
WD
146* Patch by Yuli Barcohen, 20 May 2004:
147 Add support for Interphase iSPAN boards.
148
149* Patches by Paul Ruhland, 17 May 2004:
150 - Add I/O functions to the smc91111 ethernet driver to support the
151 Logic LPD7A40x boards.
f39748ae
WD
152 - Add support for the Logic Zoom LH7A40x based SDK board(s),
153 specifically the LPD7A400.
154
155* Patches by Robert Schwebel, 15 May 2004:
156 - call MAC address reading code also for SMSC91C111;
157 - make SMSC91C111 timeout configurable, remove duplicate code
158 - fix get_timer() for PXA
159 - update doc/README.JFFS2
160 - use "bootfile" env variable also for jffs2
161
aa245090
WD
162* Patch by Tolunay Orkun, 14 May 2004:
163 Add support for Cogent CSB472 board (8MB Flash Rev)
164
aa5590b6
WD
165* Patch by Thomas Viehweger, 14 May 2004:
166 - flash.h: more flash types added
167 - immap_8260.h: some bits added (useful for RMII)
168 - cmd_coninfo.c: typo corrected, printf -> puts
169 - reduced size by replacing spaces with tab
170
48abe7bf
WD
171* Patch by Robert Schwebel, 13 May 2004:
172 Add 'imgextract' command: extract one part of a multi file image.
173
547b4cb2 174* Patches by Jon Loeliger, 11 May 2004:
97d80fc3
WD
175 Dynamically handle REV1 and REV2 MPC85xx parts.
176 (Jon Loeliger, 10-May-2004).
177 New consistent memory map and Local Access Window across MPC85xx line.
178 New CCSRBAR at 0xE000_0000 now.
179 Add RAPID I/O memory map.
180 New memory map in README.MPC85xxads
181 (Kumar Gala, 10-May-2004)
182 Better board and CPU identification on MPC85xx boards at boot.
183 (Jon Loeliger, 10-May-2004)
184 SDRAM clock control fixes on MPC8540ADS & MPC8560 boards.
185 Some configuration options for MPC8540ADS & MPC8560ADS cleaned up.
186 (Jim Robertson, 10-May-2004)
187 Rewrite of the MPC85xx Three Speed Ethernet Controller (TSEC) driver.
188 Supports multiple PHYs.
189 (Andy Fleming, 10-May-2004)
190 Some README.MPC85xxads updates.
191 (Kumar Gala, 10-May-2004)
192 Copyright updates for "Freescale"
193 (Andy Fleming, 10-May-2004)
194
6bdd1377
WD
195* Patch by Stephen Williams, 11 May 2004:
196 Add flash support for ST M29W040B
197 Reduce JSE specific flash.c to remove dead code.
198
356a0d9f
WD
199* Patch by Markus Pietrek, 04 May 2004:
200 Fix clear_bss code for ARM systems (all except s3c44b0 which
201 doesn't clear BSS at all?)
202
203* Fix "ping" problem on INC-IP board. Strange problem:
204 Sometimes the store word instruction hangs while writing to one of
205 the Switch registers, but only if the next instruction is 16-byte
206 aligned. Moving the instruction into a separate function somehow
207 makes the problem go away.
208
1eaeb58e
WD
209* Patch by Rishi Bhattacharya, 08 May 2004:
210 Add support for TI OMAP5912 OSK Board
211
212* Patch by Sam Song May, 07 May 2004:
213 Fix typo of UPM table for rmu board
214
215* Patch by Pantelis Antoniou, 05 May 2004:
79fa88f3
WD
216 - Intracom board update.
217 - Add Codec POST.
218
cea655a2
WD
219* Add support for the second Ethernet interface for the 'PPChameleon'
220 board.
221
a56bd922
WD
222* Patch by Dave Peverley, 30 Apr 2004:
223 Add support for OMAP730 Perseus2 Development board
224
225* Patch by Alan J. Luse, 29 Apr 2004:
226 Fix flash chip-select (OR0) option register setting on FADS boards.
227
228* Patch by Alan J. Luse, 29 Apr 2004:
229 Report MII network speed and duplex setting properly when
230 auto-negotiate is not enabled.
231
232* Patch by Jarrett Redd, 29 Apr 2004:
233 Fix hang on reset on Ocotea board due to flash in wrong mode.
234
5ca26799
WD
235* Patch by Dave Peverley, 29 Apr 2004:
236 add MAC address detection to smc91111 driver
237
238