]> Git Repo - J-u-boot.git/blame - CHANGELOG
Patch by Stefan Roese, 02 Jul 2004
[J-u-boot.git] / CHANGELOG
CommitLineData
2729af9d
WD
1======================================================================
2Changes since U-Boot 1.1.1:
3======================================================================
4
ede13022
SR
5* Patch by Stefan Roese, 02 Jul 2004:
6 - Fix bug in 405 ethernet driver; allocated data not cleared!
7 - Fix problem in 405 i2c driver; don't try to print without console!
8
78953f2f
WD
9* Patch by Paul Ruhland, 11 Jun 2004:
10 Remove debug code from 'board/lpd7a40x/flash.c'
11
e55ca7e2
WD
12* Patch by Andrea Marson, 11 Jun 2004:
13 Update for PPChameleon board:
14 - support for SysClk @ 25MHz
15 - support for Silicon Motion SM712 VGA controller
16 - some clean ups
17
93f6a677
WD
18* Patches by Richard Woodruff, 10 Jun 2004:
19 - fix problems with examples/stubs.c for GCC >= 3.4
20 - fix problems with gd initialization
21
39539887
WD
22* Patch by Curt Brune, 17 May 2004:
23 - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC)
24 - Add support for ESPD-Inc. EVB4510 Board
25
26* Patch by Marc Leeman, 11 May 2004:
27 Fix for MPC8245 - reading PPC Memory from another device with the
28 PPC as PCI target device corrupts data due to interenal hardware
29 buffering.
30
e94d2cd9
WD
31* Fix "cls" command when used with splash screen
32
33* Increase NFS download timeout (now 1 min - 10 sec is to short for a
34 slow download of a big image)
35
c3f4d17e
WD
36* Add "cls" function to MPC823 LCD driver so we can reinitialize the
37 display even after showing a bitmap
38
49822e23
WD
39* Patch by Josef Wagner, 04 Jun 2004:
40 - DDR Ram support for PM520 (MPC5200)
41 - support for different flash types (PM520)
42 - USB / IDE / CF-Card / DiskOnChip support for PM520
43 - 8 bit boot rom support for PM520/CE520
44 - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
45 - I2C and RTC support for CPC45
46 - support of new flash type (28F160C3T) for CPC45
47
46a414dc
WD
48* Fix flash parameters passed to Linux for PPChameleon board
49
50* Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
51
f832d8a1 52* Patch by Paul Ruhland, 10 Jun 2004:
49822e23 53 fix support for Logic SDK-LH7A404 board and clean up the
f832d8a1
WD
54 LH7A404 register macros.
55
56* Patch by Matthew McClintock, 10 Jun 2004:
57 Modify code to select correct serial clock on Sandpoint8245
58
b54d32b4
WD
59* Patch by Robert Schwebel, 10 Jun 2004:
60 Add support for Intel K3 strata flash.
61
62* Patch by Thomas Brand, 10 Jun 2004:
63 Fix "loads" command on DK1S10 board
64
99edcfb2
WD
65* Patch by Yuli Barcohen, 09 Jun 2004:
66 Add support for 8MB flash SIMM and JFFS2 file system on
67 Motorola FADS board and its derivatives (MPC86xADS, MPC885ADS).
68
2d24a3a7
WD
69* Patch by Yuli Barcohen, 09 Jun 2004:
70 Add support for Analogue&Micro Adder87x and the older AdderII board.
71
72* Patch by Ming-Len Wu, 09 Jun 2004:
73 Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
74
e63c8ee3
WD
75* Patch by Sam Song, 09 Jun 2004:
76 - Add support for RPXlite_DW board
77 - Update FLASH driver for 4*AM29DL323DB90VI
78 - Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
79
36c72877
WD
80* Patch by Mark Jonas, 08 June 2004:
81 - Make MPC5200 boards evaluate the SVR to print processor name and
82 version in checkcpu() (cpu/mpc5xxx/cpu.c).
83
84* Patch by Kai-Uwe Bloem, 06 May 2004:
85 Fix endianess problem in cramfs code
86
4c0d4c3b
WD
87* Patch by Tom Armistead, 04 Jun 2004:
88 Add support for MAX6900 RTC
89
90* Patches by Ladislav Michl, 03 Jun 2004:
91 - fix cfi_flash.c on LE systems
92 - let 'make mrproper' delete u-boot.img as well
93 - turn printf into debug in cfi_flash.c
94
ca0e7748
WD
95* Patch by Kurt Stremerch, 28 May 2004:
96 Add support for Exys XSEngine board
97
697037fe
WD
98* Patch by Martin Krause, 27 May 2004:
99 Fix a MPC5xxx I2C timing issue in i2c_probe().
100
101* Patch by Leif Lindholm, 27 May 2004:
102 Fix board_init_f() for dbau1x00 board.
103
3ff02c27
WD
104* Patch by Imre Deak, 26 May 2004:
105 On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3).
106 Set flash base accordingly, and decide whether to do or skip board
107 specific setup steps.
108
109* Patch by Josef Baumgartner, 26 May 2004:
110 Add missing define in include/asm-m68k/global_data.h
111
70f05ac3
WD
112* Patch by Josef Baumgartner, 25 May 2004:
113 Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c
114
115* Patch by Paul Ruhland, 24 May 2004:
116 fix SDRAM initialization for LPD7A400 board.
117
13a5695b
WD
118* Patch by Jian Zhang, 20 May 2004:
119 add support for environment in NAND flash
120
c3c7f861
WD
121* Patch by Yuli Barcohen, 20 May 2004:
122 Add support for Interphase iSPAN boards.
123
124* Patches by Paul Ruhland, 17 May 2004:
125 - Add I/O functions to the smc91111 ethernet driver to support the
126 Logic LPD7A40x boards.
f39748ae
WD
127 - Add support for the Logic Zoom LH7A40x based SDK board(s),
128 specifically the LPD7A400.
129
130* Patches by Robert Schwebel, 15 May 2004:
131 - call MAC address reading code also for SMSC91C111;
132 - make SMSC91C111 timeout configurable, remove duplicate code
133 - fix get_timer() for PXA
134 - update doc/README.JFFS2
135 - use "bootfile" env variable also for jffs2
136
aa245090
WD
137* Patch by Tolunay Orkun, 14 May 2004:
138 Add support for Cogent CSB472 board (8MB Flash Rev)
139
aa5590b6
WD
140* Patch by Thomas Viehweger, 14 May 2004:
141 - flash.h: more flash types added
142 - immap_8260.h: some bits added (useful for RMII)
143 - cmd_coninfo.c: typo corrected, printf -> puts
144 - reduced size by replacing spaces with tab
145
48abe7bf
WD
146* Patch by Robert Schwebel, 13 May 2004:
147 Add 'imgextract' command: extract one part of a multi file image.
148
547b4cb2 149* Patches by Jon Loeliger, 11 May 2004:
97d80fc3
WD
150 Dynamically handle REV1 and REV2 MPC85xx parts.
151 (Jon Loeliger, 10-May-2004).
152 New consistent memory map and Local Access Window across MPC85xx line.
153 New CCSRBAR at 0xE000_0000 now.
154 Add RAPID I/O memory map.
155 New memory map in README.MPC85xxads
156 (Kumar Gala, 10-May-2004)
157 Better board and CPU identification on MPC85xx boards at boot.
158 (Jon Loeliger, 10-May-2004)
159 SDRAM clock control fixes on MPC8540ADS & MPC8560 boards.
160 Some configuration options for MPC8540ADS & MPC8560ADS cleaned up.
161 (Jim Robertson, 10-May-2004)
162 Rewrite of the MPC85xx Three Speed Ethernet Controller (TSEC) driver.
163 Supports multiple PHYs.
164 (Andy Fleming, 10-May-2004)
165 Some README.MPC85xxads updates.
166 (Kumar Gala, 10-May-2004)
167 Copyright updates for "Freescale"
168 (Andy Fleming, 10-May-2004)
169
6bdd1377
WD
170* Patch by Stephen Williams, 11 May 2004:
171 Add flash support for ST M29W040B
172 Reduce JSE specific flash.c to remove dead code.
173
356a0d9f
WD
174* Patch by Markus Pietrek, 04 May 2004:
175 Fix clear_bss code for ARM systems (all except s3c44b0 which
176 doesn't clear BSS at all?)
177
178* Fix "ping" problem on INC-IP board. Strange problem:
179 Sometimes the store word instruction hangs while writing to one of
180 the Switch registers, but only if the next instruction is 16-byte
181 aligned. Moving the instruction into a separate function somehow
182 makes the problem go away.
183
1eaeb58e
WD
184* Patch by Rishi Bhattacharya, 08 May 2004:
185 Add support for TI OMAP5912 OSK Board
186
187* Patch by Sam Song May, 07 May 2004:
188 Fix typo of UPM table for rmu board
189
190* Patch by Pantelis Antoniou, 05 May 2004:
79fa88f3
WD
191 - Intracom board update.
192 - Add Codec POST.
193
cea655a2
WD
194* Add support for the second Ethernet interface for the 'PPChameleon'
195 board.
196
a56bd922
WD
197* Patch by Dave Peverley, 30 Apr 2004:
198 Add support for OMAP730 Perseus2 Development board
199
200* Patch by Alan J. Luse, 29 Apr 2004:
201 Fix flash chip-select (OR0) option register setting on FADS boards.
202
203* Patch by Alan J. Luse, 29 Apr 2004:
204 Report MII network speed and duplex setting properly when
205 auto-negotiate is not enabled.
206
207* Patch by Jarrett Redd, 29 Apr 2004:
208 Fix hang on reset on Ocotea board due to flash in wrong mode.
209
5ca26799
WD
210* Patch by Dave Peverley, 29 Apr 2004:
211 add MAC address detection to smc91111 driver
212
213