]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Fix MIPS build problem
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
288b3d7f 1======================================================================
43d9616c 2Changes since U-Boot 0.2.2:
aacf9a49
WD
3======================================================================
4
dc7c9a1a 5* Patch by Rick Bronson, 16 Mar 2003:
c021880a
WD
6 - Add NAND flash support for reading, writing, and erasing NAND
7 flash (certain forms of which are called SmartMedia).
8 - Add support for Atmel AT91RM9200DK ARM920T based development kit.
dc7c9a1a
WD
9
10* Patches by Robert Schwebel, 19 Mar 2003:
11 - use arm-linux-gcc as default compiler for ARM
12 - fix i2c fixup code
13 - fix missing baudrate setting
14 - added $loadaddr / CFG_LOAD_ADDR support to loadb
15 - moved "ignoring trailing characters" _before_ u-boot wants to
16 print out diagnostics messages; removes bogus characters at the
17 end of transmission
18
19* Patch by John Zhan, 18 Mar 2003:
20 Add support for SinoVee Microsystems SC8xx boards
21
22* Patch by Rolf Offermanns, 21 Mar 2003:
23 ported the dnp1110 related changes from the current armboot cvs to
24 current u-boot cvs. smc91111 does not work. problem marked in
25 smc91111.c, grep for "FIXME".
26
27* Patch by Brian Auld, 25 Mar 2003:
28 Add support for STM flash chips on ebony board
29
4d75a504
WD
30* Add PCI support for MPC8250 Boards (PM825 module)
31
44e5c5c4
SR
32* Patch by Stefan Roese, 25 Mar 2003:
33 - PCI405 update.
34
5d5d44e7
SR
35* Patch by Stefan Roese, 20 Mar 2003:
36 - CPCI4052 update (support for revision 3).
37 - Set edge conditioning circuitry on PPC405GPr for compatibility
38 to existing PPC405GP designs.
39 - Clip udiv to 5 bits on PPC405 (serial.c).
40
c021880a
WD
41* Extend INCAIP board support:
42 - add automatic RAM size detection
43 - add "bdinfo" command
44 - pass flash address and size to Linux kernel
45 - switch to 150 MHz clock
46
06d01dbe
WD
47* Avoid flicker on the TRAB's VFD by synchronizing the enable with
48 the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
49 boards, version 153 for Rev. 200 boards).
50
51* Patch by Vladimir Gurevich, 12 Mar 2003:
52 Fix relocation problem of statically initialized string pointers
53 in common/cmd_pci.c
54
55