This page contains the following errors:

error on line 667 at column 132: Premature end of data in tag tr line 666

Below is a rendering of the page up to the first error.

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