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