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