]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Patch by Jon Loeliger, 2005-07-25
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
a1191902
WD
1======================================================================
2Changes for U-Boot 1.1.3:
3======================================================================
63be111e
JL
4* Patch by Jon Loeliger, 2005-07-25
5 Move the TSEC driver out of cpu/mpc85xx as it will be shared
6 by the upcoming mpc83xx family as well.
7
d9b94f28
JL
8* Patch by Jon Loeliger, 2005-05-05
9 Implemented support for MPC8548CDS board.
10 Added DDR II support based on SPD values for MPC85xx boards.
11 This roll-up patch also includes bugfies for the previously
12 published patches:
13 DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
14
288693ab
JL
15* Patch by Jon Loeliger, 2005-Feb-10
16 Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
17
7202d43d
JL
18* Patch by Jon Loeliger, Kumar Gala, 2005-02-08
19 For MPC85xxCDS:
20 Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow
21 for faster flash parts.
22 Add documentation for BR/OR for FLASH.
23
d65cfe89
JL
24* Patch by Jon Loeliger 2005-02-08
25 Determine L2 Cache size dynamically on 85XX boards.
26
9c4c5ae3
JL
27* Patch by Jon Loeliger, Kumar Gala 2005-02-08
28 - Convert the CPM2 based functionality to use new CONFIG_CPM2
29 option rather than a myriad of CONFIG_MPC8560-like variants.
30 Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
31 Eliminates the CONFIG_MPC8560 option entirely. Distributes the
32 new CONFIG_CPM2 option to each 8260 board.
a1191902 33
2d5df63e
WD
34* Patch by Jon Loeliger, 20 Jul 2005:
35 Add missing PCI IO port definitions.
36
08abe158
WD
37* Add CompactFlash support for HMI1001 board.
38
39* Adjust printed board ID for LWMON board.
40
1a79473b
WD
41* Fix low-level OHCI transfers for ARM920t and MPC5xxx
42
f530187d
WD
43* Add new argument format for flash commands to allow for usage like
44 "erase $(addr) +$(filesize)", i. e. a size argument can be used and
45 U-Boot will automaticially find the end of the corresponding sector.
46
cd5b2b99
SR
47* Patch by Stefan Roese, 5 Jul 2005:
48 Update uc100 board PHY setup
49
3c71f3e8
SR
50* Patch by Stefan Roese, 1 Jul 2005:
51 Fix PHY address for CATcenter board (now correct!)
52
bf41886f
SR
53* Patch by Stefan Roese, 30 Jun 2005:
54 Fix PHY addresses for PPChameleon and CATcenter boards
55 Change MAINTAINER for most esd boards
56
88804d19
WD
57* Patch by Detlev Zundel, 30 Jun 2005:
58 Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
59
342717f7
WD
60* Fix baudrate calculation problem on MPC5200 systems
61
62* Add EEPROM and RTC support for HMI1001 board
63
64* Patch by Detlev Zundel, 20 Jun 2005:
65 Fix initialization of low active GPIO pins on inka4x0 board
66
024447b1
WD
67* Enable redundant environment, disable HW flash protection of
68 HMI1001 board
69
b2532eff
WD
70* Patch by Travis Sawyer, 10 Jun 2005:
71 Initialize allocated dev and private hw structures
72 after their respective allocation in 440gx_enet.c
73
74* Patch by Steven Scholz, 10 Jun 2005:
75 Fix byteorder problems with second argument of "bootm" with
76 standalone images;
77
a87589da
WD
78* Add support for HMI1001 board
79
80* Disable "date" and "sntp" commands on TQM866M
81
51152c17
WD
82* Fix watchdog reset problems on LWMON board
83
ba91e26a
WD
84* Patch by Juergen Selent, 17 May 2005:
85 Add support for Funkwerk VoVPN gateway module.
86
87* Cleanup debug code for MPC8220 FEC driver
88
2eab48f5
WD
89* Extend burst mode RAM test program to take a loop count
90 (0 = infinite)
91
92* Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on
93 those boards that use it.
94
3a574cbe
WD
95* Patches by Greg Ungerer, 19 May 2005:
96 - add support for the KS8695P (ARM 922 based) CPU
97 - add support for the OpenGear CM4008, CM4116 and CM4148 boards
98
99* Patch by Steven Scholz, 19 May 2005:
100 Add support for CONFIG_SERIAL_TAG on ARM boards
101
7680c140
WD
102* Add PCI support for Sorcery board.
103 Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
104
c0176630
WD
105* Fix compile problems caused by new burst mode SDRAM test;
106 make port pins to trigger logic analyzer configurable
107
343117bf
WD
108* Fix timer handling on MPC85xx systems
109
9dd41a7b
WD
110* Fix debug code in omap5912osk flash driver
111
112* Add support for MPC8247 based "IDS8247" board.
113
d44e14b5
WD
114* Add support for 2 x TSEC interfaces on the TQM8540 board.
115
ed16fefc
WD
116* On LWMON we must use the watchdog to reset the board as the CPU
117 genereated HRESET pulse is too short to reset the external
118 circuitry.
119
931da93e
WD
120* Add test tool to exercise SDRAM accesses in burst mode
121 (as standalone program, MPC8xx/PowerPC only)
122
60fc6cbb
WD
123* Increase CFG_MONITOR_LEN for Rattler board to match actual code
124 size.
125
07cc0999 126* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
412babe3
WD
127 March 13, 2005); new configuration option CONFIG_JFFS2_LZO_LZARI
128 added to support LZO and LZARI compression modes (undefined by
129 default).
07cc0999 130
cf8bc577
WD
131* Fix problem with symbolic links in JFFS2 code.
132
a710d4be
WD
133* Use linker ASSERT statement to prevent undetected overlapping of
134 sections on PPChameleon board; other boards might use this, too.
135
434cf850
SR
136* Patch by Stefan Roese, 03 May 2005:
137 Update for P3G4
138 Fix problems in cmd_universe.c
139
140* Patch by Matthias Fuchs, 03 May 2005:
141 Added missing variable declaration in cmd_nand.c
142 Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
143
9f709b6c
WD
144* Fix INKA4x0: use CS1 as gpio_wkup_6 output
145
a6310928
WD
146* Fix bug in the SDRAM initialization code for canmb, IceCube and
147 PM520 boards.
148 Fix PHY address for canmb board.
149
7cc1438d
WD
150* Cleanup serial console baudrate calculation on AT91RM9200;
151 get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
ec0ca731 152
fddae7b8
SR
153* Patch by Matthias Fuchs, 18 Apr 2005:
154 Make PCI target address spaces on PMC405 and CPCI405 boards
155 configurable via environment variables
156
b2323ea6
WD
157* Auto-size RAM on canmb board.
158
5e5f9ed2
WD
159* Add support for canmb board
160
4c2a366d
SR
161* Patch by Stefan Roese, 13 Apr 2005:
162 Update for esd apc405
163
2a8af187
WD
164* Fixes for TQM8560 board:
165 - fix clock rates
166 - remove debug messages
167 - fix flash sector protection
168
b77fad3b
WD
169* Patch by Steven Scholz, 07 Apr 2005:
170 Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
171
2a8af187 172* Patches by Steven Scholz, 07 Apr 2005:
b77fad3b 173 Fix compiler warning in altera.c
2a8af187 174 Fix warning in cpu/arm920t/at91rm9200/i2c.c
b77fad3b
WD
175
176* Patch by Ladislav Michl, 06 Apr 2005:
177 Fix voiceblue configuration.
178
7ec25502
SR
179* Patch by Stefan Roese, 06 Apr 2005:
180 Updates for OCOTEA board:
181 - Changed U-Boot size from 512kByte to 256kByte
182 - Fixed flash driver to support boot from soldered user flash
183 - Added README for switch from PIBS firmware to U-Boot
184
185* Patch by Travis Sawyer, 05 Apr 2005:
186 - Change timer frequency for ppc 440 from 10 ms to 1 ms.
187 Problem found by Andrew Wozniak.
188
a85f9f21
WD
189* Patch by Steven Scholz, 06 Apr 2005:
190 - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
191 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
192
20787e23
WD
193* Patches by Robert Whaley, 29 Nov 2004:
194 - update the pxa-regs.h file for PXA27x chips
195 - add PXA27x based ADSVIX board
196 - add support for MMC on PXA27x processors
197
198* Patch by Andrew E. Mileski, 28 Nov 2004:
199 Fix PPC4xx SPD SDRAM detection bug
200
201* Patch by Hiroshi Ito, 26 Nov 2004:
202 Fix logic of "test -z" and "test -n" commands
203
3c2b3d45
WD
204* Patch by Ladislav Michl, 05 Apr 2005:
205 Add support for VoiceBlue board.
206
207* Patch by Ladislav Michl, 05 Apr 2005:
208 Fix netboot_common() prototypes.
209
b304c968
WD
210* Patch by Steven Scholz, 05 Apr 2005:
211 Use i.MX watchdog timer for reset_cpu()
212
213* Patch by Steven Scholz, 05 Apr 2005:
214 Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
215 subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
216 (now in interupts.c)
217
12b43d51
WD
218* Add support for MPC8220 based "sorcery" board.
219
220* Add support for TQM8560 board.
f5c5ef4a 221
3dd7f0f0
WD
222* Add FEC support for TQM8540 board.
223 Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
224
225* Patch by Martin Krause, 04 Apr 2005:
226 Update default configuration for CMC_PU2 board.
227
8aa1a2d1
WD
228* Patch by Steven Scholz, 04 Apr 2005:
229 - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
230 - introduce two new configuration options instead:
231 CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
232
ba83a307
WD
233* Patch by Steven Scholz, 04 Apr 2005:
234 Make sure that MDIO clock does not exceed 2.5 MHz on AT91
235
101e8dfa
WD
236* Fix timer code for ARM systems: make sure that udelay() does not
237 reset timers so it's save to use udelay() in timeout code.
238
50712ba1
WD
239