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