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