]> Git Repo - J-u-boot.git/blame - CHANGELOG
Patches by Stephan Linz, 30 Jan 2004:
[J-u-boot.git] / CHANGELOG
CommitLineData
c83bf6a2
WD
1======================================================================
2Changes since U-Boot 1.0.1:
3======================================================================
4
ec4c544b
WD
5* Patches by Stephan Linz, 30 Jan 2004:
6 1: - board/altera/common/flash.c:flash_erase():
7 o allow interrupts befor get_timer() call
8 o check-up each erased sector and avoid unexpected timeouts
9 - board/altera/dk1c20/dk1s10.c:board_early_init_f():
10 o enclose sevenseg_set() in cpp condition
11 - remove the ASMI configuration for DK1S10_standard_32 (never present)
12 - fix some typed in mistakes in the NIOS documentation
13 2: - split DK1C20 configuration into several header files:
14 o two new files for each NIOS CPU description
15 o U-Boot related part is remaining in DK1C20.h
16 3: - split DK1S10 configuration into several header files:
17 o two new files for each NIOS CPU description
18 o U-Boot related part is remaining in DK1S10.h
19 4: - Add support for the Microtronix Linux Development Kit
20 NIOS CPU configuration at the Altera Nios Development Kit,
21 Stratix Edition (DK-1S10)
22 5: - Add documentation for the Altera Nios Development Kit,
23 Stratix Edition (DK-1S10)
24 6: - Add support for the Nios Serial Peripharel Interface (SPI)
25 (master only)
26 7: - Add support for the common U-Boot SPI framework at
27 RTC driver DS1306
28
b98fff1d
WD
29* Patch by Rahul Shanbhag, 28 Jan 2004:
30 Fix flash protection/locking handling for OMAP1610 innovator board.
31
32* Patch by Rolf Peukert, 28 Jan 2004:
33 fix flash write problems on CSB226 board (write with 32 bit bus width)
34
35* Patches by Mark Jonas, 16 Jan 2004:
36 - fix rounding error when calculating baudrates for MPC5200 PSCs
37 - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
38 time which is not supported
39
5653fc33
WD
40* Patch by Yuli Barcohen, 26 Jan 2004:
41 Allow bzip2 compression for small memory footprint boards
42
43* Patch by Brad Kemp, 21 Jan 2004:
44 Add support for CFI flash driver for both the Intel and the AMD
45 command sets.
46
47* Patch by Travis Sawyer, 20 Jan 2004:
48 Fix pci bridge auto enumeration of sibling p2p bridges.
49
50* Patch by Tolunay Orkun, 12 Jan 2004:
51 Add some delays as needed for Intel LXT971A PHY support
52
53* Patches by Stephan Linz, 09 Jan 2004:
54 - avoid warning: unused variable `piop' in board/altera/common/sevenseg.c
55 - make DK1C20 board configuration related to ASMI conform to
56 documentation
57
f6e20fc6
WD
58* Patch by Anders Larsen, 09 Jan 2004:
59
60 ARM memory layout fixes: the abort-stack is now set up in the
61 correct RAM area, and the BSS is zeroed out as it should be.
62
63 Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
64 of the linker scripts are replaced by '__bss_start' and '_end',
65 resp., which is a further step to eliminate unnecessary differences
66 between the implementation of the CPU architectures.
67
f4863a7a
WD
68* Patch by liang a lei, 9 Jan 2004:
69 Fix Intel 28F128J3 ID in include/flash.h
70
71* Patch by Masami Komiya, 09 Jan 2004:
72 add support for TB0229 board (NEC VR4131 MIPS processor)
73
74* Patch by Leon Kukovec, 12 Dec 2003:
75 changed extern __inline__ into static __inline__ in
76 include/linux/byteorder/swab.h
77
ba56f625
WD
78* Patch by Travis Sawyer, 30 Dec 2003:
79 Add support for IBM PPC440GX. Multiple EMAC Ethernet devices,
80 select MDI port based on enabled EMAC device.
81 Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX
82 base PrPMC board.
83
a6cccaea
WD
84* Patch by Wolter Kamphuis, 15 Dec 2003:
85 made CONFIG_SILENT_CONSOLE usable on all architectures
86
87* Disable date command on TQM866M - there is no RTC on MPC866
88
75d1ea7f
WD
89* Fix variable CPU clock for MPC859/866 systems for low CPU clocks
90
68766094
WD
91* Implement adaptive SDRAM timing configuration based on actual CPU
92 clock frequency for INCA-IP; fix problem with board hanging when
93 switching from 150MHz to 100MHz
94
95* Add PCMCIA CS support for BMS2003 board
96
c178d3da
WD
97* Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
98 see doc/README.MPC866 for details;
99 implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866;
100 calculate CPU clock frequency from PLL register values.
101
102* Add support for 128 MB RAM on TQM8xxL/M modules
103
ef978730
WD
104* Fix PS/2 keyboard problem caused by statically initialized variable
105 pointing to a location in flash
106
107* Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
108
c837dcb1
WD
109* The PS/2 mux on the BMS2003 board needs 450 ms after power on
110 before we can access it; add delay in case we are faster (with no
111 CF card inserted)
112
113* Cleanup of some init functions
114
115* Make sure SCC Ethernet is always stopped by the time we boot Linux
116 to avoid Linux crashes by early packets coming in.
117
118* Accelerate flash accesses on LWMON board by using buffered writes
119
b0aef11c
WD
120* Fix typo in Makefile;
121 fix problem with PARTNUM detection
122
1c43771b
WD
123* Patch by Reinhard Meyer, 09 Jan 2004:
124 - add RTC support for MPC5200 based boards (requires RTC_XTAL)
125
126* Add support for IDE LED on BMS2003 board
127 (exclusive with status LED!)
128
129* Add support for PS/2 keyboard (used with PS/2 multiplexor on
130 BMS2003 board)
131
132* Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
133 Add common files for "emk" boards
134
c83bf6a2
WD
135* Add a common get_ram_size() function and modify the the
136 board-specific files to invoke that common implementation.
137
5cf9da48 138======================================================================
b34ff81d 139Changes for U-Boot 1.0.1:
5cf9da48
WD
140======================================================================
141
b34ff81d
WD
142* Set default clock for INCA-IP to 150 MHz
143
a522fa0e
WD
144* Make BMS2003 use a separate config file to avoid #ifdef mess;
145 add I2C support; add support for DS1337 RTC
146
147* Add CompactFlash support for BMS2003 board
148
149* Add support for status LED on BMS2003 board
150
180d3f74
WD
151* Patch by Scott McNutt, 02 Jan 2004:
152 Add support for the Nios Active Serial Memory Interface (ASMI)
153 on Cyclone devices
154
155* Patch by Andrea Marson, 16 Dec 2003:
156 Add support for the PPChameleon ME and HI modules
157
158* Patch by Yuli Barcohen, 22 Dec 2003:
159 Add support for Motorola DUET ADS board (MPC87x/88x)
160
dd875c76
WD
161* Patch by Robert Schwebel, 15 Dec 2003:
162 add support for cramfs (uses JFFS2 command interface)
163
c935d3bd
WD
164* Patches by Stephan Linz, 11 Dec 2003:
165 - more documentation for NIOS port
166 - new struct nios_pio_t, struct nios_spi_t
167 - Reconfiguration for NIOS Development Kit DK1C20:
168 o move board related code from board/dk1c20
169 to board/altera/dk1c20
170 o create a new common source path board/altera/common
171 and move generic flash access stuff into it
172 o change/expand configuration file DK1C20.h
173 - Add support for NIOS Development Kit DK1S10
174 - Add status LED support for NIOS systems
175 - Add dual 7-segment LED support for Altera NIOS DevKits
176
3a473b2a
WD
177* Patch by Ronen Shitrit, 10 Dec 2003:
178 Add support for the Marvell DB64360 / DB64460 development boards
179
180* Patch by Detlev Zundel, 10 Dec 2003:
181 fix dependency problem in examples/Makefile
182
b6e4c403
WD
183* Patch by Denis Peter, 8 Dec 2003
184 - add support for the PATI board (MPC555)
185 - add SPI support for the MPC5xx
186
187* Patch by Anders Larsen, 08 Dec 2003:
188 add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
189 to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
190 cleanup some redundand #defines
191
63f34912
WD
192