]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Patch by Martin Winistoerfer, 23 Mar 2003
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
288b3d7f 1======================================================================
43d9616c 2Changes since U-Boot 0.2.2:
aacf9a49
WD
3======================================================================
4
0db5bca8
WD
5* Patch by Martin Winistoerfer, 23 Mar 2003
6 - Add port to MPC555/556 microcontrollers
7 - Add support for cmi customer board with
8 Intel 28F128J3A, 28F320J3A or 28F640J3A flash.
9
10* Patch by Rick Bronson, 28 Mar 2003:
11 - fix common/cmd_nand.c
12
85ec0bcc
WD
13* Patch by Arun Dharankar, 24 Mar 2003:
14 - add threads / scheduler example code
15
16* Add patches by Robert Schwebel, 31 Mar 2003:
17 - add ctrl-c support for kermit download
18 - align bdinfo output on ARM
19
20* Add CPU ID, version, and clock speed for INCA-IP
21
506f0441
WD
22* Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:
23 - fix SRAM and SDRAM memory sizing
24 - add status LED support
25 - add MAC address for second (SCC1) ethernet port
26
27* Update default environment for TQM8260 board
28
dc7c9a1a 29* Patch by Rick Bronson, 16 Mar 2003:
c021880a
WD
30 - Add NAND flash support for reading, writing, and erasing NAND
31 flash (certain forms of which are called SmartMedia).
32 - Add support for Atmel AT91RM9200DK ARM920T based development kit.
dc7c9a1a
WD
33
34* Patches by Robert Schwebel, 19 Mar 2003:
35 - use arm-linux-gcc as default compiler for ARM
36 - fix i2c fixup code
37 - fix missing baudrate setting
38 - added $loadaddr / CFG_LOAD_ADDR support to loadb
39 - moved "ignoring trailing characters" _before_ u-boot wants to
40 print out diagnostics messages; removes bogus characters at the
41 end of transmission
42
43* Patch by John Zhan, 18 Mar 2003:
44 Add support for SinoVee Microsystems SC8xx boards
45
46* Patch by Rolf Offermanns, 21 Mar 2003:
47 ported the dnp1110 related changes from the current armboot cvs to
48 current u-boot cvs. smc91111 does not work. problem marked in
49 smc91111.c, grep for "FIXME".
50
51* Patch by Brian Auld, 25 Mar 2003:
52 Add support for STM flash chips on ebony board
53
4d75a504
WD
54* Add PCI support for MPC8250 Boards (PM825 module)
55
44e5c5c4
SR
56* Patch by Stefan Roese, 25 Mar 2003:
57 - PCI405 update.
58
5d5d44e7
SR
59* Patch by Stefan Roese, 20 Mar 2003:
60 - CPCI4052 update (support for revision 3).
61 - Set edge conditioning circuitry on PPC405GPr for compatibility
62 to existing PPC405GP designs.
63 - Clip udiv to 5 bits on PPC405 (serial.c).
64
c021880a
WD
65* Extend INCAIP board support:
66 - add automatic RAM size detection
67 - add "bdinfo" command
68 - pass flash address and size to Linux kernel
69 - switch to 150 MHz clock
70
06d01dbe
WD
71* Avoid flicker on the TRAB's VFD by synchronizing the enable with
72 the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
73 boards, version 153 for Rev. 200 boards).
74
75* Patch by Vladimir Gurevich, 12 Mar 2003:
76 Fix relocation problem of statically initialized string pointers
77 in common/cmd_pci.c
78
79