]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
sh: Migo-R: Update BSC value
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
3cbd8231
WD
1commit a47f957ab523019992fdef857af01bd71c58a4da
2Author: Alessandro Rubini <rubini-list@gnudd.com>
3Date: Fri Oct 31 22:33:21 2008 +0100
4
5 NAND: Allow NAND and OneNAND to coexist
6
7 This removes in nand.h code that is verbatim duplicated from bbm.h,
8 including directly bbm.h in nand.h. The previous state of affairs
9 prevented compiling code for a board hosting both NAND and OneNAND chips.
10
11 Reported-by: Scott Wood <scottwood@freescale.com>
12 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
13 Signed-off-by: Scott Wood <scottwood@freescale.com>
14
15commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
16Author: Scott Wood <scottwood@freescale.com>
17Date: Fri Oct 31 13:51:12 2008 -0500
18
19 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
20
21 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
22 Signed-off-by: Scott Wood <scottwood@freescale.com>
23
24commit c57fc28947e248fb03c49a28b467686299895055
25Author: Jason Jin <Jason.Jin@freescale.com>
26Date: Fri Oct 31 05:07:04 2008 -0500
27
28 NAND: Add NAND support for MPC8536DS board
29
30 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
31 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
32 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
33
34 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
35 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
36 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37
38commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
39Author: Haiying Wang <Haiying.Wang@freescale.com>
40Date: Fri Oct 31 05:06:14 2008 -0500
41
42 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
43
44 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
45
46 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
47 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48
49commit 51b572a801be57790fe26adaa530210e7fba59cc
50Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51Date: Fri Oct 24 10:49:48 2008 +0900
52
53 sh: rsk7203: Moved rsk7203 board to board/renesas
54
55 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56
57commit 58453b00b3ebb26aaa901210023f99504a90bb00
58Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
59Date: Fri Oct 24 10:48:31 2008 +0900
60
61 sh: MigoR: Moved MigoR board to board/renesas
62
63 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64
65commit c1da2a22817ba85b437afa2f4e715e658b219fd1
66Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67Date: Fri Oct 24 10:39:44 2008 +0900
68
69 sh: r2dplus: Moved r2dplus board to board/renesas
70
71 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72
73commit 78385bf2359d828184d0b3649f7ae6b933420000
74Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75Date: Fri Oct 24 10:36:13 2008 +0900
76
77 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
78
79 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
80
81commit c6525d459c350bfc246ea7826456af77e1e314eb
82Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
83Date: Fri Oct 24 10:35:19 2008 +0900
84
85 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
86
87 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
88
89commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
90Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
91Date: Fri Oct 24 10:34:21 2008 +0900
92
93 sh: r7780mp: Moved r7780mp board to board/renesas
94
95 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
96
97commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
98Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
99Date: Fri Oct 24 10:32:14 2008 +0900
100
101 sh: ap325rxa: Moved ap325rxa board to board/renesas
102
103 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
104
105commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
106Author: Wolfgang Denk <wd@xpert.denx.de>
107Date: Fri Oct 31 01:12:28 2008 +0100
108
109 CFI Driver: Fix "flash not ready" problem
110
111 This patch fixes a problem on systems where the NOR flash is attached
112 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
113 on the assumption that the same flash address is read twice without
114 any other interjacent flash accesses. However, on 32 bit systems the
115 function flash_read64() [as currently implemented] does not perform
116 an atomic 64 bit read - instead, this is broken down into two 32 bit
117 read accesses on addresses "addr" and "addr + 4". So instead of
118 reading a 64 bit value twice from "addr", we see a sequence of 4 32
119 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
120 consequence is that flash_toggle() fails to work.
121
122 This patch implements a simple, but somewhat ugly solution, as it
123 avoids the use of flash_read64() in this critical place (by breaking
124 it down manually into 32 bit read operations) instead of rewriting
125 flash_read64() such to perform atomic 64 bit reads as one could
126 expect. However, such a rewrite would require the use of floating
127 point load operations, which becomes pretty complex:
128
129 save MSR;
130 set Floating Point Enable bit in MSR;
131 use "lfd" instruction to perform atomic 64 bit read;
132 use "stfd" to store value to temporary variable on stack;
133 load u64 value from temporary variable;
134 restore saved MSR;
135 return u64 value;
136
137 The benefit-cost ratio of such an implementation was considered too
138 bad to actually attempt this, especially as we can expect that such
139 an implementation would not only have a bigger memory footprint but
140 also cause a performance degradation.
141
142 Signed-off-by: Wolfgang Denk <wd@denx.de>
143 Signed-off-by: Stefan Roese <sr@denx.de>
144
145commit cdd4fe63b094d4b767f12ff241d72566b461ee61
146Author: Stefan Roese <sr@denx.de>
147Date: Fri Oct 31 10:48:08 2008 +0100
148
149 ppc4xx: Fix spelling error in MAINTAINERS file
150
151 Signed-off-by: Stefan Roese <sr@denx.de>
152
153commit be270798900b75ad9c47c7b79c72f70441196c56
154Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
155Date: Tue Oct 28 13:37:00 2008 +0100
156
157 ppc4xx: Update PMC440 board support
158
159 This patch brings PMC440 board support up to date:
160
161 - fix GPIO configuration
162 - add misc_init_f()
163 - use better values for usbact variable
164 - fix USB 2.0 phy reset sequence
165 - shrink BAR2 to save PCI address space
166 - add FDT support
167
168 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
169 Signed-off-by: Stefan Roese <sr@denx.de>
170
171commit 75183b1a7fc04206d9779d13f16e03853d7e965d
172Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
173Date: Tue Oct 28 13:36:59 2008 +0100
174
175 ppc4xx: Fix PMC440 BSP commands
176
177 This patch fixes the PMC440 BSP commands painit and selfreset
178
179 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
180 Signed-off-by: Stefan Roese <sr@denx.de>
181
182commit 76b565b69f886d5ae748db65e44f464b0e70d41a
183Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
184Date: Tue Oct 28 13:36:58 2008 +0100
185
186 ppc4xx: Update PMC440 board configuration
187
188 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
189 Signed-off-by: Stefan Roese <sr@denx.de>
190
191commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
192Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
193Date: Tue Oct 28 13:36:57 2008 +0100
194
195 ppc4xx: Fix esd loadpci command
196
197 This patch fixes esd's loadpci command when not all
198 memory on adapter boards is accessable via PCI.
199
200 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
201 Signed-off-by: Stefan Roese <sr@denx.de>
202
203commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
204Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
205Date: Tue Oct 28 13:36:56 2008 +0100
206
207 ppc4xx: Clean up PMC440 header
208
209 -Codingstyle cleanup
210 -Remove unused GPIO define
211
212 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
213 Signed-off-by: Stefan Roese <sr@denx.de>
214
215commit 295133258a44f97a57fb2ec339aecfda11f4db95
216Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
217Date: Tue Oct 28 13:36:55 2008 +0100
218
219 ppc4xx: Handle other board variant in PMC440 FPGA code
220
221 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
222 Signed-off-by: Stefan Roese <sr@denx.de>
223
224commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
225Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
226Date: Mon Oct 27 12:35:59 2008 +0100
227
228 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
229
230 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
231 config files of both infrastuctures
232
233 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
234 Signed-off-by: Stefan Roese <sr@denx.de>
235
236commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
237Author: Stefan Roese <sr@denx.de>
238Date: Sat Oct 25 06:45:31 2008 +0200
239
240 ppc4xx: Correctly configure the GPIO pin muxing on Arches
241
242 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
243 pin multiplexing correctly
244
245 Signed-off-by: Stefan Roese <sr@denx.de>
246
247commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
248Author: Bartlomiej Sieka <tur@semihalf.com>
249Date: Thu Oct 30 23:22:04 2008 +0100
250
251 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
252
253 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
254
255commit 4bc7deee9095f21e243b724ca3d634251c1d5432
256Author: David Gibson <david@gibson.dropbear.id.au>
257Date: Wed Oct 29 23:27:45 2008 -0500
258
259 libfdt: Fix bug in fdt_subnode_offset_namelen()
260
261 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
262 which causes it to keep searching after it's finished the subnodes of
263 the given parent, and into the subnodes of siblings of the original
264 node which come after it in the tree.
265
266 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
267 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
268
269commit f242a08871839eac081ba5b599af979f3a148a0d
270Author: Peter Korsgaard <jacmet@sunsite.dk>
271Date: Tue Oct 28 08:26:52 2008 +0100
272
273 fdt_resize(): ensure minimum padding
274
275 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
276 (16 bytes), so make sure that fdt_resize at least adds that much
277 padding, no matter what the location or size of the fdt is.
278
279 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
280 Acked-by: Andy Fleming <afleming@freescale.com>
281
282commit d685b74c64a38849f1a129b3ab846fbf67dd937e
283Author: Dave Liu <daveliu@freescale.com>
284Date: Thu Oct 23 21:59:35 2008 +0800
285
286 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
287
288 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
289
290 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
291
292 This is needed in unlock_ram_in_cache() because it is called from C and
293 will corrupt the small data area anchor that is kept in R2.
294
295 lock_ram_in_cache() is modified similarly as good coding practice, but
296 is not called from C.
297
298 Signed-off-by: Nick Spence <nick.spence@freescale.com>
299
300 also, the r2 is used as global data pointer.
301
302 Signed-off-by: Dave Liu <daveliu@freescale.com>
303
304commit e053ab1903ccae6048ef759025b9f675bba91450
305Author: Scott Wood <scottwood@freescale.com>
306Date: Tue Oct 28 11:45:04 2008 -0500
307
308 mpc83xx pci: Round up memory size in inbound window.
309
310 The current calculation will fail to cover all memory if
311 its size is not a power of two.
312
313 Signed-off-by: Scott Wood <scottwood@freescale.com>
314 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
315
316commit 1c671977dc81359628be27ac99c174e76e8069ba
317Author: Dave Liu <daveliu@freescale.com>
318Date: Thu Oct 23 21:19:13 2008 +0800
319
320 86xx: remove the unused definition
321
322 Signed-off-by: Dave Liu <daveliu@freescale.com>
323
324commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
325Author: Dave Liu <daveliu@freescale.com>
326Date: Tue Oct 28 17:47:49 2008 +0800
327
328 86xx: remove the redundant r2 global data pointer save
329
330 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
331 the another global data pointer save, but in fact the
332 global data pointer will be initialized in the board_init_r,
333 so remove it such as the 85xx/83xx family.
334
335 Signed-off-by: Dave Liu <daveliu@freescale.com>
336 Acked-by: Kumar Gala <kumar.gala@freescale.com>
337
338commit bd888e9544419665334a6f47f81f34011cea38f3
339Author: Dave Liu <daveliu@freescale.com>
340Date: Tue Oct 28 17:47:41 2008 +0800
341
342 86xx: remove the unused code for 86xx family
343
344 I believe these code was copied from 74xx family, but for
345 86xx, it is unused.
346
347 Signed-off-by: Dave Liu <daveliu@freescale.com>
348 Acked-by: Kumar Gala <kumar.gala@freescale.com>
349
350commit 5ba1ef507402bc5e344dc374203792a40f222e8a
351Author: Dave Liu <daveliu@freescale.com>
352Date: Tue Oct 28 17:46:35 2008 +0800
353
354 86xx: remove the second DDR LAW setting for mpc8641hpcn
355
356 The DDR1 LAW will precedence the DDR2 LAW, so remove
357 the second DDR LAW.
358
359 Signed-off-by: Dave Liu <daveliu@freescale.com>
360 Acked-by: Becky Bruce <becky.bruce@freescale.com>
361
362commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
363Author: Dave Liu <daveliu@freescale.com>
364Date: Tue Oct 28 17:46:23 2008 +0800
365
366 86xx: remove the unused ddr_enable_ecc in the board file
367
368 The DDR controller of 86xx processors have the ECC data init
369 feature, and the new DDR code is using the feature, we don't
370 need the way with DMA to init memory again.
371
372 Signed-off-by: Dave Liu <daveliu@freescale.com>
373 Acked-by: Kumar Gala <kumar.gala@freescale.com>
374
375commit dc2adad85bf580d65916c940683f6e9671e8a5dd
376Author: Dave Liu <daveliu@freescale.com>
377Date: Tue Oct 28 17:46:12 2008 +0800
378
379 86xx: Move the clear_tlbs before MMU turn on
380
381 We must invalidate TLBs before MMU turn on, but
382 currently the code is not, if there are some stale
383 TLB entry valid in the TLBs, it will cause strange
384 issue.
385
386 Signed-off-by: Dave Liu <daveliu@freescale.com>
387 Acked-by: Becky Bruce <becky.bruce@freescale.com>
388
389commit 5cdade07b118d07154cb882650f9778cecc8a87c
390Author: Scott Wood <scottwood@freescale.com>
391Date: Mon Oct 27 15:57:08 2008 -0500
392
393 mpc8313erdb: Document NAND boot.
394
395 Previously, the documentation claimed that NAND boot is not supported.
396 This is no longer true.
397
398 Signed-off-by: Scott Wood <scottwood@freescale.com>
399
400commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
401Author: Scott Wood <scottwood@freescale.com>
402Date: Wed Oct 29 14:20:26 2008 -0500
403
404 NAND: Properly create JFFS2 cleanmarkers.
405
406 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
407 command is currently broken, and among other things causes all blocks
408 to be marked bad.
409
410 This implements it properly using MTD_OOB_AUTO, along with some
411 indentation fixes.
412
413 Signed-off-by: Scott Wood <scottwood@freescale.com>
414
415commit f7fe57c09866b44692d18c8cf22828bd137ec58d
416Author: Scott Wood <scottwood@freescale.com>
417Date: Wed Oct 29 13:42:41 2008 -0500
418
419 NAND fsl elbc: Set FMR[ECCM] based on page size.
420
421 Hardware expects ECCM 0 for small page and ECCM 1 for large page
422 when booting from NAND, so use those defaults.
423
424 Signed-off-by: Scott Wood <scottwood@freescale.com>
425
426commit c013b74975dab0805ef6d369b013230c4e8a660d
427Author: Haiying Wang <Haiying.Wang@freescale.com>
428Date: Wed Oct 29 13:32:59 2008 -0400
429
430 NAND: Add support for MPC8572DS board
431
432 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
433 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
434 config file.
435
436 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
437 make room for the increased code size with NAND enabled.
438
439 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
440 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
441 Signed-off-by: Scott Wood <scottwood@freescale.com>
442
443commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
444Author: Haiying Wang <Haiying.Wang@freescale.com>
445Date: Wed Oct 29 11:05:55 2008 -0400
446
447 Make Freescale local bus registers available for both 83xx and 85xx.
448
449 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
450 can be shared by both 83xx and 85xx
451 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
452 files which use lbus83xx_t.
453 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
454 85xx can share them.
455
456 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
457 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
458 Signed-off-by: Scott Wood <scottwood@freescale.com>
459
460commit 695c130e4bf75b444720ddfd83aca88f41c046cf
461Author: Scott Wood <scottwood@freescale.com>
462Date: Mon Oct 27 15:38:30 2008 -0500
463
464 NAND: Align right column of the shorthelp with other commands.
465
466 I accidentally broke this in when making consistent the partial
467 alignment of the longhelp.
468
469 Signed-off-by: Scott Wood <scottwood@freescale.com>
470
471commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
472Author: Karl Beldan <karl.beldan@gmail.com>
473Date: Mon Sep 15 16:08:03 2008 +0200
474
475 NAND: Reset chip on power-up
476
477 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
478 The first command sent is NAND_CMD_READID.
479 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
480 Tested with an MT29F4G08AAC.
481
482 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
483 Signed-off-by: Scott Wood <scottwood@freescale.com>
484
485commit c45912d8abc52de796b9059a58faf7c4166eab58
486Author: Scott Wood <scottwood@freescale.com>
487Date: Fri Oct 24 16:20:43 2008 -0500
488
489 NAND: sync with 2.6.27
490
491 This brings the core NAND code up to date with the Linux kernel.
492
493 Since there were several drivers in Linux as of the last update that are
494 not in u-boot, I'm not bringing over new drivers that have been added
495 since in the absence of an interested party.
496
497 I did not update OneNAND since it was recently synced by Kyungmin Park,
498 and I'm not sure exactly what the common ancestor is.
499
500 Signed-off-by: Scott Wood <scottwood@freescale.com>
501
502commit b1d0db1805c3395149777e507b6da53410abac4e
503Author: Kumar Gala <galak@kernel.crashing.org>
504Date: Tue Oct 21 17:25:47 2008 -0500
505
506 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
507
508 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
509
510 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
511
512commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
513Author: Kumar Gala <galak@kernel.crashing.org>
514Date: Tue Oct 21 17:25:46 2008 -0500
515
516 bootm: support subcommands in linux ppc bootm
517
518 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
519
520 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
521
522commit 49c3a861d11735838f1f1b11999ce433006dc919
523Author: Kumar Gala <galak@kernel.crashing.org>
524Date: Tue Oct 21 17:25:45 2008 -0500
525
526 bootm: Add subcommands
527
528 Add the ability to break the steps of the bootm command into several
529 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
530
531 This allows us to do things like manipulate device trees before
532 they are passed to a booting kernel or setup memory for a secondary
533 core in multicore situations.
534
535 Not all OS types support all subcommands (currently only start, loados,
536 ramdisk, fdt, and go are supported).
537
538 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
539
540commit be08315933537f061bc1ce61f33a29c56458bbad
541Author: Kumar Gala <galak@kernel.crashing.org>
542Date: Tue Oct 21 17:25:44 2008 -0500
543
544 bootm: Move to using a function pointer table for the boot os function
545
546 This removes a bit of code and makes it easier for the upcoming sub bootm
547 command support to call into the proper OS specific handler.
548
549 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
550 Signed-off-by: Wolfgang Denk <wd@denx.de>
551
552commit a369f4a492fa2805d87775d27380f0eeaca35aa6
553Author: Graeme Russ <graeme.russ@gmail.com>
554Date: Mon Sep 29 23:03:14 2008 +1000
555
556 i386: Renamed show_boot_progress in assembler code
557
558 Renamed show_boot_progress in assembler init phase to
559 show_boot_progress_asm to avoid link conflicts with C version
560
561 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
562
563commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
564Author: Peter Tyser <ptyser@xes-inc.com>
565Date: Mon Oct 27 16:42:00 2008 -0500
566
567 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
568
569 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
570 processors have a 3-bit wide IO_SEL field but have the most
571 significant bit is wired to 0 so this change should not affect
572 them.
573
574 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
575
576commit cd4251624205cb97104f6e32679dc7754934f711
577Author: Becky Bruce <becky.bruce@freescale.com>
578Date: Mon Oct 27 16:09:42 2008 -0500
579
580 powerpc: fix pci window initialization to work with > 4GB DRAM
581
582 The existing code has a few errors that need to be fixed in
583 order to support large RAM sizes. Fix those, and add a
584 comment to make it clearer.
585
586 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
587 Acked-by: Kumar Gala <galak@kernel.crashing.org>
588
589commit 219542a1a66ca017b12860920714a9859b18a5d7
590Author: Kumar Gala <galak@kernel.crashing.org>
591Date: Mon Oct 27 13:16:20 2008 -0500
592
593 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
594
595 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
596
597commit 6b59e03e0237a40a2305ea385defdfd92000978b
598Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
599Date: Mon Sep 1 16:21:22 2008 +0200
600
601 lcd: Let the board code show board-specific info
602
603 The information displayed when CONFIG_LCD_INFO is set is inherently
604 board-specific, so it should be done by the board code. The current code
605 dealing with this only handles two cases, and is already a horrible mess
606 of #ifdeffery.
607
608 Yes, this duplicates some code, but it also allows boards to print more
609 board-specific information; this used to be very difficult.
610
611 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
612 Signed-off-by: Anatolij Gustschin <agust@denx.de>
613
614commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
615Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
616Date: Mon Sep 1 16:21:21 2008 +0200
617
618 lcd: Set lcd_is_enabled before clearing the screen
619
620 This allows the logo/info rendering routines to use the regular
621 lcd_putc/lcd_puts/lcd_printf calls.
622
623 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
624 Signed-off-by: Anatolij Gustschin <agust@denx.de>
625
626commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
627Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
628Date: Mon Sep 1 16:21:20 2008 +0200
629
630 lcd: Implement lcd_printf()
631
632 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
633 this by borrowing the lcd_printf() implementation from the cogent board
634 code (which appears to use its own LCD framework.)
635
636 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
637 Signed-off-by: Anatolij Gustschin <agust@denx.de>
638
639commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
640Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
641Date: Mon Sep 1 16:21:19 2008 +0200
642
643 atmel_lcdfb: Straighten out funky vl_sync logic
644
645 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
646 otherwise we don't. WTF?
647
648 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
649 Signed-off-by: Anatolij Gustschin <agust@denx.de>
650
651commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
652Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
653Date: Mon Sep 1 16:21:18 2008 +0200
654
655 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
656
657 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
658 includes a file that does, asm/arch/gpio.h, but this file doesn't
659 include <asm/arch/hardware.h> like it's supposed to.
660
661 Add the missing include to asm/arch/gpio.h and remove the workaround
662 from the atmel_lcdfb driver. This makes the driver compile on avr32.
663
664 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
665 Signed-off-by: Anatolij Gustschin <agust@denx.de>
666
667commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
668Author: Kumar Gala <galak@kernel.crashing.org>
669Date: Wed Oct 22 14:38:55 2008 -0500
670
671 86xx: Convert all fsl_pci_init users to new APIs
672
673 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
674 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
675
676 With these changes the board code is a bit smaller and we get dma-ranges
677 set in the device tree for these boards.
678
679 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
680 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
681 Acked-by: Jon Loeliger <jdl@freescale.com>
682
683commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
684Author: Kumar Gala <galak@kernel.crashing.org>
685Date: Tue Oct 21 08:28:33 2008 -0500
686
687 85xx: Convert all fsl_pci_init users to new APIs
688
689 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
690 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
691 and ft_fsl_pci_setup().
692
693 With these changes the board code is a bit smaller and we get dma-ranges
694 set in the device tree for these boards.
695
696 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
697 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
698
699commit a2aab460727e5f674353a83a81000ef794bffcae
700Author: Kumar Gala <galak@kernel.crashing.org>
701Date: Thu Oct 23 00:01:06 2008 -0500
702
703 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
704
705 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
706 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
707
708commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
709Author: Kumar Gala <galak@kernel.crashing.org>
710Date: Wed Oct 22 14:06:24 2008 -0500
711
712 pci/fsl_pci_init: Add a common PCI inbound setup function
713
714 Add a common setup function that determines the pci_region(s) based
715 on how much memory we have in the system.
716
717 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
718 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
719
720commit 612ea01018a459234d54ed57ec6a5a244ce75678
721Author: Kumar Gala <galak@kernel.crashing.org>
722Date: Tue Oct 21 10:13:14 2008 -0500
723
724 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
725
726 * PCI Inbound window was setup incorrectly. The PCI address and system
727 address were swapped. The PCI address should be setting piwar/piwbear
728 and the system address should be setting pitar.
729
730 * Removed masking of addresses to allow for system address to support
731 system address & PCI address >32-bits
732
733 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
734
735 * Respect the PCI_REGION_PREFETCH for inbound windows
736
737 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
738 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
739
740commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
741Author: Kumar Gala <galak@kernel.crashing.org>
742Date: Wed Oct 22 23:33:56 2008 -0500
743
744 fdt: Added helper to set PCI dma-ranges property
745
746 Added fdt_pci_dma_ranges() that parses the pci_region info from the
747 struct pci_controller and populates the dma-ranges based on it.
748
749 The max # of windws/dma-ranges we support is 3 since on embedded
750 PowerPC based systems this is the max number of windows.
751
752 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
753 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
754
755commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
756Author: Kumar Gala <galak@kernel.crashing.org>
757Date: Thu Oct 23 00:05:47 2008 -0500
758
759 fdt: Add fdt_getprop_u32_default helpers
760
761 Add helper functions to return find a node and return it's property
762 or a default value.
763
764 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
765 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
766 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
767
768commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
769Author: Kumar Gala <galak@kernel.crashing.org>
770Date: Tue Oct 21 18:06:15 2008 -0500
771
772 86xx: Enable 64-bit PCI resources on all Freescale boards
773
774 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
775 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
776
777commit 0151cbaccf4504821ecfde0217299bd740086bb6
778Author: Kumar Gala <galak@kernel.crashing.org>
779Date: Tue Oct 21 11:33:58 2008 -0500
780
781 85xx: Enable 64-bit PCI resources on all Freescale boards
782
783 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
784 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
785
786commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
787Author: Kumar Gala <galak@kernel.crashing.org>
788Date: Tue Oct 21 08:36:08 2008 -0500
789
790 pci: Allow for PCI addresses to be 64-bit
791
792 PCI bus is inherently 64-bit. While not all system require access to
793 the full 64-bit PCI address range some do. This allows those systems
794 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
795
796 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
797 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
798 Acked-by: Wolfgang Denk <wd@denx.de>
799
800commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
801Author: Dave Liu <daveliu@freescale.com>
802Date: Thu Oct 23 21:18:53 2008 +0800
803
804 85xx: Fix the incorrect register used for DDR erratum1
805
806 The 8572 DDR erratum1:
807 DDR controller may enter an illegal state when operating
808 in 32-bit bus mode with 4-beat bursts.
809
810 Description:
811 When operating with a 32-bit bus, it is recommended that
812 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
813 This forces the DDR controller to use 4-beat bursts when
814 communicating to the DRAMs. However, an issue exists that
815 could lead to data corruption when the DDR controller is
816 in 32-bit bus mode while using 4-beat bursts.
817
818 Projected Impact:
819 If the DDR controller is operating in 32-bit bus mode with
820 4-beat bursts, then the controller may enter into a bad state.
821 All subsequent reads from memory is corrupted.
822 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
823 Therefore, this erratum does not affect DDR3 mode.
824
825 Work Arounds:
826 To work around this issue, software must set DEBUG_1[31] in
827 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
828 and CCSRBAR offset + 0x6f00 for DDR_2).
829
830 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
831 as condition, but it should be DDR_SDRAM_CFG register.
832
833 Signed-off-by: Dave Liu <daveliu@freescale.com>
834
835commit d5b693090ed08d24c18491df9d8fc7387b2906f3
836Author: Dave Liu <daveliu@freescale.com>
837Date: Thu Oct 23 21:17:19 2008 +0800
838
839 85xx: remove unused config definition
840
841 Signed-off-by: Dave Liu <daveliu@freescale.com>
842
843commit 0f060c3bf82832331a509f2e5d2442539e7aad09
844Author: Kumar Gala <galak@kernel.crashing.org>
845Date: Thu Oct 23 01:47:38 2008 -0500
846
847 85xx: Add basic e500mc core support
848
849 Introduce CONFIG_E500MC to deal with the minor differences between
850 e500v2 and e500mc.
851
852 * Certain fields of HID0/1 don't exist anymore on e500mc
853 * Cache line size is 64-bytes on e500mc
854 * reset value of PIR is different
855
856 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
857
858commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
859Author: Kumar Gala <galak@kernel.crashing.org>
860Date: Thu Oct 23 01:47:37 2008 -0500
861
862 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
863
864 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
865 e500mc's 64-byte cacheline properly when it gets added.
866
867 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
868
869commit 5deb8022c3749faac30e9ad9694691e2442b5c93
870Author: Georg Schardt <schardt@team-ctech.de>
871Date: Fri Oct 24 13:51:52 2008 +0200
872
873 ppc4xx: New board avnet fx12 minimodul
874
875 This patch adds support for the avnet fx12 minimodul.
876 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
877 patch from Ricardo.
878
879 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
880 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
881 Signed-off-by: Stefan Roese <sr@denx.de>
882
883commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
884Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
885Date: Tue Oct 21 18:29:46 2008 +0200
886
887 ppc4xx: Generic architecture for xilinx ppc405(v3)
888
889 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
890 ppc440 boards, this patch presents a common architecture for all the
891 xilinx ppc405 boards.
892
893 Any custom xilinx ppc405 board can be added very easily with no code
894 duplicity.
895
896 This patch also adds a simple generic board, that can be used on almost
897 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
898
899 This patch is prepared to work with the latest version of EDK (10.1)
900
901 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
902 Signed-off-by: Stefan Roese <sr@denx.de>
903
904commit 485c00a57fab86f72a3769480c66bf1ca22e1459
905Author: Stefan Roese <sr@denx.de>
906Date: Fri Oct 24 08:56:09 2008 +0200
907
908 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
909
910 Since the new autocalibration still has some problems on some Kilauea
911 boards with 200MHz DDR2 frequency we disable the autocalibration and
912 use the hardcoded values as done before. This seems to work reliably
913 on all known DDR2 frequencies.
914
915 After the autocalibration issue is fixed we will enable it again.
916
917 Signed-off-by: Stefan Roese <sr@denx.de>
918
919commit f177f4250c729727b1629fa8d8d6556c999e9b8c
920Author: Mike Frysinger <vapier@gentoo.org>
921Date: Wed Apr 9 02:02:07 2008 -0400
922
923 Blackfin: fix up UART status bit handling
924
925 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
926 This can cause problems when we poll the LSR and then later try and handle
927 any errors detected.
928
929 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
930
931commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
932Author: Mike Frysinger <vapier@gentoo.org>
933Date: Sat Oct 11 20:42:17 2008 -0400
934
935 Blackfin: bf561-ezkit: drop redundant code
936
937 Common Blackfin code already announces CPU information.
938
939 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
940
941commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
942Author: Mike Frysinger <vapier@gentoo.org>
943Date: Sat Oct 11 20:43:10 2008 -0400
944
945 Blackfin: bf561-ezkit: drop pointless USB code
946
947 The USB/LAN register settings are not actually used/needed in order to
948 drive things from U-Boot, so drop the code.
949
950 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
951
952commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
953Author: Mike Frysinger <vapier@gentoo.org>
954Date: Sat Oct 11 20:47:58 2008 -0400
955
956 Blackfin: linker scripts: force start.o and set initcode boundaries
957
958 Make sure that the start.o object is always the first object in our linker
959 script regardless of configuration settings, and add some linker symbols
960 so the ldr utility can properly locate the initcode when generating a LDR.
961
962 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
963
964commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
965Author: Mike Frysinger <vapier@gentoo.org>
966Date: Sat Oct 11 21:19:39 2008 -0400
967
968 Blackfin: small cpu init optimization while setting interrupt mask
969
970 Use the sti instruction to set the initial interrupt mask rather than
971 banging on the core IMASK MMR to save both space and time.
972
973 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
974
975commit 960922291c9594acb575cec7e47d7bed9b58182c
976Author: Mike Frysinger <vapier@gentoo.org>
977Date: Sat Oct 11 21:18:10 2008 -0400
978
979 Blackfin: set initial stack correctly according to Blackfin ABI
980
981 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
982
983commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
984Author: Mike Frysinger <vapier@gentoo.org>
985Date: Sun Apr 20 03:11:53 2008 -0400
986
987 Blackfin: make baud calculation more accurate
988
989 We should use the algorithm in the Linux kernel so that the UART divisor
990 calculation is more accurate. It also fixes problems on some picky UARTs
991 that have sampling anomalies.
992
993 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
994
995commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
996Author: Mike Frysinger <vapier@gentoo.org>
997Date: Mon Oct 6 04:21:41 2008 -0400
998
999 Blackfin: decode hwerrcause/excause when crashing
1000
1001 Having to decode hwerrcause/excause values is a pain, so automate it.
1002
1003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1004
1005commit 2de95bb20c488f20298df6881b700a5a757ee780
1006Author: Mike Frysinger <vapier@gentoo.org>
1007Date: Mon Oct 6 04:20:54 2008 -0400
1008
1009 Blackfin: fix register dump messages
1010
1011 Make sure we report RETI/IPEND correctly.
1012
1013 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1014
1015commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
1016Author: Mike Frysinger <vapier@gentoo.org>
1017Date: Mon Oct 6 04:19:34 2008 -0400
1018
1019 Blackfin: don't bother displaying reboot msg when crashing
1020
1021 The hang function already tells you to reboot, so no point in showing it
1022 twice.
1023
1024 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1025
1026commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
1027Author: Mike Frysinger <vapier@gentoo.org>
1028Date: Sun Jun 1 01:23:48 2008 -0400
1029
1030 Blackfin: enable support for nested interrupts
1031
1032 During cpu init, make sure we initialize the CEC properly so that
1033 interrupts can fire and be handled while U-Boot is running.
1034
1035 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1036
1037commit 39782727e185860faa4884c2b04e84cb33d1c6cf
1038Author: Mike Frysinger <vapier@gentoo.org>
1039Date: Mon Oct 6 03:55:25 2008 -0400
1040
1041 Blackfin: init NAND before relocating env
1042
1043 If booting out of NAND, we need to make sure we initialize it properly
1044 before attempting to relocate the environment.
1045
1046 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1047
1048commit 0f9a8819416ba40a53de50af148847a0e508f84d
1049Author: Mike Frysinger <vapier@gentoo.org>
1050Date: Thu Aug 7 18:40:13 2008 -0400
1051
1052 Blackfin: check cache bits, not cplb bits
1053
1054 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1055
1056commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
1057Author: Mike Frysinger <vapier@gentoo.org>
1058Date: Thu Aug 7 17:52:59 2008 -0400
1059
1060 Blackfin: drop unused cache flush code
1061
1062 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1063
1064commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
1065Author: Mike Frysinger <vapier@gentoo.org>
1066Date: Thu Aug 7 15:21:47 2008 -0400
1067
1068 Blackfin: unify cache handling code
1069
1070 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1071
1072commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
1073Author: Mike Frysinger <vapier@gentoo.org>
1074Date: Mon Oct 6 03:39:07 2008 -0400
1075
1076 Blackfin: only initialize the RTC when actually used
1077
1078 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1079
1080commit 621e579b812dd1a2e6777f7cbf6e55e736505823
1081Author: Mike Frysinger <vapier@gentoo.org>
1082Date: Mon Oct 6 03:44:33 2008 -0400
1083
1084 Blackfin: fix SWRST register definition
1085
1086 The SWRST register is a 16bit, not 32bit, register.
1087
1088 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1089
1090commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
1091Author: Mike Frysinger <vapier@gentoo.org>
1092Date: Thu Aug 7 18:54:57 2008 -0400
1093
1094 Blackfin: build with -fomit-frame-pointer
1095
1096 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1097
1098commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
1099Author: Mike Frysinger <vapier@gentoo.org>
1100Date: Thu Aug 7 17:50:26 2008 -0400
1101
1102 Blackfin: document some of the blackfin directories
1103
1104 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1105
1106commit e4337968e43698a68ba608369f46d4a4114111ca
1107Author: Mike Frysinger <vapier@gentoo.org>
1108Date: Thu Aug 7 15:16:56 2008 -0400
1109
1110 Blackfin: only enable hardware error irq by default
1111
1112 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1113
1114commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
1115Author: Mike Frysinger <vapier@gentoo.org>
1116Date: Thu Aug 7 13:36:43 2008 -0400
1117
1118 Blackfin: punt old unused mem_init.h header
1119
1120 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1121
1122commit bcc121a01608042066a19ab5bff5bcfb805bf406
1123Author: Mike Frysinger <vapier@gentoo.org>
1124Date: Thu Aug 7 13:18:55 2008 -0400
1125
1126 Blackfin: delete unused page_descriptor_table_size define
1127
1128 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1129
1130commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
1131Author: Mike Frysinger <vapier@gentoo.org>
1132Date: Thu Aug 7 13:17:03 2008 -0400
1133
1134 Blackfin: fix typo in boot mode comment and add NAND define
1135
1136 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1137
1138commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
1139Author: Ben Maan <moo@cow>
1140Date: Thu Aug 7 13:14:21 2008 -0400
1141
1142 Blackfin: fix port mux defines for BF54x
1143
1144 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1145
1146commit 0656ef2ba274910d31364fe022f6c7db0051660d
1147Author: Mike Frysinger <vapier@gentoo.org>
1148Date: Thu Aug 7 13:09:50 2008 -0400
1149
1150 Blackfin: update anomaly lists
1151
1152 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1153
1154commit 50ca95402876cf7bac4e2d4f7855f616a038763f
1155Author: Mike Frysinger <vapier@gentoo.org>
1156Date: Thu Aug 7 13:08:54 2008 -0400
1157
1158 Blackfin: unify DSPID/DBGSTAT MMR definitions
1159
1160 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1161
1162commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
1163Author: Wolfgang Denk <wd@denx.de>
1164Date: Tue Oct 21 15:53:51 2008 +0200
1165
1166 Fix strmhz(): avoid printing negative fractions
1167
1168 Signed-off-by: Wolfgang Denk <wd@denx.de>
1169
1170commit 4a7f6b750d8de543fdf8e58acd86745010054571
1171Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
1172Date: Fri Oct 17 08:55:51 2008 -0400
1173
1174 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
1175
1176 This is done to allow other 83XX based platforms which also have UPM
1177 (e.g. 8360) to configure and use their UPM in u-boot.
1178
1179 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1180 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1181
1182commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
1183Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1184Date: Tue Oct 14 22:58:53 2008 +0400
1185
1186 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
1187
1188 With this patch u-boot can fixup the dr_mode and phy_type properties
1189 for the Dual-Role USB controller.
1190
1191 While at it, also remove #ifdefs around includes, they are not needed.
1192
1193 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1194 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1195
1196commit b3379f3fd13969934c00097c05754e7a8990fd39
1197Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1198Date: Wed Oct 8 20:52:54 2008 +0400
1199
1200 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
1201
1202 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
1203 current settings don't work with the default chip on the board.
1204 Nevertheless Freescale's U-Boot sets the option register correctly,
1205 so I just dumped the register from the working u-boot. My guess is
1206 that the old settings were applicable for some pilot boards, not
1207 found in the production.
1208
1209 This patch also enables FSL ELBC driver so that we could access
1210 the NAND storage in the u-boot.
1211
1212 The NAND support costs about 45KB, so the u-boot no longer fits
1213 into two 128KB NOR flash sectors, thus we also have to adjust
1214 environment location: add another 128KB to the monitor length.
1215
1216 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1217
1218 It is due to hardware design and logic defect, that is the
1219 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
1220 the NAND chip connected to nLCS3, you have to set up the
1221 OR3[BCTLD] = '1' for normal operation, otherwise it will have
1222 bus contention due to the pin 48/25 of U60 is enabled.
1223
1224 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
1225 asserted upon access to the NAND chip, keep the default state.
1226
1227 Acked-by: Dave Liu <daveliu@freescale.com>
1228 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1229
1230commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
1231Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1232Date: Thu Oct 2 19:17:33 2008 +0400
1233
1234 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
1235
1236 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
1237 standalone or acting as a PCI agent. User's Guide says:
1238
1239 - When the CPLD recognizes its location on the PIB it automatically
1240 configures RCW to the PCI Host.
1241 - If the CPLD fails to recognize its location then it is automatically
1242 configured as an Agent and the PCI is configured to an external arbiter.
1243
1244 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
1245 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
1246 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
1247 any arbiter bad things will happen (here the board hangs during any config
1248 space reads).
1249
1250 In this situation we must disable the PCI. And in case of anybody really
1251 want to use an external arbiter, we provide "pci_external_aribter"
1252 environment variable.
1253
1254 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1255 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1256
1257commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
1258Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1259Date: Thu Oct 2 18:32:25 2008 +0400
1260
1261 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
1262
1263 This involves configuring the SerDes and fixing up the flags and
1264 PHY addresses for the TSECs.
1265
1266 For Linux we also fix up the device tree.
1267
1268 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1269 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1270
1271commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
1272Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1273Date: Thu Oct 2 18:31:59 2008 +0400
1274
1275 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
1276
1277 We'll use these masks to parse TSEC modes out of HRCWH.
1278
1279 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1280 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1281
1282commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
1283Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1284Date: Thu Oct 2 18:31:56 2008 +0400
1285
1286 mpc83xx: serdes: add forgotten shifts for rfcks
1287
1288 The rfcks should be shifted by 28 bits left. We didn't notice the bug
1289 because we were using only 100MHz clocks (for which rfcks == 0).
1290
1291 Though, for SGMII we'll need 125MHz clocks.
1292
1293 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1294 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1295
1296commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
1297Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1298Date: Thu Oct 2 18:31:53 2008 +0400
1299
1300 mpc83xx: fix serdes setup for the MPC8378E boards
1301
1302 MPC837xE specs says that SerDes1 has:
1303
1304 — Two lanes running x1 SGMII at 1.25 Gbps;
1305 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
1306
1307 And for SerDes2:
1308
1309 — Two lanes running x1 PCI Express at 2.5 Gbps;
1310 — One lane running x2 PCI Express at 2.5 Gbps;
1311 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
1312
1313 The spec also explicitly states that PEX options are not valid for
1314 the SD1.
1315
1316 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
1317 which is wrong to do.
1318
1319 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1320 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1321
1322commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
1323Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1324Date: Wed Sep 10 18:12:37 2008 +0400
1325
1326 mpc83xx: mpc8360emds: rework LBC SDRAM setup
1327
1328 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
1329 it difficult to use (b/c then the memory is discontinuous and
1330 there is quite big memory hole between the DDR/SDRAM regions).
1331
1332 This patch reworks LBC SDRAM setup so that now we dynamically
1333 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
1334 DDR memory).
1335
1336 With this patch we're able to:
1337
1338 - Boot without external DDR memory;
1339 - Use most "DDR + SDRAM" setups without need to support for
1340 sparse/discontinuous memory model in the software.
1341
1342 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1343 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1344
1345commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
1346Author: Wolfgang Denk <wd@xpert.denx.de>
1347Date: Tue Oct 21 11:23:56 2008 +0200
1348
1349 FDT: don't use private kernel header files
1350
1351 On some systems (for example Fedora Core 4) U-Boot builds with the
1352 following wanrings only:
1353
1354 ...
1355 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
1356 from fdt.c:51:
1357 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
1358
1359 This patch fixes this problem.
1360
1361 Signed-off-by: Wolfgang Denk <wd@denx.de>
1362
1363commit f4d14c55504ce40287321bd63ee269e3233ee4ae
1364Author: Stefan Roese <sr@denx.de>
1365Date: Mon Oct 13 15:15:31 2008 +0200
1366
1367 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
1368
1369 Signed-off-by: Stefan Roese <sr@denx.de>
1370
1371commit 43cbce69d48d052574d71f50724be546d90a46a4
1372Author: Stefan Roese <sr@denx.de>
1373Date: Mon Oct 13 10:45:14 2008 +0200
1374
1375 ppc4xx: Correctly setup ranges property in ebc node
1376
1377 Previously only the NOR flash mapping was written into the ranges
1378 property of the ebc node. This patch now writes all enabled chip
1379 select areas into the ranges property.
1380
1381 Signed-off-by: Stefan Roese <sr@denx.de>
1382
1383commit d7b26d58328f137471ea97de382bfa63f7239931
1384Author: Dirk Eibach <eibach@gdsys.de>
1385Date: Wed Oct 8 15:37:50 2008 +0200
1386
1387 ppc4xx: Add GDSys neo 405EP board support
1388
1389 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1390 Signed-off-by: Stefan Roese <sr@denx.de>
1391
1392commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
1393Author: Niklaus Giger <niklaus.giger@netstal.com>
1394Date: Wed Oct 1 14:46:13 2008 +0200
1395
1396 ppc4xx: Update configs for Netstal boards
1397
1398 I reorganized my config files, putting the common stuff into netstal-common.h
1399 (got the idea by looking a amcc-common.h from Stefan).
1400
1401 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
1402
1403 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1404 Signed-off-by: Stefan Roese <sr@denx.de>
1405
1406commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
1407Author: Adam Graham <agraham@amcc.com>
1408Date: Wed Oct 8 10:13:19 2008 -0700
1409
1410 ppc4xx: Add routine to retrieve CPU number
1411
1412 Provide a weak defined routine to retrieve the CPU number for
1413 reference boards that have multiple CPU's. Default behavior
1414 is the existing single CPU print output. Reference boards with
1415 multiple CPU's need to provide a board specific routine.
1416 See board/amcc/arches/arches.c for an example.
1417
1418 Signed-off-by: Adam Graham <agraham@amcc.com>
1419 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
1420 Signed-off-by: Stefan Roese <sr@denx.de>
1421
1422commit 59217bae40e90982ab5400d849c08af683ace036
1423Author: Adam Graham <agraham@amcc.com>
1424Date: Wed Oct 8 10:13:14 2008 -0700
1425
1426 ppc4xx: Add static support for 44x IBM SDRAM Controller
1427
1428 This patch add the capability to configure a PPC440 based IBM SDRAM
1429 Controller with static, compiled-in, values. PPC440 memory subsystem
1430 includes a Memory Queue core.
1431
1432 Signed-off-by: Adam Graham <agraham@amcc.com>
1433 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
1434 Signed-off-by: Stefan Roese <sr@denx.de>
1435
1436commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
1437Author: Adam Graham <agraham@amcc.com>
1438Date: Wed Oct 8 10:12:53 2008 -0700
1439
1440 ppc4xx: Add AMCC Arches board support (dual 460GT)
1441
1442 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
1443 This board is a dual processor board with each processor providing
1444 independent resources for Rapid IO, Gigabit Ethernet, and serial
1445 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
1446 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
1447 port. The two 460GT's will communicate with each other via shared
1448 memory, Gigabit Ethernet and x1 PCI-Express.
1449
1450 Signed-off-by: Adam Graham <agraham@amcc.com>
1451 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
1452 Signed-off-by: Stefan Roese <sr@denx.de>
1453
1454commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
1455Author: Wolfgang Denk <wd@xpert.denx.de>
1456Date: Sun Oct 19 21:54:30 2008 +0200
1457
1458 TQM8260: environment in flash instead EEPROM, baudrate 115k
1459
1460 Several customers have reported problems with the environment in
1461 EEPROM, including corrupted content after board reset. Probably the
1462 code to prevent I2C Enge Conditions is not working sufficiently.
1463
1464 We move the environment to flash now, which allows to have a backup
1465 copy plus gives much faster boot times.
1466
1467 Also, change the default console initialization to 115200 bps as used
1468 on most other boards.
1469
1470 Signed-off-by: Wolfgang Denk <wd@denx.de>
1471
1472commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
1473Author: Kumar Gala <galak@kernel.crashing.org>
1474Date: Sun Oct 19 12:49:19 2008 -0500
1475
1476 85xx: Fix compile warning in mpc8536ds.c
1477
1478 mpc8536ds.c: In function 'is_sata_supported':
1479 mpc8536ds.c:615: warning: unused variable 'devdisr'
1480
1481 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1482
1483commit 8ed44d91c8122d00368523b0b746691c895d3b3c
1484Author: Wolfgang Denk <wd@denx.de>
1485Date: Sun Oct 19 02:35:50 2008 +0200
1486
1487 Cleanup: fix "MHz" spelling
1488
1489 Signed-off-by: Wolfgang Denk <wd@denx.de>
1490
1491commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
1492Author: Wolfgang Denk <wd@denx.de>
1493Date: Sun Oct 19 02:35:49 2008 +0200
1494
1495 Use strmhz() to format clock frequencies
1496
1497 Signed-off-by: Wolfgang Denk <wd@denx.de>
1498
1499commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
1500Author: Wolfgang Denk <wd@denx.de>
1501Date: Sun Oct 19 02:35:48 2008 +0200
1502
1503 strmhz(): Round numbers when printing clock frequencies
1504
1505 Round clock frequencies for printing.
1506
1507 Many boards printed off clock frequencies like 399 MHz instead of the
1508 exact 400 MHz because numberes were not rounded. This is fixed now.
1509
1510 Signed-off-by: Wolfgang Denk <wd@denx.de>
1511
1512commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
1513Author: Timur Tabi <timur@freescale.com>
1514Date: Mon Oct 20 15:16:47 2008 -0500
1515
1516 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
1517
1518 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
1519 to add a comment that the correct value disagrees with the 8544 reference
1520 manual. The changelog for that commit is also wrong, as it says "bit 28"
1521 when it should be "bit 24".
1522
1523 Signed-off-by: Timur Tabi <timur@freescale.com>
1524
1525commit 360fe71e82b83e264c964c9447c537e9a1f643c8
1526Author: Heiko Schocher <hs@denx.de>
1527Date: Fri Oct 17 18:24:06 2008 +0200
1528
1529 mgcoge: add redundant environment sector
1530
1531 Signed-off-by: Heiko Schocher <hs@denx.de>
1532
1533commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
1534Author: Heiko Schocher <hs@denx.de>
1535Date: Fri Oct 17 18:23:27 2008 +0200
1536
1537 mgsuvd: update size of environment
1538
1539 Signed-off-by: Heiko Schocher <hs@denx.de>
1540
1541commit 2e26d837f11460c0e6dede7d65424a31e0183d09
1542Author: Jason Jin <Jason.jin@freescale.com>
1543Date: Fri Oct 10 11:41:00 2008 +0800
1544
1545 Enabled the Freescale SGMII riser card on 8536DS
1546
1547 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
1548
1549commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
1550Author: Liu Yu <yu.liu@freescale.com>
1551Date: Fri Oct 10 11:40:59 2008 +0800
1552
1553 Enabled the Freescale SGMII riser card on 8572DS
1554
1555 This patch based on Andy's work.
1556 Including command 'pixis_set_sgmii' support.
1557
1558 Signed-off-by: Liu Yu <yu.liu@freescale.com>
1559
1560commit bff188baf9427c35745356439435acf3864d4c65
1561Author: Liu Yu <yu.liu@freescale.com>
1562Date: Fri Oct 10 11:40:58 2008 +0800
1563
1564 Make pixis_set_sgmii more general to support MPC85xx boards.
1565
1566 The pixis sgmii command depend on the FPGA support on the board, some 85xx
1567 boards support SGMII riser card but did not support this command, define
1568 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
1569
1570 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
1571 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
1572 PIXIS_VCFGEN1_MASK in header file for both boards.
1573
1574 Signed-off-by: Liu Yu <yu.liu@freescale.com>
1575
1576commit 5e981d683d2363204c76773941c2e9c2044c808f
1577Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1578Date: Wed Oct 8 23:38:02 2008 -0500
1579
1580 Add cpu/8xxx to TAGS_SUBDIRS
1581
1582 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1583
1584commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
1585Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1586Date: Thu Oct 9 01:25:55 2008 -0500
1587
1588 fsl_law clear enable before changing.
1589
1590 Debug sessions may have left enabled laws.
1591 Changing lawbar with an unkown enabled tgtid could cause problems.
1592
1593 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1594
1595commit 86be510f7b5443e7e937f696bfbe037fdc740b15
1596Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1597Date: Thu Oct 9 00:29:27 2008 -0500
1598
1599 mpc8572 additional end-point mode
1600
1601 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
1602 Include host_agent == 0 decode for end-point determination.
1603
1604 This is not needed for the ds reference board since pcie3 will be a host
1605 in order to connect to the uli chip. Include it here as a reference for
1606 other mpc8572 boards.
1607
1608 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1609
1610commit 6856b3d0221a838580e6bb06f61425fd7529ba93
1611Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1612Date: Wed Oct 8 23:37:59 2008 -0500
1613
1614 85xx if NUM_CPUS>1, print cpu number
1615
1616 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1617
1618commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
1619Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1620Date: Wed Oct 8 23:38:01 2008 -0500
1621
1622 pixis do not print long help if not configured
1623
1624 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1625
1626commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
1627Author: Andy Fleming <afleming@freescale.com>
1628Date: Tue Oct 7 08:09:50 2008 -0500
1629
1630 Have u-boot pass stashing parameters into device tree
1631
1632 Some cores don't support ethernet stashing at all, and some
1633 instances have errata. Adds 3 properties to gianfar nodes
1634 which support stashing. For now, just add this support to
1635 85xx SoCs.
1636
1637 Signed-off-by: Andy Fleming <afleming@freescale.com>
1638
1639commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
1640Author: Haiying Wang <Haiying.Wang@freescale.com>
1641Date: Fri Oct 3 12:37:57 2008 -0400
1642
1643 Add DDR options setting on MPC8641HPCN board
1644
1645 * Add board specific parameter table to choose correct cpo, clk_adjust,
1646 write_data_delay based on board ddr frequency and n_ranks.
1647
1648 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
1649
1650 Signed-off-by: James Yang <James.Yang@freescale.com>
1651 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1652
1653commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
1654Author: Haiying Wang <Haiying.Wang@freescale.com>
1655Date: Fri Oct 3 12:37:41 2008 -0400
1656
1657 Add ddr interleaving suppport for MPC8572DS board
1658
1659 * Add board specific parameter table to choose correct cpo, clk_adjust,
1660 write_data_delay, 2T based on board ddr frequency and n_ranks.
1661
1662 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
1663
1664 * Set memory controller interleaving mode to bank interleaving, and disable
1665 bank(chip select) interleaving mode by default, because the default on-board
1666 DDR DIMMs are 2x512MB single-rank.
1667
1668 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
1669
1670 Signed-off-by: James Yang <James.Yang@freescale.com>
1671 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1672
1673commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
1674Author: Haiying Wang <Haiying.Wang@freescale.com>
1675Date: Fri Oct 3 12:37:26 2008 -0400
1676
1677 Add debug information for DDR controller registers
1678
1679 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1680
1681commit c9ffd839b1ada502c86f88edaf1534426b6688ce
1682Author: Haiying Wang <Haiying.Wang@freescale.com>
1683Date: Fri Oct 3 12:37:10 2008 -0400
1684
1685 Check DDR interleaving mode
1686
1687 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
1688 ba_intlv_ctl.
1689 * Print DDR interleaving mode information
1690 * Add doc/README.fsl-ddr to describe the interleaving setting
1691
1692 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1693
1694commit dfb49108e4f86c2224e1f30124328b0de66ef72e
1695Author: Haiying Wang <Haiying.Wang@freescale.com>
1696Date: Fri Oct 3 12:36:55 2008 -0400
1697
1698 Pass dimm parameters to populate populate controller options
1699
1700 Because some dimm parameters like n_ranks needs to be used with the board
1701 frequency to choose the board parameters like clk_adjust etc. in the
1702 board_specific_paramesters table of the board ddr file, we need to pass
1703 the dimm parameters to the board file.
1704
1705 * move ddr dimm parameters header file from /cpu to /include directory.
1706 * add ddr dimm parameters to populate board specific options.
1707 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
1708
1709 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1710
1711commit dbbbb3abeff325855cae76e33d69d5665631443f
1712Author: Haiying Wang <Haiying.Wang@freescale.com>
1713Date: Fri Oct 3 12:36:39 2008 -0400
1714
1715 Make DDR interleaving mode work correctly
1716
1717 Fix some bugs:
1718 1. Correctly set intlv_ctl in cs_config.
1719 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
1720 3. Set base_address and total memory for each ddr controller in memory
1721 controller interleaving mode.
1722
1723 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1724
1725commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
1726Author: Kumar Gala <galak@kernel.crashing.org>
1727Date: Mon Sep 22 23:40:42 2008 -0500
1728
1729 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
1730
1731 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1732
1733commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
1734Author: Kumar Gala <galak@kernel.crashing.org>
1735Date: Mon Sep 22 14:11:11 2008 -0500
1736
1737 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
1738
1739 Changing the flash from cacheable to cache-inhibited was taking a significant
1740 amount of time due to the fact that we were iterating over the full 256M of
1741 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
1742
1743 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1744
1745commit 54e091d3b603a3332c619199ca83a07e95960da4
1746Author: Kumar Gala <galak@kernel.crashing.org>
1747Date: Mon Sep 22 14:11:10 2008 -0500
1748
1749 85xx: Export invalidate_{i,d}cache and add flush_dcache
1750
1751 Added the ability for C code to invalidate the i/d-cache's and
1752 to flush the d-cache. This allows us to more efficient change mappings
1753 from cache-able to cache-inhibited.
1754
1755 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1756
1757commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
1758Author: Heiko Schocher <hs@denx.de>
1759Date: Fri Oct 17 16:11:52 2008 +0200
1760
1761 mgcoge, mgsuvd: extract more common code
1762
1763 in ft_blob_update () for both boards was an unneccessary
1764 repetition of code, which this patch moves in a common
1765 function for this boards.
1766
1767 Signed-off-by: Heiko Schocher <hs@denx.de>
1768
1769commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
1770Author: Heiko Schocher <hs@denx.de>
1771Date: Fri Oct 17 12:15:55 2008 +0200
1772
1773 mgcoge, mgsuvd: use in_*/out_* accesors
1774
1775 Signed-off-by: Heiko Schocher <hs@denx.de>
1776
1777commit a21ca95f8b9dca22714952b348e4905ac157b5cd
1778Author: Heiko Schocher <hs@denx.de>
1779Date: Fri Oct 17 13:52:51 2008 +0200
1780
1781 mgsuvd: fix compiler warning when using soft_i2c driver
1782
1783 Signed-off-by: Heiko Schocher <hs@denx.de>
1784
1785commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
1786Author: Heiko Schocher <hs@denx.de>
1787Date: Fri Oct 17 12:15:05 2008 +0200
1788
1789 mgsuvd: fix coding style
1790
1791 Signed-off-by: Heiko Schocher <hs@denx.de>
1792
1793commit 5f4c3137f4f051787707c548133823f1656eb508
1794Author: Heiko Schocher <hs@denx.de>
1795Date: Fri Oct 17 12:13:30 2008 +0200
1796
1797 mgcoge: Second Flash on CS5 not on CS1
1798
1799 Signed-off-by: Heiko Schocher <hs@denx.de>
1800
1801commit 76da19df5b8e186d269f29190696bd31fb6c836b
1802Author: Kumar Gala <galak@kernel.crashing.org>
1803Date: Thu Oct 16 21:52:08 2008 -0500
1804
1805 Added arch_lmb_reserve to allow arch specific memory regions protection
1806
1807 Each architecture has different ways of determine what regions of memory
1808 might not be valid to get overwritten when we boot. This provides a
1809 hook to allow them to reserve any regions they care about. Currently
1810 only ppc, m68k and sparc need/use this.
1811
1812 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1813
1814commit e02d4a9904c8f36395994c0c81469d552b82f5ea
1815Author: Heiko Schocher <hs@denx.de>
1816Date: Thu Oct 16 16:32:35 2008 +0200
1817
1818 mgcoge: added CONFIG_FIT to support the new u-boot image format
1819
1820 Signed-off-by: Heiko Schocher <hs@denx.de>
1821
1822commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
1823Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1824Date: Thu Oct 16 15:01:15 2008 +0200
1825
1826 rename CFG_ macros to CONFIG_SYS
1827
1828 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1829
1830commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
1831Author: Kumar Gala <galak@kernel.crashing.org>
1832Date: Mon Oct 13 14:12:55 2008 -0500
1833
1834 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
1835
1836 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1837
1838commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
1839Author: Kumar Gala <galak@kernel.crashing.org>
1840Date: Tue Sep 23 10:05:02 2008 -0500
1841
1842 Expose command table search for sub-commands
1843
1844 Sub-command can benefit from using the same table and search functions
1845 that top level commands have. Expose this functionality by refactoring
1846 find_cmd() and introducing find_cmd_tbl() that sub-command processing
1847 can call.
1848
1849 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1850
1851commit f7e51b27508446f8cae3927975817137979ad5e8
1852Author: Heiko Schocher <hs@denx.de>
1853Date: Wed Oct 15 09:41:33 2008 +0200
1854
1855 mgsuvd, mgcoge: added BOOTCOUNT feature.
1856
1857 Signed-off-by: Heiko Schocher <hs@denx.de>
1858
1859commit 8f64da7f83b553889bc08400c97047998382e9d2
1860Author: Heiko Schocher <hs@denx.de>
1861Date: Wed Oct 15 09:41:00 2008 +0200
1862
1863 mgcoge, mgsuvd: added support for the IVM EEprom.
1864
1865 The EEprom contains some Manufacturerinformation,
1866 which are read from u-boot at boot time, and saved
1867 in same hush shell variables.
1868
1869 Signed-off-by: Heiko Schocher <hs@denx.de>
1870
1871commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
1872Author: Heiko Schocher <hs@denx.de>
1873Date: Wed Oct 15 09:40:28 2008 +0200
1874
1875 hush: add showvar command for hush shell.
1876
1877 This new command shows the local variables defined in
1878 the hush shell:
1879
1880 => help showvar
1881 showvar
1882 - print values of all hushshell variables
1883 showvar name ...
1884 - print value of hushshell variable 'name'
1885
1886 Also make the set_local_var() and unset_local_var ()
1887 no longer static, so it is possible to define local
1888 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
1889 is defined, u-boot calls hush_init_var (), where
1890 boardspecific code can define local hush shell
1891 variables at boottime.
1892
1893 Signed-off-by: Heiko Schocher <hs@denx.de>
1894
1895commit 67b23a322848d828a5e45c0567b72762bfde7abf
1896Author: Heiko Schocher <hs@denx.de>
1897Date: Wed Oct 15 09:39:47 2008 +0200
1898
1899 I2C: adding new "i2c bus" Command to the I2C Subsystem.
1900
1901 With this Command it is possible to add new I2C Busses,
1902 which are behind 1 .. n I2C Muxes. Details see README.
1903
1904 Signed-off-by: Heiko Schocher <hs@denx.de>
1905
1906commit c24853644ddd2dd2e4246b5854a93e6254a14092
1907Author: Heiko Schocher <hs@denx.de>
1908Date: Wed Oct 15 09:39:08 2008 +0200
1909
1910 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
1911
1912 As documented in doc/I2C_Edge_Conditions, adding a
1913 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
1914 for the mgcoge and mgsuvd board.
1915
1916 This code was originally written by Keymile in association
1917 with Anatech and Atmel in 1998. The Code toggels the SCL
1918 until the SCA line goes to HIGH (max. 16 times).
1919 And after this, a start condition is sent.
1920
1921 This is another approach to deblock the I2C Bus. The
1922 soft I2C driver actually sends 9 clocks with SDA High,
1923 and then a stop at the end, to deblock the I2C Bus.
1924
1925 Maybe we should use the approach from Keymile as
1926 the new standard?
1927
1928 Signed-off-by: Heiko Schocher <hs@denx.de>
1929
1930commit 4ca107effebfbabac1057c39632105dacef95957
1931Author: Heiko Schocher <hs@denx.de>
1932Date: Wed Oct 15 09:38:38 2008 +0200
1933
1934 soft_i2c: Add CFG_I2C_INIT_BOARD option
1935
1936 This patch adds the option for a boardspecific
1937 I2C deblocking mechanism for the soft i2c driver.
1938
1939 Signed-off-by: Heiko Schocher <hs@denx.de>
1940
1941commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
1942Author: Heiko Schocher <hs@denx.de>
1943Date: Wed Oct 15 09:38:07 2008 +0200
1944
1945 mgcoge, mgsuvd: add DTT (LM75) support.
1946
1947 Signed-off-by: Heiko Schocher <hs@denx.de>
1948
1949commit 8e442df438ab677057571e3ac01846bff7719bce
1950Author: Heiko Schocher <hs@denx.de>
1951Date: Wed Oct 15 09:37:34 2008 +0200
1952
1953 lm75: Make the LM75 MULTI_BUS compatible.
1954
1955 Signed-off-by: Heiko Schocher <hs@denx.de>
1956
1957commit 12f1678127c1df2b2878ba93c88948bedc060775
1958Author: Heiko Schocher <hs@denx.de>
1959Date: Wed Oct 15 09:37:04 2008 +0200
1960
1961 lm75: fix Codingstyle issues.
1962
1963 Signed-off-by: Heiko Schocher <hs@denx.de>
1964
1965commit f2202450c75ba6934b356024101500ddcde6e2a6
1966Author: Heiko Schocher <hs@denx.de>
1967Date: Wed Oct 15 09:36:33 2008 +0200
1968
1969 mgcoge, mgsuvd: added EEprom support.
1970
1971 Signed-off-by: Heiko Schocher <hs@denx.de>
1972
1973commit 9661bf9d120f760238b2a073b84f2baf05010057
1974Author: Heiko Schocher <hs@denx.de>
1975Date: Wed Oct 15 09:36:03 2008 +0200
1976
1977 mgcoge, mgsuvd: add I2C support.
1978
1979 Signed-off-by: Heiko Schocher <hs@denx.de>
1980
1981commit 98aed379586a155292efbf3209356836584b601c
1982Author: Heiko Schocher <hs@denx.de>
1983Date: Wed Oct 15 09:35:26 2008 +0200
1984
1985 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
1986
1987 This patch fixes the following warnings, when using
1988 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
1989 systems:
1990
1991 soft_i2c.c: In function 'send_reset':
1992 soft_i2c.c:93: warning: unused variable 'immr'
1993 soft_i2c.c: In function 'send_start':
1994 soft_i2c.c:124: warning: unused variable 'immr'
1995 soft_i2c.c: In function 'send_stop':
1996 soft_i2c.c:146: warning: unused variable 'immr'
1997 soft_i2c.c: In function 'send_ack':
1998 soft_i2c.c:171: warning: unused variable 'immr'
1999 soft_i2c.c: In function 'write_byte':
2000 soft_i2c.c:196: warning: unused variable 'immr'
2001 soft_i2c.c: In function 'read_byte':
2002 soft_i2c.c:244: warning: unused variable 'immr'
2003
2004 Signed-off-by: Heiko Schocher <hs@denx.de>
2005
2006commit 799b784aa00cb03a352847ab9f9acdde79b72d21
2007Author: Heiko Schocher <hs@denx.de>
2008Date: Wed Oct 15 09:34:45 2008 +0200
2009
2010 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
2011
2012 Signed-off-by: Heiko Schocher <hs@denx.de>
2013
2014commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
2015Author: Heiko Schocher <hs@denx.de>
2016Date: Wed Oct 15 09:34:05 2008 +0200
2017
2018 mgcoge: fix Coding Style issues.
2019
2020 Signed-off-by: Heiko Schocher <hs@denx.de>
2021
2022commit e43a27c49712203fe8848a17714330623edfb2eb
2023Author: Heiko Schocher <hs@denx.de>
2024Date: Wed Oct 15 09:33:30 2008 +0200
2025
2026 I2C: add new command i2c reset.
2027
2028 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
2029 it is not possible to get out of this, until the
2030 complete Hardware gets a reset. This new commando
2031 calls again i2c_init (and that calls i2c_init_board
2032 if defined), which will deblock the I2C Bus.
2033
2034 Signed-off-by: Heiko Schocher <hs@denx.de>
2035 Signed-off-by: Wolfgang Denk <wd@denx.de>
2036
2037commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
2038Author: Heiko Schocher <hs@denx.de>
2039Date: Wed Oct 15 09:32:25 2008 +0200
2040
2041 mgsuvd, mgcoge: move this 2 boards in one dir.
2042
2043 There are some more extensions, which are for both boards
2044 and some more boards from this manufacturer will follow soon.
2045
2046 Signed-off-by: Heiko Schocher <hs@denx.de>
2047 Signed-off-by: Wolfgang Denk <wd@denx.de>
2048
2049commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
2050Author: Dirk Eibach <eibach@gdsys.de>
2051Date: Wed Oct 8 13:44:27 2008 +0200
2052
2053 hwmon: Add LM63 support
2054
2055 This patch adds support for the National LM63 temperature
2056 sensor with integrated fan control. It's used on the GDSys
2057 Neo board (405EP) which will be submitted later.
2058
2059 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2060 Acked-by: Stefan Roese <sr@denx.de>
2061
2062commit 7ba890bf2f2b92831420243c058951aa831119fd
2063Author: Kyungmin Park <kmpark@infradead.org>
2064Date: Wed Oct 8 11:01:17 2008 +0900
2065
2066 Add Red Black Tree support
2067
2068 Now it's used at UBI module. Of course other modules can use it.
2069 If you want to use it, please define CONFIG_RBTREE
2070
2071 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2072
2073commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
2074Author: richardretanubun <richardretanubun@ruggedcom.com>
2075Date: Mon Oct 6 16:10:53 2008 -0400
2076
2077 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
2078
2079 Added support for CONFIG_EFI_PARTITION to ext2 commands.
2080 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
2081
2082commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
2083Author: richardretanubun <richardretanubun@ruggedcom.com>
2084Date: Fri Sep 26 11:13:22 2008 -0400
2085
2086 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
2087
2088 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
2089 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
2090
2091 Based on linux/fs/partitions/efi.[ch]
2092
2093 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
2094
2095commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
2096Author: Bartlomiej Sieka <tur@semihalf.com>
2097Date: Wed Oct 1 15:26:32 2008 +0200
2098
2099 FIT: output image load address for type 'firmware', fix message while there
2100
2101 Now that the auto-update feature uses the 'firmware' type for updates, it is
2102 useful to inspect the load address of such images.
2103
2104 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2105
2106commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
2107Author: Bartlomiej Sieka <tur@semihalf.com>
2108Date: Wed Oct 1 15:26:31 2008 +0200
2109
2110 Automatic software update from TFTP server
2111
2112 The auto-update feature allows to automatically download software updates
2113 from a TFTP server and store them in Flash memory during boot. Updates are
2114 contained in a FIT file and protected with SHA-1 checksum.
2115
2116 More detailed description can be found in doc/README.update.
2117
2118 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
2119 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2120
2121commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
2122Author: Bartlomiej Sieka <tur@semihalf.com>
2123Date: Wed Oct 1 15:26:27 2008 +0200
2124
2125 flash: factor out adjusting of Flash address to the end of sector
2126
2127 The upcoming automatic update feature needs the ability to adjust an
2128 address within Flash to the end of its respective sector. Factor out
2129 this functionality to a new function flash_sect_roundb().
2130
2131 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
2132 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2133 Signed-off-by: Stefan Roese <sr@denx.de>
2134
2135commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
2136Author: Bartlomiej Sieka <tur@semihalf.com>
2137Date: Wed Oct 1 15:26:29 2008 +0200
2138
2139 net: Make TFTP server timeout configurable
2140
2141 There are two aspects of a TFTP transfer involving timeouts:
2142 1. timeout waiting for initial server reply after sending RRQ
2143 2. timeouts while transferring actual data from the server
2144
2145 Since the upcoming auto-update feature attempts a TFTP download during each
2146 boot, it is undesirable to have a long delay when the TFTP server is not
2147 available. Thus, this commit makes the server timeout (1.) configurable by two
2148 global variables:
2149
2150 TftpRRQTimeoutMSecs
2151 TftpRRQTimeoutCountMax
2152
2153 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
2154 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
2155 The total delay when trying to download a file from a non-existing TFTP server
2156 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
2157
2158 Timeouts during file transfers (2.) are unaffected.
2159
2160 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
2161 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2162 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2163
2164commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
2165Author: Bartlomiej Sieka <tur@semihalf.com>
2166Date: Wed Oct 1 15:26:28 2008 +0200
2167
2168 net: express the first argument to NetSetTimeout() in milliseconds
2169
2170 Enforce millisecond semantics of the first argument to NetSetTimeout() --
2171 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
2172 get_timer() countiing in milliseconds).
2173
2174 Rationale for this patch is to enable millisecond granularity for
2175 network-related timeouts, which is needed for the upcoming automatic
2176 software update feature.
2177
2178 Summary of changes:
2179 - do not scale the first argument to NetSetTimeout() by CFG_HZ
2180 - change timeout values used in the networking code to milliseconds
2181
2182 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
2183 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2184 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2185
2186commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
2187Author: richardretanubun <richardretanubun@ruggedcom.com>
2188Date: Mon Sep 29 18:28:23 2008 -0400
2189
2190 Adds two more ethernet interface to 83xx
2191
2192 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
2193 Six eth interface is chosen because the platform I am using combines
2194 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
2195
2196 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
2197 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2198
2199commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
2200Author: Haiying Wang <Haiying.Wang@freescale.com>
2201Date: Wed Sep 24 11:42:12 2008 -0500
2202
2203 Change UEC PHY interface to RGMII on MPC8568MDS
2204
2205 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
2206
2207 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
2208 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
2209
2210 Now both UEC1 and UEC2 can work properly under u-boot.
2211
2212 It is also in consistent with the kernel setting for 8568 UEC phy interface.
2213
2214 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2215 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2216
2217commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
2218Author: Wolfgang Denk <wd@denx.de>
2219Date: Sat Oct 18 21:30:31 2008 +0200
2220
2221 Prepare v2008.10 release: update CHANGELOG & Makefile
2222
2223 Signed-off-by: Wolfgang Denk <wd@denx.de>
2224
b59b16ca
WD
2225commit f7a35a60cf45491871a5c28e9ad24db005487857
2226Author: Heiko Schocher <hs@denx.de>
2227Date: Fri Oct 17 18:24:06 2008 +0200
2228
2229 mgcoge: add redundant environment sector
2230
2231 Signed-off-by: Heiko Schocher <hs@denx.de>
2232 Signed-off-by: Wolfgang Denk <wd@denx.de>
2233
2234commit c2537ee85954af9d036b18b644f3e18d837bf4a5
2235Author: Heiko Schocher <hs@denx.de>
2236Date: Fri Oct 17 18:23:27 2008 +0200
2237
2238 mgsuvd: update size of environment
2239
2240 Signed-off-by: Heiko Schocher <hs@denx.de>
2241
2242commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
2243Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
2244Date: Thu Oct 16 13:38:00 2008 -0500
2245
2246 83xx NAND boot: wait for LTESR[CC]
2247
2248 At least some revisions of the 8313, and possibly other chips, do not
2249 wait for all pages of the initial 4K NAND region to be loaded before
2250 beginning execution; thus, we wait for it before branching out of the
2251 first NAND page.
2252
2253 This fixes warm reset problems when booting from NAND on 8313erdb.
2254
2255 Signed-off-by: Scott Wood <scottwood@freescale.com>
2256 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2257
2258commit bf29e0ea0af03d593c64614136acc723a7a022a2
2259Author: Yuri Tikhonov <yur@emcraft.com>
2260Date: Fri Oct 17 12:54:18 2008 +0200
2261
2262 ppc4xx: PPC44x MQ initialization
2263
2264 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
2265 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
2266 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
2267
2268 Previously the appropriate initialization had been made in Linux, by the
2269 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
2270 registers after normal operation has begun is not supported and could
2271 have unpredictable results.
2272
2273 Comment from Stefan: This patch doesn't change the resulting value of the
2274 MQ registers. It explicitly sets/clears all bits to the desired state which
2275 better documents the resulting register value instead of relying on pre-set
2276 default values.
2277
2278 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2279 Signed-off-by: Stefan Roese <sr@denx.de>
2280
3cbd8231
WD
2281commit ec081c2c190148b374e86a795fb6b1c49caeb549
2282Author: Stefan Roese <sr@denx.de>
2283Date: Fri Oct 17 12:51:46 2008 +0200
2284
2285 ppc4xx: PPC44x MQ initialization
2286
2287 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
2288 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
2289 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
2290
2291 Previously the appropriate initialization had been made in Linux, by the
2292 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
2293 registers after normal operation has begun is not supported and could
2294 have unpredictable results.
2295
2296 Comment from Stefan: This patch doesn't change the resulting value of the
2297 MQ registers. It explicitly sets/clears all bits to the desired state which
2298 better documents the resulting register value instead of relying on pre-set
2299 default values.
2300
2301 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2302 Signed-off-by: Stefan Roese <sr@denx.de>
2303
b59b16ca
WD
2304commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
2305Author: Kumar Gala <galak@kernel.crashing.org>
2306Date: Thu Oct 16 21:58:50 2008 -0500
2307
2308 85xx: Using proper I2C source clock divider for MPC8544
2309
2310 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
2311 bit 26, instead it should be bit 28. This caused in incorrect
2312 interpretation of the i2c_clk which is the same as the SEC clk on
2313 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
2314 in PORDEVSR2.
2315
2316 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2317
2318commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
2319Author: Kumar Gala <galak@kernel.crashing.org>
2320Date: Thu Oct 16 21:58:49 2008 -0500
2321
2322 Revert "85xx: Using proper I2C source clock divider for MPC8544"
2323
2324 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
2325
2326 The fix introduced by this patch is not correct. The problem is
2327 that the documentation is not correct for the MPC8544 with regards
2328 to which bit in PORDEVSR2 is for the SEC_CFG.
2329
2330 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2331
2332commit 2179c4766bffeece98e5e92040629a96c97e230c
2333Author: Kumar Gala <galak@kernel.crashing.org>
2334Date: Wed Oct 15 10:19:41 2008 -0500
2335
2336 85xx: Fix compile warning
2337
2338 mpc8536ds.c: In function 'is_sata_supported':
2339 mpc8536ds.c:614: warning: unused variable 'devdisr'
2340
2341 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2342
2343commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
2344Author: Jason Jin <Jason.jin@freescale.com>
2345Date: Wed Oct 15 10:40:24 2008 +0800
2346
2347 Fix the function conflict in x86emu when DEBUG is on
2348
2349 The function parse_line() in common/main.c was exposed globally by commit
2350 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
2351 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
2352 This patch fix this by renaming the function in the debug.c file.
2353
2354 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2355
2356commit b4dbacf69a669a17487054552fc2761149dd6767
2357Author: Wolfgang Denk <wd@denx.de>
2358Date: Wed Oct 15 15:50:45 2008 +0200
2359
2360 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
2361
2362 Signed-off-by: Wolfgang Denk <wd@denx.de>
2363
b4dbacf6
WD
2364commit 374b9038293d01d8744a46af9b7854a6fd99b228
2365Author: Heiko Schocher <hs@denx.de>
2366Date: Wed Oct 15 09:51:19 2008 +0200
2367
2368 Fix compiler warning in lib_ppc/board.c
2369
2370 Fix compiler warning introduced by commit 0f8cbc18
2371
2372 Signed-off-by: Heiko Schocher <hs@denx.de>
2373 Signed-off-by: Wolfgang Denk <wd@denx.de>
2374
2375commit 9724555755a6f1066636481b41f7094e0ce93a69
2376Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2377Date: Thu Oct 9 10:29:14 2008 +0530
2378
2379 mpc83xx: wait till UPM completes the write to array
2380
2381 Reference manual states that MxMR[MAD] increment is the indication
2382 of write to UPM array is complete. Honour that. Also, make the dummy
2383 write explicit.
2384
2385 also fix the comment.
2386
2387 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2388 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2389
2390commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
2391Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2392Date: Wed Oct 8 18:12:20 2008 -0500
2393
2394 Remove unwanted ';' at end of define.
2395
2396 Currently this is not creating any problem. But it will result
2397 in compilation error when used as below.
2398
2399 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
2400
2401 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2402
2403 continuation of the theme based on git grep "^#define CFG_.*;$" include/
2404
2405 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2406
2407commit b2934a56650e9a6c54432f9ce6dc36757967385e
2408Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2409Date: Mon Oct 6 10:53:59 2008 -0400
2410
2411 ARM DaVinci: Add maintainer information for SFFSDR board.
2412
2413 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2414
2415commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
2416Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2417Date: Sat Oct 4 19:26:16 2008 +0200
2418
2419 api: fix type mismatch
2420
2421 This patch fixes a type mismatch and thus removes a compiler
2422 warning when compiling with CONFIG_API on powerpc.
2423
2424 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2425
2426commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
2427Author: Peter Tyser <ptyser@xes-inc.com>
2428Date: Wed Oct 1 12:25:04 2008 -0500
2429
2430 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
2431
2432 Original code displayed:
2433 => help i2c
2434 i2c i2c speed [speed] - show or set I2C bus speed
2435 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
2436 ...
2437
2438 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2439
2440commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
2441Author: Wolfgang Denk <wd@denx.de>
2442Date: Tue Oct 14 22:13:41 2008 +0200
2443
2444 Update CHANGELOG
2445
2446 Signed-off-by: Wolfgang Denk <wd@denx.de>
2447
a0b1b610
WD
2448commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
2449Author: Jason Jin <Jason.jin@freescale.com>
2450Date: Fri Oct 10 11:41:01 2008 +0800
2451
2452 Do not init SATA when disabled on 8536DS.
2453
2454 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
2455 driver still try to access the SATA registers, the cpu will hangup.
2456 This patch try to fix this by reading the serdes status before the SATA
2457 initialize.
2458
2459 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2460 Acked-by: Andy Fleming <afleming@freescale.com>
2461
3cbd8231
WD
2462commit 9dbc366744960013965fce8851035b6141f3b3ae
2463Author: Remy Bohmer <linux@bohmer.net>
2464Date: Fri Oct 10 10:23:22 2008 +0200
2465
2466 The PIPE_INTERRUPT flag is used wrong
2467
2468 At a lot of places in the code the PIPE_INTERRUPT flags and friends
2469 are used wrong. The wrong bits are compared to this flag resulting
2470 in wrong conditions. Also there are macros that should be used for
2471 PIPE_* flags.
2472 This patch tries to fix them all, however, I was not able to test the
2473 changes, because I do not have any of these boards.
2474
2475 Review required!
2476
2477 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2478 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
2479
2480commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
2481Author: Remy Bohmer <linux@bohmer.net>
2482Date: Fri Oct 10 10:23:21 2008 +0200
2483
2484 fix USB initialisation procedure
2485
2486 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
2487 At some places directly 8,16,32,64 was used instead of the encoded
2488 value. Made a enum for the options to make this more clear and to help
2489 preventing similar errors in the future.
2490
2491 After fixing this bug it became clear that another bug existed where
2492 the 'pipe' is and-ed with PIPE_* flags, where it should have been
2493 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
2494
2495 Also removed the triple 'get_device_descriptor' sequence, it has no use,
2496 and Windows nor Linux behaves that way.
2497 There is also a poll going on with a timeout when usb_control_msg() fails.
2498 However, the poll is useless, because the flag will never be set on a error,
2499 because there is no code that runs in a parallel that can set this flag.
2500 Changed this to something more logical.
2501
2502 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
2503 Linux is doing. There is no difference anymore in the early initialisation
2504 sequence.
2505
2506 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2507 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
2508
a0b1b610
WD
2509commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
2510Author: Nikita V. Youshchenko <yoush@cs.msu.su>
2511Date: Fri Oct 3 00:03:55 2008 +0400
2512
2513 fsl_diu: fix alignment error that caused malloc corruption
2514
2515 When aligning malloc()ed screen_base, invalid offset was added.
2516 This not only caused misaligned result (which did not cause hardware
2517 misbehaviour), but - worse - caused screen_base + smem_len to
2518 be out of malloc()ed space, which in turn caused breakage of
2519 futher malloc()/free() operation.
2520
2521 This patch fixes screen_base alignment.
2522
2523 Also this patch makes memset() that cleans framebuffer to be executed
2524 on first initialization of diu, not only on re-initialization. It looks
2525 correct to clean the framebuffer instead of displaying random garbage;
2526 I believe that was disabled only because that memset caused breakage
2527 of malloc/free described above - which no longer happens with the fix
2528 described above.
2529
2530 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
2531
2532commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
2533Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2534Date: Wed Sep 24 10:29:37 2008 +0200
2535
2536 api: Fix building with CONFIG_API
2537
2538 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
2539
2540 USB_MAX_STOR_DEV is defined in include/usb.h, but
2541 needed in api/api_storage.c.
2542
2543 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2544
2545commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
2546Author: Peter Tyser <ptyser@xes-inc.com>
2547Date: Tue Sep 23 12:39:40 2008 -0500
2548
2549 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
2550
2551 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2552
2553commit 81e612014c40c922ec35488d17c504d4e9286f06
2554Author: Peter Tyser <ptyser@xes-inc.com>
2555Date: Tue Sep 23 12:38:42 2008 -0500
2556
2557 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
2558
2559 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
2560 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
2561 sensor drivers are not necessary
2562
2563 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2564
2565commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
2566Author: Mike Frysinger <vapier@gentoo.org>
2567Date: Tue Oct 14 07:04:38 2008 -0400
2568
2569 cmd_spi: remove broken signed casting for display
2570
2571 Since we're working with unsigned data, you can't apply a signed pointer
2572 cast and then attempt to print the result. Otherwise you get wrong output
2573 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
2574
2575 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2576
2577commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
2578Author: Mike Frysinger <vapier@gentoo.org>
2579Date: Tue Oct 14 07:05:24 2008 -0400
2580
2581 strings cmd: drop old CONFIG_CFG_STRINGS define
2582
2583 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
2584 CONFIG_CMD_STRINGS and Makefile control.
2585
2586 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2587
2588commit fecb5ade3b37f62981f2b05b621005850173aaa9
2589Author: Jason Jin <Jason.jin@freescale.com>
2590Date: Fri Sep 19 17:32:49 2008 +0800
2591
2592 Fix the NAND size overflow issue.
2593
2594 When the total size of all NAND devices exceeds 4 GiB, the size will
2595 overflow. This patch tries to fix this.
2596
2597 Note that we still have a problem when a single NAND device is bigger
2598 than 4 GiB: then the overflow would actually happen earlier, i. e.
2599 when storing the size in nand_info[].size, as nand_info[].size is an
2600 "u_int32_t".
2601
2602 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2603 Signed-off-by: Wolfgang Denk <wd@denx.de>
2604
2605commit 30f574717277238b9014b8136c90eea77196490f
2606Author: Louis Su <louis@asix.com.tw>
2607Date: Wed Jul 9 11:01:37 2008 +0800
2608
2609 AX88180: new gigabit network driver
2610
2611 Signed-off-by: Louis Su <louis@asix.com.tw>
2612 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2613
2614commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
2615Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2616Date: Tue Aug 19 16:07:03 2008 +0200
2617
2618 enable 10/100M at VSC8601 at tsec driver
2619
2620 Currently VSC8601 doesn't link with 10/100M partners if the
2621 EEPROM/Strapping is not set up.
2622 Setting the auto-neg register fixes this.
2623
2624 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2625 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2626
2627commit 702c85b0e876d587c11acdbb55738ee52acd54f4
2628Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2629Date: Tue Sep 30 15:02:53 2008 +0900
2630
2631 net: ne2000: Divided a function of NE2000 driver
2632
2633 get_prom function was used __attriute__ , but it is not enable.
2634 ax88796.o does not do link besides ne2000.o. When ld is carried
2635 out, get_prom function of ax88796.c is ignored.
2636 This problem is a thing by specifications of ld.
2637 I checked and test this patch on SuperH and MIPS.
2638
2639 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2640 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2641
2642commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
2643Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2644Date: Tue Oct 14 11:10:59 2008 +0900
2645
2646 sh: rsk7203: Add smc911x driver support to board config file
2647
2648 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2649 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2650
2651commit cae6f909baf86357b3c0bd01acfc414348c4d175
2652Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2653Date: Thu Oct 9 13:54:33 2008 +0900
2654
2655 sh: Fix cannot execute a stand-alone application
2656
2657 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
2658
2659 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2660 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2661
2662commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
2663Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2664Date: Wed Oct 8 23:38:00 2008 -0500
2665
2666 fsl_pci_init do not scan bus when configured as an end-point
2667
2668 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2669 Acked-by: Andy Fleming <afleming@freescale.com>
2670
2671commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
2672Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2673Date: Tue Sep 16 17:07:53 2008 -0400
2674
2675 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
2676
2677 This is no longer necessary now that the GD_FLG_RELOC flag is set for
2678 all ARM boards.
2679
2680 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2681
2682commit d977a57356657ba241256231efca32828a5822f9
2683Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
2684Date: Sat Sep 13 10:04:32 2008 +0200
2685
2686 Fix lzma uncompress call (image_start wrongly used instead image_len)
2687
2688 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
2689
2690commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
2691Author: Nick Spence <nick.spence@freescale.com>
2692Date: Thu Aug 28 14:09:15 2008 -0700
2693
2694 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
2695
2696 This is needed in unlock_ram_in_cache() because it is called from C and
2697 will corrupt the small data area anchor that is kept in R2.
2698
2699 lock_ram_in_cache() is modified similarly as good coding practice, but
2700 is not called from C.
2701
2702 Signed-off-by: Nick Spence <nick.spence@freescale.com>
2703
2704commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
2705Author: Kumar Gala <galak@kernel.crashing.org>
2706Date: Tue Aug 19 15:05:34 2008 -0500
2707
2708 86xx: remove redudant code with lib_ppc/interrupts.c
2709
2710 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
2711 Not know how that happened, but there is no good reason for it.
2712
2713 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
2714 they exist.
2715
2716 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2717
2718commit 0d01f66d235118515b5086b88f82498bc0695d6a
2719Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2720Date: Thu Oct 9 01:26:36 2008 -0500
2721
2722 CFI: cfi_flash write fix for AMD legacy
2723
2724 The flash_unlock_seq requires a sector for AMD_LEGACY.
2725 Fix a retcode check typeo.
2726
2727 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2728 Signed-off-by: Stefan Roese <sr@denx.de>
2729
2730commit 542b385a620a1783454a00424930e51895f45073
2731Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2732Date: Tue Oct 7 13:13:10 2008 +0200
2733
2734 ppc4xx: Fix USB 2.0 phy reset sequence
2735
2736 This patch fixes USB 2.0 communication issues on some DU440 boards.
2737
2738 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2739 Signed-off-by: Stefan Roese <sr@denx.de>
2740
2741commit df8c1ce11114c2260dedb5547281945f7db8fa5c
2742Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2743Date: Tue Oct 7 13:13:09 2008 +0200
2744
2745 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
2746
2747 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2748 Signed-off-by: Stefan Roese <sr@denx.de>
2749
2750commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
2751Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2752Date: Tue Oct 7 13:13:08 2008 +0200
2753
2754 ppc4xx: Fix DU440 GPIO configuration
2755
2756 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2757 Signed-off-by: Stefan Roese <sr@denx.de>
2758
2759commit 35dd025c70fcc4389317db2f2a9d14795172137d
2760Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2761Date: Tue Oct 7 13:13:07 2008 +0200
2762
2763 ppc4xx: Update DU440 config
2764
2765 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2766 Signed-off-by: Stefan Roese <sr@denx.de>
2767
2768commit f3bf9273939ffe1a60a32a2eef909097f15df56b
2769Author: Kumar Gala <galak@kernel.crashing.org>
2770Date: Wed Oct 8 15:36:39 2008 -0500
2771
2772 MPC8572DS: Fix compile warnings
2773
2774 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
2775 compile warnings:
2776
2777 cmd_i2c.c:112: warning: missing braces around initializer
2778 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
2779
2780 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2781
2782commit dffd2446fb041f38ef034b0fcf41e51e5e489159
2783Author: Wolfgang Grandegger <wg@grandegger.com>
2784Date: Tue Sep 30 10:55:57 2008 +0200
2785
2786 85xx: Using proper I2C source clock divider for MPC8544
2787
2788 Measurements with our MPC8544 board showed that the I2C bus frequency
2789 is wrong by a factor of 1.5. Obviously, the interpretation of the
2790 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
2791 correct. There seems to be an error in the 8544 RM.
2792
2793 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2794
2795commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
2796Author: Rafal Czubak <rcz@semihalf.com>
2797Date: Wed Oct 8 13:41:30 2008 +0200
2798
2799 FSL: Fix get_cpu_board_revision() return value.
2800
2801 get_cpu_board_revision() returned board revision based on information stored
2802 in global static struct eeprom. It should instead use one from local struct
2803 board_eeprom, to which the data is actually read from EEPROM. The bug led to
2804 system hang after printing L1 cache information on U-Boot startup. The problem
2805 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
2806 boards using CFG_I2C_EEPROM_CCID.
2807
2808 The change has been successfully tested on MPC8555CDS system.
2809
2810 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
2811
2812commit 747f316cca484ed627a97dd3391febabce384186
2813Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2814Date: Tue Sep 30 20:08:49 2008 +0200
2815
2816 update uImage FIT multi documentation
2817
2818 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2819
2820commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
2821Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2822Date: Tue Sep 30 20:08:36 2008 +0200
2823
2824 move README.imx31 to doc/ and merge with README.mx31
2825
2826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2827
2828commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
2829Author: Guennadi Liakhovetski <lg@denx.de>
2830Date: Thu Sep 25 20:54:37 2008 +0200
2831
2832 i.MX31: switch to CFG_HZ=1000
2833
2834 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
2835 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
2836 provides 2% or 0.4% precision depending on the
2837 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
2838 boot-delay.
2839
2840 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2841
2842commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
2843Author: gnusercn <gnusercn@gmail.com>
2844Date: Wed Oct 8 18:58:58 2008 +0200
2845
2846 Fix bug: in arch-arm, env_get_char dose not work fine
2847
2848 due to the arm implementation which supposed that U-Boot is in RAM
2849 when we jump to start_armboot
2850
2851 Signed-off-by: gnusercn <gnusercn@gmail.com>
2852 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2853
2854commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
2855Author: Adam Graham <agraham@amcc.com>
2856Date: Mon Oct 6 10:16:13 2008 -0700
2857
2858 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
2859
2860 After changing SDRAM_CLKTR phase value rerun the memory preload
2861 initialization sequence (INITPLR) to reset and relock the memory
2862 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
2863 adjustment effects the phase relationship of the internal, to the
2864 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
2865
2866 Signed-off-by: Adam Graham <agraham@amcc.com>
2867 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
2868 Signed-off-by: Stefan Roese <sr@denx.de>
2869
2870commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
2871Author: Haiying Wang <Haiying.Wang@freescale.com>
2872Date: Fri Oct 3 11:48:03 2008 -0400
2873
2874 Remove redundant #define for MPC8536DS
2875
2876 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2877
2878commit 445a7b38308eb05b41de74165b20855db58c7ee5
2879Author: Haiying Wang <Haiying.Wang@freescale.com>
2880Date: Fri Oct 3 11:47:30 2008 -0400
2881
2882 Add ID EEPROM support for MPC8572DS
2883
2884 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
2885 system information like mac addresses etc. This patch enables it.
2886
2887 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2888
2889commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
2890Author: Haiying Wang <Haiying.Wang@freescale.com>
2891Date: Fri Oct 3 11:46:59 2008 -0400
2892
2893 Minor fixes for I2C address on MPC8572DS
2894
2895 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
2896 according to the board spec, and adds the 2nd i2c bus offset.
2897
2898 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2899
2900commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
2901Author: Jason Jin <Jason.jin@freescale.com>
2902Date: Sat Sep 27 14:40:57 2008 +0800
2903
2904 Fix the incorrect DDR clk freq reporting on 8536DS
2905
2906 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
2907 The display is still sync mode DDR freq. This patch try to fix
2908 this. The display DDR freq is now the actual freq in both
2909 sync and async mode.
2910
2911 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2912
2913commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
2914Author: Kumar Gala <galak@kernel.crashing.org>
2915Date: Tue Oct 7 10:28:46 2008 -0500
2916
2917 85xx: Remove setting of *cache-line-size in device trees
2918
2919 ePAPR says if the *cache-block-size is the same as *cache-line-size
2920 than we don't need the *cache-line-size property.
2921
2922 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2923
2924commit cd3cb0d9269d155276b00207e3816a9347fd1c92
2925Author: Gerald Van Baren <vanbaren@cideas.com>
2926Date: Sat Oct 4 07:56:06 2008 -0400
2927
2928 libfdt: Fix error in documentation for fdt_get_alias_namelen()
2929
2930 Oops, screwed up the function name in the documenting comment for this
2931 function. Trivial correction in this patch.
2932
2933 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2934 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
2935
2936commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
2937Author: David Gibson <david@gibson.dropbear.id.au>
2938Date: Wed Aug 20 16:55:14 2008 +1000
2939
2940 libfdt: Add function to explicitly expand aliases
2941
2942 Kumar has already added alias expansion to fdt_path_offset().
2943 However, in some circumstances it may be convenient for the user of
2944 libfdt to explicitly get the string expansion of an alias. This patch
2945 adds a function to do this, fdt_get_alias(), and uses it to implement
2946 fdt_path_offset().
2947
2948 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2949
2950commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
2951Author: Mike Frysinger <vapier@gentoo.org>
2952Date: Thu Oct 2 01:55:38 2008 -0400
2953
2954 cfi_flash: do not reset flash when probe fails
2955
2956 The CFI flash driver starts at flash_init() which calls down into
2957 flash_get_size(). This starts by calling flash_detect_cfi(). If said
2958 function fails, flash_get_size() finishes by attempting to reset the
2959 flash. Unfortunately, it does this with an info->portwidth set to 0x10
2960 which filters down into flash_make_cmd() and that happily smashes the
2961 stack by sticking info->portwidth bytes into a cfiword_t variable that
2962 lives on the stack. On a 64bit system you probably won't notice, but
2963 killing the last 8 bytes on a 32bit system usually leads to a corrupt
2964 return address. Which is what happens on a Blackfin system.
2965
2966 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2967 Signed-off-by: Stefan Roese <sr@denx.de>
2968
2969commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
2970Author: Stefan Roese <sr@denx.de>
2971Date: Fri Sep 26 17:03:26 2008 +0200
2972
2973 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
2974
2975 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
2976 Without this, the chosen node is not overwritten if it already
2977 exists.
2978
2979 Signed-off-by: Stefan Roese <sr@denx.de>
2980
2981commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
2982Author: Jon Loeliger <jdl@freescale.com>
2983Date: Thu Sep 25 11:02:17 2008 -0500
2984
2985 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
2986
2987 Using Gcc 4.3 detected this problem:
2988
2989 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
2990 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
2991 occur when assuming that (X + c) < X is always false
2992
2993 To fix the problem, treat the offset as an unsigned int.
2994
2995 The problem report and proposed fix were provided
2996 by Steve Papacharalambous <stevep@freescale.com>.
2997
2998 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2999
3000commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
3001Author: David Gibson <david@gibson.dropbear.id.au>
3002Date: Fri Aug 29 14:19:13 2008 +1000
3003
3004 libfdt: Fix bugs in fdt_get_path()
3005
3006 The current implementation of fdt_get_path() has a couple of bugs,
3007 fixed by this patch.
3008
3009 First, contrary to its documentation, on success it returns the length
3010 of the node's path, rather than 0. The testcase is correspondingly
3011 wrong, and the patch fixes this as well.
3012
3013 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
3014 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
3015 Specifically this happens when there is insufficient space even to
3016 hold the path's second last component. This behaviour is corrected,
3017 and the testcase updated to check it.
3018
3019 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3020
3021commit 33af3e6656e84660d397b5dd95abab2dccc36f83
3022Author: Wolfgang Denk <wd@denx.de>
3023Date: Wed Oct 1 12:34:58 2008 +0200
3024
3025 TQM5200: enable support for ATAPI devices
3026
3027 Signed-off-by: Wolfgang Denk <wd@denx.de>
3028
3029commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
3030Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3031Date: Mon Sep 15 05:48:25 2008 +0200
3032
3033 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
3034
3035 we need this due to the arm implementation which supposed that U-Boot
3036 is in RAM when we jump to start_armboot
3037
3038 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
3039 in order to do it for all arm board
3040
3041 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3042
3043commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
3044Author: Kim Phillips <kim.phillips@freescale.com>
3045Date: Wed Sep 24 08:46:25 2008 -0500
3046
3047 mpc83xx: don't disable autoboot
3048
3049 bootdelay set to -1 'permanently' disables autobooting, even if
3050 bootcmd is specified. Change to a positive value to allow
3051 autobooting when a bootcmd is set.
3052
3053 Reported-by: Coray Tate <Coray.Tate@freescale.com>
3054 Cc: Scott Wood <scottwood@freescale.com>
3055 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3056
3057commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
3058Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3059Date: Wed Sep 24 10:42:15 2008 +0900
3060
3061 mpc83xx: Fix typo in include/mpc83xx.h
3062
3063 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
3064
3065 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3066 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3067
3068commit 162c41c03179727a1d14262f703c9a8bc40231fa
3069Author: Kim Phillips <kim.phillips@freescale.com>
3070Date: Tue Sep 23 09:38:49 2008 -0500
3071
3072 mpc83xx: add h/w flash protection to board configs
3073
3074 the operating system may leave flash in a h/w locked state after writing.
3075 This allows u-boot to continue to write flash by enabling h/w unlocking
3076 by default.
3077
3078 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3079
3080commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
3081Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3082Date: Thu Sep 11 21:35:36 2008 +0400
3083
3084 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
3085
3086 The spd_dram code shifts the base address, then masks 20 bits, but
3087 forgets to shift the base address back. Fix this by just masking the
3088 base address correctly.
3089
3090 Found this bug while trying to relocate a DDR memory at the base != 0.
3091
3092 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3093 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3094
3095commit 8fd4166c467a46773f80208bda1ec3b4757747bc
3096Author: Stefan Roese <sr@denx.de>
3097Date: Mon Sep 22 16:10:43 2008 +0200
3098
3099 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
3100
3101 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
3102 either one PCIe node or the SATA node in the device tree blob. This
3103 patch removes the unnecessary and even confusing warning, when the node
3104 is not found at all.
3105
3106 Signed-off-by: Stefan Roese <sr@denx.de>
3107
3108commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
3109Author: Remy Bohmer <linux@bohmer.net>
3110Date: Fri Sep 19 13:30:06 2008 +0200
3111
3112 Add missing device types to dev_print() in part.c
3113
3114 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3115
3116commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
3117Author: Wolfgang Denk <wd@denx.de>
3118Date: Mon Sep 22 22:23:06 2008 +0200
3119
3120 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
3121 eventually leads to a machine check. This change assures that DPRAM
3122 is allocated only once in that case.
3123
3124 Signed-off-by: Gary Jennejohn <garyj@denx.de>
3125 Signed-off-by: Wolfgang Denk <wd@denx.de>
3126
3127commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
3128Author: Laurent Pinchart <laurentp@cse-semaphore.com>
3129Date: Wed Sep 17 17:57:34 2008 +0200
3130
3131 Fix Spartan-3 definitions.
3132
3133 A few Spartan-3 definitions erroneously use Spartan-3E size
3134 constants. This patch fixes them.
3135
3136 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
3137
3138commit 28113e1f0da4146b823ffce37680d31d5685a60b
3139Author: Laurent Pinchart <laurentp@cse-semaphore.com>
3140Date: Wed Sep 17 17:41:58 2008 +0200
3141
3142 Remove duplicate Spartan-3E definition.
3143
3144 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
3145 Signed-off-by: Wolfgang Denk <wd@denx.de>
3146
3147commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
3148Author: Anatolij Gustschin <agust@denx.de>
3149Date: Wed Sep 17 13:46:17 2008 +0200
3150
3151 socrates: change default mtest address range
3152
3153 Running mtest command on socrates without specifying
3154 an address range crashes the board. This patch changes
3155 default mtest address range to prevent this behavior.
3156
3157 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3158
3159commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
3160Author: Anatolij Gustschin <agust@denx.de>
3161Date: Wed Sep 17 12:34:45 2008 +0200
3162
3163 socrates: fix crash after relocation
3164
3165 Currently U-Boot crashes after relocation to RAM.
3166 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
3167 register to READ_LAT + 1 (to the value it was before
3168 conversion of socrates to new DDR code) fixes the
3169 problem.
3170
3171 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3172
3173commit 562788b0a303f3528b920d81f547f5ca77ba528e
3174Author: Anatolij Gustschin <agust@denx.de>
3175Date: Wed Sep 17 11:45:51 2008 +0200
3176
3177 socrates: fix SPD EEPROM address
3178
3179 Commit be0bd8234b9777ecd63c4c686f72af070d886517
3180 changed SPD EEPROM address to 0x51 and DDR SDRAM
3181 detection stopped working. Change this address
3182 back to 0x50.
3183
3184 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3185
3186commit 023824549a370bd185d7129d9a6c86f9be7b86a8
3187Author: Stefan Roese <sr@denx.de>
3188Date: Mon Sep 22 11:06:50 2008 +0200
3189
3190 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
3191
3192 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
3193
3194 Signed-off-by: Stefan Roese <sr@denx.de>
3195
3cbd8231
WD
3196commit e58c41e26cf3c8accd60311be579f452e368e97e
3197Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3198Date: Thu Sep 18 20:13:08 2008 +0900
3199
3200 usb: Fix compile warning of r8a66597-hcd
3201
3202 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3203 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3204
a0b1b610
WD
3205commit b5d10a13525c07ec6374adf840d7c87553b5f189
3206Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3207Date: Thu Sep 18 19:34:36 2008 +0900
3208
3209 sh: Fix compile warning
3210
3211 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3212
3213commit 4a065abf926f128beb36d93449defa0d690e7fef
3214Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3215Date: Thu Sep 18 19:04:26 2008 +0900
3216
3217 sh: Add support watchdog for SH4A core
3218
3219 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
3220 And fix some compile warning.
3221
3222 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3223
3224commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
3225Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3226Date: Wed Sep 17 11:45:26 2008 +0900
3227
3228 sh: Fix typo in SH serial driver
3229
3230 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3231 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3232
3233commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
3234Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3235Date: Wed Sep 17 11:08:36 2008 +0900
3236
3237 sh: Add support any page size and empty_zero_page to SH Linux uImage
3238
3239 Old U-Boot supported 4KB page size only. If this version, Linux
3240 kernel can not get command line from U-Boot.
3241 SH Linux kernel can change page size and empty_zero_page.
3242 This patch support this function and fix promlem.
3243
3244 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3245 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3246
3247commit ce9f99ddb59628f41dc534e892368a7d66dfc774
3248Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3249Date: Thu Aug 28 13:40:52 2008 +0900
3250
3251 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
3252
3253 Add function of smc911x, pkt_data_pull and pkt_data_push.
3254
3255 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3256 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3257
3258commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
3259Author: Wolfgang Denk <wd@denx.de>
3260Date: Thu Sep 18 13:57:32 2008 +0200
3261
3262 ADS5121: fix typo in "rootpath" default setting
3263
3264 Signed-off-by: Wolfgang Denk <wd@denx.de>
3265
3cbd8231
WD
3266commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
3267Author: Remy Bohmer <linux@bohmer.net>
3268Date: Tue Sep 16 14:55:44 2008 +0200
3269
3270 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
3271
3272 There are several differences between Linux, Windows and U-boot for initialising the
3273 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
3274 things really different, and some are wrong (compared to the USB standard).
3275
3276 This patch fixes some errors:
3277 * The NEW_init procedure that was already in the code is good, while the old procedure
3278 is wrong. See code comments for more info.
3279 * On a Control request the data returned by the device can be more than 8 bytes, while
3280 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
3281 This results in a lot of USB sticks not being recognised, and the transmission ended
3282 frequently with a CTL:TIMEOUT Error.
3283 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
3284
3285 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3286 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3287
3288commit 6f5794a6f78b313231256958fd73673c6aacc116
3289Author: Remy Bohmer <linux@bohmer.net>
3290Date: Tue Sep 16 14:55:43 2008 +0200
3291
3292 Refactoring parts of the common USB OHCI code
3293
3294 This patch refactors some large routines of the USB OHCI code by
3295 making some routines smaller and more readable which helps
3296 debugging and understanding the code. (Makes the code looks
3297 somewhat more like the Linux implementation.)
3298
3299 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
3300
3301 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3302 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3303
3304commit be19d324edc1a1d7f393d24e10d164cd94c91a00
3305Author: Remy Bohmer <linux@bohmer.net>
3306Date: Tue Sep 16 14:55:42 2008 +0200
3307
3308 Fix for USB sticks not working on ARM while using GCC 4.x compilers
3309
3310 The GCC-compiler makes an optimisation error while optimising the routine
3311 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
3312 but there lots of compilers out there that makes this error, that it is
3313 probably wiser to workaround it in U-boot itself.
3314
3315 What happens is that the register r3 is used as loop-counter 'i', but gets
3316 overwritten later on. From there it starts using register r3 for several other
3317 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
3318
3319 This error occurs on at least several versions of Code Sourcery Lite compilers
3320 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
3321 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
3322
3323 We work around it by splitting up this routine in 2 parts, and making sure that
3324 the split out part is NOT inlined any longer. This will make GCC spit out assembler
3325 that do not show this problem. Another possibility is to adapt the Makefile to stop
3326 optimisation for the complete file. I think this solution is nicer.
3327
3328 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3329 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3330
a0b1b610
WD
3331commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
3332Author: Wolfgang Denk <wd@denx.de>
3333Date: Wed Sep 17 10:17:55 2008 +0200
3334
3335 Coding style cleanup; update CHANEGLOG
3336
3337 Signed-off-by: Wolfgang Denk <wd@denx.de>
3338
3339commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
3340Author: Victor Gallardo <vgallardo@amcc.com>
3341Date: Tue Sep 16 06:59:13 2008 -0700
3342
3343 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
3344
3345 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
3346 Signed-off-by: Adam Graham <agraham@amcc.com>
3347 Signed-off-by: Stefan Roese <sr@denx.de>
3348
3349commit ce47eb402c5e29a025399dc282246414fc492940
3350Author: Peter Tyser <ptyser@xes-inc.com>
3351Date: Tue Sep 16 10:04:47 2008 -0500
3352
3353 Support for multiple SGMII/TBI interfaces for TSEC ethernet
3354
3355 Fix TBI PHY accesses to use the proper offset in CPU register space. The
3356 previous code would incorrectly access the TBI PHY by reading/writing to CPU
3357 register space at the same location as would be used to access external PHYs.
3358
3359 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3360 Acked-by: Andy Fleming <afleming@freescale.com>
3361
87b4ef56
WD
3362commit 7c803be2eb3cae245dedda438776e08fb122250f
3363Author: Wolfgang Denk <wd@denx.de>
3364Date: Tue Sep 16 18:02:19 2008 +0200
3365
3366 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
3367
3368 After switching to using the CFI flash driver, the correct remapping
3369 of the flash banks was forgotten.
3370
3371 Also, some boards were not adapted, and the old legacy flash driver
3372 was not removed yet.
3373
3374 Signed-off-by: Wolfgang Denk <wd@denx.de>
3375
3376commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
3377Author: Wolfgang Denk <wd@denx.de>
3378Date: Sun Sep 14 00:59:35 2008 +0200
3379
3380 Prepare v2008.10-rc2
3381
3382 Signed-off-by: Wolfgang Denk <wd@denx.de>
3383
3384commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
3385Author: Wolfgang Denk <wd@denx.de>
3386Date: Sat Sep 13 02:23:05 2008 +0200
3387
3388 Coding style cleanup, update CHANGELOG
3389
3390 Signed-off-by: Wolfgang Denk <wd@denx.de>
3391
f12e4549
WD
3392commit 0c32565f536609d78feef35c88bbc39d3ac53a73
3393Author: Peter Tyser <ptyser@xes-inc.com>
3394Date: Wed Sep 10 09:18:34 2008 -0500
3395
3396 Update mailing list email and archive addresses
3397
3398 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3399
3400commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
3401Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
3402Date: Thu Sep 11 15:40:01 2008 +0200
3403
3404 85xx: socrates: autoprobe Lime chip
3405
3406 This patch is an attempt to implement autoprobing for the Lime
3407 presence on the bus.
3408 Configure GPCM for Lime CS2 and try to access chip ID registers.
3409 Second read atempt delivers register values if the chip is present.
3410
3411 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3412
3413commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
3414Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
3415Date: Thu Sep 11 15:40:01 2008 +0200
3416
3417 85xx: socrates: Add support for new image format.
3418
3419 Signed-off-by: Detlev Zundel <dzu@denx.de>
3420
3421commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
3422Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3423Date: Thu Sep 11 17:28:18 2008 +0900
3424
3425 sh: Fix compile error for r2dplus
3426
3427 netdev.h was not include by r2dplus.
3428
3429 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3430
3431commit 56844a22b76c719e600047e23b80465a44d76abd
3432Author: Heiko Schocher <hs@denx.de>
3433Date: Thu Sep 11 08:11:23 2008 +0200
3434
3435 powerpc: Fix bootm to boot up again with a Ramdisk
3436
3437 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
3438 and this stopped Linux from booting with a Ramdisk. This patch fixes
3439 this, by deleting the useless dummy mem reservation.
3440
3441 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
3442 added to of_size, so we dont need anymore a dummy mem reservation.
3443
3444 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
3445 system (=0x44 bytes) and rounded it up to 0x80).
3446
3447 Signed-off-by: Heiko Schocher <hs@denx.de>
3448 Acked-by: Kumar Gala <galak@kernel.crashing.org>
3449
3450commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
3451Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3452Date: Mon Sep 8 02:46:13 2008 +0200
3453
3454 Add support for LZMA uncompression algorithm.
3455
3456 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3457 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3458
3459commit 0008b6d968160abe2bfd936493f3a516a7c8da20
3460Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3461Date: Fri Jun 27 23:04:20 2008 +0400
3462
3463 fsl_elbc_nand: ecclayout cleanups
3464
3465 This patch deletes oobavail assignments, they're calculated by the nand
3466 core code in nand_scan_tail, plus current oobavail values are wrong for
3467 the LP NANDs.
3468
3469 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3470 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
3471 Signed-off-by: Scott Wood <scottwood@freescale.com>
3472
3473commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
3474Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3475Date: Fri Jun 27 23:04:13 2008 +0400
3476
3477 fsl_elbc_nand: implement support for flash-based BBT
3478
3479 This patch implements support for flash-based BBT for chips working
3480 through ELBC NAND controller, so that NAND core will not have to re-scan
3481 for bad blocks on every boot.
3482
3483 Because ELBC controller may provide HW-generated ECCs we should adjust
3484 bbt pattern and bbt version positions in the OOB free area.
3485
3486 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3487 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
3488 Signed-off-by: Scott Wood <scottwood@freescale.com>
3489
3490commit 97ae023648e764f794ffb9c52da109d6caf09c47
3491Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3492Date: Fri Jun 27 23:04:04 2008 +0400
3493
3494 fsl_elbc_nand: fix OOB workability for large page NAND chips
3495
3496 For large page chips, nand_bbt is looking into OOB area, and checking
3497 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
3498 reserved for bbt means.
3499
3500 But ELBC driver is specifying ecclayout so that oobfree area starts at
3501 offset 1, so only one byte left for the bbt purposes.
3502
3503 This causes problems with any OOB users, namely JFFS2: after first mount
3504 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
3505
3506 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
3507 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
3508 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
3509 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
3510
3511 And on the next boot, NAND core will rescan for bad blocks, then will
3512 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
3513
3514 To fix the issue we should implement our own bad block pattern: just one
3515 byte at OOB start. Though, this will work only for x8 chips. For x16
3516 chips two bytes must be checked. Since ELBC driver does not support x16
3517 NANDs (yet), we're safe for now.
3518
3519 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3520 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
3521 Signed-off-by: Scott Wood <scottwood@freescale.com>
3522
3523commit 7238ada313057a85409485b8ee21515dc10c07a5
3524Author: Wolfgang Denk <wd@denx.de>
3525Date: Fri Sep 12 13:52:21 2008 +0200
3526
3527 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
3528
3529 Signed-off-by: Wolfgang Denk <wd@denx.de>
3530
3531commit b18410e508a12ba0a177dfc2a386857c806fa96d
3532Author: Stefan Roese <sr@denx.de>
3533Date: Thu Sep 11 13:05:56 2008 +0200
3534
3535 ppc4xx: Enable device tree (FDT) support in zeus board port
3536
3537 Signed-off-by: Stefan Roese <sr@denx.de>
3538
3539commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
3540Author: Stefan Roese <sr@denx.de>
3541Date: Wed Sep 10 16:53:47 2008 +0200
3542
3543 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
3544
3545 This patch fixes a problem introdiced with patch
3546 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
3547 initdram()].
3548
3549 The boards affected are:
3550 - PCI405
3551 - PPChameleonEVB
3552 - quad100hd
3553 - taihu
3554 - zeus
3555
3556 Signed-off-by: Stefan Roese <sr@denx.de>
3557
3558commit 61737c59a3285f6fadf96a5836879898c04ec28d
3559Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3560Date: Thu Sep 11 19:41:26 2008 -0400
3561
3562 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
3563
3564 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3565 Signed-off-by: Stefan Roese <sr@denx.de>
3566
3567commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
3568Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3569Date: Thu Sep 11 19:41:25 2008 -0400
3570
3571 ppc4xx: Fix compilation of v5fx30teval_flash
3572
3573 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3574 Signed-off-by: Stefan Roese <sr@denx.de>
3575
3576commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
3577Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3578Date: Wed Sep 10 17:44:30 2008 -0400
3579
3580 ppc4xx: Fix in-tree build for ppc440-generic boards
3581
3582 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3583 Signed-off-by: Stefan Roese <sr@denx.de>
3584
3585commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
3586Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3587Date: Fri Sep 12 02:20:47 2008 +0200
3588
3589 ARM: synchronize mach-types.h with linux 2.6.27-rc6
3590
3591 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3592
3593commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
3594Author: Jens Scharsig <esw@bus-elektronik.de>
3595Date: Fri Sep 12 02:20:47 2008 +0200
3596
3597 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
3598
3599 This patch prevents linker error on AT91RM9200 boards, if
3600 CONFIG_CMD_I2_TREE is set.
3601 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
3602
3603 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
3604
3605commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
3606Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3607Date: Fri Sep 12 02:20:47 2008 +0200
3608
3609 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
3610
3611 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
3612
3613 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3614
3615commit 03db53335c8eba656a7c44d1555b1a4514383e33
3616Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3617Date: Fri Sep 12 02:20:46 2008 +0200
3618
3619 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
3620
3621 __ARM__ is given by arm_config.mk automatically.
3622
3623 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3624
3625commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
3626Author: Claudio Scordino <claudio@evidence.eu.com>
3627Date: Fri Sep 12 02:20:46 2008 +0200
3628
3629 Fix MACH_TYPE for the AT91RM9200DK board.
3630
3631 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
3632
3633commit 274737e5eb25b2bcd3af3a96da923effd543284f
3634Author: Andrew Dyer <adyer@righthandtech.com>
3635Date: Fri Sep 12 02:20:46 2008 +0200
3636
3637 i.mx change get_timer(base) to return time since base
3638
3639 This patch changes get_timer() for i.MX to return the time since
3640 'base' instead of the time since the counter was at zero.
3641
3642 Symptom seen is flash timeout errors when erasing or programming a
3643 sector using the common cfi flash code.
3644
3645 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
3646
3647commit 48fed40575b3e8eae960eb0141509ddd9a73012a
3648Author: Andrew Dyer <adyer@righthandtech.com>
3649Date: Fri Sep 12 02:20:46 2008 +0200
3650
3651 i.MX use u-boot baud rate and don't assume UART master clock
3652
3653 1) Change the i.MX serial driver to use the baud rate set in the
3654 u-boot environment
3655
3656 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
3657
3658 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
3659 one to clear" like other status bits in the reg.)
3660
3661 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
3662
3663commit 6e1551a870d360805b9d172dc56d935064abe71d
3664Author: Andrew Dyer <adyer@righthandtech.com>
3665Date: Fri Sep 12 02:20:46 2008 +0200
3666
3667 arm920t fix constant error in start.S
3668
3669 Code in cpu/arm920t/start.S will die with a compilation error if
3670 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
3671 the ARM sub instruction. Change the code so that each is subtracted
3672 independently to avoid the error.
3673
3674 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
3675
3676commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
3677Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
3678Date: Fri Sep 12 02:20:40 2008 +0200
3679
3680 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
3681
3682 - Correct Invalid #define of MPUTIM_PTV_MASK for
3683 omap1510 & omap730 register definition
3684
3685 MPUTIM_PTV_MASK is defined as
3686 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
3687
3688 while it should have been
3689 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
3690
3691 - Below Patch corrects the same
3692
3693 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
3694
3695commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
3696Author: Adrian Filipi <adrian.filipi@eurotech.com>
3697Date: Fri Jul 18 11:52:02 2008 -0400
3698
3699 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
3700
3701 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
3702
3703commit eb16135df20535b0d19969f50fb5bd17f95e9c25
3704Author: Guennadi Liakhovetski <lg@denx.de>
3705Date: Thu Aug 28 12:25:11 2008 +0200
3706
3707 i.MX31: document timer precision option
3708
3709 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3710
3711commit 1a6337b01351b82a45b0defa76f08744511c580b
3712Author: Magnus Lilja <lilja.magnus@gmail.com>
3713Date: Fri Aug 29 10:36:18 2008 +0200
3714
3715 i.MX31: Make the SPI bus and chip select configurable for MC13783
3716
3717 The i.MX31 has three SPI buses and each bus has several chip selects
3718 and the MC13783 chip can be connected to any of these. The current
3719 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
3720
3721 This patch makes make MC13783 SPI bus and chip select configurable
3722 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
3723
3724 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
3725
3726commit 8c4ebec25b21e355b8488698ec1594da9701fff4
3727Author: Magnus Lilja <lilja.magnus@gmail.com>
3728Date: Fri Aug 29 10:36:17 2008 +0200
3729
3730 i.MX31: Add reset_timer() and modify get_timer_masked().
3731
3732 This patch adds the reset_timer() function (needed by nand_base.c) and
3733 modifies the get_timer_masked() to work in the same way as the omap24xx
3734 function.
3735
3736 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
3737
3738commit deeec4991a55de243787002ede24d2331d234fc8
3739Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3740Date: Wed Sep 10 22:48:09 2008 +0200
3741
3742 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
3743
3744 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3745
3746commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
3747Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3748Date: Wed Sep 10 22:48:09 2008 +0200
3749
3750 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
3751
3752 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3753
3754commit 0e8d158664a913392cb01fb11a948d83f72e105e
3755Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3756Date: Wed Sep 10 22:48:06 2008 +0200
3757
3758 rename CFG_ENV macros to CONFIG_ENV
3759
3760 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3761
3762commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
3763Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3764Date: Wed Sep 10 22:48:05 2008 +0200
3765
3766 nvedit: rename error comment to CONFIG_ENV_IS_IN_
3767
3768 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3769
3770commit b64b775e7546ed138df360ceb3a71ee358cb9a01
3771Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3772Date: Wed Sep 10 22:48:05 2008 +0200
3773
3774 cmd_mem: Move conditional compilation to Makefile
3775
3776 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3777
3778commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
3779Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3780Date: Wed Sep 10 22:48:05 2008 +0200
3781
3782 move cmd_get_data_size to command.c
3783
3784 add CMD_DATA_SIZE macro to enable it
3785
3786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3787
3788commit 507641d2491980531932b9f25dab37fe5e6c3a1a
3789Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3790Date: Wed Sep 10 22:48:04 2008 +0200
3791
3792 env_flash: Move conditional compilation to Makefile
3793
3794 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3795
3796commit 5a1aceb0689e2f731491838970884a673ef7e7d3
3797Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3798Date: Wed Sep 10 22:48:04 2008 +0200
3799
3800 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
3801
3802 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3803
3804commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
3805Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3806Date: Wed Sep 10 22:48:03 2008 +0200
3807
3808 cleanup use of CFG_ENV_IS_IN_FLASH
3809
3810 - #if CFG_ENV_IS_IN_FLASH
3811 - #if (CFG_ENV_IS_IN_FLASH == 1)
3812 - #define CFG_ENV_IS_IN_FLASH 0
3813
3814 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3815
3816commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
3817Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3818Date: Wed Sep 10 22:48:01 2008 +0200
3819
3820 rename environment.c in env_embedded.c to reflect is functionality
3821
3822 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3823
3824commit c0878af6e32f0fd8e13a6ca315b9add64441115a
3825Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3826Date: Wed Sep 10 22:48:01 2008 +0200
3827
3828 env_nowhere: Move conditional compilation to Makefile
3829
3830 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3831
3832commit 93f6d72544da4510a146bc4c93d609b0116cde37
3833Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3834Date: Wed Sep 10 22:48:00 2008 +0200
3835
3836 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
3837
3838 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3839
3840commit 2556ef78113b5f089dfcac5da90bf31dd568397b
3841Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3842Date: Wed Sep 10 22:48:00 2008 +0200
3843
3844 env_sf: Move conditional compilation to Makefile
3845
3846 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3847
3848commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
3849Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3850Date: Wed Sep 10 22:48:00 2008 +0200
3851
3852 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
3853
3854 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3855
3856commit 55c5f49910ec8225347aa1d211352a84de6649b4
3857Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3858Date: Wed Sep 10 22:48:00 2008 +0200
3859
3860 env_onenand: Move conditional compilation to Makefile
3861
3862 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3863
3864commit 9656138ff1a34d4c4768db6b490deffc40ee674b
3865Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3866Date: Wed Sep 10 22:47:59 2008 +0200
3867
3868 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
3869
3870 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3871
3872commit 957a0e69575683efd70ace147746bbb3d8e7c501
3873Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3874Date: Wed Sep 10 22:47:59 2008 +0200
3875
3876 env_nvram: Move conditional compilation to Makefile
3877
3878 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3879
3880commit 9314cee6917444ab88bd4e758da7a30975120187
3881Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3882Date: Wed Sep 10 22:47:59 2008 +0200
3883
3884 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
3885
3886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3887
3888commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
3889Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3890Date: Wed Sep 10 22:47:59 2008 +0200
3891
3892 env_nand: Move conditional compilation to Makefile
3893
3894 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3895
3896commit 51bfee192099206a4397f15f3b93516e01f58ab0
3897Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3898Date: Wed Sep 10 22:47:58 2008 +0200
3899
3900 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
3901
3902 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3903
3904commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
3905Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3906Date: Wed Sep 10 22:47:58 2008 +0200
3907
3908 env_dataflash: Move conditional compilation to Makefile
3909
3910 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3911
3912commit 057c849c45b9ee19df8ff3acdeee66be52819962
3913Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3914Date: Wed Sep 10 22:47:58 2008 +0200
3915
3916 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
3917
3918 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3919
3920commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
3921Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3922Date: Wed Sep 10 22:47:52 2008 +0200
3923
3924 cmd_eeprom: Move conditional compilation to Makefile
3925
3926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3927
3928commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
3929Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3930Date: Fri Sep 5 09:19:54 2008 +0200
3931
3932 env_eeprom: Move conditional compilation to Makefile
3933
3934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3935
3936commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
3937Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3938Date: Fri Sep 5 09:19:30 2008 +0200
3939
3940 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
3941
3942 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3943
3944commit 32628c5008105a732212003d83b75f05e5243bb2
3945Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3946Date: Sat Aug 30 23:54:58 2008 +0200
3947
3948 cmd_mac: Move conditional compilation to Makefile
3949
3950 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
3951 start in commit ad8f8687b78c3e917b173f038926695383c55555
3952
3953 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3954
3955commit e5648acab153f0f429bfc714902c5aaa7879f71b
3956Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3957Date: Sat Aug 30 23:47:41 2008 +0200
3958
3959 cmd_fdc: Move conditional compilation to Makefile
3960
3961 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3962
3963commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
3964Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3965Date: Sat Aug 30 23:47:38 2008 +0200
3966
3967 common/Makefile: add core command section
3968
3969 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3970
3971commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
3972Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3973Date: Sat Aug 30 23:29:57 2008 +0200
3974
3975 cmd_vfd: Move conditional compilation to Makefile
3976
3977 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3978
3979commit 6644641d072aee3087da129d8443187196a4d8a9
3980Author: Scott Wood <scottwood@freescale.com>
3981Date: Wed Sep 10 11:48:49 2008 -0500
3982
3983 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
3984
3985 This is part of the switch to newer upstream MTD code.
3986
3987 Signed-off-by: Scott Wood <scottwood@freescale.com>
3988
3989commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
3990Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3991Date: Sat Aug 30 17:06:55 2008 -0400
3992
3993 ARM DaVinci: Fix broken HW ECC for large page NAND.
3994
3995 Based on original patch by Bernard Blackham <bernard@largestprime.net>
3996
3997 U-boot's HW ECC support for large page NAND on Davinci is completely
3998 broken. Some kernels, such as the 2.6.10 one supported by
3999 MontaVista for DaVinci, rely upon this broken behaviour as they
4000 share the same code for ECCs. In the existing scheme, error
4001 detection *might* work on large page, but error correction
4002 definitely does not. Small page ECC correction works, but the
4003 format is not compatible with the mainline git kernel.
4004
4005 This patch adds ECC code that matches what is currently in the
4006 Davinci git repository (since NAND support was added in 2.6.24).
4007 This makes the ECC and OOB layout written by u-boot compatible with
4008 Linux for both small page and large page devices and fixes ECC
4009 correction for large page devices.
4010
4011 The old behaviour can be restored by defining the macro
4012 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
4013
4014 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
4015 Acked-by: Sergey Kubushyn <ksi@koi8.net>
4016 Signed-off-by: Scott Wood <scottwood@freescale.com>
4017
4018commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
4019Author: Heiko Schocher <hs@denx.de>
4020Date: Wed Sep 10 11:15:28 2008 +0200
4021
4022 muas3001: update BR4 settings
4023
4024 Also set up the port pins for using I2C.
4025
4026 Signed-off-by: Heiko Schocher <hs@denx.de>
4027
4028commit 3591293509e0c0bcf244b0f974775bff2e25697e
4029Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
4030Date: Wed Sep 10 09:43:49 2008 +0300
4031
4032 autoscr: Fix one-character lines and non-newline terminated scripts
4033
4034 When not using hush, the autoscr command now executes lines that are
4035 only one character long. It also runs the last line of scripts even if
4036 it does not end in a newline.
4037
4038 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
4039
4040commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
4041Author: Victor Gallardo <vgallardo@amcc.com>
4042Date: Tue Sep 9 15:13:29 2008 -0700
4043
4044 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
4045
4046 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
4047 and glacier.
4048
4049 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4050
4051commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
4052Author: Heiko Schocher <hs@denx.de>
4053Date: Mon Sep 8 10:21:11 2008 +0200
4054
4055 muas3001: added support for the LM75 sensor.
4056
4057 Signed-off-by: Heiko Schocher <hs@denx.de>
4058
4059commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
4060Author: Heiko Schocher <hs@denx.de>
4061Date: Mon Sep 8 10:20:19 2008 +0200
4062
4063 muas3001: activate WDT for the muas3001 board.
4064
4065 Signed-off-by: Heiko Schocher <hs@denx.de>
4066
4067commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
4068Author: Heiko Schocher <hs@denx.de>
4069Date: Mon Sep 8 10:19:36 2008 +0200
4070
4071 muas3001: added 64MB SDRAM autodetection.
4072
4073 Signed-off-by: Heiko Schocher <hs@denx.de>
4074
4075commit 5251469943895de4bb9a04d5053352cc22acb7d5
4076Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
4077Date: Thu Aug 21 07:12:26 2008 -0700
4078
4079 Fix printf errors under -DDEBUG
4080
4081 Fix printf format-string/arg mismatches under -DDEBUG.
4082
4083 These warnings occur with DEBUG defined for a platform using
4084 cpu/mpc85xx. Users of other architectures can unearth similar
4085 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
4086 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
4087
4088 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
4089 Signed-off-by: Andy Fleming <afleming@freescale.com>
4090
4091commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
4092Author: Wolfgang Denk <wd@denx.de>
4093Date: Tue Sep 9 23:55:18 2008 +0200
4094
4095 Update CHANGELOG, prepare 2008-10-rc1 release
4096
4097 Signed-off-by: Wolfgang Denk <wd@denx.de>
4098
4099commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
4100Author: Kumar Gala <galak@kernel.crashing.org>
4101Date: Mon Sep 8 08:51:29 2008 -0500
4102
4103 85xx: Ensure timebase is zero on secondary cores
4104
4105 The e500um says the timebase is volatile out of reset. To ensure
4106 TB sync works we need to make sure its zero.
4107
4108 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4109
8b9e4787
WD
4110commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
4111Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4112Date: Tue Sep 9 22:18:24 2008 +0200
4113
4114 bootm_load_os: fix load_end debug message
4115
4116 print load_end value not pointer
4117
4118 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4119
4120commit 1d9af0be764960e6cc1c093e97176c3542796820
4121Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4122Date: Tue Sep 9 22:18:23 2008 +0200
4123
4124 bootm: enable fdt support only on ppc, m68k and sparc
4125
4126 ...as done in image.c
4127
4128 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4129
4130commit 748b5274e76f81df85cfcffaffedc323678d0623
4131Author: Markus Heidelberg <markus.heidelberg@web.de>
4132Date: Tue Sep 9 18:51:05 2008 +0200
4133
4134 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
4135
4136 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
4137
4138commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
4139Author: Markus Heidelberg <markus.heidelberg@web.de>
4140Date: Tue Sep 9 17:31:46 2008 +0200
4141
4142 gitignore: add tags files and Vim swap file
4143
4144 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
4145
4146commit 1d9b67b23fca6a25154333733204339802510720
4147Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4148Date: Tue Sep 9 17:52:47 2008 +0900
4149
4150 add board_eth_init() for sh7785lcr board
4151
4152 Fix the problem that cannot work RTL8169 on sh7785lcr board.
4153
4154 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4155
4156commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
4157Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4158Date: Wed Aug 6 16:08:41 2008 -0500
4159
4160 mtd: SPI Flash: Support the STMicro Flash
4161
4162 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
4163 M25P40, M25P64, M25P80, M25P128.
4164
4165 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4166 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4167
f12e4549
WD
4168commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
4169Author: Wolfgang Denk <wd@denx.de>
4170Date: Tue Sep 9 17:55:31 2008 +0200
4171
4172 trab: fix build problem after change to use do_div()
4173
4174 We must link with libgeneric now.
4175
4176 Signed-off-by: Wolfgang Denk <wd@denx.de>
4177
8b9e4787
WD
4178commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
4179Author: Ryan CHEN <ryan.chen@st.com>
4180Date: Wed Aug 20 13:00:17 2008 -0400
4181
4182 Correct drv_usb_kbd_init function
4183
4184 The patch is that check if usb_get_dev_index() function return valid
4185 pointer. If valid, continue. Otherwise return -1.
4186
4187 Signed-off-by: Ryan Chen <ryan.chen@st.com>
4188 Acked-by: Markus Klotzbuecher <mk@denx.de>
4189
4190commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
4191Author: Remy Bohmer <linux@bohmer.net>
4192Date: Wed Aug 20 11:22:02 2008 +0200
4193
4194 Make usb-stop() safe to call multiple times in a row.
4195
4196 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
4197 enabled the usb_stop() command in common/cmd_bootm.c which was
4198 not enabled for some time, because no board did actually set the
4199 CFG_CMD_USB flag. So, now the usb_stop() is executed before
4200 loading the linux kernel.
4201
4202 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
4203 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
4204 If some other piece of code calls usb_stop() before the bootm command,
4205 this command will hangup the system during boot.
4206 (usb start and stop is typically used while booting from usb memory stick)
4207
4208 But, stopping the usb stack twice is useless anyway, and a flag already
4209 existed that kept track on the usb_init()/usb_stop() calls.
4210 So, we now check if the usb stack is really started before we stop it.
4211
4212 This problem is now fixed in both the upper as low-level layer.
4213
4214 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4215 Acked-by: Markus Klotzbuecher <mk@denx.de>
4216
4217commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
4218Author: Wolfgang Denk <wd@denx.de>
4219Date: Tue Sep 9 16:55:47 2008 +0200
4220
4221 Makefile: fix bug introduced by commit 47ffd6c2
4222
4223commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
4224Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4225Date: Tue Sep 9 10:00:33 2008 -0400
4226
4227 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
4228
4229 This patch solves the problems compiling ml507, v5fx30teval and
4230 ppc440-generic out of tree.
4231
4232 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4233
4234commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
4235Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
4236Date: Thu Sep 4 15:35:46 2008 -0300
4237
4238 Fix dev_print when called from usb_stor_info (usb storage command)
4239
4240 Fix output of the usb storage command. It was printing "Device 0: not
4241 available" because IF_TYPE_USB was not included into the switch
4242 statement.
4243
4244 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
4245
4246commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
4247Author: Bartlomiej Sieka <tur@semihalf.com>
4248Date: Tue Sep 9 12:58:16 2008 +0200
4249
4250 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
4251
4252 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4253
4254commit 919f550dc11a13abf01c6bc713c968de790b8d7c
4255Author: Bartlomiej Sieka <tur@semihalf.com>
4256Date: Tue Sep 9 12:58:15 2008 +0200
4257
4258 FIT: add ability to check hashes of all images in FIT, improve output
4259
4260 - add function fit_all_image_check_hashes() that verifies if all
4261 hashes of all images in the FIT are valid
4262 - improve output of fit_image_check_hashes() when the hash check fails
4263
4264 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4265
4266commit 1de1fa408967cef6804bb046b904114519bb36f0
4267Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4268Date: Mon Sep 8 20:54:39 2008 +0200
4269
4270 qemu_mips: Update linux bootm to support dynamic cmdline
4271
4272 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4273
4274commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
4275Author: Peter Tyser <ptyser@xes-inc.com>
4276Date: Mon Sep 8 14:56:49 2008 -0500
4277
4278 Add support for booting of INTEGRITY operating system uImages
4279
4280 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4281
4282commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
4283Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4284Date: Mon Sep 8 21:01:29 2008 +0200
4285
4286 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
4287
4288 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4289
4290commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
4291Author: Kumar Gala <galak@kernel.crashing.org>
4292Date: Mon Sep 8 13:57:12 2008 -0500
4293
4294 Remove support for booting ARTOS images
4295
4296 Pantelis Antoniou stated:
4297 AFAIK, it is still used but the products using PPC are long gone.
4298 Nuke it plz (from orbit).
4299
4300 So remove it since it cleans up a usage of env_get_char outside of
4301 the environment code.
4302
4303 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4304
4305commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
4306Author: Wolfgang Denk <wd@denx.de>
4307Date: Tue Sep 9 15:45:18 2008 +0200
4308
4309 Makefile: compile and link each module just once
4310
4311 Several source files need to be compiled and linked when one or more
4312 config options are selected. To allow for easy selection in the
4313 Makefiles yet to avoild multiple compilation (which costs build time)
4314 and especially multiple linking (which causes errors), we use
4315 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
4316
4317 By courtesy of Detlev Zundel who suggested this approach.
4318
4319 Signed-off-by: Wolfgang Denk <wd@denx.de>
4320
4321commit 48d0192fe869948fef14b460b5f0c85bca933693
4322Author: Andreas Engel <andreas.engel@ericsson.com>
4323Date: Mon Sep 8 14:30:53 2008 +0200
4324
4325 Moved conditional compile into Makefile
4326
4327 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
4328
4329commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
4330Author: Andreas Engel <andreas.engel@ericsson.com>
4331Date: Mon Sep 8 10:17:31 2008 +0200
4332
4333 Merged serial_pl010.c and serial_pl011.c.
4334
4335 They only differ in the init function.
4336 This also adds the missing watchdog support for the PL011.
4337
4338 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
4339
4340commit 0817d688f307ee2c0598e79175c94a40ce90337b
4341Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4342Date: Sun Sep 7 17:10:27 2008 -0400
4343
4344 Remove gap fill in srec object v2
4345
4346 SREC files do not need gap fill: The load address is specified in the
4347 file. On the other hand, it can't be avoided in a .bin object. It has
4348 no information about memory location.
4349
4350 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4351
4352commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
4353Author: Markus Heidelberg <markus.heidelberg@web.de>
4354Date: Sun Sep 7 20:18:27 2008 +0200
4355
4356 README: fix missing subdirectory in the documentation
4357
4358 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
4359
4360commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
4361Author: Graeme Russ <graeme.russ@gmail.com>
4362Date: Sun Sep 7 07:08:42 2008 +1000
4363
4364 Update i386 code (sc520_cdp)
4365
4366 Attempt to bring i386 / sc520 inline with master
4367
4368 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4369
4370commit 5608692104efa8d56df803dc79ea41ac3607eee5
4371Author: Guennadi Liakhovetski <lg@denx.de>
4372Date: Thu Sep 4 13:01:49 2008 +0200
4373
4374 fw_env: add NAND support
4375
4376 Add support for environment in NAND with automatic NOR / NAND recognition,
4377 including unaligned environment, bad-block skipping, redundant environment
4378 copy.
4379
4380 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4381
4382commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
4383Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4384Date: Tue Sep 9 09:50:24 2008 +0200
4385
4386 ppc4xx: Fix out-of-tree building of CPCI405 variants
4387
4388 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4389 Acked-by: Stefan Roese <sr@denx.de>
4390
4391commit 59f630588e3fdbd698a0a2798e52a8924e899563
4392Author: Sergei Poselenov <sposelenov@emcraft.com>
4393Date: Fri Aug 15 15:42:11 2008 +0200
4394
4395 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
4396
4397 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4398
4399commit e64987a892353f3d49eb242d997820ef8f538912
4400Author: Anatolij Gustschin <agust@denx.de>
4401Date: Fri Aug 15 15:42:13 2008 +0200
4402
4403 85xx: socrates: Enable Lime support.
4404
4405 This patch adds Lime GDC support together with support for the PWM
4406 backlight control through the w83782d chip. The reset pin of the
4407 latter is attached to GPIO, so we need to reset it in
4408 early_board_init_r.
4409
4410 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4411
4412commit 3e79b588b5199f35016f178fc0d5d1266382097f
4413Author: Detlev Zundel <dzu@denx.de>
4414Date: Fri Aug 15 15:42:12 2008 +0200
4415
4416 85xx: Socrates: Major code update.
4417
4418 - Update the local bus ranges in the FDT for Linux for the various
4419 devices connected to the local bus via chip-select.
4420
4421 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
4422 lower than 66 MHz and uses I/O accessor functions consequently.
4423
4424 - UPM data update.
4425
4426 - Update of default environment and configuration. Use I2C multibus
4427 as we do have two I2C buses. Also enable sdram and ext2 commands.
4428
4429 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4430 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4431 Signed-off-by: Detlev Zundel <dzu@denx.de>
4432
4433commit e8d18541c6ceab821f75faab031740b33fdbfa4b
4434Author: Timur Tabi <timur@freescale.com>
4435Date: Fri Jul 18 16:52:23 2008 +0200
4436
4437 Update Freescale 85xx boards to sys_eeprom.c
4438
4439 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
4440 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
4441 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
4442 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
4443
4444 Signed-off-by: Timur Tabi <timur@freescale.com>
4445
4446commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
4447Author: Wolfgang Denk <wd@denx.de>
4448Date: Tue Sep 9 10:08:02 2008 +0200
4449
4450 lib_ppc/interrupts.c: make board_show_activity() a weak function
4451
4452 This allows to use show_activity() without having to
4453 define an empty board_show_activity() function.
4454
4455 Signed-off-by: Wolfgang Denk <wd@denx.de>
4456
4457commit fe876787f8743883ce58fed61525eaa2f34da4c5
4458Author: Wolfgang Denk <wd@denx.de>
4459Date: Tue Sep 9 10:06:44 2008 +0200
4460
4461 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
4462
4463 Signed-off-by: Wolfgang Denk <wd@denx.de>
4464
4465commit 965de106ba8900372c8b16dc60d5acab7f925e38
4466Author: Wolfgang Denk <wd@denx.de>
4467Date: Tue Sep 9 10:03:47 2008 +0200
4468
4469 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
4470
4471 Signed-off-by: Wolfgang Denk <wd@denx.de>
4472
f12e4549
WD
4473commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
4474Author: Sergei Poselenov <sposelenov@emcraft.com>
4475Date: Fri Aug 15 15:42:11 2008 +0200
4476
4477 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
4478
4479 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4480
4481commit 36241ca29d4804a1006fb3f26069effda5202581
4482Author: Anatolij Gustschin <agust@denx.de>
4483Date: Fri Aug 15 15:42:13 2008 +0200
4484
4485 85xx: socrates: Enable Lime support.
4486
4487 This patch adds Lime GDC support together with support for the PWM
4488 backlight control through the w83782d chip. The reset pin of the
4489 latter is attached to GPIO, so we need to reset it in
4490 early_board_init_r.
4491
4492 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4493
4494commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
4495Author: Detlev Zundel <dzu@denx.de>
4496Date: Fri Aug 15 15:42:12 2008 +0200
4497
4498 85xx: Socrates: Major code update.
4499
4500 - Update the local bus ranges in the FDT for Linux for the various
4501 devices connected to the local bus via chip-select.
4502
4503 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
4504 lower than 66 MHz and uses I/O accessor functions consequently.
4505
4506 - UPM data update.
4507
4508 - Update of default environment and configuration. Use I2C multibus
4509 as we do have two I2C buses. Also enable sdram and ext2 commands.
4510
4511 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4512 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4513 Signed-off-by: Detlev Zundel <dzu@denx.de>
4514
8b9e4787
WD
4515commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
4516Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4517Date: Tue Sep 9 01:22:39 2008 +0200
4518
4519 disk-on-chip: remove duplicate doc_probe declaration
4520
4521 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4522
4523commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
4524Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4525Date: Tue Sep 9 00:59:40 2008 +0200
4526
4527 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
4528
4529 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4530
4531commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
4532Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4533Date: Tue Sep 9 00:59:39 2008 +0200
4534
4535 rs5c372: fix rtc_set prototype
4536
4537 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4538
4539commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
4540Author: Sergei Poselenov <sposelenov@emcraft.com>
4541Date: Thu Aug 14 14:08:28 2008 +0200
4542
4543 ARM: fix warning: target CPU does not support interworking
4544
4545 This patch fixes warnings like this:
4546
4547 start.S:0: warning: target CPU does not support interworking
4548
4549 which come from some ARM cross compilers and are caused by hard-coded
4550 (with "--with-cpu=arm9" configuration option) ARM targets (which
4551 support ARM Thumb instructions), while the ARM target selected from
4552 the command line (with "-march=armv4") doesn't support Thumb
4553 instructions.
4554
4555 This warning is issued by the compiler regardless of the real use of
4556 the Thumb instructions in code.
4557
4558 To fix this problem, we use options according to compiler version
4559 being used.
4560
4561 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4562 Signed-off-by: Wolfgang Denk <wd@denx.de>
4563
4564commit 4265c35fbcb248e58179007621d61d32d0b3b82a
4565Author: Sergei Poselenov <sposelenov@emcraft.com>
4566Date: Thu Aug 14 14:08:28 2008 +0200
4567
4568 ARM: Use do_div() instead of division for "long long".
4569
4570 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4571 Signed-off-by: Wolfgang Denk <wd@denx.de>
4572
f12e4549
WD
4573commit 8febd13c69cb68652577d1a9fcbde954bf784155
4574Author: Timur Tabi <timur@freescale.com>
4575Date: Fri Jul 18 16:52:23 2008 +0200
4576
4577 Update Freescale 85xx boards to sys_eeprom.c
4578
4579 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
4580 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
4581 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
4582 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
4583
4584 Signed-off-by: Timur Tabi <timur@freescale.com>
4585
8b9e4787
WD
4586commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
4587Author: Wolfgang Denk <wd@denx.de>
4588Date: Mon Sep 8 23:26:22 2008 +0200
4589
4590 lib_arm/bootm.c: fix compile warnings
4591
4592 bootm.c:128: warning: label 'error' defined but not used
4593 bootm.c:65: warning: unused variable 'ret'
4594
4595 Signed-off-by: Wolfgang Denk <wd@denx.de>
4596
4597commit 2e3c867d0a63c563a51e65b776973b008f16cec5
4598Author: Wolfgang Denk <wd@denx.de>
4599Date: Mon Sep 8 22:46:42 2008 +0200
4600
4601 ml507: fix out of tree build problem
4602
4603 Signed-off-by: Wolfgang Denk <wd@denx.de>
4604
4605commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
4606Author: Wolfgang Denk <wd@denx.de>
4607Date: Mon Sep 8 22:10:28 2008 +0200
4608
4609 common/cmd_bootm.c: fix printf() format warnings
4610
4611 Signed-off-by: Wolfgang Denk <wd@denx.de>
4612
4613commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
4614Author: Wolfgang Denk <wd@denx.de>
4615Date: Mon Sep 8 22:37:45 2008 +0200
4616
4617 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
4618
4619 missing doc_probe() prototype.
4620
4621 Signed-off-by: Wolfgang Denk <wd@denx.de>
4622
4623commit 2c5e3cc4994897d364b148942ff23e47783198f6
4624Author: Wolfgang Denk <wd@denx.de>
4625Date: Mon Sep 8 21:28:14 2008 +0200
4626
4627 mk48t59: fix compile problem introduced by commit d1e23194
4628
4629 Signed-off-by: Wolfgang Denk <wd@denx.de>
4630
4631commit 5ff889349d2ace13f10c9335e09365fcec8247cc
4632Author: Stefan Roese <sr@denx.de>
4633Date: Mon Sep 8 14:11:12 2008 +0200
4634
4635 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
4636
4637 This patch moves some 4xx specific prototypes out of include common.h
4638 to a ppc4xx specific header.
4639
4640 Signed-off-by: Stefan Roese <sr@denx.de>
4641
4642commit ac53ee8318678190bf3c68da477a84a657d86fb0
4643Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4644Date: Fri Sep 5 15:34:04 2008 +0200
4645
4646 ppc4xx: Update CPCI405(AB) configuration
4647
4648 This patch add FDT support and command line editing capabilities
4649 for CPCI405 and CPCI405AB boards.
4650
4651 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4652 Signed-off-by: Stefan Roese <sr@denx.de>
4653
4654commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
4655Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4656Date: Fri Sep 5 15:34:03 2008 +0200
4657
4658 ppc4xx: Cleanup CPCI405 linker script
4659
4660 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4661 Signed-off-by: Stefan Roese <sr@denx.de>
4662
4663commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
4664Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4665Date: Fri Sep 5 15:34:02 2008 +0200
4666
4667 ppc4xx: Update CPCI405 variants handling
4668
4669 This patch replaces the BOARD_REVISION variable in include/config.mk
4670 by a using a temporary include file in the platform directory.
4671
4672 The former way does not work anymore and the latter is also used by
4673 some other boards.
4674
4675 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4676 Signed-off-by: Stefan Roese <sr@denx.de>
4677
4678commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
4679Author: Stefan Roese <sr@denx.de>
4680Date: Mon Sep 8 10:01:48 2008 +0200
4681
4682 ppc4xx: Remove CONFIG_CS8952_PHY define
4683
4684 Since this define is only used on one board that was never really in
4685 production, removing this compile time option doesn't hurt and makes
4686 the code more readable.
4687
4688 Signed-off-by: Stefan Roese <sr@denx.de>
4689
4690commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
4691Author: Stefan Roese <sr@denx.de>
4692Date: Fri Sep 5 14:11:40 2008 +0200
4693
4694 ppc4xx: Fix compilation warning for PIP405
4695
4696 This patch fixes a compilation warning for the PIP405 board. It moves the
4697 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
4698 occur anymore. I am a little unsure if this #ifdef is at the correct
4699 place now or if it could be removed completely. This needs to get
4700 tested on the PIP405 board.
4701
4702 Signed-off-by: Stefan Roese <sr@denx.de>
4703
4704commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
4705Author: Stefan Roese <sr@denx.de>
4706Date: Fri Sep 5 14:09:09 2008 +0200
4707
4708 ppc4xx: Fix compilation warning for canyonlands & glacier
4709
4710 Signed-off-by: Stefan Roese <sr@denx.de>
4711
4712commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
4713Author: Kumar Gala <galak@kernel.crashing.org>
4714Date: Fri Sep 5 14:40:29 2008 -0500
4715
4716 Fix compiler warning in mpc8xxx ddr code
4717
4718 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
4719 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
4720 ctrl_regs.c:523: note: 'caslat' was declared here
4721
4722 Add a warning in DDR1 case if cas_latency isn't a value we know about.
4723
4724 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4725 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4726
4727commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
4728Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4729Date: Mon Sep 1 23:06:23 2008 +0200
4730
4731 rtc: allow rtc_set to return an error and use it in cmd_date
4732
4733 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4734
4735commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
4736Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4737Date: Mon Sep 1 01:16:33 2008 +0200
4738
4739 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
4740
4741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4742
4743commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
4744Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4745Date: Sun Aug 31 05:37:04 2008 +0900
4746
4747 config.mk: Move arch-specific condition to $(ARCH)_config.mk
4748
4749 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4750
4751commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
4752Author: Kumar Gala <galak@kernel.crashing.org>
4753Date: Fri Aug 29 19:08:29 2008 -0500
4754
4755 Prevent crash if random/invalid ramdisks are passed to bootm
4756
4757 Adds returning an error from the ramdisk detection code if
4758 its not a real ramdisk (invalid). There is no reason we can't
4759 just return back to the console if we detect an invalid
4760 ramdisk or CRC error.
4761
4762 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4763
4764commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
4765Author: Anatolij Gustschin <agust@denx.de>
4766Date: Fri Aug 29 21:04:45 2008 +0200
4767
4768 Prevent crash if random DTB address is passed to bootm
4769
4770 This patch adds bootm_start() return value check. If
4771 error status is returned, we do not proceed further to
4772 prevent board reset or crash as we still can recover
4773 at this point.
4774
4775 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4776
4777commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
4778Author: Andrew Dyer <adyer@righthandtech.com>
4779Date: Fri Aug 29 12:30:39 2008 -0500
4780
4781 clean up some #if !defined() in drivers/video/cfb_console.c
4782
4783 rearrange some #if !defined() / #else / #endif statements to remove
4784 the negative logic.
4785
4786 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
4787
4788commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
4789Author: Kyungmin Park <kmpark@infradead.org>
4790Date: Fri Aug 29 09:02:20 2008 +0900
4791
4792 apollon: use the last memory area for u-boot
4793
4794 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4795
4796commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
4797Author: Heiko Schocher <hs@denx.de>
4798Date: Thu Aug 28 13:50:42 2008 +0200
4799
4800 TQM8272: move NAND part in seperate File
4801
4802 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
4803 because I have no longer access to the hardware.
4804
4805 Signed-off-by: Heiko Schocher <hs@denx.de>
4806
4807commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
4808Author: Heiko Schocher <hs@denx.de>
4809Date: Thu Aug 28 13:48:36 2008 +0200
4810
4811 TQM8272: Fix compiling error for the TQM8272 board.
4812
4813 Fix compile problems caused by
4814 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
4815
4816 Signed-off-by: Heiko Schocher <hs@denx.de>
4817
4818commit 1a7f8ccec981648ccd38fca2535490582eee08e6
4819Author: Kyungmin Park <kmpark@infradead.org>
4820Date: Wed Aug 27 14:45:20 2008 +0900
4821
4822 Add JFFS2 command support on OneNAND
4823
4824 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4825
4826commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
4827Author: Mark Jackson <mpfj@mimc.co.uk>
4828Date: Mon Aug 25 19:21:30 2008 +0100
4829
4830 Allow console input to be disabled
4831
4832 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
4833
4834 When CONFIG_DISABLE_CONSOLE is defined, setting
4835 GD_FLG_DISABLE_CONSOLE disables all console input and output.
4836
4837 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
4838
4839commit 2b22d608f370565c87f55928b524207031419c11
4840Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4841Date: Wed Jul 30 12:39:29 2008 +0200
4842
4843 loads: allow negative offsets
4844
4845 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4846
4847commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
4848Author: Yuri Tikhonov <yur@emcraft.com>
4849Date: Thu Sep 4 11:19:05 2008 +0200
4850
4851 USB EHCI: reset root hub
4852
4853 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
4854 resetting only via EHCI registers. So, this patch adds the
4855 corresponding kind of reset to OHCI's hc_reset() if the newly
4856 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
4857 board).
4858
4859 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4860 Acked-by: Markus Klotzbuecher <mk@denx.de>
4861
4862commit 5875d358f025c1b042d8a0f08384b756de7256c9
4863Author: Yuri Tikhonov <yur@emcraft.com>
4864Date: Fri Aug 15 15:42:09 2008 +0200
4865
4866 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
4867
4868 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4869
4870commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
4871Author: Stefan Roese <sr@denx.de>
4872Date: Fri Sep 5 10:47:46 2008 +0200
4873
4874 devices: Use list_add_tail() instead of list_add() to register a device
4875
4876 This patch fixes a problem spotted on Glacier/Canyonlands (and most
4877 likely lots of other board ports), that no serial output was seen
4878 after console initialization in console_init_r(). This is because the
4879 last added console device was used instead of the first added.
4880
4881 This patch fixes this problem by using list_add_tail() instead of
4882 list_add() to register a device. This way the first added console
4883 is used again.
4884
4885 Signed-off-by: Stefan Roese <sr@denx.de>
4886
4887commit 78d78236896d62bb8ca7302af38d8f1493eb2651
4888Author: Victor Gallardo <vgallardo@amcc.com>
4889Date: Thu Sep 4 23:49:36 2008 -0700
4890
4891 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
4892
4893 This patch adds GPCS, SGMII and M88E1112 PHY support
4894 for the AMCC PPC460GT/EX processors.
4895
4896 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4897 Signed-off-by: Stefan Roese <sr@denx.de>
4898
4899commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
4900Author: Adam Graham <agraham@amcc.com>
4901Date: Wed Sep 3 12:26:59 2008 -0700
4902
4903 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
4904
4905 Signed-off-by: Adam Graham <agraham@amcc.com>
4906 Signed-off-by: Stefan Roese <sr@denx.de>
4907
4908commit 075d0b81e896e8735ae26372cd384f87cbd24e41
4909Author: Adam Graham <agraham@amcc.com>
4910Date: Wed Sep 3 12:26:28 2008 -0700
4911
4912 ppc4xx: IBM Memory Controller DDR autocalibration routines
4913
4914 Alternate SDRAM DDR autocalibration routine that can be generically used
4915 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
4916 support of more DIMM/memory chip vendors and gets the DDR autocalibration
4917 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
4918
4919 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
4920 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
4921 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
4922 lot longer to run than Method_B. Method_B executes in the same amount of time
4923 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
4924 Normally Method_B is used and it is set as the default method.
4925
4926 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
4927 Controller registers.[bit-field]:
4928 1) SDRAM0_RQDC.[RQFD]
4929 2) SDRAM0_RFDC.[RFFD]
4930
4931 This alternate PPC4xx DDR autocalibration code calibrates the following
4932 IBM SDRAM Controller registers.[bit-field]:
4933
4934 1) SDRAM0_WRDTR.[WDTR]
4935 2) SDRAM0_CLKTR.[CKTR]
4936 3) SDRAM0_RQDC.[RQFD]
4937 4) SDRAM0_RFDC.[RFFD]
4938
4939 and will also use the calibrated settings of the above four registers that
4940 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
4941 register.[bit-field].
4942
4943 Signed-off-by: Adam Graham <agraham@amcc.com>
4944 Signed-off-by: Stefan Roese <sr@denx.de>
4945
4946commit e07f4a8033b6270b8103049adb6456f660ff4a89
4947Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4948Date: Mon Sep 1 13:09:39 2008 -0400
4949
4950 ppc44x: Unification of virtex5 pp440 boards
4951
4952 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
4953
4954 It unificates 3 different things:
4955
4956 1) Source code
4957 A new board called ppc440-generic has been created. This board includes
4958 a generic tlb initialization (Maps the whole memory into virtual) and
4959 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
4960 so, they can be replaced by specific functions.
4961
4962 If a new board needs to redefine any of the previous functions
4963 (specific initialization) it can create a new directory with the
4964 specific initializations needed. (see the example ml507 board).
4965
4966 2) Configuration file
4967 Common configurations are located under configs/xilinx-ppc440.h, this
4968 header file interpretes the xparameters file generated by EDK and
4969 configurates u-boot in correspondence. Example: if there is a Temac,
4970 allows CMD_CONFIG_NET
4971 Specific configuration are located under specific configuration file.
4972 (see the example ml507 board)
4973
4974 3) Makefile
4975 Some work has been done in order to not duplicate work in the Main
4976 Makefile. Please see the attached code.
4977
4978 In order to support new boards they can be implemented in the next way:
4979
4980 a) Simple Generic Board (90% of the time)
4981 Using EDK generates a new xparameters.h file, replace
4982 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
4983 && make
4984
4985 b) Simple Boards with special u-boot parameters (9 % of the time)
4986 Create a new file under configs for it (use ml507.h as example) and
4987 change your paramaters. Create a new Makefile paragraph and compile
4988
4989 c) Complex boards (1% of the time)
4990 Create a new folder for the board, like the ml507
4991
4992 Finally, it adds support for the Avnet FX30T Evaluation board, following
4993 the new generic structure:
4994
4995 Cheap board by Avnet for evaluating the Virtex5 FX technology.
4996
4997 This patch adds support for:
4998 - UartLite
4999 - 16MB Flash
5000 - 64MB RAM
5001
5002 Prior using U-boot in this board, read carefully the ERRATA by Avnet
5003 to solve some memory initialization issues.
5004
5005 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5006 Signed-off-by: Stefan Roese <sr@denx.de>
5007
5008commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
5009Author: Nick Spence <nick.spence@freescale.com>
5010Date: Tue Sep 2 15:21:16 2008 -0500
5011
5012 mpc83xx: fix mpc8313 in-tree building with NAND
5013
5014 and add mpc8313 NAND build to MAKEALL
5015
5016 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5017 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5018
5019commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
5020Author: Nick Spence <nick.spence@freescale.com>
5021Date: Thu Aug 28 14:09:25 2008 -0700
5022
5023 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
5024
5025 Cleans up some latent issues with the data cache control so that
5026 dcache_enable() and dcache_disable() will work reliably (after
5027 unlock_ram_in_cache() has been called)
5028
5029 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5030 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5031
5032commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
5033Author: Nick Spence <nick.spence@freescale.com>
5034Date: Thu Aug 28 14:09:19 2008 -0700
5035
5036 mpc83xx: Store and display Arbiter Event Register values
5037
5038 Record the Arbiter Event Register values and optionally display them.
5039
5040 The Arbiter Event Register can record the type and effective address of
5041 an arbiter error, even through an HRESET. This patch stores the values in
5042 the global data structure.
5043
5044 Display of the Arbiter Event registers immediately after the RSR value
5045 can be enabled with defines. The Arbiter values will only be displayed
5046 if an arbiter event has occured since the last Power On Reset, and either
5047 of the following defines exist:
5048 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
5049 and type register values
5050 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
5051 event register values
5052
5053 Address Only transactions are one of the trapped events that can register
5054 as an arbiter event. They occur with some cache manipulation instructions
5055 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
5056 has the MEMORY_COHERENCE WIMG bit set. Setting:
5057 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
5058 only events, so that it can still capture
5059 other real problems.
5060
5061 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5062 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5063
5064commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
5065Author: Nick Spence <nick.spence@freescale.com>
5066Date: Thu Aug 28 14:09:11 2008 -0700
5067
5068 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
5069
5070 This is needed in unlock_ram_in_cache() because it is called from C and
5071 will corrupt the small data area anchor that is kept in R2.
5072
5073 lock_ram_in_cache() is modified similarly as good coding practice, but
5074 is not called from C.
5075
5076 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5077 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5078
5079commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
5080Author: Nick Spence <nick.spence@freescale.com>
5081Date: Fri Aug 22 23:52:50 2008 -0700
5082
5083 MPC83XX: Fix GPIO configuration - set gpio level before direction
5084
5085 Set DAT value before DIR values to avoid creating glitches on the
5086 GPIO signals.
5087
5088 Set gpio level register before direction register to inhibit
5089 glitches on high level output pins.
5090
5091 Dir and data gets cleared at powerup, so high level output lines see
5092 a short low pulse between setting the direction and level registers.
5093
5094 Issue was seen on a new board with the nReset line of the NOR flash
5095 connected to a GPIO. Setting the direction register puts the NOR flash
5096 in reset so the next instruction to set the level cannot get executed.
5097
5098 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5099 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
5100 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5101
5102commit 7007c5975ee900ad70983b0681d3251e221f8321
5103Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5104Date: Tue Sep 2 02:58:32 2008 +0200
5105
5106 doc/qemu_mips: add doc howto debug u-boot with gdb
5107
5108 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5109
5110commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
5111Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5112Date: Wed Sep 3 17:15:45 2008 +0200
5113
5114 ppx4xx: Fix broken DASA_SIM board
5115
5116 This patch adds initdram() to DASA_SIM boards that has been
5117 removed accidentally by a previous commit.
5118
5119 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5120 Signed-off-by: Stefan Roese <sr@denx.de>
5121
5122commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
5123Author: Stefan Roese <sr@denx.de>
5124Date: Mon Sep 1 08:35:37 2008 +0200
5125
5126 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
5127
5128 This patch removes some direct references to common/lists.o from some
5129 esd linker scripts. This is necessary because the lists source was moved
5130 and is not in the "common" directory anymore.
5131
5132 Signed-off-by: Stefan Roese <sr@denx.de>
5133
5134commit 97b0734d65f8a0b03df0a335a2addc759da56107
5135Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5136Date: Tue Sep 2 16:33:05 2008 +0200
5137
5138 ppc4xx: Remove obsolete or unused functions from some esd boards
5139
5140 This patch removes initdram() and testdram() from most esd 405 platforms.
5141 Some boards also have an empty dummy implementation of
5142 misc_init_f(). This is also removed.
5143
5144 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5145 Signed-off-by: Stefan Roese <sr@denx.de>
5146
5147commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
5148Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5149Date: Tue Sep 2 15:07:54 2008 +0200
5150
5151 ppc4xx: Update VOM405 board configuration
5152
5153 - remove PCI code
5154 - add command line editing
5155 - minor cleanup
5156
5157 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5158 Signed-off-by: Stefan Roese <sr@denx.de>
5159
5160commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
5161Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5162Date: Tue Sep 2 15:07:53 2008 +0200
5163
5164 ppc4xx: Remove obsolete initdram() function from VOM405 board
5165
5166 This patch removed the obsolete initdram() function from
5167 VOM405 platform file.
5168
5169 Some minor cleanup.
5170
5171 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5172 Signed-off-by: Stefan Roese <sr@denx.de>
5173
5174commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
5175Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5176Date: Tue Sep 2 15:07:52 2008 +0200
5177
5178 ppc4xx: Cleanup VOM405 linker script
5179
5180 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5181 Signed-off-by: Stefan Roese <sr@denx.de>
5182
5183commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
5184Author: Matthias Fuchs <mf@esd.eu>
5185Date: Tue Sep 2 15:07:51 2008 +0200
5186
5187 ppc4xx: Add fdt support for VOM405 boards
5188
5189 Signed-off-by: Matthias Fuchs <mf@esd.eu>
5190 Signed-off-by: Stefan Roese <sr@denx.de>
5191
5192commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
5193Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5194Date: Tue Sep 2 11:36:14 2008 +0200
5195
5196 ppc4xx: Coding style cleanup
5197
5198 Wrap long lines etc.
5199
5200 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5201 Signed-off-by: Stefan Roese <sr@denx.de>
5202
5203commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
5204Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5205Date: Tue Sep 2 11:35:56 2008 +0200
5206
5207 ppc4xx: Enable USB on PLU405 boards
5208
5209 This patch enables the PCI-OHCI controller on PLU405 board.
5210
5211 Also the default CPU frequency is updated to 266 MHz and
5212 command line editing is enabled.
5213
5214 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5215 Signed-off-by: Stefan Roese <sr@denx.de>
5216
5217commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
5218Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5219Date: Tue Sep 2 11:35:35 2008 +0200
5220
5221 ppc4xx: Cleanup PLU405 platform file
5222
5223 This patch
5224 - wraps some long lines
5225 - removes unused/obsolete functions: misc_init_f() and initdram()
5226
5227 Signed-off-by: Matthias Fuchs <mf@esd.eu>
5228 Signed-off-by: Stefan Roese <sr@denx.de>
5229
5230commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
5231Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5232Date: Tue Sep 2 11:35:04 2008 +0200
5233
5234 ppc4xx: Cleanup PLU405 linker script
5235
5236 Signed-off-by: Matthias Fuchs <mf@esd.eu>
5237 Signed-off-by: Stefan Roese <sr@denx.de>
5238
5239commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
5240Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5241Date: Tue Sep 2 11:34:36 2008 +0200
5242
5243 ppc4xx: Add fdt support for PLU405 boards
5244
5245 Signed-off-by: Matthias Fuchs <mf@esd.eu>
5246 Signed-off-by: Stefan Roese <sr@denx.de>
5247
5248commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
5249Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5250Date: Tue Sep 2 11:34:08 2008 +0200
5251
5252 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
5253
5254 Signed-off-by: Matthias Fuchs <mf@esd.eu>
5255 Signed-off-by: Stefan Roese <sr@denx.de>
5256
5257commit be1b0d2777e179191a57b138b660547a17e55aad
5258Author: Jochen Friedrich <jochen@scram.de>
5259Date: Tue Sep 2 11:24:59 2008 +0200
5260
5261 Don't tftp to unknown flash
5262
5263 If a board has a variable number of flash banks, there are empty entries
5264 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
5265 "Outside available Flash". This patch skips flash banks with unknown
5266 flash ids.
5267
5268 Signed-off-by: Jochen Friedrich <jochen@scram.de>
5269 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5270
5271commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
5272Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5273Date: Thu Aug 28 13:40:44 2008 +0900
5274
5275 net: smc911x: Add pkt_data_pull and pkt_data_push function
5276
5277 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
5278 Byte-swapping is necessary, and so poor performance is inevitable.
5279 This problem cannot evade by the swap function of CHIP, this can
5280 evade by software Byte-swapping.
5281 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
5282 functions necessary to solve this problem.
5283
5284 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5285 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5286
5287commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
5288Author: Ben Warren <biggerbadderben@gmail.com>
5289Date: Sun Aug 31 20:37:00 2008 -0700
5290
5291 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
5292
5293 Affected boards:
5294 db64360
5295 db64460
5296 katmai
5297 taihu
5298 taishan
5299 yucca
5300 cpc45
5301 cpu87
5302 eXalion
5303 elppc
5304 debris
5305 kvme080
5306 mpc8315erdb
5307 integratorap
5308 ixdp425
5309 oxc
5310 pm826
5311 pm828
5312 pm854
5313 pm856
5314 ppmc7xx
5315 sc3
5316 sc520_spunk
5317 sorcery
5318 tqm8272
5319 tqm85xx
5320 utx8245
5321
5322 Removed initialization of the driver from net/eth.c
5323 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
5324
5325 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5326
5327commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
5328Author: Ben Warren <biggerbadderben@gmail.com>
5329Date: Sun Aug 31 10:45:44 2008 -0700
5330
5331 Moved initialization of TULIP Ethernet controller to board_eth_init()
5332
5333 Affected boards:
5334 cu824
5335 bab7xx
5336 adciop
5337 dasa_sim
5338 mousse
5339 mpc8540eval
5340 musenki
5341 mvblue
5342 pcippc2/pcippc6
5343 sbc8240
5344 stxssa
5345
5346 Removed initialization of the driver from net/eth.c
5347
5348 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5349
5350commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
5351Author: Ben Warren <biggerbadderben@gmail.com>
5352Date: Sun Aug 31 10:44:19 2008 -0700
5353
5354 Moved initialization of E1000 Ethernet controller to board_eth_init()
5355
5356 Affected boards:
5357 ap1000
5358 mvbc_p
5359 PM854
5360
5361 Removed initialization of the driver from net/eth.c
5362
5363 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5364
5365commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
5366Author: Ben Warren <biggerbadderben@gmail.com>
5367Date: Sun Aug 31 10:40:51 2008 -0700
5368
5369 Moved initialization of plb2800 Ethernet driver to board_eth_init
5370
5371 Affected boards:
5372 purple
5373
5374 Removed initialization of controller from net/eth.c
5375
5376 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5377
5378commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
5379Author: Ben Warren <biggerbadderben@gmail.com>
5380Date: Sun Aug 31 10:39:12 2008 -0700
5381
5382 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
5383
5384 Modified board_eth_init() functions of boards that have this FEC in addition
5385 to other Ethernet controllers.
5386
5387 Affected boards:
5388 bc3450
5389 icecube
5390 mvbc_p
5391 o2dnt
5392 pm520
5393 total5200
5394 tq5200
5395
5396 Removed initialization of controller from net/eth.c
5397
5398 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5399
5400commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
5401Author: Ben Warren <biggerbadderben@gmail.com>
5402Date: Sun Aug 31 10:36:38 2008 -0700
5403
5404 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
5405
5406 Added a cpu_eth_init() function to MPC512x CPU directory and
5407 removed code from net/eth.c
5408
5409 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5410
5411commit 8218bd2aa68820b878a8413493ae17fd8d21f944
5412Author: Ben Warren <biggerbadderben@gmail.com>
5413Date: Sun Aug 31 10:16:59 2008 -0700
5414
5415 Moved initialization of IncaIP Ethernet controller to board_eth_init
5416
5417 Affected boards:
5418 IncaIP
5419
5420 Removed initialization of the driver from net/eth.c
5421
5422 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5423
5424commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
5425Author: Ben Warren <biggerbadderben@gmail.com>
5426Date: Sun Aug 31 10:15:26 2008 -0700
5427
5428 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
5429
5430 Affected boards:
5431 AmigaOneG3SE
5432
5433 Removed initialization of the driver from net/eth.c
5434
5435 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5436
5437commit 6aca145e067efe75398e9fac97822bd3700de0b2
5438Author: Ben Warren <biggerbadderben@gmail.com>
5439Date: Sun Aug 31 10:13:34 2008 -0700
5440
5441 Moved initialization of GT6426x Ethernet controller to board_eth_init()
5442
5443 Affected boards:
5444 EVB64260
5445 P3G4
5446 ZUMA
5447
5448 Removed initialization of the driver from net/eth.c
5449
5450 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5451
5452commit e3090534d62045dcb73f5392bacc64a4e8e443dc
5453Author: Ben Warren <biggerbadderben@gmail.com>
5454Date: Sun Aug 31 10:08:43 2008 -0700
5455
5456 Moved initialization of PCNET Ethernet controller to board_eth_init()
5457
5458 Affected boards:
5459 PN62
5460 sc520_cdp
5461
5462 Removed initialization of the driver from net/eth.c
5463
5464 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5465
5466commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
5467Author: Ben Warren <biggerbadderben@gmail.com>
5468Date: Sun Aug 31 10:07:16 2008 -0700
5469
5470 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
5471
5472 Affected boards:
5473 a3000
5474
5475 Removed initialization of the driver from net/eth.c
5476
5477 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5478
5479commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
5480Author: Ben Warren <biggerbadderben@gmail.com>
5481Date: Sun Aug 31 10:03:22 2008 -0700
5482
5483 Moved initialization of NS8382X Ethernet controller to board_eth_init()
5484
5485 Affected boards:
5486 bc3450
5487 cpci5200
5488 mecp5200
5489 pf2000
5490 icecube
5491 o2dnt
5492 pm520
5493 sandpoint8245
5494 total5200
5495 tqm5200
5496
5497 Removed initialization of the driver from net/eth.c
5498
5499 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5500
5501commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
5502Author: Ben Warren <biggerbadderben@gmail.com>
5503Date: Sun Aug 31 09:59:33 2008 -0700
5504
5505 Moved initialization of TSI108 Ethernet controller to board_eth_init()
5506
5507 Affected boards:
5508 mpc7448hpc2
5509
5510 Removed initialization of the driver from net/eth.c
5511
5512 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5513
5514commit 0b252f50ae218ae15bfb63af44227972686ebc56
5515Author: Ben Warren <biggerbadderben@gmail.com>
5516Date: Sun Aug 31 21:41:08 2008 -0700
5517
5518 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
5519
5520 Affected boards:
5521 hidden_dragon
5522 MPC8544DS
5523 MPC8610HPCN
5524 R2DPLUS
5525 TB0229
5526
5527 Removed initialization of the driver from net/eth.c
5528
5529 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5530
5531commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
5532Author: Ben Warren <biggerbadderben@gmail.com>
5533Date: Sun Aug 31 09:49:42 2008 -0700
5534
5535 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
5536
5537 Affected boards:
5538 linkstation
5539 r7780mp
5540
5541 Removed initialization of the driver from net/eth.c
5542
5543 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5544
5545commit 3ae071e44256144d6c1e3febb65f6c56bd433769
5546Author: Ben Warren <biggerbadderben@gmail.com>
5547Date: Tue Aug 12 22:11:53 2008 -0700
5548
5549 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
5550
5551 Removed at91sam9_eth_initialize() from net/eth.c
5552
5553 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5554
5555commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
5556Author: Ben Warren <biggerbadderben@gmail.com>
5557Date: Sun Aug 31 22:22:04 2008 -0700
5558
5559 Introduce netdev.h header file and remove externs
5560
5561 This addresses all drivers whose initializers have already
5562 been moved to board_eth_init()/cpu_eth_init().
5563
5564 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5565
5566commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
5567Author: Andy Fleming <afleming@freescale.com>
5568Date: Sun Aug 31 16:33:30 2008 -0500
5569
5570 Add pixis_set_sgmii command
5571
5572 The 8544DS and 8572DS platforms support an optional SGMII riser card to
5573 expose ethernet over an SGMII interface. Once the card is in, it is also
5574 necessary to configure the board such that it uses the card, rather than
5575 the on-board ethernet ports. This can either be done by flipping dip switches
5576 on the motherboard, or by modifying registers in the pixis. Either way
5577 requires a reboot.
5578
5579 This adds a command to allow users to choose which ports are routed through
5580 the SGMII card, and which through the onboard ports. It also allows users
5581 to revert to the current switch settings.
5582
5583 This code does not work on the 8572, as the PIXIS is different.
5584
5585 Signed-off-by: Andy Fleming <afleming@freescale.com>
5586 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5587
5588commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
5589Author: Andy Fleming <afleming@freescale.com>
5590Date: Sun Aug 31 16:33:29 2008 -0500
5591
5592 Add SGMII support for the 8544 DS
5593
5594 The 8544 DS has an optional SGMII Riser card, which uses different PHY
5595 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
5596 setup code if so.
5597
5598 Signed-off-by: Andy Fleming <afleming@freescale.com>
5599 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5600
5601commit 652f7c2eef76a1340928bd660845441e932d86a2
5602Author: Andy Fleming <afleming@freescale.com>
5603Date: Sun Aug 31 16:33:28 2008 -0500
5604
5605 Add support for Freescale SGMII Riser Card
5606
5607 The 8544DS and 8572DS systems have an optional SGMII riser card which
5608 exposes new ethernet ports which are connected to the eTSECs via an
5609 SGMII interface. The SGMII PHYs for this board are offset from the standard
5610 PHY addresses, so this code modifies the passed in tsec_info structure to
5611 use the SGMII PHYs on the card, instead.
5612
5613 Signed-off-by: Andy Fleming <afleming@freescale.com>
5614 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5615
5616commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
5617Author: Andy Fleming <afleming@freescale.com>
5618Date: Sun Aug 31 16:33:27 2008 -0500
5619
5620 Add SGMII support to the tsec
5621
5622 Adds support for configuring the TBI to talk properly with the SerDes.
5623
5624 Signed-off-by: Andy Fleming <afleming@freescale.com>
5625 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5626
5627commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
5628Author: Andy Fleming <afleming@freescale.com>
5629Date: Sun Aug 31 16:33:26 2008 -0500
5630
5631 Pass in tsec_info struct through tsec_initialize
5632
5633 The tsec driver contains a hard-coded array of configuration information
5634 for the tsec ethernet controllers. We create a default function that works
5635 for most tsecs, and allow that to be overridden by board code. It creates
5636 an array of tsec_info structures, which are then parsed by the corresponding
5637 driver instance to determine configuration. Also, add regs, miiregs, and
5638 devname fields to the tsec_info structure, so that we don't need the kludgy
5639 "index" parameter.
5640
5641 Signed-off-by: Andy Fleming <afleming@freescale.com>
5642 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5643
5644commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
5645Author: Andy Fleming <afleming@freescale.com>
5646Date: Sun Aug 31 16:33:25 2008 -0500
5647
5648 tsec: Move tsec.h to include/
5649
5650 This is to prepare the way for board code passing in the tsec_info structure
5651
5652 Signed-off-by: Andy Fleming <afleming@freescale.com>
5653 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5654
5655commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
5656Author: Sergei Poselenov <sposelenov@emcraft.com>
5657Date: Fri Jun 6 15:52:44 2008 +0200
5658
5659 PHY: Add support for the M88E1121R Marvell chip.
5660
5661 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5662 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5663 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5664
5665commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
5666Author: Wolfgang Denk <wd@denx.de>
5667Date: Tue Sep 2 21:17:36 2008 +0200
5668
5669 fw_env.c: fix build problems with MTD_VERSION=old
5670
5671 (as needed to support old 2.4 Linux kernel based releases)
5672
5673 Signed-off-by: Wolfgang Denk <wd@denx.de>
5674
5675commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
5676Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5677Date: Mon Sep 1 17:11:26 2008 +0200
5678
5679 device: make device_register() clone the device
5680
5681 This is expected by the callers, but this fact was hidden well within
5682 the old list implementation.
5683
5684 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5685
5686commit c75e772a2f061a508bba28ded1b5bea91f0442b0
5687Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5688Date: Sun Aug 31 23:28:15 2008 +0900
5689
5690 sh: Remove CC line from board's Makefile
5691
5692 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5693
5694commit 468eae0660de6fdfd9999944c536ecc4797bd944
5695Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5696Date: Sun Aug 31 23:25:57 2008 +0900
5697
5698 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
5699
5700 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5701
5702commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
5703Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5704Date: Thu Aug 28 14:50:52 2008 +0900
5705
5706 sh: Add support sh2 to MAKEALL
5707
5708 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5709 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5710
5711commit 6f3d8bb5faa12dbf3031382286784c978df038ee
5712Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5713Date: Thu Aug 28 14:52:23 2008 +0900
5714
5715 sh: Fix compile error rsk7203 board
5716
5717 This boards used old type preprocessor.
5718 This patch fix compile error.
5719
5720 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5721 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5722
5723commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
5724Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5725Date: Thu Aug 28 14:53:31 2008 +0900
5726
5727 sh: Fix compile error sh7785lcr board
5728
5729 This boards used old type preprocessor.
5730 This patch fix compile error.
5731
5732 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5733 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5734
5735commit 6f0da4972e48f99d37bc522814940a6022cd3084
5736Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5737Date: Fri Aug 22 17:39:09 2008 +0900
5738
5739 sh: Renesas Solutions AP325RXA board support
5740
5741 AP325RXA is SH7723's reference board.
5742 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
5743 In this patch, support SCIF, NOR Flash, and Ethernet.
5744
5745 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5746 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5747
5748commit ab09f433b50bb83b5e440c335bc3839ee069e534
5749Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5750Date: Fri Aug 22 17:48:51 2008 +0900
5751
5752 sh: add support Renesas SH7723
5753
5754 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
5755 This patch supports CPU register's header file and SCIF serial driver.
5756
5757 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5758 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5759
5760commit c655fad06ba3fb042dbc667724a40e1a9a091248
5761Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5762Date: Sun Aug 31 23:02:04 2008 +0900
5763
5764 sh: Renesas RSK+ 7203 board support
5765
5766 This adds initial support for the RTE RSK+ SH7203 board.
5767
5768 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5769 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5770
5771commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
5772Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5773Date: Thu Jul 3 23:11:02 2008 +0900
5774
5775 sh: Add support Renesas SH7203 processor
5776
5777 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5778 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5779
5780commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
5781Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5782Date: Sun Aug 31 22:48:33 2008 +0900
5783
5784 sh: Add support SH2/SH2A which is CPU of Renesas Technology
5785
5786 Add support SH2/SH2A basic function.
5787
5788 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5789 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5790
5791commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
5792Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5793Date: Sun Aug 31 22:45:08 2008 +0900
5794
5795 sh: Renesas R0P7785LC0011RL board support
5796
5797 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
5798 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
5799
5800 This patch supports the following functions:
5801 - 128MB DDR2-SDRAM (29-bit address mode only)
5802 - NOR Flash
5803 - USB host
5804 - Ethernet
5805
5806 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5807 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5808
5809commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
5810Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5811Date: Thu Jul 10 19:32:53 2008 +0900
5812
5813 sh: add support for SH7785
5814
5815 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
5816 This patch supports CPU register's header file.
5817
5818 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5819 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5820
5821commit d6e04258be8f2408845468d3cf722a4cf0433445
5822Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5823Date: Sun Aug 31 04:45:42 2008 +0200
5824
5825 davinci: fix remaining dm644x_eth
5826
5827 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5828
5829commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
5830Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5831Date: Sun Aug 31 04:24:56 2008 +0200
5832
5833 fs: Move conditional compilation to Makefile
5834
5835 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5836
5837commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
5838Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5839Date: Sun Aug 31 04:24:55 2008 +0200
5840
5841 devices: merge to list_head
5842
5843 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5844
5845commit ef0255fc75f28655f9681422079287d68a14dbaa
5846Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5847Date: Sun Aug 31 04:24:51 2008 +0200
5848
5849 update linux/list
5850
5851 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5852
5853commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
5854Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5855Date: Sun Aug 31 00:39:48 2008 +0200
5856
5857 smdk6400: add gitignore
5858
5859 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5860
5861commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
5862Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5863Date: Sun Aug 31 00:39:48 2008 +0200
5864
5865 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
5866
5867 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5868
5869commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
5870Author: Guennadi Liakhovetski <lg@denx.de>
5871Date: Sun Aug 31 00:39:47 2008 +0200
5872
5873 smdk6400: remove redundant bootargs definition
5874
5875 Double bootargs setting leads to a duplicated environmant entry.
5876
5877 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5878
5879commit 11edcfe260f20dcea79284a3e95270989d433854
5880Author: Guennadi Liakhovetski <lg@denx.de>
5881Date: Sun Aug 31 00:39:47 2008 +0200
5882
5883 ARM: Add support for S3C6400 based SMDK6400 board
5884
5885 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
5886 driver for it too. The board can also boot from the NOR flash, but due to
5887 hardware limitations it can only address 64KiB on it, which is not enough
5888 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
5889
5890 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5891
5892commit e0056b341069796eaea11eae0fc8eb93a3dceaac
5893Author: Guennadi Liakhovetski <lg@denx.de>
5894Date: Sun Aug 31 00:39:47 2008 +0200
5895
5896 NAND: add NAND driver for S3C64XX
5897
5898 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
5899
5900 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5901
5902commit 3fe7b589f9c7463df39056f8872006a67f56a91c
5903Author: Guennadi Liakhovetski <lg@denx.de>
5904Date: Sun Aug 31 00:39:47 2008 +0200
5905
5906 S3C64XX: remove broken HWFLOW support from the serial driver
5907
5908 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
5909 broken and currently unused. Remove it.
5910
5911 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5912
5913commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
5914Author: Guennadi Liakhovetski <lg@denx.de>
5915Date: Sun Aug 31 00:39:47 2008 +0200
5916
5917 serial: add S3C64XX serial driver
5918
5919 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
5920
5921 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5922
5923commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
5924Author: Guennadi Liakhovetski <lg@denx.de>
5925Date: Sun Aug 31 00:39:46 2008 +0200
5926
5927 USB: Add support for OHCI controller on S3C6400
5928
5929 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
5930 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
5931 it should work too and we could still profit from instruction cache.
5932
5933 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5934
5935commit 9b07773f8883665b002500c190507e9fd99b7181
5936Author: Guennadi Liakhovetski <lg@denx.de>
5937Date: Sun Aug 31 00:39:46 2008 +0200
5938
5939 ARM: Add arm1176 core with S3C6400 SoC
5940
5941 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
5942
5943 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5944
5945commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
5946Author: Sandeep Paulraj <s-paulraj@ti.com>
5947Date: Sun Aug 31 00:39:46 2008 +0200
5948
5949 ARM DaVinci: Changing function names for EMAC driver
5950
5951 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
5952 By replacing all the function names that start with dm644x_* to davinci_*
5953 we make these function more portable. I have tested this change on my EVM.
5954 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
5955 be sending patches that add DaVinci DM6467 support to the list soon.
5956
5957 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5958
5959commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
5960Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
5961Date: Sat Aug 30 23:21:30 2008 +0200
5962
5963 Integrator[AP/CP] - Remove unused file memsetup.S
5964
5965 - memsetup.s is changed/merged to lowlevel_init.S
5966 memsetup.S has a global label memsetup that just returns back to caller
5967 - memsetup global label is changed/merged to lowlevel_init
5968 This label is not called from anywhere.
5969
5970 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
5971
5972commit 89d51d022a63be1a851eda983c8cbce1a044f65f
5973Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5974Date: Wed Aug 27 21:35:52 2008 +0200
5975
5976 ARM DaVinci: Standardize names of directories/files
5977
5978 ARM DaVinci: Standardize names of directories/files.
5979
5980 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5982
5983commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
5984Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5985Date: Fri Jul 11 15:10:13 2008 -0400
5986
5987 ARM DaVinci: Move common functions to board/davinci/common
5988
5989 ARM DaVinci: Move common functions to board/davinci/common.
5990
5991 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5992
5993commit c2b4b2e4814f4ace9015fdb64132894327400bf0
5994Author: Stefan Roese <sr@denx.de>
5995Date: Fri Aug 29 11:56:49 2008 +0200
5996
5997 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
5998
5999 This function is needed for the new NAND infrastructure. We only need
6000 a dummy implementation though for the NDFC.
6001
6002 Signed-off-by: Stefan Roese <sr@denx.de>
6003
6004commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
6005Author: Stefan Roese <sr@denx.de>
6006Date: Fri Aug 29 12:06:27 2008 +0200
6007
6008 ppc4xx: Increase image size for NAND boot target
6009
6010 This is needed since now with HUSH enabled (amcc-common.h) the image
6011 read from NAND exceeds the previous limit.
6012
6013 Signed-off-by: Stefan Roese <sr@denx.de>
6014
6015commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
6016Author: Ben Warren <biggerbadderben@gmail.com>
6017Date: Thu Aug 28 23:58:30 2008 -0700
6018
6019 Move MPC512x_FEC driver to drivers/net
6020
6021 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6022
6023commit 80b00af01b3c9154774de2936f05a051e92f6a03
6024Author: Ben Warren <biggerbadderben@gmail.com>
6025Date: Thu Aug 28 23:58:29 2008 -0700
6026
6027 Move MPC5xxx_FEC driver to drivers/net
6028
6029 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6030
6031commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
6032Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6033Date: Fri Aug 29 21:53:57 2008 +0200
6034
6035 cmd_terminal: remove no need ifdef
6036
6037 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6038
6039commit 578118bdf122877ae769776be002255be447b4fa
6040Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6041Date: Fri Aug 29 21:53:57 2008 +0200
6042
6043 common/Makefile: order by functionality
6044
6045 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6046
6047commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
6048Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6049Date: Fri Aug 29 21:53:56 2008 +0200
6050
6051 miiphyutil: Move conditional compilation to Makefile
6052
6053 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6054
6055commit 81789c39db3f0f6b621df8c0ec66014d701f368e
6056Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6057Date: Fri Aug 29 21:53:37 2008 +0200
6058
6059 autoscript: Move conditional compilation to Makefile
6060
6061 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6062
6063commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
6064Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6065Date: Fri Aug 29 01:18:11 2008 +0200
6066
6067 crc16: move to lib_generic
6068
6069 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6070
6071commit 55195773eacefb22dd483a3c560ea30a14263ce1
6072Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6073Date: Fri Aug 29 01:18:01 2008 +0200
6074
6075 miiphybb: move to drivers/net/phy
6076
6077 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6078
6079commit e8314035996a9118ac5948df2ff8a2f2161ed67a
6080Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6081Date: Thu Aug 28 12:31:51 2008 +0200
6082
6083 soft_spi: move to drivers/spi
6084
6085 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6086
6087commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
6088Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6089Date: Thu Aug 28 12:31:51 2008 +0200
6090
6091 soft_i2c: move to drivers/i2c
6092
6093 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6094
6095commit 717a222229fdb77703e9174d0eb08a4b41febf49
6096Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6097Date: Thu Aug 28 12:31:48 2008 +0200
6098
6099 gunzip: move to lib_generic
6100
6101 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6102
6103commit 52aef8f9ba28b747973bf76741c23db658d5773c
6104Author: Wolfgang Ocker <weo@reccoware.de>
6105Date: Tue Aug 26 19:55:23 2008 +0200
6106
6107 ppc4xx: NAND configuration
6108
6109 Made NAND bank configuration setting a config variable.
6110
6111 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
6112 Signed-off-by: Stefan Roese <sr@denx.de>
6113
6114commit 5bc542a593abc9e974fbd34704af85c37c366c60
6115Author: Victor Gallardo <vgallardo@amcc.com>
6116Date: Thu Aug 28 16:03:28 2008 -0700
6117
6118 ppc4xx: fix UIC external_interrupt hang on UIC0
6119
6120 This patch fixes a UIC external_interrupt hang if critical or non-critical
6121 interrupt is set at the same time as a normal interrupt is set on UIC0.
6122
6123 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
6124 Signed-off-by: Stefan Roese <sr@denx.de>
6125
6126commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
6127Author: Prodyut Hazarika <phazarika@amcc.com>
6128Date: Wed Aug 27 16:39:00 2008 -0700
6129
6130 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
6131
6132 Removed Magic numbers from Initialization preload registers
6133 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
6134 About 5-7% improvement seen for LMBench memtests
6135
6136 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
6137 Signed-off-by: Stefan Roese <sr@denx.de>
6138
6139commit 8a490422bed685c9491274ec997f62061d88620b
6140Author: John Rigby <jrigby@freescale.com>
6141Date: Thu Aug 28 13:17:07 2008 -0600
6142
6143 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
6144
6145 MPC5121 rev 2 silicon has a new register for controlling how long
6146 CS is asserted after deassertion of ALE in multiplexed mode.
6147
6148 The default is to assert CS together with ALE. The alternative
6149 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
6150
6151 The default is wrong for the NOR flash and CPLD on the ADS5121.
6152
6153 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
6154 it does so conditionally based on silicon rev 2.0 or greater.
6155
6156 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
6157 Signed-off-by: John Rigby <jrigby@freescale.com>
6158
6159commit 5d9a5efa4b332f442b54a755d49969123c3a8742
6160Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6161Date: Tue Aug 19 00:56:46 2008 +0600
6162
6163 Add I2C frequency dividers for ColdFire
6164
6165 The existing I2C freqency dividers for FDR does not apply
6166 to ColdFire platforms; thus, a seperate table is added
6167 based on MCF5xxx Reference Manual
6168
6169 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6170 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6171 Acked-by: Tabi Timur <timur@freescale.com>
6172
6173commit eec567a67e00d1ed8d941e9098b7d421f4091abf
6174Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6175Date: Tue Aug 19 03:01:19 2008 +0600
6176
6177 ColdFire: I2C fix for multiple platforms
6178
6179 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6180
6181commit d53cf6a9c7423cba668b867978648645f71c3090
6182Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6183Date: Tue Aug 19 00:37:13 2008 +0600
6184
6185 ColdFire: Add CONFIG_MII_INIT for M5272C3
6186
6187 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6188
6189commit f78ced3028d4130b24a318943a70cf5584ab16f4
6190Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6191Date: Tue Aug 19 00:26:25 2008 +0600
6192
6193 ColdFire: Multiple fixes for MCF5445x platforms
6194
6195 Add FEC pin set and mii reset in __mii_init(). Change
6196 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
6197 change cfi_offset to 0, and change CFG_FLASH_CFI to
6198 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
6199 M54455EVB env settings in configuration file.
6200
6201 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6202
6203commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
6204Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6205Date: Fri Aug 15 18:24:25 2008 +0000
6206
6207 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
6208
6209 The user manuals recommend 7.
6210
6211 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
6212 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6213
6214commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
6215Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6216Date: Fri Aug 15 16:50:07 2008 +0000
6217
6218 ColdFire: Raise uart baudrate to 115200 bps
6219
6220 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
6221 uart baudrate increase from 19200 to 115200 bps
6222
6223 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6224
6225commit ab6ba842682552ccf071d0034da0a20633d1d1ac
6226Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6227Date: Wed Aug 13 12:07:03 2008 +0000
6228
6229 ColdFire: Fix board.c warning message
6230
6231 Implicit declaration of nand_init() warning message
6232
6233 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6234
6235commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
6236Author: Kumar Gala <galak@kernel.crashing.org>
6237Date: Wed Aug 27 01:10:34 2008 -0500
6238
6239 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
6240
6241 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6242
6243commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
6244Author: Heiko Schocher <hs@denx.de>
6245Date: Thu Aug 21 20:44:49 2008 +0200
6246
6247 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
6248
6249 Signed-off-by: Heiko Schocher <hs@denx.de>
6250
6251commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
6252Author: Kumar Gala <galak@kernel.crashing.org>
6253Date: Tue Aug 19 14:46:36 2008 -0500
6254
6255 mpc85xx: remove redudant code with lib_ppc/interrupts.c
6256
6257 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
6258 not show how that happened, but there is no good reason for it.
6259
6260 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
6261 they exist.
6262
6263 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6264
6265commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
6266Author: Kumar Gala <galak@kernel.crashing.org>
6267Date: Fri Jul 25 13:31:05 2008 -0500
6268
6269 mpc85xx: Add support for the MPC8536DS reference board
6270
6271 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6272 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6273 Signed-off-by: Dejan Minic <minic@freescale.com>
6274 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
6275 Signed-off-by: Dave Liu <daveliu@freescale.com>
6276 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6277
6278commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
6279Author: Kumar Gala <galak@kernel.crashing.org>
6280Date: Tue Aug 12 11:14:19 2008 -0500
6281
6282 mpc85xx: Add support for the MPC8536
6283
6284 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
6285 also have SERDES init code for the 8536.
6286
6287 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6288 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6289 Signed-off-by: Dejan Minic <minic@freescale.com>
6290 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
6291 Signed-off-by: Dave Liu <daveliu@freescale.com>
6292
6293commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
6294Author: Kumar Gala <galak@kernel.crashing.org>
6295Date: Tue Aug 12 11:13:08 2008 -0500
6296
6297 mpc85xx: Add support for the MPC8572DS reference board
6298
6299 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6300
6301commit 457caecdbca3df21a93abff19eab12dbc61b7897
6302Author: Kumar Gala <galak@kernel.crashing.org>
6303Date: Wed Aug 27 01:05:35 2008 -0500
6304
6305 FSL DDR: Remove old SPD support from cpu/mpc85xx
6306
6307 All 85xx boards have been converted to the new code so we can
6308 remove the old SPD DDR setup code.
6309
6310 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6311
6312commit 0e7927db138976469e7257e29c1338050a50fcd9
6313Author: Kumar Gala <galak@kernel.crashing.org>
6314Date: Wed Aug 27 01:04:07 2008 -0500
6315
6316 FSL DDR: Convert STXSSA to new DDR code.
6317
6318 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6319
6320commit c360d9b970fbb9c13744c355879671165bbb9b9e
6321Author: Kumar Gala <galak@kernel.crashing.org>
6322Date: Wed Aug 27 01:03:42 2008 -0500
6323
6324 FSL DDR: Convert STXGP3 to new DDR code.
6325
6326 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6327
6328commit 8e55313b7ae12352a343f9b9962e662dbd897187
6329Author: Kumar Gala <galak@kernel.crashing.org>
6330Date: Tue Aug 26 23:52:58 2008 -0500
6331
6332 FSL DDR: Convert SBC8560 to new DDR code.
6333
6334 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6335
6336commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
6337Author: Kumar Gala <galak@kernel.crashing.org>
6338Date: Tue Aug 26 23:52:32 2008 -0500
6339
6340 FSL DDR: Convert MPC8540EVAL to new DDR code.
6341
6342 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6343
6344commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
6345Author: Kumar Gala <galak@kernel.crashing.org>
6346Date: Tue Aug 26 23:52:07 2008 -0500
6347
6348 FSL DDR: Convert PM856 to new DDR code.
6349
6350 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6351
6352commit d53bd3e17bd4f460257c19255569ea6dcfaae817
6353Author: Kumar Gala <galak@kernel.crashing.org>
6354Date: Tue Aug 26 23:51:49 2008 -0500
6355
6356 FSL DDR: Convert PM854 to new DDR code.
6357
6358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6359
6360commit 33b9079ba20926f14238fff863b68a98e938948e
6361Author: Kumar Gala <galak@kernel.crashing.org>
6362Date: Tue Aug 26 23:15:28 2008 -0500
6363
6364 FSL DDR: Convert sbc8548 to new DDR code.
6365
6366 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6367
6368commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
6369Author: Kumar Gala <galak@kernel.crashing.org>
6370Date: Tue Aug 26 23:14:14 2008 -0500
6371
6372 FSL DDR: Convert atum8548 to new DDR code.
6373
6374 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6375
6376commit be0bd8234b9777ecd63c4c686f72af070d886517
6377Author: Kumar Gala <galak@kernel.crashing.org>
6378Date: Tue Aug 26 22:56:56 2008 -0500
6379
6380 FSL DDR: Convert socrates to new DDR code.
6381
6382 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6383
6384commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
6385Author: Kumar Gala <galak@kernel.crashing.org>
6386Date: Tue Aug 26 08:02:30 2008 -0500
6387
6388 FSL DDR: Convert MPC8544DS to new DDR code.
6389
6390 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6391
6392commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
6393Author: Jon Loeliger <jdl@freescale.com>
6394Date: Tue Mar 18 13:51:05 2008 -0500
6395
6396 FSL DDR: Convert MPC8568MDS to new DDR code.
6397
6398 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6399 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6400
6401commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
6402Author: Jon Loeliger <jdl@freescale.com>
6403Date: Tue Mar 18 13:51:06 2008 -0500
6404
6405 FSL DDR: Convert MPC8548CDS to new DDR code.
6406
6407 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6408 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6409
6410commit aa11d85cf318b961e029fe50d68ca47d004bce93
6411Author: Jon Loeliger <jdl@freescale.com>
6412Date: Mon Mar 17 15:48:18 2008 -0500
6413
6414 FSL DDR: Convert MPC8541CDS to new DDR code.
6415
6416 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6417 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6418
6419commit 2b40edb10d81da7bba724edbccd7f53777112579
6420Author: Jon Loeliger <jdl@freescale.com>
6421Date: Tue Mar 18 11:12:42 2008 -0500
6422
6423 FSL DDR: Convert MPC8555ADS to new DDR code.
6424
6425 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6426 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6427
6428commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
6429Author: Jon Loeliger <jdl@freescale.com>
6430Date: Tue Mar 18 11:12:44 2008 -0500
6431
6432 FSL DDR: Convert MPC8560ADS to new DDR code.
6433
6434 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6435 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6436
6437commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
6438Author: Kumar Gala <galak@kernel.crashing.org>
6439Date: Fri Jun 6 13:12:18 2008 -0500
6440
6441 FSL DDR: Convert MPC8540ADS to new DDR code.
6442
6443 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6444
6445commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
6446Author: Kumar Gala <galak@kernel.crashing.org>
6447Date: Tue Aug 26 21:34:55 2008 -0500
6448
6449 FSL DDR: Add 85xx specific register setting
6450
6451 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6452
6453commit 6fb1b7346849ccd0c20306143e334f5b76143070
6454Author: Kumar Gala <galak@kernel.crashing.org>
6455Date: Mon Jun 9 11:07:46 2008 -0500
6456
6457 FSL DDR: Add e500 TLB helper for DDR code
6458
6459 Provide a helper function that board code can call to map TLBs when
6460 setting up DDR.
6461
6462 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6463
6464commit d26b739afe5a6760bd345743188759cd9d0f3b47
6465Author: Andrew Dyer <adyer@righthandtech.com>
6466Date: Tue Aug 26 17:03:38 2008 -0500
6467
6468 dm9000 remove dead external phy support, gpio fix
6469
6470 dm9000 has code to detect and initialize external phy parts, but later
6471 on in the code the part is forced to use the internal phy
6472 unconditionally. Remove the unused/untested code.
6473
6474 change the GPIO initialization so that only the GPIO used as an
6475 internal phy reset (hardwired in the chip) is set as an output. The
6476 remaining GPIO need to be handled by board specific code to prevent
6477 possible drive conflicts. Set as inputs for safety.
6478
6479 replace a few magic numbers with defines
6480
6481 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
6482 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6483
6484commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
6485Author: Peter Tyser <ptyser@xes-inc.com>
6486Date: Tue Aug 26 11:17:48 2008 -0500
6487
6488 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
6489
6490 cmd_net.c command descriptions were updated to describe the optional
6491 hostIPaddr argument. The dhcp command help message was also updated
6492 to more closely reflect the other commands in cmd_net.c
6493
6494 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6495 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6496
6497commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
6498Author: Remy Bohmer <linux@bohmer.net>
6499Date: Wed Aug 20 11:30:28 2008 +0200
6500
6501 Fix bogus error message in the DHCP handler
6502
6503 The DHCP handler has 1 state that is not listed in this case, causing a
6504 failure message when there is actually no failure.
6505
6506 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6507 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6508
6509commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
6510Author: Remy Bohmer <linux@bohmer.net>
6511Date: Wed Aug 20 11:30:27 2008 +0200
6512
6513 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
6514
6515 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
6516 missing extern inside the net/bootp.h header
6517
6518 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6519 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6520
6521commit 1803f7f91ff35ca402259065df7557107dcf28a2
6522Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6523Date: Tue Aug 19 21:26:32 2008 +0000
6524
6525 ColdFire: Add FEC Buffer descriptors in SRAM
6526
6527 Add FEC Buffer descriptors and data buffer in SRAM for
6528 faster execution and access.
6529
6530 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6531 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6532
6533commit 429be27ce195210d4b9decf9e867b9ca6155a87d
6534Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6535Date: Thu Aug 21 23:55:11 2008 +0000
6536
6537 Fix ColdFire FEC warning messages
6538
6539 Types mismatch and implicit declaration of icache_invalid()
6540 warning messages
6541
6542 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6543 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6544
6545commit 6a002171098e968bd5b362347d2831224fab6048
6546Author: Ben Warren <biggerbadderben@gmail.com>
6547Date: Sat Jul 12 00:17:50 2008 -0700
6548
6549 Moved initialization of SKGE Ethernet driver to board code.
6550
6551 The only board using this driver is the SL8245 board.
6552 Removed initialization for the driver from net/eth.c
6553
6554 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6555
6556commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
6557Author: Ben Warren <biggerbadderben@gmail.com>
6558Date: Sat Jul 12 00:08:45 2008 -0700
6559
6560 Moved conditional compilation to Makefile for SK98 Ethernet driver
6561
6562 Brute-force removal of #ifdefs. Didn't touch the code.
6563 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6564
6565commit 65d3d99c28dc363d15eaee78225ff643df499b97
6566Author: Ben Warren <biggerbadderben@gmail.com>
6567Date: Fri Jul 11 23:42:19 2008 -0700
6568
6569 Moved initialization of ULI526X Ethernet driver to board code.
6570
6571 The only board using this driver is the Freescale MPC8610HPCD board.
6572 Removed initialization for the driver from net/eth.c
6573
6574 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6575
6576commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
6577Author: Ben Warren <biggerbadderben@gmail.com>
6578Date: Fri Jul 11 23:15:28 2008 -0700
6579
6580 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
6581
6582 Added board_eth_init() function to bf537-stamp board.
6583 Removed initialization for the Blackin EMAC driver from net/eth.c
6584
6585 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6586
6587commit fc363ce35408f348cacced68505f3747a53e3d7c
6588Author: Ben Warren <biggerbadderben@gmail.com>
6589Date: Wed Jul 9 01:04:19 2008 -0700
6590
6591 Moved initialization of GRETH Ethernet driver to CPU directory
6592
6593 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
6594 removed code from net/eth.c
6595
6596 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6597
6598commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
6599Author: Ben Warren <biggerbadderben@gmail.com>
6600Date: Tue Aug 26 22:16:25 2008 -0700
6601
6602 Moved initialization of MCFFEC Ethernet driver to CPU directory
6603
6604 Added a cpu_eth_init() function to coldfire CPU directories and
6605 removed code from net/eth.c
6606
6607 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6608
6609commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
6610Author: Ben Warren <biggerbadderben@gmail.com>
6611Date: Tue Aug 26 22:12:36 2008 -0700
6612
6613 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
6614
6615 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
6616 removed code from net/eth.c
6617
6618 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6619
6620commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
6621Author: Kumar Gala <galak@kernel.crashing.org>
6622Date: Tue Aug 26 15:01:38 2008 -0500
6623
6624 FSL DDR: Remove old SPD support from cpu/mpc86xx
6625
6626 All 86xx boards have been converted to the new code so we can
6627 remove the old SPD DDR setup code.
6628
6629 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6630
6631commit 9bd4e5911b750837515466bc7449087698b88e0e
6632Author: Kumar Gala <galak@kernel.crashing.org>
6633Date: Tue Aug 26 15:01:37 2008 -0500
6634
6635 FSL DDR: Convert SBC8641D to new DDR code.
6636
6637 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6638
6639commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
6640Author: Jon Loeliger <jdl@freescale.com>
6641Date: Tue Aug 26 15:01:36 2008 -0500
6642
6643 FSL DDR: Convert MPC8610HPCD to new DDR code.
6644
6645 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6646 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6647
6648commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
6649Author: Kumar Gala <galak@kernel.crashing.org>
6650Date: Tue Aug 26 15:01:35 2008 -0500
6651
6652 FSL DDR: Convert MPC8641HPCN to new DDR code.
6653
6654 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6656
6657commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
6658Author: Kumar Gala <galak@kernel.crashing.org>
6659Date: Tue Aug 26 15:01:34 2008 -0500
6660
6661 FSL DDR: Add 86xx specific register setting
6662
6663 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6664
6665commit 233fdd502a6c227f476212b3097653ad48d7e254
6666Author: Kumar Gala <galak@kernel.crashing.org>
6667Date: Tue Aug 26 15:01:32 2008 -0500
6668
6669 FSL DDR: Add DDR2 DIMM paramter support
6670
6671 Compute DIMM parameters based upon the SPD information.
6672
6673 Signed-off-by: James Yang <James.Yang@freescale.com>
6674 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6675 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6676
6677commit 05c05a2363a6ac11e0e405926034546ffad71fad
6678Author: Kumar Gala <galak@kernel.crashing.org>
6679Date: Tue Aug 26 15:01:30 2008 -0500
6680
6681 FSL DDR: Add DDR1 DIMM paramter support
6682
6683 Compute DIMM parameters based upon the SPD information in spd.
6684
6685 Signed-off-by: James Yang <James.Yang@freescale.com>
6686 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6687 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6688
6689commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
6690Author: Kumar Gala <galak@kernel.crashing.org>
6691Date: Tue Aug 26 15:01:29 2008 -0500
6692
6693 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
6694
6695 The main purpose of this rewrite it to be able to share the same
6696 initialization code on all FSL PowerPC products that have DDR
6697 controllers. (83xx, 85xx, 86xx).
6698
6699 The code is broken up into the following steps:
6700 GET_SPD
6701 COMPUTE_DIMM_PARMS
6702 COMPUTE_COMMON_PARMS
6703 GATHER_OPTS
6704 ASSIGN_ADDRESSES
6705 COMPUTE_REGS
6706 PROGRAM_REGS
6707
6708 This allows us to share more code an easily allow for board specific code
6709 overrides.
6710
6711 Additionally this code base adds support for >4G of DDR and provides a
6712 foundation for supporting interleaving on processors with more than one
6713 controller.
6714
6715 Signed-off-by: James Yang <James.Yang@freescale.com>
6716 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6717 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6718 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6719 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6720
6721commit f784e32b4bce0013983506b11af4b85b8ca3d36e
6722Author: Kumar Gala <galak@kernel.crashing.org>
6723Date: Tue Aug 26 15:01:28 2008 -0500
6724
6725 FSL DDR: Provide a generic set_ddr_laws()
6726
6727 Provide a helper function that will setup the last available
6728 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
6729
6730 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6731
6732commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
6733Author: James Yang <James.Yang@freescale.com>
6734Date: Tue Aug 26 15:01:27 2008 -0500
6735
6736 Add proper SPD definitions for DDR1/2/3
6737
6738 Also adds helper functions for DDR1/2 to verify the checksum.
6739
6740 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6741
6742commit 285db74716c724ae8a0ff177878fd09a74428c7b
6743Author: Wolfgang Denk <wd@denx.de>
6744Date: Wed Aug 27 01:02:48 2008 +0200
6745
6746 Update CHANGELOG
6747
6748 Signed-off-by: Wolfgang Denk <wd@denx.de>
6749
285db747
WD
6750commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
6751Author: Heiko Schocher <hs@denx.de>
6752Date: Tue Aug 19 10:08:49 2008 +0200
6753
6754 Add support for muas3001 board (MPC8270)
6755
6756 Signed-off-by: Heiko Schocher <hs@denx.de>
6757
6758commit 322098bff32410d2a00031649b47c4ec90a66d9a
6759Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
6760Date: Tue Aug 19 08:31:18 2008 +0530
6761
6762 common/cmd_load.c cleanup - remove unused variables
6763
6764 - Remove unused global variable os_data_count.
6765 - Remove unused variable z.
6766
6767 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
6768
6769commit 306620b762a4f9fa6678568ad2e8772dec145208
6770Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6771Date: Mon Aug 18 13:35:27 2008 +0200
6772
6773 remove MVS1 board
6774
6775 MVS1 board has reached end-of-life and can be removed completely.
6776
6777 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6778
6779commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
6780Author: Kumar Gala <galak@kernel.crashing.org>
6781Date: Fri Aug 15 08:24:45 2008 -0500
6782
6783 bootm: refactor do_reset and os boot function args
6784
6785 There is no need for each OS specific function to call do_reset() we
6786 can just do it once in bootm. This means its feasible on an error for
6787 the OS boot function to return.
6788
6789 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
6790 functions. flag isn't currently used but might be in the future so
6791 we left it alone.
6792
6793 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6794
6795commit 40afac22a9c602e55c501c800f1c064324711b56
6796Author: Kumar Gala <galak@kernel.crashing.org>
6797Date: Fri Aug 15 08:24:44 2008 -0500
6798
6799 fdt: Added resize command
6800
6801 Resize the fdt to size + padding to 4k boundary
6802
6803 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6804
6805commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
6806Author: Kumar Gala <galak@kernel.crashing.org>
6807Date: Fri Aug 15 08:24:43 2008 -0500
6808
6809 fdt: refactor initrd related code
6810
6811 Created a new fdt_initrd() to deal with setting the initrd properties
6812 in the device tree and fixing up the mem reserve. We can use this
6813 both in the choosen node handling and lets us remove some duplicated
6814 code when we fixup the initrd info in bootm on PPC.
6815
6816 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6817
6818commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
6819Author: Kumar Gala <galak@kernel.crashing.org>
6820Date: Fri Aug 15 08:24:42 2008 -0500
6821
6822 fdt: refactor fdt resize code
6823
6824 Move the fdt resizing code out of ppc specific boot code and into
6825 common fdt support code.
6826
6827 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6828
6829commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
6830Author: Kumar Gala <galak@kernel.crashing.org>
6831Date: Fri Aug 15 08:24:41 2008 -0500
6832
6833 bootm: refactor image detection and os load steps
6834
6835 Created a bootm_start() that handles the parsing and detection of all
6836 the images that will be used by the bootm command (OS, ramdisk, fdt).
6837 As part of this we now tract all the relevant image offsets in the
6838 bootm_headers_t struct. This will allow us to have all the needed
6839 state for future sub-commands and lets us reduce a bit of arch
6840 specific code on SPARC.
6841
6842 Created a bootm_load_os() that deals with decompression and loading
6843 the OS image.
6844
6845 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6846
6847commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
6848Author: Kumar Gala <galak@kernel.crashing.org>
6849Date: Fri Aug 15 08:24:40 2008 -0500
6850
6851 bootm: move lmb into the bootm_headers_t structure
6852
6853 To allow for persistent state between future bootm subcommands we
6854 need the lmb to exist in a global state.
6855 Moving it into the bootm_headers_t allows us to do that.
6856
6857 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6858
6859commit 54f9c86691309b2f919f567f9255b8bcad2c7651
6860Author: Kumar Gala <galak@kernel.crashing.org>
6861Date: Fri Aug 15 08:24:39 2008 -0500
6862
6863 bootm: Set working fdt address as part of the bootm flow
6864
6865 Set the fdt working address so "fdt FOO" commands can be used as part
6866 of the bootm flow. Also set an the environment variable "fdtaddr"
6867 with the value.
6868
6869 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6870
6871commit 06a09918f3903450313e2047a9cc258bf5872f46
6872Author: Kumar Gala <galak@kernel.crashing.org>
6873Date: Fri Aug 15 08:24:38 2008 -0500
6874
6875 bootm: refactor fdt locating and relocation code
6876
6877 Move the code that handles finding a device tree blob and relocating
6878 it (if needed) into common code so all arch's have access to it.
6879
6880 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6881
6882commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
6883Author: Kumar Gala <galak@kernel.crashing.org>
6884Date: Fri Aug 15 08:24:37 2008 -0500
6885
6886 bootm: refactor ramdisk locating code
6887
6888 Move determing if we have a ramdisk and where its located into the
6889 common code. Keep track of the ramdisk start and end in the
6890 bootm_headers_t image struct.
6891
6892 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6893
6894commit c160a9544743e80e8889edb2275538e7764ce334
6895Author: Kumar Gala <galak@kernel.crashing.org>
6896Date: Fri Aug 15 08:24:36 2008 -0500
6897
6898 bootm: refactor entry point code
6899
6900 Move entry point code out of each arch and into common code.
6901 Keep the entry point in the bootm_headers_t images struct.
6902
6903 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6904
6905commit 20220d22b9f41446288588cd2e457e0077a18bed
6906Author: Randy Vinson <rvinson@mvista.com>
6907Date: Wed Aug 13 11:44:57 2008 -0700
6908
6909 mpc7448hpc2: Fix PCI I/O space mapping.
6910
6911 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
6912 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
6913 space such that 0xFA000000 in the processor's address space maps to 0
6914 on the PCI I/O bus.
6915
6916 Signed-off-by Randy Vinson <rvinson@mvista.com>
6917 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
6918
6919commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
6920Author: Guennadi Liakhovetski <lg@denx.de>
6921Date: Wed Aug 13 18:10:26 2008 +0200
6922
6923 i.MX31: Specify maintainers for i.MX31-based boards
6924
6925 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6926 Signed-off-by: Wolfgang Denk <wd@denx.de>
6927
6928commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
6929Author: Wolfgang Denk <wd@denx.de>
6930Date: Tue Aug 26 15:01:28 2008 +0200
6931
6932 ADS5121: adjust image addresses in RAM and flash
6933
6934 Use the same mapping in flash as used by Linux
6935
6936 Signed-off-by: Wolfgang Denk <wd@denx.de>
6937
6938commit 19f101412c16edee9fd55db4039e1d68a833b28b
6939Author: Wolfgang Denk <wd@denx.de>
6940Date: Tue Aug 26 13:14:34 2008 +0200
6941
6942 cmd_mem.c: Fix help message alignment
6943
6944 Bug was introced by "Big white-space cleanup" (53677ef1)
6945
6946 Signed-off-by: Wolfgang Denk <wd@denx.de>
6947
6948commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
6949Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6950Date: Wed Aug 20 11:11:52 2008 +0200
6951
6952 change mvBL-M7 default env and move to vendor subdir
6953
6954 fix mvBL-M7 config and move to matrix_vision subdir
6955
6956 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6957 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6958
6959commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
6960Author: Nick Spence <nick.spence@freescale.com>
6961Date: Fri Aug 22 23:52:40 2008 -0700
6962
6963 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
6964
6965 This patch adds elements to the 83xx sysconf structure and #define values that are used
6966 by mpc83xx family devices.
6967
6968 Signed-off-by: Nick Spence <nick.spence@freescale.com>
6969 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6970
6971commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
6972Author: Ira W. Snyder <iws@ovro.caltech.edu>
6973Date: Fri Aug 22 11:00:15 2008 -0700
6974
6975 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
6976
6977 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
6978 PCI card rather than a host computer.
6979
6980 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
6981 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6982
6983commit 4ff9aea9d6b5602683a920951ef896996438af62
6984Author: Ira W. Snyder <iws@ovro.caltech.edu>
6985Date: Fri Aug 22 11:00:14 2008 -0700
6986
6987 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
6988
6989 This adds a helper function to unlock the PCI configuration bit, so that
6990 any extra PCI setup (such as outbound windows, etc.) can be done after
6991 using the 83XX_GENERIC_PCI code to set up the PCI bus.
6992
6993 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
6994 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6995
6996commit 162338e1fcde231ca4d562e5ebd7859456731691
6997Author: Ira W. Snyder <iws@ovro.caltech.edu>
6998Date: Fri Aug 22 11:00:13 2008 -0700
6999
7000 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
7001
7002 Change the MPC8349EMDS board to use the generic PCI initialization code
7003 for the mpc83xx cpu.
7004
7005 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
7006 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7007
7008commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
7009Author: Kim Phillips <kim.phillips@freescale.com>
7010Date: Mon Aug 25 14:53:09 2008 -0500
7011
7012 fix out of tree building
7013
7014 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7015
7016commit a49d10cf027d059ee15c262010a05cdaec0961e1
7017Author: Wolfgang Denk <wd@denx.de>
7018Date: Mon Aug 25 23:45:41 2008 +0200
7019
7020 Minor coding style cleanup, updte CHANGELOG
7021
7022 Signed-off-by: Wolfgang Denk <wd@denx.de>
7023
a49d10cf
WD
7024commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
7025Author: Stefan Roese <sr@denx.de>
7026Date: Wed Aug 20 20:29:38 2008 +0200
7027
7028 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
7029
7030 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
7031 to combine both config options into one line. This even allows defining
7032 both options and not generating the target object twice.
7033
7034 Signed-off-by: Stefan Roese <sr@denx.de>
7035
7036commit 079edb913dbae147b50a488cf02e03f473fc5f28
7037Author: Jens Gehrlein <sew_s@tqs.de>
7038Date: Fri Jul 4 16:50:05 2008 +0200
7039
7040 MX31: fix bit masks in function mx31_decode_pll()
7041
7042 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
7043
7044 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
7045
7046commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
7047Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
7048Date: Mon Aug 25 11:11:34 2008 +0200
7049
7050 Correct ARM Versatile Timer Initialization
7051
7052 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
7053 -- Timer Value Register @ TIMER Base + 4 is Read-only.
7054 -- Prescale Value (Bits 3-2 of TIMER Control register)
7055 can only be one of 00,01,10. 11 is undefined.
7056 -- CFG_HZ for Versatile board is set to
7057 #define CFG_HZ (1000000 / 256)
7058 So Prescale bits is set to indicate
7059 - 8 Stages of Prescale, Clock divided by 256
7060 - The Timer Control Register has one Undefined/Shouldn't Use Bit
7061 So we should do read/modify/write Operation
7062
7063 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
7064
7065commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
7066Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
7067Date: Mon Aug 25 11:30:29 2008 +0200
7068
7069 Add ARM AMBA PL031 RTC Support
7070
7071 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
7072
7073commit e39411674669cc880e1ec4a8ca4794fb15c33a45
7074Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7075Date: Tue Aug 19 16:21:03 2008 -0400
7076
7077 ARM DaVinci: Removed redundant NAND initialization code.
7078
7079 ARM DaVinci: Removed redundant NAND initialization code.
7080
7081 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7082
7083commit b3fb663b20d995ca41327db877ddb168279b3f62
7084Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7085Date: Tue Aug 19 16:21:00 2008 -0400
7086
7087 ARM DaVinci: Fix compilation error with new MTD code.
7088
7089 ARM DaVinci: Fix compilation error with new MTD code.
7090
7091 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7092
7093commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
7094Author: Gerald Van Baren <vanbaren@cideas.com>
7095Date: Fri Aug 22 14:37:05 2008 -0400
7096
7097 Add note on dereferencing /aliases pointers
7098
7099 Replace the "must quote special characters" note with a hint on
7100 how to dereference /aliases pointers by omitting the leading "/".
7101 This feature was introduced by Kumar Gala as a libfdt enhancement
7102 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
7103
7104 Example:
7105
7106 => fdt print /aliases
7107 aliases {
7108 ethernet0 = "/qe@e0100000/ucc@2000";
7109 ethernet1 = "/qe@e0100000/ucc@3000";
7110 serial0 = "/soc8360@e0000000/serial@4500";
7111 serial1 = "/soc8360@e0000000/serial@4600";
7112 pci0 = "/pci@e0008500";
7113 };
7114 => fdt print ethernet0
7115 ucc@2000 {
7116 device_type = "network";
7117 compatible = "ucc_geth";
7118 cell-index = <0x1>;
7119 reg = <0x2000 0x200>;
7120 interrupts = <0x20>;
7121 interrupt-parent = <0x2>;
7122 local-mac-address = [00 00 00 00 00 00];
7123 rx-clock-name = "none";
7124 tx-clock-name = "clk9";
7125 phy-handle = <0x3>;
7126 phy-connection-type = "rgmii-id";
7127 pio-handle = <0x4>;
7128 };
7129
7130 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
7131
7132commit feeca3f578b7f53c032ba203698751c982f8bf5a
7133Author: Kumar Gala <galak@kernel.crashing.org>
7134Date: Thu Aug 14 08:28:19 2008 -0500
7135
7136 libfdt: Add support for using aliases in fdt_path_offset()
7137
7138 If the path doesn't start with '/' check to see if it matches some alias
7139 under "/aliases" and substitute the matching alias value in the path
7140 and retry the lookup.
7141
7142 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7143 Acked-by: David Gibson <david@gibson.dropbear.id.au>
7144 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7145
7146commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
7147Author: David Gibson <david@gibson.dropbear.id.au>
7148Date: Wed Aug 6 14:50:49 2008 +1000
7149
7150 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
7151
7152 As well as fdt_subnode_offset(), libfdt includes an
7153 fdt_subnode_offset_namelen() function that takes the subnode name to
7154 look up not as a NUL-terminated string, but as a string with an
7155 explicit length. This can be useful when the caller has the name as
7156 part of a longer string, such as a full path.
7157
7158 However, we don't have corresponding 'namelen' versions for
7159 fdt_get_property() and fdt_getprop(). There are less obvious use
7160 cases for these variants on property names, but there are
7161 circumstances where they can be useful e.g. looking up property names
7162 which need to be parsed from a longer string buffer such as user input
7163 or a configuration file, or looking up an alias in a path with
7164 IEEE1275 style aliases.
7165
7166 So, since it's very easy to implement such variants, this patch does
7167 so. The original NUL-terminated variants are, of course, implemented
7168 in terms of the namelen versions.
7169
7170 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7171
7172commit f171746f701ea58bf6a53e835b53d2aaebee0d81
7173Author: David Gibson <david@gibson.dropbear.id.au>
7174Date: Tue Jul 29 14:51:22 2008 +1000
7175
7176 libfdt: Forgot one function when cleaning the namespace
7177
7178 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
7179 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
7180 chance of collisions with things from whatever package libfdt is
7181 embedded in, pulled into the libfdt build via that environment's
7182 libfdt_env.h.
7183
7184 Except... I missed one. This patch applies the same treatment to
7185 _stringlist_contains(). While we're at it, also make it static since
7186 it's only used in the same file.
7187
7188 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7189
7190commit 46390da15411351fc3b498bd8c1615f78fe80df0
7191Author: Wolfram Sang <w.sang@pengutronix.de>
7192Date: Wed Jul 9 11:22:44 2008 +0200
7193
7194 libfdt: Improve documentation in libfdt.h
7195
7196 Fix a few typos and mistakes.
7197
7198 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
7199 Acked-by: David Gibson <david@gibson.dropbear.id.au>
7200
7201commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
7202Author: David Gibson <david@gibson.dropbear.id.au>
7203Date: Wed Jul 9 14:10:24 2008 +1000
7204
7205 libfdt: Increase namespace-pollution paranoia
7206
7207 libfdt is supposed to easy to embed in projects all and sundry.
7208 Often, it won't be practical to separate the embedded libfdt's
7209 namespace from that of the surrounding project. Which means there can
7210 be namespace conflicts between even libfdt's internal/static functions
7211 and functions or macros coming from the surrounding project's headers
7212 via libfdt_env.h.
7213
7214 This patch, therefore, renames a bunch of libfdt internal functions
7215 and macros and makes a few other chances to reduce the chances of
7216 namespace collisions with embedding projects. Specifically:
7217 - Internal functions (even static ones) are now named _fdt_*()
7218
7219 - The type and (static) global for the error table in
7220 fdt_strerror() gain an fdt_ prefix
7221
7222 - The unused macro PALIGN is removed
7223
7224 - The memeq and streq macros are removed and open-coded in the
7225 users (they were only used once each)
7226
7227 - Other macros gain an FDT_ prefix
7228
7229 - To save some of the bulk from the previous change, an
7230 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
7231 FDT_ALIGN(x, FDT_TAGSIZE)
7232
7233 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7234
7235commit c66830263af19831f2b7db307f79d1943febf7f9
7236Author: David Gibson <david@gibson.dropbear.id.au>
7237Date: Mon Jul 7 10:14:15 2008 +1000
7238
7239 dtc: Enable and fix -Wcast-qual warnings
7240
7241 Enabling -Wcast-qual warnings in dtc shows up a number of places where
7242 we are incorrectly discarding a const qualification. There are also
7243 some places where we are intentionally discarding the 'const', and we
7244 need an ugly cast through uintptr_t to suppress the warning. However,
7245 most of these are pretty well isolated with the *_w() functions. So
7246 in the interests of maximum safety with const qualifications, this
7247 patch enables the warnings and fixes the existing complaints.
7248
7249 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7250 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7251
7252commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
7253Author: David Gibson <david@gibson.dropbear.id.au>
7254Date: Mon Jul 7 10:10:48 2008 +1000
7255
7256 dtc: Enable and fix -Wpointer-arith warnings
7257
7258 This patch turns on the -Wpointer-arith option in the dtc Makefile,
7259 and fixes the resulting warnings due to using (void *) in pointer
7260 arithmetic. While convenient, pointer arithmetic on void * is not
7261 portable, so it's better that we avoid it, particularly in libfdt.
7262
7263 Also add necessary definition of uintptr_t needed by David Gibson's
7264 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
7265 comes from stdint.h, which u-boot doesn't have). -- gvb
7266
7267 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7268 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
7269
7270commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
7271Author: Tirumala R Marri <tmarri@amcc.com>
7272Date: Thu Aug 21 21:54:53 2008 -0700
7273
7274 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
7275
7276 During recent PCI-E tests it has been found that current
7277 driverl level and de-emphasis values are not set correctly.
7278 After sweeping throgh all de-ephasis values, it was found that
7279 0x130 is a right value. Where 0x13 is driver level and 0 is
7280 de-emphasis.
7281
7282 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
7283 Signed-off-by: Stefan Roese <sr@denx.de>
7284
7285commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
7286Author: Remy Bohmer <linux@bohmer.net>
7287Date: Wed Aug 20 20:46:56 2008 +0200
7288
7289 Make the YAFFS filesystem work
7290
7291 Recently the YAFFS filesystem support has been added to U-boot.
7292 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
7293
7294 ymount will generate an exception (when dereferencing mtd->readoob()), because
7295 the genericDevice is a null pointer. Further, a lot of logging is produced
7296 while using YAFFS fs, so logging should also be disabled.
7297 Both issues are solved by this patch.
7298
7299 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
7300 in U-boot, as well as in Linux.
7301
7302 Tested on a Atmel AT91SAM9261EK board.
7303
7304 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7305 Acked-by: William Juul <william.juul@tandberg.com>
7306 Signed-off-by: Scott Wood <scottwood@freescale.com>
7307
7308commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
7309Author: Kyungmin Park <kmpark@infradead.org>
7310Date: Tue Aug 19 08:42:53 2008 +0900
7311
7312 Fix OneNAND read_oob/write_oob functions compatability
7313
7314 Also sync with kernel OneNAND codes
7315
7316 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7317 Signed-off-by: Scott Wood <scottwood@freescale.com>
7318
7319commit 8d765456c1d33f2010d2717ee58de7647fdc6346
7320Author: Scott Wood <scottwood@freescale.com>
7321Date: Mon Aug 18 17:11:20 2008 -0500
7322
7323 NAND: Remove delay from nand_boot_fsl_elbc.c.
7324
7325 It was for debugging purposes, and shouldn't have been left in.
7326
7327 Signed-off-by: Scott Wood <scottwood@freescale.com>
7328
7329commit f556483734126793522fb7a8cf36af90da78f084
7330Author: Stefan Roese <sr@denx.de>
7331Date: Thu Aug 21 11:05:03 2008 +0200
7332
7333 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
7334
7335 This patch fixes some minor issues introduced with the patch:
7336 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
7337
7338 - Rework memory-queue and PLB arbiter optimization code, that the
7339 local variable is not needed anymore. This removes one #ifdef.
7340 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
7341 of XXX+ 0x01). This was not introduced by Prodyut, just a
7342 copy-paste problem.
7343
7344 Signed-off-by: Stefan Roese <sr@denx.de>
7345
7346commit 079589bcfb24ba11068460276a3cc9549ab5346f
7347Author: Prodyut Hazarika <phazarika@amcc.com>
7348Date: Wed Aug 20 09:38:51 2008 -0700
7349
7350 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
7351 PPC405EX and PPC460EX/GT/SX
7352
7353 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
7354 processors
7355 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
7356 across processors (405 and 440/460)
7357 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
7358 processors
7359 - Add register bit definitions for Memory Queue Configuration registers
7360
7361 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
7362 Signed-off-by: Stefan Roese <sr@denx.de>
7363
7364commit ba37aa03287c5483c61c0a3e320c8888bee0143a
7365Author: Kumar Gala <galak@kernel.crashing.org>
7366Date: Tue Aug 19 15:41:18 2008 -0500
7367
7368 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
7369
7370 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
7371 instead of bd->bi_enetaddr, bi_enet1addr, etc.
7372
7373 This makes the code a bit more flexible to the number of ethernet
7374 interfaces.
7375
7376 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7377
7378commit 4cacf7c64609839f809e2f9c45873f1d65861703
7379Author: Stefan Roese <sr@denx.de>
7380Date: Tue Aug 19 14:57:55 2008 +0200
7381
7382 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
7383
7384 This patch changes the debug_printf() marco for U-Boot in hush.c and
7385 moves the definition of DEBUG_SHELL to a place that is actually compiled
7386 under U-Boot.
7387
7388 Signed-off-by: Stefan Roese <sr@denx.de>
7389
7390commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
7391Author: Heiko Schocher <hs@denx.de>
7392Date: Tue Aug 19 09:57:41 2008 +0200
7393
7394 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
7395
7396 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
7397 missed a few boards:
7398 include/configs/M5253DEMO.h
7399 include/configs/ml507.h
7400 include/configs/redwood.h
7401
7402 This patch fixes this.
7403
7404 Signed-off-by: Heiko Schocher <hs@denx.de>
7405
7406commit 0768b7a872964085eece8d5e9fec9175e9deb161
7407Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7408Date: Mon Aug 18 13:41:27 2008 +0200
7409
7410 Consolidate strmhz() implementation
7411
7412 ARM, i386, m68k and ppc all have identical implementations of strmhz().
7413 Other architectures don't provide this function at all.
7414
7415 This patch moves strmhz() into lib_generic, reducing code duplication
7416 and providing a more unified API across architectures.
7417
7418 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7419
7420commit a928d0df211f1d829308d335d19be3ca42558dfc
7421Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
7422Date: Mon Aug 18 12:02:51 2008 +0200
7423
7424 fix mvbc_p board build warnings
7425
7426 fix build warnings @ mvBC-P board by using correct types, i.e. change
7427 out_be32 to out_be16 and out_8 accordingly.
7428
7429 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
7430
7431commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
7432Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7433Date: Sat Aug 16 18:54:27 2008 +0200
7434
7435 Makefile: fix posix support on find
7436
7437 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7438
7439commit bef92e215d945cc574399c1a1b00a3a76d35aa03
7440Author: Axel Beierlein <belatronix@web.de>
7441Date: Sat Aug 16 00:30:48 2008 +0200
7442
7443 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
7444
7445 Tested with TQM5200S on STK52XX.200 Board
7446
7447 Signed-off-by: Axel Beierlein <belatronix@web.de>
7448
7449commit 0800707b6d5041a840a65d556032c15c584b55f8
7450Author: Peter Tyser <ptyser@xes-inc.com>
7451Date: Fri Aug 15 14:36:32 2008 -0500
7452
7453 mod_i2c_mem() bugfix
7454
7455 The last used chip, address, and address length were not being
7456 stored for the imm and imn commands.
7457
7458 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7459
7460commit 4afbef967275b2f636abae86f91b81becee7ad03
7461Author: Steven A. Falco <sfalco@harris.com>
7462Date: Fri Aug 15 15:37:31 2008 -0400
7463
7464 Fix typo in spelling of ATAPI.
7465
7466 Correct a small spelling mistake.
7467
7468 Signed-off-by: Steven A. Falco <sfalco@harris.com>
7469
7470commit 36c2d3062ecc6ab85f8e237180eb134464c48418
7471Author: Steven A. Falco <sfalco@harris.com>
7472Date: Fri Aug 15 15:34:10 2008 -0400
7473
7474 Add a hook to allow board-specific PIO mode setting.
7475
7476 This patch adds a hook whereby a board-specific routine can be called to
7477 configure hardware for a PIO mode. The prototype for the board-specific
7478 routine is:
7479
7480 int inline ide_set_piomode(int pio_mode)
7481
7482 ide_set_piomode should be prepared to configure hardware for a pio_mode
7483 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
7484
7485 Signed-off-by: Steven A. Falco <sfalco@harris.com>
7486
7487commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
7488Author: Steven A. Falco <sfalco@harris.com>
7489Date: Fri Aug 15 15:29:12 2008 -0400
7490
7491 Replace enums in ata.h with an include of libata.h
7492
7493 This patch removes some enums from ata.h and replaces them with an
7494 include of libata.h. This way, we eliminate duplicated code, and
7495 prevent errors whereby the different versions could be out of sync.
7496
7497 Signed-off-by: Steven A. Falco <sfalco@harris.com>
7498
7499commit 0de0afbca865ecf482b4d2b635236746def8518f
7500Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7501Date: Fri Aug 15 18:32:41 2008 +0200
7502
7503 coldfire: fix CFI drivers activation with new macro
7504
7505 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
7506
7507 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7508
7509commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
7510Author: Kumar Gala <galak@kernel.crashing.org>
7511Date: Fri Aug 15 08:24:35 2008 -0500
7512
7513 fdt: fdt addr w/o any args reports back the current working address
7514
7515 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7516
7517commit f953d99fd528a496b400a706b511eaf8e3ea66af
7518Author: Kumar Gala <galak@kernel.crashing.org>
7519Date: Fri Aug 15 08:24:34 2008 -0500
7520
7521 fdt: added the ability to set initrd start/end via chosen command
7522
7523 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7524
7525commit ffa4bafacaef67058463b3d7d0099ced57569dd2
7526Author: Kumar Gala <galak@kernel.crashing.org>
7527Date: Fri Aug 15 08:24:33 2008 -0500
7528
7529 Add command to enable/disable interrupts
7530
7531 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7532
7533commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
7534Author: Nick Spence <nick.spence@freescale.com>
7535Date: Tue Aug 19 22:21:16 2008 -0700
7536
7537 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
7538
7539 This patch fixes a missing vendor code in the flash_real_protect() function.
7540
7541 Signed-off-by: Nick Spence <nick.spence@freescale.com>
7542 Signed-off-by: Stefan Roese <sr@denx.de>
7543
7544commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
7545Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7546Date: Tue Aug 19 16:53:39 2008 +0000
7547
7548 CFI: Fix AMD Legacy sector protect
7549
7550 New implement sector lock and unlock or softlock commands
7551 do not exist in AMD legacy flash. Thus, causing issue
7552 when erasing AMD legacy flash (such as lv040)
7553
7554 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7555 Signed-off-by: Stefan Roese <sr@denx.de>
7556
7557commit 492671404140f09d5b21b3d2ce4e362c0692c069
7558Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7559Date: Wed Aug 20 09:40:16 2008 +0200
7560
7561 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
7562
7563 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
7564
7565 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7566
7567commit 33eac2b3d946fc998a09245dfe54d017079b9056
7568Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7569Date: Wed Aug 20 09:28:36 2008 +0200
7570
7571 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
7572
7573 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7574
7575commit 25da0b84195fdda89a943b2d25757db5afeef5b8
7576Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7577Date: Wed Aug 20 09:27:37 2008 +0200
7578
7579 favr-32-ezkit: Fix printf format warnings
7580
7581 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7582
7583commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
7584Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7585Date: Fri Aug 15 12:04:25 2008 +0200
7586
7587 MAINTAINERS: Sort avr32 section alphabetically
7588
7589 The rest of the MAINTAINERS file appears to be sorted
7590 almost-alphabetically, but entries for the newly added AVR32 boards were
7591 added somewhat randomly. This patch sorts the list alphabetically again.
7592
7593 Also update my e-mail address. The old one still works, but it may not
7594 work forever.
7595
7596 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7597
7598commit 13b50fe3bc065c48911fa373231421280855a9d6
7599Author: Mark Jackson <mpfj@mimc.co.uk>
7600Date: Wed Jul 30 13:07:27 2008 +0100
7601
7602 avr32: Add MIMC200 board
7603
7604 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
7605 8MByte FLASH and 128KByte FRAM.
7606
7607 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
7608 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7609
7610commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
7611Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7612Date: Wed Jul 9 21:07:34 2008 +0900
7613
7614 rtl8169: add support for RTL8110SCL
7615
7616 This patch fixes a problem that RTL8110SCL started transfer
7617 with an incorrect memory address.
7618
7619 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7620 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7621
7622commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
7623Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7624Date: Wed Jun 25 15:48:52 2008 -0500
7625
7626 Fix dm9000 receive status and len little endian issue
7627
7628 The received status and len was in little endian
7629 format and caused the ethernet unable to proceed
7630 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
7631
7632 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7633 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7634
7635commit fcd69a1a57fb2af4d26201422095a4be9f36963e
7636Author: Kumar Gala <galak@kernel.crashing.org>
7637Date: Fri Aug 15 08:24:32 2008 -0500
7638
7639 Clean up usage of icache_disable/dcache_disable
7640
7641 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
7642 also flushing the icache. All callers of invalidate_l1_instruction_cache()
7643 call icache_disable() right after. Make it so icache_disable() calls
7644 invalidate_l1_instruction_cache() for us.
7645
7646 Also, dcache_disable() already calls dcache_flush() so there is no point
7647 in the explicit calls of dcache_flush().
7648
7649 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7650
7651commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
7652Author: Kumar Gala <galak@kernel.crashing.org>
7653Date: Fri Aug 15 08:24:31 2008 -0500
7654
7655 Update linux bootm to support ePAPR client interface
7656
7657 The ePAPR spec has some subtle differences from the current device
7658 tree based boot interface to the powerpc linux kernel. The powerpc
7659 linux kernel currently ignores the differences that ePAPR specifies.
7660
7661 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7662
7663commit b734e5556a239b3be5f9693b2f4b4b739683ec16
7664Author: Wolfgang Denk <wd@denx.de>
7665Date: Mon Aug 18 23:50:20 2008 +0200
7666
7667 Minor code cleanup: keep lists sorted.
7668
7669 Signed-off-by: Wolfgang Denk <wd@denx.de>
7670
7671commit d0039d4ed275e6ca09fb417895024ad02be118c4
7672Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7673Date: Wed Jul 23 19:10:14 2008 +0200
7674
7675 Add support for ADT7460 I2C monitor chip
7676
7677 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7678
7679commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
7680Author: Michal Simek <monstr@monstr.eu>
7681Date: Mon Jul 14 19:45:45 2008 +0200
7682
7683 video: Clean drivers/video/Makefile
7684
7685 Signed-off-by: Michal Simek <monstr@monstr.eu>
7686
7687commit 871c18dd301752270e1f74328c846c3104be1e2e
7688Author: Michal Simek <monstr@monstr.eu>
7689Date: Mon Jul 14 19:45:37 2008 +0200
7690
7691 rtc: Clean drivers/rtc/Makefile
7692
7693 Signed-off-by: Michal Simek <monstr@monstr.eu>
7694
7695commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
7696Author: Michal Simek <monstr@monstr.eu>
7697Date: Mon Jul 14 19:45:35 2008 +0200
7698
7699 i2c: Clean drivers/i2c/ Makefile
7700
7701 Signed-off-by: Michal Simek <monstr@monstr.eu>
7702
7703commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
7704Author: Harald Welte <laforge@openmoko.org>
7705Date: Wed Jul 9 22:30:30 2008 +0800
7706
7707 Add 'license' command to U-Boot command line
7708
7709 The 'license' command includes the U-Boot license (GPLv2) into the
7710 actual bootloader binary. The license text can be shown interactively
7711 at the U-Boot commandline.
7712
7713 For products where the commandline can actually be accessed by the
7714 end user, this helps to prevent inadvertent GPL violations, since the
7715 GPLv2 license text can no longer be 'forgotten' to be included into
7716 the product.
7717
7718 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
7719
7720 Signed-off-by: Harald Welte <laforge@openmoko.org>
7721
7722commit fe2ce5500ebf43d79d227190bd2370232d5b113d
7723Author: Harald Welte <laforge@gnumonks.org>
7724Date: Sun Jul 6 15:56:38 2008 +0800
7725
7726 add 'unzip' command to u-boot commandline
7727
7728 [PATCH] add new 'unzip' command to u-boot commandline
7729
7730 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
7731 memory to memory, and option CONFIG_CMD_UNZIP to enable it
7732
7733 Signed-off-by: Werner Almesberger <werner@openmoko.org>
7734 Signed-off-by: Harald Welte <laforge@openmoko.org>
7735
7736commit 07efc9e321619c3dec213310c32e011aa6f02783
7737Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7738Date: Wed Aug 6 19:37:17 2008 -0500
7739
7740 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
7741
7742 The CFG_ENV_SIZE is not suitable used for SPI flash erase
7743 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
7744 Add condition check if CFG_ENV_SIZE is larger than
7745 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
7746 erasing.
7747
7748 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7749
7750commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
7751Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7752Date: Mon Aug 11 15:54:25 2008 +0000
7753
7754 ColdFire: Multiple fixes for M5282EVB
7755
7756 Incorrect CFG_HZ value, change 1000000 to 1000.
7757 Rename #waring to #warning. RAMBAR1 uses twice
7758 in start.S, rename the later to FLASHBAR. Insert
7759 nop for DRAM setup. And, env_offset in linker file.
7760
7761 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7762
7763commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
7764Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7765Date: Mon Aug 11 15:26:43 2008 +0000
7766
7767 ColdFire: Move m5282evb from board to board/freescale
7768
7769 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7770
7771commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
7772Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7773Date: Mon Aug 11 15:25:07 2008 +0000
7774
7775 ColdFire: Move m5272c3 from board to board/freescale
7776
7777 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7778
7779commit 659e9bad629a480f606b286d5703aef7159edf98
7780Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7781Date: Mon Aug 11 15:23:16 2008 +0000
7782
7783 ColdFire: Move m5271evb from board to board/freescale
7784
7785 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7786
7787commit 05316f8ece8206339a208ec052f039cd0f7ca922
7788Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7789Date: Mon Aug 11 13:41:49 2008 +0000
7790
7791 ColdFire: Add M54451EVB platform support for MCF5445x
7792
7793 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7794
7795commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
7796Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7797Date: Wed Aug 6 19:14:08 2008 -0500
7798
7799 ColdFire: Add Serial Flash support for M54455EVB
7800
7801 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7802
7803commit 9f751551456828b2d0ff417f10959fb0c7110bd0
7804Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7805Date: Wed Jul 23 20:38:53 2008 -0500
7806
7807 ColdFire: Implement SBF feature for M5445EVB
7808
7809 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7810
7811commit a7323bba229203aae2604afde131ab47bad4eadc
7812Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7813Date: Wed Jul 23 17:53:36 2008 -0500
7814
7815 ColdFire: Add SSPI feature for MCF5445x
7816
7817 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7818
7819commit b2d022d1ac3f59bffa9cec249341e77aea168abc
7820Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7821Date: Wed Jul 23 17:37:10 2008 -0500
7822
7823 ColdFire: Use CFI Flash driver for M54455EVB
7824
7825 Remove non-common flash driver in
7826 board/freescale/m54455evb/flash.c. The non-cfi flash will
7827 use CONFIG_FLASH_CFI_LEGACY to configure the flash
7828 attribute.
7829
7830 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7831
7832commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
7833Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7834Date: Wed Jul 23 17:11:47 2008 -0500
7835
7836 ColdFire: Add M5253DEMO platform support for MCF5253
7837
7838 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7839
7840commit 80ba61fd82569af40e04d4a089257b81881884f2
7841Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7842Date: Wed Aug 6 14:17:09 2008 -0500
7843
7844 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
7845
7846 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7847
7848commit d361307e73ce1f6fc68760123f37d4876f851f3e
7849Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7850Date: Wed Aug 6 14:11:36 2008 -0500
7851
7852 ColdFire: Fix M5253EVB dram bring up issue
7853
7854 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7855
7856commit 4b0708093e15b412296328bf81325cf9b69fe512
7857Author: Wolfgang Denk <wd@denx.de>
7858Date: Thu Aug 14 14:41:06 2008 +0200
7859
7860 Coding Style cleanup, update CHANGELOG
7861
7862 Signed-off-by: Wolfgang Denk <wd@denx.de>
7863
4b070809
WD
7864commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
7865Author: Scott Wood <scottwood@freescale.com>
7866Date: Wed Aug 13 18:24:05 2008 -0500
7867
7868 socrates: Update NAND driver to new API.
7869
7870 Also, fix some minor formatting issues, and simplify the handling of
7871 "state" for writes.
7872
7873 Signed-off-by: Scott Wood <scottwood@freescale.com>
7874
7875commit ba22d10f39eaeedd035e8265616e31ff88e314d5
7876Author: Scott Wood <scottwood@freescale.com>
7877Date: Wed Aug 13 18:03:40 2008 -0500
7878
7879 quad100hd: Update NAND driver to new API.
7880
7881 Signed-off-by: Scott Wood <scottwood@freescale.com>
7882
7883commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
7884Author: Scott Wood <scottwood@freescale.com>
7885Date: Wed Aug 13 17:53:48 2008 -0500
7886
7887 m5373evb: Update NAND driver to new API.
7888
7889 Signed-off-by: Scott Wood <scottwood@freescale.com>
7890
7891commit 1a23a197c8722b805f40895544bbdb1a648c1c82
7892Author: Scott Wood <scottwood@freescale.com>
7893Date: Wed Aug 13 17:04:30 2008 -0500
7894
7895 s3c24x0: Update NAND driver to new API.
7896
7897 Signed-off-by: Scott Wood <scottwood@freescale.com>
7898
7899commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
7900Author: Scott Wood <scottwood@freescale.com>
7901Date: Wed Aug 13 15:56:00 2008 -0500
7902
7903 at91: Update board NAND drivers to current API.
7904
7905 Signed-off-by: Scott Wood <scottwood@freescale.com>
7906
7907commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
7908Author: Kyungmin Park <kmpark@infradead.org>
7909Date: Wed Aug 13 09:11:02 2008 +0900
7910
7911 Fix OneNAND build break
7912
7913 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
7914 - fix bufferram management at erase operation
7915 This patch includes the NAND/OneNAND state filed too.
7916
7917 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7918 Signed-off-by: Scott Wood <scottwood@freescale.com>
7919
7920commit 9483df6408c25f16060432de3868901e352e23bc
7921Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7922Date: Wed Aug 13 01:40:43 2008 +0200
7923
7924 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
7925
7926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7927
7928commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
7929Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7930Date: Wed Aug 13 01:40:43 2008 +0200
7931
7932 drivers/mtd/nand: Move conditional compilation to Makefile
7933
7934 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
7935
7936 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7937
7938commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
7939Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7940Date: Wed Aug 13 01:40:42 2008 +0200
7941
7942 drivers/mtd/onenand: Move conditional compilation to Makefile
7943
7944 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7945
7946commit 00b1883a4cac59d97cd297b1a3a398db85982865
7947Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7948Date: Wed Aug 13 01:40:42 2008 +0200
7949
7950 drivers/mtd: Move conditional compilation to Makefile
7951
7952 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
7953
7954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7955
7956commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
7957Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7958Date: Wed Aug 13 01:40:41 2008 +0200
7959
7960 drivers/qe: Move conditional compilation to Makefile
7961
7962 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7963
7964commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
7965Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7966Date: Wed Aug 13 01:40:40 2008 +0200
7967
7968 drivers/pci: Move conditional compilation to Makefile
7969
7970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7971
7972commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
7973Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7974Date: Wed Aug 13 01:40:40 2008 +0200
7975
7976 drivers/misc: Move conditional compilation to Makefile
7977
7978 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7979
7980commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
7981Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7982Date: Wed Aug 13 01:40:40 2008 +0200
7983
7984 drivers/input: Move conditional compilation to Makefile
7985
7986 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7987
7988commit 88f57e093114a44aa9a858d52b099bcc52034a8c
7989Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7990Date: Wed Aug 13 01:40:39 2008 +0200
7991
7992 drivers/dma: Move conditional compilation to Makefile
7993
7994 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7995
7996commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
7997Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7998Date: Wed Aug 13 01:40:39 2008 +0200
7999
8000 drivers/block: Move conditional compilation to Makefile
8001
8002 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8003
8004commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
8005Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8006Date: Wed Aug 13 01:40:39 2008 +0200
8007
8008 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
8009
8010 move also conditional compilation to Makefile
8011
8012 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8013
8014commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
8015Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8016Date: Wed Aug 13 01:40:38 2008 +0200
8017
8018 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
8019
8020 move also conditional compilation to Makefile
8021
8022 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8023
8024commit d6e9ee92e890f67594ab150689510df361133ead
8025Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8026Date: Wed Aug 13 01:40:38 2008 +0200
8027
8028 common: Move conditional compilation to Makefile
8029
8030 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8031
8032commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
8033Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8034Date: Wed Aug 13 01:40:09 2008 +0200
8035
8036 mx31: move freescale's mx31 boards to vendor board dir
8037
8038 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8039
8040commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
8041Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8042Date: Sat Jul 5 23:11:11 2008 +0200
8043
8044 at91: move arch-at91sam9 to arch-at91
8045
8046 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8047
8048commit 195ccfc5991d48764b2519941e3507f693851d5d
8049Author: Fathi BOUDRA <fabo@debian.org>
8050Date: Wed Aug 6 10:06:20 2008 +0200
8051
8052 OneNAND: Fill in MTD function pointers for OneNAND.
8053
8054 onenand_print_device_info():
8055 - Now returns a string to be placed in mtd->name,
8056 rather than calling printf.
8057 - Remove verbose parameter as it becomes useless.
8058
8059 Signed-off-by: Fathi Boudra <fabo@debian.org>
8060 Signed-off-by: Scott Wood <scottwood@freescale.com>
8061
8062commit aa646643b6bc250cb3a4966bf728876e0c10d329
8063Author: Guennadi Liakhovetski <lg@denx.de>
8064Date: Wed Aug 6 21:42:07 2008 +0200
8065
8066 nand_spl: Support page-aligned read in nand_load, use chipselect
8067
8068 Supporting page-aligned reads doesn't incure any sinificant overhead, just
8069 a small change in the algorithm. Also replace in_8 with readb, since there
8070 is no in_8 on ARM.
8071
8072 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8073 Signed-off-by: Scott Wood <scottwood@freescale.com>
8074
8075commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
8076Author: Scott Wood <scottwood@freescale.com>
8077Date: Tue Aug 5 11:15:59 2008 -0500
8078
8079 NAND boot: Update large page support for current API.
8080
8081 Also, remove the ctrl variable in favor of passing the constants
8082 directly, and remove redundant (u8) casts.
8083
8084 Signed-off-by: Scott Wood <scottwood@freescale.com>
8085
8086commit e4c09508545d1c45617ba45391c03c03cbc360b9
8087Author: Scott Wood <scottwood@freescale.com>
8088Date: Mon Jun 30 14:13:28 2008 -0500
8089
8090 NAND boot: MPC8313ERDB support
8091
8092 Note that with older board revisions, NAND boot may only work after a
8093 power-on reset, and not after a warm reset. I don't have a newer board
8094 to test on; if you have a board with a 33MHz crystal, please let me know
8095 if it works after a warm reset.
8096
8097 Signed-off-by: Scott Wood <scottwood@freescale.com>
8098
8099commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
8100Author: Scott Wood <scottwood@freescale.com>
8101Date: Thu Jun 26 14:06:52 2008 -0500
8102
8103 mpc8313erdb: Enable NAND in config.
8104
8105 Signed-off-by: Scott Wood <scottwood@freescale.com>
8106
8107commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
8108Author: Guennadi Liakhovetski <lg@denx.de>
8109Date: Thu Jul 31 12:38:26 2008 +0200
8110
8111 NAND: Do not write or read a whole block if it is larger than the environment
8112
8113 Environment can be smaller than NAND block size, do not need to read a whole
8114 block and minimum for writing is one page. Also remove an unused variable.
8115
8116 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8117 Signed-off-by: Scott Wood <scottwood@freescale.com>
8118
8119commit eafcabd15f00c142156235c519fcc55b10993241
8120Author: Marcel Ziswiler <marcel@ziswiler.com>
8121Date: Sun Jun 22 16:30:06 2008 +0200
8122
8123 NAND: chip->state does not always get set.
8124
8125 Fixes an issue with chip->state not always being set causing troubles.
8126
8127 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
8128 Signed-off-by: Scott Wood <scottwood@freescale.com>
8129
8130commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
8131Author: Ilya Yanok <yanok@emcraft.com>
8132Date: Mon Jun 30 15:34:40 2008 +0200
8133
8134 NAND: Scan bad blocks lazily.
8135
8136 Rather than scanning on boot, scan upon the first attempt to check the
8137 badness of a block. This speeds up boot when not using NAND, and reduces
8138 the likelihood of needing to reflash via JTAG if NAND becomes
8139 nonfunctional.
8140
8141 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8142 Signed-off-by: Scott Wood <scottwood@freescale.com>
8143
8144commit dfbf617ff055e4216f78d358b0867c548916d14b
8145Author: Scott Wood <scottwood@freescale.com>
8146Date: Thu Jun 12 13:20:16 2008 -0500
8147
8148 NAND read/write fix
8149
8150 Implement block-skipping read/write, based on a patch from
8151 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
8152
8153 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
8154 Signed-off-by: Scott Wood <scottwood@freescale.com>
8155
8156commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
8157Author: Scott Wood <scottwood@freescale.com>
8158Date: Thu Jun 12 13:13:23 2008 -0500
8159
8160 NAND: Always skip blocks on read/write/boot.
8161
8162 Use of the non-skipping versions was almost always (if not always)
8163 an error, and no valid use case has been identified.
8164
8165 Signed-off-by: Scott Wood <scottwood@freescale.com>
8166
8167commit e1c3dbada349992875934575c97b328ab2cb33ca
8168Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8169Date: Thu Jun 12 11:10:21 2008 -0500
8170
8171 nand: fsl_upm: convert to updated MTD NAND infrastructure
8172
8173 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8174 Signed-off-by: Scott Wood <scottwood@freescale.com>
8175
8176commit 300253306acc72b1b2e9faf0987f86551151d7cf
8177Author: Scott Wood <scottwood@freescale.com>
8178Date: Thu May 22 15:02:46 2008 -0500
8179
8180 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
8181
8182 The hardware has separate registers for block and page-within-block,
8183 but the division between the two has no apparent relation to the
8184 actual erase block size of the NAND chip.
8185
8186 Signed-off-by: Scott Wood <scottwood@freescale.com>
8187
8188commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
8189Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8190Date: Fri Mar 28 22:10:54 2008 +0300
8191
8192 fsl_elbc_nand: workaround for hangs during nand write
8193
8194 Using current driver elbc sometimes hangs during nand write. Reading back
8195 last byte helps though (thanks to Scott Wood for the idea).
8196
8197 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8198 Signed-off-by: Scott Wood <scottwood@freescale.com>
8199
8200commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
8201Author: Scott Wood <scottwood@freescale.com>
8202Date: Fri Mar 21 16:12:51 2008 -0500
8203
8204 Freescale eLBC FCM NAND driver
8205
8206 This is a driver for the Flash Control Machine of the enhanched Local Bus
8207 Controller found on some Freescale chips (such as the mpc8313 and the
8208 mpc8379).
8209
8210 Signed-off-by: Scott Wood <scottwood@freescale.com>
8211
8212commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
8213Author: Scott Wood <scottwood@freescale.com>
8214Date: Tue Mar 18 15:29:14 2008 -0500
8215
8216 Don't panic if a controller driver does ecc its own way.
8217
8218 Some hardware, such as the enhanced local bus controller used on some
8219 mpc83xx chips, does ecc transparently when reading and writing data, rather
8220 than providing a generic calculate/correct mechanism that can be exported to
8221 the nand subsystem.
8222
8223 The subsystem should not BUG() when calculate, correct, or hwctl are
8224 missing, if the methods that call them have been overridden.
8225
8226 Signed-off-by: Scott Wood <scottwood@freescale.com>
8227
8228commit e52b34d40a8a646e3d11638ea8797e96398dba13
8229Author: Stefan Roese <sr@denx.de>
8230Date: Thu Jan 10 18:47:33 2008 +0100
8231
8232 NAND: Make NAND driver less verbose per default
8233
8234 This patch turns off printing of bad blocks per default upon bootup.
8235 This can always be shown via the "nand bad" command later.
8236
8237 Signed-off-by: Stefan Roese <sr@denx.de>
8238
8239commit fe56a2772e5c59577df906163d0d4b29b056140e
8240Author: Sergey Kubushyn <ksi@koi8.net>
8241Date: Wed Jan 9 15:36:20 2008 +0100
8242
8243 NAND: Davinci driver updates
8244
8245 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
8246 don't have hardware handy so I can not test it at the moment but changes are
8247 rather trivial so it should work. It would be nice if somebody with a
8248 hardware checked it anyways.
8249
8250 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
8251
8252commit deac913effd8d80535c9ff4687b6fcdff540c554
8253Author: Stefan Roese <sr@denx.de>
8254Date: Sat Jan 5 16:50:32 2008 +0100
8255
8256 NAND: Fix compilation warning and small coding style issue
8257
8258 Signed-off-by: Stefan Roese <sr@denx.de>
8259
8260commit c568f77acdf896fc3dd6413ce53205b17ba809a3
8261Author: Stefan Roese <sr@denx.de>
8262Date: Sat Jan 5 16:49:37 2008 +0100
8263
8264 NAND: Update nand_spl driver to match updated nand subsystem
8265
8266 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
8267 the new infrastructure from the updated NAND subsystem. This NAND
8268 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
8269 subsystem.
8270
8271 Signed-off-by: Stefan Roese <sr@denx.de>
8272
8273commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
8274Author: Stefan Roese <sr@denx.de>
8275Date: Sat Jan 5 16:47:58 2008 +0100
8276
8277 NAND: Update 4xx NDFC driver to match updated nand subsystem
8278
8279 This patch changes the 4xx NAND driver ndfc.c to match the new
8280 infrastructure from the updated NAND subsystem. This NAND
8281 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
8282 subsystem.
8283
8284 Tested successfully on AMCC Sequoia and Bamboo.
8285
8286 Signed-off-by: Stefan Roese <sr@denx.de>
8287
8288commit 12072264528eba33737bc9674e19f0e925ffda23
8289Author: Stefan Roese <sr@denx.de>
8290Date: Sat Jan 5 16:43:25 2008 +0100
8291
8292 NAND: Change nand_wait_ready() to not call nand_wait()
8293
8294 This patch changes nand_wait_ready() to not just call nand_wait(),
8295 since this will send a new command to the NAND chip. We just want to
8296 wait for the chip to become ready here.
8297
8298 Signed-off-by: Stefan Roese <sr@denx.de>
8299
8300commit 9ad754fef5053144daed3b007adaf1c9bec654c9
8301Author: William Juul <william.juul@datarespons.no>
8302Date: Fri Dec 14 16:33:45 2007 +0100
8303
8304 make nand dump and nand dump.oob work
8305
8306 Signed-off-by: William Juul <william.juul@tandberg.com>
8307 Signed-off-by: Scott Wood <scottwood@freescale.com>
8308
8309commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
8310Author: William Juul <william.juul@datarespons.no>
8311Date: Mon Nov 19 14:46:00 2007 +0100
8312
8313 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
8314
8315 Signed-off-by: William Juul <william.juul@tandberg.com>
8316
8317commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
8318Author: William Juul <william.juul@tandberg.com>
8319Date: Tue Jun 10 16:18:13 2008 -0500
8320
8321 Clean out unneeded files
8322
8323 Signed-off-by: William Juul <william.juul@tandberg.com>
8324
8325commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
8326Author: William Juul <william.juul@datarespons.no>
8327Date: Fri Nov 16 08:44:27 2007 +0100
8328
8329 Create symlinks from yaffs2/direct to yaffs2
8330
8331 Signed-off-by: William Juul <william.juul@tandberg.com>
8332
8333commit 90ef117b68387d66763291af0117677644166611
8334Author: William Juul <william.juul@datarespons.no>
8335Date: Thu Nov 15 12:23:57 2007 +0100
8336
8337 Incorporate yaffs2 into U-boot
8338
8339 To use YAFFS2 define CONFIG_YAFFS2
8340
8341 Signed-off-by: William Juul <william.juul@tandberg.com>
8342 Signed-off-by: Scott Wood <scottwood@freescale.com>
8343
8344commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
8345Author: William Juul <william.juul@datarespons.no>
8346Date: Thu Nov 15 11:13:05 2007 +0100
8347
8348 YAFFS2 import
8349
8350 Direct import of yaffs as a tarball as of 20071113 from their public
8351 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
8352
8353 The code can also be imported on the command line with:
8354 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
8355 (Hit return when asked for a password)
8356 cvs checkout yaffs2
8357
8358 Signed-off-by: William Juul <william.juul@tandberg.com>
8359 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
8360
8361commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
8362Author: William Juul <william.juul@datarespons.no>
8363Date: Wed Nov 14 14:28:11 2007 +0100
8364
8365 Whitespace cleanup and marking broken code.
8366
8367 Changes requested by maintainer Stefan Roese after
8368 posting patch to U-boot mailing list.
8369
8370 Signed-off-by: William Juul <william.juul@tandberg.com>
8371 Signed-off-by: Scott Wood <scottwood@freescale.com>
8372
8373commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
8374Author: William Juul <william.juul@datarespons.no>
8375Date: Fri Nov 9 13:32:30 2007 +0100
8376
8377 Fixing coding style issues
8378
8379 - Fixing leading white spaces
8380 - Fixing indentation where 4 spaces are used instead of tab
8381 - Removing C++ comments (//), wherever I introduced them
8382
8383 Signed-off-by: William Juul <william.juul@tandberg.com>
8384 Signed-off-by: Scott Wood <scottwood@freescale.com>
8385
8386commit 4cbb651b29cb64d378a06729970e1e153bb605b1
8387Author: William Juul <william.juul@datarespons.no>
8388Date: Thu Nov 8 10:39:53 2007 +0100
8389
8390 Remove white space at end.
8391
8392 Signed-off-by: William Juul <william.juul@tandberg.com>
8393 Signed-off-by: Scott Wood <scottwood@freescale.com>
8394
8395commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
8396Author: William Juul <william.juul@datarespons.no>
8397Date: Wed Oct 31 13:53:06 2007 +0100
8398
8399 Update MTD to that of Linux 2.6.22.1
8400
8401 A lot changed in the Linux MTD code, since it was last ported from
8402 Linux to U-Boot. This patch takes U-Boot NAND support to the level
8403 of Linux 2.6.22.1 and will enable support for very large NAND devices
8404 (4KB pages) and ease the compatibility between U-Boot and Linux
8405 filesystems.
8406
8407 This patch is tested on two custom boards with PPC and ARM
8408 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
8409 cross compilers.
8410
8411 MAKEALL ppc/arm has some issues:
8412 * DOC/OneNand/nand_spl is not building (I have not tried porting
8413 these parts, and since I do not have any HW and I am not familiar
8414 with this code/HW I think its best left to someone else.)
8415
8416 Except for the issues mentioned above, I have ported all drivers
8417 necessary to run MAKEALL ppc/arm without errors and warnings. Many
8418 drivers were trivial to port, but some were not so trivial. The
8419 following drivers must be examined carefully and maybe rewritten to
8420 some degree:
8421 cpu/ppc4xx/ndfc.c
8422 cpu/arm926ejs/davinci/nand.c
8423 board/delta/nand.c
8424 board/zylonite/nand.c
8425
8426 Signed-off-by: William Juul <william.juul@tandberg.com>
8427 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
8428 Signed-off-by: Scott Wood <scottwood@freescale.com>
8429
8430commit cd82919e6c8a73b363a26f34b734923844e52d1c
8431Author: Wolfgang Denk <wd@denx.de>
8432Date: Tue Aug 12 16:08:38 2008 +0200
8433
8434 Coding style cleanup, update CHANGELOG, prepare release
8435
8436 Signed-off-by: Wolfgang Denk <wd@denx.de>
8437
cd82919e
WD
8438commit 17e900b8c0f38d922da47073246219dce2a847f2
8439Author: Wolfgang Denk <wd@denx.de>
8440Date: Tue Aug 12 14:54:04 2008 +0200
8441
8442 MVBC_P: fix compile problem
8443
8444 Signed-off-by: Wolfgang Denk <wd@denx.de>
8445
8446commit 52b047ae48219b59bebe37ba743ab103fd4f8316
8447Author: Wolfgang Denk <wd@denx.de>
8448Date: Tue Aug 12 12:10:11 2008 +0200
8449
8450 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
8451
8452 Signed-off-by: Wolfgang Denk <wd@denx.de>
8453
8454commit c9c101c660b3d1995045c61c7c6041f52b6cf335
8455Author: Wolfgang Denk <wd@denx.de>
8456Date: Tue Aug 12 00:36:53 2008 +0200
8457
8458 ads5121: fix compiler warnings (unused variables)
8459
8460 Signed-off-by: Wolfgang Denk <wd@denx.de>
8461
8462commit 902ca09246039964d59bbcb519b1e1b5aed01308
8463Author: Kumar Gala <galak@kernel.crashing.org>
8464Date: Mon Aug 11 11:29:28 2008 -0500
8465
8466 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
8467
8468 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
8469
8470 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8471 Acked-by: Jon Loeliger <jdl@freescale.com>
8472
8473commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
8474Author: Kumar Gala <galak@kernel.crashing.org>
8475Date: Mon Aug 11 09:20:53 2008 -0500
8476
8477 Fix fallout from autostart revert
8478
8479 The autostart revert caused a bit of duplicated code as well as
8480 code that was using images->autostart that needs to get removed so
8481 we can build again.
8482
8483 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8484
8485commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
8486Author: Kumar Gala <galak@kernel.crashing.org>
8487Date: Mon Aug 11 09:16:25 2008 -0500
8488
8489 Fix compile error related to r8a66597-hcd & usb
8490
8491 When building the 8544DS board we get this error:
8492
8493 In file included from r8a66597-hcd.c:22:
8494 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
8495 make[1]: *** [r8a66597-hcd.o] Error 1
8496
8497 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
8498 is set.
8499
8500 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8501
8502commit 2d0daa03612338a813e3c9d22680e54eabfea378
8503Author: Becky Bruce <becky.bruce@freescale.com>
8504Date: Mon Aug 4 14:02:26 2008 -0500
8505
8506 POWERPC 86xx: Move BAT setup code to C
8507
8508 This is needed because we will be possibly be locating
8509 devices at physical addresses above 32bits, and the asm
8510 preprocessing does not appear to deal with ULL constants
8511 properly. We now call write_bat in lib_ppc/bat_rw.c.
8512
8513 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8514 Acked-by: Jon Loeliger <jdl@freescale.com>
8515
8516commit 9de67149db576c91b9c2a0a182652331e7e44211
8517Author: Becky Bruce <becky.bruce@freescale.com>
8518Date: Mon Aug 4 14:01:53 2008 -0500
8519
8520 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
8521
8522 Perform sync/isync as required by the architecture.
8523
8524 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8525 Acked-by: Jon Loeliger <jdl@freescale.com>
8526
8527commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
8528Author: Becky Bruce <becky.bruce@freescale.com>
8529Date: Mon Aug 4 14:01:16 2008 -0500
8530
8531 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
8532
8533 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8534 Acked-by: Jon Loeliger <jdl@freescale.com>
8535
8536commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
8537Author: Magnus Lilja <lilja.magnus@gmail.com>
8538Date: Sun Aug 3 21:44:10 2008 +0200
8539
8540 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
8541
8542 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
8543 contacts instead of only the first 256 ones as is the case prior to
8544 this patch.
8545
8546 Add missing MUX_* macros and update board files to use the new macros.
8547
8548 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8549
8550commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
8551Author: Magnus Lilja <lilja.magnus@gmail.com>
8552Date: Sun Aug 3 21:43:37 2008 +0200
8553
8554 i.MX31: Fix IOMUX related typos
8555
8556 Correct the names of some IOMUX macros.
8557
8558 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8559
8560commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
8561Author: Steve Sakoman <steve@sakoman.com>
8562Date: Mon Aug 11 20:26:16 2008 +0200
8563
8564 OneNAND: Remove unused parameters to onenand_verify_page
8565
8566 The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.
8567
8568 Signed-off-by: Steve Sakoman <steve@sakoman.com>
8569 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
8570
8571commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
8572Author: Anatolij Gustschin <agust@denx.de>
8573Date: Fri Aug 8 18:00:40 2008 +0200
8574
8575 video: fix bug in cfb_console code
8576
8577 FILL_15BIT_555RGB macro extension for pixel swapping
8578 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
8579 introduced a bug in cfb_console:
8580
8581 Bitmaps with odd-numbered width won't be rendered
8582 correctly and even U-Boot crashes are observed on
8583 some platforms while repeated rendering of such
8584 bitmaps with "bmp display". Also if a bitmap is
8585 rendered to an odd-numbered x starting position,
8586 the same problem occurs. This patch is an attempt
8587 to fix it.
8588
8589 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8590
8591commit d9015f6a50d7258125349ef5c2af836458a0029a
8592Author: Anatolij Gustschin <agust@denx.de>
8593Date: Fri Aug 8 18:00:39 2008 +0200
8594
8595 video: fix bug in logo_plot
8596
8597 If logo_plot() should ever be called with x starting
8598 position other than zero and for pixel depths greater
8599 than 8bpp, logo colors distortion will be observed.
8600 This patch fixes the issue.
8601
8602 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8603
8604commit 406819ae94f79f5b59e01d163380ca7d83709251
8605Author: Wolfgang Denk <wd@denx.de>
8606Date: Mon Aug 11 00:17:52 2008 +0200
8607
8608 MAINTAINERS: sort entries
8609
8610 Signed-off-by: Wolfgang Denk <wd@denx.de>
8611
8612commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
8613Author: Roy Zang <tie-fei.zang@freescale.com>
8614Date: Thu Aug 7 18:19:28 2008 +0800
8615
8616 Add mpc7448hpc2 maintainer information
8617
8618 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
8619
8620commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
8621Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
8622Date: Thu Aug 7 13:13:27 2008 +0530
8623
8624 common/cmd_load.c - Minor code & Coding Style cleanup
8625
8626 - os_data_header Variable is a carry over feature
8627 & unused. So removed all instance of this variable
8628 - Minor Code Style Update
8629
8630 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
8631 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8632
8633commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
8634Author: Magnus Lilja <lilja.magnus@gmail.com>
8635Date: Wed Aug 6 19:32:33 2008 +0200
8636
8637 Update the U-Boot wiki URL.
8638
8639 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8640
8641commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
8642Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
8643Date: Sun Aug 10 17:56:36 2008 +0200
8644
8645 OneNAND: Remove base address offset usage
8646
8647 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
8648 using OneNAND and some using NAND, we found some differences in OneNAND and
8649 NAND command address handling.
8650
8651 As this might confuse users (it already confused us), we like to align OneNAND
8652 and NAND address handling.
8653
8654 The issue is that cmd_onenand.c subtracts the onenand base address from the
8655 addresses you type into the u-boot command line so, unlike nand, you can't
8656 use addresses relative to the start of the onenand part e.g. this won't work:
8657
8658 onenand read 82000000 280000 400000
8659
8660 you have to use:
8661
8662 onenand read 82000000 20280000 400000
8663
8664 Looking at recent git, the only board currently using OneNAND is Apollon, and
8665 for this the OneNAND base address is 0 (apollon.h)
8666
8667 #define CFG_ONENAND_BASE 0x00000000
8668
8669 so patch below won't break any existing boards and will align OneNAND and NAND
8670 handling on boards where OneNAND base address is != 0.
8671
8672 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
8673 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
8674 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
8675
8676commit c11528083ef6e55e76df742228c26e39d151813d
8677Author: Kumar Gala <galak@kernel.crashing.org>
8678Date: Thu Aug 7 09:28:20 2008 -0500
8679
8680 mpc85xx: workaround old binutils bug
8681
8682 The recent change to move the .bss outside of the image gives older
8683 binutils (ld from eldk4.1/binutils-2.16) some headache:
8684
8685 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
8686 ppc_85xx-ld: final link failed: Bad value
8687
8688 We workaround it by being explicit about the program headers and not
8689 assigning the .bss to a program header.
8690
8691 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8692
8693commit 0bf202ec586d4466c900e987720fa635c594d689
8694Author: Wolfgang Denk <wd@denx.de>
8695Date: Sun Aug 10 01:26:26 2008 +0200
8696
8697 Revert "[new uImage] Add autostart flag to bootm_headers structure"
8698
8699 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
8700
8701 The commit was based on a misunderstanding of the (documented)
8702 meaning of the 'autostart' environment variable. It might cause
8703 boards to hang if 'autostart' was used, with the potential to brick
8704 them. Go back to the documented behaviour.
8705
8706 Conflicts:
8707
8708 common/cmd_bootm.c
8709 common/image.c
8710 include/image.h
8711
8712 Signed-off-by: Wolfgang Denk <wd@denx.de>
8713
8714commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
8715Author: Wolfgang Denk <wd@denx.de>
8716Date: Sat Aug 9 23:17:32 2008 +0200
8717
8718 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
8719
8720 - enable CFI driver where this was forgotten
8721 - enable mtdparts support
8722 - adjust default environment
8723 etc.
8724
8725 Signed-off-by: Wolfgang Denk <wd@denx.de>
8726
8727commit 41266c9b5a5f873df3ec891bb0907616958b5602
8728Author: Peter Tyser <ptyser@xes-inc.com>
8729Date: Tue Aug 5 10:51:57 2008 -0500
8730
8731 FIT: Fix handling of images without ramdisks
8732
8733 boot_get_ramdisk() should not treat the case when a FIT image does
8734 not contain a ramdisk as an error.
8735
8736 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8737 Acked-by: Michal Simek <monstr@monstr.eu>
8738
8739commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
8740Author: Sergey Lapin <slapin@ossfans.org>
8741Date: Sat Aug 9 01:39:09 2008 +0400
8742
8743 DataFlash: AT45DB021 fix and AT45DB081 support
8744
8745 Fix for page size of AT45DB021. Also adding bigger AT45DB081
8746 which comes with some newer boards.
8747
8748 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
8749
8750commit ba9324451b662dd393afa53e5cc36fc5d3d10966
8751Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8752Date: Fri Aug 8 16:30:23 2008 +0900
8753
8754 sh: Update sh7763rdp config
8755
8756 Add sh_eth support to sh7763rdp.
8757
8758 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8759
8760commit 21f971ec265f6042ec21636d55d06a6bc0751077
8761Author: Wolfgang Denk <wd@denx.de>
8762Date: Mon Jul 7 01:22:29 2008 +0200
8763
8764 TQM823L: re-enable logo support; update LCD_INFO text
8765
8766 Signed-off-by: Wolfgang Denk <wd@denx.de>
8767
8768commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
8769Author: Wolfgang Denk <wd@denx.de>
8770Date: Fri Aug 8 16:41:56 2008 +0200
8771
8772 TQM8xxL: fix support for second flash bank
8773
8774 When switching the TQM8xxL modules to use the CFI flash driver,
8775 support for the second flash bank was broken because the CFI driver
8776 did not support dynamically sized banks. This gets fixed now.
8777
8778 Signed-off-by: Wolfgang Denk <wd@denx.de>
8779
8780commit 2a112b234d879f6390503a5f4e38246acce9d0b0
8781Author: Wolfgang Denk <wd@denx.de>
8782Date: Fri Aug 8 16:39:54 2008 +0200
8783
8784 CFI: allow for dynamically determined flash sizes and addresses
8785
8786 The CFI driver allowed only for static initializers in the
8787 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
8788 several flash banks contiguously if the bank sizes were not known in
8789 advance, which kind of violates U-Boot's design philosophy.
8790
8791 (will be used for example by the TQM8xxL boards)
8792
8793 Signed-off-by: Wolfgang Denk <wd@denx.de>
8794
8795commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
8796Author: Ben Warren <biggerbadderben@gmail.com>
8797Date: Thu Aug 7 23:26:35 2008 -0700
8798
8799 QE UEC: Fix compiler warnings
8800
8801 Moved static functions earlier in file so forward declarations are not needed.
8802
8803 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8804
8805commit d5d28fe4aad5f4535400647a5617c11039506467
8806Author: David Saada <David.Saada@ecitele.com>
8807Date: Mon Mar 31 02:37:38 2008 -0700
8808
8809 QE UEC: Add MII Commands
8810
8811 Add MII commands to the UEC driver. Note that once a UEC device is selected,
8812 any device on its MDIO bus can be addressed.
8813
8814 Signed-off-by: David Saada <david.saada@ecitele.com>
8815 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8816
8817commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
8818Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
8819Date: Wed Jul 9 21:07:38 2008 +0900
8820
8821 usb: add support for R8A66597 usb controller
8822
8823 add support for Renesas R8A66597 usb controller.
8824 This patch supports USB Host mode.
8825
8826 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
8827 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
8828
8829commit 1d10dcd041aaeae9fd7c821005692898a0303382
8830Author: Hunter, Jon <jon-hunter@ti.com>
8831Date: Sat Jul 26 18:59:16 2008 -0500
8832
8833 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
8834
8835 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
8836
8837 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
8838 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
8839
8840commit eab1007334b93a6209f1ec33615e26ef5311ede7
8841Author: Steven A. Falco <sfalco@harris.com>
8842Date: Wed Aug 6 15:42:52 2008 -0400
8843
8844 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
8845
8846 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
8847 configuration to match the schematic, and also sets the SDR0_PFC1 register to
8848 select the corresponding mode for the UARTs.
8849
8850 Signed-off-by: Steven A. Falco <sfalco@harris.com>
8851 Signed-off-by: Stefan Roese <sr@denx.de>
8852
a49d10cf
WD
8853commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
8854Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
8855Date: Wed Aug 6 14:42:13 2008 +0200
8856
8857 avr32: add support for EarthLCD Favr-32 board
8858
8859 This patch adds support for the Favr-32 board made by EarthLCD.
8860
8861 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
8862 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
8863 Ethernet, audio out, USB device, SD-card slot, USART and various other
8864 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
8865
8866 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
8867 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8868
8869commit bc9019e19758a19a388fb20ef18dc771cd39fdda
8870Author: Rafael Campos <rafael.campos@hanscan.com>
8871Date: Thu Jul 31 10:22:20 2008 +0200
8872
8873 cfi-flash: Added support to flash_real_protect for Atmel flash devices
8874
8875 Some of the flash memories produced by ATMEL start in read-only mode.
8876 We need to unprotect it. This patch allows the AT49BV6416 to work with
8877 cfi_flash memories. Tested in the at91rm9200ek board.
8878
8879 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
8880 Signed-off-by: Stefan Roese <sr@denx.de>
8881
8882commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
8883Author: Guennadi Liakhovetski <lg@denx.de>
8884Date: Tue Aug 5 15:36:39 2008 +0200
8885
8886 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
8887
8888 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8889 Signed-off-by: Stefan Roese <sr@denx.de>
8890
4b070809
WD
8891commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
8892Author: Stefan Roese <sr@denx.de>
8893Date: Wed Aug 6 14:06:03 2008 +0200
8894
8895 Fix merge problems
8896
8897 Signed-off-by: Stefan Roese <sr@denx.de>
8898
8899commit f2302d4430e7f3f48308d6a585320fe96af8afbd
8900Author: Stefan Roese <sr@denx.de>
8901Date: Wed Aug 6 14:05:38 2008 +0200
8902
8903 Fix merge problems
8904
8905 Signed-off-by: Stefan Roese <sr@denx.de>
8906
cd82919e
WD
8907commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
8908Author: Kenneth Johansson <kenneth@southpole.se>
8909Date: Tue Jul 15 12:13:38 2008 +0200
8910
8911 mpc5121: Move iopin features from board specific to common files.
8912
8913 And in the process eliminate some duplicate register defines.
8914
8915 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
8916
8917commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
8918Author: John Rigby <jrigby@freescale.com>
8919Date: Tue Aug 5 17:38:57 2008 -0600
8920
8921 mpc5121: squash some fdt fixup errors
8922
8923 On ADS5121 when booting linux the following errors are seen:
8924 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
8925 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
8926 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
8927
8928 This is caused by ft_cpu_setup trying to deal with
8929 both old and new soc node naming. This patch
8930 fixes this by being smarter about what to
8931 fixup.
8932
8933 Also do soc node fixups by compatible instead of by path.
8934 A new board config called OF_SOC_COMPAT defined
8935 to be "fsl,mpc5121-immr" replaces the old
8936 OF_SOC node path that was defined to be "soc@80000000".
8937
8938 Old device trees still work, but the compatiblity
8939 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
8940 which is on by default in include/configs/ads5121.h.
8941
8942 Signed-off-by: John Rigby <jrigby@freescale.com>
8943
8944commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
8945Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8946Date: Sat Aug 2 23:48:30 2008 +0200
8947
8948 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
8949
8950 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8951
8952commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
8953Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8954Date: Sat Aug 2 23:48:32 2008 +0200
8955
8956 nios2/sysid: fix printf warning
8957
8958 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8959
8960commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
8961Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8962Date: Sat Aug 2 23:48:33 2008 +0200
8963
8964 Fix remaining build issues with MPC8xx FADS boards.
8965
8966 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8967
8968commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
8969Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8970Date: Sat Aug 2 23:48:31 2008 +0200
8971
8972 nios2: fix phys_addr_t and phys_size_t support
8973
8974 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8975
8976commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
8977Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8978Date: Sat Aug 2 23:48:34 2008 +0200
8979
8980 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
8981
8982 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8983
8984commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
8985Author: Mark Jackson <mpfj@mimc.co.uk>
8986Date: Fri Aug 1 09:48:29 2008 +0100
8987
8988 Fix bitmap display for atmel lcd controller
8989
8990 The current lcd_display_bitmap() function does not work properly
8991 for the Atmel LCD controller.
8992
8993 2 fixes need to be done:-
8994
8995 (a) when setting the colour map, use the lcd_setcolreg() function
8996 as provided by the Atmel driver
8997 (b) the data is never actually written to the lcd framebuffer !!
8998
8999 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9000
9001commit 2a433c66b1e2770349fe4911be23c375f053ebd8
9002Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9003Date: Fri Aug 1 08:40:34 2008 +0200
9004
9005 qemu_mips: update README to follow qemu update about default machine
9006
9007 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9008
9009commit ac169d645f5f0e0b9a232563099209e92a355d8e
9010Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9011Date: Thu Jul 31 19:53:21 2008 -0500
9012
9013 ColdFire: Fix compilation issue caused by a missing function
9014
9015 Implement usec2ticks() which is used by fsl_i2c.c in
9016 lib_m68k/time.c
9017
9018 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9019
9020commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
9021Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9022Date: Thu Jul 31 19:53:06 2008 -0500
9023
9024 Fix compilation error for TASREG
9025
9026 TASREG is ColdFire platform, the include ppc4xx.h in
9027 board/esd/common/flash.c causes conflict.
9028
9029 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9030
9031commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
9032Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9033Date: Thu Jul 31 19:52:36 2008 -0500
9034
9035 Fix compilation error for MCF5275
9036
9037 Rename OBJ to COBJ in board/platform/Makefile
9038
9039 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9040
9041commit 5c40548f01218360a1f1395198c50ff45f3035b5
9042Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9043Date: Thu Jul 31 19:52:28 2008 -0500
9044
9045 Fix compile error caused by incorrect function return type
9046
9047 Rename int mii_init(void) to void mii_init(void) for idmr
9048 ColdFire platform
9049
9050 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9051
9052commit a58c78067c928976c082c758d3987e89ead5b191
9053Author: Wolfgang Denk <wd@denx.de>
9054Date: Fri Aug 1 12:06:22 2008 +0200
9055
9056 Fix build issues with MPC8xx FADS boards.
9057
9058 Signed-off-by: Wolfgang Denk <wd@denx.de>
9059
9060commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
9061Author: Wolfgang Denk <wd@denx.de>
9062Date: Thu Jul 31 17:54:03 2008 +0200
9063
9064 Prepare v1.3.4-rc2: update CHANGELOG
9065
9066 Signed-off-by: Wolfgang Denk <wd@denx.de>
9067
4b50cd12
WD
9068commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
9069Author: Mark Jackson <mpfj@mimc.co.uk>
9070Date: Thu Jul 31 16:09:00 2008 +0100
9071
9072 Add gzipped logo support
9073
9074 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
9075
9076 If this option is set, additionally to standard BMP
9077 images, gzipped BMP images can be displayed via the
9078 splashscreen support or the bmp command.
9079
9080 However, the splashscreen function *only* supports standard BMP images.
9081
9082 This patch adds the documented gzip support.
9083
9084 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9085
9086commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
9087Author: Mark Jackson <mpfj@mimc.co.uk>
9088Date: Thu Jul 31 15:56:48 2008 +0100
9089
9090 Fix Atmel LCD controller endianess for AVR32 processors
9091
9092 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
9093 AVR32 (big endian) platforms.
9094
9095 As such, the controller can handle both big and little endian memory.
9096
9097 This patch fixes the driver for the AVR32 platform.
9098
9099 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9100
9101commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
9102Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9103Date: Thu Jul 31 15:56:01 2008 +0200
9104
9105 apollon: fix build out of tree
9106
9107 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9108
9109commit 2e752be39d3e398d4ab89ffa6634c397df298297
9110Author: Guennadi Liakhovetski <lg@denx.de>
9111Date: Thu Jul 31 12:35:04 2008 +0200
9112
9113 Uncompressed images loaded to their start address shall set load_end too
9114
9115 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9116 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
9117
9118commit c37207d7f51e19c17f859966f314e27cc1231801
9119Author: Wolfgang Denk <wd@denx.de>
9120Date: Wed Jul 16 16:38:59 2008 +0200
9121
9122 Fix printf() format problems with configurable prompts
9123
9124 U-Boot allows for configurable prompt strings using the
9125 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
9126 the assumption was that any such user defined problts would contain
9127 exactly one "%d" format specifier. But some boards did not.
9128
9129 To allow for flexible boot prompts without adding too complex code we
9130 now allow to specify the whole list of printf() arguments in the user
9131 definition. This is powerful, but requires a responsible user who
9132 really understands what he is doing, as he needs to know for exanple
9133 which variables are available in the respective context.
9134
9135 Signed-off-by: Wolfgang Denk <wd@denx.de>
9136
9137commit 54754120637b6a7f4ff774fb199fc550bcfea1da
9138Author: Wolfgang Denk <wd@denx.de>
9139Date: Thu Jul 31 17:02:14 2008 +0200
9140
9141 TQM85xx: fix typo introduce by commit ffbb5cb9
9142
9143 Signed-off-by: Wolfgang Denk <wd@denx.de>
9144
9145commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
9146Author: Wolfgang Denk <wd@denx.de>
9147Date: Thu Jul 31 15:27:01 2008 +0200
9148
9149 mvbc_p board: fix most build warnings.
9150
9151 Signed-off-by: Wolfgang Denk <wd@denx.de>
9152
9153commit c4ec6db074051d2f6fc76a66411c60621b22bc02
9154Author: Wolfgang Denk <wd@denx.de>
9155Date: Thu Jul 31 13:57:20 2008 +0200
9156
9157 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
9158
9159 Avoid "integer constant is too large for 'long' type" warnings.
9160 And simplify the code.
9161
9162 Signed-off-by: Wolfgang Denk <wd@denx.de>
9163
9164commit 9196b44334c330cc13de2464c59181e4db71f549
9165Author: Matvejchikov Ilya <matvejchikov@gmail.com>
9166Date: Wed Jul 30 23:21:19 2008 +0400
9167
9168 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
9169
9170 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
9171
9172commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
9173Author: Matvejchikov Ilya <matvejchikov@gmail.com>
9174Date: Wed Jul 30 23:20:32 2008 +0400
9175
9176 PPC: Add pci_clk in the global_data for CPM2 processors
9177
9178 This patch adds pci_clk field to the global_data structure for the
9179 processors which have CPM2 module in case the CONFIG_PCI is defined.
9180
9181 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
9182
9183commit f0ff885ca64655bee6540eb8a25eed90b1152686
9184Author: Kumar Gala <galak@kernel.crashing.org>
9185Date: Wed Jul 30 14:13:30 2008 -0500
9186
9187 mpc85xx: Update linker scripts for Freescale boards
9188
9189 * Move to using absolute addressing always. Makes the scripts a bit more
9190 portable and common
9191 * Moved .bss after the end of the image. These allows us to have more
9192 room in the resulting binary image for code and data.
9193 * Removed .text object files that aren't really needed
9194 * Make sure _end is 4-byte aligned as the .bss init code expects this.
9195 (Its possible that the end of .bss isn't 4-byte aligned)
9196
9197 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9198
9199commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
9200Author: Kumar Gala <galak@kernel.crashing.org>
9201Date: Wed Jul 30 08:01:15 2008 -0500
9202
9203 Fix compile warnings in dlmalloc
9204
9205 The origional code was using on odd reference to get to the first
9206 real element in av_[]. The first two elements of the array are
9207 not used for actual bins, but for house keeping. If we are more
9208 explicit about how use the first few elements we can get rid of the
9209 warnings:
9210
9211 dlmalloc.c: In function 'malloc_extend_top':
9212 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
9213 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
9214 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
9215 ...
9216
9217 The logic of how this code came to be is:
9218 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
9219
9220 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
9221 bin_at(0) = &(av_[0])
9222
9223 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
9224
9225 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9226
9227commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
9228Author: Stefan Roese <sr@denx.de>
9229Date: Wed Jul 30 10:21:01 2008 +0200
9230
9231 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
9232
9233 Signed-off-by: Stefan Roese <sr@denx.de>
9234
9235commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
9236Author: Stefan Roese <sr@denx.de>
9237Date: Wed Jul 30 09:59:51 2008 +0200
9238
9239 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
9240
9241 A recent patch used '#if (CONFIG_CMD_USB)' instead of
9242 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
9243 common/bootm.c compile again.
9244
9245 Signed-off-by: Stefan Roese <sr@denx.de>
9246 Acked-by: Markus Klotzbuecher <mk@denx.de>
9247
9248commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
9249Author: Kyungmin Park <kmpark@infradead.org>
9250Date: Tue Jul 22 08:01:43 2008 +0900
9251
9252 Remove unused I2C at apollon board
9253
9254 There are no I2C devices on this board.
9255
9256 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9257
9258commit 3c95960e526b3b026da20201db64526f46faf14b
9259Author: Wolfgang Denk <wd@denx.de>
9260Date: Thu Jul 31 10:12:09 2008 +0200
9261
9262 at91rm9200dk, csb637: fix NAND related build problems
9263
9264 Tried fixing NAND support for the at91rm9200dk board; untested.
9265 Disabled NAND support in the csb637 board config file.
9266
9267 Signed-off-by: Wolfgang Denk <wd@denx.de>
9268
4b070809
WD
9269commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
9270Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9271Date: Wed Jul 30 12:39:28 2008 +0200
9272
9273 ppc4xx: ML507: Environment in flash and MTD Support
9274
9275 - Relocate the location of U-Boot in the flash
9276 - Save the environment in one sector of the flash memory
9277 - MTD Support
9278
9279 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9280 Signed-off-by: Stefan Roese <sr@denx.de>
9281
9282commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
9283Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9284Date: Tue Jul 29 17:16:10 2008 +0200
9285
9286 ppc4xx: ML507: Use of get_ram_size in board ml507
9287
9288 - Change suggested by WD
9289
9290 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9291 Signed-off-by: Stefan Roese <sr@denx.de>
9292
9293commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
9294Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9295Date: Mon Jul 21 20:30:07 2008 +0200
9296
9297 ppc4xx: ML507: U-Boot in flash and System ACE
9298
9299 This patch allows booting from FLASH the ML507 board by Xilinx.
9300 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
9301
9302 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9303 Signed-off-by: Stefan Roese <sr@denx.de>
9304
a49d10cf
WD
9305commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
9306Author: Julien May <mailinglist@miromico.ch>
9307Date: Mon Jun 23 13:57:52 2008 +0200
9308
9309 Add support for the hammerhead (AVR32) board
9310
9311 The Hammerhead platform is built around a AVR32 32-bit microcontroller
9312 from Atmel. It offers versatile peripherals, such as ethernet, usb
9313 device, usb host etc.
9314
9315 The board also incooperates a power supply and is a Power over Ethernet
9316 (PoE) Powered Device (PD).
9317
9318 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
9319 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
9320 DDR2 SDRAM interfaces, which will cover even the most exceptional need
9321 of memory bandwidth. Together with the onboard video decoder the board
9322 is ready for video processing.
9323
9324 For more information see: http:///www.miromico.com/hammerhead
9325
9326 Signed-off-by: Julien May <mailinglist@miromico.ch>
9327 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
9328 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9329
4b50cd12
WD
9330commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
9331Author: Kumar Gala <galak@kernel.crashing.org>
9332Date: Tue Jul 29 12:23:49 2008 -0500
9333
9334 fsl_i2c: Use timebase timer functions instead of get_timer()
9335
9336 The current implementation of get_timer() is only really useful after we
9337 have relocated u-boot to memory. The i2c code is used before that as part
9338 of the SPD DDR setup.
9339
9340 We actually have a bug when using the get_timer() code before relocation
9341 because the .bss hasn't been setup and thus we could be reading/writing
9342 a random location (probably in flash).
9343
9344 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9345
9346commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
9347Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
9348Date: Tue Jul 29 14:49:31 2008 +0200
9349
9350 Adder8xx: Fix CFG_MONITOR_LEN
9351
9352 Due to increased space usage, U-Boot can no longer be stored in three sectors.
9353 The current U-Boot use just over three flash sectors (197k), and U-Boot will
9354 become corrupt after saving environment variables. This patch adds another 64k
9355 to CFG_MONITOR_LEN.
9356
9357 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
9358
9359commit a4c59ad4a21140550ada6f97690d2527c4146ce5
9360Author: Kyungmin Park <kmpark@infradead.org>
9361Date: Tue Jul 29 08:47:57 2008 +0900
9362
9363 Add OneNAND IPL related files to gitignore
9364
9365 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9366
9367commit 8d87589e8e874df7120a3d9667f051bc33bac250
9368Author: Rafal Jaworowski <raj@semihalf.com>
9369Date: Mon Jul 28 20:38:25 2008 +0200
9370
9371 API: Teach the storage layer about SATA and MMC options.
9372
9373 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9374 Acked-by: Rafal Jaworowski <raj@semihalf.com>
9375
9376commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
9377Author: Rafal Jaworowski <raj@semihalf.com>
9378Date: Mon Jul 28 20:37:48 2008 +0200
9379
9380 API: Dump contents of sector 0 in the demo application.
9381
9382 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9383 Acked-by: Rafal Jaworowski <raj@semihalf.com>
9384
9385commit 13ca6305f2eba49c175f6370c35286141059c789
9386Author: Rafal Jaworowski <raj@semihalf.com>
9387Date: Mon Jul 28 20:37:10 2008 +0200
9388
9389 API: Correct storage enumeration routine, other minor fixes in API storage area.
9390
9391 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9392 Acked-by: Rafal Jaworowski <raj@semihalf.com>
9393
9394commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
9395Author: Rafal Jaworowski <raj@semihalf.com>
9396Date: Mon Jul 28 20:36:19 2008 +0200
9397
9398 API: Fix compilation warnings in api_examples/demo.c.
9399
9400 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9401
9402commit c14eefcc48212af2f3314809605698dd8393a90a
9403Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9404Date: Sun Jul 27 17:09:43 2008 +0200
9405
9406 Fix more printf() format warnings
9407
9408 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9409
9410commit 936897d4d1365452bbbdf8430db5e7769ef08d38
9411Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9412Date: Fri Jul 25 15:18:16 2008 +0200
9413
9414 Fix remaining CFG_CMD_ define, ifdef and comments
9415
9416 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9417
9418commit 5d1d00fb36005482e1803a00ddc46efa11d719af
9419Author: Stefano Babic <sbabic@denx.de>
9420Date: Fri Jul 25 08:57:40 2008 +0200
9421
9422 Add include for config.h in command.h.
9423
9424 Because the cmd_tbl_s structure depends on the configuration file, it
9425 must be assured that config.h is included before the structure is
9426 evaluated by the compiler. If this is not certain, it could happen
9427 that the compiler generates structures of different size, depending
9428 on the fact if the source file includes <config.h> before or after
9429 <command.h>.
9430
9431 The effect is that u-boot crashes when tries to relocate the command
9432 table (for ppc) or try to access to the command table for other
9433 architectures.
9434
9435 The problem can happen on board-depending commands. All general
9436 commands under /common are unaffected, because they include already
9437 config.h before command.h.
9438
9439 Signed-off-by: Stefano Babic <sbabic@denx.de>
9440
9441commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
9442Author: Scott Wood <scottwood@freescale.com>
9443Date: Wed Jul 23 13:16:06 2008 -0500
9444
9445 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
9446
9447 This fixes building out-of-tree.
9448
9449 Signed-off-by: Scott Wood <scottwood@freescale.com>
9450
9451commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
9452Author: Heiko Schocher <hs@denx.de>
9453Date: Wed Jul 23 07:30:46 2008 +0200
9454
9455 Fix warnings if compiling with IDE support.
9456
9457 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
9458 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
9459
9460 Signed-off-by: Heiko Schocher <hs@denx.de>
9461
9462commit 7610db17fd4d59c51d825488526d85ede2f06767
9463Author: Adrian Filipi <adrian.filipi@eurotech.com>
9464Date: Tue Jul 22 14:28:11 2008 -0400
9465
9466 Removed support for the adsvix board.
9467
9468 Support for the adsvix was originally provided by Applied Data
9469 Systems (ADS), inc., now EuroTech, Inc.
9470 The board never shipped aside from some sample boards.
9471
9472 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
9473
9474commit f96b44cef897bd372beb86dde1b33637c119d84d
9475Author: Remy Bohmer <linux@bohmer.net>
9476Date: Tue Jul 22 16:22:11 2008 +0200
9477
9478 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
9479
9480 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
9481 never set, because relocation to RAM is actually never done by U-boot
9482 itself. However, several pieces of code check if this flag is set at
9483 some time.
9484
9485 So, to make sure this flag is set on boards skipping relocation, this
9486 is added to the initialisation of U-boot at a moment where it is safe
9487 to do so.
9488
9489 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9490
9491commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
9492Author: Timur Tabi <timur@freescale.com>
9493Date: Mon Jul 21 14:26:23 2008 -0500
9494
9495 fsl-i2c: fix writes to data segment before relocation
9496
9497 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
9498 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
9499 I2C bus speed and save the value in i2c_bus_speed[], which is a global
9500 variable. It is an error to write to the data segment before relocation,
9501 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
9502
9503 Signed-off-by: Timur Tabi <timur@freescale.com>
9504
9505commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
9506Author: Wolfgang Ocker <weo@reccoware.de>
9507Date: Mon Jul 28 16:56:51 2008 +0200
9508
9509 mips: Fix baudrate divisor computation on alchemy cpus
9510
9511 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
9512 on alchemy cpus.
9513
9514 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
9515 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9516
a49d10cf
WD
9517commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
9518Author: Ben Warren <biggerbadderben@gmail.com>
9519Date: Sat Jul 5 00:08:48 2008 -0700
9520
9521 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
9522
9523 Renamed initialization functions for atngw100 and atstk1000.
9524 Removed initializations for these boards from net/eth.c
9525
9526 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9527 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9528
4b50cd12
WD
9529commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
9530Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9531Date: Wed Jul 23 10:55:46 2008 +0200
9532
9533 spi flash: Fix printf() format warnings
9534
9535 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9536
9537commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
9538Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9539Date: Wed Jul 23 10:55:31 2008 +0200
9540
9541 atmel_mci: Fix printf() format warnings
9542
9543 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9544
9545commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
9546Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9547Date: Wed Jul 23 10:55:15 2008 +0200
9548
9549 avr32: Fix printf() format warnings
9550
9551 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9552
9553commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
9554Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9555Date: Wed Jul 23 10:52:19 2008 +0200
9556
9557 avr32: asm/io.h needs asm/types.h
9558
9559 map_physmem() takes a phys_addr_t as parameter. This type is defined in
9560 asm/types.h, so we need to include that file.
9561
9562 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9563
9564commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
9565Author: Michal Simek <monstr@monstr.eu>
9566Date: Thu Jul 17 12:25:46 2008 +0200
9567
9568 microblaze: Fix printf() format issues
9569
9570 Signed-off-by: Michal Simek <monstr@monstr.eu>
9571
9572commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
9573Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
9574Date: Thu Jul 17 07:27:51 2008 +0530
9575
9576 Remove unused code from lib_arm/bootm.c
9577
9578 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
9579
9580commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
9581Author: Detlev Zundel <dzu@denx.de>
9582Date: Wed Jul 16 18:56:45 2008 +0200
9583
9584 tqm85xx: Demystify 'DK: !!!' comment
9585
9586 Signed-off-by: Detlev Zundel <dzu@denx.de>
9587
9588commit b2f44ba570f3a01113bbb745daf46f3858d22f53
9589Author: Detlev Zundel <dzu@denx.de>
9590Date: Wed Jul 16 18:56:44 2008 +0200
9591
9592 83xx/85xx/86xx: Add LTEDR local bus definitions
9593
9594 Signed-off-by: Detlev Zundel <dzu@denx.de>
9595
9596commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
9597Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9598Date: Wed Jul 16 16:22:32 2008 +0200
9599
9600 serial_xuartlite.c: fix compiler warnings
9601
9602 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9603 Acked-by: Grant Likely <grant.likely@secretlab.ca>
9604
9605commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
9606Author: Stefan Roese <sr@denx.de>
9607Date: Fri Jul 18 11:03:35 2008 +0200
9608
9609 POST: Add disable interrupts in some of the missing CPU POST tests
9610
9611 Some CPU POST tests did not disable the interrupts while running. This
9612 seems to be necessary to protect this self modifying code.
9613
9614 Signed-off-by: Stefan Roese <sr@denx.de>
9615
9616commit 97a3bf268d096e0e97e54048448c35114edcf557
9617Author: Stefan Roese <sr@denx.de>
9618Date: Fri Jul 18 10:43:24 2008 +0200
9619
9620 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
9621
9622 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
9623 CFG_64BIT_LBA.
9624
9625 Signed-off-by: Stefan Roese <sr@denx.de>
9626
9627commit 0043ac55024963295fc79b39af85b6dc3b261e17
9628Author: Niklaus Giger <niklaus.giger@netstal.com>
9629Date: Fri Jul 18 11:22:23 2008 +0200
9630
9631 POST PPC4xx/spr IVPR only if PPC440
9632
9633 The SPR IVPR register is only present (as far as I know) for
9634 processors with a PPC440 core.
9635
9636 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9637 Acked-by: Stefan Roese <sr@denx.de>
9638
9639commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
9640Author: Stefan Roese <sr@denx.de>
9641Date: Fri Jul 18 10:42:29 2008 +0200
9642
9643 ppc4xx: Enable 64bit printf format on 440/460 platforms
9644
9645 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
9646 440/460 platforms. This may be needed since those platforms support
9647 36bit physical address space.
9648
9649 Signed-off-by: Stefan Roese <sr@denx.de>
9650
9651commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
9652Author: Stefan Roese <sr@denx.de>
9653Date: Fri Jul 18 15:57:23 2008 +0200
9654
9655 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
9656
9657 This patch fixes a problem with incorrect MODTx (On Die Termination)
9658 setup for a configuration with multiple DIMM's and multiple ranks.
9659 Without this change Katmai was unable to boot Linux with DDR2 frequency
9660 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
9661 with DDR2 frequency = 640MHz and mem=4GB.
9662
9663 Signed-off-by: Stefan Roese <sr@denx.de>
9664
4b070809
WD
9665commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
9666Author: Stefan Roese <sr@denx.de>
9667Date: Fri Jul 18 12:24:41 2008 +0200
9668
9669 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
9670
9671 Signed-off-by: Stefan Roese <sr@denx.de>
9672
9673commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
9674Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9675Date: Thu Jul 17 12:47:09 2008 +0200
9676
9677 ppc4xx: ML507 Board Support
9678
9679 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
9680 among others:
9681 -Virtex 5 FX FPGA (With a ppc440x5 in it)
9682 -256MB of SDRAM2
9683 -32MB of Flash
9684 -I2C Eeprom
9685 -System ACE chip
9686 -Serial ATA connectors
9687 -RS232 Level Conversors
9688 -Ethernet Transceiver
9689
9690 This patch gives support to a standard design produced by EDK for this
9691 board: ppc440, uartlite, xilinx_int and flash
9692
9693 - Includes Changes propossed by Stefan Roese and Michal Simek
9694
9695 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9696 Acked-by: Stefan Roese <sr@denx.de>
9697
9698commit d865fd09809a3a18669f35f970781820af40e4de
9699Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9700Date: Thu Jul 17 11:44:12 2008 +0200
9701
9702 ppc4xx: CPU PPC440x5 on Virtex5 FX
9703
9704 -This patchs gives support for the embbedded ppc440
9705 on the Virtex5 FPGAs
9706 -interrupts.c divided in uic.c and interrupts.c
9707 -xilinx_irq.c for xilinx interrupt controller
9708 -Include modifications propossed by Stefan Roese
9709
9710 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9711 Acked-by: Stefan Roese <sr@denx.de>
9712
4b50cd12
WD
9713commit 340ccb260f21516be360745d5c5e3bd0657698df
9714Author: Sebastian Siewior <bigeasy@linutronix.de>
9715Date: Wed Jul 16 20:04:49 2008 +0200
9716
9717 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
9718
9719 This got broken by commits 93c56f212c
9720 [cfi_flash: support of long cmd in U-boot.]
9721
9722 That command needs to be in little endian format on BE machines
9723 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
9724 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
9725 the cmdbuf in case portwidth = chipwidth = 8bit.
9726
9727 Cc: Alexey Korolev <akorolev@infradead.org>
9728 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
9729 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
9730
4b070809
WD
9731commit 11188d55bc16dd907451c00282e00a038f73dd62
9732Author: Stefan Roese <sr@denx.de>
9733Date: Thu Jul 17 10:40:51 2008 +0200
9734
9735 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
9736
9737 Signed-off-by: Stefan Roese <sr@denx.de>
9738
285db747
WD
9739commit 021f6df6e96af5b387810cf96d24848da1faa55c
9740Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9741Date: Thu Jul 10 17:20:51 2008 +0400
9742
9743 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
9744
9745 The thinko was quite silly indeed, I messed with !ptr. Normally this
9746 would trigger some fault, but in U-Boot NULL pointer is equal to phys
9747 0, so the code was working still, just didn't actually test mpc8315erdb
9748 environment variable value. Heh.
9749
9750 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9751 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9752
9753commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
9754Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9755Date: Tue Jul 8 21:00:04 2008 +0400
9756
9757 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
9758
9759 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
9760 support, or without TSEC1 but with USB ULPI PHY support in addition.
9761 With this patch user can specify desired USB PHY.
9762
9763 Also, it seems that we can't distinguish the two boards in software, so
9764 user have to set `mpc8315erdb' environment variable to either 'tsec1'
9765 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
9766 Linux will not probe for TSEC1.
9767
9768 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9769 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9770
9771commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
9772Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9773Date: Tue Jul 8 20:59:43 2008 +0400
9774
9775 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
9776
9777 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
9778 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
9779 (connected to the four-ports hub, usb host only).
9780
9781 This patch implements support for passing Dual-Role USB controller's
9782 device tree property phy_type through the usb_phy_type environment
9783 variable.
9784
9785 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9786 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
9787 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9788
4b50cd12
WD
9789commit 699f05125509249072a0b865c8d35520d97cd501
9790Author: Wolfgang Denk <wd@denx.de>
9791Date: Tue Jul 15 22:22:44 2008 +0200
9792
9793 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
9794
9795 Signed-off-by: Wolfgang Denk <wd@denx.de>
9796
699f0512
WD
9797commit bcab74baa6b1b1c969038ab6f64a186239180405
9798Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9799Date: Tue Jul 15 11:23:02 2008 -0400
9800
9801 Round the serial port clock divisor value returned by calc_divisor()
9802
9803 Round the serial port clock divisor value returned by
9804 calc_divisor()
9805
9806 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9807 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
9808
9809commit 0328ef0edfe950f0b7b8b368dae482531506b74a
9810Author: Robin Getz <rgetz@blackfin.uclinux.org>
9811Date: Tue Jul 15 21:44:46 2008 +0200
9812
9813 Fix DHCP protocol so U-Boot does not respond too early
9814 on the network with it's offered IP number; it should not reply until
9815 after it has received a DHCP ACK message. Also ensures that U-Boot
9816 does it's DHCPREQUEST as broadcast (per RFC 2131).
9817
9818 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
9819 Acked-by: Ben Warren <biggerbadderben@gmail.com>
9820 Signed-off-by: Wolfgang Denk <wd@denx.de>
9821
9822commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
9823Author: Sebastian Siewior <bigeasy@linutronix.de>
9824Date: Tue Jul 15 13:35:23 2008 +0200
9825
9826 cfi_flash: make the command u32 only
9827
9828 This got changed by commit 93c56f212c
9829 [cfi_flash: support of long cmd in U-boot.]
9830
9831 Long is the wrong type because it will behave differently on 64bit
9832 machines in a way that is probably not expected. u32 should be
9833 enough.
9834
9835 Cc: Alexey Korolev <akorolev@infradead.org>
9836 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
9837 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
9838
9839commit 31cfe57491b183acae575d486729e158f016c27b
9840Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9841Date: Mon Jul 14 23:48:41 2008 +0200
9842
9843 tools/gitignore: update to all generated files
9844
9845 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9846
9847commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
9848Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9849Date: Wed Jul 9 18:30:44 2008 +0200
9850
9851 mpc5xxx: Add MVBC_P board support
9852
9853 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
9854 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
9855
9856 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9857 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
9858
9859commit e2d31fb3450653115452144363d5bde4e5e3e693
9860Author: Timur Tabi <timur@freescale.com>
9861Date: Thu Jun 19 17:56:11 2008 -0500
9862
9863 Update Freescale sys_eeprom.c to handle CCID formats
9864
9865 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
9866 NXID format replaces the older CCID format, but it's important to support both
9867 since most boards out there still use the CCID format. This change is in
9868 preparation for using one file to handle both formats. This will also unify
9869 EEPROM support for all Freescale 85xx and 86xx boards.
9870
9871 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
9872 instead of ID_EEPROM_ADDR.
9873
9874 Signed-off-by: Timur Tabi <timur@freescale.com>
9875
9876commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
9877Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9878Date: Fri Jul 11 17:22:43 2008 +0900
9879
9880 pci: sh: Add pci_skip_dev and pci_print_dev function
9881
9882 Add function of new PCI, pci_skip_dev and pci_print_dev.
9883
9884 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9885 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9886
9887commit 1107014e835ec9d46c0333f4211d104f77442db0
9888Author: Andy Fleming <afleming@freescale.com>
9889Date: Mon Jul 14 20:29:07 2008 -0500
9890
9891 Clean up INIT_RAM options
9892
9893 The L2_INIT_RAM option was unused, and recent changes to the TLB code
9894 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
9895 the amount of mapped space attached to nothing, we change things so the TLBs
9896 get cleared.
9897
9898 Signed-off-by: Andy Fleming <afleming@freescale.com>
9899
9900commit 4524561820a9327e89107854b3a7187800ccf719
9901Author: Andy Fleming <afleming@freescale.com>
9902Date: Mon Jul 14 20:26:57 2008 -0500
9903
9904 Remove fake flash bank from 8544 DS
9905
9906 The fake flash bank was generating errors for anyone who didn't have a
9907 PromJET hooked up to the board. As that constitutes the vast majority of
9908 users, we remove it.
9909
9910 Signed-off-by: Andy Fleming <afleming@freescale.com>
9911
9912commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
9913Author: Kumar Gala <galak@kernel.crashing.org>
9914Date: Mon Jul 14 14:07:03 2008 -0500
9915
9916 MPC8544DS: Add ATI Video card support
9917
9918 Add support for using a PCIe ATI Video card on PCIe2.
9919
9920 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9921
9922commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
9923Author: Kumar Gala <galak@kernel.crashing.org>
9924Date: Mon Jul 14 14:07:02 2008 -0500
9925
9926 85xx: Add some L1/L2 SPR register definitions
9927
9928 Add new L1/L2 SPRs related to e500mc cache config and control.
9929
9930 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9931
9932commit e5852787f0c3c442a276262f13d91ca450605ac0
9933Author: Kumar Gala <galak@kernel.crashing.org>
9934Date: Mon Jul 14 14:07:01 2008 -0500
9935
9936 MPC8544DS: Report board id, board version and fpga version.
9937
9938 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9939
9940commit 73f15a060f67a2462551c334215bd20fac6b81d1
9941Author: Kumar Gala <galak@kernel.crashing.org>
9942Date: Mon Jul 14 14:07:00 2008 -0500
9943
9944 85xx: Cleanup L2 cache size detection
9945
9946 The L2 size detection code was a bit confusing and we kept having to add
9947 code to it to handle new processors. Change the sense of detection so we
9948 look for the older processors that aren't changing.
9949
9950 Also added support for 1M cache size on 8572.
9951
9952 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9953
9954commit c3ca7e5e00a24451f20df3bded9a61ba541921df
9955Author: Paul Gortmaker <paul.gortmaker@windriver.com>
9956Date: Fri Jul 11 15:33:08 2008 -0400
9957
9958 sbc8560: enable CONFIG_OF_LIBFDT by default
9959
9960 Make the default build for the sbc8560 board be powerpc
9961 capable with libfdt support.
9962
9963 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
9964
9965commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
9966Author: Andy Fleming <afleming@freescale.com>
9967Date: Mon Jul 14 20:04:40 2008 -0500
9968
9969 Fix indentation for default boot environment variables
9970
9971 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
9972 similar #defines in sbc8560.h.
9973
9974 Signed-off-by: Andy Fleming <afleming@freescale.com>
9975
9976commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
9977Author: Paul Gortmaker <paul.gortmaker@windriver.com>
9978Date: Fri Jul 11 15:33:07 2008 -0400
9979
9980 sbc8560: add default fdt values
9981
9982 Add in the default fdt settings and the typical EXTRA_ENV
9983 settings as borrowed from the mpc8560ads. Fix a couple
9984 of stale references to the mpc8560ads dating back to the
9985 original clone/fork.
9986
9987 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
9988 Signed-off-by: Andy Fleming <afleming@freescale.com>
9989
9990commit d04e76edf92f7f89696989e8702b97e020455af3
9991Author: Paul Gortmaker <paul.gortmaker@windriver.com>
9992Date: Fri Jul 11 15:33:06 2008 -0400
9993
9994 sbc8560: add in ft_board_setup()
9995
9996 Add in for the sbc8560, the ft_board_setup() routine, based on what is
9997 in use for the Freescale MPC8560ADS board.
9998
9999 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10000
10001commit c158bcaca3b31cbe38c4143812e6170e38a57393
10002Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10003Date: Fri Jul 11 15:33:05 2008 -0400
10004
10005 sbc8560: define eth0 and eth1 instead of eth1 and eth2
10006
10007 The existing config doesn't define CONFIG_HAS_ETH0, and so the
10008 fdt support doesn't update the zeros in the dtb local-mac with
10009 real data from the u-boot env. Since the existing config is
10010 tailored to just two interfaces, get rid of the ETH2 definitions
10011 at the same time.
10012
10013 Also don't include any end user specific data into the environment
10014 by default -- things like MAC address, network parameters etc. need
10015 to come from the end user.
10016
10017 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10018 Signed-off-by: Andy Fleming <afleming@freescale.com>
10019
10020commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
10021Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10022Date: Fri Jul 11 15:33:04 2008 -0400
10023
10024 sbc8560: properly set cs0_bnds for 512MB
10025
10026 The sbc8560 board ships with 512MB of memory installed,
10027 but the current cs0_bnds is hard coded for 256MB. Set the
10028 value based on CFG_SDRAM_SIZE.
10029
10030 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10031
10032commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
10033Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10034Date: Fri Jul 11 15:33:03 2008 -0400
10035
10036 sbc8560: proper definitions for TSEC.
10037
10038 The definitions for the TSEC have become out of date. There is no
10039 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
10040 Update to match those of other boards, like the MPC8560ADS.
10041
10042 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10043 Acked-by: Ben Warren <biggerbadderben@gmail.com>
10044
10045commit 71074abbe0c76429577aff58aeff0a24ad210b23
10046Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10047Date: Wed Jul 9 13:23:05 2008 -0400
10048
10049 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
10050
10051 Some boards that have external 16550 UARTs don't have a direct
10052 tie between bi_busfreq and the clock used for the UARTs. Boards
10053 that do have such a tie should set CFG_NS16550_CLK to be
10054 get_bus_freq(0) -- which most of them do already.
10055
10056 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10057 Acked-by: Kim Phillips <kim.phillips@freescale.com>
10058
10059commit 24ef76f320fbadf074105229826514db140f939f
10060Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
10061Date: Wed Jul 2 07:03:53 2008 -0700
10062
10063 Change the temp map to ROM to align addresses to page size.
10064
10065 With a page size of BOOKE_PAGESZ_16M, both the real and effective
10066 addresses must be multiples of 16MB. The hardware silently truncates
10067 them so the code happens to work. This patch clarifies the situation
10068 by establishing addresses that the hardware doesn't need to truncate.
10069
10070 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
10071 Signed-off-by: Andy Fleming <afleming@freescale.com>
10072
10073commit 06b4186c10204b6683edb047ac5f506fb0ce0937
10074Author: Kim Phillips <kim.phillips@freescale.com>
10075Date: Tue Jun 17 17:45:22 2008 -0500
10076
10077 mpc85xx: use IS_E_PROCESSOR macro
10078
10079 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10080
10081commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
10082Author: Kim Phillips <kim.phillips@freescale.com>
10083Date: Mon Jun 16 15:55:53 2008 -0500
10084
10085 fdt: add crypto node handling for MPC8{3, 5}xxE processors
10086
10087 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
10088 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
10089 if on an 'EA' processor, e.g. MPC8349EA.
10090
10091 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10092
10093commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
10094Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10095Date: Fri Jul 11 15:10:11 2008 -0400
10096
10097 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
10098
10099 ARM DaVinci: Remove extern phy_t declaration by moving
10100 code to proper place.
10101
10102 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10103
10104commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
10105Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10106Date: Fri Jul 11 15:10:10 2008 -0400
10107
10108 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
10109
10110 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
10111 and prototype of i2c_init().
10112
10113 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10114
10115commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
10116Author: Kumar Gala <galak@kernel.crashing.org>
10117Date: Mon Jul 14 14:03:02 2008 -0500
10118
10119 Fix some more printf() format problems.
10120
10121 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10122
10123commit 45b16d22c64674ccd8c4637456a987463609141c
10124Author: Wolfgang Denk <wd@denx.de>
10125Date: Mon Jul 14 22:38:42 2008 +0200
10126
10127 Fix coding style; make code better parsable by external tools
10128
10129 Signed-off-by: Wolfgang Denk <wd@denx.de>
10130
10131commit b880cbf207b1c109d3a661417a8feddcbd729a9d
10132Author: Wolfgang Denk <wd@denx.de>
10133Date: Mon Jul 14 21:19:08 2008 +0200
10134
10135 cpu/i386/serial.c: Fix syntax errors
10136
10137 Signed-off-by: Wolfgang Denk <wd@denx.de>
10138
10139commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
10140Author: Wolfgang Denk <wd@denx.de>
10141Date: Mon Jul 14 20:41:35 2008 +0200
10142
10143 elppc board: Coding style cleanup.
10144
10145 Signed-off-by: Wolfgang Denk <wd@denx.de>
10146
10147commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
10148Author: Wolfgang Denk <wd@denx.de>
10149Date: Mon Jul 14 20:40:22 2008 +0200
10150
10151 elppc board: fix syntax error.
10152
10153 Signed-off-by: Wolfgang Denk <wd@denx.de>
10154
10155commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
10156Author: Wolfgang Denk <wd@denx.de>
10157Date: Mon Jul 14 20:38:26 2008 +0200
10158
10159 EB+MCF-EV123 board: fix coding style (alingment)
10160
10161 Signed-off-by: Wolfgang Denk <wd@denx.de>
10162
10163commit 6841785a0bb0f38175456a923edd634fb7dd6947
10164Author: Wolfgang Denk <wd@denx.de>
10165Date: Mon Jul 14 20:36:44 2008 +0200
10166
10167 EB+MCF-EV123 board: fix syntx error
10168
10169 Signed-off-by: Wolfgang Denk <wd@denx.de>
10170
10171commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
10172Author: Andy Fleming <afleming@freescale.com>
10173Date: Mon Jul 7 18:02:08 2008 -0500
10174
10175 Remove LBC_CACHE_BASE from 8544 DS
10176
10177 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
10178 space for some anyway, we were allowing speculative loads into unmapped space,
10179 which would cause an exception (annoying, even if ultimately harmless).
10180 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
10181 problem.
10182
10183 Signed-off-by: Andy Fleming <afleming@freescale.com>
10184
10185commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
10186Author: Wolfgang Denk <wd@denx.de>
10187Date: Mon Jul 14 15:19:07 2008 +0200
10188
10189 Code cleanup: fix old style assignment ambiguities like "=-" etc.
10190
10191 Signed-off-by: Wolfgang Denk <wd@denx.de>
10192
10193commit d7854223c5c85b5849fbf422cc8ac0efef461c37
10194Author: Wolfgang Denk <wd@denx.de>
10195Date: Mon Jul 14 15:10:53 2008 +0200
10196
10197 AmigaOneG3SE: remove dead and incomplete files
10198
10199 Signed-off-by: Wolfgang Denk <wd@denx.de>
10200
10201commit b64f190b7a34224df09b559ca111eb1b733f00ad
10202Author: Wolfgang Denk <wd@denx.de>
10203Date: Mon Jul 14 15:06:35 2008 +0200
10204
10205 Fix printf() format issues with sizeof_t types by using %zu
10206
10207 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10208 Signed-off-by: Wolfgang Denk <wd@denx.de>
10209
10210commit f354b73e16a86f9e9085471a830605f74f84ea5d
10211Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10212Date: Mon Jul 14 14:11:45 2008 +0200
10213
10214 vsprintf: add z and t options
10215
10216 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10217
10218commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
10219Author: Wolfgang Denk <wd@denx.de>
10220Date: Sun Jul 13 23:07:35 2008 +0200
10221
10222 Fix some more printf() format issues.
10223
10224 Signed-off-by: Wolfgang Denk <wd@denx.de>
10225
10226commit d5996dd555edf52721b7691a4c59de016251ed39
10227Author: Wolfgang Denk <wd@denx.de>
10228Date: Sun Jul 13 19:51:00 2008 +0200
10229
10230 Fix some more printf() format problems.
10231
10232 Signed-off-by: Wolfgang Denk <wd@denx.de>
10233
10234commit 0f9d5f6d6e814907794995c6a22af752040c35d9
10235Author: Wolfgang Denk <wd@denx.de>
10236Date: Sun Jul 13 19:48:26 2008 +0200
10237
10238 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
10239
10240 Signed-off-by: Wolfgang Denk <wd@denx.de>
10241
10242commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
10243Author: Anatolij Gustschin <agust@denx.de>
10244Date: Sat Jul 12 17:31:36 2008 +0200
10245
10246 Fix bug in Lime video driver
10247
10248 We need to wait while drawing engine clears frame
10249 buffer before any further software accesses to frame
10250 buffer will be initiated. Otherwise software drawn
10251 parts could be partially destroyed by the drawing
10252 engine or even GDC chip freeze could occur (as
10253 observed on socrates board).
10254
10255 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10256
10257commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
10258Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10259Date: Sat Jul 12 14:36:34 2008 +0200
10260
10261 Fix some more printf() format issues.
10262
10263 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10264
10265commit 18c8a28aad49803780bd8d52432ded528e37e701
10266Author: Michal Simek <monstr@monstr.eu>
10267Date: Fri Jul 11 15:11:57 2008 +0200
10268
10269 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
10270
10271 Signed-off-by: Michal Simek <monstr@monstr.eu>
10272 Acked-by: Stefan Roese <sr@denx.de>
10273
10274commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
10275Author: Michal Simek <monstr@monstr.eu>
10276Date: Fri Jul 11 11:50:53 2008 +0200
10277
10278 hwmon: Cleaning hwmon devices
10279
10280 Clean Makefile
10281 Move device specific values to driver for better reading
10282
10283 Signed-off-by: Michal Simek <monstr@monstr.eu>
10284 Acked-by: Stefan Roese <sr@denx.de>
10285
10286commit c78fce699c7ff467ecd841da6a79f065180bf578
10287Author: Michal Simek <monstr@monstr.eu>
10288Date: Fri Jul 11 10:43:13 2008 +0200
10289
10290 FIS: repare incorrect return value with ramdisk handling
10291
10292 Microblaze and PowerPC use boot_get_ramdisk for loading
10293 ramdisk to memory with checking return value.
10294 Return 0 means success. Return 1 means failed.
10295 Here is correspond part of code from bootm.c which check
10296 return code.
10297
10298 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
10299 &rd_data_start, &rd_data_end);
10300 if (ret)
10301 goto error;
10302
10303 Signed-off-by: Michal Simek <monstr@monstr.eu>
10304
10305commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
10306Author: Michal Simek <monstr@monstr.eu>
10307Date: Fri Jul 11 10:10:32 2008 +0200
10308
10309 microblaze: Remove useless ancient headers
10310
10311 Signed-off-by: Michal Simek <monstr@monstr.eu>
10312
10313commit 53ea981c3124b13c137c2d10e975b7c6672266e0
10314Author: Michal Simek <monstr@monstr.eu>
10315Date: Fri Jul 11 10:10:31 2008 +0200
10316
10317 microblaze: Clean uartlite driver
10318
10319 Redesign uartlite driver to in_be32 and out_be32 macros
10320 Fix missing header in io.h
10321
10322 Signed-off-by: Michal Simek <monstr@monstr.eu>
10323 Acked-by: Grant Likely <grant.likely@secretlab.ca>
10324
10325commit dbf3dfb386a2d5d2381814e39985ab2e21894550
10326Author: Marcel Ziswiler <marcel@ziswiler.com>
10327Date: Fri Jul 11 02:39:14 2008 +0200
10328
10329 Enable passing of ATAGs required by latest Linux kernel.
10330
10331commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
10332Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10333Date: Fri Jul 11 10:24:15 2008 -0400
10334
10335 Fix integer overflow warning in calc_divisor()
10336
10337 which happened when rounding the serial port clock divisor
10338
10339 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10340
10341commit 6b760189d77f001684e3160b355c185ca3804961
10342Author: Marcel Ziswiler <marcel@ziswiler.com>
10343Date: Fri Jul 11 01:09:59 2008 +0200
10344
10345 Fix build time warnings in function mmc_decode_csd()
10346
10347 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
10348
10349commit c15947d6ce0d59925c97fdfac692476af6e262d0
10350Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10351Date: Thu Jul 10 10:46:33 2008 -0400
10352
10353 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
10354
10355 caused by missing dcache status/enable/disable functions.
10356
10357 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10358
10359commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
10360Author: Stefan Roese <sr@denx.de>
10361Date: Thu Jul 10 13:53:31 2008 +0200
10362
10363 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
10364
10365 This patch removes some ft_board_setup() functions from some 4xx boards.
10366 This can be done since we now have a default weak implementation for this
10367 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
10368 implementation like canyonlands need their own version.
10369
10370 Signed-off-by: Stefan Roese <sr@denx.de>
10371
10372commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
10373Author: Wolfgang Denk <wd@denx.de>
10374Date: Sun Jul 13 14:58:16 2008 +0200
10375
10376 Add last known maintainer for orphaned boards; reformat.
10377
10378 Signed-off-by: Wolfgang Denk <wd@denx.de>
10379
10380commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
10381Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10382Date: Thu Jul 10 13:16:04 2008 +0200
10383
10384 Remove kharris@nexus-tech.net from MAINTAINERS
10385
10386 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
10387 anymore. You can't be a maintainer without a valid e-mail address, so
10388 move all boards that used to be maintained by Kyle Harris to the
10389 "orphaned" list.
10390
10391 Currently, only PowerPC has a list of orphaned boards, so this patch
10392 creates one for ARM as well.
10393
10394 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10395
10396commit 17bd17071463b0cde391ac4a0863d600474b4ea1
10397Author: Anatolij Gustschin <agust@denx.de>
10398Date: Thu Jul 10 01:15:10 2008 +0200
10399
10400 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
10401
10402 On the at91sam9260ep development board there is an EEPROM
10403 connected to the TWI interface (PA23, PA24 Peripheral A
10404 multiplexing), so we cannot use these pins as ETX2, ETX3.
10405 This patch configures PA10, PA11 pins for ETX2, ETX3
10406 instead of PA23, PA24 pins.
10407
10408 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10409 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
10410
10411commit f889265753ddf4465d9d580827bb9289bfac55d6
10412Author: Kenneth Johansson <kenneth@southpole.se>
10413Date: Sat Jul 12 13:18:34 2008 -0600
10414
10415 fix DIU for small screens
10416
10417 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
10418 so it was not possible to set a slow pixel clock and thus prevented
10419 display on small screens.
10420
10421 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
10422 Acked-by: John Rigby <jrigby@freescale.com>
10423
10424commit b60b8573875e650e4c69be667bfc88d3ed474a7c
10425Author: John Rigby <jrigby@freescale.com>
10426Date: Fri Jul 11 14:44:09 2008 -0600
10427
10428 ADS5121 cleanup compile warnings
10429
10430 board/ads5121/iopin.c
10431 Replace bit fields in struct iopin_t with a single
10432 field and intialize it via plain old macros.
10433 This fixes the type pun warnings and makes the code
10434 more readable.
10435
10436 board/ads5121/ads5121.c
10437 Add include iopin.h to ads5121.c for the iopin_initialize
10438 prototype.
10439
10440 Add an extern void ads5121_diu_init(void)
10441
10442 Signed-off-by: John Rigby <jrigby@freescale.com>
10443
10444commit bde63587622c4b830a27d1ddf7265843de9e994f
10445Author: Wolfgang Denk <wd@denx.de>
10446Date: Fri Jul 11 22:56:11 2008 +0200
10447
10448 Fix some more printf() format issues.
10449
10450 Signed-off-by: Wolfgang Denk <wd@denx.de>
10451
10452commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
10453Author: Wolfgang Denk <wd@denx.de>
10454Date: Fri Jul 11 22:55:31 2008 +0200
10455
10456 Fixed some out-of-tree build issues
10457
10458 Signed-off-by: Wolfgang Denk <wd@denx.de>
10459
10460commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
10461Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10462Date: Wed Jul 9 16:20:23 2008 -0500
10463
10464 ColdFire: Fix FB CS not setup properly for Mcf5282
10465
10466 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
10467 CFG_CSn_RO is defined as 0, the chipselect will not
10468 be assigned.
10469
10470 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10471
10472commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
10473Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10474Date: Wed Jul 9 15:47:27 2008 -0500
10475
10476 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
10477
10478 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
10479 clock module in cpu/<cf arch>/cpu_init.c
10480
10481 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10482
10483commit f94945b517f10e01927101679c62361e03d4e837
10484Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10485Date: Wed Jul 9 15:25:01 2008 -0500
10486
10487 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
10488
10489 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10490
10491commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
10492Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10493Date: Wed Jul 9 15:21:44 2008 -0500
10494
10495 Fix compile error caused by missing timer function
10496
10497 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
10498
10499 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10500
10501commit c37ea031175b807c54e6bad9b270e9bede6c0078
10502Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10503Date: Wed Jul 9 15:14:25 2008 -0500
10504
10505 Fix compile error caused by incorrect function return type
10506
10507 Rename int mii_init(void) to void mii_init(void)
10508
10509 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10510
10511commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
10512Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10513Date: Wed Jun 18 19:27:23 2008 -0500
10514
10515 ColdFire: Fix power up issue for MCF5235
10516
10517 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10518
10519commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
10520Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10521Date: Wed Jun 18 19:19:07 2008 -0500
10522
10523 ColdFire: Fix compiling error for MCF5275
10524
10525 The compiling error was caused by missing a closed parentheses
10526 in speed.c
10527
10528 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10529
10530commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
10531Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10532Date: Wed Jun 18 19:14:01 2008 -0500
10533
10534 ColdFire: Fix timer issue for MCF5272
10535
10536 The timer was assigned to wrong timer memory mapped which
10537 caused udelay() and timer() not working properly.
10538
10539 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10540
10541commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
10542Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10543Date: Wed Jun 18 19:12:13 2008 -0500
10544
10545 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
10546
10547 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
10548
10549commit 8371dc2066136be21e10b7b9293e469297d77298
10550Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10551Date: Wed Jun 18 19:05:23 2008 -0500
10552
10553 ColdFire: Add -got=single param for new linux v4e toolchains
10554
10555 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
10556
10557commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
10558Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10559Date: Wed Jun 18 13:21:19 2008 -0500
10560
10561 ColdFire: Fix code flash configuration for M547x/M548x boards
10562
10563 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
10564
10565commit 6e37091afc07fdcc15590093fd066b0cb7399f85
10566Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10567Date: Tue Jun 24 12:12:16 2008 -0500
10568
10569 ColdFire: Fix warning messages by passing correct data type in board.c
10570
10571 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10572
10573commit 81cc32322acb1b3225ee45606ced48e2a14824dc
10574Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10575Date: Thu May 29 12:21:54 2008 -0500
10576
10577 ColdFire: Fix UART baudrate formula
10578
10579 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
10580 can generate the wrong divisor due to integer division truncation.
10581 Round the calculated divisor value by adding 1/2 the baudrate
10582 before dividing by the baudrate.
10583
10584 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10585 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10586
10587commit b578fb471444cbd7db1285701ba51343baaf73fb
10588Author: Stefan Roese <sr@denx.de>
10589Date: Thu Jul 10 11:38:26 2008 +0200
10590
10591 ppc4xx: Fix include sequence in 4xx_pcie.c
10592
10593 This patch now moves common.h to the top of the inlcude list. This
10594 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
10595 the phys_size_t/phys_addr_t are defined to the correct size in this
10596 driver.
10597
10598 Signed-off-by: Stefan Roese <sr@denx.de>
10599
4b070809
WD
10600commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
10601Author: Stefan Roese <sr@denx.de>
10602Date: Fri Jul 11 13:10:56 2008 +0200
10603
10604 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
10605
10606 Signed-off-by: Stefan Roese <sr@denx.de>
10607
10608commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
10609Author: Stefan Roese <sr@denx.de>
10610Date: Fri Jul 11 11:40:13 2008 +0200
10611
10612 ppc4xx: Fix small korat merge problem
10613
10614 Signed-off-by: Stefan Roese <sr@denx.de>
10615
10616commit 1d0554736a0a1dd59718acda660871ce56b69e18
10617Author: Stefan Roese <sr@denx.de>
10618Date: Fri Jul 11 11:34:52 2008 +0200
10619
10620 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
10621
10622 Signed-off-by: Stefan Roese <sr@denx.de>
10623
10624commit 3a82113ed5934d498f25080441a8261fc9454b15
10625Author: Stefan Roese <sr@denx.de>
10626Date: Thu Jul 10 16:37:09 2008 +0200
10627
10628 ppc4xx: Add 460SX UIC defines
10629
10630 Only the really needed ones are added (cascading and EMAC/MAL).
10631
10632 Signed-off-by: Stefan Roese <sr@denx.de>
10633
10634commit 26173fc6f60521c2a8072f652f863617fc11ba9a
10635Author: Stefan Roese <sr@denx.de>
10636Date: Mon Jun 30 14:11:07 2008 +0200
10637
10638 ppc4xx: Continue cleanup of ppc440.h
10639
10640 This patch continues the ppc440.h cleanup by removing some of the unused
10641 defines.
10642
10643 Signed-off-by: Stefan Roese <sr@denx.de>
10644
10645commit d9056b7913ed6a228d2f33671d916efedee541dd
10646Author: Stefan Roese <sr@denx.de>
10647Date: Mon Jun 30 14:05:05 2008 +0200
10648
10649 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
10650
10651 This patch cleans up the 440SPe PCIe register usage. Now only defines
10652 from the include/asm-ppc/4xx_pcie.h are used.
10653
10654 Signed-off-by: Stefan Roese <sr@denx.de>
10655
10656commit 5de851403b01489b493fa83137ad990b8ce60d1c
10657Author: Stefan Roese <sr@denx.de>
10658Date: Thu Jun 26 17:36:39 2008 +0200
10659
10660 ppc4xx: Rework 440GX UIC handling
10661
10662 This patch reworks the 440GX interrupt handling so that the common 4xx
10663 code can be used. The 440GX is an exception to all other 4xx variants
10664 by having the cascading interrupt vectors not on UIC0 but on a special
10665 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
10666 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
10667 handling is simpler without any 440GX special cases.
10668
10669 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
10670
10671 Signed-off-by: Stefan Roese <sr@denx.de>
10672
10673commit d1631fe1a05b063ccaf62ea892a8887b829847d1
10674Author: Stefan Roese <sr@denx.de>
10675Date: Thu Jun 26 13:40:57 2008 +0200
10676
10677 ppc4xx: Consolidate PPC4xx UIC defines
10678
10679 This 2nd patch now removes all UIC mask bit definition. They should be
10680 generated from the vectors by using the UIC_MASK() macro from now on.
10681 This way only the vectors need to get defined for new PPC's.
10682
10683 Also only the really used interrupt vectors are now defined. This makes
10684 definitions for new PPC versions easier and less error prone.
10685
10686 Another part of this patch is that the 4xx emac driver got a little
10687 cleanup, since now the usage of the interrupts is clearer.
10688
10689 Signed-off-by: Stefan Roese <sr@denx.de>
10690
10691commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
10692Author: Stefan Roese <sr@denx.de>
10693Date: Wed Jun 25 10:59:22 2008 +0200
10694
10695 ppc4xx: Consolidate PPC4xx UIC defines
10696
10697 This patch is the first step to consolidate the UIC related defines in the
10698 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
10699 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
10700 steps.
10701
10702 Signed-off-by: Stefan Roese <sr@denx.de>
10703
10704commit 7ee2619c20ccecd57966d74d844e6329e141261c
10705Author: Stefan Roese <sr@denx.de>
10706Date: Tue Jun 24 17:18:50 2008 +0200
10707
10708 ppc4xx: Consolidate PPC4xx EBC defines
10709
10710 This patch removes all EBC related defines from the PPC4xx headers
10711 ppc405.h and ppc440.h and introduces a new header
10712
10713 include/asm-ppc/ppc4xx-ebc.h
10714
10715 with all those defines.
10716
10717 Signed-off-by: Stefan Roese <sr@denx.de>
10718
10719commit e321801bed5a6d896d298c00fd20046f039d5d66
10720Author: Stefan Roese <sr@denx.de>
10721Date: Thu Jul 10 13:52:44 2008 +0200
10722
10723 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
10724
10725 This patch removes some ft_board_setup() functions from some 4xx boards.
10726 This can be done since we now have a default weak implementation for this
10727 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
10728 implementation like canyonlands need their own version.
10729
10730 Signed-off-by: Stefan Roese <sr@denx.de>
10731
10732commit 08250eb2edbd96514d049602d9e134110ac3185f
10733Author: Stefan Roese <sr@denx.de>
10734Date: Thu Jul 10 15:32:32 2008 +0200
10735
10736 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
10737
10738 Signed-off-by: Stefan Roese <sr@denx.de>
10739
10740commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
10741Author: Grant Erickson <gerickson@nuovations.com>
10742Date: Tue Jul 8 08:35:00 2008 -0700
10743
10744 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
10745
10746 This patch adds support for placing the RGMII bridge on the
10747 PPC405EX(r) into MII/GMII mode and allows a board-specific
10748 configuration to specify the bridge mode at compile-time.
10749
10750 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10751 Signed-off-by: Stefan Roese <sr@denx.de>
10752
10753commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
10754Author: Grant Erickson <gerickson@nuovations.com>
10755Date: Wed Jul 9 16:46:35 2008 -0700
10756
10757 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
10758
10759 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
10760 controller registers (MODT and INITPLR) used by the
10761 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
10762 peer values used for the INITPLR MR and EMR registers,
10763 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
10764
10765 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
10766 Kilauea are replaced by equivalent mnemonics to make it easier to
10767 compare and contrast other 405EX(r)-based boards (e.g. during board
10768 bring-up).
10769
10770 Finally, unified the SDRAM controller register dump routine such that
10771 it can be used across all processor variants that utilize the IBM DDR2
10772 SDRAM controller core. It produces output of the form:
10773
10774 PPC4xx IBM DDR2 Register Dump:
10775 ...
10776 SDRAM_MB0CF[40] = 0x00006701
10777 ...
10778
10779 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
10780 since it is not uncommon that the DCR values in header files get mixed
10781 up and it helps to validate, at a glance, they match what is printed
10782 in the user manual.
10783
10784 Tested on:
10785 AMCC Kilauea/Haleakala:
10786 - NFS Linux Boot: PASSED
10787 - NAND Linux Boot: PASSED
10788
10789 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10790 Signed-off-by: Stefan Roese <sr@denx.de>
10791
10792commit ad7382d828982e9c1bafc4313ef1b666f6145f58
10793Author: Grant Erickson <gerickson@nuovations.com>
10794Date: Wed Jul 9 16:31:59 2008 -0700
10795
10796 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
10797
10798 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
10799 revision ID DCR based on 405EX, and add field mnemonics for bus error
10800 status and ECC error status registers.
10801
10802 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10803 Signed-off-by: Stefan Roese <sr@denx.de>
10804
10805commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
10806Author: Grant Erickson <gerickson@nuovations.com>
10807Date: Wed Jul 9 16:31:36 2008 -0700
10808
10809 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
10810
10811 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
10812
10813 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10814 Signed-off-by: Stefan Roese <sr@denx.de>
10815
10816commit 5b457d00730d4aa0c6450d21a9104723e606fb98
10817Author: Grant Erickson <gerickson@nuovations.com>
10818Date: Wed Jul 9 11:55:46 2008 -0700
10819
10820 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
10821
10822 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
10823 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
10824 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
10825
10826 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
10827 which causes SDRAM initialization to periodically fail since it can
10828 prematurely indicate SDRAM ready status.
10829
10830 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10831 Signed-off-by: Stefan Roese <sr@denx.de>
10832
10833commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
10834Author: Feng Kan <fkan@amcc.com>
10835Date: Tue Jul 8 22:48:42 2008 -0700
10836
10837 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
10838
10839 Add AMCC Redwood reference board that uses the latest
10840 PPC 464 CPU processor combined with a rich mix of peripheral
10841 controllers. The board will support PCIe, mutiple Gig ethernet
10842 ports, advanced hardware RAID assistance and IEEE 1588.
10843
10844 Signed-off-by: Feng Kan <fkan@amcc.com>
10845 Signed-off-by: Stefan Roese <sr@denx.de>
10846
10847commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
10848Author: Feng Kan <fkan@amcc.com>
10849Date: Tue Jul 8 22:48:07 2008 -0700
10850
10851 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
10852
10853 Signed-off-by: Feng Kan <fkan@amcc.com>
10854 Signed-off-by: Stefan Roese <sr@denx.de>
10855
10856commit 7d30793685efcada183891c78fc892e6c9ba50c7
10857Author: Feng Kan <fkan@amcc.com>
10858Date: Tue Jul 8 22:47:31 2008 -0700
10859
10860 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
10861
10862 Signed-off-by: Feng Kan <fkan@amcc.com>
10863 Signed-off-by: Stefan Roese <sr@denx.de>
10864
699f0512
WD
10865commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
10866Author: Wolfgang Denk <wd@denx.de>
10867Date: Fri Jul 11 01:16:00 2008 +0200
10868
10869 Fix some more print() format errors.
10870
10871 Signed-off-by: Wolfgang Denk <wd@denx.de>
10872
10873commit fdd70d1921b87287d9a99d1be99bc35226c2b412
10874Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10875Date: Thu Jul 10 20:57:54 2008 +0200
10876
10877 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
10878
10879 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10880
10881commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
10882Author: Sergey Lapin <slapin@ossfans.org>
10883Date: Thu Jun 5 11:06:29 2008 +0400
10884
10885 DataFlash AT45DB021 support
10886
10887 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
10888 bootstrap, u-boot and its environment, using NAND or other external
10889 storage for kernel and rootfs. This patch adds support for
10890 small 1024x263 chip.
10891
10892 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
10893
10894commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
10895Author: Kim Phillips <kim.phillips@freescale.com>
10896Date: Thu Jul 10 14:00:15 2008 -0500
10897
10898 silence misc printf formatting compiler warnings
10899
10900 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10901
10902commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
10903Author: Markus Klotzbücher <mk@denx.de>
10904Date: Thu Jul 10 14:47:09 2008 +0200
10905
10906 USB: shutdown USB before booting
10907
10908 This patch fixes a potentially serious issue related to USB which was
10909 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
10910 ARM920T. Martin wrote:
10911
10912 Turn off USB to prevent the host controller from writing to the
10913 SDRAM while Linux is booting. This could happen, because the HCCA
10914 (Host Controller Communication Area) lies within the SDRAM and the
10915 host controller writes continously to this area (as busmaster!), for
10916 example to increase the HccaFrameNumber variable, which happens
10917 every 1 ms.
10918
10919 This is a slightly modified version of the patch in order to shutdown
10920 USB when booting on all architectures.
10921
10922 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10923
10924commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
10925Author: Martha Marx <mmarx@silicontkx.com>
10926Date: Thu May 29 14:23:25 2008 -0400
10927
10928 Configuration changes for ADS5121 Rev 3
10929
10930 ADS5121 Rev 3 board is now the default config
10931
10932 config targets are now
10933
10934 ads5121_config
10935 Rev 3 board with
10936 PCI
10937 M41T62 on board RTC
10938 512MB DRAM
10939
10940 ads5121_rev2_config
10941 Rev 2 board with
10942 No PCI
10943 256MB DRAM
10944
10945 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
10946 Acked-by: Grant Likely <grant.likely@secretlab.ca>
10947 Acked-by: John Rigby <jrigby@freescale.com>
10948
10949commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
10950Author: Martha Marx <mmarx@silicontkx.com>
10951Date: Thu May 29 15:37:21 2008 -0400
10952
10953 Consolidate ADS5121 IO Pin configuration
10954
10955 Consolidate ADS5121 IO Pin configuration to one file
10956 board/ads5121/iopin.c.
10957
10958 Remove pin config from cpu/mpc512x/fec.c
10959
10960 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
10961 Acked-by: Grant Likely <grant.likely@secretlab.ca>
10962 Acked-by: John Rigby <jrigby@freescale.com>
10963
10964commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
10965Author: Christian Eggers <christian@p2400.wgnetz.xx>
10966Date: Fri Jun 27 19:46:51 2008 +0200
10967
10968 Fix "usb part" command
10969
10970 Only print partition for selected device if user supplied the <dev>
10971 arg with the "usb part [dev]" command.
10972
10973 Signed-off-by: Christian Eggers <ceggers@gmx.de>
10974 Acked-by: Markus Klotzbuecher <mk@denx.de>
10975
10976commit cc83b27217f7380041fea386ddb6d6d9b261617d
10977Author: Harald Welte <laforge@gnumonks.org>
10978Date: Mon Jul 7 00:58:05 2008 +0800
10979
10980 fix USB devices with multiple configurations
10981
10982 This patch fixes bugs in usbdcore*.c related to the use of devices
10983 with multiple configurations.
10984
10985 The original code made mistakes about the meaning of configuration value and
10986 configuration index, and the resulting off-by-one errors resulted in:
10987
10988 * SET_CONFIGURATION always selected the first configuration, no matter what
10989 wValue is being passed.
10990 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
10991 configuration (index 0).
10992
10993 Signed-off-by: Harald Welte <laforge@openmoko.org>
10994 Acked-by: Markus Klotzbuecher <mk@denx.de>
10995
10996commit 06c53beae1a726e707971c555613f09b270a2461
10997Author: Wolfgang Denk <wd@denx.de>
10998Date: Thu Jul 10 13:16:09 2008 +0200
10999
11000 Fix some more print() format errors.
11001
11002 Signed-off-by: Wolfgang Denk <wd@denx.de>
11003
11004commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
11005Author: Christian Eggers <christian@p2400.wgnetz.xx>
11006Date: Fri Jun 27 19:46:51 2008 +0200
11007
11008 Fix "usb part" command
11009
11010 Only print partition for selected device if user supplied the <dev>
11011 arg with the "usb part [dev]" command.
11012
11013 Signed-off-by: Christian Eggers <ceggers@gmx.de>
11014 Acked-by: Markus Klotzbuecher <mk@denx.de>
11015
11016commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
11017Author: Harald Welte <laforge@gnumonks.org>
11018Date: Mon Jul 7 00:58:05 2008 +0800
11019
11020 fix USB devices with multiple configurations
11021
11022 This patch fixes bugs in usbdcore*.c related to the use of devices
11023 with multiple configurations.
11024
11025 The original code made mistakes about the meaning of configuration value and
11026 configuration index, and the resulting off-by-one errors resulted in:
11027
11028 * SET_CONFIGURATION always selected the first configuration, no matter what
11029 wValue is being passed.
11030 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
11031 configuration (index 0).
11032
11033 Signed-off-by: Harald Welte <laforge@openmoko.org>
11034 Acked-by: Markus Klotzbuecher <mk@denx.de>
11035
11036commit e870690bdca154943ecadd5212d2d59c1b9d391b
11037Author: Stefan Roese <sr@denx.de>
11038Date: Thu Jul 10 10:10:54 2008 +0200
11039
11040 MTD/NAND: Fix printf format warning in nand code
11041
11042 This patch fixes NAND related printf format warning. Those warnings are
11043 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
11044 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
11045 really helpful.
11046
11047 Signed-off-by: Stefan Roese <sr@denx.de>
11048
11049commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
11050Author: Stefan Roese <sr@denx.de>
11051Date: Thu Jul 10 10:00:45 2008 +0200
11052
11053 rtc: Fix printf format warning in m41t60.c
11054
11055 Signed-off-by: Stefan Roese <sr@denx.de>
11056
11057commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
11058Author: Stefan Roese <sr@denx.de>
11059Date: Tue Jul 8 12:01:47 2008 +0200
11060
11061 pci: Move PCI device configuration check into a separate weak function
11062
11063 This patch moves the check, if a device should be skipped in PCI PNP
11064 configuration into the function pci_skip_dev(). This function is defined
11065 as weak so that it can be overwritten by a platform specific one if
11066 needed. The check if the device should get printed in the PCI summary upon
11067 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
11068 pci_print_dev() which is also defined as weak too.
11069
11070 Signed-off-by: Stefan Roese <sr@denx.de>
11071
11072commit b002144e1dc21374b1ef5281fe6b5d014af96650
11073Author: Stefan Roese <sr@denx.de>
11074Date: Thu Jul 10 09:58:06 2008 +0200
11075
11076 ppc4xx: Fix printf format warnings now visible with the updated format check
11077
11078 This patch fixes ppc4xx related printf format warning. Those warnings are
11079 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
11080 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
11081 really helpful.
11082
11083 Signed-off-by: Stefan Roese <sr@denx.de>
11084
11085commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
11086Author: Stefan Roese <sr@denx.de>
11087Date: Wed Jul 9 17:33:57 2008 +0200
11088
11089 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
11090
11091 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
11092 To support such configurations, we "only" map the first 2GB via the TLB's. We
11093 need some free virtual address space for the remaining peripherals like, SoC
11094 devices, FLASH etc.
11095
11096 Note that ECC is currently not supported on configurations with more than 2GB
11097 SDRAM. This is because we only map the first 2GB on such systems, and therefore
11098 the ECC parity byte of the remaining area can't be written.
11099
11100 Signed-off-by: Stefan Roese <sr@denx.de>
11101
11102commit cf1c2ed91df26903b956948f37f82de9e1158a89
11103Author: Larry Johnson <lrj@acm.org>
11104Date: Sat Jun 14 17:02:49 2008 -0400
11105
11106 ppc4xx: Remove implementation of testdram() from Korat board support
11107
11108 Signed-off-by: Larry Johnson <lrj@acm.org>
11109 Signed-off-by: Stefan Roese <sr@denx.de>
11110
11111commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
11112Author: Larry Johnson <lrj@acm.org>
11113Date: Sat Jun 14 16:53:02 2008 -0400
11114
11115 ppc4xx: Update and add FDT to Korat board support
11116
11117 Signed-off-by: Larry Johnson <lrj@acm.org>
11118 Signed-off-by: Stefan Roese <sr@denx.de>
11119
11120commit 4188f0491886b3b486164e819c0a83fdb97efd7d
11121Author: Wolfgang Denk <wd@denx.de>
11122Date: Thu Jul 10 01:13:30 2008 +0200
11123
11124 Minor coding style cleanup; update CHANGELOG
11125
11126 Signed-off-by: Wolfgang Denk <wd@denx.de>
11127
4188f049
WD
11128commit 8915f1189c1d29d8be7f4de325702d90a8988219
11129Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11130Date: Wed Jul 9 17:50:45 2008 -0400
11131
11132 e1000: add support for 82545GM 64bit PCI-X copper variant
11133
11134 This PCI-X e1000 variant works by just adding in the correct
11135 PCI IDs in the appropriate places.
11136
11137 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11138
11139commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
11140Author: Daniel Hellstrom <daniel@gaisler.com>
11141Date: Wed Jul 9 12:34:11 2008 +0000
11142
11143 SPARC: Build error fix
11144
11145 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
11146
11147 This patch makes SPARC targets build again. It is caused by
11148 phys_addr_t and phys_size_t being defined in the wrong header
11149 file. include/lmb.h need those typedefs to build.
11150
11151 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
11152
11153commit 11ccc33fa21acce108f6b4a6936e3271af904c64
11154Author: Marcel Ziswiler <marcel@ziswiler.com>
11155Date: Wed Jul 9 08:17:15 2008 +0200
11156
11157 Many spelling fixes in README.
11158
11159 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11160
11161commit dbab0691d2533560f7e91b92ae844046a9ad1df3
11162Author: Marcel Ziswiler <marcel@ziswiler.com>
11163Date: Wed Jul 9 08:17:06 2008 +0200
11164
11165 Minor spelling fix in comment.
11166
11167 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11168
11169commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
11170Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11171Date: Tue Jul 8 14:54:58 2008 -0400
11172
11173 Round the serial port clock divisor value returned by calc_divisor()
11174
11175 Round the serial port clock divisor value returned by
11176 calc_divisor().
11177
11178 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11179 Signed-off-by: John Roberts <john.roberts@pwav.com>
11180
11181commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
11182Author: Scott Wood <scottwood@freescale.com>
11183Date: Wed Jul 9 17:47:52 2008 -0500
11184
11185 NAND: ifdef-protect most of nand.h when using legacy NAND.
11186
11187 Some macros such as NAND_CTL_SETALE conflict between current and legacy
11188 NAND, being defined by the subsystem in the former case and the board
11189 config file in the latter.
11190
11191 Signed-off-by: Scott Wood <scottwood@freescale.com>
11192
11193commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
11194Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11195Date: Tue Jul 8 11:02:05 2008 -0400
11196
11197 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
11198
11199 ARM: Fix for incorrect version of patch applied when
11200 adding support for the Lyrtech SFF-SDR board.
11201
11202 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11203 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
11204
11205commit 47042b363ee5022b8180c65d3f4558e7972c79cd
11206Author: Kyungmin Park <kmpark@infradead.org>
11207Date: Tue Jul 8 09:08:40 2008 +0900
11208
11209 Remove useless print message at apollon
11210
11211 Remove useless print message at apollon
11212
11213 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11214
11215commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
11216Author: Andy Fleming <afleming@freescale.com>
11217Date: Mon Jul 7 14:24:39 2008 -0500
11218
11219 Fix LMB type issues
11220
11221 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
11222 of casting problems in the bootm code that called the LMB functions.
11223
11224 Signed-off-by: Andy Fleming <afleming@freescale.com>
11225
11226commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
11227Author: Kumar Gala <galak@kernel.crashing.org>
11228Date: Mon Jul 7 09:39:06 2008 -0500
11229
11230 Fix compiler warnings
11231
11232 gcc-4.3.x generates the following:
11233
11234 bootm.c: In function 'do_bootm_linux':
11235 bootm.c:208: warning: cast from pointer to integer of different size
11236 bootm.c:215: warning: cast from pointer to integer of different size
11237
11238 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11239
11240commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
11241Author: Harald Welte <laforge@gnumonks.org>
11242Date: Mon Jul 7 15:40:39 2008 +0800
11243
11244 Remove code duplication for setting the default environment
11245
11246 common/env_common.c (default_env): new function that resets the environment to
11247 the default value
11248 common/env_common.c (env_relocate): use default_env instead of own copy
11249 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
11250 include/environment.h: added default_env prototype
11251
11252 Signed-off-by: Werner Almesberger <werner@openmoko.org>
11253 Signed-off-by: Harald Welte <laforge@openmoko.org>
11254
11255commit 99c2b434d37863df5dda5207a53760c6506fc2be
11256Author: Marcel Ziswiler <marcel@ziswiler.com>
11257Date: Sun Jun 22 16:13:46 2008 +0200
11258
11259 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
11260
11261 The writeenv() and readenv() calls introduced by the recently added bad block
11262 management for environment variables were missing casts therefore producing
11263 compile time warnings.
11264 While at it fixing some typo in a comment and indentation.
11265
11266 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11267 Signed-off-by: Scott Wood <scottwood@freescale.com>
11268
11269commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
11270Author: Scott Wood <scottwood@freescale.com>
11271Date: Fri Jun 20 12:38:57 2008 -0500
11272
11273 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
11274
11275 This is particularly problematic now that non-NAND-specific code is
11276 including <nand.h>, and thus all debugging code is being compiled
11277 regardless of whether it was requested, as reported by Scott McNutt
11278 <smcnutt@psyent.com>.
11279
11280 Signed-off-by: Scott Wood <scottwood@freescale.com>
11281
11282commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
11283Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11284Date: Thu Jun 12 19:27:58 2008 +0200
11285
11286 mmc: Move atmel_mci driver into drivers/mmc
11287
11288 This makes it easier to use the driver on other platforms.
11289
11290 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11291 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11292
11293commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
11294Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11295Date: Thu Jun 12 19:27:57 2008 +0200
11296
11297 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
11298
11299 After we move the atmel_mci driver into drivers/mmc, we can't select
11300 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
11301 this driver so that there's no ambiguity.
11302
11303 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11304 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11305
11306commit 5ce13051a48c62bda9723df3b4778c492fb47f36
11307Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11308Date: Thu Jun 12 19:27:56 2008 +0200
11309
11310 Create drivers/mmc subdirectory
11311
11312 In order to consolidate more of the various MMC drivers around the
11313 tree, we must first have a common place to put them.
11314
11315 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11316 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11317
11318commit b502611b51f02718c2d1117d4981dabceb5af6de
11319Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
11320Date: Sun Jul 6 12:30:09 2008 +0200
11321
11322 Change env_get_char from a global function ptr to a function
11323
11324 This avoids an early global data reference.
11325
11326 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
11327
11328commit 27269417ade432189b234d9fbac98b54e37b978c
11329Author: Matvejchikov Ilya <matvejchikov@gmail.com>
11330Date: Sun Jul 6 13:57:58 2008 +0400
11331
11332 Some copy-n-paste fixes in printf usage
11333
11334 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
11335
11336commit 0e6989b9faf1588e8723535539e88a0df3c71356
11337Author: Matvejchikov Ilya <matvejchikov@gmail.com>
11338Date: Sun Jul 6 13:57:00 2008 +0400
11339
11340 FDT memory and pci node fixes for MPC8260ADS
11341
11342 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
11343
11344commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
11345Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
11346Date: Mon Jul 7 06:41:14 2008 -0700
11347
11348 Fix printf errors.
11349
11350 The compiler will help find mismatches between printf formats and
11351 arguments if you let it. This patch adds the necessary attributes to
11352 declarations in include/common.h, then begins to correct the resulting
11353 compiler warnings. Some of these were bugs, e.g., "$d" instead of
11354 "%d" and incorrect arguments. Others were just annoying, like
11355 int-long mismatches on a system where both are 32 bits. It's worth
11356 fixing the annoying errors to catch the real ones.
11357
11358 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
11359
11360commit 417faf285b2527acb2de24c5cd3e2621d385408c
11361Author: Becky Bruce <becky.bruce@freescale.com>
11362Date: Wed Jul 9 11:09:41 2008 -0500
11363
11364 Allow print_size to print in GB
11365
11366 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
11367
11368commit e7c374529c87525c9aa463e0557c287887ae4e9e
11369Author: Jason McMullan <mcmullan@netapp.com>
11370Date: Sun Jun 8 23:56:00 2008 -0400
11371
11372 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
11373
11374 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
11375 they are set in the U-Boot environment.
11376
11377 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
11378 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11379
11380commit 0192d7d56e9320819dea262f49789ae18fdd2c72
11381Author: Stefan Roese <sr@denx.de>
11382Date: Tue Jul 8 12:57:14 2008 +0200
11383
11384 jedec_flash: Fix AM29DL800BB device ID
11385
11386 As pointed out by Jerry Hicks, this patch corrects the device ID of
11387 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
11388 datasheet (rev C4 from Dezember 2006).
11389
11390 Signed-off-by: Stefan Roese <sr@denx.de>
11391
11392commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
11393Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11394Date: Mon Jul 7 11:22:37 2008 +0900
11395
11396 sh: Fix compile error sh7763rdp board
11397
11398 Disable SH ether driver.
11399
11400 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11401
11402commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
11403Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11404Date: Tue Jul 8 12:03:24 2008 +0900
11405
11406 sh: Fix SH-boards compile error
11407
11408 By Cleanup out-or-tree building for some boards (.depend)
11409 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
11410 because filse ware changed, some SH-boards have compile error.
11411 I revised this problem.
11412
11413 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11414
699f0512
WD
11415commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
11416Author: Jason Jin <Jason.jin@freescale.com>
11417Date: Tue May 13 11:50:36 2008 +0800
11418
11419 Feed the watchdog in u-boot for 8610 board.
11420
11421 The watchdog on 8610 board is enabled by setting sw[6]
11422 to on. Once enabled, the watchdog can not be disabled
11423 by software. So feed the dog in u-boot is necessary for
11424 normal operation.
11425
11426 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
11427
4188f049
WD
11428commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
11429Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11430Date: Wed Jun 18 12:10:33 2008 -0400
11431
11432 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
11433
11434 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
11435
11436 Remove duplicate code in a if/else block in
11437 cpu/arm926ejs/davinci/lxt972.c.
11438 Fixed style issues.
11439
11440 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11441 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11442
11443commit fec61431a003f5778bafa2624073a571af8bec9f
11444Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11445Date: Wed Jun 18 12:10:31 2008 -0400
11446
11447 Remove duplicate definitions in include/lxt971a.h.
11448
11449 Remove duplicate definitions in include/lxt971a.h.
11450
11451 Remove duplicate registers and bits definitions in
11452 include/lxt971a.h for standard MII registers, and
11453 use values in include/miiphy.h instead.
11454
11455 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11456 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11457
11458commit 9751ee0990f467941da0b095a4e995f863672d7a
11459Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11460Date: Wed Jun 11 21:05:00 2008 +0900
11461
11462 net: sh: Renesas SH7763 Ethernet device support
11463
11464 Renesas SH7763 has 2 channel Ethernet device.
11465 This is 10/100/1000 Base support.
11466 But this patch check 10/100 Base only.
11467
11468 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11469 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11470
11471commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
11472Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11473Date: Tue Jun 17 16:28:05 2008 +0900
11474
11475 sh: Update Renesas R2DPlus board
11476
11477 New NOR Flash board support and remove old type flash board config.
11478 And Remove network setting from config file.
11479
11480 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11481 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11482
11483commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
11484Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11485Date: Tue Jun 17 16:28:01 2008 +0900
11486
11487 sh: Update Renesas R7780MP board
11488
11489 New NOR Flash board support and remove network setting from config file.
11490
11491 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11492 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11493
11494commit c001cd604e9f133743effbddb1c215b48e761c5a
11495Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11496Date: Tue Jun 17 16:27:56 2008 +0900
11497
11498 sh: Update Renesas Migo-R board
11499
11500 Remove network setting from config file.
11501
11502 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11503 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11504
11505commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
11506Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11507Date: Tue Jun 17 16:27:52 2008 +0900
11508
11509 sh: Update Hitachi MS7722SE board
11510
11511 Remove network setting from config file.
11512
11513 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11514 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11515
11516commit 26209e48e8791670c93108029a5c31a30016c6df
11517Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11518Date: Tue Jun 17 16:27:48 2008 +0900
11519
11520 sh: Cleanup source code of SH7763RDP
11521
11522 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11523 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11524
11525commit 5cd5b2c96ef0025762931349d350287aec03ab47
11526Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11527Date: Tue Jun 17 16:27:44 2008 +0900
11528
11529 sh: Cleanup source code of R2DPlus
11530
11531 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11532 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11533
11534commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
11535Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11536Date: Tue Jun 17 16:27:41 2008 +0900
11537
11538 sh: Cleanup source code of R7780MP
11539
11540 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11541 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11542
11543commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
11544Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11545Date: Tue Jun 17 16:27:38 2008 +0900
11546
11547 sh: Cleanup source code of MS7722SE
11548
11549 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11550 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11551
11552commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
11553Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11554Date: Tue Jun 17 16:27:34 2008 +0900
11555
11556 sh: Cleanup source code of MS7720SE
11557
11558 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11559 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11560
11561commit 3ab4827cbe409488ebea1a2ee5094783f2672214
11562Author: Wolfgang Denk <wd@denx.de>
11563Date: Mon Jul 7 00:45:03 2008 +0200
11564
11565 SH: fix out of tree building
11566
11567 Signed-off-by: Wolfgang Denk <wd@denx.de>
11568
11569commit 9047bfa1e737d787be460387dd6f45737eeceb10
11570Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11571Date: Thu Jul 3 23:16:06 2008 +0900
11572
11573 net: smc911x: Fix typo
11574
11575 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11576
11577commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
11578Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
11579Date: Wed Jul 2 18:54:08 2008 +0200
11580
11581 update mvBL-M7 board config
11582
11583 update mvBL-M7 config file to use UBOOT_VERSION and define
11584 CONFIG_HIGH_BATS.
11585
11586 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
11587
11588commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
11589Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11590Date: Mon Jun 30 17:45:01 2008 +0900
11591
11592 net: fix compile problem in smc911x driver.
11593
11594 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11595 Acked-by: Ben Warren <biggerbadderben@gmail.com>
11596
11597commit 9fea65a6c469b1b474b27446feb58738baba2d31
11598Author: Michal Simek <monstr@monstr.eu>
11599Date: Tue Jun 24 09:54:09 2008 +0200
11600
11601 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
11602
11603 This change helps with better handling with others
11604 Xilinx based platform.
11605
11606 Signed-off-by: Michal Simek <monstr@monstr.eu>
11607 Acked-by: Stefan Roese <sr@denx.de>
11608
11609commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
11610Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11611Date: Tue Jun 17 13:07:11 2008 +0900
11612
11613 net: ne2000: Move dev_addr variable from grobal to local.
11614
11615 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11616 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11617
11618commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
11619Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11620Date: Tue Jun 17 13:07:15 2008 +0900
11621
11622 net: ne2000: Fix compile error of NE2000
11623
11624 If enable DEBUG, can not compile ne2000 driver.
11625
11626 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11627 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11628
11629commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
11630Author: Ben Warren <biggerbadderben@gmail.com>
11631Date: Mon Jun 23 22:57:27 2008 -0700
11632
11633 Add mechanisms for CPU and board-specific Ethernet initialization
11634
11635 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
11636 initialization to CPU or board-specific code. Initial implementation is
11637 only on the Freescale TSEC controller, but others will be added soon.
11638
11639 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11640
11641commit 7754f2be5d1835d263aad21b5a629526f3e680b0
11642Author: Wolfgang Denk <wd@denx.de>
11643Date: Sun Jul 6 01:21:46 2008 +0200
11644
11645 include/sha256.h: fix file permissions.
11646
11647 Signed-off-by: Wolfgang Denk <wd@denx.de>
11648
11649commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
11650Author: Patrice Vilchez <patrice.vilchez@atmel.com>
11651Date: Tue May 27 11:15:29 2008 +0200
11652
11653 [AT91SAM9] Fix NAND FLASH timings
11654
11655 Fix NAND FLASH timings for at91sam9x evaluation kits.
11656
11657 New timings are based on application note
11658 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
11659 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
11660
11661 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
11662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11663 Acked-by: Stelian Pop <stelian@popies.net>
11664
11665commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
11666Author: Stelian Pop <stelian@popies.net>
11667Date: Thu May 22 00:15:40 2008 +0200
11668
11669 Fix boot from NOR due to incorrect reset delay.
11670
11671 AT91 RSTC registers are battery-backuped, so their values
11672 are not reset across power cycles. One of those registers,
11673 the AT91_RSTC_MR register, is being modified by U-Boot, in
11674 the ethernet initialisation routine, to generate a 500ms
11675 user reset.
11676
11677 Unfortunately, this value is not being restored afterwards,
11678 causing subsequent resets to also last for 500ms.
11679
11680 This long reset sequence causes problems (at least) in the
11681 boot sequence from NOR: by the time the CPU tries to load
11682 a program from the NOR flash, the latter is still in reset
11683 and not yet available.
11684
11685 Additionaly, this patch fixes a bug in the original code which
11686 caused the reset delay to last for 2s instead of 500ms.
11687
11688 Signed-off-by: Stelian Pop <stelian@popies.net>
11689 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11690
11691commit f492dd636fbbae529e17533995bc6e5813c007f6
11692Author: Wolfgang Denk <wd@denx.de>
11693Date: Fri Jul 4 20:11:49 2008 +0200
11694
11695 Update CHANGELOG
11696
11697 Signed-off-by: Wolfgang Denk <wd@denx.de>
11698
f492dd63
WD
11699commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
11700Author: Wolfgang Denk <wd@denx.de>
11701Date: Fri Jul 4 20:07:35 2008 +0200
11702
11703 CCM/SCM boards: fix out of tree building
11704
11705 Signed-off-by: Wolfgang Denk <wd@denx.de>
11706
11707commit ab4c3a490df9a964711556d2a05b0c787db45fde
11708Author: Wolfgang Denk <wd@denx.de>
11709Date: Thu Jul 3 23:22:27 2008 +0200
11710
11711 SCM board: fix build errors.
11712
11713 Signed-off-by: Wolfgang Denk <wd@denx.de>
11714
11715commit a566466f17ba0e2d2b6c250e77da678fb932470d
11716Author: Wolfgang Denk <wd@denx.de>
11717Date: Thu Jul 3 23:06:36 2008 +0200
11718
11719 IAD210 board: fix ``"ALIGN" redefined'' warning.
11720
11721 Signed-off-by: Wolfgang Denk <wd@denx.de>
11722
11723commit ad756314797c16fa5dca23e115aab881011f164f
11724Author: Wolfgang Denk <wd@denx.de>
11725Date: Thu Jul 3 23:00:24 2008 +0200
11726
11727 CCM board: fix build errors.
11728
11729 Signed-off-by: Wolfgang Denk <wd@denx.de>
11730
4188f049
WD
11731commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
11732Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
11733Date: Wed Jul 2 18:54:08 2008 +0200
11734
11735 update mvBL-M7 board config
11736
11737 update mvBL-M7 config file to use UBOOT_VERSION.
11738
11739 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
11740 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11741
f492dd63
WD
11742commit ced209c50e80c25f13c083099b05044048d21f4f
11743Author: Wolfgang Denk <wd@denx.de>
11744Date: Thu Jul 3 22:39:21 2008 +0200
11745
11746 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
11747
11748 Signed-off-by: Wolfgang Denk <wd@denx.de>
11749
11750commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
11751Author: Wolfgang Denk <wd@denx.de>
11752Date: Thu Jul 3 22:34:08 2008 +0200
11753
11754 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
11755
11756 Signed-off-by: Wolfgang Denk <wd@denx.de>
11757
11758commit 730f298485984b011b6ee8f4acb511cb45a843dd
11759Author: Wolfgang Denk <wd@denx.de>
11760Date: Thu Jul 3 22:04:17 2008 +0200
11761
11762 lmb: fix "implicit declaration of function 'lmb_free'" warning
11763
11764 Signed-off-by: Wolfgang Denk <wd@denx.de>
11765
11766commit 322ef5e28d2dc62571afc699b00add22a8e006e4
11767Author: Wolfgang Denk <wd@denx.de>
11768Date: Wed Jul 2 23:53:23 2008 +0200
11769
11770 Cleanup: remove redundant deleting on *~ files
11771
11772 Signed-off-by: Wolfgang Denk <wd@denx.de>
11773
11774commit c8a3b109f07f02342d097b30908965f7261d9f15
11775Author: Wolfgang Denk <wd@denx.de>
11776Date: Wed Jul 2 23:49:18 2008 +0200
11777
11778 Cleanup out-or-tree building for some boards (.depend)
11779
11780 Signed-off-by: Wolfgang Denk <wd@denx.de>
11781
11782commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
11783Author: Wolfgang Denk <wd@denx.de>
11784Date: Wed Jul 2 23:38:50 2008 +0200
11785
11786 Cleanup: fix out-of-tree building for some boards
11787
11788 Signed-off-by: Wolfgang Denk <wd@denx.de>
11789
11790commit 461fa68d20861811487944d22291db5a13410e20
11791Author: Wolfgang Denk <wd@denx.de>
11792Date: Wed Jul 2 23:00:14 2008 +0200
11793
11794 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
11795
11796 Signed-off-by: Wolfgang Denk <wd@denx.de>
11797
11798commit 5981ebd32017e062b08aa6747cf591276f2db779
11799Author: Detlev Zundel <dzu@denx.de>
11800Date: Fri Jun 20 22:26:24 2008 +0200
11801
11802 fdt: Fix typo in variable name.
11803
11804 Signed-off-by: Detlev Zundel <dzu@denx.de>
11805
11806commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
11807Author: Gary Jennejohn <garyj@denx.de>
11808Date: Thu Jun 19 11:11:19 2008 +0200
11809
11810 Add logos for RRvision board
11811
11812 Signed-off-by: Gary Jennejohn <garyj@denx.de>
11813
11814commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
11815Author: Esben Haabendal <EsbenHaabendal@gmail.com>
11816Date: Wed Jun 18 11:03:57 2008 +0200
11817
11818 mpc8260: add fdt_fixup_ethernet support
11819
11820 Add support for updating mac-address and local-mac-address in fdt for
11821 all MPC8260 targets.
11822
11823 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
11824
11825commit f6a69559d64498a04e1e0b087a9b920e5775f866
11826Author: Steven A. Falco <sfalco@harris.com>
11827Date: Thu Jun 12 13:24:42 2008 -0400
11828
11829 cmd_nvedit.c: clean up syntax highlighting
11830
11831 My text-editor (vim) has a bit of trouble syntax-highlighting the
11832 cmd_nvedit.c file, because it apparently does not parse C
11833 ifdef/else/endif. The following patch does not change the behavior of
11834 the code at all, but does allow the editor to properly
11835 syntax-highlight the file.
11836
11837 Signed-off-by: Steve Falco <sfalco@harris.com>
11838
11839commit 75678c807a6272ecc5541eb32898c93887f08400
11840Author: Steven A. Falco <sfalco@harris.com>
11841Date: Thu Jun 12 13:22:12 2008 -0400
11842
11843 Make setenv() return status
11844
11845 Currently, the setenv function does not return an error code.
11846 This patch allows to test for errors.
11847
11848 Signed-off-by: Steve Falco <sfalco@harris.com>
11849
11850commit 4928e97c8531283ca9b368b7c29a8a12e726562a
11851Author: Kumar Gala <galak@kernel.crashing.org>
11852Date: Wed Jun 11 10:14:06 2008 -0500
11853
11854 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
11855
11856 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
11857 and fls is used to implement them.
11858
11859 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11860
11861commit 83002a77cbdf383015ca384eff5fa31722d8e571
11862Author: Magnus Lilja <lilja.magnus@gmail.com>
11863Date: Mon Jun 9 22:58:48 2008 +0200
11864
11865 i.MX31: Cleanup comments in lowlevel_init.S.
11866
11867 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
11868
11869commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
11870Author: Ben Warren <biggerbadderben@gmail.com>
11871Date: Sun Jun 8 23:28:33 2008 -0700
11872
11873 Move conditional compilation of MPC8XXX SPI driver to Makefile
11874
11875 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11876
11877commit d92ea21bafb674ee2bf27447970b047845e7b0a2
11878Author: Juergen Kilb <J.Kilb@gmx.de>
11879Date: Sun Jun 8 17:59:53 2008 +0200
11880
11881 i.MX31: fixed CTRL-C detection
11882
11883 The Register URXD contains status information in bits [15..8].
11884 With status bit 15 set, CTRL-C was reported as 0x8003 instead
11885 of 0x03. Therefore CTRL-C was not detected.
11886 To solve this, bits [15..8] were masked out now.
11887
11888 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
11889 Acked-by: Felix Radensky <felix@embedded-sol.com>
11890
699f0512
WD
11891commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
11892Author: Stefan Roese <sr@denx.de>
11893Date: Tue Jul 1 17:03:19 2008 +0200
11894
11895 ppc4xx: Fix 460EX/GT PCIe port initialization
11896
11897 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
11898 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
11899 this out.
11900
11901 Signed-off-by: Stefan Roese <sr@denx.de>
11902
f492dd63
WD
11903commit b571afde0295b007a45055ee49f8822c753a5651
11904Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11905Date: Sat Jun 7 12:29:52 2008 +0200
11906
11907 add SHA256 support
11908
11909 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11910 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
11911
11912commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
11913Author: Marian Balakowicz <m8@semihalf.com>
11914Date: Fri Jun 6 23:07:40 2008 +0200
11915
11916 Delay FIT format check on sector based devices
11917
11918 Global FIT image operations like format check cannot be performed on
11919 a first sector data, defer them to the point when whole FIT image was
11920 uploaded to a system RAM.
11921
11922 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11923 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
11924 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
11925
11926commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
11927Author: Dave Liu <r63238@freescale.com>
11928Date: Tue Jun 3 17:38:19 2008 +0800
11929
11930 sata: wait for device updating signature to host
11931
11932 The driver need wait for the device updating signature to host.
11933 If we don't wait for it, the driver can not detect the device(disk)
11934 when the system powers up.
11935
11936 Signed-off-by: Dave Liu <daveliu@freescale.com>
11937
4188f049
WD
11938commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
11939Author: Stefan Roese <sr@denx.de>
11940Date: Sat Jun 28 14:56:17 2008 +0200
11941
11942 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
11943
11944 This patch implements a fix provided by AMCC so that the lockup upon
11945 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
11946 anymore:
11947
11948 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
11949 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
11950 USB 2.0 host and SATA.
11951
11952 This errata is not officially available yet. I'll update the comment
11953 to add the errata number later.
11954
11955 Signed-off-by: Stefan Roese <sr@denx.de>
11956
f492dd63
WD
11957commit 8b616edb118e37d05f6401389eaee1c636b22828
11958Author: Stuart Wood <stuart.wood@labxtechnologies.com>
11959Date: Mon Jun 2 16:42:19 2008 -0400
11960
11961 serial_pl010.c: add watchdog support
11962
11963 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
11964
11965commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
11966Author: Stuart Wood <stuart.wood@labxtechnologies.com>
11967Date: Mon Jun 2 16:40:08 2008 -0400
11968
11969 jffs2_1pass.c: add watchdog support
11970
11971 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
11972
11973commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
11974Author: Sascha Laue <sascha.laue@liebherr.com>
11975Date: Fri May 30 09:48:14 2008 +0200
11976
11977 Configure DSP POST; add watchdog reset to diag command
11978
11979 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
11980
11981commit f13526517859bf6b573e23ff47199e107d1009b5
11982Author: Tor Krill <tor@excito.com>
11983Date: Thu May 29 10:40:17 2008 +0200
11984
11985 Add sata sil3114 support
11986
11987 Signed-off-by: Tor Krill <tor@excito.com>
11988
11989commit e093a247628228100f405b6d7f6b1bfc16141938
11990Author: Wolfgang Denk <wd@denx.de>
11991Date: Sat Jun 28 23:34:37 2008 +0200
11992
11993 Coding Style Cleanup
11994
11995 Signed-off-by: Wolfgang Denk <wd@denx.de>
11996
11997commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
11998Author: Wolfgang Denk <wd@denx.de>
11999Date: Sat Jun 28 23:16:01 2008 +0200
12000
12001 Update CHANGELOG
12002
12003 Signed-off-by: Wolfgang Denk <wd@denx.de>
12004
01db232d
WD
12005commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
12006Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12007Date: Wed May 21 13:58:41 2008 -0400
12008
12009 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
12010
12011 This patch adds support for the Lyrtech SFF-SDR board,
12012 based on the TI DaVinci architecture (ARM926EJS).
12013
12014 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12015 Signed-off-by: Philip Balister <philip@balister.org>
12016 Signed-off-by: Wolfgang Denk <wd@denx.de>
12017
12018commit 341188b9ccaa8d4462d772cc067aca8d7618633a
12019Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12020Date: Thu May 22 11:09:59 2008 +0200
12021
12022 MMC: Consolidate MMC/SD command definitions
12023
12024 This moves the MMC and SD Card command definitions from
12025 include/asm/arch/mmc.h into include/mmc.h. These definitions are
12026 given by the MMC and SD Card standards, not by any particular
12027 architecture.
12028
12029 There's a lot more room for consolidation in the MMC drivers which
12030 I'm hoping to get done eventually, but this patch is a start.
12031
12032 Compile-tested for all avr32 boards as well as lpc2292sodimm and
12033 lubbock. This should cover all three mmc drivers in the tree.
12034
12035 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12036
12037commit fa60edfc4c952626e048c0e065f654b3c1822fa5
12038Author: Kyungmin Park <kmpark@infradead.org>
12039Date: Wed May 21 14:38:08 2008 +0900
12040
12041 Use better Ethernet timings for apollon board
12042
12043 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12044
12045commit 41c5eaa7253ed82bbae1eda5667755872c615164
12046Author: Andy Fleming <afleming@freescale.com>
12047Date: Mon Jun 16 13:58:56 2008 -0500
12048
12049 Resize device tree to allow space for board changes and the chosen node
12050
12051 Current code requires that a compiled device tree have space added to the end to
12052 leave room for extra nodes added by board code (and the chosen node). This
12053 requires that device tree creators anticipate how much space U-Boot will add to
12054 the tree, which is absurd. Ideally, the code would resize and/or relocate the
12055 tree when it needed more space, but this would require a systemic change to the
12056 fdt code, which is non-trivial. Instead, we resize the tree inside
12057 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
12058 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
12059
12060 Signed-off-by: Andy Fleming <afleming@freescale.com>
12061
12062commit 7570a9941fc565922078679a72d246fe208d696d
12063Author: Andy Fleming <afleming@freescale.com>
12064Date: Mon Jun 16 13:58:55 2008 -0500
12065
12066 Fix an underflow bug in __lmb_alloc_base
12067
12068 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
12069 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
12070 merely updates __lmb_alloc_base to resemble the current version in Linux.
12071
12072 Signed-off-by: Andy Fleming <afleming@freescale.com>
12073
12074commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
12075Author: Andy Fleming <afleming@freescale.com>
12076Date: Mon Jun 16 13:58:54 2008 -0500
12077
12078 Add lmb_free
12079
12080 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
12081 lmb_reserve to temporarily reserve some memory.
12082
12083 Signed-off-by: Andy Fleming <afleming@freescale.com>
12084
12085commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
12086Author: Andy Fleming <afleming@freescale.com>
12087Date: Mon Jun 16 13:58:53 2008 -0500
12088
12089 Add ALIGN() macro
12090
12091 ALIGN() returns the smallest aligned value greater than the passed
12092 in address or size. Taken from Linux.
12093
12094 Signed-off-by: Andy Fleming <afleming@freescale.com>
12095
4188f049
WD
12096commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
12097Author: Stefan Roese <sr@denx.de>
12098Date: Tue Jun 24 17:15:22 2008 +0200
12099
12100 ppc4xx: Fix compilation problems with phys_size_t
12101
12102 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
12103 board specific files where it has been missing.
12104
12105 Signed-off-by: Stefan Roese <sr@denx.de>
12106
01db232d
WD
12107commit 28eab0d77352b84885f938759bf2612b7bf0bc44
12108Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
12109Date: Mon May 19 12:26:38 2008 +0200
12110
12111 Conditionally add -fno-stack-protector to CFLAGS
12112
12113 When compile-testing on powerpc, I get errors like this:
12114
12115 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
12116
12117 This seems to be because -fstack-protector is on by default, so
12118 let's explicitly disable it on all architectures that support the
12119 option.
12120
12121 The Ubuntu toolchain is affected by this problem, and according to
12122 Mike Frysinger, Gentoo has been running with SSP enabled for years.
12123 More and more distros are turning SSP on by default, so this problem
12124 is likely to get worse in the future.
12125
12126 Also, powerpc just happens to be one of the arches I do
12127 compile-testing on. There may be other arches affected by this too.
12128
12129 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
12130
12131commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
12132Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12133Date: Sun May 18 19:09:52 2008 +0200
12134
12135 pcmcia/ti_pci1410a: Move compile condition to the Makefile
12136
12137 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12138
12139commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
12140Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12141Date: Sun May 18 19:09:51 2008 +0200
12142
12143 pxa_pcmcia: Move compile condition to the Makefile
12144
12145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12146
12147commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
12148Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12149Date: Sun May 18 19:09:50 2008 +0200
12150
12151 marabun_pcmcia: Move compile condition to the Makefile
12152
12153 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12154
4188f049
WD
12155commit 6a19c46cae43c16c528eddefae3db97134f1915d
12156Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
12157Date: Mon Jun 23 13:25:34 2008 +0200
12158
12159 fix non-working mvBL-M7
12160
12161 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
12162
12163 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12164 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12165
12166commit 846f1574ddddeda2bc227655e687308695f41cdc
12167Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
12168Date: Mon Jun 23 11:40:56 2008 +0200
12169
12170 fix system config overwrite @ MPC834x and MPC8313
12171
12172 During 83xx setup the "System I/O configuration register high" gets
12173 overwritten with user defined value if CFG_SICRH is defined.
12174
12175 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
12176 must keep their reset value regardless of configuration.
12177
12178 On my board (using RGMII) those bits are set after reset - yet it's
12179 unclear where they come from.
12180
12181 The patch keeps both bits on MPC834x and MPC8313.
12182
12183 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12184 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12185
12186commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
12187Author: Kim Phillips <kim.phillips@freescale.com>
12188Date: Tue Jun 17 17:45:27 2008 -0500
12189
12190 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
12191
12192 to avoid this:
12193
12194 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
12195 In file included from cpu.c:33:
12196 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
12197
12198 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12199
12200commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
12201Author: Stefan Roese <sr@denx.de>
12202Date: Mon Jun 23 11:15:09 2008 +0200
12203
12204 ppc4xx: Fix problem in gpio_config()
12205
12206 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
12207 left by one. So the additional shift is bogus.
12208
12209 Signed-off-by: Stefan Roese <sr@denx.de>
12210
12211commit 40777812316fc252c941665c0f60c148fd79d50f
12212Author: Detlev Zundel <dzu@denx.de>
12213Date: Fri Jun 20 22:24:05 2008 +0200
12214
12215 fdt: Fix typo in variable name.
12216
12217 Signed-off-by: Detlev Zundel <dzu@denx.de>
12218
12219commit 5f723a3b98c630bde33de74351f2121691fdef14
12220Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12221Date: Fri Jun 20 10:41:05 2008 +0200
12222
12223 avr32: Enable SPI flash support on ATNGW100
12224
12225 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
12226 the new SPI flash framework.
12227
12228 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12229
12230commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
12231Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12232Date: Fri Jun 20 12:44:28 2008 +0200
12233
12234 avr32: Fix SPI portmux initialization
12235
12236 Use the new GPIO manipulation functions to set up the chip select lines,
12237 and make sure both busses use GPIO for chip select control.
12238
12239 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12240
12241commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
12242Author: Peter Ma <pma@mediamatech.com>
12243Date: Sun Jun 1 22:59:24 2008 -0700
12244
12245 avr32: Add GPIO manipulation functions
12246
12247 Adds GPIO manipulation functions for AVR32 AP7 platform.
12248
12249 Signed-off-by: Peter Ma <pma@mediamatech.com>
12250 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
12251 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12252
01db232d
WD
12253commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
12254Author: Wolfgang Grandegger <wg@grandegger.com>
12255Date: Thu Jun 5 13:02:30 2008 +0200
12256
12257 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
12258
12259 This patch is based on the following patch sent a few minutes ago:
12260 "NAND FSL UPM: driver re-write using the hwcontrol callback"
12261 It is untested, of course. Anton, could you please give it a try.
12262
12263 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12264 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12265
12266commit 96026d42fa4e646d28318c0a1438aac4b2017909
12267Author: Anatolij Gustschin <agust@denx.de>
12268Date: Thu Jun 12 12:40:11 2008 +0200
12269
12270 Fix 4xx build issue
12271
12272 Building for 4xx doesn't work since commit 4dbdb768:
12273
12274 In file included from 4xx_pcie.c:28:
12275 include/asm/processor.h:971: error: expected ')' before 'ver'
12276 make[1]: *** [4xx_pcie.o] Error 1
12277
12278 This patch fixes the problem.
12279
12280 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12281 Acked-by: Stefan Roese <sr@denx.de>
12282 Acked-by: Kumar Gala <galak@kernel.crashing.org>
12283
699f0512
WD
12284commit a036b0443657fe0f4773786de9092251869f08ac
12285Author: Kumar Gala <galak@kernel.crashing.org>
12286Date: Thu Jun 19 01:45:50 2008 -0500
12287
12288 MPC8610HPCD: Report board id, board version and fpga version.
12289
12290 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12291
12292commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
12293Author: Kumar Gala <galak@kernel.crashing.org>
12294Date: Thu Jun 19 01:45:27 2008 -0500
12295
12296 MPC8641HPCN: Report board id, board version and fpga version.
12297
12298 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12299
01db232d
WD
12300commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
12301Author: Stefan Roese <sr@denx.de>
12302Date: Mon Jun 16 10:40:02 2008 +0200
12303
12304 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
12305
12306 This patch simplifies flash_toggle() (AMD commandset), which is used to
12307 detect if a FLASH device is still busy with erase/program operations. On
12308 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
12309 did not detect the busy state reliably, resulting in non erased sectors
12310 etc. This patch now simplifies this function by "just" comparing the
12311 complete data-word instead of ANDing it with the command-word (0x40)
12312 before the compatison. It is done the same way in the Linux implementation
12313 chip_ready() in cfi_cmdset_0002.c.
12314
12315 Signed-off-by: Stefan Roese <sr@denx.de>
12316
12317commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
12318Author: Philip Balister <philip@balister.org>
12319Date: Mon Jun 16 08:58:07 2008 -0400
12320
12321 NAND: Add missing declaration to non-redundant saveenv().
12322
12323 Signed-off-by: Scott Wood <scottwood@freescale.com>
12324
12325commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
12326Author: Wolfgang Grandegger <wg@grandegger.com>
12327Date: Mon Jun 2 15:09:55 2008 +0200
12328
12329 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
12330
12331 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12332 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12333 Signed-off-by: Scott Wood <scottwood@freescale.com>
12334
12335commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
12336Author: Stefan Roese <sr@denx.de>
12337Date: Tue Jun 10 15:34:11 2008 +0200
12338
12339 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
12340
12341 This patch disables the square wave output of the M41T62 RTC used on
12342 Canyonlands & Glacier. Here the explanation:
12343
12344 The serial real-time clock part used in the design is an
12345 STMicro M41T62. This part has a full-time 32KHz square wave
12346 output that is connected to the TmrClk input to the
12347 processor. The default state for this square wave output is
12348 enabled so the output runs continuously when the board is
12349 powered normally and also from the battery. The TmrClk input
12350 to the processor goes to ground when the power is removed
12351 from the board/processor, and therefore the running square
12352 wave output is driving ground which drains the battery quickly.
12353
12354 Signed-off-by: Stefan Roese <sr@denx.de>
12355
12356commit a94f22f08f280905926219e568568964cb9eeb9d
12357Author: Andy Fleming <afleming@freescale.com>
12358Date: Wed Jun 11 18:10:20 2008 -0500
12359
12360 Fix build issue with string.h and linux/string.h
12361
12362 This commit:
12363 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
12364 Author: Wolfgang Denk <wd@denx.de>
12365 Date: Fri Jun 6 14:28:14 2008 +0200
12366
12367 tools/mkimage: fix compiler warnings on some systems.
12368
12369 Broke building on some systems, because the host's string.h was interfering
12370 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
12371 we're building for the host, so now we only include when building inside
12372 u-boot.
12373
12374 Signed-off-by: Andy Fleming <afleming@freescale.com>
12375
12376commit 9973e3c614721bbf169882ffc3be266a6611cd60
12377Author: Becky Bruce <becky.bruce@freescale.com>
12378Date: Mon Jun 9 16:03:40 2008 -0500
12379
12380 Change initdram() return type to phys_size_t
12381
12382 This patch changes the return type of initdram() from long int to phys_size_t.
12383 This is required for a couple of reasons: long int limits the amount of dram
12384 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
12385 size of physical memory. phys_size_t is defined as an unsigned long on almost
12386 all current platforms.
12387
12388 This patch *only* changes the return type of the initdram function (in
12389 include/common.h, as well as in each board's implementation of initdram). It
12390 does not actually modify the code inside the function on any of the platforms;
12391 platforms which wish to support more than 2GB of DRAM will need to modify
12392 their initdram() function code.
12393
12394 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
12395 MPC8641HPCN.
12396
12397 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12398
12399commit 391fd93ab23e15ab3dd58a54f5b609024009c378
12400Author: Becky Bruce <becky.bruce@freescale.com>
12401Date: Mon Jun 9 20:37:18 2008 -0500
12402
12403 Change lmb to use phys_size_t/phys_addr_t
12404
12405 This updates the lmb code to use phys_size_t
12406 and phys_addr_t instead of unsigned long. Other code
12407 which interacts with this code, like getenv_bootm_size()
12408 is also updated.
12409
12410 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
12411
12412 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12413
12414commit 61b09fc2952dc636017df4e7970e3de132276ba1
12415Author: Becky Bruce <becky.bruce@freescale.com>
12416Date: Mon Jun 9 20:37:17 2008 -0500
12417
12418 Change print_size to take phys_size_t
12419
12420 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12421
12422commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
12423Author: Becky Bruce <becky.bruce@freescale.com>
12424Date: Mon Jun 9 20:37:16 2008 -0500
12425
12426 Change bd/gd memsize/ram_size to be phys_size_t.
12427
12428 Currently, both are defined as an unsigned long, but
12429 should be phys_size_t. This should result in no real change,
12430 since phys_size_t is currently an unsigned long for all the
12431 default configs. Also add print_lnum to cmd_bdinfo to deal
12432 with the potentially wider memsize.
12433
12434 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12435
12436commit ba04f7010958e88a8910f2a123fee53fdc72e013
12437Author: Kumar Gala <galak@kernel.crashing.org>
12438Date: Tue Jun 10 16:16:02 2008 -0500
12439
12440 FSL LAW: Add new interface to use the last free LAW
12441
12442 LAWs have the concept of priority so its useful to be able to allocate
12443 the lowest (highest number) priority. We will end up using this with the
12444 new DDR code.
12445
12446 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12447
12448commit 859a86a25c569d3665ff413d1d923394b8a961f3
12449Author: Kumar Gala <galak@kernel.crashing.org>
12450Date: Wed Jun 11 00:51:45 2008 -0500
12451
12452 85xx/86xx: Move to dynamic mgmt of LAWs
12453
12454 With the new LAW interface (set_next_law) we can move to letting the
12455 system allocate which LAWs are used for what purpose. This makes life
12456 a bit easier going forward with the new DDR code.
12457
12458 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12459 Signed-off-by: Andy Fleming <afleming@freescale.com>
12460 Acked-by: Jon Loeliger <jdl@freescale.com>
12461 Acked-by: Becky Bruce <becky.bruce@freescale.com>
12462
12463commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
12464Author: Kumar Gala <galak@kernel.crashing.org>
12465Date: Wed Jun 11 00:44:10 2008 -0500
12466
12467 FSL LAW: Keep track of LAW allocations
12468
12469 Make it so we keep track of which LAWs have allocated and provide
12470 a function (set_next_law) which can allocate a LAW for us if one is
12471 free.
12472
12473 In the future we will move to doing more "dynamic" LAW allocation
12474 since the majority of users dont really care about what LAW number
12475 they are at.
12476
12477 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
12478
12479 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12480 Signed-off-by: Andy Fleming <afleming@freescale.com>
12481
12482commit ddde74a159caa6e18b481fec01d40b885aebb566
12483Author: Kumar Gala <galak@kernel.crashing.org>
12484Date: Mon Jun 9 22:31:57 2008 -0500
12485
12486 85xx: remove dummy board_early_init_f
12487
12488 A number of board ports have empty version of board_early_init_f
12489 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
12490
12491 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12492
12493commit 81e56e9af0d43712db8efb843606a8d62eab454f
12494Author: Kumar Gala <galak@kernel.crashing.org>
12495Date: Mon Jun 9 18:55:38 2008 -0500
12496
12497 MPC8544DS: Update config.h
12498
12499 * Enable flash progress
12500 * remove CLEAR_LAW0 since we dont really use it
12501
12502 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12503
12504commit 978e81604c1b28526ed580df0fbe64eb8384e94f
12505Author: Kumar Gala <galak@kernel.crashing.org>
12506Date: Mon Jun 9 13:37:24 2008 -0500
12507
12508 85xx: Remove unused and unconfigured memory test code.
12509
12510 Remove unused and unconfigured DDR test code from FSL 85xx boards.
12511 Besides, other common code exists.
12512
12513 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12514
12515commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
12516Author: Sergei Poselenov <sposelenov@emcraft.com>
12517Date: Fri Jun 6 15:42:45 2008 +0200
12518
12519 Socrates: Added FPGA base address update in FDT.
12520
12521 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12522
12523commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
12524Author: Sergei Poselenov <sposelenov@emcraft.com>
12525Date: Fri Jun 6 15:42:44 2008 +0200
12526
12527 Socrates: NAND support added. Changed the U-Boot base address and
12528
12529 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12530
12531commit 248ae5cfc8bf69074d1da099dc495d8e06070547
12532Author: Sergei Poselenov <sposelenov@emcraft.com>
12533Date: Fri Jun 6 15:42:43 2008 +0200
12534
12535 NAND: Added support for 128-bit OOB, adapted
12536
12537 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12538
12539commit 31ca0208612f2eb57690110d7c2815953650e47b
12540Author: Sergei Poselenov <sposelenov@emcraft.com>
12541Date: Fri Jun 6 15:42:42 2008 +0200
12542
12543 Socrates: added missed file with UPMA configuration data.
12544
12545 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
12546
12547commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
12548Author: Sergei Poselenov <sposelenov@emcraft.com>
12549Date: Fri Jun 6 15:42:41 2008 +0200
12550
12551 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
12552
12553 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12554
12555commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
12556Author: Sergei Poselenov <sposelenov@emcraft.com>
12557Date: Fri Jun 6 15:42:40 2008 +0200
12558
12559 Added the upmconfig() function for 85xx.
12560
12561 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12562 Signed-off-by: Andy Fleming <afleming@freescale.com>
12563
12564commit d39e68514ff943930ee692cff3fde03532eb7fec
12565Author: Sergei Poselenov <sposelenov@emcraft.com>
12566Date: Fri Jun 6 15:42:39 2008 +0200
12567
12568 Socrates: config file cleanup.
12569
12570 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12571
12572commit e8cc3f04b124f757af4528206e60d8eb715ae083
12573Author: Wolfgang Grandegger <wg@grandegger.com>
12574Date: Thu Jun 5 13:12:10 2008 +0200
12575
12576 TQM85xx: Change memory map to support Flash memory > 128 MiB
12577
12578 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
12579 memory. The current memory map only supports up to 128 MiB Flash.
12580 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
12581 set, up to 1 GiB flash is supported. To achieve this, the memory
12582 map has to be adjusted in great parts (for example the CCSRBAR is
12583 moved from 0xE0000000 to 0xA0000000).
12584
12585 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
12586 memory map also has to be considered in the kernel (changed
12587 CCSRBAR address, changed PCI IO base address, ...). Please use
12588 an appropriate Flat Device Tree blob (tqm8548.dtb).
12589
12590 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12591 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12592
12593commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
12594Author: Wolfgang Grandegger <wg@grandegger.com>
12595Date: Thu Jun 5 13:12:09 2008 +0200
12596
12597 TQM85xx: NAND support via local bus UPMB
12598
12599 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
12600 default and can be enabled for the TQM8548 modules. It is now based on
12601 the re-written FSL NAND UPM driver. A patch has been posted earlier today
12602 with the subject:
12603
12604 "NAND FSL UPM: driver re-write using the hwcontrol callback"
12605
12606 Note that the R/B pin is not supported by that module requiring to use
12607 the specified maximum delay time.
12608
12609 Note: With NAND support enabled the size of the U-Boot image exceeds
12610 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
12611 doubling the image size :-(.
12612
12613 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
12614 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12615
12616commit b9e8078bb3f3c48111a7081e27279938c3a445e1
12617Author: Wolfgang Grandegger <wg@grandegger.com>
12618Date: Thu Jun 5 13:12:08 2008 +0200
12619
12620 TQM8548: PCI express support
12621
12622 This patch adds support for PCI express cards. The board support
12623 now uses common FSL PCI init code, for both, PCI and PCIe on all
12624 TQM85xx modules.
12625
12626 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
12627 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12628
12629commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
12630Author: Wolfgang Grandegger <wg@grandegger.com>
12631Date: Thu Jun 5 13:12:07 2008 +0200
12632
12633 TQM8548: Basic support for the TQM8548 modules
12634
12635 This patch adds basic support for the TQM8548 module from TQ-Components
12636 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
12637 eTSEC 3 and 4
12638
12639 Furthermore Flash buffer write has been enabled to speed up output to
12640 the Flash by approx. a factor of 10.
12641
12642 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
12643 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12644
12645commit 25991353204c78b094c3c1fec90182dcd607ab8f
12646Author: Wolfgang Grandegger <wg@grandegger.com>
12647Date: Thu Jun 5 13:12:06 2008 +0200
12648
12649 TQM85xx: Support for Flat Device Tree
12650
12651 This patch adds support for Linux kernels using the Flat Device Tree.
12652 It also re-defines the default environment settings for booting Linux
12653 with the FDT blob.
12654
12655 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12656
12657commit d9ee843d54c54776e1fdb86336ce554906a87331
12658Author: Wolfgang Grandegger <wg@grandegger.com>
12659Date: Thu Jun 5 13:12:05 2008 +0200
12660
12661 TQM85xx: Support for Intel 82527 compatible CAN controller
12662
12663 This patch adds initialization of the UPMC RAM to support up to two
12664 Intel 82527 compatible CAN controller on the TQM85xx modules.
12665
12666 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
12667 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12668
12669commit 518d5cfe72916323c746af1647764459914f555f
12670Author: Wolfgang Grandegger <wg@grandegger.com>
12671Date: Thu Jun 5 13:12:04 2008 +0200
12672
12673 TQM85xx: Bugfix in the SDRAM initialisation
12674
12675 The CS0_BNDS register is now set according to the detected
12676 memory size.
12677
12678 Signed-off-by Martin Krause <martin.krause@tqs.de>
12679
12680commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
12681Author: Wolfgang Grandegger <wg@grandegger.com>
12682Date: Thu Jun 5 13:12:03 2008 +0200
12683
12684 TQM85xx: Fix chip select configuration for second FLASH bank
12685
12686 This patch fixes the re-calculation of the automatic chip select
12687 configuration for boards with two populated FLASH banks.
12688
12689 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12690
12691commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
12692Author: Wolfgang Grandegger <wg@grandegger.com>
12693Date: Thu Jun 5 13:12:02 2008 +0200
12694
12695 TQM85xx: Support for Spansion 'N' type flashes added
12696
12697 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
12698 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
12699 needs to be changed -> new start address of the environment. The macro
12700 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
12701 defined for boards with 'N' type flashes.
12702
12703 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12704 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12705
12706commit 5d5bd838f76eade22c0ea40a500389f924d0da36
12707Author: Wolfgang Grandegger <wg@grandegger.com>
12708Date: Thu Jun 5 13:12:01 2008 +0200
12709
12710 TQM85xx: Fix CPM port pin configuration
12711
12712 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
12713 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
12714 as serial interface anyway. Worse, on some board variants configuring the
12715 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
12716
12717 Signed-off-by: Martin Krause <martin.krause@tqs.de>
12718
12719commit b99ba1679e8cd51b023e67098c89e606e47137d2
12720Author: Wolfgang Grandegger <wg@grandegger.com>
12721Date: Thu Jun 5 13:12:00 2008 +0200
12722
12723 TQM85xx: Various coding style fixes
12724
12725 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12726
12727commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
12728Author: Gerald Van Baren <vanbaren@cideas.com>
12729Date: Tue Jun 10 22:15:58 2008 -0400
12730
12731 libfdt: Move the working_fdt pointer to cmd_fdt.c
12732
12733 The working_fdt pointer was declared in common/fdt_support.c but was
12734 not used there. Move it to common/cmd_fdt.c where it is used (it is
12735 also used in lib_ppc/bootm.c).
12736
12737 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
12738
12739commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
12740Author: Kim Phillips <kim.phillips@freescale.com>
12741Date: Tue Jun 10 11:06:17 2008 -0500
12742
12743 fdt: unshadow global working fdt variable
12744
12745 differentiate with local variables of the same name by renaming the
12746 global 'fdt' variable 'working_fdt'.
12747
12748 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12749
12750commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
12751Author: Andy Fleming <afleming@freescale.com>
12752Date: Tue Jun 10 18:49:34 2008 -0500
12753
12754 socrates: Fix PCI clk fix patch
12755
12756 The submitted patch seems to have been more up-to-date, but an older patch was
12757 already in the repository. This patch encompasses the differences
12758
12759 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
12760
12761 Signed-off-by: Andy Fleming <afleming@freescale.com>
12762
12763commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
12764Author: Wolfgang Grandegger <wg@grandegger.com>
12765Date: Thu Jun 5 13:02:29 2008 +0200
12766
12767 NAND FSL UPM: driver re-write using the hwcontrol callback
12768
12769 This is a re-write of the NAND FSL UPM driver using the more universal
12770 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
12771 list of furher modifications:
12772
12773 - For the time being, the UPM setup writing the UPM array has been
12774 removed from the driver and must now be done by the board specific
12775 code.
12776
12777 - The bus width definition in "struct fsl_upm_nand" is now in bits to
12778 comply with the corresponding Linux driver and 8, 16 and 32 bit
12779 accesses are supported.
12780
12781 - chip->dev_read is only set if fun->dev_ready != NULL, which is
12782 required for boards not connecting the R/B pin.
12783
12784 - A few issue have been fixed with MxMR bit manipulation like in the
12785 corresponding Linux driver.
12786
12787 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
12788 as well, because the address is already determined by
12789 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
12790
12791 This patch has been tested on a TQM8548 modules with the NAND chip
12792 Micron MT29F8G08FABWP.
12793
12794 This patch is based on the following patches posted to this list a few
12795 minutes ago:
12796
12797 PPC: add accessor macros to clear and set bits in one shot
12798 83xx/85xx/86xx: add more MxMR local bus definitions
12799
12800 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12801 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12802
12803commit 6beecfbb542992eede5831240cd58678274683a9
12804Author: Wolfgang Grandegger <wg@grandegger.com>
12805Date: Thu Jun 5 13:11:59 2008 +0200
12806
12807 MPC85xx: Beautify boot output of L2 cache configuration
12808
12809 The boot output is now aligned poperly with other boot output
12810 lines, e.g.:
12811
12812 FLASH: 128 MB
12813 L2: 512 KB enabled
12814
12815 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12816
12817commit 398415114f0a705163a14543e9fef03f734b1ffa
12818Author: Wolfgang Grandegger <wg@grandegger.com>
12819Date: Wed Jun 4 12:45:22 2008 +0200
12820
12821 PPC: add accessor macros to clear and set bits in one shot
12822
12823 PPC: add accessor macros to clear and set bits in one shot
12824
12825 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
12826 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
12827 They are very handy to manipulate bits it I/O registers.
12828
12829 This patch is required for my forthcoming FSL NAND UPM driver re-write and
12830 the support for the TQM8548 module.
12831
12832 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12833
12834commit 4677988c7edc070c3786d3db7994abeca3ab82a0
12835Author: Wolfgang Grandegger <wg@grandegger.com>
12836Date: Wed Jun 4 13:52:17 2008 +0200
12837
12838 TQM: move TQM boards to board/tqc
12839
12840 Move all TQM board directories to the vendor specific directory "tqc"
12841 for modules from TQ-Components GmbH (http://www.tqc.de).
12842
12843 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12844
12845commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
12846Author: Wolfgang Grandegger <wg@grandegger.com>
12847Date: Mon Jun 2 12:09:30 2008 +0200
12848
12849 83xx/85xx/86xx: add more MxMR local bus definitions
12850
12851 83xx/85xx/86xx: add more MxMR local bus definitions
12852
12853 This patch adds more macro definitions for the UPM Machine Mode Registers
12854 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
12855 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
12856 required for my forthcoming FSL NAND UPM driver re-write and the support
12857 for the TQM8548 module.
12858
12859 This patch is based on the following two patches from Anton Vorontsov:
12860
12861 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
12862 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
12863
12864 I leave coding style violation fixes, code beautification and name
12865 corrections to somebody else ;-(.
12866
12867 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12868
12869commit c8c5fc266e4499e283c293ccb972863156aa4134
12870Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12871Date: Thu May 29 18:14:56 2008 +0400
12872
12873 83xx/85xx: further localbus cleanups
12874
12875 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
12876 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
12877
12878 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12879
12880commit 42dbd667c88d496882d53e22656e89b654205492
12881Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12882Date: Wed May 28 18:20:15 2008 +0400
12883
12884 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
12885
12886 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
12887 use it on MPC85xx and MPC86xx processors.
12888
12889 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12890
12891commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
12892Author: Kumar Gala <galak@kernel.crashing.org>
12893Date: Thu May 29 11:22:06 2008 -0500
12894
12895 85xx: Add setting of cache props in the device tree.
12896
12897 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12898
12899commit 4dbdb7681e243431530df0725627192a0c4aefda
12900Author: Kumar Gala <galak@kernel.crashing.org>
12901Date: Tue Jun 10 16:53:46 2008 -0500
12902
12903 85xx: expose cpu identification
12904
12905 The current cpu identification code is used just to return the name
12906 of the processor at boot. There are some other locations that the name
12907 is useful (device tree setup). Expose the functionality to other bits
12908 of code.
12909
12910 Also, drop the 'E' suffix and add it on by looking at the SVR version
12911 when we print this out. This is mainly to allow the most flexible use
12912 of the name. The device tree code tends to not care about the 'E' suffix.
12913
12914 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12915
12916commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
12917Author: Kim Phillips <kim.phillips@freescale.com>
12918Date: Tue Jun 10 13:25:24 2008 -0500
12919
12920 mpc83xx: MVBLM7: minor build fixups
12921
12922 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12923
12924commit a1293e549b56da135ef32ffca5b9d35a16aa6802
12925Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
12926Date: Tue Jun 10 09:14:05 2008 +0200
12927
12928 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
12929
12930 Add MPC8343 based board mvBlueLYNX-M7.
12931 It's a single board stereo camera system.
12932 Please read doc/README.mvblm7 for details.
12933
12934 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12935 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12936
12937commit c005b93925ba49f07da2aa748527996d927e172f
12938Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
12939Date: Tue Jun 10 09:13:16 2008 +0200
12940
12941 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
12942
12943 Add MPC8343 based board mvBlueLYNX-M7.
12944 It's a single board stereo camera system.
12945 Please read doc/README.mvblm7 for details.
12946
12947 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12948 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12949
12950commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
12951Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12952Date: Thu May 29 18:14:56 2008 +0400
12953
12954 83xx/85xx: further localbus cleanups
12955
12956 move the BRx_* and ORx_* left behind in mpc85xx.h
12957
12958 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
12959 the same, just few differences which needs some attention though).
12960
12961 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
12962 of these defines. So this cleanup I'll leave for the "better times".
12963
12964 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12965 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12966
12967commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
12968Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12969Date: Wed May 28 18:20:15 2008 +0400
12970
12971 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
12972
12973 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
12974 use it on MPC85xx and MPC86xx processors.
12975
12976 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12977 Acked-by: Andy Fleming <afleming@freescale.com>
12978 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12979
12980commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
12981Author: Tor Krill <tor@excito.com>
12982Date: Mon Jun 2 15:09:30 2008 +0200
12983
12984 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
12985
12986 Signed-off-by: Tor Krill <tor@excito.com>
12987 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12988
12989commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
12990Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12991Date: Mon Jun 9 23:37:44 2008 +0900
12992
12993 net: Conditional COBJS inclusion of network drivers
12994
12995 Replace COBJS-y with appropriate driver config names.
12996
12997 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12998 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12999
13000commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
13001Author: Gerald Van Baren <vanbaren@cideas.com>
13002Date: Mon Jun 9 21:02:17 2008 -0400
13003
13004 Use strncmp() for the fdt command
13005
13006 Cleaner than doing multiple conditionals on characters.
13007
13008 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13009
13010commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
13011Author: Gerald Van Baren <vanbaren@cideas.com>
13012Date: Sat Jun 7 12:25:05 2008 -0400
13013
13014 The fdt boardsetup command criteria was not unique
13015
13016 It was checking just for "b", which is not unique with respect to the
13017 "boot" command. Change to check for "boa"[rdsetup].
13018
13019 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13020
13021commit 2f08bfa9526bae4f461e043530cfb903fec0d273
13022Author: David Gibson <david@gibson.dropbear.id.au>
13023Date: Tue May 20 17:19:11 2008 +1000
13024
13025 libfdt: Several cleanups to parameter checking
13026
13027 This patch makes a couple of small cleanups to parameter checking of
13028 libfdt functions.
13029
13030 - In several functions which take a node offset, we use an
13031 idiom involving fdt_next_tag() first to check that we have indeed been
13032 given a node offset. This patch adds a helper function
13033 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
13034
13035 - In fdt_rw.c in several places we have the expanded version
13036 of the RW_CHECK_HEADER() macro for no particular reason. This patch
13037 replaces those instances with an invocation of the macro; that's what
13038 it's for.
13039
13040 - In fdt_sw.c we rename the check_header_sw() function to
13041 sw_check_header() to match the analgous function in fdt_rw.c, and we
13042 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
13043 functions in fdt_rw.c
13044
13045 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
13046
13047commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
13048Author: Gerald Van Baren <vanbaren@cideas.com>
13049Date: Tue Jun 3 20:34:45 2008 -0400
13050
13051 Remove the deprecated CONFIG_OF_FLAT_TREE
13052
13053 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
13054 cleaner, has better functionality, and is better supported.
13055
13056 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13057
13058commit 62bcdda293efa752f8281fbd9da03822b27ce82f
13059Author: Gerald Van Baren <vanbaren@cideas.com>
13060Date: Tue Jun 3 20:26:29 2008 -0400
13061
13062 Change the stxxst to CONFIG_OF_LIBFDT
13063
13064 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
13065 to CONFIG_OF_LIBFDT.
13066
13067 WARNING: It appears that this board lost its ability to boot via a
13068 flattened device tree prior to this changeset.
13069
13070 WARNING: This conversion was untested because I do not have a board to
13071 test it on.
13072
13073 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13074
13075commit 589c04271d129729a8b01391453851ab9cc4069c
13076Author: Gerald Van Baren <vanbaren@cideas.com>
13077Date: Tue Jun 3 20:24:58 2008 -0400
13078
13079 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
13080
13081 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
13082 to CONFIG_OF_LIBFDT.
13083
13084 WARNING: This conversion is untested because I do not have a board to
13085 test it on.
13086
13087 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
13088 /aliases/ethernet1 property for the ethernet to work.
13089
13090 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
13091
13092commit ee1e35bede91debc8bff9b02f75574486033b652
13093Author: Kumar Gala <galak@kernel.crashing.org>
13094Date: Thu May 29 01:21:24 2008 -0500
13095
13096 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
13097
13098 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13099
13100commit 3b9519fc50802436e417c839e69df7b2016cade5
13101Author: Becky Bruce <becky.bruce@freescale.com>
13102Date: Wed May 14 13:10:04 2008 -0500
13103
13104 MPC85xx: Change traps.c to not reference non-addressable memory
13105
13106 Currently, END_OF_RAM is used by the trap code to determine if
13107 we should attempt to access the stack pointer or not. However,
13108 on systems with a lot of RAM, only a subset of the RAM is
13109 guaranteed to be mapped in and accessible. Change END_OF_RAM
13110 to use get_effective_memsize() instead of using the raw ram
13111 size out of the bd.
13112
13113 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13114
13115commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
13116Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13117Date: Mon Jun 9 13:39:57 2008 +0900
13118
13119 sh: Renesas Solutions SH7763RDP board support
13120
13121 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
13122 In this patch, support SCIF, NOR Flash, and Ethernet.
13123
13124 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13125 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13126
13127commit 60179098a95eaa972007d7ec58e4c1588029720f
13128Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13129Date: Fri Jun 6 16:24:13 2008 +0900
13130
13131 sh: Add support Renesas SH7763
13132
13133 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
13134 This patch supprts CPU register's header file.
13135
13136 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13137 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13138
13139commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
13140Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13141Date: Fri Jun 6 16:16:08 2008 +0900
13142
13143 sh: SH7763 SCIF support
13144
13145 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
13146 but only SCIF2 is different. This patch work all SCIF channel.
13147
13148 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13149 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13150
13151commit 79b51ff8205f0354d5300570614c1d2db499679c
13152Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13153Date: Sat Jun 7 20:51:59 2008 +0900
13154
13155 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
13156
13157 Also get rid of some #ifdefs in *.c files.
13158
13159 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13160
13161commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
13162Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13163Date: Sat Jun 7 20:51:56 2008 +0900
13164
13165 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
13166
13167 CONFIG_SOC_AU1X00
13168
13169 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
13170 need to have this config as a system type specifier.
13171
13172 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
13173 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
13174
13175 Machine type specifiers. Each port should have one of aboves.
13176
13177 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13178
13179commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
13180Author: Stuart Wood <stuart.wood@labxtechnologies.com>
13181Date: Fri May 30 16:05:28 2008 -0400
13182
13183 env_nand.c: Added bad block management for environment variables
13184
13185 Modified to check for bad blocks and to skipping over them when
13186 CFG_ENV_RANGE has been defined.
13187 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
13188 flash block size.
13189
13190 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
13191 Signed-off-by: Scott Wood <scottwood@freescale.com>
13192
13193commit 279726bd00558e80263d44581c44167625b7fb9a
13194Author: Becky Bruce <becky.bruce@freescale.com>
13195Date: Wed May 14 13:09:58 2008 -0500
13196
13197 MPC86xx: Change traps.c to not reference non-addressable memory
13198
13199 Currently, END_OF_RAM is used by the trap code to determine if
13200 we should attempt to access the stack pointer or not. However,
13201 on systems with a lot of RAM, only a subset of the RAM is
13202 guaranteed to be mapped in and accessible. Change END_OF_RAM
13203 to use get_effective_memsize() instead of using the raw ram
13204 size out of the bd to prevent us from trying to access
13205 non-mapped memory.
13206
13207 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13208
13209commit 338cc038461a6c7709c5b86fd9a240209338a1ae
13210Author: Wolfgang Denk <wd@denx.de>
13211Date: Fri Jun 6 14:28:14 2008 +0200
13212
13213 tools/mkimage: fix compiler warnings on some systems.
13214
13215 Signed-off-by: Wolfgang Denk <wd@denx.de>
13216
13217commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
13218Author: Stefan Roese <sr@denx.de>
13219Date: Fri Jun 6 16:10:41 2008 +0200
13220
13221 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
13222
13223 We use upper case letters for the AMCC processor defines (like
13224 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
13225 not CONFIG_440SPe. This patch fixes the last misspelled config options.
13226
13227 Signed-off-by: Stefan Roese <sr@denx.de>
13228
13229commit 72675dc6c06a48846d180106161d49dd714383cc
13230Author: Stefan Roese <sr@denx.de>
13231Date: Fri Jun 6 15:55:21 2008 +0200
13232
13233 ppc4xx: Unify AMCC's board config files (part 3/3)
13234
13235 This patch series unifies the AMCC eval board ports by introducing
13236 a common include header for all AMCC eval boards:
13237
13238 include/configs/amcc-common.h
13239
13240 This header now includes all common configuration options/defines which
13241 are removed from the board specific headers.
13242
13243 The reason for this is ease of maintenance and unified look and feel
13244 of all AMCC boards.
13245
13246 Signed-off-by: Stefan Roese <sr@denx.de>
13247
13248commit 490f204096d6e2c9940f67816f154a8125bab116
13249Author: Stefan Roese <sr@denx.de>
13250Date: Fri Jun 6 15:55:03 2008 +0200
13251
13252 ppc4xx: Unify AMCC's board config files (part 2/3)
13253
13254 This patch series unifies the AMCC eval board ports by introducing
13255 a common include header for all AMCC eval boards:
13256
13257 include/configs/amcc-common.h
13258
13259 This header now includes all common configuration options/defines which
13260 are removed from the board specific headers.
13261
13262 The reason for this is ease of maintenance and unified look and feel
13263 of all AMCC boards.
13264
13265 Signed-off-by: Stefan Roese <sr@denx.de>
13266
13267commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
13268Author: Stefan Roese <sr@denx.de>
13269Date: Fri Jun 6 15:54:31 2008 +0200
13270
13271 ppc4xx: Unify AMCC's board config files (part 1/3)
13272
13273 This patch series unifies the AMCC eval board ports by introducing
13274 a common include header for all AMCC eval boards:
13275
13276 include/configs/amcc-common.h
13277
13278 This header now includes all common configuration options/defines which
13279 are removed from the board specific headers.
13280
13281 The reason for this is ease of maintenance and unified look and feel
13282 of all AMCC boards.
13283
13284 Signed-off-by: Stefan Roese <sr@denx.de>
13285
13286commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
13287Author: Remy Bohmer <linux@bohmer.net>
13288Date: Thu Jun 5 13:03:36 2008 +0200
13289
13290 DM9000 fix status check fail 0x6d error for trizeps board
13291
13292 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
13293 the status byte need to be checked to identify a valid packet in the fifo
13294
13295 But, The several different Application Notes do not all speak the same
13296 language on these bits. They do not disagree, but only 1 Application Note
13297 noted explicitly that only these 2 bits need to be checked.
13298 Even the datasheets do not mention anything about these 2 bits.
13299
13300 Because the old code, and the kernel check the whole byte, I left this piece
13301 untouched.
13302
13303 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
13304 it should work.
13305
13306 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
13307 in the fifo) is much shorter now, compared to the older U-boot driver code,
13308 so that we can maybe run into a hardware condition now that was never seen
13309 before, or maybe was seen very unfrequently.
13310
13311 Additionaly added a cleanup of a stack variable.
13312
13313 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13314 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13315
13316commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
13317Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13318Date: Thu Jun 5 22:29:00 2008 +0900
13319
13320 [MIPS] Update <asm/addrspace.h> header
13321
13322 - Fix traditional KSEG names
13323 - Replace PHYSADDR with CPHYSADDR
13324
13325 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13326
13327commit f0d5a6f060d00358b85c62a921a423ea8df71184
13328Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13329Date: Thu Jun 5 22:29:00 2008 +0900
13330
13331 [MIPS] mips_config.mk: Misc fixes
13332
13333 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
13334 - Modify comments
13335
13336 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13337
13338commit 5f64d21c9a2998794f255b469165b91f092dfc2d
13339Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13340Date: Thu Jun 5 22:29:00 2008 +0900
13341
13342 [MIPS] Kill unused <version.h> inclusions
13343
13344 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13345
13346commit a55d48174cfd1a5bc184159513f48dcbbe409c83
13347Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13348Date: Thu Jun 5 22:29:00 2008 +0900
13349
13350 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
13351
13352 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
13353 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
13354 in the U-Boot system.
13355
13356 The other is we don't have a proper time management counter like timestamp
13357 other ARCHs have. We need the 32-bit millisecond clock counter.
13358
13359 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
13360 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
13361 of calculated CP0 counter cycles in a CFG_HZ.
13362
13363 STRATEGY:
13364
13365 * Fix improper CFG_HZ value to have 1000
13366
13367 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
13368
13369 * timer_init: initialize timestamp and set up the first timer expiration.
13370 Note that we don't need to initialize CP0 count/compare registers here
13371 as they have been already zeroed out on the system reset. Leave them as
13372 they are.
13373
13374 * get_timer: calculate how many timestamps have been passed, then return
13375 base-relative timestamp. Make sure we can easily count missed timestamps
13376 regardless of CP0 count/compare value.
13377
13378 * get_ticks: return the current timestamp, that is get_timer(0).
13379
13380 Most parts are from good old Linux v2.6.16 kernel.
13381
13382 v2:
13383 - Remove FIXME comments as they turned out to be trivial.
13384 - Use CP0 compare register as a global variable for expirelo.
13385 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
13386 instead.
13387
13388 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13389
13390commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
13391Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13392Date: Thu Jun 5 22:29:00 2008 +0900
13393
13394 [MIPS] lib_mips/time.c: Fix udelay
13395
13396 What we have to do is just to wait for given micro-seconds. No need to
13397 take into account current time, get_timer and CFG_HZ.
13398
13399 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13400
13401commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
13402Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13403Date: Thu Jun 5 22:28:59 2008 +0900
13404
13405 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
13406
13407 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
13408 This patch replaces mips_{compare,count}_set and mips_count_get with
13409 existing macros.
13410
13411 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13412
13413commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
13414Author: Remy Bohmer <linux@bohmer.net>
13415Date: Tue Jun 3 15:48:17 2008 +0200
13416
13417 Get rid of annoying/superfluous bad-checksum warning message
13418
13419 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
13420 It is annoying for ordinary users who start to doubt the network connection
13421 in general when they see messages like this.
13422
13423 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
13424 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
13425 now before checking the checksum.
13426
13427 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13428 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13429
13430commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
13431Author: Remy Bohmer <linux@bohmer.net>
13432Date: Wed Jun 4 10:47:25 2008 +0200
13433
13434 Fix order for reading rx-status registers in 32bit mode of DM9000
13435
13436 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
13437 a bug in reading the rx-status registers in 32bit mode only.
13438 This patch repairs this.
13439
13440 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13441 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13442
13443commit 98291e2e689096420465074cce926b226d2e71b4
13444Author: Remy Bohmer <linux@bohmer.net>
13445Date: Tue Jun 3 15:26:26 2008 +0200
13446
13447 DM9000: Some minor code cleanups
13448
13449 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
13450 need some other minor cleanup.
13451
13452 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13453 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13454
13455commit 850ba7555dbd4ca8d14fc475b864d534797adab3
13456Author: Remy Bohmer <linux@bohmer.net>
13457Date: Tue Jun 3 15:26:25 2008 +0200
13458
13459 DM9000: Make driver work properly for DM9000A
13460
13461 The DM9000A network controller does not work with the U-boot DM9000x driver.
13462 Analysis showed that many incoming packets are lost.
13463
13464 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
13465 check for a valid rx packet be done on the interrupt status register, not
13466 directly by performing the dummy read and the rx status check as is currently
13467 the case in the u-boot driver.
13468
13469 When the recommended poll is done as suggested the driver starts working
13470 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
13471 can be more than 1 package in the fifo at the same time.
13472
13473 The driver must perform the rx-status check in a loop and read and handle all
13474 packages until there is no more left _after_ the interrupt RX flag is set.
13475
13476 This change has been tested with DM9000A, DM9000E, DM9000EP.
13477
13478 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13479 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13480
13481commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
13482Author: Remy Bohmer <linux@bohmer.net>
13483Date: Tue Jun 3 15:26:24 2008 +0200
13484
13485 DM9000: Improve eth_reset() routine
13486
13487 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
13488 reset procedure must be done twice to properly reset the DM9000 by means of software.
13489 This errata is not needed anymore for the DM9000A, but it does not bother it.
13490
13491 This change has been tested with DM9000A, DM9000E, DM9000EP.
13492
13493 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13494 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13495
13496commit acba31847fad9ae40708cc2c9f3a634ec35f3416
13497Author: Remy Bohmer <linux@bohmer.net>
13498Date: Tue Jun 3 15:26:23 2008 +0200
13499
13500 DM9000: improve eth_send() routine
13501
13502 The eth_send routine of the U-boot DM9000x driver does not match the
13503 DM9000 or DM9000A application notes/programming guides.
13504
13505 This change improves the stability of the DM9000A network controller.
13506
13507 This change has been tested with DM9000A, DM9000E, DM9000EP.
13508
13509 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13510 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13511
13512commit 134e266253c02a7832560da59d394989c4f64453
13513Author: Remy Bohmer <linux@bohmer.net>
13514Date: Tue Jun 3 15:26:22 2008 +0200
13515
13516 DM9000: repair debug logging
13517
13518 It seems that the debugging code of the DM9000x driver in U-boot has not been
13519 compiled for a long time, because it cannot compile...
13520
13521 Also rearranged some loglines to get more useful info while debugging.
13522
13523 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13524 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13525
13526commit a101361bfe23c120321e45d114c0603b8e0763e9
13527Author: Remy Bohmer <linux@bohmer.net>
13528Date: Tue Jun 3 15:26:21 2008 +0200
13529
13530 DM9000: Add data bus-width auto detection.
13531
13532 The U-boot DM9000x driver contains a compile time bus-width definition for
13533 the databus connected to the network controller.
13534
13535 This compile check makes the code unclear, inflexible and is unneccessary.
13536 It can be asked to the network controller what its bus-width is by reading bits
13537 6 and 7 of the interrupt status register.
13538
13539 The linux kernel already uses a runtime mechanism to determine this bus-width,
13540 so the implementation below looks somewhat like that implementation.
13541
13542 This change has been tested with DM9000A, DM9000E, DM9000EP.
13543
13544 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13545 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13546
13547commit 63a0afa0c32e5f4ea98a9439542870072437404d
13548Author: Stefan Roese <sr@denx.de>
13549Date: Wed Jun 4 19:19:20 2008 +0200
13550
13551 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
13552
13553 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
13554 introduced by the commit:
13555
13556 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
13557
13558 With this patch SDRAM will get initialized again and booting from NAND
13559 is working again.
13560
13561 Signed-off-by: Stefan Roese <sr@denx.de>
13562 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
13563
13564commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
13565Author: Wolfgang Denk <wd@denx.de>
13566Date: Tue May 27 14:19:30 2008 +0200
13567
13568 Socrates: Fix PCI bus frequency report
13569
13570 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
13571
13572commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
13573Author: Tor Krill <tor@excito.com>
13574Date: Thu May 29 11:10:30 2008 +0200
13575
13576 Fix incorrect switch for IF_TYPE in part.c
13577
13578 Use correct field in block_dev_desc_t when writing interface type in
13579 dev_print. Error introduced in 574b3195.
13580
13581 Also added fix from Martin Krause
13582
13583 Signed-off-by: Tor Krill <tor@excito.com>
13584
13585commit b64b8a0bd310935b70af69ac970952f2b364ae56
13586Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
13587Date: Tue May 27 10:25:39 2008 +0200
13588
13589 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
13590
13591 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
13592
13593commit 35ef877f0a8f6232cdef748f442fed5accb2b641
13594Author: Peter Tyser <ptyser@xes-inc.com>
13595Date: Thu May 22 18:56:52 2008 -0500
13596
13597 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
13598
13599 Removed unneeded command line history initialization. Also, the original
13600 code would access the 'initted' variable before relocation to SDRAM
13601 which resulted in erratic behavior since the bss is not initialized when
13602 executing from flash.
13603
13604 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13605
13606commit 22f371b63038a4ecab04068877c1089e51a01ba1
13607Author: Grant Erickson <gerickson@nuovations.com>
13608Date: Wed May 21 13:28:30 2008 -0700
13609
13610 PPC4xx: Simplified post_word_{load, store}
13611
13612 This patch simplifies post_word_{load,store} by using the preprocessor
13613 to eliminate redundant, copy-and-pasted code.
13614
13615 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
13616
13617commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
13618Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
13619Date: Wed May 7 21:25:33 2008 +0400
13620
13621 cfi_flash: enable M18 flash chips family support.
13622
13623 Added new command set ID. Buffered write command processing is changed
13624 in order to support M18 flash chips family.
13625
13626 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
13627 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
13628
13629commit 93c56f212ccdadc182018f0769cb284426b88f1d
13630Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
13631Date: Wed May 7 21:24:44 2008 +0400
13632
13633 cfi_flash: support of long cmd in U-boot.
13634
13635 Some NOR flash chips needs support of commands with length grether than max
13636 value size of uchar. For example all M18 family chips use 0x1ff command in
13637 buffered write mode as value of program loops count.
13638
13639 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
13640 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
13641
13642commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
13643Author: Stefan Roese <sr@denx.de>
13644Date: Fri May 16 11:06:06 2008 +0200
13645
13646 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
13647
13648 On AD7414 the first value upon bootup is not read correctly.
13649 This is most likely because of the 800ms update time of the
13650 temp register in normal update mode. To get current values
13651 each time we issue the "dtt" command including upon powerup
13652 we switch into one-short mode.
13653
13654 This patch fixes the problem on AD7414 equipped boards (Sequoia,
13655 Canyonlands etc), that temp value printed in the bootup log was
13656 incorrect.
13657
13658 Signed-off-by: Stefan Roese <sr@denx.de>
13659
13660commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
13661Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13662Date: Fri May 30 16:55:06 2008 +0200
13663
13664 ppc4xx: Cleanup CPCI405 variant's config file
13665
13666 This patch removes some dead code from CPCI405 board's
13667 config files. JFFS2 support is also removed. It's not used and
13668 CPCI4052 does not build anymore without some size reduction.
13669
13670 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13671
13672commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
13673Author: Kenneth Johansson <kenneth@southpole.se>
13674Date: Thu May 29 16:32:33 2008 +0200
13675
13676 Remove shell variable UNDEF_SYM.
13677
13678 UNDEF_SYM is a shell variable in the main Makefile used to force the
13679 linker to add all u-boot commands to the final image. It has no use here.
13680
13681 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
13682
13683commit 8c66497e06bf803489c589df58ee591d71033274
13684Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13685Date: Fri May 16 11:10:35 2008 +0200
13686
13687 Add support for environment in SPI flash
13688
13689 This is pretty incomplete...it doesn't handle reading the environment
13690 before relocation, it doesn't support redundant environment, and it
13691 doesn't support embedded environment. But apart from that, it does
13692 seem to work.
13693
13694 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13695
13696commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
13697Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13698Date: Fri May 16 11:10:34 2008 +0200
13699
13700 SPI Flash: Add "sf" command
13701
13702 This adds a new command, "sf" which can be used to manipulate SPI
13703 flash. Currently, initialization, reading, writing and erasing is
13704 supported.
13705
13706 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13707
13708commit d25ce7d24cc0f93881559f4009175ea305af65e8
13709Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13710Date: Fri May 16 11:10:33 2008 +0200
13711
13712 SPI Flash subsystem
13713
13714 This adds a new SPI flash subsystem.
13715
13716 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
13717 but some preliminary support for other flash types is in place as
13718 well.
13719
13720 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13721
13722commit 60445cb5c3eb77ed1a07f2d908eef09174483698
13723Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
13724Date: Fri May 16 11:10:32 2008 +0200
13725
13726 atmel_spi: Driver for the Atmel SPI controller
13727
13728 This adds a driver for the SPI controller found on most AT91 and AVR32
13729 chips, implementing the new SPI API.
13730
13731 Changed in v4:
13732 - Update to new API
13733 - Handle zero-length transfers appropriately. The user may send a
13734 zero-length SPI transfer with SPI_XFER_END set in order to
13735 deactivate the chip select after a series of transfers with chip
13736 select active. This is useful e.g. when polling the status
13737 register of DataFlash.
13738
13739 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
13740
13741commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
13742Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
13743Date: Fri May 16 11:10:31 2008 +0200
13744
13745 SPI API improvements
13746
13747 This patch gets rid of the spi_chipsel table and adds a handful of new
13748 functions that makes the SPI layer cleaner and more flexible.
13749
13750 Instead of the spi_chipsel table, each board that wants to use SPI
13751 gets to implement three hooks:
13752 * spi_cs_activate(): Activates the chipselect for a given slave
13753 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
13754 * spi_cs_is_valid(): Determines if the given bus/chipselect
13755 combination can be activated.
13756
13757 Not all drivers may need those extra functions however. If that's the
13758 case, the board code may just leave them out (assuming they know what
13759 the driver needs) or rely on the linker to strip them out (assuming
13760 --gc-sections is being used.)
13761
13762 To set up communication parameters for a given slave, the driver needs
13763 to call spi_setup_slave(). This returns a pointer to an opaque
13764 spi_slave struct which must be passed as a parameter to subsequent SPI
13765 calls. This struct can be freed by calling spi_free_slave(), but most
13766 driver probably don't want to do this.
13767
13768 Before starting one or more SPI transfers, the driver must call
13769 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
13770 the hardware. When all transfers are done, the driver must call
13771 spi_release_bus() to make the bus available to others, and possibly
13772 shut down the SPI controller hardware.
13773
13774 spi_xfer() behaves mostly the same as before, but it now takes a
13775 spi_slave parameter instead of a spi_chipsel function pointer. It also
13776 got a new parameter, flags, which is used to specify chip select
13777 behaviour. This may be extended with other flags in the future.
13778
13779 This patch has been build-tested on all powerpc and arm boards
13780 involved. I have not tested NIOS since I don't have a toolchain for it
13781 installed, so I expect some breakage there even though I've tried
13782 fixing up everything I could find by visual inspection.
13783
13784 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
13785 DataFlash drivers posted as a follow-up. I'd like some help testing
13786 other boards that use the existing SPI API.
13787
13788 But most of all, I'd like some comments on the new API. Is this stuff
13789 usable for everyone? If not, why?
13790
13791 Changed in v4:
13792 - Build fixes for various boards, drivers and commands
13793 - Provide common struct spi_slave definition that can be extended by
13794 drivers
13795 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
13796 - Make default bus and mode build-time configurable
13797 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
13798
13799 Changed in v3:
13800 - Add opaque struct spi_slave for controller-specific data associated
13801 with a slave.
13802 - Add spi_claim_bus() and spi_release_bus()
13803 - Add spi_free_slave()
13804 - spi_setup() is now called spi_setup_slave() and returns a
13805 struct spi_slave
13806 - soft_spi now supports four SPI modes (CPOL|CPHA)
13807 - Add bus parameter to spi_setup_slave()
13808 - Convert the new i.MX32 SPI driver
13809 - Convert the new MC13783 RTC driver
13810
13811 Changed in v2:
13812 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
13813 new API.
13814
13815 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
13816 Tested-by: Guennadi Liakhovetski <lg@denx.de>
13817
13818commit 289011207d999b2e4085150d2aa30d547ad9b800
13819Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13820Date: Fri May 16 11:10:30 2008 +0200
13821
13822 Move definition of container_of() to common.h
13823
13824 AVR32 and AT91SAM9 both have their own identical definitions of
13825 container_of() taken from the Linux kernel. Move it to common.h so
13826 that all architectures can use it.
13827
13828 container_of() is already used by some drivers, and will be used
13829 extensively by the new and improved SPI API.
13830
13831 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13832
13833commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
13834Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13835Date: Fri May 16 11:08:11 2008 +0200
13836
13837 soft_i2c: Pull SDA high before reading
13838
13839 Spotted by Dean Capindale.
13840
13841 Systems that support open-drain GPIO properly are allowed provide an
13842 empty I2C_TRISTATE define. However, this means that we need to be
13843 careful not to drive SDA low when the slave is expected to respond.
13844
13845 This patch adds a missing I2C_SDA(1) to read_byte() required to
13846 tristate the SDA line on systems that support open-drain GPIO.
13847
13848 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13849
13850commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
13851Author: Stefan Roese <sr@denx.de>
13852Date: Mon May 19 11:34:53 2008 +0200
13853
13854 ppc4xx: Remove implementations of testdram()
13855
13856 This patch removes the used testdram() implementations of the board
13857 that are maintained by myself.
13858
13859 Signed-off-by: Stefan Roese <sr@denx.de>
13860
13861commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
13862Author: Stefan Roese <sr@denx.de>
13863Date: Mon Jun 2 17:37:28 2008 +0200
13864
13865 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
13866
13867 Historically the 405 U-Boot port had a dram_init() call in early init
13868 stage. This function was still called from start.S and most of the time
13869 coded in assembler. This is not needed anymore (since a long time) and
13870 boards should implement the common initdram() function in C instead.
13871
13872 This patch now removed the dram_init() call from start.S and removes the
13873 empty implementations that are scattered through most of the 405 board
13874 ports. Some older board ports really implement this dram_init() though.
13875 These are:
13876
13877 csb272
13878 csb472
13879 ERIC
13880 EXBITGEN
13881 W7OLMC
13882 W7OLMG
13883
13884 I changed those boards to call this assembler dram_init() function now
13885 from their board specific initdram() instead. This *should* work, but please
13886 test again on those platforms. And it is perhaps a good idea that those
13887 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
13888 some time. So further patches welcome here.
13889
13890 Signed-off-by: Stefan Roese <sr@denx.de>
13891
13892commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
13893Author: Stefan Roese <sr@denx.de>
13894Date: Mon Jun 2 17:22:11 2008 +0200
13895
13896 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
13897
13898 Signed-off-by: Stefan Roese <sr@denx.de>
13899
13900commit 39b32be18cd33b53a84065edcd4e465165cc5564
13901Author: Stefan Roese <sr@denx.de>
13902Date: Mon Jun 2 17:20:03 2008 +0200
13903
13904 ppc4xx: Fix common ECC generation code for 440GP style platforms
13905
13906 This patch makes the common 4xx ECC code really usable on 440GP style
13907 platforms.
13908
13909 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
13910 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
13911 we need to make some processor dependant defines used later on by the
13912 driver.
13913
13914 Signed-off-by: Stefan Roese <sr@denx.de>
13915
13916commit ec724f883ee3f3925e6c55027e8ffa70ada83303
13917Author: Stefan Roese <sr@denx.de>
13918Date: Mon Jun 2 17:13:55 2008 +0200
13919
13920 ppc4xx: Change Kilauea to use the common DDR2 init function
13921
13922 This patch changes the kilauea and kilauea_nand (for NAND booting)
13923 board port to not use a board specific DDR2 init routine anymore. Now
13924 the common code from cpu/ppc4xx is used.
13925
13926 Thanks to Grant Erickson for all his basic work on this 405EX early
13927 bootup.
13928
13929 Signed-off-by: Stefan Roese <sr@denx.de>
13930
13931commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
13932Author: Stefan Roese <sr@denx.de>
13933Date: Mon Jun 2 14:59:21 2008 +0200
13934
13935 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
13936
13937 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
13938 ppc4xx related SDRAM/DDR/DDR2 controller defines.
13939
13940 Signed-off-by: Stefan Roese <sr@denx.de>
13941
13942commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
13943Author: Stefan Roese <sr@denx.de>
13944Date: Mon Jun 2 14:57:41 2008 +0200
13945
13946 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
13947
13948 This patch removes all SDRAM related defines from the PPC4xx headers
13949 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
13950 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
13951
13952 It also introduces new defines for the equipped SDRAM controller based on
13953 which PPC variant is used. There new defines are:
13954
13955 used on 405GR/CR/EP and some Xilinx Virtex boards.
13956
13957 used on 440GP/GX/EP/GR.
13958
13959 used on 440EPx/GRx.
13960
13961 used on 405EX/r/440SP/SPe/460EX/GT.
13962
13963 Signed-off-by: Stefan Roese <sr@denx.de>
13964
13965commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
13966Author: Stefan Roese <sr@denx.de>
13967Date: Mon Jun 2 14:35:44 2008 +0200
13968
13969 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
13970
13971 This patch consolidates the 405 and 440 parts of the NAND booting code
13972 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
13973 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
13974 Only *after* running from this location, nand_boot() is called.
13975
13976 Please note that the initsdram() call is now moved from nand_boot.c
13977 to start.S. I experienced problems with some boards like Kilauea
13978 (405EX), which don't have internal SRAM (OCM) and relocation needs to
13979 be done to SDRAM before the NAND controller can get accessed. When
13980 initdram() is called later on in nand_boot(), this can lead to problems
13981 with variables in the bss sections like nand_ecc_pos[].
13982
13983 Signed-off-by: Stefan Roese <sr@denx.de>
13984 Acked-by: Scott Wood <scottwood@freescale.com>
13985
13986commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
13987Author: Grant Erickson <gerickson@nuovations.com>
13988Date: Thu May 22 14:44:24 2008 -0700
13989
13990 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
13991
13992 This patch (Part 2 of 2):
13993
13994 * Rolls up a suite of changes to enable correct primordial stack and
13995 global data handling when the data cache is used for such a purpose
13996 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
13997
13998 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
13999 eliminating redundant ECC initialization implementations and moving
14000 redundant SDRAM initialization out of board code into shared 4xx
14001 code.
14002
14003 * Enables MCSR visibility on the 405EX(r).
14004
14005 * Enables the use of the data cache for initial RAM on
14006 both AMCC's Kilauea and Makalu and removes a redundant
14007 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
14008
14009 - Removed, per Stefan Roese's request, defunct memory.c file for
14010 Makalu and rolled sdram_init from it into makalu.c.
14011
14012 With respect to the 4xx DDR initialization and ECC unification, there
14013 is certainly more work that can and should be done (file renaming,
14014 etc.). However, that can be handled at a later date on a second or
14015 third pass. As it stands, this patch moves things forward in an
14016 incremental yet positive way for those platforms that utilize this
14017 code and the features associated with it.
14018
14019 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14020 Signed-off-by: Stefan Roese <sr@denx.de>
14021
14022commit c821b5f120bedf73867513466412587c6912a8f8
14023Author: Grant Erickson <gerickson@nuovations.com>
14024Date: Thu May 22 14:44:14 2008 -0700
14025
14026 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
14027
14028 This patch (Part 1 of 2):
14029
14030 * Rolls up a suite of changes to enable correct primordial stack and
14031 global data handling when the data cache is used for such a purpose
14032 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
14033
14034 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
14035 eliminating redundant ECC initialization implementations and moving
14036 redundant SDRAM initialization out of board code into shared 4xx
14037 code.
14038
14039 * Enables MCSR visibility on the 405EX(r).
14040
14041 * Enables the use of the data cache for initial RAM on
14042 both AMCC's Kilauea and Makalu and removes a redundant
14043 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
14044
14045 - Removed, per Stefan Roese's request, defunct memory.c file for
14046 Makalu and rolled sdram_init from it into makalu.c.
14047
14048 With respect to the 4xx DDR initialization and ECC unification, there
14049 is certainly more work that can and should be done (file renaming,
14050 etc.). However, that can be handled at a later date on a second or
14051 third pass. As it stands, this patch moves things forward in an
14052 incremental yet positive way for those platforms that utilize this
14053 code and the features associated with it.
14054
14055 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14056 Signed-off-by: Stefan Roese <sr@denx.de>
14057
14058commit a439680019e06171d4a5694b7992accce87f590e
14059Author: Grant Erickson <gerickson@nuovations.com>
14060Date: Wed May 21 13:28:30 2008 -0700
14061
14062 PPC4xx: Simplified post_word_{load, store}
14063
14064 This patch simplifies post_word_{load,store} by using the preprocessor
14065 to eliminate redundant, copy-and-pasted code.
14066
14067 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14068
14069commit f979690ee337450b2030aba128f95b7a8d9881c0
14070Author: Kumar Gala <galak@kernel.crashing.org>
14071Date: Thu May 15 15:13:08 2008 -0500
14072
14073 Fix warnings from gcc-4.3.0 build on a ppc host
14074
14075 * The cfi_flash.c memset fix actual allows the board to boot so there is
14076 a bit more going on here than just resolving warnings associated with
14077 uninitialized variables.
14078
14079 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
14080 inline function 'ext2_find_next_zero_bit' which is not static
14081
14082 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14083
14084commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
14085Author: Becky Bruce <becky.bruce@freescale.com>
14086Date: Wed May 14 13:09:51 2008 -0500
14087
14088 MPC512x: Change traps.c to not reference non-addressable memory
14089
14090 Currently, END_OF_RAM is used by the trap code to determine if
14091 we should attempt to access the stack pointer or not. However,
14092 on systems with a lot of RAM, only a subset of the RAM is
14093 guaranteed to be mapped in and accessible. Change END_OF_RAM
14094 to use get_effective_memsize() instead of using the raw ram
14095 size out of the bd.
14096
14097 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14098
14099commit 81673e9ae14b771cd13faf19947192599cae3959
14100Author: Kumar Gala <galak@kernel.crashing.org>
14101Date: Tue May 13 19:01:54 2008 -0500
14102
14103 Make sure common.h is the first include.
14104
14105 If common.h isn't first we can get CONFIG_ options defined in the
14106 board config file ignored. This can cause an issue if any of those
14107 config options impact the size of types of data structures
14108 (eg CONFIG_PHYS_64BIT).
14109
14110 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14111
14112commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
14113Author: Marian Balakowicz <m8@semihalf.com>
14114Date: Tue May 13 15:53:29 2008 +0200
14115
14116 Avoid initrd and logbuffer area overlaps
14117
14118 Add logbuffer to reserved LMB areas to prevent initrd allocation
14119 from overlaping with it.
14120
14121 Make sure to use correct logbuffer base address.
14122
14123 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14124
14125commit 6956d53d9934862507f83f0e3255dfd4662e7482
14126Author: Sascha Laue <sascha.laue@liebherr.com>
14127Date: Tue May 13 13:29:54 2008 +0200
14128
14129 lwmon5: add memory-pattern-test to FPGA POST.
14130
14131commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
14132Author: Becky Bruce <becky.bruce@freescale.com>
14133Date: Thu May 8 19:02:51 2008 -0500
14134
14135 PPC: 86xx Add bat registers to reginfo command
14136
14137 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14138
14139commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
14140Author: Becky Bruce <becky.bruce@freescale.com>
14141Date: Fri May 9 15:41:35 2008 -0500
14142
14143 PPC: Add print_bats() to lib_ppc/bat_rw.c
14144
14145 This function prints the values of all the BAT register
14146 pairs - I needed this for debug earlier this week; adding it to
14147 lib_ppc so others can use it (and add it to reginfo commands
14148 if so desired).
14149
14150 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14151
14152commit c148f24c15743a02e855636e6bed013bd121f7f2
14153Author: Becky Bruce <becky.bruce@freescale.com>
14154Date: Thu May 15 21:29:04 2008 -0500
14155
14156 PPC: Change lib_ppc/bat_rw.c to use high bats
14157
14158 Currently, this code only deals with BATs 0-3, which makes
14159 it useless on systems that support BATs 4-7. Add the
14160 support for these registers.
14161
14162 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
14163
14164commit 31d826722434931e1152a09d140187dcf72f8aac
14165Author: Becky Bruce <becky.bruce@freescale.com>
14166Date: Thu May 8 19:02:12 2008 -0500
14167
14168 PPC: Create and use CONFIG_HIGH_BATS
14169
14170 Change all code that conditionally operates on high bat
14171 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
14172 instead of the myriad ways this is done now. Define the option
14173 for every config for which high bats are supported (and
14174 enabled by early boot, on parts where they're not always
14175 enabled)
14176
14177 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14178
14179commit aa3b8bf9c30065bb2ea852799d32db5020598495
14180Author: Wolfgang Grandegger <wg@grandegger.com>
14181Date: Wed May 28 19:55:19 2008 +0200
14182
14183 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
14184
14185 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
14186 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14187
14188commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
14189Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14190Date: Wed May 28 13:06:25 2008 -0500
14191
14192 ColdFire: Add 10 base ethernet support for mcf5445x
14193
14194 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14195 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14196
14197commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
14198Author: Jason McMullan <mcmullan@netapp.com>
14199Date: Fri May 30 00:53:38 2008 +0900
14200
14201 mips: Add an 'include/asm/errno.h', like all other architectures
14202
14203 All other u-boot architectures have an include/asm/errno.h, so
14204 this change adds it to the mips include/asm-mips headers also.
14205
14206 Stolen from Linux 2.6.25.
14207
14208 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
14209
14210commit e2ad8426624bac457acc6925b6ff408e9bf20466
14211Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14212Date: Fri May 30 00:53:38 2008 +0900
14213
14214 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
14215
14216 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14217
14218commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
14219Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14220Date: Fri May 30 00:53:38 2008 +0900
14221
14222 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
14223
14224 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14225
14226commit bf462ae450a7f2eeeddc699ed345b391e3263540
14227Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14228Date: Fri May 30 00:53:37 2008 +0900
14229
14230 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
14231
14232 No functional changes.
14233
14234 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14235
14236commit 89a1550ec6b74452274a7a23127936e2c7eec711
14237Author: Jason McMullan <mcmullan@netapp.com>
14238Date: Fri May 30 00:53:37 2008 +0900
14239
14240 mips: If CONFIG_CMD_SPI is defined, call spi_init()
14241
14242 The mips architecture currently does not call 'spi_init()' in the generic
14243 board initialization routine is CONFIG_CMD_SPI is defined.
14244
14245 This patch rectifies that problem.
14246
14247 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
14248 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14249
14250commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
14251Author: Jason McMullan <mcmullan@netapp.com>
14252Date: Fri May 30 00:53:37 2008 +0900
14253
14254 [MIPS] lib_mips/board.c: Add nand_init
14255
14256 This patch adds the standard 'nand_init()' call to the mips generic
14257 'board_init_r()' call, bringing MIPS in line with the other architectures.
14258
14259 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
14260 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14261
14262commit d6ac2ed893c2168738aee01579d6283af8d37045
14263Author: Scott Wood <scottwood@freescale.com>
14264Date: Thu May 22 10:49:46 2008 -0500
14265
14266 Remove prototypes of nand_init() in favor of including nand.h.
14267
14268 Likewise with onenand_init().
14269
14270 Signed-off-by: Scott Wood <scottwood@freescale.com>
14271
14272commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
14273Author: Scott Wood <scottwood@freescale.com>
14274Date: Thu May 22 10:49:00 2008 -0500
14275
14276 Make onenand_uboot.h self-sufficient.
14277
14278 Don't assume types are provided by previously included headers.
14279
14280 Signed-off-by: Scott Wood <scottwood@freescale.com>
14281
14282commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
14283Author: Dirk Behme <dirk.behme@gmail.com>
14284Date: Wed Jan 16 14:26:59 2008 +0100
14285
14286 nand: Correct NAND erase percentage output
14287
14288 For NAND erase sizes smaller than one NAND erase block, erase
14289 percentage output becomes grater than 100% e.g.
14290
14291 -- cut --
14292 > nand info
14293 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
14294 > nand erase 0x100000 0x2000
14295 NAND erase: device 0 offset 0x100000, size 0x2000
14296 Erasing at 0x100000 -- 200% complete.
14297 OK
14298 >
14299 -- cut --
14300
14301 Correct this and give user a warning that more is erased than specified:
14302
14303 -- cut --
14304 > nand erase 0x100000 0x2000
14305 NAND erase: device 0 offset 0x100000, size 0x2000
14306 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
14307 Erasing 0x00004000 instead
14308 Erasing at 0x100000 -- 100% complete.
14309 OK
14310 >
14311 -- cut --
14312
14313 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
14314
14315commit 5922db6c0948506be91e0de44e7a6863a18a417f
14316Author: Stelian Pop <stelian@popies.net>
14317Date: Tue May 13 17:31:24 2008 +0200
14318
14319 Cleanup nand_info[] declaration.
14320
14321 The nand_info array is declared as extern in several .c files.
14322 Those days, nand.h contains a reference to the array, so there is
14323 no need to declare it elsewhere.
14324
14325 Signed-off-by: Stelian Pop <stelian@popies.net>
14326 Signed-off-by: Scott Wood <scottwood@freescale.com>
14327
14328commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
14329Author: Scott Wood <scottwood@freescale.com>
14330Date: Mon May 19 09:30:43 2008 -0500
14331
14332 NAND: Provide a sane default for NAND_MAX_CHIPS.
14333
14334 This allows the header to be included regardless of whether a board's
14335 config file provides NAND-related defininitions.
14336
14337 Signed-off-by: Scott Wood <scottwood@freescale.com>
14338
14339commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
14340Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14341Date: Mon May 26 12:19:10 2008 +0200
14342
14343 avr32: Fix theoretical race in udelay()
14344
14345 If the specified delay is very short, the cycle counter may go past the
14346 "end" time we are waiting for before we get around to reading it.
14347
14348 Fix it by checking the different between the cycle count "now" and the
14349 cycle count at the beginning. This will work as long as the delay
14350 measured in number of cycles is below 2^31.
14351
14352 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14353
14354commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
14355Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14356Date: Wed May 21 13:01:09 2008 +0200
14357
14358 avr32: Compile atmel_mci.o conditionally
14359
14360 Remove #ifdef CONFIG_MMC from the source file and use conditional
14361 compilation in the Makefile instead.
14362
14363 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14364
14365commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
14366Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14367Date: Thu May 22 12:28:25 2008 +0200
14368
14369 avr32: Fix wrong error flags in atmel_mci driver
14370
14371 Make sure we check for CRC errors when sending commands that use CRC
14372 checking.
14373
14374 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14375 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14376
14377commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
14378Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14379Date: Wed May 21 11:10:59 2008 +0200
14380
14381 avr32: Fix two warnings in atmel_mci.c
14382
14383 The warnings are harmless but annoying. Let's fix them.
14384
14385 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14386
14387commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
14388Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14389Date: Mon May 19 11:36:28 2008 +0200
14390
14391 avr32: Rework SDRAM initialization code
14392
14393 This cleans up the SDRAM initialization and related code a bit, and
14394 allows faster booting.
14395
14396 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
14397 * Remove memory test from sdram_init() and make caller responsible
14398 for verifying the SDRAM and determining its size.
14399 * Remove base_address member from struct sdram_config (was sdram_info)
14400 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
14401 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
14402
14403 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14404
14405commit 95107b7c028806919630bf02c653aa8f4f867c94
14406Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14407Date: Mon May 19 11:27:37 2008 +0200
14408
14409 avr32: Do stricter stack checking in the exception handler
14410
14411 Don't do a stack dump if the stack pointer is outside the memory area
14412 reserved for stack.
14413
14414 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14415
14416commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
14417Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14418Date: Fri May 2 15:32:57 2008 +0200
14419
14420 avr32: Use the same entry point for reset and exception handling
14421
14422 Since the reset vector is always aligned to a very large boundary, we
14423 can save a couple of KB worth of alignment padding by placing the
14424 exception vectors at the same address.
14425
14426 Deciding which one it is is easy: If we're handling an exception, the
14427 CPU is in Exception mode. If we're starting up after reset, the CPU is
14428 in Supervisor mode. So this adds a very minimal overhead to the reset
14429 path (only executed once) and the exception handling path (normally
14430 never executed at all.)
14431
14432 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14433
14434commit 0c16eed2189a190bd5655b33c029f809a9b31128
14435Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14436Date: Fri May 2 15:24:22 2008 +0200
14437
14438 avr32: Put memset in its own section
14439
14440 All C code is compiled with -ffunction-sections -fdata-sections.
14441 Assembly functions should get their own sections as well so that
14442 everything looks consistent.
14443
14444 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14445
14446commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
14447Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14448Date: Fri May 2 15:21:40 2008 +0200
14449
14450 avr32: Rename pm_init() as clk_init() and make SoC-specific
14451
14452 pm_init() was always more about clock initialization than anything
14453 else. Dealing with PLLs, clock gating and such is also inherently
14454 SoC-specific, so move it into a SoC-specific directory.
14455
14456 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14457
14458commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
14459Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14460Date: Wed Apr 30 16:15:57 2008 +0200
14461
14462 avr32: Use new-style Makefile for the at32ap platform
14463
14464 This makes it easier to avoid compiling certain files later.
14465
14466 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14467
14468commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
14469Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14470Date: Wed Apr 30 14:36:47 2008 +0200
14471
14472 avr32: Remove unused file cpu/at32ap/pm.c
14473
14474 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14475
14476commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
14477Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14478Date: Wed Apr 30 14:19:28 2008 +0200
14479
14480 avr32: Clean up the HMATRIX code
14481
14482 Rework the HMATRIX configuration interface so that it becomes easier
14483 to configure the HMATRIX for boards with special needs, and add new
14484 parts.
14485
14486 The HMATRIX header file has been split into a general,
14487 chip-independent part with register definitions, etc. and a
14488 chip-specific part with SFR bitfield definitions and master/slave
14489 identifiers.
14490
14491 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14492
14493commit 0a2e48792dd372c90b80059f3235e67a567e16fc
14494Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14495Date: Thu Nov 22 12:14:11 2007 +0100
14496
14497 avr32: Add support for the ATSTK1006 board
14498
14499 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
14500 board. It's currently in production and will be available soon.
14501
14502 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14503
14504commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
14505Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14506Date: Tue Apr 29 12:53:05 2008 +0200
14507
14508 avr32: Get rid of the .flashprog section
14509
14510 The .flashprog section was only needed back when we were running
14511 directly from flash, and it's even more useless on NGW100 since it
14512 uses the CFI flash driver which never used this workaround in the
14513 first place.
14514
14515 Remove it on STK1000 as well, and get rid of all the associated code and
14516 annotations.
14517
14518 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14519
14520commit cdd42c0c7a5205fc380912d83229069a71ea3abf
14521Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14522Date: Wed Apr 30 13:09:56 2008 +0200
14523
14524 avr32: Use correct condition around macb clock accessors
14525
14526 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
14527 the chip has a MACB controller, not when it has a USART.
14528
14529 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14530
14531commit f793a3581901ff39c2abb94012d9bbc8573ccf02
14532Author: David Brownell <david-b@pacbell.net>
14533Date: Wed Apr 16 22:57:58 2008 -0700
14534
14535 avr32: Disable the AP7000 internal watchdog on startup
14536
14537 This patch forces the watchdog off in all cases. That will at least
14538 get rid of the constant reboot cycle, though it won't let the watchdog
14539 actually run in the new kernels: its probe() comes up with a polite
14540 warning.
14541
14542 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14543
14544commit 55ac7a7490b55da56659f95d82a0c83b9756df27
14545Author: David Brownell <david-b@pacbell.net>
14546Date: Fri Feb 22 12:54:39 2008 -0800
14547
14548 avr32: stk1002 and ngw100 convergence
14549
14550 Make STK1002 and NGW100 boards act more alike:
14551 - STK boards can use as many arguments as NGW
14552 - STK boards don't need to manage FPGAs either
14553 - NGW commands should match STK ones
14554
14555 Also spell U-Boot right in prompts for STK1002 and NGW100.
14556
14557 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
14558 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
14559 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14560
14561commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
14562Author: Sergei Poselenov <sposelenov@emcraft.com>
14563Date: Tue May 27 13:47:00 2008 +0200
14564
14565 Socrates: Fix PCI bus frequency report
14566
14567 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14568
14569commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
14570Author: Sergei Poselenov <sposelenov@emcraft.com>
14571Date: Tue May 27 11:49:13 2008 +0200
14572
14573 Socrates: Added USB support.
14574
14575 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14576
14577commit 5a904e5637cff1d708dc67098004f83ba9e84c54
14578Author: Sergei Poselenov <sposelenov@emcraft.com>
14579Date: Tue May 27 11:35:02 2008 +0200
14580
14581 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
14582
14583 In case of several PCI USB controllers on a board this variable
14584 specifys which controller to use.
14585 See doc/README.generic_usb_ohci for details.
14586
14587 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14588
14589commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
14590Author: Sergei Poselenov <sposelenov@emcraft.com>
14591Date: Tue May 27 10:36:07 2008 +0200
14592
14593 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
14594
14595 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14596
14597commit 83e9d7a2614d4006b92690afa3390c291734267e
14598Author: Sergei Poselenov <sposelenov@emcraft.com>
14599Date: Mon May 26 18:16:04 2008 +0200
14600
14601 Socrates: Config file cleanup.
14602
14603 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14604
14605commit 602cac1389b755b223272f2328a47e6f8c240848
14606Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14607Date: Sat May 24 12:47:46 2008 +0200
14608
14609 MAKEALL: add at91 list
14610
14611 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14612
14613commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
14614Author: Ron Madrid <ron_madrid@sbcglobal.net>
14615Date: Fri May 23 15:37:05 2008 -0700
14616
14617 Add Marvell 88E1118 support for TSEC
14618
14619 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
14620 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14621
14622commit 557b377d8bfc8b833b6e749457bcdfa298331a24
14623Author: Jens Gehrlein <sew_s@tqs.de>
14624Date: Mon May 5 14:06:11 2008 +0200
14625
14626 smc911x: add 16 bit support
14627
14628 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
14629 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14630
cd82919e
WD
14631commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
14632Author: Christian Eggers <ceggers@gmx.de>
14633Date: Wed May 21 21:29:10 2008 +0200
14634
14635 Fix endianess conversion in usb_ohci.c
14636
14637 Sorry, I forgot this line:
14638
14639 Signed-off-by: Christian Eggers <ceggers@gmx.de>
14640
14641 I think this must be swapped (result may be equal).
14642
01db232d
WD
14643commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
14644Author: Christian Eggers <ceggers@gmx.de>
14645Date: Wed May 21 22:12:00 2008 +0200
14646
14647 USB: replace old swap_ with proper endianess conversion macros
14648
14649 Signed-off-by: Christian Eggers <ceggers@gmx.de>
14650 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
14651
14652commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
14653Author: Christian Eggers <ceggers@gmx.de>
14654Date: Wed May 21 21:29:10 2008 +0200
14655
14656 Fix endianess conversion in usb_ohci.c
14657
14658 Signed-off-by: Christian Eggers <ceggers@gmx.de>
14659 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
14660
14661commit 477434c63c2ea5baa5c6c4e43500786f436511ff
14662Author: Sergei Poselenov <sposelenov@emcraft.com>
14663Date: Thu May 22 01:15:53 2008 +0200
14664
14665 USB: add support for multiple PCI OHCI controllers
14666
14667 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
14668 In case of several PCI USB controllers on a board this variable
14669 specifys which controller to use.
14670
14671 Also add USB support for sokrates board.
14672
14673 See doc/README.generic_usb_ohci for details.
14674
14675 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14676 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
14677
14678commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
14679Author: Wolfgang Denk <wd@denx.de>
14680Date: Wed May 21 16:56:08 2008 +0200
14681
14682 Fix some whitespace issues
14683
14684 introduced by 53677ef18 "Big white-space cleanup."
14685
14686 Signed-off-by: Wolfgang Denk <wd@denx.de>
14687
14688commit 4416603aeb06861b468b06a981e52c3ff805db7b
14689Author: York Sun <yorksun@freescale.com>
14690Date: Mon May 12 14:36:39 2008 -0500
14691
14692 Make ads5121 out-of-tree compiling safe
14693
14694 Reuse the existing DIU driver in board/freescale/common.
14695
14696 Signed-off-by: York Sun <yorksun@freescale.com>
14697
14698commit 0e1bad47cd345c76c91a64caf41011e431b62599
14699Author: York Sun <yorksun@freescale.com>
14700Date: Mon May 5 10:20:01 2008 -0500
14701
14702 Adding DIU support for Freescale 5121ADS
14703
14704 Add DIU and cfb console support to FSL 5121ADS board.
14705
14706 Use #define CONFIG_VIDEO in config file to enable fb console.
14707
14708 Signed-off-by: York Sun <yorksun@freescale.com>
14709
14710commit a48ff68d235e671176f6b496c44246dbe5e0a93f
14711Author: York Sun <yorksun@freescale.com>
14712Date: Mon May 5 10:20:00 2008 -0500
14713
14714 Replace DPRINTF with debug
14715
14716 Remove DPRINTF macro and replace it with generic debug macro.
14717
14718 Signed-off-by: York Sun <yorksun@freescale.com>
14719
14720commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
14721Author: York Sun <yorksun@freescale.com>
14722Date: Mon May 5 10:19:59 2008 -0500
14723
14724 Move pixel clock setting to board file
14725
14726 The clock divider has different format in 5121 and 8610. This patch moves it to
14727 board specific code.
14728
14729 Signed-off-by: York Sun <yorksun@freescale.com>
14730
14731commit 53677ef18e25c97ac613349087c5cb33ae5a2741
14732Author: Wolfgang Denk <wd@denx.de>
14733Date: Tue May 20 16:00:29 2008 +0200
14734
14735 Big white-space cleanup.
14736
14737 This commit gets rid of a huge amount of silly white-space issues.
14738 Especially, all sequences of SPACEs followed by TAB characters get
14739 removed (unless they appear in print statements).
14740
14741 Also remove all embedded "vim:" and "vi:" statements which hide
14742 indentation problems.
14743
14744 Signed-off-by: Wolfgang Denk <wd@denx.de>
14745
14746commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
14747Author: Sergei Poselenov <sposelenov@emcraft.com>
14748Date: Thu May 8 17:46:23 2008 +0200
14749
14750 socrates: fix second TSEC configuration (it is actually TSEC3)
14751
14752 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14753
14754commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
14755Author: Sergei Poselenov <sposelenov@emcraft.com>
14756Date: Thu May 8 14:17:08 2008 +0200
14757
14758 Fixed reset for socrates
14759
14760 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14761
14762commit e18575d5f589a62e19c70d471d4b4e27cad3af56
14763Author: Sergei Poselenov <sposelenov@emcraft.com>
14764Date: Wed May 7 15:10:49 2008 +0200
14765
14766 socrates: changes to support FDT
14767
14768 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14769 Signed-off-by: Wolfgang Denk <wd@denx.de>
14770
14771commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
14772Author: Sergei Poselenov <sposelenov@emcraft.com>
14773Date: Wed Apr 30 11:42:50 2008 +0200
14774
14775 Initial support for "Socrates" board
14776
14777 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14778
14779commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
14780Author: Yuri Tikhonov <yur@emcraft.com>
14781Date: Thu May 8 15:46:42 2008 +0200
14782
14783 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
14784
14785 This way we become able to utilize the full post_log_word for POST
14786 activities (overwise, POST ECC, which has 0x8000 ID, could be
14787 erroneously treated as started in post_output_backlog() even if there
14788 was actually no POST ECC run (because of OCM POST failure, for
14789 example).
14790
14791 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14792
14793commit 7845d49094c81321021b50a4dbb8864d2f3777e4
14794Author: Yuri Tikhonov <yur@emcraft.com>
14795Date: Thu May 8 15:46:02 2008 +0200
14796
14797 POST: mark OCM test as POST_STOP
14798
14799 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14800
14801commit 28a385065882d6cb6ac5f443311ff87887ed7c13
14802Author: Yuri Tikhonov <yur@emcraft.com>
14803Date: Thu May 8 15:45:26 2008 +0200
14804
14805 POST: add POST_STOP flag
14806
14807 Don't run futher tests in case of a test fails that is marked as
14808 POST_STOP.
14809
14810 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14811 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14812
14813commit a525145d8110d15b4389d23c3ea8a78f22509d3f
14814Author: Yuri Tikhonov <yur@emcraft.com>
14815Date: Thu May 8 15:44:16 2008 +0200
14816
14817 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
14818
14819 Switch the OCM testid with the codec one. The reason is that current
14820 implementation requires the POST_ROM testid to fit into lower 16
14821 bits, and the codec test will never run with POST_ROM hopefully.
14822
14823 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14824
14825commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
14826Author: Yuri Tikhonov <yur@emcraft.com>
14827Date: Thu May 8 15:43:28 2008 +0200
14828
14829 lwmon5: enable OCM post test on lwmon5 board
14830
14831 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14832
14833commit 6e8ec682268493b8d098f99e17b1ce71b4448977
14834Author: Yuri Tikhonov <yur@emcraft.com>
14835Date: Thu May 8 15:42:47 2008 +0200
14836
14837 POST: OCM test added.
14838
14839 Added OCM test to POST layer. This version runs before all other tests
14840 but doesn't yet interrupt post sequence on failure.
14841
14842 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14843 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14844
14845commit 6891260bdd935a382c95d9fa333922b0dfded68a
14846Author: Yuri Tikhonov <yur@emcraft.com>
14847Date: Thu May 8 15:40:39 2008 +0200
14848
14849 POST: typo fix
14850
14851 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14852
14853commit 727f63334676e760877d43bfb8f0e9331ac8b101
14854Author: Hebbar <gururajakr@sanyo.co.in>
14855Date: Tue May 20 02:16:36 2008 -0700
14856
14857 common/usb.c: fix incorrect escape sequence
14858
14859 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
14860
14861commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
14862Author: York Sun <yorksun@freescale.com>
14863Date: Thu May 15 15:26:27 2008 -0500
14864
14865 Fix 8313ERDB board configuration
14866
14867 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
14868 Correct TSEC1 vs TSEC2 assignment.
14869 Define ETHADDR and ETH1ADDR always.
14870
14871 Signed-off-by: York Sun <yorksun@freescale.com>
14872 Signed-off-by: Timur Tabi <timur@freescale.com>
14873
14874commit 2c289e320dcfb3760e99cf1d765cb067194a1202
14875Author: Jon Loeliger <jdl@freescale.com>
14876Date: Mon May 19 09:47:25 2008 -0500
14877
14878 mpc86xx: Removed unused and unconfigured memory test code.
14879
14880 Besides, other common code exists.
14881
14882 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14883
14884commit 180a90abdae72587c0f679edf8991455e559440d
14885Author: Wolfgang Denk <wd@denx.de>
14886Date: Mon May 19 12:47:11 2008 +0200
14887
14888 Release v1.3.3
14889
14890 Update CHANGELOG for release.
14891
14892 Signed-off-by: Wolfgang Denk <wd@denx.de>
14893
180a90ab
WD
14894commit 16bedc661de0dae767b1377d8413373a3fbcfa79
14895Author: Stefan Roese <sr@denx.de>
14896Date: Mon May 19 07:14:38 2008 +0200
14897
14898 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
14899
14900 When SATA is selected (via jumper J6) we need to disable the first PCIe
14901 node in the device tree, so that Linux doesn't initialize it. Otherwise
14902 the Linux SATA driver will fail to detect the devices.
14903
14904 The same goes the other way around too. So if PCIe is selected we need
14905 to disable the SATA node in the device tree.
14906
14907 This is because PCIe port 0 and SATA on 460EX share the same pins
14908 (multiplexed) and we have to configure in U-Boot which peripheral is
14909 enabled.
14910
14911 Signed-off-by: Stefan Roese <sr@denx.de>
14912
14913commit 3cc27b426aeefe2930f911692e9df3143fb2565f
14914Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14915Date: Sun May 18 19:09:58 2008 +0200
14916
14917 i386: Fix multiple definitions of __show_boot_progress
14918
14919 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14920
14921commit 311f3446930c1e64c12026c1cfd00500b05be52d
14922Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14923Date: Sun May 18 19:09:57 2008 +0200
14924
14925 sc530_spunk: add missing SOBJS entry
14926
14927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14928
14929commit a559317143b4f95927b08cd388707e6f077e95fa
14930Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14931Date: Sun May 18 19:09:56 2008 +0200
14932
14933 sc520_spunk: Fix flash
14934
14935 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
14936 flash.c:398: error: label at end of compound statement
14937
14938 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14939
14940commit 91f221317af64191ee8caf303ea9305943158691
14941Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14942Date: Sun May 18 19:09:49 2008 +0200
14943
14944 drivers/pcmcia: add missing i82365
14945
14946 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14947
14948commit dd223944132f97ffa52977ea95e5a52428f5cc2f
14949Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14950Date: Sun May 18 19:09:47 2008 +0200
14951
14952 i386/bootm: remove unused var
14953
14954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14955
14956commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
14957Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14958Date: Sun May 18 19:09:45 2008 +0200
14959
14960 example/gitignore: update with all generated examples
14961
14962 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14963
14964commit a38dc3ea8614f8b0c41e432b445a9959b9711295
14965Author: Wolfgang Denk <wd@denx.de>
14966Date: Thu May 15 00:42:45 2008 +0200
14967
14968 TQM8272: fix out-of-tree building
14969
14970 ...and add to MAKEALL script
14971
14972 Signed-off-by: Wolfgang Denk <wd@denx.de>
14973
14974commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
14975Author: Wolfgang Denk <wd@denx.de>
14976Date: Wed May 14 23:34:53 2008 +0200
14977
14978 environment: fix bug introduced by commit a8409f4f1ac8
14979
14980 env_get_char is not a function, but a pointer to one.
14981
14982 Signed-off-by: Wolfgang Denk <wd@denx.de>
14983
01db232d
WD
14984commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
14985Author: Gary Jennejohn <garyj@denx.de>
14986Date: Wed May 14 13:39:22 2008 +0200
14987
14988 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
14989
14990 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
14991 use a redundant environment.
14992
14993 Signed-off-by: Gary Jennejohn <garyj@denx.de>
14994
180a90ab
WD
14995commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
14996Author: Wolfgang Denk <wd@denx.de>
14997Date: Wed May 14 13:55:30 2008 +0200
14998
14999 Fix config files for out-of-tree building
15000
15001 Several board/<...>/config.mk files include dynamically built (by
15002 the Makefile) config files but used the wrong file name of
15003 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
15004 instead if the correct
15005 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
15006
15007 The bug is nasty because the build result is correct for the (normal)
15008 in-tree builds, and because 'sinclude' is used no errors get raised
15009 even for out-of-tree build tests. But out-of-tree builds use an
15010 incomplete and thus usually incorrect configuration...
15011
15012 Signed-off-by: Wolfgang Denk <wd@denx.de>
15013
15014commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
15015Author: Stefan Roese <sr@denx.de>
15016Date: Wed May 14 13:40:03 2008 +0200
15017
15018 ppc4xx: Fix bogus Canyonlands config.mk
15019
15020 This patch fixes the canyonlands config.mk file to enable correct
15021 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
15022
15023 Signed-off-by: Stefan Roese <sr@denx.de>
15024
15025commit fdd1247a66d788a3446244f6fde9955a93c26322
15026Author: Stefan Roese <sr@denx.de>
15027Date: Wed May 14 10:32:32 2008 +0200
15028
15029 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
15030
15031 Canyonlands has a file ddr2_fixed.c which needs special treatment when
15032 building in separate directory. It has to be linked to build directory
15033 otherwise it is not seen.
15034
15035 Signed-off-by: Stefan Roese <sr@denx.de>
15036
15037commit a8409f4f1ac84c36273c1a1e341189662521bcfb
15038Author: Wolfgang Denk <wd@denx.de>
15039Date: Wed May 14 12:22:49 2008 +0200
15040
15041 environment: cleanup prototype declarations of env functions.
15042
15043 Signed-off-by: Wolfgang Denk <wd@denx.de>
15044
15045commit cf39b07948015c480b72a6e732cf7d839aa93a9e
15046Author: Wolfgang Denk <wd@denx.de>
15047Date: Wed May 14 12:21:48 2008 +0200
15048
15049 linkstation_HGLAN: Fix out of tree building.
15050
15051 Signed-off-by: Wolfgang Denk <wd@denx.de>
15052
15053commit 085551c05ca09e6c491ea11a1c6727a36776a545
15054Author: Stefan Roese <sr@denx.de>
15055Date: Wed May 14 10:32:32 2008 +0200
15056
15057 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
15058
15059 Canyonlands has a file ddr2_fixed.c which needs special treatment when
15060 building in separate directory. It has to be linked to build directory
15061 otherwise it is not seen.
15062
15063 Signed-off-by: Stefan Roese <sr@denx.de>
15064
15065commit 1510b82d50615f344e89d42533e8224cce067dc0
15066Author: Wolfgang Denk <wd@denx.de>
15067Date: Tue May 13 23:15:52 2008 +0200
15068
15069 Makefile: fix "error: version_autogenerated.h: No such file or directory"
15070
15071 Signed-off-by: Wolfgang Denk <wd@denx.de>
15072
01db232d
WD
15073commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
15074Author: Stelian Pop <stelian@popies.net>
15075Date: Tue May 13 17:31:24 2008 +0200
15076
15077 Cleanup nand_info[] declaration.
15078
15079 The nand_info array is declared as extern in several .c files.
15080 Those days, nand.h contains a reference to the array, so there is
15081 no need to declare it elsewhere.
15082
15083 Signed-off-by: Stelian Pop <stelian@popies.net>
15084 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15085
180a90ab
WD
15086commit 70fab1908fc1734a403711eaabbef546bc4b77dc
15087Author: Stefan Roese <sr@denx.de>
15088Date: Tue May 13 20:22:01 2008 +0200
15089
15090 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
15091
15092 Signed-off-by: Stefan Roese <sr@denx.de>
15093
15094commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
15095Author: Wolfgang Denk <wd@denx.de>
15096Date: Mon May 12 01:11:21 2008 +0200
15097
15098 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
15099
15100 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
15101 which broke many PowerPC boards.
15102
15103commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
15104Author: Wolfgang Denk <wd@denx.de>
15105Date: Mon May 12 00:56:28 2008 +0200
15106
15107 Revert "Avoid initrd and logbuffer area overlaps"
15108
15109 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
15110 which breaks building on all PPC boards that don't use a log buffer.
15111
15112commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
15113Author: Nick Spence <nick.spence@freescale.com>
15114Date: Sat May 10 14:02:04 2008 -0700
15115
15116 Fix offset calculation for multi-type legacy images.
15117
15118 Calculation of tail was incorrect when size % 4 == 0.
15119
15120 New code removes the conditional and does the same thing but with arithmetic
15121
15122 Signed-off-by: Nick Spence <nick.spence@freescale.com>
15123
15124commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
15125Author: Wolfgang Denk <wd@denx.de>
15126Date: Mon May 12 00:40:58 2008 +0200
15127
15128 Revert "Change env_get_char from a global function ptr to a function."
15129
15130 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
15131 which is known to break booting from dataflash and NAND.
15132
15133commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
15134Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15135Date: Sun May 11 23:13:57 2008 +0200
15136
15137 API: remove duplicate syscall check
15138
15139 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15140
01db232d
WD
15141commit 67e3beb52c320b0a31cf030716c99392cde2d532
15142Author: Stelian Pop <stelian@popies.net>
15143Date: Fri May 9 21:46:51 2008 +0200
15144
15145 AT91: Cleanup unused config header file definitions.
15146
15147 CONFIG_ENV_OVERWRITE is commented out in the config header files,
15148 so let's cleanup the files by removing the whole definition.
15149
15150 Signed-off-by: Stelian Pop <stelian@popies.net>
15151 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15152
15153commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
15154Author: Stelian Pop <stelian@popies.net>
15155Date: Thu May 8 14:52:34 2008 +0200
15156
15157 Support AT91CAP9 revC CPUs
15158
15159 The AT91CAP9 revC CPU has a few differences over the previous,
15160 revB CPU which was distributed in small quantities only (revA was
15161 an internal Atmel product only).
15162
15163 The revC silicon needs a special initialisation sequence to
15164 switch from the internal (imprecise) RC oscillator to the
15165 external 32k clock.
15166
15167 Signed-off-by: Stelian Pop <stelian@popies.net>
15168 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15169
15170commit 098b7b4b441b12c2a64dd517930f43c793542759
15171Author: Stelian Pop <stelian@popies.net>
15172Date: Thu May 8 14:52:33 2008 +0200
15173
15174 Use custom logo for Atmel boards
15175
15176 This patch adds a custom vendor logo for the Atmel AT91 boards.
15177
15178 Signed-off-by: Stelian Pop <stelian@popies.net>
15179 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15180
15181commit 761c70b80cdd3bead40146b96a8e713d6ae01632
15182Author: Stelian Pop <stelian@popies.net>
15183Date: Thu May 8 14:52:32 2008 +0200
15184
15185 AT91SAM9RLEK: hook up the ATMEL LCD driver
15186
15187 This patch makes the necessary adaptations (PIO configurations and
15188 defines in config header file) to hook up the Atmel LCD driver to the
15189 AT91SAM9RLEK board.
15190
15191 Signed-off-by: Stelian Pop <stelian@popies.net>
15192 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15193
15194commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
15195Author: Stelian Pop <stelian@popies.net>
15196Date: Thu May 8 14:52:31 2008 +0200
15197
15198 AT91SAM9263EK: hook up the ATMEL LCD driver
15199
15200 This patch makes the necessary adaptations (PIO configurations and
15201 defines in config header file) to hook up the Atmel LCD driver to the
15202 AT91SAM9263EK board.
15203
15204 Signed-off-by: Stelian Pop <stelian@popies.net>
15205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15206
15207commit 820f2a958325061a446115f3035e48e4726b3390
15208Author: Stelian Pop <stelian@popies.net>
15209Date: Thu May 8 14:52:30 2008 +0200
15210
15211 AT91SAM9261EK: hook up the ATMEL LCD driver
15212
15213 This patch makes the necessary adaptations (PIO configurations and
15214 defines in config header file) to hook up the Atmel LCD driver to the
15215 AT91SAM9261EK board.
15216
15217 Signed-off-by: Stelian Pop <stelian@popies.net>
15218 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15219
15220commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
15221Author: Stelian Pop <stelian@popies.net>
15222Date: Thu May 8 14:52:29 2008 +0200
15223
15224 AT91CAP9ADK: hook up the ATMEL LCD driver
15225
15226 This patch makes the necessary adaptations (PIO configurations and
15227 defines in config header file) to hook up the Atmel LCD driver to the
15228 AT91CAP9ADK board.
15229
15230 Signed-off-by: Stelian Pop <stelian@popies.net>
15231 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15232
15233commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
15234Author: Stelian Pop <stelian@popies.net>
15235Date: Fri May 9 21:57:18 2008 +0200
15236
15237 Add ATMEL LCD driver
15238
15239 This patch adds support for the ATMEL LCDC driver which is used on some
15240 AT91 and AVR platforms.
15241
15242 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
15243 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
15244
15245 Signed-off-by: Stelian Pop <stelian@popies.net>
15246 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15247
15248commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
15249Author: Stelian Pop <stelian@popies.net>
15250Date: Thu May 8 18:52:25 2008 +0200
15251
15252 AT91SAM9RLEK support
15253
15254 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
15255 board.
15256
15257 Signed-off-by: Stelian Pop <stelian@popies.net>
15258 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15259
15260commit 8e429b3eee23927c1222679f6b6f53667b21595c
15261Author: Stelian Pop <stelian@popies.net>
15262Date: Thu May 8 18:52:23 2008 +0200
15263
15264 AT91SAM9263EK support
15265
15266 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
15267 board.
15268
15269 Signed-off-by: Stelian Pop <stelian@popies.net>
15270 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15271
15272commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
15273Author: Stelian Pop <stelian@popies.net>
15274Date: Thu May 8 20:52:22 2008 +0200
15275
15276 AT91SAM9261EK support
15277
15278 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
15279 board.
15280
15281 Signed-off-by: Stelian Pop <stelian@popies.net>
15282 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15283
15284commit 86c8c8a414988c50104a3b02c29f50af2be738c0
15285Author: Stelian Pop <stelian@popies.net>
15286Date: Thu May 8 20:52:21 2008 +0200
15287
15288 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
15289
15290 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
15291 in order to cope with the changes in DataFlash partitionning scheme
15292 (cset c3a60cb3).
15293
15294 Signed-off-by: Stelian Pop <stelian@popies.net>
15295 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15296
15297commit 96996ac25d5222611a8888968db6e53a6d3726da
15298Author: Stelian Pop <stelian@popies.net>
15299Date: Thu May 8 20:52:20 2008 +0200
15300
15301 AT91SAM9260EK: Normalize BOOTARGS
15302
15303 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
15304 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
15305 variable.
15306
15307 Signed-off-by: Stelian Pop <stelian@popies.net>
15308 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15309
15310commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
15311Author: Stelian Pop <stelian@popies.net>
15312Date: Thu May 8 20:52:19 2008 +0200
15313
15314 AT91SAM9260EK: Normalize SPI timings
15315
15316 This patch changes the SPI timings to closely match the ones
15317 used by the Linux kernel and the Atmel's own bootstrap project.
15318
15319 Signed-off-by: Stelian Pop <stelian@popies.net>
15320 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15321
15322commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
15323Author: Stelian Pop <stelian@popies.net>
15324Date: Thu May 8 20:52:18 2008 +0200
15325
15326 AT91SAM9260EK: Handle 8 or 16 bit NAND
15327
15328 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
15329 makes the support configurable in the board config header file
15330 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
15331
15332 Signed-off-by: Stelian Pop <stelian@popies.net>
15333 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15334
15335commit ab52640fc01624e208424e527af0b7b3a5a65a12
15336Author: Stelian Pop <stelian@popies.net>
15337Date: Thu May 8 20:52:17 2008 +0200
15338
15339 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
15340
15341 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
15342 in order to cope with the changes in DataFlash partitionning scheme
15343 (cset c3a60cb3).
15344
15345 Signed-off-by: Stelian Pop <stelian@popies.net>
15346 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15347
15348commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
15349Author: Stelian Pop <stelian@popies.net>
15350Date: Thu May 8 20:52:16 2008 +0200
15351
15352 AT91CAP9ADK: Normalize BOOTARGS
15353
15354 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
15355 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
15356 variable.
15357
15358 Signed-off-by: Stelian Pop <stelian@popies.net>
15359 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15360
15361commit 93da48b910511911ce110656e17ed733c8ac4c45
15362Author: Stelian Pop <stelian@popies.net>
15363Date: Thu May 8 20:52:15 2008 +0200
15364
15365 AT91CAP9ADK: Normalize SPI timings
15366
15367 This patch changes the SPI timings to closely match the ones
15368 used by the Linux kernel and the Atmel's own bootstrap project.
15369
15370 Signed-off-by: Stelian Pop <stelian@popies.net>
15371 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15372
15373commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
15374Author: Stelian Pop <stelian@popies.net>
15375Date: Thu May 8 20:52:14 2008 +0200
15376
15377 AT91CAP9ADK: Handle 8 or 16 bit NAND
15378
15379 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
15380 makes the support configurable in the board config header file
15381 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
15382
15383 Signed-off-by: Stelian Pop <stelian@popies.net>
15384 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15385
15386commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
15387Author: Stelian Pop <stelian@popies.net>
15388Date: Thu May 8 20:52:13 2008 +0200
15389
15390 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
15391
15392 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
15393 below avoids the duplication of u-boot.lds by putting the file in the
15394 cpu directory instead of the board one.
15395
15396 Signed-off-by: Stelian Pop <stelian@popies.net>
15397 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15398
15399commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
15400Author: Stelian Pop <stelian@popies.net>
15401Date: Thu May 8 20:52:12 2008 +0200
15402
15403 Add proper copyright notices in Atmel boards Makefiles
15404
15405 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
15406 copyright notice. This patch adds the missing pieces.
15407
15408 Signed-off-by: Stelian Pop <stelian@popies.net>
15409 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15410
15411commit e817a042cef6164bf26fee86f90326f2ec9e6745
15412Author: Stelian Pop <stelian@popies.net>
15413Date: Thu May 8 20:52:11 2008 +0200
15414
15415 Add copyright information in Atmel boards partition.c
15416
15417 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
15418 the new created files. This patch fixes the problem.
15419
15420 Signed-off-by: Stelian Pop <stelian@popies.net>
15421 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15422
15423commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
15424Author: Stelian Pop <stelian@popies.net>
15425Date: Thu May 8 20:52:10 2008 +0200
15426
15427 Update origin and copyright information in arch-at91sam9 header files
15428
15429 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
15430 copied from the Linux kernel sources. This patch explicitly specifies
15431 this origin for all the copied headers, and for those missing copyright
15432 information, adds it.
15433
15434 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
15435 in the latest kernel sources by 'at91sam9_smc.h'.
15436
15437 The copyright information has been confirmed by the AT91 Linux kernel
15438 maintainer, Andrew Victor <avictor.za@gmail.com>.
15439
15440 Signed-off-by: Stelian Pop <stelian@popies.net>
15441 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15442
180a90ab
WD
15443commit 79dd1712689d6a5031d7cbff54957049680751c7
15444Author: Markus Klotzbücher <mk@denx.de>
15445Date: Thu May 8 16:00:55 2008 +0200
15446
15447 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
15448
15449 When using dhcp/bootp the "netmask" environment variable is not set
15450 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
15451 desireable, so the following patch adds this this option to the board
15452 config.
15453
15454 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
15455 Signed-off-by: Stefan Roese <sr@denx.de>
15456
15457commit 869d14b4cc2e47de2ddcb117bad0407a44436684
15458Author: Stefan Roese <sr@denx.de>
15459Date: Sat May 10 10:30:36 2008 +0200
15460
15461 ppc4xx: Update Makalu defconfig to use device-tree booting as default
15462
15463 This patch reworks the default environment on Makalu. Now "net_nfs" for
15464 example uses the device-tree style booting formerly know as "net_nfs_fdt".
15465 Also the addresses in RAM were changed because of the new image booting
15466 support, which check for image overwriting. So the addresses needed to
15467 get adjusted.
15468
15469 Signed-off-by: Stefan Roese <sr@denx.de>
15470
15471commit f3612a7b199cab3942f60d9c1392eb39d58cc699
15472Author: Becky Bruce <bgill@freescale.com>
15473Date: Wed May 7 13:28:16 2008 -0500
15474
15475 PPC: fix map_physmem build warning
15476
15477 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
15478 enabled. This quiets the warning.
15479
15480 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
15481
15482commit 36f32675f40292002ee1fed252c180a43022d2d4
15483Author: Becky Bruce <bgill@freescale.com>
15484Date: Wed May 7 13:24:57 2008 -0500
15485
15486 Update pci code to use phys_addr_t
15487
15488 Physical addrs need to be represented by phys_addr_t, not
15489 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
15490 are going to fail mightily.
15491
15492 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15493
15494commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
15495Author: Nick Spence <nick.spence@freescale.com>
15496Date: Thu May 8 22:32:22 2008 -0700
15497
15498 Support legacy multi-type images without FDT section.
15499
15500 This patch enables legacy multi-type images containing only a Linux kernel
15501 and root file system to be loaded, maintaining compatibility with previous
15502 versions of u-boot.
15503
15504 This is required when using old image files such as a Linux 2.4 kernel /
15505 filesystem.
15506
15507 Signed-off-by: Nick Spence <nick.spence@freescale.com>
15508 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
15509
15510commit 881031d9732783b7aeae2198fc7eb480ae8974a6
15511Author: Wolfgang Denk <wd@denx.de>
15512Date: Sat May 10 00:38:02 2008 +0200
15513
15514 Update CHANGELOG.
15515
15516 Signed-off-by: Wolfgang Denk <wd@denx.de>
15517
881031d9
WD
15518commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
15519Author: Wolfgang Denk <wd@denx.de>
15520Date: Sat May 10 00:36:09 2008 +0200
15521
15522 post/cpu/ppc4xx/Makefile: line length cleanup
15523
15524 Signed-off-by: Wolfgang Denk <wd@denx.de>
15525
15526commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
15527Author: Stelian Pop <stelian@popies.net>
15528Date: Thu May 8 22:52:09 2008 +0200
15529
15530 Fix @ -> <at> substitution
15531
15532 When applying the AT91CAP9 patches upstream, something transformed
15533 the '@' character into the ' <at> ' sequence.
15534
15535 The patch below restores the original form in all the places where
15536 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
15537 were copied from AT91CAP9, and a couple of other files where the
15538 ' <at> ' sequence was present).
15539
15540 Signed-off-by: Stelian Pop <stelian@popies.net>
15541
15542commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
15543Author: Stelian Pop <stelian@popies.net>
15544Date: Thu May 8 22:52:10 2008 +0200
15545
15546 Update origin and copyright information in arch-at91sam9 header files
15547
15548 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
15549 copied from the Linux kernel sources. This patch explicitly specifies
15550 this origin for all the copied headers, and for those missing copyright
15551 information, adds it.
15552
15553 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
15554 in the latest kernel sources by 'at91sam9_smc.h'.
15555
15556 The copyright information has been confirmed by the AT91 Linux kernel
15557 maintainer, Andrew Victor <avictor.za@gmail.com>.
15558
15559 Signed-off-by: Stelian Pop <stelian@popies.net>
15560
15561commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
15562Author: Stelian Pop <stelian@popies.net>
15563Date: Thu May 8 22:52:11 2008 +0200
15564
15565 Add copyright information in Atmel boards partition.c
15566
15567 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
15568 the new created files. This patch fixes the problem.
15569
15570 Signed-off-by: Stelian Pop <stelian@popies.net>
15571
15572commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
15573Author: Guennadi Liakhovetski <lg@denx.de>
15574Date: Thu May 8 10:09:27 2008 +0200
15575
15576 mx31ads: fix 32kHz clock handling
15577
15578 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
15579 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
15580 Also fix a typo when verifying a jumper configuration. While at it, make
15581 two needlessly global functions static.
15582
15583 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15584
15585commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
15586Author: Marian Balakowicz <m8@semihalf.com>
15587Date: Wed May 7 13:10:04 2008 +0200
15588
15589 Avoid initrd and logbuffer area overlaps
15590
15591 Add logbuffer to reserved LMB areas to prevent initrd allocation
15592 from overlaping with it.
15593
15594 Make sure to use correct logbuffer base address.
15595
15596 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15597
15598commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
15599Author: Marian Balakowicz <m8@semihalf.com>
15600Date: Wed May 7 13:08:54 2008 +0200
15601
15602 ppc: Cleanup get_effective_memsize() use
15603
15604 Removed duplicated effective memory size calculation code.
15605
15606 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15607
15608commit 273c37d843d5b581090378016cd12dd9c586907b
15609Author: Marian Balakowicz <m8@semihalf.com>
15610Date: Wed May 7 09:03:53 2008 +0200
15611
15612 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
15613
15614 Recent modifcations to LOGBUFFER handling code were incorrecly
15615 introduced to fit_check_kernel() routine during
15616 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
15617 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
15618
15619 This patch cleans up this merge issue.
15620
15621 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15622
15623commit bc11756daff89a3de09ca80adac962b88cf06e6e
15624Author: Grant Erickson <gerickson@nuovations.com>
15625Date: Tue May 6 20:16:15 2008 -0700
15626
15627 Propagate Error Status to the Shell on fw_printenv Errors
15628
15629 Changed implementation such that fw_printenv returns failure status
15630 when one or more specified variables do not exist or when incorrect
15631 command syntax is used.
15632
15633 This aids scripting fw_printenv such that the script can key of the
15634 return status rather than relying on standard error "scraping".
15635
15636 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
15637 Signed-off-by: Wolfgang Denk <wd@denx.de>
15638
15639commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
15640Author: Grant Erickson <gerickson@nuovations.com>
15641Date: Tue May 6 16:18:00 2008 -0700
15642
15643 Fix Compilation Errors with 'tools/env/fw_printenv'
15644
15645 In the current top-of-tree, 1.3.3.-rc2, the optional tool
15646 'tools/env/fw_printenv' fails to compile for two reasons:
15647
15648 1) The header watchdog.h cannot be found.
15649 2) The header zlib.h is picked up from the tool chain rather than the
15650 project causing a prototype conflict for crc32.
15651
15652 This patch addresses both of these issues.
15653
15654 Platforms Tested On:
15655 - AMCC "Kilauea"
15656
15657 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
15658
15659commit 597f6c26a18b389903a64692bacbf9a1ca69355b
15660Author: James Yang <James.Yang@freescale.com>
15661Date: Mon May 5 10:22:53 2008 -0500
15662
15663 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
15664
15665 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
15666 work before relocating to RAM because command history is written into
15667 a global array that is not writable before relocation. This patch
15668 defers to the no-editing and no-history code in readline_into_buffer()
15669 if it is called before relocation.
15670
15671 Signed-off-by: James Yang <James.Yang@freescale.com>
15672 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15673
15674commit 726c0f1e5f108dccea052965123b95837d2bd402
15675Author: Detlev Zundel <dzu@denx.de>
15676Date: Mon May 5 16:11:22 2008 +0200
15677
15678 cosmetic: Adjust coding style for switch statements to be consistent
15679
15680 Signed-off-by: Detlev Zundel <dzu@denx.de>
15681
15682commit 574b319512b13e10800f0045e39b993f4ca25e42
15683Author: Detlev Zundel <dzu@denx.de>
15684Date: Mon May 5 16:11:21 2008 +0200
15685
15686 Fix disk type output in disk/part.c
15687
15688 Signed-off-by: Detlev Zundel <dzu@denx.de>
15689
15690commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
15691Author: Vlad Lungu <vlad.lungu@windriver.com>
15692Date: Mon May 5 14:20:03 2008 +0300
15693
15694 Mail address change, documentation modified
15695
15696 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
15697
15698commit 4d49b28038e2819088e8356a77212fc95a89ce5a
15699Author: Michal Simek <monstr@monstr.eu>
15700Date: Sun May 4 15:42:41 2008 +0200
15701
15702 microblaze: Repare intc handling
15703
15704 Signed-off-by: Michal Simek <monstr@monstr.eu>
15705
15706commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
15707Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15708Date: Sun May 4 15:17:52 2008 +0200
15709
15710 include/gitignore: update to all architectures
15711
15712 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15713
15714commit 1df368aed3b8bc240fe1595d290b0e91b22961da
15715Author: Marcel Ziswiler <marcel@ziswiler.com>
15716Date: Mon May 5 02:12:06 2008 +0200
15717
15718 ide: Remove spurious second include of io.h
15719
15720 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
15721
15722 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
15723
15724commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
15725Author: Adrian Filipi <adrian.filipi@eurotech.com>
15726Date: Tue May 6 16:46:37 2008 -0400
15727
15728 Fix some typos
15729
15730 This patch fixes three typos.
15731 The first is a repetition of CONFIG_CMD_BSP.
15732 The second makes the #endif comment match its #if.
15733 The third is a spelling error.
15734
15735 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
15736
15737commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
15738Author: Grant Erickson <gerickson@nuovations.com>
15739Date: Sun May 4 16:45:01 2008 -0700
15740
15741 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
15742
15743 Add support for the recognition of 'powerpc' as an alias for the PowerPC
15744 architecture type since Linux is already trending in that direction,
15745 preferring 'powerpc' to 'ppc'.
15746
15747 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
15748
15749commit f5a24259190c388c2527bdc49fee34577d862cc7
15750Author: Wheatley Travis <Travis.Wheatley@freescale.com>
15751Date: Fri May 2 13:35:15 2008 -0700
15752
15753 7450 and 86xx L2 cache invalidate bug corrections
15754
15755 The 7610 and related parts have an L2IP bit in the L2CR that is
15756 monitored to signal when the L2 cache invalidate is complete whereas the
15757 7450 and related parts utilize L2I for this purpose. However, the
15758 current code does not account for this difference. Additionally the 86xx
15759 L2 cache invalidate code used an "andi" instruction where an "andis"
15760 instruction should have been used.
15761
15762 This patch addresses both of these bugs.
15763
15764 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
15765 Acked-By: Jon Loeliger <jdl@freescale.com>
15766
15767commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
15768Author: Wolfgang Denk <wd@denx.de>
15769Date: Fri May 9 10:16:13 2008 +0200
15770
15771 Avoid infinite loop "Generating include/autoconf.mk"
15772
15773 Fix a bogus circular dependency that caused an infinite loop of
15774 "Generating include/autoconf.mk" again and again.
15775
15776 Signed-off-by: Wolfgang Denk <wd@denx.de>
15777
01db232d
WD
15778commit 567fb852178dbf59529d7301620a3f3732a4b02d
15779Author: Stelian Pop <stelian@popies.net>
15780Date: Thu May 8 22:52:09 2008 +0200
15781
15782 Fix @ -> <at> substitution
15783
15784 When applying the AT91CAP9 patches upstream, something transformed
15785 the '@' character into the ' <at> ' sequence.
15786
15787 The patch below restores the original form in all the places where
15788 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
15789 were copied from AT91CAP9, and a couple of other files where the
15790 ' <at> ' sequence was present).
15791
15792 Signed-off-by: Stelian Pop <stelian@popies.net>
15793 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15794
15795commit 73ccb3410a0785593cda7aee455dfc51f790e281
15796Author: Gary Jennejohn <gary.jennejohn@freenet.de>
15797Date: Mon Apr 28 14:04:32 2008 +0200
15798
15799 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
15800
15801 Signed-off-by: Gary Jennejohn <garyj@denx.de>
15802 Signed-off-by: Stefan Roese <sr@denx.de>
15803
881031d9
WD
15804commit ef2642625cbfb1c3695e3478d08ae515052a4950
15805Author: Stefan Roese <sr@denx.de>
15806Date: Thu May 8 11:10:46 2008 +0200
15807
15808 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
15809
15810 Signed-off-by: Stefan Roese <sr@denx.de>
15811
15812commit a00eccfebc954ad9485161efeca7d9aaf626d530
15813Author: Stefan Roese <sr@denx.de>
15814Date: Thu May 8 11:05:15 2008 +0200
15815
15816 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
15817
15818 This patch adds fdt (flattened device tree) support to all remaining AMCC
15819 eval boards. Most newer boards already support device tree. With this patch,
15820 all AMCC boards now enable device tree passing from U-Boot to Linux
15821 arch/powerpc kernels.
15822
15823 Signed-off-by: Stefan Roese <sr@denx.de>
15824
15825commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
15826Author: Stefan Roese <sr@denx.de>
15827Date: Thu May 8 11:01:09 2008 +0200
15828
15829 ppc4xx: Add weak default ft_board_setup() routine
15830
15831 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
15832 This routine is defined as weak and can be overwritten by a board specific
15833 one if needed.
15834
15835 Signed-off-by: Stefan Roese <sr@denx.de>
15836
15837commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
15838Author: Stefan Roese <sr@denx.de>
15839Date: Thu May 8 10:48:58 2008 +0200
15840
15841 ppc4xx: acadia: Add fdt support and fix section overlap problem
15842
15843 This patch adds fdt (flattened device tree) support to the AMCC
15844 Acadia eval board. This increases the image size and it doesn't
15845 fit anymore into 256kByte. Since we didn't want to remove features
15846 from the configuration, we decided to increase the U-Boot image size
15847 (add one flash sector).
15848
15849 Also changed the default environment definition to make it
15850 independent of such changes.
15851
15852 Signed-off-by: Stefan Roese <sr@denx.de>
15853
15854commit 4adb3023de75bc150f088c8935db340930ad38c8
15855Author: Ira Snyder <iws@ovro.caltech.edu>
15856Date: Tue Apr 29 11:18:54 2008 -0700
15857
15858 ppc4xx: Add device tree support to AMCC Yosemite
15859
15860 Add support for booting with a device tree blob. This is needed to boot
15861 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
15862 via the ethaddr variable.
15863
15864 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
15865 Signed-off-by: Stefan Roese <sr@denx.de>
15866
15867commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
15868Author: Dave Mitchell <dmitchell@amcc.com>
15869Date: Wed May 7 09:00:23 2008 -0700
15870
15871 ppc4xx: Fix typos in 460GT/EX FBDV array
15872
15873 Corrected two typos in the 460GT/EX FBDV array.
15874
15875 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
15876 Signed-off-by: Stefan Roese <sr@denx.de>
15877
15878commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
15879Author: Andy Fleming <afleming@freescale.com>
15880Date: Wed May 7 16:54:31 2008 -0500
15881
15882 85xx: Limit CPU2 workaround to parts that have the errata
15883
15884 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
15885 Signed-off-by: Andy Fleming <afleming@freescale.com>
15886
15887commit a5fe514e8ace564300d2c1d73846ddff49654243
15888Author: Lee Nipper <lee.nipper@freescale.com>
15889Date: Fri Apr 25 15:44:45 2008 -0500
15890
15891 mpc83xx: system performance settings for MPC8349EMDS.
15892
15893 These same settings are used on MPC8349ITX, and
15894 improve performance on MPC8349EMDS.
15895
15896 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
15897 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15898
15899commit 49387dba910e485640b575e920ee463b7e611dc3
15900Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15901Date: Tue May 6 13:22:52 2008 +0900
15902
15903 [MIPS] cpu/mips/cache.S: Fix build warning
15904
15905 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
15906 warns illegal global symbol references by bal (and jal also) instruction.
15907 This does not happen with the latest binutils v2.18.
15908
15909 Here's an example on gth2_config:
15910
15911 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
15912 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
15913 c -EB -c -o cache.o cache.S
15914 cache.S: Assembler messages:
15915 cache.S:243: Warning: Pretending global symbol used as branch target is local.
15916 cache.S:250: Warning: Pretending global symbol used as branch target is local.
15917
15918 In principle, gas might be sensitive to global symbol references in PIC
15919 code because they should be processed through GOT (global offset table).
15920 But if `bal' instruction is used, it results in PC-based offset jump.
15921 This is the cause of this warning.
15922
15923 In practice, we know it doesn't matter whether PC-based reference or GOT-
15924 based. As for this case, both will work before/after relocation. But let's
15925 fix the code.
15926
15927 This patch explicitly sets up a target address, then jump there.
15928 Here's an example of disassembled code with/without this patch.
15929
15930 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
15931 9000066c: ac80fffc sw zero,-4(a0)
15932 90000670: 01402821 move a1,t2
15933 -90000674: 0411ffba bal 90000560 <mips_init_icache>
15934 -90000678: 01803021 move a2,t4
15935 -9000067c: 01602821 move a1,t3
15936 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
15937 -90000684: 01a03021 move a2,t5
15938 -90000688: 03000008 jr t8
15939 -9000068c: 00000000 nop
15940 +90000674: 01803021 move a2,t4
15941 +90000678: 8f8f83ec lw t7,-31764(gp)
15942 +9000067c: 01e0f809 jalr t7
15943 +90000680: 00000000 nop
15944 +90000684: 01602821 move a1,t3
15945 +90000688: 01a03021 move a2,t5
15946 +9000068c: 8f8f81e0 lw t7,-32288(gp)
15947 +90000690: 01e0f809 jalr t7
15948 +90000694: 00000000 nop
15949 +90000698: 03000008 jr t8
15950 +9000069c: 00000000 nop
15951
15952 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15953
15954commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
15955Author: Vlad Lungu <vlad.lungu@windriver.com>
15956Date: Mon May 5 14:04:00 2008 +0300
15957
15958 Allow building mips versions with ELDK 3.1.1
15959
15960 .gpword works only with local symbols on certain binutils versions
15961
15962 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
15963
15964commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
15965Author: Wolfgang Denk <wd@denx.de>
15966Date: Mon May 5 12:52:36 2008 +0200
15967
15968 MAKEALL: add inka4x0 board
15969
15970 Signed-off-by: Wolfgang Denk <wd@denx.de>
15971
15972commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
15973Author: Wolfgang Denk <wd@denx.de>
15974Date: Sun May 4 21:34:23 2008 +0200
15975
15976 kb9202 board: fix build problem.
15977
15978 Signed-off-by: Wolfgang Denk <wd@denx.de>
15979
15980commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
15981Author: Wolfgang Denk <wd@denx.de>
15982Date: Sun May 4 12:10:33 2008 +0200
15983
15984 Prepare for v1.3.3-rc3
15985
15986 Update ChNAGELOG, minor white space cleanup.
15987
15988 Signed-off-by: Wolfgang Denk <wd@denx.de>
15989
6adf61dc
WD
15990commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
15991Author: Wolfgang Denk <wd@denx.de>
15992Date: Sun May 4 00:35:15 2008 +0200
15993
15994 drivers/net/tsec.c: Fix typo.
15995
15996 Signed-off-by: Wolfgang Denk <wd@denx.de>
15997
15998commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
15999Author: Mike Frysinger <vapier@gentoo.org>
16000Date: Fri May 2 21:45:12 2008 -0400
16001
16002 version_autogenerated.h: use printf rather than echo -n
16003
16004 Some systems are dumb and do not implement the -n flag to echo (like OS X).
16005 Convert the Makefile to use printf as this should work everywhere.
16006
16007 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16008 Signed-off-by: Wolfgang Denk <wd@denx.de>
16009
16010commit 4acc2a108ad0a669165924704a6cb083f9138242
16011Author: Mike Frysinger <vapier@gentoo.org>
16012Date: Fri May 2 18:17:50 2008 -0400
16013
16014 fix building when saveenv is disabled in some setups
16015
16016 If you enable environment in the flash, but disable the embedded
16017 option, and you disable the saveenv command, then the #if nested
16018 logic will trigger a compile failure:
16019 env_flash.c: In function 'env_relocate_spec':
16020 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
16021 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
16022
16023 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16024
16025commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
16026Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
16027Date: Fri May 2 16:10:04 2008 -0400
16028
16029 SBC8548: fix address mask to allow 64M flash
16030
16031 Fix incorrect mask to enable all 64MB of onboard flash.
16032 Previously U-Boot incorrectly mapped only 8MB of flash, this
16033 patch correctly maps all the available flash.
16034
16035 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
16036
16037commit 3648085c464c8c22ef76fab006ca4344d3796124
16038Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16039Date: Fri May 2 19:48:56 2008 +0200
16040
16041 qemu_mips: add README
16042
16043 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16044
16045commit 6fdd002689190a0022c7b3dbab37fcba724580ce
16046Author: Marcel Ziswiler <marcel@ziswiler.com>
16047Date: Fri May 2 02:35:59 2008 +0200
16048
16049 Fix misspelled comment
16050
16051 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
16052
16053commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
16054Author: Mike Frysinger <vapier@gentoo.org>
16055Date: Thu May 1 04:13:05 2008 -0400
16056
16057 mkimage: make mmap() checks consistent
16058
16059 The mmap() related code is full of inconsistent casts/constants when
16060 it comes to error checking, and may break when building on some
16061 systems (like ones that do not implicitly define the caddr_t type).
16062 Let's just avoid the whole mess by writing the code nice and clean in
16063 the first place.
16064
16065 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16066
16067commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
16068Author: Marcel Ziswiler <marcel@ziswiler.com>
16069Date: Thu May 1 09:05:34 2008 +0200
16070
16071 Fix defined but not used build warning
16072
16073 - warning: 'srom' defined but not used
16074
16075 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
16076
16077commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
16078Author: Marcel Ziswiler <marcel@ziswiler.com>
16079Date: Thu May 1 09:05:26 2008 +0200
16080
16081 Fix implicit declaration build warnings
16082
16083 - warning: implicit declaration of function ‘serial_initialize’
16084
16085 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
16086
16087commit 9acde129cc3f9c1b3bc11a821480dd446774d618
16088Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16089Date: Tue Apr 29 19:18:32 2008 +0200
16090
16091 TSEC: add config options for VSC8601 RGMII PHY
16092
16093 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
16094 and Tx clock lines. They are configured using 2 bits in extended
16095 register 0x17.
16096 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
16097 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
16098
16099 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16100 Acked-by: Andy Fleming <afleming@freescale.com>
16101 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16102 --
16103
16104 drivers/net/tsec.c | 6 ++++++
16105 drivers/net/tsec.h | 3 +++
16106 2 files changed, 9 insertions(+), 0 deletions(-)
16107
16108commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
16109Author: Wolfgang Denk <wd@denx.de>
16110Date: Sat May 3 23:07:15 2008 +0200
16111
16112 Revert "ColdFire: Get information from the correct GCC"
16113
16114 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
16115 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
16116
16117commit c4e5f52a58d278eebb87f476e353972c5dacea40
16118Author: Wolfgang Denk <wd@denx.de>
16119Date: Sat May 3 22:25:00 2008 +0200
16120
16121 config.mk: use correct (cross) compiler
16122
16123 Some config.mk files reference $(CC) to test for specific tool chain
16124 features, so make sure $(CC) gets set before including any such
16125 config files.
16126
16127 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
16128 the correct GCC").
16129
16130 Signed-off-by: Wolfgang Denk <wd@denx.de>
16131
16132commit 27c38689d0cfde0e444239345f97b5eecc9f4067
16133Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16134Date: Thu May 1 02:13:44 2008 +0200
16135
16136 pxa: fix previous definition on cpu init
16137
16138 start.S:183:1: warning: "ICMR" redefined
16139 In file included from start.S:33:
16140 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
16141 start.S:187:1: warning: "RCSR" redefined
16142 ...
16143
16144 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16145
16146commit 6d12e697de794d700767f22f950e3026ccf4daf6
16147Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16148Date: Thu May 1 02:13:43 2008 +0200
16149
16150 pxa: fix pcmcia operation on 'i' may be undefined
16151
16152 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16153 Signed-off-by: Wolfgang Denk <wd@denx.de>
16154
16155commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
16156Author: Kumar Gala <galak@kernel.crashing.org>
16157Date: Wed Apr 30 16:24:35 2008 -0500
16158
16159 MPC8610HPCD: Drop -O2 from the build flags
16160
16161 Make the flags use -Os like all other boards
16162
16163 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16164
16165commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
16166Author: Stefan Roese <sr@denx.de>
16167Date: Wed Apr 30 15:50:39 2008 +0200
16168
16169 RTC: Fix month offset by one problem in M41T62 RTC driver
16170
16171 This patch fixes a problem with the month being read and written
16172 incorrectly (offset by one). This only gets visible by also using
16173 the Linux driver (rtc-m41t80).
16174
16175 Tested on AMCC Canyonlands.
16176
16177 Signed-off-by: Stefan Roese <sr@denx.de>
16178
16179commit 141ba1cad8e6598a2466e7e2976c6a12285df619
16180Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16181Date: Sat May 3 13:51:44 2008 +0900
16182
16183 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
16184
16185 Current trick to pick up GNU assembler minor version uses a dot(.) as a
16186 delimiter, and take the second field to obtain minor version number. But
16187 as can be expected, this doesn't work with a version string which has
16188 dots more than needs.
16189
16190 Here's an example:
16191
16192 $ mips-linux-gnu-as --version | grep 'GNU assembler'
16193 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
16194 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
16195 2-129) 2
16196 $
16197
16198 This patch restricts the version format to 2.XX.XX... This will work
16199 in most cases.
16200
16201 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
16202 2.18.50.20080215
16203 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
16204 18
16205 $
16206
16207 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16208
16209commit ea638951acead7f1086c908c0b9f086beab82a22
16210Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16211Date: Sat May 3 13:51:28 2008 +0900
16212
16213 [MIPS] cpu/mips/cache.S: Add dcache_enable
16214
16215 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
16216 "allow ports to override bootelf behavior") requires ports to have this
16217 function.
16218
16219 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16220 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16221
16222commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
16223Author: Wolfgang Denk <wd@denx.de>
16224Date: Thu May 1 21:30:16 2008 +0200
16225
16226 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
16227
16228 Onenand needs a version of memcpy() which performs 16 bit accesses
16229 only; make sure the name does not conflict with the standard
16230 function.
16231
16232 Signed-off-by: Wolfgang Denk <wd@denx.de>
16233
16234commit 12bc4e94251c369c529ffa505cf58b148c372f7f
16235Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16236Date: Wed Apr 30 22:38:17 2008 +0200
16237
16238 cmd_nand: fix warning: str2long ncompatible pointer type
16239
16240 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16241
16242commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
16243Author: Timur Tabi <timur@freescale.com>
16244Date: Fri Apr 4 11:16:11 2008 -0500
16245
16246 Fix calculation of I2C clock for some 86xx chips
16247
16248 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
16249 There is no pattern that can be used to determine which chips use which
16250 frequency, so the only way to determine is to look up the actual SOC
16251 designation and use the right value for that SOC.
16252
16253 Signed-off-by: Timur Tabi <timur@freescale.com>
16254
16255commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
16256Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16257Date: Wed Apr 30 12:11:19 2008 -0500
16258
16259 ColdFire: Fix ethernet hang issue for mcf547x_8x
16260
16261 The ethernet hang is caused by receiving buffer in DRAM is not
16262 yet ready due to access cycles require longer time in DRAM.
16263 Relocate DMA buffer descriptors from DRAM to internal SRAM.
16264
16265 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16266
16267commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
16268Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16269Date: Wed Apr 30 12:10:47 2008 -0500
16270
16271 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
16272
16273 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
16274 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16275
16276commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
16277Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16278Date: Wed Apr 30 12:10:23 2008 -0500
16279
16280 ColdFire: Get information from the correct GCC
16281
16282 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
16283 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16284
16285commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
16286Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
16287Date: Wed Apr 30 18:02:59 2008 +0200
16288
16289 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
16290
16291 Fix warnings
16292
16293 nv_nand.c: In function 'saveenv':
16294 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
16295 env_nand.c: In function 'env_relocate_spec':
16296 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
16297
16298 if compiled for davinci_schmoogie_config.
16299
16300 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
16301 Ack by: Sergey Kubushyn <ksi@koi8.net>
16302
16303commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
16304Author: Anatolij Gustschin <agust@denx.de>
16305Date: Wed Apr 30 13:34:40 2008 +0200
16306
16307 Fix warnings while compiling net/net.c for MPC8610HPCD board
16308
16309 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
16310 causing overriding default -Os option. New gcc (ver. 4.2.2)
16311 produces warnings while compiling net/net.c file with -O2
16312 option. The patch is an attempt to fix this.
16313
16314 Signed-off-by: Anatolij Gustschin <agust@denx.de>
16315
16316commit 58b575e575c25fdf8c88141e145db201f3092149
16317Author: Sascha Laue <Sascha.Laue@gmx.biz>
16318Date: Wed Apr 30 15:23:38 2008 +0200
16319
16320 lwmon5: fix offset error in sysmon0 POST
16321
16322 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
16323 Signed-off-by: Wolfgang Denk <wd@denx.de>
16324
16325commit e7419b243a373de4ee042f7d4f45f66de787240d
16326Author: Sascha Laue <Sascha.Laue@gmx.biz>
16327Date: Wed Apr 30 15:16:35 2008 +0200
16328
16329 lwmon5: fix manual merge error in POST
16330
16331 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
16332
16333commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
16334Author: Wolfgang Denk <wd@denx.de>
16335Date: Wed Apr 30 17:46:26 2008 +0200
16336
16337 cmd_nand.c: fix another 'incompatible pointer type' warning.
16338
16339 Signed-off-by: Wolfgang Denk <wd@denx.de>
16340
16341commit de109d909707e2dfe806be5efc3cdb103b47c8ad
16342Author: Wolfgang Denk <wd@denx.de>
16343Date: Wed Apr 30 17:25:07 2008 +0200
16344
16345 Makefile: fix parallel builds
16346
16347 This problem shows up with parallel builds only; it results in
16348 somewhat cryptic error messages like
16349
16350 $ JOBS=-j6 MAKEALL netstar
16351 Configuring for netstar board...
16352 arm-linux-ld: cannot find -lgeneric
16353 make[1]: *** [eeprom.srec] Error 1
16354
16355 A few boards (like netstar and voiceblue) need some libraries for
16356 building; however, the board Makefile does not contain any such
16357 dependencies which may cause problems with parallel builds. Adding
16358 such dependencies is difficult as we would also have to provide build
16359 rules, which already exist in the respective library Makefiles.
16360
16361 To solve this, we make sure that all libraries get built before the
16362 board code.
16363
16364 Signed-off-by: Wolfgang Denk <wd@denx.de>
16365
16366commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
16367Author: Stefan Roese <sr@denx.de>
16368Date: Wed Apr 30 14:51:36 2008 +0200
16369
16370 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
16371
16372 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
16373 used for NAND booting to match the values needed for the new 512MB
16374 DIMM modules shipped with the productions boards:
16375
16376 Crucial: CT6464AC667.8FB
16377
16378 Signed-off-by: Stefan Roese <sr@denx.de>
16379
16380commit ea9202a659dc75996facf1475f1866a19a9d3129
16381Author: Stefan Roese <sr@denx.de>
16382Date: Wed Apr 30 10:49:43 2008 +0200
16383
16384 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
16385
16386 This patch fixes a problem with DIMMs that have 8 banks. Now the
16387 MCIF0_MBxCF register will be setup correctly for this setup too.
16388
16389 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
16390
16391 Signed-off-by: Stefan Roese <sr@denx.de>
16392
16393commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
16394Author: Wolfgang Denk <wd@denx.de>
16395Date: Tue Apr 29 23:41:06 2008 +0200
16396
16397 Prepare v1.3.3-rc2, again.
16398
16399 Signed-off-by: Wolfgang Denk <wd@denx.de>
16400
76617299
WD
16401commit b7fcc4c13993782342cf5cd20d237a6281648a0b
16402Author: Wolfgang Denk <wd@denx.de>
16403Date: Tue Apr 29 23:35:24 2008 +0200
16404
16405 Prepare v1.3.3-rc2
16406
16407 Signed-off-by: Wolfgang Denk <wd@denx.de>
16408
b7fcc4c1
WD
16409commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
16410Author: Wolfgang Denk <wd@denx.de>
16411Date: Tue Apr 29 23:32:20 2008 +0200
16412
16413 common/env_nand.c: fix one more incompatible pointer type issue
16414
16415 Signed-off-by: Wolfgang Denk <wd@denx.de>
16416
16417commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
16418Author: Wolfgang Denk <wd@denx.de>
16419Date: Tue Apr 29 21:33:08 2008 +0200
16420
16421 post/board/lwmon5/sysmon.c: fix manual merge error.
16422
16423 Signed-off-by: Wolfgang Denk <wd@denx.de>
16424
16425commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
16426Author: Kumar Gala <galak@kernel.crashing.org>
16427Date: Tue Apr 29 12:54:59 2008 -0500
16428
16429 85xx: Add -mno-spe to e500/85xx builds
16430
16431 Newer gcc's might be configured to enable autovectorization by default.
16432 If we happen to build with one of those compilers we will get SPE
16433 instructions in random code.
16434
16435 -mno-spe disables the compiler for automatically generating SPE
16436 instructions without our knowledge.
16437
16438 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16439
16440commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
16441Author: Kumar Gala <galak@kernel.crashing.org>
16442Date: Tue Apr 29 10:18:34 2008 -0500
16443
16444 Update .gitignore for zlib.h
16445
16446 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16447
16448commit 45239cf4152109caa925145ccd433529902df887
16449Author: Kumar Gala <galak@kernel.crashing.org>
16450Date: Tue Apr 29 10:27:08 2008 -0500
16451
16452 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
16453
16454 All the 85xx and 86xx UM describe the register as timing_cfg_3
16455 not as ext_refrec.
16456
16457 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16458
16459commit ef7d30b14394e4c4a153118f5845760cadada02a
16460Author: Kumar Gala <galak@kernel.crashing.org>
16461Date: Tue Apr 29 10:28:34 2008 -0500
16462
16463 85xx/86xx: Rename DDR init address and init extended address register
16464
16465 Rename init_addr and init_ext_addr to match the docs between
16466 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
16467
16468 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16469
16470commit cf6cc014270549684873a5972d2595052c468cb6
16471Author: Kumar Gala <galak@kernel.crashing.org>
16472Date: Mon Apr 28 02:24:04 2008 -0500
16473
16474 85xx: Additional fixes and cleanup of MP code
16475
16476 * adjust __spin_table alignment to match ePAPR v0.94 spec
16477 * loop over all cpus when determing who is up. This fixes an issue if
16478 the "boot cpu" isn't core0. The "boot cpu" will already be in the
16479 cpu_up_mask so there is no harm
16480 * Added some protection in the code to ensure proper behavior. These
16481 changes are explicitly needed but don't hurt:
16482 - Added eieio to ensure the "hot word" of the table is written after
16483 all other table updates have occurred.
16484 - Added isync to ensure we don't prefetch loading of table entries
16485 until we a released
16486
16487 These issues we raised by Dave Liu.
16488
16489 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16490
16491commit b2d527a8b9fb50afccbaf79b5540952585cdc760
16492Author: Yuri Tikhonov <yur@emcraft.com>
16493Date: Tue Apr 29 15:06:41 2008 +0200
16494
16495 lwmon5: minor clean-up to include/configs/lwmon5.h
16496
16497 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
16498 the CFG_DSPIC_TEST_ADDR definition more readable.
16499
16500 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16501
16502commit f4c4d21a885ccc222fd0acdf653b683249e85117
16503Author: Stefan Roese <sr@denx.de>
16504Date: Tue Apr 29 16:08:05 2008 +0200
16505
16506 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
16507
16508 Signed-off-by: Stefan Roese <sr@denx.de>
16509
16510commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
16511Author: Yuri Tikhonov <yur@emcraft.com>
16512Date: Tue Apr 29 13:32:45 2008 +0200
16513
16514 ppc flush_cache: add watch-dog triggering into the loops.
16515
16516 Some boards (e.g. lwmon5) need rather a frequent watch-dog
16517 kicking. Since the time it takes for the flush_cache() function
16518 to complete its job depends on the size of data being flushed, one
16519 may encounter watch-dog resets on such boards when, for example,
16520 download big files over ethernet.
16521
16522 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16523
16524commit cab99d6f3281ab6784feccf98b9b425daa58418a
16525Author: Stefan Roese <sr@denx.de>
16526Date: Tue Apr 29 14:44:54 2008 +0200
16527
16528 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
16529
16530 Signed-off-by: Stefan Roese <sr@denx.de>
16531
16532commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
16533Author: Stefan Roese <sr@denx.de>
16534Date: Tue Apr 29 14:12:07 2008 +0200
16535
16536 ppc4xx: Fix Katmai CFG_MONITOR_LEN
16537
16538 Signed-off-by: Stefan Roese <sr@denx.de>
16539
16540commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
16541Author: Stefan Roese <sr@denx.de>
16542Date: Tue Apr 29 13:57:07 2008 +0200
16543
16544 ppc4xx: Complete remove bogus dflush()
16545
16546 Since the current dflush() implementation is know to have some problems
16547 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
16548 it by using clean_dcache_range().
16549
16550 Tested on Katmai with ECC DIMM.
16551
16552 Signed-off-by: Stefan Roese <sr@denx.de>
16553
16554commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
16555Author: Stefan Roese <sr@denx.de>
16556Date: Tue Apr 29 13:36:51 2008 +0200
16557
16558 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
16559
16560 As it seems the "old" ECC initialization routine by using dflush() didn't
16561 write all lines in the dcache back to memory on lwmon5. This could lead
16562 to ECC error upon Linux booting. This patch changes the program_ecc()
16563 routine to now use clean_dcache_range() instead of dflush().
16564 clean_dcache_range() uses dcbst which is exactly what we want in this
16565 case.
16566
16567 Since dflush() is known is cause problems, this routine will be
16568 removed completely and replaced by clean_dcache_range() with an
16569 additional patch.
16570
16571 Signed-off-by: Stefan Roese <sr@denx.de>
16572
16573commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
16574Author: Yuri Tikhonov <yur@emcraft.com>
16575Date: Mon Apr 28 18:19:34 2008 +0200
16576
16577 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
16578
16579 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16580
16581commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
16582Author: Markus Brunner <super.firetwister@googlemail.com>
16583Date: Mon Apr 28 08:47:47 2008 +0200
16584
16585 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
16586
16587 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
16588 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
16589 doesn't exist.
16590
16591 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
16592
76617299
WD
16593commit 2ef7503a593c77a80c2a054011970227c4b62774
16594Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16595Date: Thu Apr 24 07:57:17 2008 +0200
16596
16597 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
16598
16599 Move non-inlied functions into specific drivers file
16600 Set get_prom as weak
16601
16602 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16603 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
16604 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16605
16606commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
16607Author: Guennadi Liakhovetski <lg@denx.de>
16608Date: Thu Apr 3 17:04:19 2008 +0200
16609
16610 net: make ARP timeout configurable
16611
16612 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
16613 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
16614 to the boards get lost, which typically are ARP replies. By configuring
16615 the timeout to a lower value we significantly improve the first network
16616 transfer time on this board. The timeout is specified in milliseconds,
16617 later internally it is converted to deciseconds, because it has to be
16618 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
16619 different boards.
16620
16621 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16622 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16623
16624commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
16625Author: Guennadi Liakhovetski <lg@denx.de>
16626Date: Thu Apr 3 13:36:18 2008 +0200
16627
16628 minor cs8900 driver clean up
16629
16630 Remove a redundant register definition, clean up some coding style
16631 violations.
16632
16633 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16634 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16635
b7fcc4c1
WD
16636commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
16637Author: Wolfgang Denk <wd@denx.de>
16638Date: Mon Apr 28 22:01:04 2008 +0200
16639
16640 jffs2_1pass.c: fix incompatible pointer type warning
16641
16642 Signed-off-by: Wolfgang Denk <wd@denx.de>
16643
16644commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
16645Author: Sascha Laue <Sascha.Laue@gmx.biz>
16646Date: Tue Apr 1 10:10:18 2008 +0200
16647
16648 lwmon5: update dsPIC POST spezification
16649
16650 The specification for the lwmon5 board dsPIC POST got changed.
16651 Also add defines for the temperatures and voltages.
16652
16653 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
16654
16655commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
16656Author: Sascha Laue <Sascha.Laue@gmx.biz>
16657Date: Tue Apr 1 15:13:03 2008 +0200
16658
16659 Fix watchdog POST for lwmon5
16660
16661 If the hardware watchdog detects a voltage error, the watchdog sets
16662 GPIO62 to low. The watchdog POST has to detect this low level.
16663
16664 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
16665 Signed-off-by: Wolfgang Denk <wd@denx.de>
16666
16667commit dd5748bcd669f46aeb6686c1b341323843738ccc
16668Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16669Date: Mon Apr 28 14:37:14 2008 +0200
16670
16671 rtl8169: fix compiler warnings
16672
16673 Fix multiple compiler warnings related to argument type mismatch.
16674
16675 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16676
16677commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
16678Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16679Date: Mon Apr 28 14:36:06 2008 +0200
16680
16681 IDE: fix compiler warnings
16682
16683 The IDE driver can use 32-bit addresses in LBA mode, in which case it
16684 spits multiple warnings during compilation. Fix them.
16685
16686 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16687
16688commit db9084de28c46ac81c8f681722cb0d7411be4d7f
16689Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16690Date: Mon Apr 28 14:35:57 2008 +0200
16691
16692 LinkStation: fix compiler warning, add a maintainer
16693
16694 out_8 wants a pointer to an unsigned as the first argument. Add a
16695 maintainer for Linkstation boards.
16696
16697 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16698
16699commit c71abba3cb67b063f789f17abf6c7447727c0cd5
16700Author: Wolfgang Denk <wd@denx.de>
16701Date: Mon Apr 28 14:55:12 2008 +0200
16702
16703 cmd_nand.c: fix "differ in signedness" problem
16704
16705 Signed-off-by: Wolfgang Denk <wd@denx.de>
16706
16707commit f2c288a35341ad02ac03b1563d786763c9c8f159
16708Author: Wolfgang Denk <wd@denx.de>
16709Date: Mon Apr 28 12:48:47 2008 +0200
16710
16711 pcnet.c: fix a merge issue
16712
16713 Signed-off-by: Wolfgang Denk <wd@denx.de>
16714
16715commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
16716Author: Wolfgang Denk <wd@denx.de>
16717Date: Mon Apr 28 12:08:18 2008 +0200
16718
16719 NAND: fix some strict-aliasing compiler warnings
16720
16721 Signed-off-by: Wolfgang Denk <wd@denx.de>
16722
16723commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
16724Author: Stefan Roese <sr@denx.de>
16725Date: Mon Apr 28 11:37:14 2008 +0200
16726
16727 ppc4xx: Fix compile warning of hcu4 board
16728
16729 Signed-off-by: Stefan Roese <sr@denx.de>
16730
16731commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
16732Author: Wolfgang Denk <wd@denx.de>
16733Date: Mon Apr 28 11:31:23 2008 +0200
16734
16735 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
16736
16737 Signed-off-by: Wolfgang Denk <wd@denx.de>
16738
16739commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
16740Author: Guennadi Liakhovetski <lg@denx.de>
16741Date: Mon Apr 28 00:25:32 2008 +0200
16742
16743 mx31ads: fix loadaddr environment variable define
16744
16745 Arithmetic expressions do not get evaluated under stringification. Remove
16746 default network configuration, add DHCP command support. Thanks to Felix
16747 Radensky for reporting.
16748
16749 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16750
16751commit 144eec777ac07bcb12bd38245a5a289f694a7f98
16752Author: Wolfgang Denk <wd@denx.de>
16753Date: Mon Apr 28 10:55:24 2008 +0200
16754
16755 katmai: fix section overlap problem
16756
16757 Since we didn't want to remove features from the configuration, we
16758 decided to increase the U-Boot image size (add one flash sector).
16759
16760 Also changed the default environment definition to make it
16761 independent of such changes.
16762
16763 Signed-off-by: Wolfgang Denk <wd@denx.de>
16764 Acked-by: Stefan Roese <sr@denx.de>
16765
16766commit 941d696d25624e3cc65ebf924199541acf52d74e
16767Author: Wolfgang Denk <wd@denx.de>
16768Date: Mon Apr 28 10:55:24 2008 +0200
16769
16770 katmai: fix section overlap problem
16771
16772 Since we didn't want to remove features from the configuration, we
16773 decided to increase the U-Boot image size (add one flash sector).
16774
16775 Also changed the default environment definition to make it
16776 independent of such changes.
16777
16778 Signed-off-by: Wolfgang Denk <wd@denx.de>
16779 Acked-by: Stefan Roese <sr@denx.de>
16780
16781commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
16782Author: Kumar Gala <galak@kernel.crashing.org>
16783Date: Sat Apr 26 11:44:44 2008 -0500
16784
16785 post: Fix building with O=
16786
16787 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16788
16789commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
16790Author: Wolfgang Denk <wd@denx.de>
16791Date: Sat Apr 26 01:55:00 2008 +0200
16792
16793 Prepare v1.3.3-rc1
16794
16795 Signed-off-by: Wolfgang Denk <wd@denx.de>
16796
fd7531c1
WD
16797commit 19cf2ec90d8ce52da60c1693693c4048cb810967
16798Author: Wolfgang Denk <wd@denx.de>
16799Date: Sat Apr 26 01:25:39 2008 +0200
16800
16801 post/Makefile: make sure to use the correct flags
16802
16803 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
16804 messages to be printed.
16805
16806 Signed-off-by: Wolfgang Denk <wd@denx.de>
16807
16808commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
16809Author: Wolfgang Denk <wd@denx.de>
16810Date: Sat Apr 26 00:34:42 2008 +0200
16811
16812 Coding Style cleanup, update CHANGELOG
16813
16814 Signed-off-by: Wolfgang Denk <wd@denx.de>
16815
7ed40117
WD
16816commit f9204e15173834ff8d123e36279ce49c3c6c74fc
16817Author: Magnus Lilja <lilja.magnus@gmail.com>
16818Date: Sun Apr 20 10:38:12 2008 +0200
16819
16820 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
16821
16822 This patch enables SPI and MC13783/RTC support for the Litekit board.
16823
16824 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
16825
16826commit f97abbfb47d9e407354e157cae3f6369e460cd37
16827Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16828Date: Fri Apr 25 01:08:32 2008 -0500
16829
16830 MPC8544DS: decode pcie3 end-point configuration correctly.
16831
16832 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16834
16835commit 292188e15523c165c4269403fdcd33c26d89176e
16836Author: Roy Zang <tie-fei.zang@freescale.com>
16837Date: Fri Apr 25 00:55:09 2008 -0500
16838
16839 MPC8544DS: Removes the unknown flash message information
16840
16841 This patch removes the unknown flash message information:
16842 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
16843 This unknown flash message is caused by PromJet.
16844 Some of the board user is unhappy with this information.
16845
16846 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16847 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16848
16849commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
16850Author: Kim Phillips <kim.phillips@freescale.com>
16851Date: Thu Apr 24 14:07:38 2008 -0500
16852
16853 mpc83xx: bump loadaddr over fdtaddr to 0x500000
16854
16855 this seems as a good compromise between human memory, typing,
16856 and last but not least, to accommodate for current and future kernel bloat.
16857
16858 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16859 Acked-by: Dave Liu <daveliu@freescale.com>
16860
16861commit be5a7190265a34d968578ff266549c60f6f57654
16862Author: Dave Liu <r63238@freescale.com>
16863Date: Tue Apr 15 13:12:23 2008 +0800
16864
16865 mpc83xx: clean up the readme for 83xx boards
16866
16867 1. correct the typo
16868 2. correct the memory map for 837xerdb board
16869
16870 Signed-off-by: Dave Liu <daveliu@freescale.com>
16871
16872commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
16873Author: Dave Liu <r63238@freescale.com>
16874Date: Tue Apr 15 13:11:11 2008 +0800
16875
16876 mpc83xx: remove the unused CPM's stuff
16877
16878 The MPC83xx family never have CPM block, so remove it from 83xx.
16879
16880 Signed-off-by: Dave Liu <daveliu@freescale.com>
16881
16882commit c63ad6325a8ac0097a54b418a3288926b0484b18
16883Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16884Date: Fri Apr 18 16:29:40 2008 +0200
16885
16886 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
16887
16888 This patch adds a configurable flash auto protection list that can be used
16889 to make U-Boot protect flash regions in flash_init().
16890
16891 The idea has been discussed on the u-boot mailing list starting
16892 on Nov 18th, 2007.
16893
16894 Even this patch brings a new feature it is used as a bugfix for 4xx
16895 platforms where flash_init() does not completely protect the
16896 monitor's flash range in all situations.
16897
16898 U-Boot protects the flash range from CFG_MONITOR_BASE to
16899 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
16900 include the reset vector at 0xfffffffc.
16901
16902 Example:
16903 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
16904
16905 This config option will auto protect the last 512k of flash that
16906 contains the bootloader on board like APC405 and PMC405.
16907
16908 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16909
16910commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
16911Author: Stefan Roese <sr@denx.de>
16912Date: Fri Apr 25 13:59:03 2008 +0200
16913
16914 ppc4xx: Remove double defines in lwmon5.h
16915
16916 introduced with latest lwmon5/POST merge
16917
16918 Signed-off-by: Stefan Roese <sr@denx.de>
16919
16920commit 7590378fb9c686709492ceb142825cd058255956
16921Author: Bartlomiej Sieka <tur@semihalf.com>
16922Date: Fri Apr 25 13:54:02 2008 +0200
16923
16924 Use watchdog-aware functions when calculating hashes of images - take two
16925
16926 Some files didn't get updated properly with the "Use watchdog-aware
16927 functions when calculating hashes of images" commit, this commit
16928 fixes this.
16929
16930 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16931 Signed-off-by: Wolfgang Denk <wd@denx.de>
16932
16933commit 8e048c438e20ec89b49da5f085f8f756eba6e587
16934Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16935Date: Fri Apr 25 12:01:39 2008 +0200
16936
16937 ppc4xx: Add bootcount limit handling for APC405 boards
16938
16939 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16940
16941commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
16942Author: Bartlomiej Sieka <tur@semihalf.com>
16943Date: Fri Apr 25 12:10:09 2008 +0200
16944
16945 Use watchdog-aware functions when calculating hashes of images
16946
16947 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16948
16949commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
16950Author: Wolfgang Denk <wd@denx.de>
16951Date: Fri Apr 25 12:44:08 2008 +0200
16952
16953 USB: fix more GCC 4.2.x aliasing warnings
16954
16955 Signed-off-by: Wolfgang Denk <wd@denx.de>
16956 Acked-by: Markus Klotzbuecher <mk@denx.de>
16957
16958commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
16959Author: Wolfgang Denk <wd@denx.de>
16960Date: Fri Apr 25 12:41:53 2008 +0200
16961
16962 lib_generic/crc32.c: add missing #include <watchdog.h>
16963
16964 Signed-off-by: Wolfgang Denk <wd@denx.de>
16965
16966commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
16967Author: Wolfgang Denk <wd@denx.de>
16968Date: Fri Apr 25 11:52:21 2008 +0200
16969
16970 lib_generic/crc32.c: fix compile problem
16971
16972 Signed-off-by: Wolfgang Denk <wd@denx.de>
16973
16974commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
16975Author: Stefan Roese <sr@denx.de>
16976Date: Tue Apr 22 12:20:32 2008 +0200
16977
16978 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
16979
16980 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
16981 environment variable will now get passed to the Linux kernel by setting
16982 the device_type property of the PCIe device tree node. For normal root-
16983 complex configuration it will keep its defaults value of "pci" and for
16984 endpoint configuration it will get changed to "pci-endpoint".
16985
16986 Signed-off-by: Stefan Roese <sr@denx.de>
16987
16988commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
16989Author: Yuri Tikhonov <yur@emcraft.com>
16990Date: Thu Apr 24 10:30:53 2008 +0200
16991
16992 lwmon5: watchdog POST fix
16993
16994 Use the GPT0_MASKx registers as the temporary storage for watch-dog
16995 timer POST test instead of GPT0_COMPx. The latter
16996 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
16997
16998 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16999 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17000
17001commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
17002Author: Kim Phillips <kim.phillips@freescale.com>
17003Date: Mon Apr 21 18:10:14 2008 -0500
17004
17005 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
17006
17007 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
17008 proven problematic getting right from the start at least on 83xx and
17009 4xx.
17010
17011 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17012
17013commit a99715b8ebfc500f3f40e01b36b64d473938443d
17014Author: Detlev Zundel <dzu@denx.de>
17015Date: Fri Apr 18 14:50:01 2008 +0200
17016
17017 Realining some header definitions.
17018
17019 Signed-off-by: Detlev Zundel <dzu@denx.de>
17020
17021commit 4acbc6c7f993cae409c424615415a3e76820f13d
17022Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17023Date: Thu Apr 24 07:57:16 2008 +0200
17024
17025 NE2000: coding style cleanup
17026
17027 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17028
17029commit b4aff1ffaf7120032c653357c007faa14f74d29d
17030Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17031Date: Wed Apr 23 00:11:47 2008 +0900
17032
17033 qemu-mips.h: Add CFI support
17034
17035 CONFIG_ENV_OVERWRITE is also added.
17036
17037 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
17038
17039 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17040 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17041
17042commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
17043Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17044Date: Tue Apr 22 22:47:27 2008 +0900
17045
17046 doc/README.mips: Add MIPS notes
17047
17048 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17049
17050commit 215b01bba8bc662d35f72b084700b192d367dfb4
17051Author: Bartlomiej Sieka <tur@semihalf.com>
17052Date: Tue Apr 22 12:27:56 2008 +0200
17053
17054 Add support for calculating hashes with watchdog triggering
17055
17056 Implement watchodg-aware variants of hash calculation functions:
17057 - crc32_wd()
17058 - md5_wd()
17059 - sha1_csum_wd()
17060 The above functions calculate the hash of the input buffer in chunks,
17061 triggering the watchdog after processing each chunk. The chunk size
17062 is given as a function call parameter.
17063
17064 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17065
17066commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
17067Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17068Date: Wed Apr 23 11:02:12 2008 +0900
17069
17070 qemu-mips: Cleanup whitespace, indentation, etc.
17071
17072 No functional change.
17073
17074 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
17075 Then I re-created from scratch, and changed more lines than the original.
17076
17077 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17078 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17079
17080commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
17081Author: Vlad Lungu <vlad@comsys.ro>
17082Date: Wed Oct 10 23:02:09 2007 +0300
17083
17084 Fixed pcnet io_base
17085
17086 Bus and phys address are not always the same
17087
17088 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
17089
17090commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
17091Author: Wolfgang Denk <wd@denx.de>
17092Date: Thu Apr 24 23:44:26 2008 +0200
17093
17094 drivers/net/pcnet.c: Coding Style cleanup.
17095
17096 Signed-off-by: Wolfgang Denk <wd@denx.de>
17097
17098commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
17099Author: Vlad Lungu <vlad@comsys.ro>
17100Date: Wed Oct 10 23:04:23 2007 +0300
17101
17102 Added Am79C970A chip id to pcnet
17103
17104 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
17105
17106commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
17107Author: Magnus Lilja <lilja.magnus@gmail.com>
17108Date: Sun Apr 20 10:35:03 2008 +0200
17109
17110 i.MX31: Fix architecture numbers for ADS and Litekit boards
17111
17112 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
17113
17114 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
17115
17116commit e7ae84d6c7288790e88639f57cb60daf89c11369
17117Author: Magnus Lilja <lilja.magnus@gmail.com>
17118Date: Sun Apr 20 10:36:36 2008 +0200
17119
17120 i.MX31: Use symbolic names for Litekit membases.
17121
17122 Use symbolic names instead of hard coded addresses for Litekit membases.
17123
17124 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
17125
17126commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
17127Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17128Date: Sat Apr 19 17:59:20 2008 +0200
17129
17130 Fix show_boot_progress prototype
17131
17132 in commit fad634071 "make show_boot_progress () weak."
17133 show_boot_progress is supposed to be declared as weak but declared as
17134 inline instead.
17135
17136 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17137
17138commit edbed247a14d70b94958010f736621212285de91
17139Author: Bartlomiej Sieka <tur@semihalf.com>
17140Date: Fri Apr 18 12:39:23 2008 +0200
17141
17142 Memory footprint optimizations
17143
17144 As suggested by Wolfgang Denk:
17145 - image printing functions:
17146 - remove wrappers
17147 - remove indentation prefix from functions' signatures
17148 - merge getenv_verify and getenv_autostart into one parametrized function
17149
17150 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17151
17152commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
17153Author: Guennadi Liakhovetski <lg@denx.de>
17154Date: Tue Apr 15 13:33:11 2008 +0200
17155
17156 MX31ADS environment variable update, spi and rtc support
17157
17158 Update MX31ADS default environment to better match the flash layout and
17159 the memory map, support SPI and RTC.
17160
17161 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17162
17163commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
17164Author: Kumar Gala <galak@kernel.crashing.org>
17165Date: Mon Apr 21 09:28:36 2008 -0500
17166
17167 85xx: Round up frequency calculations to get reasonable output
17168
17169 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
17170
17171 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
17172
17173 Signed-off-by: Dejan Minic <minic@freescale.com>
17174 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
17175 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17176 Acked-by: Andy Fleming <afleming@freescale.com>
17177
17178commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
17179Author: Kumar Gala <galak@kernel.crashing.org>
17180Date: Wed Apr 23 16:58:04 2008 -0500
17181
17182 fsl_pci: Only modify registers if we have them
17183
17184 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
17185
17186 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17187
17188commit 83fe32334337def160b302aa9d152d808bfcc68e
17189Author: Markus Klotzbücher <mk@denx.de>
17190Date: Wed Apr 23 10:57:33 2008 +0200
17191
17192 USB: remove a cpu bug workaround for an unsupported architecture.
17193
17194 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17195
17196commit f957576cb53e6cfab412709cfc8db1afd39d21c3
17197Author: Markus Klotzbücher <mk@denx.de>
17198Date: Wed Apr 23 10:53:23 2008 +0200
17199
17200 USB: fix those pesky aliasing warnings issued by gcc-4.2
17201
17202 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17203 Signed-off-by: Detlev Zundel <dzu@denx.de>
17204
17205commit 89cdab788f3716b335fefb60b836ebcf975aceab
17206Author: Mike Frysinger <vapier@gentoo.org>
17207Date: Mon Mar 31 11:02:01 2008 -0400
17208
17209 crc32: use uint32_t rather than unsigned long
17210
17211 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
17212 this is done with the build toolchain instead of the target tool
17213 chain, so if the build is a 64bit system but the target is 32bits,
17214 the size will obviously be wrong. This converts all unsigned long
17215 stuff related to crc32 to uint32_t types. Compile tested only: output
17216 of ./tools/envcrc when run on a 32bit build system matches that of a
17217 64bit build system.
17218
17219 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17220 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17221
17222commit 80c40b765b3642ddb9f3392b7898715aab44a29c
17223Author: Dirk Behme <dirk.behme@googlemail.com>
17224Date: Wed Mar 26 09:53:29 2008 +0100
17225
17226 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
17227
17228 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
17229
17230 Changes:
17231
17232 - Remove *_masked() functions as noted by Wolfgang
17233
17234 - Adapt register naming to recent TI spec (sprue26, March 2007)
17235
17236 - Fix reset_timer() handling
17237
17238 - 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.
17239
17240 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
17241
17242 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
17243
17244 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
17245
17246 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
17247
17248 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
17249 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
17250
17251commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
17252Author: Sergei Poselenov <sposelenov@emcraft.com>
17253Date: Wed Apr 9 16:09:41 2008 +0200
17254
17255 Added watchdog triggering calls in the "mtest" test function.
17256
17257 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17258
17259commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
17260Author: Yuri Tikhonov <yur@emcraft.com>
17261Date: Sun Apr 6 19:19:14 2008 +0200
17262
17263 lwmon5 watchdog: limit trigger rate
17264
17265 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
17266 the CONFIG_WD_MAX_RATE value.
17267
17268 Note that an earlier version of this patch which used microseconds
17269 instead of ticks dis not work. The problem was that we used
17270 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
17271 get_tbclk(), which in turn calls get_sys_info(). It turns out that
17272 this function does a lot of prolonged operations (like divisions)
17273 which take too much time so we do not trigger the watchdog in time,
17274 and it resets the system.
17275
17276 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17277
17278commit 2d2b994a30bb100774dc747ae9865b7f95285a88
17279Author: Yuri Tikhonov <yur@emcraft.com>
17280Date: Mon Mar 31 10:51:37 2008 +0200
17281
17282 POST: move CONFIG_POST to Makefiles
17283
17284 Introduce the new logical option CONFIG_HAS_POST which is set when the
17285 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
17286 to determine should the POST libs be compiled for the selected target
17287 platform, or not.
17288
17289 To avoid breaking u-boot linking process, the empty post/libpost.a file is
17290 created for platforms which do not have POSTs.
17291
17292 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17293 Signed-off-by: Wolfgang Denk <wd@denx.de>
17294
17295commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
17296Author: Yuri Tikhonov <yur@emcraft.com>
17297Date: Mon Mar 31 10:49:34 2008 +0200
17298
17299 POST: preparations for moving CONFIG_POST to Makefiles
17300
17301 Remove CONFIG_POST ifdefs from the post/ source files.
17302
17303 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17304 Signed-off-by: Wolfgang Denk <wd@denx.de>
17305
17306commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
17307Author: Stefan Roese <sr@denx.de>
17308Date: Tue Apr 22 14:14:20 2008 +0200
17309
17310 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
17311
17312 This patch fixes the Canyonlands and Glacier default environment to better
17313 fit to the arch/powerpc device-tree kernels. The variables dealing with
17314 arch/ppc booting are removed, since these boards are supported only in
17315 arch/powerpc. Glacier uses the same config file as Canyonlands.
17316
17317 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
17318
17319 Signed-off-by: Stefan Roese <sr@denx.de>
17320
17321commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
17322Author: Stefan Roese <sr@denx.de>
17323Date: Tue Apr 22 14:06:42 2008 +0200
17324
17325 ppc4xx: Small coding style cleanup for the latest esd patches
17326
17327 Signed-off-by: Stefan Roese <sr@denx.de>
17328
17329commit 79941d63bc03aed8c48d7602f18217cc200ee931
17330Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17331Date: Mon Apr 21 18:01:07 2008 +0200
17332
17333 ppc4xx: Update CPU strapping for PMC440 boards
17334
17335 This patch removes the temporary 'test' strapping option
17336 of the sbe command. The '667' strapping option now uses
17337 a PLB/PCI divider of 3.
17338
17339 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17340
17341commit f00cf3193a6635355b121e90debb2f54e777e7da
17342Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17343Date: Mon Apr 21 14:42:21 2008 +0200
17344
17345 ppc4xx: Remove unused APC405 strataflash driver
17346
17347 The APC405 board support has been migrated to use the common
17348 CFI flash driver.
17349
17350 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17351
17352commit 1c686676a86473bbd92151f0544e109413f6ed06
17353Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17354Date: Mon Apr 21 14:42:17 2008 +0200
17355
17356 ppc4xx: Update APC405 configuration
17357
17358 - enable esd's auto_update mechanism
17359 - support alternative flash layout on rev. 1.8 boards
17360 - update default environment
17361 - use common CFI flash driver
17362 - coding style cleanup
17363
17364 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17365
17366commit 0b9872515a521bf7866dc24b85ddce708e60d702
17367Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17368Date: Mon Apr 21 14:42:11 2008 +0200
17369
17370 ppc4xx: Update APC405 board support
17371
17372 - enable esd's auto_update mechanism
17373 - fix LCD support on latest hardware revision (uses other LCD controller)
17374 - support alternative flash layout on rev. 1.8 boards
17375 - coding style cleanup
17376
17377 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17378
17379commit 83975d02e225e231960784972e7820a8b303756b
17380Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17381Date: Mon Apr 21 14:42:06 2008 +0200
17382
17383 ppc4xx: update esd's common auto_update code for 405 boards
17384
17385 - Coding style cleanup (long lines)
17386 - improve handling of protected flash regions
17387 - remove dead code
17388
17389 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17390
17391commit b9233fe5d59cb25d975071616bd1035d6f4c2285
17392Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17393Date: Mon Apr 21 14:41:59 2008 +0200
17394
17395 ppc4xx: Update esd's common LCD code for 405 boards
17396
17397 - Coding style cleanup (long lines)
17398 - Add s1d13505 support
17399 - Make some functions return a result code instead of void
17400
17401 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17402
17403commit dea68189424c3f1242427a8146a3861bf093173c
17404Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17405Date: Mon Apr 21 11:36:55 2008 +0200
17406
17407 ppc4xx: Update FPGA image for APC405 boards
17408
17409 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17410
17411commit 2a05b152924acfcec3b037693329e517e6d3578f
17412Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17413Date: Mon Apr 21 11:36:08 2008 +0200
17414
17415 ppc4xx: Update bootlogo for APC405 boards
17416
17417 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17418
17419commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
17420Author: Stefan Roese <sr@denx.de>
17421Date: Fri Apr 18 16:41:31 2008 +0200
17422
17423 ppc4xx: Add dcache_enable() for 440
17424
17425 dcache_enable() was missing for 440 and the patch
17426 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
17427 "] behavior uses this function.
17428
17429 Note: Currently the cache handling functions like
17430 d/icache_disable/enable() are NOP's on 440. This may be changed in the
17431 future.
17432
17433 Signed-off-by: Stefan Roese <sr@denx.de>
17434
17435commit a49e0d177a0749614b316ec847fb623f09c82c07
17436Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17437Date: Mon Apr 21 11:19:04 2008 +0200
17438
17439 video: Add missing free for logo memory
17440
17441 This patch adds two missing free()s.
17442
17443 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17444
17445commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
17446Author: Troy Kisky <troy.kisky@boundarydevices.com>
17447Date: Mon Sep 24 16:41:43 2007 -0700
17448
17449 PATCH - Fix oob data copied into supplied buffer
17450
17451 This patch correctly sets the oobavail variable
17452 and fixes a bug where the oob data was not valid when
17453 there where multiple groups in oobfree.
17454
17455 First segment fixes a typo
17456 Second segment fixes a bug where oob data may be copied incorrectly.
17457 Third segment adds an error message when exiting due to write protect.
17458 Forth segment fixes a bug where oobavail may be set incorrectly.
17459
17460 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
17461
17462commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
17463Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17464Date: Fri Apr 18 17:24:32 2008 +0200
17465
17466 ppc4xx: Fix sys_get_info() for 405GP(r)
17467
17468 This patch assigns the correct EBC clock for 405GP(r) CPUs
17469 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
17470 uses an uninitialized EBC clock in its startup message.
17471
17472 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17473
17474commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
17475Author: Wolfgang Denk <wd@denx.de>
17476Date: Sun Apr 20 15:39:38 2008 -0700
17477
17478 Makefile: remove nand_spl/System.map when cleaning up.
17479
17480commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
17481Author: Wolfgang Denk <wd@denx.de>
17482Date: Sun Apr 20 15:35:52 2008 -0700
17483
17484 MAKEALL: sort entries / lists.
17485
17486 Signed-off-by: Wolfgang Denk <wd@denx.de>
17487
17488commit 0878af169b181868a105b5c33f3a6423e2c9fd60
17489Author: Kumar Gala <galak@kernel.crashing.org>
17490Date: Fri Apr 18 11:29:01 2008 -0500
17491
17492 85xx: Fix size of cpu-release-addr property
17493
17494 The cpu-release-addr is defined as always being a 64-bit quanity regardless
17495 if we are running on a 32-bit or 64-bit machine.
17496
17497commit 88353a985109562a639b2f8a0c90d77011bfe374
17498Author: Timur Tabi <timur@freescale.com>
17499Date: Fri Apr 4 11:15:58 2008 -0500
17500
17501 Fix calculation of I2C clock for some 85xx chips
17502
17503 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
17504 some use CCB/3. There is no pattern that can be used to determine which
17505 chips use which frequency, so the only way to determine is to look up the
17506 actual SOC designation and use the right value for that SOC.
17507
17508 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
17509
17510 Signed-off-by: Timur Tabi <timur@freescale.com>
17511
17512commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
17513Author: Wolfgang Denk <wd@denx.de>
17514Date: Fri Apr 18 11:44:27 2008 -0700
17515
17516 Fix build breakage casued by commit c0559be371b2
17517
17518 Change env_get_char from a global function ptr to a function.
17519
17520 Signed-off-by: Wolfgang Denk <wd@denx.de>
17521
17522commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
17523Author: Wolfgang Denk <wd@denx.de>
17524Date: Fri Apr 18 10:53:41 2008 -0700
17525
17526 Coding Style cleanup, update CHANGELOG.
17527
17528 Signed-off-by: Wolfgang Denk <wd@denx.de>
17529
268a804d
WD
17530commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
17531Author: Mike Frysinger <vapier@gentoo.org>
17532Date: Tue Apr 8 14:00:57 2008 -0400
17533
17534 Add support for u-boot in svn and localversion-* files
17535
17536 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17537
17538commit d23ff6827decf121461fbc5622612fd7effe207e
17539Author: Guennadi Liakhovetski <lg@denx.de>
17540Date: Thu Apr 3 17:04:22 2008 +0200
17541
17542 MX31ADS network and flash updates
17543
17544 This patch allows U-Boot to use buffered writes to the Spansion NOR
17545 flash installed on this board, and eliminates long delays in network
17546 transfers after the board startup.
17547
17548 Also modify flash layout to embed main and redundant environment
17549 blocks in the U-Boot image.
17550
17551 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17552
17553commit b5dc9b304d289831f291843ff88a45cbdf1a6290
17554Author: Guennadi Liakhovetski <lg@denx.de>
17555Date: Mon Apr 14 10:53:12 2008 +0200
17556
17557 Support for the MX31ADS evaluation board from Freescale
17558
17559 This patch adds support for the MX31ADS evaluation board from Freescale,
17560 initialization code is copied from RedBoot sources, also provided by
17561 Freescale.
17562
17563 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17564
7ed40117
WD
17565commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
17566Author: Stefan Roese <sr@denx.de>
17567Date: Tue Apr 8 10:33:29 2008 +0200
17568
17569 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
17570
17571 Signed-off-by: Stefan Roese <sr@denx.de>
17572
17573commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
17574Author: Stefan Roese <sr@denx.de>
17575Date: Tue Apr 8 10:33:28 2008 +0200
17576
17577 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
17578
17579 Signed-off-by: Stefan Roese <sr@denx.de>
17580
17581commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
17582Author: Stefan Roese <sr@denx.de>
17583Date: Tue Apr 8 10:33:27 2008 +0200
17584
17585 ppc4xx: Add Glacier NAND booting target
17586
17587 Signed-off-by: Stefan Roese <sr@denx.de>
17588
17589commit 46f373838e384a4c23d13581b1dfa5acb66b5810
17590Author: Stefan Roese <sr@denx.de>
17591Date: Tue Apr 8 10:31:00 2008 +0200
17592
17593 nand_spl: Update nand_spl to support 2k page size NAND devices
17594
17595 This patch adds support for booting from 2k page sized NAND device
17596 (e.g. Micron 29F2G08AAC).
17597
17598 Tested on AMCC Canyonlands.
17599
17600 Signed-off-by: Stefan Roese <sr@denx.de>
17601
268a804d
WD
17602commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
17603Author: Anatolij Gustschin <agust@denx.de>
17604Date: Thu Apr 17 18:18:00 2008 +0200
17605
17606 Fix crash on sequoia in ppc_4xx_eth_init
17607
17608 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
17609 with cache enabled (TLB Parity exeption). This patch
17610 fixes the problem.
17611
17612 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17613
17614commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
17615Author: Anatolij Gustschin <agust@denx.de>
17616Date: Thu Apr 17 18:15:27 2008 +0200
17617
17618 ppc4xx: Fix crash on sequoia with cache enabled
17619
17620 Currently U-Boot crashes on sequoia board in CPU POST if
17621 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
17622 won't be disabled by change_tlb before CPU POST because
17623 there is an insufficient adress range check since
17624 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
17625 this problem.
17626
17627 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17628
17629commit 43c509254fab375c49936498da944658117ed07c
17630Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17631Date: Thu Apr 17 23:35:13 2008 +0900
17632
17633 Use jr as register jump instruction
17634
17635 Current assembler codes are inconsistent in the way of register jump
17636 instruction usage; some use jr, some use j. Of course GNU as allows both
17637 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
17638 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
17639 at all.
17640
17641 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17642
17643commit 7ce63709828d37b08866e537339a169bd0db2bd3
17644Author: Guennadi Liakhovetski <lg@denx.de>
17645Date: Tue Apr 15 14:15:30 2008 +0200
17646
17647 RTC driver for MC13783
17648
17649 MC13783 is a multifunction IS with an SPI interface to the host. This
17650 driver handles the RTC controller in this chip.
17651
17652 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17653
17654commit 38254f45b0b412332726c90d3184ad47479fcffb
17655Author: Guennadi Liakhovetski <lg@denx.de>
17656Date: Tue Apr 15 14:14:25 2008 +0200
17657
17658 New i.MX31 SPI driver
17659
17660 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
17661 only implemented and tested on i.MX31, can with a modified register layout
17662 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
17663 controllers too.
17664
17665 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17666
17667commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
17668Author: Magnus Lilja <lilja.magnus@gmail.com>
17669Date: Tue Apr 15 19:09:10 2008 +0200
17670
17671 Fix name of i.MX31 boards in config file header
17672
17673 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
17674
17675 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
17676
17677commit a49864593e083a5d0779fb9ca98e5a0f2053183d
17678Author: Mike Frysinger <vapier@gentoo.org>
17679Date: Sun Apr 13 19:42:19 2008 -0400
17680
17681 allow ports to override go behavior
17682
17683 Split the arch-specific logic out of the common go code and into a dedicated
17684 weak function called do_go_exec() that lives in cpu directories. This will
17685 need review from i386/nios people to make sure I didn't break them.
17686
17687commit 017e9b7925f74878d0e9475388cca9bda5ef9482
17688Author: Mike Frysinger <vapier@gentoo.org>
17689Date: Sun Apr 13 19:42:18 2008 -0400
17690
17691 allow ports to override bootelf behavior
17692
17693 Change the bootelf setup function into a dedicated weak function called
17694 do_bootelf_exec. This way ports can control the behavior however they
17695 like before/after calling the ELF entry point.
17696
17697commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
17698Author: Ulf Samuelsson <ulf@atmel.com>
17699Date: Sat Apr 12 20:56:03 2008 +0200
17700
17701 Reorder ARM boards in Makefile
17702
17703 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
17704 are no longer under ARM92xT header.
17705
17706 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
17707 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17708
17709commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
17710Author: Ulf Samuelsson <ulf@atmel.com>
17711Date: Sat Apr 12 20:29:44 2008 +0200
17712
17713 Clean up dataflash partitioning
17714
17715 This patch removes the board dependent parts from
17716 "drivers/mtd/dataflash.c".
17717 Each board relying on this, will have the appropriate
17718 code in a new file, "partition.c" in the board directory.
17719 board Makefiles updated to use the file.
17720
17721 The dataflash partitions are aligned on sector/page boundaries.
17722
17723 The CONFIG_NEW_DF_PARTITION was used to create named partitions
17724 This is now the default operation, and the CONFIG variable is removed.
17725
17726 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
17727
17728commit 51ecde946fec511a16346e498204ca10ad71080d
17729Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17730Date: Sat Apr 12 14:08:45 2008 +0200
17731
17732 gitignore: udpate stgit generated and .patch file
17733
17734 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17735
17736commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
17737Author: Wolfgang Denk <wd@denx.de>
17738Date: Fri Apr 18 00:15:36 2008 -0700
17739
17740 Get rid of redundant copy of renamed header file.
17741
17742 Signed-off-by: Wolfgang Denk <wd@denx.de>
17743
17744commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
17745Author: Vlad Lungu <vlad@comsys.ro>
17746Date: Fri Apr 11 21:20:14 2008 +0300
17747
17748 Fix dependency generation for older gcc versions
17749
17750 With gcc 3.3.3 at least, compilation fails with
17751
17752 Generating include/autoconf.mk
17753 gcc: compilation of header file requested
17754 make: *** [include/autoconf.mk] Error 1
17755
17756 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
17757
17758 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
17759
17760commit cb1c4896905ab22fcd982e6a8a539f0031942e71
17761Author: Marian Balakowicz <m8@semihalf.com>
17762Date: Fri Apr 11 11:07:49 2008 +0200
17763
17764 Restore the ability to continue booting after legacy image overwrite
17765
17766 Before new uImage code was merged, bootm code allowed for the kernel image to
17767 get overwritten during decompresion. new uImage introduced a check for image
17768 overwrites and refused to boot the image that got overwritten. This patch
17769 restores the old behavior. It also adds a warning when the image overwriten is
17770 a multi-image file, because in such case accessing componentes other than the
17771 first one will fail.
17772
17773 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17774
17775commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
17776Author: Marian Balakowicz <m8@semihalf.com>
17777Date: Fri Apr 11 11:07:43 2008 +0200
17778
17779 ppc: Fix ftd_blob variable init when processing raw blob
17780
17781 Set fdt_blob variable before its value is printed out.
17782
17783 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17784
17785commit 3d36be030043cd841a2551d00a395135e363a64b
17786Author: Jason Wessel <jason.wessel@windriver.com>
17787Date: Thu Apr 10 14:30:16 2008 -0500
17788
17789 Remove all the search paths from the .lds files.
17790
17791 The cross compiler is responsible for providing the correct libraries
17792 and the logic to find the linking libraries.
17793
17794 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
17795
17796commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
17797Author: Bartlomiej Sieka <tur@semihalf.com>
17798Date: Mon Apr 14 15:44:16 2008 +0200
17799
17800 Boot-related documentation update
17801
17802 - document 'bootm_low' and 'bootm_size' environment variables
17803 - update inaccurate CFG_BOOTMAPSZ entry
17804
17805 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17806
17807commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
17808Author: Guennadi Liakhovetski <lg@denx.de>
17809Date: Wed Apr 9 17:34:08 2008 +0200
17810
17811 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
17812
17813 Restore logic reverted by commit
17814
17815 commit 80767a6cead9990d9e77e62be947843c2c72f469
17816 Author: Peter Pearse <peter.pearse@arm.com>
17817 Date: Wed Sep 5 16:04:41 2007 +0100
17818
17819 Changed API name to coloured_led.h
17820 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
17821 Tidied other cpu/arm920t/start.S code
17822
17823 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17824
17825commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
17826Author: Mike Frysinger <vapier@gentoo.org>
17827Date: Tue Apr 8 10:24:24 2008 -0400
17828
17829 Remove conflicting NAND ID
17830
17831 There are two NAND entries with ID 0xDC and this obviously causes problems.
17832 In the kernel, they punted the first entry, so we should do the same.
17833
17834 See this upstream e-mail for more info:
17835 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
17836
17837 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
17838 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17839
17840commit 188e94c370621708d13547d58dbc6ed3c5602aa8
17841Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17842Date: Tue Apr 8 16:20:35 2008 +0900
17843
17844 cpu/mips/cpu.c: Fix flush_cache bug
17845
17846 Cache operations have to take line address (addr), not start_addr.
17847 I noticed this bug when debugging ping failure.
17848
17849 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17850
17851commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
17852Author: Martin Krause <martin.krause@tqs.de>
17853Date: Thu Apr 3 14:29:01 2008 +0200
17854
17855 TQM5200: fix default IDE reset level
17856
17857 Before the first call of ide_reset(), the level of the IDE reset
17858 signal on the TQM5200 is low (reset asserted). This patch sets the
17859 default value to high (reset not asserted).
17860
17861 Currently this patch fixes no real problem, but it is cleaner to
17862 assert the reset signal only on demand, and not permanently.
17863
17864 Signed-off-by: Martin Krause <martin.krause@tqs.de>
17865
17866commit c61e033d6e8abb7b4060ee36060961e1399f6079
17867Author: Detlev Zundel <dzu@denx.de>
17868Date: Thu Apr 3 14:18:48 2008 +0200
17869
17870 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
17871
17872 Signed-off-by: Detlev Zundel <dzu@denx.de>
17873
17874commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
17875Author: Detlev Zundel <dzu@denx.de>
17876Date: Thu Apr 3 14:18:47 2008 +0200
17877
17878 mgcoge, mgsuv: rename 'addcon' to 'addcons'
17879
17880 The latter name with 13 users is already established, so we will use
17881 that.
17882
17883 Signed-off-by: Detlev Zundel <dzu@denx.de>
17884
17885commit e175eacc87c3a9e4dad0799fee0e95732520afc7
17886Author: Martin Krause <martin.krause@tqs.de>
17887Date: Thu Apr 3 13:37:56 2008 +0200
17888
17889 IDE: fix bug in reset sequence
17890
17891 According to the ata (ata5) specification the RESET- signal
17892 shall be asserted for at least 25 us. Without this patch,
17893 the RESET- signal is asserted on some boards for only < 1 us
17894 (e. g. on the TQM5200). This patch adds a general delay of
17895 25 us to the RESET- signal.
17896
17897 Without this patch a Platinum 4 GiB CF card is not recognised
17898 properly on boards with a TQM5200 (STK52xx, TB5200).
17899
17900 Signed-off-by: Martin Krause <martin.krause@tqs.de>
17901
17902commit 813bea96a960916c72b4a3a7df840151529c26ce
17903Author: Sascha Laue <Sascha.Laue@gmx.biz>
17904Date: Thu Apr 3 14:43:11 2008 +0200
17905
17906 lwmon5: disable CONFIG_ZERO_BOOTDELAY
17907
17908 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
17909
17910commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
17911Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17912Date: Wed Apr 2 08:03:58 2008 +0200
17913
17914 ds174x: Fix warning on return in rtc_get and rtc_set functions
17915
17916 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17917
17918commit a253b38bf50c85227c33ca0febc870ee49d1588e
17919Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17920Date: Wed Apr 2 08:03:57 2008 +0200
17921
17922 cmd_log.c: Fix assignment differ in signedness
17923
17924 In function 'logbuff_init_ptrs':
17925 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
17926
17927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17928
17929commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
17930Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
17931Date: Wed Apr 2 11:04:43 2008 +0530
17932
17933 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
17934
17935 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
17936
17937commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
17938Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17939Date: Tue Apr 1 14:07:10 2008 +0200
17940
17941 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
17942
17943 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17944
17945commit c08fb3ea36d19b1640b7906264581e9105534399
17946Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
17947Date: Tue Apr 15 10:24:14 2008 +0200
17948
17949 Additional PCI IDs for IDE and network controllers
17950
17951 These PCI IDs are required by the Linkstation platforms.
17952
17953 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
17954
17955commit c0559be371b2a64b1a817088c3308688e2182f93
17956Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
17957Date: Mon Apr 14 23:01:50 2008 +0200
17958
17959 Change env_get_char from a global function ptr to a function.
17960
17961 This avoids an early global data reference.
17962
17963 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
17964
17965commit 3e0f331c05d72f140715c1e9fca991927e44d422
17966Author: Guennadi Liakhovetski <lg@denx.de>
17967Date: Tue Apr 29 12:35:08 2008 +0000
17968
17969 Clean up smsc911x driver
17970
17971 Replace direct register address derefencing with accessor functions.
17972 Restrict explicitly 32-bit bus-width, extend affected configurations
17973 respectively.
17974
17975 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17976 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17977
17978commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
17979Author: Sascha Hauer <s.hauer@pengutronix.de>
17980Date: Tue Apr 15 00:08:20 2008 -0400
17981
17982 This patch adds a driver for the following smsc network controllers:
17983 LAN9115
17984 LAN9116
17985 LAN9117
17986 LAN9215
17987 LAN9216
17988 LAN9217
17989
17990 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
17991 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
17992 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17993
17994commit 3dfd4aab929cccddb63d9ea509967861e1333b52
17995Author: Sascha Laue <Sascha.Laue@gmx.biz>
17996Date: Tue Apr 1 15:13:03 2008 +0200
17997
17998 Fix watchdog POST for lwmon5
17999
18000 If the hardware watchdog detects a voltage error, the watchdog sets
18001 GPIO62 to low. The watchdog POST has to detect this low level.
18002
18003 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
18004
18005commit 24b448448a917e52806f82660a5c9d47608894fb
18006Author: Dave Liu <r63238@freescale.com>
18007Date: Tue Apr 1 15:22:11 2008 +0800
18008
18009 ata: update the libata.h from ata.h of linux kernel
18010
18011 Current libata.h of u-boot is out of sync from linux kernel,
18012 this patch make it be consistent with linux kernel.
18013
18014 Signed-off-by: Dave Liu <daveliu@freescale.com>
18015 Signed-off-by: Tor Krill <tor@excito.com>
18016
18017commit f8f9dc98883f66f59eb0601da65808e6b139c87c
18018Author: Kumar Gala <galak@kernel.crashing.org>
18019Date: Mon Mar 31 11:59:27 2008 -0500
18020
18021 Allow use of ARCH=powerpc when building
18022
18023 The linux kernel is now mostly ARCH=powerpc, so to make life easier
18024 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
18025
18026 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18027
18028commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
18029Author: Kyungmin Park <kmpark@infradead.org>
18030Date: Mon Mar 31 10:40:54 2008 +0900
18031
18032 Add apollon board MAINTAINERS entry
18033
18034 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18035
18036commit 77e475cc0ed1832160017d364be32a0be9ff02a9
18037Author: Kyungmin Park <kmpark@infradead.org>
18038Date: Mon Mar 31 10:40:36 2008 +0900
18039
18040 Fix OneNAND read
18041
18042 It should access with 16-bit instead of 8-bit
18043
18044 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
18045
18046 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18047
18048commit a9da2b41079d230db3a5641625311983f85ce1fb
18049Author: Kyungmin Park <kmpark@infradead.org>
18050Date: Mon Mar 31 10:40:19 2008 +0900
18051
18052 Fix OneNAND erase command
18053
18054 It mis-calculates the block address.
18055 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
18056
18057 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18058
18059commit 61525f2ffa156665a66908fda47dbf29d65ea579
18060Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
18061Date: Mon Mar 31 01:32:15 2008 +0200
18062
18063 Support for LinkStation / KuroBox HD and HG PPC models
18064
18065 This patch is based on the port by Mihai Georgian (see linkstation.c for
18066 Copyright information) and implements support for LinkStation / KuroBox HD
18067 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
18068 the moment, pending network driver fixing.
18069
18070 Notice to users: this is pretty much a barebone port. Support for network
18071 on HG models is already in the U-Boot mainline, but you might also want
18072 patches to switch fan / phy modes depending on the negotiated ethernet
18073 parameters. This patch also doesn't support console switching, booting EM
18074 mode, Buffalo specific ext2 magic number. So, if you want to use any of
18075 those, you need additional patches. Otherwise this patche provides a fully
18076 functional u-boot with a network console on your system.
18077
18078 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18079
18080commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
18081Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18082Date: Sun Mar 30 01:22:13 2008 -0500
18083
18084 Add CONFIG_MII_INIT support to related boards
18085
18086 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
18087 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
18088 that use mii_init() in cmd_init.c.
18089
18090 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18091 Acked-by: Ben Warren <biggerbadderben@gmail.com>
18092
18093commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
18094Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18095Date: Sun Mar 30 01:19:06 2008 -0500
18096
18097 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
18098
18099 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
18100 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
18101
18102 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18103
18104commit e99ccb488181d012248c6be30b2093e950319fc5
18105Author: Kumar Gala <galak@kernel.crashing.org>
18106Date: Thu Mar 27 11:46:38 2008 -0500
18107
18108 Introduce phys_size_t and move phys_addr_t into asm/types.h
18109
18110 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
18111 that have larger physical addresses like 44x, 85xx, and 86xx.
18112
18113 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18114
18115commit 20a14a42a25f72e379f38460b8a8484667536795
18116Author: Andy Fleming <afleming@freescale.com>
18117Date: Wed Apr 2 16:19:07 2008 -0500
18118
18119 Rename include/md5.h to include/u-boot/md5.h
18120
18121 Some systems have md5.h installed in /usr/include/. This isn't the
18122 desired file (we want the one in include/md5.h). This will avoid the
18123 conflict. This fixes the host tools building problem by creating a new
18124 directory for U-Boot specific header files.
18125
18126 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
18127 Denk]
18128
18129 Signed-off-by: Wolfgang Denk <wd@denx.de>
18130 Signed-off-by: Andy Fleming <afleming@freescale.com>
18131 Acked-by: Timur Tabi <timur@freescale.com>
18132
18133commit f297b7a1ec87433f66320d89d993e1bc738c66b8
18134Author: Dave Liu <r63238@freescale.com>
18135Date: Thu Mar 27 18:51:17 2008 +0800
18136
18137 drivers: code clean up
18138
18139 Signed-off-by: Dave Liu <daveliu@freescale.com>
18140
18141commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
18142Author: Dave Liu <r63238@freescale.com>
18143Date: Thu Mar 27 18:50:41 2008 +0800
18144
18145 drivers: clean up the ata_piix.h
18146
18147 Signed-off-by: Dave Liu <daveliu@freescale.com>
18148
18149commit e8f7ba404f1409606962815ecc955a06984b08b3
18150Author: Dave Liu <r63238@freescale.com>
18151Date: Thu Mar 27 18:49:56 2008 +0800
18152
18153 doc: english polishing for README.sata
18154
18155 according to gvb's suggestion, polishing for the doc.
18156
18157 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
18158 Signed-off-by: Dave Liu <daveliu@freescale.com>
18159
18160commit 3e3f766a5274d204780460e1879723b565296d34
18161Author: Kumar Gala <galak@kernel.crashing.org>
18162Date: Wed Mar 26 18:53:28 2008 -0500
18163
18164 Fix warnings introduced by I2C bus speed setting patch
18165
18166 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18167
18168commit 3c735e7437150e8615f26930c7819db85634276d
18169Author: eran liberty <eran.liberty@gmail.com>
18170Date: Thu Mar 27 00:50:49 2008 +0100
18171
18172 Altera Stratix II support
18173
18174 Adds Support for Altera's Stratix II.
18175
18176 Within your board specific init file you will have to call
18177
18178 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
18179 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
18180
18181 Altera_desc* contines (for example):
18182 {
18183 Altera_StratixII, /* part type */
18184 passive_serial, /* interface type */
18185 1, /* bytes of data part can accept */
18186 (void *)(&funcs), /* interface function table */
18187 0L, /* base interface address */
18188 0 /* implementation specific cookie */
18189 }
18190
18191 funcs is the interface. It is of type altera_board_specific_func.
18192 It looks like this:
18193 altera_board_specific_func func = {
18194 pre_fn,
18195 config_fn,
18196 status_fn,
18197 done_fn,
18198 clk_fn,
18199 data_fn,
18200 abort_fn,
18201 post_fn,
18202 };
18203
18204 you will have to implement these functions, which is usually bit
18205 banging some gpio.
18206
18207 Signed-off-by: Eran Liberty <liberty@extricom.com>
18208
18209commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
18210Author: Wolfgang Denk <wd@denx.de>
18211Date: Sun Apr 13 14:32:54 2008 -0700
18212
18213 Update CHANGELOG
18214
18215 Signed-off-by: Wolfgang Denk <wd@denx.de>
18216
5ece9ec9
WD
18217commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
18218Author: Sascha Hauer <s.hauer@pengutronix.de>
18219Date: Wed Mar 26 20:41:17 2008 +0100
18220
18221 Phytec Phycore-i.MX31 support
18222
18223 This patch adds support for the Phytec Phycore-i.MX31 board
18224
18225 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
18226 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18227
18228commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
18229Author: Sascha Hauer <s.hauer@pengutronix.de>
18230Date: Wed Mar 26 20:41:09 2008 +0100
18231
18232 mx31 litekit support
18233
18234 This patch adds support for the mx31 litekit board
18235
18236 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
18237 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18238
18239commit cdace0661208754a53019ea0dc7b803a040e0939
18240Author: Sascha Hauer <s.hauer@pengutronix.de>
18241Date: Wed Mar 26 20:40:49 2008 +0100
18242
18243 add an i2c driver for mx31
18244
18245 This patch adds an i2c driver for Freescale i.MX processors
18246
18247 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
18248 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18249
18250commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
18251Author: Sascha Hauer <s.hauer@pengutronix.de>
18252Date: Wed Mar 26 20:40:42 2008 +0100
18253
18254 core support for Freescale mx31
18255
18256 This patch adds the core support for Freescale mx31
18257
18258 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
18259 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18260
18261commit 7ec68862a27c8f6f6d566228de8f6724d964a939
18262Author: Wolfgang Denk <wd@denx.de>
18263Date: Sun Apr 13 14:19:23 2008 -0700
18264
18265 Fix compile error
18266
18267 ...as suggested by Peter Pearse
18268
18269 Signed-off-by: Wolfgang Denk <wd@denx.de>
18270
18271commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
18272Author: Sascha Hauer <s.hauer@pengutronix.de>
18273Date: Wed Mar 26 20:40:36 2008 +0100
18274
18275 Separate omap24xx specific code from arm1136
18276
18277 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
18278 to cpu/arm1136/omap24xx.
18279
18280 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
18281 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18282
18283commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
18284Author: Mike Frysinger <vapier@gentoo.org>
18285Date: Tue Jan 29 18:21:05 2008 -0500
18286
18287 disable caches before booting an app for Blackfin apps
18288
18289 It isn't generally save to execute applications outside of U-Boot with caches
18290 enabled due to the way the Blackfin processor handles caches (requires
18291 software assistance). This patch disables caches before booting an ELF or
18292 just booting raw code. The previous discussion on the patch was that we
18293 wanted to use weaks instead, but that proved to not be feasible when multiple
18294 symbols are involved, which puts us back at the ifdef solution. I've
18295 minimized the ugliness by moving the setup step outside of the main function.
18296
18297 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18298
18299commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
18300Author: Wolfgang Denk <wd@denx.de>
18301Date: Sun Apr 13 10:03:54 2008 -0700
18302
18303 ppc: Get rid of unused machine type definitions
18304
18305 Signed-off-by: Wolfgang Denk <wd@denx.de>
18306
18307commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
18308Author: Wolfgang Denk <wd@denx.de>
18309Date: Sun Apr 13 09:59:26 2008 -0700
18310
18311 Coding Style cleanup; update CHANGELOG
18312
18313 Signed-off-by: Wolfgang Denk <wd@denx.de>
18314
1aeed8d7
WD
18315commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
18316Author: Larry Johnson <lrj@acm.org>
18317Date: Thu Feb 21 13:58:11 2008 -0500
18318
18319 LM73 bug fix for negative temperatures and cleanup
18320
18321 When the LM73 temperature sensor measures a temperature below 0 C, the
18322 current driver does not perform sign extension, so the result returned is
18323 512 C too high. This patch fixes the problem, and does general cleanup
18324 of the code.
18325
18326 Signed-off-by: Larry Johnson <lrj@acm.org>
18327
18328commit 96ef831f713289afba19da0c8f905e99da2b23e0
18329Author: Guennadi Liakhovetski <lg@denx.de>
18330Date: Thu Apr 3 13:36:02 2008 +0200
18331
18332 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
18333
18334 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
18335 series require different addresses for buffered write commands. Define a
18336 configuration option to support buffered writes on those chips. A more
18337 elegant solution would be to automatically detect those chips by parsing
18338 their CFI records, but that would require introduction of a fixup table
18339 into the cfi_flash driver.
18340
18341 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18342
18343commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
18344Author: Lee Nipper <lee.nipper@freescale.com>
18345Date: Thu Apr 10 09:35:06 2008 -0500
18346
18347 mpc83xx: Update DIMM data bus width test to support 40-bit width
18348
18349 32-bit wide ECC memory modules report 40-bit width.
18350 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
18351
18352 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
18353 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18354
18355commit 5fb5a689d822ca61e814bd523fc930af335242fa
18356Author: Dave Liu <r63238@freescale.com>
18357Date: Mon Mar 31 17:05:12 2008 +0800
18358
18359 mpc83xx: Fix the bug of serdes initialization
18360
18361 Currently the serdes will not be initializated due to the
18362 partid's error.
18363
18364 Signed-off-by: Dave Liu <daveliu@freescale.com>
18365 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18366
18367commit 2000784818f043db7ca60e2846a72d097766b894
18368Author: Dave Liu <r63238@freescale.com>
18369Date: Thu Apr 3 16:28:29 2008 +0800
18370
18371 mpc83xx: Fix the SATA clock setting of 837x targets
18372
18373 Currently the SATA controller clock is configured as CSB clock,
18374 usually the CSB clock is 400/333/266MHz.
18375
18376 However, The SATA IP block is only guaranteed to operate up to
18377 200 MHz as stated in the HW spec.
18378
18379 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
18380
18381 This patch makes the SATA clock as half of CSB clock.
18382
18383 Signed-off-by: Dave Liu <daveliu@freescale.com>
18384 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18385
18386commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
18387Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18388Date: Wed Apr 2 13:41:21 2008 +0200
18389
18390 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
18391
18392 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18393 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18394
18395commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
18396Author: Kumar Gala <galak@kernel.crashing.org>
18397Date: Wed Apr 9 04:20:57 2008 -0500
18398
18399 85xx: Fix detection of MP cpu spin up
18400
18401 We were looking at the wrong memory offset to determine of a secondary
18402 cpu had been spun up or not. Also added a warning message if the
18403 all the secondary cpus we expect don't spin up.
18404
18405 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18406
18407commit f3e04bdc3f360c66801a9048956e61e41a16edba
18408Author: Kumar Gala <galak@kernel.crashing.org>
18409Date: Tue Apr 8 10:45:50 2008 -0500
18410
18411 85xx: Use SVR_SOC_VER instead of SVR_VER
18412
18413 The recent change introduced by 'Update SVR numbers to expand support'
18414 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
18415 to compare against a particular processor id.
18416
18417 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18418
18419commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
18420Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
18421Date: Fri Apr 11 10:00:35 2008 -0400
18422
18423 ppc4xx: Fix power mgt definitions for PPC440
18424
18425 Corrected DCR addresses of PPC440EP power management registers.
18426
18427 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
18428
18429commit 950a392464e616b4590bc4501be46e2d7d162dea
18430Author: Wolfgang Denk <wd@denx.de>
18431Date: Fri Apr 11 15:11:26 2008 +0200
18432
18433 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
18434
18435 Reverting became necessary after it turned out that the patches in
18436 the u-boot-arm repo were modified, and in some cases corrupted.
18437
18438 This reverts the following commits:
18439
18440 066bebd6353e33af3adefc3404560871699e9961
18441 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
18442 c88ae20580b2b01487b4cdcc8b2a113f551aee36
18443 a147e56f03871bba4f05058d5e04ce7deb010b04
18444 d6674e0e2a6a1f033945f78838566210d3f28c95
18445 8c8463cce44d849e37744749b32d38e1dfb12e50
18446 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
18447 8bf69d81782619187933a605f1a95ee1d069478d
18448 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
18449 a574a73852a527779234e73e17e7597fd8128882
18450 1377b5583a48021d983e1fd565f7d40c89e84d63
18451 1704dc20917b4f71e373e2c888497ee666d40380
18452
18453 Signed-off-by: Wolfgang Denk <wd@denx.de>
18454
18455commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
18456Author: Stefan Roese <sr@denx.de>
18457Date: Fri Apr 11 07:02:29 2008 +0200
18458
18459 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
18460
18461 This patch reworks the default environment on Kilauea/Haleakala. Now
18462 "net_nfs" for exmaple uses the device-tree style booting formerly know
18463 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
18464 new image booting support, which check for image overwriting. So the
18465 addresses needed togeet adjusted.
18466
18467 Signed-off-by: Stefan Roese <sr@denx.de>
18468
18469commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
18470Author: Stefan Roese <sr@denx.de>
18471Date: Wed Apr 9 11:58:02 2008 +0200
18472
18473 ppc4xx: Fix Canyonlands default environment to work with new image support
18474
18475 Since the new image support checks for image overwriting, the default
18476 environment needs to get adjusted to use correct addresses.
18477
18478 Signed-off-by: Stefan Roese <sr@denx.de>
18479
18480commit dfc6c7b647dba7ab86749616f0e9e5740deed422
18481Author: Stefan Roese <sr@denx.de>
18482Date: Wed Apr 9 11:54:11 2008 +0200
18483
18484 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
18485
18486 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
18487 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
18488 on 4xx systems _start currently cannot be used for this calculation.
18489 So revert back to the original version for now.
18490
18491 Signed-off-by: Stefan Roese <sr@denx.de>
18492
18493commit f91374f65eae8b42cac329e06ba1c54728278efb
18494Author: Michal Simek <monstr@monstr.eu>
18495Date: Fri Mar 28 12:49:52 2008 +0100
18496
18497 microblaze: Sort microblaze boards in MAKEALL script
18498
18499commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
18500Author: Michal Simek <monstr@monstr.eu>
18501Date: Fri Mar 28 11:58:45 2008 +0100
18502
18503 microblaze: clean microblaze_config.mk
18504
18505 FLAGS are generated by U-BOOT generator.
18506 Board specific FLAGS are in board directory
18507
18508 Signed-off-by: Michal Simek <monstr@monstr.eu>
18509
18510commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
18511Author: Michal Simek <monstr@monstr.eu>
18512Date: Fri Mar 28 12:47:19 2008 +0100
18513
18514 microblaze: xupv2p fix config file for supporting FDT
18515
18516commit 188dc16b189143573b1ed90e584bf866d75cdd12
18517Author: Michal Simek <monstr@monstr.eu>
18518Date: Fri Mar 28 11:53:02 2008 +0100
18519
18520 microblaze: ml401 fix config file for supporting FDT
18521
18522 Signed-off-by: Michal Simek <monstr@monstr.eu>
18523
18524commit 4c6a6f02e239236261333759997eeaf86b30b54c
18525Author: Michal Simek <monstr@monstr.eu>
18526Date: Fri Mar 28 11:22:48 2008 +0100
18527
18528 microblaze: ml401 - add ifdef for GPIO
18529
18530 Signed-off-by: Michal Simek <monstr@monstr.eu>
18531
18532commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
18533Author: Michal Simek <monstr@monstr.eu>
18534Date: Fri Mar 28 12:13:03 2008 +0100
18535
18536 microblaze: clean uart16550 and uartlite handling
18537
18538 Signed-off-by: Michal Simek <monstr@monstr.eu>
18539
18540commit 0b20f250877441460fb79d72192954abe8498834
18541Author: Michal Simek <monstr@monstr.eu>
18542Date: Fri Mar 28 11:08:31 2008 +0100
18543
18544 microblaze: Add Emaclite driver to Makefile
18545
18546 Signed-off-by: Michal Simek <monstr@monstr.eu>
18547
18548commit 868cde5310f88234b774878e4f06e79df10a88b3
18549Author: Michal Simek <monstr@monstr.eu>
18550Date: Fri Mar 28 11:08:01 2008 +0100
18551
18552 microblaze: Add Emac driver to Makefile
18553
18554 Signed-off-by: Michal Simek <monstr@monstr.eu>
18555
18556commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
18557Author: Michal Simek <monstr@monstr.eu>
18558Date: Fri Mar 28 12:42:29 2008 +0100
18559
18560 microblaze: add Emac ethernet driver
18561
18562commit 89c53891b18cbafd29ab8931b40e27ad231b6085
18563Author: Michal Simek <monstr@monstr.eu>
18564Date: Fri Mar 28 12:41:56 2008 +0100
18565
18566 microblaze: add Emaclite ethernet driver
18567
18568commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
18569Author: Michal Simek <monstr@monstr.eu>
18570Date: Fri Mar 28 11:04:01 2008 +0100
18571
18572 microblaze: ML401 and XUPV2P remove emac and emaclite reference
18573
18574 Signed-off-by: Michal Simek <monstr@monstr.eu>
18575
18576commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
18577Author: Michal Simek <monstr@monstr.eu>
18578Date: Fri Mar 28 10:59:32 2008 +0100
18579
18580 microblaze: remove old setting for emac driver
18581
18582 Signed-off-by: Michal Simek <monstr@monstr.eu>
18583
18584commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
18585Author: Michal Simek <monstr@monstr.eu>
18586Date: Fri Mar 28 10:58:15 2008 +0100
18587
18588 microblaze: Clean Makefile from ancient emac driver
18589
18590 Signed-off-by: Michal Simek <monstr@monstr.eu>
18591
18592commit ab68f921d9c741830f721c3d879c13a0c5597183
18593Author: Daniel Hellstrom <daniel@gaisler.com>
18594Date: Fri Mar 28 10:20:43 2008 +0100
18595
18596 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
18597
18598 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18599
18600commit 6ed8a43a19bb0275501bc286007daafa923552cf
18601Author: Daniel Hellstrom <daniel@gaisler.com>
18602Date: Wed Mar 26 23:38:48 2008 +0100
18603
18604 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.
18605
18606 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18607
18608commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
18609Author: Daniel Hellstrom <daniel@gaisler.com>
18610Date: Wed Mar 26 23:34:47 2008 +0100
18611
18612 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
18613
18614 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18615
18616commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
18617Author: Daniel Hellstrom <daniel@gaisler.com>
18618Date: Fri Mar 28 10:06:52 2008 +0100
18619
18620 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
18621
18622 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18623
18624commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
18625Author: Daniel Hellstrom <daniel@gaisler.com>
18626Date: Wed Mar 26 23:26:48 2008 +0100
18627
18628 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
18629
18630 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18631
18632commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
18633Author: Daniel Hellstrom <daniel@gaisler.com>
18634Date: Fri Mar 28 10:00:33 2008 +0100
18635
18636 SPARC: Added support for SPARC LEON2 SOC Processor.
18637
18638 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18639
18640commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
18641Author: Daniel Hellstrom <daniel@gaisler.com>
18642Date: Wed Mar 26 23:00:38 2008 +0100
18643
18644 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.
18645
18646 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18647
18648commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
18649Author: Daniel Hellstrom <daniel@gaisler.com>
18650Date: Wed Mar 26 22:51:29 2008 +0100
18651
18652 SPARC: Added support for SPARC LEON3 SOC processor.
18653
18654 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18655
18656commit bf3d8b31169546fcddb4737391e1893fb12d033a
18657Author: Daniel Hellstrom <daniel@gaisler.com>
18658Date: Fri Mar 28 08:29:26 2008 +0100
18659
18660 SPARC: added SPARC support for new uimage in common code.
18661
18662 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18663
18664commit 00ab32c85405a4fe65fd4128243086210fc90a21
18665Author: Daniel Hellstrom <daniel@gaisler.com>
18666Date: Wed Mar 26 22:36:03 2008 +0100
18667
18668 SPARC: added SPARC board information to the command bdinfo.
18669
18670 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18671
18672commit c2f02da21a3f37f0878554eebc785e04fdc4e128
18673Author: Daniel Hellstrom <daniel@gaisler.com>
18674Date: Fri Mar 28 09:47:00 2008 +0100
18675
18676 SPARC: Added generic support for SPARC architecture.
18677
18678 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18679
18680commit e54ec0f016803e4d9524ff71f7971bda0c51b287
18681Author: Stefan Roese <sr@denx.de>
18682Date: Thu Apr 3 14:50:34 2008 +0200
18683
18684 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
18685
18686 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
18687 has 2 RGMII instances and we need to configure the 2nd RGMII instance
18688 for the EMAC2+3 channels.
18689
18690 Signed-off-by: Stefan Roese <sr@denx.de>
18691
18692commit c2a545ce33b26d80337f80b533828839249fb1c9
18693Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18694Date: Wed Apr 2 08:03:56 2008 +0200
18695
18696 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
18697
18698 fdt.c: In function 'ft_cpu_setup':
18699 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
18700 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
18701 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
18702 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
18703
18704 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18705
18706commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
18707Author: Andy Fleming <afleming@freescale.com>
18708Date: Mon Mar 31 20:45:56 2008 -0500
18709
18710 Fix fdt set command to conform to dts spec
18711
18712 The fdt set command was treating properties specified as <00> and <0011>
18713 as byte streams, rather than as an array of cells. As we already have
18714 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
18715 we should use the <> syntax to describe arrays of cells, which are always
18716 32-bits per element. If we imagine this likely (IMHO) scenario:
18717
18718 > fdt set /ethernet-phy@1 reg <1>
18719
18720 With the old code, this would create a bad fdt, since the reg cell would be
18721 made to be one byte in length. But the cell must be 4 bytes, so this would
18722 break mysteriously.
18723
18724 Also, the dts spec calls for constants inside the angle brackets (<>)
18725 to conform to C constant standards as they pertain to base.
18726 Take this scenario:
18727
18728 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
18729
18730 The old fdt command would complain that it couldn't parse that. Or, if you
18731 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
18732 do this:
18733
18734 > fdt set /mydev clock <1f78a40>
18735
18736 Whereas the new code will accept decimal numbers.
18737
18738 While I was in there, I extended the fdt command parser to handle property
18739 strings which are split across multiple arguments:
18740
18741 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
18742 > fdt p /ethernet@f00
18743 ethernet@f00 {
18744 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
18745 };
18746
18747 Lastly, the fdt print code was rearranged slightly to print arrays of cells
18748 if the length of the property is a multiple of 4 bytes, and to not print
18749 leading zeros.
18750
18751 Signed-off-by: Andy Fleming <afleming@freescale.com>
18752
18753commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
18754Author: Stefan Roese <sr@denx.de>
18755Date: Wed Apr 2 08:39:33 2008 +0200
18756
18757 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
18758
18759 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
18760 interface. This usage can be configured with the jumper J6. This patch
18761 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
18762 is installed.
18763
18764 Signed-off-by: Stefan Roese <sr@denx.de>
18765
18766commit 6fe2946f198481254a6ee9600d7456b8316a4083
18767Author: Kim Phillips <kim.phillips@freescale.com>
18768Date: Fri Mar 28 17:37:49 2008 -0500
18769
18770 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
18771
18772 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
18773 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
18774 started.
18775
18776 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18777
18778commit b5873f1732b92a25690e1513b90dfb0d644f6697
18779Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18780Date: Tue Apr 1 07:30:51 2008 +0200
18781
18782 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
18783
18784 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18785
18786commit 2d934ea51f276522b532f870a820e844ff480b5b
18787Author: Tor Krill <tor@excito.com>
18788Date: Fri Mar 28 15:29:45 2008 +0100
18789
18790 Add Vitesse 8601 support to TSEC driver
18791
18792 Add phy_info for Vitesse VSC8601.
18793 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
18794
18795 Signed-off-by: Tor Krill <tor@excito.com>
18796 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
18797 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18798
18799commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
18800Author: Daniel Hellstrom <daniel@gaisler.com>
18801Date: Mon Mar 31 14:25:00 2008 +0000
18802
18803 SPARC: added SMC91111 driver in and out macros for LEON processors.
18804
18805 This patch makes SPARC/LEON processors able to read and write
18806 to the SMC91111 chip using the chip external I/O bus of the memory
18807 controller. This patchs defines the standard in and out macros
18808 expected by the SMC9111 driver.
18809
18810 To access that I/O bus one must set up the memory controller
18811 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
18812 up this correctly when the other MCTRL parameters are set up. It
18813 can be set up from the board configuration header file.
18814
18815 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18816 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18817
18818commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
18819Author: Stelian Pop <stelian@popies.net>
18820Date: Wed Mar 26 18:52:34 2008 +0100
18821
18822 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
18823
18824 Signed-off-by: Stelian Pop <stelian@popies.net>
18825
18826commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
18827Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18828Date: Mon Mar 31 21:31:04 2008 +0200
18829
18830 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
18831
18832 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18833
18834commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
18835Author: Stelian Pop <stelian@popies.net>
18836Date: Wed Mar 26 18:52:33 2008 +0100
18837
18838 Add support for AT91SAM9260EK
18839
18840 Support for booting from internal DataFlash, external DataFlash card
18841 or NAND flash is available.
18842
18843 Signed-off-by: Stelian Pop <stelian@popies.net>
18844
18845commit 1762f13b4aab88b685b1722f17dada247945624b
18846Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18847Date: Mon Mar 31 21:20:49 2008 +0200
18848
18849 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
18850
18851 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18852
18853commit 761712188b353494defb2b644491ff73d0daaa6f
18854Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18855Date: Mon Mar 31 21:12:17 2008 +0200
18856
18857 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
18858
18859 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18860
18861commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
18862Author: Stelian Pop <stelian@popies.net>
18863Date: Wed Mar 26 20:52:32 2008 +0100
18864
18865 Port AT91CAP9 to the new headers
18866
18867 Adapt the existing AT91CAP9 code to the new headers and APIs.
18868
18869 Signed-off-by: Stelian Pop <stelian@popies.net>
18870
18871commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
18872Author: Stelian Pop <stelian@popies.net>
18873Date: Wed Mar 26 19:52:31 2008 +0100
18874
18875 Finish header files reworking
18876
18877 Replace AT91CAP9.h file with several splitted header files coming
18878 from the Linux kernel.
18879
18880 This is part 2 of the replacement: more header imports and edits.
18881
18882 Signed-off-by: Stelian Pop <stelian@popies.net>
18883
18884commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
18885Author: Stelian Pop <stelian@popies.net>
18886Date: Wed Mar 26 19:52:30 2008 +0100
18887
18888 Import several header files from Linux
18889
18890 Replace AT91CAP9.h file with several splitted header files coming
18891 from the Linux kernel.
18892
18893 This is part 1 of the replacement: pristine header files import.
18894
18895 Signed-off-by: Stelian Pop <stelian@popies.net>
18896
18897commit a8a78f2d99dc1bd30dc3595da118539b506c6118
18898Author: Stelian Pop <stelian@popies.net>
18899Date: Wed Mar 26 20:52:28 2008 +0100
18900
18901 Move at91cap9 specific files to at91sam9 directory
18902
18903 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
18904 common infrastructure can be used. Let this infrastructure be
18905 named after the AT91SAM9 family, and move the existing AT91CAP9
18906 files to the new place.
18907
18908 Signed-off-by: Stelian Pop <stelian@popies.net>
18909
18910commit 61106a565870ff503f92b251b94bd7afef889a04
18911Author: Stelian Pop <stelian@popies.net>
18912Date: Wed Mar 26 21:52:27 2008 +0100
18913
18914 Use timer_init() instead of board supplied interrupt_init()
18915
18916 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
18917 the board, so use timer_init() instead of interrupt_init().
18918
18919 Signed-off-by: Stelian Pop <stelian@popies.net>
18920
18921commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
18922Author: Stelian Pop <stelian@popies.net>
18923Date: Wed Mar 26 21:52:36 2008 +0100
18924
18925 Cleanup DataFlash partition handling
18926
18927 DataFlash partition information has become a mess. This patch
18928 defines a single partition scheme for Atmel DataFlashes. This partition
18929 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
18930
18931 Signed-off-by: Stelian Pop <stelian@popies.net>
18932
18933commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
18934Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18935Date: Fri Mar 28 08:47:45 2008 -0500
18936
18937 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
18938
18939 When the version_string function in start.S is not 4-byte align,
18940 it will cause the compiler generates "unaligned opcodes detected
18941 in executable segment". This issue affects all ColdFire CPUs.
18942 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
18943 it is not aligned.
18944
18945 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18946 Acked-by: John Rigby <jrigby@freescale.com>
18947
18948commit bae61eefe15b4d454060a7140e49ae58322be803
18949Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18950Date: Tue Mar 25 15:41:15 2008 -0500
18951
18952 ColdFire: Add dspi and serial flash support for MCF5445x
18953
18954 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18955 Acked-by: John Rigby <jrigby@freescale.com>
18956
18957commit 48ead7a7a922fceaf494e352abfab8216a41b417
18958Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18959Date: Tue Mar 18 17:37:01 2008 -0500
18960
18961 ColdFire: Remove R5200 board
18962
18963 This board never went into production
18964
18965 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
18966 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18967 Acked-by: John Rigby <jrigby@freescale.com>
18968
18969commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
18970Author: Matthew Fettke <[matthew.fettke@gmail.com]>
18971Date: Thu Jan 24 14:02:32 2008 -0600
18972
18973 ColdFire: Added M5275EVB support.
18974
18975 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
18976 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18977 Acked-by: John Rigby <jrigby@freescale.com>
18978
18979commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
18980Author: Matthew Fettke <[matthew.fettke@gmail.com]>
18981Date: Mon Feb 4 15:38:20 2008 -0600
18982
18983 ColdFire: Added MCF5275 cpu support.
18984
18985 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
18986 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18987 Acked-by: John Rigby <jrigby@freescale.com>
18988
18989commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
18990Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18991Date: Mon Mar 17 12:14:11 2008 -0500
18992
18993 ColdFire: Define bootdelay in configuration file for M52277EVB
18994
18995 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
18996 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18997 Acked-by: John Rigby <jrigby@freescale.com>
18998
18999commit 77878f16cedee17161ff2336990970fffc6cea35
19000Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19001Date: Mon Mar 17 12:09:07 2008 -0500
19002
19003 ColdFire: Fix second memory Chipselect for M5475EVB
19004
19005 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19006 Acked-by: John Rigby <jrigby@freescale.com>
19007
19008commit 43d60642395a550956cb21d287c8cfa563913d28
19009Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19010Date: Thu Mar 13 14:26:32 2008 -0500
19011
19012 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
19013
19014 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19015 Acked-by: John Rigby <jrigby@freescale.com>
19016
19017commit eb14ebe813a0cb5d47905228da446a5ad692473b
19018Author: Larry Johnson <lrj@acm.org>
19019Date: Sun Mar 30 20:33:04 2008 -0500
19020
19021 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
19022
19023 Signed-off-by: Larry Johnson <lrj@acm.org>
19024
19025commit 02e3892021112f21067d9ed1d04ae4182725ba52
19026Author: Stefan Roese <sr@denx.de>
19027Date: Mon Mar 31 12:20:48 2008 +0200
19028
19029 ppc4xx: Small whitespace fix of esd patches
19030
19031 Signed-off-by: Stefan Roese <sr@denx.de>
19032
19033commit 034394abb524785047c815f00dde8cdbdc1593c5
19034Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19035Date: Sun Mar 30 18:52:44 2008 +0200
19036
19037 ppc4xx: Cleanup PMC440 board support
19038
19039 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19040
19041commit a6cc6c37188d85c25d167a4515da86f48d9a583e
19042Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19043Date: Sun Mar 30 18:52:06 2008 +0200
19044
19045 ppc4xx: Add ptm configuration variables for PMC440
19046
19047 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
19048 environment variables.
19049
19050 Cleanup pci_target_init.
19051
19052 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19053
19054commit 7c91f51a2fe296909147f1646a1412729dd10b1d
19055Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19056Date: Sun Mar 30 18:01:15 2008 +0200
19057
19058 ppc4xx: Minor updates for DU440 boards
19059
19060 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19061
19062commit d5bffeb868d6b4d462f558dac43011027b6644b7
19063Author: Mike Frysinger <vapier@gentoo.org>
19064Date: Tue Feb 19 00:54:20 2008 -0500
19065
19066 Blackfin: cleanup and overhaul common board init functions
19067
19068 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19069
19070commit b86b3416f874358acaf07519e7620cdb2145f75b
19071Author: Mike Frysinger <vapier@gentoo.org>
19072Date: Tue Feb 19 00:50:58 2008 -0500
19073
19074 Blackfin: cleanup lib_blackfin/cache.c
19075
19076 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19077
19078commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
19079Author: Mike Frysinger <vapier@gentoo.org>
19080Date: Sun Mar 30 15:46:13 2008 -0400
19081
19082 Blackfin: unify cpu and boot modes
19083
19084 All of the duplicated code for Blackfin processors and boot modes have been
19085 unified. After all, the core is the same for all processors, just the
19086 peripheral set differs (which gets handled in the drivers).
19087
19088 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19089
19090commit 880cc4381ea8360248cddcdf87a64566745a5724
19091Author: Stelian Pop <stelian@popies.net>
19092Date: Wed Mar 26 22:52:35 2008 +0100
19093
19094 Fix CFG_NO_FLASH compilation.
19095
19096 Many Atmel boards have no "real" (NOR) flash on board, and rely only
19097 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
19098 be present in a board configuration file, while still enabling flash
19099 commands like 'flinfo', 'protect', etc.
19100
19101 Signed-off-by: Stelian Pop <stelian@popies.net>
19102
19103commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
19104Author: Mike Frysinger <vapier@gentoo.org>
19105Date: Tue Feb 19 00:58:13 2008 -0500
19106
19107 Blackfin: BF537-stamp: cleanup spi flash driver
19108
19109 This punts the old spi flash driver for a new/generalized one until the
19110 common one can be integrated.
19111
19112 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19113
19114commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
19115Author: Ben Warren <biggerbadderben@gmail.com>
19116Date: Sun Mar 30 11:34:34 2008 -0400
19117
19118 Fix macro typo in common/cmd_mii.c
19119
19120 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
19121 actually applied the wrong patch.
19122
19123 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19124
19125commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
19126Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19127Date: Sun Mar 30 16:39:53 2008 +0200
19128
19129 use correct at91rm9200 register name in m501sk board
19130
19131 This fixes a naming bug for at91rm9200 lowlevel init code:
19132 NOR boot flash is on chipselect 0, not chipselect 2. This
19133 makes code use the register name from chip datasheets.
19134
19135 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19136
19137commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
19138Author: David Brownell <david-b@pacbell.net>
19139Date: Fri Jan 18 12:55:00 2008 -0800
19140
19141 use correct at91rm9200 register name
19142
19143 This fixes a naming bug for at91rm9200 lowlevel init code:
19144 NOR boot flash is on chipselect 0, not chipselect 2. This
19145 makes code use the register name from chip datasheets.
19146
19147 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
19148
19149commit a3543d6dc52b0ba9c64016687cf32d600b31a476
19150Author: David Brownell <david-b@pacbell.net>
19151Date: Fri Jan 18 12:45:45 2008 -0800
19152
19153 add missing ARM boards to MAKEALL
19154
19155 Add some missing ARM boards to MAKEALL. These build correctly,
19156 unlike several of the boards already listed.
19157
19158 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
19159
19160commit 066bebd6353e33af3adefc3404560871699e9961
19161Author: Peter Pearse <peter.pearse@arm.com>
19162Date: Sun Mar 30 11:34:09 2008 +0100
19163
19164 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
19165 to prevent compilation error.
19166
19167 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
19168
19169commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
19170Author: Guennadi Liakhovetski <[lg@denx.de]>
19171Date: Sun Mar 30 11:32:30 2008 +0100
19172
19173 Support for the MX31ADS evaluation board from Freescale
19174
19175 This patch adds support for the MX31ADS evaluation board from Freescale,
19176 initialization code is copied from RedBoot sources, also provided by Freescale.
19177
19178 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19179
19180commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
19181Author: Sascha Hauer <s.hauer@pengutronix.de>
19182Date: Sun Mar 30 11:32:27 2008 +0100
19183
19184 Phytec Phycore-i.MX31 support
19185
19186 This patch adds support for the Phytec Phycore-i.MX31 board
19187
19188 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
19189 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19190
19191commit a147e56f03871bba4f05058d5e04ce7deb010b04
19192Author: Sascha Hauer <s.hauer@pengutronix.de>
19193Date: Sun Mar 30 11:32:24 2008 +0100
19194
19195 mx31 litekit support
19196
19197 This patch adds support for the mx31 litekit board
19198
19199 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
19200 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19201
19202commit d6674e0e2a6a1f033945f78838566210d3f28c95
19203Author: Sascha Hauer <s.hauer@pengutronix.de>
19204Date: Sun Mar 30 11:32:21 2008 +0100
19205
19206 add SMSC LAN9x1x Network driver
19207
19208 This patch adds a driver for the following smsc network controllers:
19209 LAN9115
19210 LAN9116
19211 LAN9117
19212 LAN9215
19213 LAN9216
19214 LAN9217
19215
19216 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
19217 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19218
19219commit 8c8463cce44d849e37744749b32d38e1dfb12e50
19220Author: Sascha Hauer <s.hauer@pengutronix.de>
19221Date: Sun Mar 30 11:32:16 2008 +0100
19222
19223 add an i2c driver for mx31
19224
19225 This patch adds an i2c driver for Freescale i.MX processors
19226
19227 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
19228 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19229
19230commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
19231Author: Sascha Hauer <s.hauer@pengutronix.de>
19232Date: Sun Mar 30 11:30:43 2008 +0100
19233
19234 core support for Freescale mx31
19235
19236 This patch adds the core support for Freescale mx31
19237
19238 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
19239 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19240
19241commit 8bf69d81782619187933a605f1a95ee1d069478d
19242Author: Sascha Hauer <s.hauer@pengutronix.de>
19243Date: Sun Mar 30 11:28:46 2008 +0100
19244
19245 Separate omap24xx specific code from arm1136
19246
19247 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
19248
19249 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
19250 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19251
19252commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
19253Author: Peter Pearse <peter.pearse@arm.com>
19254Date: Sun Mar 30 11:23:05 2008 +0100
19255
19256 Add pmdra into MAKEALL
19257
19258 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
19259
19260commit a574a73852a527779234e73e17e7597fd8128882
19261Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
19262Date: Sun Mar 30 11:21:58 2008 +0100
19263
19264 Adds support for the Prodrive PMDRA board, based on a DM6441
19265
19266 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
19267
19268commit 1377b5583a48021d983e1fd565f7d40c89e84d63
19269Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
19270Date: Sun Mar 30 11:11:34 2008 +0100
19271
19272 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
19273
19274 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
19275
19276commit 1704dc20917b4f71e373e2c888497ee666d40380
19277Author: Dirk Behme <dirk.behme@gmail.com>
19278Date: Sun Mar 30 11:09:01 2008 +0100
19279
19280 - Remove *_masked() functions as noted by Wolfgang
19281 - Adapt register naming to recent TI spec (sprue26, March 2007)
19282 - Fix reset_timer() handling
19283 - As reported by Pieter [1] the overflow fix introduced a
19284 delay of factor 16 (e.g 2 seconds became 32). While the
19285 overflow fix is basically okay, it missed to divide udelay by
19286 16, too. Fix this.
19287 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
19288 - Remove software division of timer count value (DIV(x)
19289 macro) and do it in hardware (TIM_CLK_DIV).
19290 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
19291 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
19292 the hints & testing!
19293
19294 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
19295
19296 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
19297
19298commit ac3315c26e143c31680750c9c13f027efbcc887e
19299Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19300Date: Thu Mar 6 16:45:44 2008 +0100
19301
19302 new PHY @ e1000 - 2nd try
19303
19304 Add 82541ER device with latest integrated IGP2 PHY.
19305 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
19306
19307 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19308 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19309
19310commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
19311Author: Daniel Hellstrom <daniel@gaisler.com>
19312Date: Fri Mar 28 20:22:53 2008 +0100
19313
19314 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
19315
19316 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
19317 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
19318 available at www.gaisler.com.
19319
19320 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
19321 offloading etc.) can be determined by a bit in the control register.
19322 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
19323
19324 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
19325 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19326
19327commit 233a8bcd94997f3f345833a3b82e836222f2a206
19328Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
19329Date: Mon Mar 17 17:08:22 2008 -0500
19330
19331 Add CONFIG_MII_INIT in cmd_mii.c
19332
19333 Provide common configuration in do_mii() to execute mii_init()
19334 for all cpu architectures
19335
19336 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19337 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19338
19339commit f605479de2deb11e834f31dfdb0af107c86aced6
19340Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
19341Date: Mon Mar 17 17:08:16 2008 -0500
19342
19343 ColdFire: Fix FEC transmit issue for MCF5275
19344
19345 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19346 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19347
19348commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
19349Author: Aras Vaichas <arasv@magtech.com.au>
19350Date: Wed Mar 26 09:43:57 2008 +1100
19351
19352 DHCP request fix for Windows Server 2003
19353
19354 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
19355 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
19356 interoperability problems with Windows Server 200x DHCP server when U-Boot
19357 client responds too fast for server to handle.
19358
19359 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
19360 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19361
19362commit 97bf85d784fbed485e652eb907589ad0d5cb7262
19363Author: Daniel Hellstrom <daniel@gaisler.com>
19364Date: Fri Mar 28 20:40:19 2008 +0100
19365
19366 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
19367
19368 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
19369 SPARC CPUs implement flash_read64 which calls __raw_readq.
19370
19371 For current SPARC architectures (LEON2 and LEON3) each read from the
19372 FLASH must lead to a cache miss. This is because FLASH can not be set
19373 non-cacheable since program code resides there, and alternatively disabling
19374 cache is poor from performance view, or doing a cache flush between each
19375 read is even poorer.
19376
19377 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
19378 load alternative space, the alternative space number (ASI) is processor
19379 implementation spcific and can be found by including <asm/processor.h>.
19380
19381 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
19382
19383commit 70431e8a7393b6b793f77957f95b999fc9a269b8
19384Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
19385Date: Fri Mar 28 15:41:25 2008 +0100
19386
19387 Make MPC83xx one step closer to full relocation.
19388
19389 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
19390 and use GOT relative reference.
19391
19392 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
19393 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19394
19395commit 5b2793a3f3de34d439232b05acc8af67a028fd35
19396Author: Michael Barkowski <michael.barkowski@freescale.com>
19397Date: Thu Mar 27 14:34:43 2008 -0400
19398
19399 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
19400
19401 This patch fixes eeprom page size so that you can now write more than
19402 64 bytes at a time.
19403
19404 It also makes the board take MAC addresses, if found, from EEPROM.
19405
19406 User should place up to 4 addresses at offset 0x7f00, for
19407 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
19408 four six-byte values should have it's CRC at the end. crc32 and
19409 eeprom commands can be used to accomplish this.
19410
19411 If CRC fails, MAC addresses come from the environment. If CRC
19412 succeeds, the environment is overwritten at startup.
19413
19414 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
19415 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19416
19417commit 8f325cff31f6e745e6540014b131b9a97f61944c
19418Author: Michael Barkowski <michael.barkowski@freescale.com>
19419Date: Fri Mar 28 15:15:38 2008 -0400
19420
19421 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
19422
19423 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
19424 controller on the PCI bus in Linux on the MPC8323ERDB.
19425
19426 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
19427 config file.
19428
19429 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
19430 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19431
19432commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
19433Author: Kim Phillips <kim.phillips@freescale.com>
19434Date: Fri Mar 28 10:19:07 2008 -0500
19435
19436 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
19437
19438 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
19439 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
19440 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
19441 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
19442 convenience macros.
19443
19444 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19445
19446commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
19447Author: Kim Phillips <kim.phillips@freescale.com>
19448Date: Fri Mar 28 10:18:53 2008 -0500
19449
19450 mpc83xx: display ddr frequency in board_add_ram_info banner
19451
19452 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19453
19454commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
19455Author: Kim Phillips <kim.phillips@freescale.com>
19456Date: Fri Mar 28 10:18:40 2008 -0500
19457
19458 mpc83xx: unreinvent mem_clk
19459
19460 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
19461 mem_*_clk for consistency's sake.
19462
19463 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19464
19465commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
19466Author: Kim Phillips <kim.phillips@freescale.com>
19467Date: Fri Mar 28 14:31:23 2008 -0500
19468
19469 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
19470
19471 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19472
19473commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
19474Author: Dave Liu <r63238@freescale.com>
19475Date: Wed Mar 26 22:57:19 2008 +0800
19476
19477 mpc83xx: enable the SATA interface on mpc837xemds board
19478
19479 Enable the first two SATA interfaces on MPC837xEMDS board,
19480 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
19481
19482 Signed-off-by: Dave Liu <daveliu@freescale.com>
19483 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19484
19485commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
19486Author: Dave Liu <r63238@freescale.com>
19487Date: Wed Mar 26 22:56:36 2008 +0800
19488
19489 mpc83xx: initialize serdes for MPC837xEMDS boards
19490
19491 This patch is stolen from Anton Vorontsov's patch
19492 for mpc837xerdb boards.
19493
19494 The reference clk and xcorevdd voltage of serdes1/2
19495 is same between mpc837xemds and mpc837xerdb.
19496
19497 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
19498 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
19499 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
19500
19501 Signed-off-by: Dave Liu <daveliu@freescale.com>
19502 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19503
19504commit cc8e839abc80887ae832767b5930d40edd6d7eb7
19505Author: Stefan Roese <sr@denx.de>
19506Date: Fri Mar 28 14:09:04 2008 +0100
19507
19508 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
19509
19510 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
19511 interface. This usage can be configured with the jumper J6. This patch
19512 displays the current configuration upon bootup and changes the PCIe
19513 init loop, to only initialize the availabel PCIe slots.
19514
19515 Signed-off-by: Stefan Roese <sr@denx.de>
19516
19517commit 90447ecbbac8572457b6d8903073ac3f120995ba
19518Author: Tor Krill <tor@excito.com>
19519Date: Fri Mar 28 11:29:10 2008 +0100
19520
19521 MTD/CFI: Add support for 16bit legacy AMD flash
19522
19523 Add entry for 512Kx16 AMD flash to jedec_table.
19524 Read out 16bit device id if chipwidth is 16bit.
19525 Fixed coding style after Stefans feedback
19526
19527 Signed-off-by: Tor Krill <tor@excito.com>
19528
19529commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
19530Author: Stefan Roese <sr@denx.de>
19531Date: Fri Mar 28 11:02:53 2008 +0100
19532
19533 ppc: Small change to CFG_MEM_TOP_HIDE description
19534
19535 Signed-off-by: Stefan Roese <sr@denx.de>
19536
19537commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
19538Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19539Date: Thu Mar 27 15:44:12 2008 +0900
19540
19541 sh: Add support stat structure and stat.h
19542
19543 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19544
19545commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
19546Author: Mark Jonas <toertel@gmail.com>
19547Date: Sat Mar 22 19:27:52 2008 +0100
19548
19549 sh: Removed warning when compiling drivers/serial/serial_sh.c.
19550
19551 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
19552 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19553
19554commit f309fa38929ffba71230c02330ffa42f4bba6333
19555Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19556Date: Wed Mar 12 18:02:57 2008 +0900
19557
19558 sh: Remove disable_ctrlc function from R7780MP
19559
19560 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19561
19562commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
19563Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19564Date: Wed Mar 12 17:55:15 2008 +0900
19565
19566 sh: Add maintainer of R7780MP to MAINTAINER file
19567
19568 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
19569
19570 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19571
19572commit f5e2466f7baa887a7df0c536333eea8231333497
19573Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19574Date: Tue Mar 25 17:11:24 2008 +0900
19575
19576 sh: Add support Renesas Solutions R2D plus board
19577
19578 R2D plus is SH reference board used with SH7751R.
19579 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
19580 one PCI bus, VGA, and two Ethernet controller.
19581
19582 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19583
19584commit e92c95180bb5bc5fd4051598a9d60beaba48988d
19585Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19586Date: Wed Mar 12 12:15:29 2008 +0900
19587
19588 sh: Add support SH4 cache control
19589
19590 Add support SH4 cache control and flash_cache function
19591
19592 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19593
19594commit 28e5efde4d925fcb34901d0030d0648de2da7e89
19595Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19596Date: Mon Mar 24 01:53:01 2008 +0900
19597
19598 sh: Add support PCI host driver for SH7751/SH7751R
19599
19600 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19601
19602commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
19603Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19604Date: Mon Mar 24 02:11:26 2008 +0900
19605
19606 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
19607
19608 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19609
19610commit 566933278101c144d75361ea682678a326c1290d
19611Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19612Date: Wed Mar 12 12:10:28 2008 +0900
19613
19614 sh: Add support SuperH SH7751/SH7751R
19615
19616 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19617
19618commit 3313e0e26224fc9a0c445124f3455058c696df84
19619Author: Mark Jonas <toertel@gmail.com>
19620Date: Mon Mar 10 11:37:10 2008 +0100
19621
19622 sh: Added support for SH7720 based board MPR2.
19623
19624 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
19625 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19626
19627commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
19628Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19629Date: Thu Mar 6 14:05:53 2008 +0900
19630
19631 sh: Fix receive FIFO level register of SH4A
19632
19633 Receive FIFO level register is different in SH4A.
19634 Because register is different, cannot occasionally receive data.
19635
19636 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19637
19638commit c133c1fb0b590662206b0eba70f4478ee0300a9a
19639Author: Yusuke Goda <goda.yusuke@renesas.com>
19640Date: Tue Mar 11 12:55:12 2008 +0900
19641
19642 sh: Add support Renesas Solutions R7780MP
19643
19644 Renesas Solutions R7780MP is a reference board on SH7780.
19645 This board has serial, 10/100 base Ethernet deivice, CF slot
19646 and VGA devices. This board can set extension board.
19647 Extension board has 10/100/1000 base Ethernet device, PCI slot,
19648 S-ATA, iDVR slot.
19649
19650 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
19651 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19652
19653commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
19654Author: Yusuke Goda <goda.yusuke@renesas.com>
19655Date: Wed Mar 5 14:30:02 2008 +0900
19656
19657 sh: Add support PCI of SuperH and SH7780
19658
19659 This patch add support PCI of SuperH base code and SH7780 specific code.
19660
19661 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
19662 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19663
19664commit b55523efff2ae11f0b9ae3cc405893c32eb78156
19665Author: Yusuke Goda <goda.yusuke@renesas.com>
19666Date: Wed Mar 5 14:23:26 2008 +0900
19667
19668 sh: Add support SH7780
19669
19670 SH7780 is CPU of Renesas Technology.
19671 This CPU has
19672 - CPU clock 400MHz
19673 - PCI support
19674 - DDR-SDRAM controller
19675 - etc ...
19676
19677 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
19678 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19679
19680commit c2042f5952a686c414031309b8f244513bf578f0
19681Author: goda.yusuke <goda.yusuke@renesas.com>
19682Date: Fri Jan 25 20:46:36 2008 +0900
19683
19684 sh: Add support Renesas Solutions Migo-R board
19685
19686 Migo-R is a board based on SH7722 and has may devices.
19687 In this patch, supported SCIF, NOR flash and Ethernet.
19688
19689 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
19690 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19691
19692commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
19693Author: Bartlomiej Sieka <tur@semihalf.com>
19694Date: Thu Mar 27 15:06:40 2008 +0100
19695
19696 Fix host tool build breakage, take two
19697
19698 Revert commit 87c8431f and fix build breakage so that the build continues
19699 to work on FC systems.
19700
19701 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19702
19703commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
19704Author: Stefan Roese <sr@denx.de>
19705Date: Wed Mar 19 09:36:47 2008 +0100
19706
19707 ppc4xx: Enable ECC on LWMON5
19708
19709 Since all ECC related problems seem to be resolved on LWMON5, this patch
19710 now enables ECC support.
19711
19712 We have to write the ECC bytes by zeroing and flushing in smaller
19713 steps, since the whole 256MByte takes too long for the external
19714 watchdog.
19715
19716 Signed-off-by: Stefan Roese <sr@denx.de>
19717
19718commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
19719Author: Larry Johnson <lrj@acm.org>
19720Date: Mon Mar 17 11:10:35 2008 -0500
19721
19722 ppc4xx: Updates to Korat-specific code
19723
19724 This patch contains updates for changes for the Korat PPC440EPx board.
19725 These changes include:
19726
19727 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
19728 described in the new "doc/README.korat" file;
19729
19730 (2) a new memory map for the registers in the board's CPLD;
19731
19732 (3) a revised format for manufacturer's data in serial EEPROM; and
19733
19734 (4) changes to track updates to U-Boot for the Sequoia board.
19735
19736 Signed-off-by: Larry Johnson <lrj@acm.org>
19737
19738commit f766cdf89b3a2a7634b8c5869f606150e332036c
19739Author: Markus Brunner <super.firetwister@gmail.com>
19740Date: Thu Mar 27 10:46:25 2008 +0100
19741
19742 ppc4xx: PPC405EP Set EMAC noise filter bits
19743
19744 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
19745 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
19746 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
19747
19748 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
19749 Signed-off-by: Stefan Roese <sr@denx.de>
19750
19751commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
19752Author: Mike Nuss <mike@terascala.com>
19753Date: Wed Feb 20 11:54:20 2008 -0500
19754
19755 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
19756
19757 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
19758 after startup to change the speed of the clocks. This patch adds the
19759 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
19760 initialization code will reconfigure the PLL to run the system with a CPU
19761 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
19762 external EEPROM.
19763
19764 Signed-off-by: Mike Nuss <mike@terascala.com>
19765 Acked-by: Stefan Roese <sr@denx.de>
19766
19767commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
19768Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19769Date: Thu Mar 27 09:12:40 2008 +0100
19770
19771 new-image: Fix host tool build breakage
19772
19773 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19774
19775commit 6fb4b640562a10daff0dbe537638d511b5b48650
19776Author: Stefan Roese <sr@denx.de>
19777Date: Thu Mar 27 10:24:03 2008 +0100
19778
19779 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
19780
19781 Signed-off-by: Stefan Roese <sr@denx.de>
19782
19783commit 9462732a3ec551c11862450902cd8ee1bedea6d9
19784Author: Stefan Roese <sr@denx.de>
19785Date: Wed Mar 19 10:23:43 2008 +0100
19786
19787 ppc4xx: Add fdt support to Prodrive alpr
19788
19789 Since this board will probably be ported to arch/powerpc in the
19790 near future, we add device tree support now. This way we are
19791 "ready" for arch/powerpc from now on.
19792
19793 Signed-off-by: Stefan Roese <sr@denx.de>
19794
19795commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
19796Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
19797Date: Mon Mar 17 09:27:56 2008 +0100
19798
19799 ppc4xx: Enable cache support on the ALPR board
19800
19801 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
19802
19803commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
19804Author: Stefan Roese <sr@denx.de>
19805Date: Wed Mar 26 10:14:11 2008 +0100
19806
19807 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
19808
19809 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
19810 memory area will get subtracted from the top (end) of ram and won't get
19811 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
19812 should gets passed the now "corrected" memory size and won't touch it
19813 either. This should work for arch/ppc and arch/powerpc. Only Linux board
19814 ports in arch/powerpc with bootwrapper support, which recalculate the
19815 memory size from the SDRAM controller setup, will have to get fixed
19816 in Linux additionally.
19817
19818 This patch enables this config option on some PPC440EPx boards as a workaround
19819 for the CHIP 11 errata. Here the description from the AMCC documentation:
19820
19821 CHIP_11: End of memory range area restricted access.
19822 Category: 3
19823
19824 Overview:
19825 The 440EPx DDR controller does not acknowledge any
19826 transaction which is determined to be crossing over the
19827 end-of-memory-range boundary, even if the starting address is
19828 within valid memory space. Any such transaction from any PLB4
19829 master will result in a PLB time-out on PLB4 bus.
19830
19831 Impact:
19832 In case of such misaligned bursts, PLB4 masters will not
19833 retrieve any data at all, just the available data up to the
19834 end of memory, especially the 440 CPU. For example, if a CPU
19835 instruction required an operand located in memory within the
19836 last 7 words of memory, the DCU master would burst read 8
19837 words to update the data cache and cross over the
19838 end-of-memory-range boundary. Such a DCU read would not be
19839 answered by the DDR controller, resulting in a PLB4 time-out
19840 and ultimately in a Machine Check interrupt. The data would
19841 be inaccessible to the CPU.
19842
19843 Workaround:
19844 Forbid any application to access the last 256 bytes of DDR
19845 memory. For example, make your operating system believe that
19846 the last 256 bytes of DDR memory are absent. AMCC has a patch
19847 that does this, available for Linux.
19848
19849 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
19850 lwmon5, korat, sequoia
19851
19852 The other remaining 440EPx board were intentionally not included
19853 since it is not clear to me, if they use the end of ram for some
19854 other purpose. This is unclear, since these boards have CONFIG_PRAM
19855 defined and even comments like this:
19856
19857 PMC440.h:
19858 /* esd expects pram at end of physical memory.
19859 * So no logbuffer at the moment.
19860 */
19861
19862 It is strongly recommended to not use the last 256 bytes on those
19863 boards too. Patches from the board maintainers are welcome.
19864
19865 Signed-off-by: Stefan Roese <sr@denx.de>
19866
19867commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
19868Author: Stefan Roese <sr@denx.de>
19869Date: Thu Mar 27 10:09:05 2008 +0100
19870
19871 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
19872
19873 Signed-off-by: Stefan Roese <sr@denx.de>
19874
19875commit d56a3ce179688cde61073a3690e21703d68fafd7
19876Author: Stefan Roese <sr@denx.de>
19877Date: Tue Mar 25 17:51:13 2008 +0100
19878
19879 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
19880
19881 The routine ft_board_setup() configures the EBC NOR mappings for the
19882 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
19883 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
19884 problem, we need to pass the corrected address here too.
19885
19886 Signed-off-by: Stefan Roese <sr@denx.de>
19887
19888commit 9ad31989de12ce5c67b07c4867ead47465655c4b
19889Author: Stefan Roese <sr@denx.de>
19890Date: Wed Mar 19 16:35:12 2008 +0100
19891
19892 ppc4xx: Fix compilation warning in 4xx_enet.c
19893
19894 Signed-off-by: Stefan Roese <sr@denx.de>
19895
19896commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
19897Author: Stefan Roese <sr@denx.de>
19898Date: Wed Mar 19 16:20:49 2008 +0100
19899
19900 ppc4xx: Add AMCC Glacier 406GT eval board support
19901
19902 This patch adds support for the AMCC Glacier 460GT eval board.
19903 The main difference to the Canyonlands board are listed here:
19904
19905 - 4 ethernet ports instead of 2
19906 - no SATA port
19907 - no USB port
19908
19909 Currently EMAC2+3 are not working. This will be fixed in a later
19910 release.
19911
19912 Signed-off-by: Stefan Roese <sr@denx.de>
19913
19914commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
19915Author: Stefan Roese <sr@denx.de>
19916Date: Thu Mar 27 08:47:26 2008 +0100
19917
19918 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
19919
19920 Signed-off-by: Stefan Roese <sr@denx.de>
19921
19922commit b9670dd85be6e0496ef2e231043c23cad9b1d903
19923Author: Anatolij Gustschin <agust@denx.de>
19924Date: Wed Mar 26 21:05:43 2008 +0100
19925
19926 Fix out of tree building issue
19927
19928 Currently U-Boot building in some external directory
19929 doesn't work. This patch tries to fix the problem.
19930
19931 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19932
19933commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
19934Author: Anatolij Gustschin <agust@denx.de>
19935Date: Wed Mar 26 18:13:33 2008 +0100
19936
19937 README: update documentation (availability, links, etc.)
19938
19939 Fix typo in README
19940
19941 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19942
19943commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
19944Author: Anatolij Gustschin <agust@denx.de>
19945Date: Wed Mar 26 17:47:44 2008 +0100
19946
19947 Fix compilation error in cmd_usb.c
19948
19949 This patch fixes compilation error
19950 cmd_usb.c: In function 'do_usb':
19951 cmd_usb.c:552: error: void value not ignored as it ought to be
19952
19953 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19954
19955commit d8c82db482d6b535d12b419d6440b88bf7091c9b
19956Author: Timur Tabi <timur@freescale.com>
19957Date: Fri Mar 14 17:45:29 2008 -0500
19958
19959 Add support for setting the I2C bus speed in fsl_i2c.c
19960
19961 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
19962 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
19963 but fsl_i2c.c ignores it and uses conservative value when programming the
19964 I2C bus speed.
19965
19966 Signed-off-by: Timur Tabi <timur@freescale.com>
19967 Acked-by: Andy Fleming <afleming@freescale.com>
19968
19969commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
19970Author: Wolfgang Denk <wd@denx.de>
19971Date: Thu Mar 27 00:03:57 2008 +0100
19972
19973 Coding style cleanup, update CHANGELOG
19974
19975 Signed-off-by: Wolfgang Denk <wd@denx.de>
19976
d049cc7f
WD
19977commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
19978Author: Dave Liu <r63238@freescale.com>
19979Date: Wed Mar 26 22:55:32 2008 +0800
19980
19981 drivers: add the support for Freescale SATA controller
19982
19983 Add the Freescale on-chip SATA controller driver to u-boot,
19984 The SATA controller is used on the 837x and 8315 targets,
19985 The driver can be used to load kernel, fs and dtb.
19986
19987 The features list:
19988 - 1.5/3 Gbps link speed
19989 - LBA48, LBA28 support
19990 - DMA and FPDMA support
19991 - Two ports support
19992
19993 Signed-off-by: Dave Liu <daveliu@freescale.com>
19994
19995commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
19996Author: Dave Liu <r63238@freescale.com>
19997Date: Wed Mar 26 22:54:44 2008 +0800
19998
19999 ata: add the readme for SATA command line
20000
20001 Signed-off-by: Dave Liu <daveliu@freescale.com>
20002
20003commit cd54081cd479e542fc399b8a40651ff11a1ad849
20004Author: Dave Liu <r63238@freescale.com>
20005Date: Wed Mar 26 22:53:24 2008 +0800
20006
20007 ata: enable the sata initialize on boot up
20008
20009 Signed-off-by: Dave Liu <daveliu@freescale.com>
20010
20011commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
20012Author: Dave Liu <r63238@freescale.com>
20013Date: Wed Mar 26 22:52:36 2008 +0800
20014
20015 ata: add the fis struct for SATA
20016
20017 Signed-off-by: Dave Liu <daveliu@freescale.com>
20018
20019commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
20020Author: Dave Liu <r63238@freescale.com>
20021Date: Wed Mar 26 22:51:44 2008 +0800
20022
20023 ata: add the libata support
20024
20025 add simple libata support in u-boot
20026
20027 Signed-off-by: Dave Liu <daveliu@freescale.com>
20028
20029commit 8e9bb43429e50df55fa41932cbe65841ff579220
20030Author: Dave Liu <r63238@freescale.com>
20031Date: Wed Mar 26 22:50:45 2008 +0800
20032
20033 ata: make the ata_piix driver using new SATA framework
20034
20035 original ata_piix driver is using IDE framework, not real
20036 SATA framework. For now, the ata_piix driver is only used
20037 by x86 sc520_cdp board. This patch makes the ata_piix driver
20038 use the new SATA framework, so
20039
20040 - remove the duplicated command stuff
20041 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
20042 - add the CONFIG_CMD_SATA define to sc520_cdp.h
20043
20044 Signed-off-by: Dave Liu <daveliu@freescale.com>
20045
20046commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
20047Author: Dave Liu <r63238@freescale.com>
20048Date: Wed Mar 26 22:49:44 2008 +0800
20049
20050 ata: add the support for SATA framework
20051
20052 - add the SATA framework
20053 - add the SATA command line
20054
20055 Signed-off-by: Dave Liu <daveliu@freescale.com>
20056
20057commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
20058Author: Dave Liu <r63238@freescale.com>
20059Date: Wed Mar 26 22:48:18 2008 +0800
20060
20061 ata: merge the header of ata_piix driver
20062
20063 move the sata.h from include/ to drivers/block/ata_piix.h
20064
20065 Signed-off-by: Dave Liu <daveliu@freescale.com>
20066
20067commit 9eef62804d9695425b24c87b46a61a7fa74afee0
20068Author: Dave Liu <r63238@freescale.com>
20069Date: Wed Mar 26 22:47:06 2008 +0800
20070
20071 ata: merge the ata_piix driver
20072
20073 move the cmd_sata.c from common/ to drivers/ata_piix.c,
20074 the cmd_sata.c have some part of ata_piix controller drivers.
20075 consolidate the driver to have better framework.
20076
20077 Signed-off-by: Dave Liu <daveliu@freescale.com>
20078
1aeed8d7
WD
20079commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
20080Author: Markus Klotzbuecher <mk@denx.de>
20081Date: Wed Mar 26 18:26:43 2008 +0100
20082
20083 USB, Storage: fix a bug introduced in commit
20084 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
20085 to only print only information on one storage device, but not for
20086 multiple.
20087
20088 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20089
20090commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
20091Author: Anatolij Gustschin <agust@denx.de>
20092Date: Wed Mar 26 17:47:44 2008 +0100
20093
20094 Fix compilation error in cmd_usb.c
20095
20096 This patch fixes compilation error
20097 cmd_usb.c: In function 'do_usb':
20098 cmd_usb.c:552: error: void value not ignored as it ought to be
20099
20100 Signed-off-by: Anatolij Gustschin <agust@denx.de>
20101 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20102
20103commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
20104Author: Kumar Gala <galak@kernel.crashing.org>
20105Date: Wed Mar 26 08:53:53 2008 -0500
20106
20107 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
20108
20109 Provide a board_lmb_reserve helper function to ensure we reserve
20110 the page of memory we are using for the boot page translation code.
20111
20112 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20113
20114commit 79679d80021ab095e639e250ca472fe526da02e2
20115Author: Kumar Gala <galak@kernel.crashing.org>
20116Date: Wed Mar 26 08:34:25 2008 -0500
20117
20118 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
20119
20120 The following changes are needed to be inline with ePAPR v0.81:
20121
20122 * r4, r5 and now always set to 0 on boot release
20123 * r7 is used to pass the size of the initial map area (IMA)
20124 * EPAPR_MAGIC value changed for book-e processors
20125 * changes in the spin table layout
20126 * spin table supports a 64-bit physical release address
20127
20128 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20129
20130commit 25eedb2c1958a13110c7de1fc809b624053cc69c
20131Author: Jon Loeliger <jdl@freescale.com>
20132Date: Wed Mar 19 15:02:07 2008 -0500
20133
20134 FSL: Clean up board/freescale/common/Makefile
20135
20136 Each file that can be built here now follows some
20137 CONFIG_ option so that they are appropriately built
20138 or not, as needed. And CONFIG_ defines were added
20139 to various board config files to make sure that happens.
20140
20141 The other board/freescale/*/Makefiles no longer need
20142 to reach up and over into ../common to build their
20143 individually needed files any more.
20144
20145 Boards that are CDS specific were renamed with cds_ prefix.
20146
20147 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20148
20149commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
20150Author: Kumar Gala <galak@kernel.crashing.org>
20151Date: Wed Feb 27 22:00:27 2008 -0600
20152
20153 85xx: Fix merge duplication
20154
20155 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
20156
20157 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20158
20159commit 5893b3d0a4084f87a06a5d3dc03db91206818941
20160Author: James Yang <James.Yang@freescale.com>
20161Date: Tue Feb 12 16:35:07 2008 -0600
20162
20163 85xx: Expand CCSR space with more DDR controller registers.
20164
20165 Signed-off-by: James Yang <James.Yang@freescale.com>
20166 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20167 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20168
20169commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
20170Author: James Yang <James.Yang@freescale.com>
20171Date: Fri Feb 8 18:05:08 2008 -0600
20172
20173 85xx: Speed up get_ddr_freq() and get_bus_freq()
20174
20175 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
20176 called. However, get_sys_info() recalculates extraneous information when
20177 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
20178 values from global_data instead.
20179
20180 Signed-off-by: James Yang <James.Yang@freescale.com>
20181 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20182
20183commit e9ea679918fbc9a53fa2f2a904aac874ea736036
20184Author: James Yang <James.Yang@freescale.com>
20185Date: Fri Feb 8 16:46:27 2008 -0600
20186
20187 85xx: Show DDR memory data rate in addition to the memory clock frequency.
20188
20189 Show the DDR memory data rate in addition to the memory clock
20190 frequency. For DDR/DDR2 memories the memory data rate is 2x the
20191 memory clock.
20192
20193 Signed-off-by: James Yang <James.Yang@freescale.com>
20194 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20195
20196commit 591933ca6eabc440e6ed6967233aaf56fce464a3
20197Author: James Yang <James.Yang@freescale.com>
20198Date: Fri Feb 8 16:44:53 2008 -0600
20199
20200 85xx: get_tbclk() speed up and rounding fix
20201
20202 Speed up get_tbclk() by referencing pre-computed bus clock
20203 frequency value from global data instead of sys_info_t. Fix
20204 rounding of result to nearest; previously it was rounding
20205 upwards.
20206
20207 Signed-off-by: James Yang <James.Yang@freescale.com>
20208 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20209
20210commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
20211Author: Andy Fleming <afleming@freescale.com>
20212Date: Wed Feb 6 01:19:40 2008 -0600
20213
20214 Update SVR numbers to expand support
20215
20216 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
20217 is used to distinguish certain variants within an SOC family. To
20218 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
20219 constants to reflect the larger value. We also add SVR numbers for all
20220 of the current variants. Finally, to make things neater, rather than
20221 use an enormous switch statement to print out the CPU type, we create
20222 and array of SVR/name pairs (using a macro), and print out the CPU name
20223 that matches the SVR SOC version.
20224
20225 Signed-off-by: Andy Fleming <afleming@freescale.com>
20226
20227commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
20228Author: Andy Fleming <afleming@freescale.com>
20229Date: Wed Feb 6 01:12:57 2008 -0600
20230
20231 Add the Freescale PCI device IDs
20232
20233 Signed-off-by: Andy Fleming <afleming@freescale.com>
20234
20235commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
20236Author: Kumar Gala <galak@kernel.crashing.org>
20237Date: Thu Feb 14 11:04:23 2008 -0600
20238
20239 85xx: Added support for multicore boot mechanism
20240
20241 Added the cpu command that provides a generic mechanism to get status,
20242 reset, and release secondary cores in multicore processors.
20243
20244 Added support for using the ePAPR defined spin-table mechanism on 85xx.
20245
20246 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20247 Signed-off-by: Andy Fleming <afleming@freescale.com>
20248
20249commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
20250Author: Kumar Gala <galak@kernel.crashing.org>
20251Date: Thu Jan 17 16:48:33 2008 -0600
20252
20253 85xx: Added support for multicore boot mechanism
20254
20255 Added the cpu command that provides a generic mechanism to get status,
20256 reset, and release secondary cores in multicore processors.
20257
20258 Added support for using the ePAPR defined spin-table mechanism on 85xx.
20259
20260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20261
20262commit f69766e4b5d47ecd3aa58677a8da875694f364f2
20263Author: Kumar Gala <galak@kernel.crashing.org>
20264Date: Wed Jan 30 14:55:14 2008 -0600
20265
20266 85xx: Add the concept of CFG_CCSRBAR_PHYS
20267
20268 When we go to 36-bit physical addresses we need to keep the concept of
20269 the physical CCSRBAR address seperate from the virtual one.
20270
20271 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
20272
20273 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20274
d049cc7f
WD
20275commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
20276Author: Wolfgang Denk <wd@denx.de>
20277Date: Wed Mar 26 15:38:47 2008 +0100
20278
20279 Coding style cleanup.
20280
20281 Signed-off-by: Wolfgang Denk <wd@denx.de>
20282
20283commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
20284Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
20285Date: Wed Mar 26 13:02:13 2008 +0100
20286
20287 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
20288
20289 The default settings for RTC DS1337 keeps the OSC
20290 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
20291 turn it off.
20292
20293 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
20294
20295commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
20296Author: Wolfgang Denk <wd@denx.de>
20297Date: Wed Mar 26 11:48:46 2008 +0100
20298
20299 Cleanup coding style, update CHANGELOG
20300
20301 Signed-off-by: Wolfgang Denk <wd@denx.de>
20302
438a4c11
WD
20303commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
20304Author: Wolfgang Denk <wd@denx.de>
20305Date: Wed Mar 26 10:40:12 2008 +0100
20306
20307 README: update documentation (availability, links, etc.)
20308
20309 Signed-off-by: Wolfgang Denk <wd@denx.de>
20310
20311commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
20312Author: Aras Vaichas <arasv@magtech.com.au>
20313Date: Tue Mar 25 12:09:07 2008 +1100
20314
20315 USB Storage, add meaningful return value
20316
20317 This patch changes the "usb storage" command to return success if it
20318 finds a USB storage device, otherwise it returns error.
20319
20320 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20321
20322commit 18e69a35efbb078403db0c0063986470dad7d082
20323Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20324Date: Fri Mar 14 23:20:18 2008 +0300
20325
20326 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
20327
20328 Linux understands "host" (default), "peripheral" and "otg" (broken).
20329 Though, U-Boot doesn't restrict dr_mode variable to these values (think
20330 of renames in future).
20331
20332 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20333 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20334
20335commit c7604783b236e368f225efb7b3efb418fe20b404
20336Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20337Date: Fri Mar 14 23:20:30 2008 +0300
20338
20339 tsec: fix link detection for the RTL8211B PHY
20340
20341 RTL8211B sets link state register after autonegotiation complete,
20342 so with bootdelay=0 RTL8211B will report lack of the link.
20343
20344 To fix this, we should wait for aneg to complete, even if the
20345 link is currently down.
20346
20347 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20348 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20349
20350commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
20351Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20352Date: Mon Mar 24 20:47:09 2008 +0300
20353
20354 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
20355
20356 device_type = "soc" is being deprecated, newer device trees will use
20357 "fsl,soc" and/or "fsl,immr" for the soc nodes.
20358
20359 This patch also adds clock-frequency property for soc nodes (the same
20360 value as bus-frequency).
20361
20362 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20363
20364commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
20365Author: Joe D'Abbraccio <ljd015@freescale.com>
20366Date: Mon Mar 24 13:00:59 2008 -0400
20367
20368 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
20369
20370 With the original value of 1/2 clock cycle delay, the system ran relatively
20371 stable except when we run benchmarks that are intensive users of memory.
20372 When I run samba connected disk with a HDBENCH test, the system locks-up
20373 or reboots sporadically.
20374
20375 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
20376
20377commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
20378Author: Scott Wood <scottwood@freescale.com>
20379Date: Mon Mar 24 12:44:13 2008 -0500
20380
20381 mpc83xx: Set PCI I/O bus-address base to zero.
20382
20383 The device trees for these boards describe PCI I/O as starting from
20384 address zero from the device's perspective.
20385
20386 Placing I/O elsewhere may cause problems with certain PCI boards, and may
20387 cause problems with Linux.
20388
20389 Signed-off-by: Scott Wood <scottwood@freescale.com>
20390
20391commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
20392Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20393Date: Mon Mar 24 20:47:05 2008 +0300
20394
20395 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
20396
20397 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
20398 This patch fixes "system time drifting" problem.
20399
20400 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20401
20402commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
20403Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20404Date: Mon Mar 24 20:47:02 2008 +0300
20405
20406 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
20407
20408 This is needed to update /choosen/linux,stdout-path properly.
20409
20410 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20411
20412commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
20413Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20414Date: Mon Mar 24 20:47:00 2008 +0300
20415
20416 mpc83xx: MPC8360E-RDK: add dhcp command
20417
20418 Plus modify environment to use it and remove bootfile env variable,
20419 it is internal and CONFIG_BOOTFILE is used for these purposes.
20420
20421 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20422
20423commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
20424Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20425Date: Mon Mar 24 20:46:57 2008 +0300
20426
20427 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
20428
20429 Current DDR setup easily causes memory corruption, this patch fixes it.
20430
20431 Also fix TIMING_CFG0_MRS_CYC definition.
20432
20433 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20434
20435commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
20436Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20437Date: Mon Mar 24 20:46:53 2008 +0300
20438
20439 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
20440
20441 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
20442 controller and FHCI (QE USB).
20443
20444 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20445
20446commit 7ad959490962e6842648d87d4bd795ea6cdcce67
20447Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20448Date: Mon Mar 24 20:46:51 2008 +0300
20449
20450 mpc83xx: MPC8360E-RDK: add support for NAND
20451
20452 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20453
20454commit 9a3e832aeb491861d029991241572ebdf4b5b61b
20455Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20456Date: Mon Mar 24 20:46:46 2008 +0300
20457
20458 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
20459
20460 This is needed for BCM PHYs to work on this board.
20461
20462 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20463
20464commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
20465Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20466Date: Mon Mar 24 20:46:34 2008 +0300
20467
20468 uec: add support for Broadcom BCM5481 Gigabit PHY
20469
20470 This patch adds basic support for Broadcom BCM5481 PHY.
20471
20472 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
20473 Peter Barada <peterb@logicpd.com>.
20474
20475 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20476
20477commit 6a600c3a1876bc203445df4f0fd6b12648259666
20478Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20479Date: Mon Mar 24 20:46:28 2008 +0300
20480
20481 uec: add support for RGMII_RXID interface mode
20482
20483 PHY drivers will use it to setup software delay between RXD and RXC
20484 signals.
20485
20486 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20487
20488commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
20489Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20490Date: Mon Mar 24 20:46:24 2008 +0300
20491
20492 uec: add support for gbit mii status readings
20493
20494 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20495
20496commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
20497Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20498Date: Mon Mar 24 17:40:47 2008 +0300
20499
20500 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
20501
20502 This is primarily for the early console support.
20503
20504 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20505
20506commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
20507Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20508Date: Mon Mar 24 17:40:43 2008 +0300
20509
20510 83xx: initialize serdes for MPC837XRDB boards
20511
20512 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
20513 On the MPC8378ERDB: 2 PCI-E
20514 On the MPC8379ERDB: 4 SATA
20515
20516 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20517
20518commit 453316a2a19642d8afcbca7452e40a6b44a197b1
20519Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20520Date: Mon Mar 24 17:40:32 2008 +0300
20521
20522 83xx: serdes setup routines
20523
20524 This patch adds few routines to configure serdes on 837x targets.
20525
20526 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20527
20528commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
20529Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20530Date: Mon Mar 24 17:40:27 2008 +0300
20531
20532 83xx: split COBJS onto separate lines
20533
20534 ..plus get rid of some #ifdefs in the .c files.
20535
20536 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20537
20538commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
20539Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20540Date: Mon Mar 24 17:40:23 2008 +0300
20541
20542 83xx: nand support for MPC837XRDB boards
20543
20544 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20545
20546commit 82e45a204190593e8613145a928f998fb8c909c4
20547Author: Jerry Van Baren <gvb.uboot@gmail.com>
20548Date: Tue Mar 18 21:44:41 2008 -0400
20549
20550 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
20551
20552 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20553 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20554
20555commit 0fa7a1b4719e325fce332689fb8754ec166191ff
20556Author: Michael Barkowski <michael.barkowski@freescale.com>
20557Date: Thu Mar 20 13:15:39 2008 -0400
20558
20559 mpc8323erdb: remove RTC and add EEPROM
20560
20561 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
20562
20563 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
20564 Acked-by: Kim Phillips <kim.phillips@freescale.com>
20565
20566commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
20567Author: Michael Barkowski <michael.barkowski@freescale.com>
20568Date: Thu Mar 20 13:15:34 2008 -0400
20569
20570 mpc8323erdb: Improve the system performance
20571
20572 The following changes are based on kernel UCC ethernet performance:
20573
20574 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
20575 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
20576 switch to enable this setting.
20577
20578 The following changes are based on the App Note AN3369 and
20579 verified to improve memory latency using LMbench:
20580
20581 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
20582 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
20583 previously.
20584 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
20585 Twr=15ns, and this was already the setting in DDR_MODE)
20586 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
20587 Trp=15ns)
20588 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
20589 Tras=40ns)
20590 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
20591 Trcd=15ns)
20592 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
20593 Trfc=75ns)
20594 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
20595 on Tfaw=50ns)
20596 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
20597 on CL=3 and WL=2).
20598
20599 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
20600 Acked-by: Kim Phillips <kim.phillips@freescale.com>
20601
20602commit fc549c871f43933396a5b3e21d897023d4b31b8d
20603Author: Michael Barkowski <michael.barkowski@freescale.com>
20604Date: Thu Mar 20 13:15:28 2008 -0400
20605
20606 mpc8323erdb: use readable DDR config macros
20607
20608 Use available shift/mask macros to define DDR configuration.
20609
20610 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
20611 Acked-by: Kim Phillips <kim.phillips@freescale.com>
20612
20613commit 89c7784ed90ba50301eec521144f95111e472906
20614Author: Timur Tabi <timur@freescale.com>
20615Date: Fri Feb 8 13:15:55 2008 -0600
20616
20617 83xx: Add Vitesse VSC7385 firmware uploading
20618
20619 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
20620 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
20621 Cleaned up the board header files to make selecting the VSC7385 easier to
20622 control.
20623
20624 Signed-off-by: Timur Tabi <timur@freescale.com>
20625 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20626
20627commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
20628Author: Timur Tabi <timur@freescale.com>
20629Date: Fri Feb 8 13:15:54 2008 -0600
20630
20631 NET: Add Vitesse VSC7385 firmware uploading
20632
20633 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
20634 and other boards. A small firwmare must be uploaded to its on-board memory
20635 before it can be enabled. This patch adds the code which uploads firmware
20636 (but not the firmware itself).
20637
20638 Previously, this feature was provided by a U-Boot application that was
20639 made available only on Freescale BSPs. The VSC7385 firmware must still
20640 be obtained separately, but at least there is no longer a need for a separate
20641 application.
20642
20643 Signed-off-by: Timur Tabi <timur@freescale.com>
20644 Acked-by: Ben Warren <biggerbadderben@gmail.com>
20645
20646commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
20647Author: Wolfgang Denk <wd@denx.de>
20648Date: Wed Mar 26 00:52:10 2008 +0100
20649
20650 Coding Style cleanyp; update CHANGELOG
20651
20652 Signed-off-by: Wolfgang Denk <wd@denx.de>
20653
aa6f6d17
WD
20654commit 43ddd9c820fec44816188f53346b464e20b3142d
20655Author: Jerry Van Baren <gvb.uboot@gmail.com>
20656Date: Sat Mar 22 14:23:49 2008 -0400
20657
20658 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
20659
20660 These defines embedded the u-boot env variables and/or the bd_t structure
20661 in the fdt blob. The conclusion of discussion on the u-boot email list
20662 was that embedding these in the fdt blob is not useful: there are better
20663 ways of passing the data (in fact, the fdt blob itself replaces the
20664 bd_t struct).
20665
20666 The only board that enables these is the stxxtc and they don't appear
20667 to be used by linux.
20668
20669 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20670 Acked-by: Kim Phillips <kim.phillips@freescale.com>
20671
20672commit 22ed2285743359fd1fe73e411dff914b2256e68f
20673Author: Stefan Roese <sr@denx.de>
20674Date: Mon Mar 17 10:49:25 2008 +0100
20675
20676 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
20677
20678 Signed-off-by: Stefan Roese <sr@denx.de>
20679
20680commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
20681Author: Kyungmin Park <kmpark@infradead.org>
20682Date: Mon Mar 17 08:54:06 2008 +0900
20683
20684 Add Flex-OneNAND booting support
20685
20686 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
20687 using a NOR Flash interface. This on-chip integration enables system designers
20688 to reduce external system logic and use high-density NAND Flash
20689 in applications that would otherwise have to use more NOR components.
20690
20691 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
20692 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
20693 that require low reliability and high density, SLC area of Flex-OneNAND
20694 to store data that need high reliability and high performance. Flex-OneNAND
20695 can let users take advantage of storing these two different types of data
20696 into one chip, which is making Flex-OneNAND more cost- and space-effective.
20697
20698 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20699
20700commit c512389cc4a10253249271ff6c887c6dab1f0db2
20701Author: André Schwarz <andre.schwarz@matrix-vision.de>
20702Date: Thu Mar 13 13:50:52 2008 +0100
20703
20704 MPC5200: support setup without FEC
20705
20706 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
20707 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
20708
20709 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20710 Acked-by: Grant Likely <grant.likely@secretlab.ca>
20711
20712commit aa3511e422946041ef626f80a05ae5e8bfc700e6
20713Author: Jon Loeliger <jdl@freescale.com>
20714Date: Wed Mar 5 18:05:46 2008 -0600
20715
20716 FSL: Move board/mpc8266ads under board/freescale
20717
20718 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20719
20720commit 7f1d846e5c5754449c286587d099d85246062772
20721Author: Jon Loeliger <jdl@freescale.com>
20722Date: Wed Mar 5 18:05:47 2008 -0600
20723
20724 FSL: Move board/mpc7448hpc2 under board/freescale
20725
20726 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20727
20728commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
20729Author: Jon Loeliger <jdl@freescale.com>
20730Date: Wed Mar 5 18:05:45 2008 -0600
20731
20732 FSL: Move board/mpc8260ads under board/freescale
20733
20734 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20735
20736commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
20737Author: goda.yusuke <goda.yusuke@renesas.com>
20738Date: Wed Mar 5 17:08:33 2008 +0900
20739
20740 net: Add support AX88796L ethernet device
20741
20742 AX88796L is device of NE2000 compatible.
20743 This patch support AX88796L ethernet device.
20744
20745 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
20746 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20747
20748commit e0a6140dd381e1eed1ada2291166ef2616d8822b
20749Author: Wolfgang Denk <wd@denx.de>
20750Date: Tue Mar 25 22:50:41 2008 +0100
20751
20752 ne2000 driver: change #ifdef to Makefile conditional compilation
20753
20754 Signed-off-by: Wolfgang Denk <wd@denx.de>
20755
20756commit e710185aae90c64d39c2d453e40e58ceefe4f250
20757Author: goda.yusuke <goda.yusuke@renesas.com>
20758Date: Wed Mar 5 17:08:20 2008 +0900
20759
20760 net: Divided code of NE2000 ethernet driver
20761
20762 There are more devices of the NE2000 base.
20763 A present code is difficult for us to support more devices.
20764 To support more NE2000 clone devices, separated the function.
20765
20766 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
20767 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20768
20769commit 395bce4f59a507a60a475f7ee46bed47de9482df
20770Author: Mike Frysinger <vapier@gentoo.org>
20771Date: Sun Feb 24 23:58:13 2008 -0500
20772
20773 net/Blackfin: move on-chip MAC driver into drivers/net/
20774
20775 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
20776 directory, but it is not board specific, so relocate it to the drivers dir
20777 so that other Blackfin ports can utilize it.
20778
20779 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20780
20781commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
20782Author: Mike Frysinger <vapier@gentoo.org>
20783Date: Sun Feb 24 23:52:35 2008 -0500
20784
20785 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
20786
20787 Since the "ssync" instruction may have hardware anomalies associated with
20788 it, have the smc91111 driver use the SSYNC macro rather than invoking it
20789 directly. We workaround all the anomalies via this macro.
20790
20791 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20792
20793commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
20794Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
20795Date: Sun Feb 17 22:57:47 2008 +0000
20796
20797 8xx: Update OF support on 8xx
20798
20799 This patch does some shifting around of OF support on 8xx.
20800
20801 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
20802
20803commit 9c666a7db0b2285a270c68810889ce7d5dba304b
20804Author: Kumar Gala <galak@kernel.crashing.org>
20805Date: Fri Feb 15 15:16:18 2008 -0600
20806
20807 ppc: Allow boards to specify how much memory they can map
20808
20809 For historical reasons we limited the stack to 256M because some boards
20810 could only map that much via BATS. However newer boards are capable of
20811 mapping more memory (for example 85xx is capble of doing up to 2G).
20812
20813 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20814
20815commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
20816Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
20817Date: Fri Feb 15 01:05:58 2008 +0000
20818
20819 8xx : Add OF support to Adder875 board port - resubmit
20820
20821 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
20822
20823commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
20824Author: Kumar Gala <galak@kernel.crashing.org>
20825Date: Thu Feb 14 20:44:42 2008 -0600
20826
20827 Add setexpr command
20828
20829 Add a simple expr style command that will set an env variable as the result
20830 of the command. This allows us to do simple math in shell. The following
20831 operations are supported: &, |, ^, +, -, *, /.
20832
20833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20834
20835commit 3f105faa64b9826e088711fdfcaa70cb1230397a
20836Author: Jon Loeliger <jdl@freescale.com>
20837Date: Wed Mar 5 17:27:48 2008 -0600
20838
20839 FSL: Move board/mpc7448hpc2 under board/freescale
20840
20841 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20842
20843commit 449c703374a8868453425e15da7e2f76221b72e4
20844Author: Jon Loeliger <jdl@freescale.com>
20845Date: Wed Mar 5 17:21:43 2008 -0600
20846
20847 FSL: Move board/mpc8266ads under board/freescale
20848
20849 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20850
20851commit 5863577989ad689427bb750107e9a75f1c1645d2
20852Author: Jon Loeliger <jdl@freescale.com>
20853Date: Wed Mar 5 16:41:41 2008 -0600
20854
20855 FSL: Move board/mpc8260ads under board/freescale
20856
20857 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20858
20859commit 8a773983957ee6c4aa344469b742f29c7d26afbd
20860Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20861Date: Tue Mar 25 21:30:08 2008 +0900
20862
20863 [MIPS] Move gth2_config from ARM section to MIPS
20864
20865 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20866
20867commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
20868Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20869Date: Tue Mar 25 21:30:07 2008 +0900
20870
20871 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
20872
20873 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20874
20875commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
20876Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20877Date: Tue Mar 25 21:30:07 2008 +0900
20878
20879 [MIPS] Fix dcache_status()
20880
20881 You can't judge UNCACHED by Config.K0 LSB.
20882
20883 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20884
20885commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
20886Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20887Date: Tue Mar 25 21:30:07 2008 +0900
20888
20889 [MIPS] Introduce _machine_restart
20890
20891 Handles machine specific functions by using weak functions.
20892
20893 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20894
20895commit decaba6f5cf386d569ac3997bebb871b966c6b18
20896Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20897Date: Tue Mar 25 21:30:07 2008 +0900
20898
20899 [MIPS] Cleanup CP0 Status initialization
20900
20901 Add setup_c0_status from Linux. For the moment we disable interrupts, set
20902 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
20903 reset-time configuration and will work well across most processors.
20904
20905 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20906
20907commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
20908Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20909Date: Tue Mar 25 21:30:07 2008 +0900
20910
20911 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
20912
20913 Without this change, we'll be suffering from deffered WATCH exception
20914 once Status.EXL is cleared. Make sure Cause.WP is cleared.
20915
20916 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20917
20918commit 26138623230ca2bad3c78e05a65527ea70c8b688
20919Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20920Date: Tue Mar 25 21:30:07 2008 +0900
20921
20922 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
20923
20924 Move things to appropriate place.
20925
20926 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20927
20928commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
20929Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20930Date: Tue Mar 25 21:30:06 2008 +0900
20931
20932 [MIPS] Implement flush_cache()
20933
20934 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
20935 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
20936 function is used not only in U-Boot specfic programs but also at loading
20937 target binaries.
20938
20939 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20940
20941commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
20942Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20943Date: Tue Mar 25 21:30:06 2008 +0900
20944
20945 [MIPS] Fix I-/D-cache initialization loops
20946
20947 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
20948 again per a loop for I-cache initialization. But according to 'See MIPS
20949 Run', we're encouraged to use three separate loops rather than combining
20950 them *for both I- and D-cache*. This patch tries to fix this.
20951
20952 In accordance with fixing above, mips_init_[id]cache are separated from
20953 mips_cache_reset(), and rewrite cache loops are completely rewritten with
20954 useful macros.
20955
20956 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20957
20958commit 1898840797c7f50799377bd5b285a8a93a82c419
20959Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20960Date: Tue Mar 25 21:30:06 2008 +0900
20961
20962 [MIPS] Replace memory clearance code with f_fill64
20963
20964 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
20965
20966 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20967
20968commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
20969Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20970Date: Tue Mar 25 21:30:06 2008 +0900
20971
20972 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
20973
20974 This patch replaces the current function definitions with NESTED, LEAF
20975 and END macro. They specify some more additional information about the
20976 function; an alignment of symbol, type of symbol, stack frame usage, etc.
20977 These information explicitly tells the assembler and the debugger about
20978 the types of code we want to generate.
20979
20980 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20981
20982commit 282223a607c611425fa33f5428f8eae6636972bb
20983Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20984Date: Tue Mar 25 11:43:17 2008 +0900
20985
20986 [MIPS] asm headers' updates
20987
20988 Make some asm headers adjusted to the latest Linux kernel.
20989
20990 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20991
20992commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
20993Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20994Date: Tue Mar 25 11:39:29 2008 +0900
20995
20996 [MIPS] Request for the 'mips_cache_lock()' removal
20997
20998 The initial intension of having mips_cache_lock() was to use the cache
20999 as memory for temporary stack use so that a C environment can be set up
21000 as early as possible.
21001
21002 But now mips_cache_lock() follow lowlevel_init(). We've already have the
21003 real memory initilaized at this point, therefore we could/should use it.
21004 No reason to lock at all.
21005
21006 Other problems:
21007
21008 Cache locking is not consistent across MIPS implementaions. Some imple-
21009 mentations don't support locking at all. The style of locking varies -
21010 some support per line locking, others per way, etc. Some parts use bits
21011 in status registers instead of cache ops. Current mips_cache_lock() is
21012 not necessarily general-purpose.
21013
21014 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
21015 they are never get unlocked, so the code relies on whatever gets loaded
21016 after U-Boot to re-initialize the cache and clear the locks. We're sup-
21017 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
21018 but leave the situation as it is for a long time.
21019
21020 For these reasons, I proposed the removal of mips_cache_lock() from the
21021 global start-up code.
21022
21023 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
21024 *things have changed*. If he wants the same behavior as before, he needs
21025 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
21026
21027 If we don't have any regression report through several releases, then
21028 we'll remove codes entirely.
21029
21030 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21031 Acked-by: Andrew Dyer <amdyer@gmail.com>
21032
21033commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
21034Author: Yuri Tikhonov <yur@emcraft.com>
21035Date: Mon Mar 24 11:30:54 2008 +0100
21036
21037 lwmon5 SYSMON POST: fix backlight control
21038
21039 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
21040 run on the board, then the SYSMON POST controls the display backlight
21041 (doesn't switch backlight ON if POST FAILED, and does switch the
21042 backlight ON if PASSED).
21043
21044 If not, then the video driver controls the display backlight (just
21045 switch ON the backlight upon initialization).
21046
21047 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21048
21049commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
21050Author: Yuri Tikhonov <yur@emcraft.com>
21051Date: Mon Mar 24 11:29:14 2008 +0100
21052
21053 lwmon5 SYSMON POST: fix handling of negative temperatures
21054
21055 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
21056
21057 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21058
21059commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
21060Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21061Date: Fri Mar 7 16:04:25 2008 +0900
21062
21063 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
21064
21065 In current source code, when the device number of PCI is 0, process PCI
21066 bridge without fail. However, when the device number is 0, it is not PCI
21067 always bridge. There are times when device of PCI allocates.
21068
21069 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
21070 use this patch.
21071
21072 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21073 Acked-by: Stefan Roese <sr@denx.de>
21074
21075commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
21076Author: Yuri Tikhonov <yur@emcraft.com>
21077Date: Fri Mar 21 09:18:40 2008 +0100
21078
21079 LWMON5: fix dsPIC POST
21080
21081 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
21082
21083 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
21084
438a4c11
WD
21085commit 388b82fddc7c05596f3f615f190da0448227dc82
21086Author: Bartlomiej Sieka <tur@semihalf.com>
21087Date: Thu Mar 20 23:23:13 2008 +0100
21088
21089 [new uImage] Enable new uImage support for the pcs440ep board.
21090
21091 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21092
21093commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
21094Author: Bartlomiej Sieka <tur@semihalf.com>
21095Date: Thu Mar 20 23:23:13 2008 +0100
21096
21097 [new uImage] Do not compile new uImage format support by default
21098
21099 Disable default building of new uImage format support in preparation
21100 for merge with the master. Support for new format can be enabled on
21101 a per-board basis, by defining the following in the board's config file:
21102
21103 #define CONFIG_FIT 1
21104 #define CONFIG_OF_LIBFDT 1
21105
21106 This can be optionally defined to give more verbose output:
21107
21108 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
21109
21110 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21111
21112commit dafaede8a46c7159310239e036c93e31c6374487
21113Author: Bartlomiej Sieka <tur@semihalf.com>
21114Date: Thu Mar 20 23:20:31 2008 +0100
21115
21116 [new uImage] Disable debuging output in preparation for merge with master
21117
21118 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21119
21120commit fbe7a155027beacebaee9b32e1ada781fe924bca
21121Author: Bartlomiej Sieka <tur@semihalf.com>
21122Date: Thu Mar 20 19:38:45 2008 +0100
21123
21124 [new uImage] Compilation and new uImage handling fixes for imxtract
21125
21126 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
21127 include/config_cmd_default.h. Fix few warnings and handling of new format
21128 images.
21129
21130 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21131
21132commit 36cc8cbb3379d5166f882641123521735c469f92
21133Author: Bartlomiej Sieka <tur@semihalf.com>
21134Date: Thu Mar 20 23:10:19 2008 +0100
21135
21136 [new uImage] Fix autoscr command used with new uImage format
21137
21138 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21139
21140commit 43142e817f0597be412e7cbe19413f5532eafa5d
21141Author: Bartlomiej Sieka <tur@semihalf.com>
21142Date: Thu Mar 20 23:10:19 2008 +0100
21143
21144 [new uImage] Fix *.its files location in documentation
21145
21146 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21147
aa6f6d17
WD
21148commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
21149Author: Wolfgang Denk <wd@denx.de>
21150Date: Thu Mar 20 22:01:38 2008 +0100
21151
21152 lwmon5 POST: remove unreachable code
21153
21154 plus some coding style cleanup
21155
21156 Signed-off-by: Wolfgang Denk <wd@denx.de>
21157
21158commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
21159Author: Yuri Tikhonov <yur@emcraft.com>
21160Date: Thu Mar 20 17:56:04 2008 +0300
21161
21162 LWMON5: POST RTC fix
21163
21164 Modify the RTC API to provide one a status for the time reported by
21165 the rtc_get() function:
21166 0 - a reliable time is guaranteed,
21167 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
21168 and so on).
21169
21170 The RTC chip drivers are responsible for providing this info if the
21171 corresponding chip supports such functionality. If not - always
21172 report that the time is reliable.
21173
21174 The POST RTC test was modified to detect the RTC faults utilizing
21175 this new rtc_get() feature.
21176
21177 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21178
21179commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
21180Author: Martin Krause <martin.krause@tqs.de>
21181Date: Wed Mar 19 14:25:14 2008 +0100
21182
21183 TQM5200B: update MTD partition layout
21184
21185 - insert partition for dtb blob to TQM5200B MTD layout
21186 - set env variables dependent on the configured board
21187 (TQM5200 or TQM5200B)
21188
21189 Signed-off-by: Martin Krause <martin.krause@tqs.de>
21190
21191commit f0105727d132f56a21fa3ed8b162309cca6cac44
21192Author: Stefan Roese <sr@denx.de>
21193Date: Wed Mar 19 07:09:26 2008 +0100
21194
21195 CFI: Small cleanup for FLASH_SHOW_PROGRESS
21196
21197 With this patch we don't need that many #ifdef's in the code. It moves
21198 the subtraction into the macro and defines a NOP-macro when
21199 CONFIG_FLASH_SHOW_PROGRESS is not defined.
21200
21201 Signed-off-by: Stefan Roese <sr@denx.de>
21202 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
21203
21204commit 9a042e9ca512beaaa2cb450274313fc477141241
21205Author: Jerry Van Baren <gvb.uboot@gmail.com>
21206Date: Sat Mar 8 13:48:01 2008 -0500
21207
21208 Flash programming progress countdown.
21209
21210 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21211
438a4c11
WD
21212commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
21213Author: Bartlomiej Sieka <tur@semihalf.com>
21214Date: Wed Mar 19 10:00:06 2008 +0100
21215
21216 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
21217
21218 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21219
aa6f6d17
WD
21220commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
21221Author: David Gibson <david@gibson.dropbear.id.au>
21222Date: Mon Feb 18 18:09:04 2008 +1100
21223
21224 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
21225
21226 Since fdt_node_offset_by_compatible() was converted to the new
21227 fdt_next_node() iterator, a chunk of initialization code became
21228 redundant, but was not removed by oversight. This patch cleans it up.
21229
21230 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21231
21232commit d0ccb9b140b472039732de102fc14597eedb14df
21233Author: David Gibson <david@gibson.dropbear.id.au>
21234Date: Mon Feb 18 18:06:31 2008 +1100
21235
21236 libfdt: Trivial cleanup for CHECK_HEADER)
21237
21238 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
21239 However, there are a handful of functions (fdt_move, rw_check_header,
21240 fdt_open_into) from other files which could also use it (currently
21241 they open-code something more-or-less identical). Therefore, this
21242 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
21243 places.
21244
21245 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21246
21247commit fe30a354cdbb808b5f15366a935b151a4ccee74f
21248Author: Kumar Gala <galak@kernel.crashing.org>
21249Date: Wed Feb 20 14:32:36 2008 -0600
21250
21251 Fix fdt boardsetup command parsing
21252
21253 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
21254
21255 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21256
21257commit 804887e6001e2f00bea11431bf34d6d472512cda
21258Author: Kumar Gala <galak@kernel.crashing.org>
21259Date: Fri Feb 15 03:34:36 2008 -0600
21260
21261 Add sub-commands to fdt
21262
21263 fdt header - Display header info
21264 fdt bootcpu <id> - Set boot cpuid
21265 fdt memory <addr> <size> - Add/Update memory node
21266 fdt rsvmem print - Show current mem reserves
21267 fdt rsvmem add <addr> <size> - Add a mem reserve
21268 fdt rsvmem delete <index> - Delete a mem reserves
21269
21270 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21271
21272commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
21273Author: David Gibson <david@gibson.dropbear.id.au>
21274Date: Thu Feb 14 16:50:34 2008 +1100
21275
21276 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
21277
21278 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
21279 node which has NOP tags interspersed with its properties. In this
21280 case fdt_add_subnode_namelen() will put the new subnode before the
21281 first NOP tag, even if there are properties after it, which will
21282 result in an invalid blob.
21283
21284 This patch fixes the bug, and adds a testcase for it.
21285
21286 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21287
21288commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
21289Author: David Gibson <david@gibson.dropbear.id.au>
21290Date: Tue Feb 12 11:58:31 2008 +1100
21291
21292 libfdt: Add and use a node iteration helper function.
21293
21294 This patch adds an fdt_next_node() function which can be used to
21295 iterate through nodes of the tree while keeping track of depth. This
21296 function is used to simplify the iteration code in a lot of other
21297 functions, and is also exported for use by library users.
21298
21299 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21300
21301commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
21302Author: David Gibson <david@gibson.dropbear.id.au>
21303Date: Fri Jan 11 14:55:05 2008 +1100
21304
21305 libfdt: Add fdt_set_name() function
21306
21307 This patch adds an fdt_set_name() function to libfdt, mirroring
21308 fdt_get_name(). This is a r/w function which alters the name of a
21309 given device tree node.
21310
21311 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21312
21313commit 23e20aa6488e6c0622496549861bfdc74108debe
21314Author: Yuri Tikhonov <yur@pollux.denx.de>
21315Date: Tue Mar 18 13:33:30 2008 +0100
21316
21317 lwmon5: Fix register test logic to match the specific GDC h/w.
21318
21319 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21320 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21321
21322commit 46bc0a938779aa1d664b847d36b08aa00f22e539
21323Author: Yuri Tikhonov <yur@pollux.denx.de>
21324Date: Tue Mar 18 13:27:57 2008 +0100
21325
21326 Fix backlight in the lwmon5 POST.
21327
21328 Backlight was switched on even when temperature was too low.
21329
21330 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21331 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21332
21333commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
21334Author: Yuri Tikhonov <yur@pollux.denx.de>
21335Date: Wed Feb 6 18:48:36 2008 +0100
21336
21337 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).
21338
21339 To enable this, alternative, configuration the U-Boot board configuration
21340 file for lwmon5 includes the definitions of alternative addresses for header
21341 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
21342
21343 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
21344 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
21345 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
21346
21347 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21348
21349commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
21350Author: Yuri Tikhonov <yur@pollux.denx.de>
21351Date: Mon Feb 4 17:11:53 2008 +0100
21352
21353 Add support for the lwmon5 board reset via GPIO58.
21354
21355 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21356 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21357
21358commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
21359Author: Yuri Tikhonov <yur@pollux.denx.de>
21360Date: Mon Feb 4 17:09:55 2008 +0100
21361
21362 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
21363
21364 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21365 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21366
21367commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
21368Author: Yuri Tikhonov <yur@pollux.denx.de>
21369Date: Mon Feb 4 14:11:03 2008 +0100
21370
21371 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.
21372
21373 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21374 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21375
21376commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
21377Author: Yuri Tikhonov <yur@pollux.denx.de>
21378Date: Mon Feb 4 14:10:42 2008 +0100
21379
21380 The patch adds new POST tests for the Lwmon5 board. These are:
21381
21382 * External Watchdog test;
21383 * dsPIC tests;
21384 * FPGA test;
21385 * GDC test;
21386 * Sysmon tests.
21387
21388 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21389 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21390
21391commit c2ed33efbfff5767bca236828e021c55fd547b6c
21392Author: Yuri Tikhonov <yur@pollux.denx.de>
21393Date: Mon Feb 4 14:10:01 2008 +0100
21394
21395 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
21396
21397 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21398
7ed40117
WD
21399commit 3a5d1e7f1309998791702b2a559e3126781746b9
21400Author: Yuri Tikhonov <yur@pollux.denx.de>
21401Date: Tue Mar 18 13:33:30 2008 +0100
21402
21403 lwmon5: Fix register test logic to match the specific GDC h/w.
21404
21405 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21406 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21407
21408commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
21409Author: Yuri Tikhonov <yur@pollux.denx.de>
21410Date: Tue Mar 18 13:27:57 2008 +0100
21411
21412 Fix backlight in the lwmon5 POST.
21413
21414 Backlight was switcehd on even when temperature was too low.
21415
21416 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21417 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21418
21419commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
21420Author: Yuri Tikhonov <yur@pollux.denx.de>
21421Date: Wed Feb 6 18:48:36 2008 +0100
21422
21423 The patch introduces the alternative configuration of the log buffer for
21424 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
21425 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
21426 PPC440EPX_GPT0_COMP5).
21427
21428 To enable this, alternative, configuration the U-Boot board configuration
21429 file for lwmon5 includes the definitions of alternative addresses for header
21430 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
21431
21432 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
21433 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
21434 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
21435
21436 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21437
21438commit ff818b21b069f4bc9cb73373cc5a16014be101b7
21439Author: Yuri Tikhonov <yur@pollux.denx.de>
21440Date: Mon Feb 4 17:11:53 2008 +0100
21441
21442 Add support for the lwmon5 board reset via GPIO58.
21443
21444 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21445 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21446
21447commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
21448Author: Yuri Tikhonov <yur@pollux.denx.de>
21449Date: Mon Feb 4 17:09:55 2008 +0100
21450
21451 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
21452 Disable external watch-dog for now.
21453
21454 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21455 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21456
21457commit e262efe35742c1ad4b0966ff501efc26f34a0aec
21458Author: Yuri Tikhonov <yur@pollux.denx.de>
21459Date: Mon Feb 4 14:11:03 2008 +0100
21460
21461 The patch introduces the CRITICAL feature of POST tests. If the test
21462 marked as POST_CRITICAL fails then the alternative, post_critical,
21463 boot-command is used. If this command is not defined then U-Boot
21464 enters into interactive mode.
21465
21466 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21467 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21468
21469commit 65b20dcefc89618193fa51947968dada91e4c778
21470Author: Yuri Tikhonov <yur@pollux.denx.de>
21471Date: Mon Feb 4 14:10:42 2008 +0100
21472
21473 The patch adds new POST tests for the Lwmon5 board.
21474 These are:
21475
21476 * External Watchdog test;
21477 * dsPIC tests;
21478 * FPGA test;
21479 * GDC test;
21480 * Sysmon tests.
21481
21482 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21483 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21484
21485commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
21486Author: Yuri Tikhonov <yur@pollux.denx.de>
21487Date: Mon Feb 4 14:10:01 2008 +0100
21488
21489 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
21490
21491 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
21492
aa6f6d17
WD
21493commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
21494Author: Wolfgang Denk <wd@denx.de>
21495Date: Tue Mar 18 17:35:51 2008 +0100
21496
21497 HMI1001: fix compile problem.
21498
21499 Signed-off-by: Wolfgang Denk <wd@denx.de>
21500
21501commit 1f2a9970109cebf7446e0503b10b71f8673045ee
21502Author: Mike Frysinger <vapier@gentoo.org>
21503Date: Mon Feb 18 05:32:30 2008 -0500
21504
21505 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
21506
21507 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
21508 for the board specific driver at all. Just use the common CFI driver.
21509
21510 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21511
21512commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
21513Author: Mike Frysinger <vapier@gentoo.org>
21514Date: Tue Feb 19 00:36:14 2008 -0500
21515
21516 Blackfin: add proper ELF markings to some assembly functions
21517
21518 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21519
21520commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
21521Author: Mike Frysinger <vapier@gentoo.org>
21522Date: Tue Feb 19 00:35:17 2008 -0500
21523
21524 Blackfin: new cplbinfo command for viewing cplb tables
21525
21526 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21527
21528commit aadb72503cd1602349a5fe53356d5f55ecc1b900
21529Author: Mike Frysinger <vapier@gentoo.org>
21530Date: Mon Feb 18 05:37:51 2008 -0500
21531
21532 Blackfin: update MAINTAINERS list
21533
21534 Add maintainer information for the Blackfin boards.
21535
21536 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21537
21538commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
21539Author: Mike Frysinger <vapier@gentoo.org>
21540Date: Mon Feb 18 05:26:48 2008 -0500
21541
21542 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
21543
21544 Stop tying things to the processor that should be tied to other defines and
21545 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
21546 system to select the -mcpu option.
21547
21548 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21549
21550commit 86a20fb920bd198105acf7b1191117f566d637ed
21551Author: Mike Frysinger <vapier@gentoo.org>
21552Date: Sat Feb 16 07:40:36 2008 -0500
21553
21554 Blackfin: move bootldr command to common code
21555
21556 This moves the Blackfin-common bootldr command out of the BF537-STAMP
21557 specific board directory and into the common directory so that all Blackfin
21558 boards may utilize it.
21559
21560 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21561
21562commit decbe029b2a9d3333d02c433389b1c821eea96d7
21563Author: Heiko Schocher <hs@denx.de>
21564Date: Fri Mar 14 11:05:20 2008 +0100
21565
21566 mgcoge: update configuration
21567
21568 Fix configuration for mgcoge board
21569
21570 Signed-off-by: Heiko Schocher <hs@denx.de>
21571
21572commit c136724cda0219c49f1d4b346f00da29b14fdf14
21573Author: Wolfgang Denk <wd@denx.de>
21574Date: Sun Mar 16 01:22:59 2008 +0100
21575
21576 drivers/rtc/Makefile: keep list sorted
21577
21578 Signed-off-by: Wolfgang Denk <wd@denx.de>
21579
21580commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
21581Author: Tor Krill <tor@excito.com>
21582Date: Sat Mar 15 15:40:26 2008 +0100
21583
21584 Add support for Intersil isl1208 RTC
21585
21586 Signed-off-by: Tor Krill <tor@excito.com>
21587
21588commit 0210cff3d079d97b2156b13685ee8de368e68a1a
21589Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21590Date: Sat Mar 15 17:36:41 2008 +0100
21591
21592 cramfs: Fix ifdef
21593
21594 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21595
21596commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
21597Author: Wolfgang Denk <wd@denx.de>
21598Date: Sun Mar 16 01:12:58 2008 +0100
21599
21600 Conding style cleanup
21601
21602 Signed-off-by: Wolfgang Denk <wd@denx.de>
21603
0b8f2a27
WD
21604commit 41712b4e8c95dff23354bcd620e1f9477160c190
21605Author: Stefan Roese <sr@denx.de>
21606Date: Wed Mar 5 12:31:53 2008 +0100
21607
21608 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
21609
21610 This patch adds USB OHCI support to the Canyonlands board port. It also
21611 enables EXT2 support.
21612
21613 Signed-off-by: Stefan Roese <sr@denx.de>
21614
21615commit 2596f5b9d353ff3e4387a3325d05740f16958038
21616Author: Stefan Roese <sr@denx.de>
21617Date: Wed Mar 5 12:29:32 2008 +0100
21618
21619 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
21620
21621 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
21622 way a board just needs to define this new option to enable the "force
21623 NoPowerSwitching mode" instead of adding new CPU/architecture defines
21624 to the USB source itself.
21625
21626 This new option will be used first with the new AMCC 460EX Canyonlands
21627 board port, which will be posted in a few days.
21628
21629 This patch also fixes a small compilation problem when DEBUG is enabled.
21630
21631 Signed-off-by: Stefan Roese <sr@denx.de>
21632
21633commit 71665ebf88408ff2acb762af47989fd4365b321a
21634Author: Stefan Roese <sr@denx.de>
21635Date: Mon Mar 3 17:27:02 2008 +0100
21636
21637 ppc4xx: Add Canyonlands NAND booting support
21638
21639 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
21640 NAND devices. The only bootstrap option for NAND booting is option F for
21641 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
21642 EEPROM needs to be programmed accordingly.
21643
21644 This patch adds basic NAND booting support for the AMCC Canyonlands aval
21645 board and also adds support to the "bootstrap" command, to enable NAND
21646 booting I2C setting.
21647
21648 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
21649
21650 Signed-off-by: Stefan Roese <sr@denx.de>
21651
21652commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
21653Author: Stefan Roese <sr@denx.de>
21654Date: Tue Mar 11 16:53:00 2008 +0100
21655
21656 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
21657
21658 This patch adds support for the AMCC Canyonlands 460EX evaluation
21659 board.
21660
21661 Signed-off-by: Stefan Roese <sr@denx.de>
21662
21663commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
21664Author: Stefan Roese <sr@denx.de>
21665Date: Tue Mar 11 16:52:24 2008 +0100
21666
21667 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
21668
21669 This patch adds support for the AMCC Canyonlands 460EX evaluation
21670 board.
21671
21672 Signed-off-by: Stefan Roese <sr@denx.de>
21673
21674commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
21675Author: Stefan Roese <sr@denx.de>
21676Date: Tue Mar 11 16:51:17 2008 +0100
21677
21678 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
21679
21680 This patch adds support for the AMCC Canyonlands 460EX evaluation
21681 board.
21682
21683 Signed-off-by: Stefan Roese <sr@denx.de>
21684
21685commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
21686Author: Stefan Roese <sr@denx.de>
21687Date: Tue Mar 11 15:11:43 2008 +0100
21688
21689 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
21690
21691 This patch adds basic support for the AMCC 460EX/460GT PPC's.
21692
21693 Signed-off-by: Stefan Roese <sr@denx.de>
21694
21695commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
21696Author: Stefan Roese <sr@denx.de>
21697Date: Tue Mar 11 15:11:18 2008 +0100
21698
21699 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
21700
21701 This patch adds basic support for the AMCC 460EX/460GT PPC's.
21702
21703 Signed-off-by: Stefan Roese <sr@denx.de>
21704
21705commit 999ecd5aca381984d8ebbeb207ece82a1c275577
21706Author: Stefan Roese <sr@denx.de>
21707Date: Tue Mar 11 15:07:10 2008 +0100
21708
21709 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
21710
21711 This patch adds basic support for the AMCC 460EX/460GT PPC's.
21712
21713 Signed-off-by: Stefan Roese <sr@denx.de>
21714
21715commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
21716Author: Stefan Roese <sr@denx.de>
21717Date: Tue Mar 11 15:05:50 2008 +0100
21718
21719 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
21720
21721 This patch adds basic support for the AMCC 460EX/460GT PPC's.
21722
21723 Signed-off-by: Stefan Roese <sr@denx.de>
21724
21725commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
21726Author: Stefan Roese <sr@denx.de>
21727Date: Tue Mar 11 15:05:26 2008 +0100
21728
21729 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
21730
21731 This patch adds basic support for the AMCC 460EX/460GT PPC's.
21732
21733 Signed-off-by: Stefan Roese <sr@denx.de>
21734
21735commit 56e410178375d9f20be25fb24e180974f0ae120b
21736Author: Stefan Roese <sr@denx.de>
21737Date: Tue Feb 19 22:07:57 2008 +0100
21738
21739 ppc4xx: interrupt.c reworked
21740
21741 This patch is a rework of the 4xx interrupt handling done while
21742 adding the 460EX/GT support. Interrupts are needed on 4xx for the
21743 EMAC driver.
21744
21745 Signed-off-by: Stefan Roese <sr@denx.de>
21746
21747commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
21748Author: Stefan Roese <sr@denx.de>
21749Date: Tue Feb 19 22:01:57 2008 +0100
21750
21751 ppc4xx: program_tlb now uses 64bit physical addess
21752
21753 This patch changes the physical addess parameter from 32bit to 64bit.
21754 This is needed for 36bit 4xx platforms to access areas located
21755 beyond the 4GB border, like SoC peripherals (EBC etc.).
21756
21757 Signed-off-by: Stefan Roese <sr@denx.de>
21758
21759commit c3307fa186af85771924c434997089b8104c0a46
21760Author: Stefan Roese <sr@denx.de>
21761Date: Tue Feb 19 21:58:25 2008 +0100
21762
21763 ppc4xx: miiphy.c reworked
21764
21765 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
21766 badly neede some cleanup.
21767
21768 Signed-off-by: Stefan Roese <sr@denx.de>
21769
21770commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
21771Author: Stefan Roese <sr@denx.de>
21772Date: Tue Feb 19 16:21:49 2008 +0100
21773
21774 rtc: Add M41T62 support
21775
21776 This patch add support for the STM M41T62 RTC. It is used and tested
21777 on the AMCC Canyonlands 406EX platform.
21778
21779 Signed-off-by: Stefan Roese <sr@denx.de>
21780
21781commit 217d383e201adc7f2271145ae345ea5eae2b7170
21782Author: Niklaus Giger <niklaus.giger@netstal.com>
21783Date: Mon Feb 25 18:46:43 2008 +0100
21784
21785 ppc4xx: Add 405GPr based MCU25 board specific files
21786
21787 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
21788
21789commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
21790Author: Niklaus Giger <niklaus.giger@netstal.com>
21791Date: Mon Feb 25 18:46:42 2008 +0100
21792
21793 ppc4xx: Add 405GPr based MCU25 board config file
21794
21795 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
21796
21797commit b05f35436b733a240559e77e46bed8439665ecc5
21798Author: Niklaus Giger <niklaus.giger@netstal.com>
21799Date: Mon Feb 25 18:46:41 2008 +0100
21800
21801 ppc4xx: Add 405GPr based MCU25 board. Global files
21802
21803 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
21804
21805commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
21806Author: Niklaus Giger <niklaus.giger@netstal.com>
21807Date: Mon Feb 25 18:37:02 2008 +0100
21808
21809 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
21810
21811 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
21812
21813commit a079494853cc2bfeddb26673219db0b4b2b31566
21814Author: Niklaus Giger <niklaus.giger@netstal.com>
21815Date: Mon Feb 25 18:37:01 2008 +0100
21816
21817 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
21818
21819 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
21820 the FLASH_CFI_LEGACY et al. config options.
21821
21822 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
21823
21824commit e4170e5a50c8110f792bc37472833ae669d69951
21825Author: Stefan Roese <sr@denx.de>
21826Date: Tue Mar 11 13:52:25 2008 +0100
21827
21828 ppc4xx: Fix comment in 405EX DDR2 init code
21829
21830 Signed-off-by: Stefan Roese <sr@denx.de>
21831
438a4c11
WD
21832commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
21833Author: Bartlomiej Sieka <tur@semihalf.com>
21834Date: Fri Mar 14 16:22:34 2008 +0100
21835
21836 Add MD5 support to the new uImage format
21837
21838 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21839
21840commit 0ede0c383530a418cf98be9122371a86573cd0db
21841Author: Bartlomiej Sieka <tur@semihalf.com>
21842Date: Fri Mar 14 16:22:34 2008 +0100
21843
21844 Add the MD5 algorithm
21845
21846 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
21847 calculated using the md5() function -- see include/md5.h for details.
21848
21849 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21850
0b8f2a27
WD
21851commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
21852Author: Wolfgang Denk <wd@denx.de>
21853Date: Fri Mar 14 16:04:54 2008 +0100
21854
21855 tools/setlocalversion: use a git-describe-ish format
21856
21857 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
21858 where 'nnnnn' is the number of commits since the last tag (i.e.,
21859 1.3.2-rc3). This makes it much easier to recognize "newer" versions
21860 and to see how much has been changed since the referenced tag.
21861
21862 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
21863
21864 Signed-off-by: Wolfgang Denk <wd@denx.de>
21865
21866commit c6dc21c84de0f159a1752c5ebd33cff843f63609
21867Author: Wolfgang Denk <wd@denx.de>
21868Date: Thu Mar 13 14:32:03 2008 +0100
21869
21870 HMI1001: add support for MPC5200 Rev. B processors.
21871
21872 Signed-off-by: Wolfgang Denk <wd@denx.de>
21873
21874commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
21875Author: Wolfgang Denk <wd@denx.de>
21876Date: Thu Mar 13 14:29:49 2008 +0100
21877
21878 TQM5200: remove dead code
21879
21880 This board never used a MGT5100 processor.
21881
21882 Signed-off-by: Wolfgang Denk <wd@denx.de>
21883
438a4c11
WD
21884commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
21885Author: Marian Balakowicz <m8@semihalf.com>
21886Date: Wed Mar 12 12:14:15 2008 +0100
21887
21888 [new uImage] Fix build issue on ARM
21889
21890 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
21891
21892 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21893
21894commit 3310c549a73a949430bfda90876df7552a1dab0c
21895Author: Marian Balakowicz <m8@semihalf.com>
21896Date: Wed Mar 12 12:13:13 2008 +0100
21897
21898 [new uImage] Add new uImage format documentation and examples
21899
21900 Create doc/uImage.FIT documentation directory with the following files:
21901 - command_syntax_extensions.txt : extended command syntax description
21902 - howto.txt : short usage howto
21903 - source_file_format.txt : internal new uImage format description
21904
21905 Add example image source files:
21906 - kernel.its
21907 - kernel_fdt.its
21908 - multi.its
21909
21910 Update README appropriately.
21911
21912 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21913 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21914
21915commit 1ec73761d2e247078f4520a265d463e8b73391a2
21916Author: Marian Balakowicz <m8@semihalf.com>
21917Date: Wed Mar 12 10:35:52 2008 +0100
21918
21919 [new uImage] Fix definition of common bootm_headers_t fields
21920
21921 verify, autostart and lmb fields are used regardless of CONFIG_FIT
21922 setting, move their definitions to common section.
21923
21924 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21925
21926commit 1d1cb4270edc6a99276834064069717f9782c491
21927Author: Marian Balakowicz <m8@semihalf.com>
21928Date: Wed Mar 12 10:35:51 2008 +0100
21929
21930 [new uImage] Fix build problems on trab board
21931
21932 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21933
21934commit f773bea8e11f4a11c388dcee956b2444203e6b65
21935Author: Marian Balakowicz <m8@semihalf.com>
21936Date: Wed Mar 12 10:35:46 2008 +0100
21937
21938 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
21939
21940 Save FIT configuration provied in the first bootm argument and use it
21941 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
21942 arguments are not specified.
21943
21944 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21945
21946commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
21947Author: Marian Balakowicz <m8@semihalf.com>
21948Date: Wed Mar 12 10:33:01 2008 +0100
21949
21950 [new uImage] More verbose kernel image uncompress error message
21951
21952 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21953
21954commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
21955Author: Marian Balakowicz <m8@semihalf.com>
21956Date: Wed Mar 12 10:33:01 2008 +0100
21957
21958 [new uImage] Use show_boot_progress() for new uImage format
21959
21960 This patch allocates a set of show_boot_progress() IDs for new uImage format
21961 and adds show_boot_progress() calls in new uImage format handling code.
21962
21963 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21964
21965commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
21966Author: Marian Balakowicz <m8@semihalf.com>
21967Date: Wed Mar 12 10:33:01 2008 +0100
21968
21969 [new uImage] Add new uImage fromat support to fpga command
21970
21971 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21972
21973commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
21974Author: Marian Balakowicz <m8@semihalf.com>
21975Date: Wed Mar 12 10:33:01 2008 +0100
21976
21977 [new uImage] Add new uImage format handling to other bootm related commands
21978
21979 Updated commands:
21980
21981 docboot - cmd_doc.c
21982 fdcboot - cmd_fdc.c
21983 diskboot - cmd_ide.c
21984 nboot - cmd_nand.c
21985 scsiboot - cmd_scsi.c
21986 usbboot - cmd_usb.c
21987
21988 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21989
21990commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
21991Author: Marian Balakowicz <m8@semihalf.com>
21992Date: Wed Mar 12 10:33:00 2008 +0100
21993
21994 [new uImage] Add new uImage format support to imgextract command
21995
21996 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21997
21998commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
21999Author: Marian Balakowicz <m8@semihalf.com>
22000Date: Wed Mar 12 10:33:00 2008 +0100
22001
22002 [new uImage] Add new uImage format support to autoscript routine
22003
22004 autoscript() routine is updated to accept second argument, which
22005 is only used for FIT images and provides a FIT subimage unit name.
22006
22007 autoscript() routine callers must now pass two arguments. For
22008 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
22009 variable 'autoscript_uname' is introduced and used as a FIT
22010 subimage unit name source.
22011
22012 autoscript command accepts extended syntax of the addr argument:
22013 addr:<subimg_uname>
22014
22015 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22016
22017commit cd7c596e9f561dbbc17b717277438aee78cde14f
22018Author: Marian Balakowicz <m8@semihalf.com>
22019Date: Wed Mar 12 10:33:00 2008 +0100
22020
22021 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
22022
22023 This patch updates architecture specific implementations of
22024 do_bootm_linux() adding new uImage format handling for
22025 operations like get kernel entry point address, get kernel
22026 image data start address.
22027
22028 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22029
22030commit 3dfe110149311425919e6d6a14b561b4207498f1
22031Author: Marian Balakowicz <m8@semihalf.com>
22032Date: Wed Mar 12 10:32:59 2008 +0100
22033
22034 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
22035
22036 This patch adds new node offset fields to struct bootm_headers
22037 and updates bootm_headers processing code to make use of them.
22038 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
22039
22040 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22041
22042commit bc8ed486b125452ba3bd8344f052f437329150c5
22043Author: Marian Balakowicz <m8@semihalf.com>
22044Date: Wed Mar 12 10:32:53 2008 +0100
22045
22046 [new uImage] ppc: Add new uImage format support to FDT handling routines
22047
22048 Support for new (FIT) format uImages is added to powerpc specific
22049 boot_get_fdt() routine which now recognizes, sanity checks FIT image
22050 and is able to access data sections of the requested component image.
22051
22052 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22053
22054commit a44a269a905f924b420020506a4d7d7eedcc0eaf
22055Author: Marian Balakowicz <m8@semihalf.com>
22056Date: Wed Mar 12 10:14:57 2008 +0100
22057
22058 [new uImage] Re-enable interrupts for non automatic booting
22059
22060 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
22061 environment variable is not set to 'yes'.
22062
22063 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22064
22065commit d985c8498c4e47095820da97aa722381d39172c5
22066Author: Marian Balakowicz <m8@semihalf.com>
22067Date: Wed Mar 12 10:14:38 2008 +0100
22068
22069 [new uImage] Remove unnecessary arguments passed to ramdisk routines
22070
22071 boot_get_ramdisk() and image_get_ramdisk() do not need all
22072 cmdtp, flag, argc and argv arguments. Simplify routines definition.
22073
22074 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22075
22076commit c87796483bc7c2900470dc747c367f602577608d
22077Author: Marian Balakowicz <m8@semihalf.com>
22078Date: Wed Mar 12 10:12:37 2008 +0100
22079
22080 [new uImage] Add new uImage format support for ramdisk handling
22081
22082 This patch updates boot_get_ramdisk() routine adding format
22083 verification and handling for new (FIT) uImages.
22084
22085 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22086
22087commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
22088Author: Marian Balakowicz <m8@semihalf.com>
22089Date: Wed Mar 12 10:01:05 2008 +0100
22090
22091 [new uImage] Add new uImage format support for kernel booting
22092
22093 New format uImages are recognized by the bootm command,
22094 validity of specified kernel component image is checked and
22095 its data section located and used for further processing
22096 (uncompress, load, etc.)
22097
22098 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22099
22100commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
22101Author: Marian Balakowicz <m8@semihalf.com>
22102Date: Tue Mar 11 12:35:20 2008 +0100
22103
22104 [new uImage] Add new uImage format support for imls and iminfo commands
22105
22106 imls and iminfo can now recognize nad print out contents of the new (FIT)
22107 format uImages.
22108
22109 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22110
22111commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
22112Author: Bartlomiej Sieka <tur@semihalf.com>
22113Date: Tue Mar 11 12:34:47 2008 +0100
22114
22115 [new uImage] Add support for new uImage format to mkimage tool
22116
22117 Support for the new uImage format (FIT) is added to mkimage tool.
22118 Commandline syntax is appropriately extended:
22119
22120 mkimage [-D dtc_options] -f fit-image.its fit-image
22121
22122 mkimage (together with dtc) takes fit-image.its and referenced therein
22123 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
22124 final image that can be transferred to the target (e.g., via tftp) and then
22125 booted using the bootm command in U-Boot.
22126
22127 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22128
22129commit eb6175edd6c120d8b89678243e5a2be362ee8e40
22130Author: Marian Balakowicz <m8@semihalf.com>
22131Date: Mon Mar 10 17:53:49 2008 +0100
22132
22133 [new uImage] Make node unit names const in struct bootm_headers
22134
22135 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22136
22137commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
22138Author: Marian Balakowicz <m8@semihalf.com>
22139Date: Fri Feb 29 21:24:06 2008 +0100
22140
22141 [new uImage] New uImage low-level API
22142
22143 Add FDT-based functions for handling new format component images,
22144 configurations, node operations, property get/set, etc.
22145
22146 fit_ - routines handling global new format uImage operations
22147 like get/set top level property, process all nodes, etc.
22148 fit_image_ - routines handling component images subnodes
22149 fit_conf_ - routines handling configurations node
22150
22151 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22152 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22153
0b8f2a27
WD
22154commit 30f1806f60978d707b0cff2d7bf89d141fc24290
22155Author: Wolfgang Denk <wd@denx.de>
22156Date: Sun Mar 9 16:20:02 2008 +0100
22157
22158 Release v1.3.2
22159
22160 Update CHANGELOG for release.
22161
22162 Signed-off-by: Wolfgang Denk <wd@denx.de>
22163
30f1806f
WD
22164commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
22165Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22166Date: Sun Mar 9 14:52:11 2008 +0100
22167
22168 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
22169
22170 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22171 Signed-off-by: Wolfgang Denk <wd@denx.de>
22172
22173commit db695b78515ddb88a2d4f3357c120345efbf59ec
22174Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22175Date: Sun Mar 9 10:44:01 2008 +0100
22176
22177 scb9328: Fix flash warning: type qualifiers ignored on function return type
22178
22179 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22180
22181commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
22182Author: Wolfgang Denk <wd@denx.de>
22183Date: Sun Mar 9 10:50:41 2008 +0100
22184
22185 esd/common/fpga.c: fix indentation.
22186
22187 Signed-off-by: Wolfgang Denk <wd@denx.de>
22188
22189commit cc3843e36453e2b8db65d7e56de938ba045016a0
22190Author: Wolfgang Denk <wd@denx.de>
22191Date: Sun Mar 9 10:33:31 2008 +0100
22192
22193 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
22194
22195 and get rid of a couple of unneeded casts.
22196
22197 Signed-off-by: Wolfgang Denk <wd@denx.de>
22198
22199commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
22200Author: Wolfgang Denk <wd@denx.de>
22201Date: Sun Mar 9 10:09:53 2008 +0100
22202
22203 esd/common/fpga.c: fix 'assignment of read-only location' error
22204
22205 Signed-off-by: Wolfgang Denk <wd@denx.de>
22206
22207commit c6fe4dabac066e8758345d249032768496983a3e
22208Author: Wolfgang Denk <wd@denx.de>
22209Date: Sun Mar 9 02:13:19 2008 +0100
22210
22211 Makefile: make build silently again.
22212
22213 Signed-off-by: Wolfgang Denk <wd@denx.de>
22214
22215commit 76babc86576f092573599334c85ec543fdbc6015
22216Author: Wolfgang Denk <wd@denx.de>
22217Date: Sun Mar 9 02:07:49 2008 +0100
22218
22219 m501sk: Fix out of tree building
22220
22221 Signed-off-by: Wolfgang Denk <wd@denx.de>
22222
22223commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
22224Author: Wolfgang Denk <wd@denx.de>
22225Date: Sun Mar 9 00:06:09 2008 +0100
22226
22227 ADS5121: fix out of tree build
22228
22229 and simplify Makefile a bit.
22230
22231 Signed-off-by: Wolfgang Denk <wd@denx.de>
22232
22233commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
22234Author: Wolfgang Denk <wd@denx.de>
22235Date: Sat Mar 8 22:35:31 2008 +0100
22236
22237 Release v1.3.2
22238
22239 Signed-off-by: Wolfgang Denk <wd@denx.de>
22240
22241commit 78a90f827df74520e939c794fc7413dace21c4db
22242Author: Wolfgang Denk <wd@denx.de>
22243Date: Sat Mar 8 22:35:04 2008 +0100
22244
22245 Update CHANGELOG
22246
22247 Signed-off-by: Wolfgang Denk <wd@denx.de>
22248
78a90f82
WD
22249commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
22250Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22251Date: Sat Mar 8 21:30:04 2008 +0100
22252
22253 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
22254
22255 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22256
22257commit d75469d48c05795144f4b8ba76addbb4920a7bba
22258Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22259Date: Sat Mar 8 09:25:49 2008 +0900
22260
22261 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
22262
22263 When rtl_recv() of rtl8169 is called, OWNbit of status register
22264 is not enable occasionally.
22265 rtl_recv() doesn't work normally when the driver doesn't do
22266 appropriate processing.
22267 This patch fix this problem.
22268
22269 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22270
22271commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
22272Author: Heiko Schocher <hs@denx.de>
22273Date: Fri Mar 7 08:15:28 2008 +0100
22274
22275 mgsuvd: update board configuration
22276
22277 initialize the UPIOx controller.
22278
22279 Signed-off-by: Heiko Schocher <hs@denx.de>
22280
22281commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
22282Author: Heiko Schocher <hs@denx.de>
22283Date: Fri Mar 7 08:13:41 2008 +0100
22284
22285 mgcoge: update board configuration
22286
22287 add support for the config Flash.
22288 initialize the UPIOx controller.
22289
22290 Signed-off-by: Heiko Schocher <hs@denx.de>
22291
22292commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
22293Author: Kim Phillips <kim.phillips@freescale.com>
22294Date: Fri Mar 7 12:27:31 2008 -0600
22295
22296 mpc83xx: make dtb basename file references equal those of linux
22297
22298 the dts file basenames were updated in linux - this helps avoid
22299 inadvertently loading any old dtbs laying around.
22300
22301 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22302
22303commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
22304Author: Kim Phillips <kim.phillips@freescale.com>
22305Date: Wed Feb 27 16:08:22 2008 -0600
22306
22307 net: uec_phy: actually increment the timeout counter
22308
22309 allow u-boot to recover (and, e.g., switch to another interface) in the
22310 case where a PHY does not report autonegotiation is complete within its
22311 two second timeout value.
22312
22313 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22314
22315commit 772003e43957ee0c895abed7cd82cbe72820cbb8
22316Author: Markus Brunner <super.firetwister@googlemail.com>
22317Date: Wed Mar 5 21:38:12 2008 +0100
22318
22319 fix taihu soft spi_read
22320
22321 The taihu board used gpio_read_out_bit which reads the output register and not
22322 the pin state.
22323
22324 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
22325
22326commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
22327Author: Stefan Roese <sr@denx.de>
22328Date: Fri Mar 7 08:01:43 2008 +0100
22329
22330 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
22331
22332 Signed-off-by: Stefan Roese <sr@denx.de>
22333
22334commit bd4458cb47abecabd406b1210457be96c69fc49d
22335Author: Dave Liu <r63238@freescale.com>
22336Date: Tue Mar 4 16:59:22 2008 +0800
22337
22338 837xEMDS: Improve the system performance
22339
22340 1. Make the CSB bus pipeline depth as 4, and enable
22341 the repeat mode;
22342 2. Raise the eTSEC emergency priority;
22343 3. Use the highest IP blocks clock.
22344
22345 Signed-off-by: Dave Liu <daveliu@freescale.com>
22346
22347commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
22348Author: Detlev Zundel <dzu@denx.de>
22349Date: Thu Mar 6 16:45:53 2008 +0100
22350
22351 Replace "run load; run update" with conditionalized "run load update".
22352
22353 The latter version stops when "run load" fails for whatever reasons
22354 rendering the combination *a lot* more secure.
22355
22356 Signed-off-by: Detlev Zundel <dzu@denx.de>
22357
22358commit 6bc113886d7d316df1a4e459bec8baf027518551
22359Author: Stefan Roese <sr@denx.de>
22360Date: Tue Mar 4 17:40:41 2008 +0100
22361
22362 net: Print error message upon net usage when no ethernet-interface is found
22363
22364 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
22365 defined. Then no ethernet interface is available but a simple "tftp"
22366 command will return without any error message which is quite confusing.
22367
22368 Signed-off-by: Stefan Roese <sr@denx.de>
22369
22370commit a30a549a3553032d809e0356306b62de0b125901
22371Author: Jon Loeliger <jdl@freescale.com>
22372Date: Tue Mar 4 10:03:03 2008 -0600
22373
22374 Remove erroneous or extra spd.h #includers.
22375
22376 Many of the spd.h #includers don't need it,
22377 and wanted to have spd_sdram() declared instead.
22378 Since they didn't get that, some also had open
22379 coded extern declarations of it instead or as well.
22380 Fix it all up by using spd_sdram.h where needed.
22381
22382 Signed-off-by: Jon Loeliger <jdl@freescale.com>
22383
22384commit a4475386cef14af3fd88f0518b688e755669486d
22385Author: Wolfgang Denk <wd@denx.de>
22386Date: Tue Mar 4 17:41:28 2008 +0100
22387
22388 PCS440EP: fix build problems (redundant #define)
22389
22390 Signed-off-by: Wolfgang Denk <wd@denx.de>
22391
22392commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
22393Author: Stefan Roese <sr@denx.de>
22394Date: Tue Mar 4 17:39:25 2008 +0100
22395
22396 net: Print error message upon net usage when no ethernet-interface is found
22397
22398 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
22399 defined. Then no ethernet interface is available but a simple "tftp"
22400 command will return without any error message which is quite confusing.
22401
22402 Signed-off-by: Stefan Roese <sr@denx.de>
22403
22404commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
22405Author: Wolfgang Denk <wd@denx.de>
22406Date: Tue Mar 4 17:38:50 2008 +0100
22407
22408 W7OLMC/W7OLMG: fix build problems (redundant #define)
22409
22410 Signed-off-by: Wolfgang Denk <wd@denx.de>
22411
22412commit f9301e1cda296245ba052d7b08321199c3d0af9d
22413Author: Wolfgang Denk <wd@denx.de>
22414Date: Tue Mar 4 14:58:31 2008 +0100
22415
22416 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
22417
22418 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
22419 problem for out-of-tree builds which caused "make clean" to fail.
22420
22421 Signed-off-by: Wolfgang Denk <wd@denx.de>
22422
22423commit dfece9500556bed5d8244b1c15d973cec7c25bfe
22424Author: Wolfgang Denk <wd@denx.de>
22425Date: Tue Mar 4 11:58:26 2008 +0100
22426
22427 examples/Makefile: build "hello_world" on 8xx, too.
22428
22429 Signed-off-by: Wolfgang Denk <wd@denx.de>
22430
22431commit 74eb0222594fd23aafdf168e60e872814eea8b62
22432Author: Mike Nuss <mike@terascala.com>
22433Date: Mon Mar 3 15:27:05 2008 -0500
22434
22435 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
22436
22437 Every now and then a Sequoia board (or equivalent hardware) had
22438 problems connecting to a Gigabit capable network interface.
22439
22440 There were differences in the PHY setup between Linux and U-Boot.
22441
22442 This patch fixes the problem. Apparently "remote fault" is being set,
22443 which signals to some devices (on the other end of the cable) that a
22444 fault has occurred, while other devices ignore it. I believe the RF bit
22445 was causing the issue, but I removed T4 also, to match up with Linux.
22446
22447 Signed-off-by: Mike Nuss <mike@terascala.com>
22448
22449commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
22450Author: Timur Tabi <timur@freescale.com>
22451Date: Mon Mar 3 09:58:52 2008 -0600
22452
22453 fix QE firmware uploading limit
22454
22455 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
22456 systems with more than one RISC core.
22457
22458 Signed-off-by: Timur Tabi <timur@freescale.com>
22459
22460commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
22461Author: Bernhard Nemec <bnemec@ganssloser.com>
22462Date: Mon Mar 3 11:57:23 2008 +0000
22463
22464 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
22465
22466 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
22467 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
22468
01db232d 22469 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
22470
22471commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
22472Author: Kim B. Heino <Kim.Heino@bluegiga.com>
22473Date: Mon Mar 3 10:39:13 2008 +0200
22474
22475 fix copy from ram to dataflash
22476
22477 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
22478 routines instead of dataflash. This is because it checks "if source
22479 address is not dataflash" instead of target address.
22480
22481 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
22482
22483commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
22484Author: Wolfgang Denk <wd@denx.de>
22485Date: Mon Mar 3 12:16:44 2008 +0100
22486
22487 Fix quoting problem (preboot setting) in many board config files.
22488
22489 Signed-off-by: Wolfgang Denk <wd@denx.de>
22490
22491commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
22492Author: Wolfgang Denk <wd@denx.de>
22493Date: Mon Mar 3 12:36:49 2008 +0100
22494
22495 ADS5121: Fix default environment.
22496
22497 Signed-off-by: Wolfgang Denk <wd@denx.de>
22498
22499commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
22500Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22501Date: Sun Mar 2 16:12:31 2008 +0100
22502
22503 Makefile: Fix missing unconfig and mkconfig use
22504
22505 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22506
22507commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
22508Author: michael <trimarchi@gandalf.sssup.it>
22509Date: Sun Mar 2 23:33:46 2008 +0100
22510
22511 Fix checking fat32 cluster size.
22512
22513 This fixes the cluster size tests in the FAT32 file system.
22514 The current implementation of VFAT support doesn't work if the
22515 referred cluster has an offset > 16bit representation, causing
22516 "fatload" and "fatls" commands etc. to fail.
22517
22518 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
22519
22520commit 661bad63a076a96c39c64f136915f146725af92b
22521Author: Wolfgang Denk <wd@denx.de>
22522Date: Sun Mar 2 22:57:23 2008 +0100
22523
22524 Prepare v1.3.2-rc2 release candidate
22525
22526 Signed-off-by: Wolfgang Denk <wd@denx.de>
22527
661bad63
WD
22528commit 76957cb3d621bf664311908e5962e151c633c285
22529Author: Stefan Roese <sr@denx.de>
22530Date: Sat Mar 1 12:11:40 2008 +0100
22531
22532 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
22533
22534 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
22535 currently 4k/2k is configured. This patch fixes this issue.
22536
22537 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
22538
22539 Signed-off-by: Stefan Roese <sr@denx.de>
22540
22541commit 118978c8eb43803e2794233922df4249fa278b83
22542Author: Woodruff, Richard <r-woodruff2@ti.com>
22543Date: Fri Feb 29 17:34:35 2008 -0600
22544
22545 Fix alignment error on ARM for modules
22546
22547 Fix alignment fault on ARM when running modules. With out an explicit
22548 linker file gcc4.2.1 will half word align __bss_start's value. The word
22549 dereference will crash hello_world.
22550
22551 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
22552
22553commit ce1120dd703e6f12c59e4eba9962356a0300b832
22554Author: Dave Liu <r63238@freescale.com>
22555Date: Fri Feb 29 17:45:31 2008 +0800
22556
22557 fs: Fix ext2 read issue
22558
22559 The ext2 aligned process will corrupt the key
22560 data struct, the patch fix this.
22561
22562 Signed-off-by: Dave Liu <daveliu@freescale.com>
22563
22564commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
22565Author: Wolfgang Denk <wd@denx.de>
22566Date: Sun Mar 2 22:45:33 2008 +0100
22567
22568 Makefile: cleanup "clean" target
22569
22570 Make sure CDPATH settings cannot interfere.
22571 Update CHANGELOG.
22572
22573 Signed-off-by: Wolfgang Denk <wd@denx.de>
22574
5013c09f
WD
22575commit ffda586fc1373243c9794babde69500f6293a8d8
22576Author: Li Yang <leoli@freescale.com>
22577Date: Fri Feb 29 11:46:05 2008 +0800
22578
22579 add cscope build target
22580
22581 Add cscope build target to generate cscope database for code browsing.
22582
22583 Signed-off-by: Li Yang <leoli@freescale.com>
22584
22585commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
22586Author: Kim Phillips <kim.phillips@freescale.com>
22587Date: Wed Feb 27 15:06:39 2008 -0600
22588
22589 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
22590
22591 erratum 5.6 states the autoneg completion bit is functional only if the
22592 autoneg bit is asserted.
22593
22594 This fixes any secondarily-issued networking commands on non-gigabit
22595 links on the mpc8360 mds board.
22596
22597 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22598
22599commit 5f91db7f582ca17b1f19f10189c025696f333d2e
22600Author: John Rigby <jrigby@freescale.com>
22601Date: Tue Feb 26 09:38:14 2008 -0700
22602
22603 MPC5121e ADS PCI support take 3
22604
22605 Adds PCI support for MPC5121
22606
22607 Tested with drivers/net/rtl8139.c
22608
22609 Support is conditional since PCI on old silicon does not work.
22610
22611 ads5121_PCI_config turns on PCI
22612
22613 In this version, condition compilation of PCI code has been moved
22614 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
22615 suggested by Jean-Christophe PLAGNIOL-VILLARD
22616
22617 Signed-off-by: John Rigby <jrigby@freescale.com>
22618
22619commit 44b4dbed4133f657705b7c5193209da9978243a7
22620Author: Anatolij Gustschin <agust@denx.de>
22621Date: Mon Feb 25 23:53:07 2008 +0100
22622
22623 Fix warnings while compilation of post/drivers/memory.c
22624
22625 Fix warnings while compilation with new gcc in eldk-4.2
22626
22627 Signed-off-by: Anatolij Gustschin <agust@denx.de>
22628
22629commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
22630Author: Anatolij Gustschin <agust@denx.de>
22631Date: Mon Feb 25 20:54:04 2008 +0100
22632
22633 ppc4xx: Fix problem in 4xx_enet.c driver
22634
22635 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
22636 enabled. To reproduce the problem ensure that 'ethrotate'
22637 environment variable isn't set to "no" and then run
22638 "tftp 200000 not_existent_file".
22639 This patch tries to fix the issue.
22640
22641 Signed-off-by: Anatolij Gustschin <agust@denx.de>
22642
22643commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
22644Author: Anatolij Gustschin <agust@denx.de>
22645Date: Mon Feb 25 20:04:20 2008 +0100
22646
22647 POST: Disable cache while SPR POST
22648
22649 Currently (since commit b2e2142c) u-boot crashes on
22650 sequoia board while SPR test if CONFIG_4xx_DCACHE is
22651 enabled. This patch disables the cache while SPR test.
22652
22653 Signed-off-by: Anatolij Gustschin <agust@denx.de>
22654
22655commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
22656Author: Martin Krause <martin.krause@tqs.de>
22657Date: Mon Feb 25 17:52:40 2008 +0100
22658
22659 TQM5200: use automatic fdt memory fixup (part 2)
22660
22661 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
22662 TB5200 and TB5200_B to fixup the /memory node with the memory values
22663 detected by U-Boot.
22664
22665 Signed-off-by: Martin Krause <martin.krause@tqs.de>
22666
22667commit 44ceec253ea941b301abf4b079d52324def69d92
22668Author: Martin Krause <martin.krause@tqs.de>
22669Date: Mon Feb 25 15:17:05 2008 +0100
22670
22671 TQM5200: use automatic fdt memory fixup
22672
22673 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
22674 TB5200 and TB5200_B to fixup the /memory node with the memory values
22675 detected by U-Boot.
22676
22677 Signed-off-by: Martin Krause <martin.krause@tqs.de>
22678
22679commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
22680Author: Martin Krause <martin.krause@tqs.de>
22681Date: Mon Feb 25 13:27:52 2008 +0100
22682
22683 TQM5200: fix bug in SDRAM initialization code
22684
22685 This patch fixes a bug in the SDRAM initialization code for the
22686 TQM5200. The hi_addr bit is now set correctly. Without this patch
22687 the hi_addr bit is always set to 1, if the second SDRAM bank is
22688 not populated.
22689
22690 For other MPC5200 boards a correspondig patch has already been applied
22691 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
22692
22693 Signed-off-by: Martin Krause <martin.krause@tqs.de>
22694 --
22695 Forget the first patch please. I confused flash with SDRAM in
22696 the comment ...
22697
22698commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
22699Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22700Date: Mon Feb 25 00:03:12 2008 +0100
22701
22702 mx1fs2/flash: Fix multiple compiler warnings
22703
22704 "pointer targets in assignment differ in signedness"
22705
22706 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22707
22708commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
22709Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22710Date: Mon Feb 25 00:03:11 2008 +0100
22711
22712 arm-imx: Fix register definitions
22713
22714 Sync register definitions with linux
22715
22716 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22717
22718commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
22719Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22720Date: Mon Feb 25 00:03:10 2008 +0100
22721
22722 actua1/actua2/actua3: Fix multiple unused variable warnings
22723
22724 - actua1:
22725 actux1.c: In function 'checkboard':
22726 actux1.c:92: warning: unused variable 'revision'
22727
22728 - actua2:
22729 actux2.c: In function 'checkboard':
22730 actux2.c:100: warning: unused variable 's'
22731 actux2.c:99: warning: unused variable 'revision'
22732 actux2.c: In function 'reset_phy':
22733 actux2.c:130: warning: unused variable 'i'
22734
22735 - actua3:
22736 actux3.c: In function 'checkboard':
22737 actux3.c:114: warning: unused variable 'revision'
22738
22739 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22740
22741commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
22742Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22743Date: Sun Feb 24 11:44:29 2008 +0900
22744
22745 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
22746
22747 The previous patch was lacking of i386, microblaze, nios and nios2. This
22748 patch tries to fix them.
22749
22750 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22751
438a4c11
WD
22752commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
22753Author: Marian Balakowicz <m8@semihalf.com>
22754Date: Fri Feb 29 22:22:46 2008 +0100
22755
22756 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
22757
22758 Do not use global fdt blob pointer, calculate blob size from routine
22759 argument blob pointer.
22760
22761 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22762
22763commit d1cc52879c8966507dad9fb575481e6d3985e64e
22764Author: David Gibson <david@gibson.dropbear.id.au>
22765Date: Tue Feb 12 00:58:31 2008 +1100
22766
22767 libfdt: Add and use a node iteration helper function.
22768
22769 This patch adds an fdt_next_node() function which can be used to
22770 iterate through nodes of the tree while keeping track of depth. This
22771 function is used to simplify the iteration code in a lot of other
22772 functions, and is also exported for use by library users.
22773
22774 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22775
22776commit 8cf30809a82902a471866d2f07725ce3b8a22291
22777Author: Bartlomiej Sieka <tur@semihalf.com>
22778Date: Fri Feb 29 16:00:24 2008 +0100
22779
22780 [new uImage] Add libfdt support to mkimage
22781
22782 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22783
22784commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
22785Author: Bartlomiej Sieka <tur@semihalf.com>
22786Date: Fri Feb 29 16:00:23 2008 +0100
22787
22788 [new uImage] Add sha1.o object to mkimage binary build
22789
22790 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22791
22792commit df6f1b895c997978f03afe04502ee76b7ba34ab9
22793Author: Marian Balakowicz <m8@semihalf.com>
22794Date: Fri Feb 29 16:00:06 2008 +0100
22795
22796 [new uImage] Fix component handling for legacy multi component images
22797
22798 Use uint32_t when accessing size table in image_multi_count() and
22799 image_multi_getimg() for multi component images.
22800
22801 Add missing uimage_to_cpu() endianness conversion.
22802
22803 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22804
22805commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
22806Author: Marian Balakowicz <m8@semihalf.com>
22807Date: Fri Feb 29 15:59:59 2008 +0100
22808
22809 [new uImage] Share common uImage code between mkimage and U-boot
22810
22811 This patch adds the following common routines:
22812
22813 1) Dedicated mkimage print_header() is replaced with common
22814 image_print_contents()
22815 image_print_contents_noindent()
22816
22817 2) Common os/arch/type/comp fields name <--> id translation routines
22818 genimg_get_os_name()
22819 genimg_get_arch_name()
22820 genimg_get_type_name()
22821 genimg_get_comp_name()
22822 genimg_get_os_id()
22823 genimg_get_arch_id()
22824 genimg_get_type_id()
22825 genimg_get_comp_id()
22826
22827 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22828
22829commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
22830Author: Marian Balakowicz <m8@semihalf.com>
22831Date: Fri Feb 29 14:58:34 2008 +0100
22832
22833 [new uImage] Update naming convention for bootm/uImage related code
22834
22835 This patch introduces the following prefix convention for the
22836 image format handling and bootm related code:
22837
22838 genimg_ - dual format shared code
22839 image_ - legacy uImage format specific code
22840 fit_ - new uImage format specific code
22841 boot_ - booting process related code
22842
22843 Related routines are renamed and a few pieces of code are moved around and
22844 re-grouped.
22845
22846 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22847
22848commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
22849Author: Kumar Gala <galak@kernel.crashing.org>
22850Date: Wed Feb 27 21:51:51 2008 -0600
22851
22852 [new uImage] Respect autostart setting in linux bootm
22853
22854 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22855 Acked-by: Marian Balakowicz <m8@semihalf.com>
22856
22857commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
22858Author: Kumar Gala <galak@kernel.crashing.org>
22859Date: Wed Feb 27 21:51:50 2008 -0600
22860
22861 [new uImage] Provide ability to restrict region used for boot images
22862
22863 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
22864 to restrict what memory range is used for bootm.
22865
22866 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22867 Acked-by: Marian Balakowicz <m8@semihalf.com>
22868
22869commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
22870Author: Kumar Gala <galak@kernel.crashing.org>
22871Date: Wed Feb 27 21:51:49 2008 -0600
22872
22873 [new uImage] Use lmb for bootm allocations
22874
22875 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
22876 functions over to using lmb for allocation of the ramdisk, command line
22877 and kernel bd info.
22878
22879 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
22880 tree.
22881
22882 Provided a weak function that board code can call to do additional
22883 lmb reserves if needed.
22884
22885 Also introduce the concept of bootmap_base to specify the offset in
22886 physical memory that the bootmap is located at. This is used for
22887 allocations of the cmdline, kernel bd, and device tree as they should
22888 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
22889
22890 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22891
22892commit f5614e7926863bf0225ec860d9b319741a9c4004
22893Author: Kumar Gala <galak@kernel.crashing.org>
22894Date: Wed Feb 27 21:51:48 2008 -0600
22895
22896 [new uImage] Add autostart flag to bootm_headers structure
22897
22898 The autostart env variable was dropped as part of the initial new uImage
22899 cleanup. Add it back here so the arch specific code can decide if it
22900 wants to really boot or not.
22901
22902 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22903 Acked-by: Marian Balakowicz <m8@semihalf.com>
22904
22905commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
22906Author: Kumar Gala <galak@kernel.crashing.org>
22907Date: Wed Feb 27 21:51:47 2008 -0600
22908
22909 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
22910
22911 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
22912 the memory spaces used by various boot images and structures. This code
22913 will allow us to simplify the code in bootm and its support functions.
22914
22915 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22916
22917commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
22918Author: Kumar Gala <galak@kernel.crashing.org>
22919Date: Tue Feb 19 22:03:47 2008 -0600
22920
22921 [new uImage] ppc: Allow boards to specify effective amount of memory
22922
22923 For historical reasons we limited the stack to 256M because some boards
22924 could only map that much via BATS. However newer boards are capable of
22925 mapping more memory (for example 85xx is capable of doing up to 2G).
22926
22927 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22928 Acked-by: Marian Balakowicz <m8@semihalf.com>
22929
22930commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
22931Author: Kumar Gala <galak@kernel.crashing.org>
22932Date: Wed Feb 27 21:51:46 2008 -0600
22933
22934 [new uImage] rework error handling so common functions don't reset
22935
22936 Changed image_get_ramdisk() to just return NULL on error and have
22937 get_ramdisk() propogate that error to the caller. It's left to the
22938 caller to call do_reset() if it wants to.
22939
22940 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
22941 to a common location. In the future we will change get_fdt() and
22942 fdt_relocate() to return success/failure and not call do_reset() at all.
22943
22944 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22945 Acked-by: Marian Balakowicz <m8@semihalf.com>
22946
22947commit d2bc095a639672def11d5d043b5688d0dbd692ec
22948Author: Kumar Gala <galak@kernel.crashing.org>
22949Date: Wed Feb 27 21:51:45 2008 -0600
22950
22951 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
22952
22953 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
22954 however it does mean we have to go in and fixup the initrd info since
22955 we don't know where it will be.
22956
22957 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22958
22959commit 27953493ef025fb698d68c5dee39b36f01f4d530
22960Author: Kumar Gala <galak@kernel.crashing.org>
22961Date: Wed Feb 27 21:51:44 2008 -0600
22962
22963 [new uImage] ppc: Determine if we are booting an OF style
22964
22965 If we are bootin OF style than we can skip setting up some things
22966 that are used for the old boot method.
22967
22968 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22969 Acked-by: Marian Balakowicz <m8@semihalf.com>
22970
22971commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
22972Author: Kumar Gala <galak@kernel.crashing.org>
22973Date: Wed Feb 27 21:51:43 2008 -0600
22974
22975 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
22976
22977 We don't actually need the kdb param as we are just using it to get
22978 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
22979 boot via OF we might not actually fill out a kdb.
22980
22981 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22982 Acked-by: Marian Balakowicz <m8@semihalf.com>
22983
22984commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
22985Author: Kumar Gala <galak@kernel.crashing.org>
22986Date: Wed Feb 27 16:30:47 2008 -0600
22987
22988 85xx: Don't icbi when unlocking the cache
22989
22990 There is no reason to icbi when invalidating the temporary stack in
22991 the d-cache. Its impossible on e500 to have the i-cache contain
22992 any addresses in the temp stack and it can be problematic in generating
22993 transactions on the bus to non-valid addresses.
22994
22995 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22996
22997commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
22998Author: Andy Fleming <afleming@freescale.com>
22999Date: Wed Feb 27 15:50:50 2008 -0600
23000
23001 Fix source for ECM error IVPR
23002
23003 The source vector for the ECM was being set to 2,
23004 but that's what the source vector for DDR was being
23005 set to. Change it to 1.
23006
23007 Signed-off-by: Andy Fleming <afleming@freescale.com>
23008
23009commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
23010Author: Andy Fleming <afleming@freescale.com>
23011Date: Wed Feb 27 14:29:58 2008 -0600
23012
23013 Invalidate INIT_RAM TLB mappings
23014
23015 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
23016 mappings to be unguarded. This collided with an existing "bug"
23017 where the mappings for the INIT_RAM were being kept around.
23018 This meant that speculative loads to those addresses were
23019 succeeding in the TLB, and going out to the bus, where they
23020 were causing an exception (there's nothing at that address). The
23021 Flash code was coincidentally causing such a speculative load.
23022 Rather than go back to mapping the INIT RAM as guarded, we fix
23023 it so that the entries for the INIT_RAM are invalidated. Thus
23024 the speculative loads will fail in the TLB, and have no effect.
23025
23026 Signed-off-by: Andy Fleming <afleming@freescale.com>
23027
23028commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
23029Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23030Date: Sun Feb 17 22:56:17 2008 +0100
23031
23032 sbc8548: Fix Revision reading and unused variable 'path'
23033
23034 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23035
23036commit 495d162374c472f46454453553382ad0735dc725
23037Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23038Date: Sun Feb 17 22:56:16 2008 +0100
23039
23040 sbc8548: Fix cfi flash bank declaration
23041
23042 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23043
438a4c11
WD
23044commit 4efbe9dbb129f857f27856936112c8c02f016be6
23045Author: Marian Balakowicz <m8@semihalf.com>
23046Date: Wed Feb 27 11:02:26 2008 +0100
23047
23048 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
23049
23050 Dual format image code must properly handle all three FDT passing methods:
23051 - raw FDT blob passed
23052 - FDT blob embedded in the legacy uImage
23053 - FDT blob embedded in the new uImage
23054
23055 This patch enables proper raw FDT handling when no FIT imaeg support
23056 is compiled in. This is a bit tricky as we must dected FIT format even
23057 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
23058 blobs use tha same low level format (libfdt).
23059
23060 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23061
23062commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
23063Author: Marian Balakowicz <m8@semihalf.com>
23064Date: Wed Feb 27 11:02:26 2008 +0100
23065
23066 [new uImage] POWERPC: Add image_get_fdt() routine
23067
23068 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
23069 (3) or embedded in the new uImage. For the (2) case embedding image must be
23070 verified before we get FDT from it. This patch factors out legacy image
23071 specific verification routine to the separate helper routine.
23072
23073 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23074 Acked-by: Kumar Gala <galak@kernel.crashing.org>
23075
23076commit 1efd43601f90de21ec6c0ebb9880823e822927b1
23077Author: Marian Balakowicz <m8@semihalf.com>
23078Date: Wed Feb 27 11:02:07 2008 +0100
23079
23080 [new uImage] Add image_get_kernel() routine
23081
23082 Legacy image specific verification is factored out to a separate helper
23083 routine to keep get_kernel() generic and simple.
23084
23085 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23086 Acked-by: Kumar Gala <galak@kernel.crashing.org>
23087
23088commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
23089Author: Marian Balakowicz <m8@semihalf.com>
23090Date: Wed Feb 27 11:01:04 2008 +0100
23091
23092 [new uImage] Move image verify flag to bootm_headers structure
23093
23094 Do not pass image verification flag directly to related routines.
23095 Simplify argument passing and move it to the bootm_header structure which
23096 contains curently processed image specific data and is already being passed
23097 on the argument list.
23098
23099 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23100 Acked-by: Kumar Gala <galak@kernel.crashing.org>
23101
23102commit 823afe7cefe00dafefc6696c1cc7aa828c394234
23103Author: Marian Balakowicz <m8@semihalf.com>
23104Date: Wed Feb 27 11:00:47 2008 +0100
23105
23106 [Makefile] Sort COBJS in lib_<arch> Makefiles
23107
23108 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23109
23110commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
23111Author: Marian Balakowicz <m8@semihalf.com>
23112Date: Wed Feb 27 11:00:47 2008 +0100
23113
23114 [new uImage] Optimize gen_get_image() flow control
23115
23116 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
23117 to do, update its control flow to better reflect that simple case.
23118
23119 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23120 Acked-by: Kumar Gala <galak@kernel.crashing.org>
23121
23122commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
23123Author: Marian Balakowicz <m8@semihalf.com>
23124Date: Mon Feb 4 08:28:17 2008 +0100
23125
23126 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
23127
23128 PPC specific FDT blob handling code is divided into two separate routines:
23129
23130 get_fdt() - find and verify a FDT blob (either raw or image embedded)
23131 fdt_relocate() - move FDT blob to within BOOTMAP if needed
23132
23133 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23134 Acked-by: Kumar Gala <galak@kernel.crashing.org>
23135
5013c09f
WD
23136commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
23137Author: Jon Loeliger <jdl@freescale.com>
23138Date: Mon Feb 25 13:13:37 2008 -0600
23139
23140 86xx: Fix renamed GUR symbols in sbc8641d board.
23141
23142 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
23143 (86xx: Fix GUR PCI config registers properly), we should have
23144 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
23145 symbols in the sbc8641d board as well. Fix this oversight.
23146
23147 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23148
23149commit 64cd594e623c39f73964d18787763e4533f791f7
23150Author: Stefan Roese <sr@denx.de>
23151Date: Mon Feb 25 16:50:48 2008 +0100
23152
23153 ppc4xx: Fix acadia_nand build problem
23154
23155 Don't include testdram() on NAND-booting target acadia_nand. This saves
23156 a few bytes and makes the target build clean again.
23157
23158 Signed-off-by: Stefan Roese <sr@denx.de>
23159
23160commit 14e099e698d41e8179d05c2b2dbcf704a236f748
23161Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23162Date: Sun Feb 24 23:03:12 2008 +0000
23163
23164 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
23165
23166 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23167
23168commit 724902c8464e610642b3a170278b99710325888e
23169Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23170Date: Sun Feb 24 23:03:11 2008 +0000
23171
23172 arm-imx: Fix registers definition
23173
23174 Sync registers definition with linux
23175
23176 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23177
23178commit 4cd288b589ea1178947c6e364453c32b3dede6b7
23179Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23180Date: Sun Feb 24 23:03:10 2008 +0000
23181
23182 actua1/actua2/actua3: Fix multipleunused variable
23183
23184 - actua1:
23185 actux1.c: In function 'checkboard':
23186 actux1.c:92: warning: unused variable 'revision'
23187
23188 - actua2:
23189 actux2.c: In function 'checkboard':
23190 actux2.c:100: warning: unused variable 's'
23191 actux2.c:99: warning: unused variable 'revision'
23192 actux2.c: In function 'reset_phy':
23193 actux2.c:130: warning: unused variable 'i'
23194
23195 - actua3:
23196 actux3.c: In function 'checkboard':
23197 actux3.c:114: warning: unused variable 'revision'
23198
23199 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23200
438a4c11
WD
23201commit d5934ad7756f038a393a9cfab76a4fe306d9d930
23202Author: Marian Balakowicz <m8@semihalf.com>
23203Date: Mon Feb 4 08:28:09 2008 +0100
23204
23205 [new uImage] Add dual format uImage support framework
23206
23207 This patch adds framework for dual format images. Format detection is added
23208 and the bootm controll flow is updated to include cases for new FIT format
23209 uImages.
23210
23211 When the legacy (image_header based) format is detected appropriate
23212 legacy specific handling is invoked. For the new (FIT based) format uImages
23213 dual boot framework has a minial support, that will only print out a
23214 corresponding debug messages. Implementation of the FIT specific handling will
23215 be added in following patches.
23216
23217 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23218
5013c09f
WD
23219commit b29661fc1151077776454288051bc9a488351ce8
23220Author: Wolfgang Denk <wd@denx.de>
23221Date: Sun Feb 24 15:21:36 2008 +0100
23222
23223 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
23224
23225 Signed-off-by: Wolfgang Denk <wd@denx.de>
23226
b29661fc
WD
23227commit 00b48a48424894daa589d166d73277830b1c6ac4
23228Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23229Date: Sat Feb 23 12:15:56 2008 +0100
23230
23231 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
23232
23233 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23234
23235commit b075d74efb70ff68c49a2532f26b56d6703b69c1
23236Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23237Date: Sat Feb 23 17:24:16 2008 +0900
23238
23239 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
23240
23241 ----------------------------------------------------------------
23242 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
23243
23244 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
23245 32bit targets.
23246
23247 GCC can be made to warn about usage of long long types with ISO C90
23248 (-ansi), but only with -pedantic. You can write this in a way that even
23249 then it doesn't cause warnings, namely by:
23250
23251 #ifdef __GNUC__
23252 __extension__ typedef __signed__ long long __s64;
23253 __extension__ typedef unsigned long long __u64;
23254 #endif
23255
23256 The __extension__ keyword in front of this switches off any pedantic
23257 warnings for this expression.
23258
23259 Signed-off-by: Olaf Hering <olh@suse.de>
23260 Cc: <linux-arch@vger.kernel.org>
23261 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23262 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23263 ----------------------------------------------------------------
23264
23265 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23266
23267commit 208acd112e6517b21fc30c420396902b103563ac
23268Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23269Date: Sat Feb 23 17:07:57 2008 +0900
23270
23271 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
23272
23273 This will reduce the build time.
23274
23275 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23276
23277commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
23278Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23279Date: Sat Feb 23 17:05:00 2008 +0900
23280
23281 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
23282
23283 This will reduce the build time.
23284
23285 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23286
23287commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
23288Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23289Date: Sat Feb 23 16:58:41 2008 +0900
23290
23291 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
23292
23293 This reduces the build time by ~10%. Here's the gth2_config example.
23294
23295 BEFORE AFTER
23296 real 0m31.441s 0m27.833s
23297 user 0m24.766s 0m23.045s
23298 sys 0m10.425s 0m7.468s
23299
23300 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23301
23302commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
23303Author: Marcel Moolenaar <marcelm@juniper.net>
23304Date: Fri Feb 22 10:48:07 2008 -0800
23305
23306 make define2mk.sed work on FreeBSD
23307
23308 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
23309 the define2mk.sed script was identified as the source of the link
23310 failure on FreeBSD. The problem is that sed(1) does not always support
23311 the '+' operator. It isn't on FreeBSD. The attach patch implements the
23312 equivalent, using the '*' operator instead and should work everywhere.
23313
23314 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
23315
23316commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
23317Author: Detlev Zundel <dzu@denx.de>
23318Date: Fri Feb 22 17:21:32 2008 +0100
23319
23320 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
23321
23322 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
23323 final traces of long-deprecated "ramdisk" kernel parm") makes these
23324 changes neccessary.
23325
23326 Signed-off-by: Detlev Zundel <dzu@denx.de>
23327
23328commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
23329Author: Larry Johnson <lrj@acm.org>
23330Date: Thu Feb 21 13:58:16 2008 -0500
23331
23332 LM75 bug fix for negative temperatures
23333
23334 When the LM75 temperature sensor measures a temperature below 0 C, the
23335 current driver does not perform sign extension, so the result returned is
23336 256 C too high. This patch fixes the problem.
23337
23338 Signed-off-by: Larry Johnson <lrj@acm.org>
23339
23340commit 5a910c224b13e413bda41922379add6d75c32da3
23341Author: Heiko Schocher <hs@denx.de>
23342Date: Thu Feb 21 18:33:45 2008 +0100
23343
23344 IDS8247: update MAINTAINER entry.
23345
23346 Signed-off-by: Heiko Schocher <hs@denx.de>
23347
23348commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
23349Author: Heiko Schocher <hs@denx.de>
23350Date: Thu Feb 21 18:31:15 2008 +0100
23351
23352 Fix device tree for mgsuvd board.
23353
23354 Rename the "scc" node in "ethernet" for the mgsuvd board.
23355
23356 Signed-off-by: Heiko Schocher <hs@denx.de>
23357
23358commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
23359Author: Yuri Tikhonov <yur@emcraft.com>
23360Date: Thu Feb 21 14:23:42 2008 +0100
23361
23362 lwmon5: enable hardware watchdog
23363
23364 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
23365 causing it to reboot the board if U-Boot does a long busy-wait with
23366 udelay(). Thus, for these boards we have to restart WD more
23367 frequently.
23368
23369 This patch splits the busy-wait udelay() into smaller, predefined,
23370 intervals, so that the watchdog timer may be resetted with the
23371 configurable (CONFIG_WD_PERIOD) interval.
23372
23373 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23374
23375commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
23376Author: Anatolij Gustschin <agust@denx.de>
23377Date: Thu Feb 21 12:52:29 2008 +0100
23378
23379 ppc4xx: Support for ATI Radeon 9200 card on sequoia
23380
23381 Adds configuration option for ATI Radeon 9200 card
23382 support to sequoia config file. If CONFIG_VIDEO
23383 is enabled, TEXT_BASE should be changed to 0xFFF80000.
23384
23385 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23386
23387commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
23388Author: Kumar Gala <galak@kernel.crashing.org>
23389Date: Mon Feb 18 08:18:07 2008 -0600
23390
23391 Remove duplicate defines for ARRAY_SIZE
23392
23393 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
23394 the define in common.h.
23395
23396 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23397
23398commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
23399Author: Kumar Gala <galak@kernel.crashing.org>
23400Date: Mon Feb 18 08:09:37 2008 -0600
23401
23402 ppc: Allow boards to specify effective amount of memory
23403
23404 For historical reasons we limited the stack to 256M because some boards
23405 could only map that much via BATS. However newer boards are capable of
23406 mapping more memory (for example 85xx is capable of doing up to 2G).
23407
23408 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23409
23410commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
23411Author: Mike Frysinger <vapier@gentoo.org>
23412Date: Mon Feb 18 05:24:13 2008 -0500
23413
23414 include autoconf.mk before any other .mk files
23415
23416 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
23417 those .mk files can have make if statements based on the current config.
23418
23419 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23420
23421commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
23422Author: Mike Frysinger <vapier@gentoo.org>
23423Date: Mon Feb 18 05:10:07 2008 -0500
23424
23425 error check autoconf.mk generation
23426
23427 If any of the steps for generating autoconf.mk fail currently, they go
23428 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
23429 This is simpler and more robust than placing '|| exit $$?' after every line.
23430
23431 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23432
23433commit 019895a8dee71a9f00da05c03e379f45d581b0fe
23434Author: Stefano Babic <sbabic@denx.de>
23435Date: Mon Feb 18 08:03:51 2008 +0100
23436
23437 Fix bug in dependency checking
23438
23439 By adding VERSION_FILE to the PHONY targets the script
23440 /tools/setlocalversion is always called and version_autogenerated.h
23441 is replaced only if the script find a modified source file.
23442
23443 Signed-off-by: Stefano Babic <sbabic@denx.de>
23444
23445commit 98ba144ccc912eee90dd42699f023c497ce774c6
23446Author: Kyungmin Park <kmpark@infradead.org>
23447Date: Mon Feb 18 14:35:43 2008 +0900
23448
23449 Fix GPMC CS2 memory setup at apollon
23450
23451 It disables the current map first
23452
23453 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23454
23455commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
23456Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23457Date: Sun Feb 17 23:52:46 2008 +0100
23458
23459 uli526x: Fix multiple differ in signedness and parentheses around comparison
23460
23461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23462
23463commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
23464Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23465Date: Sun Feb 17 16:58:04 2008 +0100
23466
23467 MIPS: Fix CFG_NO_FLASH support
23468
23469 - Fix flash_init call when CFG_NO_FLASH is used
23470 - Remove no more needed flash.c for qemu-mips
23471
23472 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23473
23474commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
23475Author: Mike Frysinger <vapier@gentoo.org>
23476Date: Sat Feb 16 02:40:18 2008 -0500
23477
23478 easylogo: clean up some more and add -r (rgb) support
23479
23480 Michael Hennerich added support for outputting an image in RGB format rather
23481 than forcing YUYV all the time. This makes obvious sense if the display you
23482 have takes RGB input rather than YUYV.
23483
23484 Rather than hack in support for options, I've converted it to use getopt and
23485 cleaned up the argument parsing in the process.
23486
23487 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
23488 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23489
23490commit f65c98129ccada3f7caf97d80395a95b84e911de
23491Author: Mike Frysinger <vapier@gentoo.org>
23492Date: Sat Feb 16 02:12:37 2008 -0500
23493
23494 Makefile: add target for $(LDSCRIPT)
23495
23496 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
23497 then change into the board directory and try and create it. This allows you
23498 to generate the linker script on the fly based upon board defines (like the
23499 Blackfin boards do).
23500
23501 There should be no regressions due to this change as the normal case is to
23502 already have a u-boot.lds file. If that's the case, then there's nothing to
23503 generate, and so make will always exit. The fix here is that if the linker
23504 script does not exist, the implicit rules take over and attempt to guess how
23505 to generate the file.
23506
23507 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23508
438a4c11
WD
23509commit 5583cbf736474ef754e128a54fb78632f57b48fd
23510Author: Marian Balakowicz <m8@semihalf.com>
23511Date: Thu Feb 21 17:27:49 2008 +0100
23512
23513 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
23514
23515 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23516
23517commit 2242f5369822bc7780db95c47985bb408ea9157b
23518Author: Marian Balakowicz <m8@semihalf.com>
23519Date: Thu Feb 21 17:27:41 2008 +0100
23520
23521 [new uImage] Rename and move print_image_hdr() routine
23522
23523 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23524
23525commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
23526Author: Marian Balakowicz <m8@semihalf.com>
23527Date: Thu Feb 21 17:20:20 2008 +0100
23528
23529 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
23530
23531 Introducing routines for parsing new uImage format bootm arguments:
23532 [<addr>]#<conf> - configuration specification
23533 [<addr>]:<subimg> - subimage specification
23534
23535 New format images can contain multiple subimages of the same type. For example
23536 a single new format image file can contain three kernels, two ramdisks and a
23537 couple of FDT blobs. Subimage and configuration specifications are extensions
23538 to bootm (and other image-related commands) arguments' syntax that allow to
23539 specify which particular subimage should be operated on.
23540
23541 Subimage specification is used to denote a particular subimage. Configurations
23542 are a bit more complex -- they are used to define a particualr booting setup,
23543 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
23544 etc.
23545
23546 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23547
23548commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
23549Author: Marian Balakowicz <m8@semihalf.com>
23550Date: Thu Feb 21 17:20:19 2008 +0100
23551
23552 [new uImage] Add gen_get_image() routine
23553
23554 This routine assures that image (whether legacy or FIT) is not
23555 in a special dataflash storage.
23556
23557 If image address is a dataflash address image is moved to system RAM.
23558
23559 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23560
23561commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
23562Author: Marian Balakowicz <m8@semihalf.com>
23563Date: Thu Feb 21 17:20:18 2008 +0100
23564
23565 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
23566
23567 New uImage format (Flattened Image Tree) requires libfdt
23568 functionality, print out error message if CONFIG_OF_LIBFDT
23569 is not defined.
23570
23571 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
23572 This commit turns it on by default.
23573
23574 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23575
b29661fc
WD
23576commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
23577Author: Michael Schwingen <michael@schwingen.org>
23578Date: Mon Feb 18 23:16:35 2008 +0100
23579
23580 CFI: Do not use uninitialized cmd_reset
23581
23582 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
23583 commands instead
23584
23585 From a short test, it looks like AMD-style flash roms treat *any* unknown
23586 command write as a reset, at least when in CFI Query mode, so issuing the
23587 Intel reset command to AMD-style flashs seems safe (from the small sample I
23588 have), plus the 3-cycle magic sequence should kick the state machine into
23589 the right state even without a reset command. Since the AMD-style flashs
23590 require the unlock sequence for real operation, I chose to try the AMD reset
23591 command first, so that Intel flashs do no see an invalid command prior to
23592 the CFI query.
23593
23594 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
23595 plus Intel StrataFlash.
23596
23597 Signed-off-by: Michael Schwingen <michael@schwingen.org>
23598 Signed-off-by: Stefan Roese <sr@denx.de>
23599
23600commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
23601Author: Rafal Jaworowski <raj@semihalf.com>
23602Date: Thu Feb 21 11:56:44 2008 +0100
23603
23604 API: Add (c) and licensing notice to the public API header.
23605
23606 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
23607
23608commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
23609Author: Yuri Tikhonov <yur@emcraft.com>
23610Date: Thu Feb 21 11:06:07 2008 +0100
23611
23612 Fix CPU POST test failure
23613
23614 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
23615 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
23616 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
23617 This patch just saves the CR value before running the test code, so allowing
23618 it to do anything it wants with CR.
23619
23620 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
23621 Acked-by: Yuri Tikhonov <yur@emcraft.com>
23622 --
23623
23624commit d5908b093955415f3d340706378b991f911af671
23625Author: Jon Loeliger <jdl@freescale.com>
23626Date: Wed Feb 20 15:26:51 2008 -0600
23627
23628 8610HPCD: Document the flashbank selection switches.
23629
23630 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23631
23632commit a551cee99ad1d1da20fd23ad265de47448852f56
23633Author: Jon Loeliger <jdl@freescale.com>
23634Date: Wed Feb 20 14:22:26 2008 -0600
23635
23636 86xx: Fix GUR PCI config registers properly.
23637
23638 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
23639 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
23640 botched it due to not realizing that 8610 and 8641 had different
23641 Global Utility Register defintions, one of which was like 85xx,
23642 and the other wasn't. Correct this problem by introducing two
23643 symbols, one for each 86xx SoC, but neither of which is named
23644 anything like 85xx.
23645
23646 My bad. Lovely Wednesday with git bisect. You know.
23647
23648 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23649
23650commit cb06eb961bdffc8728b38c242473d802e83ab2b4
23651Author: Jon Loeliger <jdl@freescale.com>
23652Date: Wed Feb 20 12:24:11 2008 -0600
23653
23654 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
23655
23656 Without an actual supported video card hooked up, enabling
23657 the CONFIG_VIDEO by default just makes it look broken by
23658 routing all console output to the video card. Don't.
23659
23660 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23661
23662commit 4d264eff4312f230776b913edade7ceb75f1b1e0
23663Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
23664Date: Wed Jan 30 15:08:15 2008 -0600
23665
23666 ColdFire: Fix missing code flash size for M5485EVB
23667
23668 Signed-off-by: James Mahan <kmahan@freescale.com>
23669 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23670
23671commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
23672Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
23673Date: Wed Jan 30 15:04:42 2008 -0600
23674
23675 ColdFire: Fix 5282 and 5271 interrupt mask bit
23676
23677 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23678
23679commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
23680Author: Jon Loeliger <jdl@freescale.com>
23681Date: Tue Feb 19 12:31:08 2008 -0600
23682
23683 8610HPCD: Fix typos in two PCI setup registers.
23684
23685 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
23686 were erroneously present as 85xx names and values, leftover from
23687 the clone wars. Fix this by removing the 85xx cruft from the
23688 86xx codebase.
23689
23690 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23691
23692commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
23693Author: Jon Loeliger <jdl@freescale.com>
23694Date: Mon Feb 18 14:01:56 2008 -0600
23695
23696 86xx: Convert sbc8641d to use libfdt.
23697
23698 This is the proper fix for a missing closing brace in the function
01db232d 23699 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
23700 The ft_cpu_setup() function in mpc8641hpcn.c should have been
23701 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
23702 but was missed. Only, the sbc8641d was nominally still using it.
23703 It all got ripped out, and the funcality that was in ft_board_setup()
23704 was refactored to remove the CPU portions into the new file
23705 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
23706
23707 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
23708
23709 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23710
23711commit 04efddc87c50c84f85dad5c331c634a6ce830a83
23712Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23713Date: Sun Feb 17 23:35:31 2008 +0100
23714
23715 mpc86xx: Fix unused variable 'config' and 'immap'
23716
23717 and remove useless CONFIG_DDR_INTERLEAVE
23718
23719 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23720
23721commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
23722Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23723Date: Sun Feb 17 23:03:36 2008 +0100
23724
23725 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
23726
23727 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23728
23729commit b6f29c84c208a091f95a10cbc9852d729659ba20
23730Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23731Date: Sun Feb 17 14:15:31 2008 +0100
23732
23733 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
23734
23735 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23736
23737commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
23738Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23739Date: Sun Feb 17 14:15:32 2008 +0100
23740
23741 pxa: fix assignment from incompatible pointer type
23742
23743 fix mmc_bread function prototype
23744
23745 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23746
23747commit 64d792063fff90b8118179b092feee09fe5cae13
23748Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23749Date: Sun Feb 17 14:15:30 2008 +0100
23750
23751 at91cap9adk: fix implicit declaration of function 'eth_init'
23752
23753 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23754
23755commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
23756Author: Wolfgang Denk <wd@denx.de>
23757Date: Sun Feb 17 15:43:44 2008 +0100
23758
23759 Remove files added by mistake, update CHANGELOG.
23760
23761 Signed-off-by: Wolfgang Denk <wd@denx.de>
23762
375c4353
WD
23763commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
23764Author: Mike Nuss <mike@terascala.com>
23765Date: Wed Feb 6 11:10:11 2008 -0500
23766
23767 PPC440EPx: Optionally enable second I2C bus
23768
23769 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
23770 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
23771 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
23772
23773 Signed-off-by: Mike Nuss <mike@terascala.com>
23774 Cc: Stefan Roese <sr@denx.de>
23775
23776commit ef5b4f221c22d05770878513951745f236b5b43f
23777Author: Niklaus Giger <niklaus.giger@netstal.com>
23778Date: Tue Feb 5 10:26:44 2008 +0100
23779
23780 ppc4xx: HCU4/5. Cleanup configs
23781
23782 - hcu4.h: Removed define of CONFIG_PPC405GPr
23783 - Corrected phy addresses
23784 - Fix boot variables
23785 - Respect line length of 80 chars
23786
23787 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
23788
23789commit 74973126d1be63ac75bdc192f46234dca3a7c421
23790Author: Niklaus Giger <niklaus.giger@netstal.com>
23791Date: Tue Feb 5 11:31:28 2008 +0100
23792
23793 ppc4xx: HCU4/5. Cleanups
23794
23795 - Fix some coding style violations.
23796 - Use in/out_u16/32 where appropriate.
23797 - Use register names from ppc405.h.
23798 - Fix trace useage for Lauterbach.
23799 - Remove obsolete generation HCU2.
23800 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
23801
23802 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
23803
23804commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
23805Author: Niklaus Giger <niklaus.giger@netstal.com>
23806Date: Tue Feb 5 10:26:41 2008 +0100
23807
23808 ppc4xx: PPC405GPr fix missing register definitions
23809
23810 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
23811
23812commit 214398d9cb22268d9d4f7563359edca0f78297a2
23813Author: Larry Johnson <lrj@acm.org>
23814Date: Fri Jan 18 21:49:05 2008 -0500
23815
23816 ppc4xx: Beautify configuration files for Sequoia and Korat boards
23817
23818 Signed-off-by: Larry Johnson <lrj@acm.org>
23819
23820commit 30c6a241e88499f536e86d325759e29ba00ff67f
23821Author: Anatolij Gustschin <agust@denx.de>
23822Date: Fri Feb 15 20:09:01 2008 +0100
23823
23824 Wipe out assembler warnings while compiling x86 biosemu
23825
23826 This patch tries to get rid of some assembler warnings about
23827 changed .got2 section type while compiling x86 bios emulator
23828 code.
23829
23830 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23831
23832commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
23833Author: Wolfgang Denk <wd@denx.de>
23834Date: Fri Feb 15 00:57:09 2008 +0100
23835
23836 Prepare v1.3.2-rc1 release candidate
23837
67a4389e
WD
23838commit f33e9653c9c09868995d788511d573771c209fe5
23839Author: Anatolij Gustschin <agust@denx.de>
23840Date: Fri Feb 15 00:13:20 2008 +0100
23841
23842 Fix compile warning on lib_ppc/board.c
23843
23844 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23845
23846commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
23847Author: Anatolij Gustschin <agust@denx.de>
23848Date: Thu Feb 14 18:22:04 2008 +0100
23849
23850 Add Radeon Mobility 9200 pci device id to the radeon driver
23851
23852 This patch extends PCI device id table of the
23853 radeon driver so that the driver will also support
23854 Radeon Mobility 9200 (M9+) based boards.
23855
23856 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23857
23858commit 1b8607e1f7143548c6062c28371449ec69588c00
23859Author: Anatolij Gustschin <agust@denx.de>
23860Date: Thu Feb 14 18:19:50 2008 +0100
23861
23862 Extend ATI Radeon driver to support more video modes
23863
23864 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
23865 800x600, 640x480 at 24, 16 and 8 bpp.
23866
23867 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23868
23869commit 4124382de029d361162a4b8cecc773eb8f26e2a8
23870Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23871Date: Sun Feb 10 17:05:20 2008 +0100
23872
23873 xsengine: fix typo and few coding style
23874
23875 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23876
23877commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
23878Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23879Date: Fri Feb 8 21:25:58 2008 +0100
23880
23881 Fix wrong memory limit calculation in memory-test
23882
23883 If the length of the memory address range passed to the "mtest" command is
23884 not of the form 2^x - 1, not all address lines are tested. This bug is
23885 inherited from the original software at
23886 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
23887 this.
23888
23889 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23890
23891commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
23892Author: Wolfgang Denk <wd@denx.de>
23893Date: Fri Feb 15 00:11:39 2008 +0100
23894
23895 Coding STyle cleanup.
23896
23897 Signed-off-by: Wolfgang Denk <wd@denx.de>
23898
23899commit f6921e3dc331293c873ec4d109fd5517a42a90b3
23900Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23901Date: Tue Feb 5 13:30:43 2008 +0900
23902
23903 sh: Fix register address of SH7722
23904
23905 The address of SH7722 is wrong by old document.
23906 This patch fixes this problem.
23907
23908 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23909
23910commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
23911Author: Mike Frysinger <vapier@gentoo.org>
23912Date: Mon Feb 4 17:44:23 2008 -0500
23913
23914 only update version header as needed
23915
23916 Constantly rebuilding the version header will force useless relinking, so we
23917 simply need to compare the new header with the existing one before updating
23918 it.
23919
23920 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23921
23922commit 208447f8e953f347425eb92c8e28d59e6d911363
23923Author: Mike Frysinger <vapier@gentoo.org>
23924Date: Mon Jan 28 05:56:19 2008 -0500
23925
23926 Do not specify a CROSS_COMPILE default when executing size
23927
23928 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23929
23930commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
23931Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23932Date: Wed Feb 13 11:19:19 2008 +0100
23933
23934 Fix return value of mtest when CFG_ALT_MEMTEST set
23935
23936 Fix a missing return statement from a non-void function.
23937
23938 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23939
23940commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
23941Author: Timur Tabi <timur@freescale.com>
23942Date: Wed Jan 9 14:35:26 2008 -0600
23943
23944 85xx, 86xx: Determine I2C clock frequencies and store in global_data
23945
23946 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
23947
23948 Update the get_clocks() function in 85xx and 86xx to determine the I2C
23949 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
23950
23951 Signed-off-by: Timur Tabi <timur@freescale.com>
23952
23953commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
23954Author: Wolfgang Denk <wd@denx.de>
23955Date: Thu Feb 14 23:18:01 2008 +0100
23956
23957 TQM834x: clean up configuration
23958
23959 Get board name consistent with Linux and elsewhere;
23960 get rid of local network definitions etc.
23961
23962 Signed-off-by: Wolfgang Denk <wd@denx.de>
23963
23964commit 38cc09c55b1d7f233789052c6fc462e5377669a9
23965Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23966Date: Thu Feb 14 08:02:12 2008 +0100
23967
23968 TFTP: fix search of ':' in BootFile
23969
23970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23971
23972commit 0bc9efada170096c6b273f19165e32936d330d80
23973Author: Wolfgang Denk <wd@denx.de>
23974Date: Thu Feb 14 22:46:55 2008 +0100
23975
23976 Coding style cleanup; update CHANGELOG.
23977
23978 Signed-off-by: Wolfgang Denk <wd@denx.de>
23979
0bc9efad
WD
23980commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
23981Author: Wolfgang Denk <wd@denx.de>
23982Date: Thu Feb 14 22:43:22 2008 +0100
23983
23984 PPC: Use r2 instead of r29 as global data pointer
23985
23986 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
23987 will refuse to use load/store multiple insns; instead, it issues a
23988 list of simple load/store instructions upon function entry and exit,
23989 resulting in bigger code size, which in turn makes the build for a
23990 few boards fail.
23991
23992 Use r2 instead.
23993
23994 Signed-off-by: Wolfgang Denk <wd@denx.de>
23995
23996commit 3c234efa693bc59906c2be55c7918ecbb55392ea
23997Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
23998Date: Wed Jan 30 09:08:49 2008 +0100
23999
24000 ARM: make the machid configurable via the environment
24001
24002 If the variable "machid" exists, let do_bootm_linux use that instead
24003 of bd->bi_arch_number.
24004
24005