]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
* Patch by Thomas Elste, 10 Feb 2004:
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
c83bf6a2 1======================================================================
b2daeb8e 2Changes for U-Boot 1.0.2:
c83bf6a2
WD
3======================================================================
4
2d1a537d
WD
5* Patch by Thomas Elste, 10 Feb 2004:
6 Add support for NET+50 CPU and ModNET50 board
7
8* Patch by Sam Song, 10 Feb 2004:
9 Fix typos in cfi_flash.c
10
11* Patch by Leon Kukovec, 10 Feb 2004
12 Fixed long dir entry slot id calculation in get_vfatname
13
14* Patch by Robin Gilks, 10 Feb 2004:
15 add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==,
16 !=, <>, <, >, <=, >=)
17
3f85ce27
WD
18* Fix problem with side effects in macros in include/usb.h
19
20* Patch by David Benson, 13 Nov 2003:
21 bug 841358 - fix TFTP download size limit
22
23* Fixing bug 850768:
24 improper flush_cache() in load_serial()
25
26* Fixing bug 834943:
27 MPC8540 - missing volatile declarations
28
29* Patch by Stephen Williams, 09 Feb 2004:
30 Add support for Xilinx SystemACE chip:
31 - New files common/cmd_ace.c and include/systemace.h
32 - Hook systemace support into cmd_fat and the partition manager
33
34* Patch by Travis Sawyer, 09 Feb 2004:
35 Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
36
3c74e32a
WD
37* Patch by Travis Sawyer, 09 Feb 2004:
38 o 440GX:
39 - Fix PCI Indirect access for type 1 config cycles with ppc440.
40 - Add phymode for 440 enet
41 - fix pci pre init
42 o XPedite1K:
43 - Change board_pre_init to board_early_init_f
44 - Add user flash to bus controller setup
45 - Fix pci pre init
46 - Fix is_pci_host to check GPIO for monarch bit
47 - Force xpedite1k to pci conventional mode (via #define option)
48
49* Patch by Brad Kemp, 4 Feb 2004:
50 - handle the machine check that is generated during the PCI scans
51 on 82xx processors.
52 - define the registers used in the IMMR by the PCI subsystem.
53
54* Patch by Pierre Aubert, 03 Feb 2004:
55 cpu/mpc5xxx/start.S: copy MBAR into SPR311
56
57* Patch by Jeff Angielski, 03 Feb 2004:
58 Fix copy & paste error in cpu/mpc8260/pci.c
59
60* Patch by Reinhard Meyer, 24 Jan 2004:
61 Fix typo in cpu/mpc5xxx/pci_mpc5200.c
62
cf56e110
WD
63* Add Auto-MDIX support for INCA-IP
64
bf9e3b38
WD
65* Some code cleanup
66
67* Patch by Josef Baumgartner, 10 Feb 2004:
68 Fixes for Coldfire port
69
70* Patch by Brad Kemp, 11 Feb 2004:
71 Fix CFI flash driver problems
72
a2d18bb7
WD
73* Make sure to use a bus clock divider of 2 only when running TQM8xxM
74 modules at CPU clock frequencies above 66 MHz.
bf9e3b38 75
a2d18bb7
WD
76* Optimize flash programming speed for LWMON (by another 100% :-)
77
cd37d9e6
WD
78* Patch by Jian Zhang, 3 Feb 2004:
79 - Changed the incorrect FAT12BUFSIZE
80 - data_begin in fsdata can be negative. Changed it to be short.
81
ec4c544b
WD
82* Patches by Stephan Linz, 30 Jan 2004:
83 1: - board/altera/common/flash.c:flash_erase():
84 o allow interrupts befor get_timer() call
85 o check-up each erased sector and avoid unexpected timeouts
86 - board/altera/dk1c20/dk1s10.c:board_early_init_f():
87 o enclose sevenseg_set() in cpp condition
88 - remove the ASMI configuration for DK1S10_standard_32 (never present)
89 - fix some typed in mistakes in the NIOS documentation
90 2: - split DK1C20 configuration into several header files:
91 o two new files for each NIOS CPU description
92 o U-Boot related part is remaining in DK1C20.h
93 3: - split DK1S10 configuration into several header files:
94 o two new files for each NIOS CPU description
95 o U-Boot related part is remaining in DK1S10.h
96 4: - Add support for the Microtronix Linux Development Kit
97 NIOS CPU configuration at the Altera Nios Development Kit,
98 Stratix Edition (DK-1S10)
99 5: - Add documentation for the Altera Nios Development Kit,
100 Stratix Edition (DK-1S10)
101 6: - Add support for the Nios Serial Peripharel Interface (SPI)
102 (master only)
103 7: - Add support for the common U-Boot SPI framework at
104 RTC driver DS1306
105
b98fff1d
WD
106* Patch by Rahul Shanbhag, 28 Jan 2004:
107 Fix flash protection/locking handling for OMAP1610 innovator board.
108
109* Patch by Rolf Peukert, 28 Jan 2004:
110 fix flash write problems on CSB226 board (write with 32 bit bus width)
111
112* Patches by Mark Jonas, 16 Jan 2004:
113 - fix rounding error when calculating baudrates for MPC5200 PSCs
114 - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
115 time which is not supported
116
5653fc33
WD
117* Patch by Yuli Barcohen, 26 Jan 2004:
118 Allow bzip2 compression for small memory footprint boards
119
120* Patch by Brad Kemp, 21 Jan 2004:
121 Add support for CFI flash driver for both the Intel and the AMD
122 command sets.
123
124* Patch by Travis Sawyer, 20 Jan 2004:
125 Fix pci bridge auto enumeration of sibling p2p bridges.
126
127* Patch by Tolunay Orkun, 12 Jan 2004:
128 Add some delays as needed for Intel LXT971A PHY support
129
130* Patches by Stephan Linz, 09 Jan 2004:
131 - avoid warning: unused variable `piop' in board/altera/common/sevenseg.c
132 - make DK1C20 board configuration related to ASMI conform to
133 documentation
134
f6e20fc6
WD
135* Patch by Anders Larsen, 09 Jan 2004:
136
137 ARM memory layout fixes: the abort-stack is now set up in the
138 correct RAM area, and the BSS is zeroed out as it should be.
139
140 Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
141 of the linker scripts are replaced by '__bss_start' and '_end',
142 resp., which is a further step to eliminate unnecessary differences
143 between the implementation of the CPU architectures.
144
f4863a7a
WD
145* Patch by liang a lei, 9 Jan 2004:
146 Fix Intel 28F128J3 ID in include/flash.h
147
148* Patch by Masami Komiya, 09 Jan 2004:
149 add support for TB0229 board (NEC VR4131 MIPS processor)
150
151* Patch by Leon Kukovec, 12 Dec 2003:
152 changed extern __inline__ into static __inline__ in
153 include/linux/byteorder/swab.h
154
ba56f625
WD
155* Patch by Travis Sawyer, 30 Dec 2003:
156 Add support for IBM PPC440GX. Multiple EMAC Ethernet devices,
157 select MDI port based on enabled EMAC device.
158 Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX
159 base PrPMC board.
160
a6cccaea
WD
161* Patch by Wolter Kamphuis, 15 Dec 2003:
162 made CONFIG_SILENT_CONSOLE usable on all architectures
163
164* Disable date command on TQM866M - there is no RTC on MPC866
165
75d1ea7f
WD
166* Fix variable CPU clock for MPC859/866 systems for low CPU clocks
167
68766094
WD
168* Implement adaptive SDRAM timing configuration based on actual CPU
169 clock frequency for INCA-IP; fix problem with board hanging when
170 switching from 150MHz to 100MHz
171
172* Add PCMCIA CS support for BMS2003 board
173
c178d3da
WD
174* Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
175 see doc/README.MPC866 for details;
176 implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866;
177 calculate CPU clock frequency from PLL register values.
178
179* Add support for 128 MB RAM on TQM8xxL/M modules
180
ef978730
WD
181* Fix PS/2 keyboard problem caused by statically initialized variable
182 pointing to a location in flash
183
184* Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
185
c837dcb1
WD
186* The PS/2 mux on the BMS2003 board needs 450 ms after power on
187 before we can access it; add delay in case we are faster (with no
188 CF card inserted)
189
190* Cleanup of some init functions
191
192* Make sure SCC Ethernet is always stopped by the time we boot Linux
193 to avoid Linux crashes by early packets coming in.
194
195* Accelerate flash accesses on LWMON board by using buffered writes
196
b0aef11c
WD
197* Fix typo in Makefile;
198 fix problem with PARTNUM detection
199
1c43771b
WD
200* Patch by Reinhard Meyer, 09 Jan 2004:
201 - add RTC support for MPC5200 based boards (requires RTC_XTAL)
202
203* Add support for IDE LED on BMS2003 board
204 (exclusive with status LED!)
205
206* Add support for PS/2 keyboard (used with PS/2 multiplexor on
207 BMS2003 board)
208
209* Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
210 Add common files for "emk" boards
211
c83bf6a2
WD
212* Add a common get_ram_size() function and modify the the
213 board-specific files to invoke that common implementation.
214
5cf9da48 215======================================================================
b34ff81d 216Changes for U-Boot 1.0.1:
5cf9da48
WD
217======================================================================
218
b34ff81d
WD
219* Set default clock for INCA-IP to 150 MHz
220
a522fa0e
WD
221* Make BMS2003 use a separate config file to avoid #ifdef mess;
222 add I2C support; add support for DS1337 RTC
223
224* Add CompactFlash support for BMS2003 board
225
226* Add support for status LED on BMS2003 board
227
180d3f74
WD
228* Patch by Scott McNutt, 02 Jan 2004:
229 Add support for the Nios Active Serial Memory Interface (ASMI)
230 on Cyclone devices
231
232* Patch by Andrea Marson, 16 Dec 2003:
233 Add support for the PPChameleon ME and HI modules
234
235* Patch by Yuli Barcohen, 22 Dec 2003:
236 Add support for Motorola DUET ADS board (MPC87x/88x)
237
dd875c76
WD
238* Patch by Robert Schwebel, 15 Dec 2003:
239 add support for cramfs (uses JFFS2 command interface)
240
c935d3bd
WD
241* Patches by Stephan Linz, 11 Dec 2003:
242 - more documentation for NIOS port
243 - new struct nios_pio_t, struct nios_spi_t
244 - Reconfiguration for NIOS Development Kit DK1C20:
245 o move board related code from board/dk1c20
246 to board/altera/dk1c20
247 o create a new common source path board/altera/common
248 and move generic flash access stuff into it
249 o change/expand configuration file DK1C20.h
250 - Add support for NIOS Development Kit DK1S10
251 - Add status LED support for NIOS systems
252 - Add dual 7-segment LED support for Altera NIOS DevKits
253
3a473b2a
WD
254* Patch by Ronen Shitrit, 10 Dec 2003:
255 Add support for the Marvell DB64360 / DB64460 development boards
256
257* Patch by Detlev Zundel, 10 Dec 2003:
258 fix dependency problem in examples/Makefile
259
b6e4c403
WD
260* Patch by Denis Peter, 8 Dec 2003
261 - add support for the PATI board (MPC555)
262 - add SPI support for the MPC5xx
263
264* Patch by Anders Larsen, 08 Dec 2003:
265 add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
266 to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
267 cleanup some redundand #defines
268
63f34912
WD
269