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