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