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