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