]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Patch by Gary Jennejohn, 11 Sep 2003:
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
a43278a4
WD
1======================================================================
2Changes for U-Boot 1.0.0:
3======================================================================
4
5* Patch by Denis Peter, 11 Sep 2003:
6 - fix USB data pointer assignment for bulk only transfer.
7 - prevent to display erased directories in FAT filesystem.
8
9* Change output format for NAND flash - make it look like for other
10 memory, too
11
2535d602 12======================================================================
149dded2 13Changes for U-Boot 0.4.8:
d94f92cb
WD
14======================================================================
15
7205e407
WD
16* Patches by Denis Peter, 9 Sep 2003:
17 add FAT support for IDE, SCSI and USB
18
19* Patches by Gleb Natapov, 2 Sep 2003:
20 - cleanup of POST code for unsupported architectures
21 - MPC824x locks way0 of data cache for use as initial RAM;
22 this patch unlocks it after relocation to RAM and invalidates
23 the locked entries.
24
25* Patch by Gleb Natapov, 30 Aug 2003:
26 new I2C driver for mpc107 bridge. Now works from flash.
27
28* Patch by Dave Ellis, 11 Aug 2003:
29 - JFFS2: fix typo in common/cmd_jffs2.c
30 - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option
31 - JFFS2: remove node version 0 warning
32 - JFFS2: accept JFFS2 PADDING nodes
33 - SXNI855T: add AM29LV800 support
34 - SXNI855T: move environment from EEPROM to flash
35 - SXNI855T: boot from JFFS2 in NOR or NAND flash
36
37* Patch by Bill Hargen, 11 Aug 2003:
38 fixes for I2C on MPC8240
39 - fix i2c_write routine
40 - fix iprobe command
41 - eliminates use of global variables, plus dead code, cleanup.
42
149dded2
WD
43* Add support for USB Mass Storage Devices (BBB)
44 (tested with USB memory sticks only)
45
46* Avoid flicker on TRAB's VFD
47
7152b1d0
WD
48* Add support for SK98xx driver
49
50* Add PCI support for SL8245 board
51
52* Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB)
53 or 1 x AM29LV652 (two LV065 in one chip = 16 MB);
54 Run IPB at 133 Mhz; adjust the MII clock frequency accordingly
55
56* Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16 MHz)
57 to allow for more accurate baudrate settings
58 (error now 0.7% at 115 kbps, instead of 3.5% before)
59
60* Patch by Andreas Mohr, 4 Sep 2003:
61 Fix a lot of spelling errors
62
12f34241
WD
63* Add support for PPChameleon Eval Board
64
65* Add support for P3G4 board
66
67* Fix problem with MGT5100 FEC driver: add "early" MAC address
68 initialization
69
326428cc
WD
70* Patch by Yuli Barcohen, 7 Aug 2003:
71 check BCSR to detect if the board is configured in PCI mode
72
149dded2
WD
73======================================================================
74Changes for U-Boot 0.4.7:
75======================================================================
76
0cb61d7d
WD
77* Patch by Raghu Krishnaprasad, 7 Aug 2003:
78 add support for Adder II MPC852T module
79
6f21347d
WD
80* Patch by George G. Davis, 19 Aug 2003:
81 fix TI Innovator/OMAP1510 pin configs
82
83* Patches by Kshitij, 18 Aug 2003
84 - add support for arm926ejs cpu core
85 - add support for TI OMAP 1610 Innovator Board
86
c29fdfc1
WD
87* Patch by Yuli Barcohen, 14 Aug 2003:
88 add support for bzip2 uncompression
89
90* Add GCC library to examples/Makefile so GCC utility functions will
91 be resolved, too
92
ca75adde
WD
93* Add I2C and RTC support for RMU board using software I2C driver
94 (because of better response to iprobe command); fix problem with
95 "reset" command
96
437ce07b
SR
97* Patch by Matthias Fuchs, 28 Aug 2003:
98 Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to
99 CONFIG_BOOTP_MAKS (see README).
100
d94f92cb
WD
101* Fix ICU862 environment problem
102
103* Fix RAM size detection for RMU board
104
105* Implement "reset" for MGT5100/MPC5200 systems
106
107======================================================================
108Changes for U-Boot 0.4.6:
2535d602
WD
109======================================================================
110
e0ac62d7
WD
111* Make Ethernet autonegotiation on INCA-IP work for all clock rates;
112 allow selection of clock frequency as "make" target
113
114* Implement memory autosizing code for IceCube boards
115
116* Configure network port on INCA-IP for autonegotiation
117
118* Fix overflow problem in network timeout code
119
120* Patch by Richard Woodruff, 8 Aug 2003:
121 Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
122
d94f92cb
WD
123======================================================================
124Changes for U-Boot 0.4.5:
125======================================================================
126
ae3af05e
WD
127* Update for TQM board defaults:
128 disable clocks_in_mhz, enable boot count limit
129
9374fa28 130* Removed tools/gdb from "make all" target. Added make target "gdbtools"
131 in toplevel directory instead. Removed astest.c from tools/gdb because
132 it is no longer relevant.
133
96e48cf6
WD
134* Fix PCI support for MPC5200 / IceCube Board
135
bdccc4fe
WD
136* Map ISP1362 USB OTG controller for NSCU board
137
138* Patch by Brad Parker, 02 Aug 2003:
139 fix sc520_cdp problems
140
141* Implement Boot Cycle Detection (Req. 2.3 of OSDL CGL Reqirements)
142
143* Allow erase command to cross flash bank boundaries
144
1f4bb37d
WD
145* Patch by Scott McNutt, 21 Jul 2003:
146 Add support for LynuxWorks Kernel Downloadable Images (KDIs).
147 Both LynxOS and BlueCat linux KDIs are supported.
148
149* Patch by Richard Woodruff, 25 Jul 2003:
150 use more reliable reset for OMAP/925T
151
152* Patch by Nye Liu, 25 Jul 2003:
153 fix typo in mpc8xx.h
154
155* Patch by Richard Woodruff, 24 Jul 2003:
156 Fixes for cmd_nand.c:
157 - Fixed null dereferece which could result in incorrect ECC values.
158 - Added support for devices with no Ready/Busy signal hooked up.
159 - Added OMAP1510 read/write protect handling.
160 - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
161 for non-JFFS2.
162 - Switched default ECC to be JFFS2.
163
77846748
WD
164* Allow crc32 to be used at address 0x000
165
166* Provide consistent interface to standalone applications to access
167 the 'global_data' structure
168 Provide a doc/README.standalone more useful to users/developers.
169
170* Make IceCube MGT5100 FEC driver work
171
27b207fd
WD
172* Implement new mechanism to export U-Boot's functions to standalone
173 applications: instead of using (PPC-specific) system calls we now
174 use a jump table; please see doc/README.standalone for details
175
176* Patch by Dave Westwood, 24 Jul 2003:
177 added support for Unity OS (a proprietary OS)
178
179* Patch by Detlev Zundel, 23 Jul 2003:
180 add "imls" command to print flash table of contents
181
182* Fix cold boot detection for log buffer reset
183
184* Return error for invalid length specifiers with "cp.X" etc.
185
186* Fix startup problem on MIPS
187
188* Allow for CONFIG_SPLASH_SCREEN even when no explicit
189 bitmap support is configured
190
191* Patch by Bill Hargen, 18 Jul 2003:
192 - fix endinaness problem in cpu/mpc824x/drivers/i2c/i2c1.c
193
194* Patch by Denis Peter, 18 Jul 2003:
195 - fix memory configuration for MIP405T
196 - fix printout of baudrate for "loadb <loadaddr> <baudrate>"
197
198* Cleanup of TQM82xx configurations; use "official" board types
199 to make selection easier.
200
2535d602
WD
201* Patch by Martin Krause, 17 Jul 2003:
202 add delay to get I2C working with "imm" command and s3c24x0_i2c.c
203
204* Patch by Richard Woodruff, 17 July 03:
437ce07b 205 - Fixed bug in OMAP1510 baud rate divisor settings.
2535d602
WD
206
207* Patch by Nye Liu, 16 July 2003:
208 MPC860FADS fixes:
209 - add MPC86xADS support (uses MPC86xADS.h)
210 - add 866P/T core support (also MPC859T/MPC859DSL/MPC852T)
211 o PLPRCR changes
212 o BRG changes (EXTAL/XTAL restricted to 10MHz)
213 o don't trust gclk() software measurement by default, depend on
214 CONFIG_8xx_GCLK_FREQ
215 - add DRAM SIMM not installed detection
216 - use more "correct" SDRAM initialization sequence
217 - allow different SDRAM sizes (8xxADS has 8M)
218 - default DER is 0
219 - remove unused MAMR defines from FADS860T.h (all done in fads.c)
220 - rename MAMR/MBMR defines to be more consistent. Should eventually
221 be merged into MxMR to better reflect the PowerQUICC datasheet.
222
223* Patch by Yuli Barcohen, 16 Jul 2003:
224 support new Motorola PQ2FADS-ZU evaluation board which replaced
225 MPC8260ADS and MPC8266ADS
226
945af8d7
WD
227======================================================================
228Changes for U-Boot 0.4.4:
229======================================================================
230
231* Add support for IceCube board (with MGT5100 and MPC5200 CPUs)
232
233* Add support for MGT5100 and MPC5200 processors
234
235* Patch by Lutz Dennig, 15 Jul 2003:
236 update for R360MPI board
237
b37c7e5e 238======================================================================
8564acf9 239Changes for U-Boot 0.4.3:
b37c7e5e
WD
240======================================================================
241
2e5983d2 242* Patches by Kshitij, 04 Jul 2003
945af8d7 243 - added support for arm925t cpu core
2e5983d2
WD
244 - added support for TI OMAP 1510 Innovator Board
245
6dff5529
WD
246* Patches by Martin Krause, 14 Jul 2003:
247 - add I2C support for s3c2400 systems (trab board)
248 - (re-) add "ping" to command table
249
250* Fix handling of "slow" POST routines
251
8564acf9
WD
252* Patches by Yuli Barcohen, 13 Jul 2003:
253 - Correct flash and JFFS2 support for MPC8260ADS
254 - fix PVR values and clock generation for PowerQUICC II family
255 (8270/8275/8280)
256
257* Patch by Bernhard Kuhn, 08 Jul 2003:
258 - add support for M68K targets
259
260* Patch by Ken Chou, 3 Jul:
261 - Fix PCI config table for A3000
262 - Fix iobase for natsemi.c
263 (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
945af8d7 264
8564acf9
WD
265* Allow to enable "slow" POST routines by key press on power-on
266* Fix temperature dependend switching of LCD backlight on LWMON
267* Tweak output format for LWMON
268
5702923e
SR
269* Patch by Stefan Roese, 11 Jul 2003:
270 - Fix bug in CONFIG_VERSION_VARIABLE.
271 - AR405 config updated.
272 - OCRTC/ORSG: bsp command added.
273 - ASH405 bsp update.
274
8564acf9
WD
275======================================================================
276Changes for U-Boot 0.4.2:
277======================================================================
278
f12e568c
WD
279* Add support for NSCU board
280
281* Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
282
283* Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
284 mirror bit flash on TQM8xxM modules
285
0d498393
WD
286* Patch by Kenneth Johansson, 30 Jun 2003:
287 get rid of MK_CMD_ENTRY macro; update doc/README.command
288
b37c7e5e
WD
289* Patch by Seb James, 30 Jun 2003:
290 Improve documentation of I2C configuration in README
291
292* Fix problems with previous log buffer "fixes"
293
294* Fix minor help text issues
295
296* "log append" did not append a newline
297
4532cb69 298======================================================================
b0fce99b 299Changes for U-Boot 0.4.1:
8bde7f77
WD
300======================================================================
301
b0fce99b
WD
302* Fix some missing commands, cleanup header files
303 (autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
304
9d2b18a0
WD
305* Rewrite command lookup and help command (fix problems with bubble
306 sort when sorting command name list). Minor cleanup here and there.
307
d1cbe85b
WD
308* Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
309 - Allow to call sysmon function interactively
310 - PIC on LWMON board needs delay after power-on
311 - Add missing RSR definitions for MPC8xx
312 - Improve log buffer handling: guarantee clean reset after power-on
149dded2 313 - Add support for EXBITGEN board (aka "genie")
d1cbe85b
WD
314 - Add support for SL8245 board
315
8bde7f77
WD
316* Code cleanup:
317 - remove trailing white space, trailing empty lines, C++ comments, etc.
318 - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
319
320* Patches by Kenneth Johansson, 25 Jun 2003:
321 - major rework of command structure
322 (work done mostly by Michal Cendrowski and Joakim Kristiansen)
323
324======================================================================
325Changes for U-Boot 0.4.0:
4532cb69
WD
326======================================================================
327
993cad93 328* Patches by Robert Schwebel, 26 Jun 2003:
8bde7f77
WD
329 - csb226 configuration updated
330 - credits for logodl port updated
331 - innokom configuration updated
332 - logodl tree update, still with coding style inconsistencies
333 - added OCM for ppc405 warning to README
993cad93
WD
334
335* Patch by Pantelis Antoniou, 25 Jun 2003:
336 update NetVia with V2 board support
337
b783edae
WD
338* Header file cleanup for ARM
339
340* Patch by Murray Jensen, 24 Jun 2003:
341 - make sure to use only U-boot provided header files
342 - fix problems with ".rodata.str1.4" section as used by GCC-3.x
343
a300d83c
SR
344* Patch by Stefan Roese, 24 Jun 2003:
345 - Update esd ASH405 board files.
346 - Update esd DASA_SIM config file.
347 - Add ping command to some esd boards.
348
cceb871f
WD
349* Patch by Yuli Barcohen, 23 Jun 2003:
350 Update for MPC8260ADS board
351
352* Patch by Murray Jensen, 23 Jun 2003:
353 - cleanup of GCC 3.x compiler warnings
354
3595ac49
WD
355* Patch by Rune Torgersen, 4 Jun 2003:
356 add large memory support for MPC8266ADS board
a300d83c 357
3595ac49
WD
358* Patch by Richard Woodruff, 19 June 03:
359 - Enabled standard u-boot device abstraction for ARM
360 - Enabled console device for ARM
361 - Initilized bi_baudrate for ARM
362
363* Patch by Bill Hargen, 23 Apr 2003:
364 fix byte order for 824x I2C addresses (write op)
365
592c5cab
WD
366* Patch by Murray Jensen, 20 Jun 2003:
367 - hymod update
368 - cleanup (especially for gcc-3.x compilers)
369
72755c71
WD
370* Patch by Tom Guilliams, 20 Jun 2003:
371 added CONFIG_750FX support for IBM 750FX processors
372
0332990b
WD
373* Patch by Devin Crumb, 02 Apr 2003:
374 Fix clock divider rounding problem in drivers/serial.c
375
376* Patch by Richard Woodruff, 19 June 03:
377 - Fixed smc91c111 driver to sync with the u-boot environment
378 (driver/smc91c111.c).
0b97ab14
WD
379 - Added eth_init error return check in NetLoop (net/net.c).
380
0332990b 381* Patch by Ken Chou, 19 June 2003:
0b97ab14
WD
382 Added support for A3000 SBC board (Artis Microsystems Inc.)
383
6dd652fa
WD
384* Patches by Murray Jensen, 17 Jun 2003:
385 - Hymod board database mods: add "who" field and new xilinx chip types
386 - provide new "init_cmd_timeout()" function so code external to
387 "common/main.c" can use the "reset_cmd_timeout()" function before
388 entering the main loop
389 - add DTT support for adm1021 (new file dtt/adm1021.c; config
390 slightly different. see include/configs/hymod.h for an example
391 (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
392 CFG_DTT_ADM1021 defined)
393 - add new "eeprom_probe()" function which has similar args and
394 behaves in a similar way to "eeprom_read()" etc.
395 - add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
396 function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
397 - gdbtools copyright update
398 - ensure that set_msr() executes the "sync" and "isync" instructions
399 after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
400 - 8260 I/O ports fix: Open Drain should be set last when configuring
401 - add SIU IRQ defines for 8260
402 - allow LDSCRIPT override and OBJCFLAGS initialization: change to
403 config.mk to allow board configurations to override the GNU
404 linker script, selected via the LDSCRIPT, make variable, and to
405 give an initial value to the OBJCFLAGS make variable
406 - 8260 i2c enhancement:
407 o correctly extends the timeout depending on the size of all
408 queued messages for both transmit and receive
409 o will not continue with receive if transmit times out
410 o ensures that the error callback is done for all queued tx
411 and rx messages
412 o correctly detects both tx and rx timeouts, only delivers one to
413 the callback, and does not overwrite an earlier error
414 o logic in i2c_probe now correct
415 - add "vprintf()" function so that "panic()" function can be
416 technically correct
417 - many Hymod board changes
418
52f52c14
WD
419* Patches by Robert Schwebel, 14 Jun 2003:
420 - add support for Logotronic DL datalogger board
421 - cleanup serial line after kermit binary download
422 - add debugX macro (debug level support)
423 - update mach-types.h to latest arm.linux.org.uk master list.
424
48b42616
WD
425