]> Git Repo - J-u-boot.git/blame - CHANGELOG
Patch by Jon Loeliger, 16 Jul 2004:
[J-u-boot.git] / CHANGELOG
CommitLineData
2729af9d
WD
1======================================================================
2Changes since U-Boot 1.1.1:
3======================================================================
4
9aea9530
WD
5* Patch by Jon Loeliger, 16 Jul 2004:
6 - support larger DDR memories up to 2G on the PC8540/8560ADS and
7 STXGP3 boards
8 - Made MPC8540/8560ADS be 33Mhz PCI by default.
9 - Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16
10 and CONFIG_L2_INIT_RAM options.
11 - Refactor Local Bus initialization out of SDRAM setup.
12 - Re-implement new version of LBC11/DDR11 errata workarounds.
13 - Moved board specific PCI init parts out of CPU directory.
14 - Added TLB entry for PCI-1 IO Memory
15 - Updated README.mpc85xxads
16
281e00a3
WD
17* Patch by Sascha Hauer, 28 Jun:
18 - add generic support for Motorola i.MX architecture
19 - add support for mx1ads, mx1fs2 and scb9328 boards
20
21* Patches by Marc Leeman, 23 Jul 2004:
22 - Add define for the PCI/Memory Buffer Configuration Register
23 - corrected comments in cpu/mpc824x/cpu_init.c
24
25* Add support for multiple serial interfaces
26 (for example to allow modem dial-in / dial-out)
27
45eeb898
SR
28* Patch by Stefan Roese, 15 Jul 2004:
29 cpu/ppc4xx/sdram.c rewritten now using get_ram_size()
30
cfca5e60
WD
31* Fix NSCU config; add ethernet wakeup code.
32
281e00a3 33* Add link for preloader for Motorola Coldfire to README.m68k
cfca5e60 34
75b1fa78
WD
35* Patch by Michael Bendzick, 12 Jul 2004:
36 fix output formatting in drivers/cfi_flash.c
37
07cba351
WD
38* Patch by Mark Jonas, 02 Jul 2004:
39 Fix lowboot (again) on MPC5xxx
40
cdc7fea1
WD
41* Patch by Curt Brune, 07 Jul 2004:
42 relocate exception vectors on arm720t if needed
43
a1f4a3dd
WD
44* Patch by George G. Davis, 06 Jul 2004:
45 - update mach-types.h to latest arm.linux.org.uk master list
46 - Set correct OMAP1610 bi_arch_number for build target
47
48* Patch by Curt Brune, 06 Jul 2004:
49 evb4510: add support for timer interrupt; cleanup
50
b9283e2d
WD
51* Patch by Dan Poirot, 06 Jul 2004:
52 Fix sbc8260 environment variables
53
54* Cleanup redundand "console" environment variable
55
81050926
WD
56* Patch by Mark Jonas, 05 Jul 2004:
57 add support for the Total5100's and Total5200's LCD screen
58
59* Patches by Dan Eisenhut, 01 Jul 2004:
60 - README fixes.
61 - Move doc2000.h include to prevent compiler warning on some boards
62
6c7a1408
WD
63* Patch by Mark Jonas, 01 Jul 2004:
64 Added support for Total5100 and Total5200 (Rev.1 and Rev.2)
65 MGT5100 and MPC5200 based Freescale platforms.
66
bc54f309
WD
67* Patch by Philippe Robin, 01 Jul 2004:
68 Add initialization for Integrator and versatile board files.
69
70* Patch by Hinko Kocevar, 01 Jun 2004:
71 Fix VFD FB allocation, add LCD FB allocation on ARM
72
56523f12
WD
73* Patch by Martin Krause, 30 Jun 2004:
74 Add support for TQM5200 board
75
76* Patch by Martin Krause, 29 Jun 2004:
77 Add loopw command: infinite write loop on address range
78
857cad37
WD
79* Patches by Yasushi Shoji, 29 Jun 2004:
80 - add empty include/asm-microblaze/processor.h
81 - add to CREDITS and MAINTAINERS
82 - add gd initialization
83 - add MicroBlaze and SUZAKU board to MAKEALL script
84 - add reset support for SUZAKU
85 - add flush_cache() for MicroBlaze
86 - add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
87 size flash memory on SUZAKU
88
fabd46ac
WD
89* Patch by Prakash Kumar, 27 Jun 2004:
90 Add support for the PXA250 based Intrinsyc Cerf board.
91
92* Patch by Yasushi Shoji, 27 Jun 2004:
93 fix comment in include/common.h
94
466b7410
WD
95* Rename SBC8560 into sbc8560 for consistency
96
97* Patch by Daniel Poirot, 24 Jun 2004:
98 Add support for Wind River's sbc8240 board
99
100* Patches by Yasushi Shoji, 26 Jun 2004:
101 - drivers/serial_xuartlite.c: fix "return 0" in void function
102 - add microblaze support to mkimage tool
103
8b07a110 104* Patch by Fred Klatt, 25 Jun 2004:
466b7410 105 Add support for WindRiver's sbc8560 board
8b07a110
WD
106
107* Patch by Nicolas Lacressonniere, 24 Jun 2004
108 Small Bugs fixes for "at91rm9200dk" board:
109 - Timing modifications for SPI DataFlash access
110 - Fix NAND flash detection bug
111
112* Patch by Nicolas Lacressonniere, 24 Jun 2004:
113 Add Support for Flash AT49BV6416 for AT91RM9200DK board
114
0ac6f8b7
WD
115* Patch by Jon Loeliger, 17 June 2004:
116 Completion of the 8540ADS/8560ADS updates:
117 Fix some PCI and Rapid I/O memory maps,
118 Initialize both TSEC 1 and 2,
119 Initialize SDRAM
120 Update MAINTAINER for 85xx boards and README.mpc85xxads
121
26238132
WD
122* Patch by Yuli Barcohen, 16 Jun 2004:
123 Remove obsolete AdderII port which was superseded by unified
124 AdderII/Adder87x port
125
126* Patch by Ladislav Michl, 16 Jun 2004:
127 Fix gcc-3.3.3 warnings for smc91111.c
128
ede13022
SR
129* Patch by Stefan Roese, 02 Jul 2004:
130 - Fix bug in 405 ethernet driver; allocated data not cleared!
131 - Fix problem in 405 i2c driver; don't try to print without console!
132
78953f2f
WD
133* Patch by Paul Ruhland, 11 Jun 2004:
134 Remove debug code from 'board/lpd7a40x/flash.c'
135
e55ca7e2
WD
136* Patch by Andrea Marson, 11 Jun 2004:
137 Update for PPChameleon board:
138 - support for SysClk @ 25MHz
139 - support for Silicon Motion SM712 VGA controller
140 - some clean ups
141
93f6a677
WD
142* Patches by Richard Woodruff, 10 Jun 2004:
143 - fix problems with examples/stubs.c for GCC >= 3.4
144 - fix problems with gd initialization
145
39539887
WD
146* Patch by Curt Brune, 17 May 2004:
147 - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC)
148 - Add support for ESPD-Inc. EVB4510 Board
149
150* Patch by Marc Leeman, 11 May 2004:
151 Fix for MPC8245 - reading PPC Memory from another device with the
152 PPC as PCI target device corrupts data due to interenal hardware
153 buffering.
154
e94d2cd9
WD
155* Fix "cls" command when used with splash screen
156
157* Increase NFS download timeout (now 1 min - 10 sec is to short for a
158 slow download of a big image)
159
c3f4d17e
WD
160* Add "cls" function to MPC823 LCD driver so we can reinitialize the
161 display even after showing a bitmap
162
49822e23
WD
163* Patch by Josef Wagner, 04 Jun 2004:
164 - DDR Ram support for PM520 (MPC5200)
165 - support for different flash types (PM520)
166 - USB / IDE / CF-Card / DiskOnChip support for PM520
167 - 8 bit boot rom support for PM520/CE520
168 - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
169 - I2C and RTC support for CPC45
170 - support of new flash type (28F160C3T) for CPC45
171
46a414dc
WD
172* Fix flash parameters passed to Linux for PPChameleon board
173
174* Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
175
f832d8a1 176* Patch by Paul Ruhland, 10 Jun 2004:
49822e23 177 fix support for Logic SDK-LH7A404 board and clean up the
f832d8a1
WD
178 LH7A404 register macros.
179
180* Patch by Matthew McClintock, 10 Jun 2004:
181 Modify code to select correct serial clock on Sandpoint8245
182
b54d32b4
WD
183* Patch by Robert Schwebel, 10 Jun 2004:
184 Add support for Intel K3 strata flash.
185
186* Patch by Thomas Brand, 10 Jun 2004:
187 Fix "loads" command on DK1S10 board
188
99edcfb2
WD
189* Patch by Yuli Barcohen, 09 Jun 2004:
190 Add support for 8MB flash SIMM and JFFS2 file system on
191 Motorola FADS board and its derivatives (MPC86xADS, MPC885ADS).
192
2d24a3a7
WD
193* Patch by Yuli Barcohen, 09 Jun 2004:
194 Add support for Analogue&Micro Adder87x and the older AdderII board.
195
196* Patch by Ming-Len Wu, 09 Jun 2004:
197 Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
198
e63c8ee3
WD
199* Patch by Sam Song, 09 Jun 2004:
200 - Add support for RPXlite_DW board
201 - Update FLASH driver for 4*AM29DL323DB90VI
202 - Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
203
36c72877
WD
204* Patch by Mark Jonas, 08 June 2004:
205 - Make MPC5200 boards evaluate the SVR to print processor name and
206 version in checkcpu() (cpu/mpc5xxx/cpu.c).
207
208* Patch by Kai-Uwe Bloem, 06 May 2004:
209 Fix endianess problem in cramfs code
210
4c0d4c3b
WD
211* Patch by Tom Armistead, 04 Jun 2004:
212 Add support for MAX6900 RTC
213
214* Patches by Ladislav Michl, 03 Jun 2004:
215 - fix cfi_flash.c on LE systems
216 - let 'make mrproper' delete u-boot.img as well
217 - turn printf into debug in cfi_flash.c
218
ca0e7748
WD
219* Patch by Kurt Stremerch, 28 May 2004:
220 Add support for Exys XSEngine board
221
697037fe
WD
222* Patch by Martin Krause, 27 May 2004:
223 Fix a MPC5xxx I2C timing issue in i2c_probe().
224
225* Patch by Leif Lindholm, 27 May 2004:
226 Fix board_init_f() for dbau1x00 board.
227
3ff02c27
WD
228* Patch by Imre Deak, 26 May 2004:
229 On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3).
230 Set flash base accordingly, and decide whether to do or skip board
231 specific setup steps.
232
233* Patch by Josef Baumgartner, 26 May 2004:
234 Add missing define in include/asm-m68k/global_data.h
235
70f05ac3
WD
236* Patch by Josef Baumgartner, 25 May 2004:
237 Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c
238
239* Patch by Paul Ruhland, 24 May 2004:
240 fix SDRAM initialization for LPD7A400 board.
241
13a5695b
WD
242* Patch by Jian Zhang, 20 May 2004:
243 add support for environment in NAND flash
244
c3c7f861
WD
245* Patch by Yuli Barcohen, 20 May 2004:
246 Add support for Interphase iSPAN boards.
247
248* Patches by Paul Ruhland, 17 May 2004:
249 - Add I/O functions to the smc91111 ethernet driver to support the
250 Logic LPD7A40x boards.
f39748ae
WD
251 - Add support for the Logic Zoom LH7A40x based SDK board(s),
252 specifically the LPD7A400.
253
254* Patches by Robert Schwebel, 15 May 2004:
255 - call MAC address reading code also for SMSC91C111;
256 - make SMSC91C111 timeout configurable, remove duplicate code
257 - fix get_timer() for PXA
258 - update doc/README.JFFS2
259 - use "bootfile" env variable also for jffs2
260
aa245090
WD
261* Patch by Tolunay Orkun, 14 May 2004:
262 Add support for Cogent CSB472 board (8MB Flash Rev)
263
aa5590b6
WD
264* Patch by Thomas Viehweger, 14 May 2004:
265 - flash.h: more flash types added
266 - immap_8260.h: some bits added (useful for RMII)
267 - cmd_coninfo.c: typo corrected, printf -> puts
268 - reduced size by replacing spaces with tab
269
48abe7bf
WD
270* Patch by Robert Schwebel, 13 May 2004:
271 Add 'imgextract' command: extract one part of a multi file image.
272
547b4cb2 273* Patches by Jon Loeliger, 11 May 2004:
97d80fc3
WD
274 Dynamically handle REV1 and REV2 MPC85xx parts.
275 (Jon Loeliger, 10-May-2004).
276 New consistent memory map and Local Access Window across MPC85xx line.
277 New CCSRBAR at 0xE000_0000 now.
278 Add RAPID I/O memory map.
279 New memory map in README.MPC85xxads
280 (Kumar Gala, 10-May-2004)
281 Better board and CPU identification on MPC85xx boards at boot.
282 (Jon Loeliger, 10-May-2004)
283 SDRAM clock control fixes on MPC8540ADS & MPC8560 boards.
284 Some configuration options for MPC8540ADS & MPC8560ADS cleaned up.
285 (Jim Robertson, 10-May-2004)
286 Rewrite of the MPC85xx Three Speed Ethernet Controller (TSEC) driver.
287 Supports multiple PHYs.
288 (Andy Fleming, 10-May-2004)
289 Some README.MPC85xxads updates.
290 (Kumar Gala, 10-May-2004)
291 Copyright updates for "Freescale"
292 (Andy Fleming, 10-May-2004)
293
6bdd1377
WD
294* Patch by Stephen Williams, 11 May 2004:
295 Add flash support for ST M29W040B
296 Reduce JSE specific flash.c to remove dead code.
297
356a0d9f
WD
298* Patch by Markus Pietrek, 04 May 2004:
299 Fix clear_bss code for ARM systems (all except s3c44b0 which
300 doesn't clear BSS at all?)
301
302* Fix "ping" problem on INC-IP board. Strange problem:
303 Sometimes the store word instruction hangs while writing to one of
304 the Switch registers, but only if the next instruction is 16-byte
305 aligned. Moving the instruction into a separate function somehow
306 makes the problem go away.
307
1eaeb58e
WD
308* Patch by Rishi Bhattacharya, 08 May 2004:
309 Add support for TI OMAP5912 OSK Board
310
311* Patch by Sam Song May, 07 May 2004:
312 Fix typo of UPM table for rmu board
313
314* Patch by Pantelis Antoniou, 05 May 2004:
79fa88f3
WD
315 - Intracom board update.
316 - Add Codec POST.
317
cea655a2
WD
318* Add support for the second Ethernet interface for the 'PPChameleon'
319 board.
320
a56bd922
WD
321* Patch by Dave Peverley, 30 Apr 2004:
322 Add support for OMAP730 Perseus2 Development board
323
324* Patch by Alan J. Luse, 29 Apr 2004:
325 Fix flash chip-select (OR0) option register setting on FADS boards.
326
327* Patch by Alan J. Luse, 29 Apr 2004:
328 Report MII network speed and duplex setting properly when
329 auto-negotiate is not enabled.
330
331* Patch by Jarrett Redd, 29 Apr 2004:
332 Fix hang on reset on Ocotea board due to flash in wrong mode.
333
5ca26799
WD
334* Patch by Dave Peverley, 29 Apr 2004:
335 add MAC address detection to smc91111 driver
336
337