]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
avr32: asm/io.h needs asm/types.h
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
699f0512
WD
1commit bcab74baa6b1b1c969038ab6f64a186239180405
2Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3Date: Tue Jul 15 11:23:02 2008 -0400
4
5 Round the serial port clock divisor value returned by calc_divisor()
6
7 Round the serial port clock divisor value returned by
8 calc_divisor()
9
10 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
12
13commit 0328ef0edfe950f0b7b8b368dae482531506b74a
14Author: Robin Getz <rgetz@blackfin.uclinux.org>
15Date: Tue Jul 15 21:44:46 2008 +0200
16
17 Fix DHCP protocol so U-Boot does not respond too early
18 on the network with it's offered IP number; it should not reply until
19 after it has received a DHCP ACK message. Also ensures that U-Boot
20 does it's DHCPREQUEST as broadcast (per RFC 2131).
21
22 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
23 Acked-by: Ben Warren <biggerbadderben@gmail.com>
24 Signed-off-by: Wolfgang Denk <wd@denx.de>
25
26commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
27Author: Sebastian Siewior <bigeasy@linutronix.de>
28Date: Tue Jul 15 13:35:23 2008 +0200
29
30 cfi_flash: make the command u32 only
31
32 This got changed by commit 93c56f212c
33 [cfi_flash: support of long cmd in U-boot.]
34
35 Long is the wrong type because it will behave differently on 64bit
36 machines in a way that is probably not expected. u32 should be
37 enough.
38
39 Cc: Alexey Korolev <akorolev@infradead.org>
40 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
41 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
42
43commit 31cfe57491b183acae575d486729e158f016c27b
44Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45Date: Mon Jul 14 23:48:41 2008 +0200
46
47 tools/gitignore: update to all generated files
48
49 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50
51commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
52Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53Date: Wed Jul 9 18:30:44 2008 +0200
54
55 mpc5xxx: Add MVBC_P board support
56
57 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
58 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
59
60 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
61 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62
63commit e2d31fb3450653115452144363d5bde4e5e3e693
64Author: Timur Tabi <timur@freescale.com>
65Date: Thu Jun 19 17:56:11 2008 -0500
66
67 Update Freescale sys_eeprom.c to handle CCID formats
68
69 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
70 NXID format replaces the older CCID format, but it's important to support both
71 since most boards out there still use the CCID format. This change is in
72 preparation for using one file to handle both formats. This will also unify
73 EEPROM support for all Freescale 85xx and 86xx boards.
74
75 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
76 instead of ID_EEPROM_ADDR.
77
78 Signed-off-by: Timur Tabi <timur@freescale.com>
79
80commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
81Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
82Date: Fri Jul 11 17:22:43 2008 +0900
83
84 pci: sh: Add pci_skip_dev and pci_print_dev function
85
86 Add function of new PCI, pci_skip_dev and pci_print_dev.
87
88 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
89 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
90
91commit 1107014e835ec9d46c0333f4211d104f77442db0
92Author: Andy Fleming <afleming@freescale.com>
93Date: Mon Jul 14 20:29:07 2008 -0500
94
95 Clean up INIT_RAM options
96
97 The L2_INIT_RAM option was unused, and recent changes to the TLB code
98 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
99 the amount of mapped space attached to nothing, we change things so the TLBs
100 get cleared.
101
102 Signed-off-by: Andy Fleming <afleming@freescale.com>
103
104commit 4524561820a9327e89107854b3a7187800ccf719
105Author: Andy Fleming <afleming@freescale.com>
106Date: Mon Jul 14 20:26:57 2008 -0500
107
108 Remove fake flash bank from 8544 DS
109
110 The fake flash bank was generating errors for anyone who didn't have a
111 PromJET hooked up to the board. As that constitutes the vast majority of
112 users, we remove it.
113
114 Signed-off-by: Andy Fleming <afleming@freescale.com>
115
116commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
117Author: Kumar Gala <galak@kernel.crashing.org>
118Date: Mon Jul 14 14:07:03 2008 -0500
119
120 MPC8544DS: Add ATI Video card support
121
122 Add support for using a PCIe ATI Video card on PCIe2.
123
124 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
125
126commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
127Author: Kumar Gala <galak@kernel.crashing.org>
128Date: Mon Jul 14 14:07:02 2008 -0500
129
130 85xx: Add some L1/L2 SPR register definitions
131
132 Add new L1/L2 SPRs related to e500mc cache config and control.
133
134 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
135
136commit e5852787f0c3c442a276262f13d91ca450605ac0
137Author: Kumar Gala <galak@kernel.crashing.org>
138Date: Mon Jul 14 14:07:01 2008 -0500
139
140 MPC8544DS: Report board id, board version and fpga version.
141
142 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
143
144commit 73f15a060f67a2462551c334215bd20fac6b81d1
145Author: Kumar Gala <galak@kernel.crashing.org>
146Date: Mon Jul 14 14:07:00 2008 -0500
147
148 85xx: Cleanup L2 cache size detection
149
150 The L2 size detection code was a bit confusing and we kept having to add
151 code to it to handle new processors. Change the sense of detection so we
152 look for the older processors that aren't changing.
153
154 Also added support for 1M cache size on 8572.
155
156 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
157
158commit c3ca7e5e00a24451f20df3bded9a61ba541921df
159Author: Paul Gortmaker <paul.gortmaker@windriver.com>
160Date: Fri Jul 11 15:33:08 2008 -0400
161
162 sbc8560: enable CONFIG_OF_LIBFDT by default
163
164 Make the default build for the sbc8560 board be powerpc
165 capable with libfdt support.
166
167 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
168
169commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
170Author: Andy Fleming <afleming@freescale.com>
171Date: Mon Jul 14 20:04:40 2008 -0500
172
173 Fix indentation for default boot environment variables
174
175 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
176 similar #defines in sbc8560.h.
177
178 Signed-off-by: Andy Fleming <afleming@freescale.com>
179
180commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
181Author: Paul Gortmaker <paul.gortmaker@windriver.com>
182Date: Fri Jul 11 15:33:07 2008 -0400
183
184 sbc8560: add default fdt values
185
186 Add in the default fdt settings and the typical EXTRA_ENV
187 settings as borrowed from the mpc8560ads. Fix a couple
188 of stale references to the mpc8560ads dating back to the
189 original clone/fork.
190
191 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
192 Signed-off-by: Andy Fleming <afleming@freescale.com>
193
194commit d04e76edf92f7f89696989e8702b97e020455af3
195Author: Paul Gortmaker <paul.gortmaker@windriver.com>
196Date: Fri Jul 11 15:33:06 2008 -0400
197
198 sbc8560: add in ft_board_setup()
199
200 Add in for the sbc8560, the ft_board_setup() routine, based on what is
201 in use for the Freescale MPC8560ADS board.
202
203 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
204
205commit c158bcaca3b31cbe38c4143812e6170e38a57393
206Author: Paul Gortmaker <paul.gortmaker@windriver.com>
207Date: Fri Jul 11 15:33:05 2008 -0400
208
209 sbc8560: define eth0 and eth1 instead of eth1 and eth2
210
211 The existing config doesn't define CONFIG_HAS_ETH0, and so the
212 fdt support doesn't update the zeros in the dtb local-mac with
213 real data from the u-boot env. Since the existing config is
214 tailored to just two interfaces, get rid of the ETH2 definitions
215 at the same time.
216
217 Also don't include any end user specific data into the environment
218 by default -- things like MAC address, network parameters etc. need
219 to come from the end user.
220
221 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
222 Signed-off-by: Andy Fleming <afleming@freescale.com>
223
224commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
225Author: Paul Gortmaker <paul.gortmaker@windriver.com>
226Date: Fri Jul 11 15:33:04 2008 -0400
227
228 sbc8560: properly set cs0_bnds for 512MB
229
230 The sbc8560 board ships with 512MB of memory installed,
231 but the current cs0_bnds is hard coded for 256MB. Set the
232 value based on CFG_SDRAM_SIZE.
233
234 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
235
236commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
237Author: Paul Gortmaker <paul.gortmaker@windriver.com>
238Date: Fri Jul 11 15:33:03 2008 -0400
239
240 sbc8560: proper definitions for TSEC.
241
242 The definitions for the TSEC have become out of date. There is no
243 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
244 Update to match those of other boards, like the MPC8560ADS.
245
246 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
247 Acked-by: Ben Warren <biggerbadderben@gmail.com>
248
249commit 71074abbe0c76429577aff58aeff0a24ad210b23
250Author: Paul Gortmaker <paul.gortmaker@windriver.com>
251Date: Wed Jul 9 13:23:05 2008 -0400
252
253 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
254
255 Some boards that have external 16550 UARTs don't have a direct
256 tie between bi_busfreq and the clock used for the UARTs. Boards
257 that do have such a tie should set CFG_NS16550_CLK to be
258 get_bus_freq(0) -- which most of them do already.
259
260 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
261 Acked-by: Kim Phillips <kim.phillips@freescale.com>
262
263commit 24ef76f320fbadf074105229826514db140f939f
264Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
265Date: Wed Jul 2 07:03:53 2008 -0700
266
267 Change the temp map to ROM to align addresses to page size.
268
269 With a page size of BOOKE_PAGESZ_16M, both the real and effective
270 addresses must be multiples of 16MB. The hardware silently truncates
271 them so the code happens to work. This patch clarifies the situation
272 by establishing addresses that the hardware doesn't need to truncate.
273
274 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
275 Signed-off-by: Andy Fleming <afleming@freescale.com>
276
277commit 06b4186c10204b6683edb047ac5f506fb0ce0937
278Author: Kim Phillips <kim.phillips@freescale.com>
279Date: Tue Jun 17 17:45:22 2008 -0500
280
281 mpc85xx: use IS_E_PROCESSOR macro
282
283 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
284
285commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
286Author: Kim Phillips <kim.phillips@freescale.com>
287Date: Mon Jun 16 15:55:53 2008 -0500
288
289 fdt: add crypto node handling for MPC8{3, 5}xxE processors
290
291 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
292 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
293 if on an 'EA' processor, e.g. MPC8349EA.
294
295 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
296
297commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
298Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
299Date: Fri Jul 11 15:10:11 2008 -0400
300
301 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
302
303 ARM DaVinci: Remove extern phy_t declaration by moving
304 code to proper place.
305
306 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
307
308commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
309Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
310Date: Fri Jul 11 15:10:10 2008 -0400
311
312 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
313
314 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
315 and prototype of i2c_init().
316
317 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
318
319commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
320Author: Kumar Gala <galak@kernel.crashing.org>
321Date: Mon Jul 14 14:03:02 2008 -0500
322
323 Fix some more printf() format problems.
324
325 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
326
327commit 45b16d22c64674ccd8c4637456a987463609141c
328Author: Wolfgang Denk <wd@denx.de>
329Date: Mon Jul 14 22:38:42 2008 +0200
330
331 Fix coding style; make code better parsable by external tools
332
333 Signed-off-by: Wolfgang Denk <wd@denx.de>
334
335commit b880cbf207b1c109d3a661417a8feddcbd729a9d
336Author: Wolfgang Denk <wd@denx.de>
337Date: Mon Jul 14 21:19:08 2008 +0200
338
339 cpu/i386/serial.c: Fix syntax errors
340
341 Signed-off-by: Wolfgang Denk <wd@denx.de>
342
343commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
344Author: Wolfgang Denk <wd@denx.de>
345Date: Mon Jul 14 20:41:35 2008 +0200
346
347 elppc board: Coding style cleanup.
348
349 Signed-off-by: Wolfgang Denk <wd@denx.de>
350
351commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
352Author: Wolfgang Denk <wd@denx.de>
353Date: Mon Jul 14 20:40:22 2008 +0200
354
355 elppc board: fix syntax error.
356
357 Signed-off-by: Wolfgang Denk <wd@denx.de>
358
359commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
360Author: Wolfgang Denk <wd@denx.de>
361Date: Mon Jul 14 20:38:26 2008 +0200
362
363 EB+MCF-EV123 board: fix coding style (alingment)
364
365 Signed-off-by: Wolfgang Denk <wd@denx.de>
366
367commit 6841785a0bb0f38175456a923edd634fb7dd6947
368Author: Wolfgang Denk <wd@denx.de>
369Date: Mon Jul 14 20:36:44 2008 +0200
370
371 EB+MCF-EV123 board: fix syntx error
372
373 Signed-off-by: Wolfgang Denk <wd@denx.de>
374
375commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
376Author: Andy Fleming <afleming@freescale.com>
377Date: Mon Jul 7 18:02:08 2008 -0500
378
379 Remove LBC_CACHE_BASE from 8544 DS
380
381 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
382 space for some anyway, we were allowing speculative loads into unmapped space,
383 which would cause an exception (annoying, even if ultimately harmless).
384 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
385 problem.
386
387 Signed-off-by: Andy Fleming <afleming@freescale.com>
388
389commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
390Author: Wolfgang Denk <wd@denx.de>
391Date: Mon Jul 14 15:19:07 2008 +0200
392
393 Code cleanup: fix old style assignment ambiguities like "=-" etc.
394
395 Signed-off-by: Wolfgang Denk <wd@denx.de>
396
397commit d7854223c5c85b5849fbf422cc8ac0efef461c37
398Author: Wolfgang Denk <wd@denx.de>
399Date: Mon Jul 14 15:10:53 2008 +0200
400
401 AmigaOneG3SE: remove dead and incomplete files
402
403 Signed-off-by: Wolfgang Denk <wd@denx.de>
404
405commit b64f190b7a34224df09b559ca111eb1b733f00ad
406Author: Wolfgang Denk <wd@denx.de>
407Date: Mon Jul 14 15:06:35 2008 +0200
408
409 Fix printf() format issues with sizeof_t types by using %zu
410
411 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
412 Signed-off-by: Wolfgang Denk <wd@denx.de>
413
414commit f354b73e16a86f9e9085471a830605f74f84ea5d
415Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
416Date: Mon Jul 14 14:11:45 2008 +0200
417
418 vsprintf: add z and t options
419
420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
421
422commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
423Author: Wolfgang Denk <wd@denx.de>
424Date: Sun Jul 13 23:07:35 2008 +0200
425
426 Fix some more printf() format issues.
427
428 Signed-off-by: Wolfgang Denk <wd@denx.de>
429
430commit d5996dd555edf52721b7691a4c59de016251ed39
431Author: Wolfgang Denk <wd@denx.de>
432Date: Sun Jul 13 19:51:00 2008 +0200
433
434 Fix some more printf() format problems.
435
436 Signed-off-by: Wolfgang Denk <wd@denx.de>
437
438commit 0f9d5f6d6e814907794995c6a22af752040c35d9
439Author: Wolfgang Denk <wd@denx.de>
440Date: Sun Jul 13 19:48:26 2008 +0200
441
442 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
443
444 Signed-off-by: Wolfgang Denk <wd@denx.de>
445
446commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
447Author: Anatolij Gustschin <agust@denx.de>
448Date: Sat Jul 12 17:31:36 2008 +0200
449
450 Fix bug in Lime video driver
451
452 We need to wait while drawing engine clears frame
453 buffer before any further software accesses to frame
454 buffer will be initiated. Otherwise software drawn
455 parts could be partially destroyed by the drawing
456 engine or even GDC chip freeze could occur (as
457 observed on socrates board).
458
459 Signed-off-by: Anatolij Gustschin <agust@denx.de>
460
461commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
462Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
463Date: Sat Jul 12 14:36:34 2008 +0200
464
465 Fix some more printf() format issues.
466
467 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
468
469commit 18c8a28aad49803780bd8d52432ded528e37e701
470Author: Michal Simek <monstr@monstr.eu>
471Date: Fri Jul 11 15:11:57 2008 +0200
472
473 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
474
475 Signed-off-by: Michal Simek <monstr@monstr.eu>
476 Acked-by: Stefan Roese <sr@denx.de>
477
478commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
479Author: Michal Simek <monstr@monstr.eu>
480Date: Fri Jul 11 11:50:53 2008 +0200
481
482 hwmon: Cleaning hwmon devices
483
484 Clean Makefile
485 Move device specific values to driver for better reading
486
487 Signed-off-by: Michal Simek <monstr@monstr.eu>
488 Acked-by: Stefan Roese <sr@denx.de>
489
490commit c78fce699c7ff467ecd841da6a79f065180bf578
491Author: Michal Simek <monstr@monstr.eu>
492Date: Fri Jul 11 10:43:13 2008 +0200
493
494 FIS: repare incorrect return value with ramdisk handling
495
496 Microblaze and PowerPC use boot_get_ramdisk for loading
497 ramdisk to memory with checking return value.
498 Return 0 means success. Return 1 means failed.
499 Here is correspond part of code from bootm.c which check
500 return code.
501
502 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
503 &rd_data_start, &rd_data_end);
504 if (ret)
505 goto error;
506
507 Signed-off-by: Michal Simek <monstr@monstr.eu>
508
509commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
510Author: Michal Simek <monstr@monstr.eu>
511Date: Fri Jul 11 10:10:32 2008 +0200
512
513 microblaze: Remove useless ancient headers
514
515 Signed-off-by: Michal Simek <monstr@monstr.eu>
516
517commit 53ea981c3124b13c137c2d10e975b7c6672266e0
518Author: Michal Simek <monstr@monstr.eu>
519Date: Fri Jul 11 10:10:31 2008 +0200
520
521 microblaze: Clean uartlite driver
522
523 Redesign uartlite driver to in_be32 and out_be32 macros
524 Fix missing header in io.h
525
526 Signed-off-by: Michal Simek <monstr@monstr.eu>
527 Acked-by: Grant Likely <grant.likely@secretlab.ca>
528
529commit dbf3dfb386a2d5d2381814e39985ab2e21894550
530Author: Marcel Ziswiler <marcel@ziswiler.com>
531Date: Fri Jul 11 02:39:14 2008 +0200
532
533 Enable passing of ATAGs required by latest Linux kernel.
534
535commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
536Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
537Date: Fri Jul 11 10:24:15 2008 -0400
538
539 Fix integer overflow warning in calc_divisor()
540
541 which happened when rounding the serial port clock divisor
542
543 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
544
545commit 6b760189d77f001684e3160b355c185ca3804961
546Author: Marcel Ziswiler <marcel@ziswiler.com>
547Date: Fri Jul 11 01:09:59 2008 +0200
548
549 Fix build time warnings in function mmc_decode_csd()
550
551 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
552
553commit c15947d6ce0d59925c97fdfac692476af6e262d0
554Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
555Date: Thu Jul 10 10:46:33 2008 -0400
556
557 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
558
559 caused by missing dcache status/enable/disable functions.
560
561 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
562
563commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
564Author: Stefan Roese <sr@denx.de>
565Date: Thu Jul 10 13:53:31 2008 +0200
566
567 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
568
569 This patch removes some ft_board_setup() functions from some 4xx boards.
570 This can be done since we now have a default weak implementation for this
571 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
572 implementation like canyonlands need their own version.
573
574 Signed-off-by: Stefan Roese <sr@denx.de>
575
576commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
577Author: Wolfgang Denk <wd@denx.de>
578Date: Sun Jul 13 14:58:16 2008 +0200
579
580 Add last known maintainer for orphaned boards; reformat.
581
582 Signed-off-by: Wolfgang Denk <wd@denx.de>
583
584commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
585Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
586Date: Thu Jul 10 13:16:04 2008 +0200
587
588 Remove kharris@nexus-tech.net from MAINTAINERS
589
590 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
591 anymore. You can't be a maintainer without a valid e-mail address, so
592 move all boards that used to be maintained by Kyle Harris to the
593 "orphaned" list.
594
595 Currently, only PowerPC has a list of orphaned boards, so this patch
596 creates one for ARM as well.
597
598 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
599
600commit 17bd17071463b0cde391ac4a0863d600474b4ea1
601Author: Anatolij Gustschin <agust@denx.de>
602Date: Thu Jul 10 01:15:10 2008 +0200
603
604 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
605
606 On the at91sam9260ep development board there is an EEPROM
607 connected to the TWI interface (PA23, PA24 Peripheral A
608 multiplexing), so we cannot use these pins as ETX2, ETX3.
609 This patch configures PA10, PA11 pins for ETX2, ETX3
610 instead of PA23, PA24 pins.
611
612 Signed-off-by: Anatolij Gustschin <agust@denx.de>
613 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
614
615commit f889265753ddf4465d9d580827bb9289bfac55d6
616Author: Kenneth Johansson <kenneth@southpole.se>
617Date: Sat Jul 12 13:18:34 2008 -0600
618
619 fix DIU for small screens
620
621 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
622 so it was not possible to set a slow pixel clock and thus prevented
623 display on small screens.
624
625 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
626 Acked-by: John Rigby <jrigby@freescale.com>
627
628commit b60b8573875e650e4c69be667bfc88d3ed474a7c
629Author: John Rigby <jrigby@freescale.com>
630Date: Fri Jul 11 14:44:09 2008 -0600
631
632 ADS5121 cleanup compile warnings
633
634 board/ads5121/iopin.c
635 Replace bit fields in struct iopin_t with a single
636 field and intialize it via plain old macros.
637 This fixes the type pun warnings and makes the code
638 more readable.
639
640 board/ads5121/ads5121.c
641 Add include iopin.h to ads5121.c for the iopin_initialize
642 prototype.
643
644 Add an extern void ads5121_diu_init(void)
645
646 Signed-off-by: John Rigby <jrigby@freescale.com>
647
648commit bde63587622c4b830a27d1ddf7265843de9e994f
649Author: Wolfgang Denk <wd@denx.de>
650Date: Fri Jul 11 22:56:11 2008 +0200
651
652 Fix some more printf() format issues.
653
654 Signed-off-by: Wolfgang Denk <wd@denx.de>
655
656commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
657Author: Wolfgang Denk <wd@denx.de>
658Date: Fri Jul 11 22:55:31 2008 +0200
659
660 Fixed some out-of-tree build issues
661
662 Signed-off-by: Wolfgang Denk <wd@denx.de>
663
664commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
665Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
666Date: Wed Jul 9 16:20:23 2008 -0500
667
668 ColdFire: Fix FB CS not setup properly for Mcf5282
669
670 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
671 CFG_CSn_RO is defined as 0, the chipselect will not
672 be assigned.
673
674 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
675
676commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
677Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
678Date: Wed Jul 9 15:47:27 2008 -0500
679
680 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
681
682 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
683 clock module in cpu/<cf arch>/cpu_init.c
684
685 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
686
687commit f94945b517f10e01927101679c62361e03d4e837
688Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
689Date: Wed Jul 9 15:25:01 2008 -0500
690
691 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
692
693 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
694
695commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
696Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
697Date: Wed Jul 9 15:21:44 2008 -0500
698
699 Fix compile error caused by missing timer function
700
701 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
702
703 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
704
705commit c37ea031175b807c54e6bad9b270e9bede6c0078
706Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
707Date: Wed Jul 9 15:14:25 2008 -0500
708
709 Fix compile error caused by incorrect function return type
710
711 Rename int mii_init(void) to void mii_init(void)
712
713 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
714
715commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
716Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
717Date: Wed Jun 18 19:27:23 2008 -0500
718
719 ColdFire: Fix power up issue for MCF5235
720
721 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
722
723commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
724Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
725Date: Wed Jun 18 19:19:07 2008 -0500
726
727 ColdFire: Fix compiling error for MCF5275
728
729 The compiling error was caused by missing a closed parentheses
730 in speed.c
731
732 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
733
734commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
735Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
736Date: Wed Jun 18 19:14:01 2008 -0500
737
738 ColdFire: Fix timer issue for MCF5272
739
740 The timer was assigned to wrong timer memory mapped which
741 caused udelay() and timer() not working properly.
742
743 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
744
745commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
746Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
747Date: Wed Jun 18 19:12:13 2008 -0500
748
749 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
750
751 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
752
753commit 8371dc2066136be21e10b7b9293e469297d77298
754Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
755Date: Wed Jun 18 19:05:23 2008 -0500
756
757 ColdFire: Add -got=single param for new linux v4e toolchains
758
759 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
760
761commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
762Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
763Date: Wed Jun 18 13:21:19 2008 -0500
764
765 ColdFire: Fix code flash configuration for M547x/M548x boards
766
767 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
768
769commit 6e37091afc07fdcc15590093fd066b0cb7399f85
770Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
771Date: Tue Jun 24 12:12:16 2008 -0500
772
773 ColdFire: Fix warning messages by passing correct data type in board.c
774
775 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
776
777commit 81cc32322acb1b3225ee45606ced48e2a14824dc
778Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
779Date: Thu May 29 12:21:54 2008 -0500
780
781 ColdFire: Fix UART baudrate formula
782
783 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
784 can generate the wrong divisor due to integer division truncation.
785 Round the calculated divisor value by adding 1/2 the baudrate
786 before dividing by the baudrate.
787
788 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
789 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
790
791commit b578fb471444cbd7db1285701ba51343baaf73fb
792Author: Stefan Roese <sr@denx.de>
793Date: Thu Jul 10 11:38:26 2008 +0200
794
795 ppc4xx: Fix include sequence in 4xx_pcie.c
796
797 This patch now moves common.h to the top of the inlcude list. This
798 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
799 the phys_size_t/phys_addr_t are defined to the correct size in this
800 driver.
801
802 Signed-off-by: Stefan Roese <sr@denx.de>
803
804commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
805Author: Wolfgang Denk <wd@denx.de>
806Date: Fri Jul 11 01:16:00 2008 +0200
807
808 Fix some more print() format errors.
809
810 Signed-off-by: Wolfgang Denk <wd@denx.de>
811
812commit fdd70d1921b87287d9a99d1be99bc35226c2b412
813Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
814Date: Thu Jul 10 20:57:54 2008 +0200
815
816 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
817
818 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
819
820commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
821Author: Sergey Lapin <slapin@ossfans.org>
822Date: Thu Jun 5 11:06:29 2008 +0400
823
824 DataFlash AT45DB021 support
825
826 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
827 bootstrap, u-boot and its environment, using NAND or other external
828 storage for kernel and rootfs. This patch adds support for
829 small 1024x263 chip.
830
831 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
832
833commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
834Author: Kim Phillips <kim.phillips@freescale.com>
835Date: Thu Jul 10 14:00:15 2008 -0500
836
837 silence misc printf formatting compiler warnings
838
839 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
840
841commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
842Author: Markus Klotzbücher <mk@denx.de>
843Date: Thu Jul 10 14:47:09 2008 +0200
844
845 USB: shutdown USB before booting
846
847 This patch fixes a potentially serious issue related to USB which was
848 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
849 ARM920T. Martin wrote:
850
851 Turn off USB to prevent the host controller from writing to the
852 SDRAM while Linux is booting. This could happen, because the HCCA
853 (Host Controller Communication Area) lies within the SDRAM and the
854 host controller writes continously to this area (as busmaster!), for
855 example to increase the HccaFrameNumber variable, which happens
856 every 1 ms.
857
858 This is a slightly modified version of the patch in order to shutdown
859 USB when booting on all architectures.
860
861 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
862
863commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
864Author: Martha Marx <mmarx@silicontkx.com>
865Date: Thu May 29 14:23:25 2008 -0400
866
867 Configuration changes for ADS5121 Rev 3
868
869 ADS5121 Rev 3 board is now the default config
870
871 config targets are now
872
873 ads5121_config
874 Rev 3 board with
875 PCI
876 M41T62 on board RTC
877 512MB DRAM
878
879 ads5121_rev2_config
880 Rev 2 board with
881 No PCI
882 256MB DRAM
883
884 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
885 Acked-by: Grant Likely <grant.likely@secretlab.ca>
886 Acked-by: John Rigby <jrigby@freescale.com>
887
888commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
889Author: Martha Marx <mmarx@silicontkx.com>
890Date: Thu May 29 15:37:21 2008 -0400
891
892 Consolidate ADS5121 IO Pin configuration
893
894 Consolidate ADS5121 IO Pin configuration to one file
895 board/ads5121/iopin.c.
896
897 Remove pin config from cpu/mpc512x/fec.c
898
899 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
900 Acked-by: Grant Likely <grant.likely@secretlab.ca>
901 Acked-by: John Rigby <jrigby@freescale.com>
902
903commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
904Author: Christian Eggers <christian@p2400.wgnetz.xx>
905Date: Fri Jun 27 19:46:51 2008 +0200
906
907 Fix "usb part" command
908
909 Only print partition for selected device if user supplied the <dev>
910 arg with the "usb part [dev]" command.
911
912 Signed-off-by: Christian Eggers <ceggers@gmx.de>
913 Acked-by: Markus Klotzbuecher <mk@denx.de>
914
915commit cc83b27217f7380041fea386ddb6d6d9b261617d
916Author: Harald Welte <laforge@gnumonks.org>
917Date: Mon Jul 7 00:58:05 2008 +0800
918
919 fix USB devices with multiple configurations
920
921 This patch fixes bugs in usbdcore*.c related to the use of devices
922 with multiple configurations.
923
924 The original code made mistakes about the meaning of configuration value and
925 configuration index, and the resulting off-by-one errors resulted in:
926
927 * SET_CONFIGURATION always selected the first configuration, no matter what
928 wValue is being passed.
929 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
930 configuration (index 0).
931
932 Signed-off-by: Harald Welte <laforge@openmoko.org>
933 Acked-by: Markus Klotzbuecher <mk@denx.de>
934
935commit 06c53beae1a726e707971c555613f09b270a2461
936Author: Wolfgang Denk <wd@denx.de>
937Date: Thu Jul 10 13:16:09 2008 +0200
938
939 Fix some more print() format errors.
940
941 Signed-off-by: Wolfgang Denk <wd@denx.de>
942
943commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
944Author: Christian Eggers <christian@p2400.wgnetz.xx>
945Date: Fri Jun 27 19:46:51 2008 +0200
946
947 Fix "usb part" command
948
949 Only print partition for selected device if user supplied the <dev>
950 arg with the "usb part [dev]" command.
951
952 Signed-off-by: Christian Eggers <ceggers@gmx.de>
953 Acked-by: Markus Klotzbuecher <mk@denx.de>
954
955commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
956Author: Harald Welte <laforge@gnumonks.org>
957Date: Mon Jul 7 00:58:05 2008 +0800
958
959 fix USB devices with multiple configurations
960
961 This patch fixes bugs in usbdcore*.c related to the use of devices
962 with multiple configurations.
963
964 The original code made mistakes about the meaning of configuration value and
965 configuration index, and the resulting off-by-one errors resulted in:
966
967 * SET_CONFIGURATION always selected the first configuration, no matter what
968 wValue is being passed.
969 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
970 configuration (index 0).
971
972 Signed-off-by: Harald Welte <laforge@openmoko.org>
973 Acked-by: Markus Klotzbuecher <mk@denx.de>
974
975commit e870690bdca154943ecadd5212d2d59c1b9d391b
976Author: Stefan Roese <sr@denx.de>
977Date: Thu Jul 10 10:10:54 2008 +0200
978
979 MTD/NAND: Fix printf format warning in nand code
980
981 This patch fixes NAND related printf format warning. Those warnings are
982 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
983 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
984 really helpful.
985
986 Signed-off-by: Stefan Roese <sr@denx.de>
987
988commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
989Author: Stefan Roese <sr@denx.de>
990Date: Thu Jul 10 10:00:45 2008 +0200
991
992 rtc: Fix printf format warning in m41t60.c
993
994 Signed-off-by: Stefan Roese <sr@denx.de>
995
996commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
997Author: Stefan Roese <sr@denx.de>
998Date: Tue Jul 8 12:01:47 2008 +0200
999
1000 pci: Move PCI device configuration check into a separate weak function
1001
1002 This patch moves the check, if a device should be skipped in PCI PNP
1003 configuration into the function pci_skip_dev(). This function is defined
1004 as weak so that it can be overwritten by a platform specific one if
1005 needed. The check if the device should get printed in the PCI summary upon
1006 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
1007 pci_print_dev() which is also defined as weak too.
1008
1009 Signed-off-by: Stefan Roese <sr@denx.de>
1010
1011commit b002144e1dc21374b1ef5281fe6b5d014af96650
1012Author: Stefan Roese <sr@denx.de>
1013Date: Thu Jul 10 09:58:06 2008 +0200
1014
1015 ppc4xx: Fix printf format warnings now visible with the updated format check
1016
1017 This patch fixes ppc4xx related printf format warning. Those warnings are
1018 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1019 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
1020 really helpful.
1021
1022 Signed-off-by: Stefan Roese <sr@denx.de>
1023
1024commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
1025Author: Stefan Roese <sr@denx.de>
1026Date: Wed Jul 9 17:33:57 2008 +0200
1027
1028 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
1029
1030 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
1031 To support such configurations, we "only" map the first 2GB via the TLB's. We
1032 need some free virtual address space for the remaining peripherals like, SoC
1033 devices, FLASH etc.
1034
1035 Note that ECC is currently not supported on configurations with more than 2GB
1036 SDRAM. This is because we only map the first 2GB on such systems, and therefore
1037 the ECC parity byte of the remaining area can't be written.
1038
1039 Signed-off-by: Stefan Roese <sr@denx.de>
1040
1041commit cf1c2ed91df26903b956948f37f82de9e1158a89
1042Author: Larry Johnson <lrj@acm.org>
1043Date: Sat Jun 14 17:02:49 2008 -0400
1044
1045 ppc4xx: Remove implementation of testdram() from Korat board support
1046
1047 Signed-off-by: Larry Johnson <lrj@acm.org>
1048 Signed-off-by: Stefan Roese <sr@denx.de>
1049
1050commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
1051Author: Larry Johnson <lrj@acm.org>
1052Date: Sat Jun 14 16:53:02 2008 -0400
1053
1054 ppc4xx: Update and add FDT to Korat board support
1055
1056 Signed-off-by: Larry Johnson <lrj@acm.org>
1057 Signed-off-by: Stefan Roese <sr@denx.de>
1058
1059commit 4188f0491886b3b486164e819c0a83fdb97efd7d
1060Author: Wolfgang Denk <wd@denx.de>
1061Date: Thu Jul 10 01:13:30 2008 +0200
1062
1063 Minor coding style cleanup; update CHANGELOG
1064
1065 Signed-off-by: Wolfgang Denk <wd@denx.de>
1066
4188f049
WD
1067commit 8915f1189c1d29d8be7f4de325702d90a8988219
1068Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1069Date: Wed Jul 9 17:50:45 2008 -0400
1070
1071 e1000: add support for 82545GM 64bit PCI-X copper variant
1072
1073 This PCI-X e1000 variant works by just adding in the correct
1074 PCI IDs in the appropriate places.
1075
1076 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1077
1078commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
1079Author: Daniel Hellstrom <daniel@gaisler.com>
1080Date: Wed Jul 9 12:34:11 2008 +0000
1081
1082 SPARC: Build error fix
1083
1084 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
1085
1086 This patch makes SPARC targets build again. It is caused by
1087 phys_addr_t and phys_size_t being defined in the wrong header
1088 file. include/lmb.h need those typedefs to build.
1089
1090 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1091
1092commit 11ccc33fa21acce108f6b4a6936e3271af904c64
1093Author: Marcel Ziswiler <marcel@ziswiler.com>
1094Date: Wed Jul 9 08:17:15 2008 +0200
1095
1096 Many spelling fixes in README.
1097
1098 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1099
1100commit dbab0691d2533560f7e91b92ae844046a9ad1df3
1101Author: Marcel Ziswiler <marcel@ziswiler.com>
1102Date: Wed Jul 9 08:17:06 2008 +0200
1103
1104 Minor spelling fix in comment.
1105
1106 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1107
1108commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
1109Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1110Date: Tue Jul 8 14:54:58 2008 -0400
1111
1112 Round the serial port clock divisor value returned by calc_divisor()
1113
1114 Round the serial port clock divisor value returned by
1115 calc_divisor().
1116
1117 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1118 Signed-off-by: John Roberts <john.roberts@pwav.com>
1119
1120commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
1121Author: Scott Wood <scottwood@freescale.com>
1122Date: Wed Jul 9 17:47:52 2008 -0500
1123
1124 NAND: ifdef-protect most of nand.h when using legacy NAND.
1125
1126 Some macros such as NAND_CTL_SETALE conflict between current and legacy
1127 NAND, being defined by the subsystem in the former case and the board
1128 config file in the latter.
1129
1130 Signed-off-by: Scott Wood <scottwood@freescale.com>
1131
1132commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
1133Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1134Date: Tue Jul 8 11:02:05 2008 -0400
1135
1136 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
1137
1138 ARM: Fix for incorrect version of patch applied when
1139 adding support for the Lyrtech SFF-SDR board.
1140
1141 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1142 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
1143
1144commit 47042b363ee5022b8180c65d3f4558e7972c79cd
1145Author: Kyungmin Park <kmpark@infradead.org>
1146Date: Tue Jul 8 09:08:40 2008 +0900
1147
1148 Remove useless print message at apollon
1149
1150 Remove useless print message at apollon
1151
1152 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1153
1154commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
1155Author: Andy Fleming <afleming@freescale.com>
1156Date: Mon Jul 7 14:24:39 2008 -0500
1157
1158 Fix LMB type issues
1159
1160 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
1161 of casting problems in the bootm code that called the LMB functions.
1162
1163 Signed-off-by: Andy Fleming <afleming@freescale.com>
1164
1165commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
1166Author: Kumar Gala <galak@kernel.crashing.org>
1167Date: Mon Jul 7 09:39:06 2008 -0500
1168
1169 Fix compiler warnings
1170
1171 gcc-4.3.x generates the following:
1172
1173 bootm.c: In function 'do_bootm_linux':
1174 bootm.c:208: warning: cast from pointer to integer of different size
1175 bootm.c:215: warning: cast from pointer to integer of different size
1176
1177 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1178
1179commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
1180Author: Harald Welte <laforge@gnumonks.org>
1181Date: Mon Jul 7 15:40:39 2008 +0800
1182
1183 Remove code duplication for setting the default environment
1184
1185 common/env_common.c (default_env): new function that resets the environment to
1186 the default value
1187 common/env_common.c (env_relocate): use default_env instead of own copy
1188 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
1189 include/environment.h: added default_env prototype
1190
1191 Signed-off-by: Werner Almesberger <werner@openmoko.org>
1192 Signed-off-by: Harald Welte <laforge@openmoko.org>
1193
1194commit 99c2b434d37863df5dda5207a53760c6506fc2be
1195Author: Marcel Ziswiler <marcel@ziswiler.com>
1196Date: Sun Jun 22 16:13:46 2008 +0200
1197
1198 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
1199
1200 The writeenv() and readenv() calls introduced by the recently added bad block
1201 management for environment variables were missing casts therefore producing
1202 compile time warnings.
1203 While at it fixing some typo in a comment and indentation.
1204
1205 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1206 Signed-off-by: Scott Wood <scottwood@freescale.com>
1207
1208commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
1209Author: Scott Wood <scottwood@freescale.com>
1210Date: Fri Jun 20 12:38:57 2008 -0500
1211
1212 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
1213
1214 This is particularly problematic now that non-NAND-specific code is
1215 including <nand.h>, and thus all debugging code is being compiled
1216 regardless of whether it was requested, as reported by Scott McNutt
1217 <smcnutt@psyent.com>.
1218
1219 Signed-off-by: Scott Wood <scottwood@freescale.com>
1220
1221commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
1222Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1223Date: Thu Jun 12 19:27:58 2008 +0200
1224
1225 mmc: Move atmel_mci driver into drivers/mmc
1226
1227 This makes it easier to use the driver on other platforms.
1228
1229 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1230 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1231
1232commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
1233Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1234Date: Thu Jun 12 19:27:57 2008 +0200
1235
1236 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
1237
1238 After we move the atmel_mci driver into drivers/mmc, we can't select
1239 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
1240 this driver so that there's no ambiguity.
1241
1242 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1243 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1244
1245commit 5ce13051a48c62bda9723df3b4778c492fb47f36
1246Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1247Date: Thu Jun 12 19:27:56 2008 +0200
1248
1249 Create drivers/mmc subdirectory
1250
1251 In order to consolidate more of the various MMC drivers around the
1252 tree, we must first have a common place to put them.
1253
1254 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1255 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1256
1257commit b502611b51f02718c2d1117d4981dabceb5af6de
1258Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
1259Date: Sun Jul 6 12:30:09 2008 +0200
1260
1261 Change env_get_char from a global function ptr to a function
1262
1263 This avoids an early global data reference.
1264
1265 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1266
1267commit 27269417ade432189b234d9fbac98b54e37b978c
1268Author: Matvejchikov Ilya <matvejchikov@gmail.com>
1269Date: Sun Jul 6 13:57:58 2008 +0400
1270
1271 Some copy-n-paste fixes in printf usage
1272
1273 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
1274
1275commit 0e6989b9faf1588e8723535539e88a0df3c71356
1276Author: Matvejchikov Ilya <matvejchikov@gmail.com>
1277Date: Sun Jul 6 13:57:00 2008 +0400
1278
1279 FDT memory and pci node fixes for MPC8260ADS
1280
1281 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
1282
1283commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1284Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1285Date: Mon Jul 7 06:41:14 2008 -0700
1286
1287 Fix printf errors.
1288
1289 The compiler will help find mismatches between printf formats and
1290 arguments if you let it. This patch adds the necessary attributes to
1291 declarations in include/common.h, then begins to correct the resulting
1292 compiler warnings. Some of these were bugs, e.g., "$d" instead of
1293 "%d" and incorrect arguments. Others were just annoying, like
1294 int-long mismatches on a system where both are 32 bits. It's worth
1295 fixing the annoying errors to catch the real ones.
1296
1297 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1298
1299commit 417faf285b2527acb2de24c5cd3e2621d385408c
1300Author: Becky Bruce <becky.bruce@freescale.com>
1301Date: Wed Jul 9 11:09:41 2008 -0500
1302
1303 Allow print_size to print in GB
1304
1305 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
1306
1307commit e7c374529c87525c9aa463e0557c287887ae4e9e
1308Author: Jason McMullan <mcmullan@netapp.com>
1309Date: Sun Jun 8 23:56:00 2008 -0400
1310
1311 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
1312
1313 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
1314 they are set in the U-Boot environment.
1315
1316 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
1317 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1318
1319commit 0192d7d56e9320819dea262f49789ae18fdd2c72
1320Author: Stefan Roese <sr@denx.de>
1321Date: Tue Jul 8 12:57:14 2008 +0200
1322
1323 jedec_flash: Fix AM29DL800BB device ID
1324
1325 As pointed out by Jerry Hicks, this patch corrects the device ID of
1326 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
1327 datasheet (rev C4 from Dezember 2006).
1328
1329 Signed-off-by: Stefan Roese <sr@denx.de>
1330
1331commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
1332Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1333Date: Mon Jul 7 11:22:37 2008 +0900
1334
1335 sh: Fix compile error sh7763rdp board
1336
1337 Disable SH ether driver.
1338
1339 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1340
1341commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
1342Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1343Date: Tue Jul 8 12:03:24 2008 +0900
1344
1345 sh: Fix SH-boards compile error
1346
1347 By Cleanup out-or-tree building for some boards (.depend)
1348 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
1349 because filse ware changed, some SH-boards have compile error.
1350 I revised this problem.
1351
1352 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1353
699f0512
WD
1354commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
1355Author: Jason Jin <Jason.jin@freescale.com>
1356Date: Tue May 13 11:50:36 2008 +0800
1357
1358 Feed the watchdog in u-boot for 8610 board.
1359
1360 The watchdog on 8610 board is enabled by setting sw[6]
1361 to on. Once enabled, the watchdog can not be disabled
1362 by software. So feed the dog in u-boot is necessary for
1363 normal operation.
1364
1365 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
1366
4188f049
WD
1367commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
1368Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1369Date: Wed Jun 18 12:10:33 2008 -0400
1370
1371 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
1372
1373 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
1374
1375 Remove duplicate code in a if/else block in
1376 cpu/arm926ejs/davinci/lxt972.c.
1377 Fixed style issues.
1378
1379 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1380 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1381
1382commit fec61431a003f5778bafa2624073a571af8bec9f
1383Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1384Date: Wed Jun 18 12:10:31 2008 -0400
1385
1386 Remove duplicate definitions in include/lxt971a.h.
1387
1388 Remove duplicate definitions in include/lxt971a.h.
1389
1390 Remove duplicate registers and bits definitions in
1391 include/lxt971a.h for standard MII registers, and
1392 use values in include/miiphy.h instead.
1393
1394 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1395 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1396
1397commit 9751ee0990f467941da0b095a4e995f863672d7a
1398Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1399Date: Wed Jun 11 21:05:00 2008 +0900
1400
1401 net: sh: Renesas SH7763 Ethernet device support
1402
1403 Renesas SH7763 has 2 channel Ethernet device.
1404 This is 10/100/1000 Base support.
1405 But this patch check 10/100 Base only.
1406
1407 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1408 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1409
1410commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
1411Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1412Date: Tue Jun 17 16:28:05 2008 +0900
1413
1414 sh: Update Renesas R2DPlus board
1415
1416 New NOR Flash board support and remove old type flash board config.
1417 And Remove network setting from config file.
1418
1419 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1420 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1421
1422commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
1423Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1424Date: Tue Jun 17 16:28:01 2008 +0900
1425
1426 sh: Update Renesas R7780MP board
1427
1428 New NOR Flash board support and remove network setting from config file.
1429
1430 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1431 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1432
1433commit c001cd604e9f133743effbddb1c215b48e761c5a
1434Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1435Date: Tue Jun 17 16:27:56 2008 +0900
1436
1437 sh: Update Renesas Migo-R board
1438
1439 Remove network setting from config file.
1440
1441 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1442 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1443
1444commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
1445Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1446Date: Tue Jun 17 16:27:52 2008 +0900
1447
1448 sh: Update Hitachi MS7722SE board
1449
1450 Remove network setting from config file.
1451
1452 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1453 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1454
1455commit 26209e48e8791670c93108029a5c31a30016c6df
1456Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1457Date: Tue Jun 17 16:27:48 2008 +0900
1458
1459 sh: Cleanup source code of SH7763RDP
1460
1461 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1462 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1463
1464commit 5cd5b2c96ef0025762931349d350287aec03ab47
1465Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1466Date: Tue Jun 17 16:27:44 2008 +0900
1467
1468 sh: Cleanup source code of R2DPlus
1469
1470 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1471 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1472
1473commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
1474Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1475Date: Tue Jun 17 16:27:41 2008 +0900
1476
1477 sh: Cleanup source code of R7780MP
1478
1479 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1480 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1481
1482commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
1483Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1484Date: Tue Jun 17 16:27:38 2008 +0900
1485
1486 sh: Cleanup source code of MS7722SE
1487
1488 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1489 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1490
1491commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
1492Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1493Date: Tue Jun 17 16:27:34 2008 +0900
1494
1495 sh: Cleanup source code of MS7720SE
1496
1497 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1498 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1499
1500commit 3ab4827cbe409488ebea1a2ee5094783f2672214
1501Author: Wolfgang Denk <wd@denx.de>
1502Date: Mon Jul 7 00:45:03 2008 +0200
1503
1504 SH: fix out of tree building
1505
1506 Signed-off-by: Wolfgang Denk <wd@denx.de>
1507
1508commit 9047bfa1e737d787be460387dd6f45737eeceb10
1509Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1510Date: Thu Jul 3 23:16:06 2008 +0900
1511
1512 net: smc911x: Fix typo
1513
1514 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1515
1516commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
1517Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
1518Date: Wed Jul 2 18:54:08 2008 +0200
1519
1520 update mvBL-M7 board config
1521
1522 update mvBL-M7 config file to use UBOOT_VERSION and define
1523 CONFIG_HIGH_BATS.
1524
1525 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
1526
1527commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
1528Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1529Date: Mon Jun 30 17:45:01 2008 +0900
1530
1531 net: fix compile problem in smc911x driver.
1532
1533 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1534 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1535
1536commit 9fea65a6c469b1b474b27446feb58738baba2d31
1537Author: Michal Simek <monstr@monstr.eu>
1538Date: Tue Jun 24 09:54:09 2008 +0200
1539
1540 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
1541
1542 This change helps with better handling with others
1543 Xilinx based platform.
1544
1545 Signed-off-by: Michal Simek <monstr@monstr.eu>
1546 Acked-by: Stefan Roese <sr@denx.de>
1547
1548commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
1549Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1550Date: Tue Jun 17 13:07:11 2008 +0900
1551
1552 net: ne2000: Move dev_addr variable from grobal to local.
1553
1554 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1555 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1556
1557commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
1558Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1559Date: Tue Jun 17 13:07:15 2008 +0900
1560
1561 net: ne2000: Fix compile error of NE2000
1562
1563 If enable DEBUG, can not compile ne2000 driver.
1564
1565 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1566 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1567
1568commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
1569Author: Ben Warren <biggerbadderben@gmail.com>
1570Date: Mon Jun 23 22:57:27 2008 -0700
1571
1572 Add mechanisms for CPU and board-specific Ethernet initialization
1573
1574 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
1575 initialization to CPU or board-specific code. Initial implementation is
1576 only on the Freescale TSEC controller, but others will be added soon.
1577
1578 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1579
1580commit 7754f2be5d1835d263aad21b5a629526f3e680b0
1581Author: Wolfgang Denk <wd@denx.de>
1582Date: Sun Jul 6 01:21:46 2008 +0200
1583
1584 include/sha256.h: fix file permissions.
1585
1586 Signed-off-by: Wolfgang Denk <wd@denx.de>
1587
1588commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
1589Author: Patrice Vilchez <patrice.vilchez@atmel.com>
1590Date: Tue May 27 11:15:29 2008 +0200
1591
1592 [AT91SAM9] Fix NAND FLASH timings
1593
1594 Fix NAND FLASH timings for at91sam9x evaluation kits.
1595
1596 New timings are based on application note
1597 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
1598 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
1599
1600 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
1601 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1602 Acked-by: Stelian Pop <stelian@popies.net>
1603
1604commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
1605Author: Stelian Pop <stelian@popies.net>
1606Date: Thu May 22 00:15:40 2008 +0200
1607
1608 Fix boot from NOR due to incorrect reset delay.
1609
1610 AT91 RSTC registers are battery-backuped, so their values
1611 are not reset across power cycles. One of those registers,
1612 the AT91_RSTC_MR register, is being modified by U-Boot, in
1613 the ethernet initialisation routine, to generate a 500ms
1614 user reset.
1615
1616 Unfortunately, this value is not being restored afterwards,
1617 causing subsequent resets to also last for 500ms.
1618
1619 This long reset sequence causes problems (at least) in the
1620 boot sequence from NOR: by the time the CPU tries to load
1621 a program from the NOR flash, the latter is still in reset
1622 and not yet available.
1623
1624 Additionaly, this patch fixes a bug in the original code which
1625 caused the reset delay to last for 2s instead of 500ms.
1626
1627 Signed-off-by: Stelian Pop <stelian@popies.net>
1628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1629
1630commit f492dd636fbbae529e17533995bc6e5813c007f6
1631Author: Wolfgang Denk <wd@denx.de>
1632Date: Fri Jul 4 20:11:49 2008 +0200
1633
1634 Update CHANGELOG
1635
1636 Signed-off-by: Wolfgang Denk <wd@denx.de>
1637
f492dd63
WD
1638commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
1639Author: Wolfgang Denk <wd@denx.de>
1640Date: Fri Jul 4 20:07:35 2008 +0200
1641
1642 CCM/SCM boards: fix out of tree building
1643
1644 Signed-off-by: Wolfgang Denk <wd@denx.de>
1645
1646commit ab4c3a490df9a964711556d2a05b0c787db45fde
1647Author: Wolfgang Denk <wd@denx.de>
1648Date: Thu Jul 3 23:22:27 2008 +0200
1649
1650 SCM board: fix build errors.
1651
1652 Signed-off-by: Wolfgang Denk <wd@denx.de>
1653
1654commit a566466f17ba0e2d2b6c250e77da678fb932470d
1655Author: Wolfgang Denk <wd@denx.de>
1656Date: Thu Jul 3 23:06:36 2008 +0200
1657
1658 IAD210 board: fix ``"ALIGN" redefined'' warning.
1659
1660 Signed-off-by: Wolfgang Denk <wd@denx.de>
1661
1662commit ad756314797c16fa5dca23e115aab881011f164f
1663Author: Wolfgang Denk <wd@denx.de>
1664Date: Thu Jul 3 23:00:24 2008 +0200
1665
1666 CCM board: fix build errors.
1667
1668 Signed-off-by: Wolfgang Denk <wd@denx.de>
1669
4188f049
WD
1670commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
1671Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
1672Date: Wed Jul 2 18:54:08 2008 +0200
1673
1674 update mvBL-M7 board config
1675
1676 update mvBL-M7 config file to use UBOOT_VERSION.
1677
1678 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
1679 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1680
f492dd63
WD
1681commit ced209c50e80c25f13c083099b05044048d21f4f
1682Author: Wolfgang Denk <wd@denx.de>
1683Date: Thu Jul 3 22:39:21 2008 +0200
1684
1685 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
1686
1687 Signed-off-by: Wolfgang Denk <wd@denx.de>
1688
1689commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
1690Author: Wolfgang Denk <wd@denx.de>
1691Date: Thu Jul 3 22:34:08 2008 +0200
1692
1693 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
1694
1695 Signed-off-by: Wolfgang Denk <wd@denx.de>
1696
1697commit 730f298485984b011b6ee8f4acb511cb45a843dd
1698Author: Wolfgang Denk <wd@denx.de>
1699Date: Thu Jul 3 22:04:17 2008 +0200
1700
1701 lmb: fix "implicit declaration of function 'lmb_free'" warning
1702
1703 Signed-off-by: Wolfgang Denk <wd@denx.de>
1704
1705commit 322ef5e28d2dc62571afc699b00add22a8e006e4
1706Author: Wolfgang Denk <wd@denx.de>
1707Date: Wed Jul 2 23:53:23 2008 +0200
1708
1709 Cleanup: remove redundant deleting on *~ files
1710
1711 Signed-off-by: Wolfgang Denk <wd@denx.de>
1712
1713commit c8a3b109f07f02342d097b30908965f7261d9f15
1714Author: Wolfgang Denk <wd@denx.de>
1715Date: Wed Jul 2 23:49:18 2008 +0200
1716
1717 Cleanup out-or-tree building for some boards (.depend)
1718
1719 Signed-off-by: Wolfgang Denk <wd@denx.de>
1720
1721commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
1722Author: Wolfgang Denk <wd@denx.de>
1723Date: Wed Jul 2 23:38:50 2008 +0200
1724
1725 Cleanup: fix out-of-tree building for some boards
1726
1727 Signed-off-by: Wolfgang Denk <wd@denx.de>
1728
1729commit 461fa68d20861811487944d22291db5a13410e20
1730Author: Wolfgang Denk <wd@denx.de>
1731Date: Wed Jul 2 23:00:14 2008 +0200
1732
1733 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
1734
1735 Signed-off-by: Wolfgang Denk <wd@denx.de>
1736
1737commit 5981ebd32017e062b08aa6747cf591276f2db779
1738Author: Detlev Zundel <dzu@denx.de>
1739Date: Fri Jun 20 22:26:24 2008 +0200
1740
1741 fdt: Fix typo in variable name.
1742
1743 Signed-off-by: Detlev Zundel <dzu@denx.de>
1744
1745commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
1746Author: Gary Jennejohn <garyj@denx.de>
1747Date: Thu Jun 19 11:11:19 2008 +0200
1748
1749 Add logos for RRvision board
1750
1751 Signed-off-by: Gary Jennejohn <garyj@denx.de>
1752
1753commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
1754Author: Esben Haabendal <EsbenHaabendal@gmail.com>
1755Date: Wed Jun 18 11:03:57 2008 +0200
1756
1757 mpc8260: add fdt_fixup_ethernet support
1758
1759 Add support for updating mac-address and local-mac-address in fdt for
1760 all MPC8260 targets.
1761
1762 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
1763
1764commit f6a69559d64498a04e1e0b087a9b920e5775f866
1765Author: Steven A. Falco <sfalco@harris.com>
1766Date: Thu Jun 12 13:24:42 2008 -0400
1767
1768 cmd_nvedit.c: clean up syntax highlighting
1769
1770 My text-editor (vim) has a bit of trouble syntax-highlighting the
1771 cmd_nvedit.c file, because it apparently does not parse C
1772 ifdef/else/endif. The following patch does not change the behavior of
1773 the code at all, but does allow the editor to properly
1774 syntax-highlight the file.
1775
1776 Signed-off-by: Steve Falco <sfalco@harris.com>
1777
1778commit 75678c807a6272ecc5541eb32898c93887f08400
1779Author: Steven A. Falco <sfalco@harris.com>
1780Date: Thu Jun 12 13:22:12 2008 -0400
1781
1782 Make setenv() return status
1783
1784 Currently, the setenv function does not return an error code.
1785 This patch allows to test for errors.
1786
1787 Signed-off-by: Steve Falco <sfalco@harris.com>
1788
1789commit 4928e97c8531283ca9b368b7c29a8a12e726562a
1790Author: Kumar Gala <galak@kernel.crashing.org>
1791Date: Wed Jun 11 10:14:06 2008 -0500
1792
1793 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
1794
1795 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
1796 and fls is used to implement them.
1797
1798 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1799
1800commit 83002a77cbdf383015ca384eff5fa31722d8e571
1801Author: Magnus Lilja <lilja.magnus@gmail.com>
1802Date: Mon Jun 9 22:58:48 2008 +0200
1803
1804 i.MX31: Cleanup comments in lowlevel_init.S.
1805
1806 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1807
1808commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
1809Author: Ben Warren <biggerbadderben@gmail.com>
1810Date: Sun Jun 8 23:28:33 2008 -0700
1811
1812 Move conditional compilation of MPC8XXX SPI driver to Makefile
1813
1814 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1815
1816commit d92ea21bafb674ee2bf27447970b047845e7b0a2
1817Author: Juergen Kilb <J.Kilb@gmx.de>
1818Date: Sun Jun 8 17:59:53 2008 +0200
1819
1820 i.MX31: fixed CTRL-C detection
1821
1822 The Register URXD contains status information in bits [15..8].
1823 With status bit 15 set, CTRL-C was reported as 0x8003 instead
1824 of 0x03. Therefore CTRL-C was not detected.
1825 To solve this, bits [15..8] were masked out now.
1826
1827 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
1828 Acked-by: Felix Radensky <felix@embedded-sol.com>
1829
699f0512
WD
1830commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
1831Author: Stefan Roese <sr@denx.de>
1832Date: Tue Jul 1 17:03:19 2008 +0200
1833
1834 ppc4xx: Fix 460EX/GT PCIe port initialization
1835
1836 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
1837 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
1838 this out.
1839
1840 Signed-off-by: Stefan Roese <sr@denx.de>
1841
f492dd63
WD
1842commit b571afde0295b007a45055ee49f8822c753a5651
1843Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1844Date: Sat Jun 7 12:29:52 2008 +0200
1845
1846 add SHA256 support
1847
1848 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1849 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
1850
1851commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
1852Author: Marian Balakowicz <m8@semihalf.com>
1853Date: Fri Jun 6 23:07:40 2008 +0200
1854
1855 Delay FIT format check on sector based devices
1856
1857 Global FIT image operations like format check cannot be performed on
1858 a first sector data, defer them to the point when whole FIT image was
1859 uploaded to a system RAM.
1860
1861 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
1862 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
1863 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
1864
1865commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
1866Author: Dave Liu <r63238@freescale.com>
1867Date: Tue Jun 3 17:38:19 2008 +0800
1868
1869 sata: wait for device updating signature to host
1870
1871 The driver need wait for the device updating signature to host.
1872 If we don't wait for it, the driver can not detect the device(disk)
1873 when the system powers up.
1874
1875 Signed-off-by: Dave Liu <daveliu@freescale.com>
1876
4188f049
WD
1877commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
1878Author: Stefan Roese <sr@denx.de>
1879Date: Sat Jun 28 14:56:17 2008 +0200
1880
1881 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
1882
1883 This patch implements a fix provided by AMCC so that the lockup upon
1884 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
1885 anymore:
1886
1887 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
1888 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
1889 USB 2.0 host and SATA.
1890
1891 This errata is not officially available yet. I'll update the comment
1892 to add the errata number later.
1893
1894 Signed-off-by: Stefan Roese <sr@denx.de>
1895
f492dd63
WD
1896commit 8b616edb118e37d05f6401389eaee1c636b22828
1897Author: Stuart Wood <stuart.wood@labxtechnologies.com>
1898Date: Mon Jun 2 16:42:19 2008 -0400
1899
1900 serial_pl010.c: add watchdog support
1901
1902 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
1903
1904commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
1905Author: Stuart Wood <stuart.wood@labxtechnologies.com>
1906Date: Mon Jun 2 16:40:08 2008 -0400
1907
1908 jffs2_1pass.c: add watchdog support
1909
1910 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
1911
1912commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
1913Author: Sascha Laue <sascha.laue@liebherr.com>
1914Date: Fri May 30 09:48:14 2008 +0200
1915
1916 Configure DSP POST; add watchdog reset to diag command
1917
1918 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
1919
1920commit f13526517859bf6b573e23ff47199e107d1009b5
1921Author: Tor Krill <tor@excito.com>
1922Date: Thu May 29 10:40:17 2008 +0200
1923
1924 Add sata sil3114 support
1925
1926 Signed-off-by: Tor Krill <tor@excito.com>
1927
1928commit e093a247628228100f405b6d7f6b1bfc16141938
1929Author: Wolfgang Denk <wd@denx.de>
1930Date: Sat Jun 28 23:34:37 2008 +0200
1931
1932 Coding Style Cleanup
1933
1934 Signed-off-by: Wolfgang Denk <wd@denx.de>
1935
1936commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
1937Author: Wolfgang Denk <wd@denx.de>
1938Date: Sat Jun 28 23:16:01 2008 +0200
1939
1940 Update CHANGELOG
1941
1942 Signed-off-by: Wolfgang Denk <wd@denx.de>
1943
01db232d
WD
1944commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
1945Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1946Date: Wed May 21 13:58:41 2008 -0400
1947
1948 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
1949
1950 This patch adds support for the Lyrtech SFF-SDR board,
1951 based on the TI DaVinci architecture (ARM926EJS).
1952
1953 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1954 Signed-off-by: Philip Balister <philip@balister.org>
1955 Signed-off-by: Wolfgang Denk <wd@denx.de>
1956
1957commit 341188b9ccaa8d4462d772cc067aca8d7618633a
1958Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1959Date: Thu May 22 11:09:59 2008 +0200
1960
1961 MMC: Consolidate MMC/SD command definitions
1962
1963 This moves the MMC and SD Card command definitions from
1964 include/asm/arch/mmc.h into include/mmc.h. These definitions are
1965 given by the MMC and SD Card standards, not by any particular
1966 architecture.
1967
1968 There's a lot more room for consolidation in the MMC drivers which
1969 I'm hoping to get done eventually, but this patch is a start.
1970
1971 Compile-tested for all avr32 boards as well as lpc2292sodimm and
1972 lubbock. This should cover all three mmc drivers in the tree.
1973
1974 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1975
1976commit fa60edfc4c952626e048c0e065f654b3c1822fa5
1977Author: Kyungmin Park <kmpark@infradead.org>
1978Date: Wed May 21 14:38:08 2008 +0900
1979
1980 Use better Ethernet timings for apollon board
1981
1982 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1983
1984commit 41c5eaa7253ed82bbae1eda5667755872c615164
1985Author: Andy Fleming <afleming@freescale.com>
1986Date: Mon Jun 16 13:58:56 2008 -0500
1987
1988 Resize device tree to allow space for board changes and the chosen node
1989
1990 Current code requires that a compiled device tree have space added to the end to
1991 leave room for extra nodes added by board code (and the chosen node). This
1992 requires that device tree creators anticipate how much space U-Boot will add to
1993 the tree, which is absurd. Ideally, the code would resize and/or relocate the
1994 tree when it needed more space, but this would require a systemic change to the
1995 fdt code, which is non-trivial. Instead, we resize the tree inside
1996 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
1997 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
1998
1999 Signed-off-by: Andy Fleming <afleming@freescale.com>
2000
2001commit 7570a9941fc565922078679a72d246fe208d696d
2002Author: Andy Fleming <afleming@freescale.com>
2003Date: Mon Jun 16 13:58:55 2008 -0500
2004
2005 Fix an underflow bug in __lmb_alloc_base
2006
2007 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
2008 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
2009 merely updates __lmb_alloc_base to resemble the current version in Linux.
2010
2011 Signed-off-by: Andy Fleming <afleming@freescale.com>
2012
2013commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
2014Author: Andy Fleming <afleming@freescale.com>
2015Date: Mon Jun 16 13:58:54 2008 -0500
2016
2017 Add lmb_free
2018
2019 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
2020 lmb_reserve to temporarily reserve some memory.
2021
2022 Signed-off-by: Andy Fleming <afleming@freescale.com>
2023
2024commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
2025Author: Andy Fleming <afleming@freescale.com>
2026Date: Mon Jun 16 13:58:53 2008 -0500
2027
2028 Add ALIGN() macro
2029
2030 ALIGN() returns the smallest aligned value greater than the passed
2031 in address or size. Taken from Linux.
2032
2033 Signed-off-by: Andy Fleming <afleming@freescale.com>
2034
4188f049
WD
2035commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
2036Author: Stefan Roese <sr@denx.de>
2037Date: Tue Jun 24 17:15:22 2008 +0200
2038
2039 ppc4xx: Fix compilation problems with phys_size_t
2040
2041 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
2042 board specific files where it has been missing.
2043
2044 Signed-off-by: Stefan Roese <sr@denx.de>
2045
01db232d
WD
2046commit 28eab0d77352b84885f938759bf2612b7bf0bc44
2047Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
2048Date: Mon May 19 12:26:38 2008 +0200
2049
2050 Conditionally add -fno-stack-protector to CFLAGS
2051
2052 When compile-testing on powerpc, I get errors like this:
2053
2054 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
2055
2056 This seems to be because -fstack-protector is on by default, so
2057 let's explicitly disable it on all architectures that support the
2058 option.
2059
2060 The Ubuntu toolchain is affected by this problem, and according to
2061 Mike Frysinger, Gentoo has been running with SSP enabled for years.
2062 More and more distros are turning SSP on by default, so this problem
2063 is likely to get worse in the future.
2064
2065 Also, powerpc just happens to be one of the arches I do
2066 compile-testing on. There may be other arches affected by this too.
2067
2068 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2069
2070commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
2071Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2072Date: Sun May 18 19:09:52 2008 +0200
2073
2074 pcmcia/ti_pci1410a: Move compile condition to the Makefile
2075
2076 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2077
2078commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
2079Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2080Date: Sun May 18 19:09:51 2008 +0200
2081
2082 pxa_pcmcia: Move compile condition to the Makefile
2083
2084 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2085
2086commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
2087Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2088Date: Sun May 18 19:09:50 2008 +0200
2089
2090 marabun_pcmcia: Move compile condition to the Makefile
2091
2092 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2093
4188f049
WD
2094commit 6a19c46cae43c16c528eddefae3db97134f1915d
2095Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2096Date: Mon Jun 23 13:25:34 2008 +0200
2097
2098 fix non-working mvBL-M7
2099
2100 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
2101
2102 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2103 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2104
2105commit 846f1574ddddeda2bc227655e687308695f41cdc
2106Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2107Date: Mon Jun 23 11:40:56 2008 +0200
2108
2109 fix system config overwrite @ MPC834x and MPC8313
2110
2111 During 83xx setup the "System I/O configuration register high" gets
2112 overwritten with user defined value if CFG_SICRH is defined.
2113
2114 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
2115 must keep their reset value regardless of configuration.
2116
2117 On my board (using RGMII) those bits are set after reset - yet it's
2118 unclear where they come from.
2119
2120 The patch keeps both bits on MPC834x and MPC8313.
2121
2122 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2123 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2124
2125commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
2126Author: Kim Phillips <kim.phillips@freescale.com>
2127Date: Tue Jun 17 17:45:27 2008 -0500
2128
2129 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
2130
2131 to avoid this:
2132
2133 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
2134 In file included from cpu.c:33:
2135 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
2136
2137 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2138
2139commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
2140Author: Stefan Roese <sr@denx.de>
2141Date: Mon Jun 23 11:15:09 2008 +0200
2142
2143 ppc4xx: Fix problem in gpio_config()
2144
2145 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
2146 left by one. So the additional shift is bogus.
2147
2148 Signed-off-by: Stefan Roese <sr@denx.de>
2149
2150commit 40777812316fc252c941665c0f60c148fd79d50f
2151Author: Detlev Zundel <dzu@denx.de>
2152Date: Fri Jun 20 22:24:05 2008 +0200
2153
2154 fdt: Fix typo in variable name.
2155
2156 Signed-off-by: Detlev Zundel <dzu@denx.de>
2157
2158commit 5f723a3b98c630bde33de74351f2121691fdef14
2159Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2160Date: Fri Jun 20 10:41:05 2008 +0200
2161
2162 avr32: Enable SPI flash support on ATNGW100
2163
2164 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
2165 the new SPI flash framework.
2166
2167 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2168
2169commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
2170Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2171Date: Fri Jun 20 12:44:28 2008 +0200
2172
2173 avr32: Fix SPI portmux initialization
2174
2175 Use the new GPIO manipulation functions to set up the chip select lines,
2176 and make sure both busses use GPIO for chip select control.
2177
2178 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2179
2180commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
2181Author: Peter Ma <pma@mediamatech.com>
2182Date: Sun Jun 1 22:59:24 2008 -0700
2183
2184 avr32: Add GPIO manipulation functions
2185
2186 Adds GPIO manipulation functions for AVR32 AP7 platform.
2187
2188 Signed-off-by: Peter Ma <pma@mediamatech.com>
2189 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
2190 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2191
01db232d
WD
2192commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
2193Author: Wolfgang Grandegger <wg@grandegger.com>
2194Date: Thu Jun 5 13:02:30 2008 +0200
2195
2196 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
2197
2198 This patch is based on the following patch sent a few minutes ago:
2199 "NAND FSL UPM: driver re-write using the hwcontrol callback"
2200 It is untested, of course. Anton, could you please give it a try.
2201
2202 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2203 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2204
2205commit 96026d42fa4e646d28318c0a1438aac4b2017909
2206Author: Anatolij Gustschin <agust@denx.de>
2207Date: Thu Jun 12 12:40:11 2008 +0200
2208
2209 Fix 4xx build issue
2210
2211 Building for 4xx doesn't work since commit 4dbdb768:
2212
2213 In file included from 4xx_pcie.c:28:
2214 include/asm/processor.h:971: error: expected ')' before 'ver'
2215 make[1]: *** [4xx_pcie.o] Error 1
2216
2217 This patch fixes the problem.
2218
2219 Signed-off-by: Anatolij Gustschin <agust@denx.de>
2220 Acked-by: Stefan Roese <sr@denx.de>
2221 Acked-by: Kumar Gala <galak@kernel.crashing.org>
2222
699f0512
WD
2223commit a036b0443657fe0f4773786de9092251869f08ac
2224Author: Kumar Gala <galak@kernel.crashing.org>
2225Date: Thu Jun 19 01:45:50 2008 -0500
2226
2227 MPC8610HPCD: Report board id, board version and fpga version.
2228
2229 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2230
2231commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
2232Author: Kumar Gala <galak@kernel.crashing.org>
2233Date: Thu Jun 19 01:45:27 2008 -0500
2234
2235 MPC8641HPCN: Report board id, board version and fpga version.
2236
2237 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2238
01db232d
WD
2239commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
2240Author: Stefan Roese <sr@denx.de>
2241Date: Mon Jun 16 10:40:02 2008 +0200
2242
2243 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
2244
2245 This patch simplifies flash_toggle() (AMD commandset), which is used to
2246 detect if a FLASH device is still busy with erase/program operations. On
2247 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
2248 did not detect the busy state reliably, resulting in non erased sectors
2249 etc. This patch now simplifies this function by "just" comparing the
2250 complete data-word instead of ANDing it with the command-word (0x40)
2251 before the compatison. It is done the same way in the Linux implementation
2252 chip_ready() in cfi_cmdset_0002.c.
2253
2254 Signed-off-by: Stefan Roese <sr@denx.de>
2255
2256commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
2257Author: Philip Balister <philip@balister.org>
2258Date: Mon Jun 16 08:58:07 2008 -0400
2259
2260 NAND: Add missing declaration to non-redundant saveenv().
2261
2262 Signed-off-by: Scott Wood <scottwood@freescale.com>
2263
2264commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
2265Author: Wolfgang Grandegger <wg@grandegger.com>
2266Date: Mon Jun 2 15:09:55 2008 +0200
2267
2268 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
2269
2270 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2271 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2272 Signed-off-by: Scott Wood <scottwood@freescale.com>
2273
2274commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
2275Author: Stefan Roese <sr@denx.de>
2276Date: Tue Jun 10 15:34:11 2008 +0200
2277
2278 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
2279
2280 This patch disables the square wave output of the M41T62 RTC used on
2281 Canyonlands & Glacier. Here the explanation:
2282
2283 The serial real-time clock part used in the design is an
2284 STMicro M41T62. This part has a full-time 32KHz square wave
2285 output that is connected to the TmrClk input to the
2286 processor. The default state for this square wave output is
2287 enabled so the output runs continuously when the board is
2288 powered normally and also from the battery. The TmrClk input
2289 to the processor goes to ground when the power is removed
2290 from the board/processor, and therefore the running square
2291 wave output is driving ground which drains the battery quickly.
2292
2293 Signed-off-by: Stefan Roese <sr@denx.de>
2294
2295commit a94f22f08f280905926219e568568964cb9eeb9d
2296Author: Andy Fleming <afleming@freescale.com>
2297Date: Wed Jun 11 18:10:20 2008 -0500
2298
2299 Fix build issue with string.h and linux/string.h
2300
2301 This commit:
2302 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
2303 Author: Wolfgang Denk <wd@denx.de>
2304 Date: Fri Jun 6 14:28:14 2008 +0200
2305
2306 tools/mkimage: fix compiler warnings on some systems.
2307
2308 Broke building on some systems, because the host's string.h was interfering
2309 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
2310 we're building for the host, so now we only include when building inside
2311 u-boot.
2312
2313 Signed-off-by: Andy Fleming <afleming@freescale.com>
2314
2315commit 9973e3c614721bbf169882ffc3be266a6611cd60
2316Author: Becky Bruce <becky.bruce@freescale.com>
2317Date: Mon Jun 9 16:03:40 2008 -0500
2318
2319 Change initdram() return type to phys_size_t
2320
2321 This patch changes the return type of initdram() from long int to phys_size_t.
2322 This is required for a couple of reasons: long int limits the amount of dram
2323 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
2324 size of physical memory. phys_size_t is defined as an unsigned long on almost
2325 all current platforms.
2326
2327 This patch *only* changes the return type of the initdram function (in
2328 include/common.h, as well as in each board's implementation of initdram). It
2329 does not actually modify the code inside the function on any of the platforms;
2330 platforms which wish to support more than 2GB of DRAM will need to modify
2331 their initdram() function code.
2332
2333 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
2334 MPC8641HPCN.
2335
2336 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2337
2338commit 391fd93ab23e15ab3dd58a54f5b609024009c378
2339Author: Becky Bruce <becky.bruce@freescale.com>
2340Date: Mon Jun 9 20:37:18 2008 -0500
2341
2342 Change lmb to use phys_size_t/phys_addr_t
2343
2344 This updates the lmb code to use phys_size_t
2345 and phys_addr_t instead of unsigned long. Other code
2346 which interacts with this code, like getenv_bootm_size()
2347 is also updated.
2348
2349 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
2350
2351 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2352
2353commit 61b09fc2952dc636017df4e7970e3de132276ba1
2354Author: Becky Bruce <becky.bruce@freescale.com>
2355Date: Mon Jun 9 20:37:17 2008 -0500
2356
2357 Change print_size to take phys_size_t
2358
2359 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2360
2361commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
2362Author: Becky Bruce <becky.bruce@freescale.com>
2363Date: Mon Jun 9 20:37:16 2008 -0500
2364
2365 Change bd/gd memsize/ram_size to be phys_size_t.
2366
2367 Currently, both are defined as an unsigned long, but
2368 should be phys_size_t. This should result in no real change,
2369 since phys_size_t is currently an unsigned long for all the
2370 default configs. Also add print_lnum to cmd_bdinfo to deal
2371 with the potentially wider memsize.
2372
2373 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2374
2375commit ba04f7010958e88a8910f2a123fee53fdc72e013
2376Author: Kumar Gala <galak@kernel.crashing.org>
2377Date: Tue Jun 10 16:16:02 2008 -0500
2378
2379 FSL LAW: Add new interface to use the last free LAW
2380
2381 LAWs have the concept of priority so its useful to be able to allocate
2382 the lowest (highest number) priority. We will end up using this with the
2383 new DDR code.
2384
2385 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2386
2387commit 859a86a25c569d3665ff413d1d923394b8a961f3
2388Author: Kumar Gala <galak@kernel.crashing.org>
2389Date: Wed Jun 11 00:51:45 2008 -0500
2390
2391 85xx/86xx: Move to dynamic mgmt of LAWs
2392
2393 With the new LAW interface (set_next_law) we can move to letting the
2394 system allocate which LAWs are used for what purpose. This makes life
2395 a bit easier going forward with the new DDR code.
2396
2397 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2398 Signed-off-by: Andy Fleming <afleming@freescale.com>
2399 Acked-by: Jon Loeliger <jdl@freescale.com>
2400 Acked-by: Becky Bruce <becky.bruce@freescale.com>
2401
2402commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
2403Author: Kumar Gala <galak@kernel.crashing.org>
2404Date: Wed Jun 11 00:44:10 2008 -0500
2405
2406 FSL LAW: Keep track of LAW allocations
2407
2408 Make it so we keep track of which LAWs have allocated and provide
2409 a function (set_next_law) which can allocate a LAW for us if one is
2410 free.
2411
2412 In the future we will move to doing more "dynamic" LAW allocation
2413 since the majority of users dont really care about what LAW number
2414 they are at.
2415
2416 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
2417
2418 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2419 Signed-off-by: Andy Fleming <afleming@freescale.com>
2420
2421commit ddde74a159caa6e18b481fec01d40b885aebb566
2422Author: Kumar Gala <galak@kernel.crashing.org>
2423Date: Mon Jun 9 22:31:57 2008 -0500
2424
2425 85xx: remove dummy board_early_init_f
2426
2427 A number of board ports have empty version of board_early_init_f
2428 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
2429
2430 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2431
2432commit 81e56e9af0d43712db8efb843606a8d62eab454f
2433Author: Kumar Gala <galak@kernel.crashing.org>
2434Date: Mon Jun 9 18:55:38 2008 -0500
2435
2436 MPC8544DS: Update config.h
2437
2438 * Enable flash progress
2439 * remove CLEAR_LAW0 since we dont really use it
2440
2441 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2442
2443commit 978e81604c1b28526ed580df0fbe64eb8384e94f
2444Author: Kumar Gala <galak@kernel.crashing.org>
2445Date: Mon Jun 9 13:37:24 2008 -0500
2446
2447 85xx: Remove unused and unconfigured memory test code.
2448
2449 Remove unused and unconfigured DDR test code from FSL 85xx boards.
2450 Besides, other common code exists.
2451
2452 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2453
2454commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
2455Author: Sergei Poselenov <sposelenov@emcraft.com>
2456Date: Fri Jun 6 15:42:45 2008 +0200
2457
2458 Socrates: Added FPGA base address update in FDT.
2459
2460 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2461
2462commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
2463Author: Sergei Poselenov <sposelenov@emcraft.com>
2464Date: Fri Jun 6 15:42:44 2008 +0200
2465
2466 Socrates: NAND support added. Changed the U-Boot base address and
2467
2468 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2469
2470commit 248ae5cfc8bf69074d1da099dc495d8e06070547
2471Author: Sergei Poselenov <sposelenov@emcraft.com>
2472Date: Fri Jun 6 15:42:43 2008 +0200
2473
2474 NAND: Added support for 128-bit OOB, adapted
2475
2476 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2477
2478commit 31ca0208612f2eb57690110d7c2815953650e47b
2479Author: Sergei Poselenov <sposelenov@emcraft.com>
2480Date: Fri Jun 6 15:42:42 2008 +0200
2481
2482 Socrates: added missed file with UPMA configuration data.
2483
2484 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
2485
2486commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
2487Author: Sergei Poselenov <sposelenov@emcraft.com>
2488Date: Fri Jun 6 15:42:41 2008 +0200
2489
2490 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
2491
2492 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2493
2494commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
2495Author: Sergei Poselenov <sposelenov@emcraft.com>
2496Date: Fri Jun 6 15:42:40 2008 +0200
2497
2498 Added the upmconfig() function for 85xx.
2499
2500 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2501 Signed-off-by: Andy Fleming <afleming@freescale.com>
2502
2503commit d39e68514ff943930ee692cff3fde03532eb7fec
2504Author: Sergei Poselenov <sposelenov@emcraft.com>
2505Date: Fri Jun 6 15:42:39 2008 +0200
2506
2507 Socrates: config file cleanup.
2508
2509 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2510
2511commit e8cc3f04b124f757af4528206e60d8eb715ae083
2512Author: Wolfgang Grandegger <wg@grandegger.com>
2513Date: Thu Jun 5 13:12:10 2008 +0200
2514
2515 TQM85xx: Change memory map to support Flash memory > 128 MiB
2516
2517 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
2518 memory. The current memory map only supports up to 128 MiB Flash.
2519 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
2520 set, up to 1 GiB flash is supported. To achieve this, the memory
2521 map has to be adjusted in great parts (for example the CCSRBAR is
2522 moved from 0xE0000000 to 0xA0000000).
2523
2524 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
2525 memory map also has to be considered in the kernel (changed
2526 CCSRBAR address, changed PCI IO base address, ...). Please use
2527 an appropriate Flat Device Tree blob (tqm8548.dtb).
2528
2529 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2530 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2531
2532commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
2533Author: Wolfgang Grandegger <wg@grandegger.com>
2534Date: Thu Jun 5 13:12:09 2008 +0200
2535
2536 TQM85xx: NAND support via local bus UPMB
2537
2538 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
2539 default and can be enabled for the TQM8548 modules. It is now based on
2540 the re-written FSL NAND UPM driver. A patch has been posted earlier today
2541 with the subject:
2542
2543 "NAND FSL UPM: driver re-write using the hwcontrol callback"
2544
2545 Note that the R/B pin is not supported by that module requiring to use
2546 the specified maximum delay time.
2547
2548 Note: With NAND support enabled the size of the U-Boot image exceeds
2549 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
2550 doubling the image size :-(.
2551
2552 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
2553 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2554
2555commit b9e8078bb3f3c48111a7081e27279938c3a445e1
2556Author: Wolfgang Grandegger <wg@grandegger.com>
2557Date: Thu Jun 5 13:12:08 2008 +0200
2558
2559 TQM8548: PCI express support
2560
2561 This patch adds support for PCI express cards. The board support
2562 now uses common FSL PCI init code, for both, PCI and PCIe on all
2563 TQM85xx modules.
2564
2565 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
2566 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2567
2568commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
2569Author: Wolfgang Grandegger <wg@grandegger.com>
2570Date: Thu Jun 5 13:12:07 2008 +0200
2571
2572 TQM8548: Basic support for the TQM8548 modules
2573
2574 This patch adds basic support for the TQM8548 module from TQ-Components
2575 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
2576 eTSEC 3 and 4
2577
2578 Furthermore Flash buffer write has been enabled to speed up output to
2579 the Flash by approx. a factor of 10.
2580
2581 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
2582 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2583
2584commit 25991353204c78b094c3c1fec90182dcd607ab8f
2585Author: Wolfgang Grandegger <wg@grandegger.com>
2586Date: Thu Jun 5 13:12:06 2008 +0200
2587
2588 TQM85xx: Support for Flat Device Tree
2589
2590 This patch adds support for Linux kernels using the Flat Device Tree.
2591 It also re-defines the default environment settings for booting Linux
2592 with the FDT blob.
2593
2594 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2595
2596commit d9ee843d54c54776e1fdb86336ce554906a87331
2597Author: Wolfgang Grandegger <wg@grandegger.com>
2598Date: Thu Jun 5 13:12:05 2008 +0200
2599
2600 TQM85xx: Support for Intel 82527 compatible CAN controller
2601
2602 This patch adds initialization of the UPMC RAM to support up to two
2603 Intel 82527 compatible CAN controller on the TQM85xx modules.
2604
2605 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
2606 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2607
2608commit 518d5cfe72916323c746af1647764459914f555f
2609Author: Wolfgang Grandegger <wg@grandegger.com>
2610Date: Thu Jun 5 13:12:04 2008 +0200
2611
2612 TQM85xx: Bugfix in the SDRAM initialisation
2613
2614 The CS0_BNDS register is now set according to the detected
2615 memory size.
2616
2617 Signed-off-by Martin Krause <martin.krause@tqs.de>
2618
2619commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
2620Author: Wolfgang Grandegger <wg@grandegger.com>
2621Date: Thu Jun 5 13:12:03 2008 +0200
2622
2623 TQM85xx: Fix chip select configuration for second FLASH bank
2624
2625 This patch fixes the re-calculation of the automatic chip select
2626 configuration for boards with two populated FLASH banks.
2627
2628 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2629
2630commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
2631Author: Wolfgang Grandegger <wg@grandegger.com>
2632Date: Thu Jun 5 13:12:02 2008 +0200
2633
2634 TQM85xx: Support for Spansion 'N' type flashes added
2635
2636 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
2637 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
2638 needs to be changed -> new start address of the environment. The macro
2639 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
2640 defined for boards with 'N' type flashes.
2641
2642 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2643 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2644
2645commit 5d5bd838f76eade22c0ea40a500389f924d0da36
2646Author: Wolfgang Grandegger <wg@grandegger.com>
2647Date: Thu Jun 5 13:12:01 2008 +0200
2648
2649 TQM85xx: Fix CPM port pin configuration
2650
2651 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
2652 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
2653 as serial interface anyway. Worse, on some board variants configuring the
2654 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
2655
2656 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2657
2658commit b99ba1679e8cd51b023e67098c89e606e47137d2
2659Author: Wolfgang Grandegger <wg@grandegger.com>
2660Date: Thu Jun 5 13:12:00 2008 +0200
2661
2662 TQM85xx: Various coding style fixes
2663
2664 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2665
2666commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
2667Author: Gerald Van Baren <vanbaren@cideas.com>
2668Date: Tue Jun 10 22:15:58 2008 -0400
2669
2670 libfdt: Move the working_fdt pointer to cmd_fdt.c
2671
2672 The working_fdt pointer was declared in common/fdt_support.c but was
2673 not used there. Move it to common/cmd_fdt.c where it is used (it is
2674 also used in lib_ppc/bootm.c).
2675
2676 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2677
2678commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
2679Author: Kim Phillips <kim.phillips@freescale.com>
2680Date: Tue Jun 10 11:06:17 2008 -0500
2681
2682 fdt: unshadow global working fdt variable
2683
2684 differentiate with local variables of the same name by renaming the
2685 global 'fdt' variable 'working_fdt'.
2686
2687 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2688
2689commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
2690Author: Andy Fleming <afleming@freescale.com>
2691Date: Tue Jun 10 18:49:34 2008 -0500
2692
2693 socrates: Fix PCI clk fix patch
2694
2695 The submitted patch seems to have been more up-to-date, but an older patch was
2696 already in the repository. This patch encompasses the differences
2697
2698 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
2699
2700 Signed-off-by: Andy Fleming <afleming@freescale.com>
2701
2702commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
2703Author: Wolfgang Grandegger <wg@grandegger.com>
2704Date: Thu Jun 5 13:02:29 2008 +0200
2705
2706 NAND FSL UPM: driver re-write using the hwcontrol callback
2707
2708 This is a re-write of the NAND FSL UPM driver using the more universal
2709 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
2710 list of furher modifications:
2711
2712 - For the time being, the UPM setup writing the UPM array has been
2713 removed from the driver and must now be done by the board specific
2714 code.
2715
2716 - The bus width definition in "struct fsl_upm_nand" is now in bits to
2717 comply with the corresponding Linux driver and 8, 16 and 32 bit
2718 accesses are supported.
2719
2720 - chip->dev_read is only set if fun->dev_ready != NULL, which is
2721 required for boards not connecting the R/B pin.
2722
2723 - A few issue have been fixed with MxMR bit manipulation like in the
2724 corresponding Linux driver.
2725
2726 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
2727 as well, because the address is already determined by
2728 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
2729
2730 This patch has been tested on a TQM8548 modules with the NAND chip
2731 Micron MT29F8G08FABWP.
2732
2733 This patch is based on the following patches posted to this list a few
2734 minutes ago:
2735
2736 PPC: add accessor macros to clear and set bits in one shot
2737 83xx/85xx/86xx: add more MxMR local bus definitions
2738
2739 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2740 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2741
2742commit 6beecfbb542992eede5831240cd58678274683a9
2743Author: Wolfgang Grandegger <wg@grandegger.com>
2744Date: Thu Jun 5 13:11:59 2008 +0200
2745
2746 MPC85xx: Beautify boot output of L2 cache configuration
2747
2748 The boot output is now aligned poperly with other boot output
2749 lines, e.g.:
2750
2751 FLASH: 128 MB
2752 L2: 512 KB enabled
2753
2754 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2755
2756commit 398415114f0a705163a14543e9fef03f734b1ffa
2757Author: Wolfgang Grandegger <wg@grandegger.com>
2758Date: Wed Jun 4 12:45:22 2008 +0200
2759
2760 PPC: add accessor macros to clear and set bits in one shot
2761
2762 PPC: add accessor macros to clear and set bits in one shot
2763
2764 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
2765 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
2766 They are very handy to manipulate bits it I/O registers.
2767
2768 This patch is required for my forthcoming FSL NAND UPM driver re-write and
2769 the support for the TQM8548 module.
2770
2771 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2772
2773commit 4677988c7edc070c3786d3db7994abeca3ab82a0
2774Author: Wolfgang Grandegger <wg@grandegger.com>
2775Date: Wed Jun 4 13:52:17 2008 +0200
2776
2777 TQM: move TQM boards to board/tqc
2778
2779 Move all TQM board directories to the vendor specific directory "tqc"
2780 for modules from TQ-Components GmbH (http://www.tqc.de).
2781
2782 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2783
2784commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
2785Author: Wolfgang Grandegger <wg@grandegger.com>
2786Date: Mon Jun 2 12:09:30 2008 +0200
2787
2788 83xx/85xx/86xx: add more MxMR local bus definitions
2789
2790 83xx/85xx/86xx: add more MxMR local bus definitions
2791
2792 This patch adds more macro definitions for the UPM Machine Mode Registers
2793 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
2794 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
2795 required for my forthcoming FSL NAND UPM driver re-write and the support
2796 for the TQM8548 module.
2797
2798 This patch is based on the following two patches from Anton Vorontsov:
2799
2800 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
2801 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
2802
2803 I leave coding style violation fixes, code beautification and name
2804 corrections to somebody else ;-(.
2805
2806 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2807
2808commit c8c5fc266e4499e283c293ccb972863156aa4134
2809Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2810Date: Thu May 29 18:14:56 2008 +0400
2811
2812 83xx/85xx: further localbus cleanups
2813
2814 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
2815 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
2816
2817 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2818
2819commit 42dbd667c88d496882d53e22656e89b654205492
2820Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2821Date: Wed May 28 18:20:15 2008 +0400
2822
2823 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
2824
2825 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
2826 use it on MPC85xx and MPC86xx processors.
2827
2828 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2829
2830commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
2831Author: Kumar Gala <galak@kernel.crashing.org>
2832Date: Thu May 29 11:22:06 2008 -0500
2833
2834 85xx: Add setting of cache props in the device tree.
2835
2836 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2837
2838commit 4dbdb7681e243431530df0725627192a0c4aefda
2839Author: Kumar Gala <galak@kernel.crashing.org>
2840Date: Tue Jun 10 16:53:46 2008 -0500
2841
2842 85xx: expose cpu identification
2843
2844 The current cpu identification code is used just to return the name
2845 of the processor at boot. There are some other locations that the name
2846 is useful (device tree setup). Expose the functionality to other bits
2847 of code.
2848
2849 Also, drop the 'E' suffix and add it on by looking at the SVR version
2850 when we print this out. This is mainly to allow the most flexible use
2851 of the name. The device tree code tends to not care about the 'E' suffix.
2852
2853 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2854
2855commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
2856Author: Kim Phillips <kim.phillips@freescale.com>
2857Date: Tue Jun 10 13:25:24 2008 -0500
2858
2859 mpc83xx: MVBLM7: minor build fixups
2860
2861 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2862
2863commit a1293e549b56da135ef32ffca5b9d35a16aa6802
2864Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2865Date: Tue Jun 10 09:14:05 2008 +0200
2866
2867 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
2868
2869 Add MPC8343 based board mvBlueLYNX-M7.
2870 It's a single board stereo camera system.
2871 Please read doc/README.mvblm7 for details.
2872
2873 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2874 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2875
2876commit c005b93925ba49f07da2aa748527996d927e172f
2877Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2878Date: Tue Jun 10 09:13:16 2008 +0200
2879
2880 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
2881
2882 Add MPC8343 based board mvBlueLYNX-M7.
2883 It's a single board stereo camera system.
2884 Please read doc/README.mvblm7 for details.
2885
2886 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2887 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2888
2889commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
2890Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2891Date: Thu May 29 18:14:56 2008 +0400
2892
2893 83xx/85xx: further localbus cleanups
2894
2895 move the BRx_* and ORx_* left behind in mpc85xx.h
2896
2897 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
2898 the same, just few differences which needs some attention though).
2899
2900 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
2901 of these defines. So this cleanup I'll leave for the "better times".
2902
2903 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2904 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2905
2906commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
2907Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2908Date: Wed May 28 18:20:15 2008 +0400
2909
2910 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
2911
2912 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
2913 use it on MPC85xx and MPC86xx processors.
2914
2915 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2916 Acked-by: Andy Fleming <afleming@freescale.com>
2917 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2918
2919commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
2920Author: Tor Krill <tor@excito.com>
2921Date: Mon Jun 2 15:09:30 2008 +0200
2922
2923 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
2924
2925 Signed-off-by: Tor Krill <tor@excito.com>
2926 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2927
2928commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
2929Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2930Date: Mon Jun 9 23:37:44 2008 +0900
2931
2932 net: Conditional COBJS inclusion of network drivers
2933
2934 Replace COBJS-y with appropriate driver config names.
2935
2936 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2937 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2938
2939commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
2940Author: Gerald Van Baren <vanbaren@cideas.com>
2941Date: Mon Jun 9 21:02:17 2008 -0400
2942
2943 Use strncmp() for the fdt command
2944
2945 Cleaner than doing multiple conditionals on characters.
2946
2947 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2948
2949commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
2950Author: Gerald Van Baren <vanbaren@cideas.com>
2951Date: Sat Jun 7 12:25:05 2008 -0400
2952
2953 The fdt boardsetup command criteria was not unique
2954
2955 It was checking just for "b", which is not unique with respect to the
2956 "boot" command. Change to check for "boa"[rdsetup].
2957
2958 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2959
2960commit 2f08bfa9526bae4f461e043530cfb903fec0d273
2961Author: David Gibson <david@gibson.dropbear.id.au>
2962Date: Tue May 20 17:19:11 2008 +1000
2963
2964 libfdt: Several cleanups to parameter checking
2965
2966 This patch makes a couple of small cleanups to parameter checking of
2967 libfdt functions.
2968
2969 - In several functions which take a node offset, we use an
2970 idiom involving fdt_next_tag() first to check that we have indeed been
2971 given a node offset. This patch adds a helper function
2972 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
2973
2974 - In fdt_rw.c in several places we have the expanded version
2975 of the RW_CHECK_HEADER() macro for no particular reason. This patch
2976 replaces those instances with an invocation of the macro; that's what
2977 it's for.
2978
2979 - In fdt_sw.c we rename the check_header_sw() function to
2980 sw_check_header() to match the analgous function in fdt_rw.c, and we
2981 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
2982 functions in fdt_rw.c
2983
2984 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2985
2986commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
2987Author: Gerald Van Baren <vanbaren@cideas.com>
2988Date: Tue Jun 3 20:34:45 2008 -0400
2989
2990 Remove the deprecated CONFIG_OF_FLAT_TREE
2991
2992 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
2993 cleaner, has better functionality, and is better supported.
2994
2995 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2996
2997commit 62bcdda293efa752f8281fbd9da03822b27ce82f
2998Author: Gerald Van Baren <vanbaren@cideas.com>
2999Date: Tue Jun 3 20:26:29 2008 -0400
3000
3001 Change the stxxst to CONFIG_OF_LIBFDT
3002
3003 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
3004 to CONFIG_OF_LIBFDT.
3005
3006 WARNING: It appears that this board lost its ability to boot via a
3007 flattened device tree prior to this changeset.
3008
3009 WARNING: This conversion was untested because I do not have a board to
3010 test it on.
3011
3012 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3013
3014commit 589c04271d129729a8b01391453851ab9cc4069c
3015Author: Gerald Van Baren <vanbaren@cideas.com>
3016Date: Tue Jun 3 20:24:58 2008 -0400
3017
3018 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
3019
3020 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
3021 to CONFIG_OF_LIBFDT.
3022
3023 WARNING: This conversion is untested because I do not have a board to
3024 test it on.
3025
3026 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
3027 /aliases/ethernet1 property for the ethernet to work.
3028
3029 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3030
3031commit ee1e35bede91debc8bff9b02f75574486033b652
3032Author: Kumar Gala <galak@kernel.crashing.org>
3033Date: Thu May 29 01:21:24 2008 -0500
3034
3035 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
3036
3037 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3038
3039commit 3b9519fc50802436e417c839e69df7b2016cade5
3040Author: Becky Bruce <becky.bruce@freescale.com>
3041Date: Wed May 14 13:10:04 2008 -0500
3042
3043 MPC85xx: Change traps.c to not reference non-addressable memory
3044
3045 Currently, END_OF_RAM is used by the trap code to determine if
3046 we should attempt to access the stack pointer or not. However,
3047 on systems with a lot of RAM, only a subset of the RAM is
3048 guaranteed to be mapped in and accessible. Change END_OF_RAM
3049 to use get_effective_memsize() instead of using the raw ram
3050 size out of the bd.
3051
3052 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3053
3054commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
3055Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3056Date: Mon Jun 9 13:39:57 2008 +0900
3057
3058 sh: Renesas Solutions SH7763RDP board support
3059
3060 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
3061 In this patch, support SCIF, NOR Flash, and Ethernet.
3062
3063 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3064 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3065
3066commit 60179098a95eaa972007d7ec58e4c1588029720f
3067Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3068Date: Fri Jun 6 16:24:13 2008 +0900
3069
3070 sh: Add support Renesas SH7763
3071
3072 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
3073 This patch supprts CPU register's header file.
3074
3075 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3076 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3077
3078commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
3079Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3080Date: Fri Jun 6 16:16:08 2008 +0900
3081
3082 sh: SH7763 SCIF support
3083
3084 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
3085 but only SCIF2 is different. This patch work all SCIF channel.
3086
3087 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3088 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3089
3090commit 79b51ff8205f0354d5300570614c1d2db499679c
3091Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3092Date: Sat Jun 7 20:51:59 2008 +0900
3093
3094 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
3095
3096 Also get rid of some #ifdefs in *.c files.
3097
3098 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3099
3100commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
3101Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3102Date: Sat Jun 7 20:51:56 2008 +0900
3103
3104 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
3105
3106 CONFIG_SOC_AU1X00
3107
3108 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
3109 need to have this config as a system type specifier.
3110
3111 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
3112 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
3113
3114 Machine type specifiers. Each port should have one of aboves.
3115
3116 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3117
3118commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
3119Author: Stuart Wood <stuart.wood@labxtechnologies.com>
3120Date: Fri May 30 16:05:28 2008 -0400
3121
3122 env_nand.c: Added bad block management for environment variables
3123
3124 Modified to check for bad blocks and to skipping over them when
3125 CFG_ENV_RANGE has been defined.
3126 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
3127 flash block size.
3128
3129 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
3130 Signed-off-by: Scott Wood <scottwood@freescale.com>
3131
3132commit 279726bd00558e80263d44581c44167625b7fb9a
3133Author: Becky Bruce <becky.bruce@freescale.com>
3134Date: Wed May 14 13:09:58 2008 -0500
3135
3136 MPC86xx: Change traps.c to not reference non-addressable memory
3137
3138 Currently, END_OF_RAM is used by the trap code to determine if
3139 we should attempt to access the stack pointer or not. However,
3140 on systems with a lot of RAM, only a subset of the RAM is
3141 guaranteed to be mapped in and accessible. Change END_OF_RAM
3142 to use get_effective_memsize() instead of using the raw ram
3143 size out of the bd to prevent us from trying to access
3144 non-mapped memory.
3145
3146 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3147
3148commit 338cc038461a6c7709c5b86fd9a240209338a1ae
3149Author: Wolfgang Denk <wd@denx.de>
3150Date: Fri Jun 6 14:28:14 2008 +0200
3151
3152 tools/mkimage: fix compiler warnings on some systems.
3153
3154 Signed-off-by: Wolfgang Denk <wd@denx.de>
3155
3156commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
3157Author: Stefan Roese <sr@denx.de>
3158Date: Fri Jun 6 16:10:41 2008 +0200
3159
3160 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
3161
3162 We use upper case letters for the AMCC processor defines (like
3163 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
3164 not CONFIG_440SPe. This patch fixes the last misspelled config options.
3165
3166 Signed-off-by: Stefan Roese <sr@denx.de>
3167
3168commit 72675dc6c06a48846d180106161d49dd714383cc
3169Author: Stefan Roese <sr@denx.de>
3170Date: Fri Jun 6 15:55:21 2008 +0200
3171
3172 ppc4xx: Unify AMCC's board config files (part 3/3)
3173
3174 This patch series unifies the AMCC eval board ports by introducing
3175 a common include header for all AMCC eval boards:
3176
3177 include/configs/amcc-common.h
3178
3179 This header now includes all common configuration options/defines which
3180 are removed from the board specific headers.
3181
3182 The reason for this is ease of maintenance and unified look and feel
3183 of all AMCC boards.
3184
3185 Signed-off-by: Stefan Roese <sr@denx.de>
3186
3187commit 490f204096d6e2c9940f67816f154a8125bab116
3188Author: Stefan Roese <sr@denx.de>
3189Date: Fri Jun 6 15:55:03 2008 +0200
3190
3191 ppc4xx: Unify AMCC's board config files (part 2/3)
3192
3193 This patch series unifies the AMCC eval board ports by introducing
3194 a common include header for all AMCC eval boards:
3195
3196 include/configs/amcc-common.h
3197
3198 This header now includes all common configuration options/defines which
3199 are removed from the board specific headers.
3200
3201 The reason for this is ease of maintenance and unified look and feel
3202 of all AMCC boards.
3203
3204 Signed-off-by: Stefan Roese <sr@denx.de>
3205
3206commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
3207Author: Stefan Roese <sr@denx.de>
3208Date: Fri Jun 6 15:54:31 2008 +0200
3209
3210 ppc4xx: Unify AMCC's board config files (part 1/3)
3211
3212 This patch series unifies the AMCC eval board ports by introducing
3213 a common include header for all AMCC eval boards:
3214
3215 include/configs/amcc-common.h
3216
3217 This header now includes all common configuration options/defines which
3218 are removed from the board specific headers.
3219
3220 The reason for this is ease of maintenance and unified look and feel
3221 of all AMCC boards.
3222
3223 Signed-off-by: Stefan Roese <sr@denx.de>
3224
3225commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
3226Author: Remy Bohmer <linux@bohmer.net>
3227Date: Thu Jun 5 13:03:36 2008 +0200
3228
3229 DM9000 fix status check fail 0x6d error for trizeps board
3230
3231 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
3232 the status byte need to be checked to identify a valid packet in the fifo
3233
3234 But, The several different Application Notes do not all speak the same
3235 language on these bits. They do not disagree, but only 1 Application Note
3236 noted explicitly that only these 2 bits need to be checked.
3237 Even the datasheets do not mention anything about these 2 bits.
3238
3239 Because the old code, and the kernel check the whole byte, I left this piece
3240 untouched.
3241
3242 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
3243 it should work.
3244
3245 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
3246 in the fifo) is much shorter now, compared to the older U-boot driver code,
3247 so that we can maybe run into a hardware condition now that was never seen
3248 before, or maybe was seen very unfrequently.
3249
3250 Additionaly added a cleanup of a stack variable.
3251
3252 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3253 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3254
3255commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
3256Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3257Date: Thu Jun 5 22:29:00 2008 +0900
3258
3259 [MIPS] Update <asm/addrspace.h> header
3260
3261 - Fix traditional KSEG names
3262 - Replace PHYSADDR with CPHYSADDR
3263
3264 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3265
3266commit f0d5a6f060d00358b85c62a921a423ea8df71184
3267Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3268Date: Thu Jun 5 22:29:00 2008 +0900
3269
3270 [MIPS] mips_config.mk: Misc fixes
3271
3272 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
3273 - Modify comments
3274
3275 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3276
3277commit 5f64d21c9a2998794f255b469165b91f092dfc2d
3278Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3279Date: Thu Jun 5 22:29:00 2008 +0900
3280
3281 [MIPS] Kill unused <version.h> inclusions
3282
3283 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3284
3285commit a55d48174cfd1a5bc184159513f48dcbbe409c83
3286Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3287Date: Thu Jun 5 22:29:00 2008 +0900
3288
3289 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
3290
3291 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
3292 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
3293 in the U-Boot system.
3294
3295 The other is we don't have a proper time management counter like timestamp
3296 other ARCHs have. We need the 32-bit millisecond clock counter.
3297
3298 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
3299 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
3300 of calculated CP0 counter cycles in a CFG_HZ.
3301
3302 STRATEGY:
3303
3304 * Fix improper CFG_HZ value to have 1000
3305
3306 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
3307
3308 * timer_init: initialize timestamp and set up the first timer expiration.
3309 Note that we don't need to initialize CP0 count/compare registers here
3310 as they have been already zeroed out on the system reset. Leave them as
3311 they are.
3312
3313 * get_timer: calculate how many timestamps have been passed, then return
3314 base-relative timestamp. Make sure we can easily count missed timestamps
3315 regardless of CP0 count/compare value.
3316
3317 * get_ticks: return the current timestamp, that is get_timer(0).
3318
3319 Most parts are from good old Linux v2.6.16 kernel.
3320
3321 v2:
3322 - Remove FIXME comments as they turned out to be trivial.
3323 - Use CP0 compare register as a global variable for expirelo.
3324 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
3325 instead.
3326
3327 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3328
3329commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
3330Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3331Date: Thu Jun 5 22:29:00 2008 +0900
3332
3333 [MIPS] lib_mips/time.c: Fix udelay
3334
3335 What we have to do is just to wait for given micro-seconds. No need to
3336 take into account current time, get_timer and CFG_HZ.
3337
3338 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3339
3340commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
3341Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3342Date: Thu Jun 5 22:28:59 2008 +0900
3343
3344 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
3345
3346 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
3347 This patch replaces mips_{compare,count}_set and mips_count_get with
3348 existing macros.
3349
3350 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3351
3352commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
3353Author: Remy Bohmer <linux@bohmer.net>
3354Date: Tue Jun 3 15:48:17 2008 +0200
3355
3356 Get rid of annoying/superfluous bad-checksum warning message
3357
3358 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
3359 It is annoying for ordinary users who start to doubt the network connection
3360 in general when they see messages like this.
3361
3362 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
3363 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
3364 now before checking the checksum.
3365
3366 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3367 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3368
3369commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
3370Author: Remy Bohmer <linux@bohmer.net>
3371Date: Wed Jun 4 10:47:25 2008 +0200
3372
3373 Fix order for reading rx-status registers in 32bit mode of DM9000
3374
3375 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
3376 a bug in reading the rx-status registers in 32bit mode only.
3377 This patch repairs this.
3378
3379 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3380 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3381
3382commit 98291e2e689096420465074cce926b226d2e71b4
3383Author: Remy Bohmer <linux@bohmer.net>
3384Date: Tue Jun 3 15:26:26 2008 +0200
3385
3386 DM9000: Some minor code cleanups
3387
3388 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
3389 need some other minor cleanup.
3390
3391 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3392 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3393
3394commit 850ba7555dbd4ca8d14fc475b864d534797adab3
3395Author: Remy Bohmer <linux@bohmer.net>
3396Date: Tue Jun 3 15:26:25 2008 +0200
3397
3398 DM9000: Make driver work properly for DM9000A
3399
3400 The DM9000A network controller does not work with the U-boot DM9000x driver.
3401 Analysis showed that many incoming packets are lost.
3402
3403 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
3404 check for a valid rx packet be done on the interrupt status register, not
3405 directly by performing the dummy read and the rx status check as is currently
3406 the case in the u-boot driver.
3407
3408 When the recommended poll is done as suggested the driver starts working
3409 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
3410 can be more than 1 package in the fifo at the same time.
3411
3412 The driver must perform the rx-status check in a loop and read and handle all
3413 packages until there is no more left _after_ the interrupt RX flag is set.
3414
3415 This change has been tested with DM9000A, DM9000E, DM9000EP.
3416
3417 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3418 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3419
3420commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
3421Author: Remy Bohmer <linux@bohmer.net>
3422Date: Tue Jun 3 15:26:24 2008 +0200
3423
3424 DM9000: Improve eth_reset() routine
3425
3426 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
3427 reset procedure must be done twice to properly reset the DM9000 by means of software.
3428 This errata is not needed anymore for the DM9000A, but it does not bother it.
3429
3430 This change has been tested with DM9000A, DM9000E, DM9000EP.
3431
3432 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3433 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3434
3435commit acba31847fad9ae40708cc2c9f3a634ec35f3416
3436Author: Remy Bohmer <linux@bohmer.net>
3437Date: Tue Jun 3 15:26:23 2008 +0200
3438
3439 DM9000: improve eth_send() routine
3440
3441 The eth_send routine of the U-boot DM9000x driver does not match the
3442 DM9000 or DM9000A application notes/programming guides.
3443
3444 This change improves the stability of the DM9000A network controller.
3445
3446 This change has been tested with DM9000A, DM9000E, DM9000EP.
3447
3448 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3449 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3450
3451commit 134e266253c02a7832560da59d394989c4f64453
3452Author: Remy Bohmer <linux@bohmer.net>
3453Date: Tue Jun 3 15:26:22 2008 +0200
3454
3455 DM9000: repair debug logging
3456
3457 It seems that the debugging code of the DM9000x driver in U-boot has not been
3458 compiled for a long time, because it cannot compile...
3459
3460 Also rearranged some loglines to get more useful info while debugging.
3461
3462 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3463 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3464
3465commit a101361bfe23c120321e45d114c0603b8e0763e9
3466Author: Remy Bohmer <linux@bohmer.net>
3467Date: Tue Jun 3 15:26:21 2008 +0200
3468
3469 DM9000: Add data bus-width auto detection.
3470
3471 The U-boot DM9000x driver contains a compile time bus-width definition for
3472 the databus connected to the network controller.
3473
3474 This compile check makes the code unclear, inflexible and is unneccessary.
3475 It can be asked to the network controller what its bus-width is by reading bits
3476 6 and 7 of the interrupt status register.
3477
3478 The linux kernel already uses a runtime mechanism to determine this bus-width,
3479 so the implementation below looks somewhat like that implementation.
3480
3481 This change has been tested with DM9000A, DM9000E, DM9000EP.
3482
3483 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3484 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3485
3486commit 63a0afa0c32e5f4ea98a9439542870072437404d
3487Author: Stefan Roese <sr@denx.de>
3488Date: Wed Jun 4 19:19:20 2008 +0200
3489
3490 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
3491
3492 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
3493 introduced by the commit:
3494
3495 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
3496
3497 With this patch SDRAM will get initialized again and booting from NAND
3498 is working again.
3499
3500 Signed-off-by: Stefan Roese <sr@denx.de>
3501 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
3502
3503commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
3504Author: Wolfgang Denk <wd@denx.de>
3505Date: Tue May 27 14:19:30 2008 +0200
3506
3507 Socrates: Fix PCI bus frequency report
3508
3509 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3510
3511commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
3512Author: Tor Krill <tor@excito.com>
3513Date: Thu May 29 11:10:30 2008 +0200
3514
3515 Fix incorrect switch for IF_TYPE in part.c
3516
3517 Use correct field in block_dev_desc_t when writing interface type in
3518 dev_print. Error introduced in 574b3195.
3519
3520 Also added fix from Martin Krause
3521
3522 Signed-off-by: Tor Krill <tor@excito.com>
3523
3524commit b64b8a0bd310935b70af69ac970952f2b364ae56
3525Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3526Date: Tue May 27 10:25:39 2008 +0200
3527
3528 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
3529
3530 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3531
3532commit 35ef877f0a8f6232cdef748f442fed5accb2b641
3533Author: Peter Tyser <ptyser@xes-inc.com>
3534Date: Thu May 22 18:56:52 2008 -0500
3535
3536 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
3537
3538 Removed unneeded command line history initialization. Also, the original
3539 code would access the 'initted' variable before relocation to SDRAM
3540 which resulted in erratic behavior since the bss is not initialized when
3541 executing from flash.
3542
3543 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3544
3545commit 22f371b63038a4ecab04068877c1089e51a01ba1
3546Author: Grant Erickson <gerickson@nuovations.com>
3547Date: Wed May 21 13:28:30 2008 -0700
3548
3549 PPC4xx: Simplified post_word_{load, store}
3550
3551 This patch simplifies post_word_{load,store} by using the preprocessor
3552 to eliminate redundant, copy-and-pasted code.
3553
3554 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
3555
3556commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
3557Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
3558Date: Wed May 7 21:25:33 2008 +0400
3559
3560 cfi_flash: enable M18 flash chips family support.
3561
3562 Added new command set ID. Buffered write command processing is changed
3563 in order to support M18 flash chips family.
3564
3565 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
3566 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
3567
3568commit 93c56f212ccdadc182018f0769cb284426b88f1d
3569Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
3570Date: Wed May 7 21:24:44 2008 +0400
3571
3572 cfi_flash: support of long cmd in U-boot.
3573
3574 Some NOR flash chips needs support of commands with length grether than max
3575 value size of uchar. For example all M18 family chips use 0x1ff command in
3576 buffered write mode as value of program loops count.
3577
3578 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
3579 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
3580
3581commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
3582Author: Stefan Roese <sr@denx.de>
3583Date: Fri May 16 11:06:06 2008 +0200
3584
3585 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
3586
3587 On AD7414 the first value upon bootup is not read correctly.
3588 This is most likely because of the 800ms update time of the
3589 temp register in normal update mode. To get current values
3590 each time we issue the "dtt" command including upon powerup
3591 we switch into one-short mode.
3592
3593 This patch fixes the problem on AD7414 equipped boards (Sequoia,
3594 Canyonlands etc), that temp value printed in the bootup log was
3595 incorrect.
3596
3597 Signed-off-by: Stefan Roese <sr@denx.de>
3598
3599commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
3600Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3601Date: Fri May 30 16:55:06 2008 +0200
3602
3603 ppc4xx: Cleanup CPCI405 variant's config file
3604
3605 This patch removes some dead code from CPCI405 board's
3606 config files. JFFS2 support is also removed. It's not used and
3607 CPCI4052 does not build anymore without some size reduction.
3608
3609 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3610
3611commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
3612Author: Kenneth Johansson <kenneth@southpole.se>
3613Date: Thu May 29 16:32:33 2008 +0200
3614
3615 Remove shell variable UNDEF_SYM.
3616
3617 UNDEF_SYM is a shell variable in the main Makefile used to force the
3618 linker to add all u-boot commands to the final image. It has no use here.
3619
3620 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
3621
3622commit 8c66497e06bf803489c589df58ee591d71033274
3623Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3624Date: Fri May 16 11:10:35 2008 +0200
3625
3626 Add support for environment in SPI flash
3627
3628 This is pretty incomplete...it doesn't handle reading the environment
3629 before relocation, it doesn't support redundant environment, and it
3630 doesn't support embedded environment. But apart from that, it does
3631 seem to work.
3632
3633 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3634
3635commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
3636Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3637Date: Fri May 16 11:10:34 2008 +0200
3638
3639 SPI Flash: Add "sf" command
3640
3641 This adds a new command, "sf" which can be used to manipulate SPI
3642 flash. Currently, initialization, reading, writing and erasing is
3643 supported.
3644
3645 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3646
3647commit d25ce7d24cc0f93881559f4009175ea305af65e8
3648Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3649Date: Fri May 16 11:10:33 2008 +0200
3650
3651 SPI Flash subsystem
3652
3653 This adds a new SPI flash subsystem.
3654
3655 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
3656 but some preliminary support for other flash types is in place as
3657 well.
3658
3659 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3660
3661commit 60445cb5c3eb77ed1a07f2d908eef09174483698
3662Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
3663Date: Fri May 16 11:10:32 2008 +0200
3664
3665 atmel_spi: Driver for the Atmel SPI controller
3666
3667 This adds a driver for the SPI controller found on most AT91 and AVR32
3668 chips, implementing the new SPI API.
3669
3670 Changed in v4:
3671 - Update to new API
3672 - Handle zero-length transfers appropriately. The user may send a
3673 zero-length SPI transfer with SPI_XFER_END set in order to
3674 deactivate the chip select after a series of transfers with chip
3675 select active. This is useful e.g. when polling the status
3676 register of DataFlash.
3677
3678 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3679
3680commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
3681Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3682Date: Fri May 16 11:10:31 2008 +0200
3683
3684 SPI API improvements
3685
3686 This patch gets rid of the spi_chipsel table and adds a handful of new
3687 functions that makes the SPI layer cleaner and more flexible.
3688
3689 Instead of the spi_chipsel table, each board that wants to use SPI
3690 gets to implement three hooks:
3691 * spi_cs_activate(): Activates the chipselect for a given slave
3692 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
3693 * spi_cs_is_valid(): Determines if the given bus/chipselect
3694 combination can be activated.
3695
3696 Not all drivers may need those extra functions however. If that's the
3697 case, the board code may just leave them out (assuming they know what
3698 the driver needs) or rely on the linker to strip them out (assuming
3699 --gc-sections is being used.)
3700
3701 To set up communication parameters for a given slave, the driver needs
3702 to call spi_setup_slave(). This returns a pointer to an opaque
3703 spi_slave struct which must be passed as a parameter to subsequent SPI
3704 calls. This struct can be freed by calling spi_free_slave(), but most
3705 driver probably don't want to do this.
3706
3707 Before starting one or more SPI transfers, the driver must call
3708 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
3709 the hardware. When all transfers are done, the driver must call
3710 spi_release_bus() to make the bus available to others, and possibly
3711 shut down the SPI controller hardware.
3712
3713 spi_xfer() behaves mostly the same as before, but it now takes a
3714 spi_slave parameter instead of a spi_chipsel function pointer. It also
3715 got a new parameter, flags, which is used to specify chip select
3716 behaviour. This may be extended with other flags in the future.
3717
3718 This patch has been build-tested on all powerpc and arm boards
3719 involved. I have not tested NIOS since I don't have a toolchain for it
3720 installed, so I expect some breakage there even though I've tried
3721 fixing up everything I could find by visual inspection.
3722
3723 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
3724 DataFlash drivers posted as a follow-up. I'd like some help testing
3725 other boards that use the existing SPI API.
3726
3727 But most of all, I'd like some comments on the new API. Is this stuff
3728 usable for everyone? If not, why?
3729
3730 Changed in v4:
3731 - Build fixes for various boards, drivers and commands
3732 - Provide common struct spi_slave definition that can be extended by
3733 drivers
3734 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
3735 - Make default bus and mode build-time configurable
3736 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
3737
3738 Changed in v3:
3739 - Add opaque struct spi_slave for controller-specific data associated
3740 with a slave.
3741 - Add spi_claim_bus() and spi_release_bus()
3742 - Add spi_free_slave()
3743 - spi_setup() is now called spi_setup_slave() and returns a
3744 struct spi_slave
3745 - soft_spi now supports four SPI modes (CPOL|CPHA)
3746 - Add bus parameter to spi_setup_slave()
3747 - Convert the new i.MX32 SPI driver
3748 - Convert the new MC13783 RTC driver
3749
3750 Changed in v2:
3751 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
3752 new API.
3753
3754 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3755 Tested-by: Guennadi Liakhovetski <lg@denx.de>
3756
3757commit 289011207d999b2e4085150d2aa30d547ad9b800
3758Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3759Date: Fri May 16 11:10:30 2008 +0200
3760
3761 Move definition of container_of() to common.h
3762
3763 AVR32 and AT91SAM9 both have their own identical definitions of
3764 container_of() taken from the Linux kernel. Move it to common.h so
3765 that all architectures can use it.
3766
3767 container_of() is already used by some drivers, and will be used
3768 extensively by the new and improved SPI API.
3769
3770 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3771
3772commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
3773Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3774Date: Fri May 16 11:08:11 2008 +0200
3775
3776 soft_i2c: Pull SDA high before reading
3777
3778 Spotted by Dean Capindale.
3779
3780 Systems that support open-drain GPIO properly are allowed provide an
3781 empty I2C_TRISTATE define. However, this means that we need to be
3782 careful not to drive SDA low when the slave is expected to respond.
3783
3784 This patch adds a missing I2C_SDA(1) to read_byte() required to
3785 tristate the SDA line on systems that support open-drain GPIO.
3786
3787 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3788
3789commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
3790Author: Stefan Roese <sr@denx.de>
3791Date: Mon May 19 11:34:53 2008 +0200
3792
3793 ppc4xx: Remove implementations of testdram()
3794
3795 This patch removes the used testdram() implementations of the board
3796 that are maintained by myself.
3797
3798 Signed-off-by: Stefan Roese <sr@denx.de>
3799
3800commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
3801Author: Stefan Roese <sr@denx.de>
3802Date: Mon Jun 2 17:37:28 2008 +0200
3803
3804 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
3805
3806 Historically the 405 U-Boot port had a dram_init() call in early init
3807 stage. This function was still called from start.S and most of the time
3808 coded in assembler. This is not needed anymore (since a long time) and
3809 boards should implement the common initdram() function in C instead.
3810
3811 This patch now removed the dram_init() call from start.S and removes the
3812 empty implementations that are scattered through most of the 405 board
3813 ports. Some older board ports really implement this dram_init() though.
3814 These are:
3815
3816 csb272
3817 csb472
3818 ERIC
3819 EXBITGEN
3820 W7OLMC
3821 W7OLMG
3822
3823 I changed those boards to call this assembler dram_init() function now
3824 from their board specific initdram() instead. This *should* work, but please
3825 test again on those platforms. And it is perhaps a good idea that those
3826 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
3827 some time. So further patches welcome here.
3828
3829 Signed-off-by: Stefan Roese <sr@denx.de>
3830
3831commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
3832Author: Stefan Roese <sr@denx.de>
3833Date: Mon Jun 2 17:22:11 2008 +0200
3834
3835 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
3836
3837 Signed-off-by: Stefan Roese <sr@denx.de>
3838
3839commit 39b32be18cd33b53a84065edcd4e465165cc5564
3840Author: Stefan Roese <sr@denx.de>
3841Date: Mon Jun 2 17:20:03 2008 +0200
3842
3843 ppc4xx: Fix common ECC generation code for 440GP style platforms
3844
3845 This patch makes the common 4xx ECC code really usable on 440GP style
3846 platforms.
3847
3848 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
3849 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
3850 we need to make some processor dependant defines used later on by the
3851 driver.
3852
3853 Signed-off-by: Stefan Roese <sr@denx.de>
3854
3855commit ec724f883ee3f3925e6c55027e8ffa70ada83303
3856Author: Stefan Roese <sr@denx.de>
3857Date: Mon Jun 2 17:13:55 2008 +0200
3858
3859 ppc4xx: Change Kilauea to use the common DDR2 init function
3860
3861 This patch changes the kilauea and kilauea_nand (for NAND booting)
3862 board port to not use a board specific DDR2 init routine anymore. Now
3863 the common code from cpu/ppc4xx is used.
3864
3865 Thanks to Grant Erickson for all his basic work on this 405EX early
3866 bootup.
3867
3868 Signed-off-by: Stefan Roese <sr@denx.de>
3869
3870commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
3871Author: Stefan Roese <sr@denx.de>
3872Date: Mon Jun 2 14:59:21 2008 +0200
3873
3874 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
3875
3876 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
3877 ppc4xx related SDRAM/DDR/DDR2 controller defines.
3878
3879 Signed-off-by: Stefan Roese <sr@denx.de>
3880
3881commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
3882Author: Stefan Roese <sr@denx.de>
3883Date: Mon Jun 2 14:57:41 2008 +0200
3884
3885 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
3886
3887 This patch removes all SDRAM related defines from the PPC4xx headers
3888 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
3889 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
3890
3891 It also introduces new defines for the equipped SDRAM controller based on
3892 which PPC variant is used. There new defines are:
3893
3894 used on 405GR/CR/EP and some Xilinx Virtex boards.
3895
3896 used on 440GP/GX/EP/GR.
3897
3898 used on 440EPx/GRx.
3899
3900 used on 405EX/r/440SP/SPe/460EX/GT.
3901
3902 Signed-off-by: Stefan Roese <sr@denx.de>
3903
3904commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
3905Author: Stefan Roese <sr@denx.de>
3906Date: Mon Jun 2 14:35:44 2008 +0200
3907
3908 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
3909
3910 This patch consolidates the 405 and 440 parts of the NAND booting code
3911 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
3912 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
3913 Only *after* running from this location, nand_boot() is called.
3914
3915 Please note that the initsdram() call is now moved from nand_boot.c
3916 to start.S. I experienced problems with some boards like Kilauea
3917 (405EX), which don't have internal SRAM (OCM) and relocation needs to
3918 be done to SDRAM before the NAND controller can get accessed. When
3919 initdram() is called later on in nand_boot(), this can lead to problems
3920 with variables in the bss sections like nand_ecc_pos[].
3921
3922 Signed-off-by: Stefan Roese <sr@denx.de>
3923 Acked-by: Scott Wood <scottwood@freescale.com>
3924
3925commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
3926Author: Grant Erickson <gerickson@nuovations.com>
3927Date: Thu May 22 14:44:24 2008 -0700
3928
3929 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
3930
3931 This patch (Part 2 of 2):
3932
3933 * Rolls up a suite of changes to enable correct primordial stack and
3934 global data handling when the data cache is used for such a purpose
3935 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
3936
3937 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
3938 eliminating redundant ECC initialization implementations and moving
3939 redundant SDRAM initialization out of board code into shared 4xx
3940 code.
3941
3942 * Enables MCSR visibility on the 405EX(r).
3943
3944 * Enables the use of the data cache for initial RAM on
3945 both AMCC's Kilauea and Makalu and removes a redundant
3946 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
3947
3948 - Removed, per Stefan Roese's request, defunct memory.c file for
3949 Makalu and rolled sdram_init from it into makalu.c.
3950
3951 With respect to the 4xx DDR initialization and ECC unification, there
3952 is certainly more work that can and should be done (file renaming,
3953 etc.). However, that can be handled at a later date on a second or
3954 third pass. As it stands, this patch moves things forward in an
3955 incremental yet positive way for those platforms that utilize this
3956 code and the features associated with it.
3957
3958 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
3959 Signed-off-by: Stefan Roese <sr@denx.de>
3960
3961commit c821b5f120bedf73867513466412587c6912a8f8
3962Author: Grant Erickson <gerickson@nuovations.com>
3963Date: Thu May 22 14:44:14 2008 -0700
3964
3965 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
3966
3967 This patch (Part 1 of 2):
3968
3969 * Rolls up a suite of changes to enable correct primordial stack and
3970 global data handling when the data cache is used for such a purpose
3971 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
3972
3973 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
3974 eliminating redundant ECC initialization implementations and moving
3975 redundant SDRAM initialization out of board code into shared 4xx
3976 code.
3977
3978 * Enables MCSR visibility on the 405EX(r).
3979
3980 * Enables the use of the data cache for initial RAM on
3981 both AMCC's Kilauea and Makalu and removes a redundant
3982 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
3983
3984 - Removed, per Stefan Roese's request, defunct memory.c file for
3985 Makalu and rolled sdram_init from it into makalu.c.
3986
3987 With respect to the 4xx DDR initialization and ECC unification, there
3988 is certainly more work that can and should be done (file renaming,
3989 etc.). However, that can be handled at a later date on a second or
3990 third pass. As it stands, this patch moves things forward in an
3991 incremental yet positive way for those platforms that utilize this
3992 code and the features associated with it.
3993
3994 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
3995 Signed-off-by: Stefan Roese <sr@denx.de>
3996
3997commit a439680019e06171d4a5694b7992accce87f590e
3998Author: Grant Erickson <gerickson@nuovations.com>
3999Date: Wed May 21 13:28:30 2008 -0700
4000
4001 PPC4xx: Simplified post_word_{load, store}
4002
4003 This patch simplifies post_word_{load,store} by using the preprocessor
4004 to eliminate redundant, copy-and-pasted code.
4005
4006 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4007
4008commit f979690ee337450b2030aba128f95b7a8d9881c0
4009Author: Kumar Gala <galak@kernel.crashing.org>
4010Date: Thu May 15 15:13:08 2008 -0500
4011
4012 Fix warnings from gcc-4.3.0 build on a ppc host
4013
4014 * The cfi_flash.c memset fix actual allows the board to boot so there is
4015 a bit more going on here than just resolving warnings associated with
4016 uninitialized variables.
4017
4018 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
4019 inline function 'ext2_find_next_zero_bit' which is not static
4020
4021 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4022
4023commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
4024Author: Becky Bruce <becky.bruce@freescale.com>
4025Date: Wed May 14 13:09:51 2008 -0500
4026
4027 MPC512x: Change traps.c to not reference non-addressable memory
4028
4029 Currently, END_OF_RAM is used by the trap code to determine if
4030 we should attempt to access the stack pointer or not. However,
4031 on systems with a lot of RAM, only a subset of the RAM is
4032 guaranteed to be mapped in and accessible. Change END_OF_RAM
4033 to use get_effective_memsize() instead of using the raw ram
4034 size out of the bd.
4035
4036 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4037
4038commit 81673e9ae14b771cd13faf19947192599cae3959
4039Author: Kumar Gala <galak@kernel.crashing.org>
4040Date: Tue May 13 19:01:54 2008 -0500
4041
4042 Make sure common.h is the first include.
4043
4044 If common.h isn't first we can get CONFIG_ options defined in the
4045 board config file ignored. This can cause an issue if any of those
4046 config options impact the size of types of data structures
4047 (eg CONFIG_PHYS_64BIT).
4048
4049 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4050
4051commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
4052Author: Marian Balakowicz <m8@semihalf.com>
4053Date: Tue May 13 15:53:29 2008 +0200
4054
4055 Avoid initrd and logbuffer area overlaps
4056
4057 Add logbuffer to reserved LMB areas to prevent initrd allocation
4058 from overlaping with it.
4059
4060 Make sure to use correct logbuffer base address.
4061
4062 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4063
4064commit 6956d53d9934862507f83f0e3255dfd4662e7482
4065Author: Sascha Laue <sascha.laue@liebherr.com>
4066Date: Tue May 13 13:29:54 2008 +0200
4067
4068 lwmon5: add memory-pattern-test to FPGA POST.
4069
4070commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
4071Author: Becky Bruce <becky.bruce@freescale.com>
4072Date: Thu May 8 19:02:51 2008 -0500
4073
4074 PPC: 86xx Add bat registers to reginfo command
4075
4076 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4077
4078commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
4079Author: Becky Bruce <becky.bruce@freescale.com>
4080Date: Fri May 9 15:41:35 2008 -0500
4081
4082 PPC: Add print_bats() to lib_ppc/bat_rw.c
4083
4084 This function prints the values of all the BAT register
4085 pairs - I needed this for debug earlier this week; adding it to
4086 lib_ppc so others can use it (and add it to reginfo commands
4087 if so desired).
4088
4089 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4090
4091commit c148f24c15743a02e855636e6bed013bd121f7f2
4092Author: Becky Bruce <becky.bruce@freescale.com>
4093Date: Thu May 15 21:29:04 2008 -0500
4094
4095 PPC: Change lib_ppc/bat_rw.c to use high bats
4096
4097 Currently, this code only deals with BATs 0-3, which makes
4098 it useless on systems that support BATs 4-7. Add the
4099 support for these registers.
4100
4101 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
4102
4103commit 31d826722434931e1152a09d140187dcf72f8aac
4104Author: Becky Bruce <becky.bruce@freescale.com>
4105Date: Thu May 8 19:02:12 2008 -0500
4106
4107 PPC: Create and use CONFIG_HIGH_BATS
4108
4109 Change all code that conditionally operates on high bat
4110 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
4111 instead of the myriad ways this is done now. Define the option
4112 for every config for which high bats are supported (and
4113 enabled by early boot, on parts where they're not always
4114 enabled)
4115
4116 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4117
4118commit aa3b8bf9c30065bb2ea852799d32db5020598495
4119Author: Wolfgang Grandegger <wg@grandegger.com>
4120Date: Wed May 28 19:55:19 2008 +0200
4121
4122 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
4123
4124 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4125 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4126
4127commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
4128Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4129Date: Wed May 28 13:06:25 2008 -0500
4130
4131 ColdFire: Add 10 base ethernet support for mcf5445x
4132
4133 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4134 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4135
4136commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
4137Author: Jason McMullan <mcmullan@netapp.com>
4138Date: Fri May 30 00:53:38 2008 +0900
4139
4140 mips: Add an 'include/asm/errno.h', like all other architectures
4141
4142 All other u-boot architectures have an include/asm/errno.h, so
4143 this change adds it to the mips include/asm-mips headers also.
4144
4145 Stolen from Linux 2.6.25.
4146
4147 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4148
4149commit e2ad8426624bac457acc6925b6ff408e9bf20466
4150Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4151Date: Fri May 30 00:53:38 2008 +0900
4152
4153 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
4154
4155 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4156
4157commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
4158Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4159Date: Fri May 30 00:53:38 2008 +0900
4160
4161 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
4162
4163 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4164
4165commit bf462ae450a7f2eeeddc699ed345b391e3263540
4166Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4167Date: Fri May 30 00:53:37 2008 +0900
4168
4169 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
4170
4171 No functional changes.
4172
4173 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4174
4175commit 89a1550ec6b74452274a7a23127936e2c7eec711
4176Author: Jason McMullan <mcmullan@netapp.com>
4177Date: Fri May 30 00:53:37 2008 +0900
4178
4179 mips: If CONFIG_CMD_SPI is defined, call spi_init()
4180
4181 The mips architecture currently does not call 'spi_init()' in the generic
4182 board initialization routine is CONFIG_CMD_SPI is defined.
4183
4184 This patch rectifies that problem.
4185
4186 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4187 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4188
4189commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
4190Author: Jason McMullan <mcmullan@netapp.com>
4191Date: Fri May 30 00:53:37 2008 +0900
4192
4193 [MIPS] lib_mips/board.c: Add nand_init
4194
4195 This patch adds the standard 'nand_init()' call to the mips generic
4196 'board_init_r()' call, bringing MIPS in line with the other architectures.
4197
4198 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4199 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4200
4201commit d6ac2ed893c2168738aee01579d6283af8d37045
4202Author: Scott Wood <scottwood@freescale.com>
4203Date: Thu May 22 10:49:46 2008 -0500
4204
4205 Remove prototypes of nand_init() in favor of including nand.h.
4206
4207 Likewise with onenand_init().
4208
4209 Signed-off-by: Scott Wood <scottwood@freescale.com>
4210
4211commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
4212Author: Scott Wood <scottwood@freescale.com>
4213Date: Thu May 22 10:49:00 2008 -0500
4214
4215 Make onenand_uboot.h self-sufficient.
4216
4217 Don't assume types are provided by previously included headers.
4218
4219 Signed-off-by: Scott Wood <scottwood@freescale.com>
4220
4221commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
4222Author: Dirk Behme <dirk.behme@gmail.com>
4223Date: Wed Jan 16 14:26:59 2008 +0100
4224
4225 nand: Correct NAND erase percentage output
4226
4227 For NAND erase sizes smaller than one NAND erase block, erase
4228 percentage output becomes grater than 100% e.g.
4229
4230 -- cut --
4231 > nand info
4232 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
4233 > nand erase 0x100000 0x2000
4234 NAND erase: device 0 offset 0x100000, size 0x2000
4235 Erasing at 0x100000 -- 200% complete.
4236 OK
4237 >
4238 -- cut --
4239
4240 Correct this and give user a warning that more is erased than specified:
4241
4242 -- cut --
4243 > nand erase 0x100000 0x2000
4244 NAND erase: device 0 offset 0x100000, size 0x2000
4245 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
4246 Erasing 0x00004000 instead
4247 Erasing at 0x100000 -- 100% complete.
4248 OK
4249 >
4250 -- cut --
4251
4252 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
4253
4254commit 5922db6c0948506be91e0de44e7a6863a18a417f
4255Author: Stelian Pop <stelian@popies.net>
4256Date: Tue May 13 17:31:24 2008 +0200
4257
4258 Cleanup nand_info[] declaration.
4259
4260 The nand_info array is declared as extern in several .c files.
4261 Those days, nand.h contains a reference to the array, so there is
4262 no need to declare it elsewhere.
4263
4264 Signed-off-by: Stelian Pop <stelian@popies.net>
4265 Signed-off-by: Scott Wood <scottwood@freescale.com>
4266
4267commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
4268Author: Scott Wood <scottwood@freescale.com>
4269Date: Mon May 19 09:30:43 2008 -0500
4270
4271 NAND: Provide a sane default for NAND_MAX_CHIPS.
4272
4273 This allows the header to be included regardless of whether a board's
4274 config file provides NAND-related defininitions.
4275
4276 Signed-off-by: Scott Wood <scottwood@freescale.com>
4277
4278commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
4279Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4280Date: Mon May 26 12:19:10 2008 +0200
4281
4282 avr32: Fix theoretical race in udelay()
4283
4284 If the specified delay is very short, the cycle counter may go past the
4285 "end" time we are waiting for before we get around to reading it.
4286
4287 Fix it by checking the different between the cycle count "now" and the
4288 cycle count at the beginning. This will work as long as the delay
4289 measured in number of cycles is below 2^31.
4290
4291 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4292
4293commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
4294Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4295Date: Wed May 21 13:01:09 2008 +0200
4296
4297 avr32: Compile atmel_mci.o conditionally
4298
4299 Remove #ifdef CONFIG_MMC from the source file and use conditional
4300 compilation in the Makefile instead.
4301
4302 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4303
4304commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
4305Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4306Date: Thu May 22 12:28:25 2008 +0200
4307
4308 avr32: Fix wrong error flags in atmel_mci driver
4309
4310 Make sure we check for CRC errors when sending commands that use CRC
4311 checking.
4312
4313 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
4314 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4315
4316commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
4317Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4318Date: Wed May 21 11:10:59 2008 +0200
4319
4320 avr32: Fix two warnings in atmel_mci.c
4321
4322 The warnings are harmless but annoying. Let's fix them.
4323
4324 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4325
4326commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
4327Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4328Date: Mon May 19 11:36:28 2008 +0200
4329
4330 avr32: Rework SDRAM initialization code
4331
4332 This cleans up the SDRAM initialization and related code a bit, and
4333 allows faster booting.
4334
4335 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
4336 * Remove memory test from sdram_init() and make caller responsible
4337 for verifying the SDRAM and determining its size.
4338 * Remove base_address member from struct sdram_config (was sdram_info)
4339 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
4340 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
4341
4342 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4343
4344commit 95107b7c028806919630bf02c653aa8f4f867c94
4345Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4346Date: Mon May 19 11:27:37 2008 +0200
4347
4348 avr32: Do stricter stack checking in the exception handler
4349
4350 Don't do a stack dump if the stack pointer is outside the memory area
4351 reserved for stack.
4352
4353 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4354
4355commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
4356Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4357Date: Fri May 2 15:32:57 2008 +0200
4358
4359 avr32: Use the same entry point for reset and exception handling
4360
4361 Since the reset vector is always aligned to a very large boundary, we
4362 can save a couple of KB worth of alignment padding by placing the
4363 exception vectors at the same address.
4364
4365 Deciding which one it is is easy: If we're handling an exception, the
4366 CPU is in Exception mode. If we're starting up after reset, the CPU is
4367 in Supervisor mode. So this adds a very minimal overhead to the reset
4368 path (only executed once) and the exception handling path (normally
4369 never executed at all.)
4370
4371 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4372
4373commit 0c16eed2189a190bd5655b33c029f809a9b31128
4374Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4375Date: Fri May 2 15:24:22 2008 +0200
4376
4377 avr32: Put memset in its own section
4378
4379 All C code is compiled with -ffunction-sections -fdata-sections.
4380 Assembly functions should get their own sections as well so that
4381 everything looks consistent.
4382
4383 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4384
4385commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
4386Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4387Date: Fri May 2 15:21:40 2008 +0200
4388
4389 avr32: Rename pm_init() as clk_init() and make SoC-specific
4390
4391 pm_init() was always more about clock initialization than anything
4392 else. Dealing with PLLs, clock gating and such is also inherently
4393 SoC-specific, so move it into a SoC-specific directory.
4394
4395 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4396
4397commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
4398Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4399Date: Wed Apr 30 16:15:57 2008 +0200
4400
4401 avr32: Use new-style Makefile for the at32ap platform
4402
4403 This makes it easier to avoid compiling certain files later.
4404
4405 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4406
4407commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
4408Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4409Date: Wed Apr 30 14:36:47 2008 +0200
4410
4411 avr32: Remove unused file cpu/at32ap/pm.c
4412
4413 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4414
4415commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
4416Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4417Date: Wed Apr 30 14:19:28 2008 +0200
4418
4419 avr32: Clean up the HMATRIX code
4420
4421 Rework the HMATRIX configuration interface so that it becomes easier
4422 to configure the HMATRIX for boards with special needs, and add new
4423 parts.
4424
4425 The HMATRIX header file has been split into a general,
4426 chip-independent part with register definitions, etc. and a
4427 chip-specific part with SFR bitfield definitions and master/slave
4428 identifiers.
4429
4430 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4431
4432commit 0a2e48792dd372c90b80059f3235e67a567e16fc
4433Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4434Date: Thu Nov 22 12:14:11 2007 +0100
4435
4436 avr32: Add support for the ATSTK1006 board
4437
4438 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
4439 board. It's currently in production and will be available soon.
4440
4441 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4442
4443commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
4444Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4445Date: Tue Apr 29 12:53:05 2008 +0200
4446
4447 avr32: Get rid of the .flashprog section
4448
4449 The .flashprog section was only needed back when we were running
4450 directly from flash, and it's even more useless on NGW100 since it
4451 uses the CFI flash driver which never used this workaround in the
4452 first place.
4453
4454 Remove it on STK1000 as well, and get rid of all the associated code and
4455 annotations.
4456
4457 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4458
4459commit cdd42c0c7a5205fc380912d83229069a71ea3abf
4460Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4461Date: Wed Apr 30 13:09:56 2008 +0200
4462
4463 avr32: Use correct condition around macb clock accessors
4464
4465 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
4466 the chip has a MACB controller, not when it has a USART.
4467
4468 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4469
4470commit f793a3581901ff39c2abb94012d9bbc8573ccf02
4471Author: David Brownell <david-b@pacbell.net>
4472Date: Wed Apr 16 22:57:58 2008 -0700
4473
4474 avr32: Disable the AP7000 internal watchdog on startup
4475
4476 This patch forces the watchdog off in all cases. That will at least
4477 get rid of the constant reboot cycle, though it won't let the watchdog
4478 actually run in the new kernels: its probe() comes up with a polite
4479 warning.
4480
4481 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4482
4483commit 55ac7a7490b55da56659f95d82a0c83b9756df27
4484Author: David Brownell <david-b@pacbell.net>
4485Date: Fri Feb 22 12:54:39 2008 -0800
4486
4487 avr32: stk1002 and ngw100 convergence
4488
4489 Make STK1002 and NGW100 boards act more alike:
4490 - STK boards can use as many arguments as NGW
4491 - STK boards don't need to manage FPGAs either
4492 - NGW commands should match STK ones
4493
4494 Also spell U-Boot right in prompts for STK1002 and NGW100.
4495
4496 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4497 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
4498 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4499
4500commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
4501Author: Sergei Poselenov <sposelenov@emcraft.com>
4502Date: Tue May 27 13:47:00 2008 +0200
4503
4504 Socrates: Fix PCI bus frequency report
4505
4506 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4507
4508commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
4509Author: Sergei Poselenov <sposelenov@emcraft.com>
4510Date: Tue May 27 11:49:13 2008 +0200
4511
4512 Socrates: Added USB support.
4513
4514 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4515
4516commit 5a904e5637cff1d708dc67098004f83ba9e84c54
4517Author: Sergei Poselenov <sposelenov@emcraft.com>
4518Date: Tue May 27 11:35:02 2008 +0200
4519
4520 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
4521
4522 In case of several PCI USB controllers on a board this variable
4523 specifys which controller to use.
4524 See doc/README.generic_usb_ohci for details.
4525
4526 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4527
4528commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
4529Author: Sergei Poselenov <sposelenov@emcraft.com>
4530Date: Tue May 27 10:36:07 2008 +0200
4531
4532 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
4533
4534 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4535
4536commit 83e9d7a2614d4006b92690afa3390c291734267e
4537Author: Sergei Poselenov <sposelenov@emcraft.com>
4538Date: Mon May 26 18:16:04 2008 +0200
4539
4540 Socrates: Config file cleanup.
4541
4542 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4543
4544commit 602cac1389b755b223272f2328a47e6f8c240848
4545Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4546Date: Sat May 24 12:47:46 2008 +0200
4547
4548 MAKEALL: add at91 list
4549
4550 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4551
4552commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
4553Author: Ron Madrid <ron_madrid@sbcglobal.net>
4554Date: Fri May 23 15:37:05 2008 -0700
4555
4556 Add Marvell 88E1118 support for TSEC
4557
4558 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
4559 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4560
4561commit 557b377d8bfc8b833b6e749457bcdfa298331a24
4562Author: Jens Gehrlein <sew_s@tqs.de>
4563Date: Mon May 5 14:06:11 2008 +0200
4564
4565 smc911x: add 16 bit support
4566
4567 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
4568 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4569
4570commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
4571Author: Christian Eggers <ceggers@gmx.de>
4572Date: Wed May 21 22:12:00 2008 +0200
4573
4574 USB: replace old swap_ with proper endianess conversion macros
4575
4576 Signed-off-by: Christian Eggers <ceggers@gmx.de>
4577 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4578
4579commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
4580Author: Christian Eggers <ceggers@gmx.de>
4581Date: Wed May 21 21:29:10 2008 +0200
4582
4583 Fix endianess conversion in usb_ohci.c
4584
4585 Signed-off-by: Christian Eggers <ceggers@gmx.de>
4586 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4587
4588commit 477434c63c2ea5baa5c6c4e43500786f436511ff
4589Author: Sergei Poselenov <sposelenov@emcraft.com>
4590Date: Thu May 22 01:15:53 2008 +0200
4591
4592 USB: add support for multiple PCI OHCI controllers
4593
4594 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
4595 In case of several PCI USB controllers on a board this variable
4596 specifys which controller to use.
4597
4598 Also add USB support for sokrates board.
4599
4600 See doc/README.generic_usb_ohci for details.
4601
4602 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4603 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4604
4605commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
4606Author: Wolfgang Denk <wd@denx.de>
4607Date: Wed May 21 16:56:08 2008 +0200
4608
4609 Fix some whitespace issues
4610
4611 introduced by 53677ef18 "Big white-space cleanup."
4612
4613 Signed-off-by: Wolfgang Denk <wd@denx.de>
4614
4615commit 4416603aeb06861b468b06a981e52c3ff805db7b
4616Author: York Sun <yorksun@freescale.com>
4617Date: Mon May 12 14:36:39 2008 -0500
4618
4619 Make ads5121 out-of-tree compiling safe
4620
4621 Reuse the existing DIU driver in board/freescale/common.
4622
4623 Signed-off-by: York Sun <yorksun@freescale.com>
4624
4625commit 0e1bad47cd345c76c91a64caf41011e431b62599
4626Author: York Sun <yorksun@freescale.com>
4627Date: Mon May 5 10:20:01 2008 -0500
4628
4629 Adding DIU support for Freescale 5121ADS
4630
4631 Add DIU and cfb console support to FSL 5121ADS board.
4632
4633 Use #define CONFIG_VIDEO in config file to enable fb console.
4634
4635 Signed-off-by: York Sun <yorksun@freescale.com>
4636
4637commit a48ff68d235e671176f6b496c44246dbe5e0a93f
4638Author: York Sun <yorksun@freescale.com>
4639Date: Mon May 5 10:20:00 2008 -0500
4640
4641 Replace DPRINTF with debug
4642
4643 Remove DPRINTF macro and replace it with generic debug macro.
4644
4645 Signed-off-by: York Sun <yorksun@freescale.com>
4646
4647commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
4648Author: York Sun <yorksun@freescale.com>
4649Date: Mon May 5 10:19:59 2008 -0500
4650
4651 Move pixel clock setting to board file
4652
4653 The clock divider has different format in 5121 and 8610. This patch moves it to
4654 board specific code.
4655
4656 Signed-off-by: York Sun <yorksun@freescale.com>
4657
4658commit 53677ef18e25c97ac613349087c5cb33ae5a2741
4659Author: Wolfgang Denk <wd@denx.de>
4660Date: Tue May 20 16:00:29 2008 +0200
4661
4662 Big white-space cleanup.
4663
4664 This commit gets rid of a huge amount of silly white-space issues.
4665 Especially, all sequences of SPACEs followed by TAB characters get
4666 removed (unless they appear in print statements).
4667
4668 Also remove all embedded "vim:" and "vi:" statements which hide
4669 indentation problems.
4670
4671 Signed-off-by: Wolfgang Denk <wd@denx.de>
4672
4673commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
4674Author: Sergei Poselenov <sposelenov@emcraft.com>
4675Date: Thu May 8 17:46:23 2008 +0200
4676
4677 socrates: fix second TSEC configuration (it is actually TSEC3)
4678
4679 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4680
4681commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
4682Author: Sergei Poselenov <sposelenov@emcraft.com>
4683Date: Thu May 8 14:17:08 2008 +0200
4684
4685 Fixed reset for socrates
4686
4687 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4688
4689commit e18575d5f589a62e19c70d471d4b4e27cad3af56
4690Author: Sergei Poselenov <sposelenov@emcraft.com>
4691Date: Wed May 7 15:10:49 2008 +0200
4692
4693 socrates: changes to support FDT
4694
4695 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4696 Signed-off-by: Wolfgang Denk <wd@denx.de>
4697
4698commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
4699Author: Sergei Poselenov <sposelenov@emcraft.com>
4700Date: Wed Apr 30 11:42:50 2008 +0200
4701
4702 Initial support for "Socrates" board
4703
4704 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4705
4706commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
4707Author: Yuri Tikhonov <yur@emcraft.com>
4708Date: Thu May 8 15:46:42 2008 +0200
4709
4710 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
4711
4712 This way we become able to utilize the full post_log_word for POST
4713 activities (overwise, POST ECC, which has 0x8000 ID, could be
4714 erroneously treated as started in post_output_backlog() even if there
4715 was actually no POST ECC run (because of OCM POST failure, for
4716 example).
4717
4718 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4719
4720commit 7845d49094c81321021b50a4dbb8864d2f3777e4
4721Author: Yuri Tikhonov <yur@emcraft.com>
4722Date: Thu May 8 15:46:02 2008 +0200
4723
4724 POST: mark OCM test as POST_STOP
4725
4726 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4727
4728commit 28a385065882d6cb6ac5f443311ff87887ed7c13
4729Author: Yuri Tikhonov <yur@emcraft.com>
4730Date: Thu May 8 15:45:26 2008 +0200
4731
4732 POST: add POST_STOP flag
4733
4734 Don't run futher tests in case of a test fails that is marked as
4735 POST_STOP.
4736
4737 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4738 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4739
4740commit a525145d8110d15b4389d23c3ea8a78f22509d3f
4741Author: Yuri Tikhonov <yur@emcraft.com>
4742Date: Thu May 8 15:44:16 2008 +0200
4743
4744 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
4745
4746 Switch the OCM testid with the codec one. The reason is that current
4747 implementation requires the POST_ROM testid to fit into lower 16
4748 bits, and the codec test will never run with POST_ROM hopefully.
4749
4750 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4751
4752commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
4753Author: Yuri Tikhonov <yur@emcraft.com>
4754Date: Thu May 8 15:43:28 2008 +0200
4755
4756 lwmon5: enable OCM post test on lwmon5 board
4757
4758 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4759
4760commit 6e8ec682268493b8d098f99e17b1ce71b4448977
4761Author: Yuri Tikhonov <yur@emcraft.com>
4762Date: Thu May 8 15:42:47 2008 +0200
4763
4764 POST: OCM test added.
4765
4766 Added OCM test to POST layer. This version runs before all other tests
4767 but doesn't yet interrupt post sequence on failure.
4768
4769 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4770 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4771
4772commit 6891260bdd935a382c95d9fa333922b0dfded68a
4773Author: Yuri Tikhonov <yur@emcraft.com>
4774Date: Thu May 8 15:40:39 2008 +0200
4775
4776 POST: typo fix
4777
4778 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4779
4780commit 727f63334676e760877d43bfb8f0e9331ac8b101
4781Author: Hebbar <gururajakr@sanyo.co.in>
4782Date: Tue May 20 02:16:36 2008 -0700
4783
4784 common/usb.c: fix incorrect escape sequence
4785
4786 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
4787
4788commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
4789Author: York Sun <yorksun@freescale.com>
4790Date: Thu May 15 15:26:27 2008 -0500
4791
4792 Fix 8313ERDB board configuration
4793
4794 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
4795 Correct TSEC1 vs TSEC2 assignment.
4796 Define ETHADDR and ETH1ADDR always.
4797
4798 Signed-off-by: York Sun <yorksun@freescale.com>
4799 Signed-off-by: Timur Tabi <timur@freescale.com>
4800
4801commit 2c289e320dcfb3760e99cf1d765cb067194a1202
4802Author: Jon Loeliger <jdl@freescale.com>
4803Date: Mon May 19 09:47:25 2008 -0500
4804
4805 mpc86xx: Removed unused and unconfigured memory test code.
4806
4807 Besides, other common code exists.
4808
4809 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4810
4811commit 180a90abdae72587c0f679edf8991455e559440d
4812Author: Wolfgang Denk <wd@denx.de>
4813Date: Mon May 19 12:47:11 2008 +0200
4814
4815 Release v1.3.3
4816
4817 Update CHANGELOG for release.
4818
4819 Signed-off-by: Wolfgang Denk <wd@denx.de>
4820
180a90ab
WD
4821commit 16bedc661de0dae767b1377d8413373a3fbcfa79
4822Author: Stefan Roese <sr@denx.de>
4823Date: Mon May 19 07:14:38 2008 +0200
4824
4825 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
4826
4827 When SATA is selected (via jumper J6) we need to disable the first PCIe
4828 node in the device tree, so that Linux doesn't initialize it. Otherwise
4829 the Linux SATA driver will fail to detect the devices.
4830
4831 The same goes the other way around too. So if PCIe is selected we need
4832 to disable the SATA node in the device tree.
4833
4834 This is because PCIe port 0 and SATA on 460EX share the same pins
4835 (multiplexed) and we have to configure in U-Boot which peripheral is
4836 enabled.
4837
4838 Signed-off-by: Stefan Roese <sr@denx.de>
4839
4840commit 3cc27b426aeefe2930f911692e9df3143fb2565f
4841Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4842Date: Sun May 18 19:09:58 2008 +0200
4843
4844 i386: Fix multiple definitions of __show_boot_progress
4845
4846 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4847
4848commit 311f3446930c1e64c12026c1cfd00500b05be52d
4849Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4850Date: Sun May 18 19:09:57 2008 +0200
4851
4852 sc530_spunk: add missing SOBJS entry
4853
4854 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4855
4856commit a559317143b4f95927b08cd388707e6f077e95fa
4857Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4858Date: Sun May 18 19:09:56 2008 +0200
4859
4860 sc520_spunk: Fix flash
4861
4862 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
4863 flash.c:398: error: label at end of compound statement
4864
4865 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4866
4867commit 91f221317af64191ee8caf303ea9305943158691
4868Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4869Date: Sun May 18 19:09:49 2008 +0200
4870
4871 drivers/pcmcia: add missing i82365
4872
4873 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4874
4875commit dd223944132f97ffa52977ea95e5a52428f5cc2f
4876Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4877Date: Sun May 18 19:09:47 2008 +0200
4878
4879 i386/bootm: remove unused var
4880
4881 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4882
4883commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
4884Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4885Date: Sun May 18 19:09:45 2008 +0200
4886
4887 example/gitignore: update with all generated examples
4888
4889 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4890
4891commit a38dc3ea8614f8b0c41e432b445a9959b9711295
4892Author: Wolfgang Denk <wd@denx.de>
4893Date: Thu May 15 00:42:45 2008 +0200
4894
4895 TQM8272: fix out-of-tree building
4896
4897 ...and add to MAKEALL script
4898
4899 Signed-off-by: Wolfgang Denk <wd@denx.de>
4900
4901commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
4902Author: Wolfgang Denk <wd@denx.de>
4903Date: Wed May 14 23:34:53 2008 +0200
4904
4905 environment: fix bug introduced by commit a8409f4f1ac8
4906
4907 env_get_char is not a function, but a pointer to one.
4908
4909 Signed-off-by: Wolfgang Denk <wd@denx.de>
4910
01db232d
WD
4911commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
4912Author: Gary Jennejohn <garyj@denx.de>
4913Date: Wed May 14 13:39:22 2008 +0200
4914
4915 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
4916
4917 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
4918 use a redundant environment.
4919
4920 Signed-off-by: Gary Jennejohn <garyj@denx.de>
4921
180a90ab
WD
4922commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
4923Author: Wolfgang Denk <wd@denx.de>
4924Date: Wed May 14 13:55:30 2008 +0200
4925
4926 Fix config files for out-of-tree building
4927
4928 Several board/<...>/config.mk files include dynamically built (by
4929 the Makefile) config files but used the wrong file name of
4930 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
4931 instead if the correct
4932 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
4933
4934 The bug is nasty because the build result is correct for the (normal)
4935 in-tree builds, and because 'sinclude' is used no errors get raised
4936 even for out-of-tree build tests. But out-of-tree builds use an
4937 incomplete and thus usually incorrect configuration...
4938
4939 Signed-off-by: Wolfgang Denk <wd@denx.de>
4940
4941commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
4942Author: Stefan Roese <sr@denx.de>
4943Date: Wed May 14 13:40:03 2008 +0200
4944
4945 ppc4xx: Fix bogus Canyonlands config.mk
4946
4947 This patch fixes the canyonlands config.mk file to enable correct
4948 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
4949
4950 Signed-off-by: Stefan Roese <sr@denx.de>
4951
4952commit fdd1247a66d788a3446244f6fde9955a93c26322
4953Author: Stefan Roese <sr@denx.de>
4954Date: Wed May 14 10:32:32 2008 +0200
4955
4956 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
4957
4958 Canyonlands has a file ddr2_fixed.c which needs special treatment when
4959 building in separate directory. It has to be linked to build directory
4960 otherwise it is not seen.
4961
4962 Signed-off-by: Stefan Roese <sr@denx.de>
4963
4964commit a8409f4f1ac84c36273c1a1e341189662521bcfb
4965Author: Wolfgang Denk <wd@denx.de>
4966Date: Wed May 14 12:22:49 2008 +0200
4967
4968 environment: cleanup prototype declarations of env functions.
4969
4970 Signed-off-by: Wolfgang Denk <wd@denx.de>
4971
4972commit cf39b07948015c480b72a6e732cf7d839aa93a9e
4973Author: Wolfgang Denk <wd@denx.de>
4974Date: Wed May 14 12:21:48 2008 +0200
4975
4976 linkstation_HGLAN: Fix out of tree building.
4977
4978 Signed-off-by: Wolfgang Denk <wd@denx.de>
4979
4980commit 085551c05ca09e6c491ea11a1c6727a36776a545
4981Author: Stefan Roese <sr@denx.de>
4982Date: Wed May 14 10:32:32 2008 +0200
4983
4984 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
4985
4986 Canyonlands has a file ddr2_fixed.c which needs special treatment when
4987 building in separate directory. It has to be linked to build directory
4988 otherwise it is not seen.
4989
4990 Signed-off-by: Stefan Roese <sr@denx.de>
4991
4992commit 1510b82d50615f344e89d42533e8224cce067dc0
4993Author: Wolfgang Denk <wd@denx.de>
4994Date: Tue May 13 23:15:52 2008 +0200
4995
4996 Makefile: fix "error: version_autogenerated.h: No such file or directory"
4997
4998 Signed-off-by: Wolfgang Denk <wd@denx.de>
4999
01db232d
WD
5000commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
5001Author: Stelian Pop <stelian@popies.net>
5002Date: Tue May 13 17:31:24 2008 +0200
5003
5004 Cleanup nand_info[] declaration.
5005
5006 The nand_info array is declared as extern in several .c files.
5007 Those days, nand.h contains a reference to the array, so there is
5008 no need to declare it elsewhere.
5009
5010 Signed-off-by: Stelian Pop <stelian@popies.net>
5011 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5012
180a90ab
WD
5013commit 70fab1908fc1734a403711eaabbef546bc4b77dc
5014Author: Stefan Roese <sr@denx.de>
5015Date: Tue May 13 20:22:01 2008 +0200
5016
5017 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
5018
5019 Signed-off-by: Stefan Roese <sr@denx.de>
5020
5021commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
5022Author: Wolfgang Denk <wd@denx.de>
5023Date: Mon May 12 01:11:21 2008 +0200
5024
5025 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
5026
5027 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
5028 which broke many PowerPC boards.
5029
5030commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
5031Author: Wolfgang Denk <wd@denx.de>
5032Date: Mon May 12 00:56:28 2008 +0200
5033
5034 Revert "Avoid initrd and logbuffer area overlaps"
5035
5036 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
5037 which breaks building on all PPC boards that don't use a log buffer.
5038
5039commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
5040Author: Nick Spence <nick.spence@freescale.com>
5041Date: Sat May 10 14:02:04 2008 -0700
5042
5043 Fix offset calculation for multi-type legacy images.
5044
5045 Calculation of tail was incorrect when size % 4 == 0.
5046
5047 New code removes the conditional and does the same thing but with arithmetic
5048
5049 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5050
5051commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
5052Author: Wolfgang Denk <wd@denx.de>
5053Date: Mon May 12 00:40:58 2008 +0200
5054
5055 Revert "Change env_get_char from a global function ptr to a function."
5056
5057 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
5058 which is known to break booting from dataflash and NAND.
5059
5060commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
5061Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5062Date: Sun May 11 23:13:57 2008 +0200
5063
5064 API: remove duplicate syscall check
5065
5066 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5067
01db232d
WD
5068commit 67e3beb52c320b0a31cf030716c99392cde2d532
5069Author: Stelian Pop <stelian@popies.net>
5070Date: Fri May 9 21:46:51 2008 +0200
5071
5072 AT91: Cleanup unused config header file definitions.
5073
5074 CONFIG_ENV_OVERWRITE is commented out in the config header files,
5075 so let's cleanup the files by removing the whole definition.
5076
5077 Signed-off-by: Stelian Pop <stelian@popies.net>
5078 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5079
5080commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
5081Author: Stelian Pop <stelian@popies.net>
5082Date: Thu May 8 14:52:34 2008 +0200
5083
5084 Support AT91CAP9 revC CPUs
5085
5086 The AT91CAP9 revC CPU has a few differences over the previous,
5087 revB CPU which was distributed in small quantities only (revA was
5088 an internal Atmel product only).
5089
5090 The revC silicon needs a special initialisation sequence to
5091 switch from the internal (imprecise) RC oscillator to the
5092 external 32k clock.
5093
5094 Signed-off-by: Stelian Pop <stelian@popies.net>
5095 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5096
5097commit 098b7b4b441b12c2a64dd517930f43c793542759
5098Author: Stelian Pop <stelian@popies.net>
5099Date: Thu May 8 14:52:33 2008 +0200
5100
5101 Use custom logo for Atmel boards
5102
5103 This patch adds a custom vendor logo for the Atmel AT91 boards.
5104
5105 Signed-off-by: Stelian Pop <stelian@popies.net>
5106 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5107
5108commit 761c70b80cdd3bead40146b96a8e713d6ae01632
5109Author: Stelian Pop <stelian@popies.net>
5110Date: Thu May 8 14:52:32 2008 +0200
5111
5112 AT91SAM9RLEK: hook up the ATMEL LCD driver
5113
5114 This patch makes the necessary adaptations (PIO configurations and
5115 defines in config header file) to hook up the Atmel LCD driver to the
5116 AT91SAM9RLEK board.
5117
5118 Signed-off-by: Stelian Pop <stelian@popies.net>
5119 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5120
5121commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
5122Author: Stelian Pop <stelian@popies.net>
5123Date: Thu May 8 14:52:31 2008 +0200
5124
5125 AT91SAM9263EK: hook up the ATMEL LCD driver
5126
5127 This patch makes the necessary adaptations (PIO configurations and
5128 defines in config header file) to hook up the Atmel LCD driver to the
5129 AT91SAM9263EK board.
5130
5131 Signed-off-by: Stelian Pop <stelian@popies.net>
5132 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5133
5134commit 820f2a958325061a446115f3035e48e4726b3390
5135Author: Stelian Pop <stelian@popies.net>
5136Date: Thu May 8 14:52:30 2008 +0200
5137
5138 AT91SAM9261EK: hook up the ATMEL LCD driver
5139
5140 This patch makes the necessary adaptations (PIO configurations and
5141 defines in config header file) to hook up the Atmel LCD driver to the
5142 AT91SAM9261EK board.
5143
5144 Signed-off-by: Stelian Pop <stelian@popies.net>
5145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5146
5147commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
5148Author: Stelian Pop <stelian@popies.net>
5149Date: Thu May 8 14:52:29 2008 +0200
5150
5151 AT91CAP9ADK: hook up the ATMEL LCD driver
5152
5153 This patch makes the necessary adaptations (PIO configurations and
5154 defines in config header file) to hook up the Atmel LCD driver to the
5155 AT91CAP9ADK board.
5156
5157 Signed-off-by: Stelian Pop <stelian@popies.net>
5158 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5159
5160commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
5161Author: Stelian Pop <stelian@popies.net>
5162Date: Fri May 9 21:57:18 2008 +0200
5163
5164 Add ATMEL LCD driver
5165
5166 This patch adds support for the ATMEL LCDC driver which is used on some
5167 AT91 and AVR platforms.
5168
5169 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
5170 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
5171
5172 Signed-off-by: Stelian Pop <stelian@popies.net>
5173 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5174
5175commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
5176Author: Stelian Pop <stelian@popies.net>
5177Date: Thu May 8 18:52:25 2008 +0200
5178
5179 AT91SAM9RLEK support
5180
5181 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
5182 board.
5183
5184 Signed-off-by: Stelian Pop <stelian@popies.net>
5185 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5186
5187commit 8e429b3eee23927c1222679f6b6f53667b21595c
5188Author: Stelian Pop <stelian@popies.net>
5189Date: Thu May 8 18:52:23 2008 +0200
5190
5191 AT91SAM9263EK support
5192
5193 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
5194 board.
5195
5196 Signed-off-by: Stelian Pop <stelian@popies.net>
5197 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5198
5199commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
5200Author: Stelian Pop <stelian@popies.net>
5201Date: Thu May 8 20:52:22 2008 +0200
5202
5203 AT91SAM9261EK support
5204
5205 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
5206 board.
5207
5208 Signed-off-by: Stelian Pop <stelian@popies.net>
5209 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5210
5211commit 86c8c8a414988c50104a3b02c29f50af2be738c0
5212Author: Stelian Pop <stelian@popies.net>
5213Date: Thu May 8 20:52:21 2008 +0200
5214
5215 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
5216
5217 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
5218 in order to cope with the changes in DataFlash partitionning scheme
5219 (cset c3a60cb3).
5220
5221 Signed-off-by: Stelian Pop <stelian@popies.net>
5222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5223
5224commit 96996ac25d5222611a8888968db6e53a6d3726da
5225Author: Stelian Pop <stelian@popies.net>
5226Date: Thu May 8 20:52:20 2008 +0200
5227
5228 AT91SAM9260EK: Normalize BOOTARGS
5229
5230 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
5231 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
5232 variable.
5233
5234 Signed-off-by: Stelian Pop <stelian@popies.net>
5235 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5236
5237commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
5238Author: Stelian Pop <stelian@popies.net>
5239Date: Thu May 8 20:52:19 2008 +0200
5240
5241 AT91SAM9260EK: Normalize SPI timings
5242
5243 This patch changes the SPI timings to closely match the ones
5244 used by the Linux kernel and the Atmel's own bootstrap project.
5245
5246 Signed-off-by: Stelian Pop <stelian@popies.net>
5247 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5248
5249commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
5250Author: Stelian Pop <stelian@popies.net>
5251Date: Thu May 8 20:52:18 2008 +0200
5252
5253 AT91SAM9260EK: Handle 8 or 16 bit NAND
5254
5255 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
5256 makes the support configurable in the board config header file
5257 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
5258
5259 Signed-off-by: Stelian Pop <stelian@popies.net>
5260 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5261
5262commit ab52640fc01624e208424e527af0b7b3a5a65a12
5263Author: Stelian Pop <stelian@popies.net>
5264Date: Thu May 8 20:52:17 2008 +0200
5265
5266 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
5267
5268 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
5269 in order to cope with the changes in DataFlash partitionning scheme
5270 (cset c3a60cb3).
5271
5272 Signed-off-by: Stelian Pop <stelian@popies.net>
5273 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5274
5275commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
5276Author: Stelian Pop <stelian@popies.net>
5277Date: Thu May 8 20:52:16 2008 +0200
5278
5279 AT91CAP9ADK: Normalize BOOTARGS
5280
5281 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
5282 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
5283 variable.
5284
5285 Signed-off-by: Stelian Pop <stelian@popies.net>
5286 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5287
5288commit 93da48b910511911ce110656e17ed733c8ac4c45
5289Author: Stelian Pop <stelian@popies.net>
5290Date: Thu May 8 20:52:15 2008 +0200
5291
5292 AT91CAP9ADK: Normalize SPI timings
5293
5294 This patch changes the SPI timings to closely match the ones
5295 used by the Linux kernel and the Atmel's own bootstrap project.
5296
5297 Signed-off-by: Stelian Pop <stelian@popies.net>
5298 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5299
5300commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
5301Author: Stelian Pop <stelian@popies.net>
5302Date: Thu May 8 20:52:14 2008 +0200
5303
5304 AT91CAP9ADK: Handle 8 or 16 bit NAND
5305
5306 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
5307 makes the support configurable in the board config header file
5308 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
5309
5310 Signed-off-by: Stelian Pop <stelian@popies.net>
5311 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5312
5313commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
5314Author: Stelian Pop <stelian@popies.net>
5315Date: Thu May 8 20:52:13 2008 +0200
5316
5317 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
5318
5319 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
5320 below avoids the duplication of u-boot.lds by putting the file in the
5321 cpu directory instead of the board one.
5322
5323 Signed-off-by: Stelian Pop <stelian@popies.net>
5324 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5325
5326commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
5327Author: Stelian Pop <stelian@popies.net>
5328Date: Thu May 8 20:52:12 2008 +0200
5329
5330 Add proper copyright notices in Atmel boards Makefiles
5331
5332 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
5333 copyright notice. This patch adds the missing pieces.
5334
5335 Signed-off-by: Stelian Pop <stelian@popies.net>
5336 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5337
5338commit e817a042cef6164bf26fee86f90326f2ec9e6745
5339Author: Stelian Pop <stelian@popies.net>
5340Date: Thu May 8 20:52:11 2008 +0200
5341
5342 Add copyright information in Atmel boards partition.c
5343
5344 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
5345 the new created files. This patch fixes the problem.
5346
5347 Signed-off-by: Stelian Pop <stelian@popies.net>
5348 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5349
5350commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
5351Author: Stelian Pop <stelian@popies.net>
5352Date: Thu May 8 20:52:10 2008 +0200
5353
5354 Update origin and copyright information in arch-at91sam9 header files
5355
5356 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
5357 copied from the Linux kernel sources. This patch explicitly specifies
5358 this origin for all the copied headers, and for those missing copyright
5359 information, adds it.
5360
5361 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
5362 in the latest kernel sources by 'at91sam9_smc.h'.
5363
5364 The copyright information has been confirmed by the AT91 Linux kernel
5365 maintainer, Andrew Victor <avictor.za@gmail.com>.
5366
5367 Signed-off-by: Stelian Pop <stelian@popies.net>
5368 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5369
180a90ab
WD
5370commit 79dd1712689d6a5031d7cbff54957049680751c7
5371Author: Markus Klotzbücher <mk@denx.de>
5372Date: Thu May 8 16:00:55 2008 +0200
5373
5374 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
5375
5376 When using dhcp/bootp the "netmask" environment variable is not set
5377 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
5378 desireable, so the following patch adds this this option to the board
5379 config.
5380
5381 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5382 Signed-off-by: Stefan Roese <sr@denx.de>
5383
5384commit 869d14b4cc2e47de2ddcb117bad0407a44436684
5385Author: Stefan Roese <sr@denx.de>
5386Date: Sat May 10 10:30:36 2008 +0200
5387
5388 ppc4xx: Update Makalu defconfig to use device-tree booting as default
5389
5390 This patch reworks the default environment on Makalu. Now "net_nfs" for
5391 example uses the device-tree style booting formerly know as "net_nfs_fdt".
5392 Also the addresses in RAM were changed because of the new image booting
5393 support, which check for image overwriting. So the addresses needed to
5394 get adjusted.
5395
5396 Signed-off-by: Stefan Roese <sr@denx.de>
5397
5398commit f3612a7b199cab3942f60d9c1392eb39d58cc699
5399Author: Becky Bruce <bgill@freescale.com>
5400Date: Wed May 7 13:28:16 2008 -0500
5401
5402 PPC: fix map_physmem build warning
5403
5404 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
5405 enabled. This quiets the warning.
5406
5407 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
5408
5409commit 36f32675f40292002ee1fed252c180a43022d2d4
5410Author: Becky Bruce <bgill@freescale.com>
5411Date: Wed May 7 13:24:57 2008 -0500
5412
5413 Update pci code to use phys_addr_t
5414
5415 Physical addrs need to be represented by phys_addr_t, not
5416 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
5417 are going to fail mightily.
5418
5419 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5420
5421commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
5422Author: Nick Spence <nick.spence@freescale.com>
5423Date: Thu May 8 22:32:22 2008 -0700
5424
5425 Support legacy multi-type images without FDT section.
5426
5427 This patch enables legacy multi-type images containing only a Linux kernel
5428 and root file system to be loaded, maintaining compatibility with previous
5429 versions of u-boot.
5430
5431 This is required when using old image files such as a Linux 2.4 kernel /
5432 filesystem.
5433
5434 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5435 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5436
5437commit 881031d9732783b7aeae2198fc7eb480ae8974a6
5438Author: Wolfgang Denk <wd@denx.de>
5439Date: Sat May 10 00:38:02 2008 +0200
5440
5441 Update CHANGELOG.
5442
5443 Signed-off-by: Wolfgang Denk <wd@denx.de>
5444
881031d9
WD
5445commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
5446Author: Wolfgang Denk <wd@denx.de>
5447Date: Sat May 10 00:36:09 2008 +0200
5448
5449 post/cpu/ppc4xx/Makefile: line length cleanup
5450
5451 Signed-off-by: Wolfgang Denk <wd@denx.de>
5452
5453commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
5454Author: Stelian Pop <stelian@popies.net>
5455Date: Thu May 8 22:52:09 2008 +0200
5456
5457 Fix @ -> <at> substitution
5458
5459 When applying the AT91CAP9 patches upstream, something transformed
5460 the '@' character into the ' <at> ' sequence.
5461
5462 The patch below restores the original form in all the places where
5463 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
5464 were copied from AT91CAP9, and a couple of other files where the
5465 ' <at> ' sequence was present).
5466
5467 Signed-off-by: Stelian Pop <stelian@popies.net>
5468
5469commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
5470Author: Stelian Pop <stelian@popies.net>
5471Date: Thu May 8 22:52:10 2008 +0200
5472
5473 Update origin and copyright information in arch-at91sam9 header files
5474
5475 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
5476 copied from the Linux kernel sources. This patch explicitly specifies
5477 this origin for all the copied headers, and for those missing copyright
5478 information, adds it.
5479
5480 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
5481 in the latest kernel sources by 'at91sam9_smc.h'.
5482
5483 The copyright information has been confirmed by the AT91 Linux kernel
5484 maintainer, Andrew Victor <avictor.za@gmail.com>.
5485
5486 Signed-off-by: Stelian Pop <stelian@popies.net>
5487
5488commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
5489Author: Stelian Pop <stelian@popies.net>
5490Date: Thu May 8 22:52:11 2008 +0200
5491
5492 Add copyright information in Atmel boards partition.c
5493
5494 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
5495 the new created files. This patch fixes the problem.
5496
5497 Signed-off-by: Stelian Pop <stelian@popies.net>
5498
5499commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
5500Author: Guennadi Liakhovetski <lg@denx.de>
5501Date: Thu May 8 10:09:27 2008 +0200
5502
5503 mx31ads: fix 32kHz clock handling
5504
5505 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
5506 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
5507 Also fix a typo when verifying a jumper configuration. While at it, make
5508 two needlessly global functions static.
5509
5510 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5511
5512commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
5513Author: Marian Balakowicz <m8@semihalf.com>
5514Date: Wed May 7 13:10:04 2008 +0200
5515
5516 Avoid initrd and logbuffer area overlaps
5517
5518 Add logbuffer to reserved LMB areas to prevent initrd allocation
5519 from overlaping with it.
5520
5521 Make sure to use correct logbuffer base address.
5522
5523 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5524
5525commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
5526Author: Marian Balakowicz <m8@semihalf.com>
5527Date: Wed May 7 13:08:54 2008 +0200
5528
5529 ppc: Cleanup get_effective_memsize() use
5530
5531 Removed duplicated effective memory size calculation code.
5532
5533 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5534
5535commit 273c37d843d5b581090378016cd12dd9c586907b
5536Author: Marian Balakowicz <m8@semihalf.com>
5537Date: Wed May 7 09:03:53 2008 +0200
5538
5539 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
5540
5541 Recent modifcations to LOGBUFFER handling code were incorrecly
5542 introduced to fit_check_kernel() routine during
5543 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
5544 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
5545
5546 This patch cleans up this merge issue.
5547
5548 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5549
5550commit bc11756daff89a3de09ca80adac962b88cf06e6e
5551Author: Grant Erickson <gerickson@nuovations.com>
5552Date: Tue May 6 20:16:15 2008 -0700
5553
5554 Propagate Error Status to the Shell on fw_printenv Errors
5555
5556 Changed implementation such that fw_printenv returns failure status
5557 when one or more specified variables do not exist or when incorrect
5558 command syntax is used.
5559
5560 This aids scripting fw_printenv such that the script can key of the
5561 return status rather than relying on standard error "scraping".
5562
5563 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
5564 Signed-off-by: Wolfgang Denk <wd@denx.de>
5565
5566commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
5567Author: Grant Erickson <gerickson@nuovations.com>
5568Date: Tue May 6 16:18:00 2008 -0700
5569
5570 Fix Compilation Errors with 'tools/env/fw_printenv'
5571
5572 In the current top-of-tree, 1.3.3.-rc2, the optional tool
5573 'tools/env/fw_printenv' fails to compile for two reasons:
5574
5575 1) The header watchdog.h cannot be found.
5576 2) The header zlib.h is picked up from the tool chain rather than the
5577 project causing a prototype conflict for crc32.
5578
5579 This patch addresses both of these issues.
5580
5581 Platforms Tested On:
5582 - AMCC "Kilauea"
5583
5584 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
5585
5586commit 597f6c26a18b389903a64692bacbf9a1ca69355b
5587Author: James Yang <James.Yang@freescale.com>
5588Date: Mon May 5 10:22:53 2008 -0500
5589
5590 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
5591
5592 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
5593 work before relocating to RAM because command history is written into
5594 a global array that is not writable before relocation. This patch
5595 defers to the no-editing and no-history code in readline_into_buffer()
5596 if it is called before relocation.
5597
5598 Signed-off-by: James Yang <James.Yang@freescale.com>
5599 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5600
5601commit 726c0f1e5f108dccea052965123b95837d2bd402
5602Author: Detlev Zundel <dzu@denx.de>
5603Date: Mon May 5 16:11:22 2008 +0200
5604
5605 cosmetic: Adjust coding style for switch statements to be consistent
5606
5607 Signed-off-by: Detlev Zundel <dzu@denx.de>
5608
5609commit 574b319512b13e10800f0045e39b993f4ca25e42
5610Author: Detlev Zundel <dzu@denx.de>
5611Date: Mon May 5 16:11:21 2008 +0200
5612
5613 Fix disk type output in disk/part.c
5614
5615 Signed-off-by: Detlev Zundel <dzu@denx.de>
5616
5617commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
5618Author: Vlad Lungu <vlad.lungu@windriver.com>
5619Date: Mon May 5 14:20:03 2008 +0300
5620
5621 Mail address change, documentation modified
5622
5623 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
5624
5625commit 4d49b28038e2819088e8356a77212fc95a89ce5a
5626Author: Michal Simek <monstr@monstr.eu>
5627Date: Sun May 4 15:42:41 2008 +0200
5628
5629 microblaze: Repare intc handling
5630
5631 Signed-off-by: Michal Simek <monstr@monstr.eu>
5632
5633commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
5634Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5635Date: Sun May 4 15:17:52 2008 +0200
5636
5637 include/gitignore: update to all architectures
5638
5639 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5640
5641commit 1df368aed3b8bc240fe1595d290b0e91b22961da
5642Author: Marcel Ziswiler <marcel@ziswiler.com>
5643Date: Mon May 5 02:12:06 2008 +0200
5644
5645 ide: Remove spurious second include of io.h
5646
5647 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
5648
5649 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
5650
5651commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
5652Author: Adrian Filipi <adrian.filipi@eurotech.com>
5653Date: Tue May 6 16:46:37 2008 -0400
5654
5655 Fix some typos
5656
5657 This patch fixes three typos.
5658 The first is a repetition of CONFIG_CMD_BSP.
5659 The second makes the #endif comment match its #if.
5660 The third is a spelling error.
5661
5662 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
5663
5664commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
5665Author: Grant Erickson <gerickson@nuovations.com>
5666Date: Sun May 4 16:45:01 2008 -0700
5667
5668 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
5669
5670 Add support for the recognition of 'powerpc' as an alias for the PowerPC
5671 architecture type since Linux is already trending in that direction,
5672 preferring 'powerpc' to 'ppc'.
5673
5674 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
5675
5676commit f5a24259190c388c2527bdc49fee34577d862cc7
5677Author: Wheatley Travis <Travis.Wheatley@freescale.com>
5678Date: Fri May 2 13:35:15 2008 -0700
5679
5680 7450 and 86xx L2 cache invalidate bug corrections
5681
5682 The 7610 and related parts have an L2IP bit in the L2CR that is
5683 monitored to signal when the L2 cache invalidate is complete whereas the
5684 7450 and related parts utilize L2I for this purpose. However, the
5685 current code does not account for this difference. Additionally the 86xx
5686 L2 cache invalidate code used an "andi" instruction where an "andis"
5687 instruction should have been used.
5688
5689 This patch addresses both of these bugs.
5690
5691 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
5692 Acked-By: Jon Loeliger <jdl@freescale.com>
5693
5694commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
5695Author: Wolfgang Denk <wd@denx.de>
5696Date: Fri May 9 10:16:13 2008 +0200
5697
5698 Avoid infinite loop "Generating include/autoconf.mk"
5699
5700 Fix a bogus circular dependency that caused an infinite loop of
5701 "Generating include/autoconf.mk" again and again.
5702
5703 Signed-off-by: Wolfgang Denk <wd@denx.de>
5704
01db232d
WD
5705commit 567fb852178dbf59529d7301620a3f3732a4b02d
5706Author: Stelian Pop <stelian@popies.net>
5707Date: Thu May 8 22:52:09 2008 +0200
5708
5709 Fix @ -> <at> substitution
5710
5711 When applying the AT91CAP9 patches upstream, something transformed
5712 the '@' character into the ' <at> ' sequence.
5713
5714 The patch below restores the original form in all the places where
5715 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
5716 were copied from AT91CAP9, and a couple of other files where the
5717 ' <at> ' sequence was present).
5718
5719 Signed-off-by: Stelian Pop <stelian@popies.net>
5720 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5721
5722commit 73ccb3410a0785593cda7aee455dfc51f790e281
5723Author: Gary Jennejohn <gary.jennejohn@freenet.de>
5724Date: Mon Apr 28 14:04:32 2008 +0200
5725
5726 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
5727
5728 Signed-off-by: Gary Jennejohn <garyj@denx.de>
5729 Signed-off-by: Stefan Roese <sr@denx.de>
5730
881031d9
WD
5731commit ef2642625cbfb1c3695e3478d08ae515052a4950
5732Author: Stefan Roese <sr@denx.de>
5733Date: Thu May 8 11:10:46 2008 +0200
5734
5735 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
5736
5737 Signed-off-by: Stefan Roese <sr@denx.de>
5738
5739commit a00eccfebc954ad9485161efeca7d9aaf626d530
5740Author: Stefan Roese <sr@denx.de>
5741Date: Thu May 8 11:05:15 2008 +0200
5742
5743 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
5744
5745 This patch adds fdt (flattened device tree) support to all remaining AMCC
5746 eval boards. Most newer boards already support device tree. With this patch,
5747 all AMCC boards now enable device tree passing from U-Boot to Linux
5748 arch/powerpc kernels.
5749
5750 Signed-off-by: Stefan Roese <sr@denx.de>
5751
5752commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
5753Author: Stefan Roese <sr@denx.de>
5754Date: Thu May 8 11:01:09 2008 +0200
5755
5756 ppc4xx: Add weak default ft_board_setup() routine
5757
5758 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
5759 This routine is defined as weak and can be overwritten by a board specific
5760 one if needed.
5761
5762 Signed-off-by: Stefan Roese <sr@denx.de>
5763
5764commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
5765Author: Stefan Roese <sr@denx.de>
5766Date: Thu May 8 10:48:58 2008 +0200
5767
5768 ppc4xx: acadia: Add fdt support and fix section overlap problem
5769
5770 This patch adds fdt (flattened device tree) support to the AMCC
5771 Acadia eval board. This increases the image size and it doesn't
5772 fit anymore into 256kByte. Since we didn't want to remove features
5773 from the configuration, we decided to increase the U-Boot image size
5774 (add one flash sector).
5775
5776 Also changed the default environment definition to make it
5777 independent of such changes.
5778
5779 Signed-off-by: Stefan Roese <sr@denx.de>
5780
5781commit 4adb3023de75bc150f088c8935db340930ad38c8
5782Author: Ira Snyder <iws@ovro.caltech.edu>
5783Date: Tue Apr 29 11:18:54 2008 -0700
5784
5785 ppc4xx: Add device tree support to AMCC Yosemite
5786
5787 Add support for booting with a device tree blob. This is needed to boot
5788 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
5789 via the ethaddr variable.
5790
5791 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
5792 Signed-off-by: Stefan Roese <sr@denx.de>
5793
5794commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
5795Author: Dave Mitchell <dmitchell@amcc.com>
5796Date: Wed May 7 09:00:23 2008 -0700
5797
5798 ppc4xx: Fix typos in 460GT/EX FBDV array
5799
5800 Corrected two typos in the 460GT/EX FBDV array.
5801
5802 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
5803 Signed-off-by: Stefan Roese <sr@denx.de>
5804
5805commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
5806Author: Andy Fleming <afleming@freescale.com>
5807Date: Wed May 7 16:54:31 2008 -0500
5808
5809 85xx: Limit CPU2 workaround to parts that have the errata
5810
5811 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
5812 Signed-off-by: Andy Fleming <afleming@freescale.com>
5813
5814commit a5fe514e8ace564300d2c1d73846ddff49654243
5815Author: Lee Nipper <lee.nipper@freescale.com>
5816Date: Fri Apr 25 15:44:45 2008 -0500
5817
5818 mpc83xx: system performance settings for MPC8349EMDS.
5819
5820 These same settings are used on MPC8349ITX, and
5821 improve performance on MPC8349EMDS.
5822
5823 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
5824 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5825
5826commit 49387dba910e485640b575e920ee463b7e611dc3
5827Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5828Date: Tue May 6 13:22:52 2008 +0900
5829
5830 [MIPS] cpu/mips/cache.S: Fix build warning
5831
5832 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
5833 warns illegal global symbol references by bal (and jal also) instruction.
5834 This does not happen with the latest binutils v2.18.
5835
5836 Here's an example on gth2_config:
5837
5838 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
5839 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
5840 c -EB -c -o cache.o cache.S
5841 cache.S: Assembler messages:
5842 cache.S:243: Warning: Pretending global symbol used as branch target is local.
5843 cache.S:250: Warning: Pretending global symbol used as branch target is local.
5844
5845 In principle, gas might be sensitive to global symbol references in PIC
5846 code because they should be processed through GOT (global offset table).
5847 But if `bal' instruction is used, it results in PC-based offset jump.
5848 This is the cause of this warning.
5849
5850 In practice, we know it doesn't matter whether PC-based reference or GOT-
5851 based. As for this case, both will work before/after relocation. But let's
5852 fix the code.
5853
5854 This patch explicitly sets up a target address, then jump there.
5855 Here's an example of disassembled code with/without this patch.
5856
5857 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
5858 9000066c: ac80fffc sw zero,-4(a0)
5859 90000670: 01402821 move a1,t2
5860 -90000674: 0411ffba bal 90000560 <mips_init_icache>
5861 -90000678: 01803021 move a2,t4
5862 -9000067c: 01602821 move a1,t3
5863 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
5864 -90000684: 01a03021 move a2,t5
5865 -90000688: 03000008 jr t8
5866 -9000068c: 00000000 nop
5867 +90000674: 01803021 move a2,t4
5868 +90000678: 8f8f83ec lw t7,-31764(gp)
5869 +9000067c: 01e0f809 jalr t7
5870 +90000680: 00000000 nop
5871 +90000684: 01602821 move a1,t3
5872 +90000688: 01a03021 move a2,t5
5873 +9000068c: 8f8f81e0 lw t7,-32288(gp)
5874 +90000690: 01e0f809 jalr t7
5875 +90000694: 00000000 nop
5876 +90000698: 03000008 jr t8
5877 +9000069c: 00000000 nop
5878
5879 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5880
5881commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
5882Author: Vlad Lungu <vlad.lungu@windriver.com>
5883Date: Mon May 5 14:04:00 2008 +0300
5884
5885 Allow building mips versions with ELDK 3.1.1
5886
5887 .gpword works only with local symbols on certain binutils versions
5888
5889 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
5890
5891commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
5892Author: Wolfgang Denk <wd@denx.de>
5893Date: Mon May 5 12:52:36 2008 +0200
5894
5895 MAKEALL: add inka4x0 board
5896
5897 Signed-off-by: Wolfgang Denk <wd@denx.de>
5898
5899commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
5900Author: Wolfgang Denk <wd@denx.de>
5901Date: Sun May 4 21:34:23 2008 +0200
5902
5903 kb9202 board: fix build problem.
5904
5905 Signed-off-by: Wolfgang Denk <wd@denx.de>
5906
5907commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
5908Author: Wolfgang Denk <wd@denx.de>
5909Date: Sun May 4 12:10:33 2008 +0200
5910
5911 Prepare for v1.3.3-rc3
5912
5913 Update ChNAGELOG, minor white space cleanup.
5914
5915 Signed-off-by: Wolfgang Denk <wd@denx.de>
5916
6adf61dc
WD
5917commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
5918Author: Wolfgang Denk <wd@denx.de>
5919Date: Sun May 4 00:35:15 2008 +0200
5920
5921 drivers/net/tsec.c: Fix typo.
5922
5923 Signed-off-by: Wolfgang Denk <wd@denx.de>
5924
5925commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
5926Author: Mike Frysinger <vapier@gentoo.org>
5927Date: Fri May 2 21:45:12 2008 -0400
5928
5929 version_autogenerated.h: use printf rather than echo -n
5930
5931 Some systems are dumb and do not implement the -n flag to echo (like OS X).
5932 Convert the Makefile to use printf as this should work everywhere.
5933
5934 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5935 Signed-off-by: Wolfgang Denk <wd@denx.de>
5936
5937commit 4acc2a108ad0a669165924704a6cb083f9138242
5938Author: Mike Frysinger <vapier@gentoo.org>
5939Date: Fri May 2 18:17:50 2008 -0400
5940
5941 fix building when saveenv is disabled in some setups
5942
5943 If you enable environment in the flash, but disable the embedded
5944 option, and you disable the saveenv command, then the #if nested
5945 logic will trigger a compile failure:
5946 env_flash.c: In function 'env_relocate_spec':
5947 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
5948 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
5949
5950 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5951
5952commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
5953Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
5954Date: Fri May 2 16:10:04 2008 -0400
5955
5956 SBC8548: fix address mask to allow 64M flash
5957
5958 Fix incorrect mask to enable all 64MB of onboard flash.
5959 Previously U-Boot incorrectly mapped only 8MB of flash, this
5960 patch correctly maps all the available flash.
5961
5962 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
5963
5964commit 3648085c464c8c22ef76fab006ca4344d3796124
5965Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5966Date: Fri May 2 19:48:56 2008 +0200
5967
5968 qemu_mips: add README
5969
5970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5971
5972commit 6fdd002689190a0022c7b3dbab37fcba724580ce
5973Author: Marcel Ziswiler <marcel@ziswiler.com>
5974Date: Fri May 2 02:35:59 2008 +0200
5975
5976 Fix misspelled comment
5977
5978 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
5979
5980commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
5981Author: Mike Frysinger <vapier@gentoo.org>
5982Date: Thu May 1 04:13:05 2008 -0400
5983
5984 mkimage: make mmap() checks consistent
5985
5986 The mmap() related code is full of inconsistent casts/constants when
5987 it comes to error checking, and may break when building on some
5988 systems (like ones that do not implicitly define the caddr_t type).
5989 Let's just avoid the whole mess by writing the code nice and clean in
5990 the first place.
5991
5992 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5993
5994commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
5995Author: Marcel Ziswiler <marcel@ziswiler.com>
5996Date: Thu May 1 09:05:34 2008 +0200
5997
5998 Fix defined but not used build warning
5999
6000 - warning: 'srom' defined but not used
6001
6002 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6003
6004commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
6005Author: Marcel Ziswiler <marcel@ziswiler.com>
6006Date: Thu May 1 09:05:26 2008 +0200
6007
6008 Fix implicit declaration build warnings
6009
6010 - warning: implicit declaration of function ‘serial_initialize’
6011
6012 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6013
6014commit 9acde129cc3f9c1b3bc11a821480dd446774d618
6015Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6016Date: Tue Apr 29 19:18:32 2008 +0200
6017
6018 TSEC: add config options for VSC8601 RGMII PHY
6019
6020 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
6021 and Tx clock lines. They are configured using 2 bits in extended
6022 register 0x17.
6023 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
6024 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
6025
6026 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6027 Acked-by: Andy Fleming <afleming@freescale.com>
6028 Acked-by: Ben Warren <biggerbadderben@gmail.com>
6029 --
6030
6031 drivers/net/tsec.c | 6 ++++++
6032 drivers/net/tsec.h | 3 +++
6033 2 files changed, 9 insertions(+), 0 deletions(-)
6034
6035commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
6036Author: Wolfgang Denk <wd@denx.de>
6037Date: Sat May 3 23:07:15 2008 +0200
6038
6039 Revert "ColdFire: Get information from the correct GCC"
6040
6041 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
6042 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
6043
6044commit c4e5f52a58d278eebb87f476e353972c5dacea40
6045Author: Wolfgang Denk <wd@denx.de>
6046Date: Sat May 3 22:25:00 2008 +0200
6047
6048 config.mk: use correct (cross) compiler
6049
6050 Some config.mk files reference $(CC) to test for specific tool chain
6051 features, so make sure $(CC) gets set before including any such
6052 config files.
6053
6054 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
6055 the correct GCC").
6056
6057 Signed-off-by: Wolfgang Denk <wd@denx.de>
6058
6059commit 27c38689d0cfde0e444239345f97b5eecc9f4067
6060Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6061Date: Thu May 1 02:13:44 2008 +0200
6062
6063 pxa: fix previous definition on cpu init
6064
6065 start.S:183:1: warning: "ICMR" redefined
6066 In file included from start.S:33:
6067 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
6068 start.S:187:1: warning: "RCSR" redefined
6069 ...
6070
6071 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6072
6073commit 6d12e697de794d700767f22f950e3026ccf4daf6
6074Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6075Date: Thu May 1 02:13:43 2008 +0200
6076
6077 pxa: fix pcmcia operation on 'i' may be undefined
6078
6079 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6080 Signed-off-by: Wolfgang Denk <wd@denx.de>
6081
6082commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
6083Author: Kumar Gala <galak@kernel.crashing.org>
6084Date: Wed Apr 30 16:24:35 2008 -0500
6085
6086 MPC8610HPCD: Drop -O2 from the build flags
6087
6088 Make the flags use -Os like all other boards
6089
6090 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6091
6092commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
6093Author: Stefan Roese <sr@denx.de>
6094Date: Wed Apr 30 15:50:39 2008 +0200
6095
6096 RTC: Fix month offset by one problem in M41T62 RTC driver
6097
6098 This patch fixes a problem with the month being read and written
6099 incorrectly (offset by one). This only gets visible by also using
6100 the Linux driver (rtc-m41t80).
6101
6102 Tested on AMCC Canyonlands.
6103
6104 Signed-off-by: Stefan Roese <sr@denx.de>
6105
6106commit 141ba1cad8e6598a2466e7e2976c6a12285df619
6107Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6108Date: Sat May 3 13:51:44 2008 +0900
6109
6110 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
6111
6112 Current trick to pick up GNU assembler minor version uses a dot(.) as a
6113 delimiter, and take the second field to obtain minor version number. But
6114 as can be expected, this doesn't work with a version string which has
6115 dots more than needs.
6116
6117 Here's an example:
6118
6119 $ mips-linux-gnu-as --version | grep 'GNU assembler'
6120 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
6121 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
6122 2-129) 2
6123 $
6124
6125 This patch restricts the version format to 2.XX.XX... This will work
6126 in most cases.
6127
6128 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
6129 2.18.50.20080215
6130 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
6131 18
6132 $
6133
6134 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6135
6136commit ea638951acead7f1086c908c0b9f086beab82a22
6137Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6138Date: Sat May 3 13:51:28 2008 +0900
6139
6140 [MIPS] cpu/mips/cache.S: Add dcache_enable
6141
6142 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
6143 "allow ports to override bootelf behavior") requires ports to have this
6144 function.
6145
6146 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6147 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6148
6149commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
6150Author: Wolfgang Denk <wd@denx.de>
6151Date: Thu May 1 21:30:16 2008 +0200
6152
6153 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
6154
6155 Onenand needs a version of memcpy() which performs 16 bit accesses
6156 only; make sure the name does not conflict with the standard
6157 function.
6158
6159 Signed-off-by: Wolfgang Denk <wd@denx.de>
6160
6161commit 12bc4e94251c369c529ffa505cf58b148c372f7f
6162Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6163Date: Wed Apr 30 22:38:17 2008 +0200
6164
6165 cmd_nand: fix warning: str2long ncompatible pointer type
6166
6167 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6168
6169commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
6170Author: Timur Tabi <timur@freescale.com>
6171Date: Fri Apr 4 11:16:11 2008 -0500
6172
6173 Fix calculation of I2C clock for some 86xx chips
6174
6175 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
6176 There is no pattern that can be used to determine which chips use which
6177 frequency, so the only way to determine is to look up the actual SOC
6178 designation and use the right value for that SOC.
6179
6180 Signed-off-by: Timur Tabi <timur@freescale.com>
6181
6182commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
6183Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6184Date: Wed Apr 30 12:11:19 2008 -0500
6185
6186 ColdFire: Fix ethernet hang issue for mcf547x_8x
6187
6188 The ethernet hang is caused by receiving buffer in DRAM is not
6189 yet ready due to access cycles require longer time in DRAM.
6190 Relocate DMA buffer descriptors from DRAM to internal SRAM.
6191
6192 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6193
6194commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
6195Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6196Date: Wed Apr 30 12:10:47 2008 -0500
6197
6198 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
6199
6200 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
6201 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6202
6203commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
6204Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6205Date: Wed Apr 30 12:10:23 2008 -0500
6206
6207 ColdFire: Get information from the correct GCC
6208
6209 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
6210 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6211
6212commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
6213Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
6214Date: Wed Apr 30 18:02:59 2008 +0200
6215
6216 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
6217
6218 Fix warnings
6219
6220 nv_nand.c: In function 'saveenv':
6221 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
6222 env_nand.c: In function 'env_relocate_spec':
6223 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
6224
6225 if compiled for davinci_schmoogie_config.
6226
6227 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
6228 Ack by: Sergey Kubushyn <ksi@koi8.net>
6229
6230commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
6231Author: Anatolij Gustschin <agust@denx.de>
6232Date: Wed Apr 30 13:34:40 2008 +0200
6233
6234 Fix warnings while compiling net/net.c for MPC8610HPCD board
6235
6236 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
6237 causing overriding default -Os option. New gcc (ver. 4.2.2)
6238 produces warnings while compiling net/net.c file with -O2
6239 option. The patch is an attempt to fix this.
6240
6241 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6242
6243commit 58b575e575c25fdf8c88141e145db201f3092149
6244Author: Sascha Laue <Sascha.Laue@gmx.biz>
6245Date: Wed Apr 30 15:23:38 2008 +0200
6246
6247 lwmon5: fix offset error in sysmon0 POST
6248
6249 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
6250 Signed-off-by: Wolfgang Denk <wd@denx.de>
6251
6252commit e7419b243a373de4ee042f7d4f45f66de787240d
6253Author: Sascha Laue <Sascha.Laue@gmx.biz>
6254Date: Wed Apr 30 15:16:35 2008 +0200
6255
6256 lwmon5: fix manual merge error in POST
6257
6258 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
6259
6260commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
6261Author: Wolfgang Denk <wd@denx.de>
6262Date: Wed Apr 30 17:46:26 2008 +0200
6263
6264 cmd_nand.c: fix another 'incompatible pointer type' warning.
6265
6266 Signed-off-by: Wolfgang Denk <wd@denx.de>
6267
6268commit de109d909707e2dfe806be5efc3cdb103b47c8ad
6269Author: Wolfgang Denk <wd@denx.de>
6270Date: Wed Apr 30 17:25:07 2008 +0200
6271
6272 Makefile: fix parallel builds
6273
6274 This problem shows up with parallel builds only; it results in
6275 somewhat cryptic error messages like
6276
6277 $ JOBS=-j6 MAKEALL netstar
6278 Configuring for netstar board...
6279 arm-linux-ld: cannot find -lgeneric
6280 make[1]: *** [eeprom.srec] Error 1
6281
6282 A few boards (like netstar and voiceblue) need some libraries for
6283 building; however, the board Makefile does not contain any such
6284 dependencies which may cause problems with parallel builds. Adding
6285 such dependencies is difficult as we would also have to provide build
6286 rules, which already exist in the respective library Makefiles.
6287
6288 To solve this, we make sure that all libraries get built before the
6289 board code.
6290
6291 Signed-off-by: Wolfgang Denk <wd@denx.de>
6292
6293commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
6294Author: Stefan Roese <sr@denx.de>
6295Date: Wed Apr 30 14:51:36 2008 +0200
6296
6297 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
6298
6299 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
6300 used for NAND booting to match the values needed for the new 512MB
6301 DIMM modules shipped with the productions boards:
6302
6303 Crucial: CT6464AC667.8FB
6304
6305 Signed-off-by: Stefan Roese <sr@denx.de>
6306
6307commit ea9202a659dc75996facf1475f1866a19a9d3129
6308Author: Stefan Roese <sr@denx.de>
6309Date: Wed Apr 30 10:49:43 2008 +0200
6310
6311 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
6312
6313 This patch fixes a problem with DIMMs that have 8 banks. Now the
6314 MCIF0_MBxCF register will be setup correctly for this setup too.
6315
6316 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
6317
6318 Signed-off-by: Stefan Roese <sr@denx.de>
6319
6320commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
6321Author: Wolfgang Denk <wd@denx.de>
6322Date: Tue Apr 29 23:41:06 2008 +0200
6323
6324 Prepare v1.3.3-rc2, again.
6325
6326 Signed-off-by: Wolfgang Denk <wd@denx.de>
6327
76617299
WD
6328commit b7fcc4c13993782342cf5cd20d237a6281648a0b
6329Author: Wolfgang Denk <wd@denx.de>
6330Date: Tue Apr 29 23:35:24 2008 +0200
6331
6332 Prepare v1.3.3-rc2
6333
6334 Signed-off-by: Wolfgang Denk <wd@denx.de>
6335
b7fcc4c1
WD
6336commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
6337Author: Wolfgang Denk <wd@denx.de>
6338Date: Tue Apr 29 23:32:20 2008 +0200
6339
6340 common/env_nand.c: fix one more incompatible pointer type issue
6341
6342 Signed-off-by: Wolfgang Denk <wd@denx.de>
6343
6344commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
6345Author: Wolfgang Denk <wd@denx.de>
6346Date: Tue Apr 29 21:33:08 2008 +0200
6347
6348 post/board/lwmon5/sysmon.c: fix manual merge error.
6349
6350 Signed-off-by: Wolfgang Denk <wd@denx.de>
6351
6352commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
6353Author: Kumar Gala <galak@kernel.crashing.org>
6354Date: Tue Apr 29 12:54:59 2008 -0500
6355
6356 85xx: Add -mno-spe to e500/85xx builds
6357
6358 Newer gcc's might be configured to enable autovectorization by default.
6359 If we happen to build with one of those compilers we will get SPE
6360 instructions in random code.
6361
6362 -mno-spe disables the compiler for automatically generating SPE
6363 instructions without our knowledge.
6364
6365 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6366
6367commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
6368Author: Kumar Gala <galak@kernel.crashing.org>
6369Date: Tue Apr 29 10:18:34 2008 -0500
6370
6371 Update .gitignore for zlib.h
6372
6373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6374
6375commit 45239cf4152109caa925145ccd433529902df887
6376Author: Kumar Gala <galak@kernel.crashing.org>
6377Date: Tue Apr 29 10:27:08 2008 -0500
6378
6379 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
6380
6381 All the 85xx and 86xx UM describe the register as timing_cfg_3
6382 not as ext_refrec.
6383
6384 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6385
6386commit ef7d30b14394e4c4a153118f5845760cadada02a
6387Author: Kumar Gala <galak@kernel.crashing.org>
6388Date: Tue Apr 29 10:28:34 2008 -0500
6389
6390 85xx/86xx: Rename DDR init address and init extended address register
6391
6392 Rename init_addr and init_ext_addr to match the docs between
6393 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
6394
6395 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6396
6397commit cf6cc014270549684873a5972d2595052c468cb6
6398Author: Kumar Gala <galak@kernel.crashing.org>
6399Date: Mon Apr 28 02:24:04 2008 -0500
6400
6401 85xx: Additional fixes and cleanup of MP code
6402
6403 * adjust __spin_table alignment to match ePAPR v0.94 spec
6404 * loop over all cpus when determing who is up. This fixes an issue if
6405 the "boot cpu" isn't core0. The "boot cpu" will already be in the
6406 cpu_up_mask so there is no harm
6407 * Added some protection in the code to ensure proper behavior. These
6408 changes are explicitly needed but don't hurt:
6409 - Added eieio to ensure the "hot word" of the table is written after
6410 all other table updates have occurred.
6411 - Added isync to ensure we don't prefetch loading of table entries
6412 until we a released
6413
6414 These issues we raised by Dave Liu.
6415
6416 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6417
6418commit b2d527a8b9fb50afccbaf79b5540952585cdc760
6419Author: Yuri Tikhonov <yur@emcraft.com>
6420Date: Tue Apr 29 15:06:41 2008 +0200
6421
6422 lwmon5: minor clean-up to include/configs/lwmon5.h
6423
6424 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
6425 the CFG_DSPIC_TEST_ADDR definition more readable.
6426
6427 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6428
6429commit f4c4d21a885ccc222fd0acdf653b683249e85117
6430Author: Stefan Roese <sr@denx.de>
6431Date: Tue Apr 29 16:08:05 2008 +0200
6432
6433 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
6434
6435 Signed-off-by: Stefan Roese <sr@denx.de>
6436
6437commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
6438Author: Yuri Tikhonov <yur@emcraft.com>
6439Date: Tue Apr 29 13:32:45 2008 +0200
6440
6441 ppc flush_cache: add watch-dog triggering into the loops.
6442
6443 Some boards (e.g. lwmon5) need rather a frequent watch-dog
6444 kicking. Since the time it takes for the flush_cache() function
6445 to complete its job depends on the size of data being flushed, one
6446 may encounter watch-dog resets on such boards when, for example,
6447 download big files over ethernet.
6448
6449 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6450
6451commit cab99d6f3281ab6784feccf98b9b425daa58418a
6452Author: Stefan Roese <sr@denx.de>
6453Date: Tue Apr 29 14:44:54 2008 +0200
6454
6455 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
6456
6457 Signed-off-by: Stefan Roese <sr@denx.de>
6458
6459commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
6460Author: Stefan Roese <sr@denx.de>
6461Date: Tue Apr 29 14:12:07 2008 +0200
6462
6463 ppc4xx: Fix Katmai CFG_MONITOR_LEN
6464
6465 Signed-off-by: Stefan Roese <sr@denx.de>
6466
6467commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
6468Author: Stefan Roese <sr@denx.de>
6469Date: Tue Apr 29 13:57:07 2008 +0200
6470
6471 ppc4xx: Complete remove bogus dflush()
6472
6473 Since the current dflush() implementation is know to have some problems
6474 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
6475 it by using clean_dcache_range().
6476
6477 Tested on Katmai with ECC DIMM.
6478
6479 Signed-off-by: Stefan Roese <sr@denx.de>
6480
6481commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
6482Author: Stefan Roese <sr@denx.de>
6483Date: Tue Apr 29 13:36:51 2008 +0200
6484
6485 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
6486
6487 As it seems the "old" ECC initialization routine by using dflush() didn't
6488 write all lines in the dcache back to memory on lwmon5. This could lead
6489 to ECC error upon Linux booting. This patch changes the program_ecc()
6490 routine to now use clean_dcache_range() instead of dflush().
6491 clean_dcache_range() uses dcbst which is exactly what we want in this
6492 case.
6493
6494 Since dflush() is known is cause problems, this routine will be
6495 removed completely and replaced by clean_dcache_range() with an
6496 additional patch.
6497
6498 Signed-off-by: Stefan Roese <sr@denx.de>
6499
6500commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
6501Author: Yuri Tikhonov <yur@emcraft.com>
6502Date: Mon Apr 28 18:19:34 2008 +0200
6503
6504 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
6505
6506 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6507
6508commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
6509Author: Markus Brunner <super.firetwister@googlemail.com>
6510Date: Mon Apr 28 08:47:47 2008 +0200
6511
6512 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
6513
6514 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
6515 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
6516 doesn't exist.
6517
6518 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
6519
76617299
WD
6520commit 2ef7503a593c77a80c2a054011970227c4b62774
6521Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6522Date: Thu Apr 24 07:57:17 2008 +0200
6523
6524 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
6525
6526 Move non-inlied functions into specific drivers file
6527 Set get_prom as weak
6528
6529 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6530 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
6531 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6532
6533commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
6534Author: Guennadi Liakhovetski <lg@denx.de>
6535Date: Thu Apr 3 17:04:19 2008 +0200
6536
6537 net: make ARP timeout configurable
6538
6539 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
6540 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
6541 to the boards get lost, which typically are ARP replies. By configuring
6542 the timeout to a lower value we significantly improve the first network
6543 transfer time on this board. The timeout is specified in milliseconds,
6544 later internally it is converted to deciseconds, because it has to be
6545 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
6546 different boards.
6547
6548 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6549 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6550
6551commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
6552Author: Guennadi Liakhovetski <lg@denx.de>
6553Date: Thu Apr 3 13:36:18 2008 +0200
6554
6555 minor cs8900 driver clean up
6556
6557 Remove a redundant register definition, clean up some coding style
6558 violations.
6559
6560 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6561 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6562
b7fcc4c1
WD
6563commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
6564Author: Wolfgang Denk <wd@denx.de>
6565Date: Mon Apr 28 22:01:04 2008 +0200
6566
6567 jffs2_1pass.c: fix incompatible pointer type warning
6568
6569 Signed-off-by: Wolfgang Denk <wd@denx.de>
6570
6571commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
6572Author: Sascha Laue <Sascha.Laue@gmx.biz>
6573Date: Tue Apr 1 10:10:18 2008 +0200
6574
6575 lwmon5: update dsPIC POST spezification
6576
6577 The specification for the lwmon5 board dsPIC POST got changed.
6578 Also add defines for the temperatures and voltages.
6579
6580 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
6581
6582commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
6583Author: Sascha Laue <Sascha.Laue@gmx.biz>
6584Date: Tue Apr 1 15:13:03 2008 +0200
6585
6586 Fix watchdog POST for lwmon5
6587
6588 If the hardware watchdog detects a voltage error, the watchdog sets
6589 GPIO62 to low. The watchdog POST has to detect this low level.
6590
6591 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
6592 Signed-off-by: Wolfgang Denk <wd@denx.de>
6593
6594commit dd5748bcd669f46aeb6686c1b341323843738ccc
6595Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6596Date: Mon Apr 28 14:37:14 2008 +0200
6597
6598 rtl8169: fix compiler warnings
6599
6600 Fix multiple compiler warnings related to argument type mismatch.
6601
6602 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6603
6604commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
6605Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6606Date: Mon Apr 28 14:36:06 2008 +0200
6607
6608 IDE: fix compiler warnings
6609
6610 The IDE driver can use 32-bit addresses in LBA mode, in which case it
6611 spits multiple warnings during compilation. Fix them.
6612
6613 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6614
6615commit db9084de28c46ac81c8f681722cb0d7411be4d7f
6616Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6617Date: Mon Apr 28 14:35:57 2008 +0200
6618
6619 LinkStation: fix compiler warning, add a maintainer
6620
6621 out_8 wants a pointer to an unsigned as the first argument. Add a
6622 maintainer for Linkstation boards.
6623
6624 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6625
6626commit c71abba3cb67b063f789f17abf6c7447727c0cd5
6627Author: Wolfgang Denk <wd@denx.de>
6628Date: Mon Apr 28 14:55:12 2008 +0200
6629
6630 cmd_nand.c: fix "differ in signedness" problem
6631
6632 Signed-off-by: Wolfgang Denk <wd@denx.de>
6633
6634commit f2c288a35341ad02ac03b1563d786763c9c8f159
6635Author: Wolfgang Denk <wd@denx.de>
6636Date: Mon Apr 28 12:48:47 2008 +0200
6637
6638 pcnet.c: fix a merge issue
6639
6640 Signed-off-by: Wolfgang Denk <wd@denx.de>
6641
6642commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
6643Author: Wolfgang Denk <wd@denx.de>
6644Date: Mon Apr 28 12:08:18 2008 +0200
6645
6646 NAND: fix some strict-aliasing compiler warnings
6647
6648 Signed-off-by: Wolfgang Denk <wd@denx.de>
6649
6650commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
6651Author: Stefan Roese <sr@denx.de>
6652Date: Mon Apr 28 11:37:14 2008 +0200
6653
6654 ppc4xx: Fix compile warning of hcu4 board
6655
6656 Signed-off-by: Stefan Roese <sr@denx.de>
6657
6658commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
6659Author: Wolfgang Denk <wd@denx.de>
6660Date: Mon Apr 28 11:31:23 2008 +0200
6661
6662 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
6663
6664 Signed-off-by: Wolfgang Denk <wd@denx.de>
6665
6666commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
6667Author: Guennadi Liakhovetski <lg@denx.de>
6668Date: Mon Apr 28 00:25:32 2008 +0200
6669
6670 mx31ads: fix loadaddr environment variable define
6671
6672 Arithmetic expressions do not get evaluated under stringification. Remove
6673 default network configuration, add DHCP command support. Thanks to Felix
6674 Radensky for reporting.
6675
6676 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6677
6678commit 144eec777ac07bcb12bd38245a5a289f694a7f98
6679Author: Wolfgang Denk <wd@denx.de>
6680Date: Mon Apr 28 10:55:24 2008 +0200
6681
6682 katmai: fix section overlap problem
6683
6684 Since we didn't want to remove features from the configuration, we
6685 decided to increase the U-Boot image size (add one flash sector).
6686
6687 Also changed the default environment definition to make it
6688 independent of such changes.
6689
6690 Signed-off-by: Wolfgang Denk <wd@denx.de>
6691 Acked-by: Stefan Roese <sr@denx.de>
6692
6693commit 941d696d25624e3cc65ebf924199541acf52d74e
6694Author: Wolfgang Denk <wd@denx.de>
6695Date: Mon Apr 28 10:55:24 2008 +0200
6696
6697 katmai: fix section overlap problem
6698
6699 Since we didn't want to remove features from the configuration, we
6700 decided to increase the U-Boot image size (add one flash sector).
6701
6702 Also changed the default environment definition to make it
6703 independent of such changes.
6704
6705 Signed-off-by: Wolfgang Denk <wd@denx.de>
6706 Acked-by: Stefan Roese <sr@denx.de>
6707
6708commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
6709Author: Kumar Gala <galak@kernel.crashing.org>
6710Date: Sat Apr 26 11:44:44 2008 -0500
6711
6712 post: Fix building with O=
6713
6714 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6715
6716commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
6717Author: Wolfgang Denk <wd@denx.de>
6718Date: Sat Apr 26 01:55:00 2008 +0200
6719
6720 Prepare v1.3.3-rc1
6721
6722 Signed-off-by: Wolfgang Denk <wd@denx.de>
6723
fd7531c1
WD
6724commit 19cf2ec90d8ce52da60c1693693c4048cb810967
6725Author: Wolfgang Denk <wd@denx.de>
6726Date: Sat Apr 26 01:25:39 2008 +0200
6727
6728 post/Makefile: make sure to use the correct flags
6729
6730 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
6731 messages to be printed.
6732
6733 Signed-off-by: Wolfgang Denk <wd@denx.de>
6734
6735commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
6736Author: Wolfgang Denk <wd@denx.de>
6737Date: Sat Apr 26 00:34:42 2008 +0200
6738
6739 Coding Style cleanup, update CHANGELOG
6740
6741 Signed-off-by: Wolfgang Denk <wd@denx.de>
6742
7ed40117
WD
6743commit f9204e15173834ff8d123e36279ce49c3c6c74fc
6744Author: Magnus Lilja <lilja.magnus@gmail.com>
6745Date: Sun Apr 20 10:38:12 2008 +0200
6746
6747 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
6748
6749 This patch enables SPI and MC13783/RTC support for the Litekit board.
6750
6751 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
6752
6753commit f97abbfb47d9e407354e157cae3f6369e460cd37
6754Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6755Date: Fri Apr 25 01:08:32 2008 -0500
6756
6757 MPC8544DS: decode pcie3 end-point configuration correctly.
6758
6759 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6760 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6761
6762commit 292188e15523c165c4269403fdcd33c26d89176e
6763Author: Roy Zang <tie-fei.zang@freescale.com>
6764Date: Fri Apr 25 00:55:09 2008 -0500
6765
6766 MPC8544DS: Removes the unknown flash message information
6767
6768 This patch removes the unknown flash message information:
6769 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
6770 This unknown flash message is caused by PromJet.
6771 Some of the board user is unhappy with this information.
6772
6773 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6774 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6775
6776commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
6777Author: Kim Phillips <kim.phillips@freescale.com>
6778Date: Thu Apr 24 14:07:38 2008 -0500
6779
6780 mpc83xx: bump loadaddr over fdtaddr to 0x500000
6781
6782 this seems as a good compromise between human memory, typing,
6783 and last but not least, to accommodate for current and future kernel bloat.
6784
6785 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6786 Acked-by: Dave Liu <daveliu@freescale.com>
6787
6788commit be5a7190265a34d968578ff266549c60f6f57654
6789Author: Dave Liu <r63238@freescale.com>
6790Date: Tue Apr 15 13:12:23 2008 +0800
6791
6792 mpc83xx: clean up the readme for 83xx boards
6793
6794 1. correct the typo
6795 2. correct the memory map for 837xerdb board
6796
6797 Signed-off-by: Dave Liu <daveliu@freescale.com>
6798
6799commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
6800Author: Dave Liu <r63238@freescale.com>
6801Date: Tue Apr 15 13:11:11 2008 +0800
6802
6803 mpc83xx: remove the unused CPM's stuff
6804
6805 The MPC83xx family never have CPM block, so remove it from 83xx.
6806
6807 Signed-off-by: Dave Liu <daveliu@freescale.com>
6808
6809commit c63ad6325a8ac0097a54b418a3288926b0484b18
6810Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6811Date: Fri Apr 18 16:29:40 2008 +0200
6812
6813 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
6814
6815 This patch adds a configurable flash auto protection list that can be used
6816 to make U-Boot protect flash regions in flash_init().
6817
6818 The idea has been discussed on the u-boot mailing list starting
6819 on Nov 18th, 2007.
6820
6821 Even this patch brings a new feature it is used as a bugfix for 4xx
6822 platforms where flash_init() does not completely protect the
6823 monitor's flash range in all situations.
6824
6825 U-Boot protects the flash range from CFG_MONITOR_BASE to
6826 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
6827 include the reset vector at 0xfffffffc.
6828
6829 Example:
6830 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
6831
6832 This config option will auto protect the last 512k of flash that
6833 contains the bootloader on board like APC405 and PMC405.
6834
6835 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6836
6837commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
6838Author: Stefan Roese <sr@denx.de>
6839Date: Fri Apr 25 13:59:03 2008 +0200
6840
6841 ppc4xx: Remove double defines in lwmon5.h
6842
6843 introduced with latest lwmon5/POST merge
6844
6845 Signed-off-by: Stefan Roese <sr@denx.de>
6846
6847commit 7590378fb9c686709492ceb142825cd058255956
6848Author: Bartlomiej Sieka <tur@semihalf.com>
6849Date: Fri Apr 25 13:54:02 2008 +0200
6850
6851 Use watchdog-aware functions when calculating hashes of images - take two
6852
6853 Some files didn't get updated properly with the "Use watchdog-aware
6854 functions when calculating hashes of images" commit, this commit
6855 fixes this.
6856
6857 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6858 Signed-off-by: Wolfgang Denk <wd@denx.de>
6859
6860commit 8e048c438e20ec89b49da5f085f8f756eba6e587
6861Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6862Date: Fri Apr 25 12:01:39 2008 +0200
6863
6864 ppc4xx: Add bootcount limit handling for APC405 boards
6865
6866 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6867
6868commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
6869Author: Bartlomiej Sieka <tur@semihalf.com>
6870Date: Fri Apr 25 12:10:09 2008 +0200
6871
6872 Use watchdog-aware functions when calculating hashes of images
6873
6874 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6875
6876commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
6877Author: Wolfgang Denk <wd@denx.de>
6878Date: Fri Apr 25 12:44:08 2008 +0200
6879
6880 USB: fix more GCC 4.2.x aliasing warnings
6881
6882 Signed-off-by: Wolfgang Denk <wd@denx.de>
6883 Acked-by: Markus Klotzbuecher <mk@denx.de>
6884
6885commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
6886Author: Wolfgang Denk <wd@denx.de>
6887Date: Fri Apr 25 12:41:53 2008 +0200
6888
6889 lib_generic/crc32.c: add missing #include <watchdog.h>
6890
6891 Signed-off-by: Wolfgang Denk <wd@denx.de>
6892
6893commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
6894Author: Wolfgang Denk <wd@denx.de>
6895Date: Fri Apr 25 11:52:21 2008 +0200
6896
6897 lib_generic/crc32.c: fix compile problem
6898
6899 Signed-off-by: Wolfgang Denk <wd@denx.de>
6900
6901commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
6902Author: Stefan Roese <sr@denx.de>
6903Date: Tue Apr 22 12:20:32 2008 +0200
6904
6905 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
6906
6907 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
6908 environment variable will now get passed to the Linux kernel by setting
6909 the device_type property of the PCIe device tree node. For normal root-
6910 complex configuration it will keep its defaults value of "pci" and for
6911 endpoint configuration it will get changed to "pci-endpoint".
6912
6913 Signed-off-by: Stefan Roese <sr@denx.de>
6914
6915commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
6916Author: Yuri Tikhonov <yur@emcraft.com>
6917Date: Thu Apr 24 10:30:53 2008 +0200
6918
6919 lwmon5: watchdog POST fix
6920
6921 Use the GPT0_MASKx registers as the temporary storage for watch-dog
6922 timer POST test instead of GPT0_COMPx. The latter
6923 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
6924
6925 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
6926 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6927
6928commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
6929Author: Kim Phillips <kim.phillips@freescale.com>
6930Date: Mon Apr 21 18:10:14 2008 -0500
6931
6932 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
6933
6934 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
6935 proven problematic getting right from the start at least on 83xx and
6936 4xx.
6937
6938 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6939
6940commit a99715b8ebfc500f3f40e01b36b64d473938443d
6941Author: Detlev Zundel <dzu@denx.de>
6942Date: Fri Apr 18 14:50:01 2008 +0200
6943
6944 Realining some header definitions.
6945
6946 Signed-off-by: Detlev Zundel <dzu@denx.de>
6947
6948commit 4acbc6c7f993cae409c424615415a3e76820f13d
6949Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6950Date: Thu Apr 24 07:57:16 2008 +0200
6951
6952 NE2000: coding style cleanup
6953
6954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6955
6956commit b4aff1ffaf7120032c653357c007faa14f74d29d
6957Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6958Date: Wed Apr 23 00:11:47 2008 +0900
6959
6960 qemu-mips.h: Add CFI support
6961
6962 CONFIG_ENV_OVERWRITE is also added.
6963
6964 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
6965
6966 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6967 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6968
6969commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
6970Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6971Date: Tue Apr 22 22:47:27 2008 +0900
6972
6973 doc/README.mips: Add MIPS notes
6974
6975 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6976
6977commit 215b01bba8bc662d35f72b084700b192d367dfb4
6978Author: Bartlomiej Sieka <tur@semihalf.com>
6979Date: Tue Apr 22 12:27:56 2008 +0200
6980
6981 Add support for calculating hashes with watchdog triggering
6982
6983 Implement watchodg-aware variants of hash calculation functions:
6984 - crc32_wd()
6985 - md5_wd()
6986 - sha1_csum_wd()
6987 The above functions calculate the hash of the input buffer in chunks,
6988 triggering the watchdog after processing each chunk. The chunk size
6989 is given as a function call parameter.
6990
6991 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6992
6993commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
6994Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6995Date: Wed Apr 23 11:02:12 2008 +0900
6996
6997 qemu-mips: Cleanup whitespace, indentation, etc.
6998
6999 No functional change.
7000
7001 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
7002 Then I re-created from scratch, and changed more lines than the original.
7003
7004 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7005 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7006
7007commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
7008Author: Vlad Lungu <vlad@comsys.ro>
7009Date: Wed Oct 10 23:02:09 2007 +0300
7010
7011 Fixed pcnet io_base
7012
7013 Bus and phys address are not always the same
7014
7015 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7016
7017commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
7018Author: Wolfgang Denk <wd@denx.de>
7019Date: Thu Apr 24 23:44:26 2008 +0200
7020
7021 drivers/net/pcnet.c: Coding Style cleanup.
7022
7023 Signed-off-by: Wolfgang Denk <wd@denx.de>
7024
7025commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
7026Author: Vlad Lungu <vlad@comsys.ro>
7027Date: Wed Oct 10 23:04:23 2007 +0300
7028
7029 Added Am79C970A chip id to pcnet
7030
7031 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7032
7033commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
7034Author: Magnus Lilja <lilja.magnus@gmail.com>
7035Date: Sun Apr 20 10:35:03 2008 +0200
7036
7037 i.MX31: Fix architecture numbers for ADS and Litekit boards
7038
7039 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
7040
7041 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7042
7043commit e7ae84d6c7288790e88639f57cb60daf89c11369
7044Author: Magnus Lilja <lilja.magnus@gmail.com>
7045Date: Sun Apr 20 10:36:36 2008 +0200
7046
7047 i.MX31: Use symbolic names for Litekit membases.
7048
7049 Use symbolic names instead of hard coded addresses for Litekit membases.
7050
7051 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7052
7053commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
7054Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7055Date: Sat Apr 19 17:59:20 2008 +0200
7056
7057 Fix show_boot_progress prototype
7058
7059 in commit fad634071 "make show_boot_progress () weak."
7060 show_boot_progress is supposed to be declared as weak but declared as
7061 inline instead.
7062
7063 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7064
7065commit edbed247a14d70b94958010f736621212285de91
7066Author: Bartlomiej Sieka <tur@semihalf.com>
7067Date: Fri Apr 18 12:39:23 2008 +0200
7068
7069 Memory footprint optimizations
7070
7071 As suggested by Wolfgang Denk:
7072 - image printing functions:
7073 - remove wrappers
7074 - remove indentation prefix from functions' signatures
7075 - merge getenv_verify and getenv_autostart into one parametrized function
7076
7077 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7078
7079commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
7080Author: Guennadi Liakhovetski <lg@denx.de>
7081Date: Tue Apr 15 13:33:11 2008 +0200
7082
7083 MX31ADS environment variable update, spi and rtc support
7084
7085 Update MX31ADS default environment to better match the flash layout and
7086 the memory map, support SPI and RTC.
7087
7088 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7089
7090commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
7091Author: Kumar Gala <galak@kernel.crashing.org>
7092Date: Mon Apr 21 09:28:36 2008 -0500
7093
7094 85xx: Round up frequency calculations to get reasonable output
7095
7096 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
7097
7098 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
7099
7100 Signed-off-by: Dejan Minic <minic@freescale.com>
7101 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7102 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7103 Acked-by: Andy Fleming <afleming@freescale.com>
7104
7105commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
7106Author: Kumar Gala <galak@kernel.crashing.org>
7107Date: Wed Apr 23 16:58:04 2008 -0500
7108
7109 fsl_pci: Only modify registers if we have them
7110
7111 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
7112
7113 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7114
7115commit 83fe32334337def160b302aa9d152d808bfcc68e
7116Author: Markus Klotzbücher <mk@denx.de>
7117Date: Wed Apr 23 10:57:33 2008 +0200
7118
7119 USB: remove a cpu bug workaround for an unsupported architecture.
7120
7121 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7122
7123commit f957576cb53e6cfab412709cfc8db1afd39d21c3
7124Author: Markus Klotzbücher <mk@denx.de>
7125Date: Wed Apr 23 10:53:23 2008 +0200
7126
7127 USB: fix those pesky aliasing warnings issued by gcc-4.2
7128
7129 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7130 Signed-off-by: Detlev Zundel <dzu@denx.de>
7131
7132commit 89cdab788f3716b335fefb60b836ebcf975aceab
7133Author: Mike Frysinger <vapier@gentoo.org>
7134Date: Mon Mar 31 11:02:01 2008 -0400
7135
7136 crc32: use uint32_t rather than unsigned long
7137
7138 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
7139 this is done with the build toolchain instead of the target tool
7140 chain, so if the build is a 64bit system but the target is 32bits,
7141 the size will obviously be wrong. This converts all unsigned long
7142 stuff related to crc32 to uint32_t types. Compile tested only: output
7143 of ./tools/envcrc when run on a 32bit build system matches that of a
7144 64bit build system.
7145
7146 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7147 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7148
7149commit 80c40b765b3642ddb9f3392b7898715aab44a29c
7150Author: Dirk Behme <dirk.behme@googlemail.com>
7151Date: Wed Mar 26 09:53:29 2008 +0100
7152
7153 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
7154
7155 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
7156
7157 Changes:
7158
7159 - Remove *_masked() functions as noted by Wolfgang
7160
7161 - Adapt register naming to recent TI spec (sprue26, March 2007)
7162
7163 - Fix reset_timer() handling
7164
7165 - 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.
7166
7167 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
7168
7169 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
7170
7171 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
7172
7173 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
7174
7175 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
7176 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
7177
7178commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
7179Author: Sergei Poselenov <sposelenov@emcraft.com>
7180Date: Wed Apr 9 16:09:41 2008 +0200
7181
7182 Added watchdog triggering calls in the "mtest" test function.
7183
7184 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7185
7186commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
7187Author: Yuri Tikhonov <yur@emcraft.com>
7188Date: Sun Apr 6 19:19:14 2008 +0200
7189
7190 lwmon5 watchdog: limit trigger rate
7191
7192 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
7193 the CONFIG_WD_MAX_RATE value.
7194
7195 Note that an earlier version of this patch which used microseconds
7196 instead of ticks dis not work. The problem was that we used
7197 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
7198 get_tbclk(), which in turn calls get_sys_info(). It turns out that
7199 this function does a lot of prolonged operations (like divisions)
7200 which take too much time so we do not trigger the watchdog in time,
7201 and it resets the system.
7202
7203 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7204
7205commit 2d2b994a30bb100774dc747ae9865b7f95285a88
7206Author: Yuri Tikhonov <yur@emcraft.com>
7207Date: Mon Mar 31 10:51:37 2008 +0200
7208
7209 POST: move CONFIG_POST to Makefiles
7210
7211 Introduce the new logical option CONFIG_HAS_POST which is set when the
7212 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
7213 to determine should the POST libs be compiled for the selected target
7214 platform, or not.
7215
7216 To avoid breaking u-boot linking process, the empty post/libpost.a file is
7217 created for platforms which do not have POSTs.
7218
7219 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7220 Signed-off-by: Wolfgang Denk <wd@denx.de>
7221
7222commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
7223Author: Yuri Tikhonov <yur@emcraft.com>
7224Date: Mon Mar 31 10:49:34 2008 +0200
7225
7226 POST: preparations for moving CONFIG_POST to Makefiles
7227
7228 Remove CONFIG_POST ifdefs from the post/ source files.
7229
7230 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7231 Signed-off-by: Wolfgang Denk <wd@denx.de>
7232
7233commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
7234Author: Stefan Roese <sr@denx.de>
7235Date: Tue Apr 22 14:14:20 2008 +0200
7236
7237 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
7238
7239 This patch fixes the Canyonlands and Glacier default environment to better
7240 fit to the arch/powerpc device-tree kernels. The variables dealing with
7241 arch/ppc booting are removed, since these boards are supported only in
7242 arch/powerpc. Glacier uses the same config file as Canyonlands.
7243
7244 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
7245
7246 Signed-off-by: Stefan Roese <sr@denx.de>
7247
7248commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
7249Author: Stefan Roese <sr@denx.de>
7250Date: Tue Apr 22 14:06:42 2008 +0200
7251
7252 ppc4xx: Small coding style cleanup for the latest esd patches
7253
7254 Signed-off-by: Stefan Roese <sr@denx.de>
7255
7256commit 79941d63bc03aed8c48d7602f18217cc200ee931
7257Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7258Date: Mon Apr 21 18:01:07 2008 +0200
7259
7260 ppc4xx: Update CPU strapping for PMC440 boards
7261
7262 This patch removes the temporary 'test' strapping option
7263 of the sbe command. The '667' strapping option now uses
7264 a PLB/PCI divider of 3.
7265
7266 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7267
7268commit f00cf3193a6635355b121e90debb2f54e777e7da
7269Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7270Date: Mon Apr 21 14:42:21 2008 +0200
7271
7272 ppc4xx: Remove unused APC405 strataflash driver
7273
7274 The APC405 board support has been migrated to use the common
7275 CFI flash driver.
7276
7277 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7278
7279commit 1c686676a86473bbd92151f0544e109413f6ed06
7280Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7281Date: Mon Apr 21 14:42:17 2008 +0200
7282
7283 ppc4xx: Update APC405 configuration
7284
7285 - enable esd's auto_update mechanism
7286 - support alternative flash layout on rev. 1.8 boards
7287 - update default environment
7288 - use common CFI flash driver
7289 - coding style cleanup
7290
7291 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7292
7293commit 0b9872515a521bf7866dc24b85ddce708e60d702
7294Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7295Date: Mon Apr 21 14:42:11 2008 +0200
7296
7297 ppc4xx: Update APC405 board support
7298
7299 - enable esd's auto_update mechanism
7300 - fix LCD support on latest hardware revision (uses other LCD controller)
7301 - support alternative flash layout on rev. 1.8 boards
7302 - coding style cleanup
7303
7304 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7305
7306commit 83975d02e225e231960784972e7820a8b303756b
7307Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7308Date: Mon Apr 21 14:42:06 2008 +0200
7309
7310 ppc4xx: update esd's common auto_update code for 405 boards
7311
7312 - Coding style cleanup (long lines)
7313 - improve handling of protected flash regions
7314 - remove dead code
7315
7316 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7317
7318commit b9233fe5d59cb25d975071616bd1035d6f4c2285
7319Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7320Date: Mon Apr 21 14:41:59 2008 +0200
7321
7322 ppc4xx: Update esd's common LCD code for 405 boards
7323
7324 - Coding style cleanup (long lines)
7325 - Add s1d13505 support
7326 - Make some functions return a result code instead of void
7327
7328 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7329
7330commit dea68189424c3f1242427a8146a3861bf093173c
7331Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7332Date: Mon Apr 21 11:36:55 2008 +0200
7333
7334 ppc4xx: Update FPGA image for APC405 boards
7335
7336 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7337
7338commit 2a05b152924acfcec3b037693329e517e6d3578f
7339Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7340Date: Mon Apr 21 11:36:08 2008 +0200
7341
7342 ppc4xx: Update bootlogo for APC405 boards
7343
7344 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7345
7346commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
7347Author: Stefan Roese <sr@denx.de>
7348Date: Fri Apr 18 16:41:31 2008 +0200
7349
7350 ppc4xx: Add dcache_enable() for 440
7351
7352 dcache_enable() was missing for 440 and the patch
7353 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
7354 "] behavior uses this function.
7355
7356 Note: Currently the cache handling functions like
7357 d/icache_disable/enable() are NOP's on 440. This may be changed in the
7358 future.
7359
7360 Signed-off-by: Stefan Roese <sr@denx.de>
7361
7362commit a49e0d177a0749614b316ec847fb623f09c82c07
7363Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7364Date: Mon Apr 21 11:19:04 2008 +0200
7365
7366 video: Add missing free for logo memory
7367
7368 This patch adds two missing free()s.
7369
7370 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7371
7372commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
7373Author: Troy Kisky <troy.kisky@boundarydevices.com>
7374Date: Mon Sep 24 16:41:43 2007 -0700
7375
7376 PATCH - Fix oob data copied into supplied buffer
7377
7378 This patch correctly sets the oobavail variable
7379 and fixes a bug where the oob data was not valid when
7380 there where multiple groups in oobfree.
7381
7382 First segment fixes a typo
7383 Second segment fixes a bug where oob data may be copied incorrectly.
7384 Third segment adds an error message when exiting due to write protect.
7385 Forth segment fixes a bug where oobavail may be set incorrectly.
7386
7387 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
7388
7389commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
7390Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7391Date: Fri Apr 18 17:24:32 2008 +0200
7392
7393 ppc4xx: Fix sys_get_info() for 405GP(r)
7394
7395 This patch assigns the correct EBC clock for 405GP(r) CPUs
7396 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
7397 uses an uninitialized EBC clock in its startup message.
7398
7399 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7400
7401commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
7402Author: Wolfgang Denk <wd@denx.de>
7403Date: Sun Apr 20 15:39:38 2008 -0700
7404
7405 Makefile: remove nand_spl/System.map when cleaning up.
7406
7407commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
7408Author: Wolfgang Denk <wd@denx.de>
7409Date: Sun Apr 20 15:35:52 2008 -0700
7410
7411 MAKEALL: sort entries / lists.
7412
7413 Signed-off-by: Wolfgang Denk <wd@denx.de>
7414
7415commit 0878af169b181868a105b5c33f3a6423e2c9fd60
7416Author: Kumar Gala <galak@kernel.crashing.org>
7417Date: Fri Apr 18 11:29:01 2008 -0500
7418
7419 85xx: Fix size of cpu-release-addr property
7420
7421 The cpu-release-addr is defined as always being a 64-bit quanity regardless
7422 if we are running on a 32-bit or 64-bit machine.
7423
7424commit 88353a985109562a639b2f8a0c90d77011bfe374
7425Author: Timur Tabi <timur@freescale.com>
7426Date: Fri Apr 4 11:15:58 2008 -0500
7427
7428 Fix calculation of I2C clock for some 85xx chips
7429
7430 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
7431 some use CCB/3. There is no pattern that can be used to determine which
7432 chips use which frequency, so the only way to determine is to look up the
7433 actual SOC designation and use the right value for that SOC.
7434
7435 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
7436
7437 Signed-off-by: Timur Tabi <timur@freescale.com>
7438
7439commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
7440Author: Wolfgang Denk <wd@denx.de>
7441Date: Fri Apr 18 11:44:27 2008 -0700
7442
7443 Fix build breakage casued by commit c0559be371b2
7444
7445 Change env_get_char from a global function ptr to a function.
7446
7447 Signed-off-by: Wolfgang Denk <wd@denx.de>
7448
7449commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
7450Author: Wolfgang Denk <wd@denx.de>
7451Date: Fri Apr 18 10:53:41 2008 -0700
7452
7453 Coding Style cleanup, update CHANGELOG.
7454
7455 Signed-off-by: Wolfgang Denk <wd@denx.de>
7456
268a804d
WD
7457commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
7458Author: Mike Frysinger <vapier@gentoo.org>
7459Date: Tue Apr 8 14:00:57 2008 -0400
7460
7461 Add support for u-boot in svn and localversion-* files
7462
7463 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7464
7465commit d23ff6827decf121461fbc5622612fd7effe207e
7466Author: Guennadi Liakhovetski <lg@denx.de>
7467Date: Thu Apr 3 17:04:22 2008 +0200
7468
7469 MX31ADS network and flash updates
7470
7471 This patch allows U-Boot to use buffered writes to the Spansion NOR
7472 flash installed on this board, and eliminates long delays in network
7473 transfers after the board startup.
7474
7475 Also modify flash layout to embed main and redundant environment
7476 blocks in the U-Boot image.
7477
7478 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7479
7480commit b5dc9b304d289831f291843ff88a45cbdf1a6290
7481Author: Guennadi Liakhovetski <lg@denx.de>
7482Date: Mon Apr 14 10:53:12 2008 +0200
7483
7484 Support for the MX31ADS evaluation board from Freescale
7485
7486 This patch adds support for the MX31ADS evaluation board from Freescale,
7487 initialization code is copied from RedBoot sources, also provided by
7488 Freescale.
7489
7490 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7491
7ed40117
WD
7492commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
7493Author: Stefan Roese <sr@denx.de>
7494Date: Tue Apr 8 10:33:29 2008 +0200
7495
7496 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
7497
7498 Signed-off-by: Stefan Roese <sr@denx.de>
7499
7500commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
7501Author: Stefan Roese <sr@denx.de>
7502Date: Tue Apr 8 10:33:28 2008 +0200
7503
7504 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
7505
7506 Signed-off-by: Stefan Roese <sr@denx.de>
7507
7508commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
7509Author: Stefan Roese <sr@denx.de>
7510Date: Tue Apr 8 10:33:27 2008 +0200
7511
7512 ppc4xx: Add Glacier NAND booting target
7513
7514 Signed-off-by: Stefan Roese <sr@denx.de>
7515
7516commit 46f373838e384a4c23d13581b1dfa5acb66b5810
7517Author: Stefan Roese <sr@denx.de>
7518Date: Tue Apr 8 10:31:00 2008 +0200
7519
7520 nand_spl: Update nand_spl to support 2k page size NAND devices
7521
7522 This patch adds support for booting from 2k page sized NAND device
7523 (e.g. Micron 29F2G08AAC).
7524
7525 Tested on AMCC Canyonlands.
7526
7527 Signed-off-by: Stefan Roese <sr@denx.de>
7528
268a804d
WD
7529commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
7530Author: Anatolij Gustschin <agust@denx.de>
7531Date: Thu Apr 17 18:18:00 2008 +0200
7532
7533 Fix crash on sequoia in ppc_4xx_eth_init
7534
7535 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
7536 with cache enabled (TLB Parity exeption). This patch
7537 fixes the problem.
7538
7539 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7540
7541commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
7542Author: Anatolij Gustschin <agust@denx.de>
7543Date: Thu Apr 17 18:15:27 2008 +0200
7544
7545 ppc4xx: Fix crash on sequoia with cache enabled
7546
7547 Currently U-Boot crashes on sequoia board in CPU POST if
7548 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
7549 won't be disabled by change_tlb before CPU POST because
7550 there is an insufficient adress range check since
7551 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
7552 this problem.
7553
7554 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7555
7556commit 43c509254fab375c49936498da944658117ed07c
7557Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7558Date: Thu Apr 17 23:35:13 2008 +0900
7559
7560 Use jr as register jump instruction
7561
7562 Current assembler codes are inconsistent in the way of register jump
7563 instruction usage; some use jr, some use j. Of course GNU as allows both
7564 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
7565 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
7566 at all.
7567
7568 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7569
7570commit 7ce63709828d37b08866e537339a169bd0db2bd3
7571Author: Guennadi Liakhovetski <lg@denx.de>
7572Date: Tue Apr 15 14:15:30 2008 +0200
7573
7574 RTC driver for MC13783
7575
7576 MC13783 is a multifunction IS with an SPI interface to the host. This
7577 driver handles the RTC controller in this chip.
7578
7579 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7580
7581commit 38254f45b0b412332726c90d3184ad47479fcffb
7582Author: Guennadi Liakhovetski <lg@denx.de>
7583Date: Tue Apr 15 14:14:25 2008 +0200
7584
7585 New i.MX31 SPI driver
7586
7587 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
7588 only implemented and tested on i.MX31, can with a modified register layout
7589 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
7590 controllers too.
7591
7592 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7593
7594commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
7595Author: Magnus Lilja <lilja.magnus@gmail.com>
7596Date: Tue Apr 15 19:09:10 2008 +0200
7597
7598 Fix name of i.MX31 boards in config file header
7599
7600 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
7601
7602 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7603
7604commit a49864593e083a5d0779fb9ca98e5a0f2053183d
7605Author: Mike Frysinger <vapier@gentoo.org>
7606Date: Sun Apr 13 19:42:19 2008 -0400
7607
7608 allow ports to override go behavior
7609
7610 Split the arch-specific logic out of the common go code and into a dedicated
7611 weak function called do_go_exec() that lives in cpu directories. This will
7612 need review from i386/nios people to make sure I didn't break them.
7613
7614commit 017e9b7925f74878d0e9475388cca9bda5ef9482
7615Author: Mike Frysinger <vapier@gentoo.org>
7616Date: Sun Apr 13 19:42:18 2008 -0400
7617
7618 allow ports to override bootelf behavior
7619
7620 Change the bootelf setup function into a dedicated weak function called
7621 do_bootelf_exec. This way ports can control the behavior however they
7622 like before/after calling the ELF entry point.
7623
7624commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
7625Author: Ulf Samuelsson <ulf@atmel.com>
7626Date: Sat Apr 12 20:56:03 2008 +0200
7627
7628 Reorder ARM boards in Makefile
7629
7630 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
7631 are no longer under ARM92xT header.
7632
7633 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
7634 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7635
7636commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
7637Author: Ulf Samuelsson <ulf@atmel.com>
7638Date: Sat Apr 12 20:29:44 2008 +0200
7639
7640 Clean up dataflash partitioning
7641
7642 This patch removes the board dependent parts from
7643 "drivers/mtd/dataflash.c".
7644 Each board relying on this, will have the appropriate
7645 code in a new file, "partition.c" in the board directory.
7646 board Makefiles updated to use the file.
7647
7648 The dataflash partitions are aligned on sector/page boundaries.
7649
7650 The CONFIG_NEW_DF_PARTITION was used to create named partitions
7651 This is now the default operation, and the CONFIG variable is removed.
7652
7653 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
7654
7655commit 51ecde946fec511a16346e498204ca10ad71080d
7656Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7657Date: Sat Apr 12 14:08:45 2008 +0200
7658
7659 gitignore: udpate stgit generated and .patch file
7660
7661 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7662
7663commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
7664Author: Wolfgang Denk <wd@denx.de>
7665Date: Fri Apr 18 00:15:36 2008 -0700
7666
7667 Get rid of redundant copy of renamed header file.
7668
7669 Signed-off-by: Wolfgang Denk <wd@denx.de>
7670
7671commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
7672Author: Vlad Lungu <vlad@comsys.ro>
7673Date: Fri Apr 11 21:20:14 2008 +0300
7674
7675 Fix dependency generation for older gcc versions
7676
7677 With gcc 3.3.3 at least, compilation fails with
7678
7679 Generating include/autoconf.mk
7680 gcc: compilation of header file requested
7681 make: *** [include/autoconf.mk] Error 1
7682
7683 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
7684
7685 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7686
7687commit cb1c4896905ab22fcd982e6a8a539f0031942e71
7688Author: Marian Balakowicz <m8@semihalf.com>
7689Date: Fri Apr 11 11:07:49 2008 +0200
7690
7691 Restore the ability to continue booting after legacy image overwrite
7692
7693 Before new uImage code was merged, bootm code allowed for the kernel image to
7694 get overwritten during decompresion. new uImage introduced a check for image
7695 overwrites and refused to boot the image that got overwritten. This patch
7696 restores the old behavior. It also adds a warning when the image overwriten is
7697 a multi-image file, because in such case accessing componentes other than the
7698 first one will fail.
7699
7700 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7701
7702commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
7703Author: Marian Balakowicz <m8@semihalf.com>
7704Date: Fri Apr 11 11:07:43 2008 +0200
7705
7706 ppc: Fix ftd_blob variable init when processing raw blob
7707
7708 Set fdt_blob variable before its value is printed out.
7709
7710 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7711
7712commit 3d36be030043cd841a2551d00a395135e363a64b
7713Author: Jason Wessel <jason.wessel@windriver.com>
7714Date: Thu Apr 10 14:30:16 2008 -0500
7715
7716 Remove all the search paths from the .lds files.
7717
7718 The cross compiler is responsible for providing the correct libraries
7719 and the logic to find the linking libraries.
7720
7721 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
7722
7723commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
7724Author: Bartlomiej Sieka <tur@semihalf.com>
7725Date: Mon Apr 14 15:44:16 2008 +0200
7726
7727 Boot-related documentation update
7728
7729 - document 'bootm_low' and 'bootm_size' environment variables
7730 - update inaccurate CFG_BOOTMAPSZ entry
7731
7732 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7733
7734commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
7735Author: Guennadi Liakhovetski <lg@denx.de>
7736Date: Wed Apr 9 17:34:08 2008 +0200
7737
7738 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
7739
7740 Restore logic reverted by commit
7741
7742 commit 80767a6cead9990d9e77e62be947843c2c72f469
7743 Author: Peter Pearse <peter.pearse@arm.com>
7744 Date: Wed Sep 5 16:04:41 2007 +0100
7745
7746 Changed API name to coloured_led.h
7747 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
7748 Tidied other cpu/arm920t/start.S code
7749
7750 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7751
7752commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
7753Author: Mike Frysinger <vapier@gentoo.org>
7754Date: Tue Apr 8 10:24:24 2008 -0400
7755
7756 Remove conflicting NAND ID
7757
7758 There are two NAND entries with ID 0xDC and this obviously causes problems.
7759 In the kernel, they punted the first entry, so we should do the same.
7760
7761 See this upstream e-mail for more info:
7762 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
7763
7764 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
7765 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7766
7767commit 188e94c370621708d13547d58dbc6ed3c5602aa8
7768Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7769Date: Tue Apr 8 16:20:35 2008 +0900
7770
7771 cpu/mips/cpu.c: Fix flush_cache bug
7772
7773 Cache operations have to take line address (addr), not start_addr.
7774 I noticed this bug when debugging ping failure.
7775
7776 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7777
7778commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
7779Author: Martin Krause <martin.krause@tqs.de>
7780Date: Thu Apr 3 14:29:01 2008 +0200
7781
7782 TQM5200: fix default IDE reset level
7783
7784 Before the first call of ide_reset(), the level of the IDE reset
7785 signal on the TQM5200 is low (reset asserted). This patch sets the
7786 default value to high (reset not asserted).
7787
7788 Currently this patch fixes no real problem, but it is cleaner to
7789 assert the reset signal only on demand, and not permanently.
7790
7791 Signed-off-by: Martin Krause <martin.krause@tqs.de>
7792
7793commit c61e033d6e8abb7b4060ee36060961e1399f6079
7794Author: Detlev Zundel <dzu@denx.de>
7795Date: Thu Apr 3 14:18:48 2008 +0200
7796
7797 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
7798
7799 Signed-off-by: Detlev Zundel <dzu@denx.de>
7800
7801commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
7802Author: Detlev Zundel <dzu@denx.de>
7803Date: Thu Apr 3 14:18:47 2008 +0200
7804
7805 mgcoge, mgsuv: rename 'addcon' to 'addcons'
7806
7807 The latter name with 13 users is already established, so we will use
7808 that.
7809
7810 Signed-off-by: Detlev Zundel <dzu@denx.de>
7811
7812commit e175eacc87c3a9e4dad0799fee0e95732520afc7
7813Author: Martin Krause <martin.krause@tqs.de>
7814Date: Thu Apr 3 13:37:56 2008 +0200
7815
7816 IDE: fix bug in reset sequence
7817
7818 According to the ata (ata5) specification the RESET- signal
7819 shall be asserted for at least 25 us. Without this patch,
7820 the RESET- signal is asserted on some boards for only < 1 us
7821 (e. g. on the TQM5200). This patch adds a general delay of
7822 25 us to the RESET- signal.
7823
7824 Without this patch a Platinum 4 GiB CF card is not recognised
7825 properly on boards with a TQM5200 (STK52xx, TB5200).
7826
7827 Signed-off-by: Martin Krause <martin.krause@tqs.de>
7828
7829commit 813bea96a960916c72b4a3a7df840151529c26ce
7830Author: Sascha Laue <Sascha.Laue@gmx.biz>
7831Date: Thu Apr 3 14:43:11 2008 +0200
7832
7833 lwmon5: disable CONFIG_ZERO_BOOTDELAY
7834
7835 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
7836
7837commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
7838Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7839Date: Wed Apr 2 08:03:58 2008 +0200
7840
7841 ds174x: Fix warning on return in rtc_get and rtc_set functions
7842
7843 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7844
7845commit a253b38bf50c85227c33ca0febc870ee49d1588e
7846Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7847Date: Wed Apr 2 08:03:57 2008 +0200
7848
7849 cmd_log.c: Fix assignment differ in signedness
7850
7851 In function 'logbuff_init_ptrs':
7852 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
7853
7854 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7855
7856commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
7857Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
7858Date: Wed Apr 2 11:04:43 2008 +0530
7859
7860 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
7861
7862 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
7863
7864commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
7865Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7866Date: Tue Apr 1 14:07:10 2008 +0200
7867
7868 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
7869
7870 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7871
7872commit c08fb3ea36d19b1640b7906264581e9105534399
7873Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7874Date: Tue Apr 15 10:24:14 2008 +0200
7875
7876 Additional PCI IDs for IDE and network controllers
7877
7878 These PCI IDs are required by the Linkstation platforms.
7879
7880 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7881
7882commit c0559be371b2a64b1a817088c3308688e2182f93
7883Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
7884Date: Mon Apr 14 23:01:50 2008 +0200
7885
7886 Change env_get_char from a global function ptr to a function.
7887
7888 This avoids an early global data reference.
7889
7890 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
7891
7892commit 3e0f331c05d72f140715c1e9fca991927e44d422
7893Author: Guennadi Liakhovetski <lg@denx.de>
7894Date: Tue Apr 29 12:35:08 2008 +0000
7895
7896 Clean up smsc911x driver
7897
7898 Replace direct register address derefencing with accessor functions.
7899 Restrict explicitly 32-bit bus-width, extend affected configurations
7900 respectively.
7901
7902 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7903 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7904
7905commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
7906Author: Sascha Hauer <s.hauer@pengutronix.de>
7907Date: Tue Apr 15 00:08:20 2008 -0400
7908
7909 This patch adds a driver for the following smsc network controllers:
7910 LAN9115
7911 LAN9116
7912 LAN9117
7913 LAN9215
7914 LAN9216
7915 LAN9217
7916
7917 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7918 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
7919 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7920
7921commit 3dfd4aab929cccddb63d9ea509967861e1333b52
7922Author: Sascha Laue <Sascha.Laue@gmx.biz>
7923Date: Tue Apr 1 15:13:03 2008 +0200
7924
7925 Fix watchdog POST for lwmon5
7926
7927 If the hardware watchdog detects a voltage error, the watchdog sets
7928 GPIO62 to low. The watchdog POST has to detect this low level.
7929
7930 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
7931
7932commit 24b448448a917e52806f82660a5c9d47608894fb
7933Author: Dave Liu <r63238@freescale.com>
7934Date: Tue Apr 1 15:22:11 2008 +0800
7935
7936 ata: update the libata.h from ata.h of linux kernel
7937
7938 Current libata.h of u-boot is out of sync from linux kernel,
7939 this patch make it be consistent with linux kernel.
7940
7941 Signed-off-by: Dave Liu <daveliu@freescale.com>
7942 Signed-off-by: Tor Krill <tor@excito.com>
7943
7944commit f8f9dc98883f66f59eb0601da65808e6b139c87c
7945Author: Kumar Gala <galak@kernel.crashing.org>
7946Date: Mon Mar 31 11:59:27 2008 -0500
7947
7948 Allow use of ARCH=powerpc when building
7949
7950 The linux kernel is now mostly ARCH=powerpc, so to make life easier
7951 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
7952
7953 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7954
7955commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
7956Author: Kyungmin Park <kmpark@infradead.org>
7957Date: Mon Mar 31 10:40:54 2008 +0900
7958
7959 Add apollon board MAINTAINERS entry
7960
7961 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7962
7963commit 77e475cc0ed1832160017d364be32a0be9ff02a9
7964Author: Kyungmin Park <kmpark@infradead.org>
7965Date: Mon Mar 31 10:40:36 2008 +0900
7966
7967 Fix OneNAND read
7968
7969 It should access with 16-bit instead of 8-bit
7970
7971 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
7972
7973 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7974
7975commit a9da2b41079d230db3a5641625311983f85ce1fb
7976Author: Kyungmin Park <kmpark@infradead.org>
7977Date: Mon Mar 31 10:40:19 2008 +0900
7978
7979 Fix OneNAND erase command
7980
7981 It mis-calculates the block address.
7982 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
7983
7984 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7985
7986commit 61525f2ffa156665a66908fda47dbf29d65ea579
7987Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7988Date: Mon Mar 31 01:32:15 2008 +0200
7989
7990 Support for LinkStation / KuroBox HD and HG PPC models
7991
7992 This patch is based on the port by Mihai Georgian (see linkstation.c for
7993 Copyright information) and implements support for LinkStation / KuroBox HD
7994 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
7995 the moment, pending network driver fixing.
7996
7997 Notice to users: this is pretty much a barebone port. Support for network
7998 on HG models is already in the U-Boot mainline, but you might also want
7999 patches to switch fan / phy modes depending on the negotiated ethernet
8000 parameters. This patch also doesn't support console switching, booting EM
8001 mode, Buffalo specific ext2 magic number. So, if you want to use any of
8002 those, you need additional patches. Otherwise this patche provides a fully
8003 functional u-boot with a network console on your system.
8004
8005 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8006
8007commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
8008Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8009Date: Sun Mar 30 01:22:13 2008 -0500
8010
8011 Add CONFIG_MII_INIT support to related boards
8012
8013 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
8014 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
8015 that use mii_init() in cmd_init.c.
8016
8017 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8018 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8019
8020commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
8021Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8022Date: Sun Mar 30 01:19:06 2008 -0500
8023
8024 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
8025
8026 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
8027 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
8028
8029 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8030
8031commit e99ccb488181d012248c6be30b2093e950319fc5
8032Author: Kumar Gala <galak@kernel.crashing.org>
8033Date: Thu Mar 27 11:46:38 2008 -0500
8034
8035 Introduce phys_size_t and move phys_addr_t into asm/types.h
8036
8037 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
8038 that have larger physical addresses like 44x, 85xx, and 86xx.
8039
8040 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8041
8042commit 20a14a42a25f72e379f38460b8a8484667536795
8043Author: Andy Fleming <afleming@freescale.com>
8044Date: Wed Apr 2 16:19:07 2008 -0500
8045
8046 Rename include/md5.h to include/u-boot/md5.h
8047
8048 Some systems have md5.h installed in /usr/include/. This isn't the
8049 desired file (we want the one in include/md5.h). This will avoid the
8050 conflict. This fixes the host tools building problem by creating a new
8051 directory for U-Boot specific header files.
8052
8053 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
8054 Denk]
8055
8056 Signed-off-by: Wolfgang Denk <wd@denx.de>
8057 Signed-off-by: Andy Fleming <afleming@freescale.com>
8058 Acked-by: Timur Tabi <timur@freescale.com>
8059
8060commit f297b7a1ec87433f66320d89d993e1bc738c66b8
8061Author: Dave Liu <r63238@freescale.com>
8062Date: Thu Mar 27 18:51:17 2008 +0800
8063
8064 drivers: code clean up
8065
8066 Signed-off-by: Dave Liu <daveliu@freescale.com>
8067
8068commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
8069Author: Dave Liu <r63238@freescale.com>
8070Date: Thu Mar 27 18:50:41 2008 +0800
8071
8072 drivers: clean up the ata_piix.h
8073
8074 Signed-off-by: Dave Liu <daveliu@freescale.com>
8075
8076commit e8f7ba404f1409606962815ecc955a06984b08b3
8077Author: Dave Liu <r63238@freescale.com>
8078Date: Thu Mar 27 18:49:56 2008 +0800
8079
8080 doc: english polishing for README.sata
8081
8082 according to gvb's suggestion, polishing for the doc.
8083
8084 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
8085 Signed-off-by: Dave Liu <daveliu@freescale.com>
8086
8087commit 3e3f766a5274d204780460e1879723b565296d34
8088Author: Kumar Gala <galak@kernel.crashing.org>
8089Date: Wed Mar 26 18:53:28 2008 -0500
8090
8091 Fix warnings introduced by I2C bus speed setting patch
8092
8093 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8094
8095commit 3c735e7437150e8615f26930c7819db85634276d
8096Author: eran liberty <eran.liberty@gmail.com>
8097Date: Thu Mar 27 00:50:49 2008 +0100
8098
8099 Altera Stratix II support
8100
8101 Adds Support for Altera's Stratix II.
8102
8103 Within your board specific init file you will have to call
8104
8105 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
8106 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
8107
8108 Altera_desc* contines (for example):
8109 {
8110 Altera_StratixII, /* part type */
8111 passive_serial, /* interface type */
8112 1, /* bytes of data part can accept */
8113 (void *)(&funcs), /* interface function table */
8114 0L, /* base interface address */
8115 0 /* implementation specific cookie */
8116 }
8117
8118 funcs is the interface. It is of type altera_board_specific_func.
8119 It looks like this:
8120 altera_board_specific_func func = {
8121 pre_fn,
8122 config_fn,
8123 status_fn,
8124 done_fn,
8125 clk_fn,
8126 data_fn,
8127 abort_fn,
8128 post_fn,
8129 };
8130
8131 you will have to implement these functions, which is usually bit
8132 banging some gpio.
8133
8134 Signed-off-by: Eran Liberty <liberty@extricom.com>
8135
8136commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
8137Author: Wolfgang Denk <wd@denx.de>
8138Date: Sun Apr 13 14:32:54 2008 -0700
8139
8140 Update CHANGELOG
8141
8142 Signed-off-by: Wolfgang Denk <wd@denx.de>
8143
5ece9ec9
WD
8144commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
8145Author: Sascha Hauer <s.hauer@pengutronix.de>
8146Date: Wed Mar 26 20:41:17 2008 +0100
8147
8148 Phytec Phycore-i.MX31 support
8149
8150 This patch adds support for the Phytec Phycore-i.MX31 board
8151
8152 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8153 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8154
8155commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
8156Author: Sascha Hauer <s.hauer@pengutronix.de>
8157Date: Wed Mar 26 20:41:09 2008 +0100
8158
8159 mx31 litekit support
8160
8161 This patch adds support for the mx31 litekit board
8162
8163 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8164 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8165
8166commit cdace0661208754a53019ea0dc7b803a040e0939
8167Author: Sascha Hauer <s.hauer@pengutronix.de>
8168Date: Wed Mar 26 20:40:49 2008 +0100
8169
8170 add an i2c driver for mx31
8171
8172 This patch adds an i2c driver for Freescale i.MX processors
8173
8174 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8175 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8176
8177commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
8178Author: Sascha Hauer <s.hauer@pengutronix.de>
8179Date: Wed Mar 26 20:40:42 2008 +0100
8180
8181 core support for Freescale mx31
8182
8183 This patch adds the core support for Freescale mx31
8184
8185 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8186 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8187
8188commit 7ec68862a27c8f6f6d566228de8f6724d964a939
8189Author: Wolfgang Denk <wd@denx.de>
8190Date: Sun Apr 13 14:19:23 2008 -0700
8191
8192 Fix compile error
8193
8194 ...as suggested by Peter Pearse
8195
8196 Signed-off-by: Wolfgang Denk <wd@denx.de>
8197
8198commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
8199Author: Sascha Hauer <s.hauer@pengutronix.de>
8200Date: Wed Mar 26 20:40:36 2008 +0100
8201
8202 Separate omap24xx specific code from arm1136
8203
8204 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
8205 to cpu/arm1136/omap24xx.
8206
8207 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8208 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8209
8210commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
8211Author: Mike Frysinger <vapier@gentoo.org>
8212Date: Tue Jan 29 18:21:05 2008 -0500
8213
8214 disable caches before booting an app for Blackfin apps
8215
8216 It isn't generally save to execute applications outside of U-Boot with caches
8217 enabled due to the way the Blackfin processor handles caches (requires
8218 software assistance). This patch disables caches before booting an ELF or
8219 just booting raw code. The previous discussion on the patch was that we
8220 wanted to use weaks instead, but that proved to not be feasible when multiple
8221 symbols are involved, which puts us back at the ifdef solution. I've
8222 minimized the ugliness by moving the setup step outside of the main function.
8223
8224 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8225
8226commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
8227Author: Wolfgang Denk <wd@denx.de>
8228Date: Sun Apr 13 10:03:54 2008 -0700
8229
8230 ppc: Get rid of unused machine type definitions
8231
8232 Signed-off-by: Wolfgang Denk <wd@denx.de>
8233
8234commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
8235Author: Wolfgang Denk <wd@denx.de>
8236Date: Sun Apr 13 09:59:26 2008 -0700
8237
8238 Coding Style cleanup; update CHANGELOG
8239
8240 Signed-off-by: Wolfgang Denk <wd@denx.de>
8241
1aeed8d7
WD
8242commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
8243Author: Larry Johnson <lrj@acm.org>
8244Date: Thu Feb 21 13:58:11 2008 -0500
8245
8246 LM73 bug fix for negative temperatures and cleanup
8247
8248 When the LM73 temperature sensor measures a temperature below 0 C, the
8249 current driver does not perform sign extension, so the result returned is
8250 512 C too high. This patch fixes the problem, and does general cleanup
8251 of the code.
8252
8253 Signed-off-by: Larry Johnson <lrj@acm.org>
8254
8255commit 96ef831f713289afba19da0c8f905e99da2b23e0
8256Author: Guennadi Liakhovetski <lg@denx.de>
8257Date: Thu Apr 3 13:36:02 2008 +0200
8258
8259 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
8260
8261 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
8262 series require different addresses for buffered write commands. Define a
8263 configuration option to support buffered writes on those chips. A more
8264 elegant solution would be to automatically detect those chips by parsing
8265 their CFI records, but that would require introduction of a fixup table
8266 into the cfi_flash driver.
8267
8268 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8269
8270commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
8271Author: Lee Nipper <lee.nipper@freescale.com>
8272Date: Thu Apr 10 09:35:06 2008 -0500
8273
8274 mpc83xx: Update DIMM data bus width test to support 40-bit width
8275
8276 32-bit wide ECC memory modules report 40-bit width.
8277 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
8278
8279 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
8280 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8281
8282commit 5fb5a689d822ca61e814bd523fc930af335242fa
8283Author: Dave Liu <r63238@freescale.com>
8284Date: Mon Mar 31 17:05:12 2008 +0800
8285
8286 mpc83xx: Fix the bug of serdes initialization
8287
8288 Currently the serdes will not be initializated due to the
8289 partid's error.
8290
8291 Signed-off-by: Dave Liu <daveliu@freescale.com>
8292 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8293
8294commit 2000784818f043db7ca60e2846a72d097766b894
8295Author: Dave Liu <r63238@freescale.com>
8296Date: Thu Apr 3 16:28:29 2008 +0800
8297
8298 mpc83xx: Fix the SATA clock setting of 837x targets
8299
8300 Currently the SATA controller clock is configured as CSB clock,
8301 usually the CSB clock is 400/333/266MHz.
8302
8303 However, The SATA IP block is only guaranteed to operate up to
8304 200 MHz as stated in the HW spec.
8305
8306 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
8307
8308 This patch makes the SATA clock as half of CSB clock.
8309
8310 Signed-off-by: Dave Liu <daveliu@freescale.com>
8311 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8312
8313commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
8314Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8315Date: Wed Apr 2 13:41:21 2008 +0200
8316
8317 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
8318
8319 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8320 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8321
8322commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
8323Author: Kumar Gala <galak@kernel.crashing.org>
8324Date: Wed Apr 9 04:20:57 2008 -0500
8325
8326 85xx: Fix detection of MP cpu spin up
8327
8328 We were looking at the wrong memory offset to determine of a secondary
8329 cpu had been spun up or not. Also added a warning message if the
8330 all the secondary cpus we expect don't spin up.
8331
8332 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8333
8334commit f3e04bdc3f360c66801a9048956e61e41a16edba
8335Author: Kumar Gala <galak@kernel.crashing.org>
8336Date: Tue Apr 8 10:45:50 2008 -0500
8337
8338 85xx: Use SVR_SOC_VER instead of SVR_VER
8339
8340 The recent change introduced by 'Update SVR numbers to expand support'
8341 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
8342 to compare against a particular processor id.
8343
8344 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8345
8346commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
8347Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
8348Date: Fri Apr 11 10:00:35 2008 -0400
8349
8350 ppc4xx: Fix power mgt definitions for PPC440
8351
8352 Corrected DCR addresses of PPC440EP power management registers.
8353
8354 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
8355
8356commit 950a392464e616b4590bc4501be46e2d7d162dea
8357Author: Wolfgang Denk <wd@denx.de>
8358Date: Fri Apr 11 15:11:26 2008 +0200
8359
8360 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
8361
8362 Reverting became necessary after it turned out that the patches in
8363 the u-boot-arm repo were modified, and in some cases corrupted.
8364
8365 This reverts the following commits:
8366
8367 066bebd6353e33af3adefc3404560871699e9961
8368 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
8369 c88ae20580b2b01487b4cdcc8b2a113f551aee36
8370 a147e56f03871bba4f05058d5e04ce7deb010b04
8371 d6674e0e2a6a1f033945f78838566210d3f28c95
8372 8c8463cce44d849e37744749b32d38e1dfb12e50
8373 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
8374 8bf69d81782619187933a605f1a95ee1d069478d
8375 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
8376 a574a73852a527779234e73e17e7597fd8128882
8377 1377b5583a48021d983e1fd565f7d40c89e84d63
8378 1704dc20917b4f71e373e2c888497ee666d40380
8379
8380 Signed-off-by: Wolfgang Denk <wd@denx.de>
8381
8382commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
8383Author: Stefan Roese <sr@denx.de>
8384Date: Fri Apr 11 07:02:29 2008 +0200
8385
8386 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
8387
8388 This patch reworks the default environment on Kilauea/Haleakala. Now
8389 "net_nfs" for exmaple uses the device-tree style booting formerly know
8390 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
8391 new image booting support, which check for image overwriting. So the
8392 addresses needed togeet adjusted.
8393
8394 Signed-off-by: Stefan Roese <sr@denx.de>
8395
8396commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
8397Author: Stefan Roese <sr@denx.de>
8398Date: Wed Apr 9 11:58:02 2008 +0200
8399
8400 ppc4xx: Fix Canyonlands default environment to work with new image support
8401
8402 Since the new image support checks for image overwriting, the default
8403 environment needs to get adjusted to use correct addresses.
8404
8405 Signed-off-by: Stefan Roese <sr@denx.de>
8406
8407commit dfc6c7b647dba7ab86749616f0e9e5740deed422
8408Author: Stefan Roese <sr@denx.de>
8409Date: Wed Apr 9 11:54:11 2008 +0200
8410
8411 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
8412
8413 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
8414 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
8415 on 4xx systems _start currently cannot be used for this calculation.
8416 So revert back to the original version for now.
8417
8418 Signed-off-by: Stefan Roese <sr@denx.de>
8419
8420commit f91374f65eae8b42cac329e06ba1c54728278efb
8421Author: Michal Simek <monstr@monstr.eu>
8422Date: Fri Mar 28 12:49:52 2008 +0100
8423
8424 microblaze: Sort microblaze boards in MAKEALL script
8425
8426commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
8427Author: Michal Simek <monstr@monstr.eu>
8428Date: Fri Mar 28 11:58:45 2008 +0100
8429
8430 microblaze: clean microblaze_config.mk
8431
8432 FLAGS are generated by U-BOOT generator.
8433 Board specific FLAGS are in board directory
8434
8435 Signed-off-by: Michal Simek <monstr@monstr.eu>
8436
8437commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
8438Author: Michal Simek <monstr@monstr.eu>
8439Date: Fri Mar 28 12:47:19 2008 +0100
8440
8441 microblaze: xupv2p fix config file for supporting FDT
8442
8443commit 188dc16b189143573b1ed90e584bf866d75cdd12
8444Author: Michal Simek <monstr@monstr.eu>
8445Date: Fri Mar 28 11:53:02 2008 +0100
8446
8447 microblaze: ml401 fix config file for supporting FDT
8448
8449 Signed-off-by: Michal Simek <monstr@monstr.eu>
8450
8451commit 4c6a6f02e239236261333759997eeaf86b30b54c
8452Author: Michal Simek <monstr@monstr.eu>
8453Date: Fri Mar 28 11:22:48 2008 +0100
8454
8455 microblaze: ml401 - add ifdef for GPIO
8456
8457 Signed-off-by: Michal Simek <monstr@monstr.eu>
8458
8459commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
8460Author: Michal Simek <monstr@monstr.eu>
8461Date: Fri Mar 28 12:13:03 2008 +0100
8462
8463 microblaze: clean uart16550 and uartlite handling
8464
8465 Signed-off-by: Michal Simek <monstr@monstr.eu>
8466
8467commit 0b20f250877441460fb79d72192954abe8498834
8468Author: Michal Simek <monstr@monstr.eu>
8469Date: Fri Mar 28 11:08:31 2008 +0100
8470
8471 microblaze: Add Emaclite driver to Makefile
8472
8473 Signed-off-by: Michal Simek <monstr@monstr.eu>
8474
8475commit 868cde5310f88234b774878e4f06e79df10a88b3
8476Author: Michal Simek <monstr@monstr.eu>
8477Date: Fri Mar 28 11:08:01 2008 +0100
8478
8479 microblaze: Add Emac driver to Makefile
8480
8481 Signed-off-by: Michal Simek <monstr@monstr.eu>
8482
8483commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
8484Author: Michal Simek <monstr@monstr.eu>
8485Date: Fri Mar 28 12:42:29 2008 +0100
8486
8487 microblaze: add Emac ethernet driver
8488
8489commit 89c53891b18cbafd29ab8931b40e27ad231b6085
8490Author: Michal Simek <monstr@monstr.eu>
8491Date: Fri Mar 28 12:41:56 2008 +0100
8492
8493 microblaze: add Emaclite ethernet driver
8494
8495commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
8496Author: Michal Simek <monstr@monstr.eu>
8497Date: Fri Mar 28 11:04:01 2008 +0100
8498
8499 microblaze: ML401 and XUPV2P remove emac and emaclite reference
8500
8501 Signed-off-by: Michal Simek <monstr@monstr.eu>
8502
8503commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
8504Author: Michal Simek <monstr@monstr.eu>
8505Date: Fri Mar 28 10:59:32 2008 +0100
8506
8507 microblaze: remove old setting for emac driver
8508
8509 Signed-off-by: Michal Simek <monstr@monstr.eu>
8510
8511commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
8512Author: Michal Simek <monstr@monstr.eu>
8513Date: Fri Mar 28 10:58:15 2008 +0100
8514
8515 microblaze: Clean Makefile from ancient emac driver
8516
8517 Signed-off-by: Michal Simek <monstr@monstr.eu>
8518
8519commit ab68f921d9c741830f721c3d879c13a0c5597183
8520Author: Daniel Hellstrom <daniel@gaisler.com>
8521Date: Fri Mar 28 10:20:43 2008 +0100
8522
8523 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
8524
8525 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8526
8527commit 6ed8a43a19bb0275501bc286007daafa923552cf
8528Author: Daniel Hellstrom <daniel@gaisler.com>
8529Date: Wed Mar 26 23:38:48 2008 +0100
8530
8531 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.
8532
8533 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8534
8535commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
8536Author: Daniel Hellstrom <daniel@gaisler.com>
8537Date: Wed Mar 26 23:34:47 2008 +0100
8538
8539 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
8540
8541 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8542
8543commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
8544Author: Daniel Hellstrom <daniel@gaisler.com>
8545Date: Fri Mar 28 10:06:52 2008 +0100
8546
8547 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
8548
8549 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8550
8551commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
8552Author: Daniel Hellstrom <daniel@gaisler.com>
8553Date: Wed Mar 26 23:26:48 2008 +0100
8554
8555 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
8556
8557 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8558
8559commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
8560Author: Daniel Hellstrom <daniel@gaisler.com>
8561Date: Fri Mar 28 10:00:33 2008 +0100
8562
8563 SPARC: Added support for SPARC LEON2 SOC Processor.
8564
8565 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8566
8567commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
8568Author: Daniel Hellstrom <daniel@gaisler.com>
8569Date: Wed Mar 26 23:00:38 2008 +0100
8570
8571 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.
8572
8573 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8574
8575commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
8576Author: Daniel Hellstrom <daniel@gaisler.com>
8577Date: Wed Mar 26 22:51:29 2008 +0100
8578
8579 SPARC: Added support for SPARC LEON3 SOC processor.
8580
8581 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8582
8583commit bf3d8b31169546fcddb4737391e1893fb12d033a
8584Author: Daniel Hellstrom <daniel@gaisler.com>
8585Date: Fri Mar 28 08:29:26 2008 +0100
8586
8587 SPARC: added SPARC support for new uimage in common code.
8588
8589 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8590
8591commit 00ab32c85405a4fe65fd4128243086210fc90a21
8592Author: Daniel Hellstrom <daniel@gaisler.com>
8593Date: Wed Mar 26 22:36:03 2008 +0100
8594
8595 SPARC: added SPARC board information to the command bdinfo.
8596
8597 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8598
8599commit c2f02da21a3f37f0878554eebc785e04fdc4e128
8600Author: Daniel Hellstrom <daniel@gaisler.com>
8601Date: Fri Mar 28 09:47:00 2008 +0100
8602
8603 SPARC: Added generic support for SPARC architecture.
8604
8605 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8606
8607commit e54ec0f016803e4d9524ff71f7971bda0c51b287
8608Author: Stefan Roese <sr@denx.de>
8609Date: Thu Apr 3 14:50:34 2008 +0200
8610
8611 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
8612
8613 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
8614 has 2 RGMII instances and we need to configure the 2nd RGMII instance
8615 for the EMAC2+3 channels.
8616
8617 Signed-off-by: Stefan Roese <sr@denx.de>
8618
8619commit c2a545ce33b26d80337f80b533828839249fb1c9
8620Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8621Date: Wed Apr 2 08:03:56 2008 +0200
8622
8623 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
8624
8625 fdt.c: In function 'ft_cpu_setup':
8626 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
8627 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
8628 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
8629 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
8630
8631 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8632
8633commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
8634Author: Andy Fleming <afleming@freescale.com>
8635Date: Mon Mar 31 20:45:56 2008 -0500
8636
8637 Fix fdt set command to conform to dts spec
8638
8639 The fdt set command was treating properties specified as <00> and <0011>
8640 as byte streams, rather than as an array of cells. As we already have
8641 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
8642 we should use the <> syntax to describe arrays of cells, which are always
8643 32-bits per element. If we imagine this likely (IMHO) scenario:
8644
8645 > fdt set /ethernet-phy@1 reg <1>
8646
8647 With the old code, this would create a bad fdt, since the reg cell would be
8648 made to be one byte in length. But the cell must be 4 bytes, so this would
8649 break mysteriously.
8650
8651 Also, the dts spec calls for constants inside the angle brackets (<>)
8652 to conform to C constant standards as they pertain to base.
8653 Take this scenario:
8654
8655 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
8656
8657 The old fdt command would complain that it couldn't parse that. Or, if you
8658 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
8659 do this:
8660
8661 > fdt set /mydev clock <1f78a40>
8662
8663 Whereas the new code will accept decimal numbers.
8664
8665 While I was in there, I extended the fdt command parser to handle property
8666 strings which are split across multiple arguments:
8667
8668 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
8669 > fdt p /ethernet@f00
8670 ethernet@f00 {
8671 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
8672 };
8673
8674 Lastly, the fdt print code was rearranged slightly to print arrays of cells
8675 if the length of the property is a multiple of 4 bytes, and to not print
8676 leading zeros.
8677
8678 Signed-off-by: Andy Fleming <afleming@freescale.com>
8679
8680commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
8681Author: Stefan Roese <sr@denx.de>
8682Date: Wed Apr 2 08:39:33 2008 +0200
8683
8684 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
8685
8686 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
8687 interface. This usage can be configured with the jumper J6. This patch
8688 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
8689 is installed.
8690
8691 Signed-off-by: Stefan Roese <sr@denx.de>
8692
8693commit 6fe2946f198481254a6ee9600d7456b8316a4083
8694Author: Kim Phillips <kim.phillips@freescale.com>
8695Date: Fri Mar 28 17:37:49 2008 -0500
8696
8697 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
8698
8699 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
8700 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
8701 started.
8702
8703 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8704
8705commit b5873f1732b92a25690e1513b90dfb0d644f6697
8706Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8707Date: Tue Apr 1 07:30:51 2008 +0200
8708
8709 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
8710
8711 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8712
8713commit 2d934ea51f276522b532f870a820e844ff480b5b
8714Author: Tor Krill <tor@excito.com>
8715Date: Fri Mar 28 15:29:45 2008 +0100
8716
8717 Add Vitesse 8601 support to TSEC driver
8718
8719 Add phy_info for Vitesse VSC8601.
8720 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
8721
8722 Signed-off-by: Tor Krill <tor@excito.com>
8723 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
8724 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8725
8726commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
8727Author: Daniel Hellstrom <daniel@gaisler.com>
8728Date: Mon Mar 31 14:25:00 2008 +0000
8729
8730 SPARC: added SMC91111 driver in and out macros for LEON processors.
8731
8732 This patch makes SPARC/LEON processors able to read and write
8733 to the SMC91111 chip using the chip external I/O bus of the memory
8734 controller. This patchs defines the standard in and out macros
8735 expected by the SMC9111 driver.
8736
8737 To access that I/O bus one must set up the memory controller
8738 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
8739 up this correctly when the other MCTRL parameters are set up. It
8740 can be set up from the board configuration header file.
8741
8742 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
8743 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8744
8745commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
8746Author: Stelian Pop <stelian@popies.net>
8747Date: Wed Mar 26 18:52:34 2008 +0100
8748
8749 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
8750
8751 Signed-off-by: Stelian Pop <stelian@popies.net>
8752
8753commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
8754Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8755Date: Mon Mar 31 21:31:04 2008 +0200
8756
8757 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
8758
8759 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8760
8761commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
8762Author: Stelian Pop <stelian@popies.net>
8763Date: Wed Mar 26 18:52:33 2008 +0100
8764
8765 Add support for AT91SAM9260EK
8766
8767 Support for booting from internal DataFlash, external DataFlash card
8768 or NAND flash is available.
8769
8770 Signed-off-by: Stelian Pop <stelian@popies.net>
8771
8772commit 1762f13b4aab88b685b1722f17dada247945624b
8773Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8774Date: Mon Mar 31 21:20:49 2008 +0200
8775
8776 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
8777
8778 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8779
8780commit 761712188b353494defb2b644491ff73d0daaa6f
8781Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8782Date: Mon Mar 31 21:12:17 2008 +0200
8783
8784 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
8785
8786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8787
8788commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
8789Author: Stelian Pop <stelian@popies.net>
8790Date: Wed Mar 26 20:52:32 2008 +0100
8791
8792 Port AT91CAP9 to the new headers
8793
8794 Adapt the existing AT91CAP9 code to the new headers and APIs.
8795
8796 Signed-off-by: Stelian Pop <stelian@popies.net>
8797
8798commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
8799Author: Stelian Pop <stelian@popies.net>
8800Date: Wed Mar 26 19:52:31 2008 +0100
8801
8802 Finish header files reworking
8803
8804 Replace AT91CAP9.h file with several splitted header files coming
8805 from the Linux kernel.
8806
8807 This is part 2 of the replacement: more header imports and edits.
8808
8809 Signed-off-by: Stelian Pop <stelian@popies.net>
8810
8811commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
8812Author: Stelian Pop <stelian@popies.net>
8813Date: Wed Mar 26 19:52:30 2008 +0100
8814
8815 Import several header files from Linux
8816
8817 Replace AT91CAP9.h file with several splitted header files coming
8818 from the Linux kernel.
8819
8820 This is part 1 of the replacement: pristine header files import.
8821
8822 Signed-off-by: Stelian Pop <stelian@popies.net>
8823
8824commit a8a78f2d99dc1bd30dc3595da118539b506c6118
8825Author: Stelian Pop <stelian@popies.net>
8826Date: Wed Mar 26 20:52:28 2008 +0100
8827
8828 Move at91cap9 specific files to at91sam9 directory
8829
8830 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
8831 common infrastructure can be used. Let this infrastructure be
8832 named after the AT91SAM9 family, and move the existing AT91CAP9
8833 files to the new place.
8834
8835 Signed-off-by: Stelian Pop <stelian@popies.net>
8836
8837commit 61106a565870ff503f92b251b94bd7afef889a04
8838Author: Stelian Pop <stelian@popies.net>
8839Date: Wed Mar 26 21:52:27 2008 +0100
8840
8841 Use timer_init() instead of board supplied interrupt_init()
8842
8843 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
8844 the board, so use timer_init() instead of interrupt_init().
8845
8846 Signed-off-by: Stelian Pop <stelian@popies.net>
8847
8848commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
8849Author: Stelian Pop <stelian@popies.net>
8850Date: Wed Mar 26 21:52:36 2008 +0100
8851
8852 Cleanup DataFlash partition handling
8853
8854 DataFlash partition information has become a mess. This patch
8855 defines a single partition scheme for Atmel DataFlashes. This partition
8856 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
8857
8858 Signed-off-by: Stelian Pop <stelian@popies.net>
8859
8860commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
8861Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8862Date: Fri Mar 28 08:47:45 2008 -0500
8863
8864 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
8865
8866 When the version_string function in start.S is not 4-byte align,
8867 it will cause the compiler generates "unaligned opcodes detected
8868 in executable segment". This issue affects all ColdFire CPUs.
8869 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
8870 it is not aligned.
8871
8872 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8873 Acked-by: John Rigby <jrigby@freescale.com>
8874
8875commit bae61eefe15b4d454060a7140e49ae58322be803
8876Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8877Date: Tue Mar 25 15:41:15 2008 -0500
8878
8879 ColdFire: Add dspi and serial flash support for MCF5445x
8880
8881 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8882 Acked-by: John Rigby <jrigby@freescale.com>
8883
8884commit 48ead7a7a922fceaf494e352abfab8216a41b417
8885Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8886Date: Tue Mar 18 17:37:01 2008 -0500
8887
8888 ColdFire: Remove R5200 board
8889
8890 This board never went into production
8891
8892 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
8893 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8894 Acked-by: John Rigby <jrigby@freescale.com>
8895
8896commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
8897Author: Matthew Fettke <[matthew.fettke@gmail.com]>
8898Date: Thu Jan 24 14:02:32 2008 -0600
8899
8900 ColdFire: Added M5275EVB support.
8901
8902 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
8903 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8904 Acked-by: John Rigby <jrigby@freescale.com>
8905
8906commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
8907Author: Matthew Fettke <[matthew.fettke@gmail.com]>
8908Date: Mon Feb 4 15:38:20 2008 -0600
8909
8910 ColdFire: Added MCF5275 cpu support.
8911
8912 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
8913 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8914 Acked-by: John Rigby <jrigby@freescale.com>
8915
8916commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
8917Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8918Date: Mon Mar 17 12:14:11 2008 -0500
8919
8920 ColdFire: Define bootdelay in configuration file for M52277EVB
8921
8922 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
8923 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8924 Acked-by: John Rigby <jrigby@freescale.com>
8925
8926commit 77878f16cedee17161ff2336990970fffc6cea35
8927Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8928Date: Mon Mar 17 12:09:07 2008 -0500
8929
8930 ColdFire: Fix second memory Chipselect for M5475EVB
8931
8932 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8933 Acked-by: John Rigby <jrigby@freescale.com>
8934
8935commit 43d60642395a550956cb21d287c8cfa563913d28
8936Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8937Date: Thu Mar 13 14:26:32 2008 -0500
8938
8939 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
8940
8941 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8942 Acked-by: John Rigby <jrigby@freescale.com>
8943
8944commit eb14ebe813a0cb5d47905228da446a5ad692473b
8945Author: Larry Johnson <lrj@acm.org>
8946Date: Sun Mar 30 20:33:04 2008 -0500
8947
8948 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
8949
8950 Signed-off-by: Larry Johnson <lrj@acm.org>
8951
8952commit 02e3892021112f21067d9ed1d04ae4182725ba52
8953Author: Stefan Roese <sr@denx.de>
8954Date: Mon Mar 31 12:20:48 2008 +0200
8955
8956 ppc4xx: Small whitespace fix of esd patches
8957
8958 Signed-off-by: Stefan Roese <sr@denx.de>
8959
8960commit 034394abb524785047c815f00dde8cdbdc1593c5
8961Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8962Date: Sun Mar 30 18:52:44 2008 +0200
8963
8964 ppc4xx: Cleanup PMC440 board support
8965
8966 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8967
8968commit a6cc6c37188d85c25d167a4515da86f48d9a583e
8969Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8970Date: Sun Mar 30 18:52:06 2008 +0200
8971
8972 ppc4xx: Add ptm configuration variables for PMC440
8973
8974 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
8975 environment variables.
8976
8977 Cleanup pci_target_init.
8978
8979 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8980
8981commit 7c91f51a2fe296909147f1646a1412729dd10b1d
8982Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8983Date: Sun Mar 30 18:01:15 2008 +0200
8984
8985 ppc4xx: Minor updates for DU440 boards
8986
8987 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8988
8989commit d5bffeb868d6b4d462f558dac43011027b6644b7
8990Author: Mike Frysinger <vapier@gentoo.org>
8991Date: Tue Feb 19 00:54:20 2008 -0500
8992
8993 Blackfin: cleanup and overhaul common board init functions
8994
8995 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8996
8997commit b86b3416f874358acaf07519e7620cdb2145f75b
8998Author: Mike Frysinger <vapier@gentoo.org>
8999Date: Tue Feb 19 00:50:58 2008 -0500
9000
9001 Blackfin: cleanup lib_blackfin/cache.c
9002
9003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9004
9005commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
9006Author: Mike Frysinger <vapier@gentoo.org>
9007Date: Sun Mar 30 15:46:13 2008 -0400
9008
9009 Blackfin: unify cpu and boot modes
9010
9011 All of the duplicated code for Blackfin processors and boot modes have been
9012 unified. After all, the core is the same for all processors, just the
9013 peripheral set differs (which gets handled in the drivers).
9014
9015 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9016
9017commit 880cc4381ea8360248cddcdf87a64566745a5724
9018Author: Stelian Pop <stelian@popies.net>
9019Date: Wed Mar 26 22:52:35 2008 +0100
9020
9021 Fix CFG_NO_FLASH compilation.
9022
9023 Many Atmel boards have no "real" (NOR) flash on board, and rely only
9024 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
9025 be present in a board configuration file, while still enabling flash
9026 commands like 'flinfo', 'protect', etc.
9027
9028 Signed-off-by: Stelian Pop <stelian@popies.net>
9029
9030commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
9031Author: Mike Frysinger <vapier@gentoo.org>
9032Date: Tue Feb 19 00:58:13 2008 -0500
9033
9034 Blackfin: BF537-stamp: cleanup spi flash driver
9035
9036 This punts the old spi flash driver for a new/generalized one until the
9037 common one can be integrated.
9038
9039 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9040
9041commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
9042Author: Ben Warren <biggerbadderben@gmail.com>
9043Date: Sun Mar 30 11:34:34 2008 -0400
9044
9045 Fix macro typo in common/cmd_mii.c
9046
9047 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
9048 actually applied the wrong patch.
9049
9050 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9051
9052commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
9053Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9054Date: Sun Mar 30 16:39:53 2008 +0200
9055
9056 use correct at91rm9200 register name in m501sk board
9057
9058 This fixes a naming bug for at91rm9200 lowlevel init code:
9059 NOR boot flash is on chipselect 0, not chipselect 2. This
9060 makes code use the register name from chip datasheets.
9061
9062 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9063
9064commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
9065Author: David Brownell <david-b@pacbell.net>
9066Date: Fri Jan 18 12:55:00 2008 -0800
9067
9068 use correct at91rm9200 register name
9069
9070 This fixes a naming bug for at91rm9200 lowlevel init code:
9071 NOR boot flash is on chipselect 0, not chipselect 2. This
9072 makes code use the register name from chip datasheets.
9073
9074 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9075
9076commit a3543d6dc52b0ba9c64016687cf32d600b31a476
9077Author: David Brownell <david-b@pacbell.net>
9078Date: Fri Jan 18 12:45:45 2008 -0800
9079
9080 add missing ARM boards to MAKEALL
9081
9082 Add some missing ARM boards to MAKEALL. These build correctly,
9083 unlike several of the boards already listed.
9084
9085 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9086
9087commit 066bebd6353e33af3adefc3404560871699e9961
9088Author: Peter Pearse <peter.pearse@arm.com>
9089Date: Sun Mar 30 11:34:09 2008 +0100
9090
9091 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
9092 to prevent compilation error.
9093
9094 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
9095
9096commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
9097Author: Guennadi Liakhovetski <[lg@denx.de]>
9098Date: Sun Mar 30 11:32:30 2008 +0100
9099
9100 Support for the MX31ADS evaluation board from Freescale
9101
9102 This patch adds support for the MX31ADS evaluation board from Freescale,
9103 initialization code is copied from RedBoot sources, also provided by Freescale.
9104
9105 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9106
9107commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
9108Author: Sascha Hauer <s.hauer@pengutronix.de>
9109Date: Sun Mar 30 11:32:27 2008 +0100
9110
9111 Phytec Phycore-i.MX31 support
9112
9113 This patch adds support for the Phytec Phycore-i.MX31 board
9114
9115 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9116 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9117
9118commit a147e56f03871bba4f05058d5e04ce7deb010b04
9119Author: Sascha Hauer <s.hauer@pengutronix.de>
9120Date: Sun Mar 30 11:32:24 2008 +0100
9121
9122 mx31 litekit support
9123
9124 This patch adds support for the mx31 litekit board
9125
9126 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9127 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9128
9129commit d6674e0e2a6a1f033945f78838566210d3f28c95
9130Author: Sascha Hauer <s.hauer@pengutronix.de>
9131Date: Sun Mar 30 11:32:21 2008 +0100
9132
9133 add SMSC LAN9x1x Network driver
9134
9135 This patch adds a driver for the following smsc network controllers:
9136 LAN9115
9137 LAN9116
9138 LAN9117
9139 LAN9215
9140 LAN9216
9141 LAN9217
9142
9143 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9144 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9145
9146commit 8c8463cce44d849e37744749b32d38e1dfb12e50
9147Author: Sascha Hauer <s.hauer@pengutronix.de>
9148Date: Sun Mar 30 11:32:16 2008 +0100
9149
9150 add an i2c driver for mx31
9151
9152 This patch adds an i2c driver for Freescale i.MX processors
9153
9154 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9155 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9156
9157commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
9158Author: Sascha Hauer <s.hauer@pengutronix.de>
9159Date: Sun Mar 30 11:30:43 2008 +0100
9160
9161 core support for Freescale mx31
9162
9163 This patch adds the core support for Freescale mx31
9164
9165 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9166 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9167
9168commit 8bf69d81782619187933a605f1a95ee1d069478d
9169Author: Sascha Hauer <s.hauer@pengutronix.de>
9170Date: Sun Mar 30 11:28:46 2008 +0100
9171
9172 Separate omap24xx specific code from arm1136
9173
9174 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
9175
9176 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9177 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9178
9179commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
9180Author: Peter Pearse <peter.pearse@arm.com>
9181Date: Sun Mar 30 11:23:05 2008 +0100
9182
9183 Add pmdra into MAKEALL
9184
9185 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
9186
9187commit a574a73852a527779234e73e17e7597fd8128882
9188Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
9189Date: Sun Mar 30 11:21:58 2008 +0100
9190
9191 Adds support for the Prodrive PMDRA board, based on a DM6441
9192
9193 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
9194
9195commit 1377b5583a48021d983e1fd565f7d40c89e84d63
9196Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
9197Date: Sun Mar 30 11:11:34 2008 +0100
9198
9199 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
9200
9201 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
9202
9203commit 1704dc20917b4f71e373e2c888497ee666d40380
9204Author: Dirk Behme <dirk.behme@gmail.com>
9205Date: Sun Mar 30 11:09:01 2008 +0100
9206
9207 - Remove *_masked() functions as noted by Wolfgang
9208 - Adapt register naming to recent TI spec (sprue26, March 2007)
9209 - Fix reset_timer() handling
9210 - As reported by Pieter [1] the overflow fix introduced a
9211 delay of factor 16 (e.g 2 seconds became 32). While the
9212 overflow fix is basically okay, it missed to divide udelay by
9213 16, too. Fix this.
9214 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
9215 - Remove software division of timer count value (DIV(x)
9216 macro) and do it in hardware (TIM_CLK_DIV).
9217 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
9218 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
9219 the hints & testing!
9220
9221 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
9222
9223 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
9224
9225commit ac3315c26e143c31680750c9c13f027efbcc887e
9226Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9227Date: Thu Mar 6 16:45:44 2008 +0100
9228
9229 new PHY @ e1000 - 2nd try
9230
9231 Add 82541ER device with latest integrated IGP2 PHY.
9232 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
9233
9234 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9235 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9236
9237commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
9238Author: Daniel Hellstrom <daniel@gaisler.com>
9239Date: Fri Mar 28 20:22:53 2008 +0100
9240
9241 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
9242
9243 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
9244 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
9245 available at www.gaisler.com.
9246
9247 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
9248 offloading etc.) can be determined by a bit in the control register.
9249 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
9250
9251 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9252 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9253
9254commit 233a8bcd94997f3f345833a3b82e836222f2a206
9255Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
9256Date: Mon Mar 17 17:08:22 2008 -0500
9257
9258 Add CONFIG_MII_INIT in cmd_mii.c
9259
9260 Provide common configuration in do_mii() to execute mii_init()
9261 for all cpu architectures
9262
9263 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9264 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9265
9266commit f605479de2deb11e834f31dfdb0af107c86aced6
9267Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
9268Date: Mon Mar 17 17:08:16 2008 -0500
9269
9270 ColdFire: Fix FEC transmit issue for MCF5275
9271
9272 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9273 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9274
9275commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
9276Author: Aras Vaichas <arasv@magtech.com.au>
9277Date: Wed Mar 26 09:43:57 2008 +1100
9278
9279 DHCP request fix for Windows Server 2003
9280
9281 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
9282 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
9283 interoperability problems with Windows Server 200x DHCP server when U-Boot
9284 client responds too fast for server to handle.
9285
9286 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
9287 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9288
9289commit 97bf85d784fbed485e652eb907589ad0d5cb7262
9290Author: Daniel Hellstrom <daniel@gaisler.com>
9291Date: Fri Mar 28 20:40:19 2008 +0100
9292
9293 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
9294
9295 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
9296 SPARC CPUs implement flash_read64 which calls __raw_readq.
9297
9298 For current SPARC architectures (LEON2 and LEON3) each read from the
9299 FLASH must lead to a cache miss. This is because FLASH can not be set
9300 non-cacheable since program code resides there, and alternatively disabling
9301 cache is poor from performance view, or doing a cache flush between each
9302 read is even poorer.
9303
9304 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
9305 load alternative space, the alternative space number (ASI) is processor
9306 implementation spcific and can be found by including <asm/processor.h>.
9307
9308 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9309
9310commit 70431e8a7393b6b793f77957f95b999fc9a269b8
9311Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9312Date: Fri Mar 28 15:41:25 2008 +0100
9313
9314 Make MPC83xx one step closer to full relocation.
9315
9316 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
9317 and use GOT relative reference.
9318
9319 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9320 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9321
9322commit 5b2793a3f3de34d439232b05acc8af67a028fd35
9323Author: Michael Barkowski <michael.barkowski@freescale.com>
9324Date: Thu Mar 27 14:34:43 2008 -0400
9325
9326 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
9327
9328 This patch fixes eeprom page size so that you can now write more than
9329 64 bytes at a time.
9330
9331 It also makes the board take MAC addresses, if found, from EEPROM.
9332
9333 User should place up to 4 addresses at offset 0x7f00, for
9334 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
9335 four six-byte values should have it's CRC at the end. crc32 and
9336 eeprom commands can be used to accomplish this.
9337
9338 If CRC fails, MAC addresses come from the environment. If CRC
9339 succeeds, the environment is overwritten at startup.
9340
9341 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
9342 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9343
9344commit 8f325cff31f6e745e6540014b131b9a97f61944c
9345Author: Michael Barkowski <michael.barkowski@freescale.com>
9346Date: Fri Mar 28 15:15:38 2008 -0400
9347
9348 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
9349
9350 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
9351 controller on the PCI bus in Linux on the MPC8323ERDB.
9352
9353 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
9354 config file.
9355
9356 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
9357 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9358
9359commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
9360Author: Kim Phillips <kim.phillips@freescale.com>
9361Date: Fri Mar 28 10:19:07 2008 -0500
9362
9363 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
9364
9365 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
9366 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
9367 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
9368 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
9369 convenience macros.
9370
9371 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9372
9373commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
9374Author: Kim Phillips <kim.phillips@freescale.com>
9375Date: Fri Mar 28 10:18:53 2008 -0500
9376
9377 mpc83xx: display ddr frequency in board_add_ram_info banner
9378
9379 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9380
9381commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
9382Author: Kim Phillips <kim.phillips@freescale.com>
9383Date: Fri Mar 28 10:18:40 2008 -0500
9384
9385 mpc83xx: unreinvent mem_clk
9386
9387 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
9388 mem_*_clk for consistency's sake.
9389
9390 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9391
9392commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
9393Author: Kim Phillips <kim.phillips@freescale.com>
9394Date: Fri Mar 28 14:31:23 2008 -0500
9395
9396 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
9397
9398 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9399
9400commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
9401Author: Dave Liu <r63238@freescale.com>
9402Date: Wed Mar 26 22:57:19 2008 +0800
9403
9404 mpc83xx: enable the SATA interface on mpc837xemds board
9405
9406 Enable the first two SATA interfaces on MPC837xEMDS board,
9407 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
9408
9409 Signed-off-by: Dave Liu <daveliu@freescale.com>
9410 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9411
9412commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
9413Author: Dave Liu <r63238@freescale.com>
9414Date: Wed Mar 26 22:56:36 2008 +0800
9415
9416 mpc83xx: initialize serdes for MPC837xEMDS boards
9417
9418 This patch is stolen from Anton Vorontsov's patch
9419 for mpc837xerdb boards.
9420
9421 The reference clk and xcorevdd voltage of serdes1/2
9422 is same between mpc837xemds and mpc837xerdb.
9423
9424 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
9425 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
9426 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
9427
9428 Signed-off-by: Dave Liu <daveliu@freescale.com>
9429 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9430
9431commit cc8e839abc80887ae832767b5930d40edd6d7eb7
9432Author: Stefan Roese <sr@denx.de>
9433Date: Fri Mar 28 14:09:04 2008 +0100
9434
9435 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
9436
9437 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
9438 interface. This usage can be configured with the jumper J6. This patch
9439 displays the current configuration upon bootup and changes the PCIe
9440 init loop, to only initialize the availabel PCIe slots.
9441
9442 Signed-off-by: Stefan Roese <sr@denx.de>
9443
9444commit 90447ecbbac8572457b6d8903073ac3f120995ba
9445Author: Tor Krill <tor@excito.com>
9446Date: Fri Mar 28 11:29:10 2008 +0100
9447
9448 MTD/CFI: Add support for 16bit legacy AMD flash
9449
9450 Add entry for 512Kx16 AMD flash to jedec_table.
9451 Read out 16bit device id if chipwidth is 16bit.
9452 Fixed coding style after Stefans feedback
9453
9454 Signed-off-by: Tor Krill <tor@excito.com>
9455
9456commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
9457Author: Stefan Roese <sr@denx.de>
9458Date: Fri Mar 28 11:02:53 2008 +0100
9459
9460 ppc: Small change to CFG_MEM_TOP_HIDE description
9461
9462 Signed-off-by: Stefan Roese <sr@denx.de>
9463
9464commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
9465Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9466Date: Thu Mar 27 15:44:12 2008 +0900
9467
9468 sh: Add support stat structure and stat.h
9469
9470 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9471
9472commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
9473Author: Mark Jonas <toertel@gmail.com>
9474Date: Sat Mar 22 19:27:52 2008 +0100
9475
9476 sh: Removed warning when compiling drivers/serial/serial_sh.c.
9477
9478 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
9479 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9480
9481commit f309fa38929ffba71230c02330ffa42f4bba6333
9482Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9483Date: Wed Mar 12 18:02:57 2008 +0900
9484
9485 sh: Remove disable_ctrlc function from R7780MP
9486
9487 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9488
9489commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
9490Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9491Date: Wed Mar 12 17:55:15 2008 +0900
9492
9493 sh: Add maintainer of R7780MP to MAINTAINER file
9494
9495 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
9496
9497 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9498
9499commit f5e2466f7baa887a7df0c536333eea8231333497
9500Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9501Date: Tue Mar 25 17:11:24 2008 +0900
9502
9503 sh: Add support Renesas Solutions R2D plus board
9504
9505 R2D plus is SH reference board used with SH7751R.
9506 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
9507 one PCI bus, VGA, and two Ethernet controller.
9508
9509 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9510
9511commit e92c95180bb5bc5fd4051598a9d60beaba48988d
9512Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9513Date: Wed Mar 12 12:15:29 2008 +0900
9514
9515 sh: Add support SH4 cache control
9516
9517 Add support SH4 cache control and flash_cache function
9518
9519 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9520
9521commit 28e5efde4d925fcb34901d0030d0648de2da7e89
9522Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9523Date: Mon Mar 24 01:53:01 2008 +0900
9524
9525 sh: Add support PCI host driver for SH7751/SH7751R
9526
9527 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9528
9529commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
9530Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9531Date: Mon Mar 24 02:11:26 2008 +0900
9532
9533 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
9534
9535 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9536
9537commit 566933278101c144d75361ea682678a326c1290d
9538Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9539Date: Wed Mar 12 12:10:28 2008 +0900
9540
9541 sh: Add support SuperH SH7751/SH7751R
9542
9543 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9544
9545commit 3313e0e26224fc9a0c445124f3455058c696df84
9546Author: Mark Jonas <toertel@gmail.com>
9547Date: Mon Mar 10 11:37:10 2008 +0100
9548
9549 sh: Added support for SH7720 based board MPR2.
9550
9551 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
9552 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9553
9554commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
9555Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9556Date: Thu Mar 6 14:05:53 2008 +0900
9557
9558 sh: Fix receive FIFO level register of SH4A
9559
9560 Receive FIFO level register is different in SH4A.
9561 Because register is different, cannot occasionally receive data.
9562
9563 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9564
9565commit c133c1fb0b590662206b0eba70f4478ee0300a9a
9566Author: Yusuke Goda <goda.yusuke@renesas.com>
9567Date: Tue Mar 11 12:55:12 2008 +0900
9568
9569 sh: Add support Renesas Solutions R7780MP
9570
9571 Renesas Solutions R7780MP is a reference board on SH7780.
9572 This board has serial, 10/100 base Ethernet deivice, CF slot
9573 and VGA devices. This board can set extension board.
9574 Extension board has 10/100/1000 base Ethernet device, PCI slot,
9575 S-ATA, iDVR slot.
9576
9577 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
9578 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9579
9580commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
9581Author: Yusuke Goda <goda.yusuke@renesas.com>
9582Date: Wed Mar 5 14:30:02 2008 +0900
9583
9584 sh: Add support PCI of SuperH and SH7780
9585
9586 This patch add support PCI of SuperH base code and SH7780 specific code.
9587
9588 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
9589 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9590
9591commit b55523efff2ae11f0b9ae3cc405893c32eb78156
9592Author: Yusuke Goda <goda.yusuke@renesas.com>
9593Date: Wed Mar 5 14:23:26 2008 +0900
9594
9595 sh: Add support SH7780
9596
9597 SH7780 is CPU of Renesas Technology.
9598 This CPU has
9599 - CPU clock 400MHz
9600 - PCI support
9601 - DDR-SDRAM controller
9602 - etc ...
9603
9604 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
9605 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9606
9607commit c2042f5952a686c414031309b8f244513bf578f0
9608Author: goda.yusuke <goda.yusuke@renesas.com>
9609Date: Fri Jan 25 20:46:36 2008 +0900
9610
9611 sh: Add support Renesas Solutions Migo-R board
9612
9613 Migo-R is a board based on SH7722 and has may devices.
9614 In this patch, supported SCIF, NOR flash and Ethernet.
9615
9616 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
9617 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9618
9619commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
9620Author: Bartlomiej Sieka <tur@semihalf.com>
9621Date: Thu Mar 27 15:06:40 2008 +0100
9622
9623 Fix host tool build breakage, take two
9624
9625 Revert commit 87c8431f and fix build breakage so that the build continues
9626 to work on FC systems.
9627
9628 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9629
9630commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
9631Author: Stefan Roese <sr@denx.de>
9632Date: Wed Mar 19 09:36:47 2008 +0100
9633
9634 ppc4xx: Enable ECC on LWMON5
9635
9636 Since all ECC related problems seem to be resolved on LWMON5, this patch
9637 now enables ECC support.
9638
9639 We have to write the ECC bytes by zeroing and flushing in smaller
9640 steps, since the whole 256MByte takes too long for the external
9641 watchdog.
9642
9643 Signed-off-by: Stefan Roese <sr@denx.de>
9644
9645commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
9646Author: Larry Johnson <lrj@acm.org>
9647Date: Mon Mar 17 11:10:35 2008 -0500
9648
9649 ppc4xx: Updates to Korat-specific code
9650
9651 This patch contains updates for changes for the Korat PPC440EPx board.
9652 These changes include:
9653
9654 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
9655 described in the new "doc/README.korat" file;
9656
9657 (2) a new memory map for the registers in the board's CPLD;
9658
9659 (3) a revised format for manufacturer's data in serial EEPROM; and
9660
9661 (4) changes to track updates to U-Boot for the Sequoia board.
9662
9663 Signed-off-by: Larry Johnson <lrj@acm.org>
9664
9665commit f766cdf89b3a2a7634b8c5869f606150e332036c
9666Author: Markus Brunner <super.firetwister@gmail.com>
9667Date: Thu Mar 27 10:46:25 2008 +0100
9668
9669 ppc4xx: PPC405EP Set EMAC noise filter bits
9670
9671 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
9672 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
9673 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
9674
9675 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
9676 Signed-off-by: Stefan Roese <sr@denx.de>
9677
9678commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
9679Author: Mike Nuss <mike@terascala.com>
9680Date: Wed Feb 20 11:54:20 2008 -0500
9681
9682 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
9683
9684 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
9685 after startup to change the speed of the clocks. This patch adds the
9686 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
9687 initialization code will reconfigure the PLL to run the system with a CPU
9688 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
9689 external EEPROM.
9690
9691 Signed-off-by: Mike Nuss <mike@terascala.com>
9692 Acked-by: Stefan Roese <sr@denx.de>
9693
9694commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
9695Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9696Date: Thu Mar 27 09:12:40 2008 +0100
9697
9698 new-image: Fix host tool build breakage
9699
9700 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9701
9702commit 6fb4b640562a10daff0dbe537638d511b5b48650
9703Author: Stefan Roese <sr@denx.de>
9704Date: Thu Mar 27 10:24:03 2008 +0100
9705
9706 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
9707
9708 Signed-off-by: Stefan Roese <sr@denx.de>
9709
9710commit 9462732a3ec551c11862450902cd8ee1bedea6d9
9711Author: Stefan Roese <sr@denx.de>
9712Date: Wed Mar 19 10:23:43 2008 +0100
9713
9714 ppc4xx: Add fdt support to Prodrive alpr
9715
9716 Since this board will probably be ported to arch/powerpc in the
9717 near future, we add device tree support now. This way we are
9718 "ready" for arch/powerpc from now on.
9719
9720 Signed-off-by: Stefan Roese <sr@denx.de>
9721
9722commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
9723Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
9724Date: Mon Mar 17 09:27:56 2008 +0100
9725
9726 ppc4xx: Enable cache support on the ALPR board
9727
9728 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
9729
9730commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
9731Author: Stefan Roese <sr@denx.de>
9732Date: Wed Mar 26 10:14:11 2008 +0100
9733
9734 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
9735
9736 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
9737 memory area will get subtracted from the top (end) of ram and won't get
9738 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
9739 should gets passed the now "corrected" memory size and won't touch it
9740 either. This should work for arch/ppc and arch/powerpc. Only Linux board
9741 ports in arch/powerpc with bootwrapper support, which recalculate the
9742 memory size from the SDRAM controller setup, will have to get fixed
9743 in Linux additionally.
9744
9745 This patch enables this config option on some PPC440EPx boards as a workaround
9746 for the CHIP 11 errata. Here the description from the AMCC documentation:
9747
9748 CHIP_11: End of memory range area restricted access.
9749 Category: 3
9750
9751 Overview:
9752 The 440EPx DDR controller does not acknowledge any
9753 transaction which is determined to be crossing over the
9754 end-of-memory-range boundary, even if the starting address is
9755 within valid memory space. Any such transaction from any PLB4
9756 master will result in a PLB time-out on PLB4 bus.
9757
9758 Impact:
9759 In case of such misaligned bursts, PLB4 masters will not
9760 retrieve any data at all, just the available data up to the
9761 end of memory, especially the 440 CPU. For example, if a CPU
9762 instruction required an operand located in memory within the
9763 last 7 words of memory, the DCU master would burst read 8
9764 words to update the data cache and cross over the
9765 end-of-memory-range boundary. Such a DCU read would not be
9766 answered by the DDR controller, resulting in a PLB4 time-out
9767 and ultimately in a Machine Check interrupt. The data would
9768 be inaccessible to the CPU.
9769
9770 Workaround:
9771 Forbid any application to access the last 256 bytes of DDR
9772 memory. For example, make your operating system believe that
9773 the last 256 bytes of DDR memory are absent. AMCC has a patch
9774 that does this, available for Linux.
9775
9776 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
9777 lwmon5, korat, sequoia
9778
9779 The other remaining 440EPx board were intentionally not included
9780 since it is not clear to me, if they use the end of ram for some
9781 other purpose. This is unclear, since these boards have CONFIG_PRAM
9782 defined and even comments like this:
9783
9784 PMC440.h:
9785 /* esd expects pram at end of physical memory.
9786 * So no logbuffer at the moment.
9787 */
9788
9789 It is strongly recommended to not use the last 256 bytes on those
9790 boards too. Patches from the board maintainers are welcome.
9791
9792 Signed-off-by: Stefan Roese <sr@denx.de>
9793
9794commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
9795Author: Stefan Roese <sr@denx.de>
9796Date: Thu Mar 27 10:09:05 2008 +0100
9797
9798 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
9799
9800 Signed-off-by: Stefan Roese <sr@denx.de>
9801
9802commit d56a3ce179688cde61073a3690e21703d68fafd7
9803Author: Stefan Roese <sr@denx.de>
9804Date: Tue Mar 25 17:51:13 2008 +0100
9805
9806 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
9807
9808 The routine ft_board_setup() configures the EBC NOR mappings for the
9809 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
9810 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
9811 problem, we need to pass the corrected address here too.
9812
9813 Signed-off-by: Stefan Roese <sr@denx.de>
9814
9815commit 9ad31989de12ce5c67b07c4867ead47465655c4b
9816Author: Stefan Roese <sr@denx.de>
9817Date: Wed Mar 19 16:35:12 2008 +0100
9818
9819 ppc4xx: Fix compilation warning in 4xx_enet.c
9820
9821 Signed-off-by: Stefan Roese <sr@denx.de>
9822
9823commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
9824Author: Stefan Roese <sr@denx.de>
9825Date: Wed Mar 19 16:20:49 2008 +0100
9826
9827 ppc4xx: Add AMCC Glacier 406GT eval board support
9828
9829 This patch adds support for the AMCC Glacier 460GT eval board.
9830 The main difference to the Canyonlands board are listed here:
9831
9832 - 4 ethernet ports instead of 2
9833 - no SATA port
9834 - no USB port
9835
9836 Currently EMAC2+3 are not working. This will be fixed in a later
9837 release.
9838
9839 Signed-off-by: Stefan Roese <sr@denx.de>
9840
9841commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
9842Author: Stefan Roese <sr@denx.de>
9843Date: Thu Mar 27 08:47:26 2008 +0100
9844
9845 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
9846
9847 Signed-off-by: Stefan Roese <sr@denx.de>
9848
9849commit b9670dd85be6e0496ef2e231043c23cad9b1d903
9850Author: Anatolij Gustschin <agust@denx.de>
9851Date: Wed Mar 26 21:05:43 2008 +0100
9852
9853 Fix out of tree building issue
9854
9855 Currently U-Boot building in some external directory
9856 doesn't work. This patch tries to fix the problem.
9857
9858 Signed-off-by: Anatolij Gustschin <agust@denx.de>
9859
9860commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
9861Author: Anatolij Gustschin <agust@denx.de>
9862Date: Wed Mar 26 18:13:33 2008 +0100
9863
9864 README: update documentation (availability, links, etc.)
9865
9866 Fix typo in README
9867
9868 Signed-off-by: Anatolij Gustschin <agust@denx.de>
9869
9870commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
9871Author: Anatolij Gustschin <agust@denx.de>
9872Date: Wed Mar 26 17:47:44 2008 +0100
9873
9874 Fix compilation error in cmd_usb.c
9875
9876 This patch fixes compilation error
9877 cmd_usb.c: In function 'do_usb':
9878 cmd_usb.c:552: error: void value not ignored as it ought to be
9879
9880 Signed-off-by: Anatolij Gustschin <agust@denx.de>
9881
9882commit d8c82db482d6b535d12b419d6440b88bf7091c9b
9883Author: Timur Tabi <timur@freescale.com>
9884Date: Fri Mar 14 17:45:29 2008 -0500
9885
9886 Add support for setting the I2C bus speed in fsl_i2c.c
9887
9888 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
9889 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
9890 but fsl_i2c.c ignores it and uses conservative value when programming the
9891 I2C bus speed.
9892
9893 Signed-off-by: Timur Tabi <timur@freescale.com>
9894 Acked-by: Andy Fleming <afleming@freescale.com>
9895
9896commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
9897Author: Wolfgang Denk <wd@denx.de>
9898Date: Thu Mar 27 00:03:57 2008 +0100
9899
9900 Coding style cleanup, update CHANGELOG
9901
9902 Signed-off-by: Wolfgang Denk <wd@denx.de>
9903
d049cc7f
WD
9904commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
9905Author: Dave Liu <r63238@freescale.com>
9906Date: Wed Mar 26 22:55:32 2008 +0800
9907
9908 drivers: add the support for Freescale SATA controller
9909
9910 Add the Freescale on-chip SATA controller driver to u-boot,
9911 The SATA controller is used on the 837x and 8315 targets,
9912 The driver can be used to load kernel, fs and dtb.
9913
9914 The features list:
9915 - 1.5/3 Gbps link speed
9916 - LBA48, LBA28 support
9917 - DMA and FPDMA support
9918 - Two ports support
9919
9920 Signed-off-by: Dave Liu <daveliu@freescale.com>
9921
9922commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
9923Author: Dave Liu <r63238@freescale.com>
9924Date: Wed Mar 26 22:54:44 2008 +0800
9925
9926 ata: add the readme for SATA command line
9927
9928 Signed-off-by: Dave Liu <daveliu@freescale.com>
9929
9930commit cd54081cd479e542fc399b8a40651ff11a1ad849
9931Author: Dave Liu <r63238@freescale.com>
9932Date: Wed Mar 26 22:53:24 2008 +0800
9933
9934 ata: enable the sata initialize on boot up
9935
9936 Signed-off-by: Dave Liu <daveliu@freescale.com>
9937
9938commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
9939Author: Dave Liu <r63238@freescale.com>
9940Date: Wed Mar 26 22:52:36 2008 +0800
9941
9942 ata: add the fis struct for SATA
9943
9944 Signed-off-by: Dave Liu <daveliu@freescale.com>
9945
9946commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
9947Author: Dave Liu <r63238@freescale.com>
9948Date: Wed Mar 26 22:51:44 2008 +0800
9949
9950 ata: add the libata support
9951
9952 add simple libata support in u-boot
9953
9954 Signed-off-by: Dave Liu <daveliu@freescale.com>
9955
9956commit 8e9bb43429e50df55fa41932cbe65841ff579220
9957Author: Dave Liu <r63238@freescale.com>
9958Date: Wed Mar 26 22:50:45 2008 +0800
9959
9960 ata: make the ata_piix driver using new SATA framework
9961
9962 original ata_piix driver is using IDE framework, not real
9963 SATA framework. For now, the ata_piix driver is only used
9964 by x86 sc520_cdp board. This patch makes the ata_piix driver
9965 use the new SATA framework, so
9966
9967 - remove the duplicated command stuff
9968 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
9969 - add the CONFIG_CMD_SATA define to sc520_cdp.h
9970
9971 Signed-off-by: Dave Liu <daveliu@freescale.com>
9972
9973commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
9974Author: Dave Liu <r63238@freescale.com>
9975Date: Wed Mar 26 22:49:44 2008 +0800
9976
9977 ata: add the support for SATA framework
9978
9979 - add the SATA framework
9980 - add the SATA command line
9981
9982 Signed-off-by: Dave Liu <daveliu@freescale.com>
9983
9984commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
9985Author: Dave Liu <r63238@freescale.com>
9986Date: Wed Mar 26 22:48:18 2008 +0800
9987
9988 ata: merge the header of ata_piix driver
9989
9990 move the sata.h from include/ to drivers/block/ata_piix.h
9991
9992 Signed-off-by: Dave Liu <daveliu@freescale.com>
9993
9994commit 9eef62804d9695425b24c87b46a61a7fa74afee0
9995Author: Dave Liu <r63238@freescale.com>
9996Date: Wed Mar 26 22:47:06 2008 +0800
9997
9998 ata: merge the ata_piix driver
9999
10000 move the cmd_sata.c from common/ to drivers/ata_piix.c,
10001 the cmd_sata.c have some part of ata_piix controller drivers.
10002 consolidate the driver to have better framework.
10003
10004 Signed-off-by: Dave Liu <daveliu@freescale.com>
10005
1aeed8d7
WD
10006commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
10007Author: Markus Klotzbuecher <mk@denx.de>
10008Date: Wed Mar 26 18:26:43 2008 +0100
10009
10010 USB, Storage: fix a bug introduced in commit
10011 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
10012 to only print only information on one storage device, but not for
10013 multiple.
10014
10015 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10016
10017commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
10018Author: Anatolij Gustschin <agust@denx.de>
10019Date: Wed Mar 26 17:47:44 2008 +0100
10020
10021 Fix compilation error in cmd_usb.c
10022
10023 This patch fixes compilation error
10024 cmd_usb.c: In function 'do_usb':
10025 cmd_usb.c:552: error: void value not ignored as it ought to be
10026
10027 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10028 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10029
10030commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
10031Author: Kumar Gala <galak@kernel.crashing.org>
10032Date: Wed Mar 26 08:53:53 2008 -0500
10033
10034 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
10035
10036 Provide a board_lmb_reserve helper function to ensure we reserve
10037 the page of memory we are using for the boot page translation code.
10038
10039 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10040
10041commit 79679d80021ab095e639e250ca472fe526da02e2
10042Author: Kumar Gala <galak@kernel.crashing.org>
10043Date: Wed Mar 26 08:34:25 2008 -0500
10044
10045 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
10046
10047 The following changes are needed to be inline with ePAPR v0.81:
10048
10049 * r4, r5 and now always set to 0 on boot release
10050 * r7 is used to pass the size of the initial map area (IMA)
10051 * EPAPR_MAGIC value changed for book-e processors
10052 * changes in the spin table layout
10053 * spin table supports a 64-bit physical release address
10054
10055 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10056
10057commit 25eedb2c1958a13110c7de1fc809b624053cc69c
10058Author: Jon Loeliger <jdl@freescale.com>
10059Date: Wed Mar 19 15:02:07 2008 -0500
10060
10061 FSL: Clean up board/freescale/common/Makefile
10062
10063 Each file that can be built here now follows some
10064 CONFIG_ option so that they are appropriately built
10065 or not, as needed. And CONFIG_ defines were added
10066 to various board config files to make sure that happens.
10067
10068 The other board/freescale/*/Makefiles no longer need
10069 to reach up and over into ../common to build their
10070 individually needed files any more.
10071
10072 Boards that are CDS specific were renamed with cds_ prefix.
10073
10074 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10075
10076commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
10077Author: Kumar Gala <galak@kernel.crashing.org>
10078Date: Wed Feb 27 22:00:27 2008 -0600
10079
10080 85xx: Fix merge duplication
10081
10082 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
10083
10084 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10085
10086commit 5893b3d0a4084f87a06a5d3dc03db91206818941
10087Author: James Yang <James.Yang@freescale.com>
10088Date: Tue Feb 12 16:35:07 2008 -0600
10089
10090 85xx: Expand CCSR space with more DDR controller registers.
10091
10092 Signed-off-by: James Yang <James.Yang@freescale.com>
10093 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10094 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10095
10096commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
10097Author: James Yang <James.Yang@freescale.com>
10098Date: Fri Feb 8 18:05:08 2008 -0600
10099
10100 85xx: Speed up get_ddr_freq() and get_bus_freq()
10101
10102 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
10103 called. However, get_sys_info() recalculates extraneous information when
10104 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
10105 values from global_data instead.
10106
10107 Signed-off-by: James Yang <James.Yang@freescale.com>
10108 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10109
10110commit e9ea679918fbc9a53fa2f2a904aac874ea736036
10111Author: James Yang <James.Yang@freescale.com>
10112Date: Fri Feb 8 16:46:27 2008 -0600
10113
10114 85xx: Show DDR memory data rate in addition to the memory clock frequency.
10115
10116 Show the DDR memory data rate in addition to the memory clock
10117 frequency. For DDR/DDR2 memories the memory data rate is 2x the
10118 memory clock.
10119
10120 Signed-off-by: James Yang <James.Yang@freescale.com>
10121 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10122
10123commit 591933ca6eabc440e6ed6967233aaf56fce464a3
10124Author: James Yang <James.Yang@freescale.com>
10125Date: Fri Feb 8 16:44:53 2008 -0600
10126
10127 85xx: get_tbclk() speed up and rounding fix
10128
10129 Speed up get_tbclk() by referencing pre-computed bus clock
10130 frequency value from global data instead of sys_info_t. Fix
10131 rounding of result to nearest; previously it was rounding
10132 upwards.
10133
10134 Signed-off-by: James Yang <James.Yang@freescale.com>
10135 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10136
10137commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
10138Author: Andy Fleming <afleming@freescale.com>
10139Date: Wed Feb 6 01:19:40 2008 -0600
10140
10141 Update SVR numbers to expand support
10142
10143 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
10144 is used to distinguish certain variants within an SOC family. To
10145 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
10146 constants to reflect the larger value. We also add SVR numbers for all
10147 of the current variants. Finally, to make things neater, rather than
10148 use an enormous switch statement to print out the CPU type, we create
10149 and array of SVR/name pairs (using a macro), and print out the CPU name
10150 that matches the SVR SOC version.
10151
10152 Signed-off-by: Andy Fleming <afleming@freescale.com>
10153
10154commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
10155Author: Andy Fleming <afleming@freescale.com>
10156Date: Wed Feb 6 01:12:57 2008 -0600
10157
10158 Add the Freescale PCI device IDs
10159
10160 Signed-off-by: Andy Fleming <afleming@freescale.com>
10161
10162commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
10163Author: Kumar Gala <galak@kernel.crashing.org>
10164Date: Thu Feb 14 11:04:23 2008 -0600
10165
10166 85xx: Added support for multicore boot mechanism
10167
10168 Added the cpu command that provides a generic mechanism to get status,
10169 reset, and release secondary cores in multicore processors.
10170
10171 Added support for using the ePAPR defined spin-table mechanism on 85xx.
10172
10173 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10174 Signed-off-by: Andy Fleming <afleming@freescale.com>
10175
10176commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
10177Author: Kumar Gala <galak@kernel.crashing.org>
10178Date: Thu Jan 17 16:48:33 2008 -0600
10179
10180 85xx: Added support for multicore boot mechanism
10181
10182 Added the cpu command that provides a generic mechanism to get status,
10183 reset, and release secondary cores in multicore processors.
10184
10185 Added support for using the ePAPR defined spin-table mechanism on 85xx.
10186
10187 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10188
10189commit f69766e4b5d47ecd3aa58677a8da875694f364f2
10190Author: Kumar Gala <galak@kernel.crashing.org>
10191Date: Wed Jan 30 14:55:14 2008 -0600
10192
10193 85xx: Add the concept of CFG_CCSRBAR_PHYS
10194
10195 When we go to 36-bit physical addresses we need to keep the concept of
10196 the physical CCSRBAR address seperate from the virtual one.
10197
10198 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
10199
10200 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10201
d049cc7f
WD
10202commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
10203Author: Wolfgang Denk <wd@denx.de>
10204Date: Wed Mar 26 15:38:47 2008 +0100
10205
10206 Coding style cleanup.
10207
10208 Signed-off-by: Wolfgang Denk <wd@denx.de>
10209
10210commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
10211Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10212Date: Wed Mar 26 13:02:13 2008 +0100
10213
10214 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
10215
10216 The default settings for RTC DS1337 keeps the OSC
10217 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
10218 turn it off.
10219
10220 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10221
10222commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
10223Author: Wolfgang Denk <wd@denx.de>
10224Date: Wed Mar 26 11:48:46 2008 +0100
10225
10226 Cleanup coding style, update CHANGELOG
10227
10228 Signed-off-by: Wolfgang Denk <wd@denx.de>
10229
438a4c11
WD
10230commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
10231Author: Wolfgang Denk <wd@denx.de>
10232Date: Wed Mar 26 10:40:12 2008 +0100
10233
10234 README: update documentation (availability, links, etc.)
10235
10236 Signed-off-by: Wolfgang Denk <wd@denx.de>
10237
10238commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
10239Author: Aras Vaichas <arasv@magtech.com.au>
10240Date: Tue Mar 25 12:09:07 2008 +1100
10241
10242 USB Storage, add meaningful return value
10243
10244 This patch changes the "usb storage" command to return success if it
10245 finds a USB storage device, otherwise it returns error.
10246
10247 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10248
10249commit 18e69a35efbb078403db0c0063986470dad7d082
10250Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10251Date: Fri Mar 14 23:20:18 2008 +0300
10252
10253 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
10254
10255 Linux understands "host" (default), "peripheral" and "otg" (broken).
10256 Though, U-Boot doesn't restrict dr_mode variable to these values (think
10257 of renames in future).
10258
10259 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10260 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10261
10262commit c7604783b236e368f225efb7b3efb418fe20b404
10263Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10264Date: Fri Mar 14 23:20:30 2008 +0300
10265
10266 tsec: fix link detection for the RTL8211B PHY
10267
10268 RTL8211B sets link state register after autonegotiation complete,
10269 so with bootdelay=0 RTL8211B will report lack of the link.
10270
10271 To fix this, we should wait for aneg to complete, even if the
10272 link is currently down.
10273
10274 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10275 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10276
10277commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
10278Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10279Date: Mon Mar 24 20:47:09 2008 +0300
10280
10281 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
10282
10283 device_type = "soc" is being deprecated, newer device trees will use
10284 "fsl,soc" and/or "fsl,immr" for the soc nodes.
10285
10286 This patch also adds clock-frequency property for soc nodes (the same
10287 value as bus-frequency).
10288
10289 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10290
10291commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
10292Author: Joe D'Abbraccio <ljd015@freescale.com>
10293Date: Mon Mar 24 13:00:59 2008 -0400
10294
10295 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
10296
10297 With the original value of 1/2 clock cycle delay, the system ran relatively
10298 stable except when we run benchmarks that are intensive users of memory.
10299 When I run samba connected disk with a HDBENCH test, the system locks-up
10300 or reboots sporadically.
10301
10302 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
10303
10304commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
10305Author: Scott Wood <scottwood@freescale.com>
10306Date: Mon Mar 24 12:44:13 2008 -0500
10307
10308 mpc83xx: Set PCI I/O bus-address base to zero.
10309
10310 The device trees for these boards describe PCI I/O as starting from
10311 address zero from the device's perspective.
10312
10313 Placing I/O elsewhere may cause problems with certain PCI boards, and may
10314 cause problems with Linux.
10315
10316 Signed-off-by: Scott Wood <scottwood@freescale.com>
10317
10318commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
10319Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10320Date: Mon Mar 24 20:47:05 2008 +0300
10321
10322 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
10323
10324 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
10325 This patch fixes "system time drifting" problem.
10326
10327 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10328
10329commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
10330Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10331Date: Mon Mar 24 20:47:02 2008 +0300
10332
10333 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
10334
10335 This is needed to update /choosen/linux,stdout-path properly.
10336
10337 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10338
10339commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
10340Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10341Date: Mon Mar 24 20:47:00 2008 +0300
10342
10343 mpc83xx: MPC8360E-RDK: add dhcp command
10344
10345 Plus modify environment to use it and remove bootfile env variable,
10346 it is internal and CONFIG_BOOTFILE is used for these purposes.
10347
10348 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10349
10350commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
10351Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10352Date: Mon Mar 24 20:46:57 2008 +0300
10353
10354 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
10355
10356 Current DDR setup easily causes memory corruption, this patch fixes it.
10357
10358 Also fix TIMING_CFG0_MRS_CYC definition.
10359
10360 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10361
10362commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
10363Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10364Date: Mon Mar 24 20:46:53 2008 +0300
10365
10366 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
10367
10368 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
10369 controller and FHCI (QE USB).
10370
10371 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10372
10373commit 7ad959490962e6842648d87d4bd795ea6cdcce67
10374Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10375Date: Mon Mar 24 20:46:51 2008 +0300
10376
10377 mpc83xx: MPC8360E-RDK: add support for NAND
10378
10379 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10380
10381commit 9a3e832aeb491861d029991241572ebdf4b5b61b
10382Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10383Date: Mon Mar 24 20:46:46 2008 +0300
10384
10385 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
10386
10387 This is needed for BCM PHYs to work on this board.
10388
10389 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10390
10391commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
10392Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10393Date: Mon Mar 24 20:46:34 2008 +0300
10394
10395 uec: add support for Broadcom BCM5481 Gigabit PHY
10396
10397 This patch adds basic support for Broadcom BCM5481 PHY.
10398
10399 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
10400 Peter Barada <peterb@logicpd.com>.
10401
10402 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10403
10404commit 6a600c3a1876bc203445df4f0fd6b12648259666
10405Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10406Date: Mon Mar 24 20:46:28 2008 +0300
10407
10408 uec: add support for RGMII_RXID interface mode
10409
10410 PHY drivers will use it to setup software delay between RXD and RXC
10411 signals.
10412
10413 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10414
10415commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
10416Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10417Date: Mon Mar 24 20:46:24 2008 +0300
10418
10419 uec: add support for gbit mii status readings
10420
10421 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10422
10423commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
10424Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10425Date: Mon Mar 24 17:40:47 2008 +0300
10426
10427 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
10428
10429 This is primarily for the early console support.
10430
10431 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10432
10433commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
10434Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10435Date: Mon Mar 24 17:40:43 2008 +0300
10436
10437 83xx: initialize serdes for MPC837XRDB boards
10438
10439 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
10440 On the MPC8378ERDB: 2 PCI-E
10441 On the MPC8379ERDB: 4 SATA
10442
10443 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10444
10445commit 453316a2a19642d8afcbca7452e40a6b44a197b1
10446Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10447Date: Mon Mar 24 17:40:32 2008 +0300
10448
10449 83xx: serdes setup routines
10450
10451 This patch adds few routines to configure serdes on 837x targets.
10452
10453 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10454
10455commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
10456Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10457Date: Mon Mar 24 17:40:27 2008 +0300
10458
10459 83xx: split COBJS onto separate lines
10460
10461 ..plus get rid of some #ifdefs in the .c files.
10462
10463 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10464
10465commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
10466Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10467Date: Mon Mar 24 17:40:23 2008 +0300
10468
10469 83xx: nand support for MPC837XRDB boards
10470
10471 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10472
10473commit 82e45a204190593e8613145a928f998fb8c909c4
10474Author: Jerry Van Baren <gvb.uboot@gmail.com>
10475Date: Tue Mar 18 21:44:41 2008 -0400
10476
10477 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
10478
10479 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
10480 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10481
10482commit 0fa7a1b4719e325fce332689fb8754ec166191ff
10483Author: Michael Barkowski <michael.barkowski@freescale.com>
10484Date: Thu Mar 20 13:15:39 2008 -0400
10485
10486 mpc8323erdb: remove RTC and add EEPROM
10487
10488 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
10489
10490 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
10491 Acked-by: Kim Phillips <kim.phillips@freescale.com>
10492
10493commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
10494Author: Michael Barkowski <michael.barkowski@freescale.com>
10495Date: Thu Mar 20 13:15:34 2008 -0400
10496
10497 mpc8323erdb: Improve the system performance
10498
10499 The following changes are based on kernel UCC ethernet performance:
10500
10501 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
10502 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
10503 switch to enable this setting.
10504
10505 The following changes are based on the App Note AN3369 and
10506 verified to improve memory latency using LMbench:
10507
10508 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
10509 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
10510 previously.
10511 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
10512 Twr=15ns, and this was already the setting in DDR_MODE)
10513 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
10514 Trp=15ns)
10515 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
10516 Tras=40ns)
10517 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
10518 Trcd=15ns)
10519 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
10520 Trfc=75ns)
10521 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
10522 on Tfaw=50ns)
10523 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
10524 on CL=3 and WL=2).
10525
10526 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
10527 Acked-by: Kim Phillips <kim.phillips@freescale.com>
10528
10529commit fc549c871f43933396a5b3e21d897023d4b31b8d
10530Author: Michael Barkowski <michael.barkowski@freescale.com>
10531Date: Thu Mar 20 13:15:28 2008 -0400
10532
10533 mpc8323erdb: use readable DDR config macros
10534
10535 Use available shift/mask macros to define DDR configuration.
10536
10537 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
10538 Acked-by: Kim Phillips <kim.phillips@freescale.com>
10539
10540commit 89c7784ed90ba50301eec521144f95111e472906
10541Author: Timur Tabi <timur@freescale.com>
10542Date: Fri Feb 8 13:15:55 2008 -0600
10543
10544 83xx: Add Vitesse VSC7385 firmware uploading
10545
10546 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
10547 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
10548 Cleaned up the board header files to make selecting the VSC7385 easier to
10549 control.
10550
10551 Signed-off-by: Timur Tabi <timur@freescale.com>
10552 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10553
10554commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
10555Author: Timur Tabi <timur@freescale.com>
10556Date: Fri Feb 8 13:15:54 2008 -0600
10557
10558 NET: Add Vitesse VSC7385 firmware uploading
10559
10560 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
10561 and other boards. A small firwmare must be uploaded to its on-board memory
10562 before it can be enabled. This patch adds the code which uploads firmware
10563 (but not the firmware itself).
10564
10565 Previously, this feature was provided by a U-Boot application that was
10566 made available only on Freescale BSPs. The VSC7385 firmware must still
10567 be obtained separately, but at least there is no longer a need for a separate
10568 application.
10569
10570 Signed-off-by: Timur Tabi <timur@freescale.com>
10571 Acked-by: Ben Warren <biggerbadderben@gmail.com>
10572
10573commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
10574Author: Wolfgang Denk <wd@denx.de>
10575Date: Wed Mar 26 00:52:10 2008 +0100
10576
10577 Coding Style cleanyp; update CHANGELOG
10578
10579 Signed-off-by: Wolfgang Denk <wd@denx.de>
10580
aa6f6d17
WD
10581commit 43ddd9c820fec44816188f53346b464e20b3142d
10582Author: Jerry Van Baren <gvb.uboot@gmail.com>
10583Date: Sat Mar 22 14:23:49 2008 -0400
10584
10585 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
10586
10587 These defines embedded the u-boot env variables and/or the bd_t structure
10588 in the fdt blob. The conclusion of discussion on the u-boot email list
10589 was that embedding these in the fdt blob is not useful: there are better
10590 ways of passing the data (in fact, the fdt blob itself replaces the
10591 bd_t struct).
10592
10593 The only board that enables these is the stxxtc and they don't appear
10594 to be used by linux.
10595
10596 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
10597 Acked-by: Kim Phillips <kim.phillips@freescale.com>
10598
10599commit 22ed2285743359fd1fe73e411dff914b2256e68f
10600Author: Stefan Roese <sr@denx.de>
10601Date: Mon Mar 17 10:49:25 2008 +0100
10602
10603 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
10604
10605 Signed-off-by: Stefan Roese <sr@denx.de>
10606
10607commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
10608Author: Kyungmin Park <kmpark@infradead.org>
10609Date: Mon Mar 17 08:54:06 2008 +0900
10610
10611 Add Flex-OneNAND booting support
10612
10613 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
10614 using a NOR Flash interface. This on-chip integration enables system designers
10615 to reduce external system logic and use high-density NAND Flash
10616 in applications that would otherwise have to use more NOR components.
10617
10618 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
10619 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
10620 that require low reliability and high density, SLC area of Flex-OneNAND
10621 to store data that need high reliability and high performance. Flex-OneNAND
10622 can let users take advantage of storing these two different types of data
10623 into one chip, which is making Flex-OneNAND more cost- and space-effective.
10624
10625 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10626
10627commit c512389cc4a10253249271ff6c887c6dab1f0db2
10628Author: André Schwarz <andre.schwarz@matrix-vision.de>
10629Date: Thu Mar 13 13:50:52 2008 +0100
10630
10631 MPC5200: support setup without FEC
10632
10633 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
10634 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
10635
10636 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10637 Acked-by: Grant Likely <grant.likely@secretlab.ca>
10638
10639commit aa3511e422946041ef626f80a05ae5e8bfc700e6
10640Author: Jon Loeliger <jdl@freescale.com>
10641Date: Wed Mar 5 18:05:46 2008 -0600
10642
10643 FSL: Move board/mpc8266ads under board/freescale
10644
10645 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10646
10647commit 7f1d846e5c5754449c286587d099d85246062772
10648Author: Jon Loeliger <jdl@freescale.com>
10649Date: Wed Mar 5 18:05:47 2008 -0600
10650
10651 FSL: Move board/mpc7448hpc2 under board/freescale
10652
10653 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10654
10655commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
10656Author: Jon Loeliger <jdl@freescale.com>
10657Date: Wed Mar 5 18:05:45 2008 -0600
10658
10659 FSL: Move board/mpc8260ads under board/freescale
10660
10661 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10662
10663commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
10664Author: goda.yusuke <goda.yusuke@renesas.com>
10665Date: Wed Mar 5 17:08:33 2008 +0900
10666
10667 net: Add support AX88796L ethernet device
10668
10669 AX88796L is device of NE2000 compatible.
10670 This patch support AX88796L ethernet device.
10671
10672 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10673 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10674
10675commit e0a6140dd381e1eed1ada2291166ef2616d8822b
10676Author: Wolfgang Denk <wd@denx.de>
10677Date: Tue Mar 25 22:50:41 2008 +0100
10678
10679 ne2000 driver: change #ifdef to Makefile conditional compilation
10680
10681 Signed-off-by: Wolfgang Denk <wd@denx.de>
10682
10683commit e710185aae90c64d39c2d453e40e58ceefe4f250
10684Author: goda.yusuke <goda.yusuke@renesas.com>
10685Date: Wed Mar 5 17:08:20 2008 +0900
10686
10687 net: Divided code of NE2000 ethernet driver
10688
10689 There are more devices of the NE2000 base.
10690 A present code is difficult for us to support more devices.
10691 To support more NE2000 clone devices, separated the function.
10692
10693 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10694 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10695
10696commit 395bce4f59a507a60a475f7ee46bed47de9482df
10697Author: Mike Frysinger <vapier@gentoo.org>
10698Date: Sun Feb 24 23:58:13 2008 -0500
10699
10700 net/Blackfin: move on-chip MAC driver into drivers/net/
10701
10702 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
10703 directory, but it is not board specific, so relocate it to the drivers dir
10704 so that other Blackfin ports can utilize it.
10705
10706 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10707
10708commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
10709Author: Mike Frysinger <vapier@gentoo.org>
10710Date: Sun Feb 24 23:52:35 2008 -0500
10711
10712 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
10713
10714 Since the "ssync" instruction may have hardware anomalies associated with
10715 it, have the smc91111 driver use the SSYNC macro rather than invoking it
10716 directly. We workaround all the anomalies via this macro.
10717
10718 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10719
10720commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
10721Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
10722Date: Sun Feb 17 22:57:47 2008 +0000
10723
10724 8xx: Update OF support on 8xx
10725
10726 This patch does some shifting around of OF support on 8xx.
10727
10728 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
10729
10730commit 9c666a7db0b2285a270c68810889ce7d5dba304b
10731Author: Kumar Gala <galak@kernel.crashing.org>
10732Date: Fri Feb 15 15:16:18 2008 -0600
10733
10734 ppc: Allow boards to specify how much memory they can map
10735
10736 For historical reasons we limited the stack to 256M because some boards
10737 could only map that much via BATS. However newer boards are capable of
10738 mapping more memory (for example 85xx is capble of doing up to 2G).
10739
10740 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10741
10742commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
10743Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
10744Date: Fri Feb 15 01:05:58 2008 +0000
10745
10746 8xx : Add OF support to Adder875 board port - resubmit
10747
10748 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
10749
10750commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
10751Author: Kumar Gala <galak@kernel.crashing.org>
10752Date: Thu Feb 14 20:44:42 2008 -0600
10753
10754 Add setexpr command
10755
10756 Add a simple expr style command that will set an env variable as the result
10757 of the command. This allows us to do simple math in shell. The following
10758 operations are supported: &, |, ^, +, -, *, /.
10759
10760 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10761
10762commit 3f105faa64b9826e088711fdfcaa70cb1230397a
10763Author: Jon Loeliger <jdl@freescale.com>
10764Date: Wed Mar 5 17:27:48 2008 -0600
10765
10766 FSL: Move board/mpc7448hpc2 under board/freescale
10767
10768 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10769
10770commit 449c703374a8868453425e15da7e2f76221b72e4
10771Author: Jon Loeliger <jdl@freescale.com>
10772Date: Wed Mar 5 17:21:43 2008 -0600
10773
10774 FSL: Move board/mpc8266ads under board/freescale
10775
10776 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10777
10778commit 5863577989ad689427bb750107e9a75f1c1645d2
10779Author: Jon Loeliger <jdl@freescale.com>
10780Date: Wed Mar 5 16:41:41 2008 -0600
10781
10782 FSL: Move board/mpc8260ads under board/freescale
10783
10784 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10785
10786commit 8a773983957ee6c4aa344469b742f29c7d26afbd
10787Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10788Date: Tue Mar 25 21:30:08 2008 +0900
10789
10790 [MIPS] Move gth2_config from ARM section to MIPS
10791
10792 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10793
10794commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
10795Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10796Date: Tue Mar 25 21:30:07 2008 +0900
10797
10798 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
10799
10800 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10801
10802commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
10803Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10804Date: Tue Mar 25 21:30:07 2008 +0900
10805
10806 [MIPS] Fix dcache_status()
10807
10808 You can't judge UNCACHED by Config.K0 LSB.
10809
10810 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10811
10812commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
10813Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10814Date: Tue Mar 25 21:30:07 2008 +0900
10815
10816 [MIPS] Introduce _machine_restart
10817
10818 Handles machine specific functions by using weak functions.
10819
10820 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10821
10822commit decaba6f5cf386d569ac3997bebb871b966c6b18
10823Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10824Date: Tue Mar 25 21:30:07 2008 +0900
10825
10826 [MIPS] Cleanup CP0 Status initialization
10827
10828 Add setup_c0_status from Linux. For the moment we disable interrupts, set
10829 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
10830 reset-time configuration and will work well across most processors.
10831
10832 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10833
10834commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
10835Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10836Date: Tue Mar 25 21:30:07 2008 +0900
10837
10838 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
10839
10840 Without this change, we'll be suffering from deffered WATCH exception
10841 once Status.EXL is cleared. Make sure Cause.WP is cleared.
10842
10843 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10844
10845commit 26138623230ca2bad3c78e05a65527ea70c8b688
10846Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10847Date: Tue Mar 25 21:30:07 2008 +0900
10848
10849 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
10850
10851 Move things to appropriate place.
10852
10853 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10854
10855commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
10856Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10857Date: Tue Mar 25 21:30:06 2008 +0900
10858
10859 [MIPS] Implement flush_cache()
10860
10861 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
10862 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
10863 function is used not only in U-Boot specfic programs but also at loading
10864 target binaries.
10865
10866 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10867
10868commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
10869Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10870Date: Tue Mar 25 21:30:06 2008 +0900
10871
10872 [MIPS] Fix I-/D-cache initialization loops
10873
10874 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
10875 again per a loop for I-cache initialization. But according to 'See MIPS
10876 Run', we're encouraged to use three separate loops rather than combining
10877 them *for both I- and D-cache*. This patch tries to fix this.
10878
10879 In accordance with fixing above, mips_init_[id]cache are separated from
10880 mips_cache_reset(), and rewrite cache loops are completely rewritten with
10881 useful macros.
10882
10883 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10884
10885commit 1898840797c7f50799377bd5b285a8a93a82c419
10886Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10887Date: Tue Mar 25 21:30:06 2008 +0900
10888
10889 [MIPS] Replace memory clearance code with f_fill64
10890
10891 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
10892
10893 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10894
10895commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
10896Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10897Date: Tue Mar 25 21:30:06 2008 +0900
10898
10899 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
10900
10901 This patch replaces the current function definitions with NESTED, LEAF
10902 and END macro. They specify some more additional information about the
10903 function; an alignment of symbol, type of symbol, stack frame usage, etc.
10904 These information explicitly tells the assembler and the debugger about
10905 the types of code we want to generate.
10906
10907 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10908
10909commit 282223a607c611425fa33f5428f8eae6636972bb
10910Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10911Date: Tue Mar 25 11:43:17 2008 +0900
10912
10913 [MIPS] asm headers' updates
10914
10915 Make some asm headers adjusted to the latest Linux kernel.
10916
10917 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10918
10919commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
10920Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10921Date: Tue Mar 25 11:39:29 2008 +0900
10922
10923 [MIPS] Request for the 'mips_cache_lock()' removal
10924
10925 The initial intension of having mips_cache_lock() was to use the cache
10926 as memory for temporary stack use so that a C environment can be set up
10927 as early as possible.
10928
10929 But now mips_cache_lock() follow lowlevel_init(). We've already have the
10930 real memory initilaized at this point, therefore we could/should use it.
10931 No reason to lock at all.
10932
10933 Other problems:
10934
10935 Cache locking is not consistent across MIPS implementaions. Some imple-
10936 mentations don't support locking at all. The style of locking varies -
10937 some support per line locking, others per way, etc. Some parts use bits
10938 in status registers instead of cache ops. Current mips_cache_lock() is
10939 not necessarily general-purpose.
10940
10941 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
10942 they are never get unlocked, so the code relies on whatever gets loaded
10943 after U-Boot to re-initialize the cache and clear the locks. We're sup-
10944 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
10945 but leave the situation as it is for a long time.
10946
10947 For these reasons, I proposed the removal of mips_cache_lock() from the
10948 global start-up code.
10949
10950 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
10951 *things have changed*. If he wants the same behavior as before, he needs
10952 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
10953
10954 If we don't have any regression report through several releases, then
10955 we'll remove codes entirely.
10956
10957 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10958 Acked-by: Andrew Dyer <amdyer@gmail.com>
10959
10960commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
10961Author: Yuri Tikhonov <yur@emcraft.com>
10962Date: Mon Mar 24 11:30:54 2008 +0100
10963
10964 lwmon5 SYSMON POST: fix backlight control
10965
10966 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
10967 run on the board, then the SYSMON POST controls the display backlight
10968 (doesn't switch backlight ON if POST FAILED, and does switch the
10969 backlight ON if PASSED).
10970
10971 If not, then the video driver controls the display backlight (just
10972 switch ON the backlight upon initialization).
10973
10974 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10975
10976commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
10977Author: Yuri Tikhonov <yur@emcraft.com>
10978Date: Mon Mar 24 11:29:14 2008 +0100
10979
10980 lwmon5 SYSMON POST: fix handling of negative temperatures
10981
10982 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
10983
10984 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10985
10986commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
10987Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10988Date: Fri Mar 7 16:04:25 2008 +0900
10989
10990 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
10991
10992 In current source code, when the device number of PCI is 0, process PCI
10993 bridge without fail. However, when the device number is 0, it is not PCI
10994 always bridge. There are times when device of PCI allocates.
10995
10996 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
10997 use this patch.
10998
10999 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11000 Acked-by: Stefan Roese <sr@denx.de>
11001
11002commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
11003Author: Yuri Tikhonov <yur@emcraft.com>
11004Date: Fri Mar 21 09:18:40 2008 +0100
11005
11006 LWMON5: fix dsPIC POST
11007
11008 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
11009
11010 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
11011
438a4c11
WD
11012commit 388b82fddc7c05596f3f615f190da0448227dc82
11013Author: Bartlomiej Sieka <tur@semihalf.com>
11014Date: Thu Mar 20 23:23:13 2008 +0100
11015
11016 [new uImage] Enable new uImage support for the pcs440ep board.
11017
11018 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11019
11020commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
11021Author: Bartlomiej Sieka <tur@semihalf.com>
11022Date: Thu Mar 20 23:23:13 2008 +0100
11023
11024 [new uImage] Do not compile new uImage format support by default
11025
11026 Disable default building of new uImage format support in preparation
11027 for merge with the master. Support for new format can be enabled on
11028 a per-board basis, by defining the following in the board's config file:
11029
11030 #define CONFIG_FIT 1
11031 #define CONFIG_OF_LIBFDT 1
11032
11033 This can be optionally defined to give more verbose output:
11034
11035 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
11036
11037 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11038
11039commit dafaede8a46c7159310239e036c93e31c6374487
11040Author: Bartlomiej Sieka <tur@semihalf.com>
11041Date: Thu Mar 20 23:20:31 2008 +0100
11042
11043 [new uImage] Disable debuging output in preparation for merge with master
11044
11045 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11046
11047commit fbe7a155027beacebaee9b32e1ada781fe924bca
11048Author: Bartlomiej Sieka <tur@semihalf.com>
11049Date: Thu Mar 20 19:38:45 2008 +0100
11050
11051 [new uImage] Compilation and new uImage handling fixes for imxtract
11052
11053 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
11054 include/config_cmd_default.h. Fix few warnings and handling of new format
11055 images.
11056
11057 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11058
11059commit 36cc8cbb3379d5166f882641123521735c469f92
11060Author: Bartlomiej Sieka <tur@semihalf.com>
11061Date: Thu Mar 20 23:10:19 2008 +0100
11062
11063 [new uImage] Fix autoscr command used with new uImage format
11064
11065 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11066
11067commit 43142e817f0597be412e7cbe19413f5532eafa5d
11068Author: Bartlomiej Sieka <tur@semihalf.com>
11069Date: Thu Mar 20 23:10:19 2008 +0100
11070
11071 [new uImage] Fix *.its files location in documentation
11072
11073 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11074
aa6f6d17
WD
11075commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
11076Author: Wolfgang Denk <wd@denx.de>
11077Date: Thu Mar 20 22:01:38 2008 +0100
11078
11079 lwmon5 POST: remove unreachable code
11080
11081 plus some coding style cleanup
11082
11083 Signed-off-by: Wolfgang Denk <wd@denx.de>
11084
11085commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
11086Author: Yuri Tikhonov <yur@emcraft.com>
11087Date: Thu Mar 20 17:56:04 2008 +0300
11088
11089 LWMON5: POST RTC fix
11090
11091 Modify the RTC API to provide one a status for the time reported by
11092 the rtc_get() function:
11093 0 - a reliable time is guaranteed,
11094 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
11095 and so on).
11096
11097 The RTC chip drivers are responsible for providing this info if the
11098 corresponding chip supports such functionality. If not - always
11099 report that the time is reliable.
11100
11101 The POST RTC test was modified to detect the RTC faults utilizing
11102 this new rtc_get() feature.
11103
11104 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11105
11106commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
11107Author: Martin Krause <martin.krause@tqs.de>
11108Date: Wed Mar 19 14:25:14 2008 +0100
11109
11110 TQM5200B: update MTD partition layout
11111
11112 - insert partition for dtb blob to TQM5200B MTD layout
11113 - set env variables dependent on the configured board
11114 (TQM5200 or TQM5200B)
11115
11116 Signed-off-by: Martin Krause <martin.krause@tqs.de>
11117
11118commit f0105727d132f56a21fa3ed8b162309cca6cac44
11119Author: Stefan Roese <sr@denx.de>
11120Date: Wed Mar 19 07:09:26 2008 +0100
11121
11122 CFI: Small cleanup for FLASH_SHOW_PROGRESS
11123
11124 With this patch we don't need that many #ifdef's in the code. It moves
11125 the subtraction into the macro and defines a NOP-macro when
11126 CONFIG_FLASH_SHOW_PROGRESS is not defined.
11127
11128 Signed-off-by: Stefan Roese <sr@denx.de>
11129 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
11130
11131commit 9a042e9ca512beaaa2cb450274313fc477141241
11132Author: Jerry Van Baren <gvb.uboot@gmail.com>
11133Date: Sat Mar 8 13:48:01 2008 -0500
11134
11135 Flash programming progress countdown.
11136
11137 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11138
438a4c11
WD
11139commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
11140Author: Bartlomiej Sieka <tur@semihalf.com>
11141Date: Wed Mar 19 10:00:06 2008 +0100
11142
11143 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
11144
11145 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11146
aa6f6d17
WD
11147commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
11148Author: David Gibson <david@gibson.dropbear.id.au>
11149Date: Mon Feb 18 18:09:04 2008 +1100
11150
11151 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
11152
11153 Since fdt_node_offset_by_compatible() was converted to the new
11154 fdt_next_node() iterator, a chunk of initialization code became
11155 redundant, but was not removed by oversight. This patch cleans it up.
11156
11157 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11158
11159commit d0ccb9b140b472039732de102fc14597eedb14df
11160Author: David Gibson <david@gibson.dropbear.id.au>
11161Date: Mon Feb 18 18:06:31 2008 +1100
11162
11163 libfdt: Trivial cleanup for CHECK_HEADER)
11164
11165 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
11166 However, there are a handful of functions (fdt_move, rw_check_header,
11167 fdt_open_into) from other files which could also use it (currently
11168 they open-code something more-or-less identical). Therefore, this
11169 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
11170 places.
11171
11172 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11173
11174commit fe30a354cdbb808b5f15366a935b151a4ccee74f
11175Author: Kumar Gala <galak@kernel.crashing.org>
11176Date: Wed Feb 20 14:32:36 2008 -0600
11177
11178 Fix fdt boardsetup command parsing
11179
11180 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
11181
11182 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11183
11184commit 804887e6001e2f00bea11431bf34d6d472512cda
11185Author: Kumar Gala <galak@kernel.crashing.org>
11186Date: Fri Feb 15 03:34:36 2008 -0600
11187
11188 Add sub-commands to fdt
11189
11190 fdt header - Display header info
11191 fdt bootcpu <id> - Set boot cpuid
11192 fdt memory <addr> <size> - Add/Update memory node
11193 fdt rsvmem print - Show current mem reserves
11194 fdt rsvmem add <addr> <size> - Add a mem reserve
11195 fdt rsvmem delete <index> - Delete a mem reserves
11196
11197 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11198
11199commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
11200Author: David Gibson <david@gibson.dropbear.id.au>
11201Date: Thu Feb 14 16:50:34 2008 +1100
11202
11203 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
11204
11205 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
11206 node which has NOP tags interspersed with its properties. In this
11207 case fdt_add_subnode_namelen() will put the new subnode before the
11208 first NOP tag, even if there are properties after it, which will
11209 result in an invalid blob.
11210
11211 This patch fixes the bug, and adds a testcase for it.
11212
11213 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11214
11215commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
11216Author: David Gibson <david@gibson.dropbear.id.au>
11217Date: Tue Feb 12 11:58:31 2008 +1100
11218
11219 libfdt: Add and use a node iteration helper function.
11220
11221 This patch adds an fdt_next_node() function which can be used to
11222 iterate through nodes of the tree while keeping track of depth. This
11223 function is used to simplify the iteration code in a lot of other
11224 functions, and is also exported for use by library users.
11225
11226 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11227
11228commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
11229Author: David Gibson <david@gibson.dropbear.id.au>
11230Date: Fri Jan 11 14:55:05 2008 +1100
11231
11232 libfdt: Add fdt_set_name() function
11233
11234 This patch adds an fdt_set_name() function to libfdt, mirroring
11235 fdt_get_name(). This is a r/w function which alters the name of a
11236 given device tree node.
11237
11238 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11239
11240commit 23e20aa6488e6c0622496549861bfdc74108debe
11241Author: Yuri Tikhonov <yur@pollux.denx.de>
11242Date: Tue Mar 18 13:33:30 2008 +0100
11243
11244 lwmon5: Fix register test logic to match the specific GDC h/w.
11245
11246 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11247 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11248
11249commit 46bc0a938779aa1d664b847d36b08aa00f22e539
11250Author: Yuri Tikhonov <yur@pollux.denx.de>
11251Date: Tue Mar 18 13:27:57 2008 +0100
11252
11253 Fix backlight in the lwmon5 POST.
11254
11255 Backlight was switched on even when temperature was too low.
11256
11257 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11258 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11259
11260commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
11261Author: Yuri Tikhonov <yur@pollux.denx.de>
11262Date: Wed Feb 6 18:48:36 2008 +0100
11263
11264 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).
11265
11266 To enable this, alternative, configuration the U-Boot board configuration
11267 file for lwmon5 includes the definitions of alternative addresses for header
11268 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
11269
11270 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
11271 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
11272 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
11273
11274 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11275
11276commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
11277Author: Yuri Tikhonov <yur@pollux.denx.de>
11278Date: Mon Feb 4 17:11:53 2008 +0100
11279
11280 Add support for the lwmon5 board reset via GPIO58.
11281
11282 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11283 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11284
11285commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
11286Author: Yuri Tikhonov <yur@pollux.denx.de>
11287Date: Mon Feb 4 17:09:55 2008 +0100
11288
11289 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
11290
11291 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11292 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11293
11294commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
11295Author: Yuri Tikhonov <yur@pollux.denx.de>
11296Date: Mon Feb 4 14:11:03 2008 +0100
11297
11298 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.
11299
11300 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11301 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11302
11303commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
11304Author: Yuri Tikhonov <yur@pollux.denx.de>
11305Date: Mon Feb 4 14:10:42 2008 +0100
11306
11307 The patch adds new POST tests for the Lwmon5 board. These are:
11308
11309 * External Watchdog test;
11310 * dsPIC tests;
11311 * FPGA test;
11312 * GDC test;
11313 * Sysmon tests.
11314
11315 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11316 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11317
11318commit c2ed33efbfff5767bca236828e021c55fd547b6c
11319Author: Yuri Tikhonov <yur@pollux.denx.de>
11320Date: Mon Feb 4 14:10:01 2008 +0100
11321
11322 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
11323
11324 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11325
7ed40117
WD
11326commit 3a5d1e7f1309998791702b2a559e3126781746b9
11327Author: Yuri Tikhonov <yur@pollux.denx.de>
11328Date: Tue Mar 18 13:33:30 2008 +0100
11329
11330 lwmon5: Fix register test logic to match the specific GDC h/w.
11331
11332 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11333 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11334
11335commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
11336Author: Yuri Tikhonov <yur@pollux.denx.de>
11337Date: Tue Mar 18 13:27:57 2008 +0100
11338
11339 Fix backlight in the lwmon5 POST.
11340
11341 Backlight was switcehd on even when temperature was too low.
11342
11343 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11344 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11345
11346commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
11347Author: Yuri Tikhonov <yur@pollux.denx.de>
11348Date: Wed Feb 6 18:48:36 2008 +0100
11349
11350 The patch introduces the alternative configuration of the log buffer for
11351 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
11352 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
11353 PPC440EPX_GPT0_COMP5).
11354
11355 To enable this, alternative, configuration the U-Boot board configuration
11356 file for lwmon5 includes the definitions of alternative addresses for header
11357 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
11358
11359 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
11360 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
11361 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
11362
11363 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11364
11365commit ff818b21b069f4bc9cb73373cc5a16014be101b7
11366Author: Yuri Tikhonov <yur@pollux.denx.de>
11367Date: Mon Feb 4 17:11:53 2008 +0100
11368
11369 Add support for the lwmon5 board reset via GPIO58.
11370
11371 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11372 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11373
11374commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
11375Author: Yuri Tikhonov <yur@pollux.denx.de>
11376Date: Mon Feb 4 17:09:55 2008 +0100
11377
11378 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
11379 Disable external watch-dog for now.
11380
11381 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11382 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11383
11384commit e262efe35742c1ad4b0966ff501efc26f34a0aec
11385Author: Yuri Tikhonov <yur@pollux.denx.de>
11386Date: Mon Feb 4 14:11:03 2008 +0100
11387
11388 The patch introduces the CRITICAL feature of POST tests. If the test
11389 marked as POST_CRITICAL fails then the alternative, post_critical,
11390 boot-command is used. If this command is not defined then U-Boot
11391 enters into interactive mode.
11392
11393 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11394 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11395
11396commit 65b20dcefc89618193fa51947968dada91e4c778
11397Author: Yuri Tikhonov <yur@pollux.denx.de>
11398Date: Mon Feb 4 14:10:42 2008 +0100
11399
11400 The patch adds new POST tests for the Lwmon5 board.
11401 These are:
11402
11403 * External Watchdog test;
11404 * dsPIC tests;
11405 * FPGA test;
11406 * GDC test;
11407 * Sysmon tests.
11408
11409 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11410 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11411
11412commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
11413Author: Yuri Tikhonov <yur@pollux.denx.de>
11414Date: Mon Feb 4 14:10:01 2008 +0100
11415
11416 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
11417
11418 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11419
aa6f6d17
WD
11420commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
11421Author: Wolfgang Denk <wd@denx.de>
11422Date: Tue Mar 18 17:35:51 2008 +0100
11423
11424 HMI1001: fix compile problem.
11425
11426 Signed-off-by: Wolfgang Denk <wd@denx.de>
11427
11428commit 1f2a9970109cebf7446e0503b10b71f8673045ee
11429Author: Mike Frysinger <vapier@gentoo.org>
11430Date: Mon Feb 18 05:32:30 2008 -0500
11431
11432 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
11433
11434 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
11435 for the board specific driver at all. Just use the common CFI driver.
11436
11437 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11438
11439commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
11440Author: Mike Frysinger <vapier@gentoo.org>
11441Date: Tue Feb 19 00:36:14 2008 -0500
11442
11443 Blackfin: add proper ELF markings to some assembly functions
11444
11445 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11446
11447commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
11448Author: Mike Frysinger <vapier@gentoo.org>
11449Date: Tue Feb 19 00:35:17 2008 -0500
11450
11451 Blackfin: new cplbinfo command for viewing cplb tables
11452
11453 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11454
11455commit aadb72503cd1602349a5fe53356d5f55ecc1b900
11456Author: Mike Frysinger <vapier@gentoo.org>
11457Date: Mon Feb 18 05:37:51 2008 -0500
11458
11459 Blackfin: update MAINTAINERS list
11460
11461 Add maintainer information for the Blackfin boards.
11462
11463 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11464
11465commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
11466Author: Mike Frysinger <vapier@gentoo.org>
11467Date: Mon Feb 18 05:26:48 2008 -0500
11468
11469 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
11470
11471 Stop tying things to the processor that should be tied to other defines and
11472 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
11473 system to select the -mcpu option.
11474
11475 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11476
11477commit 86a20fb920bd198105acf7b1191117f566d637ed
11478Author: Mike Frysinger <vapier@gentoo.org>
11479Date: Sat Feb 16 07:40:36 2008 -0500
11480
11481 Blackfin: move bootldr command to common code
11482
11483 This moves the Blackfin-common bootldr command out of the BF537-STAMP
11484 specific board directory and into the common directory so that all Blackfin
11485 boards may utilize it.
11486
11487 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11488
11489commit decbe029b2a9d3333d02c433389b1c821eea96d7
11490Author: Heiko Schocher <hs@denx.de>
11491Date: Fri Mar 14 11:05:20 2008 +0100
11492
11493 mgcoge: update configuration
11494
11495 Fix configuration for mgcoge board
11496
11497 Signed-off-by: Heiko Schocher <hs@denx.de>
11498
11499commit c136724cda0219c49f1d4b346f00da29b14fdf14
11500Author: Wolfgang Denk <wd@denx.de>
11501Date: Sun Mar 16 01:22:59 2008 +0100
11502
11503 drivers/rtc/Makefile: keep list sorted
11504
11505 Signed-off-by: Wolfgang Denk <wd@denx.de>
11506
11507commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
11508Author: Tor Krill <tor@excito.com>
11509Date: Sat Mar 15 15:40:26 2008 +0100
11510
11511 Add support for Intersil isl1208 RTC
11512
11513 Signed-off-by: Tor Krill <tor@excito.com>
11514
11515commit 0210cff3d079d97b2156b13685ee8de368e68a1a
11516Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11517Date: Sat Mar 15 17:36:41 2008 +0100
11518
11519 cramfs: Fix ifdef
11520
11521 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11522
11523commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
11524Author: Wolfgang Denk <wd@denx.de>
11525Date: Sun Mar 16 01:12:58 2008 +0100
11526
11527 Conding style cleanup
11528
11529 Signed-off-by: Wolfgang Denk <wd@denx.de>
11530
0b8f2a27
WD
11531commit 41712b4e8c95dff23354bcd620e1f9477160c190
11532Author: Stefan Roese <sr@denx.de>
11533Date: Wed Mar 5 12:31:53 2008 +0100
11534
11535 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
11536
11537 This patch adds USB OHCI support to the Canyonlands board port. It also
11538 enables EXT2 support.
11539
11540 Signed-off-by: Stefan Roese <sr@denx.de>
11541
11542commit 2596f5b9d353ff3e4387a3325d05740f16958038
11543Author: Stefan Roese <sr@denx.de>
11544Date: Wed Mar 5 12:29:32 2008 +0100
11545
11546 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
11547
11548 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
11549 way a board just needs to define this new option to enable the "force
11550 NoPowerSwitching mode" instead of adding new CPU/architecture defines
11551 to the USB source itself.
11552
11553 This new option will be used first with the new AMCC 460EX Canyonlands
11554 board port, which will be posted in a few days.
11555
11556 This patch also fixes a small compilation problem when DEBUG is enabled.
11557
11558 Signed-off-by: Stefan Roese <sr@denx.de>
11559
11560commit 71665ebf88408ff2acb762af47989fd4365b321a
11561Author: Stefan Roese <sr@denx.de>
11562Date: Mon Mar 3 17:27:02 2008 +0100
11563
11564 ppc4xx: Add Canyonlands NAND booting support
11565
11566 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
11567 NAND devices. The only bootstrap option for NAND booting is option F for
11568 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
11569 EEPROM needs to be programmed accordingly.
11570
11571 This patch adds basic NAND booting support for the AMCC Canyonlands aval
11572 board and also adds support to the "bootstrap" command, to enable NAND
11573 booting I2C setting.
11574
11575 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
11576
11577 Signed-off-by: Stefan Roese <sr@denx.de>
11578
11579commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
11580Author: Stefan Roese <sr@denx.de>
11581Date: Tue Mar 11 16:53:00 2008 +0100
11582
11583 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
11584
11585 This patch adds support for the AMCC Canyonlands 460EX evaluation
11586 board.
11587
11588 Signed-off-by: Stefan Roese <sr@denx.de>
11589
11590commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
11591Author: Stefan Roese <sr@denx.de>
11592Date: Tue Mar 11 16:52:24 2008 +0100
11593
11594 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
11595
11596 This patch adds support for the AMCC Canyonlands 460EX evaluation
11597 board.
11598
11599 Signed-off-by: Stefan Roese <sr@denx.de>
11600
11601commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
11602Author: Stefan Roese <sr@denx.de>
11603Date: Tue Mar 11 16:51:17 2008 +0100
11604
11605 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
11606
11607 This patch adds support for the AMCC Canyonlands 460EX evaluation
11608 board.
11609
11610 Signed-off-by: Stefan Roese <sr@denx.de>
11611
11612commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
11613Author: Stefan Roese <sr@denx.de>
11614Date: Tue Mar 11 15:11:43 2008 +0100
11615
11616 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
11617
11618 This patch adds basic support for the AMCC 460EX/460GT PPC's.
11619
11620 Signed-off-by: Stefan Roese <sr@denx.de>
11621
11622commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
11623Author: Stefan Roese <sr@denx.de>
11624Date: Tue Mar 11 15:11:18 2008 +0100
11625
11626 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
11627
11628 This patch adds basic support for the AMCC 460EX/460GT PPC's.
11629
11630 Signed-off-by: Stefan Roese <sr@denx.de>
11631
11632commit 999ecd5aca381984d8ebbeb207ece82a1c275577
11633Author: Stefan Roese <sr@denx.de>
11634Date: Tue Mar 11 15:07:10 2008 +0100
11635
11636 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
11637
11638 This patch adds basic support for the AMCC 460EX/460GT PPC's.
11639
11640 Signed-off-by: Stefan Roese <sr@denx.de>
11641
11642commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
11643Author: Stefan Roese <sr@denx.de>
11644Date: Tue Mar 11 15:05:50 2008 +0100
11645
11646 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
11647
11648 This patch adds basic support for the AMCC 460EX/460GT PPC's.
11649
11650 Signed-off-by: Stefan Roese <sr@denx.de>
11651
11652commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
11653Author: Stefan Roese <sr@denx.de>
11654Date: Tue Mar 11 15:05:26 2008 +0100
11655
11656 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
11657
11658 This patch adds basic support for the AMCC 460EX/460GT PPC's.
11659
11660 Signed-off-by: Stefan Roese <sr@denx.de>
11661
11662commit 56e410178375d9f20be25fb24e180974f0ae120b
11663Author: Stefan Roese <sr@denx.de>
11664Date: Tue Feb 19 22:07:57 2008 +0100
11665
11666 ppc4xx: interrupt.c reworked
11667
11668 This patch is a rework of the 4xx interrupt handling done while
11669 adding the 460EX/GT support. Interrupts are needed on 4xx for the
11670 EMAC driver.
11671
11672 Signed-off-by: Stefan Roese <sr@denx.de>
11673
11674commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
11675Author: Stefan Roese <sr@denx.de>
11676Date: Tue Feb 19 22:01:57 2008 +0100
11677
11678 ppc4xx: program_tlb now uses 64bit physical addess
11679
11680 This patch changes the physical addess parameter from 32bit to 64bit.
11681 This is needed for 36bit 4xx platforms to access areas located
11682 beyond the 4GB border, like SoC peripherals (EBC etc.).
11683
11684 Signed-off-by: Stefan Roese <sr@denx.de>
11685
11686commit c3307fa186af85771924c434997089b8104c0a46
11687Author: Stefan Roese <sr@denx.de>
11688Date: Tue Feb 19 21:58:25 2008 +0100
11689
11690 ppc4xx: miiphy.c reworked
11691
11692 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
11693 badly neede some cleanup.
11694
11695 Signed-off-by: Stefan Roese <sr@denx.de>
11696
11697commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
11698Author: Stefan Roese <sr@denx.de>
11699Date: Tue Feb 19 16:21:49 2008 +0100
11700
11701 rtc: Add M41T62 support
11702
11703 This patch add support for the STM M41T62 RTC. It is used and tested
11704 on the AMCC Canyonlands 406EX platform.
11705
11706 Signed-off-by: Stefan Roese <sr@denx.de>
11707
11708commit 217d383e201adc7f2271145ae345ea5eae2b7170
11709Author: Niklaus Giger <niklaus.giger@netstal.com>
11710Date: Mon Feb 25 18:46:43 2008 +0100
11711
11712 ppc4xx: Add 405GPr based MCU25 board specific files
11713
11714 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11715
11716commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
11717Author: Niklaus Giger <niklaus.giger@netstal.com>
11718Date: Mon Feb 25 18:46:42 2008 +0100
11719
11720 ppc4xx: Add 405GPr based MCU25 board config file
11721
11722 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11723
11724commit b05f35436b733a240559e77e46bed8439665ecc5
11725Author: Niklaus Giger <niklaus.giger@netstal.com>
11726Date: Mon Feb 25 18:46:41 2008 +0100
11727
11728 ppc4xx: Add 405GPr based MCU25 board. Global files
11729
11730 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11731
11732commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
11733Author: Niklaus Giger <niklaus.giger@netstal.com>
11734Date: Mon Feb 25 18:37:02 2008 +0100
11735
11736 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
11737
11738 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11739
11740commit a079494853cc2bfeddb26673219db0b4b2b31566
11741Author: Niklaus Giger <niklaus.giger@netstal.com>
11742Date: Mon Feb 25 18:37:01 2008 +0100
11743
11744 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
11745
11746 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
11747 the FLASH_CFI_LEGACY et al. config options.
11748
11749 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11750
11751commit e4170e5a50c8110f792bc37472833ae669d69951
11752Author: Stefan Roese <sr@denx.de>
11753Date: Tue Mar 11 13:52:25 2008 +0100
11754
11755 ppc4xx: Fix comment in 405EX DDR2 init code
11756
11757 Signed-off-by: Stefan Roese <sr@denx.de>
11758
438a4c11
WD
11759commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
11760Author: Bartlomiej Sieka <tur@semihalf.com>
11761Date: Fri Mar 14 16:22:34 2008 +0100
11762
11763 Add MD5 support to the new uImage format
11764
11765 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11766
11767commit 0ede0c383530a418cf98be9122371a86573cd0db
11768Author: Bartlomiej Sieka <tur@semihalf.com>
11769Date: Fri Mar 14 16:22:34 2008 +0100
11770
11771 Add the MD5 algorithm
11772
11773 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
11774 calculated using the md5() function -- see include/md5.h for details.
11775
11776 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11777
0b8f2a27
WD
11778commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
11779Author: Wolfgang Denk <wd@denx.de>
11780Date: Fri Mar 14 16:04:54 2008 +0100
11781
11782 tools/setlocalversion: use a git-describe-ish format
11783
11784 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
11785 where 'nnnnn' is the number of commits since the last tag (i.e.,
11786 1.3.2-rc3). This makes it much easier to recognize "newer" versions
11787 and to see how much has been changed since the referenced tag.
11788
11789 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
11790
11791 Signed-off-by: Wolfgang Denk <wd@denx.de>
11792
11793commit c6dc21c84de0f159a1752c5ebd33cff843f63609
11794Author: Wolfgang Denk <wd@denx.de>
11795Date: Thu Mar 13 14:32:03 2008 +0100
11796
11797 HMI1001: add support for MPC5200 Rev. B processors.
11798
11799 Signed-off-by: Wolfgang Denk <wd@denx.de>
11800
11801commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
11802Author: Wolfgang Denk <wd@denx.de>
11803Date: Thu Mar 13 14:29:49 2008 +0100
11804
11805 TQM5200: remove dead code
11806
11807 This board never used a MGT5100 processor.
11808
11809 Signed-off-by: Wolfgang Denk <wd@denx.de>
11810
438a4c11
WD
11811commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
11812Author: Marian Balakowicz <m8@semihalf.com>
11813Date: Wed Mar 12 12:14:15 2008 +0100
11814
11815 [new uImage] Fix build issue on ARM
11816
11817 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
11818
11819 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11820
11821commit 3310c549a73a949430bfda90876df7552a1dab0c
11822Author: Marian Balakowicz <m8@semihalf.com>
11823Date: Wed Mar 12 12:13:13 2008 +0100
11824
11825 [new uImage] Add new uImage format documentation and examples
11826
11827 Create doc/uImage.FIT documentation directory with the following files:
11828 - command_syntax_extensions.txt : extended command syntax description
11829 - howto.txt : short usage howto
11830 - source_file_format.txt : internal new uImage format description
11831
11832 Add example image source files:
11833 - kernel.its
11834 - kernel_fdt.its
11835 - multi.its
11836
11837 Update README appropriately.
11838
11839 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11840 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11841
11842commit 1ec73761d2e247078f4520a265d463e8b73391a2
11843Author: Marian Balakowicz <m8@semihalf.com>
11844Date: Wed Mar 12 10:35:52 2008 +0100
11845
11846 [new uImage] Fix definition of common bootm_headers_t fields
11847
11848 verify, autostart and lmb fields are used regardless of CONFIG_FIT
11849 setting, move their definitions to common section.
11850
11851 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11852
11853commit 1d1cb4270edc6a99276834064069717f9782c491
11854Author: Marian Balakowicz <m8@semihalf.com>
11855Date: Wed Mar 12 10:35:51 2008 +0100
11856
11857 [new uImage] Fix build problems on trab board
11858
11859 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11860
11861commit f773bea8e11f4a11c388dcee956b2444203e6b65
11862Author: Marian Balakowicz <m8@semihalf.com>
11863Date: Wed Mar 12 10:35:46 2008 +0100
11864
11865 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
11866
11867 Save FIT configuration provied in the first bootm argument and use it
11868 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
11869 arguments are not specified.
11870
11871 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11872
11873commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
11874Author: Marian Balakowicz <m8@semihalf.com>
11875Date: Wed Mar 12 10:33:01 2008 +0100
11876
11877 [new uImage] More verbose kernel image uncompress error message
11878
11879 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11880
11881commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
11882Author: Marian Balakowicz <m8@semihalf.com>
11883Date: Wed Mar 12 10:33:01 2008 +0100
11884
11885 [new uImage] Use show_boot_progress() for new uImage format
11886
11887 This patch allocates a set of show_boot_progress() IDs for new uImage format
11888 and adds show_boot_progress() calls in new uImage format handling code.
11889
11890 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11891
11892commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
11893Author: Marian Balakowicz <m8@semihalf.com>
11894Date: Wed Mar 12 10:33:01 2008 +0100
11895
11896 [new uImage] Add new uImage fromat support to fpga command
11897
11898 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11899
11900commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
11901Author: Marian Balakowicz <m8@semihalf.com>
11902Date: Wed Mar 12 10:33:01 2008 +0100
11903
11904 [new uImage] Add new uImage format handling to other bootm related commands
11905
11906 Updated commands:
11907
11908 docboot - cmd_doc.c
11909 fdcboot - cmd_fdc.c
11910 diskboot - cmd_ide.c
11911 nboot - cmd_nand.c
11912 scsiboot - cmd_scsi.c
11913 usbboot - cmd_usb.c
11914
11915 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11916
11917commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
11918Author: Marian Balakowicz <m8@semihalf.com>
11919Date: Wed Mar 12 10:33:00 2008 +0100
11920
11921 [new uImage] Add new uImage format support to imgextract command
11922
11923 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11924
11925commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
11926Author: Marian Balakowicz <m8@semihalf.com>
11927Date: Wed Mar 12 10:33:00 2008 +0100
11928
11929 [new uImage] Add new uImage format support to autoscript routine
11930
11931 autoscript() routine is updated to accept second argument, which
11932 is only used for FIT images and provides a FIT subimage unit name.
11933
11934 autoscript() routine callers must now pass two arguments. For
11935 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
11936 variable 'autoscript_uname' is introduced and used as a FIT
11937 subimage unit name source.
11938
11939 autoscript command accepts extended syntax of the addr argument:
11940 addr:<subimg_uname>
11941
11942 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11943
11944commit cd7c596e9f561dbbc17b717277438aee78cde14f
11945Author: Marian Balakowicz <m8@semihalf.com>
11946Date: Wed Mar 12 10:33:00 2008 +0100
11947
11948 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
11949
11950 This patch updates architecture specific implementations of
11951 do_bootm_linux() adding new uImage format handling for
11952 operations like get kernel entry point address, get kernel
11953 image data start address.
11954
11955 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11956
11957commit 3dfe110149311425919e6d6a14b561b4207498f1
11958Author: Marian Balakowicz <m8@semihalf.com>
11959Date: Wed Mar 12 10:32:59 2008 +0100
11960
11961 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
11962
11963 This patch adds new node offset fields to struct bootm_headers
11964 and updates bootm_headers processing code to make use of them.
11965 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
11966
11967 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11968
11969commit bc8ed486b125452ba3bd8344f052f437329150c5
11970Author: Marian Balakowicz <m8@semihalf.com>
11971Date: Wed Mar 12 10:32:53 2008 +0100
11972
11973 [new uImage] ppc: Add new uImage format support to FDT handling routines
11974
11975 Support for new (FIT) format uImages is added to powerpc specific
11976 boot_get_fdt() routine which now recognizes, sanity checks FIT image
11977 and is able to access data sections of the requested component image.
11978
11979 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11980
11981commit a44a269a905f924b420020506a4d7d7eedcc0eaf
11982Author: Marian Balakowicz <m8@semihalf.com>
11983Date: Wed Mar 12 10:14:57 2008 +0100
11984
11985 [new uImage] Re-enable interrupts for non automatic booting
11986
11987 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
11988 environment variable is not set to 'yes'.
11989
11990 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11991
11992commit d985c8498c4e47095820da97aa722381d39172c5
11993Author: Marian Balakowicz <m8@semihalf.com>
11994Date: Wed Mar 12 10:14:38 2008 +0100
11995
11996 [new uImage] Remove unnecessary arguments passed to ramdisk routines
11997
11998 boot_get_ramdisk() and image_get_ramdisk() do not need all
11999 cmdtp, flag, argc and argv arguments. Simplify routines definition.
12000
12001 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12002
12003commit c87796483bc7c2900470dc747c367f602577608d
12004Author: Marian Balakowicz <m8@semihalf.com>
12005Date: Wed Mar 12 10:12:37 2008 +0100
12006
12007 [new uImage] Add new uImage format support for ramdisk handling
12008
12009 This patch updates boot_get_ramdisk() routine adding format
12010 verification and handling for new (FIT) uImages.
12011
12012 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12013
12014commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
12015Author: Marian Balakowicz <m8@semihalf.com>
12016Date: Wed Mar 12 10:01:05 2008 +0100
12017
12018 [new uImage] Add new uImage format support for kernel booting
12019
12020 New format uImages are recognized by the bootm command,
12021 validity of specified kernel component image is checked and
12022 its data section located and used for further processing
12023 (uncompress, load, etc.)
12024
12025 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12026
12027commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
12028Author: Marian Balakowicz <m8@semihalf.com>
12029Date: Tue Mar 11 12:35:20 2008 +0100
12030
12031 [new uImage] Add new uImage format support for imls and iminfo commands
12032
12033 imls and iminfo can now recognize nad print out contents of the new (FIT)
12034 format uImages.
12035
12036 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12037
12038commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
12039Author: Bartlomiej Sieka <tur@semihalf.com>
12040Date: Tue Mar 11 12:34:47 2008 +0100
12041
12042 [new uImage] Add support for new uImage format to mkimage tool
12043
12044 Support for the new uImage format (FIT) is added to mkimage tool.
12045 Commandline syntax is appropriately extended:
12046
12047 mkimage [-D dtc_options] -f fit-image.its fit-image
12048
12049 mkimage (together with dtc) takes fit-image.its and referenced therein
12050 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
12051 final image that can be transferred to the target (e.g., via tftp) and then
12052 booted using the bootm command in U-Boot.
12053
12054 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12055
12056commit eb6175edd6c120d8b89678243e5a2be362ee8e40
12057Author: Marian Balakowicz <m8@semihalf.com>
12058Date: Mon Mar 10 17:53:49 2008 +0100
12059
12060 [new uImage] Make node unit names const in struct bootm_headers
12061
12062 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12063
12064commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
12065Author: Marian Balakowicz <m8@semihalf.com>
12066Date: Fri Feb 29 21:24:06 2008 +0100
12067
12068 [new uImage] New uImage low-level API
12069
12070 Add FDT-based functions for handling new format component images,
12071 configurations, node operations, property get/set, etc.
12072
12073 fit_ - routines handling global new format uImage operations
12074 like get/set top level property, process all nodes, etc.
12075 fit_image_ - routines handling component images subnodes
12076 fit_conf_ - routines handling configurations node
12077
12078 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12079 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12080
0b8f2a27
WD
12081commit 30f1806f60978d707b0cff2d7bf89d141fc24290
12082Author: Wolfgang Denk <wd@denx.de>
12083Date: Sun Mar 9 16:20:02 2008 +0100
12084
12085 Release v1.3.2
12086
12087 Update CHANGELOG for release.
12088
12089 Signed-off-by: Wolfgang Denk <wd@denx.de>
12090
30f1806f
WD
12091commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
12092Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12093Date: Sun Mar 9 14:52:11 2008 +0100
12094
12095 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
12096
12097 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12098 Signed-off-by: Wolfgang Denk <wd@denx.de>
12099
12100commit db695b78515ddb88a2d4f3357c120345efbf59ec
12101Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12102Date: Sun Mar 9 10:44:01 2008 +0100
12103
12104 scb9328: Fix flash warning: type qualifiers ignored on function return type
12105
12106 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12107
12108commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
12109Author: Wolfgang Denk <wd@denx.de>
12110Date: Sun Mar 9 10:50:41 2008 +0100
12111
12112 esd/common/fpga.c: fix indentation.
12113
12114 Signed-off-by: Wolfgang Denk <wd@denx.de>
12115
12116commit cc3843e36453e2b8db65d7e56de938ba045016a0
12117Author: Wolfgang Denk <wd@denx.de>
12118Date: Sun Mar 9 10:33:31 2008 +0100
12119
12120 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
12121
12122 and get rid of a couple of unneeded casts.
12123
12124 Signed-off-by: Wolfgang Denk <wd@denx.de>
12125
12126commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
12127Author: Wolfgang Denk <wd@denx.de>
12128Date: Sun Mar 9 10:09:53 2008 +0100
12129
12130 esd/common/fpga.c: fix 'assignment of read-only location' error
12131
12132 Signed-off-by: Wolfgang Denk <wd@denx.de>
12133
12134commit c6fe4dabac066e8758345d249032768496983a3e
12135Author: Wolfgang Denk <wd@denx.de>
12136Date: Sun Mar 9 02:13:19 2008 +0100
12137
12138 Makefile: make build silently again.
12139
12140 Signed-off-by: Wolfgang Denk <wd@denx.de>
12141
12142commit 76babc86576f092573599334c85ec543fdbc6015
12143Author: Wolfgang Denk <wd@denx.de>
12144Date: Sun Mar 9 02:07:49 2008 +0100
12145
12146 m501sk: Fix out of tree building
12147
12148 Signed-off-by: Wolfgang Denk <wd@denx.de>
12149
12150commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
12151Author: Wolfgang Denk <wd@denx.de>
12152Date: Sun Mar 9 00:06:09 2008 +0100
12153
12154 ADS5121: fix out of tree build
12155
12156 and simplify Makefile a bit.
12157
12158 Signed-off-by: Wolfgang Denk <wd@denx.de>
12159
12160commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
12161Author: Wolfgang Denk <wd@denx.de>
12162Date: Sat Mar 8 22:35:31 2008 +0100
12163
12164 Release v1.3.2
12165
12166 Signed-off-by: Wolfgang Denk <wd@denx.de>
12167
12168commit 78a90f827df74520e939c794fc7413dace21c4db
12169Author: Wolfgang Denk <wd@denx.de>
12170Date: Sat Mar 8 22:35:04 2008 +0100
12171
12172 Update CHANGELOG
12173
12174 Signed-off-by: Wolfgang Denk <wd@denx.de>
12175
78a90f82
WD
12176commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
12177Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12178Date: Sat Mar 8 21:30:04 2008 +0100
12179
12180 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
12181
12182 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12183
12184commit d75469d48c05795144f4b8ba76addbb4920a7bba
12185Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12186Date: Sat Mar 8 09:25:49 2008 +0900
12187
12188 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
12189
12190 When rtl_recv() of rtl8169 is called, OWNbit of status register
12191 is not enable occasionally.
12192 rtl_recv() doesn't work normally when the driver doesn't do
12193 appropriate processing.
12194 This patch fix this problem.
12195
12196 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12197
12198commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
12199Author: Heiko Schocher <hs@denx.de>
12200Date: Fri Mar 7 08:15:28 2008 +0100
12201
12202 mgsuvd: update board configuration
12203
12204 initialize the UPIOx controller.
12205
12206 Signed-off-by: Heiko Schocher <hs@denx.de>
12207
12208commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
12209Author: Heiko Schocher <hs@denx.de>
12210Date: Fri Mar 7 08:13:41 2008 +0100
12211
12212 mgcoge: update board configuration
12213
12214 add support for the config Flash.
12215 initialize the UPIOx controller.
12216
12217 Signed-off-by: Heiko Schocher <hs@denx.de>
12218
12219commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
12220Author: Kim Phillips <kim.phillips@freescale.com>
12221Date: Fri Mar 7 12:27:31 2008 -0600
12222
12223 mpc83xx: make dtb basename file references equal those of linux
12224
12225 the dts file basenames were updated in linux - this helps avoid
12226 inadvertently loading any old dtbs laying around.
12227
12228 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12229
12230commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
12231Author: Kim Phillips <kim.phillips@freescale.com>
12232Date: Wed Feb 27 16:08:22 2008 -0600
12233
12234 net: uec_phy: actually increment the timeout counter
12235
12236 allow u-boot to recover (and, e.g., switch to another interface) in the
12237 case where a PHY does not report autonegotiation is complete within its
12238 two second timeout value.
12239
12240 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12241
12242commit 772003e43957ee0c895abed7cd82cbe72820cbb8
12243Author: Markus Brunner <super.firetwister@googlemail.com>
12244Date: Wed Mar 5 21:38:12 2008 +0100
12245
12246 fix taihu soft spi_read
12247
12248 The taihu board used gpio_read_out_bit which reads the output register and not
12249 the pin state.
12250
12251 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
12252
12253commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
12254Author: Stefan Roese <sr@denx.de>
12255Date: Fri Mar 7 08:01:43 2008 +0100
12256
12257 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
12258
12259 Signed-off-by: Stefan Roese <sr@denx.de>
12260
12261commit bd4458cb47abecabd406b1210457be96c69fc49d
12262Author: Dave Liu <r63238@freescale.com>
12263Date: Tue Mar 4 16:59:22 2008 +0800
12264
12265 837xEMDS: Improve the system performance
12266
12267 1. Make the CSB bus pipeline depth as 4, and enable
12268 the repeat mode;
12269 2. Raise the eTSEC emergency priority;
12270 3. Use the highest IP blocks clock.
12271
12272 Signed-off-by: Dave Liu <daveliu@freescale.com>
12273
12274commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
12275Author: Detlev Zundel <dzu@denx.de>
12276Date: Thu Mar 6 16:45:53 2008 +0100
12277
12278 Replace "run load; run update" with conditionalized "run load update".
12279
12280 The latter version stops when "run load" fails for whatever reasons
12281 rendering the combination *a lot* more secure.
12282
12283 Signed-off-by: Detlev Zundel <dzu@denx.de>
12284
12285commit 6bc113886d7d316df1a4e459bec8baf027518551
12286Author: Stefan Roese <sr@denx.de>
12287Date: Tue Mar 4 17:40:41 2008 +0100
12288
12289 net: Print error message upon net usage when no ethernet-interface is found
12290
12291 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
12292 defined. Then no ethernet interface is available but a simple "tftp"
12293 command will return without any error message which is quite confusing.
12294
12295 Signed-off-by: Stefan Roese <sr@denx.de>
12296
12297commit a30a549a3553032d809e0356306b62de0b125901
12298Author: Jon Loeliger <jdl@freescale.com>
12299Date: Tue Mar 4 10:03:03 2008 -0600
12300
12301 Remove erroneous or extra spd.h #includers.
12302
12303 Many of the spd.h #includers don't need it,
12304 and wanted to have spd_sdram() declared instead.
12305 Since they didn't get that, some also had open
12306 coded extern declarations of it instead or as well.
12307 Fix it all up by using spd_sdram.h where needed.
12308
12309 Signed-off-by: Jon Loeliger <jdl@freescale.com>
12310
12311commit a4475386cef14af3fd88f0518b688e755669486d
12312Author: Wolfgang Denk <wd@denx.de>
12313Date: Tue Mar 4 17:41:28 2008 +0100
12314
12315 PCS440EP: fix build problems (redundant #define)
12316
12317 Signed-off-by: Wolfgang Denk <wd@denx.de>
12318
12319commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
12320Author: Stefan Roese <sr@denx.de>
12321Date: Tue Mar 4 17:39:25 2008 +0100
12322
12323 net: Print error message upon net usage when no ethernet-interface is found
12324
12325 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
12326 defined. Then no ethernet interface is available but a simple "tftp"
12327 command will return without any error message which is quite confusing.
12328
12329 Signed-off-by: Stefan Roese <sr@denx.de>
12330
12331commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
12332Author: Wolfgang Denk <wd@denx.de>
12333Date: Tue Mar 4 17:38:50 2008 +0100
12334
12335 W7OLMC/W7OLMG: fix build problems (redundant #define)
12336
12337 Signed-off-by: Wolfgang Denk <wd@denx.de>
12338
12339commit f9301e1cda296245ba052d7b08321199c3d0af9d
12340Author: Wolfgang Denk <wd@denx.de>
12341Date: Tue Mar 4 14:58:31 2008 +0100
12342
12343 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
12344
12345 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
12346 problem for out-of-tree builds which caused "make clean" to fail.
12347
12348 Signed-off-by: Wolfgang Denk <wd@denx.de>
12349
12350commit dfece9500556bed5d8244b1c15d973cec7c25bfe
12351Author: Wolfgang Denk <wd@denx.de>
12352Date: Tue Mar 4 11:58:26 2008 +0100
12353
12354 examples/Makefile: build "hello_world" on 8xx, too.
12355
12356 Signed-off-by: Wolfgang Denk <wd@denx.de>
12357
12358commit 74eb0222594fd23aafdf168e60e872814eea8b62
12359Author: Mike Nuss <mike@terascala.com>
12360Date: Mon Mar 3 15:27:05 2008 -0500
12361
12362 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
12363
12364 Every now and then a Sequoia board (or equivalent hardware) had
12365 problems connecting to a Gigabit capable network interface.
12366
12367 There were differences in the PHY setup between Linux and U-Boot.
12368
12369 This patch fixes the problem. Apparently "remote fault" is being set,
12370 which signals to some devices (on the other end of the cable) that a
12371 fault has occurred, while other devices ignore it. I believe the RF bit
12372 was causing the issue, but I removed T4 also, to match up with Linux.
12373
12374 Signed-off-by: Mike Nuss <mike@terascala.com>
12375
12376commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
12377Author: Timur Tabi <timur@freescale.com>
12378Date: Mon Mar 3 09:58:52 2008 -0600
12379
12380 fix QE firmware uploading limit
12381
12382 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
12383 systems with more than one RISC core.
12384
12385 Signed-off-by: Timur Tabi <timur@freescale.com>
12386
12387commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
12388Author: Bernhard Nemec <bnemec@ganssloser.com>
12389Date: Mon Mar 3 11:57:23 2008 +0000
12390
12391 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
12392
12393 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
12394 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
12395
01db232d 12396 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
12397
12398commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
12399Author: Kim B. Heino <Kim.Heino@bluegiga.com>
12400Date: Mon Mar 3 10:39:13 2008 +0200
12401
12402 fix copy from ram to dataflash
12403
12404 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
12405 routines instead of dataflash. This is because it checks "if source
12406 address is not dataflash" instead of target address.
12407
12408 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
12409
12410commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
12411Author: Wolfgang Denk <wd@denx.de>
12412Date: Mon Mar 3 12:16:44 2008 +0100
12413
12414 Fix quoting problem (preboot setting) in many board config files.
12415
12416 Signed-off-by: Wolfgang Denk <wd@denx.de>
12417
12418commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
12419Author: Wolfgang Denk <wd@denx.de>
12420Date: Mon Mar 3 12:36:49 2008 +0100
12421
12422 ADS5121: Fix default environment.
12423
12424 Signed-off-by: Wolfgang Denk <wd@denx.de>
12425
12426commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
12427Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12428Date: Sun Mar 2 16:12:31 2008 +0100
12429
12430 Makefile: Fix missing unconfig and mkconfig use
12431
12432 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12433
12434commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
12435Author: michael <trimarchi@gandalf.sssup.it>
12436Date: Sun Mar 2 23:33:46 2008 +0100
12437
12438 Fix checking fat32 cluster size.
12439
12440 This fixes the cluster size tests in the FAT32 file system.
12441 The current implementation of VFAT support doesn't work if the
12442 referred cluster has an offset > 16bit representation, causing
12443 "fatload" and "fatls" commands etc. to fail.
12444
12445 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
12446
12447commit 661bad63a076a96c39c64f136915f146725af92b
12448Author: Wolfgang Denk <wd@denx.de>
12449Date: Sun Mar 2 22:57:23 2008 +0100
12450
12451 Prepare v1.3.2-rc2 release candidate
12452
12453 Signed-off-by: Wolfgang Denk <wd@denx.de>
12454
661bad63
WD
12455commit 76957cb3d621bf664311908e5962e151c633c285
12456Author: Stefan Roese <sr@denx.de>
12457Date: Sat Mar 1 12:11:40 2008 +0100
12458
12459 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
12460
12461 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
12462 currently 4k/2k is configured. This patch fixes this issue.
12463
12464 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
12465
12466 Signed-off-by: Stefan Roese <sr@denx.de>
12467
12468commit 118978c8eb43803e2794233922df4249fa278b83
12469Author: Woodruff, Richard <r-woodruff2@ti.com>
12470Date: Fri Feb 29 17:34:35 2008 -0600
12471
12472 Fix alignment error on ARM for modules
12473
12474 Fix alignment fault on ARM when running modules. With out an explicit
12475 linker file gcc4.2.1 will half word align __bss_start's value. The word
12476 dereference will crash hello_world.
12477
12478 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
12479
12480commit ce1120dd703e6f12c59e4eba9962356a0300b832
12481Author: Dave Liu <r63238@freescale.com>
12482Date: Fri Feb 29 17:45:31 2008 +0800
12483
12484 fs: Fix ext2 read issue
12485
12486 The ext2 aligned process will corrupt the key
12487 data struct, the patch fix this.
12488
12489 Signed-off-by: Dave Liu <daveliu@freescale.com>
12490
12491commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
12492Author: Wolfgang Denk <wd@denx.de>
12493Date: Sun Mar 2 22:45:33 2008 +0100
12494
12495 Makefile: cleanup "clean" target
12496
12497 Make sure CDPATH settings cannot interfere.
12498 Update CHANGELOG.
12499
12500 Signed-off-by: Wolfgang Denk <wd@denx.de>
12501
5013c09f
WD
12502commit ffda586fc1373243c9794babde69500f6293a8d8
12503Author: Li Yang <leoli@freescale.com>
12504Date: Fri Feb 29 11:46:05 2008 +0800
12505
12506 add cscope build target
12507
12508 Add cscope build target to generate cscope database for code browsing.
12509
12510 Signed-off-by: Li Yang <leoli@freescale.com>
12511
12512commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
12513Author: Kim Phillips <kim.phillips@freescale.com>
12514Date: Wed Feb 27 15:06:39 2008 -0600
12515
12516 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
12517
12518 erratum 5.6 states the autoneg completion bit is functional only if the
12519 autoneg bit is asserted.
12520
12521 This fixes any secondarily-issued networking commands on non-gigabit
12522 links on the mpc8360 mds board.
12523
12524 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12525
12526commit 5f91db7f582ca17b1f19f10189c025696f333d2e
12527Author: John Rigby <jrigby@freescale.com>
12528Date: Tue Feb 26 09:38:14 2008 -0700
12529
12530 MPC5121e ADS PCI support take 3
12531
12532 Adds PCI support for MPC5121
12533
12534 Tested with drivers/net/rtl8139.c
12535
12536 Support is conditional since PCI on old silicon does not work.
12537
12538 ads5121_PCI_config turns on PCI
12539
12540 In this version, condition compilation of PCI code has been moved
12541 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
12542 suggested by Jean-Christophe PLAGNIOL-VILLARD
12543
12544 Signed-off-by: John Rigby <jrigby@freescale.com>
12545
12546commit 44b4dbed4133f657705b7c5193209da9978243a7
12547Author: Anatolij Gustschin <agust@denx.de>
12548Date: Mon Feb 25 23:53:07 2008 +0100
12549
12550 Fix warnings while compilation of post/drivers/memory.c
12551
12552 Fix warnings while compilation with new gcc in eldk-4.2
12553
12554 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12555
12556commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
12557Author: Anatolij Gustschin <agust@denx.de>
12558Date: Mon Feb 25 20:54:04 2008 +0100
12559
12560 ppc4xx: Fix problem in 4xx_enet.c driver
12561
12562 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
12563 enabled. To reproduce the problem ensure that 'ethrotate'
12564 environment variable isn't set to "no" and then run
12565 "tftp 200000 not_existent_file".
12566 This patch tries to fix the issue.
12567
12568 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12569
12570commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
12571Author: Anatolij Gustschin <agust@denx.de>
12572Date: Mon Feb 25 20:04:20 2008 +0100
12573
12574 POST: Disable cache while SPR POST
12575
12576 Currently (since commit b2e2142c) u-boot crashes on
12577 sequoia board while SPR test if CONFIG_4xx_DCACHE is
12578 enabled. This patch disables the cache while SPR test.
12579
12580 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12581
12582commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
12583Author: Martin Krause <martin.krause@tqs.de>
12584Date: Mon Feb 25 17:52:40 2008 +0100
12585
12586 TQM5200: use automatic fdt memory fixup (part 2)
12587
12588 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
12589 TB5200 and TB5200_B to fixup the /memory node with the memory values
12590 detected by U-Boot.
12591
12592 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12593
12594commit 44ceec253ea941b301abf4b079d52324def69d92
12595Author: Martin Krause <martin.krause@tqs.de>
12596Date: Mon Feb 25 15:17:05 2008 +0100
12597
12598 TQM5200: use automatic fdt memory fixup
12599
12600 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
12601 TB5200 and TB5200_B to fixup the /memory node with the memory values
12602 detected by U-Boot.
12603
12604 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12605
12606commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
12607Author: Martin Krause <martin.krause@tqs.de>
12608Date: Mon Feb 25 13:27:52 2008 +0100
12609
12610 TQM5200: fix bug in SDRAM initialization code
12611
12612 This patch fixes a bug in the SDRAM initialization code for the
12613 TQM5200. The hi_addr bit is now set correctly. Without this patch
12614 the hi_addr bit is always set to 1, if the second SDRAM bank is
12615 not populated.
12616
12617 For other MPC5200 boards a correspondig patch has already been applied
12618 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
12619
12620 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12621 --
12622 Forget the first patch please. I confused flash with SDRAM in
12623 the comment ...
12624
12625commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
12626Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12627Date: Mon Feb 25 00:03:12 2008 +0100
12628
12629 mx1fs2/flash: Fix multiple compiler warnings
12630
12631 "pointer targets in assignment differ in signedness"
12632
12633 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12634
12635commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
12636Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12637Date: Mon Feb 25 00:03:11 2008 +0100
12638
12639 arm-imx: Fix register definitions
12640
12641 Sync register definitions with linux
12642
12643 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12644
12645commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
12646Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12647Date: Mon Feb 25 00:03:10 2008 +0100
12648
12649 actua1/actua2/actua3: Fix multiple unused variable warnings
12650
12651 - actua1:
12652 actux1.c: In function 'checkboard':
12653 actux1.c:92: warning: unused variable 'revision'
12654
12655 - actua2:
12656 actux2.c: In function 'checkboard':
12657 actux2.c:100: warning: unused variable 's'
12658 actux2.c:99: warning: unused variable 'revision'
12659 actux2.c: In function 'reset_phy':
12660 actux2.c:130: warning: unused variable 'i'
12661
12662 - actua3:
12663 actux3.c: In function 'checkboard':
12664 actux3.c:114: warning: unused variable 'revision'
12665
12666 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12667
12668commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
12669Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12670Date: Sun Feb 24 11:44:29 2008 +0900
12671
12672 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
12673
12674 The previous patch was lacking of i386, microblaze, nios and nios2. This
12675 patch tries to fix them.
12676
12677 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12678
438a4c11
WD
12679commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
12680Author: Marian Balakowicz <m8@semihalf.com>
12681Date: Fri Feb 29 22:22:46 2008 +0100
12682
12683 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
12684
12685 Do not use global fdt blob pointer, calculate blob size from routine
12686 argument blob pointer.
12687
12688 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12689
12690commit d1cc52879c8966507dad9fb575481e6d3985e64e
12691Author: David Gibson <david@gibson.dropbear.id.au>
12692Date: Tue Feb 12 00:58:31 2008 +1100
12693
12694 libfdt: Add and use a node iteration helper function.
12695
12696 This patch adds an fdt_next_node() function which can be used to
12697 iterate through nodes of the tree while keeping track of depth. This
12698 function is used to simplify the iteration code in a lot of other
12699 functions, and is also exported for use by library users.
12700
12701 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12702
12703commit 8cf30809a82902a471866d2f07725ce3b8a22291
12704Author: Bartlomiej Sieka <tur@semihalf.com>
12705Date: Fri Feb 29 16:00:24 2008 +0100
12706
12707 [new uImage] Add libfdt support to mkimage
12708
12709 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12710
12711commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
12712Author: Bartlomiej Sieka <tur@semihalf.com>
12713Date: Fri Feb 29 16:00:23 2008 +0100
12714
12715 [new uImage] Add sha1.o object to mkimage binary build
12716
12717 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12718
12719commit df6f1b895c997978f03afe04502ee76b7ba34ab9
12720Author: Marian Balakowicz <m8@semihalf.com>
12721Date: Fri Feb 29 16:00:06 2008 +0100
12722
12723 [new uImage] Fix component handling for legacy multi component images
12724
12725 Use uint32_t when accessing size table in image_multi_count() and
12726 image_multi_getimg() for multi component images.
12727
12728 Add missing uimage_to_cpu() endianness conversion.
12729
12730 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12731
12732commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
12733Author: Marian Balakowicz <m8@semihalf.com>
12734Date: Fri Feb 29 15:59:59 2008 +0100
12735
12736 [new uImage] Share common uImage code between mkimage and U-boot
12737
12738 This patch adds the following common routines:
12739
12740 1) Dedicated mkimage print_header() is replaced with common
12741 image_print_contents()
12742 image_print_contents_noindent()
12743
12744 2) Common os/arch/type/comp fields name <--> id translation routines
12745 genimg_get_os_name()
12746 genimg_get_arch_name()
12747 genimg_get_type_name()
12748 genimg_get_comp_name()
12749 genimg_get_os_id()
12750 genimg_get_arch_id()
12751 genimg_get_type_id()
12752 genimg_get_comp_id()
12753
12754 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12755
12756commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
12757Author: Marian Balakowicz <m8@semihalf.com>
12758Date: Fri Feb 29 14:58:34 2008 +0100
12759
12760 [new uImage] Update naming convention for bootm/uImage related code
12761
12762 This patch introduces the following prefix convention for the
12763 image format handling and bootm related code:
12764
12765 genimg_ - dual format shared code
12766 image_ - legacy uImage format specific code
12767 fit_ - new uImage format specific code
12768 boot_ - booting process related code
12769
12770 Related routines are renamed and a few pieces of code are moved around and
12771 re-grouped.
12772
12773 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12774
12775commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
12776Author: Kumar Gala <galak@kernel.crashing.org>
12777Date: Wed Feb 27 21:51:51 2008 -0600
12778
12779 [new uImage] Respect autostart setting in linux bootm
12780
12781 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12782 Acked-by: Marian Balakowicz <m8@semihalf.com>
12783
12784commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
12785Author: Kumar Gala <galak@kernel.crashing.org>
12786Date: Wed Feb 27 21:51:50 2008 -0600
12787
12788 [new uImage] Provide ability to restrict region used for boot images
12789
12790 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
12791 to restrict what memory range is used for bootm.
12792
12793 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12794 Acked-by: Marian Balakowicz <m8@semihalf.com>
12795
12796commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
12797Author: Kumar Gala <galak@kernel.crashing.org>
12798Date: Wed Feb 27 21:51:49 2008 -0600
12799
12800 [new uImage] Use lmb for bootm allocations
12801
12802 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
12803 functions over to using lmb for allocation of the ramdisk, command line
12804 and kernel bd info.
12805
12806 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
12807 tree.
12808
12809 Provided a weak function that board code can call to do additional
12810 lmb reserves if needed.
12811
12812 Also introduce the concept of bootmap_base to specify the offset in
12813 physical memory that the bootmap is located at. This is used for
12814 allocations of the cmdline, kernel bd, and device tree as they should
12815 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
12816
12817 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12818
12819commit f5614e7926863bf0225ec860d9b319741a9c4004
12820Author: Kumar Gala <galak@kernel.crashing.org>
12821Date: Wed Feb 27 21:51:48 2008 -0600
12822
12823 [new uImage] Add autostart flag to bootm_headers structure
12824
12825 The autostart env variable was dropped as part of the initial new uImage
12826 cleanup. Add it back here so the arch specific code can decide if it
12827 wants to really boot or not.
12828
12829 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12830 Acked-by: Marian Balakowicz <m8@semihalf.com>
12831
12832commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
12833Author: Kumar Gala <galak@kernel.crashing.org>
12834Date: Wed Feb 27 21:51:47 2008 -0600
12835
12836 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
12837
12838 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
12839 the memory spaces used by various boot images and structures. This code
12840 will allow us to simplify the code in bootm and its support functions.
12841
12842 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12843
12844commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
12845Author: Kumar Gala <galak@kernel.crashing.org>
12846Date: Tue Feb 19 22:03:47 2008 -0600
12847
12848 [new uImage] ppc: Allow boards to specify effective amount of memory
12849
12850 For historical reasons we limited the stack to 256M because some boards
12851 could only map that much via BATS. However newer boards are capable of
12852 mapping more memory (for example 85xx is capable of doing up to 2G).
12853
12854 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12855 Acked-by: Marian Balakowicz <m8@semihalf.com>
12856
12857commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
12858Author: Kumar Gala <galak@kernel.crashing.org>
12859Date: Wed Feb 27 21:51:46 2008 -0600
12860
12861 [new uImage] rework error handling so common functions don't reset
12862
12863 Changed image_get_ramdisk() to just return NULL on error and have
12864 get_ramdisk() propogate that error to the caller. It's left to the
12865 caller to call do_reset() if it wants to.
12866
12867 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
12868 to a common location. In the future we will change get_fdt() and
12869 fdt_relocate() to return success/failure and not call do_reset() at all.
12870
12871 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12872 Acked-by: Marian Balakowicz <m8@semihalf.com>
12873
12874commit d2bc095a639672def11d5d043b5688d0dbd692ec
12875Author: Kumar Gala <galak@kernel.crashing.org>
12876Date: Wed Feb 27 21:51:45 2008 -0600
12877
12878 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
12879
12880 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
12881 however it does mean we have to go in and fixup the initrd info since
12882 we don't know where it will be.
12883
12884 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12885
12886commit 27953493ef025fb698d68c5dee39b36f01f4d530
12887Author: Kumar Gala <galak@kernel.crashing.org>
12888Date: Wed Feb 27 21:51:44 2008 -0600
12889
12890 [new uImage] ppc: Determine if we are booting an OF style
12891
12892 If we are bootin OF style than we can skip setting up some things
12893 that are used for the old boot method.
12894
12895 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12896 Acked-by: Marian Balakowicz <m8@semihalf.com>
12897
12898commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
12899Author: Kumar Gala <galak@kernel.crashing.org>
12900Date: Wed Feb 27 21:51:43 2008 -0600
12901
12902 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
12903
12904 We don't actually need the kdb param as we are just using it to get
12905 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
12906 boot via OF we might not actually fill out a kdb.
12907
12908 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12909 Acked-by: Marian Balakowicz <m8@semihalf.com>
12910
12911commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
12912Author: Kumar Gala <galak@kernel.crashing.org>
12913Date: Wed Feb 27 16:30:47 2008 -0600
12914
12915 85xx: Don't icbi when unlocking the cache
12916
12917 There is no reason to icbi when invalidating the temporary stack in
12918 the d-cache. Its impossible on e500 to have the i-cache contain
12919 any addresses in the temp stack and it can be problematic in generating
12920 transactions on the bus to non-valid addresses.
12921
12922 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12923
12924commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
12925Author: Andy Fleming <afleming@freescale.com>
12926Date: Wed Feb 27 15:50:50 2008 -0600
12927
12928 Fix source for ECM error IVPR
12929
12930 The source vector for the ECM was being set to 2,
12931 but that's what the source vector for DDR was being
12932 set to. Change it to 1.
12933
12934 Signed-off-by: Andy Fleming <afleming@freescale.com>
12935
12936commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
12937Author: Andy Fleming <afleming@freescale.com>
12938Date: Wed Feb 27 14:29:58 2008 -0600
12939
12940 Invalidate INIT_RAM TLB mappings
12941
12942 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
12943 mappings to be unguarded. This collided with an existing "bug"
12944 where the mappings for the INIT_RAM were being kept around.
12945 This meant that speculative loads to those addresses were
12946 succeeding in the TLB, and going out to the bus, where they
12947 were causing an exception (there's nothing at that address). The
12948 Flash code was coincidentally causing such a speculative load.
12949 Rather than go back to mapping the INIT RAM as guarded, we fix
12950 it so that the entries for the INIT_RAM are invalidated. Thus
12951 the speculative loads will fail in the TLB, and have no effect.
12952
12953 Signed-off-by: Andy Fleming <afleming@freescale.com>
12954
12955commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
12956Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12957Date: Sun Feb 17 22:56:17 2008 +0100
12958
12959 sbc8548: Fix Revision reading and unused variable 'path'
12960
12961 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12962
12963commit 495d162374c472f46454453553382ad0735dc725
12964Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12965Date: Sun Feb 17 22:56:16 2008 +0100
12966
12967 sbc8548: Fix cfi flash bank declaration
12968
12969 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12970
438a4c11
WD
12971commit 4efbe9dbb129f857f27856936112c8c02f016be6
12972Author: Marian Balakowicz <m8@semihalf.com>
12973Date: Wed Feb 27 11:02:26 2008 +0100
12974
12975 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
12976
12977 Dual format image code must properly handle all three FDT passing methods:
12978 - raw FDT blob passed
12979 - FDT blob embedded in the legacy uImage
12980 - FDT blob embedded in the new uImage
12981
12982 This patch enables proper raw FDT handling when no FIT imaeg support
12983 is compiled in. This is a bit tricky as we must dected FIT format even
12984 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
12985 blobs use tha same low level format (libfdt).
12986
12987 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12988
12989commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
12990Author: Marian Balakowicz <m8@semihalf.com>
12991Date: Wed Feb 27 11:02:26 2008 +0100
12992
12993 [new uImage] POWERPC: Add image_get_fdt() routine
12994
12995 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
12996 (3) or embedded in the new uImage. For the (2) case embedding image must be
12997 verified before we get FDT from it. This patch factors out legacy image
12998 specific verification routine to the separate helper routine.
12999
13000 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13001 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13002
13003commit 1efd43601f90de21ec6c0ebb9880823e822927b1
13004Author: Marian Balakowicz <m8@semihalf.com>
13005Date: Wed Feb 27 11:02:07 2008 +0100
13006
13007 [new uImage] Add image_get_kernel() routine
13008
13009 Legacy image specific verification is factored out to a separate helper
13010 routine to keep get_kernel() generic and simple.
13011
13012 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13013 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13014
13015commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
13016Author: Marian Balakowicz <m8@semihalf.com>
13017Date: Wed Feb 27 11:01:04 2008 +0100
13018
13019 [new uImage] Move image verify flag to bootm_headers structure
13020
13021 Do not pass image verification flag directly to related routines.
13022 Simplify argument passing and move it to the bootm_header structure which
13023 contains curently processed image specific data and is already being passed
13024 on the argument list.
13025
13026 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13027 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13028
13029commit 823afe7cefe00dafefc6696c1cc7aa828c394234
13030Author: Marian Balakowicz <m8@semihalf.com>
13031Date: Wed Feb 27 11:00:47 2008 +0100
13032
13033 [Makefile] Sort COBJS in lib_<arch> Makefiles
13034
13035 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13036
13037commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
13038Author: Marian Balakowicz <m8@semihalf.com>
13039Date: Wed Feb 27 11:00:47 2008 +0100
13040
13041 [new uImage] Optimize gen_get_image() flow control
13042
13043 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
13044 to do, update its control flow to better reflect that simple case.
13045
13046 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13047 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13048
13049commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
13050Author: Marian Balakowicz <m8@semihalf.com>
13051Date: Mon Feb 4 08:28:17 2008 +0100
13052
13053 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
13054
13055 PPC specific FDT blob handling code is divided into two separate routines:
13056
13057 get_fdt() - find and verify a FDT blob (either raw or image embedded)
13058 fdt_relocate() - move FDT blob to within BOOTMAP if needed
13059
13060 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13061 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13062
5013c09f
WD
13063commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
13064Author: Jon Loeliger <jdl@freescale.com>
13065Date: Mon Feb 25 13:13:37 2008 -0600
13066
13067 86xx: Fix renamed GUR symbols in sbc8641d board.
13068
13069 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
13070 (86xx: Fix GUR PCI config registers properly), we should have
13071 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
13072 symbols in the sbc8641d board as well. Fix this oversight.
13073
13074 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13075
13076commit 64cd594e623c39f73964d18787763e4533f791f7
13077Author: Stefan Roese <sr@denx.de>
13078Date: Mon Feb 25 16:50:48 2008 +0100
13079
13080 ppc4xx: Fix acadia_nand build problem
13081
13082 Don't include testdram() on NAND-booting target acadia_nand. This saves
13083 a few bytes and makes the target build clean again.
13084
13085 Signed-off-by: Stefan Roese <sr@denx.de>
13086
13087commit 14e099e698d41e8179d05c2b2dbcf704a236f748
13088Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13089Date: Sun Feb 24 23:03:12 2008 +0000
13090
13091 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
13092
13093 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13094
13095commit 724902c8464e610642b3a170278b99710325888e
13096Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13097Date: Sun Feb 24 23:03:11 2008 +0000
13098
13099 arm-imx: Fix registers definition
13100
13101 Sync registers definition with linux
13102
13103 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13104
13105commit 4cd288b589ea1178947c6e364453c32b3dede6b7
13106Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13107Date: Sun Feb 24 23:03:10 2008 +0000
13108
13109 actua1/actua2/actua3: Fix multipleunused variable
13110
13111 - actua1:
13112 actux1.c: In function 'checkboard':
13113 actux1.c:92: warning: unused variable 'revision'
13114
13115 - actua2:
13116 actux2.c: In function 'checkboard':
13117 actux2.c:100: warning: unused variable 's'
13118 actux2.c:99: warning: unused variable 'revision'
13119 actux2.c: In function 'reset_phy':
13120 actux2.c:130: warning: unused variable 'i'
13121
13122 - actua3:
13123 actux3.c: In function 'checkboard':
13124 actux3.c:114: warning: unused variable 'revision'
13125
13126 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13127
438a4c11
WD
13128commit d5934ad7756f038a393a9cfab76a4fe306d9d930
13129Author: Marian Balakowicz <m8@semihalf.com>
13130Date: Mon Feb 4 08:28:09 2008 +0100
13131
13132 [new uImage] Add dual format uImage support framework
13133
13134 This patch adds framework for dual format images. Format detection is added
13135 and the bootm controll flow is updated to include cases for new FIT format
13136 uImages.
13137
13138 When the legacy (image_header based) format is detected appropriate
13139 legacy specific handling is invoked. For the new (FIT based) format uImages
13140 dual boot framework has a minial support, that will only print out a
13141 corresponding debug messages. Implementation of the FIT specific handling will
13142 be added in following patches.
13143
13144 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13145
5013c09f
WD
13146commit b29661fc1151077776454288051bc9a488351ce8
13147Author: Wolfgang Denk <wd@denx.de>
13148Date: Sun Feb 24 15:21:36 2008 +0100
13149
13150 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
13151
13152 Signed-off-by: Wolfgang Denk <wd@denx.de>
13153
b29661fc
WD
13154commit 00b48a48424894daa589d166d73277830b1c6ac4
13155Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13156Date: Sat Feb 23 12:15:56 2008 +0100
13157
13158 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
13159
13160 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13161
13162commit b075d74efb70ff68c49a2532f26b56d6703b69c1
13163Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13164Date: Sat Feb 23 17:24:16 2008 +0900
13165
13166 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
13167
13168 ----------------------------------------------------------------
13169 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
13170
13171 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
13172 32bit targets.
13173
13174 GCC can be made to warn about usage of long long types with ISO C90
13175 (-ansi), but only with -pedantic. You can write this in a way that even
13176 then it doesn't cause warnings, namely by:
13177
13178 #ifdef __GNUC__
13179 __extension__ typedef __signed__ long long __s64;
13180 __extension__ typedef unsigned long long __u64;
13181 #endif
13182
13183 The __extension__ keyword in front of this switches off any pedantic
13184 warnings for this expression.
13185
13186 Signed-off-by: Olaf Hering <olh@suse.de>
13187 Cc: <linux-arch@vger.kernel.org>
13188 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13189 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13190 ----------------------------------------------------------------
13191
13192 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13193
13194commit 208acd112e6517b21fc30c420396902b103563ac
13195Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13196Date: Sat Feb 23 17:07:57 2008 +0900
13197
13198 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
13199
13200 This will reduce the build time.
13201
13202 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13203
13204commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
13205Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13206Date: Sat Feb 23 17:05:00 2008 +0900
13207
13208 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
13209
13210 This will reduce the build time.
13211
13212 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13213
13214commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
13215Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13216Date: Sat Feb 23 16:58:41 2008 +0900
13217
13218 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
13219
13220 This reduces the build time by ~10%. Here's the gth2_config example.
13221
13222 BEFORE AFTER
13223 real 0m31.441s 0m27.833s
13224 user 0m24.766s 0m23.045s
13225 sys 0m10.425s 0m7.468s
13226
13227 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13228
13229commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
13230Author: Marcel Moolenaar <marcelm@juniper.net>
13231Date: Fri Feb 22 10:48:07 2008 -0800
13232
13233 make define2mk.sed work on FreeBSD
13234
13235 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
13236 the define2mk.sed script was identified as the source of the link
13237 failure on FreeBSD. The problem is that sed(1) does not always support
13238 the '+' operator. It isn't on FreeBSD. The attach patch implements the
13239 equivalent, using the '*' operator instead and should work everywhere.
13240
13241 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
13242
13243commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
13244Author: Detlev Zundel <dzu@denx.de>
13245Date: Fri Feb 22 17:21:32 2008 +0100
13246
13247 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
13248
13249 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
13250 final traces of long-deprecated "ramdisk" kernel parm") makes these
13251 changes neccessary.
13252
13253 Signed-off-by: Detlev Zundel <dzu@denx.de>
13254
13255commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
13256Author: Larry Johnson <lrj@acm.org>
13257Date: Thu Feb 21 13:58:16 2008 -0500
13258
13259 LM75 bug fix for negative temperatures
13260
13261 When the LM75 temperature sensor measures a temperature below 0 C, the
13262 current driver does not perform sign extension, so the result returned is
13263 256 C too high. This patch fixes the problem.
13264
13265 Signed-off-by: Larry Johnson <lrj@acm.org>
13266
13267commit 5a910c224b13e413bda41922379add6d75c32da3
13268Author: Heiko Schocher <hs@denx.de>
13269Date: Thu Feb 21 18:33:45 2008 +0100
13270
13271 IDS8247: update MAINTAINER entry.
13272
13273 Signed-off-by: Heiko Schocher <hs@denx.de>
13274
13275commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
13276Author: Heiko Schocher <hs@denx.de>
13277Date: Thu Feb 21 18:31:15 2008 +0100
13278
13279 Fix device tree for mgsuvd board.
13280
13281 Rename the "scc" node in "ethernet" for the mgsuvd board.
13282
13283 Signed-off-by: Heiko Schocher <hs@denx.de>
13284
13285commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
13286Author: Yuri Tikhonov <yur@emcraft.com>
13287Date: Thu Feb 21 14:23:42 2008 +0100
13288
13289 lwmon5: enable hardware watchdog
13290
13291 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
13292 causing it to reboot the board if U-Boot does a long busy-wait with
13293 udelay(). Thus, for these boards we have to restart WD more
13294 frequently.
13295
13296 This patch splits the busy-wait udelay() into smaller, predefined,
13297 intervals, so that the watchdog timer may be resetted with the
13298 configurable (CONFIG_WD_PERIOD) interval.
13299
13300 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13301
13302commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
13303Author: Anatolij Gustschin <agust@denx.de>
13304Date: Thu Feb 21 12:52:29 2008 +0100
13305
13306 ppc4xx: Support for ATI Radeon 9200 card on sequoia
13307
13308 Adds configuration option for ATI Radeon 9200 card
13309 support to sequoia config file. If CONFIG_VIDEO
13310 is enabled, TEXT_BASE should be changed to 0xFFF80000.
13311
13312 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13313
13314commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
13315Author: Kumar Gala <galak@kernel.crashing.org>
13316Date: Mon Feb 18 08:18:07 2008 -0600
13317
13318 Remove duplicate defines for ARRAY_SIZE
13319
13320 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
13321 the define in common.h.
13322
13323 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13324
13325commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
13326Author: Kumar Gala <galak@kernel.crashing.org>
13327Date: Mon Feb 18 08:09:37 2008 -0600
13328
13329 ppc: Allow boards to specify effective amount of memory
13330
13331 For historical reasons we limited the stack to 256M because some boards
13332 could only map that much via BATS. However newer boards are capable of
13333 mapping more memory (for example 85xx is capable of doing up to 2G).
13334
13335 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13336
13337commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
13338Author: Mike Frysinger <vapier@gentoo.org>
13339Date: Mon Feb 18 05:24:13 2008 -0500
13340
13341 include autoconf.mk before any other .mk files
13342
13343 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
13344 those .mk files can have make if statements based on the current config.
13345
13346 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13347
13348commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
13349Author: Mike Frysinger <vapier@gentoo.org>
13350Date: Mon Feb 18 05:10:07 2008 -0500
13351
13352 error check autoconf.mk generation
13353
13354 If any of the steps for generating autoconf.mk fail currently, they go
13355 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
13356 This is simpler and more robust than placing '|| exit $$?' after every line.
13357
13358 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13359
13360commit 019895a8dee71a9f00da05c03e379f45d581b0fe
13361Author: Stefano Babic <sbabic@denx.de>
13362Date: Mon Feb 18 08:03:51 2008 +0100
13363
13364 Fix bug in dependency checking
13365
13366 By adding VERSION_FILE to the PHONY targets the script
13367 /tools/setlocalversion is always called and version_autogenerated.h
13368 is replaced only if the script find a modified source file.
13369
13370 Signed-off-by: Stefano Babic <sbabic@denx.de>
13371
13372commit 98ba144ccc912eee90dd42699f023c497ce774c6
13373Author: Kyungmin Park <kmpark@infradead.org>
13374Date: Mon Feb 18 14:35:43 2008 +0900
13375
13376 Fix GPMC CS2 memory setup at apollon
13377
13378 It disables the current map first
13379
13380 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13381
13382commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
13383Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13384Date: Sun Feb 17 23:52:46 2008 +0100
13385
13386 uli526x: Fix multiple differ in signedness and parentheses around comparison
13387
13388 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13389
13390commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
13391Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13392Date: Sun Feb 17 16:58:04 2008 +0100
13393
13394 MIPS: Fix CFG_NO_FLASH support
13395
13396 - Fix flash_init call when CFG_NO_FLASH is used
13397 - Remove no more needed flash.c for qemu-mips
13398
13399 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13400
13401commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
13402Author: Mike Frysinger <vapier@gentoo.org>
13403Date: Sat Feb 16 02:40:18 2008 -0500
13404
13405 easylogo: clean up some more and add -r (rgb) support
13406
13407 Michael Hennerich added support for outputting an image in RGB format rather
13408 than forcing YUYV all the time. This makes obvious sense if the display you
13409 have takes RGB input rather than YUYV.
13410
13411 Rather than hack in support for options, I've converted it to use getopt and
13412 cleaned up the argument parsing in the process.
13413
13414 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
13415 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13416
13417commit f65c98129ccada3f7caf97d80395a95b84e911de
13418Author: Mike Frysinger <vapier@gentoo.org>
13419Date: Sat Feb 16 02:12:37 2008 -0500
13420
13421 Makefile: add target for $(LDSCRIPT)
13422
13423 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
13424 then change into the board directory and try and create it. This allows you
13425 to generate the linker script on the fly based upon board defines (like the
13426 Blackfin boards do).
13427
13428 There should be no regressions due to this change as the normal case is to
13429 already have a u-boot.lds file. If that's the case, then there's nothing to
13430 generate, and so make will always exit. The fix here is that if the linker
13431 script does not exist, the implicit rules take over and attempt to guess how
13432 to generate the file.
13433
13434 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13435
438a4c11
WD
13436commit 5583cbf736474ef754e128a54fb78632f57b48fd
13437Author: Marian Balakowicz <m8@semihalf.com>
13438Date: Thu Feb 21 17:27:49 2008 +0100
13439
13440 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
13441
13442 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13443
13444commit 2242f5369822bc7780db95c47985bb408ea9157b
13445Author: Marian Balakowicz <m8@semihalf.com>
13446Date: Thu Feb 21 17:27:41 2008 +0100
13447
13448 [new uImage] Rename and move print_image_hdr() routine
13449
13450 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13451
13452commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
13453Author: Marian Balakowicz <m8@semihalf.com>
13454Date: Thu Feb 21 17:20:20 2008 +0100
13455
13456 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
13457
13458 Introducing routines for parsing new uImage format bootm arguments:
13459 [<addr>]#<conf> - configuration specification
13460 [<addr>]:<subimg> - subimage specification
13461
13462 New format images can contain multiple subimages of the same type. For example
13463 a single new format image file can contain three kernels, two ramdisks and a
13464 couple of FDT blobs. Subimage and configuration specifications are extensions
13465 to bootm (and other image-related commands) arguments' syntax that allow to
13466 specify which particular subimage should be operated on.
13467
13468 Subimage specification is used to denote a particular subimage. Configurations
13469 are a bit more complex -- they are used to define a particualr booting setup,
13470 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
13471 etc.
13472
13473 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13474
13475commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
13476Author: Marian Balakowicz <m8@semihalf.com>
13477Date: Thu Feb 21 17:20:19 2008 +0100
13478
13479 [new uImage] Add gen_get_image() routine
13480
13481 This routine assures that image (whether legacy or FIT) is not
13482 in a special dataflash storage.
13483
13484 If image address is a dataflash address image is moved to system RAM.
13485
13486 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13487
13488commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
13489Author: Marian Balakowicz <m8@semihalf.com>
13490Date: Thu Feb 21 17:20:18 2008 +0100
13491
13492 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
13493
13494 New uImage format (Flattened Image Tree) requires libfdt
13495 functionality, print out error message if CONFIG_OF_LIBFDT
13496 is not defined.
13497
13498 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
13499 This commit turns it on by default.
13500
13501 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13502
b29661fc
WD
13503commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
13504Author: Michael Schwingen <michael@schwingen.org>
13505Date: Mon Feb 18 23:16:35 2008 +0100
13506
13507 CFI: Do not use uninitialized cmd_reset
13508
13509 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
13510 commands instead
13511
13512 From a short test, it looks like AMD-style flash roms treat *any* unknown
13513 command write as a reset, at least when in CFI Query mode, so issuing the
13514 Intel reset command to AMD-style flashs seems safe (from the small sample I
13515 have), plus the 3-cycle magic sequence should kick the state machine into
13516 the right state even without a reset command. Since the AMD-style flashs
13517 require the unlock sequence for real operation, I chose to try the AMD reset
13518 command first, so that Intel flashs do no see an invalid command prior to
13519 the CFI query.
13520
13521 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
13522 plus Intel StrataFlash.
13523
13524 Signed-off-by: Michael Schwingen <michael@schwingen.org>
13525 Signed-off-by: Stefan Roese <sr@denx.de>
13526
13527commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
13528Author: Rafal Jaworowski <raj@semihalf.com>
13529Date: Thu Feb 21 11:56:44 2008 +0100
13530
13531 API: Add (c) and licensing notice to the public API header.
13532
13533 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
13534
13535commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
13536Author: Yuri Tikhonov <yur@emcraft.com>
13537Date: Thu Feb 21 11:06:07 2008 +0100
13538
13539 Fix CPU POST test failure
13540
13541 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
13542 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
13543 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
13544 This patch just saves the CR value before running the test code, so allowing
13545 it to do anything it wants with CR.
13546
13547 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
13548 Acked-by: Yuri Tikhonov <yur@emcraft.com>
13549 --
13550
13551commit d5908b093955415f3d340706378b991f911af671
13552Author: Jon Loeliger <jdl@freescale.com>
13553Date: Wed Feb 20 15:26:51 2008 -0600
13554
13555 8610HPCD: Document the flashbank selection switches.
13556
13557 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13558
13559commit a551cee99ad1d1da20fd23ad265de47448852f56
13560Author: Jon Loeliger <jdl@freescale.com>
13561Date: Wed Feb 20 14:22:26 2008 -0600
13562
13563 86xx: Fix GUR PCI config registers properly.
13564
13565 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
13566 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
13567 botched it due to not realizing that 8610 and 8641 had different
13568 Global Utility Register defintions, one of which was like 85xx,
13569 and the other wasn't. Correct this problem by introducing two
13570 symbols, one for each 86xx SoC, but neither of which is named
13571 anything like 85xx.
13572
13573 My bad. Lovely Wednesday with git bisect. You know.
13574
13575 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13576
13577commit cb06eb961bdffc8728b38c242473d802e83ab2b4
13578Author: Jon Loeliger <jdl@freescale.com>
13579Date: Wed Feb 20 12:24:11 2008 -0600
13580
13581 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
13582
13583 Without an actual supported video card hooked up, enabling
13584 the CONFIG_VIDEO by default just makes it look broken by
13585 routing all console output to the video card. Don't.
13586
13587 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13588
13589commit 4d264eff4312f230776b913edade7ceb75f1b1e0
13590Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
13591Date: Wed Jan 30 15:08:15 2008 -0600
13592
13593 ColdFire: Fix missing code flash size for M5485EVB
13594
13595 Signed-off-by: James Mahan <kmahan@freescale.com>
13596 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13597
13598commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
13599Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
13600Date: Wed Jan 30 15:04:42 2008 -0600
13601
13602 ColdFire: Fix 5282 and 5271 interrupt mask bit
13603
13604 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13605
13606commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
13607Author: Jon Loeliger <jdl@freescale.com>
13608Date: Tue Feb 19 12:31:08 2008 -0600
13609
13610 8610HPCD: Fix typos in two PCI setup registers.
13611
13612 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
13613 were erroneously present as 85xx names and values, leftover from
13614 the clone wars. Fix this by removing the 85xx cruft from the
13615 86xx codebase.
13616
13617 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13618
13619commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
13620Author: Jon Loeliger <jdl@freescale.com>
13621Date: Mon Feb 18 14:01:56 2008 -0600
13622
13623 86xx: Convert sbc8641d to use libfdt.
13624
13625 This is the proper fix for a missing closing brace in the function
01db232d 13626 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
13627 The ft_cpu_setup() function in mpc8641hpcn.c should have been
13628 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
13629 but was missed. Only, the sbc8641d was nominally still using it.
13630 It all got ripped out, and the funcality that was in ft_board_setup()
13631 was refactored to remove the CPU portions into the new file
13632 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
13633
13634 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
13635
13636 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13637
13638commit 04efddc87c50c84f85dad5c331c634a6ce830a83
13639Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13640Date: Sun Feb 17 23:35:31 2008 +0100
13641
13642 mpc86xx: Fix unused variable 'config' and 'immap'
13643
13644 and remove useless CONFIG_DDR_INTERLEAVE
13645
13646 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13647
13648commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
13649Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13650Date: Sun Feb 17 23:03:36 2008 +0100
13651
13652 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
13653
13654 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13655
13656commit b6f29c84c208a091f95a10cbc9852d729659ba20
13657Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13658Date: Sun Feb 17 14:15:31 2008 +0100
13659
13660 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
13661
13662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13663
13664commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
13665Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13666Date: Sun Feb 17 14:15:32 2008 +0100
13667
13668 pxa: fix assignment from incompatible pointer type
13669
13670 fix mmc_bread function prototype
13671
13672 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13673
13674commit 64d792063fff90b8118179b092feee09fe5cae13
13675Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13676Date: Sun Feb 17 14:15:30 2008 +0100
13677
13678 at91cap9adk: fix implicit declaration of function 'eth_init'
13679
13680 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13681
13682commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
13683Author: Wolfgang Denk <wd@denx.de>
13684Date: Sun Feb 17 15:43:44 2008 +0100
13685
13686 Remove files added by mistake, update CHANGELOG.
13687
13688 Signed-off-by: Wolfgang Denk <wd@denx.de>
13689
375c4353
WD
13690commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
13691Author: Mike Nuss <mike@terascala.com>
13692Date: Wed Feb 6 11:10:11 2008 -0500
13693
13694 PPC440EPx: Optionally enable second I2C bus
13695
13696 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
13697 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
13698 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
13699
13700 Signed-off-by: Mike Nuss <mike@terascala.com>
13701 Cc: Stefan Roese <sr@denx.de>
13702
13703commit ef5b4f221c22d05770878513951745f236b5b43f
13704Author: Niklaus Giger <niklaus.giger@netstal.com>
13705Date: Tue Feb 5 10:26:44 2008 +0100
13706
13707 ppc4xx: HCU4/5. Cleanup configs
13708
13709 - hcu4.h: Removed define of CONFIG_PPC405GPr
13710 - Corrected phy addresses
13711 - Fix boot variables
13712 - Respect line length of 80 chars
13713
13714 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
13715
13716commit 74973126d1be63ac75bdc192f46234dca3a7c421
13717Author: Niklaus Giger <niklaus.giger@netstal.com>
13718Date: Tue Feb 5 11:31:28 2008 +0100
13719
13720 ppc4xx: HCU4/5. Cleanups
13721
13722 - Fix some coding style violations.
13723 - Use in/out_u16/32 where appropriate.
13724 - Use register names from ppc405.h.
13725 - Fix trace useage for Lauterbach.
13726 - Remove obsolete generation HCU2.
13727 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
13728
13729 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
13730
13731commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
13732Author: Niklaus Giger <niklaus.giger@netstal.com>
13733Date: Tue Feb 5 10:26:41 2008 +0100
13734
13735 ppc4xx: PPC405GPr fix missing register definitions
13736
13737 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
13738
13739commit 214398d9cb22268d9d4f7563359edca0f78297a2
13740Author: Larry Johnson <lrj@acm.org>
13741Date: Fri Jan 18 21:49:05 2008 -0500
13742
13743 ppc4xx: Beautify configuration files for Sequoia and Korat boards
13744
13745 Signed-off-by: Larry Johnson <lrj@acm.org>
13746
13747commit 30c6a241e88499f536e86d325759e29ba00ff67f
13748Author: Anatolij Gustschin <agust@denx.de>
13749Date: Fri Feb 15 20:09:01 2008 +0100
13750
13751 Wipe out assembler warnings while compiling x86 biosemu
13752
13753 This patch tries to get rid of some assembler warnings about
13754 changed .got2 section type while compiling x86 bios emulator
13755 code.
13756
13757 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13758
13759commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
13760Author: Wolfgang Denk <wd@denx.de>
13761Date: Fri Feb 15 00:57:09 2008 +0100
13762
13763 Prepare v1.3.2-rc1 release candidate
13764
67a4389e
WD
13765commit f33e9653c9c09868995d788511d573771c209fe5
13766Author: Anatolij Gustschin <agust@denx.de>
13767Date: Fri Feb 15 00:13:20 2008 +0100
13768
13769 Fix compile warning on lib_ppc/board.c
13770
13771 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13772
13773commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
13774Author: Anatolij Gustschin <agust@denx.de>
13775Date: Thu Feb 14 18:22:04 2008 +0100
13776
13777 Add Radeon Mobility 9200 pci device id to the radeon driver
13778
13779 This patch extends PCI device id table of the
13780 radeon driver so that the driver will also support
13781 Radeon Mobility 9200 (M9+) based boards.
13782
13783 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13784
13785commit 1b8607e1f7143548c6062c28371449ec69588c00
13786Author: Anatolij Gustschin <agust@denx.de>
13787Date: Thu Feb 14 18:19:50 2008 +0100
13788
13789 Extend ATI Radeon driver to support more video modes
13790
13791 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
13792 800x600, 640x480 at 24, 16 and 8 bpp.
13793
13794 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13795
13796commit 4124382de029d361162a4b8cecc773eb8f26e2a8
13797Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13798Date: Sun Feb 10 17:05:20 2008 +0100
13799
13800 xsengine: fix typo and few coding style
13801
13802 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13803
13804commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
13805Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13806Date: Fri Feb 8 21:25:58 2008 +0100
13807
13808 Fix wrong memory limit calculation in memory-test
13809
13810 If the length of the memory address range passed to the "mtest" command is
13811 not of the form 2^x - 1, not all address lines are tested. This bug is
13812 inherited from the original software at
13813 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
13814 this.
13815
13816 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13817
13818commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
13819Author: Wolfgang Denk <wd@denx.de>
13820Date: Fri Feb 15 00:11:39 2008 +0100
13821
13822 Coding STyle cleanup.
13823
13824 Signed-off-by: Wolfgang Denk <wd@denx.de>
13825
13826commit f6921e3dc331293c873ec4d109fd5517a42a90b3
13827Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13828Date: Tue Feb 5 13:30:43 2008 +0900
13829
13830 sh: Fix register address of SH7722
13831
13832 The address of SH7722 is wrong by old document.
13833 This patch fixes this problem.
13834
13835 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13836
13837commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
13838Author: Mike Frysinger <vapier@gentoo.org>
13839Date: Mon Feb 4 17:44:23 2008 -0500
13840
13841 only update version header as needed
13842
13843 Constantly rebuilding the version header will force useless relinking, so we
13844 simply need to compare the new header with the existing one before updating
13845 it.
13846
13847 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13848
13849commit 208447f8e953f347425eb92c8e28d59e6d911363
13850Author: Mike Frysinger <vapier@gentoo.org>
13851Date: Mon Jan 28 05:56:19 2008 -0500
13852
13853 Do not specify a CROSS_COMPILE default when executing size
13854
13855 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13856
13857commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
13858Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13859Date: Wed Feb 13 11:19:19 2008 +0100
13860
13861 Fix return value of mtest when CFG_ALT_MEMTEST set
13862
13863 Fix a missing return statement from a non-void function.
13864
13865 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13866
13867commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
13868Author: Timur Tabi <timur@freescale.com>
13869Date: Wed Jan 9 14:35:26 2008 -0600
13870
13871 85xx, 86xx: Determine I2C clock frequencies and store in global_data
13872
13873 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
13874
13875 Update the get_clocks() function in 85xx and 86xx to determine the I2C
13876 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
13877
13878 Signed-off-by: Timur Tabi <timur@freescale.com>
13879
13880commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
13881Author: Wolfgang Denk <wd@denx.de>
13882Date: Thu Feb 14 23:18:01 2008 +0100
13883
13884 TQM834x: clean up configuration
13885
13886 Get board name consistent with Linux and elsewhere;
13887 get rid of local network definitions etc.
13888
13889 Signed-off-by: Wolfgang Denk <wd@denx.de>
13890
13891commit 38cc09c55b1d7f233789052c6fc462e5377669a9
13892Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13893Date: Thu Feb 14 08:02:12 2008 +0100
13894
13895 TFTP: fix search of ':' in BootFile
13896
13897 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13898
13899commit 0bc9efada170096c6b273f19165e32936d330d80
13900Author: Wolfgang Denk <wd@denx.de>
13901Date: Thu Feb 14 22:46:55 2008 +0100
13902
13903 Coding style cleanup; update CHANGELOG.
13904
13905 Signed-off-by: Wolfgang Denk <wd@denx.de>
13906
0bc9efad
WD
13907commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
13908Author: Wolfgang Denk <wd@denx.de>
13909Date: Thu Feb 14 22:43:22 2008 +0100
13910
13911 PPC: Use r2 instead of r29 as global data pointer
13912
13913 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
13914 will refuse to use load/store multiple insns; instead, it issues a
13915 list of simple load/store instructions upon function entry and exit,
13916 resulting in bigger code size, which in turn makes the build for a
13917 few boards fail.
13918
13919 Use r2 instead.
13920
13921 Signed-off-by: Wolfgang Denk <wd@denx.de>
13922
13923commit 3c234efa693bc59906c2be55c7918ecbb55392ea
13924Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
13925Date: Wed Jan 30 09:08:49 2008 +0100
13926
13927 ARM: make the machid configurable via the environment
13928
13929 If the variable "machid" exists, let do_bootm_linux use that instead
13930 of bd->bi_arch_number.
13931
13932