]>
Commit | Line | Data |
---|---|---|
94978e19 WD |
1 | commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3 |
2 | Author: Wolfgang Denk <[email protected]> | |
3 | Date: Mon Jul 27 10:06:39 2009 +0200 | |
4 | ||
5 | cpu/arm920t/start.S: include <common.h> to have ROUND() defined | |
6 | ||
7 | Commit fcd3c87e made include/common.h usable by assembler code but | |
8 | failed to update cpu/arm920t/start.S | |
9 | ||
10 | Signed-off-by: Wolfgang Denk <[email protected]> | |
11 | ||
12 | commit c9ed38cb6de50fdb4aaa60b668c555002903b211 | |
13 | Author: Wolfgang Denk <[email protected]> | |
14 | Date: Mon Jul 27 10:01:11 2009 +0200 | |
15 | ||
16 | at91cap9adk: fix #ifdef/#endif pairing (2nd try) | |
17 | ||
18 | Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in | |
19 | include/configs/at91cap9adk.h, but did not cate all problems. | |
20 | ||
21 | Signed-off-by: Wolfgang Denk <[email protected]> | |
22 | ||
23 | commit fb364bec5f29164d3ee681fcd9d187be8435db12 | |
24 | Author: Wolfgang Denk <[email protected]> | |
25 | Date: Mon Jul 27 09:58:14 2009 +0200 | |
26 | ||
27 | Fix include/common.h for boards with CONFIG_STATUS_LED | |
28 | ||
29 | The reordering of include/common.h by commit fcd3c87e495f3c48 broke | |
30 | boards with status LED support, resulting in | |
31 | error: #error Status LED configuration missing | |
32 | errors. Undo this reordering to avoid this issue. | |
33 | ||
34 | Signed-off-by: Wolfgang Denk <[email protected]> | |
35 | ||
36 | commit 942828a0980b3cea7db698784cc7f6a3e7740b2b | |
37 | Author: Wolfgang Denk <[email protected]> | |
38 | Date: Mon Jul 27 09:19:15 2009 +0200 | |
39 | ||
40 | ABI: fix build problems due to now needed div64 routine. | |
41 | ||
42 | Signed-off-by: Wolfgang Denk <[email protected]> | |
43 | ||
44 | commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb | |
45 | Author: Wolfgang Denk <[email protected]> | |
46 | Date: Mon Jul 27 08:50:59 2009 +0200 | |
47 | ||
48 | PMC405DE: fix out of tree building | |
49 | ||
50 | Signed-off-by: Wolfgang Denk <[email protected]> | |
51 | ||
52 | commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff | |
53 | Author: Wolfgang Denk <[email protected]> | |
54 | Date: Mon Jul 27 00:24:55 2009 +0200 | |
55 | ||
56 | Prepare 2009.08-rc1 | |
57 | ||
58 | Update CHANGELOG, minor coding style fix. | |
59 | ||
60 | Signed-off-by: Wolfgang Denk <[email protected]> | |
61 | ||
10c7604d WD |
62 | commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22 |
63 | Author: [email protected] <[email protected]> | |
64 | Date: Fri Jul 24 08:16:30 2009 +0200 | |
65 | ||
66 | add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines | |
67 | ||
68 | Signed-off-by: [email protected] | |
69 | ||
70 | commit 3c972849f2becbf19c13a24f090d293f37ecf616 | |
71 | Author: Niklaus Giger <[email protected]> | |
72 | Date: Thu Jul 23 23:31:58 2009 +0200 | |
73 | ||
74 | Less verbose output when loading vxworks 6.x images | |
75 | ||
76 | Loading vxWorks 5.x images resulted just into 3 or 4 lines of output. | |
77 | With vxWorks 6.x and the new GCC it emits about 30 lines, which is | |
78 | far too noisy in my opinion. | |
79 | ||
80 | Signed-off-by: Niklaus Giger <[email protected]> | |
81 | ||
82 | commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b | |
83 | Author: Wolfgang Denk <[email protected]> | |
84 | Date: Fri Jul 24 00:17:48 2009 +0200 | |
85 | ||
86 | Make include/common.h usable by assembler code | |
87 | ||
88 | Commit 70ebf316 factored out the ROUND() macro into include/common.h, | |
89 | not realizing that the primary use of this macro on AT91 systems was | |
90 | in start.S where common.h was not included, and could not be included | |
91 | because it contains a lot of C code which the assembler doesn't | |
92 | understand. | |
93 | ||
94 | This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__" | |
95 | construct, and then adds an include to cpu/arm926ejs/start.S thus | |
96 | solving the problem. | |
97 | ||
98 | Signed-off-by: Wolfgang Denk <[email protected]> | |
99 | ||
100 | commit deec15b3064d3bb0189aede3c2921fd7ee401a0f | |
101 | Author: Heiko Schocher <[email protected]> | |
102 | Date: Thu Jul 23 13:27:04 2009 +0200 | |
103 | ||
104 | arm: add _lshrdi3.S | |
105 | ||
106 | Signed-off-by: Heiko Schocher <[email protected]> | |
107 | ||
108 | commit 52b1bf2c5cd2f8af880dab503d0039b35570665b | |
109 | Author: Wolfgang Denk <[email protected]> | |
110 | Date: Thu Jul 23 13:15:59 2009 +0200 | |
111 | ||
112 | Make linking against libgcc configurable | |
113 | ||
114 | Many (especially ARM) tool chains seem to come with broken or | |
115 | otherwise unusable (for the purposes of builing U-Boot) run-time | |
116 | support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC" | |
117 | setting we allow to use alternative libraries instead. | |
118 | ||
119 | "USE_PRIVATE_LIBGCC" can either be set as an environment variable in | |
120 | the shell, or as a command line argument when running "make", i. e. | |
121 | $ make USE_PRIVATE_LIBGCC=yes | |
122 | or | |
123 | $ USE_PRIVATE_LIBGCC=yes | |
124 | $ export USE_PRIVATE_LIBGCC | |
125 | $ make | |
126 | ||
127 | The value of "USE_PRIVATE_LIBGCC" is the name of the directory which | |
128 | contains the alternative run-time support library `libgcc.a'. The | |
129 | special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) . | |
130 | ||
131 | Note that not all architectures provide an alternative `libgcc.a' in | |
132 | their lib_$(ARCH) directories - so far, only ARM does. | |
133 | ||
134 | Signed-off-by: Wolfgang Denk <[email protected]> | |
135 | Cc: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
136 | Cc: Prafulla Wadaskar <[email protected]> | |
137 | cc: Stefan Roese <[email protected]> | |
138 | ||
139 | commit 479105065d965121f57b55dcfe83a940cba46ac1 | |
140 | Author: Dirk Behme <[email protected]> | |
141 | Date: Wed Jul 22 17:51:56 2009 +0200 | |
142 | ||
143 | Use do_div from div64.h for vsprintf | |
144 | ||
145 | Use do_div from div64.h for vsprintf in case of 64bit division. | |
146 | For 32bit division, do_div from div64.h can't be used as it | |
147 | needs a 64bit parameter. | |
148 | ||
149 | Signed-off-by: Dirk Behme <[email protected]> | |
150 | Acked-by: Stefan Roese <[email protected]> | |
151 | CC: Simon Kagstrom <[email protected]> | |
152 | ||
153 | commit 48287792384a93d77d43aaaa1c06cac275bbe1bb | |
154 | Author: Kyungmin Park <[email protected]> | |
155 | Date: Mon Jul 20 09:47:47 2009 +0900 | |
156 | ||
157 | Fix compiler warnings after loff_t change | |
158 | ||
159 | Now 'env_addr' type is loff_t so use correct field type. | |
160 | ||
161 | Signed-off-by: Kyungmin Park <[email protected]> | |
162 | ||
163 | commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f | |
164 | Author: Wolfgang Denk <[email protected]> | |
165 | Date: Sun Jul 26 23:28:02 2009 +0200 | |
166 | ||
167 | Revert "ppc: Unlock cache-as-ram in a consistent manner" | |
168 | ||
169 | This reverts commit 982adfc610669482a32127282fe489857a92cfe3. | |
170 | ||
171 | This patch causes problems on MPC83xx boards - flash recognition stops | |
172 | working. | |
173 | ||
174 | Signed-off-by: Wolfgang Denk <[email protected]> | |
175 | ||
176 | commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251 | |
177 | Author: Jens Scharsig <[email protected]> | |
178 | Date: Fri Jul 24 10:31:48 2009 +0200 | |
179 | ||
180 | update the EB+MCF-EV123 board support | |
181 | ||
182 | This patch updates the support for EB+MCF-EV123 board and needs | |
183 | the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers | |
184 | ||
185 | * remove the board framebuffer driver | |
186 | * use the common bus_vcxk framebuffer driver | |
187 | * adds bmp support | |
188 | * adds splashimage support | |
189 | * fix serveral cosmetical errors | |
190 | ||
191 | Signed-off-by: Jens Scharsig <[email protected]> | |
192 | [[email protected]: fixed some style issues before applying] | |
193 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
194 | ||
195 | commit 04538cdb752eeea8fd23cf7ac3394439f189fb77 | |
196 | Author: Anatolij Gustschin <[email protected]> | |
197 | Date: Sun Jul 26 12:05:25 2009 +0200 | |
198 | ||
199 | video: bus_vcxk.c: fix style issues added by 50217dee | |
200 | ||
201 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
202 | ||
203 | commit 50217deeb07911d686790d34d468eb9a5245f68d | |
204 | Author: Jens Scharsig <[email protected]> | |
205 | Date: Fri Jul 24 10:09:02 2009 +0200 | |
206 | ||
207 | new video driver for bus vcxk framebuffers | |
208 | ||
209 | This patch adds a new video driver | |
210 | ||
211 | * adds common bus_vcxk framebuffer driver | |
212 | ||
213 | Signed-off-by: Jens Scharsig <[email protected]> | |
214 | [[email protected]: fixed lots of style issues before applying] | |
215 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
216 | ||
217 | commit 60e97419246d0a3615758ad6af40680aefb5f7f1 | |
218 | Author: Alessandro Rubini <[email protected]> | |
219 | Date: Tue Jul 21 14:09:45 2009 +0200 | |
220 | ||
221 | lcd.h: define extern vidinfo_t for all cases | |
222 | ||
223 | include/lcd.h has different vidinfo for different platforms, | |
224 | and several extern declaration, but one for the default case was | |
225 | missing. This makes them a single extern declaration for everyone. | |
226 | ||
227 | Signed-off-by: Alessandro Rubini <[email protected]> | |
228 | ||
229 | commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa | |
230 | Author: Anatolij Gustschin <[email protected]> | |
231 | Date: Sun Jul 26 11:04:59 2009 +0200 | |
232 | ||
233 | mimc200.c: fix too long lines added by f68378d6 | |
234 | ||
235 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
236 | ||
237 | commit f68378d60a905d43155f2e89bf81999d3c93a90a | |
238 | Author: Mark Jackson <[email protected]> | |
239 | Date: Tue Jul 21 11:35:22 2009 +0100 | |
240 | ||
241 | Add LCD support to MIMC200 board | |
242 | ||
243 | This patch updates the MIMC200 files to enable the LCD. | |
244 | ||
245 | Signed-off-by: Mark Jackson <[email protected]> | |
246 | ||
247 | commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58 | |
248 | Author: Mark Jackson <[email protected]> | |
249 | Date: Tue Jul 21 11:18:44 2009 +0100 | |
250 | ||
251 | Add 16bit colour support in lcd.h | |
252 | ||
253 | This patch adds support for LCD_COLOR16 in include/lcd.h. | |
254 | ||
255 | Signed-off-by: Mark Jackson <[email protected]> | |
256 | ||
257 | commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3 | |
258 | Author: Anatolij Gustschin <[email protected]> | |
259 | Date: Sun Jul 26 10:34:58 2009 +0200 | |
260 | ||
261 | lib_avr32/board.c: fix too long line added by 716ece1d | |
262 | ||
263 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
264 | ||
265 | commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9 | |
266 | Author: Mark Jackson <[email protected]> | |
267 | Date: Tue Jul 21 11:11:37 2009 +0100 | |
268 | ||
269 | Add AVR32 LCD support | |
270 | ||
271 | This patch adds support for the AVR32 LCD controller. This patch is | |
272 | based off the latest u-boot-video. | |
273 | ||
274 | A quick summary of what's going on:- | |
275 | ||
276 | Enable LCDC pixel clock | |
277 | Enable LCDC port pins | |
278 | Add framebuffer pointer to global_data struct | |
279 | Allocate framebuffer | |
280 | ||
281 | To use the new code, update your board config to include something like | |
282 | this:- | |
283 | ||
284 | #define CONFIG_LCD 1 | |
285 | ||
286 | #if defined(CONFIG_LCD) | |
287 | #define CONFIG_CMD_BMP | |
288 | #define CONFIG_ATMEL_LCD 1 | |
289 | #define LCD_BPP LCD_COLOR16 | |
290 | #define CONFIG_BMP_16BPP 1 | |
291 | #define CONFIG_FB_ADDR 0x10600000 | |
292 | #define CONFIG_WHITE_ON_BLACK 1 | |
293 | #define CONFIG_VIDEO_BMP_GZIP 1 | |
294 | #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE 262144 | |
295 | #define CONFIG_ATMEL_LCD_BGR555 1 | |
296 | #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 | |
297 | #define CONFIG_SPLASH_SCREEN 1 | |
298 | #endif | |
299 | ||
300 | The standard U-Boot BMP and Splash-screen features should just work. | |
301 | ||
302 | Signed-off-by: Mark Jackson <[email protected]> | |
303 | [[email protected]: fixed some style issues] | |
304 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
305 | ||
306 | commit 6111722a9281c6e04a7304d502556afff6a5a1f8 | |
307 | Author: Alessandro Rubini <[email protected]> | |
308 | Date: Sun Jul 19 17:52:27 2009 +0200 | |
309 | ||
310 | video: move extern declarations from C to headers | |
311 | ||
312 | This moves some extern declaration from lcd.c to lcd.h, removing | |
313 | unneeded ifdef around a pair of them. Additionally, since | |
314 | gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I | |
315 | removed the static. The extra "#include <lcd.h>" in cmd_bmp.c is | |
316 | added to ensure the header is consistent with the source. | |
317 | ||
318 | This has been compile-tested on both ARM (at91 boards) and PowerPC | |
319 | (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use | |
320 | combinations. | |
321 | ||
322 | Signed-off-by: Alessandro Rubini <[email protected]> | |
323 | [[email protected]: removed gunzip_bmp() fixes as commit c01171ea did it] | |
324 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
325 | ||
326 | commit f51e001143c58447eb50e7aefa2b09eb4cc1410c | |
327 | Author: Mike Frysinger <[email protected]> | |
328 | Date: Thu Jul 23 16:26:58 2009 -0400 | |
329 | ||
330 | Blackfin: restore EVT1 handling in linker script | |
331 | ||
332 | Sadly, the Blackfin linker script unification lost a small #ifdef logic | |
333 | needed on older parts. Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic. | |
334 | ||
335 | Signed-off-by: Mike Frysinger <[email protected]> | |
336 | ||
337 | commit f33b325af666b12eafa9ab235b2cd59832d6e51c | |
338 | Author: Wolfgang Denk <[email protected]> | |
339 | Date: Fri Jul 24 14:24:07 2009 +0200 | |
340 | ||
341 | Revert "zlib: updated to v.1.2.3" | |
342 | ||
343 | This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6. | |
344 | ||
345 | The commit caused problems for example when unpacking kernel images: | |
346 | ||
347 | Uncompressing Kernel Image ... Error: inflate() returned -2 | |
348 | GUNZIP: uncompress, out-of-mem or overwrite error - must | |
349 | RESET board to recover | |
350 | ||
351 | Conflicts: | |
352 | ||
353 | include/u-boot/zlib.h | |
354 | lib_generic/zlib.c | |
355 | ||
356 | Signed-off-by: Wolfgang Denk <[email protected]> | |
357 | ||
358 | commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0 | |
359 | Author: Stefan Roese <[email protected]> | |
360 | Date: Tue Jul 21 14:06:29 2009 +0200 | |
361 | ||
362 | ppc4xx: Add chip_config command to AMCC Kilauea eval board | |
363 | ||
364 | This patch removes the "alterpll" command and replaces it with the now | |
365 | ppc4xx standard "chip_config" command to configure the I2C bootstrap | |
366 | EEPROM. | |
367 | ||
368 | Signed-off-by: Stefan Roese <[email protected]> | |
369 | ||
370 | commit f6af8ce0c80327cb6aaa347642026ad838335c23 | |
371 | Author: Stefan Roese <[email protected]> | |
372 | Date: Tue Jul 21 14:33:52 2009 +0200 | |
373 | ||
374 | ppc4xx: Fix EEPROM configuration on Kilauea | |
375 | ||
376 | Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining | |
377 | CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't | |
378 | work correctly. | |
379 | ||
380 | Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS) | |
381 | is set to a more defensive value of 10ms. | |
382 | ||
383 | Signed-off-by: Stefan Roese <[email protected]> | |
384 | ||
385 | commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c | |
386 | Author: Matthias Fuchs <[email protected]> | |
387 | Date: Wed Jul 22 13:56:21 2009 +0200 | |
388 | ||
389 | ppc4xx: Add 405EP based PMC405DE board | |
390 | ||
391 | Signed-off-by: Matthias Fuchs <[email protected]> | |
392 | Signed-off-by: Stefan Roese <[email protected]> | |
393 | ||
394 | commit da799f66ad1d4fc36dd20cc2d7e584493fda8546 | |
395 | Author: Matthias Fuchs <[email protected]> | |
396 | Date: Mon Jul 20 12:15:38 2009 +0200 | |
397 | ||
398 | ppc4xx: Add struct for 4xx GPIO controller registers | |
399 | ||
400 | Signed-off-by: Matthias Fuchs <[email protected]> | |
401 | Signed-off-by: Stefan Roese <[email protected]> | |
402 | ||
403 | commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a | |
404 | Author: Matthias Fuchs <[email protected]> | |
405 | Date: Wed Jul 22 17:27:56 2009 +0200 | |
406 | ||
407 | ppc4xx: Replace 4xx lowercase SPR references | |
408 | ||
409 | Signed-off-by: Matthias Fuchs <[email protected]> | |
410 | Signed-off-by: Stefan Roese <[email protected]> | |
411 | ||
412 | commit 87c0b72908e05662b8b415e26e1042f4779629da | |
413 | Author: Stefan Roese <[email protected]> | |
414 | Date: Mon Jul 20 06:57:27 2009 +0200 | |
415 | ||
416 | Add "chip_config" command for PPC4xx bootstrap configuration | |
417 | ||
418 | This patch adds a generic command for programming I2C bootstrap | |
419 | eeproms on PPC4xx. An implementation for Canyonlands board is | |
420 | included. | |
421 | ||
422 | The command name is intentionally chosen not to be PPC4xx specific. | |
423 | This way other CPU's/SoC's can implement a similar command under | |
424 | the same name, perhaps with a different syntax. | |
425 | ||
426 | Usage on Canyonlands: | |
427 | ||
428 | => chip_config | |
429 | Available configurations (I2C address 0x52): | |
430 | 600-nor - NOR CPU: 600 PLB: 200 OPB: 100 EBC: 100 | |
431 | 600-nand - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100 | |
432 | 800-nor - NOR CPU: 800 PLB: 200 OPB: 100 EBC: 100 | |
433 | 800-nand - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100 | |
434 | 1000-nor - NOR CPU:1000 PLB: 200 OPB: 100 EBC: 100 | |
435 | 1000-nand - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100 | |
436 | 1066-nor - NOR CPU:1066 PLB: 266 OPB: 88 EBC: 88 *** | |
437 | 1066-nand - NAND CPU:1066 PLB: 266 OPB: 88 EBC: 88 | |
438 | => chip_config 600-nor | |
439 | Using configuration: | |
440 | 600-nor - NOR CPU: 600 PLB: 200 OPB: 100 EBC: 100 | |
441 | done (dump via 'i2c md 52 0.1 10') | |
442 | Reset the board for the changes to take effect | |
443 | ||
444 | Other 4xx boards will be migrated to use this command soon | |
445 | as well. | |
446 | ||
447 | Signed-off-by: Stefan Roese <[email protected]> | |
448 | Signed-off-by: Dirk Eibach <[email protected]> | |
449 | Acked-by: Matthias Fuchs <[email protected]> | |
450 | ||
451 | commit 10c1b218556ed9871f36bc0c407f4f2f6196353b | |
452 | Author: Peter Tyser <[email protected]> | |
453 | Date: Fri Jul 17 19:01:16 2009 -0500 | |
454 | ||
455 | xpedite1k: Move to X-ES vendor directory | |
456 | ||
457 | The XPedite1000 is an X-ES product thus it can be put in board/xes along | |
458 | with other X-ES boards. Along with the move, the board was renamed to | |
459 | XPedite1000 from XPedite1K to fit X-ES's standard naming convention. | |
460 | Maintainership was also transfered to Peter Tyser. | |
461 | ||
462 | Signed-off-by: Peter Tyser <[email protected]> | |
463 | Signed-off-by: Stefan Roese <[email protected]> | |
464 | ||
465 | commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c | |
466 | Author: Peter Tyser <[email protected]> | |
467 | Date: Fri Jul 17 19:01:15 2009 -0500 | |
468 | ||
469 | xpedite1k: Sync checkboard() with other X-ES boards | |
470 | ||
471 | Signed-off-by: Peter Tyser <[email protected]> | |
472 | Signed-off-by: Stefan Roese <[email protected]> | |
473 | ||
474 | commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2 | |
475 | Author: Peter Tyser <[email protected]> | |
476 | Date: Fri Jul 17 19:01:14 2009 -0500 | |
477 | ||
478 | xpedite1k: Sync up board config options with other X-ES boards | |
479 | ||
480 | Signed-off-by: Peter Tyser <[email protected]> | |
481 | Signed-off-by: Stefan Roese <[email protected]> | |
482 | ||
483 | commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f | |
484 | Author: Peter Tyser <[email protected]> | |
485 | Date: Fri Jul 17 19:01:13 2009 -0500 | |
486 | ||
487 | xpedite1k: Sync organization of board config with other X-ES boards | |
488 | ||
489 | This change should have no functional effect | |
490 | ||
491 | Signed-off-by: Peter Tyser <[email protected]> | |
492 | Signed-off-by: Stefan Roese <[email protected]> | |
493 | ||
494 | commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279 | |
495 | Author: Peter Tyser <[email protected]> | |
496 | Date: Fri Jul 17 19:01:12 2009 -0500 | |
497 | ||
498 | xpedite1k: Sync up commands and environment with other X-ES boards | |
499 | ||
500 | Signed-off-by: Peter Tyser <[email protected]> | |
501 | Signed-off-by: Stefan Roese <[email protected]> | |
502 | ||
503 | commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb | |
504 | Author: Peter Tyser <[email protected]> | |
505 | Date: Fri Jul 17 19:01:11 2009 -0500 | |
506 | ||
507 | xpedite1k: Disable unused ethernet port 1 | |
508 | ||
509 | The XPedite1000 only has 2 available ethernet ports: | |
510 | ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3) | |
511 | ||
512 | Signed-off-by: Peter Tyser <[email protected]> | |
513 | Signed-off-by: Stefan Roese <[email protected]> | |
514 | ||
515 | commit 767e32ad369d83f55f950e6938e68b6dba7fa65f | |
516 | Author: Peter Tyser <[email protected]> | |
517 | Date: Fri Jul 17 19:01:10 2009 -0500 | |
518 | ||
519 | xpedite1k: Store environment in flash | |
520 | ||
521 | Previously an I2C EEPROM was used. The EEPROM had size, reliability, | |
522 | and access issues which are resolved by storing the environment in | |
523 | flash. | |
524 | ||
525 | Signed-off-by: Peter Tyser <[email protected]> | |
526 | Signed-off-by: Stefan Roese <[email protected]> | |
527 | ||
528 | commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f | |
529 | Author: Peter Tyser <[email protected]> | |
530 | Date: Fri Jul 17 19:01:09 2009 -0500 | |
531 | ||
532 | xpedite1k: Add support for additional GPIO pins | |
533 | ||
534 | Enable GPIO pins for an I2C EEPROM write protect, a system reset pin, | |
535 | and a PMC #MONARCH pin. These pins are not currently used in U-Boot, | |
536 | but are used in OSes and may be used in U-Boot in the future. | |
537 | ||
538 | Signed-off-by: Peter Tyser <[email protected]> | |
539 | Signed-off-by: Stefan Roese <[email protected]> | |
540 | ||
541 | commit 42735815dd9ba39efe51203868aebce04053c8de | |
542 | Author: Peter Tyser <[email protected]> | |
543 | Date: Fri Jul 17 19:01:08 2009 -0500 | |
544 | ||
545 | xpedite1k: Add support for optional flashes | |
546 | ||
547 | The XPedite1000 can be built with 4 total flashes: | |
548 | - 512KB AMD socketed | |
549 | - 16MB Intel soldered | |
550 | - 2 x 32MB AMD MirrorBit flashes | |
551 | ||
552 | Add support for the optional 2 32MB CFI-compliant AMD flashes | |
553 | ||
554 | Signed-off-by: Peter Tyser <[email protected]> | |
555 | Signed-off-by: Stefan Roese <[email protected]> | |
556 | ||
557 | commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0 | |
558 | Author: Peter Tyser <[email protected]> | |
559 | Date: Fri Jul 17 19:01:07 2009 -0500 | |
560 | ||
561 | xpedite1k: Cleanup coding style | |
562 | ||
563 | Signed-off-by: Peter Tyser <[email protected]> | |
564 | Signed-off-by: Stefan Roese <[email protected]> | |
565 | ||
566 | commit 086ff34a3a7e5e595630d658c1c13778399452d1 | |
567 | Author: Peter Tyser <[email protected]> | |
568 | Date: Fri Jul 17 19:01:06 2009 -0500 | |
569 | ||
570 | xpedite1k: Remove support for reading MACs from EEPROM | |
571 | ||
572 | By default, the XPedite1000 comes installed with xMon, a proprietary | |
573 | bootloader. xMon stores its MAC address in an onboard EEPROM. Rather | |
574 | than requiring a non-standard location in the EEPROM to be reserved for | |
575 | MAC addresses, store the MAC addresses in U-Boot's standard environment. | |
576 | A U-Boot application or OS application can be used to migrate xMon MAC | |
577 | addresses to U-Boot's environment if necessary. | |
578 | ||
579 | Signed-off-by: Peter Tyser <[email protected]> | |
580 | Signed-off-by: Stefan Roese <[email protected]> | |
581 | ||
582 | commit 108d6d0099372f9f6532c3198fbaacabc121c9b3 | |
583 | Author: Peter Tyser <[email protected]> | |
584 | Date: Fri Jul 17 19:01:05 2009 -0500 | |
585 | ||
586 | xpedite1k: Remove support for fixed SDRAM configuration | |
587 | ||
588 | All XPedite1000's have SPD EEPROMs present and no fixed configuration | |
589 | parameters are currently defined or used | |
590 | ||
591 | Signed-off-by: Peter Tyser <[email protected]> | |
592 | Signed-off-by: Stefan Roese <[email protected]> | |
593 | ||
594 | commit c86d00a2ed923002f1ab0bfb0a925522628302e9 | |
595 | Author: Peter Tyser <[email protected]> | |
596 | Date: Fri Jul 17 19:01:04 2009 -0500 | |
597 | ||
598 | xpedite1k: Remove CONFIG_SYS_DRAM_TEST support | |
599 | ||
600 | POST or command line tests provide similar functionality | |
601 | ||
602 | Signed-off-by: Peter Tyser <[email protected]> | |
603 | Signed-off-by: Stefan Roese <[email protected]> | |
604 | ||
605 | commit 11ad309c183b176d8866944026a63c0f1c626f56 | |
606 | Author: Peter Tyser <[email protected]> | |
607 | Date: Fri Jul 17 19:01:03 2009 -0500 | |
608 | ||
609 | xpedite1k: Use standard CFI flash driver | |
610 | ||
611 | Using the CFI flash driver will allow write access to the 16MB Intel | |
612 | StrataFlash present on the XPedite1000. The 512KB socketed (non | |
613 | CFI-compliant flash) will no longer be writable. | |
614 | ||
615 | The mapping of the 16MB Strata flash was moved to 0xff000000 and the | |
616 | 512KB AMD socketed flash was moved to 0xfe000000. | |
617 | ||
618 | Signed-off-by: Peter Tyser <[email protected]> | |
619 | Signed-off-by: Stefan Roese <[email protected]> | |
620 | ||
621 | commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c | |
622 | Author: Matthias Fuchs <[email protected]> | |
623 | Date: Thu Jul 16 22:13:57 2009 +0200 | |
624 | ||
625 | ppc4xx: Cleanup PLU405 board code | |
626 | ||
627 | Some Coding style cleanup (braces, whitespaces, long lines) | |
628 | ||
629 | Signed-off-by: Matthias Fuchs <[email protected]> | |
630 | Signed-off-by: Stefan Roese <[email protected]> | |
631 | ||
632 | commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb | |
633 | Author: Dirk Eibach <[email protected]> | |
634 | Date: Fri Jul 17 14:16:40 2009 +0200 | |
635 | ||
636 | ppc4xx: Add DL-Vision 405EP board support | |
637 | ||
638 | Board support for the Guntermann & Drunck DL-Vision. | |
639 | ||
640 | Signed-off-by: Dirk Eibach <[email protected]> | |
641 | Signed-off-by: Stefan Roese <[email protected]> | |
642 | ||
643 | commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc | |
644 | Author: Dirk Eibach <[email protected]> | |
645 | Date: Fri Jul 10 14:47:32 2009 +0200 | |
646 | ||
647 | ppc4xx: Fix missing freqOPB for 405EP | |
648 | ||
649 | In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was | |
650 | left out for no obvious reason. | |
651 | ||
652 | Signed-off-by: Dirk Eibach <[email protected]> | |
653 | Signed-off-by: Stefan Roese <[email protected]> | |
654 | ||
655 | commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5 | |
656 | Author: Stefan Roese <[email protected]> | |
657 | Date: Tue Jul 14 15:53:08 2009 +0200 | |
658 | ||
659 | ppc4xx: Fix TLB reset problem with recent 44x images | |
660 | ||
661 | Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal" | |
662 | booting on some 44x platforms. This breakage is only noticed in some | |
663 | cases while powercycling. As it seems, the code in question in start.S | |
664 | didn't invalidate TLB #0. This makes sense since this TLB is used for | |
665 | the bootrom mapping. With the patch mentioned above even TLB #0 got | |
666 | invalidated resulting in an error later on. | |
667 | ||
668 | This patch now fixes this issue by only invalidating TLB #0 in the RAM- | |
669 | booting case. | |
670 | ||
671 | Tested succesfully on Sequoia and Canyonlands. | |
672 | ||
673 | Signed-off-by: Stefan Roese <[email protected]> | |
674 | Cc: Dirk Eibach <[email protected]> | |
675 | ||
676 | commit 44259bb9e696d22bf1773181111855a29f00cf33 | |
677 | Author: Prafulla Wadaskar <[email protected]> | |
678 | Date: Fri Jul 17 19:56:30 2009 +0530 | |
679 | ||
680 | usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root | |
681 | ||
682 | This change is cheked in Linux source and fix found to be in sync. | |
683 | This patch is tested for USB host interface on Kirkwood based | |
684 | Sheevaplug platform (ARM little endian board) | |
685 | ||
686 | Risk: the impact of this patch is not validated on big endian board. | |
687 | This need to be checked... | |
688 | ||
689 | Signed-off-by: Prafulla Wadaskar <[email protected]> | |
690 | Signed-off-by: Remy Bohmer <[email protected]> | |
691 | ||
692 | commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d | |
693 | Author: Wolfgang Denk <[email protected]> | |
694 | Date: Thu Jul 23 22:23:23 2009 +0200 | |
695 | ||
696 | Coding Style cleanup; update CHANGELOG. | |
697 | ||
698 | Signed-off-by: Wolfgang Denk <[email protected]> | |
699 | ||
28958b8b WD |
700 | commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6 |
701 | Author: Mike Frysinger <[email protected]> | |
702 | Date: Tue Jul 21 22:59:36 2009 -0400 | |
703 | ||
704 | autoconf.mk: include before config.mk for top level files | |
705 | ||
706 | By including autoconf.mk before config.mk, all top level files can use any | |
707 | config options it sets up (like <arch>_config.mk) or the Makefile itself | |
708 | without being forced to use lazy evaluation. | |
709 | ||
710 | commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c | |
711 | Author: Mark Jackson <[email protected]> | |
712 | Date: Tue Jul 21 11:30:53 2009 +0100 | |
713 | ||
714 | Remove static declaration from gunzip_bmp() | |
715 | ||
716 | This patch removes the static declaration from gunzip_bmp() | |
717 | ||
718 | Without it, the gunzip_bmp() function is not visible to | |
719 | common/lcd.c and fails to compile with an error. | |
720 | ||
721 | Signed-off-by: Mark Jackson <[email protected]> | |
722 | ||
723 | commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b | |
724 | Author: Peter Tyser <[email protected]> | |
725 | Date: Mon Jul 20 21:51:38 2009 -0500 | |
726 | ||
727 | cmd_tsi148: General cleanup | |
728 | ||
729 | - Fix command help message | |
730 | - Disable DEBUG by default | |
731 | - Fix whitespace issues | |
732 | - Fix lines > 80 characters | |
733 | ||
734 | Signed-off-by: Peter Tyser <[email protected]> | |
735 | Acked-by: Stefan Roese <[email protected]> | |
736 | ||
737 | commit 9aef73888509d10193615ee5cd9cf439ca44e937 | |
738 | Author: Mike Frysinger <[email protected]> | |
739 | Date: Sun Jul 19 15:17:03 2009 -0400 | |
740 | ||
741 | unify HOST_CFLAGS and HOSTCFLAGS | |
742 | ||
743 | The top build system sets up HOSTCFLAGS a bit and exports it, but other | |
744 | places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the | |
745 | values stay in sync. | |
746 | ||
747 | Signed-off-by: Mike Frysinger <[email protected]> | |
748 | ||
749 | commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936 | |
750 | Author: Wolfgang Denk <[email protected]> | |
751 | Date: Thu Jul 23 21:16:59 2009 +0200 | |
752 | ||
753 | Update CHANGELOG | |
754 | ||
755 | Signed-off-by: Wolfgang Denk <[email protected]> | |
756 | ||
2e9393f5 WD |
757 | commit e3b39f84e974df70065fa248f0f63993b1708c9d |
758 | Author: André Schwarz <[email protected]> | |
759 | Date: Fri Jul 17 14:50:24 2009 +0200 | |
760 | ||
761 | update config for mvBC-P (MPC5200) | |
762 | ||
763 | This patch adds I2C support for mvBC-P and defines flash layout | |
764 | matching the shipped product. | |
765 | ||
766 |