]>
Commit | Line | Data |
---|---|---|
4188f049 WD |
1 | commit 8915f1189c1d29d8be7f4de325702d90a8988219 |
2 | Author: Paul Gortmaker <[email protected]> | |
3 | Date: Wed Jul 9 17:50:45 2008 -0400 | |
4 | ||
5 | e1000: add support for 82545GM 64bit PCI-X copper variant | |
6 | ||
7 | This PCI-X e1000 variant works by just adding in the correct | |
8 | PCI IDs in the appropriate places. | |
9 | ||
10 | Signed-off-by: Paul Gortmaker <[email protected]> | |
11 | ||
12 | commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030 | |
13 | Author: Daniel Hellstrom <[email protected]> | |
14 | Date: Wed Jul 9 12:34:11 2008 +0000 | |
15 | ||
16 | SPARC: Build error fix | |
17 | ||
18 | (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378) | |
19 | ||
20 | This patch makes SPARC targets build again. It is caused by | |
21 | phys_addr_t and phys_size_t being defined in the wrong header | |
22 | file. include/lmb.h need those typedefs to build. | |
23 | ||
24 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
25 | ||
26 | commit 11ccc33fa21acce108f6b4a6936e3271af904c64 | |
27 | Author: Marcel Ziswiler <[email protected]> | |
28 | Date: Wed Jul 9 08:17:15 2008 +0200 | |
29 | ||
30 | Many spelling fixes in README. | |
31 | ||
32 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
33 | ||
34 | commit dbab0691d2533560f7e91b92ae844046a9ad1df3 | |
35 | Author: Marcel Ziswiler <[email protected]> | |
36 | Date: Wed Jul 9 08:17:06 2008 +0200 | |
37 | ||
38 | Minor spelling fix in comment. | |
39 | ||
40 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
41 | ||
42 | commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484 | |
43 | Author: Hugo Villeneuve <[email protected]> | |
44 | Date: Tue Jul 8 14:54:58 2008 -0400 | |
45 | ||
46 | Round the serial port clock divisor value returned by calc_divisor() | |
47 | ||
48 | Round the serial port clock divisor value returned by | |
49 | calc_divisor(). | |
50 | ||
51 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
52 | Signed-off-by: John Roberts <[email protected]> | |
53 | ||
54 | commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe | |
55 | Author: Scott Wood <[email protected]> | |
56 | Date: Wed Jul 9 17:47:52 2008 -0500 | |
57 | ||
58 | NAND: ifdef-protect most of nand.h when using legacy NAND. | |
59 | ||
60 | Some macros such as NAND_CTL_SETALE conflict between current and legacy | |
61 | NAND, being defined by the subsystem in the former case and the board | |
62 | config file in the latter. | |
63 | ||
64 | Signed-off-by: Scott Wood <[email protected]> | |
65 | ||
66 | commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e | |
67 | Author: Hugo Villeneuve <[email protected]> | |
68 | Date: Tue Jul 8 11:02:05 2008 -0400 | |
69 | ||
70 | ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS) | |
71 | ||
72 | ARM: Fix for incorrect version of patch applied when | |
73 | adding support for the Lyrtech SFF-SDR board. | |
74 | ||
75 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
76 | Signed-off-by: Philip Balister, OpenSDR <[email protected]> | |
77 | ||
78 | commit 47042b363ee5022b8180c65d3f4558e7972c79cd | |
79 | Author: Kyungmin Park <[email protected]> | |
80 | Date: Tue Jul 8 09:08:40 2008 +0900 | |
81 | ||
82 | Remove useless print message at apollon | |
83 | ||
84 | Remove useless print message at apollon | |
85 | ||
86 | Signed-off-by: Kyungmin Park <[email protected]> | |
87 | ||
88 | commit 98874ff329d4a5b32c467b43f6e966e1aa68479f | |
89 | Author: Andy Fleming <[email protected]> | |
90 | Date: Mon Jul 7 14:24:39 2008 -0500 | |
91 | ||
92 | Fix LMB type issues | |
93 | ||
94 | The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple | |
95 | of casting problems in the bootm code that called the LMB functions. | |
96 | ||
97 | Signed-off-by: Andy Fleming <[email protected]> | |
98 | ||
99 | commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54 | |
100 | Author: Kumar Gala <[email protected]> | |
101 | Date: Mon Jul 7 09:39:06 2008 -0500 | |
102 | ||
103 | Fix compiler warnings | |
104 | ||
105 | gcc-4.3.x generates the following: | |
106 | ||
107 | bootm.c: In function 'do_bootm_linux': | |
108 | bootm.c:208: warning: cast from pointer to integer of different size | |
109 | bootm.c:215: warning: cast from pointer to integer of different size | |
110 | ||
111 | Signed-off-by: Kumar Gala <[email protected]> | |
112 | ||
113 | commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698 | |
114 | Author: Harald Welte <[email protected]> | |
115 | Date: Mon Jul 7 15:40:39 2008 +0800 | |
116 | ||
117 | Remove code duplication for setting the default environment | |
118 | ||
119 | common/env_common.c (default_env): new function that resets the environment to | |
120 | the default value | |
121 | common/env_common.c (env_relocate): use default_env instead of own copy | |
122 | common/env_nand.c (env_relocate_spec): use default_env instead of own copy | |
123 | include/environment.h: added default_env prototype | |
124 | ||
125 | Signed-off-by: Werner Almesberger <[email protected]> | |
126 | Signed-off-by: Harald Welte <[email protected]> | |
127 | ||
128 | commit 99c2b434d37863df5dda5207a53760c6506fc2be | |
129 | Author: Marcel Ziswiler <[email protected]> | |
130 | Date: Sun Jun 22 16:13:46 2008 +0200 | |
131 | ||
132 | NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. | |
133 | ||
134 | The writeenv() and readenv() calls introduced by the recently added bad block | |
135 | management for environment variables were missing casts therefore producing | |
136 | compile time warnings. | |
137 | While at it fixing some typo in a comment and indentation. | |
138 | ||
139 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
140 | Signed-off-by: Scott Wood <[email protected]> | |
141 | ||
142 | commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd | |
143 | Author: Scott Wood <[email protected]> | |
144 | Date: Fri Jun 20 12:38:57 2008 -0500 | |
145 | ||
146 | NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. | |
147 | ||
148 | This is particularly problematic now that non-NAND-specific code is | |
149 | including <nand.h>, and thus all debugging code is being compiled | |
150 | regardless of whether it was requested, as reported by Scott McNutt | |
151 | <[email protected]>. | |
152 | ||
153 | Signed-off-by: Scott Wood <[email protected]> | |
154 | ||
155 | commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05 | |
156 | Author: Haavard Skinnemoen <[email protected]> | |
157 | Date: Thu Jun 12 19:27:58 2008 +0200 | |
158 | ||
159 | mmc: Move atmel_mci driver into drivers/mmc | |
160 | ||
161 | This makes it easier to use the driver on other platforms. | |
162 | ||
163 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
164 | Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <[email protected]> | |
165 | ||
166 | commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0 | |
167 | Author: Haavard Skinnemoen <[email protected]> | |
168 | Date: Thu Jun 12 19:27:57 2008 +0200 | |
169 | ||
170 | avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver | |
171 | ||
172 | After we move the atmel_mci driver into drivers/mmc, we can't select | |
173 | it with CONFIG_MMC anymore. Introduce a new symbol specifically for | |
174 | this driver so that there's no ambiguity. | |
175 | ||
176 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
177 | Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <[email protected]> | |
178 | ||
179 | commit 5ce13051a48c62bda9723df3b4778c492fb47f36 | |
180 | Author: Haavard Skinnemoen <[email protected]> | |
181 | Date: Thu Jun 12 19:27:56 2008 +0200 | |
182 | ||
183 | Create drivers/mmc subdirectory | |
184 | ||
185 | In order to consolidate more of the various MMC drivers around the | |
186 | tree, we must first have a common place to put them. | |
187 | ||
188 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
189 | Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <[email protected]> | |
190 | ||
191 | commit b502611b51f02718c2d1117d4981dabceb5af6de | |
192 | Author: Joakim Tjernlund <[email protected]> | |
193 | Date: Sun Jul 6 12:30:09 2008 +0200 | |
194 | ||
195 | Change env_get_char from a global function ptr to a function | |
196 | ||
197 | This avoids an early global data reference. | |
198 | ||
199 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
200 | ||
201 | commit 27269417ade432189b234d9fbac98b54e37b978c | |
202 | Author: Matvejchikov Ilya <[email protected]> | |
203 | Date: Sun Jul 6 13:57:58 2008 +0400 | |
204 | ||
205 | Some copy-n-paste fixes in printf usage | |
206 | ||
207 | Signed-off-by: Matvejchikov Ilya <[email protected]> | |
208 | ||
209 | commit 0e6989b9faf1588e8723535539e88a0df3c71356 | |
210 | Author: Matvejchikov Ilya <[email protected]> | |
211 | Date: Sun Jul 6 13:57:00 2008 +0400 | |
212 | ||
213 | FDT memory and pci node fixes for MPC8260ADS | |
214 | ||
215 | Signed-off-by: Matvejchikov Ilya <[email protected]> | |
216 | ||
217 | commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd | |
218 | Author: Andrew Klossner <[email protected]> | |
219 | Date: Mon Jul 7 06:41:14 2008 -0700 | |
220 | ||
221 | Fix printf errors. | |
222 | ||
223 | The compiler will help find mismatches between printf formats and | |
224 | arguments if you let it. This patch adds the necessary attributes to | |
225 | declarations in include/common.h, then begins to correct the resulting | |
226 | compiler warnings. Some of these were bugs, e.g., "$d" instead of | |
227 | "%d" and incorrect arguments. Others were just annoying, like | |
228 | int-long mismatches on a system where both are 32 bits. It's worth | |
229 | fixing the annoying errors to catch the real ones. | |
230 | ||
231 | Signed-off-by: Andrew Klossner <[email protected]> | |
232 | ||
233 | commit 417faf285b2527acb2de24c5cd3e2621d385408c | |
234 | Author: Becky Bruce <[email protected]> | |
235 | Date: Wed Jul 9 11:09:41 2008 -0500 | |
236 | ||
237 | Allow print_size to print in GB | |
238 | ||
239 | Signed-off-by: Becky Bruce <[email protected]> | |
240 | ||
241 | commit e7c374529c87525c9aa463e0557c287887ae4e9e | |
242 | Author: Jason McMullan <[email protected]> | |
243 | Date: Sun Jun 8 23:56:00 2008 -0400 | |
244 | ||
245 | mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment | |
246 | ||
247 | Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if | |
248 | they are set in the U-Boot environment. | |
249 | ||
250 | Signed-off-by: Jason McMullan <[email protected]> | |
251 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
252 | ||
253 | commit 0192d7d56e9320819dea262f49789ae18fdd2c72 | |
254 | Author: Stefan Roese <[email protected]> | |
255 | Date: Tue Jul 8 12:57:14 2008 +0200 | |
256 | ||
257 | jedec_flash: Fix AM29DL800BB device ID | |
258 | ||
259 | As pointed out by Jerry Hicks, this patch corrects the device ID of | |
260 | the Spansion AM29DL800BB NOR device. Verified against latest Spansion | |
261 | datasheet (rev C4 from Dezember 2006). | |
262 | ||
263 | Signed-off-by: Stefan Roese <[email protected]> | |
264 | ||
265 | commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63 | |
266 | Author: Nobuhiro Iwamatsu <[email protected]> | |
267 | Date: Mon Jul 7 11:22:37 2008 +0900 | |
268 | ||
269 | sh: Fix compile error sh7763rdp board | |
270 | ||
271 | Disable SH ether driver. | |
272 | ||
273 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
274 | ||
275 | commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074 | |
276 | Author: Nobuhiro Iwamatsu <[email protected]> | |
277 | Date: Tue Jul 8 12:03:24 2008 +0900 | |
278 | ||
279 | sh: Fix SH-boards compile error | |
280 | ||
281 | By Cleanup out-or-tree building for some boards (.depend) | |
282 | (commit:c8a3b109f07f02342d097b30908965f7261d9f15) | |
283 | because filse ware changed, some SH-boards have compile error. | |
284 | I revised this problem. | |
285 | ||
286 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
287 | ||
288 | commit 63676841ca2d603b13765f3f7b72ff1a61c23f90 | |
289 | Author: Hugo Villeneuve <[email protected]> | |
290 | Date: Wed Jun 18 12:10:33 2008 -0400 | |
291 | ||
292 | Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. | |
293 | ||
294 | Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. | |
295 | ||
296 | Remove duplicate code in a if/else block in | |
297 | cpu/arm926ejs/davinci/lxt972.c. | |
298 | Fixed style issues. | |
299 | ||
300 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
301 | Signed-off-by: Ben Warren <[email protected]> | |
302 | ||
303 | commit fec61431a003f5778bafa2624073a571af8bec9f | |
304 | Author: Hugo Villeneuve <[email protected]> | |
305 | Date: Wed Jun 18 12:10:31 2008 -0400 | |
306 | ||
307 | Remove duplicate definitions in include/lxt971a.h. | |
308 | ||
309 | Remove duplicate definitions in include/lxt971a.h. | |
310 | ||
311 | Remove duplicate registers and bits definitions in | |
312 | include/lxt971a.h for standard MII registers, and | |
313 | use values in include/miiphy.h instead. | |
314 | ||
315 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
316 | Signed-off-by: Ben Warren <[email protected]> | |
317 | ||
318 | commit 9751ee0990f467941da0b095a4e995f863672d7a | |
319 | Author: Nobuhiro Iwamatsu <[email protected]> | |
320 | Date: Wed Jun 11 21:05:00 2008 +0900 | |
321 | ||
322 | net: sh: Renesas SH7763 Ethernet device support | |
323 | ||
324 | Renesas SH7763 has 2 channel Ethernet device. | |
325 | This is 10/100/1000 Base support. | |
326 | But this patch check 10/100 Base only. | |
327 | ||
328 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
329 | Signed-off-by: Ben Warren <[email protected]> | |
330 | ||
331 | commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9 | |
332 | Author: Nobuhiro Iwamatsu <[email protected]> | |
333 | Date: Tue Jun 17 16:28:05 2008 +0900 | |
334 | ||
335 | sh: Update Renesas R2DPlus board | |
336 | ||
337 | New NOR Flash board support and remove old type flash board config. | |
338 | And Remove network setting from config file. | |
339 | ||
340 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
341 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
342 | ||
343 | commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c | |
344 | Author: Nobuhiro Iwamatsu <[email protected]> | |
345 | Date: Tue Jun 17 16:28:01 2008 +0900 | |
346 | ||
347 | sh: Update Renesas R7780MP board | |
348 | ||
349 | New NOR Flash board support and remove network setting from config file. | |
350 | ||
351 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
352 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
353 | ||
354 | commit c001cd604e9f133743effbddb1c215b48e761c5a | |
355 | Author: Nobuhiro Iwamatsu <[email protected]> | |
356 | Date: Tue Jun 17 16:27:56 2008 +0900 | |
357 | ||
358 | sh: Update Renesas Migo-R board | |
359 | ||
360 | Remove network setting from config file. | |
361 | ||
362 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
363 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
364 | ||
365 | commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e | |
366 | Author: Nobuhiro Iwamatsu <[email protected]> | |
367 | Date: Tue Jun 17 16:27:52 2008 +0900 | |
368 | ||
369 | sh: Update Hitachi MS7722SE board | |
370 | ||
371 | Remove network setting from config file. | |
372 | ||
373 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
374 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
375 | ||
376 | commit 26209e48e8791670c93108029a5c31a30016c6df | |
377 | Author: Nobuhiro Iwamatsu <[email protected]> | |
378 | Date: Tue Jun 17 16:27:48 2008 +0900 | |
379 | ||
380 | sh: Cleanup source code of SH7763RDP | |
381 | ||
382 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
383 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
384 | ||
385 | commit 5cd5b2c96ef0025762931349d350287aec03ab47 | |
386 | Author: Nobuhiro Iwamatsu <[email protected]> | |
387 | Date: Tue Jun 17 16:27:44 2008 +0900 | |
388 | ||
389 | sh: Cleanup source code of R2DPlus | |
390 | ||
391 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
392 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
393 | ||
394 | commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8 | |
395 | Author: Nobuhiro Iwamatsu <[email protected]> | |
396 | Date: Tue Jun 17 16:27:41 2008 +0900 | |
397 | ||
398 | sh: Cleanup source code of R7780MP | |
399 | ||
400 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
401 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
402 | ||
403 | commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6 | |
404 | Author: Nobuhiro Iwamatsu <[email protected]> | |
405 | Date: Tue Jun 17 16:27:38 2008 +0900 | |
406 | ||
407 | sh: Cleanup source code of MS7722SE | |
408 | ||
409 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
410 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
411 | ||
412 | commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691 | |
413 | Author: Nobuhiro Iwamatsu <[email protected]> | |
414 | Date: Tue Jun 17 16:27:34 2008 +0900 | |
415 | ||
416 | sh: Cleanup source code of MS7720SE | |
417 | ||
418 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
419 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
420 | ||
421 | commit 3ab4827cbe409488ebea1a2ee5094783f2672214 | |
422 | Author: Wolfgang Denk <[email protected]> | |
423 | Date: Mon Jul 7 00:45:03 2008 +0200 | |
424 | ||
425 | SH: fix out of tree building | |
426 | ||
427 | Signed-off-by: Wolfgang Denk <[email protected]> | |
428 | ||
429 | commit 9047bfa1e737d787be460387dd6f45737eeceb10 | |
430 | Author: Nobuhiro Iwamatsu <[email protected]> | |
431 | Date: Thu Jul 3 23:16:06 2008 +0900 | |
432 | ||
433 | net: smc911x: Fix typo | |
434 | ||
435 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
436 | ||
437 | commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca | |
438 | Author: Andre Schwarz <[email protected]> | |
439 | Date: Wed Jul 2 18:54:08 2008 +0200 | |
440 | ||
441 | update mvBL-M7 board config | |
442 | ||
443 | update mvBL-M7 config file to use UBOOT_VERSION and define | |
444 | CONFIG_HIGH_BATS. | |
445 | ||
446 | Signed-off-by: Andre Schwarz <[email protected]> | |
447 | ||
448 | commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30 | |
449 | Author: Nobuhiro Iwamatsu <[email protected]> | |
450 | Date: Mon Jun 30 17:45:01 2008 +0900 | |
451 | ||
452 | net: fix compile problem in smc911x driver. | |
453 | ||
454 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
455 | Acked-by: Ben Warren <[email protected]> | |
456 | ||
457 | commit 9fea65a6c469b1b474b27446feb58738baba2d31 | |
458 | Author: Michal Simek <[email protected]> | |
459 | Date: Tue Jun 24 09:54:09 2008 +0200 | |
460 | ||
461 | ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 | |
462 | ||
463 | This change helps with better handling with others | |
464 | Xilinx based platform. | |
465 | ||
466 | Signed-off-by: Michal Simek <[email protected]> | |
467 | Acked-by: Stefan Roese <[email protected]> | |
468 | ||
469 | commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0 | |
470 | Author: Nobuhiro Iwamatsu <[email protected]> | |
471 | Date: Tue Jun 17 13:07:11 2008 +0900 | |
472 | ||
473 | net: ne2000: Move dev_addr variable from grobal to local. | |
474 | ||
475 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
476 | Signed-off-by: Ben Warren <[email protected]> | |
477 | ||
478 | commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb | |
479 | Author: Nobuhiro Iwamatsu <[email protected]> | |
480 | Date: Tue Jun 17 13:07:15 2008 +0900 | |
481 | ||
482 | net: ne2000: Fix compile error of NE2000 | |
483 | ||
484 | If enable DEBUG, can not compile ne2000 driver. | |
485 | ||
486 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
487 | Signed-off-by: Ben Warren <[email protected]> | |
488 | ||
489 | commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24 | |
490 | Author: Ben Warren <[email protected]> | |
491 | Date: Mon Jun 23 22:57:27 2008 -0700 | |
492 | ||
493 | Add mechanisms for CPU and board-specific Ethernet initialization | |
494 | ||
495 | This patch is the first step in cleaning up net/eth.c, by moving Ethernet | |
496 | initialization to CPU or board-specific code. Initial implementation is | |
497 | only on the Freescale TSEC controller, but others will be added soon. | |
498 | ||
499 | Signed-off-by: Ben Warren <[email protected]> | |
500 | ||
501 | commit 7754f2be5d1835d263aad21b5a629526f3e680b0 | |
502 | Author: Wolfgang Denk <[email protected]> | |
503 | Date: Sun Jul 6 01:21:46 2008 +0200 | |
504 | ||
505 | include/sha256.h: fix file permissions. | |
506 | ||
507 | Signed-off-by: Wolfgang Denk <[email protected]> | |
508 | ||
509 | commit d3bcdf838e2991d58571308fa6e04ca335bc06e8 | |
510 | Author: Patrice Vilchez <[email protected]> | |
511 | Date: Tue May 27 11:15:29 2008 +0200 | |
512 | ||
513 | [AT91SAM9] Fix NAND FLASH timings | |
514 | ||
515 | Fix NAND FLASH timings for at91sam9x evaluation kits. | |
516 | ||
517 | New timings are based on application note | |
518 | "NAND Flash Support on AT91SAM9 Microcontrollers" available at | |
519 | http://atmel.com/dyn/resources/prod_documents/doc6255.pdf | |
520 | ||
521 | Signed-off-by: Patrice Vilchez <[email protected]> | |
522 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
523 | Acked-by: Stelian Pop <[email protected]> | |
524 | ||
525 | commit 19bd688484322fe62d1a66c8299da6ff9e967ff9 | |
526 | Author: Stelian Pop <[email protected]> | |
527 | Date: Thu May 22 00:15:40 2008 +0200 | |
528 | ||
529 | Fix boot from NOR due to incorrect reset delay. | |
530 | ||
531 | AT91 RSTC registers are battery-backuped, so their values | |
532 | are not reset across power cycles. One of those registers, | |
533 | the AT91_RSTC_MR register, is being modified by U-Boot, in | |
534 | the ethernet initialisation routine, to generate a 500ms | |
535 | user reset. | |
536 | ||
537 | Unfortunately, this value is not being restored afterwards, | |
538 | causing subsequent resets to also last for 500ms. | |
539 | ||
540 | This long reset sequence causes problems (at least) in the | |
541 | boot sequence from NOR: by the time the CPU tries to load | |
542 | a program from the NOR flash, the latter is still in reset | |
543 | and not yet available. | |
544 | ||
545 | Additionaly, this patch fixes a bug in the original code which | |
546 | caused the reset delay to last for 2s instead of 500ms. | |
547 | ||
548 | Signed-off-by: Stelian Pop <[email protected]> | |
549 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
550 | ||
551 | commit f492dd636fbbae529e17533995bc6e5813c007f6 | |
552 | Author: Wolfgang Denk <[email protected]> | |
553 | Date: Fri Jul 4 20:11:49 2008 +0200 | |
554 | ||
555 | Update CHANGELOG | |
556 | ||
557 | Signed-off-by: Wolfgang Denk <[email protected]> | |
558 | ||
f492dd63 WD |
559 | commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d |
560 | Author: Wolfgang Denk <[email protected]> | |
561 | Date: Fri Jul 4 20:07:35 2008 +0200 | |
562 | ||
563 | CCM/SCM boards: fix out of tree building | |
564 | ||
565 | Signed-off-by: Wolfgang Denk <[email protected]> | |
566 | ||
567 | commit ab4c3a490df9a964711556d2a05b0c787db45fde | |
568 | Author: Wolfgang Denk <[email protected]> | |
569 | Date: Thu Jul 3 23:22:27 2008 +0200 | |
570 | ||
571 | SCM board: fix build errors. | |
572 | ||
573 | Signed-off-by: Wolfgang Denk <[email protected]> | |
574 | ||
575 | commit a566466f17ba0e2d2b6c250e77da678fb932470d | |
576 | Author: Wolfgang Denk <[email protected]> | |
577 | Date: Thu Jul 3 23:06:36 2008 +0200 | |
578 | ||
579 | IAD210 board: fix ``"ALIGN" redefined'' warning. | |
580 | ||
581 | Signed-off-by: Wolfgang Denk <[email protected]> | |
582 | ||
583 | commit ad756314797c16fa5dca23e115aab881011f164f | |
584 | Author: Wolfgang Denk <[email protected]> | |
585 | Date: Thu Jul 3 23:00:24 2008 +0200 | |
586 | ||
587 | CCM board: fix build errors. | |
588 | ||
589 | Signed-off-by: Wolfgang Denk <[email protected]> | |
590 | ||
4188f049 WD |
591 | commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b |
592 | Author: Andre Schwarz <[email protected]> | |
593 | Date: Wed Jul 2 18:54:08 2008 +0200 | |
594 | ||
595 | update mvBL-M7 board config | |
596 | ||
597 | update mvBL-M7 config file to use UBOOT_VERSION. | |
598 | ||
599 | Signed-off-by: Andre Schwarz <[email protected]> | |
600 | Signed-off-by: Kim Phillips <[email protected]> | |
601 | ||
f492dd63 WD |
602 | commit ced209c50e80c25f13c083099b05044048d21f4f |
603 | Author: Wolfgang Denk <[email protected]> | |
604 | Date: Thu Jul 3 22:39:21 2008 +0200 | |
605 | ||
606 | sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'" | |
607 | ||
608 | Signed-off-by: Wolfgang Denk <[email protected]> | |
609 | ||
610 | commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e | |
611 | Author: Wolfgang Denk <[email protected]> | |
612 | Date: Thu Jul 3 22:34:08 2008 +0200 | |
613 | ||
614 | Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors | |
615 | ||
616 | Signed-off-by: Wolfgang Denk <[email protected]> | |
617 | ||
618 | commit 730f298485984b011b6ee8f4acb511cb45a843dd | |
619 | Author: Wolfgang Denk <[email protected]> | |
620 | Date: Thu Jul 3 22:04:17 2008 +0200 | |
621 | ||
622 | lmb: fix "implicit declaration of function 'lmb_free'" warning | |
623 | ||
624 | Signed-off-by: Wolfgang Denk <[email protected]> | |
625 | ||
626 | commit 322ef5e28d2dc62571afc699b00add22a8e006e4 | |
627 | Author: Wolfgang Denk <[email protected]> | |
628 | Date: Wed Jul 2 23:53:23 2008 +0200 | |
629 | ||
630 | Cleanup: remove redundant deleting on *~ files | |
631 | ||
632 | Signed-off-by: Wolfgang Denk <[email protected]> | |
633 | ||
634 | commit c8a3b109f07f02342d097b30908965f7261d9f15 | |
635 | Author: Wolfgang Denk <[email protected]> | |
636 | Date: Wed Jul 2 23:49:18 2008 +0200 | |
637 | ||
638 | Cleanup out-or-tree building for some boards (.depend) | |
639 | ||
640 | Signed-off-by: Wolfgang Denk <[email protected]> | |
641 | ||
642 | commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4 | |
643 | Author: Wolfgang Denk <[email protected]> | |
644 | Date: Wed Jul 2 23:38:50 2008 +0200 | |
645 | ||
646 | Cleanup: fix out-of-tree building for some boards | |
647 | ||
648 | Signed-off-by: Wolfgang Denk <[email protected]> | |
649 | ||
650 | commit 461fa68d20861811487944d22291db5a13410e20 | |
651 | Author: Wolfgang Denk <[email protected]> | |
652 | Date: Wed Jul 2 23:00:14 2008 +0200 | |
653 | ||
654 | Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS) | |
655 | ||
656 | Signed-off-by: Wolfgang Denk <[email protected]> | |
657 | ||
658 | commit 5981ebd32017e062b08aa6747cf591276f2db779 | |
659 | Author: Detlev Zundel <[email protected]> | |
660 | Date: Fri Jun 20 22:26:24 2008 +0200 | |
661 | ||
662 | fdt: Fix typo in variable name. | |
663 | ||
664 | Signed-off-by: Detlev Zundel <[email protected]> | |
665 | ||
666 | commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc | |
667 | Author: Gary Jennejohn <[email protected]> | |
668 | Date: Thu Jun 19 11:11:19 2008 +0200 | |
669 | ||
670 | Add logos for RRvision board | |
671 | ||
672 | Signed-off-by: Gary Jennejohn <[email protected]> | |
673 | ||
674 | commit ee4ae38342142237ca85913f88ee570c1eb5ca7c | |
675 | Author: Esben Haabendal <[email protected]> | |
676 | Date: Wed Jun 18 11:03:57 2008 +0200 | |
677 | ||
678 | mpc8260: add fdt_fixup_ethernet support | |
679 | ||
680 | Add support for updating mac-address and local-mac-address in fdt for | |
681 | all MPC8260 targets. | |
682 | ||
683 | Signed-off-by: Esben Haabendal <[email protected]> | |
684 | ||
685 | commit f6a69559d64498a04e1e0b087a9b920e5775f866 | |
686 | Author: Steven A. Falco <[email protected]> | |
687 | Date: Thu Jun 12 13:24:42 2008 -0400 | |
688 | ||
689 | cmd_nvedit.c: clean up syntax highlighting | |
690 | ||
691 | My text-editor (vim) has a bit of trouble syntax-highlighting the | |
692 | cmd_nvedit.c file, because it apparently does not parse C | |
693 | ifdef/else/endif. The following patch does not change the behavior of | |
694 | the code at all, but does allow the editor to properly | |
695 | syntax-highlight the file. | |
696 | ||
697 | Signed-off-by: Steve Falco <[email protected]> | |
698 | ||
699 | commit 75678c807a6272ecc5541eb32898c93887f08400 | |
700 | Author: Steven A. Falco <[email protected]> | |
701 | Date: Thu Jun 12 13:22:12 2008 -0400 | |
702 | ||
703 | Make setenv() return status | |
704 | ||
705 | Currently, the setenv function does not return an error code. | |
706 | This patch allows to test for errors. | |
707 | ||
708 | Signed-off-by: Steve Falco <[email protected]> | |
709 | ||
710 | commit 4928e97c8531283ca9b368b7c29a8a12e726562a | |
711 | Author: Kumar Gala <[email protected]> | |
712 | Date: Wed Jun 11 10:14:06 2008 -0500 | |
713 | ||
714 | PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops | |
715 | ||
716 | fls64, __ilog2_u64, ffs64 are variants that work on an u64, | |
717 | and fls is used to implement them. | |
718 | ||
719 | Signed-off-by: Kumar Gala <[email protected]> | |
720 | ||
721 | commit 83002a77cbdf383015ca384eff5fa31722d8e571 | |
722 | Author: Magnus Lilja <[email protected]> | |
723 | Date: Mon Jun 9 22:58:48 2008 +0200 | |
724 | ||
725 | i.MX31: Cleanup comments in lowlevel_init.S. | |
726 | ||
727 | Signed-off-by: Magnus Lilja <[email protected]> | |
728 | ||
729 | commit f8cc312bbee69257d741dc9f4062f4a0f5adf609 | |
730 | Author: Ben Warren <[email protected]> | |
731 | Date: Sun Jun 8 23:28:33 2008 -0700 | |
732 | ||
733 | Move conditional compilation of MPC8XXX SPI driver to Makefile | |
734 | ||
735 | Signed-off-by: Ben Warren <[email protected]> | |
736 | ||
737 | commit d92ea21bafb674ee2bf27447970b047845e7b0a2 | |
738 | Author: Juergen Kilb <[email protected]> | |
739 | Date: Sun Jun 8 17:59:53 2008 +0200 | |
740 | ||
741 | i.MX31: fixed CTRL-C detection | |
742 | ||
743 | The Register URXD contains status information in bits [15..8]. | |
744 | With status bit 15 set, CTRL-C was reported as 0x8003 instead | |
745 | of 0x03. Therefore CTRL-C was not detected. | |
746 | To solve this, bits [15..8] were masked out now. | |
747 | ||
748 | Signed-off-by: Juergen Kilb <[email protected]> | |
749 | Acked-by: Felix Radensky <[email protected]> | |
750 | ||
751 | commit b571afde0295b007a45055ee49f8822c753a5651 | |
752 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
753 | Date: Sat Jun 7 12:29:52 2008 +0200 | |
754 | ||
755 | add SHA256 support | |
756 | ||
757 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
758 | Signed-off-by: Francesco Albanese <[email protected]> | |
759 | ||
760 | commit 3bab76a26e03df4ff81342fcc16393ce37d9766b | |
761 | Author: Marian Balakowicz <[email protected]> | |
762 | Date: Fri Jun 6 23:07:40 2008 +0200 | |
763 | ||
764 | Delay FIT format check on sector based devices | |
765 | ||
766 | Global FIT image operations like format check cannot be performed on | |
767 | a first sector data, defer them to the point when whole FIT image was | |
768 | uploaded to a system RAM. | |
769 | ||
770 | Signed-off-by: Marian Balakowicz <[email protected]> | |
771 | Partial ('cmd_nand' case) Acked-by: Grant Erickson <[email protected]> | |
772 | NAND and DOC bits Acked-by: Scott Wood <[email protected]> | |
773 | ||
774 | commit 9810263afec5ac5f38f92963bb3b6d799e4331d0 | |
775 | Author: Dave Liu <[email protected]> | |
776 | Date: Tue Jun 3 17:38:19 2008 +0800 | |
777 | ||
778 | sata: wait for device updating signature to host | |
779 | ||
780 | The driver need wait for the device updating signature to host. | |
781 | If we don't wait for it, the driver can not detect the device(disk) | |
782 | when the system powers up. | |
783 | ||
784 | Signed-off-by: Dave Liu <[email protected]> | |
785 | ||
4188f049 WD |
786 | commit 745d8a0d3cea82e6d1753e14afb4588c34761b15 |
787 | Author: Stefan Roese <[email protected]> | |
788 | Date: Sat Jun 28 14:56:17 2008 +0200 | |
789 | ||
790 | ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic | |
791 | ||
792 | This patch implements a fix provided by AMCC so that the lockup upon | |
793 | simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur | |
794 | anymore: | |
795 | ||
796 | Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2] | |
797 | (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG, | |
798 | USB 2.0 host and SATA. | |
799 | ||
800 | This errata is not officially available yet. I'll update the comment | |
801 | to add the errata number later. | |
802 | ||
803 | Signed-off-by: Stefan Roese <[email protected]> | |
804 | ||
f492dd63 WD |
805 | commit 8b616edb118e37d05f6401389eaee1c636b22828 |
806 | Author: Stuart Wood <[email protected]> | |
807 | Date: Mon Jun 2 16:42:19 2008 -0400 | |
808 | ||
809 | serial_pl010.c: add watchdog support | |
810 | ||
811 | Signed-off-by: Stuart Wood <[email protected]> | |
812 | ||
813 | commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b | |
814 | Author: Stuart Wood <[email protected]> | |
815 | Date: Mon Jun 2 16:40:08 2008 -0400 | |
816 | ||
817 | jffs2_1pass.c: add watchdog support | |
818 | ||
819 | Signed-off-by: Stuart Wood <[email protected]> | |
820 | ||
821 | commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89 | |
822 | Author: Sascha Laue <[email protected]> | |
823 | Date: Fri May 30 09:48:14 2008 +0200 | |
824 | ||
825 | Configure DSP POST; add watchdog reset to diag command | |
826 | ||
827 | Signed-off-by: Sascha Laue <[email protected]> | |
828 | ||
829 | commit f13526517859bf6b573e23ff47199e107d1009b5 | |
830 | Author: Tor Krill <[email protected]> | |
831 | Date: Thu May 29 10:40:17 2008 +0200 | |
832 | ||
833 | Add sata sil3114 support | |
834 | ||
835 | Signed-off-by: Tor Krill <[email protected]> | |
836 | ||
837 | commit e093a247628228100f405b6d7f6b1bfc16141938 | |
838 | Author: Wolfgang Denk <[email protected]> | |
839 | Date: Sat Jun 28 23:34:37 2008 +0200 | |
840 | ||
841 | Coding Style Cleanup | |
842 | ||
843 | Signed-off-by: Wolfgang Denk <[email protected]> | |
844 | ||
845 | commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83 | |
846 | Author: Wolfgang Denk <[email protected]> | |
847 | Date: Sat Jun 28 23:16:01 2008 +0200 | |
848 | ||
849 | Update CHANGELOG | |
850 | ||
851 | Signed-off-by: Wolfgang Denk <[email protected]> | |
852 | ||
01db232d WD |
853 | commit c7f879ec2b389c4f2bf726b293bd516f4c692e03 |
854 | Author: Hugo Villeneuve <[email protected]> | |
855 | Date: Wed May 21 13:58:41 2008 -0400 | |
856 | ||
857 | ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS) | |
858 | ||
859 | This patch adds support for the Lyrtech SFF-SDR board, | |
860 | based on the TI DaVinci architecture (ARM926EJS). | |
861 | ||
862 | Signed-off-by: Hugo Villeneuve <[email protected]> | |
863 | Signed-off-by: Philip Balister <[email protected]> | |
864 | Signed-off-by: Wolfgang Denk <[email protected]> | |
865 | ||
866 | commit 341188b9ccaa8d4462d772cc067aca8d7618633a | |
867 | Author: Haavard Skinnemoen <[email protected]> | |
868 | Date: Thu May 22 11:09:59 2008 +0200 | |
869 | ||
870 | MMC: Consolidate MMC/SD command definitions | |
871 | ||
872 | This moves the MMC and SD Card command definitions from | |
873 | include/asm/arch/mmc.h into include/mmc.h. These definitions are | |
874 | given by the MMC and SD Card standards, not by any particular | |
875 | architecture. | |
876 | ||
877 | There's a lot more room for consolidation in the MMC drivers which | |
878 | I'm hoping to get done eventually, but this patch is a start. | |
879 | ||
880 | Compile-tested for all avr32 boards as well as lpc2292sodimm and | |
881 | lubbock. This should cover all three mmc drivers in the tree. | |
882 | ||
883 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
884 | ||
885 | commit fa60edfc4c952626e048c0e065f654b3c1822fa5 | |
886 | Author: Kyungmin Park <[email protected]> | |
887 | Date: Wed May 21 14:38:08 2008 +0900 | |
888 | ||
889 | Use better Ethernet timings for apollon board | |
890 | ||
891 | Signed-off-by: Kyungmin Park <[email protected]> | |
892 | ||
893 | commit 41c5eaa7253ed82bbae1eda5667755872c615164 | |
894 | Author: Andy Fleming <[email protected]> | |
895 | Date: Mon Jun 16 13:58:56 2008 -0500 | |
896 | ||
897 | Resize device tree to allow space for board changes and the chosen node | |
898 | ||
899 | Current code requires that a compiled device tree have space added to the end to | |
900 | leave room for extra nodes added by board code (and the chosen node). This | |
901 | requires that device tree creators anticipate how much space U-Boot will add to | |
902 | the tree, which is absurd. Ideally, the code would resize and/or relocate the | |
903 | tree when it needed more space, but this would require a systemic change to the | |
904 | fdt code, which is non-trivial. Instead, we resize the tree inside | |
905 | boot_relocate_fdt, reserving either the remainder of the bootmap (in the case | |
906 | where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size. | |
907 | ||
908 | Signed-off-by: Andy Fleming <[email protected]> | |
909 | ||
910 | commit 7570a9941fc565922078679a72d246fe208d696d | |
911 | Author: Andy Fleming <[email protected]> | |
912 | Date: Mon Jun 16 13:58:55 2008 -0500 | |
913 | ||
914 | Fix an underflow bug in __lmb_alloc_base | |
915 | ||
916 | __lmb_alloc_base can underflow if it fails to find free space. This was fixed | |
917 | in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch | |
918 | merely updates __lmb_alloc_base to resemble the current version in Linux. | |
919 | ||
920 | Signed-off-by: Andy Fleming <[email protected]> | |
921 | ||
922 | commit 63796c4e61b207d2e635729d41b7a7f7d188b03c | |
923 | Author: Andy Fleming <[email protected]> | |
924 | Date: Mon Jun 16 13:58:54 2008 -0500 | |
925 | ||
926 | Add lmb_free | |
927 | ||
928 | lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or | |
929 | lmb_reserve to temporarily reserve some memory. | |
930 | ||
931 | Signed-off-by: Andy Fleming <[email protected]> | |
932 | ||
933 | commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d | |
934 | Author: Andy Fleming <[email protected]> | |
935 | Date: Mon Jun 16 13:58:53 2008 -0500 | |
936 | ||
937 | Add ALIGN() macro | |
938 | ||
939 | ALIGN() returns the smallest aligned value greater than the passed | |
940 | in address or size. Taken from Linux. | |
941 | ||
942 | Signed-off-by: Andy Fleming <[email protected]> | |
943 | ||
4188f049 WD |
944 | commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2 |
945 | Author: Stefan Roese <[email protected]> | |
946 | Date: Tue Jun 24 17:15:22 2008 +0200 | |
947 | ||
948 | ppc4xx: Fix compilation problems with phys_size_t | |
949 | ||
950 | This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx | |
951 | board specific files where it has been missing. | |
952 | ||
953 | Signed-off-by: Stefan Roese <[email protected]> | |
954 | ||
01db232d WD |
955 | commit 28eab0d77352b84885f938759bf2612b7bf0bc44 |
956 | Author: Haavard Skinnemoen <[email protected]> | |
957 | Date: Mon May 19 12:26:38 2008 +0200 | |
958 | ||
959 | Conditionally add -fno-stack-protector to CFLAGS | |
960 | ||
961 | When compile-testing on powerpc, I get errors like this: | |
962 | ||
963 | net/nfs.c:422: undefined reference to `__stack_chk_fail_local' | |
964 | ||
965 | This seems to be because -fstack-protector is on by default, so | |
966 | let's explicitly disable it on all architectures that support the | |
967 | option. | |
968 | ||
969 | The Ubuntu toolchain is affected by this problem, and according to | |
970 | Mike Frysinger, Gentoo has been running with SSP enabled for years. | |
971 | More and more distros are turning SSP on by default, so this problem | |
972 | is likely to get worse in the future. | |
973 | ||
974 | Also, powerpc just happens to be one of the arches I do | |
975 | compile-testing on. There may be other arches affected by this too. | |
976 | ||
977 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
978 | ||
979 | commit dfd3be881c03a26e31f0dea4a42e76061fa610ac | |
980 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
981 | Date: Sun May 18 19:09:52 2008 +0200 | |
982 | ||
983 | pcmcia/ti_pci1410a: Move compile condition to the Makefile | |
984 | ||
985 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
986 | ||
987 | commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a | |
988 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
989 | Date: Sun May 18 19:09:51 2008 +0200 | |
990 | ||
991 | pxa_pcmcia: Move compile condition to the Makefile | |
992 | ||
993 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
994 | ||
995 | commit c9eff32881fb429101c937cf8c268f1d42e5c2a9 | |
996 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
997 | Date: Sun May 18 19:09:50 2008 +0200 | |
998 | ||
999 | marabun_pcmcia: Move compile condition to the Makefile | |
1000 | ||
1001 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
1002 | ||
4188f049 WD |
1003 | commit 6a19c46cae43c16c528eddefae3db97134f1915d |
1004 | Author: Andre Schwarz <[email protected]> | |
1005 | Date: Mon Jun 23 13:25:34 2008 +0200 | |
1006 | ||
1007 | fix non-working mvBL-M7 | |
1008 | ||
1009 | Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file. | |
1010 | ||
1011 | Signed-off-by: Andre Schwarz <[email protected]> | |
1012 | Signed-off-by: Kim Phillips <[email protected]> | |
1013 | ||
1014 | commit 846f1574ddddeda2bc227655e687308695f41cdc | |
1015 | Author: Andre Schwarz <[email protected]> | |
1016 | Date: Mon Jun 23 11:40:56 2008 +0200 | |
1017 | ||
1018 | fix system config overwrite @ MPC834x and MPC8313 | |
1019 | ||
1020 | During 83xx setup the "System I/O configuration register high" gets | |
1021 | overwritten with user defined value if CFG_SICRH is defined. | |
1022 | ||
1023 | Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH | |
1024 | must keep their reset value regardless of configuration. | |
1025 | ||
1026 | On my board (using RGMII) those bits are set after reset - yet it's | |
1027 | unclear where they come from. | |
1028 | ||
1029 | The patch keeps both bits on MPC834x and MPC8313. | |
1030 | ||
1031 | Signed-off-by: Andre Schwarz <[email protected]> | |
1032 | Signed-off-by: Kim Phillips <[email protected]> | |
1033 | ||
1034 | commit 4890246a2c5df90a74e2941e3673a49bbd36aee9 | |
1035 | Author: Kim Phillips <[email protected]> | |
1036 | Date: Tue Jun 17 17:45:27 2008 -0500 | |
1037 | ||
1038 | mpc83xx: move CPU_TYPE_ENTRY over to processor.h | |
1039 | ||
1040 | to avoid this: | |
1041 | ||
1042 | cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined | |
1043 | In file included from cpu.c:33: | |
1044 | /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition | |
1045 | ||
1046 | Signed-off-by: Kim Phillips <[email protected]> | |
1047 | ||
1048 | commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8 | |
1049 | Author: Stefan Roese <[email protected]> | |
1050 | Date: Mon Jun 23 11:15:09 2008 +0200 | |
1051 | ||
1052 | ppc4xx: Fix problem in gpio_config() | |
1053 | ||
1054 | As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted | |
1055 | left by one. So the additional shift is bogus. | |
1056 | ||
1057 | Signed-off-by: Stefan Roese <[email protected]> | |
1058 | ||
1059 | commit 40777812316fc252c941665c0f60c148fd79d50f | |
1060 | Author: Detlev Zundel <[email protected]> | |
1061 | Date: Fri Jun 20 22:24:05 2008 +0200 | |
1062 | ||
1063 | fdt: Fix typo in variable name. | |
1064 | ||
1065 | Signed-off-by: Detlev Zundel <[email protected]> | |
1066 | ||
1067 | commit 5f723a3b98c630bde33de74351f2121691fdef14 | |
1068 | Author: Haavard Skinnemoen <[email protected]> | |
1069 | Date: Fri Jun 20 10:41:05 2008 +0200 | |
1070 | ||
1071 | avr32: Enable SPI flash support on ATNGW100 | |
1072 | ||
1073 | The ATNGW100 has 8MB DataFlash on board. Give users access to it through | |
1074 | the new SPI flash framework. | |
1075 | ||
1076 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
1077 | ||
1078 | commit 5605ef6b5802921cbefe6a933a9dea3497396b5c | |
1079 | Author: Haavard Skinnemoen <[email protected]> | |
1080 | Date: Fri Jun 20 12:44:28 2008 +0200 | |
1081 | ||
1082 | avr32: Fix SPI portmux initialization | |
1083 | ||
1084 | Use the new GPIO manipulation functions to set up the chip select lines, | |
1085 | and make sure both busses use GPIO for chip select control. | |
1086 | ||
1087 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
1088 | ||
1089 | commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab | |
1090 | Author: Peter Ma <[email protected]> | |
1091 | Date: Sun Jun 1 22:59:24 2008 -0700 | |
1092 | ||
1093 | avr32: Add GPIO manipulation functions | |
1094 | ||
1095 | Adds GPIO manipulation functions for AVR32 AP7 platform. | |
1096 | ||
1097 | Signed-off-by: Peter Ma <[email protected]> | |
1098 | [[email protected]: coding style fixup, slight simplification] | |
1099 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
1100 | ||
01db232d WD |
1101 | commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a |
1102 | Author: Wolfgang Grandegger <[email protected]> | |
1103 | Date: Thu Jun 5 13:02:30 2008 +0200 | |
1104 | ||
1105 | MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver | |
1106 | ||
1107 | This patch is based on the following patch sent a few minutes ago: | |
1108 | "NAND FSL UPM: driver re-write using the hwcontrol callback" | |
1109 | It is untested, of course. Anton, could you please give it a try. | |
1110 | ||
1111 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1112 | Acked-by: Anton Vorontsov <[email protected]> | |
1113 | ||
1114 | commit 96026d42fa4e646d28318c0a1438aac4b2017909 | |
1115 | Author: Anatolij Gustschin <[email protected]> | |
1116 | Date: Thu Jun 12 12:40:11 2008 +0200 | |
1117 | ||
1118 | Fix 4xx build issue | |
1119 | ||
1120 | Building for 4xx doesn't work since commit 4dbdb768: | |
1121 | ||
1122 | In file included from 4xx_pcie.c:28: | |
1123 | include/asm/processor.h:971: error: expected ')' before 'ver' | |
1124 | make[1]: *** [4xx_pcie.o] Error 1 | |
1125 | ||
1126 | This patch fixes the problem. | |
1127 | ||
1128 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
1129 | Acked-by: Stefan Roese <[email protected]> | |
1130 | Acked-by: Kumar Gala <[email protected]> | |
1131 | ||
1132 | commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8 | |
1133 | Author: Stefan Roese <[email protected]> | |
1134 | Date: Mon Jun 16 10:40:02 2008 +0200 | |
1135 | ||
1136 | cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably | |
1137 | ||
1138 | This patch simplifies flash_toggle() (AMD commandset), which is used to | |
1139 | detect if a FLASH device is still busy with erase/program operations. On | |
1140 | 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation | |
1141 | did not detect the busy state reliably, resulting in non erased sectors | |
1142 | etc. This patch now simplifies this function by "just" comparing the | |
1143 | complete data-word instead of ANDing it with the command-word (0x40) | |
1144 | before the compatison. It is done the same way in the Linux implementation | |
1145 | chip_ready() in cfi_cmdset_0002.c. | |
1146 | ||
1147 | Signed-off-by: Stefan Roese <[email protected]> | |
1148 | ||
1149 | commit 9e4006bca3d9fb4a2d061996771036cb01e539d3 | |
1150 | Author: Philip Balister <[email protected]> | |
1151 | Date: Mon Jun 16 08:58:07 2008 -0400 | |
1152 | ||
1153 | NAND: Add missing declaration to non-redundant saveenv(). | |
1154 | ||
1155 | Signed-off-by: Scott Wood <[email protected]> | |
1156 | ||
1157 | commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52 | |
1158 | Author: Wolfgang Grandegger <[email protected]> | |
1159 | Date: Mon Jun 2 15:09:55 2008 +0200 | |
1160 | ||
1161 | MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver | |
1162 | ||
1163 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1164 | Acked-by: Anton Vorontsov <[email protected]> | |
1165 | Signed-off-by: Scott Wood <[email protected]> | |
1166 | ||
1167 | commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f | |
1168 | Author: Stefan Roese <[email protected]> | |
1169 | Date: Tue Jun 10 15:34:11 2008 +0200 | |
1170 | ||
1171 | ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output | |
1172 | ||
1173 | This patch disables the square wave output of the M41T62 RTC used on | |
1174 | Canyonlands & Glacier. Here the explanation: | |
1175 | ||
1176 | The serial real-time clock part used in the design is an | |
1177 | STMicro M41T62. This part has a full-time 32KHz square wave | |
1178 | output that is connected to the TmrClk input to the | |
1179 | processor. The default state for this square wave output is | |
1180 | enabled so the output runs continuously when the board is | |
1181 | powered normally and also from the battery. The TmrClk input | |
1182 | to the processor goes to ground when the power is removed | |
1183 | from the board/processor, and therefore the running square | |
1184 | wave output is driving ground which drains the battery quickly. | |
1185 | ||
1186 | Signed-off-by: Stefan Roese <[email protected]> | |
1187 | ||
1188 | commit a94f22f08f280905926219e568568964cb9eeb9d | |
1189 | Author: Andy Fleming <[email protected]> | |
1190 | Date: Wed Jun 11 18:10:20 2008 -0500 | |
1191 | ||
1192 | Fix build issue with string.h and linux/string.h | |
1193 | ||
1194 | This commit: | |
1195 | commit 338cc038461a6c7709c5b86fd9a240209338a1ae | |
1196 | Author: Wolfgang Denk <[email protected]> | |
1197 | Date: Fri Jun 6 14:28:14 2008 +0200 | |
1198 | ||
1199 | tools/mkimage: fix compiler warnings on some systems. | |
1200 | ||
1201 | Broke building on some systems, because the host's string.h was interfering | |
1202 | with u-boot's linux/string.h. It doesn't look like we need the u-boot one if | |
1203 | we're building for the host, so now we only include when building inside | |
1204 | u-boot. | |
1205 | ||
1206 | Signed-off-by: Andy Fleming <[email protected]> | |
1207 | ||
1208 | commit 9973e3c614721bbf169882ffc3be266a6611cd60 | |
1209 | Author: Becky Bruce <[email protected]> | |
1210 | Date: Mon Jun 9 16:03:40 2008 -0500 | |
1211 | ||
1212 | Change initdram() return type to phys_size_t | |
1213 | ||
1214 | This patch changes the return type of initdram() from long int to phys_size_t. | |
1215 | This is required for a couple of reasons: long int limits the amount of dram | |
1216 | to 2GB, and u-boot in general is moving over to phys_size_t to represent the | |
1217 | size of physical memory. phys_size_t is defined as an unsigned long on almost | |
1218 | all current platforms. | |
1219 | ||
1220 | This patch *only* changes the return type of the initdram function (in | |
1221 | include/common.h, as well as in each board's implementation of initdram). It | |
1222 | does not actually modify the code inside the function on any of the platforms; | |
1223 | platforms which wish to support more than 2GB of DRAM will need to modify | |
1224 | their initdram() function code. | |
1225 | ||
1226 | Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc | |
1227 | MPC8641HPCN. | |
1228 | ||
1229 | Signed-off-by: Becky Bruce <[email protected]> | |
1230 | ||
1231 | commit 391fd93ab23e15ab3dd58a54f5b609024009c378 | |
1232 | Author: Becky Bruce <[email protected]> | |
1233 | Date: Mon Jun 9 20:37:18 2008 -0500 | |
1234 | ||
1235 | Change lmb to use phys_size_t/phys_addr_t | |
1236 | ||
1237 | This updates the lmb code to use phys_size_t | |
1238 | and phys_addr_t instead of unsigned long. Other code | |
1239 | which interacts with this code, like getenv_bootm_size() | |
1240 | is also updated. | |
1241 | ||
1242 | Booted on MPC8641HPCN, build-tested ppc, arm, mips. | |
1243 | ||
1244 | Signed-off-by: Becky Bruce <[email protected]> | |
1245 | ||
1246 | commit 61b09fc2952dc636017df4e7970e3de132276ba1 | |
1247 | Author: Becky Bruce <[email protected]> | |
1248 | Date: Mon Jun 9 20:37:17 2008 -0500 | |
1249 | ||
1250 | Change print_size to take phys_size_t | |
1251 | ||
1252 | Signed-off-by: Becky Bruce <[email protected]> | |
1253 | ||
1254 | commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe | |
1255 | Author: Becky Bruce <[email protected]> | |
1256 | Date: Mon Jun 9 20:37:16 2008 -0500 | |
1257 | ||
1258 | Change bd/gd memsize/ram_size to be phys_size_t. | |
1259 | ||
1260 | Currently, both are defined as an unsigned long, but | |
1261 | should be phys_size_t. This should result in no real change, | |
1262 | since phys_size_t is currently an unsigned long for all the | |
1263 | default configs. Also add print_lnum to cmd_bdinfo to deal | |
1264 | with the potentially wider memsize. | |
1265 | ||
1266 | Signed-off-by: Becky Bruce <[email protected]> | |
1267 | ||
1268 | commit ba04f7010958e88a8910f2a123fee53fdc72e013 | |
1269 | Author: Kumar Gala <[email protected]> | |
1270 | Date: Tue Jun 10 16:16:02 2008 -0500 | |
1271 | ||
1272 | FSL LAW: Add new interface to use the last free LAW | |
1273 | ||
1274 | LAWs have the concept of priority so its useful to be able to allocate | |
1275 | the lowest (highest number) priority. We will end up using this with the | |
1276 | new DDR code. | |
1277 | ||
1278 | Signed-off-by: Kumar Gala <[email protected]> | |
1279 | ||
1280 | commit 859a86a25c569d3665ff413d1d923394b8a961f3 | |
1281 | Author: Kumar Gala <[email protected]> | |
1282 | Date: Wed Jun 11 00:51:45 2008 -0500 | |
1283 | ||
1284 | 85xx/86xx: Move to dynamic mgmt of LAWs | |
1285 | ||
1286 | With the new LAW interface (set_next_law) we can move to letting the | |
1287 | system allocate which LAWs are used for what purpose. This makes life | |
1288 | a bit easier going forward with the new DDR code. | |
1289 | ||
1290 | Signed-off-by: Kumar Gala <[email protected]> | |
1291 | Signed-off-by: Andy Fleming <[email protected]> | |
1292 | Acked-by: Jon Loeliger <[email protected]> | |
1293 | Acked-by: Becky Bruce <[email protected]> | |
1294 | ||
1295 | commit f060054dadbbe7027ca088eed806a3ef1f82fdb7 | |
1296 | Author: Kumar Gala <[email protected]> | |
1297 | Date: Wed Jun 11 00:44:10 2008 -0500 | |
1298 | ||
1299 | FSL LAW: Keep track of LAW allocations | |
1300 | ||
1301 | Make it so we keep track of which LAWs have allocated and provide | |
1302 | a function (set_next_law) which can allocate a LAW for us if one is | |
1303 | free. | |
1304 | ||
1305 | In the future we will move to doing more "dynamic" LAW allocation | |
1306 | since the majority of users dont really care about what LAW number | |
1307 | they are at. | |
1308 | ||
1309 | Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them | |
1310 | ||
1311 | Signed-off-by: Kumar Gala <[email protected]> | |
1312 | Signed-off-by: Andy Fleming <[email protected]> | |
1313 | ||
1314 | commit ddde74a159caa6e18b481fec01d40b885aebb566 | |
1315 | Author: Kumar Gala <[email protected]> | |
1316 | Date: Mon Jun 9 22:31:57 2008 -0500 | |
1317 | ||
1318 | 85xx: remove dummy board_early_init_f | |
1319 | ||
1320 | A number of board ports have empty version of board_early_init_f | |
1321 | for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F. | |
1322 | ||
1323 | Signed-off-by: Kumar Gala <[email protected]> | |
1324 | ||
1325 | commit 81e56e9af0d43712db8efb843606a8d62eab454f | |
1326 | Author: Kumar Gala <[email protected]> | |
1327 | Date: Mon Jun 9 18:55:38 2008 -0500 | |
1328 | ||
1329 | MPC8544DS: Update config.h | |
1330 | ||
1331 | * Enable flash progress | |
1332 | * remove CLEAR_LAW0 since we dont really use it | |
1333 | ||
1334 | Signed-off-by: Kumar Gala <[email protected]> | |
1335 | ||
1336 | commit 978e81604c1b28526ed580df0fbe64eb8384e94f | |
1337 | Author: Kumar Gala <[email protected]> | |
1338 | Date: Mon Jun 9 13:37:24 2008 -0500 | |
1339 | ||
1340 | 85xx: Remove unused and unconfigured memory test code. | |
1341 | ||
1342 | Remove unused and unconfigured DDR test code from FSL 85xx boards. | |
1343 | Besides, other common code exists. | |
1344 | ||
1345 | Signed-off-by: Kumar Gala <[email protected]> | |
1346 | ||
1347 | commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7 | |
1348 | Author: Sergei Poselenov <[email protected]> | |
1349 | Date: Fri Jun 6 15:42:45 2008 +0200 | |
1350 | ||
1351 | Socrates: Added FPGA base address update in FDT. | |
1352 | ||
1353 | Signed-off-by: Sergei Poselenov <[email protected]> | |
1354 | ||
1355 | commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4 | |
1356 | Author: Sergei Poselenov <[email protected]> | |
1357 | Date: Fri Jun 6 15:42:44 2008 +0200 | |
1358 | ||
1359 | Socrates: NAND support added. Changed the U-Boot base address and | |
1360 | ||
1361 | Signed-off-by: Sergei Poselenov <[email protected]> | |
1362 | ||
1363 | commit 248ae5cfc8bf69074d1da099dc495d8e06070547 | |
1364 | Author: Sergei Poselenov <[email protected]> | |
1365 | Date: Fri Jun 6 15:42:43 2008 +0200 | |
1366 | ||
1367 | NAND: Added support for 128-bit OOB, adapted | |
1368 | ||
1369 | Signed-off-by: Sergei Poselenov <[email protected]> | |
1370 | ||
1371 | commit 31ca0208612f2eb57690110d7c2815953650e47b | |
1372 | Author: Sergei Poselenov <[email protected]> | |
1373 | Date: Fri Jun 6 15:42:42 2008 +0200 | |
1374 | ||
1375 | Socrates: added missed file with UPMA configuration data. | |
1376 | ||
1377 | Signed-of-by: Sergei Poselenov <[email protected]> | |
1378 | ||
1379 | commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba | |
1380 | Author: Sergei Poselenov <[email protected]> | |
1381 | Date: Fri Jun 6 15:42:41 2008 +0200 | |
1382 | ||
1383 | Socrates: Added FPGA mapping. LAWs and TLBs cleanup. | |
1384 | ||
1385 | Signed-off-by: Sergei Poselenov <[email protected]> | |
1386 | ||
1387 | commit 740280e68ccc0b971e613face7eaaa8bd1382b8c | |
1388 | Author: Sergei Poselenov <[email protected]> | |
1389 | Date: Fri Jun 6 15:42:40 2008 +0200 | |
1390 | ||
1391 | Added the upmconfig() function for 85xx. | |
1392 | ||
1393 | Signed-off-by: Sergei Poselenov <[email protected]> | |
1394 | Signed-off-by: Andy Fleming <[email protected]> | |
1395 | ||
1396 | commit d39e68514ff943930ee692cff3fde03532eb7fec | |
1397 | Author: Sergei Poselenov <[email protected]> | |
1398 | Date: Fri Jun 6 15:42:39 2008 +0200 | |
1399 | ||
1400 | Socrates: config file cleanup. | |
1401 | ||
1402 | Signed-off-by: Sergei Poselenov <[email protected]> | |
1403 | ||
1404 | commit e8cc3f04b124f757af4528206e60d8eb715ae083 | |
1405 | Author: Wolfgang Grandegger <[email protected]> | |
1406 | Date: Thu Jun 5 13:12:10 2008 +0200 | |
1407 | ||
1408 | TQM85xx: Change memory map to support Flash memory > 128 MiB | |
1409 | ||
1410 | Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash | |
1411 | memory. The current memory map only supports up to 128 MiB Flash. | |
1412 | This patch adds the configuration option CONFIG_TQM_BIGFLASH. If | |
1413 | set, up to 1 GiB flash is supported. To achieve this, the memory | |
1414 | map has to be adjusted in great parts (for example the CCSRBAR is | |
1415 | moved from 0xE0000000 to 0xA0000000). | |
1416 | ||
1417 | If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new | |
1418 | memory map also has to be considered in the kernel (changed | |
1419 | CCSRBAR address, changed PCI IO base address, ...). Please use | |
1420 | an appropriate Flat Device Tree blob (tqm8548.dtb). | |
1421 | ||
1422 | Signed-off-by: Martin Krause <[email protected]> | |
1423 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1424 | ||
1425 | commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051 | |
1426 | Author: Wolfgang Grandegger <[email protected]> | |
1427 | Date: Thu Jun 5 13:12:09 2008 +0200 | |
1428 | ||
1429 | TQM85xx: NAND support via local bus UPMB | |
1430 | ||
1431 | This patch adds support for NAND FLASH on the TQM8548. It is disabled by | |
1432 | default and can be enabled for the TQM8548 modules. It is now based on | |
1433 | the re-written FSL NAND UPM driver. A patch has been posted earlier today | |
1434 | with the subject: | |
1435 | ||
1436 | "NAND FSL UPM: driver re-write using the hwcontrol callback" | |
1437 | ||
1438 | Note that the R/B pin is not supported by that module requiring to use | |
1439 | the specified maximum delay time. | |
1440 | ||
1441 | Note: With NAND support enabled the size of the U-Boot image exceeds | |
1442 | 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk, | |
1443 | doubling the image size :-(. | |
1444 | ||
1445 | Signed-off-by: Thomas Waehner <[email protected]> | |
1446 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1447 | ||
1448 | commit b9e8078bb3f3c48111a7081e27279938c3a445e1 | |
1449 | Author: Wolfgang Grandegger <[email protected]> | |
1450 | Date: Thu Jun 5 13:12:08 2008 +0200 | |
1451 | ||
1452 | TQM8548: PCI express support | |
1453 | ||
1454 | This patch adds support for PCI express cards. The board support | |
1455 | now uses common FSL PCI init code, for both, PCI and PCIe on all | |
1456 | TQM85xx modules. | |
1457 | ||
1458 | Signed-off-by: Thomas Waehner <[email protected]> | |
1459 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1460 | ||
1461 | commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876 | |
1462 | Author: Wolfgang Grandegger <[email protected]> | |
1463 | Date: Thu Jun 5 13:12:07 2008 +0200 | |
1464 | ||
1465 | TQM8548: Basic support for the TQM8548 modules | |
1466 | ||
1467 | This patch adds basic support for the TQM8548 module from TQ-Components | |
1468 | (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for | |
1469 | eTSEC 3 and 4 | |
1470 | ||
1471 | Furthermore Flash buffer write has been enabled to speed up output to | |
1472 | the Flash by approx. a factor of 10. | |
1473 | ||
1474 | Signed-off-by: Thomas Waehner <[email protected]> | |
1475 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1476 | ||
1477 | commit 25991353204c78b094c3c1fec90182dcd607ab8f | |
1478 | Author: Wolfgang Grandegger <[email protected]> | |
1479 | Date: Thu Jun 5 13:12:06 2008 +0200 | |
1480 | ||
1481 | TQM85xx: Support for Flat Device Tree | |
1482 | ||
1483 | This patch adds support for Linux kernels using the Flat Device Tree. | |
1484 | It also re-defines the default environment settings for booting Linux | |
1485 | with the FDT blob. | |
1486 | ||
1487 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1488 | ||
1489 | commit d9ee843d54c54776e1fdb86336ce554906a87331 | |
1490 | Author: Wolfgang Grandegger <[email protected]> | |
1491 | Date: Thu Jun 5 13:12:05 2008 +0200 | |
1492 | ||
1493 | TQM85xx: Support for Intel 82527 compatible CAN controller | |
1494 | ||
1495 | This patch adds initialization of the UPMC RAM to support up to two | |
1496 | Intel 82527 compatible CAN controller on the TQM85xx modules. | |
1497 | ||
1498 | Signed-off-by: Thomas Waehner <[email protected]> | |
1499 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1500 | ||
1501 | commit 518d5cfe72916323c746af1647764459914f555f | |
1502 | Author: Wolfgang Grandegger <[email protected]> | |
1503 | Date: Thu Jun 5 13:12:04 2008 +0200 | |
1504 | ||
1505 | TQM85xx: Bugfix in the SDRAM initialisation | |
1506 | ||
1507 | The CS0_BNDS register is now set according to the detected | |
1508 | memory size. | |
1509 | ||
1510 | Signed-off-by Martin Krause <[email protected]> | |
1511 | ||
1512 | commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d | |
1513 | Author: Wolfgang Grandegger <[email protected]> | |
1514 | Date: Thu Jun 5 13:12:03 2008 +0200 | |
1515 | ||
1516 | TQM85xx: Fix chip select configuration for second FLASH bank | |
1517 | ||
1518 | This patch fixes the re-calculation of the automatic chip select | |
1519 | configuration for boards with two populated FLASH banks. | |
1520 | ||
1521 | Signed-off-by: Martin Krause <[email protected]> | |
1522 | ||
1523 | commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f | |
1524 | Author: Wolfgang Grandegger <[email protected]> | |
1525 | Date: Thu Jun 5 13:12:02 2008 +0200 | |
1526 | ||
1527 | TQM85xx: Support for Spansion 'N' type flashes added | |
1528 | ||
1529 | The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors, | |
1530 | than the formerly used 'M' types (S29GLxxxM series), so the flash layout | |
1531 | needs to be changed -> new start address of the environment. The macro | |
1532 | definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be | |
1533 | defined for boards with 'N' type flashes. | |
1534 | ||
1535 | Signed-off-by: Martin Krause <[email protected]> | |
1536 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1537 | ||
1538 | commit 5d5bd838f76eade22c0ea40a500389f924d0da36 | |
1539 | Author: Wolfgang Grandegger <[email protected]> | |
1540 | Date: Thu Jun 5 13:12:01 2008 +0200 | |
1541 | ||
1542 | TQM85xx: Fix CPM port pin configuration | |
1543 | ||
1544 | Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560 | |
1545 | board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used | |
1546 | as serial interface anyway. Worse, on some board variants configuring the | |
1547 | pins for SCC1 leads to short circuits (for example on the TQM8541-BG). | |
1548 | ||
1549 | Signed-off-by: Martin Krause <[email protected]> | |
1550 | ||
1551 | commit b99ba1679e8cd51b023e67098c89e606e47137d2 | |
1552 | Author: Wolfgang Grandegger <[email protected]> | |
1553 | Date: Thu Jun 5 13:12:00 2008 +0200 | |
1554 | ||
1555 | TQM85xx: Various coding style fixes | |
1556 | ||
1557 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1558 | ||
1559 | commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00 | |
1560 | Author: Gerald Van Baren <[email protected]> | |
1561 | Date: Tue Jun 10 22:15:58 2008 -0400 | |
1562 | ||
1563 | libfdt: Move the working_fdt pointer to cmd_fdt.c | |
1564 | ||
1565 | The working_fdt pointer was declared in common/fdt_support.c but was | |
1566 | not used there. Move it to common/cmd_fdt.c where it is used (it is | |
1567 | also used in lib_ppc/bootm.c). | |
1568 | ||
1569 | Signed-off-by: Gerald Van Baren <[email protected]> | |
1570 | ||
1571 | commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e | |
1572 | Author: Kim Phillips <[email protected]> | |
1573 | Date: Tue Jun 10 11:06:17 2008 -0500 | |
1574 | ||
1575 | fdt: unshadow global working fdt variable | |
1576 | ||
1577 | differentiate with local variables of the same name by renaming the | |
1578 | global 'fdt' variable 'working_fdt'. | |
1579 | ||
1580 | Signed-off-by: Kim Phillips <[email protected]> | |
1581 | ||
1582 | commit e1eb0e25d9d8fd8efdfb93f670a417663f386022 | |
1583 | Author: Andy Fleming <[email protected]> | |
1584 | Date: Tue Jun 10 18:49:34 2008 -0500 | |
1585 | ||
1586 | socrates: Fix PCI clk fix patch | |
1587 | ||
1588 | The submitted patch seems to have been more up-to-date, but an older patch was | |
1589 | already in the repository. This patch encompasses the differences | |
1590 | ||
1591 | Taken entirely from Sergei Poselenov <[email protected]> | |
1592 | ||
1593 | Signed-off-by: Andy Fleming <[email protected]> | |
1594 | ||
1595 | commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0 | |
1596 | Author: Wolfgang Grandegger <[email protected]> | |
1597 | Date: Thu Jun 5 13:02:29 2008 +0200 | |
1598 | ||
1599 | NAND FSL UPM: driver re-write using the hwcontrol callback | |
1600 | ||
1601 | This is a re-write of the NAND FSL UPM driver using the more universal | |
1602 | hwcontrol callback (instead of the cmdfunc callback). Here is a brief | |
1603 | list of furher modifications: | |
1604 | ||
1605 | - For the time being, the UPM setup writing the UPM array has been | |
1606 | removed from the driver and must now be done by the board specific | |
1607 | code. | |
1608 | ||
1609 | - The bus width definition in "struct fsl_upm_nand" is now in bits to | |
1610 | comply with the corresponding Linux driver and 8, 16 and 32 bit | |
1611 | accesses are supported. | |
1612 | ||
1613 | - chip->dev_read is only set if fun->dev_ready != NULL, which is | |
1614 | required for boards not connecting the R/B pin. | |
1615 | ||
1616 | - A few issue have been fixed with MxMR bit manipulation like in the | |
1617 | corresponding Linux driver. | |
1618 | ||
1619 | Note: I think the "io_addr" field of "struct fsl_upm" could be removed | |
1620 | as well, because the address is already determined by | |
1621 | "nand->IO_ADDR_[RW]", but I'm not 100% sure. | |
1622 | ||
1623 | This patch has been tested on a TQM8548 modules with the NAND chip | |
1624 | Micron MT29F8G08FABWP. | |
1625 | ||
1626 | This patch is based on the following patches posted to this list a few | |
1627 | minutes ago: | |
1628 | ||
1629 | PPC: add accessor macros to clear and set bits in one shot | |
1630 | 83xx/85xx/86xx: add more MxMR local bus definitions | |
1631 | ||
1632 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1633 | Acked-by: Anton Vorontsov <[email protected]> | |
1634 | ||
1635 | commit 6beecfbb542992eede5831240cd58678274683a9 | |
1636 | Author: Wolfgang Grandegger <[email protected]> | |
1637 | Date: Thu Jun 5 13:11:59 2008 +0200 | |
1638 | ||
1639 | MPC85xx: Beautify boot output of L2 cache configuration | |
1640 | ||
1641 | The boot output is now aligned poperly with other boot output | |
1642 | lines, e.g.: | |
1643 | ||
1644 | FLASH: 128 MB | |
1645 | L2: 512 KB enabled | |
1646 | ||
1647 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1648 | ||
1649 | commit 398415114f0a705163a14543e9fef03f734b1ffa | |
1650 | Author: Wolfgang Grandegger <[email protected]> | |
1651 | Date: Wed Jun 4 12:45:22 2008 +0200 | |
1652 | ||
1653 | PPC: add accessor macros to clear and set bits in one shot | |
1654 | ||
1655 | PPC: add accessor macros to clear and set bits in one shot | |
1656 | ||
1657 | This patch adds macros from linux/include/asm-powerpc/io.h to clear and | |
1658 | set bits in one shot using the in_be32, out_be32, etc. accessor functions. | |
1659 | They are very handy to manipulate bits it I/O registers. | |
1660 | ||
1661 | This patch is required for my forthcoming FSL NAND UPM driver re-write and | |
1662 | the support for the TQM8548 module. | |
1663 | ||
1664 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1665 | ||
1666 | commit 4677988c7edc070c3786d3db7994abeca3ab82a0 | |
1667 | Author: Wolfgang Grandegger <[email protected]> | |
1668 | Date: Wed Jun 4 13:52:17 2008 +0200 | |
1669 | ||
1670 | TQM: move TQM boards to board/tqc | |
1671 | ||
1672 | Move all TQM board directories to the vendor specific directory "tqc" | |
1673 | for modules from TQ-Components GmbH (http://www.tqc.de). | |
1674 | ||
1675 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1676 | ||
1677 | commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50 | |
1678 | Author: Wolfgang Grandegger <[email protected]> | |
1679 | Date: Mon Jun 2 12:09:30 2008 +0200 | |
1680 | ||
1681 | 83xx/85xx/86xx: add more MxMR local bus definitions | |
1682 | ||
1683 | 83xx/85xx/86xx: add more MxMR local bus definitions | |
1684 | ||
1685 | This patch adds more macro definitions for the UPM Machine Mode Registers | |
1686 | They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx | |
1687 | common local bus definitions into include/asm-ppc/fsl_lbc.h. They are | |
1688 | required for my forthcoming FSL NAND UPM driver re-write and the support | |
1689 | for the TQM8548 module. | |
1690 | ||
1691 | This patch is based on the following two patches from Anton Vorontsov: | |
1692 | ||
1693 | http://www.mail-archive.com/[email protected]/msg06511.html | |
1694 | http://www.mail-archive.com/[email protected]/msg06587.html | |
1695 | ||
1696 | I leave coding style violation fixes, code beautification and name | |
1697 | corrections to somebody else ;-(. | |
1698 | ||
1699 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
1700 | ||
1701 | commit c8c5fc266e4499e283c293ccb972863156aa4134 | |
1702 | Author: Anton Vorontsov <[email protected]> | |
1703 | Date: Thu May 29 18:14:56 2008 +0400 | |
1704 | ||
1705 | 83xx/85xx: further localbus cleanups | |
1706 | ||
1707 | Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names | |
1708 | from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2. | |
1709 | ||
1710 | Signed-off-by: Anton Vorontsov <[email protected]> | |
1711 | ||
1712 | commit 42dbd667c88d496882d53e22656e89b654205492 | |
1713 | Author: Anton Vorontsov <[email protected]> | |
1714 | Date: Wed May 28 18:20:15 2008 +0400 | |
1715 | ||
1716 | 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h | |
1717 | ||
1718 | This patch moves Freescale Localbus defines out of mpc83xx.h, so we could | |
1719 | use it on MPC85xx and MPC86xx processors. | |
1720 | ||
1721 | Signed-off-by: Anton Vorontsov <[email protected]> | |
1722 | ||
1723 | commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769 | |
1724 | Author: Kumar Gala <[email protected]> | |
1725 | Date: Thu May 29 11:22:06 2008 -0500 | |
1726 | ||
1727 | 85xx: Add setting of cache props in the device tree. | |
1728 | ||
1729 | Signed-off-by: Kumar Gala <[email protected]> | |
1730 | ||
1731 | commit 4dbdb7681e243431530df0725627192a0c4aefda | |
1732 | Author: Kumar Gala <[email protected]> | |
1733 | Date: Tue Jun 10 16:53:46 2008 -0500 | |
1734 | ||
1735 | 85xx: expose cpu identification | |
1736 | ||
1737 | The current cpu identification code is used just to return the name | |
1738 | of the processor at boot. There are some other locations that the name | |
1739 | is useful (device tree setup). Expose the functionality to other bits | |
1740 | of code. | |
1741 | ||
1742 | Also, drop the 'E' suffix and add it on by looking at the SVR version | |
1743 | when we print this out. This is mainly to allow the most flexible use | |
1744 | of the name. The device tree code tends to not care about the 'E' suffix. | |
1745 | ||
1746 | Signed-off-by: Kumar Gala <[email protected]> | |
1747 | ||
1748 | commit 2329fe113d847e43cca8e4a0e4edd613b50b8492 | |
1749 | Author: Kim Phillips <[email protected]> | |
1750 | Date: Tue Jun 10 13:25:24 2008 -0500 | |
1751 | ||
1752 | mpc83xx: MVBLM7: minor build fixups | |
1753 | ||
1754 | Signed-off-by: Kim Phillips <[email protected]> | |
1755 | ||
1756 | commit a1293e549b56da135ef32ffca5b9d35a16aa6802 | |
1757 | Author: Andre Schwarz <[email protected]> | |
1758 | Date: Tue Jun 10 09:14:05 2008 +0200 | |
1759 | ||
1760 | add MPC8343 based board mvBlueLYNX-M7 (board+make files) | |
1761 | ||
1762 | Add MPC8343 based board mvBlueLYNX-M7. | |
1763 | It's a single board stereo camera system. | |
1764 | Please read doc/README.mvblm7 for details. | |
1765 | ||
1766 | Signed-off-by: Andre Schwarz <[email protected]> | |
1767 | Signed-off-by: Kim Phillips <[email protected]> | |
1768 | ||
1769 | commit c005b93925ba49f07da2aa748527996d927e172f | |
1770 | Author: Andre Schwarz <[email protected]> | |
1771 | Date: Tue Jun 10 09:13:16 2008 +0200 | |
1772 | ||
1773 | add MPC8343 based board mvBlueLYNX-M7 (doc+config) | |
1774 | ||
1775 | Add MPC8343 based board mvBlueLYNX-M7. | |
1776 | It's a single board stereo camera system. | |
1777 | Please read doc/README.mvblm7 for details. | |
1778 | ||
1779 | Signed-off-by: Andre Schwarz <[email protected]> | |
1780 | Signed-off-by: Kim Phillips <[email protected]> | |
1781 | ||
1782 | commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3 | |
1783 | Author: Anton Vorontsov <[email protected]> | |
1784 | Date: Thu May 29 18:14:56 2008 +0400 | |
1785 | ||
1786 | 83xx/85xx: further localbus cleanups | |
1787 | ||
1788 | move the BRx_* and ORx_* left behind in mpc85xx.h | |
1789 | ||
1790 | The same is needed for mpc8xx.h and mpc8260.h (defines are almost | |
1791 | the same, just few differences which needs some attention though). | |
1792 | ||
1793 | But the bad news for mpc8xx and mpc8260 is that there are a lot of users | |
1794 | of these defines. So this cleanup I'll leave for the "better times". | |
1795 | ||
1796 | Signed-off-by: Anton Vorontsov <[email protected]> | |
1797 | Signed-off-by: Kim Phillips <[email protected]> | |
1798 | ||
1799 | commit bf30bb1f7c954d7855d9b23624b33b00c50b4697 | |
1800 | Author: Anton Vorontsov <[email protected]> | |
1801 | Date: Wed May 28 18:20:15 2008 +0400 | |
1802 | ||
1803 | 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h | |
1804 | ||
1805 | This patch moves Freescale Localbus defines out of mpc83xx.h, so we could | |
1806 | use it on MPC85xx and MPC86xx processors. | |
1807 | ||
1808 | Signed-off-by: Anton Vorontsov <[email protected]> | |
1809 | Acked-by: Andy Fleming <[email protected]> | |
1810 | Signed-off-by: Kim Phillips <[email protected]> | |
1811 | ||
1812 | commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a | |
1813 | Author: Tor Krill <[email protected]> | |
1814 | Date: Mon Jun 2 15:09:30 2008 +0200 | |
1815 | ||
1816 | Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h | |
1817 | ||
1818 | Signed-off-by: Tor Krill <[email protected]> | |
1819 | Signed-off-by: Kim Phillips <[email protected]> | |
1820 | ||
1821 | commit 3b904ccb93c3196727e2e9870cb1df903cab19ad | |
1822 | Author: Shinya Kuribayashi <[email protected]> | |
1823 | Date: Mon Jun 9 23:37:44 2008 +0900 | |
1824 | ||
1825 | net: Conditional COBJS inclusion of network drivers | |
1826 | ||
1827 | Replace COBJS-y with appropriate driver config names. | |
1828 | ||
1829 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
1830 | Signed-off-by: Ben Warren <[email protected]> | |
1831 | ||
1832 | commit 2fb698bf50f4aff2485581a12fa634a07c040e4a | |
1833 | Author: Gerald Van Baren <[email protected]> | |
1834 | Date: Mon Jun 9 21:02:17 2008 -0400 | |
1835 | ||
1836 | Use strncmp() for the fdt command | |
1837 | ||
1838 | Cleaner than doing multiple conditionals on characters. | |
1839 | ||
1840 | Signed-off-by: Gerald Van Baren <[email protected]> | |
1841 | ||
1842 | commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0 | |
1843 | Author: Gerald Van Baren <[email protected]> | |
1844 | Date: Sat Jun 7 12:25:05 2008 -0400 | |
1845 | ||
1846 | The fdt boardsetup command criteria was not unique | |
1847 | ||
1848 | It was checking just for "b", which is not unique with respect to the | |
1849 | "boot" command. Change to check for "boa"[rdsetup]. | |
1850 | ||
1851 | Signed-off-by: Gerald Van Baren <[email protected]> | |
1852 | ||
1853 | commit 2f08bfa9526bae4f461e043530cfb903fec0d273 | |
1854 | Author: David Gibson <[email protected]> | |
1855 | Date: Tue May 20 17:19:11 2008 +1000 | |
1856 | ||
1857 | libfdt: Several cleanups to parameter checking | |
1858 | ||
1859 | This patch makes a couple of small cleanups to parameter checking of | |
1860 | libfdt functions. | |
1861 | ||
1862 | - In several functions which take a node offset, we use an | |
1863 | idiom involving fdt_next_tag() first to check that we have indeed been | |
1864 | given a node offset. This patch adds a helper function | |
1865 | _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag(). | |
1866 | ||
1867 | - In fdt_rw.c in several places we have the expanded version | |
1868 | of the RW_CHECK_HEADER() macro for no particular reason. This patch | |
1869 | replaces those instances with an invocation of the macro; that's what | |
1870 | it's for. | |
1871 | ||
1872 | - In fdt_sw.c we rename the check_header_sw() function to | |
1873 | sw_check_header() to match the analgous function in fdt_rw.c, and we | |
1874 | provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER() | |
1875 | functions in fdt_rw.c | |
1876 | ||
1877 | Signed-off-by: David Gibson <[email protected]> | |
1878 | ||
1879 | commit fec6d9ee7c10443f65ce1788ef818919167bbf2e | |
1880 | Author: Gerald Van Baren <[email protected]> | |
1881 | Date: Tue Jun 3 20:34:45 2008 -0400 | |
1882 | ||
1883 | Remove the deprecated CONFIG_OF_FLAT_TREE | |
1884 | ||
1885 | Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is | |
1886 | cleaner, has better functionality, and is better supported. | |
1887 | ||
1888 | Signed-off-by: Gerald Van Baren <[email protected]> | |
1889 | ||
1890 | commit 62bcdda293efa752f8281fbd9da03822b27ce82f | |
1891 | Author: Gerald Van Baren <[email protected]> | |
1892 | Date: Tue Jun 3 20:26:29 2008 -0400 | |
1893 | ||
1894 | Change the stxxst to CONFIG_OF_LIBFDT | |
1895 | ||
1896 | This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change | |
1897 | to CONFIG_OF_LIBFDT. | |
1898 | ||
1899 | WARNING: It appears that this board lost its ability to boot via a | |
1900 | flattened device tree prior to this changeset. | |
1901 | ||
1902 | WARNING: This conversion was untested because I do not have a board to | |
1903 | test it on. | |
1904 | ||
1905 | Signed-off-by: Gerald Van Baren <[email protected]> | |
1906 | ||
1907 | commit 589c04271d129729a8b01391453851ab9cc4069c | |
1908 | Author: Gerald Van Baren <[email protected]> | |
1909 | Date: Tue Jun 3 20:24:58 2008 -0400 | |
1910 | ||
1911 | Convert mpc7448hpc2 to CONFIG_OF_LIBFDT | |
1912 | ||
1913 | This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change | |
1914 | to CONFIG_OF_LIBFDT. | |
1915 | ||
1916 | WARNING: This conversion is untested because I do not have a board to | |
1917 | test it on. | |
1918 | ||
1919 | NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally) | |
1920 | /aliases/ethernet1 property for the ethernet to work. | |
1921 | ||
1922 | Signed-off-by: Gerald Van Baren <[email protected]> | |
1923 | ||
1924 | commit ee1e35bede91debc8bff9b02f75574486033b652 | |
1925 | Author: Kumar Gala <[email protected]> | |
1926 | Date: Thu May 29 01:21:24 2008 -0500 | |
1927 | ||
1928 | 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it | |
1929 | ||
1930 | Signed-off-by: Kumar Gala <[email protected]> | |
1931 | ||
1932 | commit 3b9519fc50802436e417c839e69df7b2016cade5 | |
1933 | Author: Becky Bruce <[email protected]> | |
1934 | Date: Wed May 14 13:10:04 2008 -0500 | |
1935 | ||
1936 | MPC85xx: Change traps.c to not reference non-addressable memory | |
1937 | ||
1938 | Currently, END_OF_RAM is used by the trap code to determine if | |
1939 | we should attempt to access the stack pointer or not. However, | |
1940 | on systems with a lot of RAM, only a subset of the RAM is | |
1941 | guaranteed to be mapped in and accessible. Change END_OF_RAM | |
1942 | to use get_effective_memsize() instead of using the raw ram | |
1943 | size out of the bd. | |
1944 | ||
1945 | Signed-off-by: Becky Bruce <[email protected]> | |
1946 | ||
1947 | commit 7faddaecea52f585f538fdf9c2e61f85a789b19c | |
1948 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1949 | Date: Mon Jun 9 13:39:57 2008 +0900 | |
1950 | ||
1951 | sh: Renesas Solutions SH7763RDP board support | |
1952 | ||
1953 | SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. | |
1954 | In this patch, support SCIF, NOR Flash, and Ethernet. | |
1955 | ||
1956 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1957 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1958 | ||
1959 | commit 60179098a95eaa972007d7ec58e4c1588029720f | |
1960 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1961 | Date: Fri Jun 6 16:24:13 2008 +0900 | |
1962 | ||
1963 | sh: Add support Renesas SH7763 | |
1964 | ||
1965 | Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other. | |
1966 | This patch supprts CPU register's header file. | |
1967 | ||
1968 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1969 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1970 | ||
1971 | commit 08c5fabe181d663eec0feba5ecd02c0b78934a52 | |
1972 | Author: Nobuhiro Iwamatsu <[email protected]> | |
1973 | Date: Fri Jun 6 16:16:08 2008 +0900 | |
1974 | ||
1975 | sh: SH7763 SCIF support | |
1976 | ||
1977 | SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution, | |
1978 | but only SCIF2 is different. This patch work all SCIF channel. | |
1979 | ||
1980 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1981 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
1982 | ||
1983 | commit 79b51ff8205f0354d5300570614c1d2db499679c | |
1984 | Author: Shinya Kuribayashi <[email protected]> | |
1985 | Date: Sat Jun 7 20:51:59 2008 +0900 | |
1986 | ||
1987 | [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines | |
1988 | ||
1989 | Also get rid of some #ifdefs in *.c files. | |
1990 | ||
1991 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
1992 | ||
1993 | commit 8bde63eb3f79d68f693201528dafc8ae7aa087de | |
1994 | Author: Shinya Kuribayashi <[email protected]> | |
1995 | Date: Sat Jun 7 20:51:56 2008 +0900 | |
1996 | ||
1997 | [MIPS] Rename Alchemy processor configs into CONFIG_SOC_* | |
1998 | ||
1999 | CONFIG_SOC_AU1X00 | |
2000 | ||
2001 | Common Alchemy Au1x00 stuff. All Alchemy processor based machines | |
2002 | need to have this config as a system type specifier. | |
2003 | ||
2004 | CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200, | |
2005 | CONFIG_SOC_AU1500, CONFIG_SOC_AU1550 | |
2006 | ||
2007 | Machine type specifiers. Each port should have one of aboves. | |
2008 | ||
2009 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
2010 | ||
2011 | commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc | |
2012 | Author: Stuart Wood <[email protected]> | |
2013 | Date: Fri May 30 16:05:28 2008 -0400 | |
2014 | ||
2015 | env_nand.c: Added bad block management for environment variables | |
2016 | ||
2017 | Modified to check for bad blocks and to skipping over them when | |
2018 | CFG_ENV_RANGE has been defined. | |
2019 | CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND | |
2020 | flash block size. | |
2021 | ||
2022 | Signed-off-by: Stuart Wood <[email protected]> | |
2023 | Signed-off-by: Scott Wood <[email protected]> | |
2024 | ||
2025 | commit 279726bd00558e80263d44581c44167625b7fb9a | |
2026 | Author: Becky Bruce <[email protected]> | |
2027 | Date: Wed May 14 13:09:58 2008 -0500 | |
2028 | ||
2029 | MPC86xx: Change traps.c to not reference non-addressable memory | |
2030 | ||
2031 | Currently, END_OF_RAM is used by the trap code to determine if | |
2032 | we should attempt to access the stack pointer or not. However, | |
2033 | on systems with a lot of RAM, only a subset of the RAM is | |
2034 | guaranteed to be mapped in and accessible. Change END_OF_RAM | |
2035 | to use get_effective_memsize() instead of using the raw ram | |
2036 | size out of the bd to prevent us from trying to access | |
2037 | non-mapped memory. | |
2038 | ||
2039 | Signed-off-by: Becky Bruce <[email protected]> | |
2040 | ||
2041 | commit 338cc038461a6c7709c5b86fd9a240209338a1ae | |
2042 | Author: Wolfgang Denk <[email protected]> | |
2043 | Date: Fri Jun 6 14:28:14 2008 +0200 | |
2044 | ||
2045 | tools/mkimage: fix compiler warnings on some systems. | |
2046 | ||
2047 | Signed-off-by: Wolfgang Denk <[email protected]> | |
2048 | ||
2049 | commit b2815f79288d4da7a3ba18bdbd05120ce09d5622 | |
2050 | Author: Stefan Roese <[email protected]> | |
2051 | Date: Fri Jun 6 16:10:41 2008 +0200 | |
2052 | ||
2053 | ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options | |
2054 | ||
2055 | We use upper case letters for the AMCC processor defines (like | |
2056 | CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and | |
2057 | not CONFIG_440SPe. This patch fixes the last misspelled config options. | |
2058 | ||
2059 | Signed-off-by: Stefan Roese <[email protected]> | |
2060 | ||
2061 | commit 72675dc6c06a48846d180106161d49dd714383cc | |
2062 | Author: Stefan Roese <[email protected]> | |
2063 | Date: Fri Jun 6 15:55:21 2008 +0200 | |
2064 | ||
2065 | ppc4xx: Unify AMCC's board config files (part 3/3) | |
2066 | ||
2067 | This patch series unifies the AMCC eval board ports by introducing | |
2068 | a common include header for all AMCC eval boards: | |
2069 | ||
2070 | include/configs/amcc-common.h | |
2071 | ||
2072 | This header now includes all common configuration options/defines which | |
2073 | are removed from the board specific headers. | |
2074 | ||
2075 | The reason for this is ease of maintenance and unified look and feel | |
2076 | of all AMCC boards. | |
2077 | ||
2078 | Signed-off-by: Stefan Roese <[email protected]> | |
2079 | ||
2080 | commit 490f204096d6e2c9940f67816f154a8125bab116 | |
2081 | Author: Stefan Roese <[email protected]> | |
2082 | Date: Fri Jun 6 15:55:03 2008 +0200 | |
2083 | ||
2084 | ppc4xx: Unify AMCC's board config files (part 2/3) | |
2085 | ||
2086 | This patch series unifies the AMCC eval board ports by introducing | |
2087 | a common include header for all AMCC eval boards: | |
2088 | ||
2089 | include/configs/amcc-common.h | |
2090 | ||
2091 | This header now includes all common configuration options/defines which | |
2092 | are removed from the board specific headers. | |
2093 | ||
2094 | The reason for this is ease of maintenance and unified look and feel | |
2095 | of all AMCC boards. | |
2096 | ||
2097 | Signed-off-by: Stefan Roese <[email protected]> | |
2098 | ||
2099 | commit a8a11a9ed046b480a16e47a158f8f5300028dfa6 | |
2100 | Author: Stefan Roese <[email protected]> | |
2101 | Date: Fri Jun 6 15:54:31 2008 +0200 | |
2102 | ||
2103 | ppc4xx: Unify AMCC's board config files (part 1/3) | |
2104 | ||
2105 | This patch series unifies the AMCC eval board ports by introducing | |
2106 | a common include header for all AMCC eval boards: | |
2107 | ||
2108 | include/configs/amcc-common.h | |
2109 | ||
2110 | This header now includes all common configuration options/defines which | |
2111 | are removed from the board specific headers. | |
2112 | ||
2113 | The reason for this is ease of maintenance and unified look and feel | |
2114 | of all AMCC boards. | |
2115 | ||
2116 | Signed-off-by: Stefan Roese <[email protected]> | |
2117 | ||
2118 | commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202 | |
2119 | Author: Remy Bohmer <[email protected]> | |
2120 | Date: Thu Jun 5 13:03:36 2008 +0200 | |
2121 | ||
2122 | DM9000 fix status check fail 0x6d error for trizeps board | |
2123 | ||
2124 | According to the Application Notes of the DM9000, only the 2 bits 0:1 of | |
2125 | the status byte need to be checked to identify a valid packet in the fifo | |
2126 | ||
2127 | But, The several different Application Notes do not all speak the same | |
2128 | language on these bits. They do not disagree, but only 1 Application Note | |
2129 | noted explicitly that only these 2 bits need to be checked. | |
2130 | Even the datasheets do not mention anything about these 2 bits. | |
2131 | ||
2132 | Because the old code, and the kernel check the whole byte, I left this piece | |
2133 | untouched. | |
2134 | ||
2135 | However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so | |
2136 | it should work. | |
2137 | ||
2138 | Notice, that the 2nd iteration through this receive loop (when a 2nd packet is | |
2139 | in the fifo) is much shorter now, compared to the older U-boot driver code, | |
2140 | so that we can maybe run into a hardware condition now that was never seen | |
2141 | before, or maybe was seen very unfrequently. | |
2142 | ||
2143 | Additionaly added a cleanup of a stack variable. | |
2144 | ||
2145 | Signed-off-by: Remy Bohmer <[email protected]> | |
2146 | Signed-off-by: Ben Warren <[email protected]> | |
2147 | ||
2148 | commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413 | |
2149 | Author: Shinya Kuribayashi <[email protected]> | |
2150 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
2151 | ||
2152 | [MIPS] Update <asm/addrspace.h> header | |
2153 | ||
2154 | - Fix traditional KSEG names | |
2155 | - Replace PHYSADDR with CPHYSADDR | |
2156 | ||
2157 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
2158 | ||
2159 | commit f0d5a6f060d00358b85c62a921a423ea8df71184 | |
2160 | Author: Shinya Kuribayashi <[email protected]> | |
2161 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
2162 | ||
2163 | [MIPS] mips_config.mk: Misc fixes | |
2164 | ||
2165 | - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk) | |
2166 | - Modify comments | |
2167 | ||
2168 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
2169 | ||
2170 | commit 5f64d21c9a2998794f255b469165b91f092dfc2d | |
2171 | Author: Shinya Kuribayashi <[email protected]> | |
2172 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
2173 | ||
2174 | [MIPS] Kill unused <version.h> inclusions | |
2175 | ||
2176 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
2177 | ||
2178 | commit a55d48174cfd1a5bc184159513f48dcbbe409c83 | |
2179 | Author: Shinya Kuribayashi <[email protected]> | |
2180 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
2181 | ||
2182 | [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines | |
2183 | ||
2184 | MIPS port has two problems in timer routines. One is now we assume CFG_HZ | |
2185 | equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000 | |
2186 | in the U-Boot system. | |
2187 | ||
2188 | The other is we don't have a proper time management counter like timestamp | |
2189 | other ARCHs have. We need the 32-bit millisecond clock counter. | |
2190 | ||
2191 | This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a | |
2192 | 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number | |
2193 | of calculated CP0 counter cycles in a CFG_HZ. | |
2194 | ||
2195 | STRATEGY: | |
2196 | ||
2197 | * Fix improper CFG_HZ value to have 1000 | |
2198 | ||
2199 | * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead. | |
2200 | ||
2201 | * timer_init: initialize timestamp and set up the first timer expiration. | |
2202 | Note that we don't need to initialize CP0 count/compare registers here | |
2203 | as they have been already zeroed out on the system reset. Leave them as | |
2204 | they are. | |
2205 | ||
2206 | * get_timer: calculate how many timestamps have been passed, then return | |
2207 | base-relative timestamp. Make sure we can easily count missed timestamps | |
2208 | regardless of CP0 count/compare value. | |
2209 | ||
2210 | * get_ticks: return the current timestamp, that is get_timer(0). | |
2211 | ||
2212 | Most parts are from good old Linux v2.6.16 kernel. | |
2213 | ||
2214 | v2: | |
2215 | - Remove FIXME comments as they turned out to be trivial. | |
2216 | - Use CP0 compare register as a global variable for expirelo. | |
2217 | - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY | |
2218 | instead. | |
2219 | ||
2220 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
2221 | ||
2222 | commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25 | |
2223 | Author: Shinya Kuribayashi <[email protected]> | |
2224 | Date: Thu Jun 5 22:29:00 2008 +0900 | |
2225 | ||
2226 | [MIPS] lib_mips/time.c: Fix udelay | |
2227 | ||
2228 | What we have to do is just to wait for given micro-seconds. No need to | |
2229 | take into account current time, get_timer and CFG_HZ. | |
2230 | ||
2231 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
2232 | ||
2233 | commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03 | |
2234 | Author: Shinya Kuribayashi <[email protected]> | |
2235 | Date: Thu Jun 5 22:28:59 2008 +0900 | |
2236 | ||
2237 | [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros | |
2238 | ||
2239 | We already have many pre-defined CP0 access macros in <asm/mipsregs.h>. | |
2240 | This patch replaces mips_{compare,count}_set and mips_count_get with | |
2241 | existing macros. | |
2242 | ||
2243 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
2244 | ||
2245 | commit 6b52cfe16cd539935e32bd8cf19146522e462a4d | |
2246 | Author: Remy Bohmer <[email protected]> | |
2247 | Date: Tue Jun 3 15:48:17 2008 +0200 | |
2248 | ||
2249 | Get rid of annoying/superfluous bad-checksum warning message | |
2250 | ||
2251 | U-boot can complain a lot about 'checksum bad' when it is attached to the network. | |
2252 | It is annoying for ordinary users who start to doubt the network connection | |
2253 | in general when they see messages like this. | |
2254 | ||
2255 | This is caused by the routine NetCksumOk() which cannot handle IP-headers longer | |
2256 | than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them | |
2257 | now before checking the checksum. | |
2258 | ||
2259 | Signed-off-by: Remy Bohmer <[email protected]> | |
2260 | Signed-off-by: Ben Warren <[email protected]> | |
2261 | ||
2262 | commit d6ee5fa40c26970d39990c6fc4a2f20a97822650 | |
2263 | Author: Remy Bohmer <[email protected]> | |
2264 | Date: Wed Jun 4 10:47:25 2008 +0200 | |
2265 | ||
2266 | Fix order for reading rx-status registers in 32bit mode of DM9000 | |
2267 | ||
2268 | A last minute cleanup before submitting the DM9000A patch series yesterday introduced | |
2269 | a bug in reading the rx-status registers in 32bit mode only. | |
2270 | This patch repairs this. | |
2271 | ||
2272 | Signed-off-by: Remy Bohmer <[email protected]> | |
2273 | Signed-off-by: Ben Warren <[email protected]> | |
2274 | ||
2275 | commit 98291e2e689096420465074cce926b226d2e71b4 | |
2276 | Author: Remy Bohmer <[email protected]> | |
2277 | Date: Tue Jun 3 15:26:26 2008 +0200 | |
2278 | ||
2279 | DM9000: Some minor code cleanups | |
2280 | ||
2281 | Some lines of the U-boot DM9000x driver are longer than 80 characters, or | |
2282 | need some other minor cleanup. | |
2283 | ||
2284 | Signed-off-by: Remy Bohmer <[email protected]> | |
2285 | Signed-off-by: Ben Warren <[email protected]> | |
2286 | ||
2287 | commit 850ba7555dbd4ca8d14fc475b864d534797adab3 | |
2288 | Author: Remy Bohmer <[email protected]> | |
2289 | Date: Tue Jun 3 15:26:25 2008 +0200 | |
2290 | ||
2291 | DM9000: Make driver work properly for DM9000A | |
2292 | ||
2293 | The DM9000A network controller does not work with the U-boot DM9000x driver. | |
2294 | Analysis showed that many incoming packets are lost. | |
2295 | ||
2296 | The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to | |
2297 | check for a valid rx packet be done on the interrupt status register, not | |
2298 | directly by performing the dummy read and the rx status check as is currently | |
2299 | the case in the u-boot driver. | |
2300 | ||
2301 | When the recommended poll is done as suggested the driver starts working | |
2302 | correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there | |
2303 | can be more than 1 package in the fifo at the same time. | |
2304 | ||
2305 | The driver must perform the rx-status check in a loop and read and handle all | |
2306 | packages until there is no more left _after_ the interrupt RX flag is set. | |
2307 | ||
2308 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
2309 | ||
2310 | Signed-off-by: Remy Bohmer <[email protected]> | |
2311 | Signed-off-by: Ben Warren <[email protected]> | |
2312 | ||
2313 | commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d | |
2314 | Author: Remy Bohmer <[email protected]> | |
2315 | Date: Tue Jun 3 15:26:24 2008 +0200 | |
2316 | ||
2317 | DM9000: Improve eth_reset() routine | |
2318 | ||
2319 | According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the | |
2320 | reset procedure must be done twice to properly reset the DM9000 by means of software. | |
2321 | This errata is not needed anymore for the DM9000A, but it does not bother it. | |
2322 | ||
2323 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
2324 | ||
2325 | Signed-off-by: Remy Bohmer <[email protected]> | |
2326 | Signed-off-by: Ben Warren <[email protected]> | |
2327 | ||
2328 | commit acba31847fad9ae40708cc2c9f3a634ec35f3416 | |
2329 | Author: Remy Bohmer <[email protected]> | |
2330 | Date: Tue Jun 3 15:26:23 2008 +0200 | |
2331 | ||
2332 | DM9000: improve eth_send() routine | |
2333 | ||
2334 | The eth_send routine of the U-boot DM9000x driver does not match the | |
2335 | DM9000 or DM9000A application notes/programming guides. | |
2336 | ||
2337 | This change improves the stability of the DM9000A network controller. | |
2338 | ||
2339 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
2340 | ||
2341 | Signed-off-by: Remy Bohmer <[email protected]> | |
2342 | Signed-off-by: Ben Warren <[email protected]> | |
2343 | ||
2344 | commit 134e266253c02a7832560da59d394989c4f64453 | |
2345 | Author: Remy Bohmer <[email protected]> | |
2346 | Date: Tue Jun 3 15:26:22 2008 +0200 | |
2347 | ||
2348 | DM9000: repair debug logging | |
2349 | ||
2350 | It seems that the debugging code of the DM9000x driver in U-boot has not been | |
2351 | compiled for a long time, because it cannot compile... | |
2352 | ||
2353 | Also rearranged some loglines to get more useful info while debugging. | |
2354 | ||
2355 | Signed-off-by: Remy Bohmer <[email protected]> | |
2356 | Signed-off-by: Ben Warren <[email protected]> | |
2357 | ||
2358 | commit a101361bfe23c120321e45d114c0603b8e0763e9 | |
2359 | Author: Remy Bohmer <[email protected]> | |
2360 | Date: Tue Jun 3 15:26:21 2008 +0200 | |
2361 | ||
2362 | DM9000: Add data bus-width auto detection. | |
2363 | ||
2364 | The U-boot DM9000x driver contains a compile time bus-width definition for | |
2365 | the databus connected to the network controller. | |
2366 | ||
2367 | This compile check makes the code unclear, inflexible and is unneccessary. | |
2368 | It can be asked to the network controller what its bus-width is by reading bits | |
2369 | 6 and 7 of the interrupt status register. | |
2370 | ||
2371 | The linux kernel already uses a runtime mechanism to determine this bus-width, | |
2372 | so the implementation below looks somewhat like that implementation. | |
2373 | ||
2374 | This change has been tested with DM9000A, DM9000E, DM9000EP. | |
2375 | ||
2376 | Signed-off-by: Remy Bohmer <[email protected]> | |
2377 | Signed-off-by: Ben Warren <[email protected]> | |
2378 | ||
2379 | commit 63a0afa0c32e5f4ea98a9439542870072437404d | |
2380 | Author: Stefan Roese <[email protected]> | |
2381 | Date: Wed Jun 4 19:19:20 2008 +0200 | |
2382 | ||
2383 | ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port | |
2384 | ||
2385 | This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene) | |
2386 | introduced by the commit: | |
2387 | ||
2388 | ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S | |
2389 | ||
2390 | With this patch SDRAM will get initialized again and booting from NAND | |
2391 | is working again. | |
2392 | ||
2393 | Signed-off-by: Stefan Roese <[email protected]> | |
2394 | Acked-by: Eugene O'Brien <[email protected]> | |
2395 | ||
2396 | commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc | |
2397 | Author: Wolfgang Denk <[email protected]> | |
2398 | Date: Tue May 27 14:19:30 2008 +0200 | |
2399 | ||
2400 | Socrates: Fix PCI bus frequency report | |
2401 | ||
2402 | Signed-off-by: Sergei Poselenov <[email protected]> | |
2403 | ||
2404 | commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f | |
2405 | Author: Tor Krill <[email protected]> | |
2406 | Date: Thu May 29 11:10:30 2008 +0200 | |
2407 | ||
2408 | Fix incorrect switch for IF_TYPE in part.c | |
2409 | ||
2410 | Use correct field in block_dev_desc_t when writing interface type in | |
2411 | dev_print. Error introduced in 574b3195. | |
2412 | ||
2413 | Also added fix from Martin Krause | |
2414 | ||
2415 | Signed-off-by: Tor Krill <[email protected]> | |
2416 | ||
2417 | commit b64b8a0bd310935b70af69ac970952f2b364ae56 | |
2418 | Author: Andre Schwarz <[email protected]> | |
2419 | Date: Tue May 27 10:25:39 2008 +0200 | |
2420 | ||
2421 | Add size #defines for Altera Cyclone-II EP2C8 and EP2C20. | |
2422 | ||
2423 | Signed-off-by: Andre Schwarz <[email protected]> | |
2424 | ||
2425 | commit 35ef877f0a8f6232cdef748f442fed5accb2b641 | |
2426 | Author: Peter Tyser <[email protected]> | |
2427 | Date: Thu May 22 18:56:52 2008 -0500 | |
2428 | ||
2429 | Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating | |
2430 | ||
2431 | Removed unneeded command line history initialization. Also, the original | |
2432 | code would access the 'initted' variable before relocation to SDRAM | |
2433 | which resulted in erratic behavior since the bss is not initialized when | |
2434 | executing from flash. | |
2435 | ||
2436 | Signed-off-by: Peter Tyser <[email protected]> | |
2437 | ||
2438 | commit 22f371b63038a4ecab04068877c1089e51a01ba1 | |
2439 | Author: Grant Erickson <[email protected]> | |
2440 | Date: Wed May 21 13:28:30 2008 -0700 | |
2441 | ||
2442 | PPC4xx: Simplified post_word_{load, store} | |
2443 | ||
2444 | This patch simplifies post_word_{load,store} by using the preprocessor | |
2445 | to eliminate redundant, copy-and-pasted code. | |
2446 | ||
2447 | Signed-off-by: Grant Erickson <[email protected]> | |
2448 | ||
2449 | commit 9c048b523413ae5f3ff34e00cf57569c3368ab51 | |
2450 | Author: Vasiliy Leoenenko <[email protected]> | |
2451 | Date: Wed May 7 21:25:33 2008 +0400 | |
2452 | ||
2453 | cfi_flash: enable M18 flash chips family support. | |
2454 | ||
2455 | Added new command set ID. Buffered write command processing is changed | |
2456 | in order to support M18 flash chips family. | |
2457 | ||
2458 | Signed-off-by: Alexey Korolev <[email protected]> | |
2459 | Signed-off-by: Vasiliy Leonenko <[email protected]> | |
2460 | ||
2461 | commit 93c56f212ccdadc182018f0769cb284426b88f1d | |
2462 | Author: Vasiliy Leoenenko <[email protected]> | |
2463 | Date: Wed May 7 21:24:44 2008 +0400 | |
2464 | ||
2465 | cfi_flash: support of long cmd in U-boot. | |
2466 | ||
2467 | Some NOR flash chips needs support of commands with length grether than max | |
2468 | value size of uchar. For example all M18 family chips use 0x1ff command in | |
2469 | buffered write mode as value of program loops count. | |
2470 | ||
2471 | Signed-off-by: Alexey Korolev <[email protected]> | |
2472 | Signed-off-by: Vasiliy Leonenko <[email protected]> | |
2473 | ||
2474 | commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e | |
2475 | Author: Stefan Roese <[email protected]> | |
2476 | Date: Fri May 16 11:06:06 2008 +0200 | |
2477 | ||
2478 | DTT: Issue one-shot command on AD7414 (LM75 code) to read temp | |
2479 | ||
2480 | On AD7414 the first value upon bootup is not read correctly. | |
2481 | This is most likely because of the 800ms update time of the | |
2482 | temp register in normal update mode. To get current values | |
2483 | each time we issue the "dtt" command including upon powerup | |
2484 | we switch into one-short mode. | |
2485 | ||
2486 | This patch fixes the problem on AD7414 equipped boards (Sequoia, | |
2487 | Canyonlands etc), that temp value printed in the bootup log was | |
2488 | incorrect. | |
2489 | ||
2490 | Signed-off-by: Stefan Roese <[email protected]> | |
2491 | ||
2492 | commit de5bfcf7b0425e032be12698252dbaa6b65a28c0 | |
2493 | Author: Matthias Fuchs <[email protected]> | |
2494 | Date: Fri May 30 16:55:06 2008 +0200 | |
2495 | ||
2496 | ppc4xx: Cleanup CPCI405 variant's config file | |
2497 | ||
2498 | This patch removes some dead code from CPCI405 board's | |
2499 | config files. JFFS2 support is also removed. It's not used and | |
2500 | CPCI4052 does not build anymore without some size reduction. | |
2501 | ||
2502 | Signed-off-by: Matthias Fuchs <[email protected]> | |
2503 | ||
2504 | commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65 | |
2505 | Author: Kenneth Johansson <[email protected]> | |
2506 | Date: Thu May 29 16:32:33 2008 +0200 | |
2507 | ||
2508 | Remove shell variable UNDEF_SYM. | |
2509 | ||
2510 | UNDEF_SYM is a shell variable in the main Makefile used to force the | |
2511 | linker to add all u-boot commands to the final image. It has no use here. | |
2512 | ||
2513 | Signed-off-by: Kenneth Johansson <[email protected]> | |
2514 | ||
2515 | commit 8c66497e06bf803489c589df58ee591d71033274 | |
2516 | Author: Haavard Skinnemoen <[email protected]> | |
2517 | Date: Fri May 16 11:10:35 2008 +0200 | |
2518 | ||
2519 | Add support for environment in SPI flash | |
2520 | ||
2521 | This is pretty incomplete...it doesn't handle reading the environment | |
2522 | before relocation, it doesn't support redundant environment, and it | |
2523 | doesn't support embedded environment. But apart from that, it does | |
2524 | seem to work. | |
2525 | ||
2526 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
2527 | ||
2528 | commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4 | |
2529 | Author: Haavard Skinnemoen <[email protected]> | |
2530 | Date: Fri May 16 11:10:34 2008 +0200 | |
2531 | ||
2532 | SPI Flash: Add "sf" command | |
2533 | ||
2534 | This adds a new command, "sf" which can be used to manipulate SPI | |
2535 | flash. Currently, initialization, reading, writing and erasing is | |
2536 | supported. | |
2537 | ||
2538 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
2539 | ||
2540 | commit d25ce7d24cc0f93881559f4009175ea305af65e8 | |
2541 | Author: Haavard Skinnemoen <[email protected]> | |
2542 | Date: Fri May 16 11:10:33 2008 +0200 | |
2543 | ||
2544 | SPI Flash subsystem | |
2545 | ||
2546 | This adds a new SPI flash subsystem. | |
2547 | ||
2548 | Currently, only AT45 DataFlash in non-power-of-two mode is supported, | |
2549 | but some preliminary support for other flash types is in place as | |
2550 | well. | |
2551 | ||
2552 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
2553 | ||
2554 | commit 60445cb5c3eb77ed1a07f2d908eef09174483698 | |
2555 | Author: Hans-Christian Egtvedt <[email protected]> | |
2556 | Date: Fri May 16 11:10:32 2008 +0200 | |
2557 | ||
2558 | atmel_spi: Driver for the Atmel SPI controller | |
2559 | ||
2560 | This adds a driver for the SPI controller found on most AT91 and AVR32 | |
2561 | chips, implementing the new SPI API. | |
2562 | ||
2563 | Changed in v4: | |
2564 | - Update to new API | |
2565 | - Handle zero-length transfers appropriately. The user may send a | |
2566 | zero-length SPI transfer with SPI_XFER_END set in order to | |
2567 | deactivate the chip select after a series of transfers with chip | |
2568 | select active. This is useful e.g. when polling the status | |
2569 | register of DataFlash. | |
2570 | ||
2571 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
2572 | ||
2573 | commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d | |
2574 | Author: Haavard Skinnemoen <[email protected]> | |
2575 | Date: Fri May 16 11:10:31 2008 +0200 | |
2576 | ||
2577 | SPI API improvements | |
2578 | ||
2579 | This patch gets rid of the spi_chipsel table and adds a handful of new | |
2580 | functions that makes the SPI layer cleaner and more flexible. | |
2581 | ||
2582 | Instead of the spi_chipsel table, each board that wants to use SPI | |
2583 | gets to implement three hooks: | |
2584 | * spi_cs_activate(): Activates the chipselect for a given slave | |
2585 | * spi_cs_deactivate(): Deactivates the chipselect for a given slave | |
2586 | * spi_cs_is_valid(): Determines if the given bus/chipselect | |
2587 | combination can be activated. | |
2588 | ||
2589 | Not all drivers may need those extra functions however. If that's the | |
2590 | case, the board code may just leave them out (assuming they know what | |
2591 | the driver needs) or rely on the linker to strip them out (assuming | |
2592 | --gc-sections is being used.) | |
2593 | ||
2594 | To set up communication parameters for a given slave, the driver needs | |
2595 | to call spi_setup_slave(). This returns a pointer to an opaque | |
2596 | spi_slave struct which must be passed as a parameter to subsequent SPI | |
2597 | calls. This struct can be freed by calling spi_free_slave(), but most | |
2598 | driver probably don't want to do this. | |
2599 | ||
2600 | Before starting one or more SPI transfers, the driver must call | |
2601 | spi_claim_bus() to gain exclusive access to the SPI bus and initialize | |
2602 | the hardware. When all transfers are done, the driver must call | |
2603 | spi_release_bus() to make the bus available to others, and possibly | |
2604 | shut down the SPI controller hardware. | |
2605 | ||
2606 | spi_xfer() behaves mostly the same as before, but it now takes a | |
2607 | spi_slave parameter instead of a spi_chipsel function pointer. It also | |
2608 | got a new parameter, flags, which is used to specify chip select | |
2609 | behaviour. This may be extended with other flags in the future. | |
2610 | ||
2611 | This patch has been build-tested on all powerpc and arm boards | |
2612 | involved. I have not tested NIOS since I don't have a toolchain for it | |
2613 | installed, so I expect some breakage there even though I've tried | |
2614 | fixing up everything I could find by visual inspection. | |
2615 | ||
2616 | I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and | |
2617 | DataFlash drivers posted as a follow-up. I'd like some help testing | |
2618 | other boards that use the existing SPI API. | |
2619 | ||
2620 | But most of all, I'd like some comments on the new API. Is this stuff | |
2621 | usable for everyone? If not, why? | |
2622 | ||
2623 | Changed in v4: | |
2624 | - Build fixes for various boards, drivers and commands | |
2625 | - Provide common struct spi_slave definition that can be extended by | |
2626 | drivers | |
2627 | - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate | |
2628 | - Make default bus and mode build-time configurable | |
2629 | - Override default SPI bus ID and mode on mx32ads and imx31_litekit. | |
2630 | ||
2631 | Changed in v3: | |
2632 | - Add opaque struct spi_slave for controller-specific data associated | |
2633 | with a slave. | |
2634 | - Add spi_claim_bus() and spi_release_bus() | |
2635 | - Add spi_free_slave() | |
2636 | - spi_setup() is now called spi_setup_slave() and returns a | |
2637 | struct spi_slave | |
2638 | - soft_spi now supports four SPI modes (CPOL|CPHA) | |
2639 | - Add bus parameter to spi_setup_slave() | |
2640 | - Convert the new i.MX32 SPI driver | |
2641 | - Convert the new MC13783 RTC driver | |
2642 | ||
2643 | Changed in v2: | |
2644 | - Convert the mpc8xxx_spi driver and the mpc8349emds board to the | |
2645 | new API. | |
2646 | ||
2647 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
2648 | Tested-by: Guennadi Liakhovetski <[email protected]> | |
2649 | ||
2650 | commit 289011207d999b2e4085150d2aa30d547ad9b800 | |
2651 | Author: Haavard Skinnemoen <[email protected]> | |
2652 | Date: Fri May 16 11:10:30 2008 +0200 | |
2653 | ||
2654 | Move definition of container_of() to common.h | |
2655 | ||
2656 | AVR32 and AT91SAM9 both have their own identical definitions of | |
2657 | container_of() taken from the Linux kernel. Move it to common.h so | |
2658 | that all architectures can use it. | |
2659 | ||
2660 | container_of() is already used by some drivers, and will be used | |
2661 | extensively by the new and improved SPI API. | |
2662 | ||
2663 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
2664 | ||
2665 | commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b | |
2666 | Author: Haavard Skinnemoen <[email protected]> | |
2667 | Date: Fri May 16 11:08:11 2008 +0200 | |
2668 | ||
2669 | soft_i2c: Pull SDA high before reading | |
2670 | ||
2671 | Spotted by Dean Capindale. | |
2672 | ||
2673 | Systems that support open-drain GPIO properly are allowed provide an | |
2674 | empty I2C_TRISTATE define. However, this means that we need to be | |
2675 | careful not to drive SDA low when the slave is expected to respond. | |
2676 | ||
2677 | This patch adds a missing I2C_SDA(1) to read_byte() required to | |
2678 | tristate the SDA line on systems that support open-drain GPIO. | |
2679 | ||
2680 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
2681 | ||
2682 | commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2 | |
2683 | Author: Stefan Roese <[email protected]> | |
2684 | Date: Mon May 19 11:34:53 2008 +0200 | |
2685 | ||
2686 | ppc4xx: Remove implementations of testdram() | |
2687 | ||
2688 | This patch removes the used testdram() implementations of the board | |
2689 | that are maintained by myself. | |
2690 | ||
2691 | Signed-off-by: Stefan Roese <[email protected]> | |
2692 | ||
2693 | commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a | |
2694 | Author: Stefan Roese <[email protected]> | |
2695 | Date: Mon Jun 2 17:37:28 2008 +0200 | |
2696 | ||
2697 | ppc4xx: Remove superfluous dram_init() call or replace it by initdram() | |
2698 | ||
2699 | Historically the 405 U-Boot port had a dram_init() call in early init | |
2700 | stage. This function was still called from start.S and most of the time | |
2701 | coded in assembler. This is not needed anymore (since a long time) and | |
2702 | boards should implement the common initdram() function in C instead. | |
2703 | ||
2704 | This patch now removed the dram_init() call from start.S and removes the | |
2705 | empty implementations that are scattered through most of the 405 board | |
2706 | ports. Some older board ports really implement this dram_init() though. | |
2707 | These are: | |
2708 | ||
2709 | csb272 | |
2710 | csb472 | |
2711 | ERIC | |
2712 | EXBITGEN | |
2713 | W7OLMC | |
2714 | W7OLMG | |
2715 | ||
2716 | I changed those boards to call this assembler dram_init() function now | |
2717 | from their board specific initdram() instead. This *should* work, but please | |
2718 | test again on those platforms. And it is perhaps a good idea that those | |
2719 | boards use some common 405 SDRAM initialization code from cpu/ppc4xx at | |
2720 | some time. So further patches welcome here. | |
2721 | ||
2722 | Signed-off-by: Stefan Roese <[email protected]> | |
2723 | ||
2724 | commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2 | |
2725 | Author: Stefan Roese <[email protected]> | |
2726 | Date: Mon Jun 2 17:22:11 2008 +0200 | |
2727 | ||
2728 | ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code | |
2729 | ||
2730 | Signed-off-by: Stefan Roese <[email protected]> | |
2731 | ||
2732 | commit 39b32be18cd33b53a84065edcd4e465165cc5564 | |
2733 | Author: Stefan Roese <[email protected]> | |
2734 | Date: Mon Jun 2 17:20:03 2008 +0200 | |
2735 | ||
2736 | ppc4xx: Fix common ECC generation code for 440GP style platforms | |
2737 | ||
2738 | This patch makes the common 4xx ECC code really usable on 440GP style | |
2739 | platforms. | |
2740 | ||
2741 | Since the IBM DDR controller used on 440GP/GX/EP/GR is not register | |
2742 | compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT | |
2743 | we need to make some processor dependant defines used later on by the | |
2744 | driver. | |
2745 | ||
2746 | Signed-off-by: Stefan Roese <[email protected]> | |
2747 | ||
2748 | commit ec724f883ee3f3925e6c55027e8ffa70ada83303 | |
2749 | Author: Stefan Roese <[email protected]> | |
2750 | Date: Mon Jun 2 17:13:55 2008 +0200 | |
2751 | ||
2752 | ppc4xx: Change Kilauea to use the common DDR2 init function | |
2753 | ||
2754 | This patch changes the kilauea and kilauea_nand (for NAND booting) | |
2755 | board port to not use a board specific DDR2 init routine anymore. Now | |
2756 | the common code from cpu/ppc4xx is used. | |
2757 | ||
2758 | Thanks to Grant Erickson for all his basic work on this 405EX early | |
2759 | bootup. | |
2760 | ||
2761 | Signed-off-by: Stefan Roese <[email protected]> | |
2762 | ||
2763 | commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba | |
2764 | Author: Stefan Roese <[email protected]> | |
2765 | Date: Mon Jun 2 14:59:21 2008 +0200 | |
2766 | ||
2767 | ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2 | |
2768 | ||
2769 | This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all | |
2770 | ppc4xx related SDRAM/DDR/DDR2 controller defines. | |
2771 | ||
2772 | Signed-off-by: Stefan Roese <[email protected]> | |
2773 | ||
2774 | commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569 | |
2775 | Author: Stefan Roese <[email protected]> | |
2776 | Date: Mon Jun 2 14:57:41 2008 +0200 | |
2777 | ||
2778 | ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1 | |
2779 | ||
2780 | This patch removes all SDRAM related defines from the PPC4xx headers | |
2781 | ppc405.h and ppc440.h. This is needed since now some 405 PPC's use | |
2782 | the same SDRAM controller as 440 systems do (like 405EX and 440SP). | |
2783 | ||
2784 | It also introduces new defines for the equipped SDRAM controller based on | |
2785 | which PPC variant is used. There new defines are: | |
2786 | ||
2787 | used on 405GR/CR/EP and some Xilinx Virtex boards. | |
2788 | ||
2789 | used on 440GP/GX/EP/GR. | |
2790 | ||
2791 | used on 440EPx/GRx. | |
2792 | ||
2793 | used on 405EX/r/440SP/SPe/460EX/GT. | |
2794 | ||
2795 | Signed-off-by: Stefan Roese <[email protected]> | |
2796 | ||
2797 | commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6 | |
2798 | Author: Stefan Roese <[email protected]> | |
2799 | Date: Mon Jun 2 14:35:44 2008 +0200 | |
2800 | ||
2801 | ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S | |
2802 | ||
2803 | This patch consolidates the 405 and 440 parts of the NAND booting code | |
2804 | selected via CONFIG_NAND_SPL. Now common code is used to initialize the | |
2805 | SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc. | |
2806 | Only *after* running from this location, nand_boot() is called. | |
2807 | ||
2808 | Please note that the initsdram() call is now moved from nand_boot.c | |
2809 | to start.S. I experienced problems with some boards like Kilauea | |
2810 | (405EX), which don't have internal SRAM (OCM) and relocation needs to | |
2811 | be done to SDRAM before the NAND controller can get accessed. When | |
2812 | initdram() is called later on in nand_boot(), this can lead to problems | |
2813 | with variables in the bss sections like nand_ecc_pos[]. | |
2814 | ||
2815 | Signed-off-by: Stefan Roese <[email protected]> | |
2816 | Acked-by: Scott Wood <[email protected]> | |
2817 | ||
2818 | commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98 | |
2819 | Author: Grant Erickson <[email protected]> | |
2820 | Date: Thu May 22 14:44:24 2008 -0700 | |
2821 | ||
2822 | ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling | |
2823 | ||
2824 | This patch (Part 2 of 2): | |
2825 | ||
2826 | * Rolls up a suite of changes to enable correct primordial stack and | |
2827 | global data handling when the data cache is used for such a purpose | |
2828 | for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). | |
2829 | ||
2830 | * Related to the first, unifies DDR2 SDRAM and ECC initialization by | |
2831 | eliminating redundant ECC initialization implementations and moving | |
2832 | redundant SDRAM initialization out of board code into shared 4xx | |
2833 | code. | |
2834 | ||
2835 | * Enables MCSR visibility on the 405EX(r). | |
2836 | ||
2837 | * Enables the use of the data cache for initial RAM on | |
2838 | both AMCC's Kilauea and Makalu and removes a redundant | |
2839 | CFG_POST_MEMORY flag from each board's CONFIG_POST value. | |
2840 | ||
2841 | - Removed, per Stefan Roese's request, defunct memory.c file for | |
2842 | Makalu and rolled sdram_init from it into makalu.c. | |
2843 | ||
2844 | With respect to the 4xx DDR initialization and ECC unification, there | |
2845 | is certainly more work that can and should be done (file renaming, | |
2846 | etc.). However, that can be handled at a later date on a second or | |
2847 | third pass. As it stands, this patch moves things forward in an | |
2848 | incremental yet positive way for those platforms that utilize this | |
2849 | code and the features associated with it. | |
2850 | ||
2851 | Signed-off-by: Grant Erickson <[email protected]> | |
2852 | Signed-off-by: Stefan Roese <[email protected]> | |
2853 | ||
2854 | commit c821b5f120bedf73867513466412587c6912a8f8 | |
2855 | Author: Grant Erickson <[email protected]> | |
2856 | Date: Thu May 22 14:44:14 2008 -0700 | |
2857 | ||
2858 | ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling | |
2859 | ||
2860 | This patch (Part 1 of 2): | |
2861 | ||
2862 | * Rolls up a suite of changes to enable correct primordial stack and | |
2863 | global data handling when the data cache is used for such a purpose | |
2864 | for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). | |
2865 | ||
2866 | * Related to the first, unifies DDR2 SDRAM and ECC initialization by | |
2867 | eliminating redundant ECC initialization implementations and moving | |
2868 | redundant SDRAM initialization out of board code into shared 4xx | |
2869 | code. | |
2870 | ||
2871 | * Enables MCSR visibility on the 405EX(r). | |
2872 | ||
2873 | * Enables the use of the data cache for initial RAM on | |
2874 | both AMCC's Kilauea and Makalu and removes a redundant | |
2875 | CFG_POST_MEMORY flag from each board's CONFIG_POST value. | |
2876 | ||
2877 | - Removed, per Stefan Roese's request, defunct memory.c file for | |
2878 | Makalu and rolled sdram_init from it into makalu.c. | |
2879 | ||
2880 | With respect to the 4xx DDR initialization and ECC unification, there | |
2881 | is certainly more work that can and should be done (file renaming, | |
2882 | etc.). However, that can be handled at a later date on a second or | |
2883 | third pass. As it stands, this patch moves things forward in an | |
2884 | incremental yet positive way for those platforms that utilize this | |
2885 | code and the features associated with it. | |
2886 | ||
2887 | Signed-off-by: Grant Erickson <[email protected]> | |
2888 | Signed-off-by: Stefan Roese <[email protected]> | |
2889 | ||
2890 | commit a439680019e06171d4a5694b7992accce87f590e | |
2891 | Author: Grant Erickson <[email protected]> | |
2892 | Date: Wed May 21 13:28:30 2008 -0700 | |
2893 | ||
2894 | PPC4xx: Simplified post_word_{load, store} | |
2895 | ||
2896 | This patch simplifies post_word_{load,store} by using the preprocessor | |
2897 | to eliminate redundant, copy-and-pasted code. | |
2898 | ||
2899 | Signed-off-by: Grant Erickson <[email protected]> | |
2900 | ||
2901 | commit f979690ee337450b2030aba128f95b7a8d9881c0 | |
2902 | Author: Kumar Gala <[email protected]> | |
2903 | Date: Thu May 15 15:13:08 2008 -0500 | |
2904 | ||
2905 | Fix warnings from gcc-4.3.0 build on a ppc host | |
2906 | ||
2907 | * The cfi_flash.c memset fix actual allows the board to boot so there is | |
2908 | a bit more going on here than just resolving warnings associated with | |
2909 | uninitialized variables. | |
2910 | ||
2911 | * include/asm/bitops.h:302: warning: '__swab32p' is static but used in | |
2912 | inline function 'ext2_find_next_zero_bit' which is not static | |
2913 | ||
2914 | Signed-off-by: Kumar Gala <[email protected]> | |
2915 | ||
2916 | commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e | |
2917 | Author: Becky Bruce <[email protected]> | |
2918 | Date: Wed May 14 13:09:51 2008 -0500 | |
2919 | ||
2920 | MPC512x: Change traps.c to not reference non-addressable memory | |
2921 | ||
2922 | Currently, END_OF_RAM is used by the trap code to determine if | |
2923 | we should attempt to access the stack pointer or not. However, | |
2924 | on systems with a lot of RAM, only a subset of the RAM is | |
2925 | guaranteed to be mapped in and accessible. Change END_OF_RAM | |
2926 | to use get_effective_memsize() instead of using the raw ram | |
2927 | size out of the bd. | |
2928 | ||
2929 | Signed-off-by: Becky Bruce <[email protected]> | |
2930 | ||
2931 | commit 81673e9ae14b771cd13faf19947192599cae3959 | |
2932 | Author: Kumar Gala <[email protected]> | |
2933 | Date: Tue May 13 19:01:54 2008 -0500 | |
2934 | ||
2935 | Make sure common.h is the first include. | |
2936 | ||
2937 | If common.h isn't first we can get CONFIG_ options defined in the | |
2938 | board config file ignored. This can cause an issue if any of those | |
2939 | config options impact the size of types of data structures | |
2940 | (eg CONFIG_PHYS_64BIT). | |
2941 | ||
2942 | Signed-off-by: Kumar Gala <[email protected]> | |
2943 | ||
2944 | commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3 | |
2945 | Author: Marian Balakowicz <[email protected]> | |
2946 | Date: Tue May 13 15:53:29 2008 +0200 | |
2947 | ||
2948 | Avoid initrd and logbuffer area overlaps | |
2949 | ||
2950 | Add logbuffer to reserved LMB areas to prevent initrd allocation | |
2951 | from overlaping with it. | |
2952 | ||
2953 | Make sure to use correct logbuffer base address. | |
2954 | ||
2955 | Signed-off-by: Marian Balakowicz <[email protected]> | |
2956 | ||
2957 | commit 6956d53d9934862507f83f0e3255dfd4662e7482 | |
2958 | Author: Sascha Laue <[email protected]> | |
2959 | Date: Tue May 13 13:29:54 2008 +0200 | |
2960 | ||
2961 | lwmon5: add memory-pattern-test to FPGA POST. | |
2962 | ||
2963 | commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35 | |
2964 | Author: Becky Bruce <[email protected]> | |
2965 | Date: Thu May 8 19:02:51 2008 -0500 | |
2966 | ||
2967 | PPC: 86xx Add bat registers to reginfo command | |
2968 | ||
2969 | Signed-off-by: Becky Bruce <[email protected]> | |
2970 | ||
2971 | commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9 | |
2972 | Author: Becky Bruce <[email protected]> | |
2973 | Date: Fri May 9 15:41:35 2008 -0500 | |
2974 | ||
2975 | PPC: Add print_bats() to lib_ppc/bat_rw.c | |
2976 | ||
2977 | This function prints the values of all the BAT register | |
2978 | pairs - I needed this for debug earlier this week; adding it to | |
2979 | lib_ppc so others can use it (and add it to reginfo commands | |
2980 | if so desired). | |
2981 | ||
2982 | Signed-off-by: Becky Bruce <[email protected]> | |
2983 | ||
2984 | commit c148f24c15743a02e855636e6bed013bd121f7f2 | |
2985 | Author: Becky Bruce <[email protected]> | |
2986 | Date: Thu May 15 21:29:04 2008 -0500 | |
2987 | ||
2988 | PPC: Change lib_ppc/bat_rw.c to use high bats | |
2989 | ||
2990 | Currently, this code only deals with BATs 0-3, which makes | |
2991 | it useless on systems that support BATs 4-7. Add the | |
2992 | support for these registers. | |
2993 | ||
2994 | Signed-off-by: Becky Bruce <[email protected]> | |
2995 | ||
2996 | commit 31d826722434931e1152a09d140187dcf72f8aac | |
2997 | Author: Becky Bruce <[email protected]> | |
2998 | Date: Thu May 8 19:02:12 2008 -0500 | |
2999 | ||
3000 | PPC: Create and use CONFIG_HIGH_BATS | |
3001 | ||
3002 | Change all code that conditionally operates on high bat | |
3003 | registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS | |
3004 | instead of the myriad ways this is done now. Define the option | |
3005 | for every config for which high bats are supported (and | |
3006 | enabled by early boot, on parts where they're not always | |
3007 | enabled) | |
3008 | ||
3009 | Signed-off-by: Becky Bruce <[email protected]> | |
3010 | ||
3011 | commit aa3b8bf9c30065bb2ea852799d32db5020598495 | |
3012 | Author: Wolfgang Grandegger <[email protected]> | |
3013 | Date: Wed May 28 19:55:19 2008 +0200 | |
3014 | ||
3015 | E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter | |
3016 | ||
3017 | Signed-off-by: Wolfgang Grandegger <[email protected]> | |
3018 | Signed-off-by: Ben Warren <[email protected]> | |
3019 | ||
3020 | commit ff36fbb2e7583fb808eef773f511489c7a9c2df3 | |
3021 | Author: TsiChung Liew <[email protected]> | |
3022 | Date: Wed May 28 13:06:25 2008 -0500 | |
3023 | ||
3024 | ColdFire: Add 10 base ethernet support for mcf5445x | |
3025 | ||
3026 | Signed-off-by: TsiChung Liew <[email protected]> | |
3027 | Signed-off-by: Ben Warren <[email protected]> | |
3028 | ||
3029 | commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba | |
3030 | Author: Jason McMullan <[email protected]> | |
3031 | Date: Fri May 30 00:53:38 2008 +0900 | |
3032 | ||
3033 | mips: Add an 'include/asm/errno.h', like all other architectures | |
3034 | ||
3035 | All other u-boot architectures have an include/asm/errno.h, so | |
3036 | this change adds it to the mips include/asm-mips headers also. | |
3037 | ||
3038 | Stolen from Linux 2.6.25. | |
3039 | ||
3040 | Signed-off-by: Jason McMullan <[email protected]> | |
3041 | ||
3042 | commit e2ad8426624bac457acc6925b6ff408e9bf20466 | |
3043 | Author: Shinya Kuribayashi <[email protected]> | |
3044 | Date: Fri May 30 00:53:38 2008 +0900 | |
3045 | ||
3046 | [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros | |
3047 | ||
3048 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
3049 | ||
3050 | commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194 | |
3051 | Author: Shinya Kuribayashi <[email protected]> | |
3052 | Date: Fri May 30 00:53:38 2008 +0900 | |
3053 | ||
3054 | [MIPS] <asm/mipsregs.h>: Update register / bit field definitions | |
3055 | ||
3056 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
3057 | ||
3058 | commit bf462ae450a7f2eeeddc699ed345b391e3263540 | |
3059 | Author: Shinya Kuribayashi <[email protected]> | |
3060 | Date: Fri May 30 00:53:37 2008 +0900 | |
3061 | ||
3062 | [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups | |
3063 | ||
3064 | No functional changes. | |
3065 | ||
3066 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
3067 | ||
3068 | commit 89a1550ec6b74452274a7a23127936e2c7eec711 | |
3069 | Author: Jason McMullan <[email protected]> | |
3070 | Date: Fri May 30 00:53:37 2008 +0900 | |
3071 | ||
3072 | mips: If CONFIG_CMD_SPI is defined, call spi_init() | |
3073 | ||
3074 | The mips architecture currently does not call 'spi_init()' in the generic | |
3075 | board initialization routine is CONFIG_CMD_SPI is defined. | |
3076 | ||
3077 | This patch rectifies that problem. | |
3078 | ||
3079 | Signed-off-by: Jason McMullan <[email protected]> | |
3080 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
3081 | ||
3082 | commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3 | |
3083 | Author: Jason McMullan <[email protected]> | |
3084 | Date: Fri May 30 00:53:37 2008 +0900 | |
3085 | ||
3086 | [MIPS] lib_mips/board.c: Add nand_init | |
3087 | ||
3088 | This patch adds the standard 'nand_init()' call to the mips generic | |
3089 | 'board_init_r()' call, bringing MIPS in line with the other architectures. | |
3090 | ||
3091 | Signed-off-by: Jason McMullan <[email protected]> | |
3092 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
3093 | ||
3094 | commit d6ac2ed893c2168738aee01579d6283af8d37045 | |
3095 | Author: Scott Wood <[email protected]> | |
3096 | Date: Thu May 22 10:49:46 2008 -0500 | |
3097 | ||
3098 | Remove prototypes of nand_init() in favor of including nand.h. | |
3099 | ||
3100 | Likewise with onenand_init(). | |
3101 | ||
3102 | Signed-off-by: Scott Wood <[email protected]> | |
3103 | ||
3104 | commit 229c56f07a82eacda8c8720cb146fc9be0f6db54 | |
3105 | Author: Scott Wood <[email protected]> | |
3106 | Date: Thu May 22 10:49:00 2008 -0500 | |
3107 | ||
3108 | Make onenand_uboot.h self-sufficient. | |
3109 | ||
3110 | Don't assume types are provided by previously included headers. | |
3111 | ||
3112 | Signed-off-by: Scott Wood <[email protected]> | |
3113 | ||
3114 | commit 9723bbb46abb7b2ca24eead5114a3faa58060c20 | |
3115 | Author: Dirk Behme <[email protected]> | |
3116 | Date: Wed Jan 16 14:26:59 2008 +0100 | |
3117 | ||
3118 | nand: Correct NAND erase percentage output | |
3119 | ||
3120 | For NAND erase sizes smaller than one NAND erase block, erase | |
3121 | percentage output becomes grater than 100% e.g. | |
3122 | ||
3123 | -- cut -- | |
3124 | > nand info | |
3125 | Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB | |
3126 | > nand erase 0x100000 0x2000 | |
3127 | NAND erase: device 0 offset 0x100000, size 0x2000 | |
3128 | Erasing at 0x100000 -- 200% complete. | |
3129 | OK | |
3130 | > | |
3131 | -- cut -- | |
3132 | ||
3133 | Correct this and give user a warning that more is erased than specified: | |
3134 | ||
3135 | -- cut -- | |
3136 | > nand erase 0x100000 0x2000 | |
3137 | NAND erase: device 0 offset 0x100000, size 0x2000 | |
3138 | Warning: Erase size 0x00002000 smaller than one erase block 0x00004000 | |
3139 | Erasing 0x00004000 instead | |
3140 | Erasing at 0x100000 -- 100% complete. | |
3141 | OK | |
3142 | > | |
3143 | -- cut -- | |
3144 | ||
3145 | Signed-off-by: Dirk Behme <[email protected]> | |
3146 | ||
3147 | commit 5922db6c0948506be91e0de44e7a6863a18a417f | |
3148 | Author: Stelian Pop <[email protected]> | |
3149 | Date: Tue May 13 17:31:24 2008 +0200 | |
3150 | ||
3151 | Cleanup nand_info[] declaration. | |
3152 | ||
3153 | The nand_info array is declared as extern in several .c files. | |
3154 | Those days, nand.h contains a reference to the array, so there is | |
3155 | no need to declare it elsewhere. | |
3156 | ||
3157 | Signed-off-by: Stelian Pop <[email protected]> | |
3158 | Signed-off-by: Scott Wood <[email protected]> | |
3159 | ||
3160 | commit 135f0a7488af2947adbe4b40b79280bdfe5e9886 | |
3161 | Author: Scott Wood <[email protected]> | |
3162 | Date: Mon May 19 09:30:43 2008 -0500 | |
3163 | ||
3164 | NAND: Provide a sane default for NAND_MAX_CHIPS. | |
3165 | ||
3166 | This allows the header to be included regardless of whether a board's | |
3167 | config file provides NAND-related defininitions. | |
3168 | ||
3169 | Signed-off-by: Scott Wood <[email protected]> | |
3170 | ||
3171 | commit a8092c021d27f27f4b323b7d49979ca01b3fc19d | |
3172 | Author: Haavard Skinnemoen <[email protected]> | |
3173 | Date: Mon May 26 12:19:10 2008 +0200 | |
3174 | ||
3175 | avr32: Fix theoretical race in udelay() | |
3176 | ||
3177 | If the specified delay is very short, the cycle counter may go past the | |
3178 | "end" time we are waiting for before we get around to reading it. | |
3179 | ||
3180 | Fix it by checking the different between the cycle count "now" and the | |
3181 | cycle count at the beginning. This will work as long as the delay | |
3182 | measured in number of cycles is below 2^31. | |
3183 | ||
3184 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3185 | ||
3186 | commit 48ea623eae8674793372e3e7c95e72e5a44d7a95 | |
3187 | Author: Haavard Skinnemoen <[email protected]> | |
3188 | Date: Wed May 21 13:01:09 2008 +0200 | |
3189 | ||
3190 | avr32: Compile atmel_mci.o conditionally | |
3191 | ||
3192 | Remove #ifdef CONFIG_MMC from the source file and use conditional | |
3193 | compilation in the Makefile instead. | |
3194 | ||
3195 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3196 | ||
3197 | commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0 | |
3198 | Author: Haavard Skinnemoen <[email protected]> | |
3199 | Date: Thu May 22 12:28:25 2008 +0200 | |
3200 | ||
3201 | avr32: Fix wrong error flags in atmel_mci driver | |
3202 | ||
3203 | Make sure we check for CRC errors when sending commands that use CRC | |
3204 | checking. | |
3205 | ||
3206 | Reported-by: Gururaja Hebbar K R <[email protected]> | |
3207 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3208 | ||
3209 | commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49 | |
3210 | Author: Haavard Skinnemoen <[email protected]> | |
3211 | Date: Wed May 21 11:10:59 2008 +0200 | |
3212 | ||
3213 | avr32: Fix two warnings in atmel_mci.c | |
3214 | ||
3215 | The warnings are harmless but annoying. Let's fix them. | |
3216 | ||
3217 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3218 | ||
3219 | commit a23e277c4a3a2bbc42d237aae29da3a8971e757f | |
3220 | Author: Haavard Skinnemoen <[email protected]> | |
3221 | Date: Mon May 19 11:36:28 2008 +0200 | |
3222 | ||
3223 | avr32: Rework SDRAM initialization code | |
3224 | ||
3225 | This cleans up the SDRAM initialization and related code a bit, and | |
3226 | allows faster booting. | |
3227 | ||
3228 | * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h | |
3229 | * Remove memory test from sdram_init() and make caller responsible | |
3230 | for verifying the SDRAM and determining its size. | |
3231 | * Remove base_address member from struct sdram_config (was sdram_info) | |
3232 | * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT | |
3233 | * Add support for a common STK1000 hack: 16MB SDRAM instead of 8. | |
3234 | ||
3235 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3236 | ||
3237 | commit 95107b7c028806919630bf02c653aa8f4f867c94 | |
3238 | Author: Haavard Skinnemoen <[email protected]> | |
3239 | Date: Mon May 19 11:27:37 2008 +0200 | |
3240 | ||
3241 | avr32: Do stricter stack checking in the exception handler | |
3242 | ||
3243 | Don't do a stack dump if the stack pointer is outside the memory area | |
3244 | reserved for stack. | |
3245 | ||
3246 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3247 | ||
3248 | commit caf83ea888a0220f41747d0b7748fa43b4a4bd49 | |
3249 | Author: Haavard Skinnemoen <[email protected]> | |
3250 | Date: Fri May 2 15:32:57 2008 +0200 | |
3251 | ||
3252 | avr32: Use the same entry point for reset and exception handling | |
3253 | ||
3254 | Since the reset vector is always aligned to a very large boundary, we | |
3255 | can save a couple of KB worth of alignment padding by placing the | |
3256 | exception vectors at the same address. | |
3257 | ||
3258 | Deciding which one it is is easy: If we're handling an exception, the | |
3259 | CPU is in Exception mode. If we're starting up after reset, the CPU is | |
3260 | in Supervisor mode. So this adds a very minimal overhead to the reset | |
3261 | path (only executed once) and the exception handling path (normally | |
3262 | never executed at all.) | |
3263 | ||
3264 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3265 | ||
3266 | commit 0c16eed2189a190bd5655b33c029f809a9b31128 | |
3267 | Author: Haavard Skinnemoen <[email protected]> | |
3268 | Date: Fri May 2 15:24:22 2008 +0200 | |
3269 | ||
3270 | avr32: Put memset in its own section | |
3271 | ||
3272 | All C code is compiled with -ffunction-sections -fdata-sections. | |
3273 | Assembly functions should get their own sections as well so that | |
3274 | everything looks consistent. | |
3275 | ||
3276 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3277 | ||
3278 | commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020 | |
3279 | Author: Haavard Skinnemoen <[email protected]> | |
3280 | Date: Fri May 2 15:21:40 2008 +0200 | |
3281 | ||
3282 | avr32: Rename pm_init() as clk_init() and make SoC-specific | |
3283 | ||
3284 | pm_init() was always more about clock initialization than anything | |
3285 | else. Dealing with PLLs, clock gating and such is also inherently | |
3286 | SoC-specific, so move it into a SoC-specific directory. | |
3287 | ||
3288 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3289 | ||
3290 | commit 4f5972c3b2454c22957f2842cfe64ec8118e015b | |
3291 | Author: Haavard Skinnemoen <[email protected]> | |
3292 | Date: Wed Apr 30 16:15:57 2008 +0200 | |
3293 | ||
3294 | avr32: Use new-style Makefile for the at32ap platform | |
3295 | ||
3296 | This makes it easier to avoid compiling certain files later. | |
3297 | ||
3298 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3299 | ||
3300 | commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213 | |
3301 | Author: Haavard Skinnemoen <[email protected]> | |
3302 | Date: Wed Apr 30 14:36:47 2008 +0200 | |
3303 | ||
3304 | avr32: Remove unused file cpu/at32ap/pm.c | |
3305 | ||
3306 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3307 | ||
3308 | commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2 | |
3309 | Author: Haavard Skinnemoen <[email protected]> | |
3310 | Date: Wed Apr 30 14:19:28 2008 +0200 | |
3311 | ||
3312 | avr32: Clean up the HMATRIX code | |
3313 | ||
3314 | Rework the HMATRIX configuration interface so that it becomes easier | |
3315 | to configure the HMATRIX for boards with special needs, and add new | |
3316 | parts. | |
3317 | ||
3318 | The HMATRIX header file has been split into a general, | |
3319 | chip-independent part with register definitions, etc. and a | |
3320 | chip-specific part with SFR bitfield definitions and master/slave | |
3321 | identifiers. | |
3322 | ||
3323 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3324 | ||
3325 | commit 0a2e48792dd372c90b80059f3235e67a567e16fc | |
3326 | Author: Haavard Skinnemoen <[email protected]> | |
3327 | Date: Thu Nov 22 12:14:11 2007 +0100 | |
3328 | ||
3329 | avr32: Add support for the ATSTK1006 board | |
3330 | ||
3331 | This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on | |
3332 | board. It's currently in production and will be available soon. | |
3333 | ||
3334 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3335 | ||
3336 | commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440 | |
3337 | Author: Haavard Skinnemoen <[email protected]> | |
3338 | Date: Tue Apr 29 12:53:05 2008 +0200 | |
3339 | ||
3340 | avr32: Get rid of the .flashprog section | |
3341 | ||
3342 | The .flashprog section was only needed back when we were running | |
3343 | directly from flash, and it's even more useless on NGW100 since it | |
3344 | uses the CFI flash driver which never used this workaround in the | |
3345 | first place. | |
3346 | ||
3347 | Remove it on STK1000 as well, and get rid of all the associated code and | |
3348 | annotations. | |
3349 | ||
3350 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3351 | ||
3352 | commit cdd42c0c7a5205fc380912d83229069a71ea3abf | |
3353 | Author: Haavard Skinnemoen <[email protected]> | |
3354 | Date: Wed Apr 30 13:09:56 2008 +0200 | |
3355 | ||
3356 | avr32: Use correct condition around macb clock accessors | |
3357 | ||
3358 | get_macb_pclk_rate() and get_macb_hclk_rate() should be available when | |
3359 | the chip has a MACB controller, not when it has a USART. | |
3360 | ||
3361 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3362 | ||
3363 | commit f793a3581901ff39c2abb94012d9bbc8573ccf02 | |
3364 | Author: David Brownell <[email protected]> | |
3365 | Date: Wed Apr 16 22:57:58 2008 -0700 | |
3366 | ||
3367 | avr32: Disable the AP7000 internal watchdog on startup | |
3368 | ||
3369 | This patch forces the watchdog off in all cases. That will at least | |
3370 | get rid of the constant reboot cycle, though it won't let the watchdog | |
3371 | actually run in the new kernels: its probe() comes up with a polite | |
3372 | warning. | |
3373 | ||
3374 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3375 | ||
3376 | commit 55ac7a7490b55da56659f95d82a0c83b9756df27 | |
3377 | Author: David Brownell <[email protected]> | |
3378 | Date: Fri Feb 22 12:54:39 2008 -0800 | |
3379 | ||
3380 | avr32: stk1002 and ngw100 convergence | |
3381 | ||
3382 | Make STK1002 and NGW100 boards act more alike: | |
3383 | - STK boards can use as many arguments as NGW | |
3384 | - STK boards don't need to manage FPGAs either | |
3385 | - NGW commands should match STK ones | |
3386 | ||
3387 | Also spell U-Boot right in prompts for STK1002 and NGW100. | |
3388 | ||
3389 | Signed-off-by: David Brownell <[email protected]> | |
3390 | [[email protected]: update STK100[34] as well] | |
3391 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
3392 | ||
3393 | commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54 | |
3394 | Author: Sergei Poselenov <[email protected]> | |
3395 | Date: Tue May 27 13:47:00 2008 +0200 | |
3396 | ||
3397 | Socrates: Fix PCI bus frequency report | |
3398 | ||
3399 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3400 | ||
3401 | commit 791e1dba8de76ad8e762a7badb869f224a1f8b82 | |
3402 | Author: Sergei Poselenov <[email protected]> | |
3403 | Date: Tue May 27 11:49:13 2008 +0200 | |
3404 | ||
3405 | Socrates: Added USB support. | |
3406 | ||
3407 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3408 | ||
3409 | commit 5a904e5637cff1d708dc67098004f83ba9e84c54 | |
3410 | Author: Sergei Poselenov <[email protected]> | |
3411 | Date: Tue May 27 11:35:02 2008 +0200 | |
3412 | ||
3413 | USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO | |
3414 | ||
3415 | In case of several PCI USB controllers on a board this variable | |
3416 | specifys which controller to use. | |
3417 | See doc/README.generic_usb_ohci for details. | |
3418 | ||
3419 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3420 | ||
3421 | commit 2f7468aeba60e1288030a8d007c4e63bd3f13221 | |
3422 | Author: Sergei Poselenov <[email protected]> | |
3423 | Date: Tue May 27 10:36:07 2008 +0200 | |
3424 | ||
3425 | Socrates: add support for DS75 Digital Thermo Sensor on I2C bus. | |
3426 | ||
3427 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3428 | ||
3429 | commit 83e9d7a2614d4006b92690afa3390c291734267e | |
3430 | Author: Sergei Poselenov <[email protected]> | |
3431 | Date: Mon May 26 18:16:04 2008 +0200 | |
3432 | ||
3433 | Socrates: Config file cleanup. | |
3434 | ||
3435 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3436 | ||
3437 | commit 602cac1389b755b223272f2328a47e6f8c240848 | |
3438 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3439 | Date: Sat May 24 12:47:46 2008 +0200 | |
3440 | ||
3441 | MAKEALL: add at91 list | |
3442 | ||
3443 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3444 | ||
3445 | commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0 | |
3446 | Author: Ron Madrid <[email protected]> | |
3447 | Date: Fri May 23 15:37:05 2008 -0700 | |
3448 | ||
3449 | Add Marvell 88E1118 support for TSEC | |
3450 | ||
3451 | Signed-off-by: Ron Madrid <[email protected]> | |
3452 | Signed-off-by: Ben Warren <[email protected]> | |
3453 | ||
3454 | commit 557b377d8bfc8b833b6e749457bcdfa298331a24 | |
3455 | Author: Jens Gehrlein <[email protected]> | |
3456 | Date: Mon May 5 14:06:11 2008 +0200 | |
3457 | ||
3458 | smc911x: add 16 bit support | |
3459 | ||
3460 | Signed-off-by: Jens Gehrlein <[email protected]> | |
3461 | Signed-off-by: Ben Warren <[email protected]> | |
3462 | ||
3463 | commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596 | |
3464 | Author: Christian Eggers <[email protected]> | |
3465 | Date: Wed May 21 22:12:00 2008 +0200 | |
3466 | ||
3467 | USB: replace old swap_ with proper endianess conversion macros | |
3468 | ||
3469 | Signed-off-by: Christian Eggers <[email protected]> | |
3470 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
3471 | ||
3472 | commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c | |
3473 | Author: Christian Eggers <[email protected]> | |
3474 | Date: Wed May 21 21:29:10 2008 +0200 | |
3475 | ||
3476 | Fix endianess conversion in usb_ohci.c | |
3477 | ||
3478 | Signed-off-by: Christian Eggers <[email protected]> | |
3479 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
3480 | ||
3481 | commit 477434c63c2ea5baa5c6c4e43500786f436511ff | |
3482 | Author: Sergei Poselenov <[email protected]> | |
3483 | Date: Thu May 22 01:15:53 2008 +0200 | |
3484 | ||
3485 | USB: add support for multiple PCI OHCI controllers | |
3486 | ||
3487 | Add new configuration variable CONFIG_PCI_OHCI_DEVNO. | |
3488 | In case of several PCI USB controllers on a board this variable | |
3489 | specifys which controller to use. | |
3490 | ||
3491 | Also add USB support for sokrates board. | |
3492 | ||
3493 | See doc/README.generic_usb_ohci for details. | |
3494 | ||
3495 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3496 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
3497 | ||
3498 | commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77 | |
3499 | Author: Wolfgang Denk <[email protected]> | |
3500 | Date: Wed May 21 16:56:08 2008 +0200 | |
3501 | ||
3502 | Fix some whitespace issues | |
3503 | ||
3504 | introduced by 53677ef18 "Big white-space cleanup." | |
3505 | ||
3506 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3507 | ||
3508 | commit 4416603aeb06861b468b06a981e52c3ff805db7b | |
3509 | Author: York Sun <[email protected]> | |
3510 | Date: Mon May 12 14:36:39 2008 -0500 | |
3511 | ||
3512 | Make ads5121 out-of-tree compiling safe | |
3513 | ||
3514 | Reuse the existing DIU driver in board/freescale/common. | |
3515 | ||
3516 | Signed-off-by: York Sun <[email protected]> | |
3517 | ||
3518 | commit 0e1bad47cd345c76c91a64caf41011e431b62599 | |
3519 | Author: York Sun <[email protected]> | |
3520 | Date: Mon May 5 10:20:01 2008 -0500 | |
3521 | ||
3522 | Adding DIU support for Freescale 5121ADS | |
3523 | ||
3524 | Add DIU and cfb console support to FSL 5121ADS board. | |
3525 | ||
3526 | Use #define CONFIG_VIDEO in config file to enable fb console. | |
3527 | ||
3528 | Signed-off-by: York Sun <[email protected]> | |
3529 | ||
3530 | commit a48ff68d235e671176f6b496c44246dbe5e0a93f | |
3531 | Author: York Sun <[email protected]> | |
3532 | Date: Mon May 5 10:20:00 2008 -0500 | |
3533 | ||
3534 | Replace DPRINTF with debug | |
3535 | ||
3536 | Remove DPRINTF macro and replace it with generic debug macro. | |
3537 | ||
3538 | Signed-off-by: York Sun <[email protected]> | |
3539 | ||
3540 | commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d | |
3541 | Author: York Sun <[email protected]> | |
3542 | Date: Mon May 5 10:19:59 2008 -0500 | |
3543 | ||
3544 | Move pixel clock setting to board file | |
3545 | ||
3546 | The clock divider has different format in 5121 and 8610. This patch moves it to | |
3547 | board specific code. | |
3548 | ||
3549 | Signed-off-by: York Sun <[email protected]> | |
3550 | ||
3551 | commit 53677ef18e25c97ac613349087c5cb33ae5a2741 | |
3552 | Author: Wolfgang Denk <[email protected]> | |
3553 | Date: Tue May 20 16:00:29 2008 +0200 | |
3554 | ||
3555 | Big white-space cleanup. | |
3556 | ||
3557 | This commit gets rid of a huge amount of silly white-space issues. | |
3558 | Especially, all sequences of SPACEs followed by TAB characters get | |
3559 | removed (unless they appear in print statements). | |
3560 | ||
3561 | Also remove all embedded "vim:" and "vi:" statements which hide | |
3562 | indentation problems. | |
3563 | ||
3564 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3565 | ||
3566 | commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b | |
3567 | Author: Sergei Poselenov <[email protected]> | |
3568 | Date: Thu May 8 17:46:23 2008 +0200 | |
3569 | ||
3570 | socrates: fix second TSEC configuration (it is actually TSEC3) | |
3571 | ||
3572 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3573 | ||
3574 | commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f | |
3575 | Author: Sergei Poselenov <[email protected]> | |
3576 | Date: Thu May 8 14:17:08 2008 +0200 | |
3577 | ||
3578 | Fixed reset for socrates | |
3579 | ||
3580 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3581 | ||
3582 | commit e18575d5f589a62e19c70d471d4b4e27cad3af56 | |
3583 | Author: Sergei Poselenov <[email protected]> | |
3584 | Date: Wed May 7 15:10:49 2008 +0200 | |
3585 | ||
3586 | socrates: changes to support FDT | |
3587 | ||
3588 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3589 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3590 | ||
3591 | commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0 | |
3592 | Author: Sergei Poselenov <[email protected]> | |
3593 | Date: Wed Apr 30 11:42:50 2008 +0200 | |
3594 | ||
3595 | Initial support for "Socrates" board | |
3596 | ||
3597 | Signed-off-by: Sergei Poselenov <[email protected]> | |
3598 | ||
3599 | commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b | |
3600 | Author: Yuri Tikhonov <[email protected]> | |
3601 | Date: Thu May 8 15:46:42 2008 +0200 | |
3602 | ||
3603 | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. | |
3604 | ||
3605 | This way we become able to utilize the full post_log_word for POST | |
3606 | activities (overwise, POST ECC, which has 0x8000 ID, could be | |
3607 | erroneously treated as started in post_output_backlog() even if there | |
3608 | was actually no POST ECC run (because of OCM POST failure, for | |
3609 | example). | |
3610 | ||
3611 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
3612 | ||
3613 | commit 7845d49094c81321021b50a4dbb8864d2f3777e4 | |
3614 | Author: Yuri Tikhonov <[email protected]> | |
3615 | Date: Thu May 8 15:46:02 2008 +0200 | |
3616 | ||
3617 | POST: mark OCM test as POST_STOP | |
3618 | ||
3619 | Signed-off-by: Ilya Yanok <[email protected]> | |
3620 | ||
3621 | commit 28a385065882d6cb6ac5f443311ff87887ed7c13 | |
3622 | Author: Yuri Tikhonov <[email protected]> | |
3623 | Date: Thu May 8 15:45:26 2008 +0200 | |
3624 | ||
3625 | POST: add POST_STOP flag | |
3626 | ||
3627 | Don't run futher tests in case of a test fails that is marked as | |
3628 | POST_STOP. | |
3629 | ||
3630 | Signed-off-by: Ilya Yanok <[email protected]> | |
3631 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
3632 | ||
3633 | commit a525145d8110d15b4389d23c3ea8a78f22509d3f | |
3634 | Author: Yuri Tikhonov <[email protected]> | |
3635 | Date: Thu May 8 15:44:16 2008 +0200 | |
3636 | ||
3637 | POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround) | |
3638 | ||
3639 | Switch the OCM testid with the codec one. The reason is that current | |
3640 | implementation requires the POST_ROM testid to fit into lower 16 | |
3641 | bits, and the codec test will never run with POST_ROM hopefully. | |
3642 | ||
3643 | Signed-off-by: Ilya Yanok <[email protected]> | |
3644 | ||
3645 | commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd | |
3646 | Author: Yuri Tikhonov <[email protected]> | |
3647 | Date: Thu May 8 15:43:28 2008 +0200 | |
3648 | ||
3649 | lwmon5: enable OCM post test on lwmon5 board | |
3650 | ||
3651 | Signed-off-by: Ilya Yanok <[email protected]> | |
3652 | ||
3653 | commit 6e8ec682268493b8d098f99e17b1ce71b4448977 | |
3654 | Author: Yuri Tikhonov <[email protected]> | |
3655 | Date: Thu May 8 15:42:47 2008 +0200 | |
3656 | ||
3657 | POST: OCM test added. | |
3658 | ||
3659 | Added OCM test to POST layer. This version runs before all other tests | |
3660 | but doesn't yet interrupt post sequence on failure. | |
3661 | ||
3662 | Signed-off-by: Ilya Yanok <[email protected]> | |
3663 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
3664 | ||
3665 | commit 6891260bdd935a382c95d9fa333922b0dfded68a | |
3666 | Author: Yuri Tikhonov <[email protected]> | |
3667 | Date: Thu May 8 15:40:39 2008 +0200 | |
3668 | ||
3669 | POST: typo fix | |
3670 | ||
3671 | Signed-off-by: Ilya Yanok <[email protected]> | |
3672 | ||
3673 | commit 727f63334676e760877d43bfb8f0e9331ac8b101 | |
3674 | Author: Hebbar <[email protected]> | |
3675 | Date: Tue May 20 02:16:36 2008 -0700 | |
3676 | ||
3677 | common/usb.c: fix incorrect escape sequence | |
3678 | ||
3679 | Signed off by: Gururaja Hebbar <[email protected]> | |
3680 | ||
3681 | commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa | |
3682 | Author: York Sun <[email protected]> | |
3683 | Date: Thu May 15 15:26:27 2008 -0500 | |
3684 | ||
3685 | Fix 8313ERDB board configuration | |
3686 | ||
3687 | Change LCRR clock ratio from 2 to 4 to commodate VSC7385. | |
3688 | Correct TSEC1 vs TSEC2 assignment. | |
3689 | Define ETHADDR and ETH1ADDR always. | |
3690 | ||
3691 | Signed-off-by: York Sun <[email protected]> | |
3692 | Signed-off-by: Timur Tabi <[email protected]> | |
3693 | ||
3694 | commit 2c289e320dcfb3760e99cf1d765cb067194a1202 | |
3695 | Author: Jon Loeliger <[email protected]> | |
3696 | Date: Mon May 19 09:47:25 2008 -0500 | |
3697 | ||
3698 | mpc86xx: Removed unused and unconfigured memory test code. | |
3699 | ||
3700 | Besides, other common code exists. | |
3701 | ||
3702 | Signed-off-by: Jon Loeliger <[email protected]> | |
3703 | ||
3704 | commit 180a90abdae72587c0f679edf8991455e559440d | |
3705 | Author: Wolfgang Denk <[email protected]> | |
3706 | Date: Mon May 19 12:47:11 2008 +0200 | |
3707 | ||
3708 | Release v1.3.3 | |
3709 | ||
3710 | Update CHANGELOG for release. | |
3711 | ||
3712 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3713 | ||
180a90ab WD |
3714 | commit 16bedc661de0dae767b1377d8413373a3fbcfa79 |
3715 | Author: Stefan Roese <[email protected]> | |
3716 | Date: Mon May 19 07:14:38 2008 +0200 | |
3717 | ||
3718 | ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection | |
3719 | ||
3720 | When SATA is selected (via jumper J6) we need to disable the first PCIe | |
3721 | node in the device tree, so that Linux doesn't initialize it. Otherwise | |
3722 | the Linux SATA driver will fail to detect the devices. | |
3723 | ||
3724 | The same goes the other way around too. So if PCIe is selected we need | |
3725 | to disable the SATA node in the device tree. | |
3726 | ||
3727 | This is because PCIe port 0 and SATA on 460EX share the same pins | |
3728 | (multiplexed) and we have to configure in U-Boot which peripheral is | |
3729 | enabled. | |
3730 | ||
3731 | Signed-off-by: Stefan Roese <[email protected]> | |
3732 | ||
3733 | commit 3cc27b426aeefe2930f911692e9df3143fb2565f | |
3734 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3735 | Date: Sun May 18 19:09:58 2008 +0200 | |
3736 | ||
3737 | i386: Fix multiple definitions of __show_boot_progress | |
3738 | ||
3739 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3740 | ||
3741 | commit 311f3446930c1e64c12026c1cfd00500b05be52d | |
3742 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3743 | Date: Sun May 18 19:09:57 2008 +0200 | |
3744 | ||
3745 | sc530_spunk: add missing SOBJS entry | |
3746 | ||
3747 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3748 | ||
3749 | commit a559317143b4f95927b08cd388707e6f077e95fa | |
3750 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3751 | Date: Sun May 18 19:09:56 2008 +0200 | |
3752 | ||
3753 | sc520_spunk: Fix flash | |
3754 | ||
3755 | flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
3756 | flash.c:398: error: label at end of compound statement | |
3757 | ||
3758 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3759 | ||
3760 | commit 91f221317af64191ee8caf303ea9305943158691 | |
3761 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3762 | Date: Sun May 18 19:09:49 2008 +0200 | |
3763 | ||
3764 | drivers/pcmcia: add missing i82365 | |
3765 | ||
3766 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3767 | ||
3768 | commit dd223944132f97ffa52977ea95e5a52428f5cc2f | |
3769 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3770 | Date: Sun May 18 19:09:47 2008 +0200 | |
3771 | ||
3772 | i386/bootm: remove unused var | |
3773 | ||
3774 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3775 | ||
3776 | commit a9da341df19b32ad2ecb58ce529f7e4fada7814e | |
3777 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3778 | Date: Sun May 18 19:09:45 2008 +0200 | |
3779 | ||
3780 | example/gitignore: update with all generated examples | |
3781 | ||
3782 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3783 | ||
3784 | commit a38dc3ea8614f8b0c41e432b445a9959b9711295 | |
3785 | Author: Wolfgang Denk <[email protected]> | |
3786 | Date: Thu May 15 00:42:45 2008 +0200 | |
3787 | ||
3788 | TQM8272: fix out-of-tree building | |
3789 | ||
3790 | ...and add to MAKEALL script | |
3791 | ||
3792 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3793 | ||
3794 | commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf | |
3795 | Author: Wolfgang Denk <[email protected]> | |
3796 | Date: Wed May 14 23:34:53 2008 +0200 | |
3797 | ||
3798 | environment: fix bug introduced by commit a8409f4f1ac8 | |
3799 | ||
3800 | env_get_char is not a function, but a pointer to one. | |
3801 | ||
3802 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3803 | ||
01db232d WD |
3804 | commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf |
3805 | Author: Gary Jennejohn <[email protected]> | |
3806 | Date: Wed May 14 13:39:22 2008 +0200 | |
3807 | ||
3808 | ppc4xx: QUAD100HD: Allow the environment to be put into flash. | |
3809 | ||
3810 | After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also | |
3811 | use a redundant environment. | |
3812 | ||
3813 | Signed-off-by: Gary Jennejohn <[email protected]> | |
3814 | ||
180a90ab WD |
3815 | commit cda2a4a9961fd4341b7db305cb22fc05957e8b77 |
3816 | Author: Wolfgang Denk <[email protected]> | |
3817 | Date: Wed May 14 13:55:30 2008 +0200 | |
3818 | ||
3819 | Fix config files for out-of-tree building | |
3820 | ||
3821 | Several board/<...>/config.mk files include dynamically built (by | |
3822 | the Makefile) config files but used the wrong file name of | |
3823 | $(TOPDIR)/board/$(BOARDDIR)/config.tmp | |
3824 | instead if the correct | |
3825 | $(OBJTREE)/board/$(BOARDDIR)/config.tmp | |
3826 | ||
3827 | The bug is nasty because the build result is correct for the (normal) | |
3828 | in-tree builds, and because 'sinclude' is used no errors get raised | |
3829 | even for out-of-tree build tests. But out-of-tree builds use an | |
3830 | incomplete and thus usually incorrect configuration... | |
3831 | ||
3832 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3833 | ||
3834 | commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8 | |
3835 | Author: Stefan Roese <[email protected]> | |
3836 | Date: Wed May 14 13:40:03 2008 +0200 | |
3837 | ||
3838 | ppc4xx: Fix bogus Canyonlands config.mk | |
3839 | ||
3840 | This patch fixes the canyonlands config.mk file to enable correct | |
3841 | out-of-tree builds. Thanks to Wolfgang Denk for spotting this. | |
3842 | ||
3843 | Signed-off-by: Stefan Roese <[email protected]> | |
3844 | ||
3845 | commit fdd1247a66d788a3446244f6fde9955a93c26322 | |
3846 | Author: Stefan Roese <[email protected]> | |
3847 | Date: Wed May 14 10:32:32 2008 +0200 | |
3848 | ||
3849 | ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build | |
3850 | ||
3851 | Canyonlands has a file ddr2_fixed.c which needs special treatment when | |
3852 | building in separate directory. It has to be linked to build directory | |
3853 | otherwise it is not seen. | |
3854 | ||
3855 | Signed-off-by: Stefan Roese <[email protected]> | |
3856 | ||
3857 | commit a8409f4f1ac84c36273c1a1e341189662521bcfb | |
3858 | Author: Wolfgang Denk <[email protected]> | |
3859 | Date: Wed May 14 12:22:49 2008 +0200 | |
3860 | ||
3861 | environment: cleanup prototype declarations of env functions. | |
3862 | ||
3863 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3864 | ||
3865 | commit cf39b07948015c480b72a6e732cf7d839aa93a9e | |
3866 | Author: Wolfgang Denk <[email protected]> | |
3867 | Date: Wed May 14 12:21:48 2008 +0200 | |
3868 | ||
3869 | linkstation_HGLAN: Fix out of tree building. | |
3870 | ||
3871 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3872 | ||
3873 | commit 085551c05ca09e6c491ea11a1c6727a36776a545 | |
3874 | Author: Stefan Roese <[email protected]> | |
3875 | Date: Wed May 14 10:32:32 2008 +0200 | |
3876 | ||
3877 | ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build | |
3878 | ||
3879 | Canyonlands has a file ddr2_fixed.c which needs special treatment when | |
3880 | building in separate directory. It has to be linked to build directory | |
3881 | otherwise it is not seen. | |
3882 | ||
3883 | Signed-off-by: Stefan Roese <[email protected]> | |
3884 | ||
3885 | commit 1510b82d50615f344e89d42533e8224cce067dc0 | |
3886 | Author: Wolfgang Denk <[email protected]> | |
3887 | Date: Tue May 13 23:15:52 2008 +0200 | |
3888 | ||
3889 | Makefile: fix "error: version_autogenerated.h: No such file or directory" | |
3890 | ||
3891 | Signed-off-by: Wolfgang Denk <[email protected]> | |
3892 | ||
01db232d WD |
3893 | commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4 |
3894 | Author: Stelian Pop <[email protected]> | |
3895 | Date: Tue May 13 17:31:24 2008 +0200 | |
3896 | ||
3897 | Cleanup nand_info[] declaration. | |
3898 | ||
3899 | The nand_info array is declared as extern in several .c files. | |
3900 | Those days, nand.h contains a reference to the array, so there is | |
3901 | no need to declare it elsewhere. | |
3902 | ||
3903 | Signed-off-by: Stelian Pop <[email protected]> | |
3904 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3905 | ||
180a90ab WD |
3906 | commit 70fab1908fc1734a403711eaabbef546bc4b77dc |
3907 | Author: Stefan Roese <[email protected]> | |
3908 | Date: Tue May 13 20:22:01 2008 +0200 | |
3909 | ||
3910 | ppc4xx: Add 405EX(r) revision C PVR definitions and detection code | |
3911 | ||
3912 | Signed-off-by: Stefan Roese <[email protected]> | |
3913 | ||
3914 | commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6 | |
3915 | Author: Wolfgang Denk <[email protected]> | |
3916 | Date: Mon May 12 01:11:21 2008 +0200 | |
3917 | ||
3918 | Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option" | |
3919 | ||
3920 | This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 | |
3921 | which broke many PowerPC boards. | |
3922 | ||
3923 | commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc | |
3924 | Author: Wolfgang Denk <[email protected]> | |
3925 | Date: Mon May 12 00:56:28 2008 +0200 | |
3926 | ||
3927 | Revert "Avoid initrd and logbuffer area overlaps" | |
3928 | ||
3929 | This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888 | |
3930 | which breaks building on all PPC boards that don't use a log buffer. | |
3931 | ||
3932 | commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b | |
3933 | Author: Nick Spence <[email protected]> | |
3934 | Date: Sat May 10 14:02:04 2008 -0700 | |
3935 | ||
3936 | Fix offset calculation for multi-type legacy images. | |
3937 | ||
3938 | Calculation of tail was incorrect when size % 4 == 0. | |
3939 | ||
3940 | New code removes the conditional and does the same thing but with arithmetic | |
3941 | ||
3942 | Signed-off-by: Nick Spence <[email protected]> | |
3943 | ||
3944 | commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4 | |
3945 | Author: Wolfgang Denk <[email protected]> | |
3946 | Date: Mon May 12 00:40:58 2008 +0200 | |
3947 | ||
3948 | Revert "Change env_get_char from a global function ptr to a function." | |
3949 | ||
3950 | This reverts commit c0559be371b2a64b1a817088c3308688e2182f93 | |
3951 | which is known to break booting from dataflash and NAND. | |
3952 | ||
3953 | commit 20e5ed137483823aaea5178169f3b144c7a4d9e0 | |
3954 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3955 | Date: Sun May 11 23:13:57 2008 +0200 | |
3956 | ||
3957 | API: remove duplicate syscall check | |
3958 | ||
3959 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3960 | ||
01db232d WD |
3961 | commit 67e3beb52c320b0a31cf030716c99392cde2d532 |
3962 | Author: Stelian Pop <[email protected]> | |
3963 | Date: Fri May 9 21:46:51 2008 +0200 | |
3964 | ||
3965 | AT91: Cleanup unused config header file definitions. | |
3966 | ||
3967 | CONFIG_ENV_OVERWRITE is commented out in the config header files, | |
3968 | so let's cleanup the files by removing the whole definition. | |
3969 | ||
3970 | Signed-off-by: Stelian Pop <[email protected]> | |
3971 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3972 | ||
3973 | commit 19883aede2ac0a522493bfb2b35a7dbb200071b1 | |
3974 | Author: Stelian Pop <[email protected]> | |
3975 | Date: Thu May 8 14:52:34 2008 +0200 | |
3976 | ||
3977 | Support AT91CAP9 revC CPUs | |
3978 | ||
3979 | The AT91CAP9 revC CPU has a few differences over the previous, | |
3980 | revB CPU which was distributed in small quantities only (revA was | |
3981 | an internal Atmel product only). | |
3982 | ||
3983 | The revC silicon needs a special initialisation sequence to | |
3984 | switch from the internal (imprecise) RC oscillator to the | |
3985 | external 32k clock. | |
3986 | ||
3987 | Signed-off-by: Stelian Pop <[email protected]> | |
3988 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
3989 | ||
3990 | commit 098b7b4b441b12c2a64dd517930f43c793542759 | |
3991 | Author: Stelian Pop <[email protected]> | |
3992 | Date: Thu May 8 14:52:33 2008 +0200 | |
3993 | ||
3994 | Use custom logo for Atmel boards | |
3995 | ||
3996 | This patch adds a custom vendor logo for the Atmel AT91 boards. | |
3997 | ||
3998 | Signed-off-by: Stelian Pop <[email protected]> | |
3999 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4000 | ||
4001 | commit 761c70b80cdd3bead40146b96a8e713d6ae01632 | |
4002 | Author: Stelian Pop <[email protected]> | |
4003 | Date: Thu May 8 14:52:32 2008 +0200 | |
4004 | ||
4005 | AT91SAM9RLEK: hook up the ATMEL LCD driver | |
4006 | ||
4007 | This patch makes the necessary adaptations (PIO configurations and | |
4008 | defines in config header file) to hook up the Atmel LCD driver to the | |
4009 | AT91SAM9RLEK board. | |
4010 | ||
4011 | Signed-off-by: Stelian Pop <[email protected]> | |
4012 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4013 | ||
4014 | commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f | |
4015 | Author: Stelian Pop <[email protected]> | |
4016 | Date: Thu May 8 14:52:31 2008 +0200 | |
4017 | ||
4018 | AT91SAM9263EK: hook up the ATMEL LCD driver | |
4019 | ||
4020 | This patch makes the necessary adaptations (PIO configurations and | |
4021 | defines in config header file) to hook up the Atmel LCD driver to the | |
4022 | AT91SAM9263EK board. | |
4023 | ||
4024 | Signed-off-by: Stelian Pop <[email protected]> | |
4025 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4026 | ||
4027 | commit 820f2a958325061a446115f3035e48e4726b3390 | |
4028 | Author: Stelian Pop <[email protected]> | |
4029 | Date: Thu May 8 14:52:30 2008 +0200 | |
4030 | ||
4031 | AT91SAM9261EK: hook up the ATMEL LCD driver | |
4032 | ||
4033 | This patch makes the necessary adaptations (PIO configurations and | |
4034 | defines in config header file) to hook up the Atmel LCD driver to the | |
4035 | AT91SAM9261EK board. | |
4036 | ||
4037 | Signed-off-by: Stelian Pop <[email protected]> | |
4038 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4039 | ||
4040 | commit c139b17d20c8371c1e0a8d7fb27c11050cf86304 | |
4041 | Author: Stelian Pop <[email protected]> | |
4042 | Date: Thu May 8 14:52:29 2008 +0200 | |
4043 | ||
4044 | AT91CAP9ADK: hook up the ATMEL LCD driver | |
4045 | ||
4046 | This patch makes the necessary adaptations (PIO configurations and | |
4047 | defines in config header file) to hook up the Atmel LCD driver to the | |
4048 | AT91CAP9ADK board. | |
4049 | ||
4050 | Signed-off-by: Stelian Pop <[email protected]> | |
4051 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4052 | ||
4053 | commit 39cf480484fcce5c04a590ee1c30be0c17b02c34 | |
4054 | Author: Stelian Pop <[email protected]> | |
4055 | Date: Fri May 9 21:57:18 2008 +0200 | |
4056 | ||
4057 | Add ATMEL LCD driver | |
4058 | ||
4059 | This patch adds support for the ATMEL LCDC driver which is used on some | |
4060 | AT91 and AVR platforms. | |
4061 | ||
4062 | Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and | |
4063 | AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy. | |
4064 | ||
4065 | Signed-off-by: Stelian Pop <[email protected]> | |
4066 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4067 | ||
4068 | commit 2118ebb44dc40f8117c94950fd95799a9ef821b2 | |
4069 | Author: Stelian Pop <[email protected]> | |
4070 | Date: Thu May 8 18:52:25 2008 +0200 | |
4071 | ||
4072 | AT91SAM9RLEK support | |
4073 | ||
4074 | This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK | |
4075 | board. | |
4076 | ||
4077 | Signed-off-by: Stelian Pop <[email protected]> | |
4078 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4079 | ||
4080 | commit 8e429b3eee23927c1222679f6b6f53667b21595c | |
4081 | Author: Stelian Pop <[email protected]> | |
4082 | Date: Thu May 8 18:52:23 2008 +0200 | |
4083 | ||
4084 | AT91SAM9263EK support | |
4085 | ||
4086 | This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK | |
4087 | board. | |
4088 | ||
4089 | Signed-off-by: Stelian Pop <[email protected]> | |
4090 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4091 | ||
4092 | commit d99a8ff66d8ae87e5c87590ed2e4ead629540607 | |
4093 | Author: Stelian Pop <[email protected]> | |
4094 | Date: Thu May 8 20:52:22 2008 +0200 | |
4095 | ||
4096 | AT91SAM9261EK support | |
4097 | ||
4098 | This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK | |
4099 | board. | |
4100 | ||
4101 | Signed-off-by: Stelian Pop <[email protected]> | |
4102 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4103 | ||
4104 | commit 86c8c8a414988c50104a3b02c29f50af2be738c0 | |
4105 | Author: Stelian Pop <[email protected]> | |
4106 | Date: Thu May 8 20:52:21 2008 +0200 | |
4107 | ||
4108 | AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND | |
4109 | ||
4110 | This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND | |
4111 | in order to cope with the changes in DataFlash partitionning scheme | |
4112 | (cset c3a60cb3). | |
4113 | ||
4114 | Signed-off-by: Stelian Pop <[email protected]> | |
4115 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4116 | ||
4117 | commit 96996ac25d5222611a8888968db6e53a6d3726da | |
4118 | Author: Stelian Pop <[email protected]> | |
4119 | Date: Thu May 8 20:52:20 2008 +0200 | |
4120 | ||
4121 | AT91SAM9260EK: Normalize BOOTARGS | |
4122 | ||
4123 | This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from | |
4124 | DataFlash or from NAND), and gives to Linux a fully specified mtdparts | |
4125 | variable. | |
4126 | ||
4127 | Signed-off-by: Stelian Pop <[email protected]> | |
4128 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4129 | ||
4130 | commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a | |
4131 | Author: Stelian Pop <[email protected]> | |
4132 | Date: Thu May 8 20:52:19 2008 +0200 | |
4133 | ||
4134 | AT91SAM9260EK: Normalize SPI timings | |
4135 | ||
4136 | This patch changes the SPI timings to closely match the ones | |
4137 | used by the Linux kernel and the Atmel's own bootstrap project. | |
4138 | ||
4139 | Signed-off-by: Stelian Pop <[email protected]> | |
4140 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4141 | ||
4142 | commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935 | |
4143 | Author: Stelian Pop <[email protected]> | |
4144 | Date: Thu May 8 20:52:18 2008 +0200 | |
4145 | ||
4146 | AT91SAM9260EK: Handle 8 or 16 bit NAND | |
4147 | ||
4148 | The Atmel boards can handle 8 or 16 bit NAND memories. This patch | |
4149 | makes the support configurable in the board config header file | |
4150 | (CFG_NAND_DBW_8 or CFG_NAND_DBW_16). | |
4151 | ||
4152 | Signed-off-by: Stelian Pop <[email protected]> | |
4153 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4154 | ||
4155 | commit ab52640fc01624e208424e527af0b7b3a5a65a12 | |
4156 | Author: Stelian Pop <[email protected]> | |
4157 | Date: Thu May 8 20:52:17 2008 +0200 | |
4158 | ||
4159 | AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND | |
4160 | ||
4161 | This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND | |
4162 | in order to cope with the changes in DataFlash partitionning scheme | |
4163 | (cset c3a60cb3). | |
4164 | ||
4165 | Signed-off-by: Stelian Pop <[email protected]> | |
4166 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4167 | ||
4168 | commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270 | |
4169 | Author: Stelian Pop <[email protected]> | |
4170 | Date: Thu May 8 20:52:16 2008 +0200 | |
4171 | ||
4172 | AT91CAP9ADK: Normalize BOOTARGS | |
4173 | ||
4174 | This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from | |
4175 | DataFlash or from NAND), and gives to Linux a fully specified mtdparts | |
4176 | variable. | |
4177 | ||
4178 | Signed-off-by: Stelian Pop <[email protected]> | |
4179 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4180 | ||
4181 | commit 93da48b910511911ce110656e17ed733c8ac4c45 | |
4182 | Author: Stelian Pop <[email protected]> | |
4183 | Date: Thu May 8 20:52:15 2008 +0200 | |
4184 | ||
4185 | AT91CAP9ADK: Normalize SPI timings | |
4186 | ||
4187 | This patch changes the SPI timings to closely match the ones | |
4188 | used by the Linux kernel and the Atmel's own bootstrap project. | |
4189 | ||
4190 | Signed-off-by: Stelian Pop <[email protected]> | |
4191 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4192 | ||
4193 | commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0 | |
4194 | Author: Stelian Pop <[email protected]> | |
4195 | Date: Thu May 8 20:52:14 2008 +0200 | |
4196 | ||
4197 | AT91CAP9ADK: Handle 8 or 16 bit NAND | |
4198 | ||
4199 | The Atmel boards can handle 8 or 16 bit NAND memories. This patch | |
4200 | makes the support configurable in the board config header file | |
4201 | (CFG_NAND_DBW_8 or CFG_NAND_DBW_16). | |
4202 | ||
4203 | Signed-off-by: Stelian Pop <[email protected]> | |
4204 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4205 | ||
4206 | commit 11b162bae058e96c7929e358d4adff2bee6c2cc4 | |
4207 | Author: Stelian Pop <[email protected]> | |
4208 | Date: Thu May 8 20:52:13 2008 +0200 | |
4209 | ||
4210 | Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms | |
4211 | ||
4212 | All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch | |
4213 | below avoids the duplication of u-boot.lds by putting the file in the | |
4214 | cpu directory instead of the board one. | |
4215 | ||
4216 | Signed-off-by: Stelian Pop <[email protected]> | |
4217 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4218 | ||
4219 | commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece | |
4220 | Author: Stelian Pop <[email protected]> | |
4221 | Date: Thu May 8 20:52:12 2008 +0200 | |
4222 | ||
4223 | Add proper copyright notices in Atmel boards Makefiles | |
4224 | ||
4225 | The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete | |
4226 | copyright notice. This patch adds the missing pieces. | |
4227 | ||
4228 | Signed-off-by: Stelian Pop <[email protected]> | |
4229 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4230 | ||
4231 | commit e817a042cef6164bf26fee86f90326f2ec9e6745 | |
4232 | Author: Stelian Pop <[email protected]> | |
4233 | Date: Thu May 8 20:52:11 2008 +0200 | |
4234 | ||
4235 | Add copyright information in Atmel boards partition.c | |
4236 | ||
4237 | When Ulf did the dataflash.c cleanup, he didn't add his copyright on | |
4238 | the new created files. This patch fixes the problem. | |
4239 | ||
4240 | Signed-off-by: Stelian Pop <[email protected]> | |
4241 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4242 | ||
4243 | commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19 | |
4244 | Author: Stelian Pop <[email protected]> | |
4245 | Date: Thu May 8 20:52:10 2008 +0200 | |
4246 | ||
4247 | Update origin and copyright information in arch-at91sam9 header files | |
4248 | ||
4249 | When doing the AT91CAP9/AT91SAM9 port, a number of header files were | |
4250 | copied from the Linux kernel sources. This patch explicitly specifies | |
4251 | this origin for all the copied headers, and for those missing copyright | |
4252 | information, adds it. | |
4253 | ||
4254 | Additionaly, the header file 'at91sam926x_mc.h' has been superceeded | |
4255 | in the latest kernel sources by 'at91sam9_smc.h'. | |
4256 | ||
4257 | The copyright information has been confirmed by the AT91 Linux kernel | |
4258 | maintainer, Andrew Victor <[email protected]>. | |
4259 | ||
4260 | Signed-off-by: Stelian Pop <[email protected]> | |
4261 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4262 | ||
180a90ab WD |
4263 | commit 79dd1712689d6a5031d7cbff54957049680751c7 |
4264 | Author: Markus Klotzbücher <[email protected]> | |
4265 | Date: Thu May 8 16:00:55 2008 +0200 | |
4266 | ||
4267 | ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config | |
4268 | ||
4269 | When using dhcp/bootp the "netmask" environment variable is not set | |
4270 | because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is | |
4271 | desireable, so the following patch adds this this option to the board | |
4272 | config. | |
4273 | ||
4274 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
4275 | Signed-off-by: Stefan Roese <[email protected]> | |
4276 | ||
4277 | commit 869d14b4cc2e47de2ddcb117bad0407a44436684 | |
4278 | Author: Stefan Roese <[email protected]> | |
4279 | Date: Sat May 10 10:30:36 2008 +0200 | |
4280 | ||
4281 | ppc4xx: Update Makalu defconfig to use device-tree booting as default | |
4282 | ||
4283 | This patch reworks the default environment on Makalu. Now "net_nfs" for | |
4284 | example uses the device-tree style booting formerly know as "net_nfs_fdt". | |
4285 | Also the addresses in RAM were changed because of the new image booting | |
4286 | support, which check for image overwriting. So the addresses needed to | |
4287 | get adjusted. | |
4288 | ||
4289 | Signed-off-by: Stefan Roese <[email protected]> | |
4290 | ||
4291 | commit f3612a7b199cab3942f60d9c1392eb39d58cc699 | |
4292 | Author: Becky Bruce <[email protected]> | |
4293 | Date: Wed May 7 13:28:16 2008 -0500 | |
4294 | ||
4295 | PPC: fix map_physmem build warning | |
4296 | ||
4297 | map_physmem currently generates a warning when CONFIG_PHYS_64BIT is | |
4298 | enabled. This quiets the warning. | |
4299 | ||
4300 | Signed-off-by: Becky Bruce <[email protected]> | |
4301 | ||
4302 | commit 36f32675f40292002ee1fed252c180a43022d2d4 | |
4303 | Author: Becky Bruce <[email protected]> | |
4304 | Date: Wed May 7 13:24:57 2008 -0500 | |
4305 | ||
4306 | Update pci code to use phys_addr_t | |
4307 | ||
4308 | Physical addrs need to be represented by phys_addr_t, not | |
4309 | unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT | |
4310 | are going to fail mightily. | |
4311 | ||
4312 | Signed-off-by: Becky Bruce <[email protected]> | |
4313 | ||
4314 | commit 91a616741fc128cdb88f39bddcd4d72fe17466d0 | |
4315 | Author: Nick Spence <[email protected]> | |
4316 | Date: Thu May 8 22:32:22 2008 -0700 | |
4317 | ||
4318 | Support legacy multi-type images without FDT section. | |
4319 | ||
4320 | This patch enables legacy multi-type images containing only a Linux kernel | |
4321 | and root file system to be loaded, maintaining compatibility with previous | |
4322 | versions of u-boot. | |
4323 | ||
4324 | This is required when using old image files such as a Linux 2.4 kernel / | |
4325 | filesystem. | |
4326 | ||
4327 | Signed-off-by: Nick Spence <[email protected]> | |
4328 | Acked-by: Bartlomiej Sieka <[email protected]> | |
4329 | ||
4330 | commit 881031d9732783b7aeae2198fc7eb480ae8974a6 | |
4331 | Author: Wolfgang Denk <[email protected]> | |
4332 | Date: Sat May 10 00:38:02 2008 +0200 | |
4333 | ||
4334 | Update CHANGELOG. | |
4335 | ||
4336 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4337 | ||
881031d9 WD |
4338 | commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774 |
4339 | Author: Wolfgang Denk <[email protected]> | |
4340 | Date: Sat May 10 00:36:09 2008 +0200 | |
4341 | ||
4342 | post/cpu/ppc4xx/Makefile: line length cleanup | |
4343 | ||
4344 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4345 | ||
4346 | commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d | |
4347 | Author: Stelian Pop <[email protected]> | |
4348 | Date: Thu May 8 22:52:09 2008 +0200 | |
4349 | ||
4350 | Fix @ -> <at> substitution | |
4351 | ||
4352 | When applying the AT91CAP9 patches upstream, something transformed | |
4353 | the '@' character into the ' <at> ' sequence. | |
4354 | ||
4355 | The patch below restores the original form in all the places where | |
4356 | it has been modified (the AT91CAP9 files, the AT91SAM9260 files which | |
4357 | were copied from AT91CAP9, and a couple of other files where the | |
4358 | ' <at> ' sequence was present). | |
4359 | ||
4360 | Signed-off-by: Stelian Pop <[email protected]> | |
4361 | ||
4362 | commit 9606b3c81b3c47a1d58514e9a232c6f461a17597 | |
4363 | Author: Stelian Pop <[email protected]> | |
4364 | Date: Thu May 8 22:52:10 2008 +0200 | |
4365 | ||
4366 | Update origin and copyright information in arch-at91sam9 header files | |
4367 | ||
4368 | When doing the AT91CAP9/AT91SAM9 port, a number of header files were | |
4369 | copied from the Linux kernel sources. This patch explicitly specifies | |
4370 | this origin for all the copied headers, and for those missing copyright | |
4371 | information, adds it. | |
4372 | ||
4373 | Additionaly, the header file 'at91sam926x_mc.h' has been superceeded | |
4374 | in the latest kernel sources by 'at91sam9_smc.h'. | |
4375 | ||
4376 | The copyright information has been confirmed by the AT91 Linux kernel | |
4377 | maintainer, Andrew Victor <[email protected]>. | |
4378 | ||
4379 | Signed-off-by: Stelian Pop <[email protected]> | |
4380 | ||
4381 | commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1 | |
4382 | Author: Stelian Pop <[email protected]> | |
4383 | Date: Thu May 8 22:52:11 2008 +0200 | |
4384 | ||
4385 | Add copyright information in Atmel boards partition.c | |
4386 | ||
4387 | When Ulf did the dataflash.c cleanup, he didn't add his copyright on | |
4388 | the new created files. This patch fixes the problem. | |
4389 | ||
4390 | Signed-off-by: Stelian Pop <[email protected]> | |
4391 | ||
4392 | commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3 | |
4393 | Author: Guennadi Liakhovetski <[email protected]> | |
4394 | Date: Thu May 8 10:09:27 2008 +0200 | |
4395 | ||
4396 | mx31ads: fix 32kHz clock handling | |
4397 | ||
4398 | According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz | |
4399 | oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value. | |
4400 | Also fix a typo when verifying a jumper configuration. While at it, make | |
4401 | two needlessly global functions static. | |
4402 | ||
4403 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
4404 | ||
4405 | commit 1b5605ca57fbb364f4d78eeee28b974ed875e888 | |
4406 | Author: Marian Balakowicz <[email protected]> | |
4407 | Date: Wed May 7 13:10:04 2008 +0200 | |
4408 | ||
4409 | Avoid initrd and logbuffer area overlaps | |
4410 | ||
4411 | Add logbuffer to reserved LMB areas to prevent initrd allocation | |
4412 | from overlaping with it. | |
4413 | ||
4414 | Make sure to use correct logbuffer base address. | |
4415 | ||
4416 | Signed-off-by: Marian Balakowicz <[email protected]> | |
4417 | ||
4418 | commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b | |
4419 | Author: Marian Balakowicz <[email protected]> | |
4420 | Date: Wed May 7 13:08:54 2008 +0200 | |
4421 | ||
4422 | ppc: Cleanup get_effective_memsize() use | |
4423 | ||
4424 | Removed duplicated effective memory size calculation code. | |
4425 | ||
4426 | Signed-off-by: Marian Balakowicz <[email protected]> | |
4427 | ||
4428 | commit 273c37d843d5b581090378016cd12dd9c586907b | |
4429 | Author: Marian Balakowicz <[email protected]> | |
4430 | Date: Wed May 7 09:03:53 2008 +0200 | |
4431 | ||
4432 | Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled | |
4433 | ||
4434 | Recent modifcations to LOGBUFFER handling code were incorrecly | |
4435 | introduced to fit_check_kernel() routine during | |
4436 | "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", | |
4437 | commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f. | |
4438 | ||
4439 | This patch cleans up this merge issue. | |
4440 | ||
4441 | Signed-off-by: Marian Balakowicz <[email protected]> | |
4442 | ||
4443 | commit bc11756daff89a3de09ca80adac962b88cf06e6e | |
4444 | Author: Grant Erickson <[email protected]> | |
4445 | Date: Tue May 6 20:16:15 2008 -0700 | |
4446 | ||
4447 | Propagate Error Status to the Shell on fw_printenv Errors | |
4448 | ||
4449 | Changed implementation such that fw_printenv returns failure status | |
4450 | when one or more specified variables do not exist or when incorrect | |
4451 | command syntax is used. | |
4452 | ||
4453 | This aids scripting fw_printenv such that the script can key of the | |
4454 | return status rather than relying on standard error "scraping". | |
4455 | ||
4456 | Signed-off-by: Grant Erickson <[email protected]> | |
4457 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4458 | ||
4459 | commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6 | |
4460 | Author: Grant Erickson <[email protected]> | |
4461 | Date: Tue May 6 16:18:00 2008 -0700 | |
4462 | ||
4463 | Fix Compilation Errors with 'tools/env/fw_printenv' | |
4464 | ||
4465 | In the current top-of-tree, 1.3.3.-rc2, the optional tool | |
4466 | 'tools/env/fw_printenv' fails to compile for two reasons: | |
4467 | ||
4468 | 1) The header watchdog.h cannot be found. | |
4469 | 2) The header zlib.h is picked up from the tool chain rather than the | |
4470 | project causing a prototype conflict for crc32. | |
4471 | ||
4472 | This patch addresses both of these issues. | |
4473 | ||
4474 | Platforms Tested On: | |
4475 | - AMCC "Kilauea" | |
4476 | ||
4477 | Signed-off-by: Grant Erickson <[email protected]> | |
4478 | ||
4479 | commit 597f6c26a18b389903a64692bacbf9a1ca69355b | |
4480 | Author: James Yang <[email protected]> | |
4481 | Date: Mon May 5 10:22:53 2008 -0500 | |
4482 | ||
4483 | Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating | |
4484 | ||
4485 | When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't | |
4486 | work before relocating to RAM because command history is written into | |
4487 | a global array that is not writable before relocation. This patch | |
4488 | defers to the no-editing and no-history code in readline_into_buffer() | |
4489 | if it is called before relocation. | |
4490 | ||
4491 | Signed-off-by: James Yang <[email protected]> | |
4492 | Signed-off-by: Kumar Gala <[email protected]> | |
4493 | ||
4494 | commit 726c0f1e5f108dccea052965123b95837d2bd402 | |
4495 | Author: Detlev Zundel <[email protected]> | |
4496 | Date: Mon May 5 16:11:22 2008 +0200 | |
4497 | ||
4498 | cosmetic: Adjust coding style for switch statements to be consistent | |
4499 | ||
4500 | Signed-off-by: Detlev Zundel <[email protected]> | |
4501 | ||
4502 | commit 574b319512b13e10800f0045e39b993f4ca25e42 | |
4503 | Author: Detlev Zundel <[email protected]> | |
4504 | Date: Mon May 5 16:11:21 2008 +0200 | |
4505 | ||
4506 | Fix disk type output in disk/part.c | |
4507 | ||
4508 | Signed-off-by: Detlev Zundel <[email protected]> | |
4509 | ||
4510 | commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171 | |
4511 | Author: Vlad Lungu <[email protected]> | |
4512 | Date: Mon May 5 14:20:03 2008 +0300 | |
4513 | ||
4514 | Mail address change, documentation modified | |
4515 | ||
4516 | Signed-off-by: Vlad Lungu <[email protected]> | |
4517 | ||
4518 | commit 4d49b28038e2819088e8356a77212fc95a89ce5a | |
4519 | Author: Michal Simek <[email protected]> | |
4520 | Date: Sun May 4 15:42:41 2008 +0200 | |
4521 | ||
4522 | microblaze: Repare intc handling | |
4523 | ||
4524 | Signed-off-by: Michal Simek <[email protected]> | |
4525 | ||
4526 | commit 878b3b1e193e570caf3e96ad8e31e561f68d0287 | |
4527 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4528 | Date: Sun May 4 15:17:52 2008 +0200 | |
4529 | ||
4530 | include/gitignore: update to all architectures | |
4531 | ||
4532 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4533 | ||
4534 | commit 1df368aed3b8bc240fe1595d290b0e91b22961da | |
4535 | Author: Marcel Ziswiler <[email protected]> | |
4536 | Date: Mon May 5 02:12:06 2008 +0200 | |
4537 | ||
4538 | ide: Remove spurious second include of io.h | |
4539 | ||
4540 | Removed the second include, with all the #ifdef around as suggested by Wolfgang. | |
4541 | ||
4542 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
4543 | ||
4544 | commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c | |
4545 | Author: Adrian Filipi <[email protected]> | |
4546 | Date: Tue May 6 16:46:37 2008 -0400 | |
4547 | ||
4548 | Fix some typos | |
4549 | ||
4550 | This patch fixes three typos. | |
4551 | The first is a repetition of CONFIG_CMD_BSP. | |
4552 | The second makes the #endif comment match its #if. | |
4553 | The third is a spelling error. | |
4554 | ||
4555 | Signed-off-by: Adrian Filipi <[email protected]> | |
4556 | ||
4557 | commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb | |
4558 | Author: Grant Erickson <[email protected]> | |
4559 | Date: Sun May 4 16:45:01 2008 -0700 | |
4560 | ||
4561 | Recognize 'powerpc' As an Alias for IH_ARCH_PPC | |
4562 | ||
4563 | Add support for the recognition of 'powerpc' as an alias for the PowerPC | |
4564 | architecture type since Linux is already trending in that direction, | |
4565 | preferring 'powerpc' to 'ppc'. | |
4566 | ||
4567 | Signed-off-by: Grant Erickson <[email protected]> | |
4568 | ||
4569 | commit f5a24259190c388c2527bdc49fee34577d862cc7 | |
4570 | Author: Wheatley Travis <[email protected]> | |
4571 | Date: Fri May 2 13:35:15 2008 -0700 | |
4572 | ||
4573 | 7450 and 86xx L2 cache invalidate bug corrections | |
4574 | ||
4575 | The 7610 and related parts have an L2IP bit in the L2CR that is | |
4576 | monitored to signal when the L2 cache invalidate is complete whereas the | |
4577 | 7450 and related parts utilize L2I for this purpose. However, the | |
4578 | current code does not account for this difference. Additionally the 86xx | |
4579 | L2 cache invalidate code used an "andi" instruction where an "andis" | |
4580 | instruction should have been used. | |
4581 | ||
4582 | This patch addresses both of these bugs. | |
4583 | ||
4584 | Signed-off-by: Travis Wheatley <[email protected]> | |
4585 | Acked-By: Jon Loeliger <[email protected]> | |
4586 | ||
4587 | commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72 | |
4588 | Author: Wolfgang Denk <[email protected]> | |
4589 | Date: Fri May 9 10:16:13 2008 +0200 | |
4590 | ||
4591 | Avoid infinite loop "Generating include/autoconf.mk" | |
4592 | ||
4593 | Fix a bogus circular dependency that caused an infinite loop of | |
4594 | "Generating include/autoconf.mk" again and again. | |
4595 | ||
4596 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4597 | ||
01db232d WD |
4598 | commit 567fb852178dbf59529d7301620a3f3732a4b02d |
4599 | Author: Stelian Pop <[email protected]> | |
4600 | Date: Thu May 8 22:52:09 2008 +0200 | |
4601 | ||
4602 | Fix @ -> <at> substitution | |
4603 | ||
4604 | When applying the AT91CAP9 patches upstream, something transformed | |
4605 | the '@' character into the ' <at> ' sequence. | |
4606 | ||
4607 | The patch below restores the original form in all the places where | |
4608 | it has been modified (the AT91CAP9 files, the AT91SAM9260 files which | |
4609 | were copied from AT91CAP9, and a couple of other files where the | |
4610 | ' <at> ' sequence was present). | |
4611 | ||
4612 | Signed-off-by: Stelian Pop <[email protected]> | |
4613 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4614 | ||
4615 | commit 73ccb3410a0785593cda7aee455dfc51f790e281 | |
4616 | Author: Gary Jennejohn <[email protected]> | |
4617 | Date: Mon Apr 28 14:04:32 2008 +0200 | |
4618 | ||
4619 | ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board | |
4620 | ||
4621 | Signed-off-by: Gary Jennejohn <[email protected]> | |
4622 | Signed-off-by: Stefan Roese <[email protected]> | |
4623 | ||
881031d9 WD |
4624 | commit ef2642625cbfb1c3695e3478d08ae515052a4950 |
4625 | Author: Stefan Roese <[email protected]> | |
4626 | Date: Thu May 8 11:10:46 2008 +0200 | |
4627 | ||
4628 | ppc4xx: Kilauea: Fix incorrect FPGA FIFO address | |
4629 | ||
4630 | Signed-off-by: Stefan Roese <[email protected]> | |
4631 | ||
4632 | commit a00eccfebc954ad9485161efeca7d9aaf626d530 | |
4633 | Author: Stefan Roese <[email protected]> | |
4634 | Date: Thu May 8 11:05:15 2008 +0200 | |
4635 | ||
4636 | ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards | |
4637 | ||
4638 | This patch adds fdt (flattened device tree) support to all remaining AMCC | |
4639 | eval boards. Most newer boards already support device tree. With this patch, | |
4640 | all AMCC boards now enable device tree passing from U-Boot to Linux | |
4641 | arch/powerpc kernels. | |
4642 | ||
4643 | Signed-off-by: Stefan Roese <[email protected]> | |
4644 | ||
4645 | commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3 | |
4646 | Author: Stefan Roese <[email protected]> | |
4647 | Date: Thu May 8 11:01:09 2008 +0200 | |
4648 | ||
4649 | ppc4xx: Add weak default ft_board_setup() routine | |
4650 | ||
4651 | This patch adds a default ft_board_setup() routine to the 4xx fdt code. | |
4652 | This routine is defined as weak and can be overwritten by a board specific | |
4653 | one if needed. | |
4654 | ||
4655 | Signed-off-by: Stefan Roese <[email protected]> | |
4656 | ||
4657 | commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01 | |
4658 | Author: Stefan Roese <[email protected]> | |
4659 | Date: Thu May 8 10:48:58 2008 +0200 | |
4660 | ||
4661 | ppc4xx: acadia: Add fdt support and fix section overlap problem | |
4662 | ||
4663 | This patch adds fdt (flattened device tree) support to the AMCC | |
4664 | Acadia eval board. This increases the image size and it doesn't | |
4665 | fit anymore into 256kByte. Since we didn't want to remove features | |
4666 | from the configuration, we decided to increase the U-Boot image size | |
4667 | (add one flash sector). | |
4668 | ||
4669 | Also changed the default environment definition to make it | |
4670 | independent of such changes. | |
4671 | ||
4672 | Signed-off-by: Stefan Roese <[email protected]> | |
4673 | ||
4674 | commit 4adb3023de75bc150f088c8935db340930ad38c8 | |
4675 | Author: Ira Snyder <[email protected]> | |
4676 | Date: Tue Apr 29 11:18:54 2008 -0700 | |
4677 | ||
4678 | ppc4xx: Add device tree support to AMCC Yosemite | |
4679 | ||
4680 | Add support for booting with a device tree blob. This is needed to boot | |
4681 | ARCH=powerpc kernels. Also add support for setting the eth0 mac address | |
4682 | via the ethaddr variable. | |
4683 | ||
4684 | Signed-off-by: Ira W. Snyder <[email protected]> | |
4685 | Signed-off-by: Stefan Roese <[email protected]> | |
4686 | ||
4687 | commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b | |
4688 | Author: Dave Mitchell <[email protected]> | |
4689 | Date: Wed May 7 09:00:23 2008 -0700 | |
4690 | ||
4691 | ppc4xx: Fix typos in 460GT/EX FBDV array | |
4692 | ||
4693 | Corrected two typos in the 460GT/EX FBDV array. | |
4694 | ||
4695 | Signed-off-by: Dave Mitchell <[email protected]> | |
4696 | Signed-off-by: Stefan Roese <[email protected]> | |
4697 | ||
4698 | commit 66f5fa9263629271edc86178b1f224e3c9aab2b3 | |
4699 | Author: Andy Fleming <[email protected]> | |
4700 | Date: Wed May 7 16:54:31 2008 -0500 | |
4701 | ||
4702 | 85xx: Limit CPU2 workaround to parts that have the errata | |
4703 | ||
4704 | Signed-off-by: Ebony Zhu <[email protected]> | |
4705 | Signed-off-by: Andy Fleming <[email protected]> | |
4706 | ||
4707 | commit a5fe514e8ace564300d2c1d73846ddff49654243 | |
4708 | Author: Lee Nipper <[email protected]> | |
4709 | Date: Fri Apr 25 15:44:45 2008 -0500 | |
4710 | ||
4711 | mpc83xx: system performance settings for MPC8349EMDS. | |
4712 | ||
4713 | These same settings are used on MPC8349ITX, and | |
4714 | improve performance on MPC8349EMDS. | |
4715 | ||
4716 | Signed-off-by: Lee Nipper <[email protected]> | |
4717 | Signed-off-by: Kim Phillips <[email protected]> | |
4718 | ||
4719 | commit 49387dba910e485640b575e920ee463b7e611dc3 | |
4720 | Author: Shinya Kuribayashi <[email protected]> | |
4721 | Date: Tue May 6 13:22:52 2008 +0900 | |
4722 | ||
4723 | [MIPS] cpu/mips/cache.S: Fix build warning | |
4724 | ||
4725 | Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0), | |
4726 | warns illegal global symbol references by bal (and jal also) instruction. | |
4727 | This does not happen with the latest binutils v2.18. | |
4728 | ||
4729 | Here's an example on gth2_config: | |
4730 | ||
4731 | mips_4KC-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x90000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isy | |
4732 | stem /opt/eldk311/usr/bin/../lib/gcc-lib/mips-linux/3.3.3/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4k | |
4733 | c -EB -c -o cache.o cache.S | |
4734 | cache.S: Assembler messages: | |
4735 | cache.S:243: Warning: Pretending global symbol used as branch target is local. | |
4736 | cache.S:250: Warning: Pretending global symbol used as branch target is local. | |
4737 | ||
4738 | In principle, gas might be sensitive to global symbol references in PIC | |
4739 | code because they should be processed through GOT (global offset table). | |
4740 | But if `bal' instruction is used, it results in PC-based offset jump. | |
4741 | This is the cause of this warning. | |
4742 | ||
4743 | In practice, we know it doesn't matter whether PC-based reference or GOT- | |
4744 | based. As for this case, both will work before/after relocation. But let's | |
4745 | fix the code. | |
4746 | ||
4747 | This patch explicitly sets up a target address, then jump there. | |
4748 | Here's an example of disassembled code with/without this patch. | |
4749 | ||
4750 | 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20> | |
4751 | 9000066c: ac80fffc sw zero,-4(a0) | |
4752 | 90000670: 01402821 move a1,t2 | |
4753 | -90000674: 0411ffba bal 90000560 <mips_init_icache> | |
4754 | -90000678: 01803021 move a2,t4 | |
4755 | -9000067c: 01602821 move a1,t3 | |
4756 | -90000680: 0411ffcc bal 900005b4 <mips_init_dcache> | |
4757 | -90000684: 01a03021 move a2,t5 | |
4758 | -90000688: 03000008 jr t8 | |
4759 | -9000068c: 00000000 nop | |
4760 | +90000674: 01803021 move a2,t4 | |
4761 | +90000678: 8f8f83ec lw t7,-31764(gp) | |
4762 | +9000067c: 01e0f809 jalr t7 | |
4763 | +90000680: 00000000 nop | |
4764 | +90000684: 01602821 move a1,t3 | |
4765 | +90000688: 01a03021 move a2,t5 | |
4766 | +9000068c: 8f8f81e0 lw t7,-32288(gp) | |
4767 | +90000690: 01e0f809 jalr t7 | |
4768 | +90000694: 00000000 nop | |
4769 | +90000698: 03000008 jr t8 | |
4770 | +9000069c: 00000000 nop | |
4771 | ||
4772 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
4773 | ||
4774 | commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3 | |
4775 | Author: Vlad Lungu <[email protected]> | |
4776 | Date: Mon May 5 14:04:00 2008 +0300 | |
4777 | ||
4778 | Allow building mips versions with ELDK 3.1.1 | |
4779 | ||
4780 | .gpword works only with local symbols on certain binutils versions | |
4781 | ||
4782 | Signed-off-by: Vlad Lungu <[email protected]> | |
4783 | ||
4784 | commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d | |
4785 | Author: Wolfgang Denk <[email protected]> | |
4786 | Date: Mon May 5 12:52:36 2008 +0200 | |
4787 | ||
4788 | MAKEALL: add inka4x0 board | |
4789 | ||
4790 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4791 | ||
4792 | commit b83dcc13ae7b2dab394bfef6f699750d11490ee2 | |
4793 | Author: Wolfgang Denk <[email protected]> | |
4794 | Date: Sun May 4 21:34:23 2008 +0200 | |
4795 | ||
4796 | kb9202 board: fix build problem. | |
4797 | ||
4798 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4799 | ||
4800 | commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869 | |
4801 | Author: Wolfgang Denk <[email protected]> | |
4802 | Date: Sun May 4 12:10:33 2008 +0200 | |
4803 | ||
4804 | Prepare for v1.3.3-rc3 | |
4805 | ||
4806 | Update ChNAGELOG, minor white space cleanup. | |
4807 | ||
4808 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4809 | ||
6adf61dc WD |
4810 | commit 7c0773fde6100b61be2558cb5d8c442a3194aecb |
4811 | Author: Wolfgang Denk <[email protected]> | |
4812 | Date: Sun May 4 00:35:15 2008 +0200 | |
4813 | ||
4814 | drivers/net/tsec.c: Fix typo. | |
4815 | ||
4816 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4817 | ||
4818 | commit aa737945e6f37a5de5dbad550a7694e0cb2a8120 | |
4819 | Author: Mike Frysinger <[email protected]> | |
4820 | Date: Fri May 2 21:45:12 2008 -0400 | |
4821 | ||
4822 | version_autogenerated.h: use printf rather than echo -n | |
4823 | ||
4824 | Some systems are dumb and do not implement the -n flag to echo (like OS X). | |
4825 | Convert the Makefile to use printf as this should work everywhere. | |
4826 | ||
4827 | Signed-off-by: Mike Frysinger <[email protected]> | |
4828 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4829 | ||
4830 | commit 4acc2a108ad0a669165924704a6cb083f9138242 | |
4831 | Author: Mike Frysinger <[email protected]> | |
4832 | Date: Fri May 2 18:17:50 2008 -0400 | |
4833 | ||
4834 | fix building when saveenv is disabled in some setups | |
4835 | ||
4836 | If you enable environment in the flash, but disable the embedded | |
4837 | option, and you disable the saveenv command, then the #if nested | |
4838 | logic will trigger a compile failure: | |
4839 | env_flash.c: In function 'env_relocate_spec': | |
4840 | env_flash.c:399: error: 'flash_addr' undeclared (first use in this function) | |
4841 | The fix is to add CMD_SAVEENV ifdef protection like everywhere else. | |
4842 | ||
4843 | Signed-off-by: Mike Frysinger <[email protected]> | |
4844 | ||
4845 | commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7 | |
4846 | Author: Jeremy McNicoll <[email protected]> | |
4847 | Date: Fri May 2 16:10:04 2008 -0400 | |
4848 | ||
4849 | SBC8548: fix address mask to allow 64M flash | |
4850 | ||
4851 | Fix incorrect mask to enable all 64MB of onboard flash. | |
4852 | Previously U-Boot incorrectly mapped only 8MB of flash, this | |
4853 | patch correctly maps all the available flash. | |
4854 | ||
4855 | Signed-off-by: Jeremy McNicoll <[email protected]> | |
4856 | ||
4857 | commit 3648085c464c8c22ef76fab006ca4344d3796124 | |
4858 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4859 | Date: Fri May 2 19:48:56 2008 +0200 | |
4860 | ||
4861 | qemu_mips: add README | |
4862 | ||
4863 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4864 | ||
4865 | commit 6fdd002689190a0022c7b3dbab37fcba724580ce | |
4866 | Author: Marcel Ziswiler <[email protected]> | |
4867 | Date: Fri May 2 02:35:59 2008 +0200 | |
4868 | ||
4869 | Fix misspelled comment | |
4870 | ||
4871 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
4872 | ||
4873 | commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1 | |
4874 | Author: Mike Frysinger <[email protected]> | |
4875 | Date: Thu May 1 04:13:05 2008 -0400 | |
4876 | ||
4877 | mkimage: make mmap() checks consistent | |
4878 | ||
4879 | The mmap() related code is full of inconsistent casts/constants when | |
4880 | it comes to error checking, and may break when building on some | |
4881 | systems (like ones that do not implicitly define the caddr_t type). | |
4882 | Let's just avoid the whole mess by writing the code nice and clean in | |
4883 | the first place. | |
4884 | ||
4885 | Signed-off-by: Mike Frysinger <[email protected]> | |
4886 | ||
4887 | commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a | |
4888 | Author: Marcel Ziswiler <[email protected]> | |
4889 | Date: Thu May 1 09:05:34 2008 +0200 | |
4890 | ||
4891 | Fix defined but not used build warning | |
4892 | ||
4893 | - warning: 'srom' defined but not used | |
4894 | ||
4895 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
4896 | ||
4897 | commit b71190f3250aaffcc81c35f6cfd3498cb7c48013 | |
4898 | Author: Marcel Ziswiler <[email protected]> | |
4899 | Date: Thu May 1 09:05:26 2008 +0200 | |
4900 | ||
4901 | Fix implicit declaration build warnings | |
4902 | ||
4903 | - warning: implicit declaration of function ‘serial_initialize’ | |
4904 | ||
4905 | Signed-off-by: Marcel Ziswiler <[email protected]> | |
4906 | ||
4907 | commit 9acde129cc3f9c1b3bc11a821480dd446774d618 | |
4908 | Author: Andre Schwarz <[email protected]> | |
4909 | Date: Tue Apr 29 19:18:32 2008 +0200 | |
4910 | ||
4911 | TSEC: add config options for VSC8601 RGMII PHY | |
4912 | ||
4913 | The Vitesse VSC8601 RGMII PHY has internal delay for both Rx | |
4914 | and Tx clock lines. They are configured using 2 bits in extended | |
4915 | register 0x17. | |
4916 | Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have | |
4917 | been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay. | |
4918 | ||
4919 | Signed-off-by: Andre Schwarz <[email protected]> | |
4920 | Acked-by: Andy Fleming <[email protected]> | |
4921 | Acked-by: Ben Warren <[email protected]> | |
4922 | -- | |
4923 | ||
4924 | drivers/net/tsec.c | 6 ++++++ | |
4925 | drivers/net/tsec.h | 3 +++ | |
4926 | 2 files changed, 9 insertions(+), 0 deletions(-) | |
4927 | ||
4928 | commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8 | |
4929 | Author: Wolfgang Denk <[email protected]> | |
4930 | Date: Sat May 3 23:07:15 2008 +0200 | |
4931 | ||
4932 | Revert "ColdFire: Get information from the correct GCC" | |
4933 | ||
4934 | This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a | |
4935 | (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40). | |
4936 | ||
4937 | commit c4e5f52a58d278eebb87f476e353972c5dacea40 | |
4938 | Author: Wolfgang Denk <[email protected]> | |
4939 | Date: Sat May 3 22:25:00 2008 +0200 | |
4940 | ||
4941 | config.mk: use correct (cross) compiler | |
4942 | ||
4943 | Some config.mk files reference $(CC) to test for specific tool chain | |
4944 | features, so make sure $(CC) gets set before including any such | |
4945 | config files. | |
4946 | ||
4947 | This patch replaces commit b7166e05a5 ("ColdFire: Get information from | |
4948 | the correct GCC"). | |
4949 | ||
4950 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4951 | ||
4952 | commit 27c38689d0cfde0e444239345f97b5eecc9f4067 | |
4953 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4954 | Date: Thu May 1 02:13:44 2008 +0200 | |
4955 | ||
4956 | pxa: fix previous definition on cpu init | |
4957 | ||
4958 | start.S:183:1: warning: "ICMR" redefined | |
4959 | In file included from start.S:33: | |
4960 | include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition | |
4961 | start.S:187:1: warning: "RCSR" redefined | |
4962 | ... | |
4963 | ||
4964 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4965 | ||
4966 | commit 6d12e697de794d700767f22f950e3026ccf4daf6 | |
4967 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4968 | Date: Thu May 1 02:13:43 2008 +0200 | |
4969 | ||
4970 | pxa: fix pcmcia operation on 'i' may be undefined | |
4971 | ||
4972 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
4973 | Signed-off-by: Wolfgang Denk <[email protected]> | |
4974 | ||
4975 | commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f | |
4976 | Author: Kumar Gala <[email protected]> | |
4977 | Date: Wed Apr 30 16:24:35 2008 -0500 | |
4978 | ||
4979 | MPC8610HPCD: Drop -O2 from the build flags | |
4980 | ||
4981 | Make the flags use -Os like all other boards | |
4982 | ||
4983 | Signed-off-by: Kumar Gala <[email protected]> | |
4984 | ||
4985 | commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd | |
4986 | Author: Stefan Roese <[email protected]> | |
4987 | Date: Wed Apr 30 15:50:39 2008 +0200 | |
4988 | ||
4989 | RTC: Fix month offset by one problem in M41T62 RTC driver | |
4990 | ||
4991 | This patch fixes a problem with the month being read and written | |
4992 | incorrectly (offset by one). This only gets visible by also using | |
4993 | the Linux driver (rtc-m41t80). | |
4994 | ||
4995 | Tested on AMCC Canyonlands. | |
4996 | ||
4997 | Signed-off-by: Stefan Roese <[email protected]> | |
4998 | ||
4999 | commit 141ba1cad8e6598a2466e7e2976c6a12285df619 | |
5000 | Author: Shinya Kuribayashi <[email protected]> | |
5001 | Date: Sat May 3 13:51:44 2008 +0900 | |
5002 | ||
5003 | [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker | |
5004 | ||
5005 | Current trick to pick up GNU assembler minor version uses a dot(.) as a | |
5006 | delimiter, and take the second field to obtain minor version number. But | |
5007 | as can be expected, this doesn't work with a version string which has | |
5008 | dots more than needs. | |
5009 | ||
5010 | Here's an example: | |
5011 | ||
5012 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | |
5013 | GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215 | |
5014 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2 | |
5015 | 2-129) 2 | |
5016 | $ | |
5017 | ||
5018 | This patch restricts the version format to 2.XX.XX... This will work | |
5019 | in most cases. | |
5020 | ||
5021 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | |
5022 | 2.18.50.20080215 | |
5023 | $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2 | |
5024 | 18 | |
5025 | $ | |
5026 | ||
5027 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
5028 | ||
5029 | commit ea638951acead7f1086c908c0b9f086beab82a22 | |
5030 | Author: Shinya Kuribayashi <[email protected]> | |
5031 | Date: Sat May 3 13:51:28 2008 +0900 | |
5032 | ||
5033 | [MIPS] cpu/mips/cache.S: Add dcache_enable | |
5034 | ||
5035 | Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482, | |
5036 | "allow ports to override bootelf behavior") requires ports to have this | |
5037 | function. | |
5038 | ||
5039 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
5040 | Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5041 | ||
5042 | commit d2c6fbec4397c936b18cd42482b6973cd6781bdf | |
5043 | Author: Wolfgang Denk <[email protected]> | |
5044 | Date: Thu May 1 21:30:16 2008 +0200 | |
5045 | ||
5046 | onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts | |
5047 | ||
5048 | Onenand needs a version of memcpy() which performs 16 bit accesses | |
5049 | only; make sure the name does not conflict with the standard | |
5050 | function. | |
5051 | ||
5052 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5053 | ||
5054 | commit 12bc4e94251c369c529ffa505cf58b148c372f7f | |
5055 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5056 | Date: Wed Apr 30 22:38:17 2008 +0200 | |
5057 | ||
5058 | cmd_nand: fix warning: str2long ncompatible pointer type | |
5059 | ||
5060 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5061 | ||
5062 | commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd | |
5063 | Author: Timur Tabi <[email protected]> | |
5064 | Date: Fri Apr 4 11:16:11 2008 -0500 | |
5065 | ||
5066 | Fix calculation of I2C clock for some 86xx chips | |
5067 | ||
5068 | Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2. | |
5069 | There is no pattern that can be used to determine which chips use which | |
5070 | frequency, so the only way to determine is to look up the actual SOC | |
5071 | designation and use the right value for that SOC. | |
5072 | ||
5073 | Signed-off-by: Timur Tabi <[email protected]> | |
5074 | ||
5075 | commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9 | |
5076 | Author: TsiChung Liew <[email protected]> | |
5077 | Date: Wed Apr 30 12:11:19 2008 -0500 | |
5078 | ||
5079 | ColdFire: Fix ethernet hang issue for mcf547x_8x | |
5080 | ||
5081 | The ethernet hang is caused by receiving buffer in DRAM is not | |
5082 | yet ready due to access cycles require longer time in DRAM. | |
5083 | Relocate DMA buffer descriptors from DRAM to internal SRAM. | |
5084 | ||
5085 | Signed-off-by: TsiChung Liew <[email protected]> | |
5086 | ||
5087 | commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca | |
5088 | Author: TsiChung Liew <[email protected]> | |
5089 | Date: Wed Apr 30 12:10:47 2008 -0500 | |
5090 | ||
5091 | ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c | |
5092 | ||
5093 | Signed-off-by: Luigi Comio Mantellini <[email protected]> | |
5094 | Signed-off-by: TsiChung Liew <[email protected]> | |
5095 | ||
5096 | commit b7166e05a513c0806b63b9dfb6f1d77645cede2a | |
5097 | Author: TsiChung Liew <[email protected]> | |
5098 | Date: Wed Apr 30 12:10:23 2008 -0500 | |
5099 | ||
5100 | ColdFire: Get information from the correct GCC | |
5101 | ||
5102 | Signed-off-by: Kurt Mahan <[email protected]> | |
5103 | Signed-off-by: TsiChung Liew <[email protected]> | |
5104 | ||
5105 | commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9 | |
5106 | Author: [email protected] <[email protected]> | |
5107 | Date: Wed Apr 30 18:02:59 2008 +0200 | |
5108 | ||
5109 | Fix warning in env_nand.c if compiled for DaVinci Schmoogie | |
5110 | ||
5111 | Fix warnings | |
5112 | ||
5113 | nv_nand.c: In function 'saveenv': | |
5114 | env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type | |
5115 | env_nand.c: In function 'env_relocate_spec': | |
5116 | env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type | |
5117 | ||
5118 | if compiled for davinci_schmoogie_config. | |
5119 | ||
5120 | Signed-off-by: Dirk Behme <[email protected]> | |
5121 | Ack by: Sergey Kubushyn <[email protected]> | |
5122 | ||
5123 | commit 33a4a70d48d622cc4950c60a84fec23b9421f23e | |
5124 | Author: Anatolij Gustschin <[email protected]> | |
5125 | Date: Wed Apr 30 13:34:40 2008 +0200 | |
5126 | ||
5127 | Fix warnings while compiling net/net.c for MPC8610HPCD board | |
5128 | ||
5129 | MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS | |
5130 | causing overriding default -Os option. New gcc (ver. 4.2.2) | |
5131 | produces warnings while compiling net/net.c file with -O2 | |
5132 | option. The patch is an attempt to fix this. | |
5133 | ||
5134 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
5135 | ||
5136 | commit 58b575e575c25fdf8c88141e145db201f3092149 | |
5137 | Author: Sascha Laue <[email protected]> | |
5138 | Date: Wed Apr 30 15:23:38 2008 +0200 | |
5139 | ||
5140 | lwmon5: fix offset error in sysmon0 POST | |
5141 | ||
5142 | Signed-off-by: Sascha Laue <[email protected]> | |
5143 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5144 | ||
5145 | commit e7419b243a373de4ee042f7d4f45f66de787240d | |
5146 | Author: Sascha Laue <[email protected]> | |
5147 | Date: Wed Apr 30 15:16:35 2008 +0200 | |
5148 | ||
5149 | lwmon5: fix manual merge error in POST | |
5150 | ||
5151 | Signed-off-by: Sascha Laue <[email protected]> | |
5152 | ||
5153 | commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a | |
5154 | Author: Wolfgang Denk <[email protected]> | |
5155 | Date: Wed Apr 30 17:46:26 2008 +0200 | |
5156 | ||
5157 | cmd_nand.c: fix another 'incompatible pointer type' warning. | |
5158 | ||
5159 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5160 | ||
5161 | commit de109d909707e2dfe806be5efc3cdb103b47c8ad | |
5162 | Author: Wolfgang Denk <[email protected]> | |
5163 | Date: Wed Apr 30 17:25:07 2008 +0200 | |
5164 | ||
5165 | Makefile: fix parallel builds | |
5166 | ||
5167 | This problem shows up with parallel builds only; it results in | |
5168 | somewhat cryptic error messages like | |
5169 | ||
5170 | $ JOBS=-j6 MAKEALL netstar | |
5171 | Configuring for netstar board... | |
5172 | arm-linux-ld: cannot find -lgeneric | |
5173 | make[1]: *** [eeprom.srec] Error 1 | |
5174 | ||
5175 | A few boards (like netstar and voiceblue) need some libraries for | |
5176 | building; however, the board Makefile does not contain any such | |
5177 | dependencies which may cause problems with parallel builds. Adding | |
5178 | such dependencies is difficult as we would also have to provide build | |
5179 | rules, which already exist in the respective library Makefiles. | |
5180 | ||
5181 | To solve this, we make sure that all libraries get built before the | |
5182 | board code. | |
5183 | ||
5184 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5185 | ||
5186 | commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f | |
5187 | Author: Stefan Roese <[email protected]> | |
5188 | Date: Wed Apr 30 14:51:36 2008 +0200 | |
5189 | ||
5190 | ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module | |
5191 | ||
5192 | This patch changes the Canyonlands/Glacier fixed DDR2 controller setup | |
5193 | used for NAND booting to match the values needed for the new 512MB | |
5194 | DIMM modules shipped with the productions boards: | |
5195 | ||
5196 | Crucial: CT6464AC667.8FB | |
5197 | ||
5198 | Signed-off-by: Stefan Roese <[email protected]> | |
5199 | ||
5200 | commit ea9202a659dc75996facf1475f1866a19a9d3129 | |
5201 | Author: Stefan Roese <[email protected]> | |
5202 | Date: Wed Apr 30 10:49:43 2008 +0200 | |
5203 | ||
5204 | ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c | |
5205 | ||
5206 | This patch fixes a problem with DIMMs that have 8 banks. Now the | |
5207 | MCIF0_MBxCF register will be setup correctly for this setup too. | |
5208 | ||
5209 | This was noticed with the 512MB DIMM on Canyonlands/Glacier. | |
5210 | ||
5211 | Signed-off-by: Stefan Roese <[email protected]> | |
5212 | ||
5213 | commit 76617299358ebba260ecc02d33e8e75d8d13dd3b | |
5214 | Author: Wolfgang Denk <[email protected]> | |
5215 | Date: Tue Apr 29 23:41:06 2008 +0200 | |
5216 | ||
5217 | Prepare v1.3.3-rc2, again. | |
5218 | ||
5219 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5220 | ||
76617299 WD |
5221 | commit b7fcc4c13993782342cf5cd20d237a6281648a0b |
5222 | Author: Wolfgang Denk <[email protected]> | |
5223 | Date: Tue Apr 29 23:35:24 2008 +0200 | |
5224 | ||
5225 | Prepare v1.3.3-rc2 | |
5226 | ||
5227 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5228 | ||
b7fcc4c1 WD |
5229 | commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4 |
5230 | Author: Wolfgang Denk <[email protected]> | |
5231 | Date: Tue Apr 29 23:32:20 2008 +0200 | |
5232 | ||
5233 | common/env_nand.c: fix one more incompatible pointer type issue | |
5234 | ||
5235 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5236 | ||
5237 | commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f | |
5238 | Author: Wolfgang Denk <[email protected]> | |
5239 | Date: Tue Apr 29 21:33:08 2008 +0200 | |
5240 | ||
5241 | post/board/lwmon5/sysmon.c: fix manual merge error. | |
5242 | ||
5243 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5244 | ||
5245 | commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a | |
5246 | Author: Kumar Gala <[email protected]> | |
5247 | Date: Tue Apr 29 12:54:59 2008 -0500 | |
5248 | ||
5249 | 85xx: Add -mno-spe to e500/85xx builds | |
5250 | ||
5251 | Newer gcc's might be configured to enable autovectorization by default. | |
5252 | If we happen to build with one of those compilers we will get SPE | |
5253 | instructions in random code. | |
5254 | ||
5255 | -mno-spe disables the compiler for automatically generating SPE | |
5256 | instructions without our knowledge. | |
5257 | ||
5258 | Signed-off-by: Kumar Gala <[email protected]> | |
5259 | ||
5260 | commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5 | |
5261 | Author: Kumar Gala <[email protected]> | |
5262 | Date: Tue Apr 29 10:18:34 2008 -0500 | |
5263 | ||
5264 | Update .gitignore for zlib.h | |
5265 | ||
5266 | Signed-off-by: Kumar Gala <[email protected]> | |
5267 | ||
5268 | commit 45239cf4152109caa925145ccd433529902df887 | |
5269 | Author: Kumar Gala <[email protected]> | |
5270 | Date: Tue Apr 29 10:27:08 2008 -0500 | |
5271 | ||
5272 | 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs | |
5273 | ||
5274 | All the 85xx and 86xx UM describe the register as timing_cfg_3 | |
5275 | not as ext_refrec. | |
5276 | ||
5277 | Signed-off-by: Kumar Gala <[email protected]> | |
5278 | ||
5279 | commit ef7d30b14394e4c4a153118f5845760cadada02a | |
5280 | Author: Kumar Gala <[email protected]> | |
5281 | Date: Tue Apr 29 10:28:34 2008 -0500 | |
5282 | ||
5283 | 85xx/86xx: Rename DDR init address and init extended address register | |
5284 | ||
5285 | Rename init_addr and init_ext_addr to match the docs between | |
5286 | 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'. | |
5287 | ||
5288 | Signed-off-by: Kumar Gala <[email protected]> | |
5289 | ||
5290 | commit cf6cc014270549684873a5972d2595052c468cb6 | |
5291 | Author: Kumar Gala <[email protected]> | |
5292 | Date: Mon Apr 28 02:24:04 2008 -0500 | |
5293 | ||
5294 | 85xx: Additional fixes and cleanup of MP code | |
5295 | ||
5296 | * adjust __spin_table alignment to match ePAPR v0.94 spec | |
5297 | * loop over all cpus when determing who is up. This fixes an issue if | |
5298 | the "boot cpu" isn't core0. The "boot cpu" will already be in the | |
5299 | cpu_up_mask so there is no harm | |
5300 | * Added some protection in the code to ensure proper behavior. These | |
5301 | changes are explicitly needed but don't hurt: | |
5302 | - Added eieio to ensure the "hot word" of the table is written after | |
5303 | all other table updates have occurred. | |
5304 | - Added isync to ensure we don't prefetch loading of table entries | |
5305 | until we a released | |
5306 | ||
5307 | These issues we raised by Dave Liu. | |
5308 | ||
5309 | Signed-off-by: Kumar Gala <[email protected]> | |
5310 | ||
5311 | commit b2d527a8b9fb50afccbaf79b5540952585cdc760 | |
5312 | Author: Yuri Tikhonov <[email protected]> | |
5313 | Date: Tue Apr 29 15:06:41 2008 +0200 | |
5314 | ||
5315 | lwmon5: minor clean-up to include/configs/lwmon5.h | |
5316 | ||
5317 | LWMON5 DSPIC POST uses the watch-dog scratch register. So, make | |
5318 | the CFG_DSPIC_TEST_ADDR definition more readable. | |
5319 | ||
5320 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
5321 | ||
5322 | commit f4c4d21a885ccc222fd0acdf653b683249e85117 | |
5323 | Author: Stefan Roese <[email protected]> | |
5324 | Date: Tue Apr 29 16:08:05 2008 +0200 | |
5325 | ||
5326 | ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time | |
5327 | ||
5328 | Signed-off-by: Stefan Roese <[email protected]> | |
5329 | ||
5330 | commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8 | |
5331 | Author: Yuri Tikhonov <[email protected]> | |
5332 | Date: Tue Apr 29 13:32:45 2008 +0200 | |
5333 | ||
5334 | ppc flush_cache: add watch-dog triggering into the loops. | |
5335 | ||
5336 | Some boards (e.g. lwmon5) need rather a frequent watch-dog | |
5337 | kicking. Since the time it takes for the flush_cache() function | |
5338 | to complete its job depends on the size of data being flushed, one | |
5339 | may encounter watch-dog resets on such boards when, for example, | |
5340 | download big files over ethernet. | |
5341 | ||
5342 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
5343 | ||
5344 | commit cab99d6f3281ab6784feccf98b9b425daa58418a | |
5345 | Author: Stefan Roese <[email protected]> | |
5346 | Date: Tue Apr 29 14:44:54 2008 +0200 | |
5347 | ||
5348 | ppc4xx: Fix compilation warning in denali_spd_ddr2.c | |
5349 | ||
5350 | Signed-off-by: Stefan Roese <[email protected]> | |
5351 | ||
5352 | commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70 | |
5353 | Author: Stefan Roese <[email protected]> | |
5354 | Date: Tue Apr 29 14:12:07 2008 +0200 | |
5355 | ||
5356 | ppc4xx: Fix Katmai CFG_MONITOR_LEN | |
5357 | ||
5358 | Signed-off-by: Stefan Roese <[email protected]> | |
5359 | ||
5360 | commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7 | |
5361 | Author: Stefan Roese <[email protected]> | |
5362 | Date: Tue Apr 29 13:57:07 2008 +0200 | |
5363 | ||
5364 | ppc4xx: Complete remove bogus dflush() | |
5365 | ||
5366 | Since the current dflush() implementation is know to have some problems | |
5367 | (as seem on lwmon5 ECC init) this patch removes it completely and replaces | |
5368 | it by using clean_dcache_range(). | |
5369 | ||
5370 | Tested on Katmai with ECC DIMM. | |
5371 | ||
5372 | Signed-off-by: Stefan Roese <[email protected]> | |
5373 | ||
5374 | commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc | |
5375 | Author: Stefan Roese <[email protected]> | |
5376 | Date: Tue Apr 29 13:36:51 2008 +0200 | |
5377 | ||
5378 | ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range() | |
5379 | ||
5380 | As it seems the "old" ECC initialization routine by using dflush() didn't | |
5381 | write all lines in the dcache back to memory on lwmon5. This could lead | |
5382 | to ECC error upon Linux booting. This patch changes the program_ecc() | |
5383 | routine to now use clean_dcache_range() instead of dflush(). | |
5384 | clean_dcache_range() uses dcbst which is exactly what we want in this | |
5385 | case. | |
5386 | ||
5387 | Since dflush() is known is cause problems, this routine will be | |
5388 | removed completely and replaced by clean_dcache_range() with an | |
5389 | additional patch. | |
5390 | ||
5391 | Signed-off-by: Stefan Roese <[email protected]> | |
5392 | ||
5393 | commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757 | |
5394 | Author: Yuri Tikhonov <[email protected]> | |
5395 | Date: Mon Apr 28 18:19:34 2008 +0200 | |
5396 | ||
5397 | POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs. | |
5398 | ||
5399 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
5400 | ||
5401 | commit eea5a743a2193ef2a05b9bc6dc447ba241416f35 | |
5402 | Author: Markus Brunner <[email protected]> | |
5403 | Date: Mon Apr 28 08:47:47 2008 +0200 | |
5404 | ||
5405 | ppc4xx: Fixup ebc clock in FDT for 405GP/EP | |
5406 | ||
5407 | On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb | |
5408 | and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc | |
5409 | doesn't exist. | |
5410 | ||
5411 | Signed-off-by: Markus Brunner <[email protected]> | |
5412 | ||
76617299 WD |
5413 | commit 2ef7503a593c77a80c2a054011970227c4b62774 |
5414 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5415 | Date: Thu Apr 24 07:57:17 2008 +0200 | |
5416 | ||
5417 | NE2000: Fix regresssion introduced by e710185aae90 on non AX88796 | |
5418 | ||
5419 | Move non-inlied functions into specific drivers file | |
5420 | Set get_prom as weak | |
5421 | ||
5422 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5423 | Signed-off-by: Vlad Lungu <[email protected]> | |
5424 | Signed-off-by: Ben Warren <[email protected]> | |
5425 | ||
5426 | commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b | |
5427 | Author: Guennadi Liakhovetski <[email protected]> | |
5428 | Date: Thu Apr 3 17:04:19 2008 +0200 | |
5429 | ||
5430 | net: make ARP timeout configurable | |
5431 | ||
5432 | Currently the timeout waiting for an ARP reply is hard set to 5 seconds. | |
5433 | On i.MX31ADS due to a hardware "strangeness" up to four first IP packets | |
5434 | to the boards get lost, which typically are ARP replies. By configuring | |
5435 | the timeout to a lower value we significantly improve the first network | |
5436 | transfer time on this board. The timeout is specified in milliseconds, | |
5437 | later internally it is converted to deciseconds, because it has to be | |
5438 | converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on | |
5439 | different boards. | |
5440 | ||
5441 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
5442 | Signed-off-by: Ben Warren <[email protected]> | |
5443 | ||
5444 | commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1 | |
5445 | Author: Guennadi Liakhovetski <[email protected]> | |
5446 | Date: Thu Apr 3 13:36:18 2008 +0200 | |
5447 | ||
5448 | minor cs8900 driver clean up | |
5449 | ||
5450 | Remove a redundant register definition, clean up some coding style | |
5451 | violations. | |
5452 | ||
5453 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
5454 | Signed-off-by: Ben Warren <[email protected]> | |
5455 | ||
b7fcc4c1 WD |
5456 | commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10 |
5457 | Author: Wolfgang Denk <[email protected]> | |
5458 | Date: Mon Apr 28 22:01:04 2008 +0200 | |
5459 | ||
5460 | jffs2_1pass.c: fix incompatible pointer type warning | |
5461 | ||
5462 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5463 | ||
5464 | commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9 | |
5465 | Author: Sascha Laue <[email protected]> | |
5466 | Date: Tue Apr 1 10:10:18 2008 +0200 | |
5467 | ||
5468 | lwmon5: update dsPIC POST spezification | |
5469 | ||
5470 | The specification for the lwmon5 board dsPIC POST got changed. | |
5471 | Also add defines for the temperatures and voltages. | |
5472 | ||
5473 | Signed-off-by: Sascha Laue <[email protected]> | |
5474 | ||
5475 | commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7 | |
5476 | Author: Sascha Laue <[email protected]> | |
5477 | Date: Tue Apr 1 15:13:03 2008 +0200 | |
5478 | ||
5479 | Fix watchdog POST for lwmon5 | |
5480 | ||
5481 | If the hardware watchdog detects a voltage error, the watchdog sets | |
5482 | GPIO62 to low. The watchdog POST has to detect this low level. | |
5483 | ||
5484 | Signed-off-by: Sascha Laue <[email protected]> | |
5485 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5486 | ||
5487 | commit dd5748bcd669f46aeb6686c1b341323843738ccc | |
5488 | Author: Guennadi Liakhovetski <[email protected]> | |
5489 | Date: Mon Apr 28 14:37:14 2008 +0200 | |
5490 | ||
5491 | rtl8169: fix compiler warnings | |
5492 | ||
5493 | Fix multiple compiler warnings related to argument type mismatch. | |
5494 | ||
5495 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
5496 | ||
5497 | commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1 | |
5498 | Author: Guennadi Liakhovetski <[email protected]> | |
5499 | Date: Mon Apr 28 14:36:06 2008 +0200 | |
5500 | ||
5501 | IDE: fix compiler warnings | |
5502 | ||
5503 | The IDE driver can use 32-bit addresses in LBA mode, in which case it | |
5504 | spits multiple warnings during compilation. Fix them. | |
5505 | ||
5506 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
5507 | ||
5508 | commit db9084de28c46ac81c8f681722cb0d7411be4d7f | |
5509 | Author: Guennadi Liakhovetski <[email protected]> | |
5510 | Date: Mon Apr 28 14:35:57 2008 +0200 | |
5511 | ||
5512 | LinkStation: fix compiler warning, add a maintainer | |
5513 | ||
5514 | out_8 wants a pointer to an unsigned as the first argument. Add a | |
5515 | maintainer for Linkstation boards. | |
5516 | ||
5517 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
5518 | ||
5519 | commit c71abba3cb67b063f789f17abf6c7447727c0cd5 | |
5520 | Author: Wolfgang Denk <[email protected]> | |
5521 | Date: Mon Apr 28 14:55:12 2008 +0200 | |
5522 | ||
5523 | cmd_nand.c: fix "differ in signedness" problem | |
5524 | ||
5525 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5526 | ||
5527 | commit f2c288a35341ad02ac03b1563d786763c9c8f159 | |
5528 | Author: Wolfgang Denk <[email protected]> | |
5529 | Date: Mon Apr 28 12:48:47 2008 +0200 | |
5530 | ||
5531 | pcnet.c: fix a merge issue | |
5532 | ||
5533 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5534 | ||
5535 | commit 4ca79f477ebd25a6872e6196d80e2f5eff441376 | |
5536 | Author: Wolfgang Denk <[email protected]> | |
5537 | Date: Mon Apr 28 12:08:18 2008 +0200 | |
5538 | ||
5539 | NAND: fix some strict-aliasing compiler warnings | |
5540 | ||
5541 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5542 | ||
5543 | commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115 | |
5544 | Author: Stefan Roese <[email protected]> | |
5545 | Date: Mon Apr 28 11:37:14 2008 +0200 | |
5546 | ||
5547 | ppc4xx: Fix compile warning of hcu4 board | |
5548 | ||
5549 | Signed-off-by: Stefan Roese <[email protected]> | |
5550 | ||
5551 | commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1 | |
5552 | Author: Wolfgang Denk <[email protected]> | |
5553 | Date: Mon Apr 28 11:31:23 2008 +0200 | |
5554 | ||
5555 | MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom' | |
5556 | ||
5557 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5558 | ||
5559 | commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59 | |
5560 | Author: Guennadi Liakhovetski <[email protected]> | |
5561 | Date: Mon Apr 28 00:25:32 2008 +0200 | |
5562 | ||
5563 | mx31ads: fix loadaddr environment variable define | |
5564 | ||
5565 | Arithmetic expressions do not get evaluated under stringification. Remove | |
5566 | default network configuration, add DHCP command support. Thanks to Felix | |
5567 | Radensky for reporting. | |
5568 | ||
5569 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
5570 | ||
5571 | commit 144eec777ac07bcb12bd38245a5a289f694a7f98 | |
5572 | Author: Wolfgang Denk <[email protected]> | |
5573 | Date: Mon Apr 28 10:55:24 2008 +0200 | |
5574 | ||
5575 | katmai: fix section overlap problem | |
5576 | ||
5577 | Since we didn't want to remove features from the configuration, we | |
5578 | decided to increase the U-Boot image size (add one flash sector). | |
5579 | ||
5580 | Also changed the default environment definition to make it | |
5581 | independent of such changes. | |
5582 | ||
5583 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5584 | Acked-by: Stefan Roese <[email protected]> | |
5585 | ||
5586 | commit 941d696d25624e3cc65ebf924199541acf52d74e | |
5587 | Author: Wolfgang Denk <[email protected]> | |
5588 | Date: Mon Apr 28 10:55:24 2008 +0200 | |
5589 | ||
5590 | katmai: fix section overlap problem | |
5591 | ||
5592 | Since we didn't want to remove features from the configuration, we | |
5593 | decided to increase the U-Boot image size (add one flash sector). | |
5594 | ||
5595 | Also changed the default environment definition to make it | |
5596 | independent of such changes. | |
5597 | ||
5598 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5599 | Acked-by: Stefan Roese <[email protected]> | |
5600 | ||
5601 | commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466 | |
5602 | Author: Kumar Gala <[email protected]> | |
5603 | Date: Sat Apr 26 11:44:44 2008 -0500 | |
5604 | ||
5605 | post: Fix building with O= | |
5606 | ||
5607 | Signed-off-by: Kumar Gala <[email protected]> | |
5608 | ||
5609 | commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c | |
5610 | Author: Wolfgang Denk <[email protected]> | |
5611 | Date: Sat Apr 26 01:55:00 2008 +0200 | |
5612 | ||
5613 | Prepare v1.3.3-rc1 | |
5614 | ||
5615 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5616 | ||
fd7531c1 WD |
5617 | commit 19cf2ec90d8ce52da60c1693693c4048cb810967 |
5618 | Author: Wolfgang Denk <[email protected]> | |
5619 | Date: Sat Apr 26 01:25:39 2008 +0200 | |
5620 | ||
5621 | post/Makefile: make sure to use the correct flags | |
5622 | ||
5623 | ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a" | |
5624 | messages to be printed. | |
5625 | ||
5626 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5627 | ||
5628 | commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2 | |
5629 | Author: Wolfgang Denk <[email protected]> | |
5630 | Date: Sat Apr 26 00:34:42 2008 +0200 | |
5631 | ||
5632 | Coding Style cleanup, update CHANGELOG | |
5633 | ||
5634 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5635 | ||
7ed40117 WD |
5636 | commit f9204e15173834ff8d123e36279ce49c3c6c74fc |
5637 | Author: Magnus Lilja <[email protected]> | |
5638 | Date: Sun Apr 20 10:38:12 2008 +0200 | |
5639 | ||
5640 | i.MX31: Enable SPI and MC13783/RTC support for the Litekit board | |
5641 | ||
5642 | This patch enables SPI and MC13783/RTC support for the Litekit board. | |
5643 | ||
5644 | Signed-off-by: Magnus Lilja <[email protected]> | |
5645 | ||
5646 | commit f97abbfb47d9e407354e157cae3f6369e460cd37 | |
5647 | Author: Ed Swarthout <[email protected]> | |
5648 | Date: Fri Apr 25 01:08:32 2008 -0500 | |
5649 | ||
5650 | MPC8544DS: decode pcie3 end-point configuration correctly. | |
5651 | ||
5652 | Signed-off-by: Ed Swarthout <[email protected]> | |
5653 | Signed-off-by: Kumar Gala <[email protected]> | |
5654 | ||
5655 | commit 292188e15523c165c4269403fdcd33c26d89176e | |
5656 | Author: Roy Zang <[email protected]> | |
5657 | Date: Fri Apr 25 00:55:09 2008 -0500 | |
5658 | ||
5659 | MPC8544DS: Removes the unknown flash message information | |
5660 | ||
5661 | This patch removes the unknown flash message information: | |
5662 | '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB' | |
5663 | This unknown flash message is caused by PromJet. | |
5664 | Some of the board user is unhappy with this information. | |
5665 | ||
5666 | Signed-off-by: Roy Zang <[email protected]> | |
5667 | Signed-off-by: Kumar Gala <[email protected]> | |
5668 | ||
5669 | commit b2115757403beef0ac6bc2c6c3b24f31256a75d2 | |
5670 | Author: Kim Phillips <[email protected]> | |
5671 | Date: Thu Apr 24 14:07:38 2008 -0500 | |
5672 | ||
5673 | mpc83xx: bump loadaddr over fdtaddr to 0x500000 | |
5674 | ||
5675 | this seems as a good compromise between human memory, typing, | |
5676 | and last but not least, to accommodate for current and future kernel bloat. | |
5677 | ||
5678 | Signed-off-by: Kim Phillips <[email protected]> | |
5679 | Acked-by: Dave Liu <[email protected]> | |
5680 | ||
5681 | commit be5a7190265a34d968578ff266549c60f6f57654 | |
5682 | Author: Dave Liu <[email protected]> | |
5683 | Date: Tue Apr 15 13:12:23 2008 +0800 | |
5684 | ||
5685 | mpc83xx: clean up the readme for 83xx boards | |
5686 | ||
5687 | 1. correct the typo | |
5688 | 2. correct the memory map for 837xerdb board | |
5689 | ||
5690 | Signed-off-by: Dave Liu <[email protected]> | |
5691 | ||
5692 | commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff | |
5693 | Author: Dave Liu <[email protected]> | |
5694 | Date: Tue Apr 15 13:11:11 2008 +0800 | |
5695 | ||
5696 | mpc83xx: remove the unused CPM's stuff | |
5697 | ||
5698 | The MPC83xx family never have CPM block, so remove it from 83xx. | |
5699 | ||
5700 | Signed-off-by: Dave Liu <[email protected]> | |
5701 | ||
5702 | commit c63ad6325a8ac0097a54b418a3288926b0484b18 | |
5703 | Author: Matthias Fuchs <[email protected]> | |
5704 | Date: Fri Apr 18 16:29:40 2008 +0200 | |
5705 | ||
5706 | cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST | |
5707 | ||
5708 | This patch adds a configurable flash auto protection list that can be used | |
5709 | to make U-Boot protect flash regions in flash_init(). | |
5710 | ||
5711 | The idea has been discussed on the u-boot mailing list starting | |
5712 | on Nov 18th, 2007. | |
5713 | ||
5714 | Even this patch brings a new feature it is used as a bugfix for 4xx | |
5715 | platforms where flash_init() does not completely protect the | |
5716 | monitor's flash range in all situations. | |
5717 | ||
5718 | U-Boot protects the flash range from CFG_MONITOR_BASE to | |
5719 | (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not | |
5720 | include the reset vector at 0xfffffffc. | |
5721 | ||
5722 | Example: | |
5723 | #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}} | |
5724 | ||
5725 | This config option will auto protect the last 512k of flash that | |
5726 | contains the bootloader on board like APC405 and PMC405. | |
5727 | ||
5728 | Signed-off-by: Matthias Fuchs <[email protected]> | |
5729 | ||
5730 | commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848 | |
5731 | Author: Stefan Roese <[email protected]> | |
5732 | Date: Fri Apr 25 13:59:03 2008 +0200 | |
5733 | ||
5734 | ppc4xx: Remove double defines in lwmon5.h | |
5735 | ||
5736 | introduced with latest lwmon5/POST merge | |
5737 | ||
5738 | Signed-off-by: Stefan Roese <[email protected]> | |
5739 | ||
5740 | commit 7590378fb9c686709492ceb142825cd058255956 | |
5741 | Author: Bartlomiej Sieka <[email protected]> | |
5742 | Date: Fri Apr 25 13:54:02 2008 +0200 | |
5743 | ||
5744 | Use watchdog-aware functions when calculating hashes of images - take two | |
5745 | ||
5746 | Some files didn't get updated properly with the "Use watchdog-aware | |
5747 | functions when calculating hashes of images" commit, this commit | |
5748 | fixes this. | |
5749 | ||
5750 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
5751 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5752 | ||
5753 | commit 8e048c438e20ec89b49da5f085f8f756eba6e587 | |
5754 | Author: Matthias Fuchs <[email protected]> | |
5755 | Date: Fri Apr 25 12:01:39 2008 +0200 | |
5756 | ||
5757 | ppc4xx: Add bootcount limit handling for APC405 boards | |
5758 | ||
5759 | Signed-off-by: Matthias Fuchs <[email protected]> | |
5760 | ||
5761 | commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe | |
5762 | Author: Bartlomiej Sieka <[email protected]> | |
5763 | Date: Fri Apr 25 12:10:09 2008 +0200 | |
5764 | ||
5765 | Use watchdog-aware functions when calculating hashes of images | |
5766 | ||
5767 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
5768 | ||
5769 | commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3 | |
5770 | Author: Wolfgang Denk <[email protected]> | |
5771 | Date: Fri Apr 25 12:44:08 2008 +0200 | |
5772 | ||
5773 | USB: fix more GCC 4.2.x aliasing warnings | |
5774 | ||
5775 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5776 | Acked-by: Markus Klotzbuecher <[email protected]> | |
5777 | ||
5778 | commit aff4f86448f6586930f0a3be7fc4b0ddcf450980 | |
5779 | Author: Wolfgang Denk <[email protected]> | |
5780 | Date: Fri Apr 25 12:41:53 2008 +0200 | |
5781 | ||
5782 | lib_generic/crc32.c: add missing #include <watchdog.h> | |
5783 | ||
5784 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5785 | ||
5786 | commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef | |
5787 | Author: Wolfgang Denk <[email protected]> | |
5788 | Date: Fri Apr 25 11:52:21 2008 +0200 | |
5789 | ||
5790 | lib_generic/crc32.c: fix compile problem | |
5791 | ||
5792 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5793 | ||
5794 | commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b | |
5795 | Author: Stefan Roese <[email protected]> | |
5796 | Date: Tue Apr 22 12:20:32 2008 +0200 | |
5797 | ||
5798 | ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt | |
5799 | ||
5800 | The PCIe root-complex/endpoint setup as configured via the "pcie_mode" | |
5801 | environment variable will now get passed to the Linux kernel by setting | |
5802 | the device_type property of the PCIe device tree node. For normal root- | |
5803 | complex configuration it will keep its defaults value of "pci" and for | |
5804 | endpoint configuration it will get changed to "pci-endpoint". | |
5805 | ||
5806 | Signed-off-by: Stefan Roese <[email protected]> | |
5807 | ||
5808 | commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7 | |
5809 | Author: Yuri Tikhonov <[email protected]> | |
5810 | Date: Thu Apr 24 10:30:53 2008 +0200 | |
5811 | ||
5812 | lwmon5: watchdog POST fix | |
5813 | ||
5814 | Use the GPT0_MASKx registers as the temporary storage for watch-dog | |
5815 | timer POST test instead of GPT0_COMPx. The latter | |
5816 | (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header. | |
5817 | ||
5818 | Signed-off-by: Sergei Poselenov <[email protected]> | |
5819 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
5820 | ||
5821 | commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9 | |
5822 | Author: Kim Phillips <[email protected]> | |
5823 | Date: Mon Apr 21 18:10:14 2008 -0500 | |
5824 | ||
5825 | lib_ppc: Revert "Make MPC83xx one step closer to full relocation." | |
5826 | ||
5827 | This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has | |
5828 | proven problematic getting right from the start at least on 83xx and | |
5829 | 4xx. | |
5830 | ||
5831 | Signed-off-by: Kim Phillips <[email protected]> | |
5832 | ||
5833 | commit a99715b8ebfc500f3f40e01b36b64d473938443d | |
5834 | Author: Detlev Zundel <[email protected]> | |
5835 | Date: Fri Apr 18 14:50:01 2008 +0200 | |
5836 | ||
5837 | Realining some header definitions. | |
5838 | ||
5839 | Signed-off-by: Detlev Zundel <[email protected]> | |
5840 | ||
5841 | commit 4acbc6c7f993cae409c424615415a3e76820f13d | |
5842 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5843 | Date: Thu Apr 24 07:57:16 2008 +0200 | |
5844 | ||
5845 | NE2000: coding style cleanup | |
5846 | ||
5847 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5848 | ||
5849 | commit b4aff1ffaf7120032c653357c007faa14f74d29d | |
5850 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5851 | Date: Wed Apr 23 00:11:47 2008 +0900 | |
5852 | ||
5853 | qemu-mips.h: Add CFI support | |
5854 | ||
5855 | CONFIG_ENV_OVERWRITE is also added. | |
5856 | ||
5857 | This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD. | |
5858 | ||
5859 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5860 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
5861 | ||
5862 | commit 4a1f11b45a82908e5b0df602d703082413a6b7ed | |
5863 | Author: Shinya Kuribayashi <[email protected]> | |
5864 | Date: Tue Apr 22 22:47:27 2008 +0900 | |
5865 | ||
5866 | doc/README.mips: Add MIPS notes | |
5867 | ||
5868 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
5869 | ||
5870 | commit 215b01bba8bc662d35f72b084700b192d367dfb4 | |
5871 | Author: Bartlomiej Sieka <[email protected]> | |
5872 | Date: Tue Apr 22 12:27:56 2008 +0200 | |
5873 | ||
5874 | Add support for calculating hashes with watchdog triggering | |
5875 | ||
5876 | Implement watchodg-aware variants of hash calculation functions: | |
5877 | - crc32_wd() | |
5878 | - md5_wd() | |
5879 | - sha1_csum_wd() | |
5880 | The above functions calculate the hash of the input buffer in chunks, | |
5881 | triggering the watchdog after processing each chunk. The chunk size | |
5882 | is given as a function call parameter. | |
5883 | ||
5884 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
5885 | ||
5886 | commit 8875e3abab986df930167ce5c1ac4f95dcacc81c | |
5887 | Author: Shinya Kuribayashi <[email protected]> | |
5888 | Date: Wed Apr 23 11:02:12 2008 +0900 | |
5889 | ||
5890 | qemu-mips: Cleanup whitespace, indentation, etc. | |
5891 | ||
5892 | No functional change. | |
5893 | ||
5894 | This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD. | |
5895 | Then I re-created from scratch, and changed more lines than the original. | |
5896 | ||
5897 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5898 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
5899 | ||
5900 | commit 386563197e3a50b0e97ad9aae87f57d9aab909ab | |
5901 | Author: Vlad Lungu <[email protected]> | |
5902 | Date: Wed Oct 10 23:02:09 2007 +0300 | |
5903 | ||
5904 | Fixed pcnet io_base | |
5905 | ||
5906 | Bus and phys address are not always the same | |
5907 | ||
5908 | Signed-off-by: Vlad Lungu <[email protected]> | |
5909 | ||
5910 | commit 11ea26fd1cb63c91403fe04a6eea975cd418603f | |
5911 | Author: Wolfgang Denk <[email protected]> | |
5912 | Date: Thu Apr 24 23:44:26 2008 +0200 | |
5913 | ||
5914 | drivers/net/pcnet.c: Coding Style cleanup. | |
5915 | ||
5916 | Signed-off-by: Wolfgang Denk <[email protected]> | |
5917 | ||
5918 | commit 899ef7b84578b7cafadfd78488c2fd2aac93f636 | |
5919 | Author: Vlad Lungu <[email protected]> | |
5920 | Date: Wed Oct 10 23:04:23 2007 +0300 | |
5921 | ||
5922 | Added Am79C970A chip id to pcnet | |
5923 | ||
5924 | Signed-off-by: Vlad Lungu <[email protected]> | |
5925 | ||
5926 | commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5 | |
5927 | Author: Magnus Lilja <[email protected]> | |
5928 | Date: Sun Apr 20 10:35:03 2008 +0200 | |
5929 | ||
5930 | i.MX31: Fix architecture numbers for ADS and Litekit boards | |
5931 | ||
5932 | Correct the Linux architecture number for i.MX31 Litekit and ADS boards. | |
5933 | ||
5934 | Signed-off-by: Magnus Lilja <[email protected]> | |
5935 | ||
5936 | commit e7ae84d6c7288790e88639f57cb60daf89c11369 | |
5937 | Author: Magnus Lilja <[email protected]> | |
5938 | Date: Sun Apr 20 10:36:36 2008 +0200 | |
5939 | ||
5940 | i.MX31: Use symbolic names for Litekit membases. | |
5941 | ||
5942 | Use symbolic names instead of hard coded addresses for Litekit membases. | |
5943 | ||
5944 | Signed-off-by: Magnus Lilja <[email protected]> | |
5945 | ||
5946 | commit 2ef1d9b6030d02f576b1bcd9fec948e602522012 | |
5947 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5948 | Date: Sat Apr 19 17:59:20 2008 +0200 | |
5949 | ||
5950 | Fix show_boot_progress prototype | |
5951 | ||
5952 | in commit fad634071 "make show_boot_progress () weak." | |
5953 | show_boot_progress is supposed to be declared as weak but declared as | |
5954 | inline instead. | |
5955 | ||
5956 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
5957 | ||
5958 | commit edbed247a14d70b94958010f736621212285de91 | |
5959 | Author: Bartlomiej Sieka <[email protected]> | |
5960 | Date: Fri Apr 18 12:39:23 2008 +0200 | |
5961 | ||
5962 | Memory footprint optimizations | |
5963 | ||
5964 | As suggested by Wolfgang Denk: | |
5965 | - image printing functions: | |
5966 | - remove wrappers | |
5967 | - remove indentation prefix from functions' signatures | |
5968 | - merge getenv_verify and getenv_autostart into one parametrized function | |
5969 | ||
5970 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
5971 | ||
5972 | commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8 | |
5973 | Author: Guennadi Liakhovetski <[email protected]> | |
5974 | Date: Tue Apr 15 13:33:11 2008 +0200 | |
5975 | ||
5976 | MX31ADS environment variable update, spi and rtc support | |
5977 | ||
5978 | Update MX31ADS default environment to better match the flash layout and | |
5979 | the memory map, support SPI and RTC. | |
5980 | ||
5981 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
5982 | ||
5983 | commit 022f12163595b9a55380c6d77c3119b93d6a9a4b | |
5984 | Author: Kumar Gala <[email protected]> | |
5985 | Date: Mon Apr 21 09:28:36 2008 -0500 | |
5986 | ||
5987 | 85xx: Round up frequency calculations to get reasonable output | |
5988 | ||
5989 | eg. because of rounding error we can get 799Mhz instead of 800Mhz. | |
5990 | ||
5991 | Introduced DIV_ROUND_UP and roundup taken from linux kernel. | |
5992 | ||
5993 | Signed-off-by: Dejan Minic <[email protected]> | |
5994 | Signed-off-by: Srikanth Srinivasan <[email protected]> | |
5995 | Signed-off-by: Kumar Gala <[email protected]> | |
5996 | Acked-by: Andy Fleming <[email protected]> | |
5997 | ||
5998 | commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6 | |
5999 | Author: Kumar Gala <[email protected]> | |
6000 | Date: Wed Apr 23 16:58:04 2008 -0500 | |
6001 | ||
6002 | fsl_pci: Only modify registers if we have them | |
6003 | ||
6004 | pme_msg_det exists only on PCIe controllers only set it if we are a "bridge". | |
6005 | ||
6006 | Signed-off-by: Kumar Gala <[email protected]> | |
6007 | ||
6008 | commit 83fe32334337def160b302aa9d152d808bfcc68e | |
6009 | Author: Markus Klotzbücher <[email protected]> | |
6010 | Date: Wed Apr 23 10:57:33 2008 +0200 | |
6011 | ||
6012 | USB: remove a cpu bug workaround for an unsupported architecture. | |
6013 | ||
6014 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
6015 | ||
6016 | commit f957576cb53e6cfab412709cfc8db1afd39d21c3 | |
6017 | Author: Markus Klotzbücher <[email protected]> | |
6018 | Date: Wed Apr 23 10:53:23 2008 +0200 | |
6019 | ||
6020 | USB: fix those pesky aliasing warnings issued by gcc-4.2 | |
6021 | ||
6022 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
6023 | Signed-off-by: Detlev Zundel <[email protected]> | |
6024 | ||
6025 | commit 89cdab788f3716b335fefb60b836ebcf975aceab | |
6026 | Author: Mike Frysinger <[email protected]> | |
6027 | Date: Mon Mar 31 11:02:01 2008 -0400 | |
6028 | ||
6029 | crc32: use uint32_t rather than unsigned long | |
6030 | ||
6031 | The envcrc.c does sizeof(unsigned long) when calculating the crc, but | |
6032 | this is done with the build toolchain instead of the target tool | |
6033 | chain, so if the build is a 64bit system but the target is 32bits, | |
6034 | the size will obviously be wrong. This converts all unsigned long | |
6035 | stuff related to crc32 to uint32_t types. Compile tested only: output | |
6036 | of ./tools/envcrc when run on a 32bit build system matches that of a | |
6037 | 64bit build system. | |
6038 | ||
6039 | Signed-off-by: Mike Frysinger <[email protected]> | |
6040 | Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6041 | ||
6042 | commit 80c40b765b3642ddb9f3392b7898715aab44a29c | |
6043 | Author: Dirk Behme <[email protected]> | |
6044 | Date: Wed Mar 26 09:53:29 2008 +0100 | |
6045 | ||
6046 | ARM: Davinci: Fix DM644x timer overflow handling and cleanup | |
6047 | ||
6048 | Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code. | |
6049 | ||
6050 | Changes: | |
6051 | ||
6052 | - Remove *_masked() functions as noted by Wolfgang | |
6053 | ||
6054 | - Adapt register naming to recent TI spec (sprue26, March 2007) | |
6055 | ||
6056 | - Fix reset_timer() handling | |
6057 | ||
6058 | - As reported by Pieter [1] the overflow fix introduced a delay of factor 16 (e.g 2 seconds became 32). While the overflow fix is basically okay, it missed to divide udelay by 16, too. Fix this. | |
6059 | ||
6060 | [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179 | |
6061 | ||
6062 | - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV). | |
6063 | ||
6064 | Many thanks to Troy Kisky <[email protected]> and Pieter Voorthuijsen <[email protected]> for the hints & testing! | |
6065 | ||
6066 | Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware. | |
6067 | ||
6068 | Signed-off-by: Dirk Behme <[email protected]> | |
6069 | Acked-by: Pieter Voorthuijsen <[email protected]> | |
6070 | ||
6071 | commit a6e6fc610e39dec41b79680413d4ed38145bd3c8 | |
6072 | Author: Sergei Poselenov <[email protected]> | |
6073 | Date: Wed Apr 9 16:09:41 2008 +0200 | |
6074 | ||
6075 | Added watchdog triggering calls in the "mtest" test function. | |
6076 | ||
6077 | Signed-off-by: Sergei Poselenov <[email protected]> | |
6078 | ||
6079 | commit d32a874b9b4c1e949ee38be7790f6bf6d6143451 | |
6080 | Author: Yuri Tikhonov <[email protected]> | |
6081 | Date: Sun Apr 6 19:19:14 2008 +0200 | |
6082 | ||
6083 | lwmon5 watchdog: limit trigger rate | |
6084 | ||
6085 | Limit the rate of h/w watch-dog triggering on the LWMON5 board by | |
6086 | the CONFIG_WD_MAX_RATE value. | |
6087 | ||
6088 | Note that an earlier version of this patch which used microseconds | |
6089 | instead of ticks dis not work. The problem was that we used | |
6090 | usec2ticks() to convert microseconds into ticks. usec2ticks() uses | |
6091 | get_tbclk(), which in turn calls get_sys_info(). It turns out that | |
6092 | this function does a lot of prolonged operations (like divisions) | |
6093 | which take too much time so we do not trigger the watchdog in time, | |
6094 | and it resets the system. | |
6095 | ||
6096 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
6097 | ||
6098 | commit 2d2b994a30bb100774dc747ae9865b7f95285a88 | |
6099 | Author: Yuri Tikhonov <[email protected]> | |
6100 | Date: Mon Mar 31 10:51:37 2008 +0200 | |
6101 | ||
6102 | POST: move CONFIG_POST to Makefiles | |
6103 | ||
6104 | Introduce the new logical option CONFIG_HAS_POST which is set when the | |
6105 | platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles | |
6106 | to determine should the POST libs be compiled for the selected target | |
6107 | platform, or not. | |
6108 | ||
6109 | To avoid breaking u-boot linking process, the empty post/libpost.a file is | |
6110 | created for platforms which do not have POSTs. | |
6111 | ||
6112 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
6113 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6114 | ||
6115 | commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1 | |
6116 | Author: Yuri Tikhonov <[email protected]> | |
6117 | Date: Mon Mar 31 10:49:34 2008 +0200 | |
6118 | ||
6119 | POST: preparations for moving CONFIG_POST to Makefiles | |
6120 | ||
6121 | Remove CONFIG_POST ifdefs from the post/ source files. | |
6122 | ||
6123 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
6124 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6125 | ||
6126 | commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e | |
6127 | Author: Stefan Roese <[email protected]> | |
6128 | Date: Tue Apr 22 14:14:20 2008 +0200 | |
6129 | ||
6130 | ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage | |
6131 | ||
6132 | This patch fixes the Canyonlands and Glacier default environment to better | |
6133 | fit to the arch/powerpc device-tree kernels. The variables dealing with | |
6134 | arch/ppc booting are removed, since these boards are supported only in | |
6135 | arch/powerpc. Glacier uses the same config file as Canyonlands. | |
6136 | ||
6137 | Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU. | |
6138 | ||
6139 | Signed-off-by: Stefan Roese <[email protected]> | |
6140 | ||
6141 | commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b | |
6142 | Author: Stefan Roese <[email protected]> | |
6143 | Date: Tue Apr 22 14:06:42 2008 +0200 | |
6144 | ||
6145 | ppc4xx: Small coding style cleanup for the latest esd patches | |
6146 | ||
6147 | Signed-off-by: Stefan Roese <[email protected]> | |
6148 | ||
6149 | commit 79941d63bc03aed8c48d7602f18217cc200ee931 | |
6150 | Author: Matthias Fuchs <[email protected]> | |
6151 | Date: Mon Apr 21 18:01:07 2008 +0200 | |
6152 | ||
6153 | ppc4xx: Update CPU strapping for PMC440 boards | |
6154 | ||
6155 | This patch removes the temporary 'test' strapping option | |
6156 | of the sbe command. The '667' strapping option now uses | |
6157 | a PLB/PCI divider of 3. | |
6158 | ||
6159 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6160 | ||
6161 | commit f00cf3193a6635355b121e90debb2f54e777e7da | |
6162 | Author: Matthias Fuchs <[email protected]> | |
6163 | Date: Mon Apr 21 14:42:21 2008 +0200 | |
6164 | ||
6165 | ppc4xx: Remove unused APC405 strataflash driver | |
6166 | ||
6167 | The APC405 board support has been migrated to use the common | |
6168 | CFI flash driver. | |
6169 | ||
6170 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6171 | ||
6172 | commit 1c686676a86473bbd92151f0544e109413f6ed06 | |
6173 | Author: Matthias Fuchs <[email protected]> | |
6174 | Date: Mon Apr 21 14:42:17 2008 +0200 | |
6175 | ||
6176 | ppc4xx: Update APC405 configuration | |
6177 | ||
6178 | - enable esd's auto_update mechanism | |
6179 | - support alternative flash layout on rev. 1.8 boards | |
6180 | - update default environment | |
6181 | - use common CFI flash driver | |
6182 | - coding style cleanup | |
6183 | ||
6184 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6185 | ||
6186 | commit 0b9872515a521bf7866dc24b85ddce708e60d702 | |
6187 | Author: Matthias Fuchs <[email protected]> | |
6188 | Date: Mon Apr 21 14:42:11 2008 +0200 | |
6189 | ||
6190 | ppc4xx: Update APC405 board support | |
6191 | ||
6192 | - enable esd's auto_update mechanism | |
6193 | - fix LCD support on latest hardware revision (uses other LCD controller) | |
6194 | - support alternative flash layout on rev. 1.8 boards | |
6195 | - coding style cleanup | |
6196 | ||
6197 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6198 | ||
6199 | commit 83975d02e225e231960784972e7820a8b303756b | |
6200 | Author: Matthias Fuchs <[email protected]> | |
6201 | Date: Mon Apr 21 14:42:06 2008 +0200 | |
6202 | ||
6203 | ppc4xx: update esd's common auto_update code for 405 boards | |
6204 | ||
6205 | - Coding style cleanup (long lines) | |
6206 | - improve handling of protected flash regions | |
6207 | - remove dead code | |
6208 | ||
6209 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6210 | ||
6211 | commit b9233fe5d59cb25d975071616bd1035d6f4c2285 | |
6212 | Author: Matthias Fuchs <[email protected]> | |
6213 | Date: Mon Apr 21 14:41:59 2008 +0200 | |
6214 | ||
6215 | ppc4xx: Update esd's common LCD code for 405 boards | |
6216 | ||
6217 | - Coding style cleanup (long lines) | |
6218 | - Add s1d13505 support | |
6219 | - Make some functions return a result code instead of void | |
6220 | ||
6221 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6222 | ||
6223 | commit dea68189424c3f1242427a8146a3861bf093173c | |
6224 | Author: Matthias Fuchs <[email protected]> | |
6225 | Date: Mon Apr 21 11:36:55 2008 +0200 | |
6226 | ||
6227 | ppc4xx: Update FPGA image for APC405 boards | |
6228 | ||
6229 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6230 | ||
6231 | commit 2a05b152924acfcec3b037693329e517e6d3578f | |
6232 | Author: Matthias Fuchs <[email protected]> | |
6233 | Date: Mon Apr 21 11:36:08 2008 +0200 | |
6234 | ||
6235 | ppc4xx: Update bootlogo for APC405 boards | |
6236 | ||
6237 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6238 | ||
6239 | commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c | |
6240 | Author: Stefan Roese <[email protected]> | |
6241 | Date: Fri Apr 18 16:41:31 2008 +0200 | |
6242 | ||
6243 | ppc4xx: Add dcache_enable() for 440 | |
6244 | ||
6245 | dcache_enable() was missing for 440 and the patch | |
6246 | 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf | |
6247 | "] behavior uses this function. | |
6248 | ||
6249 | Note: Currently the cache handling functions like | |
6250 | d/icache_disable/enable() are NOP's on 440. This may be changed in the | |
6251 | future. | |
6252 | ||
6253 | Signed-off-by: Stefan Roese <[email protected]> | |
6254 | ||
6255 | commit a49e0d177a0749614b316ec847fb623f09c82c07 | |
6256 | Author: Matthias Fuchs <[email protected]> | |
6257 | Date: Mon Apr 21 11:19:04 2008 +0200 | |
6258 | ||
6259 | video: Add missing free for logo memory | |
6260 | ||
6261 | This patch adds two missing free()s. | |
6262 | ||
6263 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6264 | ||
6265 | commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42 | |
6266 | Author: Troy Kisky <[email protected]> | |
6267 | Date: Mon Sep 24 16:41:43 2007 -0700 | |
6268 | ||
6269 | PATCH - Fix oob data copied into supplied buffer | |
6270 | ||
6271 | This patch correctly sets the oobavail variable | |
6272 | and fixes a bug where the oob data was not valid when | |
6273 | there where multiple groups in oobfree. | |
6274 | ||
6275 | First segment fixes a typo | |
6276 | Second segment fixes a bug where oob data may be copied incorrectly. | |
6277 | Third segment adds an error message when exiting due to write protect. | |
6278 | Forth segment fixes a bug where oobavail may be set incorrectly. | |
6279 | ||
6280 | Signed-off-by: Troy Kisky <[email protected]> | |
6281 | ||
6282 | commit e1d09680f64b452adde89ed9fe28a77c56bedc9a | |
6283 | Author: Matthias Fuchs <[email protected]> | |
6284 | Date: Fri Apr 18 17:24:32 2008 +0200 | |
6285 | ||
6286 | ppc4xx: Fix sys_get_info() for 405GP(r) | |
6287 | ||
6288 | This patch assigns the correct EBC clock for 405GP(r) CPUs | |
6289 | to PPC4xx_SYS_INFO structure. Without this patch U-Boot | |
6290 | uses an uninitialized EBC clock in its startup message. | |
6291 | ||
6292 | Signed-off-by: Matthias Fuchs <[email protected]> | |
6293 | ||
6294 | commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7 | |
6295 | Author: Wolfgang Denk <[email protected]> | |
6296 | Date: Sun Apr 20 15:39:38 2008 -0700 | |
6297 | ||
6298 | Makefile: remove nand_spl/System.map when cleaning up. | |
6299 | ||
6300 | commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b | |
6301 | Author: Wolfgang Denk <[email protected]> | |
6302 | Date: Sun Apr 20 15:35:52 2008 -0700 | |
6303 | ||
6304 | MAKEALL: sort entries / lists. | |
6305 | ||
6306 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6307 | ||
6308 | commit 0878af169b181868a105b5c33f3a6423e2c9fd60 | |
6309 | Author: Kumar Gala <[email protected]> | |
6310 | Date: Fri Apr 18 11:29:01 2008 -0500 | |
6311 | ||
6312 | 85xx: Fix size of cpu-release-addr property | |
6313 | ||
6314 | The cpu-release-addr is defined as always being a 64-bit quanity regardless | |
6315 | if we are running on a 32-bit or 64-bit machine. | |
6316 | ||
6317 | commit 88353a985109562a639b2f8a0c90d77011bfe374 | |
6318 | Author: Timur Tabi <[email protected]> | |
6319 | Date: Fri Apr 4 11:15:58 2008 -0500 | |
6320 | ||
6321 | Fix calculation of I2C clock for some 85xx chips | |
6322 | ||
6323 | Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and | |
6324 | some use CCB/3. There is no pattern that can be used to determine which | |
6325 | chips use which frequency, so the only way to determine is to look up the | |
6326 | actual SOC designation and use the right value for that SOC. | |
6327 | ||
6328 | Update immap_85xx.h to include the GUTS PORDEVSR2 register. | |
6329 | ||
6330 | Signed-off-by: Timur Tabi <[email protected]> | |
6331 | ||
6332 | commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e | |
6333 | Author: Wolfgang Denk <[email protected]> | |
6334 | Date: Fri Apr 18 11:44:27 2008 -0700 | |
6335 | ||
6336 | Fix build breakage casued by commit c0559be371b2 | |
6337 | ||
6338 | Change env_get_char from a global function ptr to a function. | |
6339 | ||
6340 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6341 | ||
6342 | commit 268a804d7e2fa07b64211fd2f9a9615db4539f23 | |
6343 | Author: Wolfgang Denk <[email protected]> | |
6344 | Date: Fri Apr 18 10:53:41 2008 -0700 | |
6345 | ||
6346 | Coding Style cleanup, update CHANGELOG. | |
6347 | ||
6348 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6349 | ||
268a804d WD |
6350 | commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7 |
6351 | Author: Mike Frysinger <[email protected]> | |
6352 | Date: Tue Apr 8 14:00:57 2008 -0400 | |
6353 | ||
6354 | Add support for u-boot in svn and localversion-* files | |
6355 | ||
6356 | Signed-off-by: Mike Frysinger <[email protected]> | |
6357 | ||
6358 | commit d23ff6827decf121461fbc5622612fd7effe207e | |
6359 | Author: Guennadi Liakhovetski <[email protected]> | |
6360 | Date: Thu Apr 3 17:04:22 2008 +0200 | |
6361 | ||
6362 | MX31ADS network and flash updates | |
6363 | ||
6364 | This patch allows U-Boot to use buffered writes to the Spansion NOR | |
6365 | flash installed on this board, and eliminates long delays in network | |
6366 | transfers after the board startup. | |
6367 | ||
6368 | Also modify flash layout to embed main and redundant environment | |
6369 | blocks in the U-Boot image. | |
6370 | ||
6371 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6372 | ||
6373 | commit b5dc9b304d289831f291843ff88a45cbdf1a6290 | |
6374 | Author: Guennadi Liakhovetski <[email protected]> | |
6375 | Date: Mon Apr 14 10:53:12 2008 +0200 | |
6376 | ||
6377 | Support for the MX31ADS evaluation board from Freescale | |
6378 | ||
6379 | This patch adds support for the MX31ADS evaluation board from Freescale, | |
6380 | initialization code is copied from RedBoot sources, also provided by | |
6381 | Freescale. | |
6382 | ||
6383 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6384 | ||
7ed40117 WD |
6385 | commit 499e7831e1baaac6bfb959213f1950c216fbc5ba |
6386 | Author: Stefan Roese <[email protected]> | |
6387 | Date: Tue Apr 8 10:33:29 2008 +0200 | |
6388 | ||
6389 | ppc4xx: Change Canyonlands to support booting from 2k page NAND devices | |
6390 | ||
6391 | Signed-off-by: Stefan Roese <[email protected]> | |
6392 | ||
6393 | commit 5e182dce04d68cc94407a1b1fa09307f2bb96719 | |
6394 | Author: Stefan Roese <[email protected]> | |
6395 | Date: Tue Apr 8 10:33:28 2008 +0200 | |
6396 | ||
6397 | ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM | |
6398 | ||
6399 | Signed-off-by: Stefan Roese <[email protected]> | |
6400 | ||
6401 | commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825 | |
6402 | Author: Stefan Roese <[email protected]> | |
6403 | Date: Tue Apr 8 10:33:27 2008 +0200 | |
6404 | ||
6405 | ppc4xx: Add Glacier NAND booting target | |
6406 | ||
6407 | Signed-off-by: Stefan Roese <[email protected]> | |
6408 | ||
6409 | commit 46f373838e384a4c23d13581b1dfa5acb66b5810 | |
6410 | Author: Stefan Roese <[email protected]> | |
6411 | Date: Tue Apr 8 10:31:00 2008 +0200 | |
6412 | ||
6413 | nand_spl: Update nand_spl to support 2k page size NAND devices | |
6414 | ||
6415 | This patch adds support for booting from 2k page sized NAND device | |
6416 | (e.g. Micron 29F2G08AAC). | |
6417 | ||
6418 | Tested on AMCC Canyonlands. | |
6419 | ||
6420 | Signed-off-by: Stefan Roese <[email protected]> | |
6421 | ||
268a804d WD |
6422 | commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04 |
6423 | Author: Anatolij Gustschin <[email protected]> | |
6424 | Date: Thu Apr 17 18:18:00 2008 +0200 | |
6425 | ||
6426 | Fix crash on sequoia in ppc_4xx_eth_init | |
6427 | ||
6428 | Currently U-Boot crashes in ppc_4xx_eth_init on sequoia | |
6429 | with cache enabled (TLB Parity exeption). This patch | |
6430 | fixes the problem. | |
6431 | ||
6432 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
6433 | ||
6434 | commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b | |
6435 | Author: Anatolij Gustschin <[email protected]> | |
6436 | Date: Thu Apr 17 18:15:27 2008 +0200 | |
6437 | ||
6438 | ppc4xx: Fix crash on sequoia with cache enabled | |
6439 | ||
6440 | Currently U-Boot crashes on sequoia board in CPU POST if | |
6441 | cache is enabled (CONFIG_4xx_DCACHE defined). The cache | |
6442 | won't be disabled by change_tlb before CPU POST because | |
6443 | there is an insufficient adress range check since | |
6444 | CFG_MEM_TOP_HIDE was introduced. This patch tries to fix | |
6445 | this problem. | |
6446 | ||
6447 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
6448 | ||
6449 | commit 43c509254fab375c49936498da944658117ed07c | |
6450 | Author: Shinya Kuribayashi <[email protected]> | |
6451 | Date: Thu Apr 17 23:35:13 2008 +0900 | |
6452 | ||
6453 | Use jr as register jump instruction | |
6454 | ||
6455 | Current assembler codes are inconsistent in the way of register jump | |
6456 | instruction usage; some use jr, some use j. Of course GNU as allows both | |
6457 | usages, but as can be expected from `Jump Register' the mnemonic `jr' is | |
6458 | more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage | |
6459 | at all. | |
6460 | ||
6461 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
6462 | ||
6463 | commit 7ce63709828d37b08866e537339a169bd0db2bd3 | |
6464 | Author: Guennadi Liakhovetski <[email protected]> | |
6465 | Date: Tue Apr 15 14:15:30 2008 +0200 | |
6466 | ||
6467 | RTC driver for MC13783 | |
6468 | ||
6469 | MC13783 is a multifunction IS with an SPI interface to the host. This | |
6470 | driver handles the RTC controller in this chip. | |
6471 | ||
6472 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6473 | ||
6474 | commit 38254f45b0b412332726c90d3184ad47479fcffb | |
6475 | Author: Guennadi Liakhovetski <[email protected]> | |
6476 | Date: Tue Apr 15 14:14:25 2008 +0200 | |
6477 | ||
6478 | New i.MX31 SPI driver | |
6479 | ||
6480 | This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far | |
6481 | only implemented and tested on i.MX31, can with a modified register layout | |
6482 | and definitions be used for i.MX27, I think, MXC CPUs have similar SPI | |
6483 | controllers too. | |
6484 | ||
6485 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6486 | ||
6487 | commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38 | |
6488 | Author: Magnus Lilja <[email protected]> | |
6489 | Date: Tue Apr 15 19:09:10 2008 +0200 | |
6490 | ||
6491 | Fix name of i.MX31 boards in config file header | |
6492 | ||
6493 | Correct the name of the i.MX31 Litekit and phyCORE boards in config files. | |
6494 | ||
6495 | Signed-off-by: Magnus Lilja <[email protected]> | |
6496 | ||
6497 | commit a49864593e083a5d0779fb9ca98e5a0f2053183d | |
6498 | Author: Mike Frysinger <[email protected]> | |
6499 | Date: Sun Apr 13 19:42:19 2008 -0400 | |
6500 | ||
6501 | allow ports to override go behavior | |
6502 | ||
6503 | Split the arch-specific logic out of the common go code and into a dedicated | |
6504 | weak function called do_go_exec() that lives in cpu directories. This will | |
6505 | need review from i386/nios people to make sure I didn't break them. | |
6506 | ||
6507 | commit 017e9b7925f74878d0e9475388cca9bda5ef9482 | |
6508 | Author: Mike Frysinger <[email protected]> | |
6509 | Date: Sun Apr 13 19:42:18 2008 -0400 | |
6510 | ||
6511 | allow ports to override bootelf behavior | |
6512 | ||
6513 | Change the bootelf setup function into a dedicated weak function called | |
6514 | do_bootelf_exec. This way ports can control the behavior however they | |
6515 | like before/after calling the ELF entry point. | |
6516 | ||
6517 | commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7 | |
6518 | Author: Ulf Samuelsson <[email protected]> | |
6519 | Date: Sat Apr 12 20:56:03 2008 +0200 | |
6520 | ||
6521 | Reorder ARM boards in Makefile | |
6522 | ||
6523 | Rearrange ARM boards in Makefile so that ARM926EJ-S boards | |
6524 | are no longer under ARM92xT header. | |
6525 | ||
6526 | Signed-off-by: Ulf Samuelsson <[email protected]> | |
6527 | Ack-By Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6528 | ||
6529 | commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688 | |
6530 | Author: Ulf Samuelsson <[email protected]> | |
6531 | Date: Sat Apr 12 20:29:44 2008 +0200 | |
6532 | ||
6533 | Clean up dataflash partitioning | |
6534 | ||
6535 | This patch removes the board dependent parts from | |
6536 | "drivers/mtd/dataflash.c". | |
6537 | Each board relying on this, will have the appropriate | |
6538 | code in a new file, "partition.c" in the board directory. | |
6539 | board Makefiles updated to use the file. | |
6540 | ||
6541 | The dataflash partitions are aligned on sector/page boundaries. | |
6542 | ||
6543 | The CONFIG_NEW_DF_PARTITION was used to create named partitions | |
6544 | This is now the default operation, and the CONFIG variable is removed. | |
6545 | ||
6546 | Signed-off-by: Ulf Samuelsson <[email protected]> | |
6547 | ||
6548 | commit 51ecde946fec511a16346e498204ca10ad71080d | |
6549 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6550 | Date: Sat Apr 12 14:08:45 2008 +0200 | |
6551 | ||
6552 | gitignore: udpate stgit generated and .patch file | |
6553 | ||
6554 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6555 | ||
6556 | commit 66e39818e95f51ee1c1dd2094407a8929543fa6d | |
6557 | Author: Wolfgang Denk <[email protected]> | |
6558 | Date: Fri Apr 18 00:15:36 2008 -0700 | |
6559 | ||
6560 | Get rid of redundant copy of renamed header file. | |
6561 | ||
6562 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6563 | ||
6564 | commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc | |
6565 | Author: Vlad Lungu <[email protected]> | |
6566 | Date: Fri Apr 11 21:20:14 2008 +0300 | |
6567 | ||
6568 | Fix dependency generation for older gcc versions | |
6569 | ||
6570 | With gcc 3.3.3 at least, compilation fails with | |
6571 | ||
6572 | Generating include/autoconf.mk | |
6573 | gcc: compilation of header file requested | |
6574 | make: *** [include/autoconf.mk] Error 1 | |
6575 | ||
6576 | since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba. | |
6577 | ||
6578 | Signed-off-by: Vlad Lungu <[email protected]> | |
6579 | ||
6580 | commit cb1c4896905ab22fcd982e6a8a539f0031942e71 | |
6581 | Author: Marian Balakowicz <[email protected]> | |
6582 | Date: Fri Apr 11 11:07:49 2008 +0200 | |
6583 | ||
6584 | Restore the ability to continue booting after legacy image overwrite | |
6585 | ||
6586 | Before new uImage code was merged, bootm code allowed for the kernel image to | |
6587 | get overwritten during decompresion. new uImage introduced a check for image | |
6588 | overwrites and refused to boot the image that got overwritten. This patch | |
6589 | restores the old behavior. It also adds a warning when the image overwriten is | |
6590 | a multi-image file, because in such case accessing componentes other than the | |
6591 | first one will fail. | |
6592 | ||
6593 | Signed-off-by: Marian Balakowicz <[email protected]> | |
6594 | ||
6595 | commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036 | |
6596 | Author: Marian Balakowicz <[email protected]> | |
6597 | Date: Fri Apr 11 11:07:43 2008 +0200 | |
6598 | ||
6599 | ppc: Fix ftd_blob variable init when processing raw blob | |
6600 | ||
6601 | Set fdt_blob variable before its value is printed out. | |
6602 | ||
6603 | Signed-off-by: Marian Balakowicz <[email protected]> | |
6604 | ||
6605 | commit 3d36be030043cd841a2551d00a395135e363a64b | |
6606 | Author: Jason Wessel <[email protected]> | |
6607 | Date: Thu Apr 10 14:30:16 2008 -0500 | |
6608 | ||
6609 | Remove all the search paths from the .lds files. | |
6610 | ||
6611 | The cross compiler is responsible for providing the correct libraries | |
6612 | and the logic to find the linking libraries. | |
6613 | ||
6614 | Signed-off-by: Jason Wessel <[email protected]> | |
6615 | ||
6616 | commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58 | |
6617 | Author: Bartlomiej Sieka <[email protected]> | |
6618 | Date: Mon Apr 14 15:44:16 2008 +0200 | |
6619 | ||
6620 | Boot-related documentation update | |
6621 | ||
6622 | - document 'bootm_low' and 'bootm_size' environment variables | |
6623 | - update inaccurate CFG_BOOTMAPSZ entry | |
6624 | ||
6625 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
6626 | ||
6627 | commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a | |
6628 | Author: Guennadi Liakhovetski <[email protected]> | |
6629 | Date: Wed Apr 9 17:34:08 2008 +0200 | |
6630 | ||
6631 | Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code" | |
6632 | ||
6633 | Restore logic reverted by commit | |
6634 | ||
6635 | commit 80767a6cead9990d9e77e62be947843c2c72f469 | |
6636 | Author: Peter Pearse <[email protected]> | |
6637 | Date: Wed Sep 5 16:04:41 2007 +0100 | |
6638 | ||
6639 | Changed API name to coloured_led.h | |
6640 | Removed code using deprecated ifdef CONFIG_BOOTBINFUNC | |
6641 | Tidied other cpu/arm920t/start.S code | |
6642 | ||
6643 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6644 | ||
6645 | commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf | |
6646 | Author: Mike Frysinger <[email protected]> | |
6647 | Date: Tue Apr 8 10:24:24 2008 -0400 | |
6648 | ||
6649 | Remove conflicting NAND ID | |
6650 | ||
6651 | There are two NAND entries with ID 0xDC and this obviously causes problems. | |
6652 | In the kernel, they punted the first entry, so we should do the same. | |
6653 | ||
6654 | See this upstream e-mail for more info: | |
6655 | http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html | |
6656 | ||
6657 | Signed-off-by: Michael Hennerich <[email protected]> | |
6658 | Signed-off-by: Mike Frysinger <[email protected]> | |
6659 | ||
6660 | commit 188e94c370621708d13547d58dbc6ed3c5602aa8 | |
6661 | Author: Shinya Kuribayashi <[email protected]> | |
6662 | Date: Tue Apr 8 16:20:35 2008 +0900 | |
6663 | ||
6664 | cpu/mips/cpu.c: Fix flush_cache bug | |
6665 | ||
6666 | Cache operations have to take line address (addr), not start_addr. | |
6667 | I noticed this bug when debugging ping failure. | |
6668 | ||
6669 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
6670 | ||
6671 | commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4 | |
6672 | Author: Martin Krause <[email protected]> | |
6673 | Date: Thu Apr 3 14:29:01 2008 +0200 | |
6674 | ||
6675 | TQM5200: fix default IDE reset level | |
6676 | ||
6677 | Before the first call of ide_reset(), the level of the IDE reset | |
6678 | signal on the TQM5200 is low (reset asserted). This patch sets the | |
6679 | default value to high (reset not asserted). | |
6680 | ||
6681 | Currently this patch fixes no real problem, but it is cleaner to | |
6682 | assert the reset signal only on demand, and not permanently. | |
6683 | ||
6684 | Signed-off-by: Martin Krause <[email protected]> | |
6685 | ||
6686 | commit c61e033d6e8abb7b4060ee36060961e1399f6079 | |
6687 | Author: Detlev Zundel <[email protected]> | |
6688 | Date: Thu Apr 3 14:18:48 2008 +0200 | |
6689 | ||
6690 | mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING | |
6691 | ||
6692 | Signed-off-by: Detlev Zundel <[email protected]> | |
6693 | ||
6694 | commit f308572e19eb7fe63aa3d41f214cde4c23c9800f | |
6695 | Author: Detlev Zundel <[email protected]> | |
6696 | Date: Thu Apr 3 14:18:47 2008 +0200 | |
6697 | ||
6698 | mgcoge, mgsuv: rename 'addcon' to 'addcons' | |
6699 | ||
6700 | The latter name with 13 users is already established, so we will use | |
6701 | that. | |
6702 | ||
6703 | Signed-off-by: Detlev Zundel <[email protected]> | |
6704 | ||
6705 | commit e175eacc87c3a9e4dad0799fee0e95732520afc7 | |
6706 | Author: Martin Krause <[email protected]> | |
6707 | Date: Thu Apr 3 13:37:56 2008 +0200 | |
6708 | ||
6709 | IDE: fix bug in reset sequence | |
6710 | ||
6711 | According to the ata (ata5) specification the RESET- signal | |
6712 | shall be asserted for at least 25 us. Without this patch, | |
6713 | the RESET- signal is asserted on some boards for only < 1 us | |
6714 | (e. g. on the TQM5200). This patch adds a general delay of | |
6715 | 25 us to the RESET- signal. | |
6716 | ||
6717 | Without this patch a Platinum 4 GiB CF card is not recognised | |
6718 | properly on boards with a TQM5200 (STK52xx, TB5200). | |
6719 | ||
6720 | Signed-off-by: Martin Krause <[email protected]> | |
6721 | ||
6722 | commit 813bea96a960916c72b4a3a7df840151529c26ce | |
6723 | Author: Sascha Laue <[email protected]> | |
6724 | Date: Thu Apr 3 14:43:11 2008 +0200 | |
6725 | ||
6726 | lwmon5: disable CONFIG_ZERO_BOOTDELAY | |
6727 | ||
6728 | Signed-off-by: Sascha Laue <[email protected]> | |
6729 | ||
6730 | commit 53eec6f1d25932e76d63ccb14082792b0b96bf41 | |
6731 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6732 | Date: Wed Apr 2 08:03:58 2008 +0200 | |
6733 | ||
6734 | ds174x: Fix warning on return in rtc_get and rtc_set functions | |
6735 | ||
6736 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6737 | ||
6738 | commit a253b38bf50c85227c33ca0febc870ee49d1588e | |
6739 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6740 | Date: Wed Apr 2 08:03:57 2008 +0200 | |
6741 | ||
6742 | cmd_log.c: Fix assignment differ in signedness | |
6743 | ||
6744 | In function 'logbuff_init_ptrs': | |
6745 | cmd_log.c:79: warning: pointer targets in assignment differ in signedness | |
6746 | ||
6747 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6748 | ||
6749 | commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df | |
6750 | Author: Gururaja Hebbar K R <[email protected]> | |
6751 | Date: Wed Apr 2 11:04:43 2008 +0530 | |
6752 | ||
6753 | Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c | |
6754 | ||
6755 | Signed-off-by: gururaja hebbar <[email protected]> | |
6756 | ||
6757 | commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d | |
6758 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6759 | Date: Tue Apr 1 14:07:10 2008 +0200 | |
6760 | ||
6761 | s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame | |
6762 | ||
6763 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
6764 | ||
6765 | commit c08fb3ea36d19b1640b7906264581e9105534399 | |
6766 | Author: Guennadi Liakhovetski <[email protected]> | |
6767 | Date: Tue Apr 15 10:24:14 2008 +0200 | |
6768 | ||
6769 | Additional PCI IDs for IDE and network controllers | |
6770 | ||
6771 | These PCI IDs are required by the Linkstation platforms. | |
6772 | ||
6773 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6774 | ||
6775 | commit c0559be371b2a64b1a817088c3308688e2182f93 | |
6776 | Author: Joakim Tjernlund <[email protected]> | |
6777 | Date: Mon Apr 14 23:01:50 2008 +0200 | |
6778 | ||
6779 | Change env_get_char from a global function ptr to a function. | |
6780 | ||
6781 | This avoids an early global data reference. | |
6782 | ||
6783 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
6784 | ||
6785 | commit 3e0f331c05d72f140715c1e9fca991927e44d422 | |
6786 | Author: Guennadi Liakhovetski <[email protected]> | |
6787 | Date: Tue Apr 29 12:35:08 2008 +0000 | |
6788 | ||
6789 | Clean up smsc911x driver | |
6790 | ||
6791 | Replace direct register address derefencing with accessor functions. | |
6792 | Restrict explicitly 32-bit bus-width, extend affected configurations | |
6793 | respectively. | |
6794 | ||
6795 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6796 | Signed-off-by: Ben Warren <[email protected]> | |
6797 | ||
6798 | commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd | |
6799 | Author: Sascha Hauer <[email protected]> | |
6800 | Date: Tue Apr 15 00:08:20 2008 -0400 | |
6801 | ||
6802 | This patch adds a driver for the following smsc network controllers: | |
6803 | LAN9115 | |
6804 | LAN9116 | |
6805 | LAN9117 | |
6806 | LAN9215 | |
6807 | LAN9216 | |
6808 | LAN9217 | |
6809 | ||
6810 | Signed-off-by: Sascha Hauer <[email protected]> | |
6811 | Signed-off-by: Guennadi Liakhovetski<[email protected]> | |
6812 | Signed-off-by: Ben Warren <[email protected]> | |
6813 | ||
6814 | commit 3dfd4aab929cccddb63d9ea509967861e1333b52 | |
6815 | Author: Sascha Laue <[email protected]> | |
6816 | Date: Tue Apr 1 15:13:03 2008 +0200 | |
6817 | ||
6818 | Fix watchdog POST for lwmon5 | |
6819 | ||
6820 | If the hardware watchdog detects a voltage error, the watchdog sets | |
6821 | GPIO62 to low. The watchdog POST has to detect this low level. | |
6822 | ||
6823 | Signed-off-by: Sascha Laue <[email protected]> | |
6824 | ||
6825 | commit 24b448448a917e52806f82660a5c9d47608894fb | |
6826 | Author: Dave Liu <[email protected]> | |
6827 | Date: Tue Apr 1 15:22:11 2008 +0800 | |
6828 | ||
6829 | ata: update the libata.h from ata.h of linux kernel | |
6830 | ||
6831 | Current libata.h of u-boot is out of sync from linux kernel, | |
6832 | this patch make it be consistent with linux kernel. | |
6833 | ||
6834 | Signed-off-by: Dave Liu <[email protected]> | |
6835 | Signed-off-by: Tor Krill <[email protected]> | |
6836 | ||
6837 | commit f8f9dc98883f66f59eb0601da65808e6b139c87c | |
6838 | Author: Kumar Gala <[email protected]> | |
6839 | Date: Mon Mar 31 11:59:27 2008 -0500 | |
6840 | ||
6841 | Allow use of ARCH=powerpc when building | |
6842 | ||
6843 | The linux kernel is now mostly ARCH=powerpc, so to make life easier | |
6844 | allow use to use ARCH=powerpc and convert it to ARCH=ppc. | |
6845 | ||
6846 | Signed-off-by: Kumar Gala <[email protected]> | |
6847 | ||
6848 | commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0 | |
6849 | Author: Kyungmin Park <[email protected]> | |
6850 | Date: Mon Mar 31 10:40:54 2008 +0900 | |
6851 | ||
6852 | Add apollon board MAINTAINERS entry | |
6853 | ||
6854 | Signed-off-by: Kyungmin Park <[email protected]> | |
6855 | ||
6856 | commit 77e475cc0ed1832160017d364be32a0be9ff02a9 | |
6857 | Author: Kyungmin Park <[email protected]> | |
6858 | Date: Mon Mar 31 10:40:36 2008 +0900 | |
6859 | ||
6860 | Fix OneNAND read | |
6861 | ||
6862 | It should access with 16-bit instead of 8-bit | |
6863 | ||
6864 | Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND. | |
6865 | ||
6866 | Signed-off-by: Kyungmin Park <[email protected]> | |
6867 | ||
6868 | commit a9da2b41079d230db3a5641625311983f85ce1fb | |
6869 | Author: Kyungmin Park <[email protected]> | |
6870 | Date: Mon Mar 31 10:40:19 2008 +0900 | |
6871 | ||
6872 | Fix OneNAND erase command | |
6873 | ||
6874 | It mis-calculates the block address. | |
6875 | Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand. | |
6876 | ||
6877 | Signed-off-by: Kyungmin Park <[email protected]> | |
6878 | ||
6879 | commit 61525f2ffa156665a66908fda47dbf29d65ea579 | |
6880 | Author: Guennadi Liakhovetski <[email protected]> | |
6881 | Date: Mon Mar 31 01:32:15 2008 +0200 | |
6882 | ||
6883 | Support for LinkStation / KuroBox HD and HG PPC models | |
6884 | ||
6885 | This patch is based on the port by Mihai Georgian (see linkstation.c for | |
6886 | Copyright information) and implements support for LinkStation / KuroBox HD | |
6887 | and HG PPC models from Buffalo Technology, whereby HD is deactivated at | |
6888 | the moment, pending network driver fixing. | |
6889 | ||
6890 | Notice to users: this is pretty much a barebone port. Support for network | |
6891 | on HG models is already in the U-Boot mainline, but you might also want | |
6892 | patches to switch fan / phy modes depending on the negotiated ethernet | |
6893 | parameters. This patch also doesn't support console switching, booting EM | |
6894 | mode, Buffalo specific ext2 magic number. So, if you want to use any of | |
6895 | those, you need additional patches. Otherwise this patche provides a fully | |
6896 | functional u-boot with a network console on your system. | |
6897 | ||
6898 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
6899 | ||
6900 | commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea | |
6901 | Author: TsiChung Liew <[email protected]> | |
6902 | Date: Sun Mar 30 01:22:13 2008 -0500 | |
6903 | ||
6904 | Add CONFIG_MII_INIT support to related boards | |
6905 | ||
6906 | Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in | |
6907 | cmd_init.c. Add CONFIG_MII_INIT to board configuration files | |
6908 | that use mii_init() in cmd_init.c. | |
6909 | ||
6910 | Signed-off-by: TsiChung Liew <[email protected]> | |
6911 | Acked-by: Ben Warren <[email protected]> | |
6912 | ||
6913 | commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4 | |
6914 | Author: TsiChung Liew <[email protected]> | |
6915 | Date: Sun Mar 30 01:19:06 2008 -0500 | |
6916 | ||
6917 | Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards | |
6918 | ||
6919 | Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define | |
6920 | CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files. | |
6921 | ||
6922 | Signed-off-by: TsiChung Liew <[email protected]> | |
6923 | ||
6924 | commit e99ccb488181d012248c6be30b2093e950319fc5 | |
6925 | Author: Kumar Gala <[email protected]> | |
6926 | Date: Thu Mar 27 11:46:38 2008 -0500 | |
6927 | ||
6928 | Introduce phys_size_t and move phys_addr_t into asm/types.h | |
6929 | ||
6930 | Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's | |
6931 | that have larger physical addresses like 44x, 85xx, and 86xx. | |
6932 | ||
6933 | Signed-off-by: Kumar Gala <[email protected]> | |
6934 | ||
6935 | commit 20a14a42a25f72e379f38460b8a8484667536795 | |
6936 | Author: Andy Fleming <[email protected]> | |
6937 | Date: Wed Apr 2 16:19:07 2008 -0500 | |
6938 | ||
6939 | Rename include/md5.h to include/u-boot/md5.h | |
6940 | ||
6941 | Some systems have md5.h installed in /usr/include/. This isn't the | |
6942 | desired file (we want the one in include/md5.h). This will avoid the | |
6943 | conflict. This fixes the host tools building problem by creating a new | |
6944 | directory for U-Boot specific header files. | |
6945 | ||
6946 | [Patch by Andy Fleming, modified to use separate directory by Wolfgang | |
6947 | Denk] | |
6948 | ||
6949 | Signed-off-by: Wolfgang Denk <[email protected]> | |
6950 | Signed-off-by: Andy Fleming <[email protected]> | |
6951 | Acked-by: Timur Tabi <[email protected]> | |
6952 | ||
6953 | commit f297b7a1ec87433f66320d89d993e1bc738c66b8 | |
6954 | Author: Dave Liu <[email protected]> | |
6955 | Date: Thu Mar 27 18:51:17 2008 +0800 | |
6956 | ||
6957 | drivers: code clean up | |
6958 | ||
6959 | Signed-off-by: Dave Liu <[email protected]> | |
6960 | ||
6961 | commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597 | |
6962 | Author: Dave Liu <[email protected]> | |
6963 | Date: Thu Mar 27 18:50:41 2008 +0800 | |
6964 | ||
6965 | drivers: clean up the ata_piix.h | |
6966 | ||
6967 | Signed-off-by: Dave Liu <[email protected]> | |
6968 | ||
6969 | commit e8f7ba404f1409606962815ecc955a06984b08b3 | |
6970 | Author: Dave Liu <[email protected]> | |
6971 | Date: Thu Mar 27 18:49:56 2008 +0800 | |
6972 | ||
6973 | doc: english polishing for README.sata | |
6974 | ||
6975 | according to gvb's suggestion, polishing for the doc. | |
6976 | ||
6977 | Signed-off-by: Jerry Van Baren <[email protected]> | |
6978 | Signed-off-by: Dave Liu <[email protected]> | |
6979 | ||
6980 | commit 3e3f766a5274d204780460e1879723b565296d34 | |
6981 | Author: Kumar Gala <[email protected]> | |
6982 | Date: Wed Mar 26 18:53:28 2008 -0500 | |
6983 | ||
6984 | Fix warnings introduced by I2C bus speed setting patch | |
6985 | ||
6986 | Signed-off-by: Kumar Gala <[email protected]> | |
6987 | ||
6988 | commit 3c735e7437150e8615f26930c7819db85634276d | |
6989 | Author: eran liberty <[email protected]> | |
6990 | Date: Thu Mar 27 00:50:49 2008 +0100 | |
6991 | ||
6992 | Altera Stratix II support | |
6993 | ||
6994 | Adds Support for Altera's Stratix II. | |
6995 | ||
6996 | Within your board specific init file you will have to call | |
6997 | ||
6998 | 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off); | |
6999 | 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc); | |
7000 | ||
7001 | Altera_desc* contines (for example): | |
7002 | { | |
7003 | Altera_StratixII, /* part type */ | |
7004 | passive_serial, /* interface type */ | |
7005 | 1, /* bytes of data part can accept */ | |
7006 | (void *)(&funcs), /* interface function table */ | |
7007 | 0L, /* base interface address */ | |
7008 | 0 /* implementation specific cookie */ | |
7009 | } | |
7010 | ||
7011 | funcs is the interface. It is of type altera_board_specific_func. | |
7012 | It looks like this: | |
7013 | altera_board_specific_func func = { | |
7014 | pre_fn, | |
7015 | config_fn, | |
7016 | status_fn, | |
7017 | done_fn, | |
7018 | clk_fn, | |
7019 | data_fn, | |
7020 | abort_fn, | |
7021 | post_fn, | |
7022 | }; | |
7023 | ||
7024 | you will have to implement these functions, which is usually bit | |
7025 | banging some gpio. | |
7026 | ||
7027 | Signed-off-by: Eran Liberty <[email protected]> | |
7028 | ||
7029 | commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335 | |
7030 | Author: Wolfgang Denk <[email protected]> | |
7031 | Date: Sun Apr 13 14:32:54 2008 -0700 | |
7032 | ||
7033 | Update CHANGELOG | |
7034 | ||
7035 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7036 | ||
5ece9ec9 WD |
7037 | commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7 |
7038 | Author: Sascha Hauer <[email protected]> | |
7039 | Date: Wed Mar 26 20:41:17 2008 +0100 | |
7040 | ||
7041 | Phytec Phycore-i.MX31 support | |
7042 | ||
7043 | This patch adds support for the Phytec Phycore-i.MX31 board | |
7044 | ||
7045 | Signed-off-by: Sascha Hauer <[email protected]> | |
7046 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
7047 | ||
7048 | commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1 | |
7049 | Author: Sascha Hauer <[email protected]> | |
7050 | Date: Wed Mar 26 20:41:09 2008 +0100 | |
7051 | ||
7052 | mx31 litekit support | |
7053 | ||
7054 | This patch adds support for the mx31 litekit board | |
7055 | ||
7056 | Signed-off-by: Sascha Hauer <[email protected]> | |
7057 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
7058 | ||
7059 | commit cdace0661208754a53019ea0dc7b803a040e0939 | |
7060 | Author: Sascha Hauer <[email protected]> | |
7061 | Date: Wed Mar 26 20:40:49 2008 +0100 | |
7062 | ||
7063 | add an i2c driver for mx31 | |
7064 | ||
7065 | This patch adds an i2c driver for Freescale i.MX processors | |
7066 | ||
7067 | Signed-off-by: Sascha Hauer <[email protected]> | |
7068 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
7069 | ||
7070 | commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6 | |
7071 | Author: Sascha Hauer <[email protected]> | |
7072 | Date: Wed Mar 26 20:40:42 2008 +0100 | |
7073 | ||
7074 | core support for Freescale mx31 | |
7075 | ||
7076 | This patch adds the core support for Freescale mx31 | |
7077 | ||
7078 | Signed-off-by: Sascha Hauer <[email protected]> | |
7079 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
7080 | ||
7081 | commit 7ec68862a27c8f6f6d566228de8f6724d964a939 | |
7082 | Author: Wolfgang Denk <[email protected]> | |
7083 | Date: Sun Apr 13 14:19:23 2008 -0700 | |
7084 | ||
7085 | Fix compile error | |
7086 | ||
7087 | ...as suggested by Peter Pearse | |
7088 | ||
7089 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7090 | ||
7091 | commit 5252ed95204bdf55bec5a90ea69860bf2f78c643 | |
7092 | Author: Sascha Hauer <[email protected]> | |
7093 | Date: Wed Mar 26 20:40:36 2008 +0100 | |
7094 | ||
7095 | Separate omap24xx specific code from arm1136 | |
7096 | ||
7097 | Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 | |
7098 | to cpu/arm1136/omap24xx. | |
7099 | ||
7100 | Signed-off-by: Sascha Hauer <[email protected]> | |
7101 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
7102 | ||
7103 | commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a | |
7104 | Author: Mike Frysinger <[email protected]> | |
7105 | Date: Tue Jan 29 18:21:05 2008 -0500 | |
7106 | ||
7107 | disable caches before booting an app for Blackfin apps | |
7108 | ||
7109 | It isn't generally save to execute applications outside of U-Boot with caches | |
7110 | enabled due to the way the Blackfin processor handles caches (requires | |
7111 | software assistance). This patch disables caches before booting an ELF or | |
7112 | just booting raw code. The previous discussion on the patch was that we | |
7113 | wanted to use weaks instead, but that proved to not be feasible when multiple | |
7114 | symbols are involved, which puts us back at the ifdef solution. I've | |
7115 | minimized the ugliness by moving the setup step outside of the main function. | |
7116 | ||
7117 | Signed-off-by: Mike Frysinger <[email protected]> | |
7118 | ||
7119 | commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32 | |
7120 | Author: Wolfgang Denk <[email protected]> | |
7121 | Date: Sun Apr 13 10:03:54 2008 -0700 | |
7122 | ||
7123 | ppc: Get rid of unused machine type definitions | |
7124 | ||
7125 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7126 | ||
7127 | commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4 | |
7128 | Author: Wolfgang Denk <[email protected]> | |
7129 | Date: Sun Apr 13 09:59:26 2008 -0700 | |
7130 | ||
7131 | Coding Style cleanup; update CHANGELOG | |
7132 | ||
7133 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7134 | ||
1aeed8d7 WD |
7135 | commit 7754f33c6fb7a2c050388d20bf3847038558bdcf |
7136 | Author: Larry Johnson <[email protected]> | |
7137 | Date: Thu Feb 21 13:58:11 2008 -0500 | |
7138 | ||
7139 | LM73 bug fix for negative temperatures and cleanup | |
7140 | ||
7141 | When the LM73 temperature sensor measures a temperature below 0 C, the | |
7142 | current driver does not perform sign extension, so the result returned is | |
7143 | 512 C too high. This patch fixes the problem, and does general cleanup | |
7144 | of the code. | |
7145 | ||
7146 | Signed-off-by: Larry Johnson <[email protected]> | |
7147 | ||
7148 | commit 96ef831f713289afba19da0c8f905e99da2b23e0 | |
7149 | Author: Guennadi Liakhovetski <[email protected]> | |
7150 | Date: Thu Apr 3 13:36:02 2008 +0200 | |
7151 | ||
7152 | cfi_flash: Support buffered writes on non-standard Spansion NOR flash | |
7153 | ||
7154 | Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit | |
7155 | series require different addresses for buffered write commands. Define a | |
7156 | configuration option to support buffered writes on those chips. A more | |
7157 | elegant solution would be to automatically detect those chips by parsing | |
7158 | their CFI records, but that would require introduction of a fixup table | |
7159 | into the cfi_flash driver. | |
7160 | ||
7161 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
7162 | ||
7163 | commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44 | |
7164 | Author: Lee Nipper <[email protected]> | |
7165 | Date: Thu Apr 10 09:35:06 2008 -0500 | |
7166 | ||
7167 | mpc83xx: Update DIMM data bus width test to support 40-bit width | |
7168 | ||
7169 | 32-bit wide ECC memory modules report 40-bit width. | |
7170 | Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'. | |
7171 | ||
7172 | Signed-off-by: Lee Nipper <[email protected]> | |
7173 | Signed-off-by: Kim Phillips <[email protected]> | |
7174 | ||
7175 | commit 5fb5a689d822ca61e814bd523fc930af335242fa | |
7176 | Author: Dave Liu <[email protected]> | |
7177 | Date: Mon Mar 31 17:05:12 2008 +0800 | |
7178 | ||
7179 | mpc83xx: Fix the bug of serdes initialization | |
7180 | ||
7181 | Currently the serdes will not be initializated due to the | |
7182 | partid's error. | |
7183 | ||
7184 | Signed-off-by: Dave Liu <[email protected]> | |
7185 | Signed-off-by: Kim Phillips <[email protected]> | |
7186 | ||
7187 | commit 2000784818f043db7ca60e2846a72d097766b894 | |
7188 | Author: Dave Liu <[email protected]> | |
7189 | Date: Thu Apr 3 16:28:29 2008 +0800 | |
7190 | ||
7191 | mpc83xx: Fix the SATA clock setting of 837x targets | |
7192 | ||
7193 | Currently the SATA controller clock is configured as CSB clock, | |
7194 | usually the CSB clock is 400/333/266MHz. | |
7195 | ||
7196 | However, The SATA IP block is only guaranteed to operate up to | |
7197 | 200 MHz as stated in the HW spec. | |
7198 | ||
7199 | The bug is reported by Joe D'Abbraccio <[email protected]> | |
7200 | ||
7201 | This patch makes the SATA clock as half of CSB clock. | |
7202 | ||
7203 | Signed-off-by: Dave Liu <[email protected]> | |
7204 | Signed-off-by: Kim Phillips <[email protected]> | |
7205 | ||
7206 | commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672 | |
7207 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7208 | Date: Wed Apr 2 13:41:21 2008 +0200 | |
7209 | ||
7210 | mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb' | |
7211 | ||
7212 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7213 | Signed-off-by: Kim Phillips <[email protected]> | |
7214 | ||
7215 | commit 97b3ecb575a92fa34c1765229dbc06f2b662f139 | |
7216 | Author: Kumar Gala <[email protected]> | |
7217 | Date: Wed Apr 9 04:20:57 2008 -0500 | |
7218 | ||
7219 | 85xx: Fix detection of MP cpu spin up | |
7220 | ||
7221 | We were looking at the wrong memory offset to determine of a secondary | |
7222 | cpu had been spun up or not. Also added a warning message if the | |
7223 | all the secondary cpus we expect don't spin up. | |
7224 | ||
7225 | Signed-off-by: Kumar Gala <[email protected]> | |
7226 | ||
7227 | commit f3e04bdc3f360c66801a9048956e61e41a16edba | |
7228 | Author: Kumar Gala <[email protected]> | |
7229 | Date: Tue Apr 8 10:45:50 2008 -0500 | |
7230 | ||
7231 | 85xx: Use SVR_SOC_VER instead of SVR_VER | |
7232 | ||
7233 | The recent change introduced by 'Update SVR numbers to expand support' | |
7234 | now requires that we use SVR_SOC_VER instead of SVR_VER if we want | |
7235 | to compare against a particular processor id. | |
7236 | ||
7237 | Signed-off-by: Kumar Gala <[email protected]> | |
7238 | ||
7239 | commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7 | |
7240 | Author: Eugene O'Brien <[email protected]> | |
7241 | Date: Fri Apr 11 10:00:35 2008 -0400 | |
7242 | ||
7243 | ppc4xx: Fix power mgt definitions for PPC440 | |
7244 | ||
7245 | Corrected DCR addresses of PPC440EP power management registers. | |
7246 | ||
7247 | Signed-off-by: Eugene O'Brien <[email protected]> | |
7248 | ||
7249 | commit 950a392464e616b4590bc4501be46e2d7d162dea | |
7250 | Author: Wolfgang Denk <[email protected]> | |
7251 | Date: Fri Apr 11 15:11:26 2008 +0200 | |
7252 | ||
7253 | Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: | |
7254 | ||
7255 | Reverting became necessary after it turned out that the patches in | |
7256 | the u-boot-arm repo were modified, and in some cases corrupted. | |
7257 | ||
7258 | This reverts the following commits: | |
7259 | ||
7260 | 066bebd6353e33af3adefc3404560871699e9961 | |
7261 | 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 | |
7262 | c88ae20580b2b01487b4cdcc8b2a113f551aee36 | |
7263 | a147e56f03871bba4f05058d5e04ce7deb010b04 | |
7264 | d6674e0e2a6a1f033945f78838566210d3f28c95 | |
7265 | 8c8463cce44d849e37744749b32d38e1dfb12e50 | |
7266 | c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d | |
7267 | 8bf69d81782619187933a605f1a95ee1d069478d | |
7268 | 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d | |
7269 | a574a73852a527779234e73e17e7597fd8128882 | |
7270 | 1377b5583a48021d983e1fd565f7d40c89e84d63 | |
7271 | 1704dc20917b4f71e373e2c888497ee666d40380 | |
7272 | ||
7273 | Signed-off-by: Wolfgang Denk <[email protected]> | |
7274 | ||
7275 | commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13 | |
7276 | Author: Stefan Roese <[email protected]> | |
7277 | Date: Fri Apr 11 07:02:29 2008 +0200 | |
7278 | ||
7279 | ppc4xx: Update Kilauea defconfig to use device-tree booting as default | |
7280 | ||
7281 | This patch reworks the default environment on Kilauea/Haleakala. Now | |
7282 | "net_nfs" for exmaple uses the device-tree style booting formerly know | |
7283 | as "net_nfs_fdt". Also the addresses in RAM were changed because of the | |
7284 | new image booting support, which check for image overwriting. So the | |
7285 | addresses needed togeet adjusted. | |
7286 | ||
7287 | Signed-off-by: Stefan Roese <[email protected]> | |
7288 | ||
7289 | commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28 | |
7290 | Author: Stefan Roese <[email protected]> | |
7291 | Date: Wed Apr 9 11:58:02 2008 +0200 | |
7292 | ||
7293 | ppc4xx: Fix Canyonlands default environment to work with new image support | |
7294 | ||
7295 | Since the new image support checks for image overwriting, the default | |
7296 | environment needs to get adjusted to use correct addresses. | |
7297 | ||
7298 | Signed-off-by: Stefan Roese <[email protected]> | |
7299 | ||
7300 | commit dfc6c7b647dba7ab86749616f0e9e5740deed422 | |
7301 | Author: Stefan Roese <[email protected]> | |
7302 | Date: Wed Apr 9 11:54:11 2008 +0200 | |
7303 | ||
7304 | ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE | |
7305 | ||
7306 | The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step | |
7307 | closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But | |
7308 | on 4xx systems _start currently cannot be used for this calculation. | |
7309 | So revert back to the original version for now. | |
7310 | ||
7311 | Signed-off-by: Stefan Roese <[email protected]> | |
7312 | ||
7313 | commit f91374f65eae8b42cac329e06ba1c54728278efb | |
7314 | Author: Michal Simek <[email protected]> | |
7315 | Date: Fri Mar 28 12:49:52 2008 +0100 | |
7316 | ||
7317 | microblaze: Sort microblaze boards in MAKEALL script | |
7318 | ||
7319 | commit 62032deb7214c6d9b4396297e2aaa559bc2f8495 | |
7320 | Author: Michal Simek <[email protected]> | |
7321 | Date: Fri Mar 28 11:58:45 2008 +0100 | |
7322 | ||
7323 | microblaze: clean microblaze_config.mk | |
7324 | ||
7325 | FLAGS are generated by U-BOOT generator. | |
7326 | Board specific FLAGS are in board directory | |
7327 | ||
7328 | Signed-off-by: Michal Simek <[email protected]> | |
7329 | ||
7330 | commit cf5c679ca04a6b54bf53a55b8b9c29335b387287 | |
7331 | Author: Michal Simek <[email protected]> | |
7332 | Date: Fri Mar 28 12:47:19 2008 +0100 | |
7333 | ||
7334 | microblaze: xupv2p fix config file for supporting FDT | |
7335 | ||
7336 | commit 188dc16b189143573b1ed90e584bf866d75cdd12 | |
7337 | Author: Michal Simek <[email protected]> | |
7338 | Date: Fri Mar 28 11:53:02 2008 +0100 | |
7339 | ||
7340 | microblaze: ml401 fix config file for supporting FDT | |
7341 | ||
7342 | Signed-off-by: Michal Simek <[email protected]> | |
7343 | ||
7344 | commit 4c6a6f02e239236261333759997eeaf86b30b54c | |
7345 | Author: Michal Simek <[email protected]> | |
7346 | Date: Fri Mar 28 11:22:48 2008 +0100 | |
7347 | ||
7348 | microblaze: ml401 - add ifdef for GPIO | |
7349 | ||
7350 | Signed-off-by: Michal Simek <[email protected]> | |
7351 | ||
7352 | commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7 | |
7353 | Author: Michal Simek <[email protected]> | |
7354 | Date: Fri Mar 28 12:13:03 2008 +0100 | |
7355 | ||
7356 | microblaze: clean uart16550 and uartlite handling | |
7357 | ||
7358 | Signed-off-by: Michal Simek <[email protected]> | |
7359 | ||
7360 | commit 0b20f250877441460fb79d72192954abe8498834 | |
7361 | Author: Michal Simek <[email protected]> | |
7362 | Date: Fri Mar 28 11:08:31 2008 +0100 | |
7363 | ||
7364 | microblaze: Add Emaclite driver to Makefile | |
7365 | ||
7366 | Signed-off-by: Michal Simek <[email protected]> | |
7367 | ||
7368 | commit 868cde5310f88234b774878e4f06e79df10a88b3 | |
7369 | Author: Michal Simek <[email protected]> | |
7370 | Date: Fri Mar 28 11:08:01 2008 +0100 | |
7371 | ||
7372 | microblaze: Add Emac driver to Makefile | |
7373 | ||
7374 | Signed-off-by: Michal Simek <[email protected]> | |
7375 | ||
7376 | commit 6f961b4f461f6cbb83a467d468a02e6078c2b327 | |
7377 | Author: Michal Simek <[email protected]> | |
7378 | Date: Fri Mar 28 12:42:29 2008 +0100 | |
7379 | ||
7380 | microblaze: add Emac ethernet driver | |
7381 | ||
7382 | commit 89c53891b18cbafd29ab8931b40e27ad231b6085 | |
7383 | Author: Michal Simek <[email protected]> | |
7384 | Date: Fri Mar 28 12:41:56 2008 +0100 | |
7385 | ||
7386 | microblaze: add Emaclite ethernet driver | |
7387 | ||
7388 | commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb | |
7389 | Author: Michal Simek <[email protected]> | |
7390 | Date: Fri Mar 28 11:04:01 2008 +0100 | |
7391 | ||
7392 | microblaze: ML401 and XUPV2P remove emac and emaclite reference | |
7393 | ||
7394 | Signed-off-by: Michal Simek <[email protected]> | |
7395 | ||
7396 | commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57 | |
7397 | Author: Michal Simek <[email protected]> | |
7398 | Date: Fri Mar 28 10:59:32 2008 +0100 | |
7399 | ||
7400 | microblaze: remove old setting for emac driver | |
7401 | ||
7402 | Signed-off-by: Michal Simek <[email protected]> | |
7403 | ||
7404 | commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57 | |
7405 | Author: Michal Simek <[email protected]> | |
7406 | Date: Fri Mar 28 10:58:15 2008 +0100 | |
7407 | ||
7408 | microblaze: Clean Makefile from ancient emac driver | |
7409 | ||
7410 | Signed-off-by: Michal Simek <[email protected]> | |
7411 | ||
7412 | commit ab68f921d9c741830f721c3d879c13a0c5597183 | |
7413 | Author: Daniel Hellstrom <[email protected]> | |
7414 | Date: Fri Mar 28 10:20:43 2008 +0100 | |
7415 | ||
7416 | SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information. | |
7417 | ||
7418 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7419 | ||
7420 | commit 6ed8a43a19bb0275501bc286007daafa923552cf | |
7421 | Author: Daniel Hellstrom <[email protected]> | |
7422 | Date: Wed Mar 26 23:38:48 2008 +0100 | |
7423 | ||
7424 | SPARC/LEON3: added support for GR-CPCI-AX2000 FPGA AX board. The FPGA is exchangeable but a standard LEON3 design is assumed. See www.gaisler.com for information. | |
7425 | ||
7426 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7427 | ||
7428 | commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12 | |
7429 | Author: Daniel Hellstrom <[email protected]> | |
7430 | Date: Wed Mar 26 23:34:47 2008 +0100 | |
7431 | ||
7432 | SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information. | |
7433 | ||
7434 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7435 | ||
7436 | commit 823edd8a66ed50af5aaba0c79567f67061e4d79a | |
7437 | Author: Daniel Hellstrom <[email protected]> | |
7438 | Date: Fri Mar 28 10:06:52 2008 +0100 | |
7439 | ||
7440 | SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information. | |
7441 | ||
7442 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7443 | ||
7444 | commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135 | |
7445 | Author: Daniel Hellstrom <[email protected]> | |
7446 | Date: Wed Mar 26 23:26:48 2008 +0100 | |
7447 | ||
7448 | SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information. | |
7449 | ||
7450 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7451 | ||
7452 | commit b330990c2f36ee4a8bb318360e1c8ba965269ab6 | |
7453 | Author: Daniel Hellstrom <[email protected]> | |
7454 | Date: Fri Mar 28 10:00:33 2008 +0100 | |
7455 | ||
7456 | SPARC: Added support for SPARC LEON2 SOC Processor. | |
7457 | ||
7458 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7459 | ||
7460 | commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a | |
7461 | Author: Daniel Hellstrom <[email protected]> | |
7462 | Date: Wed Mar 26 23:00:38 2008 +0100 | |
7463 | ||
7464 | SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version. | |
7465 | ||
7466 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7467 | ||
7468 | commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4 | |
7469 | Author: Daniel Hellstrom <[email protected]> | |
7470 | Date: Wed Mar 26 22:51:29 2008 +0100 | |
7471 | ||
7472 | SPARC: Added support for SPARC LEON3 SOC processor. | |
7473 | ||
7474 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7475 | ||
7476 | commit bf3d8b31169546fcddb4737391e1893fb12d033a | |
7477 | Author: Daniel Hellstrom <[email protected]> | |
7478 | Date: Fri Mar 28 08:29:26 2008 +0100 | |
7479 | ||
7480 | SPARC: added SPARC support for new uimage in common code. | |
7481 | ||
7482 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7483 | ||
7484 | commit 00ab32c85405a4fe65fd4128243086210fc90a21 | |
7485 | Author: Daniel Hellstrom <[email protected]> | |
7486 | Date: Wed Mar 26 22:36:03 2008 +0100 | |
7487 | ||
7488 | SPARC: added SPARC board information to the command bdinfo. | |
7489 | ||
7490 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7491 | ||
7492 | commit c2f02da21a3f37f0878554eebc785e04fdc4e128 | |
7493 | Author: Daniel Hellstrom <[email protected]> | |
7494 | Date: Fri Mar 28 09:47:00 2008 +0100 | |
7495 | ||
7496 | SPARC: Added generic support for SPARC architecture. | |
7497 | ||
7498 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7499 | ||
7500 | commit e54ec0f016803e4d9524ff71f7971bda0c51b287 | |
7501 | Author: Stefan Roese <[email protected]> | |
7502 | Date: Thu Apr 3 14:50:34 2008 +0200 | |
7503 | ||
7504 | ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3 | |
7505 | ||
7506 | This patch fixes a problem with the RGMII setup of the 460GT. The 460GT | |
7507 | has 2 RGMII instances and we need to configure the 2nd RGMII instance | |
7508 | for the EMAC2+3 channels. | |
7509 | ||
7510 | Signed-off-by: Stefan Roese <[email protected]> | |
7511 | ||
7512 | commit c2a545ce33b26d80337f80b533828839249fb1c9 | |
7513 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7514 | Date: Wed Apr 2 08:03:56 2008 +0200 | |
7515 | ||
7516 | MPC8xx: Fix libfdt support introduced in commit 77ff7b74 | |
7517 | ||
7518 | fdt.c: In function 'ft_cpu_setup': | |
7519 | fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32' | |
7520 | fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32' | |
7521 | fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet' | |
7522 | fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory' | |
7523 | ||
7524 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7525 | ||
7526 | commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b | |
7527 | Author: Andy Fleming <[email protected]> | |
7528 | Date: Mon Mar 31 20:45:56 2008 -0500 | |
7529 | ||
7530 | Fix fdt set command to conform to dts spec | |
7531 | ||
7532 | The fdt set command was treating properties specified as <00> and <0011> | |
7533 | as byte streams, rather than as an array of cells. As we already have | |
7534 | syntax for expressing the desire for a stream of bytes ([ xx xx ...]), | |
7535 | we should use the <> syntax to describe arrays of cells, which are always | |
7536 | 32-bits per element. If we imagine this likely (IMHO) scenario: | |
7537 | ||
7538 | > fdt set /ethernet-phy@1 reg <1> | |
7539 | ||
7540 | With the old code, this would create a bad fdt, since the reg cell would be | |
7541 | made to be one byte in length. But the cell must be 4 bytes, so this would | |
7542 | break mysteriously. | |
7543 | ||
7544 | Also, the dts spec calls for constants inside the angle brackets (<>) | |
7545 | to conform to C constant standards as they pertain to base. | |
7546 | Take this scenario: | |
7547 | ||
7548 | > fdt set /ethernet@f00 reg <0xe250000\ 0x1000> | |
7549 | ||
7550 | The old fdt command would complain that it couldn't parse that. Or, if you | |
7551 | wanted to specify that a certain clock ran at 33 MHz, you'd be required to | |
7552 | do this: | |
7553 | ||
7554 | > fdt set /mydev clock <1f78a40> | |
7555 | ||
7556 | Whereas the new code will accept decimal numbers. | |
7557 | ||
7558 | While I was in there, I extended the fdt command parser to handle property | |
7559 | strings which are split across multiple arguments: | |
7560 | ||
7561 | > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 > | |
7562 | > fdt p /ethernet@f00 | |
7563 | ethernet@f00 { | |
7564 | interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>; | |
7565 | }; | |
7566 | ||
7567 | Lastly, the fdt print code was rearranged slightly to print arrays of cells | |
7568 | if the length of the property is a multiple of 4 bytes, and to not print | |
7569 | leading zeros. | |
7570 | ||
7571 | Signed-off-by: Andy Fleming <[email protected]> | |
7572 | ||
7573 | commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56 | |
7574 | Author: Stefan Roese <[email protected]> | |
7575 | Date: Wed Apr 2 08:39:33 2008 +0200 | |
7576 | ||
7577 | ppc4xx: Canyonlands: Init SATA/PCIe port correctly | |
7578 | ||
7579 | Canyonlands (460EX) shares the first PCIe interface with the SoC SATA | |
7580 | interface. This usage can be configured with the jumper J6. This patch | |
7581 | correctly configures the SATA/PCIe PHY for SATA usage when this jumper | |
7582 | is installed. | |
7583 | ||
7584 | Signed-off-by: Stefan Roese <[email protected]> | |
7585 | ||
7586 | commit 6fe2946f198481254a6ee9600d7456b8316a4083 | |
7587 | Author: Kim Phillips <[email protected]> | |
7588 | Date: Fri Mar 28 17:37:49 2008 -0500 | |
7589 | ||
7590 | remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code | |
7591 | ||
7592 | finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d, | |
7593 | "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T" | |
7594 | started. | |
7595 | ||
7596 | Signed-off-by: Kim Phillips <[email protected]> | |
7597 | ||
7598 | commit b5873f1732b92a25690e1513b90dfb0d644f6697 | |
7599 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7600 | Date: Tue Apr 1 07:30:51 2008 +0200 | |
7601 | ||
7602 | dataflash: Move CONFIG_HAS_DATAFLASH to Makefile | |
7603 | ||
7604 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7605 | ||
7606 | commit 2d934ea51f276522b532f870a820e844ff480b5b | |
7607 | Author: Tor Krill <[email protected]> | |
7608 | Date: Fri Mar 28 15:29:45 2008 +0100 | |
7609 | ||
7610 | Add Vitesse 8601 support to TSEC driver | |
7611 | ||
7612 | Add phy_info for Vitesse VSC8601. | |
7613 | Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation. | |
7614 | ||
7615 | Signed-off-by: Tor Krill <[email protected]> | |
7616 | Reviewed-by: Kim Phillips <[email protected]> | |
7617 | Signed-off-by: Ben Warren <[email protected]> | |
7618 | ||
7619 | commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31 | |
7620 | Author: Daniel Hellstrom <[email protected]> | |
7621 | Date: Mon Mar 31 14:25:00 2008 +0000 | |
7622 | ||
7623 | SPARC: added SMC91111 driver in and out macros for LEON processors. | |
7624 | ||
7625 | This patch makes SPARC/LEON processors able to read and write | |
7626 | to the SMC91111 chip using the chip external I/O bus of the memory | |
7627 | controller. This patchs defines the standard in and out macros | |
7628 | expected by the SMC9111 driver. | |
7629 | ||
7630 | To access that I/O bus one must set up the memory controller | |
7631 | (MCTRL or FTMCTRL) correctly. It is assumed that the user sets | |
7632 | up this correctly when the other MCTRL parameters are set up. It | |
7633 | can be set up from the board configuration header file. | |
7634 | ||
7635 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
7636 | Signed-off-by: Ben Warren <[email protected]> | |
7637 | ||
7638 | commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6 | |
7639 | Author: Stelian Pop <[email protected]> | |
7640 | Date: Wed Mar 26 18:52:34 2008 +0100 | |
7641 | ||
7642 | Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards | |
7643 | ||
7644 | Signed-off-by: Stelian Pop <[email protected]> | |
7645 | ||
7646 | commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3 | |
7647 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7648 | Date: Mon Mar 31 21:31:04 2008 +0200 | |
7649 | ||
7650 | AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile | |
7651 | ||
7652 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7653 | ||
7654 | commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7 | |
7655 | Author: Stelian Pop <[email protected]> | |
7656 | Date: Wed Mar 26 18:52:33 2008 +0100 | |
7657 | ||
7658 | Add support for AT91SAM9260EK | |
7659 | ||
7660 | Support for booting from internal DataFlash, external DataFlash card | |
7661 | or NAND flash is available. | |
7662 | ||
7663 | Signed-off-by: Stelian Pop <[email protected]> | |
7664 | ||
7665 | commit 1762f13b4aab88b685b1722f17dada247945624b | |
7666 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7667 | Date: Mon Mar 31 21:20:49 2008 +0200 | |
7668 | ||
7669 | AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile | |
7670 | ||
7671 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7672 | ||
7673 | commit 761712188b353494defb2b644491ff73d0daaa6f | |
7674 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7675 | Date: Mon Mar 31 21:12:17 2008 +0200 | |
7676 | ||
7677 | AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile | |
7678 | ||
7679 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7680 | ||
7681 | commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687 | |
7682 | Author: Stelian Pop <[email protected]> | |
7683 | Date: Wed Mar 26 20:52:32 2008 +0100 | |
7684 | ||
7685 | Port AT91CAP9 to the new headers | |
7686 | ||
7687 | Adapt the existing AT91CAP9 code to the new headers and APIs. | |
7688 | ||
7689 | Signed-off-by: Stelian Pop <[email protected]> | |
7690 | ||
7691 | commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa | |
7692 | Author: Stelian Pop <[email protected]> | |
7693 | Date: Wed Mar 26 19:52:31 2008 +0100 | |
7694 | ||
7695 | Finish header files reworking | |
7696 | ||
7697 | Replace AT91CAP9.h file with several splitted header files coming | |
7698 | from the Linux kernel. | |
7699 | ||
7700 | This is part 2 of the replacement: more header imports and edits. | |
7701 | ||
7702 | Signed-off-by: Stelian Pop <[email protected]> | |
7703 | ||
7704 | commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4 | |
7705 | Author: Stelian Pop <[email protected]> | |
7706 | Date: Wed Mar 26 19:52:30 2008 +0100 | |
7707 | ||
7708 | Import several header files from Linux | |
7709 | ||
7710 | Replace AT91CAP9.h file with several splitted header files coming | |
7711 | from the Linux kernel. | |
7712 | ||
7713 | This is part 1 of the replacement: pristine header files import. | |
7714 | ||
7715 | Signed-off-by: Stelian Pop <[email protected]> | |
7716 | ||
7717 | commit a8a78f2d99dc1bd30dc3595da118539b506c6118 | |
7718 | Author: Stelian Pop <[email protected]> | |
7719 | Date: Wed Mar 26 20:52:28 2008 +0100 | |
7720 | ||
7721 | Move at91cap9 specific files to at91sam9 directory | |
7722 | ||
7723 | AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a | |
7724 | common infrastructure can be used. Let this infrastructure be | |
7725 | named after the AT91SAM9 family, and move the existing AT91CAP9 | |
7726 | files to the new place. | |
7727 | ||
7728 | Signed-off-by: Stelian Pop <[email protected]> | |
7729 | ||
7730 | commit 61106a565870ff503f92b251b94bd7afef889a04 | |
7731 | Author: Stelian Pop <[email protected]> | |
7732 | Date: Wed Mar 26 21:52:27 2008 +0100 | |
7733 | ||
7734 | Use timer_init() instead of board supplied interrupt_init() | |
7735 | ||
7736 | The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by | |
7737 | the board, so use timer_init() instead of interrupt_init(). | |
7738 | ||
7739 | Signed-off-by: Stelian Pop <[email protected]> | |
7740 | ||
7741 | commit 5604e2178c5218fbfdba2e4293ca7652e829ac25 | |
7742 | Author: Stelian Pop <[email protected]> | |
7743 | Date: Wed Mar 26 21:52:36 2008 +0100 | |
7744 | ||
7745 | Cleanup DataFlash partition handling | |
7746 | ||
7747 | DataFlash partition information has become a mess. This patch | |
7748 | defines a single partition scheme for Atmel DataFlashes. This partition | |
7749 | scheme will be used by all AT91CAP9 and AT91SAM9 boards. | |
7750 | ||
7751 | Signed-off-by: Stelian Pop <[email protected]> | |
7752 | ||
7753 | commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42 | |
7754 | Author: TsiChung Liew <[email protected]> | |
7755 | Date: Fri Mar 28 08:47:45 2008 -0500 | |
7756 | ||
7757 | ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S | |
7758 | ||
7759 | When the version_string function in start.S is not 4-byte align, | |
7760 | it will cause the compiler generates "unaligned opcodes detected | |
7761 | in executable segment". This issue affects all ColdFire CPUs. | |
7762 | By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if | |
7763 | it is not aligned. | |
7764 | ||
7765 | Signed-off-by: TsiChung Liew <[email protected]> | |
7766 | Acked-by: John Rigby <[email protected]> | |
7767 | ||
7768 | commit bae61eefe15b4d454060a7140e49ae58322be803 | |
7769 | Author: TsiChung Liew <[email protected]> | |
7770 | Date: Tue Mar 25 15:41:15 2008 -0500 | |
7771 | ||
7772 | ColdFire: Add dspi and serial flash support for MCF5445x | |
7773 | ||
7774 | Signed-off-by: TsiChung Liew <[email protected]> | |
7775 | Acked-by: John Rigby <[email protected]> | |
7776 | ||
7777 | commit 48ead7a7a922fceaf494e352abfab8216a41b417 | |
7778 | Author: TsiChung Liew <[email protected]> | |
7779 | Date: Tue Mar 18 17:37:01 2008 -0500 | |
7780 | ||
7781 | ColdFire: Remove R5200 board | |
7782 | ||
7783 | This board never went into production | |
7784 | ||
7785 | Signed-off-by: Zachary P. Landau <[email protected]> | |
7786 | Acked-by: TsiChung Liew <[email protected]> | |
7787 | Acked-by: John Rigby <[email protected]> | |
7788 | ||
7789 | commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8 | |
7790 | Author: Matthew Fettke <[[email protected]]> | |
7791 | Date: Thu Jan 24 14:02:32 2008 -0600 | |
7792 | ||
7793 | ColdFire: Added M5275EVB support. | |
7794 | ||
7795 | Signed-off-by: Matthew Fettke <[email protected]> | |
7796 | Signed-off-by: TsiChung Liew <[email protected]> | |
7797 | Acked-by: John Rigby <[email protected]> | |
7798 | ||
7799 | commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b | |
7800 | Author: Matthew Fettke <[[email protected]]> | |
7801 | Date: Mon Feb 4 15:38:20 2008 -0600 | |
7802 | ||
7803 | ColdFire: Added MCF5275 cpu support. | |
7804 | ||
7805 | Signed-off-by: Matthew Fettke <[email protected]> | |
7806 | Signed-off-by: TsiChung Liew <[email protected]> | |
7807 | Acked-by: John Rigby <[email protected]> | |
7808 | ||
7809 | commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b | |
7810 | Author: TsiChung Liew <[email protected]> | |
7811 | Date: Mon Mar 17 12:14:11 2008 -0500 | |
7812 | ||
7813 | ColdFire: Define bootdelay in configuration file for M52277EVB | |
7814 | ||
7815 | Signed-off-by: Matt Wadel <[email protected]> | |
7816 | Acked-by: TsiChung Liew <[email protected]> | |
7817 | Acked-by: John Rigby <[email protected]> | |
7818 | ||
7819 | commit 77878f16cedee17161ff2336990970fffc6cea35 | |
7820 | Author: TsiChung Liew <[email protected]> | |
7821 | Date: Mon Mar 17 12:09:07 2008 -0500 | |
7822 | ||
7823 | ColdFire: Fix second memory Chipselect for M5475EVB | |
7824 | ||
7825 | Signed-off-by: TsiChung Liew <[email protected]> | |
7826 | Acked-by: John Rigby <[email protected]> | |
7827 | ||
7828 | commit 43d60642395a550956cb21d287c8cfa563913d28 | |
7829 | Author: TsiChung Liew <[email protected]> | |
7830 | Date: Thu Mar 13 14:26:32 2008 -0500 | |
7831 | ||
7832 | ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282 | |
7833 | ||
7834 | Signed-off-by: TsiChung Liew <[email protected]> | |
7835 | Acked-by: John Rigby <[email protected]> | |
7836 | ||
7837 | commit eb14ebe813a0cb5d47905228da446a5ad692473b | |
7838 | Author: Larry Johnson <[email protected]> | |
7839 | Date: Sun Mar 30 20:33:04 2008 -0500 | |
7840 | ||
7841 | ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup | |
7842 | ||
7843 | Signed-off-by: Larry Johnson <[email protected]> | |
7844 | ||
7845 | commit 02e3892021112f21067d9ed1d04ae4182725ba52 | |
7846 | Author: Stefan Roese <[email protected]> | |
7847 | Date: Mon Mar 31 12:20:48 2008 +0200 | |
7848 | ||
7849 | ppc4xx: Small whitespace fix of esd patches | |
7850 | ||
7851 | Signed-off-by: Stefan Roese <[email protected]> | |
7852 | ||
7853 | commit 034394abb524785047c815f00dde8cdbdc1593c5 | |
7854 | Author: Matthias Fuchs <[email protected]> | |
7855 | Date: Sun Mar 30 18:52:44 2008 +0200 | |
7856 | ||
7857 | ppc4xx: Cleanup PMC440 board support | |
7858 | ||
7859 | Signed-off-by: Matthias Fuchs <[email protected]> | |
7860 | ||
7861 | commit a6cc6c37188d85c25d167a4515da86f48d9a583e | |
7862 | Author: Matthias Fuchs <[email protected]> | |
7863 | Date: Sun Mar 30 18:52:06 2008 +0200 | |
7864 | ||
7865 | ppc4xx: Add ptm configuration variables for PMC440 | |
7866 | ||
7867 | Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms | |
7868 | environment variables. | |
7869 | ||
7870 | Cleanup pci_target_init. | |
7871 | ||
7872 | Signed-off-by: Matthias Fuchs <[email protected]> | |
7873 | ||
7874 | commit 7c91f51a2fe296909147f1646a1412729dd10b1d | |
7875 | Author: Matthias Fuchs <[email protected]> | |
7876 | Date: Sun Mar 30 18:01:15 2008 +0200 | |
7877 | ||
7878 | ppc4xx: Minor updates for DU440 boards | |
7879 | ||
7880 | Signed-off-by: Matthias Fuchs <[email protected]> | |
7881 | ||
7882 | commit d5bffeb868d6b4d462f558dac43011027b6644b7 | |
7883 | Author: Mike Frysinger <[email protected]> | |
7884 | Date: Tue Feb 19 00:54:20 2008 -0500 | |
7885 | ||
7886 | Blackfin: cleanup and overhaul common board init functions | |
7887 | ||
7888 | Signed-off-by: Mike Frysinger <[email protected]> | |
7889 | ||
7890 | commit b86b3416f874358acaf07519e7620cdb2145f75b | |
7891 | Author: Mike Frysinger <[email protected]> | |
7892 | Date: Tue Feb 19 00:50:58 2008 -0500 | |
7893 | ||
7894 | Blackfin: cleanup lib_blackfin/cache.c | |
7895 | ||
7896 | Signed-off-by: Mike Frysinger <[email protected]> | |
7897 | ||
7898 | commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44 | |
7899 | Author: Mike Frysinger <[email protected]> | |
7900 | Date: Sun Mar 30 15:46:13 2008 -0400 | |
7901 | ||
7902 | Blackfin: unify cpu and boot modes | |
7903 | ||
7904 | All of the duplicated code for Blackfin processors and boot modes have been | |
7905 | unified. After all, the core is the same for all processors, just the | |
7906 | peripheral set differs (which gets handled in the drivers). | |
7907 | ||
7908 | Signed-off-by: Mike Frysinger <[email protected]> | |
7909 | ||
7910 | commit 880cc4381ea8360248cddcdf87a64566745a5724 | |
7911 | Author: Stelian Pop <[email protected]> | |
7912 | Date: Wed Mar 26 22:52:35 2008 +0100 | |
7913 | ||
7914 | Fix CFG_NO_FLASH compilation. | |
7915 | ||
7916 | Many Atmel boards have no "real" (NOR) flash on board, and rely only | |
7917 | on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to | |
7918 | be present in a board configuration file, while still enabling flash | |
7919 | commands like 'flinfo', 'protect', etc. | |
7920 | ||
7921 | Signed-off-by: Stelian Pop <[email protected]> | |
7922 | ||
7923 | commit 9ce7e53abd039decea1af67aec81bbd5df7a2593 | |
7924 | Author: Mike Frysinger <[email protected]> | |
7925 | Date: Tue Feb 19 00:58:13 2008 -0500 | |
7926 | ||
7927 | Blackfin: BF537-stamp: cleanup spi flash driver | |
7928 | ||
7929 | This punts the old spi flash driver for a new/generalized one until the | |
7930 | common one can be integrated. | |
7931 | ||
7932 | Signed-off-by: Mike Frysinger <[email protected]> | |
7933 | ||
7934 | commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b | |
7935 | Author: Ben Warren <[email protected]> | |
7936 | Date: Sun Mar 30 11:34:34 2008 -0400 | |
7937 | ||
7938 | Fix macro typo in common/cmd_mii.c | |
7939 | ||
7940 | This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I | |
7941 | actually applied the wrong patch. | |
7942 | ||
7943 | Signed-off-by: Ben Warren <[email protected]> | |
7944 | ||
7945 | commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d | |
7946 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7947 | Date: Sun Mar 30 16:39:53 2008 +0200 | |
7948 | ||
7949 | use correct at91rm9200 register name in m501sk board | |
7950 | ||
7951 | This fixes a naming bug for at91rm9200 lowlevel init code: | |
7952 | NOR boot flash is on chipselect 0, not chipselect 2. This | |
7953 | makes code use the register name from chip datasheets. | |
7954 | ||
7955 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
7956 | ||
7957 | commit 480ed1dea103a1c8f4591afc77d2de3c7868d983 | |
7958 | Author: David Brownell <[email protected]> | |
7959 | Date: Fri Jan 18 12:55:00 2008 -0800 | |
7960 | ||
7961 | use correct at91rm9200 register name | |
7962 | ||
7963 | This fixes a naming bug for at91rm9200 lowlevel init code: | |
7964 | NOR boot flash is on chipselect 0, not chipselect 2. This | |
7965 | makes code use the register name from chip datasheets. | |
7966 | ||
7967 | Signed-off-by: David Brownell <[email protected]> | |
7968 | ||
7969 | commit a3543d6dc52b0ba9c64016687cf32d600b31a476 | |
7970 | Author: David Brownell <[email protected]> | |
7971 | Date: Fri Jan 18 12:45:45 2008 -0800 | |
7972 | ||
7973 | add missing ARM boards to MAKEALL | |
7974 | ||
7975 | Add some missing ARM boards to MAKEALL. These build correctly, | |
7976 | unlike several of the boards already listed. | |
7977 | ||
7978 | Signed-off-by: David Brownell <[email protected]> | |
7979 | ||
7980 | commit 066bebd6353e33af3adefc3404560871699e9961 | |
7981 | Author: Peter Pearse <[email protected]> | |
7982 | Date: Sun Mar 30 11:34:09 2008 +0100 | |
7983 | ||
7984 | Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c | |
7985 | to prevent compilation error. | |
7986 | ||
7987 | Signed-off-by: Peter Pearse <[email protected]> | |
7988 | ||
7989 | commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 | |
7990 | Author: Guennadi Liakhovetski <[[email protected]]> | |
7991 | Date: Sun Mar 30 11:32:30 2008 +0100 | |
7992 | ||
7993 | Support for the MX31ADS evaluation board from Freescale | |
7994 | ||
7995 | This patch adds support for the MX31ADS evaluation board from Freescale, | |
7996 | initialization code is copied from RedBoot sources, also provided by Freescale. | |
7997 | ||
7998 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
7999 | ||
8000 | commit c88ae20580b2b01487b4cdcc8b2a113f551aee36 | |
8001 | Author: Sascha Hauer <[email protected]> | |
8002 | Date: Sun Mar 30 11:32:27 2008 +0100 | |
8003 | ||
8004 | Phytec Phycore-i.MX31 support | |
8005 | ||
8006 | This patch adds support for the Phytec Phycore-i.MX31 board | |
8007 | ||
8008 | Signed-off-by: Sascha Hauer <[email protected]> | |
8009 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
8010 | ||
8011 | commit a147e56f03871bba4f05058d5e04ce7deb010b04 | |
8012 | Author: Sascha Hauer <[email protected]> | |
8013 | Date: Sun Mar 30 11:32:24 2008 +0100 | |
8014 | ||
8015 | mx31 litekit support | |
8016 | ||
8017 | This patch adds support for the mx31 litekit board | |
8018 | ||
8019 | Signed-off-by: Sascha Hauer <[email protected]> | |
8020 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
8021 | ||
8022 | commit d6674e0e2a6a1f033945f78838566210d3f28c95 | |
8023 | Author: Sascha Hauer <[email protected]> | |
8024 | Date: Sun Mar 30 11:32:21 2008 +0100 | |
8025 | ||
8026 | add SMSC LAN9x1x Network driver | |
8027 | ||
8028 | This patch adds a driver for the following smsc network controllers: | |
8029 | LAN9115 | |
8030 | LAN9116 | |
8031 | LAN9117 | |
8032 | LAN9215 | |
8033 | LAN9216 | |
8034 | LAN9217 | |
8035 | ||
8036 | Signed-off-by: Sascha Hauer <[email protected]> | |
8037 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
8038 | ||
8039 | commit 8c8463cce44d849e37744749b32d38e1dfb12e50 | |
8040 | Author: Sascha Hauer <[email protected]> | |
8041 | Date: Sun Mar 30 11:32:16 2008 +0100 | |
8042 | ||
8043 | add an i2c driver for mx31 | |
8044 | ||
8045 | This patch adds an i2c driver for Freescale i.MX processors | |
8046 | ||
8047 | Signed-off-by: Sascha Hauer <[email protected]> | |
8048 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
8049 | ||
8050 | commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d | |
8051 | Author: Sascha Hauer <[email protected]> | |
8052 | Date: Sun Mar 30 11:30:43 2008 +0100 | |
8053 | ||
8054 | core support for Freescale mx31 | |
8055 | ||
8056 | This patch adds the core support for Freescale mx31 | |
8057 | ||
8058 | Signed-off-by: Sascha Hauer <[email protected]> | |
8059 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
8060 | ||
8061 | commit 8bf69d81782619187933a605f1a95ee1d069478d | |
8062 | Author: Sascha Hauer <[email protected]> | |
8063 | Date: Sun Mar 30 11:28:46 2008 +0100 | |
8064 | ||
8065 | Separate omap24xx specific code from arm1136 | |
8066 | ||
8067 | Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx. | |
8068 | ||
8069 | Signed-off-by: Sascha Hauer <[email protected]> | |
8070 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
8071 | ||
8072 | commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d | |
8073 | Author: Peter Pearse <[email protected]> | |
8074 | Date: Sun Mar 30 11:23:05 2008 +0100 | |
8075 | ||
8076 | Add pmdra into MAKEALL | |
8077 | ||
8078 | Signed-off-by: Peter Pearse <[email protected]> | |
8079 | ||
8080 | commit a574a73852a527779234e73e17e7597fd8128882 | |
8081 | Author: Pieter Voorthuijsen <[[email protected]]> | |
8082 | Date: Sun Mar 30 11:21:58 2008 +0100 | |
8083 | ||
8084 | Adds support for the Prodrive PMDRA board, based on a DM6441 | |
8085 | ||
8086 | Signed-off-by: Pieter Voorthuijsen <[email protected]> | |
8087 | ||
8088 | commit 1377b5583a48021d983e1fd565f7d40c89e84d63 | |
8089 | Author: Pieter Voorthuijsen <[[email protected]]> | |
8090 | Date: Sun Mar 30 11:11:34 2008 +0100 | |
8091 | ||
8092 | Removes all board specific code from the arch. part for DM644x (DaVinci) boards | |
8093 | ||
8094 | Signed-off-by: Pieter Voorthuijsen <[email protected]> | |
8095 | ||
8096 | commit 1704dc20917b4f71e373e2c888497ee666d40380 | |
8097 | Author: Dirk Behme <[email protected]> | |
8098 | Date: Sun Mar 30 11:09:01 2008 +0100 | |
8099 | ||
8100 | - Remove *_masked() functions as noted by Wolfgang | |
8101 | - Adapt register naming to recent TI spec (sprue26, March 2007) | |
8102 | - Fix reset_timer() handling | |
8103 | - As reported by Pieter [1] the overflow fix introduced a | |
8104 | delay of factor 16 (e.g 2 seconds became 32). While the | |
8105 | overflow fix is basically okay, it missed to divide udelay by | |
8106 | 16, too. Fix this. | |
8107 | [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179 | |
8108 | - Remove software division of timer count value (DIV(x) | |
8109 | macro) and do it in hardware (TIM_CLK_DIV). | |
8110 | Many thanks to Troy Kisky <[email protected]> | |
8111 | and Pieter Voorthuijsen <[email protected]> for | |
8112 | the hints & testing! | |
8113 | ||
8114 | Signed-off-by: Dirk Behme <[email protected]> | |
8115 | ||
8116 | Acked-by: Pieter Voorthuijsen <[email protected]> | |
8117 | ||
8118 | commit ac3315c26e143c31680750c9c13f027efbcc887e | |
8119 | Author: Andre Schwarz <[email protected]> | |
8120 | Date: Thu Mar 6 16:45:44 2008 +0100 | |
8121 | ||
8122 | new PHY @ e1000 - 2nd try | |
8123 | ||
8124 | Add 82541ER device with latest integrated IGP2 PHY. | |
8125 | Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom. | |
8126 | ||
8127 | Signed-off-by: Andre Schwarz <[email protected]> | |
8128 | Signed-off-by: Ben Warren <[email protected]> | |
8129 | ||
8130 | commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8 | |
8131 | Author: Daniel Hellstrom <[email protected]> | |
8132 | Date: Fri Mar 28 20:22:53 2008 +0100 | |
8133 | ||
8134 | SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. | |
8135 | ||
8136 | GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without | |
8137 | a debug link (EDCL). The GRETH core is documented in GRIP.pdf | |
8138 | available at www.gaisler.com. | |
8139 | ||
8140 | If the GRETH has GigaBit support (GBIT, Scatter gather, checksum | |
8141 | offloading etc.) can be determined by a bit in the control register. | |
8142 | The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode. | |
8143 | ||
8144 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
8145 | Signed-off-by: Ben Warren <[email protected]> | |
8146 | ||
8147 | commit 233a8bcd94997f3f345833a3b82e836222f2a206 | |
8148 | Author: Tsi-Chung Liew <[email protected]> | |
8149 | Date: Mon Mar 17 17:08:22 2008 -0500 | |
8150 | ||
8151 | Add CONFIG_MII_INIT in cmd_mii.c | |
8152 | ||
8153 | Provide common configuration in do_mii() to execute mii_init() | |
8154 | for all cpu architectures | |
8155 | ||
8156 | Signed-off-by: TsiChung Liew <[email protected]> | |
8157 | Signed-off-by: Ben Warren <[email protected]> | |
8158 | ||
8159 | commit f605479de2deb11e834f31dfdb0af107c86aced6 | |
8160 | Author: Tsi-Chung Liew <[email protected]> | |
8161 | Date: Mon Mar 17 17:08:16 2008 -0500 | |
8162 | ||
8163 | ColdFire: Fix FEC transmit issue for MCF5275 | |
8164 | ||
8165 | Signed-off-by: TsiChung Liew <[email protected]> | |
8166 | Signed-off-by: Ben Warren <[email protected]> | |
8167 | ||
8168 | commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746 | |
8169 | Author: Aras Vaichas <[email protected]> | |
8170 | Date: Wed Mar 26 09:43:57 2008 +1100 | |
8171 | ||
8172 | DHCP request fix for Windows Server 2003 | |
8173 | ||
8174 | Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional | |
8175 | delay before sending "DHCP Request" in net/bootp.c. Required to overcome | |
8176 | interoperability problems with Windows Server 200x DHCP server when U-Boot | |
8177 | client responds too fast for server to handle. | |
8178 | ||
8179 | Signed-off-by: Aras Vaichas <[email protected]> | |
8180 | Signed-off-by: Ben Warren <[email protected]> | |
8181 | ||
8182 | commit 97bf85d784fbed485e652eb907589ad0d5cb7262 | |
8183 | Author: Daniel Hellstrom <[email protected]> | |
8184 | Date: Fri Mar 28 20:40:19 2008 +0100 | |
8185 | ||
8186 | MTD/CFI: flash_read64 is defined a weak function (for SPARC) | |
8187 | ||
8188 | SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address. | |
8189 | SPARC CPUs implement flash_read64 which calls __raw_readq. | |
8190 | ||
8191 | For current SPARC architectures (LEON2 and LEON3) each read from the | |
8192 | FLASH must lead to a cache miss. This is because FLASH can not be set | |
8193 | non-cacheable since program code resides there, and alternatively disabling | |
8194 | cache is poor from performance view, or doing a cache flush between each | |
8195 | read is even poorer. | |
8196 | ||
8197 | Forcing a cache miss on a SPARC is done by a special instruction "lda" - | |
8198 | load alternative space, the alternative space number (ASI) is processor | |
8199 | implementation spcific and can be found by including <asm/processor.h>. | |
8200 | ||
8201 | Signed-off-by: Daniel Hellstrom <[email protected]> | |
8202 | ||
8203 | commit 70431e8a7393b6b793f77957f95b999fc9a269b8 | |
8204 | Author: Joakim Tjernlund <[email protected]> | |
8205 | Date: Fri Mar 28 15:41:25 2008 +0100 | |
8206 | ||
8207 | Make MPC83xx one step closer to full relocation. | |
8208 | ||
8209 | Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx | |
8210 | and use GOT relative reference. | |
8211 | ||
8212 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
8213 | Signed-off-by: Kim Phillips <[email protected]> | |
8214 | ||
8215 | commit 5b2793a3f3de34d439232b05acc8af67a028fd35 | |
8216 | Author: Michael Barkowski <[email protected]> | |
8217 | Date: Thu Mar 27 14:34:43 2008 -0400 | |
8218 | ||
8219 | mpc8323erdb: fix EEPROM page size and get MAC from EEPROM | |
8220 | ||
8221 | This patch fixes eeprom page size so that you can now write more than | |
8222 | 64 bytes at a time. | |
8223 | ||
8224 | It also makes the board take MAC addresses, if found, from EEPROM. | |
8225 | ||
8226 | User should place up to 4 addresses at offset 0x7f00, for | |
8227 | eth{,1,2,3}addr. Any unused addresses should be zero. This group of | |
8228 | four six-byte values should have it's CRC at the end. crc32 and | |
8229 | eeprom commands can be used to accomplish this. | |
8230 | ||
8231 | If CRC fails, MAC addresses come from the environment. If CRC | |
8232 | succeeds, the environment is overwritten at startup. | |
8233 | ||
8234 | Signed-off-by: Michael Barkowski <[email protected]> | |
8235 | Signed-off-by: Kim Phillips <[email protected]> | |
8236 | ||
8237 | commit 8f325cff31f6e745e6540014b131b9a97f61944c | |
8238 | Author: Michael Barkowski <[email protected]> | |
8239 | Date: Fri Mar 28 15:15:38 2008 -0400 | |
8240 | ||
8241 | mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE | |
8242 | ||
8243 | Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB | |
8244 | controller on the PCI bus in Linux on the MPC8323ERDB. | |
8245 | ||
8246 | This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's | |
8247 | config file. | |
8248 | ||
8249 | Signed-off-by: Michael Barkowski <[email protected]> | |
8250 | Signed-off-by: Kim Phillips <[email protected]> | |
8251 | ||
8252 | commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9 | |
8253 | Author: Kim Phillips <[email protected]> | |
8254 | Date: Fri Mar 28 10:19:07 2008 -0500 | |
8255 | ||
8256 | mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code | |
8257 | ||
8258 | in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6, | |
8259 | 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing | |
8260 | and processor ID display. Add REVID_{MAJ,MIN}OR macros to make | |
8261 | REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR | |
8262 | convenience macros. | |
8263 | ||
8264 | Signed-off-by: Kim Phillips <[email protected]> | |
8265 | ||
8266 | commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af | |
8267 | Author: Kim Phillips <[email protected]> | |
8268 | Date: Fri Mar 28 10:18:53 2008 -0500 | |
8269 | ||
8270 | mpc83xx: display ddr frequency in board_add_ram_info banner | |
8271 | ||
8272 | Signed-off-by: Kim Phillips <[email protected]> | |
8273 | ||
8274 | commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482 | |
8275 | Author: Kim Phillips <[email protected]> | |
8276 | Date: Fri Mar 28 10:18:40 2008 -0500 | |
8277 | ||
8278 | mpc83xx: unreinvent mem_clk | |
8279 | ||
8280 | delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to | |
8281 | mem_*_clk for consistency's sake. | |
8282 | ||
8283 | Signed-off-by: Kim Phillips <[email protected]> | |
8284 | ||
8285 | commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536 | |
8286 | Author: Kim Phillips <[email protected]> | |
8287 | Date: Fri Mar 28 14:31:23 2008 -0500 | |
8288 | ||
8289 | mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards | |
8290 | ||
8291 | Signed-off-by: Kim Phillips <[email protected]> | |
8292 | ||
8293 | commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393 | |
8294 | Author: Dave Liu <[email protected]> | |
8295 | Date: Wed Mar 26 22:57:19 2008 +0800 | |
8296 | ||
8297 | mpc83xx: enable the SATA interface on mpc837xemds board | |
8298 | ||
8299 | Enable the first two SATA interfaces on MPC837xEMDS board, | |
8300 | The two SATA ports are on LYNX1. (SATA0/1 on J4/5) | |
8301 | ||
8302 | Signed-off-by: Dave Liu <[email protected]> | |
8303 | Signed-off-by: Kim Phillips <[email protected]> | |
8304 | ||
8305 | commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a | |
8306 | Author: Dave Liu <[email protected]> | |
8307 | Date: Wed Mar 26 22:56:36 2008 +0800 | |
8308 | ||
8309 | mpc83xx: initialize serdes for MPC837xEMDS boards | |
8310 | ||
8311 | This patch is stolen from Anton Vorontsov's patch | |
8312 | for mpc837xerdb boards. | |
8313 | ||
8314 | The reference clk and xcorevdd voltage of serdes1/2 | |
8315 | is same between mpc837xemds and mpc837xerdb. | |
8316 | ||
8317 | 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE | |
8318 | 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE | |
8319 | 8379E: LYNX1- 2 SATA LYNX2- 2 SATA | |
8320 | ||
8321 | Signed-off-by: Dave Liu <[email protected]> | |
8322 | Signed-off-by: Kim Phillips <[email protected]> | |
8323 | ||
8324 | commit cc8e839abc80887ae832767b5930d40edd6d7eb7 | |
8325 | Author: Stefan Roese <[email protected]> | |
8326 | Date: Fri Mar 28 14:09:04 2008 +0100 | |
8327 | ||
8328 | ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision | |
8329 | ||
8330 | Canyonlands (460EX) shares the first PCIe interface with the SoC SATA | |
8331 | interface. This usage can be configured with the jumper J6. This patch | |
8332 | displays the current configuration upon bootup and changes the PCIe | |
8333 | init loop, to only initialize the availabel PCIe slots. | |
8334 | ||
8335 | Signed-off-by: Stefan Roese <[email protected]> | |
8336 | ||
8337 | commit 90447ecbbac8572457b6d8903073ac3f120995ba | |
8338 | Author: Tor Krill <[email protected]> | |
8339 | Date: Fri Mar 28 11:29:10 2008 +0100 | |
8340 | ||
8341 | MTD/CFI: Add support for 16bit legacy AMD flash | |
8342 | ||
8343 | Add entry for 512Kx16 AMD flash to jedec_table. | |
8344 | Read out 16bit device id if chipwidth is 16bit. | |
8345 | Fixed coding style after Stefans feedback | |
8346 | ||
8347 | Signed-off-by: Tor Krill <[email protected]> | |
8348 | ||
8349 | commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e | |
8350 | Author: Stefan Roese <[email protected]> | |
8351 | Date: Fri Mar 28 11:02:53 2008 +0100 | |
8352 | ||
8353 | ppc: Small change to CFG_MEM_TOP_HIDE description | |
8354 | ||
8355 | Signed-off-by: Stefan Roese <[email protected]> | |
8356 | ||
8357 | commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00 | |
8358 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8359 | Date: Thu Mar 27 15:44:12 2008 +0900 | |
8360 | ||
8361 | sh: Add support stat structure and stat.h | |
8362 | ||
8363 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8364 | ||
8365 | commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09 | |
8366 | Author: Mark Jonas <[email protected]> | |
8367 | Date: Sat Mar 22 19:27:52 2008 +0100 | |
8368 | ||
8369 | sh: Removed warning when compiling drivers/serial/serial_sh.c. | |
8370 | ||
8371 | Signed-off-by: Mark Jonas <[email protected]> | |
8372 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8373 | ||
8374 | commit f309fa38929ffba71230c02330ffa42f4bba6333 | |
8375 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8376 | Date: Wed Mar 12 18:02:57 2008 +0900 | |
8377 | ||
8378 | sh: Remove disable_ctrlc function from R7780MP | |
8379 | ||
8380 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8381 | ||
8382 | commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3 | |
8383 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8384 | Date: Wed Mar 12 17:55:15 2008 +0900 | |
8385 | ||
8386 | sh: Add maintainer of R7780MP to MAINTAINER file | |
8387 | ||
8388 | Update MAINTAINER entry for R7780MP. And fix maintainer's name. | |
8389 | ||
8390 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8391 | ||
8392 | commit f5e2466f7baa887a7df0c536333eea8231333497 | |
8393 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8394 | Date: Tue Mar 25 17:11:24 2008 +0900 | |
8395 | ||
8396 | sh: Add support Renesas Solutions R2D plus board | |
8397 | ||
8398 | R2D plus is SH reference board used with SH7751R. | |
8399 | This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, | |
8400 | one PCI bus, VGA, and two Ethernet controller. | |
8401 | ||
8402 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8403 | ||
8404 | commit e92c95180bb5bc5fd4051598a9d60beaba48988d | |
8405 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8406 | Date: Wed Mar 12 12:15:29 2008 +0900 | |
8407 | ||
8408 | sh: Add support SH4 cache control | |
8409 | ||
8410 | Add support SH4 cache control and flash_cache function | |
8411 | ||
8412 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8413 | ||
8414 | commit 28e5efde4d925fcb34901d0030d0648de2da7e89 | |
8415 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8416 | Date: Mon Mar 24 01:53:01 2008 +0900 | |
8417 | ||
8418 | sh: Add support PCI host driver for SH7751/SH7751R | |
8419 | ||
8420 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8421 | ||
8422 | commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721 | |
8423 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8424 | Date: Mon Mar 24 02:11:26 2008 +0900 | |
8425 | ||
8426 | sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci | |
8427 | ||
8428 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8429 | ||
8430 | commit 566933278101c144d75361ea682678a326c1290d | |
8431 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8432 | Date: Wed Mar 12 12:10:28 2008 +0900 | |
8433 | ||
8434 | sh: Add support SuperH SH7751/SH7751R | |
8435 | ||
8436 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8437 | ||
8438 | commit 3313e0e26224fc9a0c445124f3455058c696df84 | |
8439 | Author: Mark Jonas <[email protected]> | |
8440 | Date: Mon Mar 10 11:37:10 2008 +0100 | |
8441 | ||
8442 | sh: Added support for SH7720 based board MPR2. | |
8443 | ||
8444 | Signed-off-by: Mark Jonas <[email protected]> | |
8445 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8446 | ||
8447 | commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f | |
8448 | Author: Nobuhiro Iwamatsu <[email protected]> | |
8449 | Date: Thu Mar 6 14:05:53 2008 +0900 | |
8450 | ||
8451 | sh: Fix receive FIFO level register of SH4A | |
8452 | ||
8453 | Receive FIFO level register is different in SH4A. | |
8454 | Because register is different, cannot occasionally receive data. | |
8455 | ||
8456 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8457 | ||
8458 | commit c133c1fb0b590662206b0eba70f4478ee0300a9a | |
8459 | Author: Yusuke Goda <[email protected]> | |
8460 | Date: Tue Mar 11 12:55:12 2008 +0900 | |
8461 | ||
8462 | sh: Add support Renesas Solutions R7780MP | |
8463 | ||
8464 | Renesas Solutions R7780MP is a reference board on SH7780. | |
8465 | This board has serial, 10/100 base Ethernet deivice, CF slot | |
8466 | and VGA devices. This board can set extension board. | |
8467 | Extension board has 10/100/1000 base Ethernet device, PCI slot, | |
8468 | S-ATA, iDVR slot. | |
8469 | ||
8470 | Signed-off-by: Yusuke Goda <[email protected]> | |
8471 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8472 | ||
8473 | commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28 | |
8474 | Author: Yusuke Goda <[email protected]> | |
8475 | Date: Wed Mar 5 14:30:02 2008 +0900 | |
8476 | ||
8477 | sh: Add support PCI of SuperH and SH7780 | |
8478 | ||
8479 | This patch add support PCI of SuperH base code and SH7780 specific code. | |
8480 | ||
8481 | Signed-off-by: Yusuke Goda <[email protected]> | |
8482 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8483 | ||
8484 | commit b55523efff2ae11f0b9ae3cc405893c32eb78156 | |
8485 | Author: Yusuke Goda <[email protected]> | |
8486 | Date: Wed Mar 5 14:23:26 2008 +0900 | |
8487 | ||
8488 | sh: Add support SH7780 | |
8489 | ||
8490 | SH7780 is CPU of Renesas Technology. | |
8491 | This CPU has | |
8492 | - CPU clock 400MHz | |
8493 | - PCI support | |
8494 | - DDR-SDRAM controller | |
8495 | - etc ... | |
8496 | ||
8497 | Signed-off-by: Yusuke Goda <[email protected]> | |
8498 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8499 | ||
8500 | commit c2042f5952a686c414031309b8f244513bf578f0 | |
8501 | Author: goda.yusuke <[email protected]> | |
8502 | Date: Fri Jan 25 20:46:36 2008 +0900 | |
8503 | ||
8504 | sh: Add support Renesas Solutions Migo-R board | |
8505 | ||
8506 | Migo-R is a board based on SH7722 and has may devices. | |
8507 | In this patch, supported SCIF, NOR flash and Ethernet. | |
8508 | ||
8509 | Signed-off-by: Yusuke Goda <[email protected]> | |
8510 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
8511 | ||
8512 | commit 74d1e66d22dac91388bc538b2fe19f735edc5b82 | |
8513 | Author: Bartlomiej Sieka <[email protected]> | |
8514 | Date: Thu Mar 27 15:06:40 2008 +0100 | |
8515 | ||
8516 | Fix host tool build breakage, take two | |
8517 | ||
8518 | Revert commit 87c8431f and fix build breakage so that the build continues | |
8519 | to work on FC systems. | |
8520 | ||
8521 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
8522 | ||
8523 | commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6 | |
8524 | Author: Stefan Roese <[email protected]> | |
8525 | Date: Wed Mar 19 09:36:47 2008 +0100 | |
8526 | ||
8527 | ppc4xx: Enable ECC on LWMON5 | |
8528 | ||
8529 | Since all ECC related problems seem to be resolved on LWMON5, this patch | |
8530 | now enables ECC support. | |
8531 | ||
8532 | We have to write the ECC bytes by zeroing and flushing in smaller | |
8533 | steps, since the whole 256MByte takes too long for the external | |
8534 | watchdog. | |
8535 | ||
8536 | Signed-off-by: Stefan Roese <[email protected]> | |
8537 | ||
8538 | commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb | |
8539 | Author: Larry Johnson <[email protected]> | |
8540 | Date: Mon Mar 17 11:10:35 2008 -0500 | |
8541 | ||
8542 | ppc4xx: Updates to Korat-specific code | |
8543 | ||
8544 | This patch contains updates for changes for the Korat PPC440EPx board. | |
8545 | These changes include: | |
8546 | ||
8547 | (1) Support for "permanent" and "upgradable" copies of U-Boot, as | |
8548 | described in the new "doc/README.korat" file; | |
8549 | ||
8550 | (2) a new memory map for the registers in the board's CPLD; | |
8551 | ||
8552 | (3) a revised format for manufacturer's data in serial EEPROM; and | |
8553 | ||
8554 | (4) changes to track updates to U-Boot for the Sequoia board. | |
8555 | ||
8556 | Signed-off-by: Larry Johnson <[email protected]> | |
8557 | ||
8558 | commit f766cdf89b3a2a7634b8c5869f606150e332036c | |
8559 | Author: Markus Brunner <[email protected]> | |
8560 | Date: Thu Mar 27 10:46:25 2008 +0100 | |
8561 | ||
8562 | ppc4xx: PPC405EP Set EMAC noise filter bits | |
8563 | ||
8564 | This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359 | |
8565 | which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally | |
8566 | disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set. | |
8567 | ||
8568 | Signed-off-by: Markus Brunner <[email protected]> | |
8569 | Signed-off-by: Stefan Roese <[email protected]> | |
8570 | ||
8571 | commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991 | |
8572 | Author: Mike Nuss <[email protected]> | |
8573 | Date: Wed Feb 20 11:54:20 2008 -0500 | |
8574 | ||
8575 | ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx | |
8576 | ||
8577 | On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured | |
8578 | after startup to change the speed of the clocks. This patch adds the | |
8579 | option CFG_PLL_RECONFIG. If this option is set to 667, the CPU | |
8580 | initialization code will reconfigure the PLL to run the system with a CPU | |
8581 | frequency of 667MHz and PLB frequency of 166MHz, without the need for an | |
8582 | external EEPROM. | |
8583 | ||
8584 | Signed-off-by: Mike Nuss <[email protected]> | |
8585 | Acked-by: Stefan Roese <[email protected]> | |
8586 | ||
8587 | commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1 | |
8588 | Author: Haavard Skinnemoen <[email protected]> | |
8589 | Date: Thu Mar 27 09:12:40 2008 +0100 | |
8590 | ||
8591 | new-image: Fix host tool build breakage | |
8592 | ||
8593 | Signed-off-by: Haavard Skinnemoen <[email protected]> | |
8594 | ||
8595 | commit 6fb4b640562a10daff0dbe537638d511b5b48650 | |
8596 | Author: Stefan Roese <[email protected]> | |
8597 | Date: Thu Mar 27 10:24:03 2008 +0100 | |
8598 | ||
8599 | ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined | |
8600 | ||
8601 | Signed-off-by: Stefan Roese <[email protected]> | |
8602 | ||
8603 | commit 9462732a3ec551c11862450902cd8ee1bedea6d9 | |
8604 | Author: Stefan Roese <[email protected]> | |
8605 | Date: Wed Mar 19 10:23:43 2008 +0100 | |
8606 | ||
8607 | ppc4xx: Add fdt support to Prodrive alpr | |
8608 | ||
8609 | Since this board will probably be ported to arch/powerpc in the | |
8610 | near future, we add device tree support now. This way we are | |
8611 | "ready" for arch/powerpc from now on. | |
8612 | ||
8613 | Signed-off-by: Stefan Roese <[email protected]> | |
8614 | ||
8615 | commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150 | |
8616 | Author: Pieter Voorthuijsen <[email protected]> | |
8617 | Date: Mon Mar 17 09:27:56 2008 +0100 | |
8618 | ||
8619 | ppc4xx: Enable cache support on the ALPR board | |
8620 | ||
8621 | Signed-off-by: Pieter Voorthuijsen <[email protected]> | |
8622 | ||
8623 | commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69 | |
8624 | Author: Stefan Roese <[email protected]> | |
8625 | Date: Wed Mar 26 10:14:11 2008 +0100 | |
8626 | ||
8627 | ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" | |
8628 | ||
8629 | If CFG_MEM_TOP_HIDE is defined in the board config header, this specified | |
8630 | memory area will get subtracted from the top (end) of ram and won't get | |
8631 | "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel | |
8632 | should gets passed the now "corrected" memory size and won't touch it | |
8633 | either. This should work for arch/ppc and arch/powerpc. Only Linux board | |
8634 | ports in arch/powerpc with bootwrapper support, which recalculate the | |
8635 | memory size from the SDRAM controller setup, will have to get fixed | |
8636 | in Linux additionally. | |
8637 | ||
8638 | This patch enables this config option on some PPC440EPx boards as a workaround | |
8639 | for the CHIP 11 errata. Here the description from the AMCC documentation: | |
8640 | ||
8641 | CHIP_11: End of memory range area restricted access. | |
8642 | Category: 3 | |
8643 | ||
8644 | Overview: | |
8645 | The 440EPx DDR controller does not acknowledge any | |
8646 | transaction which is determined to be crossing over the | |
8647 | end-of-memory-range boundary, even if the starting address is | |
8648 | within valid memory space. Any such transaction from any PLB4 | |
8649 | master will result in a PLB time-out on PLB4 bus. | |
8650 | ||
8651 | Impact: | |
8652 | In case of such misaligned bursts, PLB4 masters will not | |
8653 | retrieve any data at all, just the available data up to the | |
8654 | end of memory, especially the 440 CPU. For example, if a CPU | |
8655 | instruction required an operand located in memory within the | |
8656 | last 7 words of memory, the DCU master would burst read 8 | |
8657 | words to update the data cache and cross over the | |
8658 | end-of-memory-range boundary. Such a DCU read would not be | |
8659 | answered by the DDR controller, resulting in a PLB4 time-out | |
8660 | and ultimately in a Machine Check interrupt. The data would | |
8661 | be inaccessible to the CPU. | |
8662 | ||
8663 | Workaround: | |
8664 | Forbid any application to access the last 256 bytes of DDR | |
8665 | memory. For example, make your operating system believe that | |
8666 | the last 256 bytes of DDR memory are absent. AMCC has a patch | |
8667 | that does this, available for Linux. | |
8668 | ||
8669 | This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards: | |
8670 | lwmon5, korat, sequoia | |
8671 | ||
8672 | The other remaining 440EPx board were intentionally not included | |
8673 | since it is not clear to me, if they use the end of ram for some | |
8674 | other purpose. This is unclear, since these boards have CONFIG_PRAM | |
8675 | defined and even comments like this: | |
8676 | ||
8677 | PMC440.h: | |
8678 | /* esd expects pram at end of physical memory. | |
8679 | * So no logbuffer at the moment. | |
8680 | */ | |
8681 | ||
8682 | It is strongly recommended to not use the last 256 bytes on those | |
8683 | boards too. Patches from the board maintainers are welcome. | |
8684 | ||
8685 | Signed-off-by: Stefan Roese <[email protected]> | |
8686 | ||
8687 | commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b | |
8688 | Author: Stefan Roese <[email protected]> | |
8689 | Date: Thu Mar 27 10:09:05 2008 +0100 | |
8690 | ||
8691 | ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) | |
8692 | ||
8693 | Signed-off-by: Stefan Roese <[email protected]> | |
8694 | ||
8695 | commit d56a3ce179688cde61073a3690e21703d68fafd7 | |
8696 | Author: Stefan Roese <[email protected]> | |
8697 | Date: Tue Mar 25 17:51:13 2008 +0100 | |
8698 | ||
8699 | ppc4xx: Correctly pass phyiscal FLASH base address into dtb | |
8700 | ||
8701 | The routine ft_board_setup() configures the EBC NOR mappings for the | |
8702 | Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from | |
8703 | 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS | |
8704 | problem, we need to pass the corrected address here too. | |
8705 | ||
8706 | Signed-off-by: Stefan Roese <[email protected]> | |
8707 | ||
8708 | commit 9ad31989de12ce5c67b07c4867ead47465655c4b | |
8709 | Author: Stefan Roese <[email protected]> | |
8710 | Date: Wed Mar 19 16:35:12 2008 +0100 | |
8711 | ||
8712 | ppc4xx: Fix compilation warning in 4xx_enet.c | |
8713 | ||
8714 | Signed-off-by: Stefan Roese <[email protected]> | |
8715 | ||
8716 | commit 4c9e855734c523900322a7c3cdd9099b4f51b51d | |
8717 | Author: Stefan Roese <[email protected]> | |
8718 | Date: Wed Mar 19 16:20:49 2008 +0100 | |
8719 | ||
8720 | ppc4xx: Add AMCC Glacier 406GT eval board support | |
8721 | ||
8722 | This patch adds support for the AMCC Glacier 460GT eval board. | |
8723 | The main difference to the Canyonlands board are listed here: | |
8724 | ||
8725 | - 4 ethernet ports instead of 2 | |
8726 | - no SATA port | |
8727 | - no USB port | |
8728 | ||
8729 | Currently EMAC2+3 are not working. This will be fixed in a later | |
8730 | release. | |
8731 | ||
8732 | Signed-off-by: Stefan Roese <[email protected]> | |
8733 | ||
8734 | commit d8bd643141af4710d7f1b69bbab6b760de0af0a1 | |
8735 | Author: Stefan Roese <[email protected]> | |
8736 | Date: Thu Mar 27 08:47:26 2008 +0100 | |
8737 | ||
8738 | ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear | |
8739 | ||
8740 | Signed-off-by: Stefan Roese <[email protected]> | |
8741 | ||
8742 | commit b9670dd85be6e0496ef2e231043c23cad9b1d903 | |
8743 | Author: Anatolij Gustschin <[email protected]> | |
8744 | Date: Wed Mar 26 21:05:43 2008 +0100 | |
8745 | ||
8746 | Fix out of tree building issue | |
8747 | ||
8748 | Currently U-Boot building in some external directory | |
8749 | doesn't work. This patch tries to fix the problem. | |
8750 | ||
8751 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
8752 | ||
8753 | commit d4ee711d8a5c366ee3f857c26b927d12e66614ff | |
8754 | Author: Anatolij Gustschin <[email protected]> | |
8755 | Date: Wed Mar 26 18:13:33 2008 +0100 | |
8756 | ||
8757 | README: update documentation (availability, links, etc.) | |
8758 | ||
8759 | Fix typo in README | |
8760 | ||
8761 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
8762 | ||
8763 | commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f | |
8764 | Author: Anatolij Gustschin <[email protected]> | |
8765 | Date: Wed Mar 26 17:47:44 2008 +0100 | |
8766 | ||
8767 | Fix compilation error in cmd_usb.c | |
8768 | ||
8769 | This patch fixes compilation error | |
8770 | cmd_usb.c: In function 'do_usb': | |
8771 | cmd_usb.c:552: error: void value not ignored as it ought to be | |
8772 | ||
8773 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
8774 | ||
8775 | commit d8c82db482d6b535d12b419d6440b88bf7091c9b | |
8776 | Author: Timur Tabi <[email protected]> | |
8777 | Date: Fri Mar 14 17:45:29 2008 -0500 | |
8778 | ||
8779 | Add support for setting the I2C bus speed in fsl_i2c.c | |
8780 | ||
8781 | Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying | |
8782 | the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro, | |
8783 | but fsl_i2c.c ignores it and uses conservative value when programming the | |
8784 | I2C bus speed. | |
8785 | ||
8786 | Signed-off-by: Timur Tabi <[email protected]> | |
8787 | Acked-by: Andy Fleming <[email protected]> | |
8788 | ||
8789 | commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e | |
8790 | Author: Wolfgang Denk <[email protected]> | |
8791 | Date: Thu Mar 27 00:03:57 2008 +0100 | |
8792 | ||
8793 | Coding style cleanup, update CHANGELOG | |
8794 | ||
8795 | Signed-off-by: Wolfgang Denk <[email protected]> | |
8796 | ||
d049cc7f WD |
8797 | commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4 |
8798 | Author: Dave Liu <[email protected]> | |
8799 | Date: Wed Mar 26 22:55:32 2008 +0800 | |
8800 | ||
8801 | drivers: add the support for Freescale SATA controller | |
8802 | ||
8803 | Add the Freescale on-chip SATA controller driver to u-boot, | |
8804 | The SATA controller is used on the 837x and 8315 targets, | |
8805 | The driver can be used to load kernel, fs and dtb. | |
8806 | ||
8807 | The features list: | |
8808 | - 1.5/3 Gbps link speed | |
8809 | - LBA48, LBA28 support | |
8810 | - DMA and FPDMA support | |
8811 | - Two ports support | |
8812 | ||
8813 | Signed-off-by: Dave Liu <[email protected]> | |
8814 | ||
8815 | commit bede87f4c87c3ccd868cc60ebf792e0560c6d024 | |
8816 | Author: Dave Liu <[email protected]> | |
8817 | Date: Wed Mar 26 22:54:44 2008 +0800 | |
8818 | ||
8819 | ata: add the readme for SATA command line | |
8820 | ||
8821 | Signed-off-by: Dave Liu <[email protected]> | |
8822 | ||
8823 | commit cd54081cd479e542fc399b8a40651ff11a1ad849 | |
8824 | Author: Dave Liu <[email protected]> | |
8825 | Date: Wed Mar 26 22:53:24 2008 +0800 | |
8826 | ||
8827 | ata: enable the sata initialize on boot up | |
8828 | ||
8829 | Signed-off-by: Dave Liu <[email protected]> | |
8830 | ||
8831 | commit 69386383c5c2b323c66495b0b0cef6a9714d83bf | |
8832 | Author: Dave Liu <[email protected]> | |
8833 | Date: Wed Mar 26 22:52:36 2008 +0800 | |
8834 | ||
8835 | ata: add the fis struct for SATA | |
8836 | ||
8837 | Signed-off-by: Dave Liu <[email protected]> | |
8838 | ||
8839 | commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc | |
8840 | Author: Dave Liu <[email protected]> | |
8841 | Date: Wed Mar 26 22:51:44 2008 +0800 | |
8842 | ||
8843 | ata: add the libata support | |
8844 | ||
8845 | add simple libata support in u-boot | |
8846 | ||
8847 | Signed-off-by: Dave Liu <[email protected]> | |
8848 | ||
8849 | commit 8e9bb43429e50df55fa41932cbe65841ff579220 | |
8850 | Author: Dave Liu <[email protected]> | |
8851 | Date: Wed Mar 26 22:50:45 2008 +0800 | |
8852 | ||
8853 | ata: make the ata_piix driver using new SATA framework | |
8854 | ||
8855 | original ata_piix driver is using IDE framework, not real | |
8856 | SATA framework. For now, the ata_piix driver is only used | |
8857 | by x86 sc520_cdp board. This patch makes the ata_piix driver | |
8858 | use the new SATA framework, so | |
8859 | ||
8860 | - remove the duplicated command stuff | |
8861 | - remove the CONFIG_CMD_IDE define in the sc520_cdp.h | |
8862 | - add the CONFIG_CMD_SATA define to sc520_cdp.h | |
8863 | ||
8864 | Signed-off-by: Dave Liu <[email protected]> | |
8865 | ||
8866 | commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe | |
8867 | Author: Dave Liu <[email protected]> | |
8868 | Date: Wed Mar 26 22:49:44 2008 +0800 | |
8869 | ||
8870 | ata: add the support for SATA framework | |
8871 | ||
8872 | - add the SATA framework | |
8873 | - add the SATA command line | |
8874 | ||
8875 | Signed-off-by: Dave Liu <[email protected]> | |
8876 | ||
8877 | commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c | |
8878 | Author: Dave Liu <[email protected]> | |
8879 | Date: Wed Mar 26 22:48:18 2008 +0800 | |
8880 | ||
8881 | ata: merge the header of ata_piix driver | |
8882 | ||
8883 | move the sata.h from include/ to drivers/block/ata_piix.h | |
8884 | ||
8885 | Signed-off-by: Dave Liu <[email protected]> | |
8886 | ||
8887 | commit 9eef62804d9695425b24c87b46a61a7fa74afee0 | |
8888 | Author: Dave Liu <[email protected]> | |
8889 | Date: Wed Mar 26 22:47:06 2008 +0800 | |
8890 | ||
8891 | ata: merge the ata_piix driver | |
8892 | ||
8893 | move the cmd_sata.c from common/ to drivers/ata_piix.c, | |
8894 | the cmd_sata.c have some part of ata_piix controller drivers. | |
8895 | consolidate the driver to have better framework. | |
8896 | ||
8897 | Signed-off-by: Dave Liu <[email protected]> | |
8898 | ||
1aeed8d7 WD |
8899 | commit b9e749e95354f33eb5dc6653c6db7d502adb95fe |
8900 | Author: Markus Klotzbuecher <[email protected]> | |
8901 | Date: Wed Mar 26 18:26:43 2008 +0100 | |
8902 | ||
8903 | USB, Storage: fix a bug introduced in commit | |
8904 | f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info | |
8905 | to only print only information on one storage device, but not for | |
8906 | multiple. | |
8907 | ||
8908 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
8909 | ||
8910 | commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360 | |
8911 | Author: Anatolij Gustschin <[email protected]> | |
8912 | Date: Wed Mar 26 17:47:44 2008 +0100 | |
8913 | ||
8914 | Fix compilation error in cmd_usb.c | |
8915 | ||
8916 | This patch fixes compilation error | |
8917 | cmd_usb.c: In function 'do_usb': | |
8918 | cmd_usb.c:552: error: void value not ignored as it ought to be | |
8919 | ||
8920 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
8921 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
8922 | ||
8923 | commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15 | |
8924 | Author: Kumar Gala <[email protected]> | |
8925 | Date: Wed Mar 26 08:53:53 2008 -0500 | |
8926 | ||
8927 | 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page | |
8928 | ||
8929 | Provide a board_lmb_reserve helper function to ensure we reserve | |
8930 | the page of memory we are using for the boot page translation code. | |
8931 | ||
8932 | Signed-off-by: Kumar Gala <[email protected]> | |
8933 | ||
8934 | commit 79679d80021ab095e639e250ca472fe526da02e2 | |
8935 | Author: Kumar Gala <[email protected]> | |
8936 | Date: Wed Mar 26 08:34:25 2008 -0500 | |
8937 | ||
8938 | 85xx: Update multicore boot mechanism to ePAPR v0.81 spec | |
8939 | ||
8940 | The following changes are needed to be inline with ePAPR v0.81: | |
8941 | ||
8942 | * r4, r5 and now always set to 0 on boot release | |
8943 | * r7 is used to pass the size of the initial map area (IMA) | |
8944 | * EPAPR_MAGIC value changed for book-e processors | |
8945 | * changes in the spin table layout | |
8946 | * spin table supports a 64-bit physical release address | |
8947 | ||
8948 | Signed-off-by: Kumar Gala <[email protected]> | |
8949 | ||
8950 | commit 25eedb2c1958a13110c7de1fc809b624053cc69c | |
8951 | Author: Jon Loeliger <[email protected]> | |
8952 | Date: Wed Mar 19 15:02:07 2008 -0500 | |
8953 | ||
8954 | FSL: Clean up board/freescale/common/Makefile | |
8955 | ||
8956 | Each file that can be built here now follows some | |
8957 | CONFIG_ option so that they are appropriately built | |
8958 | or not, as needed. And CONFIG_ defines were added | |
8959 | to various board config files to make sure that happens. | |
8960 | ||
8961 | The other board/freescale/*/Makefiles no longer need | |
8962 | to reach up and over into ../common to build their | |
8963 | individually needed files any more. | |
8964 | ||
8965 | Boards that are CDS specific were renamed with cds_ prefix. | |
8966 | ||
8967 | Signed-off-by: Jon Loeliger <[email protected]> | |
8968 | ||
8969 | commit a5af4b358a7caa9c0aa374d4d894bf762ec37669 | |
8970 | Author: Kumar Gala <[email protected]> | |
8971 | Date: Wed Feb 27 22:00:27 2008 -0600 | |
8972 | ||
8973 | 85xx: Fix merge duplication | |
8974 | ||
8975 | ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate. | |
8976 | ||
8977 | Signed-off-by: Kumar Gala <[email protected]> | |
8978 | ||
8979 | commit 5893b3d0a4084f87a06a5d3dc03db91206818941 | |
8980 | Author: James Yang <[email protected]> | |
8981 | Date: Tue Feb 12 16:35:07 2008 -0600 | |
8982 | ||
8983 | 85xx: Expand CCSR space with more DDR controller registers. | |
8984 | ||
8985 | Signed-off-by: James Yang <[email protected]> | |
8986 | Signed-off-by: Jon Loeliger <[email protected]> | |
8987 | Signed-off-by: Kumar Gala <[email protected]> | |
8988 | ||
8989 | commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85 | |
8990 | Author: James Yang <[email protected]> | |
8991 | Date: Fri Feb 8 18:05:08 2008 -0600 | |
8992 | ||
8993 | 85xx: Speed up get_ddr_freq() and get_bus_freq() | |
8994 | ||
8995 | get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were | |
8996 | called. However, get_sys_info() recalculates extraneous information when | |
8997 | called each time. Have get_ddr_freq() and get_bus_freq() return memoized | |
8998 | values from global_data instead. | |
8999 | ||
9000 | Signed-off-by: James Yang <[email protected]> | |
9001 | Signed-off-by: Kumar Gala <[email protected]> | |
9002 | ||
9003 | commit e9ea679918fbc9a53fa2f2a904aac874ea736036 | |
9004 | Author: James Yang <[email protected]> | |
9005 | Date: Fri Feb 8 16:46:27 2008 -0600 | |
9006 | ||
9007 | 85xx: Show DDR memory data rate in addition to the memory clock frequency. | |
9008 | ||
9009 | Show the DDR memory data rate in addition to the memory clock | |
9010 | frequency. For DDR/DDR2 memories the memory data rate is 2x the | |
9011 | memory clock. | |
9012 | ||
9013 | Signed-off-by: James Yang <[email protected]> | |
9014 | Signed-off-by: Kumar Gala <[email protected]> | |
9015 | ||
9016 | commit 591933ca6eabc440e6ed6967233aaf56fce464a3 | |
9017 | Author: James Yang <[email protected]> | |
9018 | Date: Fri Feb 8 16:44:53 2008 -0600 | |
9019 | ||
9020 | 85xx: get_tbclk() speed up and rounding fix | |
9021 | ||
9022 | Speed up get_tbclk() by referencing pre-computed bus clock | |
9023 | frequency value from global data instead of sys_info_t. Fix | |
9024 | rounding of result to nearest; previously it was rounding | |
9025 | upwards. | |
9026 | ||
9027 | Signed-off-by: James Yang <[email protected]> | |
9028 | Signed-off-by: Kumar Gala <[email protected]> | |
9029 | ||
9030 | commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6 | |
9031 | Author: Andy Fleming <[email protected]> | |
9032 | Date: Wed Feb 6 01:19:40 2008 -0600 | |
9033 | ||
9034 | Update SVR numbers to expand support | |
9035 | ||
9036 | FSL has taken to using SVR[16:23] as an SOC sub-version field. This | |
9037 | is used to distinguish certain variants within an SOC family. To | |
9038 | account for this, we add the SVR_SOC_VER() macro, and update the SVR_* | |
9039 | constants to reflect the larger value. We also add SVR numbers for all | |
9040 | of the current variants. Finally, to make things neater, rather than | |
9041 | use an enormous switch statement to print out the CPU type, we create | |
9042 | and array of SVR/name pairs (using a macro), and print out the CPU name | |
9043 | that matches the SVR SOC version. | |
9044 | ||
9045 | Signed-off-by: Andy Fleming <[email protected]> | |
9046 | ||
9047 | commit b83eef440cf3cef816172ccbb5897ccd8e403cf3 | |
9048 | Author: Andy Fleming <[email protected]> | |
9049 | Date: Wed Feb 6 01:12:57 2008 -0600 | |
9050 | ||
9051 | Add the Freescale PCI device IDs | |
9052 | ||
9053 | Signed-off-by: Andy Fleming <[email protected]> | |
9054 | ||
9055 | commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd | |
9056 | Author: Kumar Gala <[email protected]> | |
9057 | Date: Thu Feb 14 11:04:23 2008 -0600 | |
9058 | ||
9059 | 85xx: Added support for multicore boot mechanism | |
9060 | ||
9061 | Added the cpu command that provides a generic mechanism to get status, | |
9062 | reset, and release secondary cores in multicore processors. | |
9063 | ||
9064 | Added support for using the ePAPR defined spin-table mechanism on 85xx. | |
9065 | ||
9066 | Signed-off-by: Kumar Gala <[email protected]> | |
9067 | Signed-off-by: Andy Fleming <[email protected]> | |
9068 | ||
9069 | commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64 | |
9070 | Author: Kumar Gala <[email protected]> | |
9071 | Date: Thu Jan 17 16:48:33 2008 -0600 | |
9072 | ||
9073 | 85xx: Added support for multicore boot mechanism | |
9074 | ||
9075 | Added the cpu command that provides a generic mechanism to get status, | |
9076 | reset, and release secondary cores in multicore processors. | |
9077 | ||
9078 | Added support for using the ePAPR defined spin-table mechanism on 85xx. | |
9079 | ||
9080 | Signed-off-by: Kumar Gala <[email protected]> | |
9081 | ||
9082 | commit f69766e4b5d47ecd3aa58677a8da875694f364f2 | |
9083 | Author: Kumar Gala <[email protected]> | |
9084 | Date: Wed Jan 30 14:55:14 2008 -0600 | |
9085 | ||
9086 | 85xx: Add the concept of CFG_CCSRBAR_PHYS | |
9087 | ||
9088 | When we go to 36-bit physical addresses we need to keep the concept of | |
9089 | the physical CCSRBAR address seperate from the virtual one. | |
9090 | ||
9091 | For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR | |
9092 | ||
9093 | Signed-off-by: Kumar Gala <[email protected]> | |
9094 | ||
d049cc7f WD |
9095 | commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e |
9096 | Author: Wolfgang Denk <[email protected]> | |
9097 | Date: Wed Mar 26 15:38:47 2008 +0100 | |
9098 | ||
9099 | Coding style cleanup. | |
9100 | ||
9101 | Signed-off-by: Wolfgang Denk <[email protected]> | |
9102 | ||
9103 | commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660 | |
9104 | Author: Joakim Tjernlund <[email protected]> | |
9105 | Date: Wed Mar 26 13:02:13 2008 +0100 | |
9106 | ||
9107 | Add CFG_RTC_DS1337_NOOSC to turn off OSC output | |
9108 | ||
9109 | The default settings for RTC DS1337 keeps the OSC | |
9110 | output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to | |
9111 | turn it off. | |
9112 | ||
9113 | Signed-off-by: Joakim Tjernlund <[email protected]> | |
9114 | ||
9115 | commit 438a4c11260b4ea9805039b0b4f92f9df5306b02 | |
9116 | Author: Wolfgang Denk <[email protected]> | |
9117 | Date: Wed Mar 26 11:48:46 2008 +0100 | |
9118 | ||
9119 | Cleanup coding style, update CHANGELOG | |
9120 | ||
9121 | Signed-off-by: Wolfgang Denk <[email protected]> | |
9122 | ||
438a4c11 WD |
9123 | commit 218ca724c08ca8a649f0917cf201cf23d4b33f39 |
9124 | Author: Wolfgang Denk <[email protected]> | |
9125 | Date: Wed Mar 26 10:40:12 2008 +0100 | |
9126 | ||
9127 | README: update documentation (availability, links, etc.) | |
9128 | ||
9129 | Signed-off-by: Wolfgang Denk <[email protected]> | |
9130 | ||
9131 | commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 | |
9132 | Author: Aras Vaichas <[email protected]> | |
9133 | Date: Tue Mar 25 12:09:07 2008 +1100 | |
9134 | ||
9135 | USB Storage, add meaningful return value | |
9136 | ||
9137 | This patch changes the "usb storage" command to return success if it | |
9138 | finds a USB storage device, otherwise it returns error. | |
9139 | ||
9140 | Signed-off-by: Markus Klotzbuecher <[email protected]> | |
9141 | ||
9142 | commit 18e69a35efbb078403db0c0063986470dad7d082 | |
9143 | Author: Anton Vorontsov <[email protected]> | |
9144 | Date: Fri Mar 14 23:20:18 2008 +0300 | |
9145 | ||
9146 | 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role | |
9147 | ||
9148 | Linux understands "host" (default), "peripheral" and "otg" (broken). | |
9149 | Though, U-Boot doesn't restrict dr_mode variable to these values (think | |
9150 | of renames in future). | |
9151 | ||
9152 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9153 | Signed-off-by: Kim Phillips <[email protected]> | |
9154 | ||
9155 | commit c7604783b236e368f225efb7b3efb418fe20b404 | |
9156 | Author: Anton Vorontsov <[email protected]> | |
9157 | Date: Fri Mar 14 23:20:30 2008 +0300 | |
9158 | ||
9159 | tsec: fix link detection for the RTL8211B PHY | |
9160 | ||
9161 | RTL8211B sets link state register after autonegotiation complete, | |
9162 | so with bootdelay=0 RTL8211B will report lack of the link. | |
9163 | ||
9164 | To fix this, we should wait for aneg to complete, even if the | |
9165 | link is currently down. | |
9166 | ||
9167 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9168 | Signed-off-by: Kim Phillips <[email protected]> | |
9169 | ||
9170 | commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4 | |
9171 | Author: Anton Vorontsov <[email protected]> | |
9172 | Date: Mon Mar 24 20:47:09 2008 +0300 | |
9173 | ||
9174 | mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups | |
9175 | ||
9176 | device_type = "soc" is being deprecated, newer device trees will use | |
9177 | "fsl,soc" and/or "fsl,immr" for the soc nodes. | |
9178 | ||
9179 | This patch also adds clock-frequency property for soc nodes (the same | |
9180 | value as bus-frequency). | |
9181 | ||
9182 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9183 | ||
9184 | commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07 | |
9185 | Author: Joe D'Abbraccio <[email protected]> | |
9186 | Date: Mon Mar 24 13:00:59 2008 -0400 | |
9187 | ||
9188 | Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock | |
9189 | ||
9190 | With the original value of 1/2 clock cycle delay, the system ran relatively | |
9191 | stable except when we run benchmarks that are intensive users of memory. | |
9192 | When I run samba connected disk with a HDBENCH test, the system locks-up | |
9193 | or reboots sporadically. | |
9194 | ||
9195 | Signed-off by: Joe D'Abbraccio <Joe.D'[email protected]> | |
9196 | ||
9197 | commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923 | |
9198 | Author: Scott Wood <[email protected]> | |
9199 | Date: Mon Mar 24 12:44:13 2008 -0500 | |
9200 | ||
9201 | mpc83xx: Set PCI I/O bus-address base to zero. | |
9202 | ||
9203 | The device trees for these boards describe PCI I/O as starting from | |
9204 | address zero from the device's perspective. | |
9205 | ||
9206 | Placing I/O elsewhere may cause problems with certain PCI boards, and may | |
9207 | cause problems with Linux. | |
9208 | ||
9209 | Signed-off-by: Scott Wood <[email protected]> | |
9210 | ||
9211 | commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e | |
9212 | Author: Anton Vorontsov <[email protected]> | |
9213 | Date: Mon Mar 24 20:47:05 2008 +0300 | |
9214 | ||
9215 | mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK | |
9216 | ||
9217 | At least on the "33MHz Pilot" board crystal is actually 33.3MHz. | |
9218 | This patch fixes "system time drifting" problem. | |
9219 | ||
9220 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9221 | ||
9222 | commit 3a0cfdd576dc9b16d1468d37339182607c697fb7 | |
9223 | Author: Anton Vorontsov <[email protected]> | |
9224 | Date: Mon Mar 24 20:47:02 2008 +0300 | |
9225 | ||
9226 | mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS | |
9227 | ||
9228 | This is needed to update /choosen/linux,stdout-path properly. | |
9229 | ||
9230 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9231 | ||
9232 | commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9 | |
9233 | Author: Anton Vorontsov <[email protected]> | |
9234 | Date: Mon Mar 24 20:47:00 2008 +0300 | |
9235 | ||
9236 | mpc83xx: MPC8360E-RDK: add dhcp command | |
9237 | ||
9238 | Plus modify environment to use it and remove bootfile env variable, | |
9239 | it is internal and CONFIG_BOOTFILE is used for these purposes. | |
9240 | ||
9241 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9242 | ||
9243 | commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa | |
9244 | Author: Anton Vorontsov <[email protected]> | |
9245 | Date: Mon Mar 24 20:46:57 2008 +0300 | |
9246 | ||
9247 | mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc | |
9248 | ||
9249 | Current DDR setup easily causes memory corruption, this patch fixes it. | |
9250 | ||
9251 | Also fix TIMING_CFG0_MRS_CYC definition. | |
9252 | ||
9253 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9254 | ||
9255 | commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a | |
9256 | Author: Anton Vorontsov <[email protected]> | |
9257 | Date: Mon Mar 24 20:46:53 2008 +0300 | |
9258 | ||
9259 | mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI | |
9260 | ||
9261 | This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen | |
9262 | controller and FHCI (QE USB). | |
9263 | ||
9264 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9265 | ||
9266 | commit 7ad959490962e6842648d87d4bd795ea6cdcce67 | |
9267 | Author: Anton Vorontsov <[email protected]> | |
9268 | Date: Mon Mar 24 20:46:51 2008 +0300 | |
9269 | ||
9270 | mpc83xx: MPC8360E-RDK: add support for NAND | |
9271 | ||
9272 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9273 | ||
9274 | commit 9a3e832aeb491861d029991241572ebdf4b5b61b | |
9275 | Author: Anton Vorontsov <[email protected]> | |
9276 | Date: Mon Mar 24 20:46:46 2008 +0300 | |
9277 | ||
9278 | mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode | |
9279 | ||
9280 | This is needed for BCM PHYs to work on this board. | |
9281 | ||
9282 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9283 | ||
9284 | commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e | |
9285 | Author: Anton Vorontsov <[email protected]> | |
9286 | Date: Mon Mar 24 20:46:34 2008 +0300 | |
9287 | ||
9288 | uec: add support for Broadcom BCM5481 Gigabit PHY | |
9289 | ||
9290 | This patch adds basic support for Broadcom BCM5481 PHY. | |
9291 | ||
9292 | RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is | |
9293 | Peter Barada <[email protected]>. | |
9294 | ||
9295 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9296 | ||
9297 | commit 6a600c3a1876bc203445df4f0fd6b12648259666 | |
9298 | Author: Anton Vorontsov <[email protected]> | |
9299 | Date: Mon Mar 24 20:46:28 2008 +0300 | |
9300 | ||
9301 | uec: add support for RGMII_RXID interface mode | |
9302 | ||
9303 | PHY drivers will use it to setup software delay between RXD and RXC | |
9304 | signals. | |
9305 | ||
9306 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9307 | ||
9308 | commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d | |
9309 | Author: Anton Vorontsov <[email protected]> | |
9310 | Date: Mon Mar 24 20:46:24 2008 +0300 | |
9311 | ||
9312 | uec: add support for gbit mii status readings | |
9313 | ||
9314 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9315 | ||
9316 | commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d | |
9317 | Author: Anton Vorontsov <[email protected]> | |
9318 | Date: Mon Mar 24 17:40:47 2008 +0300 | |
9319 | ||
9320 | 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards | |
9321 | ||
9322 | This is primarily for the early console support. | |
9323 | ||
9324 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9325 | ||
9326 | commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635 | |
9327 | Author: Anton Vorontsov <[email protected]> | |
9328 | Date: Mon Mar 24 17:40:43 2008 +0300 | |
9329 | ||
9330 | 83xx: initialize serdes for MPC837XRDB boards | |
9331 | ||
9332 | On the MPC8377ERDB: 2 SATA and 2 PCI-E. | |
9333 | On the MPC8378ERDB: 2 PCI-E | |
9334 | On the MPC8379ERDB: 4 SATA | |
9335 | ||
9336 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9337 | ||
9338 | commit 453316a2a19642d8afcbca7452e40a6b44a197b1 | |
9339 | Author: Anton Vorontsov <[email protected]> | |
9340 | Date: Mon Mar 24 17:40:32 2008 +0300 | |
9341 | ||
9342 | 83xx: serdes setup routines | |
9343 | ||
9344 | This patch adds few routines to configure serdes on 837x targets. | |
9345 | ||
9346 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9347 | ||
9348 | commit a796cdf9c377cb4e5d61d1079a296608f8fbd903 | |
9349 | Author: Anton Vorontsov <[email protected]> | |
9350 | Date: Mon Mar 24 17:40:27 2008 +0300 | |
9351 | ||
9352 | 83xx: split COBJS onto separate lines | |
9353 | ||
9354 | ..plus get rid of some #ifdefs in the .c files. | |
9355 | ||
9356 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9357 | ||
9358 | commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3 | |
9359 | Author: Anton Vorontsov <[email protected]> | |
9360 | Date: Mon Mar 24 17:40:23 2008 +0300 | |
9361 | ||
9362 | 83xx: nand support for MPC837XRDB boards | |
9363 | ||
9364 | Signed-off-by: Anton Vorontsov <[email protected]> | |
9365 | ||
9366 | commit 82e45a204190593e8613145a928f998fb8c909c4 | |
9367 | Author: Jerry Van Baren <[email protected]> | |
9368 | Date: Tue Mar 18 21:44:41 2008 -0400 | |
9369 | ||
9370 | Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS. | |
9371 | ||
9372 | Signed-off-by: Gerald Van Baren <[email protected]> | |
9373 | Signed-off-by: Kim Phillips <[email protected]> | |
9374 | ||
9375 | commit 0fa7a1b4719e325fce332689fb8754ec166191ff | |
9376 | Author: Michael Barkowski <[email protected]> | |
9377 | Date: Thu Mar 20 13:15:39 2008 -0400 | |
9378 | ||
9379 | mpc8323erdb: remove RTC and add EEPROM | |
9380 | ||
9381 | There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM. | |
9382 | ||
9383 | Signed-off-by: Michael Barkowski <[email protected]> | |
9384 | Acked-by: Kim Phillips <[email protected]> | |
9385 | ||
9386 | commit 5bbeea86eb6afb872374cd23217cb3c1018443ed | |
9387 | Author: Michael Barkowski <[email protected]> | |
9388 | Date: Thu Mar 20 13:15:34 2008 -0400 | |
9389 | ||
9390 | mpc8323erdb: Improve the system performance | |
9391 | ||
9392 | The following changes are based on kernel UCC ethernet performance: | |
9393 | ||
9394 | 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode | |
9395 | 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT | |
9396 | switch to enable this setting. | |
9397 | ||
9398 | The following changes are based on the App Note AN3369 and | |
9399 | verified to improve memory latency using LMbench: | |
9400 | ||
9401 | 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0 | |
9402 | 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting | |
9403 | previously. | |
9404 | 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on | |
9405 | Twr=15ns, and this was already the setting in DDR_MODE) | |
9406 | 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on | |
9407 | Trp=15ns) | |
9408 | 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on | |
9409 | Tras=40ns) | |
9410 | 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on | |
9411 | Trcd=15ns) | |
9412 | 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on | |
9413 | Trfc=75ns) | |
9414 | 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based | |
9415 | on Tfaw=50ns) | |
9416 | 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based | |
9417 | on CL=3 and WL=2). | |
9418 | ||
9419 | Signed-off-by: Michael Barkowski <[email protected]> | |
9420 | Acked-by: Kim Phillips <[email protected]> | |
9421 | ||
9422 | commit fc549c871f43933396a5b3e21d897023d4b31b8d | |
9423 | Author: Michael Barkowski <[email protected]> | |
9424 | Date: Thu Mar 20 13:15:28 2008 -0400 | |
9425 | ||
9426 | mpc8323erdb: use readable DDR config macros | |
9427 | ||
9428 | Use available shift/mask macros to define DDR configuration. | |
9429 | ||
9430 | Signed-off-by: Michael Barkowski <[email protected]> | |
9431 | Acked-by: Kim Phillips <[email protected]> | |
9432 | ||
9433 | commit 89c7784ed90ba50301eec521144f95111e472906 | |
9434 | Author: Timur Tabi <[email protected]> | |
9435 | Date: Fri Feb 8 13:15:55 2008 -0600 | |
9436 | ||
9437 | 83xx: Add Vitesse VSC7385 firmware uploading | |
9438 | ||
9439 | Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload | |
9440 | the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET. | |
9441 | Cleaned up the board header files to make selecting the VSC7385 easier to | |
9442 | control. | |
9443 | ||
9444 | Signed-off-by: Timur Tabi <[email protected]> | |
9445 | Signed-off-by: Kim Phillips <[email protected]> | |
9446 | ||
9447 | commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc | |
9448 | Author: Timur Tabi <[email protected]> | |
9449 | Date: Fri Feb 8 13:15:54 2008 -0600 | |
9450 | ||
9451 | NET: Add Vitesse VSC7385 firmware uploading | |
9452 | ||
9453 | The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX | |
9454 | and other boards. A small firwmare must be uploaded to its on-board memory | |
9455 | before it can be enabled. This patch adds the code which uploads firmware | |
9456 | (but not the firmware itself). | |
9457 | ||
9458 | Previously, this feature was provided by a U-Boot application that was | |
9459 | made available only on Freescale BSPs. The VSC7385 firmware must still | |
9460 | be obtained separately, but at least there is no longer a need for a separate | |
9461 | application. | |
9462 | ||
9463 | Signed-off-by: Timur Tabi <[email protected]> | |
9464 | Acked-by: Ben Warren <[email protected]> | |
9465 | ||
9466 | commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855 | |
9467 | Author: Wolfgang Denk <[email protected]> | |
9468 | Date: Wed Mar 26 00:52:10 2008 +0100 | |
9469 | ||
9470 | Coding Style cleanyp; update CHANGELOG | |
9471 | ||
9472 | Signed-off-by: Wolfgang Denk <[email protected]> | |
9473 | ||
aa6f6d17 WD |
9474 | commit 43ddd9c820fec44816188f53346b464e20b3142d |
9475 | Author: Jerry Van Baren <[email protected]> | |
9476 | Date: Sat Mar 22 14:23:49 2008 -0400 | |
9477 | ||
9478 | Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T | |
9479 | ||
9480 | These defines embedded the u-boot env variables and/or the bd_t structure | |
9481 | in the fdt blob. The conclusion of discussion on the u-boot email list | |
9482 | was that embedding these in the fdt blob is not useful: there are better | |
9483 | ways of passing the data (in fact, the fdt blob itself replaces the | |
9484 | bd_t struct). | |
9485 | ||
9486 | The only board that enables these is the stxxtc and they don't appear | |
9487 | to be used by linux. | |
9488 | ||
9489 | Signed-off-by: Gerald Van Baren <[email protected]> | |
9490 | Acked-by: Kim Phillips <[email protected]> | |
9491 | ||
9492 | commit 22ed2285743359fd1fe73e411dff914b2256e68f | |
9493 | Author: Stefan Roese <[email protected]> | |
9494 | Date: Mon Mar 17 10:49:25 2008 +0100 | |
9495 | ||
9496 | rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile | |
9497 | ||
9498 | Signed-off-by: Stefan Roese <[email protected]> | |
9499 | ||
9500 | commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d | |
9501 | Author: Kyungmin Park <[email protected]> | |
9502 | Date: Mon Mar 17 08:54:06 2008 +0900 | |
9503 | ||
9504 | Add Flex-OneNAND booting support | |
9505 | ||
9506 | Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array | |
9507 | using a NOR Flash interface. This on-chip integration enables system designers | |
9508 | to reduce external system logic and use high-density NAND Flash | |
9509 | in applications that would otherwise have to use more NOR components. | |
9510 | ||
9511 | Flex-OneNAND enables users to configure to partition it into SLC and MLC areas | |
9512 | in more flexible way. While MLC area of Flex-OneNAND can be used to store data | |
9513 | that require low reliability and high density, SLC area of Flex-OneNAND | |
9514 | to store data that need high reliability and high performance. Flex-OneNAND | |
9515 | can let users take advantage of storing these two different types of data | |
9516 | into one chip, which is making Flex-OneNAND more cost- and space-effective. | |
9517 | ||
9518 | Signed-off-by: Kyungmin Park <[email protected]> | |
9519 | ||
9520 | commit c512389cc4a10253249271ff6c887c6dab1f0db2 | |
9521 | Author: André Schwarz <[email protected]> | |
9522 | Date: Thu Mar 13 13:50:52 2008 +0100 | |
9523 | ||
9524 | MPC5200: support setup without FEC | |
9525 | ||
9526 | Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is | |
9527 | defined. Systems without FEC, i.e. no FEC node in DTB, should be possible. | |
9528 | ||
9529 | Signed-off-by: Andre Schwarz <[email protected]> | |
9530 | Acked-by: Grant Likely <[email protected]> | |
9531 | ||
9532 | commit aa3511e422946041ef626f80a05ae5e8bfc700e6 | |
9533 | Author: Jon Loeliger <[email protected]> | |
9534 | Date: Wed Mar 5 18:05:46 2008 -0600 | |
9535 | ||
9536 | FSL: Move board/mpc8266ads under board/freescale | |
9537 | ||
9538 | Signed-off-by: Jon Loeliger <[email protected]> | |
9539 | ||
9540 | commit 7f1d846e5c5754449c286587d099d85246062772 | |
9541 | Author: Jon Loeliger <[email protected]> | |
9542 | Date: Wed Mar 5 18:05:47 2008 -0600 | |
9543 | ||
9544 | FSL: Move board/mpc7448hpc2 under board/freescale | |
9545 | ||
9546 | Signed-off-by: Jon Loeliger <[email protected]> | |
9547 | ||
9548 | commit b7e24d283e34727c2a6cdfdac2e09a426c579b73 | |
9549 | Author: Jon Loeliger <[email protected]> | |
9550 | Date: Wed Mar 5 18:05:45 2008 -0600 | |
9551 | ||
9552 | FSL: Move board/mpc8260ads under board/freescale | |
9553 | ||
9554 | Signed-off-by: Jon Loeliger <[email protected]> | |
9555 | ||
9556 | commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97 | |
9557 | Author: goda.yusuke <[email protected]> | |
9558 | Date: Wed Mar 5 17:08:33 2008 +0900 | |
9559 | ||
9560 | net: Add support AX88796L ethernet device | |
9561 | ||
9562 | AX88796L is device of NE2000 compatible. | |
9563 | This patch support AX88796L ethernet device. | |
9564 | ||
9565 | Signed-off-by: Yusuke Goda <[email protected]> | |
9566 | Acked-by: Nobuhiro Iwamatsu <[email protected]> | |
9567 | ||
9568 | commit e0a6140dd381e1eed1ada2291166ef2616d8822b | |
9569 | Author: Wolfgang Denk <[email protected]> | |
9570 | Date: Tue Mar 25 22:50:41 2008 +0100 | |
9571 | ||
9572 | ne2000 driver: change #ifdef to Makefile conditional compilation | |
9573 | ||
9574 | Signed-off-by: Wolfgang Denk <[email protected]> | |
9575 | ||
9576 | commit e710185aae90c64d39c2d453e40e58ceefe4f250 | |
9577 | Author: goda.yusuke <[email protected]> | |
9578 | Date: Wed Mar 5 17:08:20 2008 +0900 | |
9579 | ||
9580 | net: Divided code of NE2000 ethernet driver | |
9581 | ||
9582 | There are more devices of the NE2000 base. | |
9583 | A present code is difficult for us to support more devices. | |
9584 | To support more NE2000 clone devices, separated the function. | |
9585 | ||
9586 | Signed-off-by: Yusuke Goda <[email protected]> | |
9587 | Acked-by: Nobuhiro Iwamatsu <[email protected]> | |
9588 | ||
9589 | commit 395bce4f59a507a60a475f7ee46bed47de9482df | |
9590 | Author: Mike Frysinger <[email protected]> | |
9591 | Date: Sun Feb 24 23:58:13 2008 -0500 | |
9592 | ||
9593 | net/Blackfin: move on-chip MAC driver into drivers/net/ | |
9594 | ||
9595 | The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board | |
9596 | directory, but it is not board specific, so relocate it to the drivers dir | |
9597 | so that other Blackfin ports can utilize it. | |
9598 | ||
9599 | Signed-off-by: Mike Frysinger <[email protected]> | |
9600 | ||
9601 | commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a | |
9602 | Author: Mike Frysinger <[email protected]> | |
9603 | Date: Sun Feb 24 23:52:35 2008 -0500 | |
9604 | ||
9605 | smc91111: use SSYNC() rather than asm(ssync) for Blackfin | |
9606 | ||
9607 | Since the "ssync" instruction may have hardware anomalies associated with | |
9608 | it, have the smc91111 driver use the SSYNC macro rather than invoking it | |
9609 | directly. We workaround all the anomalies via this macro. | |
9610 | ||
9611 | Signed-off-by: Mike Frysinger <[email protected]> | |
9612 | ||
9613 | commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138 | |
9614 | Author: Bryan O'Donoghue <[email protected]> | |
9615 | Date: Sun Feb 17 22:57:47 2008 +0000 | |
9616 | ||
9617 | 8xx: Update OF support on 8xx | |
9618 | ||
9619 | This patch does some shifting around of OF support on 8xx. | |
9620 | ||
9621 | Signed-off-by: Bryan O'Donoghue <[email protected]> | |
9622 | ||
9623 | commit 9c666a7db0b2285a270c68810889ce7d5dba304b | |
9624 | Author: Kumar Gala <[email protected]> | |
9625 | Date: Fri Feb 15 15:16:18 2008 -0600 | |
9626 | ||
9627 | ppc: Allow boards to specify how much memory they can map | |
9628 | ||
9629 | For historical reasons we limited the stack to 256M because some boards | |
9630 | could only map that much via BATS. However newer boards are capable of | |
9631 | mapping more memory (for example 85xx is capble of doing up to 2G). | |
9632 | ||
9633 | Signed-off-by: Kumar Gala <[email protected]> | |
9634 | ||
9635 | commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb | |
9636 | Author: Bryan O'Donoghue <[email protected]> | |
9637 | Date: Fri Feb 15 01:05:58 2008 +0000 | |
9638 | ||
9639 | 8xx : Add OF support to Adder875 board port - resubmit | |
9640 | ||
9641 | Signed-off-by: Bryan O'Donoghue <[email protected]> | |
9642 | ||
9643 | commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d | |
9644 | Author: Kumar Gala <[email protected]> | |
9645 | Date: Thu Feb 14 20:44:42 2008 -0600 | |
9646 | ||
9647 | Add setexpr command | |
9648 | ||
9649 | Add a simple expr style command that will set an env variable as the result | |
9650 | of the command. This allows us to do simple math in shell. The following | |
9651 | operations are supported: &, |, ^, +, -, *, /. | |
9652 | ||
9653 | Signed-off-by: Kumar Gala <[email protected]> | |
9654 | ||
9655 | commit 3f105faa64b9826e088711fdfcaa70cb1230397a | |
9656 | Author: Jon Loeliger <[email protected]> | |
9657 | Date: Wed Mar 5 17:27:48 2008 -0600 | |
9658 | ||
9659 | FSL: Move board/mpc7448hpc2 under board/freescale | |
9660 | ||
9661 | Signed-off-by: Jon Loeliger <[email protected]> | |
9662 | ||
9663 | commit 449c703374a8868453425e15da7e2f76221b72e4 | |
9664 | Author: Jon Loeliger <[email protected]> | |
9665 | Date: Wed Mar 5 17:21:43 2008 -0600 | |
9666 | ||
9667 | FSL: Move board/mpc8266ads under board/freescale | |
9668 | ||
9669 | Signed-off-by: Jon Loeliger <[email protected]> | |
9670 | ||
9671 | commit 5863577989ad689427bb750107e9a75f1c1645d2 | |
9672 | Author: Jon Loeliger <[email protected]> | |
9673 | Date: Wed Mar 5 16:41:41 2008 -0600 | |
9674 | ||
9675 | FSL: Move board/mpc8260ads under board/freescale | |
9676 | ||
9677 | Signed-off-by: Jon Loeliger <[email protected]> | |
9678 | ||
9679 | commit 8a773983957ee6c4aa344469b742f29c7d26afbd | |
9680 | Author: Shinya Kuribayashi <[email protected]> | |
9681 | Date: Tue Mar 25 21:30:08 2008 +0900 | |
9682 | ||
9683 | [MIPS] Move gth2_config from ARM section to MIPS | |
9684 | ||
9685 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9686 | ||
9687 | commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15 | |
9688 | Author: Shinya Kuribayashi <[email protected]> | |
9689 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
9690 | ||
9691 | [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB | |
9692 | ||
9693 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9694 | ||
9695 | commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459 | |
9696 | Author: Shinya Kuribayashi <[email protected]> | |
9697 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
9698 | ||
9699 | [MIPS] Fix dcache_status() | |
9700 | ||
9701 | You can't judge UNCACHED by Config.K0 LSB. | |
9702 | ||
9703 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9704 | ||
9705 | commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34 | |
9706 | Author: Shinya Kuribayashi <[email protected]> | |
9707 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
9708 | ||
9709 | [MIPS] Introduce _machine_restart | |
9710 | ||
9711 | Handles machine specific functions by using weak functions. | |
9712 | ||
9713 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9714 | ||
9715 | commit decaba6f5cf386d569ac3997bebb871b966c6b18 | |
9716 | Author: Shinya Kuribayashi <[email protected]> | |
9717 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
9718 | ||
9719 | [MIPS] Cleanup CP0 Status initialization | |
9720 | ||
9721 | Add setup_c0_status from Linux. For the moment we disable interrupts, set | |
9722 | CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for | |
9723 | reset-time configuration and will work well across most processors. | |
9724 | ||
9725 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9726 | ||
9727 | commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23 | |
9728 | Author: Shinya Kuribayashi <[email protected]> | |
9729 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
9730 | ||
9731 | [MIPS] Initialize CP0 Cause before setting up CP0 Status register | |
9732 | ||
9733 | Without this change, we'll be suffering from deffered WATCH exception | |
9734 | once Status.EXL is cleared. Make sure Cause.WP is cleared. | |
9735 | ||
9736 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9737 | ||
9738 | commit 26138623230ca2bad3c78e05a65527ea70c8b688 | |
9739 | Author: Shinya Kuribayashi <[email protected]> | |
9740 | Date: Tue Mar 25 21:30:07 2008 +0900 | |
9741 | ||
9742 | [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init() | |
9743 | ||
9744 | Move things to appropriate place. | |
9745 | ||
9746 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9747 | ||
9748 | commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895 | |
9749 | Author: Shinya Kuribayashi <[email protected]> | |
9750 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
9751 | ||
9752 | [MIPS] Implement flush_cache() | |
9753 | ||
9754 | We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you | |
9755 | don't need to do Hit_Invalidate_I, but flush_cache() needs it since this | |
9756 | function is used not only in U-Boot specfic programs but also at loading | |
9757 | target binaries. | |
9758 | ||
9759 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9760 | ||
9761 | commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d | |
9762 | Author: Shinya Kuribayashi <[email protected]> | |
9763 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
9764 | ||
9765 | [MIPS] Fix I-/D-cache initialization loops | |
9766 | ||
9767 | Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I | |
9768 | again per a loop for I-cache initialization. But according to 'See MIPS | |
9769 | Run', we're encouraged to use three separate loops rather than combining | |
9770 | them *for both I- and D-cache*. This patch tries to fix this. | |
9771 | ||
9772 | In accordance with fixing above, mips_init_[id]cache are separated from | |
9773 | mips_cache_reset(), and rewrite cache loops are completely rewritten with | |
9774 | useful macros. | |
9775 | ||
9776 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9777 | ||
9778 | commit 1898840797c7f50799377bd5b285a8a93a82c419 | |
9779 | Author: Shinya Kuribayashi <[email protected]> | |
9780 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
9781 | ||
9782 | [MIPS] Replace memory clearance code with f_fill64 | |
9783 | ||
9784 | This routine fills memory with zero by 64 bytes, and is 64-bit capable. | |
9785 | ||
9786 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9787 | ||
9788 | commit 2f5d414ccb4024dd0992ff6b22561732dbc73590 | |
9789 | Author: Shinya Kuribayashi <[email protected]> | |
9790 | Date: Tue Mar 25 21:30:06 2008 +0900 | |
9791 | ||
9792 | [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros | |
9793 | ||
9794 | This patch replaces the current function definitions with NESTED, LEAF | |
9795 | and END macro. They specify some more additional information about the | |
9796 | function; an alignment of symbol, type of symbol, stack frame usage, etc. | |
9797 | These information explicitly tells the assembler and the debugger about | |
9798 | the types of code we want to generate. | |
9799 | ||
9800 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9801 | ||
9802 | commit 282223a607c611425fa33f5428f8eae6636972bb | |
9803 | Author: Shinya Kuribayashi <[email protected]> | |
9804 | Date: Tue Mar 25 11:43:17 2008 +0900 | |
9805 | ||
9806 | [MIPS] asm headers' updates | |
9807 | ||
9808 | Make some asm headers adjusted to the latest Linux kernel. | |
9809 | ||
9810 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9811 | ||
9812 | commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd | |
9813 | Author: Shinya Kuribayashi <[email protected]> | |
9814 | Date: Tue Mar 25 11:39:29 2008 +0900 | |
9815 | ||
9816 | [MIPS] Request for the 'mips_cache_lock()' removal | |
9817 | ||
9818 | The initial intension of having mips_cache_lock() was to use the cache | |
9819 | as memory for temporary stack use so that a C environment can be set up | |
9820 | as early as possible. | |
9821 | ||
9822 | But now mips_cache_lock() follow lowlevel_init(). We've already have the | |
9823 | real memory initilaized at this point, therefore we could/should use it. | |
9824 | No reason to lock at all. | |
9825 | ||
9826 | Other problems: | |
9827 | ||
9828 | Cache locking is not consistent across MIPS implementaions. Some imple- | |
9829 | mentations don't support locking at all. The style of locking varies - | |
9830 | some support per line locking, others per way, etc. Some parts use bits | |
9831 | in status registers instead of cache ops. Current mips_cache_lock() is | |
9832 | not necessarily general-purpose. | |
9833 | ||
9834 | And this is worthy of special mention; once U-Boot/MIPS locks the lines, | |
9835 | they are never get unlocked, so the code relies on whatever gets loaded | |
9836 | after U-Boot to re-initialize the cache and clear the locks. We're sup- | |
9837 | posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented, | |
9838 | but leave the situation as it is for a long time. | |
9839 | ||
9840 | For these reasons, I proposed the removal of mips_cache_lock() from the | |
9841 | global start-up code. | |
9842 | ||
9843 | This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that | |
9844 | *things have changed*. If he wants the same behavior as before, he needs | |
9845 | to have CFG_INIT_RAM_LOCK_MIPS in his config file. | |
9846 | ||
9847 | If we don't have any regression report through several releases, then | |
9848 | we'll remove codes entirely. | |
9849 | ||
9850 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
9851 | Acked-by: Andrew Dyer <[email protected]> | |
9852 | ||
9853 | commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f | |
9854 | Author: Yuri Tikhonov <[email protected]> | |
9855 | Date: Mon Mar 24 11:30:54 2008 +0100 | |
9856 | ||
9857 | lwmon5 SYSMON POST: fix backlight control | |
9858 | ||
9859 | If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be | |
9860 | run on the board, then the SYSMON POST controls the display backlight | |
9861 | (doesn't switch backlight ON if POST FAILED, and does switch the | |
9862 | backlight ON if PASSED). | |
9863 | ||
9864 | If not, then the video driver controls the display backlight (just | |
9865 | switch ON the backlight upon initialization). | |
9866 | ||
9867 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
9868 | ||
9869 | commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8 | |
9870 | Author: Yuri Tikhonov <[email protected]> | |
9871 | Date: Mon Mar 24 11:29:14 2008 +0100 | |
9872 | ||
9873 | lwmon5 SYSMON POST: fix handling of negative temperatures | |
9874 | ||
9875 | Fix errors in the LWMON5 Sysmon POST for negative temperatures. | |
9876 | ||
9877 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
9878 | ||
9879 | commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 | |
9880 | Author: Nobuhiro Iwamatsu <[email protected]> | |
9881 | Date: Fri Mar 7 16:04:25 2008 +0900 | |
9882 | ||
9883 | pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option | |
9884 | ||
9885 | In current source code, when the device number of PCI is 0, process PCI | |
9886 | bridge without fail. However, when the device number is 0, it is not PCI | |
9887 | always bridge. There are times when device of PCI allocates. | |
9888 | ||
9889 | When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when | |
9890 | use this patch. | |
9891 | ||
9892 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
9893 | Acked-by: Stefan Roese <[email protected]> | |
9894 | ||
9895 | commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb | |
9896 | Author: Yuri Tikhonov <[email protected]> | |
9897 | Date: Fri Mar 21 09:18:40 2008 +0100 | |
9898 | ||
9899 | LWMON5: fix dsPIC POST | |
9900 | ||
9901 | Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST. | |
9902 | ||
9903 | Signed-off-by: Yuri Tikhonov <[email protected]> --- | |
9904 | ||
438a4c11 WD |
9905 | commit 388b82fddc7c05596f3f615f190da0448227dc82 |
9906 | Author: Bartlomiej Sieka <[email protected]> | |
9907 | Date: Thu Mar 20 23:23:13 2008 +0100 | |
9908 | ||
9909 | [new uImage] Enable new uImage support for the pcs440ep board. | |
9910 | ||
9911 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
9912 | ||
9913 | commit 95f4ec2b9c910c7261e6f060ea530d58b039692d | |
9914 | Author: Bartlomiej Sieka <[email protected]> | |
9915 | Date: Thu Mar 20 23:23:13 2008 +0100 | |
9916 | ||
9917 | [new uImage] Do not compile new uImage format support by default | |
9918 | ||
9919 | Disable default building of new uImage format support in preparation | |
9920 | for merge with the master. Support for new format can be enabled on | |
9921 | a per-board basis, by defining the following in the board's config file: | |
9922 | ||
9923 | #define CONFIG_FIT 1 | |
9924 | #define CONFIG_OF_LIBFDT 1 | |
9925 | ||
9926 | This can be optionally defined to give more verbose output: | |
9927 | ||
9928 | #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ | |
9929 | ||
9930 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
9931 | ||
9932 | commit dafaede8a46c7159310239e036c93e31c6374487 | |
9933 | Author: Bartlomiej Sieka <[email protected]> | |
9934 | Date: Thu Mar 20 23:20:31 2008 +0100 | |
9935 | ||
9936 | [new uImage] Disable debuging output in preparation for merge with master | |
9937 | ||
9938 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
9939 | ||
9940 | commit fbe7a155027beacebaee9b32e1ada781fe924bca | |
9941 | Author: Bartlomiej Sieka <[email protected]> | |
9942 | Date: Thu Mar 20 19:38:45 2008 +0100 | |
9943 | ||
9944 | [new uImage] Compilation and new uImage handling fixes for imxtract | |
9945 | ||
9946 | Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in | |
9947 | include/config_cmd_default.h. Fix few warnings and handling of new format | |
9948 | images. | |
9949 | ||
9950 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
9951 | ||
9952 | commit 36cc8cbb3379d5166f882641123521735c469f92 | |
9953 | Author: Bartlomiej Sieka <[email protected]> | |
9954 | Date: Thu Mar 20 23:10:19 2008 +0100 | |
9955 | ||
9956 | [new uImage] Fix autoscr command used with new uImage format | |
9957 | ||
9958 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
9959 | ||
9960 | commit 43142e817f0597be412e7cbe19413f5532eafa5d | |
9961 | Author: Bartlomiej Sieka <[email protected]> | |
9962 | Date: Thu Mar 20 23:10:19 2008 +0100 | |
9963 | ||
9964 | [new uImage] Fix *.its files location in documentation | |
9965 | ||
9966 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
9967 | ||
aa6f6d17 WD |
9968 | commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e |
9969 | Author: Wolfgang Denk <[email protected]> | |
9970 | Date: Thu Mar 20 22:01:38 2008 +0100 | |
9971 | ||
9972 | lwmon5 POST: remove unreachable code | |
9973 | ||
9974 | plus some coding style cleanup | |
9975 | ||
9976 | Signed-off-by: Wolfgang Denk <[email protected]> | |
9977 | ||
9978 | commit b73a19e1609d0f705cbab8014ca17aefe89e4c76 | |
9979 | Author: Yuri Tikhonov <[email protected]> | |
9980 | Date: Thu Mar 20 17:56:04 2008 +0300 | |
9981 | ||
9982 | LWMON5: POST RTC fix | |
9983 | ||
9984 | Modify the RTC API to provide one a status for the time reported by | |
9985 | the rtc_get() function: | |
9986 | 0 - a reliable time is guaranteed, | |
9987 | < 0 - a reliable time isn't guaranteed (power fault, clock issues, | |
9988 | and so on). | |
9989 | ||
9990 | The RTC chip drivers are responsible for providing this info if the | |
9991 | corresponding chip supports such functionality. If not - always | |
9992 | report that the time is reliable. | |
9993 | ||
9994 | The POST RTC test was modified to detect the RTC faults utilizing | |
9995 | this new rtc_get() feature. | |
9996 | ||
9997 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
9998 | ||
9999 | commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5 | |
10000 | Author: Martin Krause <[email protected]> | |
10001 | Date: Wed Mar 19 14:25:14 2008 +0100 | |
10002 | ||
10003 | TQM5200B: update MTD partition layout | |
10004 | ||
10005 | - insert partition for dtb blob to TQM5200B MTD layout | |
10006 | - set env variables dependent on the configured board | |
10007 | (TQM5200 or TQM5200B) | |
10008 | ||
10009 | Signed-off-by: Martin Krause <[email protected]> | |
10010 | ||
10011 | commit f0105727d132f56a21fa3ed8b162309cca6cac44 | |
10012 | Author: Stefan Roese <[email protected]> | |
10013 | Date: Wed Mar 19 07:09:26 2008 +0100 | |
10014 | ||
10015 | CFI: Small cleanup for FLASH_SHOW_PROGRESS | |
10016 | ||
10017 | With this patch we don't need that many #ifdef's in the code. It moves | |
10018 | the subtraction into the macro and defines a NOP-macro when | |
10019 | CONFIG_FLASH_SHOW_PROGRESS is not defined. | |
10020 | ||
10021 | Signed-off-by: Stefan Roese <[email protected]> | |
10022 | Acked-by: Gerald Van Baren <[email protected]> | |
10023 | ||
10024 | commit 9a042e9ca512beaaa2cb450274313fc477141241 | |
10025 | Author: Jerry Van Baren <[email protected]> | |
10026 | Date: Sat Mar 8 13:48:01 2008 -0500 | |
10027 | ||
10028 | Flash programming progress countdown. | |
10029 | ||
10030 | Signed-off-by: Gerald Van Baren <[email protected]> | |
10031 | ||
438a4c11 WD |
10032 | commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f |
10033 | Author: Bartlomiej Sieka <[email protected]> | |
10034 | Date: Wed Mar 19 10:00:06 2008 +0100 | |
10035 | ||
10036 | [new uImage] Fix style issue spotted by Wolfgang Denk <[email protected]> | |
10037 | ||
10038 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
10039 | ||
aa6f6d17 WD |
10040 | commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1 |
10041 | Author: David Gibson <[email protected]> | |
10042 | Date: Mon Feb 18 18:09:04 2008 +1100 | |
10043 | ||
10044 | libfdt: Remove no longer used code from fdt_node_offset_by_compatible() | |
10045 | ||
10046 | Since fdt_node_offset_by_compatible() was converted to the new | |
10047 | fdt_next_node() iterator, a chunk of initialization code became | |
10048 | redundant, but was not removed by oversight. This patch cleans it up. | |
10049 | ||
10050 | Signed-off-by: David Gibson <[email protected]> | |
10051 | ||
10052 | commit d0ccb9b140b472039732de102fc14597eedb14df | |
10053 | Author: David Gibson <[email protected]> | |
10054 | Date: Mon Feb 18 18:06:31 2008 +1100 | |
10055 | ||
10056 | libfdt: Trivial cleanup for CHECK_HEADER) | |
10057 | ||
10058 | Currently the CHECK_HEADER() macro is defined local to fdt_ro.c. | |
10059 | However, there are a handful of functions (fdt_move, rw_check_header, | |
10060 | fdt_open_into) from other files which could also use it (currently | |
10061 | they open-code something more-or-less identical). Therefore, this | |
10062 | patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those | |
10063 | places. | |
10064 | ||
10065 | Signed-off-by: David Gibson <[email protected]> | |
10066 | ||
10067 | commit fe30a354cdbb808b5f15366a935b151a4ccee74f | |
10068 | Author: Kumar Gala <[email protected]> | |
10069 | Date: Wed Feb 20 14:32:36 2008 -0600 | |
10070 | ||
10071 | Fix fdt boardsetup command parsing | |
10072 | ||
10073 | The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'. | |
10074 | ||
10075 | Signed-off-by: Kumar Gala <[email protected]> | |
10076 | ||
10077 | commit 804887e6001e2f00bea11431bf34d6d472512cda | |
10078 | Author: Kumar Gala <[email protected]> | |
10079 | Date: Fri Feb 15 03:34:36 2008 -0600 | |
10080 | ||
10081 | Add sub-commands to fdt | |
10082 | ||
10083 | fdt header - Display header info | |
10084 | fdt bootcpu <id> - Set boot cpuid | |
10085 | fdt memory <addr> <size> - Add/Update memory node | |
10086 | fdt rsvmem print - Show current mem reserves | |
10087 | fdt rsvmem add <addr> <size> - Add a mem reserve | |
10088 | fdt rsvmem delete <index> - Delete a mem reserves | |
10089 | ||
10090 | Signed-off-by: Kumar Gala <[email protected]> | |
10091 | ||
10092 | commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07 | |
10093 | Author: David Gibson <[email protected]> | |
10094 | Date: Thu Feb 14 16:50:34 2008 +1100 | |
10095 | ||
10096 | libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() | |
10097 | ||
10098 | fdt_add_subnode_namelen() has a bug if asked to add a subnode to a | |
10099 | node which has NOP tags interspersed with its properties. In this | |
10100 | case fdt_add_subnode_namelen() will put the new subnode before the | |
10101 | first NOP tag, even if there are properties after it, which will | |
10102 | result in an invalid blob. | |
10103 | ||
10104 | This patch fixes the bug, and adds a testcase for it. | |
10105 | ||
10106 | Signed-off-by: David Gibson <[email protected]> | |
10107 | ||
10108 | commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9 | |
10109 | Author: David Gibson <[email protected]> | |
10110 | Date: Tue Feb 12 11:58:31 2008 +1100 | |
10111 | ||
10112 | libfdt: Add and use a node iteration helper function. | |
10113 | ||
10114 | This patch adds an fdt_next_node() function which can be used to | |
10115 | iterate through nodes of the tree while keeping track of depth. This | |
10116 | function is used to simplify the iteration code in a lot of other | |
10117 | functions, and is also exported for use by library users. | |
10118 | ||
10119 | Signed-off-by: David Gibson <[email protected]> | |
10120 | ||
10121 | commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d | |
10122 | Author: David Gibson <[email protected]> | |
10123 | Date: Fri Jan 11 14:55:05 2008 +1100 | |
10124 | ||
10125 | libfdt: Add fdt_set_name() function | |
10126 | ||
10127 | This patch adds an fdt_set_name() function to libfdt, mirroring | |
10128 | fdt_get_name(). This is a r/w function which alters the name of a | |
10129 | given device tree node. | |
10130 | ||
10131 | Signed-off-by: David Gibson <[email protected]> | |
10132 | ||
10133 | commit 23e20aa6488e6c0622496549861bfdc74108debe | |
10134 | Author: Yuri Tikhonov <[email protected]> | |
10135 | Date: Tue Mar 18 13:33:30 2008 +0100 | |
10136 | ||
10137 | lwmon5: Fix register test logic to match the specific GDC h/w. | |
10138 | ||
10139 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10140 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10141 | ||
10142 | commit 46bc0a938779aa1d664b847d36b08aa00f22e539 | |
10143 | Author: Yuri Tikhonov <[email protected]> | |
10144 | Date: Tue Mar 18 13:27:57 2008 +0100 | |
10145 | ||
10146 | Fix backlight in the lwmon5 POST. | |
10147 | ||
10148 | Backlight was switched on even when temperature was too low. | |
10149 | ||
10150 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10151 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10152 | ||
10153 | commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf | |
10154 | Author: Yuri Tikhonov <[email protected]> | |
10155 | Date: Wed Feb 6 18:48:36 2008 +0100 | |
10156 | ||
10157 | The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). | |
10158 | ||
10159 | To enable this, alternative, configuration the U-Boot board configuration | |
10160 | file for lwmon5 includes the definitions of alternative addresses for header | |
10161 | (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR). | |
10162 | ||
10163 | The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set, | |
10164 | and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the | |
10165 | lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h). | |
10166 | ||
10167 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10168 | ||
10169 | commit 0f009f781b5b88f25769e154ea4d42db13baf0c6 | |
10170 | Author: Yuri Tikhonov <[email protected]> | |
10171 | Date: Mon Feb 4 17:11:53 2008 +0100 | |
10172 | ||
10173 | Add support for the lwmon5 board reset via GPIO58. | |
10174 | ||
10175 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10176 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10177 | ||
10178 | commit f694e32f93565ec1fa8d0226c584d6b89e931ed9 | |
10179 | Author: Yuri Tikhonov <[email protected]> | |
10180 | Date: Mon Feb 4 17:09:55 2008 +0100 | |
10181 | ||
10182 | Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now. | |
10183 | ||
10184 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10185 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10186 | ||
10187 | commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c | |
10188 | Author: Yuri Tikhonov <[email protected]> | |
10189 | Date: Mon Feb 4 14:11:03 2008 +0100 | |
10190 | ||
10191 | The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. | |
10192 | ||
10193 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10194 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10195 | ||
10196 | commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184 | |
10197 | Author: Yuri Tikhonov <[email protected]> | |
10198 | Date: Mon Feb 4 14:10:42 2008 +0100 | |
10199 | ||
10200 | The patch adds new POST tests for the Lwmon5 board. These are: | |
10201 | ||
10202 | * External Watchdog test; | |
10203 | * dsPIC tests; | |
10204 | * FPGA test; | |
10205 | * GDC test; | |
10206 | * Sysmon tests. | |
10207 | ||
10208 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10209 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10210 | ||
10211 | commit c2ed33efbfff5767bca236828e021c55fd547b6c | |
10212 | Author: Yuri Tikhonov <[email protected]> | |
10213 | Date: Mon Feb 4 14:10:01 2008 +0100 | |
10214 | ||
10215 | Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. | |
10216 | ||
10217 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10218 | ||
7ed40117 WD |
10219 | commit 3a5d1e7f1309998791702b2a559e3126781746b9 |
10220 | Author: Yuri Tikhonov <[email protected]> | |
10221 | Date: Tue Mar 18 13:33:30 2008 +0100 | |
10222 | ||
10223 | lwmon5: Fix register test logic to match the specific GDC h/w. | |
10224 | ||
10225 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10226 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10227 | ||
10228 | commit 0f855a1f056a8c22116a2103a3900cbfb669df0b | |
10229 | Author: Yuri Tikhonov <[email protected]> | |
10230 | Date: Tue Mar 18 13:27:57 2008 +0100 | |
10231 | ||
10232 | Fix backlight in the lwmon5 POST. | |
10233 | ||
10234 | Backlight was switcehd on even when temperature was too low. | |
10235 | ||
10236 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10237 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10238 | ||
10239 | commit 2d991958b1e420fbfe17b128bd26ade74be5efcc | |
10240 | Author: Yuri Tikhonov <[email protected]> | |
10241 | Date: Wed Feb 6 18:48:36 2008 +0100 | |
10242 | ||
10243 | The patch introduces the alternative configuration of the log buffer for | |
10244 | the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), | |
10245 | the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., | |
10246 | PPC440EPX_GPT0_COMP5). | |
10247 | ||
10248 | To enable this, alternative, configuration the U-Boot board configuration | |
10249 | file for lwmon5 includes the definitions of alternative addresses for header | |
10250 | (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR). | |
10251 | ||
10252 | The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set, | |
10253 | and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the | |
10254 | lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h). | |
10255 | ||
10256 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10257 | ||
10258 | commit ff818b21b069f4bc9cb73373cc5a16014be101b7 | |
10259 | Author: Yuri Tikhonov <[email protected]> | |
10260 | Date: Mon Feb 4 17:11:53 2008 +0100 | |
10261 | ||
10262 | Add support for the lwmon5 board reset via GPIO58. | |
10263 | ||
10264 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10265 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10266 | ||
10267 | commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411 | |
10268 | Author: Yuri Tikhonov <[email protected]> | |
10269 | Date: Mon Feb 4 17:09:55 2008 +0100 | |
10270 | ||
10271 | Some fixes to dspic, fpga, and gdc post tests for lwmon5. | |
10272 | Disable external watch-dog for now. | |
10273 | ||
10274 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10275 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10276 | ||
10277 | commit e262efe35742c1ad4b0966ff501efc26f34a0aec | |
10278 | Author: Yuri Tikhonov <[email protected]> | |
10279 | Date: Mon Feb 4 14:11:03 2008 +0100 | |
10280 | ||
10281 | The patch introduces the CRITICAL feature of POST tests. If the test | |
10282 | marked as POST_CRITICAL fails then the alternative, post_critical, | |
10283 | boot-command is used. If this command is not defined then U-Boot | |
10284 | enters into interactive mode. | |
10285 | ||
10286 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10287 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10288 | ||
10289 | commit 65b20dcefc89618193fa51947968dada91e4c778 | |
10290 | Author: Yuri Tikhonov <[email protected]> | |
10291 | Date: Mon Feb 4 14:10:42 2008 +0100 | |
10292 | ||
10293 | The patch adds new POST tests for the Lwmon5 board. | |
10294 | These are: | |
10295 | ||
10296 | * External Watchdog test; | |
10297 | * dsPIC tests; | |
10298 | * FPGA test; | |
10299 | * GDC test; | |
10300 | * Sysmon tests. | |
10301 | ||
10302 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10303 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
10304 | ||
10305 | commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1 | |
10306 | Author: Yuri Tikhonov <[email protected]> | |
10307 | Date: Mon Feb 4 14:10:01 2008 +0100 | |
10308 | ||
10309 | Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. | |
10310 | ||
10311 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
10312 | ||
aa6f6d17 WD |
10313 | commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2 |
10314 | Author: Wolfgang Denk <[email protected]> | |
10315 | Date: Tue Mar 18 17:35:51 2008 +0100 | |
10316 | ||
10317 | HMI1001: fix compile problem. | |
10318 | ||
10319 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10320 | ||
10321 | commit 1f2a9970109cebf7446e0503b10b71f8673045ee | |
10322 | Author: Mike Frysinger <[email protected]> | |
10323 | Date: Mon Feb 18 05:32:30 2008 -0500 | |
10324 | ||
10325 | Blackfin: BF537-stamp: drop board-specific flash driver for CFI | |
10326 | ||
10327 | The parallel flash on the BF537-STAMP is CFI compliant, so there is no need | |
10328 | for the board specific driver at all. Just use the common CFI driver. | |
10329 | ||
10330 | Signed-off-by: Mike Frysinger <[email protected]> | |
10331 | ||
10332 | commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c | |
10333 | Author: Mike Frysinger <[email protected]> | |
10334 | Date: Tue Feb 19 00:36:14 2008 -0500 | |
10335 | ||
10336 | Blackfin: add proper ELF markings to some assembly functions | |
10337 | ||
10338 | Signed-off-by: Mike Frysinger <[email protected]> | |
10339 | ||
10340 | commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf | |
10341 | Author: Mike Frysinger <[email protected]> | |
10342 | Date: Tue Feb 19 00:35:17 2008 -0500 | |
10343 | ||
10344 | Blackfin: new cplbinfo command for viewing cplb tables | |
10345 | ||
10346 | Signed-off-by: Mike Frysinger <[email protected]> | |
10347 | ||
10348 | commit aadb72503cd1602349a5fe53356d5f55ecc1b900 | |
10349 | Author: Mike Frysinger <[email protected]> | |
10350 | Date: Mon Feb 18 05:37:51 2008 -0500 | |
10351 | ||
10352 | Blackfin: update MAINTAINERS list | |
10353 | ||
10354 | Add maintainer information for the Blackfin boards. | |
10355 | ||
10356 | Signed-off-by: Mike Frysinger <[email protected]> | |
10357 | ||
10358 | commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d | |
10359 | Author: Mike Frysinger <[email protected]> | |
10360 | Date: Mon Feb 18 05:26:48 2008 -0500 | |
10361 | ||
10362 | Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU | |
10363 | ||
10364 | Stop tying things to the processor that should be tied to other defines and | |
10365 | change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build | |
10366 | system to select the -mcpu option. | |
10367 | ||
10368 | Signed-off-by: Mike Frysinger <[email protected]> | |
10369 | ||
10370 | commit 86a20fb920bd198105acf7b1191117f566d637ed | |
10371 | Author: Mike Frysinger <[email protected]> | |
10372 | Date: Sat Feb 16 07:40:36 2008 -0500 | |
10373 | ||
10374 | Blackfin: move bootldr command to common code | |
10375 | ||
10376 | This moves the Blackfin-common bootldr command out of the BF537-STAMP | |
10377 | specific board directory and into the common directory so that all Blackfin | |
10378 | boards may utilize it. | |
10379 | ||
10380 | Signed-off-by: Mike Frysinger <[email protected]> | |
10381 | ||
10382 | commit decbe029b2a9d3333d02c433389b1c821eea96d7 | |
10383 | Author: Heiko Schocher <[email protected]> | |
10384 | Date: Fri Mar 14 11:05:20 2008 +0100 | |
10385 | ||
10386 | mgcoge: update configuration | |
10387 | ||
10388 | Fix configuration for mgcoge board | |
10389 | ||
10390 | Signed-off-by: Heiko Schocher <[email protected]> | |
10391 | ||
10392 | commit c136724cda0219c49f1d4b346f00da29b14fdf14 | |
10393 | Author: Wolfgang Denk <[email protected]> | |
10394 | Date: Sun Mar 16 01:22:59 2008 +0100 | |
10395 | ||
10396 | drivers/rtc/Makefile: keep list sorted | |
10397 | ||
10398 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10399 | ||
10400 | commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f | |
10401 | Author: Tor Krill <[email protected]> | |
10402 | Date: Sat Mar 15 15:40:26 2008 +0100 | |
10403 | ||
10404 | Add support for Intersil isl1208 RTC | |
10405 | ||
10406 | Signed-off-by: Tor Krill <[email protected]> | |
10407 | ||
10408 | commit 0210cff3d079d97b2156b13685ee8de368e68a1a | |
10409 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10410 | Date: Sat Mar 15 17:36:41 2008 +0100 | |
10411 | ||
10412 | cramfs: Fix ifdef | |
10413 | ||
10414 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10415 | ||
10416 | commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4 | |
10417 | Author: Wolfgang Denk <[email protected]> | |
10418 | Date: Sun Mar 16 01:12:58 2008 +0100 | |
10419 | ||
10420 | Conding style cleanup | |
10421 | ||
10422 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10423 | ||
0b8f2a27 WD |
10424 | commit 41712b4e8c95dff23354bcd620e1f9477160c190 |
10425 | Author: Stefan Roese <[email protected]> | |
10426 | Date: Wed Mar 5 12:31:53 2008 +0100 | |
10427 | ||
10428 | ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board | |
10429 | ||
10430 | This patch adds USB OHCI support to the Canyonlands board port. It also | |
10431 | enables EXT2 support. | |
10432 | ||
10433 | Signed-off-by: Stefan Roese <[email protected]> | |
10434 | ||
10435 | commit 2596f5b9d353ff3e4387a3325d05740f16958038 | |
10436 | Author: Stefan Roese <[email protected]> | |
10437 | Date: Wed Mar 5 12:29:32 2008 +0100 | |
10438 | ||
10439 | usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver | |
10440 | ||
10441 | This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This | |
10442 | way a board just needs to define this new option to enable the "force | |
10443 | NoPowerSwitching mode" instead of adding new CPU/architecture defines | |
10444 | to the USB source itself. | |
10445 | ||
10446 | This new option will be used first with the new AMCC 460EX Canyonlands | |
10447 | board port, which will be posted in a few days. | |
10448 | ||
10449 | This patch also fixes a small compilation problem when DEBUG is enabled. | |
10450 | ||
10451 | Signed-off-by: Stefan Roese <[email protected]> | |
10452 | ||
10453 | commit 71665ebf88408ff2acb762af47989fd4365b321a | |
10454 | Author: Stefan Roese <[email protected]> | |
10455 | Date: Mon Mar 3 17:27:02 2008 +0100 | |
10456 | ||
10457 | ppc4xx: Add Canyonlands NAND booting support | |
10458 | ||
10459 | 460EX doesn't support a fixed bootstrap option to boot from 512 byte page | |
10460 | NAND devices. The only bootstrap option for NAND booting is option F for | |
10461 | 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap | |
10462 | EEPROM needs to be programmed accordingly. | |
10463 | ||
10464 | This patch adds basic NAND booting support for the AMCC Canyonlands aval | |
10465 | board and also adds support to the "bootstrap" command, to enable NAND | |
10466 | booting I2C setting. | |
10467 | ||
10468 | Tested with 512 byte page NAND device (32MByte) on Canyonlands. | |
10469 | ||
10470 | Signed-off-by: Stefan Roese <[email protected]> | |
10471 | ||
10472 | commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2 | |
10473 | Author: Stefan Roese <[email protected]> | |
10474 | Date: Tue Mar 11 16:53:00 2008 +0100 | |
10475 | ||
10476 | ppc4xx: Add AMCC Canyonlands support (460EX) (3/3) | |
10477 | ||
10478 | This patch adds support for the AMCC Canyonlands 460EX evaluation | |
10479 | board. | |
10480 | ||
10481 | Signed-off-by: Stefan Roese <[email protected]> | |
10482 | ||
10483 | commit 6983fe21f774a924d3adb263a270bc2f301f2aa2 | |
10484 | Author: Stefan Roese <[email protected]> | |
10485 | Date: Tue Mar 11 16:52:24 2008 +0100 | |
10486 | ||
10487 | ppc4xx: Add AMCC Canyonlands support (460EX) (2/3) | |
10488 | ||
10489 | This patch adds support for the AMCC Canyonlands 460EX evaluation | |
10490 | board. | |
10491 | ||
10492 | Signed-off-by: Stefan Roese <[email protected]> | |
10493 | ||
10494 | commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1 | |
10495 | Author: Stefan Roese <[email protected]> | |
10496 | Date: Tue Mar 11 16:51:17 2008 +0100 | |
10497 | ||
10498 | ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) | |
10499 | ||
10500 | This patch adds support for the AMCC Canyonlands 460EX evaluation | |
10501 | board. | |
10502 | ||
10503 | Signed-off-by: Stefan Roese <[email protected]> | |
10504 | ||
10505 | commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69 | |
10506 | Author: Stefan Roese <[email protected]> | |
10507 | Date: Tue Mar 11 15:11:43 2008 +0100 | |
10508 | ||
10509 | ppc4xx: Add basic support for AMCC 460EX/460GT (5/5) | |
10510 | ||
10511 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
10512 | ||
10513 | Signed-off-by: Stefan Roese <[email protected]> | |
10514 | ||
10515 | commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945 | |
10516 | Author: Stefan Roese <[email protected]> | |
10517 | Date: Tue Mar 11 15:11:18 2008 +0100 | |
10518 | ||
10519 | ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) | |
10520 | ||
10521 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
10522 | ||
10523 | Signed-off-by: Stefan Roese <[email protected]> | |
10524 | ||
10525 | commit 999ecd5aca381984d8ebbeb207ece82a1c275577 | |
10526 | Author: Stefan Roese <[email protected]> | |
10527 | Date: Tue Mar 11 15:07:10 2008 +0100 | |
10528 | ||
10529 | ppc4xx: Add basic support for AMCC 460EX/460GT (3/5) | |
10530 | ||
10531 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
10532 | ||
10533 | Signed-off-by: Stefan Roese <[email protected]> | |
10534 | ||
10535 | commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a | |
10536 | Author: Stefan Roese <[email protected]> | |
10537 | Date: Tue Mar 11 15:05:50 2008 +0100 | |
10538 | ||
10539 | ppc4xx: Add basic support for AMCC 460EX/460GT (2/5) | |
10540 | ||
10541 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
10542 | ||
10543 | Signed-off-by: Stefan Roese <[email protected]> | |
10544 | ||
10545 | commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492 | |
10546 | Author: Stefan Roese <[email protected]> | |
10547 | Date: Tue Mar 11 15:05:26 2008 +0100 | |
10548 | ||
10549 | ppc4xx: Add basic support for AMCC 460EX/460GT (1/5) | |
10550 | ||
10551 | This patch adds basic support for the AMCC 460EX/460GT PPC's. | |
10552 | ||
10553 | Signed-off-by: Stefan Roese <[email protected]> | |
10554 | ||
10555 | commit 56e410178375d9f20be25fb24e180974f0ae120b | |
10556 | Author: Stefan Roese <[email protected]> | |
10557 | Date: Tue Feb 19 22:07:57 2008 +0100 | |
10558 | ||
10559 | ppc4xx: interrupt.c reworked | |
10560 | ||
10561 | This patch is a rework of the 4xx interrupt handling done while | |
10562 | adding the 460EX/GT support. Interrupts are needed on 4xx for the | |
10563 | EMAC driver. | |
10564 | ||
10565 | Signed-off-by: Stefan Roese <[email protected]> | |
10566 | ||
10567 | commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46 | |
10568 | Author: Stefan Roese <[email protected]> | |
10569 | Date: Tue Feb 19 22:01:57 2008 +0100 | |
10570 | ||
10571 | ppc4xx: program_tlb now uses 64bit physical addess | |
10572 | ||
10573 | This patch changes the physical addess parameter from 32bit to 64bit. | |
10574 | This is needed for 36bit 4xx platforms to access areas located | |
10575 | beyond the 4GB border, like SoC peripherals (EBC etc.). | |
10576 | ||
10577 | Signed-off-by: Stefan Roese <[email protected]> | |
10578 | ||
10579 | commit c3307fa186af85771924c434997089b8104c0a46 | |
10580 | Author: Stefan Roese <[email protected]> | |
10581 | Date: Tue Feb 19 21:58:25 2008 +0100 | |
10582 | ||
10583 | ppc4xx: miiphy.c reworked | |
10584 | ||
10585 | While adding the 460EX/GT support I reworked the 4xx miiphy code. It | |
10586 | badly neede some cleanup. | |
10587 | ||
10588 | Signed-off-by: Stefan Roese <[email protected]> | |
10589 | ||
10590 | commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b | |
10591 | Author: Stefan Roese <[email protected]> | |
10592 | Date: Tue Feb 19 16:21:49 2008 +0100 | |
10593 | ||
10594 | rtc: Add M41T62 support | |
10595 | ||
10596 | This patch add support for the STM M41T62 RTC. It is used and tested | |
10597 | on the AMCC Canyonlands 406EX platform. | |
10598 | ||
10599 | Signed-off-by: Stefan Roese <[email protected]> | |
10600 | ||
10601 | commit 217d383e201adc7f2271145ae345ea5eae2b7170 | |
10602 | Author: Niklaus Giger <[email protected]> | |
10603 | Date: Mon Feb 25 18:46:43 2008 +0100 | |
10604 | ||
10605 | ppc4xx: Add 405GPr based MCU25 board specific files | |
10606 | ||
10607 | Signed-off-by: Niklaus Giger <[email protected]> | |
10608 | ||
10609 | commit 75a66dcdb383863ad33f0534cfc27b7a86947dad | |
10610 | Author: Niklaus Giger <[email protected]> | |
10611 | Date: Mon Feb 25 18:46:42 2008 +0100 | |
10612 | ||
10613 | ppc4xx: Add 405GPr based MCU25 board config file | |
10614 | ||
10615 | Signed-off-by: Niklaus Giger <[email protected]> | |
10616 | ||
10617 | commit b05f35436b733a240559e77e46bed8439665ecc5 | |
10618 | Author: Niklaus Giger <[email protected]> | |
10619 | Date: Mon Feb 25 18:46:41 2008 +0100 | |
10620 | ||
10621 | ppc4xx: Add 405GPr based MCU25 board. Global files | |
10622 | ||
10623 | Signed-off-by: Niklaus Giger <[email protected]> | |
10624 | ||
10625 | commit 14c27b35ac812a71abce6e3e2f4129d5e9313660 | |
10626 | Author: Niklaus Giger <[email protected]> | |
10627 | Date: Mon Feb 25 18:37:02 2008 +0100 | |
10628 | ||
10629 | ppc4xx: HCU4/5. remove obsolete hcu_flash.c | |
10630 | ||
10631 | Signed-off-by: Niklaus Giger <[email protected]> | |
10632 | ||
10633 | commit a079494853cc2bfeddb26673219db0b4b2b31566 | |
10634 | Author: Niklaus Giger <[email protected]> | |
10635 | Date: Mon Feb 25 18:37:01 2008 +0100 | |
10636 | ||
10637 | ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY | |
10638 | ||
10639 | Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with | |
10640 | the FLASH_CFI_LEGACY et al. config options. | |
10641 | ||
10642 | Signed-off-by: Niklaus Giger <[email protected]> | |
10643 | ||
10644 | commit e4170e5a50c8110f792bc37472833ae669d69951 | |
10645 | Author: Stefan Roese <[email protected]> | |
10646 | Date: Tue Mar 11 13:52:25 2008 +0100 | |
10647 | ||
10648 | ppc4xx: Fix comment in 405EX DDR2 init code | |
10649 | ||
10650 | Signed-off-by: Stefan Roese <[email protected]> | |
10651 | ||
438a4c11 WD |
10652 | commit 766529fccc860ecb9e955b4239dff69cd9e4ea09 |
10653 | Author: Bartlomiej Sieka <[email protected]> | |
10654 | Date: Fri Mar 14 16:22:34 2008 +0100 | |
10655 | ||
10656 | Add MD5 support to the new uImage format | |
10657 | ||
10658 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
10659 | ||
10660 | commit 0ede0c383530a418cf98be9122371a86573cd0db | |
10661 | Author: Bartlomiej Sieka <[email protected]> | |
10662 | Date: Fri Mar 14 16:22:34 2008 +0100 | |
10663 | ||
10664 | Add the MD5 algorithm | |
10665 | ||
10666 | MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then | |
10667 | calculated using the md5() function -- see include/md5.h for details. | |
10668 | ||
10669 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
10670 | ||
0b8f2a27 WD |
10671 | commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0 |
10672 | Author: Wolfgang Denk <[email protected]> | |
10673 | Date: Fri Mar 14 16:04:54 2008 +0100 | |
10674 | ||
10675 | tools/setlocalversion: use a git-describe-ish format | |
10676 | ||
10677 | Change the automatic local version to have the form -nnnnn-gSHA1SUMID, | |
10678 | where 'nnnnn' is the number of commits since the last tag (i.e., | |
10679 | 1.3.2-rc3). This makes it much easier to recognize "newer" versions | |
10680 | and to see how much has been changed since the referenced tag. | |
10681 | ||
10682 | Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f. | |
10683 | ||
10684 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10685 | ||
10686 | commit c6dc21c84de0f159a1752c5ebd33cff843f63609 | |
10687 | Author: Wolfgang Denk <[email protected]> | |
10688 | Date: Thu Mar 13 14:32:03 2008 +0100 | |
10689 | ||
10690 | HMI1001: add support for MPC5200 Rev. B processors. | |
10691 | ||
10692 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10693 | ||
10694 | commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a | |
10695 | Author: Wolfgang Denk <[email protected]> | |
10696 | Date: Thu Mar 13 14:29:49 2008 +0100 | |
10697 | ||
10698 | TQM5200: remove dead code | |
10699 | ||
10700 | This board never used a MGT5100 processor. | |
10701 | ||
10702 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10703 | ||
438a4c11 WD |
10704 | commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d |
10705 | Author: Marian Balakowicz <[email protected]> | |
10706 | Date: Wed Mar 12 12:14:15 2008 +0100 | |
10707 | ||
10708 | [new uImage] Fix build issue on ARM | |
10709 | ||
10710 | ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead. | |
10711 | ||
10712 | Signed-off-by: Kumar Gala <[email protected]> | |
10713 | ||
10714 | commit 3310c549a73a949430bfda90876df7552a1dab0c | |
10715 | Author: Marian Balakowicz <[email protected]> | |
10716 | Date: Wed Mar 12 12:13:13 2008 +0100 | |
10717 | ||
10718 | [new uImage] Add new uImage format documentation and examples | |
10719 | ||
10720 | Create doc/uImage.FIT documentation directory with the following files: | |
10721 | - command_syntax_extensions.txt : extended command syntax description | |
10722 | - howto.txt : short usage howto | |
10723 | - source_file_format.txt : internal new uImage format description | |
10724 | ||
10725 | Add example image source files: | |
10726 | - kernel.its | |
10727 | - kernel_fdt.its | |
10728 | - multi.its | |
10729 | ||
10730 | Update README appropriately. | |
10731 | ||
10732 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10733 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
10734 | ||
10735 | commit 1ec73761d2e247078f4520a265d463e8b73391a2 | |
10736 | Author: Marian Balakowicz <[email protected]> | |
10737 | Date: Wed Mar 12 10:35:52 2008 +0100 | |
10738 | ||
10739 | [new uImage] Fix definition of common bootm_headers_t fields | |
10740 | ||
10741 | verify, autostart and lmb fields are used regardless of CONFIG_FIT | |
10742 | setting, move their definitions to common section. | |
10743 | ||
10744 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10745 | ||
10746 | commit 1d1cb4270edc6a99276834064069717f9782c491 | |
10747 | Author: Marian Balakowicz <[email protected]> | |
10748 | Date: Wed Mar 12 10:35:51 2008 +0100 | |
10749 | ||
10750 | [new uImage] Fix build problems on trab board | |
10751 | ||
10752 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10753 | ||
10754 | commit f773bea8e11f4a11c388dcee956b2444203e6b65 | |
10755 | Author: Marian Balakowicz <[email protected]> | |
10756 | Date: Wed Mar 12 10:35:46 2008 +0100 | |
10757 | ||
10758 | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used | |
10759 | ||
10760 | Save FIT configuration provied in the first bootm argument and use it | |
10761 | when to get ramdisk/FDT subimages when second and third (ramdisk/FDT) | |
10762 | arguments are not specified. | |
10763 | ||
10764 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10765 | ||
10766 | commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae | |
10767 | Author: Marian Balakowicz <[email protected]> | |
10768 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
10769 | ||
10770 | [new uImage] More verbose kernel image uncompress error message | |
10771 | ||
10772 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10773 | ||
10774 | commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0 | |
10775 | Author: Marian Balakowicz <[email protected]> | |
10776 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
10777 | ||
10778 | [new uImage] Use show_boot_progress() for new uImage format | |
10779 | ||
10780 | This patch allocates a set of show_boot_progress() IDs for new uImage format | |
10781 | and adds show_boot_progress() calls in new uImage format handling code. | |
10782 | ||
10783 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10784 | ||
10785 | commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720 | |
10786 | Author: Marian Balakowicz <[email protected]> | |
10787 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
10788 | ||
10789 | [new uImage] Add new uImage fromat support to fpga command | |
10790 | ||
10791 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10792 | ||
10793 | commit 09475f7527460e426c0e0628fc5b8f3754fbaa23 | |
10794 | Author: Marian Balakowicz <[email protected]> | |
10795 | Date: Wed Mar 12 10:33:01 2008 +0100 | |
10796 | ||
10797 | [new uImage] Add new uImage format handling to other bootm related commands | |
10798 | ||
10799 | Updated commands: | |
10800 | ||
10801 | docboot - cmd_doc.c | |
10802 | fdcboot - cmd_fdc.c | |
10803 | diskboot - cmd_ide.c | |
10804 | nboot - cmd_nand.c | |
10805 | scsiboot - cmd_scsi.c | |
10806 | usbboot - cmd_usb.c | |
10807 | ||
10808 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10809 | ||
10810 | commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338 | |
10811 | Author: Marian Balakowicz <[email protected]> | |
10812 | Date: Wed Mar 12 10:33:00 2008 +0100 | |
10813 | ||
10814 | [new uImage] Add new uImage format support to imgextract command | |
10815 | ||
10816 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10817 | ||
10818 | commit 424c4abdd175d2c470510df8ce0e32d3f463ec16 | |
10819 | Author: Marian Balakowicz <[email protected]> | |
10820 | Date: Wed Mar 12 10:33:00 2008 +0100 | |
10821 | ||
10822 | [new uImage] Add new uImage format support to autoscript routine | |
10823 | ||
10824 | autoscript() routine is updated to accept second argument, which | |
10825 | is only used for FIT images and provides a FIT subimage unit name. | |
10826 | ||
10827 | autoscript() routine callers must now pass two arguments. For | |
10828 | non-interactive use (like in cmd_load.c, cmd_net.c), new environment | |
10829 | variable 'autoscript_uname' is introduced and used as a FIT | |
10830 | subimage unit name source. | |
10831 | ||
10832 | autoscript command accepts extended syntax of the addr argument: | |
10833 | addr:<subimg_uname> | |
10834 | ||
10835 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10836 | ||
10837 | commit cd7c596e9f561dbbc17b717277438aee78cde14f | |
10838 | Author: Marian Balakowicz <[email protected]> | |
10839 | Date: Wed Mar 12 10:33:00 2008 +0100 | |
10840 | ||
10841 | [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines | |
10842 | ||
10843 | This patch updates architecture specific implementations of | |
10844 | do_bootm_linux() adding new uImage format handling for | |
10845 | operations like get kernel entry point address, get kernel | |
10846 | image data start address. | |
10847 | ||
10848 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10849 | ||
10850 | commit 3dfe110149311425919e6d6a14b561b4207498f1 | |
10851 | Author: Marian Balakowicz <[email protected]> | |
10852 | Date: Wed Mar 12 10:32:59 2008 +0100 | |
10853 | ||
10854 | [new uImage] Add node offsets for FIT images listed in struct bootm_headers | |
10855 | ||
10856 | This patch adds new node offset fields to struct bootm_headers | |
10857 | and updates bootm_headers processing code to make use of them. | |
10858 | Saved node offsets allow to avoid repeating fit_image_get_node() calls. | |
10859 | ||
10860 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10861 | ||
10862 | commit bc8ed486b125452ba3bd8344f052f437329150c5 | |
10863 | Author: Marian Balakowicz <[email protected]> | |
10864 | Date: Wed Mar 12 10:32:53 2008 +0100 | |
10865 | ||
10866 | [new uImage] ppc: Add new uImage format support to FDT handling routines | |
10867 | ||
10868 | Support for new (FIT) format uImages is added to powerpc specific | |
10869 | boot_get_fdt() routine which now recognizes, sanity checks FIT image | |
10870 | and is able to access data sections of the requested component image. | |
10871 | ||
10872 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10873 | ||
10874 | commit a44a269a905f924b420020506a4d7d7eedcc0eaf | |
10875 | Author: Marian Balakowicz <[email protected]> | |
10876 | Date: Wed Mar 12 10:14:57 2008 +0100 | |
10877 | ||
10878 | [new uImage] Re-enable interrupts for non automatic booting | |
10879 | ||
10880 | Re-enable interrupts if we return from do_bootm_<os> and 'autostart' | |
10881 | environment variable is not set to 'yes'. | |
10882 | ||
10883 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10884 | ||
10885 | commit d985c8498c4e47095820da97aa722381d39172c5 | |
10886 | Author: Marian Balakowicz <[email protected]> | |
10887 | Date: Wed Mar 12 10:14:38 2008 +0100 | |
10888 | ||
10889 | [new uImage] Remove unnecessary arguments passed to ramdisk routines | |
10890 | ||
10891 | boot_get_ramdisk() and image_get_ramdisk() do not need all | |
10892 | cmdtp, flag, argc and argv arguments. Simplify routines definition. | |
10893 | ||
10894 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10895 | ||
10896 | commit c87796483bc7c2900470dc747c367f602577608d | |
10897 | Author: Marian Balakowicz <[email protected]> | |
10898 | Date: Wed Mar 12 10:12:37 2008 +0100 | |
10899 | ||
10900 | [new uImage] Add new uImage format support for ramdisk handling | |
10901 | ||
10902 | This patch updates boot_get_ramdisk() routine adding format | |
10903 | verification and handling for new (FIT) uImages. | |
10904 | ||
10905 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10906 | ||
10907 | commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e | |
10908 | Author: Marian Balakowicz <[email protected]> | |
10909 | Date: Wed Mar 12 10:01:05 2008 +0100 | |
10910 | ||
10911 | [new uImage] Add new uImage format support for kernel booting | |
10912 | ||
10913 | New format uImages are recognized by the bootm command, | |
10914 | validity of specified kernel component image is checked and | |
10915 | its data section located and used for further processing | |
10916 | (uncompress, load, etc.) | |
10917 | ||
10918 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10919 | ||
10920 | commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547 | |
10921 | Author: Marian Balakowicz <[email protected]> | |
10922 | Date: Tue Mar 11 12:35:20 2008 +0100 | |
10923 | ||
10924 | [new uImage] Add new uImage format support for imls and iminfo commands | |
10925 | ||
10926 | imls and iminfo can now recognize nad print out contents of the new (FIT) | |
10927 | format uImages. | |
10928 | ||
10929 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10930 | ||
10931 | commit 9d25438fe7d70cf35a8a293ea5e392fefc672613 | |
10932 | Author: Bartlomiej Sieka <[email protected]> | |
10933 | Date: Tue Mar 11 12:34:47 2008 +0100 | |
10934 | ||
10935 | [new uImage] Add support for new uImage format to mkimage tool | |
10936 | ||
10937 | Support for the new uImage format (FIT) is added to mkimage tool. | |
10938 | Commandline syntax is appropriately extended: | |
10939 | ||
10940 | mkimage [-D dtc_options] -f fit-image.its fit-image | |
10941 | ||
10942 | mkimage (together with dtc) takes fit-image.its and referenced therein | |
10943 | binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the | |
10944 | final image that can be transferred to the target (e.g., via tftp) and then | |
10945 | booted using the bootm command in U-Boot. | |
10946 | ||
10947 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
10948 | ||
10949 | commit eb6175edd6c120d8b89678243e5a2be362ee8e40 | |
10950 | Author: Marian Balakowicz <[email protected]> | |
10951 | Date: Mon Mar 10 17:53:49 2008 +0100 | |
10952 | ||
10953 | [new uImage] Make node unit names const in struct bootm_headers | |
10954 | ||
10955 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10956 | ||
10957 | commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05 | |
10958 | Author: Marian Balakowicz <[email protected]> | |
10959 | Date: Fri Feb 29 21:24:06 2008 +0100 | |
10960 | ||
10961 | [new uImage] New uImage low-level API | |
10962 | ||
10963 | Add FDT-based functions for handling new format component images, | |
10964 | configurations, node operations, property get/set, etc. | |
10965 | ||
10966 | fit_ - routines handling global new format uImage operations | |
10967 | like get/set top level property, process all nodes, etc. | |
10968 | fit_image_ - routines handling component images subnodes | |
10969 | fit_conf_ - routines handling configurations node | |
10970 | ||
10971 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
10972 | Signed-off-by: Marian Balakowicz <[email protected]> | |
10973 | ||
0b8f2a27 WD |
10974 | commit 30f1806f60978d707b0cff2d7bf89d141fc24290 |
10975 | Author: Wolfgang Denk <[email protected]> | |
10976 | Date: Sun Mar 9 16:20:02 2008 +0100 | |
10977 | ||
10978 | Release v1.3.2 | |
10979 | ||
10980 | Update CHANGELOG for release. | |
10981 | ||
10982 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10983 | ||
30f1806f WD |
10984 | commit 5b464c289ba715d0979b6e1f94947bb8f1068d16 |
10985 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10986 | Date: Sun Mar 9 14:52:11 2008 +0100 | |
10987 | ||
10988 | SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings | |
10989 | ||
10990 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10991 | Signed-off-by: Wolfgang Denk <[email protected]> | |
10992 | ||
10993 | commit db695b78515ddb88a2d4f3357c120345efbf59ec | |
10994 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
10995 | Date: Sun Mar 9 10:44:01 2008 +0100 | |
10996 | ||
10997 | scb9328: Fix flash warning: type qualifiers ignored on function return type | |
10998 | ||
10999 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11000 | ||
11001 | commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4 | |
11002 | Author: Wolfgang Denk <[email protected]> | |
11003 | Date: Sun Mar 9 10:50:41 2008 +0100 | |
11004 | ||
11005 | esd/common/fpga.c: fix indentation. | |
11006 | ||
11007 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11008 | ||
11009 | commit cc3843e36453e2b8db65d7e56de938ba045016a0 | |
11010 | Author: Wolfgang Denk <[email protected]> | |
11011 | Date: Sun Mar 9 10:33:31 2008 +0100 | |
11012 | ||
11013 | common/kgdb.c: fix 'dereferencing type-punned pointer' warning | |
11014 | ||
11015 | and get rid of a couple of unneeded casts. | |
11016 | ||
11017 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11018 | ||
11019 | commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8 | |
11020 | Author: Wolfgang Denk <[email protected]> | |
11021 | Date: Sun Mar 9 10:09:53 2008 +0100 | |
11022 | ||
11023 | esd/common/fpga.c: fix 'assignment of read-only location' error | |
11024 | ||
11025 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11026 | ||
11027 | commit c6fe4dabac066e8758345d249032768496983a3e | |
11028 | Author: Wolfgang Denk <[email protected]> | |
11029 | Date: Sun Mar 9 02:13:19 2008 +0100 | |
11030 | ||
11031 | Makefile: make build silently again. | |
11032 | ||
11033 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11034 | ||
11035 | commit 76babc86576f092573599334c85ec543fdbc6015 | |
11036 | Author: Wolfgang Denk <[email protected]> | |
11037 | Date: Sun Mar 9 02:07:49 2008 +0100 | |
11038 | ||
11039 | m501sk: Fix out of tree building | |
11040 | ||
11041 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11042 | ||
11043 | commit 210ed2004e062fdd03f25ab4925998aa1bd08a07 | |
11044 | Author: Wolfgang Denk <[email protected]> | |
11045 | Date: Sun Mar 9 00:06:09 2008 +0100 | |
11046 | ||
11047 | ADS5121: fix out of tree build | |
11048 | ||
11049 | and simplify Makefile a bit. | |
11050 | ||
11051 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11052 | ||
11053 | commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93 | |
11054 | Author: Wolfgang Denk <[email protected]> | |
11055 | Date: Sat Mar 8 22:35:31 2008 +0100 | |
11056 | ||
11057 | Release v1.3.2 | |
11058 | ||
11059 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11060 | ||
11061 | commit 78a90f827df74520e939c794fc7413dace21c4db | |
11062 | Author: Wolfgang Denk <[email protected]> | |
11063 | Date: Sat Mar 8 22:35:04 2008 +0100 | |
11064 | ||
11065 | Update CHANGELOG | |
11066 | ||
11067 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11068 | ||
78a90f82 WD |
11069 | commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f |
11070 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11071 | Date: Sat Mar 8 21:30:04 2008 +0100 | |
11072 | ||
11073 | esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type | |
11074 | ||
11075 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11076 | ||
11077 | commit d75469d48c05795144f4b8ba76addbb4920a7bba | |
11078 | Author: Nobuhiro Iwamatsu <[email protected]> | |
11079 | Date: Sat Mar 8 09:25:49 2008 +0900 | |
11080 | ||
11081 | net: rtl8169: Add processing when OWNbit did't enable in rtl_recv() | |
11082 | ||
11083 | When rtl_recv() of rtl8169 is called, OWNbit of status register | |
11084 | is not enable occasionally. | |
11085 | rtl_recv() doesn't work normally when the driver doesn't do | |
11086 | appropriate processing. | |
11087 | This patch fix this problem. | |
11088 | ||
11089 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
11090 | ||
11091 | commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa | |
11092 | Author: Heiko Schocher <[email protected]> | |
11093 | Date: Fri Mar 7 08:15:28 2008 +0100 | |
11094 | ||
11095 | mgsuvd: update board configuration | |
11096 | ||
11097 | initialize the UPIOx controller. | |
11098 | ||
11099 | Signed-off-by: Heiko Schocher <[email protected]> | |
11100 | ||
11101 | commit e492c90c26215e459aec0fdf0f8ef1fd204988f5 | |
11102 | Author: Heiko Schocher <[email protected]> | |
11103 | Date: Fri Mar 7 08:13:41 2008 +0100 | |
11104 | ||
11105 | mgcoge: update board configuration | |
11106 | ||
11107 | add support for the config Flash. | |
11108 | initialize the UPIOx controller. | |
11109 | ||
11110 | Signed-off-by: Heiko Schocher <[email protected]> | |
11111 | ||
11112 | commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258 | |
11113 | Author: Kim Phillips <[email protected]> | |
11114 | Date: Fri Mar 7 12:27:31 2008 -0600 | |
11115 | ||
11116 | mpc83xx: make dtb basename file references equal those of linux | |
11117 | ||
11118 | the dts file basenames were updated in linux - this helps avoid | |
11119 | inadvertently loading any old dtbs laying around. | |
11120 | ||
11121 | Signed-off-by: Kim Phillips <[email protected]> | |
11122 | ||
11123 | commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675 | |
11124 | Author: Kim Phillips <[email protected]> | |
11125 | Date: Wed Feb 27 16:08:22 2008 -0600 | |
11126 | ||
11127 | net: uec_phy: actually increment the timeout counter | |
11128 | ||
11129 | allow u-boot to recover (and, e.g., switch to another interface) in the | |
11130 | case where a PHY does not report autonegotiation is complete within its | |
11131 | two second timeout value. | |
11132 | ||
11133 | Signed-off-by: Kim Phillips <[email protected]> | |
11134 | ||
11135 | commit 772003e43957ee0c895abed7cd82cbe72820cbb8 | |
11136 | Author: Markus Brunner <[email protected]> | |
11137 | Date: Wed Mar 5 21:38:12 2008 +0100 | |
11138 | ||
11139 | fix taihu soft spi_read | |
11140 | ||
11141 | The taihu board used gpio_read_out_bit which reads the output register and not | |
11142 | the pin state. | |
11143 | ||
11144 | Signed-off-by: Markus Brunner <[email protected]> | |
11145 | ||
11146 | commit fc84a8495ac750f6b4adae81f8c4f100f65b6340 | |
11147 | Author: Stefan Roese <[email protected]> | |
11148 | Date: Fri Mar 7 08:01:43 2008 +0100 | |
11149 | ||
11150 | ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables | |
11151 | ||
11152 | Signed-off-by: Stefan Roese <[email protected]> | |
11153 | ||
11154 | commit bd4458cb47abecabd406b1210457be96c69fc49d | |
11155 | Author: Dave Liu <[email protected]> | |
11156 | Date: Tue Mar 4 16:59:22 2008 +0800 | |
11157 | ||
11158 | 837xEMDS: Improve the system performance | |
11159 | ||
11160 | 1. Make the CSB bus pipeline depth as 4, and enable | |
11161 | the repeat mode; | |
11162 | 2. Raise the eTSEC emergency priority; | |
11163 | 3. Use the highest IP blocks clock. | |
11164 | ||
11165 | Signed-off-by: Dave Liu <[email protected]> | |
11166 | ||
11167 | commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4 | |
11168 | Author: Detlev Zundel <[email protected]> | |
11169 | Date: Thu Mar 6 16:45:53 2008 +0100 | |
11170 | ||
11171 | Replace "run load; run update" with conditionalized "run load update". | |
11172 | ||
11173 | The latter version stops when "run load" fails for whatever reasons | |
11174 | rendering the combination *a lot* more secure. | |
11175 | ||
11176 | Signed-off-by: Detlev Zundel <[email protected]> | |
11177 | ||
11178 | commit 6bc113886d7d316df1a4e459bec8baf027518551 | |
11179 | Author: Stefan Roese <[email protected]> | |
11180 | Date: Tue Mar 4 17:40:41 2008 +0100 | |
11181 | ||
11182 | net: Print error message upon net usage when no ethernet-interface is found | |
11183 | ||
11184 | This patch fixes a problem seen on PPC4xx boards, when no MAC address is | |
11185 | defined. Then no ethernet interface is available but a simple "tftp" | |
11186 | command will return without any error message which is quite confusing. | |
11187 | ||
11188 | Signed-off-by: Stefan Roese <[email protected]> | |
11189 | ||
11190 | commit a30a549a3553032d809e0356306b62de0b125901 | |
11191 | Author: Jon Loeliger <[email protected]> | |
11192 | Date: Tue Mar 4 10:03:03 2008 -0600 | |
11193 | ||
11194 | Remove erroneous or extra spd.h #includers. | |
11195 | ||
11196 | Many of the spd.h #includers don't need it, | |
11197 | and wanted to have spd_sdram() declared instead. | |
11198 | Since they didn't get that, some also had open | |
11199 | coded extern declarations of it instead or as well. | |
11200 | Fix it all up by using spd_sdram.h where needed. | |
11201 | ||
11202 | Signed-off-by: Jon Loeliger <[email protected]> | |
11203 | ||
11204 | commit a4475386cef14af3fd88f0518b688e755669486d | |
11205 | Author: Wolfgang Denk <[email protected]> | |
11206 | Date: Tue Mar 4 17:41:28 2008 +0100 | |
11207 | ||
11208 | PCS440EP: fix build problems (redundant #define) | |
11209 | ||
11210 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11211 | ||
11212 | commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9 | |
11213 | Author: Stefan Roese <[email protected]> | |
11214 | Date: Tue Mar 4 17:39:25 2008 +0100 | |
11215 | ||
11216 | net: Print error message upon net usage when no ethernet-interface is found | |
11217 | ||
11218 | This patch fixes a problem seen on PPC4xx boards, when no MAC address is | |
11219 | defined. Then no ethernet interface is available but a simple "tftp" | |
11220 | command will return without any error message which is quite confusing. | |
11221 | ||
11222 | Signed-off-by: Stefan Roese <[email protected]> | |
11223 | ||
11224 | commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53 | |
11225 | Author: Wolfgang Denk <[email protected]> | |
11226 | Date: Tue Mar 4 17:38:50 2008 +0100 | |
11227 | ||
11228 | W7OLMC/W7OLMG: fix build problems (redundant #define) | |
11229 | ||
11230 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11231 | ||
11232 | commit f9301e1cda296245ba052d7b08321199c3d0af9d | |
11233 | Author: Wolfgang Denk <[email protected]> | |
11234 | Date: Tue Mar 4 14:58:31 2008 +0100 | |
11235 | ||
11236 | Makefile: fix problem with out-of-tree builds introduced by 5013c09f | |
11237 | ||
11238 | Commit 5013c09f (Makefile: cleanup "clean" target) introduced a | |
11239 | problem for out-of-tree builds which caused "make clean" to fail. | |
11240 | ||
11241 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11242 | ||
11243 | commit dfece9500556bed5d8244b1c15d973cec7c25bfe | |
11244 | Author: Wolfgang Denk <[email protected]> | |
11245 | Date: Tue Mar 4 11:58:26 2008 +0100 | |
11246 | ||
11247 | examples/Makefile: build "hello_world" on 8xx, too. | |
11248 | ||
11249 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11250 | ||
11251 | commit 74eb0222594fd23aafdf168e60e872814eea8b62 | |
11252 | Author: Mike Nuss <[email protected]> | |
11253 | Date: Mon Mar 3 15:27:05 2008 -0500 | |
11254 | ||
11255 | PPC4xx (Sequoia): Fix Ethernet "remote fault" problems | |
11256 | ||
11257 | Every now and then a Sequoia board (or equivalent hardware) had | |
11258 | problems connecting to a Gigabit capable network interface. | |
11259 | ||
11260 | There were differences in the PHY setup between Linux and U-Boot. | |
11261 | ||
11262 | This patch fixes the problem. Apparently "remote fault" is being set, | |
11263 | which signals to some devices (on the other end of the cable) that a | |
11264 | fault has occurred, while other devices ignore it. I believe the RF bit | |
11265 | was causing the issue, but I removed T4 also, to match up with Linux. | |
11266 | ||
11267 | Signed-off-by: Mike Nuss <[email protected]> | |
11268 | ||
11269 | commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f | |
11270 | Author: Timur Tabi <[email protected]> | |
11271 | Date: Mon Mar 3 09:58:52 2008 -0600 | |
11272 | ||
11273 | fix QE firmware uploading limit | |
11274 | ||
11275 | Fix a typo in qe_upload_firmware() that prevented uploading firmware on | |
11276 | systems with more than one RISC core. | |
11277 | ||
11278 | Signed-off-by: Timur Tabi <[email protected]> | |
11279 | ||
11280 | commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a | |
11281 | Author: Bernhard Nemec <[email protected]> | |
11282 | Date: Mon Mar 3 11:57:23 2008 +0000 | |
11283 | ||
11284 | Fix endianess problem in cramfs code (cramfs is always host-endian in Linux) | |
11285 | ||
11286 | Originally pointed out by Laurent Pinchart <[email protected]>, | |
11287 | see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846 | |
11288 | ||
01db232d | 11289 | Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com> |
78a90f82 WD |
11290 | |
11291 | commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8 | |
11292 | Author: Kim B. Heino <[email protected]> | |
11293 | Date: Mon Mar 3 10:39:13 2008 +0200 | |
11294 | ||
11295 | fix copy from ram to dataflash | |
11296 | ||
11297 | If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash | |
11298 | routines instead of dataflash. This is because it checks "if source | |
11299 | address is not dataflash" instead of target address. | |
11300 | ||
11301 | Signed-off-by: Kim B. Heino <[email protected]> | |
11302 | ||
11303 | commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4 | |
11304 | Author: Wolfgang Denk <[email protected]> | |
11305 | Date: Mon Mar 3 12:16:44 2008 +0100 | |
11306 | ||
11307 | Fix quoting problem (preboot setting) in many board config files. | |
11308 | ||
11309 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11310 | ||
11311 | commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215 | |
11312 | Author: Wolfgang Denk <[email protected]> | |
11313 | Date: Mon Mar 3 12:36:49 2008 +0100 | |
11314 | ||
11315 | ADS5121: Fix default environment. | |
11316 | ||
11317 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11318 | ||
11319 | commit 91c82076ae492bb1f9d9c47a481314631d32dc8e | |
11320 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11321 | Date: Sun Mar 2 16:12:31 2008 +0100 | |
11322 | ||
11323 | Makefile: Fix missing unconfig and mkconfig use | |
11324 | ||
11325 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11326 | ||
11327 | commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d | |
11328 | Author: michael <[email protected]> | |
11329 | Date: Sun Mar 2 23:33:46 2008 +0100 | |
11330 | ||
11331 | Fix checking fat32 cluster size. | |
11332 | ||
11333 | This fixes the cluster size tests in the FAT32 file system. | |
11334 | The current implementation of VFAT support doesn't work if the | |
11335 | referred cluster has an offset > 16bit representation, causing | |
11336 | "fatload" and "fatls" commands etc. to fail. | |
11337 | ||
11338 | Signed-off-by: michael trimarchi <[email protected]> | |
11339 | ||
11340 | commit 661bad63a076a96c39c64f136915f146725af92b | |
11341 | Author: Wolfgang Denk <[email protected]> | |
11342 | Date: Sun Mar 2 22:57:23 2008 +0100 | |
11343 | ||
11344 | Prepare v1.3.2-rc2 release candidate | |
11345 | ||
11346 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11347 | ||
661bad63 WD |
11348 | commit 76957cb3d621bf664311908e5962e151c633c285 |
11349 | Author: Stefan Roese <[email protected]> | |
11350 | Date: Sat Mar 1 12:11:40 2008 +0100 | |
11351 | ||
11352 | ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1 | |
11353 | ||
11354 | The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But | |
11355 | currently 4k/2k is configured. This patch fixes this issue. | |
11356 | ||
11357 | Thanks to Thomas Kindler <[email protected]> for pointing this out. | |
11358 | ||
11359 | Signed-off-by: Stefan Roese <[email protected]> | |
11360 | ||
11361 | commit 118978c8eb43803e2794233922df4249fa278b83 | |
11362 | Author: Woodruff, Richard <[email protected]> | |
11363 | Date: Fri Feb 29 17:34:35 2008 -0600 | |
11364 | ||
11365 | Fix alignment error on ARM for modules | |
11366 | ||
11367 | Fix alignment fault on ARM when running modules. With out an explicit | |
11368 | linker file gcc4.2.1 will half word align __bss_start's value. The word | |
11369 | dereference will crash hello_world. | |
11370 | ||
11371 | signed-off-by Richard Woodruff <[email protected]> | |
11372 | ||
11373 | commit ce1120dd703e6f12c59e4eba9962356a0300b832 | |
11374 | Author: Dave Liu <[email protected]> | |
11375 | Date: Fri Feb 29 17:45:31 2008 +0800 | |
11376 | ||
11377 | fs: Fix ext2 read issue | |
11378 | ||
11379 | The ext2 aligned process will corrupt the key | |
11380 | data struct, the patch fix this. | |
11381 | ||
11382 | Signed-off-by: Dave Liu <[email protected]> | |
11383 | ||
11384 | commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e | |
11385 | Author: Wolfgang Denk <[email protected]> | |
11386 | Date: Sun Mar 2 22:45:33 2008 +0100 | |
11387 | ||
11388 | Makefile: cleanup "clean" target | |
11389 | ||
11390 | Make sure CDPATH settings cannot interfere. | |
11391 | Update CHANGELOG. | |
11392 | ||
11393 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11394 | ||
5013c09f WD |
11395 | commit ffda586fc1373243c9794babde69500f6293a8d8 |
11396 | Author: Li Yang <[email protected]> | |
11397 | Date: Fri Feb 29 11:46:05 2008 +0800 | |
11398 | ||
11399 | add cscope build target | |
11400 | ||
11401 | Add cscope build target to generate cscope database for code browsing. | |
11402 | ||
11403 | Signed-off-by: Li Yang <[email protected]> | |
11404 | ||
11405 | commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2 | |
11406 | Author: Kim Phillips <[email protected]> | |
11407 | Date: Wed Feb 27 15:06:39 2008 -0600 | |
11408 | ||
11409 | net: uec_phy: handle 88e1111 rev.B2 erratum 5.6 | |
11410 | ||
11411 | erratum 5.6 states the autoneg completion bit is functional only if the | |
11412 | autoneg bit is asserted. | |
11413 | ||
11414 | This fixes any secondarily-issued networking commands on non-gigabit | |
11415 | links on the mpc8360 mds board. | |
11416 | ||
11417 | Signed-off-by: Kim Phillips <[email protected]> | |
11418 | ||
11419 | commit 5f91db7f582ca17b1f19f10189c025696f333d2e | |
11420 | Author: John Rigby <[email protected]> | |
11421 | Date: Tue Feb 26 09:38:14 2008 -0700 | |
11422 | ||
11423 | MPC5121e ADS PCI support take 3 | |
11424 | ||
11425 | Adds PCI support for MPC5121 | |
11426 | ||
11427 | Tested with drivers/net/rtl8139.c | |
11428 | ||
11429 | Support is conditional since PCI on old silicon does not work. | |
11430 | ||
11431 | ads5121_PCI_config turns on PCI | |
11432 | ||
11433 | In this version, condition compilation of PCI code has been moved | |
11434 | from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as | |
11435 | suggested by Jean-Christophe PLAGNIOL-VILLARD | |
11436 | ||
11437 | Signed-off-by: John Rigby <[email protected]> | |
11438 | ||
11439 | commit 44b4dbed4133f657705b7c5193209da9978243a7 | |
11440 | Author: Anatolij Gustschin <[email protected]> | |
11441 | Date: Mon Feb 25 23:53:07 2008 +0100 | |
11442 | ||
11443 | Fix warnings while compilation of post/drivers/memory.c | |
11444 | ||
11445 | Fix warnings while compilation with new gcc in eldk-4.2 | |
11446 | ||
11447 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
11448 | ||
11449 | commit 4fae35a53b3e958254d6574a1cc7e10811fc6726 | |
11450 | Author: Anatolij Gustschin <[email protected]> | |
11451 | Date: Mon Feb 25 20:54:04 2008 +0100 | |
11452 | ||
11453 | ppc4xx: Fix problem in 4xx_enet.c driver | |
11454 | ||
11455 | U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is | |
11456 | enabled. To reproduce the problem ensure that 'ethrotate' | |
11457 | environment variable isn't set to "no" and then run | |
11458 | "tftp 200000 not_existent_file". | |
11459 | This patch tries to fix the issue. | |
11460 | ||
11461 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
11462 | ||
11463 | commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484 | |
11464 | Author: Anatolij Gustschin <[email protected]> | |
11465 | Date: Mon Feb 25 20:04:20 2008 +0100 | |
11466 | ||
11467 | POST: Disable cache while SPR POST | |
11468 | ||
11469 | Currently (since commit b2e2142c) u-boot crashes on | |
11470 | sequoia board while SPR test if CONFIG_4xx_DCACHE is | |
11471 | enabled. This patch disables the cache while SPR test. | |
11472 | ||
11473 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
11474 | ||
11475 | commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d | |
11476 | Author: Martin Krause <[email protected]> | |
11477 | Date: Mon Feb 25 17:52:40 2008 +0100 | |
11478 | ||
11479 | TQM5200: use automatic fdt memory fixup (part 2) | |
11480 | ||
11481 | Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, | |
11482 | TB5200 and TB5200_B to fixup the /memory node with the memory values | |
11483 | detected by U-Boot. | |
11484 | ||
11485 | Signed-off-by: Martin Krause <[email protected]> | |
11486 | ||
11487 | commit 44ceec253ea941b301abf4b079d52324def69d92 | |
11488 | Author: Martin Krause <[email protected]> | |
11489 | Date: Mon Feb 25 15:17:05 2008 +0100 | |
11490 | ||
11491 | TQM5200: use automatic fdt memory fixup | |
11492 | ||
11493 | Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, | |
11494 | TB5200 and TB5200_B to fixup the /memory node with the memory values | |
11495 | detected by U-Boot. | |
11496 | ||
11497 | Signed-off-by: Martin Krause <[email protected]> | |
11498 | ||
11499 | commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a | |
11500 | Author: Martin Krause <[email protected]> | |
11501 | Date: Mon Feb 25 13:27:52 2008 +0100 | |
11502 | ||
11503 | TQM5200: fix bug in SDRAM initialization code | |
11504 | ||
11505 | This patch fixes a bug in the SDRAM initialization code for the | |
11506 | TQM5200. The hi_addr bit is now set correctly. Without this patch | |
11507 | the hi_addr bit is always set to 1, if the second SDRAM bank is | |
11508 | not populated. | |
11509 | ||
11510 | For other MPC5200 boards a correspondig patch has already been applied | |
11511 | some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c. | |
11512 | ||
11513 | Signed-off-by: Martin Krause <[email protected]> | |
11514 | -- | |
11515 | Forget the first patch please. I confused flash with SDRAM in | |
11516 | the comment ... | |
11517 | ||
11518 | commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1 | |
11519 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11520 | Date: Mon Feb 25 00:03:12 2008 +0100 | |
11521 | ||
11522 | mx1fs2/flash: Fix multiple compiler warnings | |
11523 | ||
11524 | "pointer targets in assignment differ in signedness" | |
11525 | ||
11526 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11527 | ||
11528 | commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2 | |
11529 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11530 | Date: Mon Feb 25 00:03:11 2008 +0100 | |
11531 | ||
11532 | arm-imx: Fix register definitions | |
11533 | ||
11534 | Sync register definitions with linux | |
11535 | ||
11536 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11537 | ||
11538 | commit c9bcf75fecc58886af77d2a571cff2eab39eab6f | |
11539 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11540 | Date: Mon Feb 25 00:03:10 2008 +0100 | |
11541 | ||
11542 | actua1/actua2/actua3: Fix multiple unused variable warnings | |
11543 | ||
11544 | - actua1: | |
11545 | actux1.c: In function 'checkboard': | |
11546 | actux1.c:92: warning: unused variable 'revision' | |
11547 | ||
11548 | - actua2: | |
11549 | actux2.c: In function 'checkboard': | |
11550 | actux2.c:100: warning: unused variable 's' | |
11551 | actux2.c:99: warning: unused variable 'revision' | |
11552 | actux2.c: In function 'reset_phy': | |
11553 | actux2.c:130: warning: unused variable 'i' | |
11554 | ||
11555 | - actua3: | |
11556 | actux3.c: In function 'checkboard': | |
11557 | actux3.c:114: warning: unused variable 'revision' | |
11558 | ||
11559 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11560 | ||
11561 | commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd | |
11562 | Author: Shinya Kuribayashi <[email protected]> | |
11563 | Date: Sun Feb 24 11:44:29 2008 +0900 | |
11564 | ||
11565 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. | |
11566 | ||
11567 | The previous patch was lacking of i386, microblaze, nios and nios2. This | |
11568 | patch tries to fix them. | |
11569 | ||
11570 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
11571 | ||
438a4c11 WD |
11572 | commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95 |
11573 | Author: Marian Balakowicz <[email protected]> | |
11574 | Date: Fri Feb 29 22:22:46 2008 +0100 | |
11575 | ||
11576 | [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() | |
11577 | ||
11578 | Do not use global fdt blob pointer, calculate blob size from routine | |
11579 | argument blob pointer. | |
11580 | ||
11581 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11582 | ||
11583 | commit d1cc52879c8966507dad9fb575481e6d3985e64e | |
11584 | Author: David Gibson <[email protected]> | |
11585 | Date: Tue Feb 12 00:58:31 2008 +1100 | |
11586 | ||
11587 | libfdt: Add and use a node iteration helper function. | |
11588 | ||
11589 | This patch adds an fdt_next_node() function which can be used to | |
11590 | iterate through nodes of the tree while keeping track of depth. This | |
11591 | function is used to simplify the iteration code in a lot of other | |
11592 | functions, and is also exported for use by library users. | |
11593 | ||
11594 | Signed-off-by: David Gibson <[email protected]> | |
11595 | ||
11596 | commit 8cf30809a82902a471866d2f07725ce3b8a22291 | |
11597 | Author: Bartlomiej Sieka <[email protected]> | |
11598 | Date: Fri Feb 29 16:00:24 2008 +0100 | |
11599 | ||
11600 | [new uImage] Add libfdt support to mkimage | |
11601 | ||
11602 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
11603 | ||
11604 | commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9 | |
11605 | Author: Bartlomiej Sieka <[email protected]> | |
11606 | Date: Fri Feb 29 16:00:23 2008 +0100 | |
11607 | ||
11608 | [new uImage] Add sha1.o object to mkimage binary build | |
11609 | ||
11610 | Signed-off-by: Bartlomiej Sieka <[email protected]> | |
11611 | ||
11612 | commit df6f1b895c997978f03afe04502ee76b7ba34ab9 | |
11613 | Author: Marian Balakowicz <[email protected]> | |
11614 | Date: Fri Feb 29 16:00:06 2008 +0100 | |
11615 | ||
11616 | [new uImage] Fix component handling for legacy multi component images | |
11617 | ||
11618 | Use uint32_t when accessing size table in image_multi_count() and | |
11619 | image_multi_getimg() for multi component images. | |
11620 | ||
11621 | Add missing uimage_to_cpu() endianness conversion. | |
11622 | ||
11623 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11624 | ||
11625 | commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248 | |
11626 | Author: Marian Balakowicz <[email protected]> | |
11627 | Date: Fri Feb 29 15:59:59 2008 +0100 | |
11628 | ||
11629 | [new uImage] Share common uImage code between mkimage and U-boot | |
11630 | ||
11631 | This patch adds the following common routines: | |
11632 | ||
11633 | 1) Dedicated mkimage print_header() is replaced with common | |
11634 | image_print_contents() | |
11635 | image_print_contents_noindent() | |
11636 | ||
11637 | 2) Common os/arch/type/comp fields name <--> id translation routines | |
11638 | genimg_get_os_name() | |
11639 | genimg_get_arch_name() | |
11640 | genimg_get_type_name() | |
11641 | genimg_get_comp_name() | |
11642 | genimg_get_os_id() | |
11643 | genimg_get_arch_id() | |
11644 | genimg_get_type_id() | |
11645 | genimg_get_comp_id() | |
11646 | ||
11647 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11648 | ||
11649 | commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6 | |
11650 | Author: Marian Balakowicz <[email protected]> | |
11651 | Date: Fri Feb 29 14:58:34 2008 +0100 | |
11652 | ||
11653 | [new uImage] Update naming convention for bootm/uImage related code | |
11654 | ||
11655 | This patch introduces the following prefix convention for the | |
11656 | image format handling and bootm related code: | |
11657 | ||
11658 | genimg_ - dual format shared code | |
11659 | image_ - legacy uImage format specific code | |
11660 | fit_ - new uImage format specific code | |
11661 | boot_ - booting process related code | |
11662 | ||
11663 | Related routines are renamed and a few pieces of code are moved around and | |
11664 | re-grouped. | |
11665 | ||
11666 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11667 | ||
11668 | commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276 | |
11669 | Author: Kumar Gala <[email protected]> | |
11670 | Date: Wed Feb 27 21:51:51 2008 -0600 | |
11671 | ||
11672 | [new uImage] Respect autostart setting in linux bootm | |
11673 | ||
11674 | Signed-off-by: Kumar Gala <[email protected]> | |
11675 | Acked-by: Marian Balakowicz <[email protected]> | |
11676 | ||
11677 | commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb | |
11678 | Author: Kumar Gala <[email protected]> | |
11679 | Date: Wed Feb 27 21:51:50 2008 -0600 | |
11680 | ||
11681 | [new uImage] Provide ability to restrict region used for boot images | |
11682 | ||
11683 | Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way | |
11684 | to restrict what memory range is used for bootm. | |
11685 | ||
11686 | Signed-off-by: Kumar Gala <[email protected]> | |
11687 | Acked-by: Marian Balakowicz <[email protected]> | |
11688 | ||
11689 | commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da | |
11690 | Author: Kumar Gala <[email protected]> | |
11691 | Date: Wed Feb 27 21:51:49 2008 -0600 | |
11692 | ||
11693 | [new uImage] Use lmb for bootm allocations | |
11694 | ||
11695 | Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd() | |
11696 | functions over to using lmb for allocation of the ramdisk, command line | |
11697 | and kernel bd info. | |
11698 | ||
11699 | Convert PPC specific fdt_relocate() to use lmb for allocation of the device | |
11700 | tree. | |
11701 | ||
11702 | Provided a weak function that board code can call to do additional | |
11703 | lmb reserves if needed. | |
11704 | ||
11705 | Also introduce the concept of bootmap_base to specify the offset in | |
11706 | physical memory that the bootmap is located at. This is used for | |
11707 | allocations of the cmdline, kernel bd, and device tree as they should | |
11708 | be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ. | |
11709 | ||
11710 | Signed-off-by: Kumar Gala <[email protected]> | |
11711 | ||
11712 | commit f5614e7926863bf0225ec860d9b319741a9c4004 | |
11713 | Author: Kumar Gala <[email protected]> | |
11714 | Date: Wed Feb 27 21:51:48 2008 -0600 | |
11715 | ||
11716 | [new uImage] Add autostart flag to bootm_headers structure | |
11717 | ||
11718 | The autostart env variable was dropped as part of the initial new uImage | |
11719 | cleanup. Add it back here so the arch specific code can decide if it | |
11720 | wants to really boot or not. | |
11721 | ||
11722 | Signed-off-by: Kumar Gala <[email protected]> | |
11723 | Acked-by: Marian Balakowicz <[email protected]> | |
11724 | ||
11725 | commit 4ed6552f715983bfc7d212c1199a1f796f1144ad | |
11726 | Author: Kumar Gala <[email protected]> | |
11727 | Date: Wed Feb 27 21:51:47 2008 -0600 | |
11728 | ||
11729 | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images | |
11730 | ||
11731 | Introduce the LMB lib used on PPC in the kernel as a clean way to manage | |
11732 | the memory spaces used by various boot images and structures. This code | |
11733 | will allow us to simplify the code in bootm and its support functions. | |
11734 | ||
11735 | Signed-off-by: Kumar Gala <[email protected]> | |
11736 | ||
11737 | commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904 | |
11738 | Author: Kumar Gala <[email protected]> | |
11739 | Date: Tue Feb 19 22:03:47 2008 -0600 | |
11740 | ||
11741 | [new uImage] ppc: Allow boards to specify effective amount of memory | |
11742 | ||
11743 | For historical reasons we limited the stack to 256M because some boards | |
11744 | could only map that much via BATS. However newer boards are capable of | |
11745 | mapping more memory (for example 85xx is capable of doing up to 2G). | |
11746 | ||
11747 | Signed-off-by: Kumar Gala <[email protected]> | |
11748 | Acked-by: Marian Balakowicz <[email protected]> | |
11749 | ||
11750 | commit 274cea2bddbca10cdad7daa518951b75c44ef6bc | |
11751 | Author: Kumar Gala <[email protected]> | |
11752 | Date: Wed Feb 27 21:51:46 2008 -0600 | |
11753 | ||
11754 | [new uImage] rework error handling so common functions don't reset | |
11755 | ||
11756 | Changed image_get_ramdisk() to just return NULL on error and have | |
11757 | get_ramdisk() propogate that error to the caller. It's left to the | |
11758 | caller to call do_reset() if it wants to. | |
11759 | ||
11760 | Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc | |
11761 | to a common location. In the future we will change get_fdt() and | |
11762 | fdt_relocate() to return success/failure and not call do_reset() at all. | |
11763 | ||
11764 | Signed-off-by: Kumar Gala <[email protected]> | |
11765 | Acked-by: Marian Balakowicz <[email protected]> | |
11766 | ||
11767 | commit d2bc095a639672def11d5d043b5688d0dbd692ec | |
11768 | Author: Kumar Gala <[email protected]> | |
11769 | Date: Wed Feb 27 21:51:45 2008 -0600 | |
11770 | ||
11771 | [new uImage] ppc: Re-order ramdisk/fdt handling sequence | |
11772 | ||
11773 | Doing the fdt before the ramdisk allows us to grow the fdt w/o concern | |
11774 | however it does mean we have to go in and fixup the initrd info since | |
11775 | we don't know where it will be. | |
11776 | ||
11777 | Signed-off-by: Kumar Gala <[email protected]> | |
11778 | ||
11779 | commit 27953493ef025fb698d68c5dee39b36f01f4d530 | |
11780 | Author: Kumar Gala <[email protected]> | |
11781 | Date: Wed Feb 27 21:51:44 2008 -0600 | |
11782 | ||
11783 | [new uImage] ppc: Determine if we are booting an OF style | |
11784 | ||
11785 | If we are bootin OF style than we can skip setting up some things | |
11786 | that are used for the old boot method. | |
11787 | ||
11788 | Signed-off-by: Kumar Gala <[email protected]> | |
11789 | Acked-by: Marian Balakowicz <[email protected]> | |
11790 | ||
11791 | commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb | |
11792 | Author: Kumar Gala <[email protected]> | |
11793 | Date: Wed Feb 27 21:51:43 2008 -0600 | |
11794 | ||
11795 | [new uImage] Don't pass kdb to ramdisk_high since we may not have one | |
11796 | ||
11797 | We don't actually need the kdb param as we are just using it to get | |
11798 | bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we | |
11799 | boot via OF we might not actually fill out a kdb. | |
11800 | ||
11801 | Signed-off-by: Kumar Gala <[email protected]> | |
11802 | Acked-by: Marian Balakowicz <[email protected]> | |
11803 | ||
11804 | commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775 | |
5013c09f WD |
11805 | Author: Kumar Gala <[email protected]> |
11806 | Date: Wed Feb 27 16:30:47 2008 -0600 | |
11807 | ||
11808 | 85xx: Don't icbi when unlocking the cache | |
11809 | ||
11810 | There is no reason to icbi when invalidating the temporary stack in | |
11811 | the d-cache. Its impossible on e500 to have the i-cache contain | |
11812 | any addresses in the temp stack and it can be problematic in generating | |
11813 | transactions on the bus to non-valid addresses. | |
11814 | ||
11815 | Signed-off-by: Kumar Gala <[email protected]> | |
11816 | ||
11817 | commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6 | |
11818 | Author: Andy Fleming <[email protected]> | |
11819 | Date: Wed Feb 27 15:50:50 2008 -0600 | |
11820 | ||
11821 | Fix source for ECM error IVPR | |
11822 | ||
11823 | The source vector for the ECM was being set to 2, | |
11824 | but that's what the source vector for DDR was being | |
11825 | set to. Change it to 1. | |
11826 | ||
11827 | Signed-off-by: Andy Fleming <[email protected]> | |
11828 | ||
11829 | commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923 | |
11830 | Author: Andy Fleming <[email protected]> | |
11831 | Date: Wed Feb 27 14:29:58 2008 -0600 | |
11832 | ||
11833 | Invalidate INIT_RAM TLB mappings | |
11834 | ||
11835 | Commit 0db37dc... (and some others) changed the INIT_RAM TLB | |
11836 | mappings to be unguarded. This collided with an existing "bug" | |
11837 | where the mappings for the INIT_RAM were being kept around. | |
11838 | This meant that speculative loads to those addresses were | |
11839 | succeeding in the TLB, and going out to the bus, where they | |
11840 | were causing an exception (there's nothing at that address). The | |
11841 | Flash code was coincidentally causing such a speculative load. | |
11842 | Rather than go back to mapping the INIT RAM as guarded, we fix | |
11843 | it so that the entries for the INIT_RAM are invalidated. Thus | |
11844 | the speculative loads will fail in the TLB, and have no effect. | |
11845 | ||
11846 | Signed-off-by: Andy Fleming <[email protected]> | |
11847 | ||
11848 | commit 347b7938d3e561eb215aa386c37fb5acb5a383c6 | |
11849 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11850 | Date: Sun Feb 17 22:56:17 2008 +0100 | |
11851 | ||
11852 | sbc8548: Fix Revision reading and unused variable 'path' | |
11853 | ||
11854 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11855 | ||
11856 | commit 495d162374c472f46454453553382ad0735dc725 | |
11857 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11858 | Date: Sun Feb 17 22:56:16 2008 +0100 | |
11859 | ||
11860 | sbc8548: Fix cfi flash bank declaration | |
11861 | ||
11862 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11863 | ||
438a4c11 WD |
11864 | commit 4efbe9dbb129f857f27856936112c8c02f016be6 |
11865 | Author: Marian Balakowicz <[email protected]> | |
11866 | Date: Wed Feb 27 11:02:26 2008 +0100 | |
11867 | ||
11868 | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled | |
11869 | ||
11870 | Dual format image code must properly handle all three FDT passing methods: | |
11871 | - raw FDT blob passed | |
11872 | - FDT blob embedded in the legacy uImage | |
11873 | - FDT blob embedded in the new uImage | |
11874 | ||
11875 | This patch enables proper raw FDT handling when no FIT imaeg support | |
11876 | is compiled in. This is a bit tricky as we must dected FIT format even | |
11877 | when FIT uImage handling is not enabled as both FIT uImages and raw FDT | |
11878 | blobs use tha same low level format (libfdt). | |
11879 | ||
11880 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11881 | ||
11882 | commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8 | |
11883 | Author: Marian Balakowicz <[email protected]> | |
11884 | Date: Wed Feb 27 11:02:26 2008 +0100 | |
11885 | ||
11886 | [new uImage] POWERPC: Add image_get_fdt() routine | |
11887 | ||
11888 | FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage | |
11889 | (3) or embedded in the new uImage. For the (2) case embedding image must be | |
11890 | verified before we get FDT from it. This patch factors out legacy image | |
11891 | specific verification routine to the separate helper routine. | |
11892 | ||
11893 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11894 | Acked-by: Kumar Gala <[email protected]> | |
11895 | ||
11896 | commit 1efd43601f90de21ec6c0ebb9880823e822927b1 | |
11897 | Author: Marian Balakowicz <[email protected]> | |
11898 | Date: Wed Feb 27 11:02:07 2008 +0100 | |
11899 | ||
11900 | [new uImage] Add image_get_kernel() routine | |
11901 | ||
11902 | Legacy image specific verification is factored out to a separate helper | |
11903 | routine to keep get_kernel() generic and simple. | |
11904 | ||
11905 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11906 | Acked-by: Kumar Gala <[email protected]> | |
11907 | ||
11908 | commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658 | |
11909 | Author: Marian Balakowicz <[email protected]> | |
11910 | Date: Wed Feb 27 11:01:04 2008 +0100 | |
11911 | ||
11912 | [new uImage] Move image verify flag to bootm_headers structure | |
11913 | ||
11914 | Do not pass image verification flag directly to related routines. | |
11915 | Simplify argument passing and move it to the bootm_header structure which | |
11916 | contains curently processed image specific data and is already being passed | |
11917 | on the argument list. | |
11918 | ||
11919 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11920 | Acked-by: Kumar Gala <[email protected]> | |
11921 | ||
11922 | commit 823afe7cefe00dafefc6696c1cc7aa828c394234 | |
11923 | Author: Marian Balakowicz <[email protected]> | |
11924 | Date: Wed Feb 27 11:00:47 2008 +0100 | |
11925 | ||
11926 | [Makefile] Sort COBJS in lib_<arch> Makefiles | |
11927 | ||
11928 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11929 | ||
11930 | commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91 | |
11931 | Author: Marian Balakowicz <[email protected]> | |
11932 | Date: Wed Feb 27 11:00:47 2008 +0100 | |
11933 | ||
11934 | [new uImage] Optimize gen_get_image() flow control | |
11935 | ||
11936 | When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing | |
11937 | to do, update its control flow to better reflect that simple case. | |
11938 | ||
11939 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11940 | Acked-by: Kumar Gala <[email protected]> | |
11941 | ||
11942 | commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca | |
11943 | Author: Marian Balakowicz <[email protected]> | |
11944 | Date: Mon Feb 4 08:28:17 2008 +0100 | |
11945 | ||
11946 | [new uImage] POWERPC: Split get_fdt() into get and relocate routines | |
11947 | ||
11948 | PPC specific FDT blob handling code is divided into two separate routines: | |
11949 | ||
11950 | get_fdt() - find and verify a FDT blob (either raw or image embedded) | |
11951 | fdt_relocate() - move FDT blob to within BOOTMAP if needed | |
11952 | ||
11953 | Signed-off-by: Marian Balakowicz <[email protected]> | |
11954 | Acked-by: Kumar Gala <[email protected]> | |
11955 | ||
5013c09f WD |
11956 | commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817 |
11957 | Author: Jon Loeliger <[email protected]> | |
11958 | Date: Mon Feb 25 13:13:37 2008 -0600 | |
11959 | ||
11960 | 86xx: Fix renamed GUR symbols in sbc8641d board. | |
11961 | ||
11962 | Back in commit a551cee99ad1d1da20fd23ad265de47448852f56 | |
11963 | (86xx: Fix GUR PCI config registers properly), we should have | |
11964 | changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL | |
11965 | symbols in the sbc8641d board as well. Fix this oversight. | |
11966 | ||
11967 | Signed-off-by: Jon Loeliger <[email protected]> | |
11968 | ||
11969 | commit 64cd594e623c39f73964d18787763e4533f791f7 | |
11970 | Author: Stefan Roese <[email protected]> | |
11971 | Date: Mon Feb 25 16:50:48 2008 +0100 | |
11972 | ||
11973 | ppc4xx: Fix acadia_nand build problem | |
11974 | ||
11975 | Don't include testdram() on NAND-booting target acadia_nand. This saves | |
11976 | a few bytes and makes the target build clean again. | |
11977 | ||
11978 | Signed-off-by: Stefan Roese <[email protected]> | |
11979 | ||
11980 | commit 14e099e698d41e8179d05c2b2dbcf704a236f748 | |
11981 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11982 | Date: Sun Feb 24 23:03:12 2008 +0000 | |
11983 | ||
11984 | mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness | |
11985 | ||
11986 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11987 | ||
11988 | commit 724902c8464e610642b3a170278b99710325888e | |
11989 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11990 | Date: Sun Feb 24 23:03:11 2008 +0000 | |
11991 | ||
11992 | arm-imx: Fix registers definition | |
11993 | ||
11994 | Sync registers definition with linux | |
11995 | ||
11996 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
11997 | ||
11998 | commit 4cd288b589ea1178947c6e364453c32b3dede6b7 | |
11999 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12000 | Date: Sun Feb 24 23:03:10 2008 +0000 | |
12001 | ||
12002 | actua1/actua2/actua3: Fix multipleunused variable | |
12003 | ||
12004 | - actua1: | |
12005 | actux1.c: In function 'checkboard': | |
12006 | actux1.c:92: warning: unused variable 'revision' | |
12007 | ||
12008 | - actua2: | |
12009 | actux2.c: In function 'checkboard': | |
12010 | actux2.c:100: warning: unused variable 's' | |
12011 | actux2.c:99: warning: unused variable 'revision' | |
12012 | actux2.c: In function 'reset_phy': | |
12013 | actux2.c:130: warning: unused variable 'i' | |
12014 | ||
12015 | - actua3: | |
12016 | actux3.c: In function 'checkboard': | |
12017 | actux3.c:114: warning: unused variable 'revision' | |
12018 | ||
12019 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12020 | ||
438a4c11 WD |
12021 | commit d5934ad7756f038a393a9cfab76a4fe306d9d930 |
12022 | Author: Marian Balakowicz <[email protected]> | |
12023 | Date: Mon Feb 4 08:28:09 2008 +0100 | |
12024 | ||
12025 | [new uImage] Add dual format uImage support framework | |
12026 | ||
12027 | This patch adds framework for dual format images. Format detection is added | |
12028 | and the bootm controll flow is updated to include cases for new FIT format | |
12029 | uImages. | |
12030 | ||
12031 | When the legacy (image_header based) format is detected appropriate | |
12032 | legacy specific handling is invoked. For the new (FIT based) format uImages | |
12033 | dual boot framework has a minial support, that will only print out a | |
12034 | corresponding debug messages. Implementation of the FIT specific handling will | |
12035 | be added in following patches. | |
12036 | ||
12037 | Signed-off-by: Marian Balakowicz <[email protected]> | |
12038 | ||
5013c09f WD |
12039 | commit b29661fc1151077776454288051bc9a488351ce8 |
12040 | Author: Wolfgang Denk <[email protected]> | |
12041 | Date: Sun Feb 24 15:21:36 2008 +0100 | |
12042 | ||
12043 | Coding style cleanup. Prepare v1.3.2-rc2 release candidate | |
12044 | ||
12045 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12046 | ||
b29661fc WD |
12047 | commit 00b48a48424894daa589d166d73277830b1c6ac4 |
12048 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12049 | Date: Sat Feb 23 12:15:56 2008 +0100 | |
12050 | ||
12051 | ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected | |
12052 | ||
12053 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12054 | ||
12055 | commit b075d74efb70ff68c49a2532f26b56d6703b69c1 | |
12056 | Author: Shinya Kuribayashi <[email protected]> | |
12057 | Date: Sat Feb 23 17:24:16 2008 +0900 | |
12058 | ||
12059 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. | |
12060 | ||
12061 | ---------------------------------------------------------------- | |
12062 | Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)] | |
12063 | ||
12064 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on | |
12065 | 32bit targets. | |
12066 | ||
12067 | GCC can be made to warn about usage of long long types with ISO C90 | |
12068 | (-ansi), but only with -pedantic. You can write this in a way that even | |
12069 | then it doesn't cause warnings, namely by: | |
12070 | ||
12071 | #ifdef __GNUC__ | |
12072 | __extension__ typedef __signed__ long long __s64; | |
12073 | __extension__ typedef unsigned long long __u64; | |
12074 | #endif | |
12075 | ||
12076 | The __extension__ keyword in front of this switches off any pedantic | |
12077 | warnings for this expression. | |
12078 | ||
12079 | Signed-off-by: Olaf Hering <[email protected]> | |
12080 | Cc: <[email protected]> | |
12081 | Signed-off-by: Andrew Morton <[email protected]> | |
12082 | Signed-off-by: Linus Torvalds <[email protected]> | |
12083 | ---------------------------------------------------------------- | |
12084 | ||
12085 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12086 | ||
12087 | commit 208acd112e6517b21fc30c420396902b103563ac | |
12088 | Author: Shinya Kuribayashi <[email protected]> | |
12089 | Date: Sat Feb 23 17:07:57 2008 +0900 | |
12090 | ||
12091 | cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. | |
12092 | ||
12093 | This will reduce the build time. | |
12094 | ||
12095 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12096 | ||
12097 | commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4 | |
12098 | Author: Shinya Kuribayashi <[email protected]> | |
12099 | Date: Sat Feb 23 17:05:00 2008 +0900 | |
12100 | ||
12101 | cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. | |
12102 | ||
12103 | This will reduce the build time. | |
12104 | ||
12105 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12106 | ||
12107 | commit e682ba399a1d76f09d8cc7af1e57066f1d360d91 | |
12108 | Author: Shinya Kuribayashi <[email protected]> | |
12109 | Date: Sat Feb 23 16:58:41 2008 +0900 | |
12110 | ||
12111 | cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. | |
12112 | ||
12113 | This reduces the build time by ~10%. Here's the gth2_config example. | |
12114 | ||
12115 | BEFORE AFTER | |
12116 | real 0m31.441s 0m27.833s | |
12117 | user 0m24.766s 0m23.045s | |
12118 | sys 0m10.425s 0m7.468s | |
12119 | ||
12120 | Signed-off-by: Shinya Kuribayashi <[email protected]> | |
12121 | ||
12122 | commit 02409f8cf54c7cd91981f0dfec135dbf3858090c | |
12123 | Author: Marcel Moolenaar <[email protected]> | |
12124 | Date: Fri Feb 22 10:48:07 2008 -0800 | |
12125 | ||
12126 | make define2mk.sed work on FreeBSD | |
12127 | ||
12128 | In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", | |
12129 | the define2mk.sed script was identified as the source of the link | |
12130 | failure on FreeBSD. The problem is that sed(1) does not always support | |
12131 | the '+' operator. It isn't on FreeBSD. The attach patch implements the | |
12132 | equivalent, using the '*' operator instead and should work everywhere. | |
12133 | ||
12134 | Signed-off-by: Marcel Moolenaar <[email protected]> | |
12135 | ||
12136 | commit e5084af8ded58453cd07ec1af8b0f29f34122bbc | |
12137 | Author: Detlev Zundel <[email protected]> | |
12138 | Date: Fri Feb 22 17:21:32 2008 +0100 | |
12139 | ||
12140 | Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. | |
12141 | ||
12142 | The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove | |
12143 | final traces of long-deprecated "ramdisk" kernel parm") makes these | |
12144 | changes neccessary. | |
12145 | ||
12146 | Signed-off-by: Detlev Zundel <[email protected]> | |
12147 | ||
12148 | commit d01b847c5cd070895c4ba178c85cd068a95cf7cd | |
12149 | Author: Larry Johnson <[email protected]> | |
12150 | Date: Thu Feb 21 13:58:16 2008 -0500 | |
12151 | ||
12152 | LM75 bug fix for negative temperatures | |
12153 | ||
12154 | When the LM75 temperature sensor measures a temperature below 0 C, the | |
12155 | current driver does not perform sign extension, so the result returned is | |
12156 | 256 C too high. This patch fixes the problem. | |
12157 | ||
12158 | Signed-off-by: Larry Johnson <[email protected]> | |
12159 | ||
12160 | commit 5a910c224b13e413bda41922379add6d75c32da3 | |
12161 | Author: Heiko Schocher <[email protected]> | |
12162 | Date: Thu Feb 21 18:33:45 2008 +0100 | |
12163 | ||
12164 | IDS8247: update MAINTAINER entry. | |
12165 | ||
12166 | Signed-off-by: Heiko Schocher <[email protected]> | |
12167 | ||
12168 | commit 79eac2bfb591f2b028ec1735049dc91e4320de4a | |
12169 | Author: Heiko Schocher <[email protected]> | |
12170 | Date: Thu Feb 21 18:31:15 2008 +0100 | |
12171 | ||
12172 | Fix device tree for mgsuvd board. | |
12173 | ||
12174 | Rename the "scc" node in "ethernet" for the mgsuvd board. | |
12175 | ||
12176 | Signed-off-by: Heiko Schocher <[email protected]> | |
12177 | ||
12178 | commit 2e721094a70a52206af2e1bf1208d9a7131f6dad | |
12179 | Author: Yuri Tikhonov <[email protected]> | |
12180 | Date: Thu Feb 21 14:23:42 2008 +0100 | |
12181 | ||
12182 | lwmon5: enable hardware watchdog | |
12183 | ||
12184 | Some boards (e.g. lwmon5) may use rather small watchdog intervals, so | |
12185 | causing it to reboot the board if U-Boot does a long busy-wait with | |
12186 | udelay(). Thus, for these boards we have to restart WD more | |
12187 | frequently. | |
12188 | ||
12189 | This patch splits the busy-wait udelay() into smaller, predefined, | |
12190 | intervals, so that the watchdog timer may be resetted with the | |
12191 | configurable (CONFIG_WD_PERIOD) interval. | |
12192 | ||
12193 | Signed-off-by: Yuri Tikhonov <[email protected]> | |
12194 | ||
12195 | commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d | |
12196 | Author: Anatolij Gustschin <[email protected]> | |
12197 | Date: Thu Feb 21 12:52:29 2008 +0100 | |
12198 | ||
12199 | ppc4xx: Support for ATI Radeon 9200 card on sequoia | |
12200 | ||
12201 | Adds configuration option for ATI Radeon 9200 card | |
12202 | support to sequoia config file. If CONFIG_VIDEO | |
12203 | is enabled, TEXT_BASE should be changed to 0xFFF80000. | |
12204 | ||
12205 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
12206 | ||
12207 | commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7 | |
12208 | Author: Kumar Gala <[email protected]> | |
12209 | Date: Mon Feb 18 08:18:07 2008 -0600 | |
12210 | ||
12211 | Remove duplicate defines for ARRAY_SIZE | |
12212 | ||
12213 | A few duplicate of the ARRAY_SIZE macro sneaked in since we put | |
12214 | the define in common.h. | |
12215 | ||
12216 | Signed-off-by: Kumar Gala <[email protected]> | |
12217 | ||
12218 | commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a | |
12219 | Author: Kumar Gala <[email protected]> | |
12220 | Date: Mon Feb 18 08:09:37 2008 -0600 | |
12221 | ||
12222 | ppc: Allow boards to specify effective amount of memory | |
12223 | ||
12224 | For historical reasons we limited the stack to 256M because some boards | |
12225 | could only map that much via BATS. However newer boards are capable of | |
12226 | mapping more memory (for example 85xx is capable of doing up to 2G). | |
12227 | ||
12228 | Signed-off-by: Kumar Gala <[email protected]> | |
12229 | ||
12230 | commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b | |
12231 | Author: Mike Frysinger <[email protected]> | |
12232 | Date: Mon Feb 18 05:24:13 2008 -0500 | |
12233 | ||
12234 | include autoconf.mk before any other .mk files | |
12235 | ||
12236 | This bumps the autoconf.mk include step above board/cpu/arch/etc... so that | |
12237 | those .mk files can have make if statements based on the current config. | |
12238 | ||
12239 | Signed-off-by: Mike Frysinger <[email protected]> | |
12240 | ||
12241 | commit 16fe77752eee099b9fb61ed73460e51cc94b37ba | |
12242 | Author: Mike Frysinger <[email protected]> | |
12243 | Date: Mon Feb 18 05:10:07 2008 -0500 | |
12244 | ||
12245 | error check autoconf.mk generation | |
12246 | ||
12247 | If any of the steps for generating autoconf.mk fail currently, they go | |
12248 | unnoticed. To fix, we can simply add 'set -e' to the long list of commands. | |
12249 | This is simpler and more robust than placing '|| exit $$?' after every line. | |
12250 | ||
12251 | Signed-off-by: Mike Frysinger <[email protected]> | |
12252 | ||
12253 | commit 019895a8dee71a9f00da05c03e379f45d581b0fe | |
12254 | Author: Stefano Babic <[email protected]> | |
12255 | Date: Mon Feb 18 08:03:51 2008 +0100 | |
12256 | ||
12257 | Fix bug in dependency checking | |
12258 | ||
12259 | By adding VERSION_FILE to the PHONY targets the script | |
12260 | /tools/setlocalversion is always called and version_autogenerated.h | |
12261 | is replaced only if the script find a modified source file. | |
12262 | ||
12263 | Signed-off-by: Stefano Babic <[email protected]> | |
12264 | ||
12265 | commit 98ba144ccc912eee90dd42699f023c497ce774c6 | |
12266 | Author: Kyungmin Park <[email protected]> | |
12267 | Date: Mon Feb 18 14:35:43 2008 +0900 | |
12268 | ||
12269 | Fix GPMC CS2 memory setup at apollon | |
12270 | ||
12271 | It disables the current map first | |
12272 | ||
12273 | Signed-off-by: Kyungmin Park <[email protected]> | |
12274 | ||
12275 | commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f | |
12276 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12277 | Date: Sun Feb 17 23:52:46 2008 +0100 | |
12278 | ||
12279 | uli526x: Fix multiple differ in signedness and parentheses around comparison | |
12280 | ||
12281 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12282 | ||
12283 | commit beeccf7a5dc5415c202e0132a33c58fc316c2a62 | |
12284 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12285 | Date: Sun Feb 17 16:58:04 2008 +0100 | |
12286 | ||
12287 | MIPS: Fix CFG_NO_FLASH support | |
12288 | ||
12289 | - Fix flash_init call when CFG_NO_FLASH is used | |
12290 | - Remove no more needed flash.c for qemu-mips | |
12291 | ||
12292 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12293 | ||
12294 | commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47 | |
12295 | Author: Mike Frysinger <[email protected]> | |
12296 | Date: Sat Feb 16 02:40:18 2008 -0500 | |
12297 | ||
12298 | easylogo: clean up some more and add -r (rgb) support | |
12299 | ||
12300 | Michael Hennerich added support for outputting an image in RGB format rather | |
12301 | than forcing YUYV all the time. This makes obvious sense if the display you | |
12302 | have takes RGB input rather than YUYV. | |
12303 | ||
12304 | Rather than hack in support for options, I've converted it to use getopt and | |
12305 | cleaned up the argument parsing in the process. | |
12306 | ||
12307 | Signed-off-by: Michael Hennerich <[email protected]> | |
12308 | Signed-off-by: Mike Frysinger <[email protected]> | |
12309 | ||
12310 | commit f65c98129ccada3f7caf97d80395a95b84e911de | |
12311 | Author: Mike Frysinger <[email protected]> | |
12312 | Date: Sat Feb 16 02:12:37 2008 -0500 | |
12313 | ||
12314 | Makefile: add target for $(LDSCRIPT) | |
12315 | ||
12316 | If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds), | |
12317 | then change into the board directory and try and create it. This allows you | |
12318 | to generate the linker script on the fly based upon board defines (like the | |
12319 | Blackfin boards do). | |
12320 | ||
12321 | There should be no regressions due to this change as the normal case is to | |
12322 | already have a u-boot.lds file. If that's the case, then there's nothing to | |
12323 | generate, and so make will always exit. The fix here is that if the linker | |
12324 | script does not exist, the implicit rules take over and attempt to guess how | |
12325 | to generate the file. | |
12326 | ||
12327 | Signed-off-by: Mike Frysinger <[email protected]> | |
12328 | ||
438a4c11 WD |
12329 | commit 5583cbf736474ef754e128a54fb78632f57b48fd |
12330 | Author: Marian Balakowicz <[email protected]> | |
12331 | Date: Thu Feb 21 17:27:49 2008 +0100 | |
12332 | ||
12333 | [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds | |
12334 | ||
12335 | Signed-off-by: Marian Balakowicz <[email protected]> | |
12336 | ||
12337 | commit 2242f5369822bc7780db95c47985bb408ea9157b | |
12338 | Author: Marian Balakowicz <[email protected]> | |
12339 | Date: Thu Feb 21 17:27:41 2008 +0100 | |
12340 | ||
12341 | [new uImage] Rename and move print_image_hdr() routine | |
12342 | ||
12343 | Signed-off-by: Marian Balakowicz <[email protected]> | |
12344 | ||
12345 | commit f50433d670ec2ee9e96abac67cdc6e5e061a810d | |
12346 | Author: Marian Balakowicz <[email protected]> | |
12347 | Date: Thu Feb 21 17:20:20 2008 +0100 | |
12348 | ||
12349 | [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines | |
12350 | ||
12351 | Introducing routines for parsing new uImage format bootm arguments: | |
12352 | [<addr>]#<conf> - configuration specification | |
12353 | [<addr>]:<subimg> - subimage specification | |
12354 | ||
12355 | New format images can contain multiple subimages of the same type. For example | |
12356 | a single new format image file can contain three kernels, two ramdisks and a | |
12357 | couple of FDT blobs. Subimage and configuration specifications are extensions | |
12358 | to bootm (and other image-related commands) arguments' syntax that allow to | |
12359 | specify which particular subimage should be operated on. | |
12360 | ||
12361 | Subimage specification is used to denote a particular subimage. Configurations | |
12362 | are a bit more complex -- they are used to define a particualr booting setup, | |
12363 | for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple, | |
12364 | etc. | |
12365 | ||
12366 | Signed-off-by: Marian Balakowicz <[email protected]> | |
12367 | ||
12368 | commit fff888a1997ff7de9b29e24050fc4a0fd403ba16 | |
12369 | Author: Marian Balakowicz <[email protected]> | |
12370 | Date: Thu Feb 21 17:20:19 2008 +0100 | |
12371 | ||
12372 | [new uImage] Add gen_get_image() routine | |
12373 | ||
12374 | This routine assures that image (whether legacy or FIT) is not | |
12375 | in a special dataflash storage. | |
12376 | ||
12377 | If image address is a dataflash address image is moved to system RAM. | |
12378 | ||
12379 | Signed-off-by: Marian Balakowicz <[email protected]> | |
12380 | ||
12381 | commit 75d3e8fbd93c14d9929d024c75af2d742c76db70 | |
12382 | Author: Marian Balakowicz <[email protected]> | |
12383 | Date: Thu Feb 21 17:20:18 2008 +0100 | |
12384 | ||
12385 | [new uImage] Pull in libfdt if CONFIG_FIT is enabled | |
12386 | ||
12387 | New uImage format (Flattened Image Tree) requires libfdt | |
12388 | functionality, print out error message if CONFIG_OF_LIBFDT | |
12389 | is not defined. | |
12390 | ||
12391 | New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT). | |
12392 | This commit turns it on by default. | |
12393 | ||
12394 | Signed-off-by: Marian Balakowicz <[email protected]> | |
12395 | ||
b29661fc WD |
12396 | commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728 |
12397 | Author: Michael Schwingen <[email protected]> | |
12398 | Date: Mon Feb 18 23:16:35 2008 +0100 | |
12399 | ||
12400 | CFI: Do not use uninitialized cmd_reset | |
12401 | ||
12402 | Do not use uninitialized cmd_reset; issue both AMD and Intel reset | |
12403 | commands instead | |
12404 | ||
12405 | From a short test, it looks like AMD-style flash roms treat *any* unknown | |
12406 | command write as a reset, at least when in CFI Query mode, so issuing the | |
12407 | Intel reset command to AMD-style flashs seems safe (from the small sample I | |
12408 | have), plus the 3-cycle magic sequence should kick the state machine into | |
12409 | the right state even without a reset command. Since the AMD-style flashs | |
12410 | require the unlock sequence for real operation, I chose to try the AMD reset | |
12411 | command first, so that Intel flashs do no see an invalid command prior to | |
12412 | the CFI query. | |
12413 | ||
12414 | I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix, | |
12415 | plus Intel StrataFlash. | |
12416 | ||
12417 | Signed-off-by: Michael Schwingen <[email protected]> | |
12418 | Signed-off-by: Stefan Roese <[email protected]> | |
12419 | ||
12420 | commit e7a85f26830c9f2e78506421c2d519a2965bc7a1 | |
12421 | Author: Rafal Jaworowski <[email protected]> | |
12422 | Date: Thu Feb 21 11:56:44 2008 +0100 | |
12423 | ||
12424 | API: Add (c) and licensing notice to the public API header. | |
12425 | ||
12426 | Signed-off-by: Rafal Jaworowski <[email protected]> | |
12427 | ||
12428 | commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6 | |
12429 | Author: Yuri Tikhonov <[email protected]> | |
12430 | Date: Thu Feb 21 11:06:07 2008 +0100 | |
12431 | ||
12432 | Fix CPU POST test failure | |
12433 | ||
12434 | The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the | |
12435 | ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered | |
12436 | by it. The gcc-4.2 with its more aggressive optimization exposes this fact. | |
12437 | This patch just saves the CR value before running the test code, so allowing | |
12438 | it to do anything it wants with CR. | |
12439 | ||
12440 | Signed-off-by: Dmitry Rakhchev <[email protected]> | |
12441 | Acked-by: Yuri Tikhonov <[email protected]> | |
12442 | -- | |
12443 | ||
12444 | commit d5908b093955415f3d340706378b991f911af671 | |
12445 | Author: Jon Loeliger <[email protected]> | |
12446 | Date: Wed Feb 20 15:26:51 2008 -0600 | |
12447 | ||
12448 | 8610HPCD: Document the flashbank selection switches. | |
12449 | ||
12450 | Signed-off-by: Jon Loeliger <[email protected]> | |
12451 | ||
12452 | commit a551cee99ad1d1da20fd23ad265de47448852f56 | |
12453 | Author: Jon Loeliger <[email protected]> | |
12454 | Date: Wed Feb 20 14:22:26 2008 -0600 | |
12455 | ||
12456 | 86xx: Fix GUR PCI config registers properly. | |
12457 | ||
12458 | Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where | |
12459 | I tried to "8610HPCD: Fix typos in two PCI setup registers", I | |
12460 | botched it due to not realizing that 8610 and 8641 had different | |
12461 | Global Utility Register defintions, one of which was like 85xx, | |
12462 | and the other wasn't. Correct this problem by introducing two | |
12463 | symbols, one for each 86xx SoC, but neither of which is named | |
12464 | anything like 85xx. | |
12465 | ||
12466 | My bad. Lovely Wednesday with git bisect. You know. | |
12467 | ||
12468 | Signed-off-by: Jon Loeliger <[email protected]> | |
12469 | ||
12470 | commit cb06eb961bdffc8728b38c242473d802e83ab2b4 | |
12471 | Author: Jon Loeliger <[email protected]> | |
12472 | Date: Wed Feb 20 12:24:11 2008 -0600 | |
12473 | ||
12474 | 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. | |
12475 | ||
12476 | Without an actual supported video card hooked up, enabling | |
12477 | the CONFIG_VIDEO by default just makes it look broken by | |
12478 | routing all console output to the video card. Don't. | |
12479 | ||
12480 | Signed-off-by: Jon Loeliger <[email protected]> | |
12481 | ||
12482 | commit 4d264eff4312f230776b913edade7ceb75f1b1e0 | |
12483 | Author: TsiChungLiew <[email protected]> | |
12484 | Date: Wed Jan 30 15:08:15 2008 -0600 | |
12485 | ||
12486 | ColdFire: Fix missing code flash size for M5485EVB | |
12487 | ||
12488 | Signed-off-by: James Mahan <[email protected]> | |
12489 | Signed-off-by: TsiChung Liew <[email protected]> | |
12490 | ||
12491 | commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d | |
12492 | Author: TsiChungLiew <[email protected]> | |
12493 | Date: Wed Jan 30 15:04:42 2008 -0600 | |
12494 | ||
12495 | ColdFire: Fix 5282 and 5271 interrupt mask bit | |
12496 | ||
12497 | Signed-off-by: TsiChung Liew <[email protected]> | |
12498 | ||
12499 | commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 | |
12500 | Author: Jon Loeliger <[email protected]> | |
12501 | Date: Tue Feb 19 12:31:08 2008 -0600 | |
12502 | ||
12503 | 8610HPCD: Fix typos in two PCI setup registers. | |
12504 | ||
12505 | The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA | |
12506 | were erroneously present as 85xx names and values, leftover from | |
12507 | the clone wars. Fix this by removing the 85xx cruft from the | |
12508 | 86xx codebase. | |
12509 | ||
12510 | Signed-off-by: Jon Loeliger <[email protected]> | |
12511 | ||
12512 | commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170 | |
12513 | Author: Jon Loeliger <[email protected]> | |
12514 | Date: Mon Feb 18 14:01:56 2008 -0600 | |
12515 | ||
12516 | 86xx: Convert sbc8641d to use libfdt. | |
12517 | ||
12518 | This is the proper fix for a missing closing brace in the function | |
01db232d | 12519 | ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com. |
b29661fc WD |
12520 | The ft_cpu_setup() function in mpc8641hpcn.c should have been |
12521 | removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE, | |
12522 | but was missed. Only, the sbc8641d was nominally still using it. | |
12523 | It all got ripped out, and the funcality that was in ft_board_setup() | |
12524 | was refactored to remove the CPU portions into the new file | |
12525 | cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now. | |
12526 | ||
12527 | Based loosely on an original patch from [email protected] | |
12528 | ||
12529 | Signed-off-by: Jon Loeliger <[email protected]> | |
12530 | ||
12531 | commit 04efddc87c50c84f85dad5c331c634a6ce830a83 | |
12532 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12533 | Date: Sun Feb 17 23:35:31 2008 +0100 | |
12534 | ||
12535 | mpc86xx: Fix unused variable 'config' and 'immap' | |
12536 | ||
12537 | and remove useless CONFIG_DDR_INTERLEAVE | |
12538 | ||
12539 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12540 | ||
12541 | commit 83d1b3876695c4f21faff2b731d9ef83f38ed208 | |
12542 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12543 | Date: Sun Feb 17 23:03:36 2008 +0100 | |
12544 | ||
12545 | mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' | |
12546 | ||
12547 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12548 | ||
12549 | commit b6f29c84c208a091f95a10cbc9852d729659ba20 | |
12550 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12551 | Date: Sun Feb 17 14:15:31 2008 +0100 | |
12552 | ||
12553 | s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' | |
12554 | ||
12555 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12556 | ||
12557 | commit 0937b8d869fdb42d6ad4fe312958639bd62c973f | |
12558 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12559 | Date: Sun Feb 17 14:15:32 2008 +0100 | |
12560 | ||
12561 | pxa: fix assignment from incompatible pointer type | |
12562 | ||
12563 | fix mmc_bread function prototype | |
12564 | ||
12565 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12566 | ||
12567 | commit 64d792063fff90b8118179b092feee09fe5cae13 | |
12568 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12569 | Date: Sun Feb 17 14:15:30 2008 +0100 | |
12570 | ||
12571 | at91cap9adk: fix implicit declaration of function 'eth_init' | |
12572 | ||
12573 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12574 | ||
12575 | commit 375c4353db8f900f7ec772e26fab116ec00f7d3a | |
12576 | Author: Wolfgang Denk <[email protected]> | |
12577 | Date: Sun Feb 17 15:43:44 2008 +0100 | |
12578 | ||
12579 | Remove files added by mistake, update CHANGELOG. | |
12580 | ||
12581 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12582 | ||
375c4353 WD |
12583 | commit b738654d3c84a30f2bfd9a8d7652ff20807c890c |
12584 | Author: Mike Nuss <[email protected]> | |
12585 | Date: Wed Feb 6 11:10:11 2008 -0500 | |
12586 | ||
12587 | PPC440EPx: Optionally enable second I2C bus | |
12588 | ||
12589 | The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the | |
12590 | PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board | |
12591 | code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected. | |
12592 | ||
12593 | Signed-off-by: Mike Nuss <[email protected]> | |
12594 | Cc: Stefan Roese <[email protected]> | |
12595 | ||
12596 | commit ef5b4f221c22d05770878513951745f236b5b43f | |
12597 | Author: Niklaus Giger <[email protected]> | |
12598 | Date: Tue Feb 5 10:26:44 2008 +0100 | |
12599 | ||
12600 | ppc4xx: HCU4/5. Cleanup configs | |
12601 | ||
12602 | - hcu4.h: Removed define of CONFIG_PPC405GPr | |
12603 | - Corrected phy addresses | |
12604 | - Fix boot variables | |
12605 | - Respect line length of 80 chars | |
12606 | ||
12607 | Signed-off-by: Niklaus Giger <[email protected]> | |
12608 | ||
12609 | commit 74973126d1be63ac75bdc192f46234dca3a7c421 | |
12610 | Author: Niklaus Giger <[email protected]> | |
12611 | Date: Tue Feb 5 11:31:28 2008 +0100 | |
12612 | ||
12613 | ppc4xx: HCU4/5. Cleanups | |
12614 | ||
12615 | - Fix some coding style violations. | |
12616 | - Use in/out_u16/32 where appropriate. | |
12617 | - Use register names from ppc405.h. | |
12618 | - Fix trace useage for Lauterbach. | |
12619 | - Remove obsolete generation HCU2. | |
12620 | - Renamed fixed_hcu4_sdram to init_ppc405_sdram. | |
12621 | ||
12622 | Signed-off-by: Niklaus Giger <[email protected]> | |
12623 | ||
12624 | commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555 | |
12625 | Author: Niklaus Giger <[email protected]> | |
12626 | Date: Tue Feb 5 10:26:41 2008 +0100 | |
12627 | ||
12628 | ppc4xx: PPC405GPr fix missing register definitions | |
12629 | ||
12630 | Signed-off-by: Niklaus Giger <[email protected]> | |
12631 | ||
12632 | commit 214398d9cb22268d9d4f7563359edca0f78297a2 | |
12633 | Author: Larry Johnson <[email protected]> | |
12634 | Date: Fri Jan 18 21:49:05 2008 -0500 | |
12635 | ||
12636 | ppc4xx: Beautify configuration files for Sequoia and Korat boards | |
12637 | ||
12638 | Signed-off-by: Larry Johnson <[email protected]> | |
12639 | ||
12640 | commit 30c6a241e88499f536e86d325759e29ba00ff67f | |
12641 | Author: Anatolij Gustschin <[email protected]> | |
12642 | Date: Fri Feb 15 20:09:01 2008 +0100 | |
12643 | ||
12644 | Wipe out assembler warnings while compiling x86 biosemu | |
12645 | ||
12646 | This patch tries to get rid of some assembler warnings about | |
12647 | changed .got2 section type while compiling x86 bios emulator | |
12648 | code. | |
12649 | ||
12650 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
12651 | ||
12652 | commit 67a4389e39ad853d65b72e2b7cad15c7e8291147 | |
12653 | Author: Wolfgang Denk <[email protected]> | |
12654 | Date: Fri Feb 15 00:57:09 2008 +0100 | |
12655 | ||
12656 | Prepare v1.3.2-rc1 release candidate | |
12657 | ||
67a4389e WD |
12658 | commit f33e9653c9c09868995d788511d573771c209fe5 |
12659 | Author: Anatolij Gustschin <[email protected]> | |
12660 | Date: Fri Feb 15 00:13:20 2008 +0100 | |
12661 | ||
12662 | Fix compile warning on lib_ppc/board.c | |
12663 | ||
12664 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
12665 | ||
12666 | commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4 | |
12667 | Author: Anatolij Gustschin <[email protected]> | |
12668 | Date: Thu Feb 14 18:22:04 2008 +0100 | |
12669 | ||
12670 | Add Radeon Mobility 9200 pci device id to the radeon driver | |
12671 | ||
12672 | This patch extends PCI device id table of the | |
12673 | radeon driver so that the driver will also support | |
12674 | Radeon Mobility 9200 (M9+) based boards. | |
12675 | ||
12676 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
12677 | ||
12678 | commit 1b8607e1f7143548c6062c28371449ec69588c00 | |
12679 | Author: Anatolij Gustschin <[email protected]> | |
12680 | Date: Thu Feb 14 18:19:50 2008 +0100 | |
12681 | ||
12682 | Extend ATI Radeon driver to support more video modes | |
12683 | ||
12684 | Adds ATI Radeon 9200 support for 1280x1024, 1024x768, | |
12685 | 800x600, 640x480 at 24, 16 and 8 bpp. | |
12686 | ||
12687 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
12688 | ||
12689 | commit 4124382de029d361162a4b8cecc773eb8f26e2a8 | |
12690 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12691 | Date: Sun Feb 10 17:05:20 2008 +0100 | |
12692 | ||
12693 | xsengine: fix typo and few coding style | |
12694 | ||
12695 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12696 | ||
12697 | commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e | |
12698 | Author: Guennadi Liakhovetski <[email protected]> | |
12699 | Date: Fri Feb 8 21:25:58 2008 +0100 | |
12700 | ||
12701 | Fix wrong memory limit calculation in memory-test | |
12702 | ||
12703 | If the length of the memory address range passed to the "mtest" command is | |
12704 | not of the form 2^x - 1, not all address lines are tested. This bug is | |
12705 | inherited from the original software at | |
12706 | http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix | |
12707 | this. | |
12708 | ||
12709 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12710 | ||
12711 | commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db | |
12712 | Author: Wolfgang Denk <[email protected]> | |
12713 | Date: Fri Feb 15 00:11:39 2008 +0100 | |
12714 | ||
12715 | Coding STyle cleanup. | |
12716 | ||
12717 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12718 | ||
12719 | commit f6921e3dc331293c873ec4d109fd5517a42a90b3 | |
12720 | Author: Nobuhiro Iwamatsu <[email protected]> | |
12721 | Date: Tue Feb 5 13:30:43 2008 +0900 | |
12722 | ||
12723 | sh: Fix register address of SH7722 | |
12724 | ||
12725 | The address of SH7722 is wrong by old document. | |
12726 | This patch fixes this problem. | |
12727 | ||
12728 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
12729 | ||
12730 | commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2 | |
12731 | Author: Mike Frysinger <[email protected]> | |
12732 | Date: Mon Feb 4 17:44:23 2008 -0500 | |
12733 | ||
12734 | only update version header as needed | |
12735 | ||
12736 | Constantly rebuilding the version header will force useless relinking, so we | |
12737 | simply need to compare the new header with the existing one before updating | |
12738 | it. | |
12739 | ||
12740 | Signed-off-by: Mike Frysinger <[email protected]> | |
12741 | ||
12742 | commit 208447f8e953f347425eb92c8e28d59e6d911363 | |
12743 | Author: Mike Frysinger <[email protected]> | |
12744 | Date: Mon Jan 28 05:56:19 2008 -0500 | |
12745 | ||
12746 | Do not specify a CROSS_COMPILE default when executing size | |
12747 | ||
12748 | Signed-off-by: Mike Frysinger <[email protected]> | |
12749 | ||
12750 | commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e | |
12751 | Author: Guennadi Liakhovetski <[email protected]> | |
12752 | Date: Wed Feb 13 11:19:19 2008 +0100 | |
12753 | ||
12754 | Fix return value of mtest when CFG_ALT_MEMTEST set | |
12755 | ||
12756 | Fix a missing return statement from a non-void function. | |
12757 | ||
12758 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
12759 | ||
12760 | commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602 | |
12761 | Author: Timur Tabi <[email protected]> | |
12762 | Date: Wed Jan 9 14:35:26 2008 -0600 | |
12763 | ||
12764 | 85xx, 86xx: Determine I2C clock frequencies and store in global_data | |
12765 | ||
12766 | Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. | |
12767 | ||
12768 | Update the get_clocks() function in 85xx and 86xx to determine the I2C | |
12769 | clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. | |
12770 | ||
12771 | Signed-off-by: Timur Tabi <[email protected]> | |
12772 | ||
12773 | commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08 | |
12774 | Author: Wolfgang Denk <[email protected]> | |
12775 | Date: Thu Feb 14 23:18:01 2008 +0100 | |
12776 | ||
12777 | TQM834x: clean up configuration | |
12778 | ||
12779 | Get board name consistent with Linux and elsewhere; | |
12780 | get rid of local network definitions etc. | |
12781 | ||
12782 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12783 | ||
12784 | commit 38cc09c55b1d7f233789052c6fc462e5377669a9 | |
12785 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12786 | Date: Thu Feb 14 08:02:12 2008 +0100 | |
12787 | ||
12788 | TFTP: fix search of ':' in BootFile | |
12789 | ||
12790 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
12791 | ||
12792 | commit 0bc9efada170096c6b273f19165e32936d330d80 | |
12793 | Author: Wolfgang Denk <[email protected]> | |
12794 | Date: Thu Feb 14 22:46:55 2008 +0100 | |
12795 | ||
12796 | Coding style cleanup; update CHANGELOG. | |
12797 | ||
12798 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12799 | ||
0bc9efad WD |
12800 | commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b |
12801 | Author: Wolfgang Denk <[email protected]> | |
12802 | Date: Thu Feb 14 22:43:22 2008 +0100 | |
12803 | ||
12804 | PPC: Use r2 instead of r29 as global data pointer | |
12805 | ||
12806 | R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc | |
12807 | will refuse to use load/store multiple insns; instead, it issues a | |
12808 | list of simple load/store instructions upon function entry and exit, | |
12809 | resulting in bigger code size, which in turn makes the build for a | |
12810 | few boards fail. | |
12811 | ||
12812 | Use r2 instead. | |
12813 | ||
12814 | Signed-off-by: Wolfgang Denk <[email protected]> | |
12815 | ||
12816 | commit 3c234efa693bc59906c2be55c7918ecbb55392ea | |
12817 | Author: Uwe Kleine-König <[email protected]> | |
12818 | Date: Wed Jan 30 09:08:49 2008 +0100 | |
12819 | ||
12820 | ARM: make the machid configurable via the environment | |
12821 | ||
12822 | If the variable "machid" exists, let do_bootm_linux use that instead | |
12823 | of bd->bi_arch_number. | |
12824 | ||
12825 |