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