]> Git Repo - J-u-boot.git/blame - CHANGELOG
Fix IxEthDB.h to compile again
[J-u-boot.git] / CHANGELOG
CommitLineData
27e166b8
WD
1======================================================================
2Changes since U-Boot 1.1.4:
3======================================================================
4
df02bd1b
SR
5* Fix IxEthDB.h to compile again
6 Patch by Stefan Roese, 14 Jun 2006
7
ed4633c9
SR
8* Minor cleanup for PCS440EP board
9 Patch by Stefan Roese, 13 Jun 2006
10
4176c799
WD
11* Add MCF5282 support (without preloader)
12 relocate ichache_State to ram
13 u-boot can run from internal flash
14 Add EB+MCF-EV123 board support.
15 Add m68k Boards to MAKEALL
16 Patch from Jens Scharsig, 08 Aug 2005
17
9cc83378
SM
18* Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards
19 Patch by Scott McNutt, 08 Jun 2006
20
1f6ce8f5
SM
21* Nios II - Add EPCS Controller bootrom work-around
22 -When booting from an epcs controller, the epcs bootrom may leave the
23 slave select in an asserted state causing soft reset hang. This
24 patch ensures slave select is negated at reset.
25 Patch by Scott McNutt, 08 Jun 2006
26
3d22d0b8
SM
27* Update PK1C20 board
28 -Update base addresses for standard configuration
29 -Eliminate use of CACHE_BYPASS in board code
30 Patch by Scott McNutt, 08 Jun 2006
31
c2ced000
SM
32* Nios II - Fix I/O Macros and mini-app stubs
33 -Fix asm/io.h macros
34 -Eliminate use of CACHE_BYPASS in cpu code
35 -Eliminate assembler warnings
36 -Fix mini-app stubs and force no small data
37 Patch by Scott McNutt, 08 Jun 2006
38
9d4d3e38 39* Fix U-Boot environment sector protection on MCC200 board
5d7022b0 40
e461a241
WD
41* Minor cleanup for PCS440EP board
42
4526c87e
SR
43* Update PCS440EP port to fit into one flash device (incl. environment)
44 Patch by Stefan Roese, 06 Jun 2006
45
2fd9eb50
WD
46* Add support for PCS440EP board
47 Patch by Stefan Roese, 02 Jun 2006
48
e15cd6fd 49* Fix examples/Makefile; some build targets were lost
2fd9eb50 50
62b8f548
WD
51* Fix watchdog handling in CFI flash driver
52 Just use udelay() when waiting for status changes which will
53 implicitely trigger the watchdog.
54
392c252e
WD
55* Fix PCI to memory window size problems on PM82x boards
56 We use the "automatic" mode that was used for the MPC8266ADS and
57 MPC8272 boards. Eventually this should be used on all boards?]
58 Patch by Wolfgang Grandegger, 17 Jan 2006
59
b9b2480f
WD
60* Correct GPIO setup (UART1/IRQ's) on yosemite & yellowstone
61 Patch by Stefan Roese, 29 May 2006
62
ba94a1bb
WD
63* Update Intel IXP4xx support
64 - Add IXP4xx NPE ethernet MAC support
65 - Add support for Intel IXDPG425 board
66 - Add support for Prodrive PDNB3 board
67 - Add IRQ support
68 Patch by Stefan Roese, 23 May 2006
69
5770a1e4
SR
70* Fix problem in PVR detection for 440GR
71 Patch by Stefan Roese, 18 May 2006
72
b62fa913
MB
73* Fix gcc 3.4.x AFLAGS setting for m68k platform.
74
27333f8c
MB
75* Enable autoboot for M5271EVB board.
76
56ced709
SR
77* Changed default ramdisk addr in yosemite/yellowstone ports
78 Patch by Stefan Roese, 15 May 2006
79
65165250
WD
80* Fix PCMCIA support on virtlab2
81
8cba090c
WD
82* Add support for VirtLab2 board
83 (needed because of differences in the PCMCIA hardware).
84
977b50f8
WD
85* Minor cleanup.
86
278bc4b3
SR
87* Update yosemite configuration to enable flash write buffer support
88 Patch by Stefan Roese, 10 May 2006
89
f90a3921
SR
90* Fix compile warnings in common/xyzModem.c
91 Patch by Stefan Roese, 10 May 2006
92
512f8d5d
SR
93* Add support for AMCC 440EP Rev C and 440GR Rev B
94 Patch by John Otken, 08 May 2006
95
d1dd22f9
SR
96* OMAP 5912/OSK: update EMIFS CS1 timings:
97 Problems have been seen in the linux kernel's smc91x network driver
98 due to improper bus timings. The latest 2.6 OMAP kernels currently
99 have a workaround, but this fix belongs in u-boot.
100 Patch by Kevin Hilman, 13 Oct 2005
101
77f63342
SR
102* Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
103 Patch by Hiroki Kaminaga, 11 Mar 2006
104
6080a0eb
SR
105* Update omap5912osk board support
106 - Fix OMAP support that omap5912osk compiles in current source tree
107 - Update with code from "http://omap.spectrumdigital.com/osk5912"
108 to fix problems with DDR initialization
109 - Fix timer setup
110 - Use CFI flash driver and support complete 32MB of onboard flash
111 - Add "print_cpuinfo()" and "checkboard()" functions to display
112 CPU (with frequency) and Board infos
113 Patch by Stefan Roese, 10 May 2006
114
4af099bd
WD
115* Fix watchdog issues for ColdFire boards.
116
78b123cd
MB
117* Add M5271EVB board support.
118
6f5155a9
MB
119* Make R5200 specific low level initialization board conditional.
120
4af099bd 121* Update CPU target identification strings for ColdFire family.
b75ef85f 122
b4853b77
MB
123* Update register definitions for MCF5271.
124
0c056f0e
MB
125* Fix serial console support for MCF5271.
126
483a0cf8
MB
127* Fixes for gcc 3.4 based m68k toolchain,
128 based on patch by Jate Sujjavanich.
129
f149d864
WD
130* Fix lowboot support on MCC200 board
131
8fe9bf61
KG
132* Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:
133 - Removed MPC8349ADS port
134 - Added PCI support to MPC8349ADS
135 - reworked memory map to allow mapping of all regions with BATs
4af099bd 136 Patch by Kumar Gala, 20 Apr 2006
8fe9bf61 137
610cf367
WD
138* Coding Style cleanup
139
da4849fb
WD
140* Write RTC seconds first to maintain settings integrity per
141 Maxim/Dallas DS1306 data sheet.
142 Patch by Alan J. Luse, 02 May 2006
143
983bebbe
WD
144* Scheduled for removal: strnicmp() which is unused
145
146* Update for Intel Monahans boards:
147 - support for magic key detection and handling on delta board
148 - NAND support for zylonite board + some minor cleanup
149
8546e239 150* Declare load_serial_ymodem() when using CFG_CMD_LOADB.
da4849fb 151 Patch by Jon Loeliger, 01 May 2006
8546e239 152
3577d3a3
WD
153* Fixed handling of bad checksums with "mkimage -l"
154
6ca24c64 155* Added support for BC3450 board
da4849fb 156 Patch by Stefan Strobl, 21 Oct 2005
6ca24c64 157
a367d426 158* Update for NC650 board:
159 - Support rev1 and rev2 hardware
160 - adapt to new NAND layer
161 - add CP850 configuration based on NC650
162
8419c013
WD
163* MPC5200: enable snooping of DMA transactions on XLB even if no PCI
164 is configured; othrwise DMA accesses aren't cache coherent which
165 causes for example USB to fail.
166
cf48eb9a 167* Some code cleanup
bb74140d 168
cf48eb9a
WD
169* Fix dbau1x00 boards broken by dbau1550 patch
170 PLL:s were not set for boards other than 1550.
171 Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST.
172 Default boot is now bootp for cards other than 1550.
173 Patch by Thomas Lange, 10 Aug 2005
174
175* Fixes common/cmd_flash.c:
176 - fix some compiler/parser error, if using m68k tool chain
177 - optical fix for protect on/off all messages, if using more
178 then one bank
179 Patch by Jens Scharsig, 28 Jul 2005
27e166b8 180
b81a4630
WD
181* Fix Quad UART mapping on MCC200 board due to new HW revision
182
b28a31ca
WD
183* Fix JFFS2 support for legacy NAND driver.
184
185* Remove dependencies between DoC code and old legacy NAND driver.
186
187* Fix PM828_PCI target, for which PCI was *not* configured in.
188
5fbb2cd3
WD
189* Fix Lite5200B support: initialize SDelay register
190 See Freescale's AN3221 "MPC5200B SDRAM Initialization and
191 Configuration", 3.3.1 SDelay--MBAR + 0x0190
192
2662b40c
SR
193* Changes/fixes for drivers/cfi_flash.c:
194
195 - Add Intel legacy lock/unlock support to common CFI driver
196
197 On some Intel flash's (e.g. Intel J3) legacy unlocking is
198 supported, meaning that unlocking of one sector will unlock
199 all sectors of this bank. Using this feature, unlocking
200 of all sectors upon startup (via env var "unlock=yes") will
201 get much faster.
202
203 - Fixed problem with multiple reads of envronment variable
204 "unlock" as pointed out by Reinhard Arlt & Anders Larsen.
205
206 - Removed unwanted linefeeds from "protect" command when
207 CFG_FLASH_PROTECTION is enabled.
208
209 - Changed p3p400 board to use CFG_FLASH_PROTECTION
210
211 Patch by Stefan Roese, 01 Apr 2006
212
213* Changes/fixes for drivers/cfi_flash.c:
214 - Correctly handle the cases where CFG_HZ != 1000 (several
215 XScale-based boards)
216 - Fix the timeout calculation of buffered writes (off by a
217 factor of 1000)
218 Patch by Anders Larsen, 31 Mar 2006
219
35118539
SR
220* Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)
221
222 405 SDRAM: - The SDRAM parameters can now be defined in the board
cf48eb9a
WD
223 config file and the 405 SDRAM controller values will
224 be calculated upon bootup (see PPChameleonEVB).
225 When those settings are not defined in the board
226 config file, the register setup will be as it is now,
227 so this implementation should not break any current
228 design using this code.
35118539 229
cf48eb9a 230 Thanks to Andrea Marson from DAVE for this patch.
35118539
SR
231
232 440 DDR: - Added function sdram_tr1_set to auto calculate the
cf48eb9a
WD
233 TR1 value for the DDR.
234 - Added ECC support (see p3p440).
35118539
SR
235
236 Patch by Stefan Roese, 17 Mar 2006
237
db28ddb4
WD
238* Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S
239 Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
240
534ff676
WD
241* Add support for ymodem protocol download
242 Patch by Stefano Babic, 29 Mar 2006
243
244* Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000
245