]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Patch by Scott McNutt, 25 Apr 2004:
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
2729af9d
WD
1======================================================================
2Changes since U-Boot 1.1.1:
3======================================================================
4
e4cc71aa
WD
5* Patch by Scott McNutt, 25 Apr 2004:
6 Add Nios GDB/JTAG Console support:
7 - Add stubs to support gdb via JTAG.
8 - Add support for console over JTAG.
9 - Minor cleanup.
10
10767ccb
WD
11* Add support for CATcenter board (based on PPChameleon ME module)
12
02b11f8e
WD
13* Patch by Klaus Heydeck, 12 May 2004:
14 Using external watchdog for KUP4 boards in mpc8xx/cpu.c;
15 load_sernum_ethaddr() for KUP4 boards in lib_ppc/board.c;
16 various changes to KUP4 board specific files
17
6c1362cf
WD
18* Fix minor network problem on MPC5200: need some delay between
19 resetting the PHY and sending the first packet. Implemented in a
20 "natural" way by invoking the PHY reset and initialization code
21 only once after power on vs. each time the interface is brought up.
22
9d9e2837
WD
23* Add some limited support for low-speed devices to SL811 USB controller
24 (at least "usb reset" now passes successfully and "usb info" displays
25 correct information)
26
baac607c
WD
27* Change init sequence for multiple network interfaces: initialize
28 on-chip interfaces before external cards.
29
32877d66
WD
30* Fix memory leak in the NAND-specific JFFS2 code
31
32* Fix SL811 USB controller when attached to a USB hub
33
62b4ac98
WD
34* Fix config option spelling in PM520 config file
35
36* Fix PHY discovery problem in cpu/mpc8xx/fec.c (introduced by
37 patches by Pantelis Antoniou, 30 Mar 2004)
38
2729af9d
WD
39* Fix minor NAND JFFS2 related issue
40
41* Fixes for SL811 USB controller:
42 - implement workaround for broken memory stick
43 - improve error handling
44
45* Increase packet send timeout to 1 ms in cpu/mpc8xx/scc.c to better
46 cope with congested networks.
47
56b86bf0
WD
48======================================================================
49Changes for U-Boot 1.1.1:
50======================================================================
507bbe3e 51
fc1cfcdb
WD
52* Patch by Travis Sawyer, 23 Apr 2004:
53 Fix VSC/CIS 8201 phy descrambler interoperability timing due to
54 errata from Vitesse Semiconductor.
0b8fa03b
WD
55
56* Patch by Philippe Robin, 22 Apr 2004:
02b11f8e 57 Fix ethernet configuration for "versatile" board
0b8fa03b
WD
58
59* Patch by Kshitij Gupta, 21 Apr 2004:
60 Remove busy loop and use MPU timer fr usleep() on OMAP1510/1610 boards
61
62* Patch by Steven Scholz, 24 Feb 2004:
63 Fix a bug in AT91RM9200 ethernet driver:
64 The MII interface is now initialized before accessing the PHY.
65
b9711de1
WD
66* Patch by John Kerl, 19 Apr 2004:
67 Use U-boot's miiphy.h for PHY register names, rather than
68 introducing a new header file.
69
70* Update pci_ids.h from linux-2.4.26
71
72* Patch by Masami Komiya, 19 Apr 2004:
73 Fix problem cause by VLAN function on little endian architecture
74 without VLAN environment
75
e9132ea9 76* Clean up the TQM8xx_YYMHz configurations; allow to use the same
b9711de1 77 binary image for all clock frequencies. Implement run-time
e9132ea9
WD
78 optimization of flash access timing based on the actual bus
79 frequency.
80
5cf91d6b
WD
81* Modify KUP4X board configuration to use SL811 driver for USB memory
82 sticks (including FAT / VFAT filesystem support)
83
84* Add SL811 Host Controller Interface driver for USB
85
86* Add CFG_I2C_EEPROM_ADDR_OVERFLOW desription to README
87
88* Patch by Pantelis Antoniou, 19 Apr 2004:
89 Allow to use shell style syntax (i. e. ${var} ) with standard parser.
90 Minor patches for Intracom boards.
91
92* Patch by Christian Pell, 19 Apr 2004:
93 cleanup support for CF/IDE on PCMCIA for PXA25X
94
e35745bb
WD
95* Temporarily disabled John Kerl's extended MII command code because
96 "miivals.h" is missing
97
98* Patches by Mark Jonas, 13 Apr 2004:
99 - Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S
100 - Add sync instructions to IceCube SDRAM init code
101 - Move SDRAM chip constants into seperate include files
102 - Unify DDR and SDR initialization code
103 - Unify all IceCube (Lite5xxx) target names
104
2471111d
WD
105* Patch by John Kerl, 16 Apr 2004:
106 Enable ranges in mii command, e.g. mii read 0-1f 0 or
107 mii read 4-7 18-1a. Also add mii dump subcommand for
108 pretty-printing standard regs 0-5.
109
110* Patch by Stephen Williams, 16 April 2004:
111 fix typo in JSE.h; update MAINTAINERS
112
498b8db7
WD
113* Patch by Matthew S. McClintock, 14 Apr 2004:
114 fix initdram function for utx8245 board
115
116* Patch by Markus Pietrek, 14 Apr 2004:
117 use ATAG_INITRD2 instead of deprecated ATAG_INITRD tag
118
119* Patch by Reinhard Meyer, 18 Apr 2004:
120 provide the IDE Reset Function for EMK 5200 boards
121
122* Patch by Masami Komiya, 12 Apr 2004:
123 fix pci_hose_write_config_{byte,word}_via_dword problems
124
a8bd82de
WD
125* Patch by Sangmoon Kim, 12 Apr 2004:
126 Update max RAM size for debris board
127
128* Patch by Travis Sawyer, 08 Apr 2004:
129 Add TLB entry for second DIMM slot on ocotea
130
131* Patch by Masami Komiya, 08 Apr 2004:
132 add RTL8169 network driver
133
7abf0c58
WD
134* Patch by Dan Malek, 07 Apr 2004:
135 - Add support for RPC/STx GP3, Motorola 8560 board
136 - Update 85xx TSEC driver so it searches MII for first available PHY
137 and uses that one.
138 - Add functions to support console MII commands.
139
140* Patch by Tolunay Orkun, 07 Apr 2004:
a8bd82de 141 Move initialization of bi_iic_fast[]
7abf0c58
WD
142 from board_init_f() to board_init_r()
143
144* Patch by Yasushi Shoji, 07 Apr 2004:
145 Cleanup microblaze port
146
147* Patch by Sangmoon Kim, 07 Apr 2004:
148 Add auto SDRAM module detection for Debris board
149
d4326aca
WD
150* Patch by Rune Torgersen, 06 Apr 2004:
151 - Fix some PCI problems on the MPC8266ADS board
152 - Fix the location of some PCI entries in the immap structure
153
507bbe3e
WD
154* Patch by Yasushi Shoji, 07 Apr 2004:
155 - add support for microblaze processors
156 - add support for AtmarkTechno "suzaku" board
157
998eaaec
WD
158* Configure PPChameleon board to use redundand environment in flash
159
160* Configure PPChameleon board to use JFFS2 NAND support.
161
162* Added support for JFFS2 filesystem (read-only) on top of NAND flash
163
6e592385
WD
164* Patch by Rune Torgersen, 16 Apr 2004:
165 LBA48 fixes
56b86bf0 166
c26e454d
WD
167* Patches by Pantelis Antoniou, 16 Apr 2004:
168 - add support for a new version of an Intracom board and fix
169 various other things on others.
170 - add verify support to the crc32 command (define
171 CONFIG_CRC32_VERIFY to enable it)
172 - fix FEC driver for MPC8xx systems:
173 1. fix compilation problems for boards that use dynamic
174 allocation of DPRAM
175 2. shut down FEC after network transfers
176 - HUSH parser fixes:
177 1. A new test command was added. This is a simplified version of
178 the one in the bourne shell.
179 2. A new exit command was added which terminates the current
180 executing script.
181 3. Fixed handing of $? (exit code of last executed command)
6e592385
WD
182 - Fix some compile problems;
183 add "once" functionality for the netretry variable
c26e454d 184
ea66bc88
WD
185* Patch by George G. Davis, 02 Apr 2004:
186 add support for Intel Assabet board
187
db01a2ea
WD
188* Patch by Stephen Williams, 01 Apr 2004:
189 Add support for Picture Elements JSE board
190
191* Patch by Christian Pell, 01 Apr 2004:
192 Add CompactFlash support for PXA systems.
193
04a85b3b
WD
194* Patches by Pantelis Antoniou, 30 Mar 2004:
195 - add auto-complete support to the U-Boot CLI
196 - add support for NETTA and NETPHONE boards; fix NETVIA board
5a8c51cd
WD
197 - add support for the Epson 156x series of graphical displays
198 (These displays are serial and not suitable for using a normal
199 framebuffer console on them)
200 - add infrastructure needed in order to POST any DSPs in a board
a6ab4bf9
WD
201 - improve and fix various things in the MPC8xx FEC driver:
202 1. The new 87x and 88x series of processors have two FECs,
203 and the new driver supports them both.
204 2. Another change in the 87x/88x series is support for
205 the RMII (Reduced MII) interface. However numerous
206 changes are needed to make it work since the PHYs
207 are connected to the same lines. That means that
208 you have to address them correctly over the MII
209 interface.
210 3. We now correctly match the MII/RMII interface
211 configuration to what the PHY reports.
a3d991bd
WD
212 - Fix problem when readingthe MII status register. Due to the
213 internal design of many PHYs you have to read the register
214 twice. The problem is more apparent in 10Mbit mode.
215 - add new mode ".jffs2s" for reading from a NAND device: it just
216 skips over bad blocks.
217 - add networking support for VLANs (802.1q), and CDP (Cisco
218 Discovery Protocol)
bda6c8ae 219 - some minor patches / cleanup
04a85b3b
WD
220
221* Patch by Yuli Barcohen, 28 Mar 2004:
222 - Add support for MPC8272 family including MPC8247/8248/8271/8272
223 - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS)
224 - Change configuration method for MPC8260ADS family
225
d716b126
WD
226* add startup code to clear the BSS of standalone applications
227
56b86bf0
WD
228* Fix if / elif handling bug in HUSH shell
229
c83bf6a2 230======================================================================
f525c8a1 231Changes for U-Boot 1.1.0:
c83bf6a2
WD
232======================================================================
233
7e780369
WD
234* Patch by Mark Jonas: Remove config.tmp files only when
235 unconfiguring the board
236
237* Adapt RMU board for bigger flash memory
238
0608e04d
WD
239* Patch by Klaus Heydeck, 13 Mar 2003:
240 Add support for KUP4X Board
241
518e2e1a
WD
242* Patch by Pavel Bartusek, 21 Mar 2004
243 Add Reiserfs support
244
245* Patch by Hinko Kocevar, 20 Mar 2004
246 - Add auto-release for SMSC LAN91c111 driver
247 - Add save/restore of PTR and PNR regs as suggested in datasheet
248
6fb6af6d
WD
249* Patch by Stephen Williams, 19 March 2004
250 Increase speed of sector reads from SystemACE,
251 shorten poll timeout and remove a useless reset
252
253* Patch by Tolunay Orkun, 19 Mar 2004:
254 Make GigE PHY 1000Mbps Speed/Duplex detection conditional
255 (CONFIG_PHY_GIGE)
256
257* Patch by Brad Kemp, 18 Mar 2004:
258 prevent machine checks during a PCI scan
259
260* Patch by Pierre Aubert, 18 Mar 2004:
261 Fix string cleaning in IDE identification
262
eeb1b77b
WD
263* Patch by Pierre Aubert, 18 Mar 2004:
264 - Unify video mode handling for Chips & Technologies 69000 Video
265 chip and Silicon Motion SMI 712/710/810 Video chip
266 - Add selection of the video output (CRT or LCD) via 'videoout'
267 environment variable for the Silicon Motion
268 - README update
269
270* Patch by Pierre Aubert, 18 Mar 2004:
271 include/common.h typo fix
272
273* Patches by Tolunay Orkun, 17 Mar 2004:
274 - Add support for bd->bi_iic_fast[] initialization via environment
275 variable "i2cfast" (CONFIG_I2CFAST)
276 - Add "i2cfast" u-boot environment variable support for csb272
277
27aa8186
WD
278* Patch by Carl Riechers, 17 Mar 2004:
279 Ignore '\0' characters in console input for use with telnet and
280 telco pads.
281
282* Patch by Leon Kukovec, 17 Mar 2004:
283 typo fix for strswab prototype #ifdef
284
4b9206ed
WD
285* Patches by Thomas Viehweger, 16 Mar 2004:
286 - show PCI clock frequency on MPC8260 systems
287 - add FCC_PSMR_RMII flag for HiP7 processors
288 - in do_jffs2_fsload(), take load address from load_addr if not set
289 explicit, update load_addr otherwise
290 - replaced printf by putc/puts when no formatting is needed
291 (smaller code size, faster execution)
292
109c0e3a
WD
293* Patch by Phillippe Robin, 16 Mar 2004:
294 avoid dereferencing NULL pointer in lib_arm/armlinux.c
295
296* Patch by Stephen Williams, 15 Mar 2004:
297 Fix CONFIG_SERIAL_SOFTWARE_FIFO documentation
298
299* Patch by Tolunay Orkun, 15 Mar 2004:
300 Initialize bi_opbfreq to real OPB frequency via get_OPB_freq()
301
302* Patch by Travis Sawyer, 15 Mar 2004:
303 Update CREDITS & MAINTAINERS files for PPC440GX & Ocotea port
304
efa329cb
WD
305* Add start-up delay to make sure power has stabilized before
306 attempting to switch on USB on SX1 board.
307
308* Patch by Josef Wagner, 18 Mar 2004:
309 - Add support for MicroSys XM250 board (PXA255)
310 - Add support for MicroSys PM828 board (MPC8280)
311 - Add support for 32 MB Flash on PM825/826
312 - new SDRAM refresh rate for PM825/PM826
313 - added support for MicroSys PM520 (MPC5200)
314 - replaced Query by Identify command in CPU86/flash.c
315 to support 28F160F3B
316
317* Fix wrap around problem with udelay() on ARM920T
318
319* Add support for Macronix flash on TRAB board
320
7d7ce412
WD
321* Patch by Pierre Aubert, 15 Mar 2004:
322 Fix buffer overflow in IDE identification
323
324* Fix power-off of LCD for out-of-band temperatures on LWMON board
325
326* Remove redundand #define in IceCube.h
327
d9df1f4e
WD
328* Patch by Steven Scholz, 27 Feb 2004:
329 - Adding get_ticks() and get_tbclk() for AT91RM9200
330 - Many white space fixes in cpu/at91rm9200/interrupts.c
331
332* Patches by Steven Scholz, 20 Feb 2004:
333 some cleanup in AT91RM9200 related code
334
855a496f
WD
335* Patches by Travis Sawyer, 12 Mar 2004:
336 - Fix Gigabit Ethernet support for 440GX
337 - Add Gigabit Ethernet Support to MII PHY utilities
338
339* Patch by Brad Kemp, 12 Mar 2004:
340 Fixes for drivers/cfi_flash.c:
341 - Better support for x8/x16 implementations
342 - Added failure for AMD chips attempting to use CFG_FLASH_USE_BUFFER_WRITE
343 - Added defines for AMD command and address constants
344
345* Patch by Leon Kukovec, 12 Mar 2004:
346 Fix get_dentfromdir() to correctly handle deleted dentries
42dfe7a1 347
855a496f
WD
348* Patch by George G. Davis, 11 Mar 2004:
349 Remove hard coded network settings in TI OMAP1610 H2
350 default board config
351
352* Patch by George G. Davis, 11 Mar 2004:
353 add support for ADS GraphicsClient+ board.
354
7d7ce412 355* Patch by Pierre Aubert, 11 Mar 2004:
4b248f3f
WD
356 - add bitmap command and splash screen support in cfb console
357 - add [optional] origin in the bitmap display command
358
359* Patch by Travis Sawyer, 11 Mar 2004:
360 Fix ocotea board early init interrupt setup.
361
362* Patch by Thomas Viehweger, 11 Mar 2004:
363 Remove redundand code; add PCI-specific bits to include/mpc8260.h
364
aaf224ab
WD
365* Patch by Stephan Linz, 09 Mar 2004
366 - Add support for the SSV ADNP/ESC1 (Nios Softcore)
367
368* Patch by George G. Davis, 9 Mar 2004:
369 fix recent build failure for SA1100 target
370
371* Patch by Travis Sawyer, 09 Mar 2004:
372 Support native interrupt mode for the IBM440GX.
373 Previously it was running in 440GP compatibility mode.
374
3d3befa7
WD
375* Patch by Philippe Robin, 09 Mar 2004:
376 Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
377 Platform support.
378
379* Patch by Masami Komiya, 08 Mar 2004:
380 Don't overwrite server IP address or boot file name
381 when the boot server does not return values
382
7d7ce412 383* Patch by Tolunay Orkun, 5 Mar 2004:
3d3befa7
WD
384 Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
385
4d13cbad
WD
386* Patch by Tolunay Orkun, 5 Mar 2004:
387 Fix early board initialization for Cogent CSB272 board
388
389* Patch by Ed Okerson, 3 Mar 2004:
390 fix CFI flash writes for little endian systems
391
392* Patch by Reinhard Meyer, 01 Mar 2004:
393 generalize USB and IDE support for MPC5200 with according
394 changes to IceCube.h and TOP5200.h
395 add Am29LV256 256 MBit FLASH support for TOP5200 boards
396 add info about USB and IDE to README
397
c3f9d493
WD
398* Patch by Yuli Barcohen, 4 Mar 2004:
399 Fix problems with GCC 3.3.x which changed handling of global
400 variables explicitly initialized to zero (now in .bss instead of
401 .data as before).
402
403* Patch by Leon Kukovec, 02 Mar 2004:
404 add strswab() to fix IDE LBA capacity, firmware and model numbers
405 on little endian machines
406
407* Patch by Masami Komiya, 02 Mar 2004:
408 - Remove get_ticks() from NFS code
409 - Add verification of RPC transaction ID
410
411* Patch by Pierre Aubert, 02 Mar 2004:
412 cleanup for IDE and USB drivers for MPC5200
413
414* Patch by Travis Sawyer, 01 Mar 2004:
0e6d798c
WD
415 Ocotea:
416 - Add IBM PPC440GX Ref Platform support (Ocotea)
417 Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
418 Adapted to U-Boot and 440GX port
419 440gx_enet.c:
420 - Add gracious handling of all Ethernet Pin Selections for 440GX
421 - Add RGMII selection for Cicada CIS8201 Gigabit PHY
422 ppc440.h:
423 - Add needed bit definitions
424 - Fix formatting
425
426* Patch by Carl Riechers, 1 Mar 2004:
427 Add PPC440GX prbdv0 divider to fix memory clock calculation.
428
429* Patch by Stephan Linz, 27 Feb 2004
430 - avoid problems for targets without NFS download support
431
c40b2956
WD
432* Patch by Rune Torgersen, 27 Feb 2004:
433 - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
434 - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
435 - Added support for 64bit strtoul (CFG_64BIT_STRTOUL)
436
437* Patch by Masami Komiya, 27 Feb 2004:
438 Fix rarpboot: add autoload by NFS
439
440* Patch by Dan Eisenhut, 26 Feb 2004:
441 fix flash_write return value in saveenv
442
443* Patch by Stephan Linz, 11 Dec 2003
444 expand config.mk to avoid trigraph warnings on NIOS
445
446* Rename "BMS2003" board into "HMI10"
447
6629d2f2
WD
448* SX1 patches: use "serial#" for USB serial #; use redundand environment
449 storage; auto-set console on USB port (using preboot command)
450
232c150a
WD
451* Add support for SX1 mobile phone; add support for USB-based console
452 (enable with "setenv stdout usbtty; setenv stdin usbtty")
453
79d696fc
WD
454* Fix LOWBOOT configuration for MPC5200 with DDR memory
455
f8d813e3
WD
456* Fix SDRAM timings for LITE5200 / IceCube board
457
458* Handle Auti-MDIX / connection status for INCA-IP
459
460* Fix USB problems when attempting to read 0 bytes
461
e7c85689
WD
462* Patch by Travis Sawyer, 26 Feb 2004:
463 Fix broken compile for XPEDITE1K target.
464
465* Patch by Stephan Linz, 26 Feb 2004:
466 Bug fix for NFS code on NIOS targets
232c150a 467
e7c85689
WD
468* Patch by Stephen Williams, 26 Feb 2004:
469 Break up SystemACE reads of large block counts
470
132ba5fd
WD
471* Patch by Pierre Aubert, 26 Feb 2004
472 add IDE support for MPC5200
473
474* Patch by Masami Komiya, 26 Feb 2004:
475 add autoload via NFS
476
477* Patch by Stephen Williams
478 Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
479 elsewhere in the source.
480
11dadd54
WD
481* Patch by Steven Scholz, 25 Feb 2004:
482 - Timeouts in FPGA code should be based on CFG_HZ
483 - Minor cleanup in code for Altera FPGA ACEX1K
484
485* Patch by Steven Scholz, 25 Feb 2004:
486 Changed "Directory Hierarchy" section in README
487
488* Patch by Masami Komiya, 25 Feb 2004:
489 Reduce copy count in nfs_read_reply() of NFS code
490
80885a9d
WD
491* Patch by Markus Pietrek, 24 Feb 2004:
492 NS9750 DevBoard added
493
132ba5fd 494* Patch by Pierre Aubert, 24 Feb 2004
80885a9d
WD
495 add USB support for MPC5200
496
497* Patch by Steven Scholz, 24 Feb 2004:
498 - fix MII commands to use values from last command
499
500* Patch by Torsten Demke, 24 Feb 2004:
501 Add support for the eXalion platform (SPSW-8240, F-30, F-300)
502
0c852a28
WD
503* Patch by Rahul Shanbhag, 19 Feb 2004:
504 Fixes for for OMAP1610 board:
505 - shift some IRQ specific code to platform.S file
506 - remove duplicatewatchdog reset code from start.S
507
508* Make Auto-MDIX Support configurable on INCA-IP board
509
510* Fix license for mkimage tool
511
a084f7da
WD
512* Patch by Masami Komiya, 24 Feb 2004:
513 Update NetBootFileXferSize in NFS code
514
515* Patch by Scott McNutt, 24 Feb 2004:
516 fix packet length in NFS code
517
cbd8a35c
WD
518* Patch by Masami Komiy, 22 Feb 2004:
519 Add support for NFS for file download
520
074cff0d
WD
521* Patch by Andrea Scian, 17 Feb 2004:
522 Add support for S3C44B0 processor and DAVE B2 board
523
524* Patch by Steven Scholz, 20 Feb 2004:
525 - Add support for MII commands on AT91RM9200 boards
526 - some cleanup in AT91RM9200 ethernet code
527
028ab6b5
WD
528* Patch by Peter Ryser, 20 Feb 2004:
529 Add support for the Xilinx ML300 platform
530
531* Patch by Stephan Linz, 17 Feb 2004:
532 Fix watchdog support for NIOS
533
534* Patch by Josh Fryman, 16 Feb 2004:
535 Fix byte-swapping for cfi_flash.c for different bus widths
536
537* Patch by Jon Diekema, 14 Jeb 2004:
538 Remove duplicate "FPGA Support" notes from the README file
539
63e73c9a
WD
540* Patches by Reinhard Meyer, 14 Feb 2004:
541 - update board/emk tree; use common flash driver
542 - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c
543 [adapted for other PPC CPUs -- wd]
544 - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c
545
546* Patch by Jon Diekema, 13 Feb 2004:
547 Call show_boot_progress() whenever POST "FAILED" is printed.
548
549* Patch by Nishant Kamat, 13 Feb 2004:
550 Add support for TI OMAP1610 H2 Board
551 Fixes for cpu/arm926ejs/interrupt.c
552 (based on Richard Woodruff's patch for arm925, 16 Oct 03)
553 Fix for a timer bug in OMAP1610 Innovator
554 Add support for CS0 (ROM)/CS3 (Flash) boot in OMAP1610 Innovator and H2
555
556* Patches by Stephan Linz, 12 Feb 2004:
557 - add support for NIOS timer with variable period preload counter value
558 - prepare POST framework support for NIOS targets
559
560* Patch by Denis Peter, 11 Feb 2004:
561 add POST support for the MIP405 board
562
cd0a9de6
WD
563* Patch by Laurent Mohin, 10 Feb 2004:
564 Fix buffer overflow in common/usb.c
565
566* Patch by Tolunay Orkun, 10 Feb 2004:
567 Add support for Cogent CSB272 board
568
2d1a537d
WD
569* Patch by Thomas Elste, 10 Feb 2004:
570 Add support for NET+50 CPU and ModNET50 board
571
572* Patch by Sam Song, 10 Feb 2004:
573 Fix typos in cfi_flash.c
574
575* Patch by Leon Kukovec, 10 Feb 2004
576 Fixed long dir entry slot id calculation in get_vfatname
577
578* Patch by Robin Gilks, 10 Feb 2004:
579 add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==,
580 !=, <>, <, >, <=, >=)
581
3f85ce27
WD
582* Fix problem with side effects in macros in include/usb.h
583
584* Patch by David Benson, 13 Nov 2003:
585 bug 841358 - fix TFTP download size limit
586
587* Fixing bug 850768:
588 improper flush_cache() in load_serial()
589
590* Fixing bug 834943:
591 MPC8540 - missing volatile declarations
592
593* Patch by Stephen Williams, 09 Feb 2004:
594 Add support for Xilinx SystemACE chip:
595 - New files common/cmd_ace.c and include/systemace.h
596 - Hook systemace support into cmd_fat and the partition manager
597
598* Patch by Travis Sawyer, 09 Feb 2004:
599 Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
600
3c74e32a
WD
601* Patch by Travis Sawyer, 09 Feb 2004:
602 o 440GX:
603 - Fix PCI Indirect access for type 1 config cycles with ppc440.
604 - Add phymode for 440 enet
605 - fix pci pre init
606 o XPedite1K:
607 - Change board_pre_init to board_early_init_f
608 - Add user flash to bus controller setup
609 - Fix pci pre init
610 - Fix is_pci_host to check GPIO for monarch bit
611 - Force xpedite1k to pci conventional mode (via #define option)
612
613* Patch by Brad Kemp, 4 Feb 2004:
614 - handle the machine check that is generated during the PCI scans
615 on 82xx processors.
616 - define the registers used in the IMMR by the PCI subsystem.
617
618* Patch by Pierre Aubert, 03 Feb 2004:
619 cpu/mpc5xxx/start.S: copy MBAR into SPR311
620
621* Patch by Jeff Angielski, 03 Feb 2004:
622 Fix copy & paste error in cpu/mpc8260/pci.c
623
624* Patch by Reinhard Meyer, 24 Jan 2004:
625 Fix typo in cpu/mpc5xxx/pci_mpc5200.c
626
cf56e110
WD
627* Add Auto-MDIX support for INCA-IP
628
bf9e3b38
WD
629* Some code cleanup
630
631* Patch by Josef Baumgartner, 10 Feb 2004:
632 Fixes for Coldfire port
633
634* Patch by Brad Kemp, 11 Feb 2004:
635 Fix CFI flash driver problems
636
a2d18bb7
WD
637* Make sure to use a bus clock divider of 2 only when running TQM8xxM
638 modules at CPU clock frequencies above 66 MHz.
bf9e3b38 639
a2d18bb7
WD
640* Optimize flash programming speed for LWMON (by another 100% :-)
641
cd37d9e6
WD
642* Patch by Jian Zhang, 3 Feb 2004:
643 - Changed the incorrect FAT12BUFSIZE
644 - data_begin in fsdata can be negative. Changed it to be short.
645
ec4c544b
WD
646* Patches by Stephan Linz, 30 Jan 2004:
647 1: - board/altera/common/flash.c:flash_erase():
648 o allow interrupts befor get_timer() call
649 o check-up each erased sector and avoid unexpected timeouts
650 - board/altera/dk1c20/dk1s10.c:board_early_init_f():
651 o enclose sevenseg_set() in cpp condition
652 - remove the ASMI configuration for DK1S10_standard_32 (never present)
653 - fix some typed in mistakes in the NIOS documentation
654 2: - split DK1C20 configuration into several header files:
655 o two new files for each NIOS CPU description
656 o U-Boot related part is remaining in DK1C20.h
657 3: - split DK1S10 configuration into several header files:
658 o two new files for each NIOS CPU description
659 o U-Boot related part is remaining in DK1S10.h
660 4: - Add support for the Microtronix Linux Development Kit
661 NIOS CPU configuration at the Altera Nios Development Kit,
662 Stratix Edition (DK-1S10)
663 5: - Add documentation for the Altera Nios Development Kit,
664 Stratix Edition (DK-1S10)
665 6: - Add support for the Nios Serial Peripharel Interface (SPI)
666 (master only)
667 7: - Add support for the common U-Boot SPI framework at
668 RTC driver DS1306
669
b98fff1d
WD
670* Patch by Rahul Shanbhag, 28 Jan 2004:
671 Fix flash protection/locking handling for OMAP1610 innovator board.
672
673* Patch by Rolf Peukert, 28 Jan 2004:
674 fix flash write problems on CSB226 board (write with 32 bit bus width)
675
676* Patches by Mark Jonas, 16 Jan 2004:
677 - fix rounding error when calculating baudrates for MPC5200 PSCs
678 - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
679 time which is not supported
680
5653fc33
WD
681* Patch by Yuli Barcohen, 26 Jan 2004:
682 Allow bzip2 compression for small memory footprint boards
683
684* Patch by Brad Kemp, 21 Jan 2004:
685 Add support for CFI flash driver for both the Intel and the AMD
686 command sets.
687
688* Patch by Travis Sawyer, 20 Jan 2004:
689 Fix pci bridge auto enumeration of sibling p2p bridges.
690
691* Patch by Tolunay Orkun, 12 Jan 2004:
692 Add some delays as needed for Intel LXT971A PHY support
693
694* Patches by Stephan Linz, 09 Jan 2004:
695 - avoid warning: unused variable `piop' in board/altera/common/sevenseg.c
696 - make DK1C20 board configuration related to ASMI conform to
697 documentation
698
f6e20fc6
WD
699* Patch by Anders Larsen, 09 Jan 2004:
700
701 ARM memory layout fixes: the abort-stack is now set up in the
702 correct RAM area, and the BSS is zeroed out as it should be.
703
704 Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
705 of the linker scripts are replaced by '__bss_start' and '_end',
706 resp., which is a further step to eliminate unnecessary differences
707 between the implementation of the CPU architectures.
708
f4863a7a
WD
709* Patch by liang a lei, 9 Jan 2004:
710 Fix Intel 28F128J3 ID in include/flash.h
711
712* Patch by Masami Komiya, 09 Jan 2004:
713 add support for TB0229 board (NEC VR4131 MIPS processor)
714
715* Patch by Leon Kukovec, 12 Dec 2003:
716 changed extern __inline__ into static __inline__ in
717 include/linux/byteorder/swab.h
718
ba56f625
WD
719* Patch by Travis Sawyer, 30 Dec 2003:
720 Add support for IBM PPC440GX. Multiple EMAC Ethernet devices,
721 select MDI port based on enabled EMAC device.
722 Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX
723 base PrPMC board.
724
a6cccaea
WD
725* Patch by Wolter Kamphuis, 15 Dec 2003:
726 made CONFIG_SILENT_CONSOLE usable on all architectures
727
728* Disable date command on TQM866M - there is no RTC on MPC866
729
75d1ea7f
WD
730* Fix variable CPU clock for MPC859/866 systems for low CPU clocks
731
68766094
WD
732* Implement adaptive SDRAM timing configuration based on actual CPU
733 clock frequency for INCA-IP; fix problem with board hanging when
734 switching from 150MHz to 100MHz
735
736* Add PCMCIA CS support for BMS2003 board
737
c178d3da
WD
738* Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
739 see doc/README.MPC866 for details;
740 implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866;
741 calculate CPU clock frequency from PLL register values.
742
743* Add support for 128 MB RAM on TQM8xxL/M modules
744
ef978730
WD
745* Fix PS/2 keyboard problem caused by statically initialized variable
746 pointing to a location in flash
747
748* Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
749
c837dcb1
WD
750* The PS/2 mux on the BMS2003 board needs 450 ms after power on
751 before we can access it; add delay in case we are faster (with no
752 CF card inserted)
753
754* Cleanup of some init functions
755
756* Make sure SCC Ethernet is always stopped by the time we boot Linux
757 to avoid Linux crashes by early packets coming in.
758
759* Accelerate flash accesses on LWMON board by using buffered writes
760
b0aef11c
WD
761* Fix typo in Makefile;
762 fix problem with PARTNUM detection
763
1c43771b
WD
764* Patch by Reinhard Meyer, 09 Jan 2004:
765 - add RTC support for MPC5200 based boards (requires RTC_XTAL)
766
767* Add support for IDE LED on BMS2003 board
768 (exclusive with status LED!)
769
770* Add support for PS/2 keyboard (used with PS/2 multiplexor on
771 BMS2003 board)
772
773* Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
774 Add common files for "emk" boards
775
c83bf6a2
WD
776* Add a common get_ram_size() function and modify the the
777 board-specific files to invoke that common implementation.
778
5cf9da48 779======================================================================
b34ff81d 780Changes for U-Boot 1.0.1:
5cf9da48
WD
781======================================================================
782
b34ff81d
WD
783* Set default clock for INCA-IP to 150 MHz
784
a522fa0e
WD
785* Make BMS2003 use a separate config file to avoid #ifdef mess;
786 add I2C support; add support for DS1337 RTC
787
788* Add CompactFlash support for BMS2003 board
789
790* Add support for status LED on BMS2003 board
791
180d3f74
WD
792* Patch by Scott McNutt, 02 Jan 2004:
793 Add support for the Nios Active Serial Memory Interface (ASMI)
794 on Cyclone devices
795
796* Patch by Andrea Marson, 16 Dec 2003:
797 Add support for the PPChameleon ME and HI modules
798
799* Patch by Yuli Barcohen, 22 Dec 2003:
800 Add support for Motorola DUET ADS board (MPC87x/88x)
801
dd875c76
WD
802* Patch by Robert Schwebel, 15 Dec 2003:
803 add support for cramfs (uses JFFS2 command interface)
804
c935d3bd
WD
805* Patches by Stephan Linz, 11 Dec 2003:
806 - more documentation for NIOS port
807 - new struct nios_pio_t, struct nios_spi_t
808 - Reconfiguration for NIOS Development Kit DK1C20:
809 o move board related code from board/dk1c20
810 to board/altera/dk1c20
811 o create a new common source path board/altera/common
812 and move generic flash access stuff into it
813 o change/expand configuration file DK1C20.h
814 - Add support for NIOS Development Kit DK1S10
815 - Add status LED support for NIOS systems
816 - Add dual 7-segment LED support for Altera NIOS DevKits
817
3a473b2a
WD
818* Patch by Ronen Shitrit, 10 Dec 2003:
819 Add support for the Marvell DB64360 / DB64460 development boards
820
821* Patch by Detlev Zundel, 10 Dec 2003:
822 fix dependency problem in examples/Makefile
823
b6e4c403
WD
824* Patch by Denis Peter, 8 Dec 2003
825 - add support for the PATI board (MPC555)
826 - add SPI support for the MPC5xx
827
828* Patch by Anders Larsen, 08 Dec 2003:
829 add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
830 to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
831 cleanup some redundand #defines
832
63f34912
WD
833