]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Patch by Yuli Barcohen, 09 Jun 2004:
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
2729af9d
WD
1======================================================================
2Changes since U-Boot 1.1.1:
3======================================================================
4
99edcfb2
WD
5* Patch by Yuli Barcohen, 09 Jun 2004:
6 Add support for 8MB flash SIMM and JFFS2 file system on
7 Motorola FADS board and its derivatives (MPC86xADS, MPC885ADS).
8
2d24a3a7
WD
9* Patch by Yuli Barcohen, 09 Jun 2004:
10 Add support for Analogue&Micro Adder87x and the older AdderII board.
11
12* Patch by Ming-Len Wu, 09 Jun 2004:
13 Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
14
e63c8ee3
WD
15* Patch by Sam Song, 09 Jun 2004:
16 - Add support for RPXlite_DW board
17 - Update FLASH driver for 4*AM29DL323DB90VI
18 - Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
19
36c72877
WD
20* Patch by Mark Jonas, 08 June 2004:
21 - Make MPC5200 boards evaluate the SVR to print processor name and
22 version in checkcpu() (cpu/mpc5xxx/cpu.c).
23
24* Patch by Kai-Uwe Bloem, 06 May 2004:
25 Fix endianess problem in cramfs code
26
4c0d4c3b
WD
27* Patch by Tom Armistead, 04 Jun 2004:
28 Add support for MAX6900 RTC
29
30* Patches by Ladislav Michl, 03 Jun 2004:
31 - fix cfi_flash.c on LE systems
32 - let 'make mrproper' delete u-boot.img as well
33 - turn printf into debug in cfi_flash.c
34
ca0e7748
WD
35* Patch by Kurt Stremerch, 28 May 2004:
36 Add support for Exys XSEngine board
37
697037fe
WD
38* Patch by Martin Krause, 27 May 2004:
39 Fix a MPC5xxx I2C timing issue in i2c_probe().
40
41* Patch by Leif Lindholm, 27 May 2004:
42 Fix board_init_f() for dbau1x00 board.
43
3ff02c27
WD
44* Patch by Imre Deak, 26 May 2004:
45 On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3).
46 Set flash base accordingly, and decide whether to do or skip board
47 specific setup steps.
48
49* Patch by Josef Baumgartner, 26 May 2004:
50 Add missing define in include/asm-m68k/global_data.h
51
70f05ac3
WD
52* Patch by Josef Baumgartner, 25 May 2004:
53 Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c
54
55* Patch by Paul Ruhland, 24 May 2004:
56 fix SDRAM initialization for LPD7A400 board.
57
13a5695b
WD
58* Patch by Jian Zhang, 20 May 2004:
59 add support for environment in NAND flash
60
c3c7f861
WD
61* Patch by Yuli Barcohen, 20 May 2004:
62 Add support for Interphase iSPAN boards.
63
64* Patches by Paul Ruhland, 17 May 2004:
65 - Add I/O functions to the smc91111 ethernet driver to support the
66 Logic LPD7A40x boards.
f39748ae
WD
67 - Add support for the Logic Zoom LH7A40x based SDK board(s),
68 specifically the LPD7A400.
69
70* Patches by Robert Schwebel, 15 May 2004:
71 - call MAC address reading code also for SMSC91C111;
72 - make SMSC91C111 timeout configurable, remove duplicate code
73 - fix get_timer() for PXA
74 - update doc/README.JFFS2
75 - use "bootfile" env variable also for jffs2
76
aa245090
WD
77* Patch by Tolunay Orkun, 14 May 2004:
78 Add support for Cogent CSB472 board (8MB Flash Rev)
79
aa5590b6
WD
80* Patch by Thomas Viehweger, 14 May 2004:
81 - flash.h: more flash types added
82 - immap_8260.h: some bits added (useful for RMII)
83 - cmd_coninfo.c: typo corrected, printf -> puts
84 - reduced size by replacing spaces with tab
85
48abe7bf
WD
86* Patch by Robert Schwebel, 13 May 2004:
87 Add 'imgextract' command: extract one part of a multi file image.
88
547b4cb2 89* Patches by Jon Loeliger, 11 May 2004:
97d80fc3
WD
90 Dynamically handle REV1 and REV2 MPC85xx parts.
91 (Jon Loeliger, 10-May-2004).
92 New consistent memory map and Local Access Window across MPC85xx line.
93 New CCSRBAR at 0xE000_0000 now.
94 Add RAPID I/O memory map.
95 New memory map in README.MPC85xxads
96 (Kumar Gala, 10-May-2004)
97 Better board and CPU identification on MPC85xx boards at boot.
98 (Jon Loeliger, 10-May-2004)
99 SDRAM clock control fixes on MPC8540ADS & MPC8560 boards.
100 Some configuration options for MPC8540ADS & MPC8560ADS cleaned up.
101 (Jim Robertson, 10-May-2004)
102 Rewrite of the MPC85xx Three Speed Ethernet Controller (TSEC) driver.
103 Supports multiple PHYs.
104 (Andy Fleming, 10-May-2004)
105 Some README.MPC85xxads updates.
106 (Kumar Gala, 10-May-2004)
107 Copyright updates for "Freescale"
108 (Andy Fleming, 10-May-2004)
109
6bdd1377
WD
110* Patch by Stephen Williams, 11 May 2004:
111 Add flash support for ST M29W040B
112 Reduce JSE specific flash.c to remove dead code.
113
356a0d9f
WD
114* Patch by Markus Pietrek, 04 May 2004:
115 Fix clear_bss code for ARM systems (all except s3c44b0 which
116 doesn't clear BSS at all?)
117
118* Fix "ping" problem on INC-IP board. Strange problem:
119 Sometimes the store word instruction hangs while writing to one of
120 the Switch registers, but only if the next instruction is 16-byte
121 aligned. Moving the instruction into a separate function somehow
122 makes the problem go away.
123
1eaeb58e
WD
124* Patch by Rishi Bhattacharya, 08 May 2004:
125 Add support for TI OMAP5912 OSK Board
126
127* Patch by Sam Song May, 07 May 2004:
128 Fix typo of UPM table for rmu board
129
130* Patch by Pantelis Antoniou, 05 May 2004:
79fa88f3
WD
131 - Intracom board update.
132 - Add Codec POST.
133
cea655a2
WD
134* Add support for the second Ethernet interface for the 'PPChameleon'
135 board.
136
a56bd922
WD
137* Patch by Dave Peverley, 30 Apr 2004:
138 Add support for OMAP730 Perseus2 Development board
139
140* Patch by Alan J. Luse, 29 Apr 2004:
141 Fix flash chip-select (OR0) option register setting on FADS boards.
142
143* Patch by Alan J. Luse, 29 Apr 2004:
144 Report MII network speed and duplex setting properly when
145 auto-negotiate is not enabled.
146
147* Patch by Jarrett Redd, 29 Apr 2004:
148 Fix hang on reset on Ocotea board due to flash in wrong mode.
149
5ca26799
WD
150* Patch by Dave Peverley, 29 Apr 2004:
151 add MAC address detection to smc91111 driver
152
153