]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Prepare 2009.01-rc2
[karo-tx-uboot.git] / CHANGELOG
1 commit e92c9a860e44c14513c8909ce4299e253a775eeb
2 Author: Wolfgang Denk <wd@denx.de>
3 Date:   Wed Jan 14 22:35:30 2009 +0100
4
5     cpu/mpc824x/Makefile: fix warning with parallel builds
6
7     Parallel builds would occasionally issue this build warning:
8
9         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
10
11     Use "ln -sf" as quick work around for the issue.
12
13     Signed-off-by: Wolfgang Denk <wd@denx.de>
14
15 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
16 Author: Haiying Wang <Haiying.Wang@freescale.com>
17 Date:   Tue Jan 13 16:29:28 2009 -0500
18
19     Some changes of TLB entry setting for MPC8572DS
20
21     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
22     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
23     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
24
25     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
26
27     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
28
29 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
30 Author: Haiying Wang <Haiying.Wang@freescale.com>
31 Date:   Tue Jan 13 16:29:22 2009 -0500
32
33     Change DDR tlb start entry to CONFIG param for 85xx
34
35     So that we can locate the DDR tlb start entry to the value other than 8. By
36     default, it is still 8.
37
38     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
39
40 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
41 Author: Roy Zang <tie-fei.zang@freescale.com>
42 Date:   Fri Jan 9 16:02:35 2009 +0800
43
44     Change PCIE1&2 deciide logic on MPC8544DS board more readable
45
46     The IO port selection for MPC8544DS board:
47      Port                       cfg_io_ports
48      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
49      PCIE2              0x4, 0x5, 0x6, 0x7
50      PCIE3              0x6, 0x7
51      This patch changes the PCIE12 and PCIE2 logic more readable.
52     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
53
54 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
55 Author: Roy Zang <tie-fei.zang@freescale.com>
56 Date:   Fri Jan 9 16:01:52 2009 +0800
57
58     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
59
60     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
61     PCIE1 bit.
62     On MPC8572DS board, PCIE refers to PCIE1.
63     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
64
65 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
66 Author: Roy Zang <tie-fei.zang@freescale.com>
67 Date:   Fri Jan 9 16:00:55 2009 +0800
68
69     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
70
71     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
72      This patch fixes this issue.
73      For MPC8572
74      Port                       cfg_io_ports
75      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
76      PCIE2              0x3, 0x7
77      PCIE3              0x7
78
79     For MPC8544
80     Port                        cfg_io_ports
81     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
82     PCIE2               0x4, 0x5, 0x6, 0x7
83     PCIE3               0x6, 0x7
84     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85
86 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
87 Author: Becky Bruce <beckyb@kernel.crashing.org>
88 Date:   Wed Dec 3 22:36:44 2008 -0600
89
90     mpc8610hpcd: Fix PCI mapping concepts
91
92     Rename _BASE to _BUS, as it's actually a PCI bus address,
93     separate virtual and physical addresses into _VIRT and _PHYS,
94     and use each appopriately.  This makes the code easier to read
95     and understand, and facilitates mapping changes going forward.
96
97     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
98
99 commit 79e436cad3b4a7db88408c3f05175028f30d700d
100 Author: Becky Bruce <beckyb@kernel.crashing.org>
101 Date:   Wed Dec 3 22:36:26 2008 -0600
102
103     sbc8641d: Fix PCI mapping concepts
104
105     Rename _BASE to _BUS, as it's actually a PCI bus address,
106     separate virtual and physical addresses into _VIRT and _PHYS,
107     and use each appopriately.  This makes the code easier to read
108     and understand, and facilitates mapping changes going forward.
109
110     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
111
112 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
113 Author: Wolfgang Denk <wd@denx.de>
114 Date:   Mon Jan 12 14:50:35 2009 +0100
115
116     MPC86xx: fix build warnings
117
118     Signed-off-by: Wolfgang Denk <wd@denx.de>
119
120 commit 032a1c934ef4dc003281f57302b6e693062c1868
121 Author: Mike Frysinger <vapier@gentoo.org>
122 Date:   Mon Jan 5 16:09:44 2009 -0500
123
124     bf537-stamp/nand: fix board_nand_init prototype
125
126     The board_nand_init() function should return an int, not void.
127
128     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
129
130 commit 687f952e4119594ab913be11c90f7f018c2a7a79
131 Author: Mike Frysinger <vapier@gentoo.org>
132 Date:   Thu Dec 11 07:04:48 2008 -0500
133
134     Blackfin: drop CONFIG_SPI handling in board init
135
136     The eeprom SPI init functions are duplicated as the common code already
137     executes these for us.
138
139     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
140
141 commit e7e684b10d73a303902208594c7c3e7e0d753282
142 Author: Mike Frysinger <vapier@gentoo.org>
143 Date:   Fri Oct 24 17:51:57 2008 -0400
144
145     Blackfin: fix out-of-tree building with ldscripts
146
147     Many of the Blackfin board linker scripts are preprocessed, so make sure we
148     output the linker script into the build tree rather than the source tree.
149
150     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
151
152 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
153 Author: Mike Frysinger <vapier@gentoo.org>
154 Date:   Fri Oct 24 17:48:54 2008 -0400
155
156     Blackfin: fix linker scripts to work with --gc-sections
157
158     Make sure all .text sections get pulled in and the entry point is properly
159     referenced so they don't get discarded when linking with --gc-sections.
160
161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
162
163 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
164 Author: Mike Frysinger <vapier@gentoo.org>
165 Date:   Sat Oct 11 20:45:44 2008 -0400
166
167     Blackfin: set proper LDRFLAGS for parallel booting LDRs
168
169     In order to boot an LDR out of parallel flash, the ldr utility needs a few
170     flags to tell it to generate the right header.
171
172     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
173
174 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
176 Date:   Tue Jan 6 21:41:59 2009 +0100
177
178     at91rm9200: move define from lowlevel_init to header
179
180     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
181
182 commit 8a48686fac2030287765f1970ea046bd5734b733
183 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
184 Date:   Sat Jan 3 17:22:26 2009 +0100
185
186     m501sk: move to the common memory setup
187
188     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
189
190 commit d481c80d78f954133c035dae6c7d22de3625795d
191 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
192 Date:   Sat Jan 3 17:22:25 2009 +0100
193
194     at91rm9200: rename lowlevel init value to CONFIG_SYS_
195
196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
197
198 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
199 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
200 Date:   Tue Jan 6 21:13:14 2009 +0100
201
202     at91: add at91sam9xeek board support
203
204     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
205     it as another entry for at91sam9260 in the Makefile.
206
207     Check documentation at :
208     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
209
210     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
211     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
212
213 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
214 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
215 Date:   Tue Jan 6 21:15:57 2009 +0100
216
217     fix bmp_logo.h make dependencies to allow parallel build
218
219     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
220
221 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
222 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
223 Date:   Sat Jan 3 17:22:24 2009 +0100
224
225     at91: Fix Atmel's at91sam9 boards out of tree build
226
227     introduced in commit 89a7a87f084c
228
229     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
230
231 commit 0668236bafaa1c11c521652a2facebc74beecbf0
232 Author: Wolfgang Denk <wd@denx.de>
233 Date:   Tue Dec 30 22:56:11 2008 +0100
234
235     README: update mailing list name and hits to patch submission.
236
237     Signed-off-by: Wolfgang Denk <wd@denx.de>
238
239 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
240 Author: Peter Tyser <ptyser@xes-inc.com>
241 Date:   Tue Dec 23 16:32:01 2008 -0600
242
243     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
244
245     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
246
247 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
248 Author: Peter Tyser <ptyser@xes-inc.com>
249 Date:   Tue Dec 23 16:32:00 2008 -0600
250
251     XPedite5200 board support cleanup
252
253     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
254
255 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
256 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
257 Date:   Tue Dec 2 21:58:04 2008 +0100
258
259     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
260
261     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
262     Signed-off-by: Remy Böhmer <linux@bohmer.net>
263
264 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
265 Author: Trent Piepho <tpiepho@freescale.com>
266 Date:   Wed Dec 3 15:16:37 2008 -0800
267
268     mpc8[56]xx: Put localbus clock in sysinfo and gd
269
270     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
271     and print it out, but don't save it.
272
273     This changes where its calculated and stored to be more consistent with the
274     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
275
276     The localbus frequency is added to sysinfo and calculated when sysinfo is
277     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
278
279     get_clocks() copies the frequency into the global data, as the other
280     frequencies are, into a new field that is only enabled for MPC85xx and
281     MPC86xx.
282
283     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
284     from sysinfo, like the other frequencies, instead of calculating it on the
285     spot.
286
287     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
288     Acked-by: Kumar Gala <galak@kernel.crashing.org>
289     Acked-by: Jon Loeliger <jdl@freescale.com>
290
291 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
292 Author: Trent Piepho <tpiepho@freescale.com>
293 Date:   Wed Dec 3 15:16:36 2008 -0800
294
295     mpc86xx: Double local bus clock divider
296
297     The local bus clock divider should be doubled for both 8610 and 8641.
298
299     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
300     Acked-by: Kumar Gala <galak@kernel.crashing.org>
301     Acked-by: Jon Loeliger <jdl@freescale.com>
302
303 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
304 Author: Trent Piepho <tpiepho@freescale.com>
305 Date:   Wed Dec 3 15:16:35 2008 -0800
306
307     mpc8568: Double local bus clock divider
308
309     The clock divider for the MPC8568 local bus should be doubled, like the
310     other newer MPC85xx chips.
311
312     Since there are now more chips with a 2x divider than a 1x, and any new
313     85xx chips will probably be 2x, invert the sense of the #if so that it
314     lists the 1x chips instead of the 2x ones.
315
316     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
317     Acked-by: Kumar Gala <galak@kernel.crashing.org>
318     Acked-by: Jon Loeliger <jdl@freescale.com>
319
320 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
321 Author: Dave Liu <daveliu@freescale.com>
322 Date:   Tue Dec 16 12:09:27 2008 +0800
323
324     85xx: Fix the boot window issue
325
326     If one custom board is using the 8MB flash, it is set
327     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
328     The current start.S code will be broken at switch_as.
329
330     It is because the TLB1[15] is set as 16MB page size,
331     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
332
333     For the 8MB flash case, the EPN = 0xefxxxxxx,
334     RPN = 0xffxxxxxx. Assume the virt address of switch_as
335     is 0xef7ff18c, the real address of the instruction at
336     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
337     of the range of the default 8MB boot LAW window
338     0xff800000 - 0xffffffff.
339
340     So when we switch to AS1 address space at switch_as,
341     the core can't fetch the instruction at switch_as any
342     more. It will cause broken issue.
343
344     Signed-off-by: Dave Liu <daveliu@freescale.com>
345
346 commit 58da8890d5fbd074746037722a423de9ac408616
347 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
348 Date:   Thu Dec 11 15:47:50 2008 -0500
349
350     sbc8548: use proper PHY address
351
352     The values given for the PHY address were wrong, so the code
353     read no valid PHY ID, and fell through to the generic PHY
354     support, which would work on 1000M but would not auto negotiate
355     down to 100M or 10M.
356
357     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
358
359 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
360 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
361 Date:   Thu Dec 11 15:47:51 2008 -0500
362
363     sbc8548: enable command line editing by default.
364
365     Lets make things a bit more user friendly.  It isn't 1985 anymore.
366
367     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
368
369 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
370 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
371 Date:   Thu Dec 11 15:47:49 2008 -0500
372
373     sbc8548: don't enable the 3rd and 4th eTSEC
374
375     These interfaces don't have usable connectors on the board, so don't
376     bother enumerating or configuring them.
377
378     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
379
380 commit 181a3650113883728927928b3ac81ad6dade4b2c
381 Author: Haiying Wang <Haiying.Wang@freescale.com>
382 Date:   Wed Dec 3 10:08:19 2008 -0500
383
384     Set IVPR to kenrel entry point in second core boot page
385
386     Assuming the OSes exception vectors start from the base of kernel address, and
387     the kernel physical starting address can be relocated to an non-zero address.
388     This patch enables the second core to have a valid IVPR for debugger before
389     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
390     value for second core which runs kernel at different physical address other
391     than 0x0.
392
393     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
394
395 commit a5d212a263c58cc746481bf1fc878510533ce7d6
396 Author: Trent Piepho <tpiepho@freescale.com>
397 Date:   Wed Dec 3 15:16:34 2008 -0800
398
399     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
400
401     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
402     instead of four.
403
404     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
405     should be safe as the fifth bit was defined as reserved and set to 0.
406
407     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
408
409     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
410     Acked-by: Kumar Gala <galak@kernel.crashing.org>
411     Acked-by: Jon Loeliger <jdl@freescale.com>
412
413 commit 58ec4866ed916c7e422f5107bb27b0822084728e
414 Author: Trent Piepho <tpiepho@freescale.com>
415 Date:   Wed Dec 3 15:16:38 2008 -0800
416
417     mpc8[56]xx: Put localbus clock in device tree
418
419     Export the localbus frequency in the device tree, the same way the CPU, TB,
420     CCB, and various other frequencies are exported in their respective device
421     tree nodes.
422
423     Some localbus devices need this information to be programed correctly, so
424     it makes sense to export it along with the other frequencies.
425
426     Unfortunately, when someone wrote the localbus dts bindings, they didn't
427     bother to define what the "compatible" property should be.  So it seems no
428     one was quite sure what to put in their dts files.
429
430     Based on current existing dts files in the kernel source, I've used
431     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
432     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
433     apparently not entirely backward compatible with the pq3 LBC and so eLBC
434     equipped platforms like 8572 won't use pq3-localbus.
435
436     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
437     and is also looked for by the Linux code.  On MPC8641, I've also used
438     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
439     which don't use "fsl,elbc" or any other acceptable name to match on.
440
441     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
442     Acked-by: Kumar Gala <galak@kernel.crashing.org>
443     Acked-by: Jon Loeliger <jdl@freescale.com>
444
445 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
446 Author: Kumar Gala <galak@kernel.crashing.org>
447 Date:   Tue Dec 16 14:59:22 2008 -0600
448
449     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
450
451     The current code that determines which bank/chipselect is used for a
452     given NAND instance only worked for 32-bit addresses and assumed
453     a 1:1 mapping.  This breaks in 36-bit physical configs.
454
455     The proper way to handle this is to use the virt_to_phys() and
456     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
457     with the the virtual address the NAND code uses.
458
459     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
460     Acked-by: Scott Wood <scottwood@freescale.com>
461
462 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
463 Author: Kumar Gala <galak@kernel.crashing.org>
464 Date:   Tue Dec 16 14:59:21 2008 -0600
465
466     ppc: Use addrmap in virt_to_phys and map_physmem.
467
468     If we have addr map support enabled use the mapping functions to
469     implement virt_to_phys() and map_physmem().
470
471     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
472
473 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
474 Author: Kumar Gala <galak@kernel.crashing.org>
475 Date:   Tue Dec 16 14:59:20 2008 -0600
476
477     85xx: Add support to populate addr map based on TLB settings
478
479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
480
481 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
482 Author: Peter Tyser <ptyser@xes-inc.com>
483 Date:   Mon Dec 1 13:47:13 2008 -0600
484
485     XPedite5200 board support
486
487     Initial support for Extreme Engineering Solutions XPedite5200 -
488     a MPC8548-based PMC single board computer.
489
490     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
491
492 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
493 Author: Peter Tyser <ptyser@xes-inc.com>
494 Date:   Wed Oct 29 12:39:27 2008 -0500
495
496     85xx: Enable inbound PCI config cycles for X-ES boards
497
498     Update X-ES Freescale boards to allow inbound PCI configuration
499     cycles when configured as agent/endpoint.
500
501     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
502
503 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
504 Author: Peter Tyser <ptyser@xes-inc.com>
505 Date:   Wed Dec 17 16:36:23 2008 -0600
506
507     XPedite5370 board support
508
509     Initial support for Extreme Engineering Solutions XPedite5370 -
510     a MPC8572-based 3U VPX single board computer with a PMC/XMC
511     site.
512
513     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
514
515 commit e92739d34e2d6b6aca93b2598248210710897ce8
516 Author: Peter Tyser <ptyser@xes-inc.com>
517 Date:   Wed Dec 17 16:36:21 2008 -0600
518
519     Add support for PCA953x I2C gpio devices
520
521     Initial support for NXP's 4 and 8 bit I2C gpio expanders
522     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
523     enables support for the devices while the CONFIG_CMD_PCA953X
524     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
525     define enables an 'info' sub-command which provides summary
526     information for the given pca953x device.
527
528     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
529
530 commit 7a8979591171676417ab36852d8811a8c46accd8
531 Author: Peter Tyser <ptyser@xes-inc.com>
532 Date:   Wed Oct 29 12:39:26 2008 -0500
533
534     pci/fsl_pci_init: Enable inbound PCI config cycles
535
536     Add fsl_pci_config_unlock() function to enable a
537     PCI/PCIe interface configured in agent/endpoint mode to
538     respond to inbound PCI configuration cycles.
539
540     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
541
542 commit b616f2b545f73757669b37386f0b37bb61fc6797
543 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
544 Date:   Mon Sep 8 22:27:18 2008 +0200
545
546     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
547
548     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
549     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
550
551 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
552 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
553 Date:   Tue Dec 16 22:10:31 2008 +0100
554
555     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
556
557     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
558     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
559
560 commit 13095b2f07dacb1f863772266c1789d47a523a8a
561 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
562 Date:   Tue Dec 16 22:10:30 2008 +0100
563
564     MIPS: qemu_mips: move env storage just after u-boot
565
566     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
567     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
568
569 commit aced78d852d0b009e8aaa1445af8cb40861ee549
570 Author: Wolfgang Denk <wd@denx.de>
571 Date:   Tue Dec 16 23:48:27 2008 +0100
572
573     Prepare 2009.01-rc1
574
575     Signed-off-by: Wolfgang Denk <wd@denx.de>
576
577 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
578 Author: Wolfgang Denk <wd@denx.de>
579 Date:   Tue Dec 16 23:13:46 2008 +0100
580
581     include/configs/at91cap9adk.h: fix typo.
582
583     Signed-off-by: Wolfgang Denk <wd@denx.de>
584
585 commit 45ca04f2377361593151d2d4da51f8ba4832d233
586 Author: Wolfgang Denk <wd@denx.de>
587 Date:   Tue Dec 16 22:32:25 2008 +0100
588
589     board/trab/memory.c: Fix compile problems.
590
591     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
592
593     Actually we'd need a major cleanup here - as it turns out,
594     board/trab/memory.c is more or less a verbatim copy of
595     post/drivers/memory.c ... but then, trab is EOL anyway,r
596     so this is not worth the effort.
597
598     Signed-off-by: Wolfgang Denk <wd@denx.de>
599
600 commit ff49ea8977b56916edd5b1766d9939010e30b181
601 Author: Scott Wood <scottwood@freescale.com>
602 Date:   Tue Dec 16 14:24:16 2008 -0600
603
604     NAND: Mark the BBT as scanned prior to calling scan_bbt.
605
606     Otherwise, recursion can occur if scan_bbt does not find a bad block
607     table, and tries to write one, and the attempt to erase the BBT area
608     causes a bad block check.
609
610     Signed-off-by: Scott Wood <scottwood@freescale.com>
611
612 commit 584eedab66d0828f2d571a24b10526c4e65f547b
613 Author: Ilya Yanok <yanok@emcraft.com>
614 Date:   Thu Dec 11 05:51:57 2008 +0300
615
616     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
617
618     Include <linux/mtd/compat.h> header for min_t definition instead of
619     providing our own one. Removes warnings in case of OneNAND support
620     enabled.
621
622     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
623     just for min_t...
624
625     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
626     Acked-by: Stefan Roese <sr@denx.de>
627
628 commit b1ffecec37b57a59c139042267faac458e5324e9
629 Author: Becky Bruce <beckyb@kernel.crashing.org>
630 Date:   Wed Dec 3 23:04:37 2008 -0600
631
632     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
633
634     Casting a pointer to a phys_addr_t when it's an unsigned long long
635     on a 32-bit system without first casting to a non-pointer type
636     generates a compiler warning. Fix this.
637
638     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
639
640 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
641 Author: Wolfgang Denk <wd@denx.de>
642 Date:   Tue Dec 16 16:22:50 2008 +0100
643
644     trab: make trab_fkt standalone code independent of libgcc
645
646     Use our own local functions in lib_arm/ instead.
647
648     Signed-off-by: Wolfgang Denk <wd@denx.de>
649
650 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
651 Author: Wolfgang Denk <wd@denx.de>
652 Date:   Tue Dec 16 14:44:06 2008 +0100
653
654     post/Makefile: fix dependency problem with parallel builds
655
656     Parallel builds (using "make -jN") would occasionally fail with error
657     messages like
658         ppc_4xxFP-objdump: string.o: File format not recognized
659     or
660         post/libpost.a(cpu.o): In function `cpu_post_test':
661         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
662     or similar. We now make sure to run the 'postdeps" step before
663     attempting to build the specific POST libraries.
664
665     Signed-off-by: Wolfgang Denk <wd@denx.de>
666
667 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
668 Author: Wolfgang Denk <wd@denx.de>
669 Date:   Tue Dec 16 14:41:02 2008 +0100
670
671     Makefile: fix dependency problem with parallel builds
672
673     Parallel builds (using "make -jN") would occasionally fail with error
674     messages like
675         include/autoconf.mk:212: *** missing separator.  Stop.
676     Line numbers and affected boards were changing. Obviously some
677     Makefiles included autoconf.mk while it was still being written to.
678     As a fix, we now write to a temporary file first and then rename it,
679     so that it is really ready to use as soon as it appears.
680
681     Signed-off-by: Wolfgang Denk <wd@denx.de>
682
683 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
684 Author: Wolfgang Denk <wd@denx.de>
685 Date:   Tue Dec 16 01:02:17 2008 +0100
686
687     Coding style cleanup, update CHANGELOG.
688
689     Signed-off-by: Wolfgang Denk <wd@denx.de>
690
691 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
692 Author: Mike Frysinger <vapier@gentoo.org>
693 Date:   Thu Dec 11 18:39:08 2008 -0500
694
695     spi/stmicro: fix debug() display of cmd
696
697     The stmicro_wait_ready() func tries to show the actual opcode that was sent
698     to the device, but instead it displays the array pointer.  Fix it to pull
699     out the opcode from the start of the array.
700
701     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
702
703 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
704 Author: Mike Frysinger <vapier@gentoo.org>
705 Date:   Thu Dec 11 06:23:37 2008 -0500
706
707     env_sf: support embedded environments
708
709     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
710     size is larger than the env size, then it means the env is embedded in a
711     block.  So we have to save/restore the part of the sector which is not the
712     environment.  Previously, saving the environment in SPI flash in this
713     setup would probably brick the board as the rest of the sector tends to
714     contain actual U-Boot data/code.
715
716     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
717     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
718
719 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
720 Author: Timur Tabi <timur@freescale.com>
721 Date:   Wed Dec 3 11:28:30 2008 -0600
722
723     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
724
725     All implementations of the functions i2c_reg_read() and
726     i2c_reg_write() are identical. We can save space and simplify the
727     code by converting these functions into inlines and putting them in
728     i2c.h.
729
730     Signed-off-by: Timur Tabi <timur@freescale.com>
731     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
732
733 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
734 Author: Dave Liu <daveliu@freescale.com>
735 Date:   Fri Dec 5 15:36:14 2008 +0800
736
737     lib_ppc: rework the flush_cache
738
739     - It is possible to miss flush/invalidate the last
740       cache line, we fix it at here.
741     - add the volatile and memory clobber.
742
743     They are pointed by Scott Wood.
744
745     Signed-off-by: Dave Liu <daveliu@freescale.com>
746
747 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
748 Author: Kumar Gala <galak@kernel.crashing.org>
749 Date:   Sat Dec 13 17:20:28 2008 -0600
750
751     Introduce addr_map library
752
753     Add a library that helps in translating between virtual and physical
754     addresses.  This library can be useful as a simple means to implement
755     map_physmem() and virt_to_phys() for platforms that need functionality
756     beyond the simple 1:1 mapping.
757
758     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
759
760 commit 65e43a10631537dcb92c302d36301a12308216c3
761 Author: Kumar Gala <galak@kernel.crashing.org>
762 Date:   Sat Dec 13 17:20:27 2008 -0600
763
764     Introduce virt_to_phys()
765
766     virt_to_phys() returns the physical address given a virtual. In most
767     cases this will be just the input value as the vast majority of
768     systems run in a 1:1 mode.
769
770     However in systems that are not running this way it should report the
771     physical address or ~0 if no mapping exists for the given virtual
772     address.
773
774     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
775
776 commit 45845301af3de8675c1f7bbc815c6de35452605a
777 Author: Yuri Tikhonov <yur@emcraft.com>
778 Date:   Sun Dec 7 22:12:50 2008 +0100
779
780     POST Make: fix the sub-dir dependencies missing.
781
782     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
783
784 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
785 Author: Martin Michlmayr <tbm@cyrius.com>
786 Date:   Wed Aug 6 14:44:05 2008 +0300
787
788     Fix a typo in fw_env.config
789
790     Reported-by: Martin Michlmayr <tbm@cyrius.com>
791     Signed-off-by: Wolfgang Denk <wd@denx.de>
792
793 commit ba490b7761c62b549c222a9723e532dc801a3899
794 Author: Peter Tyser <ptyser@xes-inc.com>
795 Date:   Mon Dec 1 16:22:45 2008 -0600
796
797     Remove unused CONFIG_ADDR_STREAMING defines
798
799     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
800
801 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
802 Author: Peter Tyser <ptyser@xes-inc.com>
803 Date:   Mon Nov 24 11:54:47 2008 -0600
804
805     cmd_mem: Remove unused variable
806
807     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
808
809 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
810 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
811 Date:   Sun Dec 14 10:29:39 2008 +0100
812
813     Fix new found CFG_
814
815     Also fix some minor typos.
816
817     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
818     Signed-off-by: Wolfgang Denk <wd@denx.de>
819
820 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
821 Author: Sergei Poselenov <sposelenov@emcraft.com>
822 Date:   Fri Sep 19 12:07:34 2008 +0200
823
824     Remove compiler warning: target CPU does not support interworking
825
826     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
827
828     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
829     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
830
831 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
832 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
833 Date:   Mon Nov 24 13:33:51 2008 +0100
834
835     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
836
837     FDT support is used for both FIT style images and for architectures
838     that can pass a fdt blob to an OS (ppc, m68k, sparc).
839
840     For other architectures and boards which do not pass a fdt blob to an
841     OS but want to use the new uImage format, we just need FIT support.
842
843     Now we can have the 4 following configurations :
844
845     1) FIT only             CONFIG_FIT
846     2) fdt blob only        CONFIG_OF_LIBFDT
847     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
848     4) none                 none
849
850     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
851
852 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
853 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
854 Date:   Wed Dec 10 15:13:32 2008 +0100
855
856     ppc4xx: Disable EEPROM write access on PMC440 boards
857
858     This patch disables EEPROM wrtie access by default on PMC440 board.
859
860     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
861
862 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
863 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
864 Date:   Wed Dec 10 15:12:56 2008 +0100
865
866     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
867
868     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
869
870 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
871 Author: Stefan Roese <sr@denx.de>
872 Date:   Tue Nov 18 16:36:12 2008 +0100
873
874     MIPS: Flush data cache upon relocation
875
876     This patch now adds a flush to the data cache upon relocation. The
877     current implementation is missing this. Only a comment states that it
878     should be done. So let's really do it now.
879
880     Signed-off-by: Stefan Roese <sr@denx.de>
881     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
882
883 commit 44174343688dba32571a34550dba08971c65fef1
884 Author: Stefan Roese <sr@denx.de>
885 Date:   Tue Nov 18 16:36:22 2008 +0100
886
887     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
888
889     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
890     enables support for boards where the lowlevel initialization is
891     already done when U-Boot runs (e.g. via OnChip ROM).
892
893     This will be used in the upcoming VCTH board support.
894
895     Signed-off-by: Stefan Roese <sr@denx.de>
896     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
897
898 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
899 Author: Stefan Roese <sr@denx.de>
900 Date:   Wed Nov 12 13:18:02 2008 +0100
901
902     MIPS: Add board_early_init_f() to init_sequence
903
904     This patch adds the board_early_init_f() call to the MIPS init
905     sequence. A weak dummy implementation is also added which can be
906     overridden by a board specific version.
907
908     This will be used by the upcoming VCTH board support.
909
910     Signed-off-by: Stefan Roese <sr@denx.de>
911     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
912
913 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
914 Author: Stefan Roese <sr@denx.de>
915 Date:   Wed Nov 12 13:18:19 2008 +0100
916
917     MIPS: Add onenand_init() to board.c and move nand_init()
918
919     This patch adds a call to onenand_init() for OneNAND support and moves
920     the nand_init() call to an earlier place, so that the environment can
921     be used from NAND and OneNAND.
922
923     Signed-off-by: Stefan Roese <sr@denx.de>
924     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
925
926 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
927 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
928 Date:   Tue Dec 9 11:32:46 2008 +0900
929
930     sh: Update sh2/sh2a timer
931
932     Renesas SH2/SH2A timer broken.
933     This patch fix timer function.
934
935     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
936     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
937
938 commit a319f1496210117b73198e3d889ffffaf6825d00
939 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
940 Date:   Fri Dec 5 07:27:37 2008 +0100
941
942     sh: r2dplus fix register access
943
944     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
945     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
946
947 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
948 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
949 Date:   Tue Dec 2 07:40:03 2008 +0100
950
951     sh: r2dplus/lowlevel_init: coding style fix
952
953     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
954     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
955
956 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
957 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
958 Date:   Tue Nov 25 11:05:19 2008 +0900
959
960     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
961
962     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
963     CACHE_OC_WAY_SHIFT every CPU.
964     This patch corrects these values.
965
966     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
967     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
968
969 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
970 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
971 Date:   Thu Nov 20 16:44:42 2008 +0900
972
973     sh: Update sh timer function
974
975     Change to write/readX function and fix timer problem.
976
977     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
978     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
979
980 commit b81786cff476c41e332eaeb679158f6527cd67d4
981 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
982 Date:   Tue Nov 4 11:58:58 2008 +0900
983
984     sh: Migo-R: Update BSC value
985
986     A value of BSC CS4 was wrong, Fixed it.
987
988     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
989     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
990
991 commit 5783758fd260a02f44566ad8f29f899565cd0403
992 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
993 Date:   Mon Nov 17 16:52:09 2008 +0900
994
995     sh: Update ms7722se board config
996
997     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
998     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
999
1000 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
1001 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1002 Date:   Mon Nov 17 16:53:09 2008 +0900
1003
1004     sh: Update SuperH serial driver
1005
1006     The address of SCFSR register is wrong at SH7720/SH7721.
1007     This patch fix this.
1008
1009     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1010     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1011
1012 commit 9a1d3557dcd47365c12eeab584b822e57d994352
1013 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1014 Date:   Tue Nov 11 22:20:15 2008 +0100
1015
1016     sh: fix rsk7203 and MigoR out of tree build
1017
1018     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1019     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1020
1021 commit 1951f847f0a851853871b613ad7cf21a5242226c
1022 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1023 Date:   Wed Dec 10 14:41:25 2008 +0100
1024
1025     ppc4xx: Update TEXT_BASE for CPCI405 boards
1026
1027     This patch fixes building U-Boot for CPCI405 boards.
1028
1029     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1030     Signed-off-by: Stefan Roese <sr@denx.de>
1031
1032 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
1033 Author: Stefan Roese <sr@denx.de>
1034 Date:   Tue Dec 9 20:08:01 2008 +0100
1035
1036     ppc4xx: Remove some features from ALPR to fit into 256k again
1037
1038     Signed-off-by: Stefan Roese <sr@denx.de>
1039
1040 commit 3b089e4f889a2902449d55e081c886ae607cae89
1041 Author: Stefan Roese <sr@denx.de>
1042 Date:   Wed Dec 10 10:32:59 2008 +0100
1043
1044     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
1045
1046     With this patch we set the type back to NONE upon failing UBI partition
1047     initialization. Otherwise further calls to the UBI subsystem would try
1048     to really access the non-existing UBI partition.
1049
1050     Thanks to Michael Lawnick for pointing this out.
1051
1052     Signed-off-by: Stefan Roese <sr@denx.de>
1053
1054 commit 817329351639a8895cd9b87b33aeff043f3d5a44
1055 Author: Stefan Roese <sr@denx.de>
1056 Date:   Wed Dec 10 10:28:33 2008 +0100
1057
1058     UBI: Return -ENOMEM upon failing malloc
1059
1060     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
1061     failing malloc().
1062
1063     Signed-off-by: Stefan Roese <sr@denx.de>
1064
1065 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
1066 Author: Ben Warren <biggerbadderben@gmail.com>
1067 Date:   Tue Dec 9 23:34:15 2008 -0800
1068
1069     Fix compile error in building MBX860T.
1070
1071     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1072
1073 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
1074 Author: Michal Simek <monstr@monstr.eu>
1075 Date:   Tue Nov 25 11:42:20 2008 +0100
1076
1077     microblaze: Remove XUPV2P board
1078
1079     ---
1080
1081     Microblaze platforms use generic settings and to have
1082     many platforms is confusing that's why I decided to remove this
1083     platform from U-BOOT. ml401 tree is sufficient for covering
1084     all Microblaze platforms.
1085
1086     This change will go through microblaze custodian tree.
1087
1088 commit 99ba6f353582720defff6e6e6761dc455a207d31
1089 Author: Michal Simek <monstr@monstr.eu>
1090 Date:   Mon Nov 24 18:25:41 2008 +0100
1091
1092     microblaze: Remove CONFIG_LIBFDT due to error in common files
1093
1094 commit e7d591e823a991513833af7030468409e25a3b13
1095 Author: Michal Simek <monstr@monstr.eu>
1096 Date:   Mon Nov 24 11:43:00 2008 +0100
1097
1098     microblaze: Fix ml401 uart16550 setting
1099
1100     Signed-off-by: Michal Simek <monstr@monstr.eu>
1101
1102 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
1103 Author: Michal Simek <monstr@monstr.eu>
1104 Date:   Mon Nov 24 11:38:22 2008 +0100
1105
1106     microblaze: Set up relocation is done
1107
1108 commit bcb6dd9187d4b23c748704767bd12d20c829e996
1109 Author: Mike Frysinger <vapier@gentoo.org>
1110 Date:   Tue Dec 9 23:20:31 2008 -0500
1111
1112     tools/netconsole: new script for working with netconsole over UDP
1113
1114     While the doc/README.NetConsole does have a snippet for people to
1115     create their own netcat script, it's a lot easier to make a simple
1116     dedicated script and tell people to use it.
1117
1118     Also spruce it up a bit to make it user friendly.
1119
1120     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1121
1122 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
1123 Author: Sonic Zhang <Sonic.Zhang@analog.com>
1124 Date:   Tue Dec 9 23:20:18 2008 -0500
1125
1126     fs/fat: handle FAT on SATA
1127
1128     The FAT file system driver should also handle FAT on SATA devices.
1129
1130     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
1131     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1132
1133 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
1134 Author: Jerry Van Baren <gvb.uboot@gmail.com>
1135 Date:   Mon Nov 24 08:15:02 2008 -0500
1136
1137     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
1138
1139     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
1140     following warnings from FDT:
1141
1142     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
1143     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
1144
1145     Fix: Protect the definition of uintptr_t when compiling on the host
1146     system.
1147
1148     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1149
1150 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
1151 Author: Graeme Russ <graeme.russ@gmail.com>
1152 Date:   Sat Nov 22 08:43:29 2008 +1100
1153
1154     Moved sc520 PCI definitions to stand-alone file
1155
1156     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
1157
1158 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
1159 Author: Graeme Russ <graeme.russ@gmail.com>
1160 Date:   Sat Nov 22 08:43:21 2008 +1100
1161
1162     Fixed path to sc520 SSI include file
1163
1164     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
1165
1166 commit d4f70da544c33db3e4fce6473dea4ecca4322545
1167 Author: Graeme Russ <graeme.russ@gmail.com>
1168 Date:   Fri Nov 21 06:28:05 2008 +1100
1169
1170     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
1171
1172     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1173
1174 commit c034075a713b60e654c64e88e87da29440f31bb4
1175 Author: Stefan Roese <sr@denx.de>
1176 Date:   Wed Nov 12 13:30:10 2008 +0100
1177
1178     serial: Add vcth UART driver
1179
1180     This patch adds the UART driver for the upcoming VCTH board support.
1181
1182     Signed-off-by: Stefan Roese <sr@denx.de>
1183
1184 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
1185 Author: Ilya Yanok <yanok@emcraft.com>
1186 Date:   Thu Nov 13 19:49:36 2008 +0300
1187
1188     jffs2: cache data_crc results
1189
1190     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
1191     jffs2_1pass_read_inode() data_crc is going to be calculated on each
1192     inode access. This patch adds caching of data_crc() results. There
1193     is no significant improvement in speed (because of flash access
1194     caching added in previous patch I think, crc in RAM is really fast)
1195     but this patch impacts memory usage -- every b_node structure uses
1196     12 bytes instead of 8.
1197
1198     Signed-off-by: Alexey Neyman <avn@emcraft.com>
1199     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1200
1201 commit 9b7076229ec6a958bd835ab70745f7676297ce82
1202 Author: Ilya Yanok <yanok@emcraft.com>
1203 Date:   Thu Nov 13 19:49:35 2008 +0300
1204
1205     jffs2: summary support
1206
1207     This patch adds support for reading fs information from summary
1208     node instead of scanning full eraseblock.
1209
1210     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1211
1212 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
1213 Author: Ilya Yanok <yanok@emcraft.com>
1214 Date:   Thu Nov 13 19:49:34 2008 +0300
1215
1216     jffs2: add buffer to cache flash accesses
1217
1218     With this patch JFFS2 code allocates memory buffer of max_totlen size
1219     (size of the largest node, calculated during scan time) and uses it to
1220     store entire node. Speeds up loading. If malloc fails we use old ways
1221     to do things.
1222
1223     Signed-off-by: Alexey Neyman <avn@emcraft.com>
1224     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1225
1226 commit 8a36d31f72411144ac0412ee7e1880e801acd754
1227 Author: Ilya Yanok <yanok@emcraft.com>
1228 Date:   Thu Nov 13 19:49:33 2008 +0300
1229
1230     jffs2: rewrite jffs2 scanning code based on Linux one
1231
1232     Rewrites jffs2_1pass_build_lists() function in style of Linux's
1233     jffs2_scan_medium() and jffs2_scan_eraseblock().
1234     This includes:
1235      - Caching flash acceses
1236      - Smart dealing with free space
1237
1238     Signed-off-by: Alexey Neyman <avn@emcraft.com>
1239     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1240
1241 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
1242 Author: Ilya Yanok <yanok@emcraft.com>
1243 Date:   Thu Nov 13 19:49:32 2008 +0300
1244
1245     jffs2: add sector_size field to part_info structure
1246
1247     This patch adds sector_size field to part_info structure (used
1248     by new JFFS2 code).
1249
1250     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1251
1252 commit f73846956778a7dfee83403ef9747aff77198848
1253 Author: Ilya Yanok <yanok@emcraft.com>
1254 Date:   Thu Nov 13 19:49:31 2008 +0300
1255
1256     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
1257
1258     We need to update i_version inside cycle to find really latest version
1259     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
1260     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
1261
1262     Signed-off-by: Alexey Neyman <avn@emcraft.com>
1263     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1264
1265 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
1266 Author: Wolfgang Denk <wd@denx.de>
1267 Date:   Tue Dec 9 23:13:51 2008 +0100
1268
1269     evb64260: fix "cast to pointer from integer of different size" warnings
1270
1271     Signed-off-by: Wolfgang Denk <wd@denx.de>
1272
1273 commit d2776827315c3d469b8cb4cec14d58877798daa2
1274 Author: Stefan Althoefer <stefan.althoefer@web.de>
1275 Date:   Sun Dec 7 19:39:11 2008 +0100
1276
1277     USB: descriptor handling
1278
1279     Hi,
1280
1281     I found a bug when working with the u-boot USB subsystem on IXP425 processor
1282     (big endian Xscale aka ARMv5).
1283     I recognized that the second usb_endpoint_descriptor of the attached memory
1284     stick was corrupted.
1285
1286     The reason for this are the packed structures below (either u-boot and
1287     u-boot-usb):
1288
1289     --------------
1290     /* Endpoint descriptor */
1291     struct usb_endpoint_descriptor {
1292         unsigned char  bLength;
1293         unsigned char  bDescriptorType;
1294         unsigned char  bEndpointAddress;
1295         unsigned char  bmAttributes;
1296         unsigned short wMaxPacketSize;
1297         unsigned char  bInterval;
1298         unsigned char  bRefresh;
1299         unsigned char  bSynchAddress;
1300
1301     } __attribute__ ((packed));
1302     /* Interface descriptor */
1303     struct usb_interface_descriptor {
1304         unsigned char  bLength;
1305         unsigned char  bDescriptorType;
1306         unsigned char  bInterfaceNumber;
1307         unsigned char  bAlternateSetting;
1308         unsigned char  bNumEndpoints;
1309         unsigned char  bInterfaceClass;
1310         unsigned char  bInterfaceSubClass;
1311         unsigned char  bInterfaceProtocol;
1312         unsigned char  iInterface;
1313
1314         unsigned char  no_of_ep;
1315         unsigned char  num_altsetting;
1316         unsigned char  act_altsetting;
1317         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
1318     } __attribute__ ((packed));
1319     ------------
1320
1321     As usb_endpoint_descriptor is only 7byte in length, the start of all
1322     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
1323     of these structures also not word aligned.
1324
1325     ARMv5 Architecture however does not support non-aligned multibyte
1326     data type (see A2.8 of ARM Architecture Reference Manual).
1327
1328     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
1329     Signed-off-by: Remy Böhmer <linux@bohmer.net>
1330
1331 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
1332 Author: Kumar Gala <galak@kernel.crashing.org>
1333 Date:   Tue Dec 9 10:27:33 2008 -0600
1334
1335     drivers/fsl_pci_init: Fix compile warning
1336
1337     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
1338     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
1339
1340     The check only makes sense if we are CONFIG_PHYS_64BIT
1341
1342     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1343
1344 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
1345 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1346 Date:   Sun Dec 7 09:45:35 2008 +0100
1347
1348     usbtty/omap: update to current API
1349
1350     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1351     Signed-off-by: Remy Böhmer <linux@bohmer.net>
1352
1353 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
1354 Author: Anatolij Gustschin <agust@denx.de>
1355 Date:   Tue Dec 9 17:52:05 2008 +0100
1356
1357     video: fix FADS823 and RRvision compiling issues
1358
1359     Since commit 561858ee building for FADS823 and RRvision
1360     doesn't work. Let's include version.h and timestamp.h
1361     unconditionally to fix the problem.
1362
1363     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1364
1365 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
1366 Author: Stefan Roese <sr@denx.de>
1367 Date:   Tue Dec 2 10:53:47 2008 +0100
1368
1369     UBI: Fix size parsing in "ubi create"
1370
1371     Signed-off-by: Stefan Roese <sr@denx.de>
1372
1373 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
1374 Author: Stefan Roese <sr@denx.de>
1375 Date:   Thu Nov 27 14:07:09 2008 +0100
1376
1377     UBI: Enable re-initializing of the "ubi part" command
1378
1379     With this patch now, the user can call "ubi part" multiple times to
1380     re-connect the UBI device to another MTD partition.
1381
1382     Signed-off-by: Stefan Roese <sr@denx.de>
1383
1384 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
1385 Author: Stefan Roese <sr@denx.de>
1386 Date:   Thu Nov 27 14:05:15 2008 +0100
1387
1388     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
1389
1390     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
1391     first call of add_mtd_partitions(). Otherwise this won't work on platforms
1392     where the relocation is broken (like MIPS or PPC).
1393
1394     Signed-off-by: Stefan Roese <sr@denx.de>
1395
1396 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
1397 Author: Trent Piepho <tpiepho@freescale.com>
1398 Date:   Wed Nov 12 17:29:48 2008 -0800
1399
1400     Section name should be ".data", not "data"
1401
1402     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
1403     Signed-off-by: Wolfgang Denk <wd@denx.de>
1404
1405 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
1406 Author: Wolfgang Denk <wd@denx.de>
1407 Date:   Tue Dec 9 00:39:08 2008 +0100
1408
1409     MAKEALL: Automatically use parallel builds
1410
1411     Add logic to the MAKEALL script to determine the number of CPU cores
1412     on the system, and run a parallel build if there is more than one.
1413     Usually this significantrly accelerates builds.
1414
1415     Allow to manually adjust the number of parallel make jobs by using
1416     the "BUILD_NCPUS" environment variable.
1417
1418     Signed-off-by: Wolfgang Denk <wd@denx.de>
1419
1420 commit 268405fa7c44156c5192a70779920c70906af8d6
1421 Author: Wolfgang Denk <wd@denx.de>
1422 Date:   Tue Dec 9 00:24:30 2008 +0100
1423
1424     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
1425
1426     Signed-off-by: Wolfgang Denk <wd@denx.de>
1427
1428 commit 153176a9414120ca1736f3cc4951623d6e14e6af
1429 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1430 Date:   Tue Nov 11 06:08:59 2008 +0100
1431
1432     avr32/bootm: remove unused variable 'ret'
1433
1434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1435     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1436
1437 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
1438 Author: Peter Tyser <ptyser@xes-inc.com>
1439 Date:   Wed Nov 12 13:06:48 2008 -0600
1440
1441     Remove unneeded CONFIG_SHELL references
1442
1443     Make should be using the bash shell by default which makes
1444     CONFIG_SHELL unnecessary
1445
1446     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1447
1448 commit cf7a7b99794bac936899819b95539be1dbd71708
1449 Author: Peter Tyser <ptyser@xes-inc.com>
1450 Date:   Wed Nov 12 12:33:20 2008 -0600
1451
1452     Use bash for default GNU Make shell application
1453
1454     Some Make script commands rely on bash-specific features like brace
1455     expansion, so default to bash for the SHELL variable with a fallback
1456     to the standard sh shell
1457
1458     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1459
1460 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
1461 Author: Heiko Schocher <hs@denx.de>
1462 Date:   Wed Nov 12 09:50:45 2008 +0100
1463
1464     jffs2: rename devices_init () in common/jffs2.c
1465
1466     rename devices_init () in common/jffs2.c to
1467     jffs2_devices_init (), because there is also a
1468     devices_init () in common/devices.c.
1469
1470     Signed-off-by: Heiko Schocher <hs@denx.de>
1471
1472 commit af5eb847a10f1037590001355d88bab3fe7be48b
1473 Author: Daniel Hellstrom <daniel@gaisler.com>
1474 Date:   Mon Nov 10 12:46:20 2008 +0000
1475
1476     SPARC: Fixed compiler error introduced by commit c160a9544743
1477
1478     This patch fixes a build error for the SPARC platform. It was
1479     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
1480
1481     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1482
1483 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
1484 Author: Gary Jennejohn <garyj@denx.de>
1485 Date:   Sun Nov 9 12:50:59 2008 +0100
1486
1487     mgsuvd add the board-specific part of the HDLC driver
1488
1489     Signed-off-by: Gary Jennejohn <garyj@denx.de>
1490
1491 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
1492 Author: Gary Jennejohn <garyj@denx.de>
1493 Date:   Sun Nov 9 12:45:03 2008 +0100
1494
1495     mgcoge add the board-specific part of the HDLC driver
1496
1497     Signed-off-by: Gary Jennejohn <garyj@denx.de>
1498
1499 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
1500 Author: Gary Jennejohn <garyj@denx.de>
1501 Date:   Sun Nov 9 12:36:15 2008 +0100
1502
1503     keymile add the common parts of the HDLC driver
1504
1505     This implements the ICN protocol used across the backplane and is
1506     needed by all the keymile boards.
1507
1508     Signed-off-by: Gary Jennejohn <garyj@denx.de>
1509
1510 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
1511 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1512 Date:   Fri Nov 7 22:46:22 2008 +0100
1513
1514     drivers/bios_emulator: Move conditional compilation to Makefile
1515
1516     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1517
1518 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
1519 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1520 Date:   Thu Nov 6 14:01:51 2008 -0500
1521
1522     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
1523
1524     Corrected endian order printing for compact flash serial number.
1525
1526     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1527
1528 commit 16a28ef219c27423a1ef502f19070c4d375079b8
1529 Author: Gary Jennejohn <garyj@denx.de>
1530 Date:   Thu Nov 6 15:04:23 2008 +0100
1531
1532     IOMUX: Add console multiplexing support.
1533
1534     Modifications to support console multiplexing.  This is controlled using
1535     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
1536
1537     This allows a user to specify multiple console devices in the environment
1538     with a command like this: setenv stdin serial,nc.  As a result, the user can
1539     enter text on both the serial and netconsole interfaces.
1540
1541     All devices - stdin, stdout and stderr - can be set in this manner.
1542
1543     1) common/iomux.c and include/iomux.h contain the environment setting
1544     implementation.
1545     2) doc/README.iomux contains a somewhat more detailed description.
1546     3) The implementation in (1) is called from common/cmd_nvedit.c to
1547     handle setenv and from common/console.c to handle initialization of
1548     input/output devices at boot time.
1549     4) common/console.c also contains the code needed to poll multiple console
1550     devices for input and send output to all devices registered for output.
1551     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
1552     when CONFIG_SYS_CONSOLE_MUX is set.
1553
1554     Signed-off-by: Gary Jennejohn <garyj@denx.de>
1555
1556 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
1557 Author: Mike Frysinger <vapier@gentoo.org>
1558 Date:   Tue Nov 4 16:03:46 2008 -0500
1559
1560     strings: use puts() rather than printf()
1561
1562     When running `strings` on really long strings, the stack tends to get
1563     smashed due to printf().  Switch to puts() instead since we're only passing
1564     the data through.
1565
1566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1567
1568 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
1569 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1570 Date:   Mon Nov 3 22:16:18 2008 +0100
1571
1572     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
1573
1574     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1575
1576 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
1577 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1578 Date:   Mon Nov 3 22:15:34 2008 +0100
1579
1580     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
1581
1582     - fix size too small by one in sprintf
1583     - changed old (pre 2004) device name ibmEmac to emac
1584     - boot device may be overriden in board config
1585     - servername may be defined in board config
1586     - additional parameters may be defined in board config
1587     - fixed some line wrappings
1588     - replaced  redundant MAX define by max
1589
1590     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1591
1592 commit e9084b23d16102f44ace24379a1c0c352497ef80
1593 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1594 Date:   Mon Nov 3 22:14:36 2008 +0100
1595
1596     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
1597
1598     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1599
1600 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
1601 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1602 Date:   Mon Nov 3 22:13:47 2008 +0100
1603
1604     README: Document CONFIG_SYS parameters for vxworks
1605
1606     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1607
1608 commit ace514837cac656e29c37a19569cb8ea83071126
1609 Author: Peter Tyser <ptyser@xes-inc.com>
1610 Date:   Fri Oct 31 11:12:38 2008 -0500
1611
1612     lcd: Let the board code show board-specific info cleanup
1613
1614     remove unneeded version.h from lcd.c
1615
1616     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1617     Signed-off-by: Wolfgang Denk <wd@denx.de>
1618
1619 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
1620 Author: Peter Tyser <ptyser@xes-inc.com>
1621 Date:   Mon Nov 3 09:30:59 2008 -0600
1622
1623     Update U-Boot's build timestamp on every compile
1624
1625     Use the GNU 'date' command to auto-generate a new U-Boot
1626     timestamp on every compile.
1627
1628     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1629
1630 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
1631 Author: Remy Bohmer <linux@bohmer.net>
1632 Date:   Thu Dec 4 22:25:57 2008 +0100
1633
1634     Remove redundant armv4 flag from arm926ejs compile flags
1635
1636     Currently the arm926ejs tree has the armv4 option set during compilation.
1637     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
1638
1639     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1640
1641 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
1642 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
1643 Date:   Sat Dec 6 13:11:14 2008 +0100
1644
1645     at91: Choose environment variables location within make config target
1646
1647     This patch adds the possiblity to choose the media where the environment will
1648     be located. This allow to choose this fundamental configuration without editing
1649     config files.
1650
1651     Documentation file added.
1652
1653     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
1654     Acked-by: Stelian Pop <stelian@popies.net>
1655     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1656
1657 commit 1450c4a6682378567030414a9f1198c39b7730c7
1658 Author: Anatolij Gustschin <agust@denx.de>
1659 Date:   Mon Nov 3 15:30:34 2008 +0100
1660
1661     lwmon, tqm8xx: Fix build errors
1662
1663     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
1664     lcd: Let the board code show board-specific info
1665
1666     introduced some bugs which prevent U-Boot building
1667     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
1668     be defined in the board configuration.
1669
1670     Also "LCD enabled" building for TQM823L doesn't work
1671     since this commit.
1672
1673     This patch fixes above-mentioned issues.
1674
1675     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1676
1677 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
1678 Author: Mike Frysinger <vapier@gentoo.org>
1679 Date:   Sun Nov 2 01:18:18 2008 -0400
1680
1681     ignore .gdb_history files
1682
1683     When using gdb, history files will often get generated.  So ignore them.
1684
1685     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1686
1687 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
1688 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1689 Date:   Fri Oct 31 12:26:55 2008 +0100
1690
1691     FPGA: move fpga drivers to drivers/fpga
1692
1693     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1694
1695 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
1696 Author: Peter Tyser <ptyser@xes-inc.com>
1697 Date:   Mon Dec 1 16:29:38 2008 -0600
1698
1699     net: Fix TftpStart() ip:filename bug
1700
1701     The TftpStart() function modifies the 'BootFile'
1702     string when 'BootFile' contains both an IP address
1703     and filename (eg 1.2.3.4:/path/file). This causes
1704     subsequent calls to TftpStart to incorrectly parse
1705     the TFTP filename and server IP address to use.
1706     For example:
1707
1708     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
1709     Speed: 100, half duplex
1710     Using eTSEC1 device
1711     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
1712                      ^^^^^^^^^^ CORRECT
1713     Filename '/home/ptyser/non_existant'.
1714               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
1715     Load address: 0x100000
1716     Loading: *
1717     TFTP error: 'File not found' (1)
1718     Starting again
1719
1720     eTSEC2: No link.
1721     Speed: 100, half duplex
1722     Using eTSEC1 device
1723     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
1724                      ^^^^^^^^^^ WRONG
1725     Filename '10.52.0.62'.
1726               ^^^^^^^^^^ WRONG
1727     Load address: 0x100000
1728     Loading: *
1729     TFTP error: 'File not found' (1)
1730     Starting again
1731
1732     TftpStart() was modified to not modify the 'BootFile' string.
1733
1734     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1735     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1736
1737 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
1738 Author: Peter Tyser <ptyser@xes-inc.com>
1739 Date:   Mon Dec 1 16:26:21 2008 -0600
1740
1741     net: Add additional IP fragmentation check
1742
1743     Ignore IP packets which have the "more fragments" flag bit
1744     set.  This flag indicates the IP packet is fragmented and
1745     must be ignored by U-Boot.
1746
1747     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1748     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1749
1750 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
1751 Author: Peter Tyser <ptyser@xes-inc.com>
1752 Date:   Mon Dec 1 16:26:20 2008 -0600
1753
1754     net: Define IP flag field values
1755
1756     These defines were pulled from the "Add simple
1757     IP/UDP fragmentation support" patch from Frank
1758     Haverkamp <haver@vnet.ibm.com>.
1759
1760     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1761     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1762
1763 commit 23afaba65ec5206757e589ef334a8b38168c045f
1764 Author: Anatolij Gustschin <agust@denx.de>
1765 Date:   Tue Dec 2 10:31:04 2008 +0100
1766
1767     net: tsec: Fix Marvell 88E1121R phy init
1768
1769     This patch tries to ensure that phy interrupt pin
1770     won't be asserted after booting. We experienced
1771     following issues with current 88E1121R phy init:
1772
1773     Marvell 88E1121R phy can be hardware-configured
1774     to share MDC/MDIO and interrupt pins for both ports
1775     P0 and P1 (e.g. as configured on socrates board).
1776     Port 0 interrupt pin will be shared by both ports
1777     in such configuration. After booting Linux and
1778     configuring eth0 interface, port 0 phy interrupts
1779     are enabled. After rebooting without proper eth0
1780     interface shutdown port 0 phy interrupts remain
1781     enabled so any change on port 0 (link status, etc.)
1782     cause assertion of the interrupt. Now booting Linux
1783     and configuring eth1 interface will cause permanent
1784     phy interrupt storm as the registered phy 1 interrupt
1785     handler doesn't acknowledge phy 0 interrupts. This
1786     of course should be fixed in Linux driver too.
1787
1788     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1789     Acked-by: Andy Fleming <afleming@freescale.com>
1790     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1791
1792 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
1793 Author: Peter Tyser <ptyser@xes-inc.com>
1794 Date:   Tue Dec 2 12:59:51 2008 -0600
1795
1796     net: Fix download command parsing
1797
1798     When CONFIG_SYS_HUSH_PARSER is defined network download
1799     commands with 1 argument in the format 'tftp "/path/file"'
1800     do not work as expected. The hush command parser strips
1801     the quotes from "/path/file" which causes the network
1802     commands to interpret "/path/file" as an address
1803     instead of the intended filename.
1804
1805     The previous check for a leading quote in netboot_common()
1806     was replaced with a check which ensures only valid
1807     numbers are treated as addresses.
1808
1809     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1810     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1811
1812 commit 3c2c2f427905040c1513d0c51d637689cba48346
1813 Author: Remy Bohmer <linux@bohmer.net>
1814 Date:   Thu Nov 27 22:30:27 2008 +0100
1815
1816     Remove non-ascii characters from fat code
1817
1818     This code contains some non-ascii characters in comment lines and code.
1819     Most editors do not display those characters properly and editing those
1820     files results always in diffs at these places which are usually not required
1821     to be changed at all. This is error prone.
1822
1823     So, remove those weird characters and replace them by normal C-style
1824     equivalents for which the proper defines were already in the header.
1825
1826     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1827
1828 commit dc889e865356497d3e495570118c2245ebce2631
1829 Author: Dave Liu <daveliu@freescale.com>
1830 Date:   Fri Nov 28 20:16:58 2008 +0800
1831
1832     85xx: fix the wrong DDR settings for MPC8572DS
1833
1834     The default DDR freq is 400MHz or 800M data rate,
1835     the old settings is pure wrong for the default case.
1836
1837     Signed-off-by: Dave Liu <daveliu@freescale.com>
1838     Acked-by: Andy Fleming <afleming@freescale.com>
1839
1840 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
1841 Author: Kumar Gala <galak@kernel.crashing.org>
1842 Date:   Mon Nov 24 10:29:26 2008 -0600
1843
1844     85xx: init gd as early as possible
1845
1846     Moved up the initialization of GD so C code like set_tlb() can use
1847     gd->flags to determine if we've relocated or not in the future.
1848
1849     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1850     Acked-by: Andy Fleming <afleming@freescale.com>
1851
1852 commit aed461af81012a398a205e9be67ab37667491838
1853 Author: Kumar Gala <galak@kernel.crashing.org>
1854 Date:   Mon Nov 24 10:29:25 2008 -0600
1855
1856     85xx: Fix relocation of CCSRBAR
1857
1858     If the virtual address for CCSRBAR is the same after relocation but
1859     the physical address is changing we'd end up having two TLB entries with
1860     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
1861     temp virt address to access the old CCSRBAR to relocate it.
1862
1863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1864     Acked-by: Andy Fleming <afleming@freescale.com>
1865
1866 commit ea154a1781135d822eedee7567cc156089eae93c
1867 Author: Kumar Gala <galak@kernel.crashing.org>
1868 Date:   Mon Nov 24 10:25:14 2008 -0600
1869
1870     FSL: Moved BR_PHYS_ADDR for localbus to common header
1871
1872     The BR_PHYS_ADDR macro is useful on all machines that have local bus
1873     which is pretty much all 83xx/85xx/86xx chips.
1874
1875     Additionally most 85xx & 86xx will need it if they want to support
1876     36-bit physical addresses.
1877
1878     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1879     Acked-by: Andy Fleming <afleming@freescale.com>
1880
1881 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
1882 Author: Peter Tyser <ptyser@xes-inc.com>
1883 Date:   Mon Dec 1 13:47:12 2008 -0600
1884
1885     85xx: Add PORDEVSR_PCI1 define
1886
1887     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
1888
1889     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
1890
1891     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1892     Signed-off-by: Andy Fleming <afleming@freescale.com>
1893
1894 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
1895 Author: Becky Bruce <becky.bruce@freescale.com>
1896 Date:   Fri Nov 21 19:24:22 2008 -0600
1897
1898     drivers/fsl_pci_init: Fix inbound window mapping bug
1899
1900     The current code will cause the creation of a 4GB window
1901     starting at 0 if we have more than 4GB of RAM installed,
1902     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
1903     to return erroneous information. Limit the size to 4GB - 1;
1904     which causes the code to create one 2GB and one 1GB window
1905     instead.
1906
1907     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1908     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1909     Acked-by: Andy Fleming <afleming@freescale.com>
1910
1911 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
1912 Author: Jon Loeliger <jdl@freescale.com>
1913 Date:   Thu Nov 20 15:36:48 2008 -0600
1914
1915     Removed unused CONFIG_L1_INIT_RAM symbol.
1916
1917     Prevent further viral propogation of the unused
1918     symbol CONFIG_L1_INIT_RAM by just removing it.
1919
1920     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1921     Acked-by: Andy Fleming <afleming@freescale.com>
1922
1923 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
1924 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1925 Date:   Wed Oct 29 09:21:44 2008 -0500
1926
1927     fsl ddr skip interleaving if not supported.
1928
1929     Removed while(1) hang if memctl_intlv_ctl is set wrong.
1930     Remove embedded tabs from strings.
1931
1932     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1933     Acked-by: Kumar Gala <galak@kernel.crashing.org>
1934     Acked-by: Andy Fleming <afleming@freescale.com>
1935
1936 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
1937 Author: Anatolij Gustschin <agust@denx.de>
1938 Date:   Thu Nov 13 18:08:57 2008 +0100
1939
1940     85xx: socrates: fix DDR SDRAM tlb entry configuration
1941
1942     since commit be0bd8234b9777ecd63c4c686f72af070d886517
1943     tlb entry for socrates DDR SDRAM will be reconfigured
1944     by setup_ddr_tlbs() from initdram() causing an
1945     inconsistency with previously configured DDR SDRAM tlb
1946     entry from tlb_table:
1947
1948     socrates>l2cam 7 9
1949     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
1950       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
1951       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
1952       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
1953
1954     This patch makes the presence of the DDR SDRAM tlb entry in
1955     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
1956     inconsistency.
1957
1958     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1959     Acked-by: Andy Fleming <afleming@freescale.com>
1960
1961 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
1962 Author: Peter Tyser <ptyser@xes-inc.com>
1963 Date:   Tue Nov 11 10:17:10 2008 -0600
1964
1965     85xx: Add CPU 2 errata workaround to all 8548 boards
1966
1967     All mpc8548-based boards should implement the suggested workaround
1968     to CPU 2 errata. Without the workaround, its possible for the
1969     8548's core to hang while executing a msync or mbar 0 instruction
1970     and a snoopable transaction from an I/O master tagged to make
1971     quick forward progress is present.
1972
1973     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1974     Acked-by: Andy Fleming <afleming@freescale.com>
1975
1976 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
1977 Author: Dave Liu <daveliu@freescale.com>
1978 Date:   Tue Oct 28 17:53:45 2008 +0800
1979
1980     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
1981
1982     we need TLB entry for DDR at !SPD case.
1983
1984     Signed-off-by: Dave Liu <daveliu@freescale.com>
1985     Acked-by: Andy Fleming <afleming@freescale.com>
1986
1987 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
1988 Author: Dave Liu <daveliu@freescale.com>
1989 Date:   Tue Oct 28 17:53:38 2008 +0800
1990
1991     85xx: remove the unused ddr_enable_ecc in the board file
1992
1993     The DDR controller of 8548/8544/8568/8572/8536 processors
1994     have the ECC data init feature, and the new DDR code is
1995     using the feature, and we don't need the way with DMA to
1996     init memory any more.
1997
1998     Signed-off-by: Dave Liu <daveliu@freescale.com>
1999     Acked-by: Andy Fleming <afleming@freescale.com>
2000
2001 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
2002 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2003 Date:   Sun Nov 30 19:36:53 2008 +0100
2004
2005     at91rm9200dk: Fix typo
2006
2007     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008
2009 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
2010 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2011 Date:   Sun Nov 30 19:36:50 2008 +0100
2012
2013     AT91: remove non supported board AT91RM9200DF macro
2014
2015     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2016
2017 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
2018 Author: Ilko Iliev <iliev@ronetix.at>
2019 Date:   Tue Dec 2 17:27:54 2008 +0100
2020
2021     mtd/dataflash.c: fix a problem with the last partition
2022
2023     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
2024     partition can be defined to use the area to the end of dataflash size.
2025     Now it is possible to have only one dataflash partition from 0 to the end
2026     of of dataflash size.
2027
2028     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
2029
2030 commit 03f797793b124dccaae145b977d15d6cb9e74504
2031 Author: Ilko Iliev <iliev@ronetix.at>
2032 Date:   Tue Dec 2 17:20:17 2008 +0100
2033
2034     fix some coding style violations.
2035
2036     This patch fix some coding style violations.
2037
2038     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
2039
2040 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
2041 Author: Stefan Roese <sr@denx.de>
2042 Date:   Thu Nov 27 14:11:37 2008 +0100
2043
2044     OneNAND: Add missing mtd info struct before calling onenand_erase()
2045
2046     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
2047     for use in UBI) via CONFIG_MTD_PARTITIONS.
2048
2049     Signed-off-by: Stefan Roese <sr@denx.de>
2050     Signed-off-by: Scott Wood <scottwood@freescale.com>
2051
2052 commit 29382d4064fbaff5daacff4c3209370fa5713966
2053 Author: Becky Bruce <becky.bruce@freescale.com>
2054 Date:   Thu Nov 20 16:43:52 2008 -0600
2055
2056     mpc8641: Fix error in README
2057
2058     I made some updates to the code that didn't make it into the
2059     README - fix this
2060
2061     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2062
2063 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
2064 Author: Jon Loeliger <jdl@freescale.com>
2065 Date:   Thu Nov 20 12:01:02 2008 -0600
2066
2067     Removed unused CONFIG_L1_INIT_RAM symbol.
2068
2069     Prevent further viral propogation of the unused
2070     symbol CONFIG_L1_INIT_RAM by just removing it.
2071
2072     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2073
2074 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
2075 Author: Jon Loeliger <jdl@freescale.com>
2076 Date:   Thu Nov 20 14:02:56 2008 -0600
2077
2078     86xx: Fix non-64-bit compilation problems.
2079
2080     Introducing 64-bit (36-bit) support for the MPC8641HPCN
2081     failed to accomodate the other two 86xx boards.
2082     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
2083     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
2084     with nominal 32-bit values.
2085
2086     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2087     Acked-by: Becky Bruce <becky.bruce@freescale.com>
2088
2089 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
2090 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2091 Date:   Wed Nov 26 17:40:37 2008 +0100
2092
2093     Remove obsolete command (apply afte USB style patch, 80 chars strict)
2094
2095     Remove USB obsolete commmand
2096
2097     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2098     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2099
2100 commit de39f8c19d7c12017248c49d432dcb81db68f724
2101 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2102 Date:   Wed Nov 26 17:41:34 2008 +0100
2103
2104     USB style patch, 80 chars strict
2105
2106     USB Code style patch
2107
2108     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2109     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2110
2111 commit d10c5a87cb8affbb4d35a311370316d4383d598e
2112 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2113 Date:   Fri Nov 7 22:46:21 2008 +0100
2114
2115     drivers/usb: Move conditional compilation to Makefile
2116
2117     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2118     Signed-off-by: Remy Böhmer <linux@bohmer.net>
2119
2120 commit 2077e348c2a84901022ad95311b47b70361e6daa
2121 Author: Scott Wood <scottwood@freescale.com>
2122 Date:   Tue Nov 25 10:47:02 2008 -0600
2123
2124     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
2125
2126     This caused the operation to be needlessly repeated if there were
2127     no bad blocks and no errors.
2128
2129     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
2130     Signed-off-by: Scott Wood <scottwood@freescale.com>
2131
2132 commit 89295028e7d8f7a524f485328279d72fdb102385
2133 Author: Michal Simek <monstr@monstr.eu>
2134 Date:   Mon Nov 24 12:09:50 2008 +0100
2135
2136     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
2137
2138     This BSP should be outside u-boot source tree.
2139     The second reason is that xilinx ppc405 was moved to generic platform.
2140
2141     Signed-off-by: Michal Simek <monstr@monstr.eu>
2142     Signed-off-by: Stefan Roese <sr@denx.de>
2143
2144 commit 24eea623d4974a169026a975ba12fb23d48154b1
2145 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2146 Date:   Mon Nov 24 15:11:10 2008 +0100
2147
2148     ppc4xx: Remove unused features
2149
2150     This patch disables some unused features from the PCI405 configuration
2151     to keep U-Boot image size below 192k.
2152
2153     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2154     Signed-off-by: Stefan Roese <sr@denx.de>
2155
2156 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
2157 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2158 Date:   Mon Nov 24 15:11:09 2008 +0100
2159
2160     ppc4xx: Use correct io accessors for PCI405
2161
2162     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2163     Signed-off-by: Stefan Roese <sr@denx.de>
2164
2165 commit 348c849d86a6f0785752b9bc497a34658713d1d1
2166 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2167 Date:   Mon Nov 24 15:11:08 2008 +0100
2168
2169     ppc4xx: Remove unused code from PCI405 code
2170
2171     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2172     Signed-off-by: Stefan Roese <sr@denx.de>
2173
2174 commit 58c696eed839af894e0265064669c402dc28b371
2175 Author: Wolfgang Denk <wd@xpert.denx.de>
2176 Date:   Mon Nov 24 21:50:59 2008 +0100
2177
2178     AT91RM9200DK: fix broken boot from NOR flash
2179
2180     Signed-off-by: Wolfgang Denk <wd@denx.de>
2181
2182 commit 8052352f20b33bef8f9872fc983eac73d4693c38
2183 Author: Jens Scharsig <esw@bus-elektronik.de>
2184 Date:   Tue Nov 18 10:48:46 2008 +0100
2185
2186     at91rm9200: fix broken boot from nor flash
2187
2188     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
2189     CONFIG_AT91RM9200 is defined and nor preloader is used.
2190
2191     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
2192
2193 commit 25ea652e907516a283b38237e83712a918f125d7
2194 Author: Piotr Ziecik <kosmo@semihalf.com>
2195 Date:   Mon Nov 17 15:58:00 2008 +0100
2196
2197     UBI: Add proof-of-concept CFI flash support
2198
2199     With this patch UBI can be used on CFI flash chips.
2200
2201     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2202     Signed-off-by: Stefan Roese <sr@denx.de>
2203
2204 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
2205 Author: Piotr Ziecik <kosmo@semihalf.com>
2206 Date:   Mon Nov 17 15:57:59 2008 +0100
2207
2208     mtd: Remove a printf() from add_mtd_device().
2209
2210     Remove a printf() from add_mtd_device(), which produces spurious output.
2211
2212     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2213     Signed-off-by: Stefan Roese <sr@denx.de>
2214
2215 commit 91809ed51d8327a8dbbf29aa98a091154c282171
2216 Author: Piotr Ziecik <kosmo@semihalf.com>
2217 Date:   Mon Nov 17 15:57:58 2008 +0100
2218
2219     cfi-mtd: Add cfi-mtd driver.
2220
2221     Add cfi-mtd driver, which exports CFI flash to MTD layer.
2222     This allows CFI flash devices to be used from MTD layer.
2223
2224     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
2225     option. Initialization is done by calling cfi_mtd_init() from
2226     flash_init().
2227
2228     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2229     Signed-off-by: Stefan Roese <sr@denx.de>
2230
2231 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
2232 Author: Piotr Ziecik <kosmo@semihalf.com>
2233 Date:   Mon Nov 17 15:49:32 2008 +0100
2234
2235     cfi_flash: Add interface for flash verbosity control
2236
2237     Add interface for flash verbosity control. It allows
2238     to disable output from low-level flash API. It is useful
2239     when calling these low-level functions from context other
2240     than flash commands (for example the MTD/CFI interface
2241     implmentation).
2242
2243     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2244     Signed-off-by: Stefan Roese <sr@denx.de>
2245
2246 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
2247 Author: Piotr Ziecik <kosmo@semihalf.com>
2248 Date:   Thu Nov 20 15:17:38 2008 +0100
2249
2250     cfi_flash: Export flash_sector_size() function.
2251
2252     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
2253     so that it can be used in the upcoming cfi-mtd driver.
2254
2255     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2256     Signed-off-by: Stefan Roese <sr@denx.de>
2257
2258 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
2259 Author: Stefan Roese <sr@denx.de>
2260 Date:   Mon Nov 17 14:45:22 2008 +0100
2261
2262     cfi_flash: Make all flash access functions weak
2263
2264     This patch defines all flash access functions as weak so that
2265     they can be overridden by board specific versions.
2266
2267     This will be used by the upcoming VCTH board support where the NOR
2268     FLASH unfortunately can't be accessed memory-mapped. Special
2269     accessor functions are needed here.
2270
2271     To enable this weak functions you need to define
2272     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
2273     Otherwise the "old" default functions will be used resulting
2274     in smaller code.
2275
2276     Signed-off-by: Stefan Roese <sr@denx.de>
2277     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2278
2279 commit a5c4067017631d903e1afa6ad615f0ce19fea517
2280 Author: Stefan Roese <sr@denx.de>
2281 Date:   Mon Nov 24 08:31:16 2008 +0100
2282
2283     UBI: Change parsing of size in commands to default to hex
2284
2285     Currently the size parameters of the UBI commands (e.g. "ubi write") are
2286     decoded as decimal instead of hex as default. This patch now interprets
2287     all these values consistantly as hex, as all other standard U-Boot commands
2288     do.
2289
2290     Signed-off-by: Stefan Roese <sr@denx.de>
2291
2292 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
2293 Author: Stefan Roese <sr@denx.de>
2294 Date:   Fri Nov 21 13:06:06 2008 +0100
2295
2296     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
2297
2298     Signed-off-by: Stefan Roese <sr@denx.de>
2299
2300 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
2301 Author: Yuri Tikhonov <yur@emcraft.com>
2302 Date:   Fri Nov 14 16:19:19 2008 +0300
2303
2304     ppc4xx: katmai: Change default config
2305
2306      This patch enables support for EXT2, and increases the
2307     CONFIG_SYS_BOOTMAPSZ size for the default configuration
2308     of the katmai boards to use them as the RAID-reference
2309     AMCC setups.
2310
2311      EXT2 enabling allows one to boot kernels from the EXT2
2312     formatted Compact Flash cards.
2313
2314      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
2315     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
2316     the memory area with DTB file (which is placed at the
2317     end of the bootmap area) will turn out to be overlapped
2318     with the BSS segment of the 256KB kernel, and zeroed
2319     in early_init() of Linux.
2320
2321      Actually, increasing of the bootmap size could be done
2322     via setting of the bootm_size U-Boot variable, but it looks
2323     like the current U-Boot implementation have some bootm_size-
2324     related functionality lost. In many places through the U-Boot
2325     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
2326     (instead of trying to read the corresponding value from the
2327     environment). The same is truth for the boot_jump_linux()
2328     function in lib_ppc/bootm.c, where U-Boot transfers control
2329     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
2330     value to the booting kernel.
2331
2332     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2333     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2334     Signed-off-by: Stefan Roese <sr@denx.de>
2335
2336 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
2337 Author: Dave Mitchell <dmitch71@gmail.com>
2338 Date:   Thu Nov 20 14:09:50 2008 -0600
2339
2340     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
2341
2342     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
2343     internal SRAM.
2344
2345     Adjusted internal SRAM initialization to match updated user
2346     manual recommendation.
2347
2348     OCM & ISRAM are now mapped as follows:
2349             physical        virtual         size
2350     ISRAM   0x4_0000_0000   0xE300_0000     256k
2351     OCM     0x4_0004_0000   0xE304_0000     64k
2352
2353     A single TLB was used for this mapping.
2354
2355     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
2356     Signed-off-by: Stefan Roese <sr@denx.de>
2357
2358 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
2359 Author: Dave Mitchell <dmitch71@gmail.com>
2360 Date:   Thu Nov 20 14:00:49 2008 -0600
2361
2362     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
2363
2364     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
2365     L2 cache DCRs from ppc440.h to this new header.
2366
2367     Also converted these DCR defines from lowercase to uppercase and
2368     modified referencing modules to use them.
2369
2370     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
2371     Signed-off-by: Stefan Roese <sr@denx.de>
2372
2373 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
2374 Author: Steven A. Falco <sfalco@harris.com>
2375 Date:   Thu Nov 20 14:37:57 2008 -0500
2376
2377     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
2378
2379     The definitions of bits in SDR_CFG are incorrect, and not used within
2380     U-Boot.  Therefore, they can be removed.
2381
2382     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
2383     and are unused, so they can be removed too.
2384
2385     A definition for SDR0_DDRCFG is added.
2386
2387     Signed-off-by: Steven A. Falco <sfalco@harris.com>
2388     Signed-off-by: Stefan Roese <sr@denx.de>
2389
2390 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
2391 Author: Dirk Behme <dirk.behme@gmail.com>
2392 Date:   Mon Nov 10 20:15:25 2008 +0100
2393
2394     ARM: OMAP: Convert IO macros
2395
2396     Convert IO macros to readx/writex.
2397
2398     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
2399
2400 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
2401 Author: Ilko Iliev <iliev@ronetix.at>
2402 Date:   Sun Nov 9 15:53:14 2008 +0100
2403
2404     lib_arm: do_bootm_linux() - correct a small mistake
2405
2406     This patch corrects a small bug in the "if" condition:
2407     the parameter "flag" is 0 and the "if" condition is always true.
2408     The result is - the boom command doesn't start the kernel.
2409     Affected targets: all arm based.
2410
2411     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
2412
2413 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
2414 Author: Stelian Pop <stelian@popies.net>
2415 Date:   Sun Nov 9 00:14:46 2008 +0100
2416
2417     AT91: Enable PLLB for USB
2418
2419     At least some (old ?) versions of the AT91Bootstrap do not set up the
2420     PLLB correctly to 48 MHz in order to make USB host function correctly.
2421
2422     This patch sets up the PLLB to the same values Linux uses, and makes USB
2423     work ok on the following CPUs:
2424         - AT91CAP9
2425         - AT91SAM9260
2426         - AT91SAM9263
2427
2428     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
2429     the relevant AT91CAP9/AT91SAM9 atmel boards.
2430
2431     Signed-off-by: Stelian Pop <stelian@popies.net>
2432     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2433
2434 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
2435 Author: Stelian Pop <stelian@popies.net>
2436 Date:   Fri Nov 7 13:55:14 2008 +0100
2437
2438     AT91: Use AT91_CPU_CLOCK in displays
2439
2440     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
2441     speed in the LCD driver.
2442
2443     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
2444     corresponding board clocks.
2445
2446     Signed-off-by: Stelian Pop <stelian@popies.net>
2447
2448 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
2449 Author: Stefan Roese <sr@denx.de>
2450 Date:   Thu Nov 20 11:46:20 2008 +0100
2451
2452     ppc4xx: Clear all potentially pending exceptions in MCSR
2453
2454     This is needed on Canyonlands which still has an exception pending
2455     while running relocate_code(). This leads to a failure after trap_init()
2456     is moved to the top of board_init_r().
2457
2458     Signed-off-by: Stefan Roese <sr@denx.de>
2459
2460 commit facdad5f2602e899a01746916beddbf9e856b5ee
2461 Author: Heiko Schocher <hs@denx.de>
2462 Date:   Wed Nov 19 10:10:30 2008 +0100
2463
2464     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
2465
2466     Signed-off-by: Heiko Schocher <hs@denx.de>
2467     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2468
2469 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
2470 Author: Howard Gregory <Greg.Howard@freescale.com>
2471 Date:   Tue Nov 4 14:55:33 2008 +0800
2472
2473     mpc83xx: Improve the performance of DDR memory
2474
2475     modify the CAS timings. my understanding is that these
2476     settings decrease various wait times in the DDR interface.
2477     Because these wait times are in clock cycles, and the DDR
2478     clock on the 8315 RDB runs slower than on some other 83xx
2479     platforms, we can dial down these values without a problem,
2480     thereby decreasing the latency of memory a little.
2481
2482     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
2483     Signed-off-by: Dave Liu <daveliu@freescale.com>
2484     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2485
2486 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
2487 Author: Kyungmin Park <kyungmin.park@samsung.com>
2488 Date:   Fri Oct 24 14:55:33 2008 +0200
2489
2490     ARM: Add Apollon UBI support
2491
2492     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
2493     macro.
2494
2495     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2496     Signed-off-by: Stefan Roese <sr@denx.de>
2497
2498 commit 694a0b3f1c0accd0de94b89555155d69f8022824
2499 Author: Kyungmin Park <kyungmin.park@samsung.com>
2500 Date:   Wed Nov 19 11:47:05 2008 +0100
2501
2502     UBI: Add UBI command support
2503
2504     This patch adds these UBI commands:
2505
2506     ubi part [nand|onenand] [part] - Show or set current partition
2507     ubi info [l[ayout]] -Display volume and UBI layout information
2508     ubi create[vol] volume [size] [type] - Create volume name with size
2509     ubi write[vol] address volume size - Write volume from address with size
2510     ubi read[vol] address volume [size] - Read volume to address with size
2511     ubi remove[vol] volume - Remove volume
2512
2513     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2514     Signed-off-by: Stefan Roese <sr@denx.de>
2515
2516 commit 58be3a1056d88c6d05f3e914389282807e69923a
2517 Author: Kyungmin Park <kyungmin.park@samsung.com>
2518 Date:   Wed Nov 19 16:38:24 2008 +0100
2519
2520     UBI: Add basic UBI support to U-Boot (Part 8/8)
2521
2522     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2523     It's based on the Linux UBI version and basically has a "OS"
2524     translation wrapper that defines most Linux specific calls
2525     (spin_lock() etc.) into no-ops. Some source code parts have been
2526     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2527     this version with the Linux version and simplifies future UBI
2528     ports/bug-fixes from the Linux version.
2529
2530     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2531     Signed-off-by: Stefan Roese <sr@denx.de>
2532
2533 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
2534 Author: Kyungmin Park <kyungmin.park@samsung.com>
2535 Date:   Wed Nov 19 16:36:36 2008 +0100
2536
2537     UBI: Add basic UBI support to U-Boot (Part 7/8)
2538
2539     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2540     It's based on the Linux UBI version and basically has a "OS"
2541     translation wrapper that defines most Linux specific calls
2542     (spin_lock() etc.) into no-ops. Some source code parts have been
2543     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2544     this version with the Linux version and simplifies future UBI
2545     ports/bug-fixes from the Linux version.
2546
2547     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2548     Signed-off-by: Stefan Roese <sr@denx.de>
2549
2550 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
2551 Author: Kyungmin Park <kyungmin.park@samsung.com>
2552 Date:   Wed Nov 19 16:32:36 2008 +0100
2553
2554     UBI: Add basic UBI support to U-Boot (Part 6/8)
2555
2556     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2557     It's based on the Linux UBI version and basically has a "OS"
2558     translation wrapper that defines most Linux specific calls
2559     (spin_lock() etc.) into no-ops. Some source code parts have been
2560     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2561     this version with the Linux version and simplifies future UBI
2562     ports/bug-fixes from the Linux version.
2563
2564     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2565     Signed-off-by: Stefan Roese <sr@denx.de>
2566
2567 commit c91a719daa331b5856109313371e4ece5ec06d96
2568 Author: Kyungmin Park <kyungmin.park@samsung.com>
2569 Date:   Wed Nov 19 16:28:06 2008 +0100
2570
2571     UBI: Add basic UBI support to U-Boot (Part 5/8)
2572
2573     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2574     It's based on the Linux UBI version and basically has a "OS"
2575     translation wrapper that defines most Linux specific calls
2576     (spin_lock() etc.) into no-ops. Some source code parts have been
2577     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2578     this version with the Linux version and simplifies future UBI
2579     ports/bug-fixes from the Linux version.
2580
2581     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2582     Signed-off-by: Stefan Roese <sr@denx.de>
2583
2584 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
2585 Author: Kyungmin Park <kyungmin.park@samsung.com>
2586 Date:   Wed Nov 19 16:27:23 2008 +0100
2587
2588     UBI: Add basic UBI support to U-Boot (Part 4/8)
2589
2590     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2591     It's based on the Linux UBI version and basically has a "OS"
2592     translation wrapper that defines most Linux specific calls
2593     (spin_lock() etc.) into no-ops. Some source code parts have been
2594     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2595     this version with the Linux version and simplifies future UBI
2596     ports/bug-fixes from the Linux version.
2597
2598     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2599     Signed-off-by: Stefan Roese <sr@denx.de>
2600
2601 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
2602 Author: Kyungmin Park <kyungmin.park@samsung.com>
2603 Date:   Wed Nov 19 16:26:54 2008 +0100
2604
2605     UBI: Add basic UBI support to U-Boot (Part 3/8)
2606
2607     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2608     It's based on the Linux UBI version and basically has a "OS"
2609     translation wrapper that defines most Linux specific calls
2610     (spin_lock() etc.) into no-ops. Some source code parts have been
2611     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2612     this version with the Linux version and simplifies future UBI
2613     ports/bug-fixes from the Linux version.
2614
2615     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2616     Signed-off-by: Stefan Roese <sr@denx.de>
2617
2618 commit 961df83361aff9a14f226214224eb8a06e05ba24
2619 Author: Kyungmin Park <kyungmin.park@samsung.com>
2620 Date:   Wed Nov 19 16:25:44 2008 +0100
2621
2622     UBI: Add basic UBI support to U-Boot (Part 2/8)
2623
2624     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2625     It's based on the Linux UBI version and basically has a "OS"
2626     translation wrapper that defines most Linux specific calls
2627     (spin_lock() etc.) into no-ops. Some source code parts have been
2628     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2629     this version with the Linux version and simplifies future UBI
2630     ports/bug-fixes from the Linux version.
2631
2632     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2633     Signed-off-by: Stefan Roese <sr@denx.de>
2634
2635 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
2636 Author: Kyungmin Park <kyungmin.park@samsung.com>
2637 Date:   Wed Nov 19 16:23:06 2008 +0100
2638
2639     UBI: Add basic UBI support to U-Boot (Part 1/8)
2640
2641     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2642     It's based on the Linux UBI version and basically has a "OS"
2643     translation wrapper that defines most Linux specific calls
2644     (spin_lock() etc.) into no-ops. Some source code parts have been
2645     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2646     this version with the Linux version and simplifies future UBI
2647     ports/bug-fixes from the Linux version.
2648
2649     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2650     Signed-off-by: Stefan Roese <sr@denx.de>
2651
2652 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
2653 Author: Kyungmin Park <kyungmin.park@samsung.com>
2654 Date:   Wed Nov 19 16:20:36 2008 +0100
2655
2656     MTD: Add MTD paritioning infrastructure
2657
2658     This MTD part infrastructure will be used by the upcoming
2659     UBI support.
2660
2661     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2662     Signed-off-by: Stefan Roese <sr@denx.de>
2663
2664 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
2665 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2666 Date:   Thu Oct 16 22:54:03 2008 +0530
2667
2668     Align end of bss by 4 bytes
2669
2670     Most of the bss initialization loop increments 4 bytes
2671     at a time. And the loop end is checked for an 'equal'
2672     condition. Make the bss end address aligned by 4, so
2673     that the loop will end as expected.
2674
2675     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2676     Signed-off-by: Wolfgang Denk <wd@denx.de>
2677
2678 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
2679 Author: Becky Bruce <becky.bruce@freescale.com>
2680 Date:   Mon Nov 10 19:45:35 2008 -0600
2681
2682     mpc8641: fix address-cells default in old .dts detection
2683
2684     address-cells defaults to 2, not 1; so in the unlikely
2685     event that it isn't specified, this patch is required
2686     for correct operation.
2687
2688     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2689
2690 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
2691 Author: Becky Bruce <becky.bruce@freescale.com>
2692 Date:   Fri Oct 31 17:14:39 2008 -0500
2693
2694     lib_ppc: Move trap_init to occur earlier
2695
2696     Doing trap_init immediately once we're running from RAM
2697     means we're no longer dependent on the physical location of
2698     the flash on non-BookE platforms. Before trap_init, those
2699     platforms switch to real mode and go to 0xfff00100 on exception.
2700     After the switch, they go to 0x00000100  This makes it easier to
2701     move the flash location.
2702
2703     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2704
2705 commit d52082b12c6e545705a19433a2f4142526536189
2706 Author: Becky Bruce <becky.bruce@freescale.com>
2707 Date:   Fri Nov 7 13:46:19 2008 -0600
2708
2709     mpc8641: Try to detect old .dts files
2710
2711     Since we've changed the memory map of the board, be nice and
2712     add some checking to try to catch out-of-date .dts files.  We do
2713     this by checking the CCSRBAR location in the .dts and comparing
2714     it to the CCSRBAR location in u-boot.  If they don't match, a
2715     warning msg is printed.  This isn't foolproof, but it's simple and
2716     will catch most of the cases where an out-of-date .dts is present,
2717     including all of the cases where a new u-boot is used with an old
2718     standard MPC8641 .dts file as supplied with Linux.
2719
2720     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2721
2722 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
2723 Author: Becky Bruce <becky.bruce@freescale.com>
2724 Date:   Thu Nov 6 13:04:09 2008 -0600
2725
2726     toplevel Makefile: Add MPC8641HPCN_36BIT target
2727
2728     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
2729
2730     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2731
2732 commit 3111d32c494e8251b90917447796a7206b757e1e
2733 Author: Becky Bruce <becky.bruce@freescale.com>
2734 Date:   Thu Nov 6 17:37:35 2008 -0600
2735
2736     mpc8641: Support 36-bit physical addressing
2737
2738     This patch creates a memory map with all the devices
2739     in 36-bit physical space, in addition to the 32-bit map.
2740     The CCSR relocation is moved (again, sorry) to
2741     allow for the physical address to be 36 bits - this
2742     requires translation to be enabled.  With 36-bit physical
2743     addressing enabled, we are no longer running with VA=PA
2744     translations.  This means we have to distinguish between
2745     the two in the config file.  The existing region name is
2746     used to indicate the virtual address, and a _PHYS variety
2747     is created to represent the physical address.
2748
2749     Large physical addressing is not enabled by default.
2750     Set CONFIG_PHYS_64BIT in the config file to turn this on.
2751
2752     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2753
2754 commit c759a01a0022de9378a3a761f49786f87684c916
2755 Author: Becky Bruce <becky.bruce@freescale.com>
2756 Date:   Thu Nov 6 17:36:04 2008 -0600
2757
2758     mpc8641: Change 32-bit memory map
2759
2760     The memory map on the 8641hpcn is modified to look more like
2761     the 85xx boards; this is a step towards a more standardized
2762     layout going forward. As part of this change, we now relocate
2763     the flash.
2764
2765     The regions for some of the mappings were far larger than they
2766     needed to be.  I have reduced the mappings to match the
2767     actual sizes supported by the hardware.
2768
2769     In addition I have removed the comments at the head
2770     of the BAT blocks in the config file, rather than updating
2771     them.  These get horribly out of date, and it's a simple
2772     matter to look at the defines to see what they are set to
2773     since everything is right here in the same file.
2774
2775     Documentation has been changed to reflect the new map, as this
2776     change is user visible, and affects the OS which runs post-uboot.
2777
2778     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2779
2780 commit bf9a8c34309ed9276258295db9e9212aabb2531a
2781 Author: Becky Bruce <becky.bruce@freescale.com>
2782 Date:   Wed Nov 5 14:55:35 2008 -0600
2783
2784     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
2785
2786     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
2787     of the bootpage in flash.   Use this to create an early mapping
2788     definition for the FLASH, and change the early_bats code to use this.
2789
2790     This  change facilitates the relocation of the flash since the early
2791     mappings are no longer tied to the final location of the flash.
2792
2793     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2794
2795 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
2796 Author: Becky Bruce <becky.bruce@freescale.com>
2797 Date:   Wed Nov 5 14:55:34 2008 -0600
2798
2799     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
2800
2801     Using a mtmsr/blr means that you have to be executing at the
2802     same virtual address once you enable translation.  This is
2803     unnecessarily restrictive, and is not really how this is
2804     usually done.  Change it to use the more common mtspr SRR0/SRR1
2805     and rfi method.
2806
2807     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2808
2809 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
2810 Author: Becky Bruce <becky.bruce@freescale.com>
2811 Date:   Wed Nov 5 14:55:33 2008 -0600
2812
2813     mpc8641: make DIAG_ADDR == FLASH_BASE
2814
2815     Currently, that's what it is, but it's hardcoded.
2816
2817     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2818
2819 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
2820 Author: Becky Bruce <becky.bruce@freescale.com>
2821 Date:   Wed Nov 5 14:55:32 2008 -0600
2822
2823     mpc8641: Drop imaginary second flash bank, map 8MB
2824
2825     There's a lot of setup and foo for the second flash
2826     bank.  The problem is, this board doesn't actually have one.
2827     Clean this up.  Also, the flash is 8M in size.  Get rid
2828     of the confusing aliased overmapping, and just map 8M.
2829
2830     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2831
2832 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
2833 Author: Becky Bruce <becky.bruce@freescale.com>
2834 Date:   Wed Nov 5 14:55:31 2008 -0600
2835
2836     mpc8641: only define CONFIG_ENV_SIZE once
2837
2838     It's currently defined twice inside in an if/else block, but
2839     both halves set the same value.  Move the define outside
2840     the if.
2841
2842     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2843
2844 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
2845 Author: Becky Bruce <becky.bruce@freescale.com>
2846 Date:   Wed Nov 5 14:55:30 2008 -0600
2847
2848     mpc86xx: Move setup_bats into cpu_init_f
2849
2850     In order to later allow for a physical relocation of the
2851     flash, setup_bats, which sets up the final BAT mapping
2852     for the board, needs to happen *after* init_laws().
2853     Otherwise, there will be no window programmed for the flash
2854     at the new physical location at the point when we change
2855     the mmu translation.
2856
2857     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2858
2859 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
2860 Author: Becky Bruce <becky.bruce@freescale.com>
2861 Date:   Wed Nov 5 14:55:29 2008 -0600
2862
2863     mpc8641: Remove extra "0" from BR2 define
2864
2865     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2866
2867 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
2868 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2869 Date:   Thu Oct 23 09:08:18 2008 -0400
2870
2871     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
2872
2873     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
2874     This adds support for PHY-less MAC connections to the UEC.
2875
2876     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2877     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2878
2879 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
2880 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2881 Date:   Thu Oct 23 16:27:24 2008 +0000
2882
2883     ColdFire: Add mii driver in drivers/net
2884
2885     All CF platforms' mii.c are consolidated into one
2886
2887     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2888     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2889
2890 commit 25a859066b3af1070eb69f12022113c0a91bd813
2891 Author: Ben Warren <biggerbadderben@gmail.com>
2892 Date:   Mon Oct 27 23:53:17 2008 -0700
2893
2894     Moved initialization of PPC4xx EMAC to cpu_eth_init()
2895
2896     Removed initialization of the driver from net/eth.c
2897
2898     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2899     Acked-by: Stefan Roese <sr@denx.de>
2900
2901 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
2902 Author: Ben Warren <biggerbadderben@gmail.com>
2903 Date:   Sun Nov 9 21:29:23 2008 -0800
2904
2905     Moved PPC4xx EMAC driver to drivers/net
2906
2907     Also changed path in all linker scripts that reference this driver
2908
2909     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2910     Acked-by: Stefan Roese <sr@denx.de>
2911
2912 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
2913 Author: Ben Warren <biggerbadderben@gmail.com>
2914 Date:   Mon Oct 27 23:50:15 2008 -0700
2915
2916     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
2917
2918     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
2919
2920     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2921     Acked-by: Stefan Roese <sr@denx.de>
2922
2923 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
2924 Author: Ben Warren <biggerbadderben@gmail.com>
2925 Date:   Thu Oct 23 22:02:49 2008 -0700
2926
2927     Moved initialization of MPC8XX SCC to cpu_eth_init()
2928
2929     Removed initialization of the driver from net/eth.c
2930
2931     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2932
2933 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
2934 Author: Ben Warren <biggerbadderben@gmail.com>
2935 Date:   Wed Oct 22 23:47:51 2008 -0700
2936
2937     Moved initialization of MPC8220 FEC to cpu_eth_init()
2938
2939     Removed initialization of the driver from net/eth.c
2940
2941     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2942
2943 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
2944 Author: Ben Warren <biggerbadderben@gmail.com>
2945 Date:   Wed Oct 22 23:32:48 2008 -0700
2946
2947     Moved initialization of QE Ethernet controller to cpu_eth_init()
2948
2949     Removed initialization of the driver from net/eth.c
2950
2951     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2952
2953 commit 3456a148276d5494b53ee40242efb6462d163504
2954 Author: Ben Warren <biggerbadderben@gmail.com>
2955 Date:   Wed Oct 22 23:20:29 2008 -0700
2956
2957     Moved initialization of FCC Ethernet controller to cpu_eth_init
2958
2959     Affected boards:
2960         Several MPC8xx boards
2961         Several MPC8260/MPC8272 boards
2962         Several MPC85xx boards
2963
2964     Removed initialization of the driver from net/eth.c
2965
2966     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2967
2968 commit 62e15b497f5c6334c059512678c8db7940ae4c61
2969 Author: Ben Warren <biggerbadderben@gmail.com>
2970 Date:   Thu Oct 30 22:15:35 2008 -0700
2971
2972     Fix typo in cpu/mpc85xx/cpu.c
2973
2974     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
2975
2976     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2977
2978 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
2979 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2980 Date:   Sun Oct 19 12:08:50 2008 +0900
2981
2982     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
2983
2984     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
2985     as a part of ongoing eth_initialize cleanup work.  The function ret value
2986     is also fixed as it should be negative on fail.
2987
2988     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2989     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2990
2991 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
2992 Author: Ben Warren <biggerbadderben@gmail.com>
2993 Date:   Fri Sep 5 01:55:22 2008 -0400
2994
2995     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
2996
2997     Also, removed the driver initialization from net/eth.c
2998
2999     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3000
3001 commit f2a7806fc23e82d30c8548911369e0c530607354
3002 Author: Clive Stubbings <uboot@xentech.co.uk>
3003 Date:   Mon Oct 27 15:05:00 2008 +0000
3004
3005     xilinx_emaclite buffer overrun
3006
3007     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
3008     PKTSIZE_ALIGN bytes long.
3009
3010     Acked-by: Michal Simek <monstr@monstr.eu>
3011
3012     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3013
3014 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
3015 Author: richardretanubun <richardretanubun@ruggedcom.com>
3016 Date:   Fri Sep 26 08:59:12 2008 -0400
3017
3018     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
3019
3020     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
3021     This patch makes these function use the devname argument that is passed in to
3022     allow access to the phy registers of other devices in devlist[].
3023
3024     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
3025
3026     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3027
3028 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
3029 Author: richardretanubun <richardretanubun@ruggedcom.com>
3030 Date:   Mon Oct 6 15:31:43 2008 -0400
3031
3032     Adds two more ethernet interface to 83xx
3033
3034     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
3035     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
3036     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3037
3038 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
3039 Author: Stelian Pop <stelian@popies.net>
3040 Date:   Fri Nov 7 13:54:31 2008 +0100
3041
3042     AT91: Replace AT91_BASE_EMAC by the board specific values.
3043
3044     AT91_BASE_EMAC is never used outside the board specific files,
3045     so replace its usage by the board specific AT91xxx_BASE_EMAC.
3046
3047     Signed-off-by: Stelian Pop <stelian@popies.net>
3048     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3049
3050 commit c91e17affa175ce06afa89b04752301eb4a61666
3051 Author: Stelian Pop <stelian@popies.net>
3052 Date:   Fri Nov 7 12:09:21 2008 +0100
3053
3054     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
3055
3056     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
3057     Since they are never used outside the board specific files, they can
3058     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
3059     AT91xxx_ID_US2.
3060
3061     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
3062
3063     Signed-off-by: Stelian Pop <stelian@popies.net>
3064     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3065
3066 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
3067 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3068 Date:   Sat Nov 1 10:47:59 2008 +0100
3069
3070     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
3071
3072     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3073
3074 commit 1079432e04ccf71aa3684181186182cd63512f19
3075 Author: Sergey Lapin <slapin@ossfans.org>
3076 Date:   Fri Oct 31 12:28:43 2008 +0100
3077
3078     Custom AFEB9260 board support
3079
3080     This patch provides support for AFEB9260 board, a product of
3081     OpenSource hardware and software. Some commertial projects
3082     are made with this design. A board is basically AT91SAM9260-EK
3083     with some modifications and different peripherals and different
3084     parts used. Main purpose of this project is to gain experience in
3085     hardware design.
3086     More info: http://groups.google.com/group/arm9fpga-evolution-board
3087     (In Russian only, sorry).
3088     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
3089
3090     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
3091
3092 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
3093 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
3094 Date:   Tue Oct 21 13:17:16 2008 +0900
3095
3096     Change to use "do_div" macro
3097
3098     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
3099
3100 commit e352495318d8056a00faa21b633b3e4374bfbf52
3101 Author: Roman Mashak <romez777@gmail.com>
3102 Date:   Wed Oct 22 16:00:26 2008 -0400
3103
3104     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
3105
3106     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
3107     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
3108
3109     Signed-off-by: Roman Mashak <romez777@gmail.com>
3110
3111 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
3112 Author: Roman Mashak <romez777@gmail.com>
3113 Date:   Tue Oct 21 03:01:41 2008 -0700
3114
3115     ARM/Versatile port: Removed unused functions
3116
3117     Removal of never used functions.
3118
3119     Signed-off-by: Roman Mashak <romez777@gmail.com>
3120
3121 commit 1266df887781c779deaf6d05eea2ef90a470cb34
3122 Author: Becky Bruce <becky.bruce@freescale.com>
3123 Date:   Mon Nov 3 15:44:01 2008 -0600
3124
3125     powerpc: change 86xx SMP boot method
3126
3127     We put the bootpg for the secondary cpus into memory and use
3128     BPTR to get to it.  This is a step towards converting to the
3129     ePAPR boot methodology.  Also, the code is written to
3130     deal properly with more than 4GB of RAM.
3131
3132     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3133
3134 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
3135 Author: Becky Bruce <becky.bruce@freescale.com>
3136 Date:   Fri Oct 31 17:13:49 2008 -0500
3137
3138     8641HPCN: Config file cleanup
3139
3140     There are several items in the config file that were hardcoded
3141     but that should really be based on other config options, since
3142     the regions are contiguous and depend on being so.  This cleans
3143     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
3144     addresses into the proper format for BR registers.
3145
3146     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3147
3148 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
3149 Author: Becky Bruce <becky.bruce@freescale.com>
3150 Date:   Fri Oct 31 17:13:32 2008 -0500
3151
3152     86xx: Make dram_size a phys_size_t
3153
3154     It's currently a long and should be phys_size_t.
3155
3156     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3157
3158 commit 104992fc541302a6bac74448e01e7fdad20abca0
3159 Author: Becky Bruce <becky.bruce@freescale.com>
3160 Date:   Sun Nov 2 18:19:32 2008 -0600
3161
3162     powerpc 86xx: Handle CCSR relocation earlier
3163
3164     Currently, the CCSR gets relocated while translation is
3165     enabled, meaning we need 2 BAT translations to get to both the
3166     old location and the new location.  Also, the DEFAULT
3167     CCSR location has a dependency on the BAT that maps the
3168     FLASH region.  Moving the relocation removes this unnecessary
3169     dependency. This makes it easier and more intutive to
3170     modify the board's memory map.
3171
3172     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
3173     BAT for CCSR space.
3174
3175     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3176
3177 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
3178 Author: Becky Bruce <becky.bruce@freescale.com>
3179 Date:   Fri Oct 31 17:14:14 2008 -0500
3180
3181     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
3182
3183     You can't actually have both, and with some coming changes to
3184     change the memory map for the board and support 36-bit physical,
3185     we need the extra BAT that is being consumed by having both.
3186
3187     I also make non-PCI configs build cleanly, for the sake of sanity.
3188
3189     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3190
3191 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
3192 Author: Becky Bruce <becky.bruce@freescale.com>
3193 Date:   Fri Oct 31 17:14:00 2008 -0500
3194
3195     mpc8641: Stop supporting non-PCI_PNP configs
3196
3197     We don't actually ever do this, remove the code so we
3198     can stop maintaining it.
3199
3200     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3201
3202 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
3203 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3204 Date:   Fri Oct 24 12:59:12 2008 +0000
3205
3206     ColdFire: Fix M5329EVB and M5373EVB nand issue
3207
3208     Fix compilation issue caused by a few mismatches.
3209     Provide proper nand chip select enable/disable in
3210     nand_hwcontrol() rather than in board_nand_init()
3211     just enable once. Remove redundant local nand driver
3212     functions - nand_read_byte(), nand_write_byte() and
3213     nand_dev_ready() to use common nand driver.
3214
3215     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3216
3217 commit 1b2708442224a551a0b865b52710306333888932
3218 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3219 Date:   Wed Oct 22 11:55:30 2008 +0000
3220
3221     ColdFire: Fix compilation error
3222
3223     The error was caused by the change for strmhz() in cpu.c.
3224     A few of them were one extra close parenthesis.
3225
3226     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3227
3228 commit 536e7dac16769954915a484e682a2efb28699133
3229 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3230 Date:   Wed Oct 22 11:38:21 2008 +0000
3231
3232     ColdFire: Add MCF5301x CPU and M53017EVB support
3233
3234     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3235
3236 commit a21d0c2cc9add8894d971ab791f4032f077db817
3237 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3238 Date:   Tue Oct 21 15:37:02 2008 +0000
3239
3240     ColdFire: Add SBF support for M52277EVB
3241
3242     Add serial boot support
3243
3244     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3245
3246 commit b202816c61042c183fe67d097a5893b0f2dafba0
3247 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3248 Date:   Tue Oct 21 14:19:26 2008 +0000
3249
3250     ColdFire: Use CFI driver for M5272C3
3251
3252     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3253
3254 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
3255 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3256 Date:   Tue Oct 21 13:47:54 2008 +0000
3257
3258     ColdFire: Relocate FEC's GPIO and mii functions protocols
3259
3260     Place FEC pin assignments in cpu_init.c from platform's
3261     mii.c
3262
3263     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3264
3265 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
3266 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3267 Date:   Tue Oct 21 12:15:44 2008 +0000
3268
3269     ColdFire: Remove platforms mii.c file
3270
3271     Will use mcfmii.c driver in drivers/net rather than
3272     keep creating new mii.c for each future platform.
3273     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
3274     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
3275     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
3276     mii.c
3277
3278     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3279
3280 commit 012522fef3b382469125beb46a315ab4dee02fb0
3281 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3282 Date:   Tue Oct 21 10:03:07 2008 +0000
3283
3284     ColdFire: Modules header files cleanup
3285
3286     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
3287     MDHA, SKHA, INTC, and FlexBus structures and
3288     definitions in immap_5xxx.h to more unify modules
3289     header files. Append DSPI support for m547x_8x.
3290     SSI cleanup. Remove USB Host structure from immap_539.h.
3291     Apply changes to use FlexBus structures in mcf52x2's
3292     cpu_init.c and platform configuration files.
3293
3294     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3295
3296 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
3297 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3298 Date:   Tue Oct 21 08:52:36 2008 +0000
3299
3300     ColdFire: Remove linker file
3301
3302     Each different build for M54455EVB and M5235EVB will
3303     create a u-boot.lds linker file. It is redundant to
3304     keep the u-boot.lds
3305
3306     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3307
3308 commit 0829323073c505556ed5f5073f91adb504584d45
3309 Author: Peter Tyser <ptyser@xes-inc.com>
3310 Date:   Fri Oct 31 11:26:44 2008 -0500
3311
3312     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
3313
3314     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3315
3316 commit a80b21d5127583171d6e9bc7f722947641898012
3317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3318 Date:   Fri Oct 31 12:12:12 2008 +0100
3319
3320     common/Makefile: create others group for non core, environment and command files
3321
3322     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3323
3324 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
3325 Author: Wolfgang Denk <wd@denx.de>
3326 Date:   Fri Oct 31 01:13:37 2008 +0100
3327
3328     TQM8260: use CFI flash driver instead of custom driver.
3329
3330     Signed-off-by: Wolfgang Denk <wd@denx.de>
3331
3332 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
3333 Author: Andy Fleming <afleming@freescale.com>
3334 Date:   Thu Oct 30 17:35:30 2008 -0500
3335
3336     Consolidate MAX/MIN definitions
3337
3338     There were several, now there is one (two if you count the lower-case
3339     versions).
3340
3341     Signed-off-by: Andy Fleming <afleming@freescale.com>
3342
3343 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
3344 Author: Heiko Schocher <hs@denx.de>
3345 Date:   Thu Oct 30 09:23:09 2008 +0100
3346
3347     mgsuvd: remove unused defines in config file.
3348
3349     Signed-off-by: Heiko Schocher <hs@denx.de>
3350
3351 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
3352 Author: Wolfgang Denk <wd@denx.de>
3353 Date:   Sun Nov 2 16:14:22 2008 +0100
3354
3355     Coding Style cleanup, update CHANGELOG
3356
3357     Signed-off-by: Wolfgang Denk <wd@denx.de>
3358
3359 commit a47f957ab523019992fdef857af01bd71c58a4da
3360 Author: Alessandro Rubini <rubini-list@gnudd.com>
3361 Date:   Fri Oct 31 22:33:21 2008 +0100
3362
3363     NAND: Allow NAND and OneNAND to coexist
3364
3365     This removes in nand.h code that is verbatim duplicated from bbm.h,
3366     including directly bbm.h in nand.h. The previous state of affairs
3367     prevented compiling code for a board hosting both NAND and OneNAND chips.
3368
3369     Reported-by: Scott Wood <scottwood@freescale.com>
3370     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3371     Signed-off-by: Scott Wood <scottwood@freescale.com>
3372
3373 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
3374 Author: Scott Wood <scottwood@freescale.com>
3375 Date:   Fri Oct 31 13:51:12 2008 -0500
3376
3377     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
3378
3379     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
3380     Signed-off-by: Scott Wood <scottwood@freescale.com>
3381
3382 commit c57fc28947e248fb03c49a28b467686299895055
3383 Author: Jason Jin <Jason.Jin@freescale.com>
3384 Date:   Fri Oct 31 05:07:04 2008 -0500
3385
3386     NAND: Add NAND support for MPC8536DS board
3387
3388     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
3389     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
3390     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
3391
3392     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
3393     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3395
3396 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
3397 Author: Haiying Wang <Haiying.Wang@freescale.com>
3398 Date:   Fri Oct 31 05:06:14 2008 -0500
3399
3400     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
3401
3402     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
3403
3404     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3405     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3406
3407 commit 51b572a801be57790fe26adaa530210e7fba59cc
3408 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3409 Date:   Fri Oct 24 10:49:48 2008 +0900
3410
3411     sh: rsk7203: Moved rsk7203 board to board/renesas
3412
3413     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3414
3415 commit 58453b00b3ebb26aaa901210023f99504a90bb00
3416 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3417 Date:   Fri Oct 24 10:48:31 2008 +0900
3418
3419     sh: MigoR: Moved MigoR board to board/renesas
3420
3421     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3422
3423 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
3424 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3425 Date:   Fri Oct 24 10:39:44 2008 +0900
3426
3427     sh: r2dplus: Moved r2dplus board to board/renesas
3428
3429     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3430
3431 commit 78385bf2359d828184d0b3649f7ae6b933420000
3432 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3433 Date:   Fri Oct 24 10:36:13 2008 +0900
3434
3435     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
3436
3437     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3438
3439 commit c6525d459c350bfc246ea7826456af77e1e314eb
3440 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3441 Date:   Fri Oct 24 10:35:19 2008 +0900
3442
3443     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
3444
3445     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3446
3447 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
3448 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3449 Date:   Fri Oct 24 10:34:21 2008 +0900
3450
3451     sh: r7780mp: Moved r7780mp board to board/renesas
3452
3453     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3454
3455 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
3456 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3457 Date:   Fri Oct 24 10:32:14 2008 +0900
3458
3459     sh: ap325rxa: Moved ap325rxa board to board/renesas
3460
3461     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3462
3463 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
3464 Author: Wolfgang Denk <wd@xpert.denx.de>
3465 Date:   Fri Oct 31 01:12:28 2008 +0100
3466
3467     CFI Driver: Fix "flash not ready" problem
3468
3469     This patch fixes a problem on systems where the NOR flash is attached
3470     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
3471     on the assumption that the same flash address is read twice without
3472     any other interjacent flash accesses.  However, on 32 bit systems the
3473     function flash_read64() [as currently implemented] does not perform
3474     an atomic 64 bit read - instead, this is broken down into two 32 bit
3475     read accesses on addresses "addr" and "addr + 4".  So instead of
3476     reading a 64 bit value twice from "addr", we see a sequence of 4 32
3477     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
3478     consequence is that flash_toggle() fails to work.
3479
3480     This patch implements a simple, but somewhat ugly solution, as it
3481     avoids the use of flash_read64() in this critical place (by breaking
3482     it down manually into 32 bit read operations) instead of rewriting
3483     flash_read64() such to perform atomic 64 bit reads as one could
3484     expect.  However, such a rewrite would require the use of floating
3485     point load operations, which becomes pretty complex:
3486
3487         save MSR;
3488         set Floating Point Enable bit in MSR;
3489         use "lfd" instruction to perform atomic 64 bit read;
3490         use "stfd" to store value to temporary variable on stack;
3491         load u64 value from temporary variable;
3492         restore saved MSR;
3493         return u64 value;
3494
3495     The benefit-cost ratio of such an implementation was considered too
3496     bad to actually attempt this, especially as we can expect that such
3497     an implementation would not only have a bigger memory footprint but
3498     also cause a performance degradation.
3499
3500     Signed-off-by: Wolfgang Denk <wd@denx.de>
3501     Signed-off-by: Stefan Roese <sr@denx.de>
3502
3503 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
3504 Author: Stefan Roese <sr@denx.de>
3505 Date:   Fri Oct 31 10:48:08 2008 +0100
3506
3507     ppc4xx: Fix spelling error in MAINTAINERS file
3508
3509     Signed-off-by: Stefan Roese <sr@denx.de>
3510
3511 commit be270798900b75ad9c47c7b79c72f70441196c56
3512 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3513 Date:   Tue Oct 28 13:37:00 2008 +0100
3514
3515     ppc4xx: Update PMC440 board support
3516
3517     This patch brings PMC440 board support up to date:
3518
3519     - fix GPIO configuration
3520     - add misc_init_f()
3521     - use better values for usbact variable
3522     - fix USB 2.0 phy reset sequence
3523     - shrink BAR2 to save PCI address space
3524     - add FDT support
3525
3526     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3527     Signed-off-by: Stefan Roese <sr@denx.de>
3528
3529 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
3530 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3531 Date:   Tue Oct 28 13:36:59 2008 +0100
3532
3533     ppc4xx: Fix PMC440 BSP commands
3534
3535     This patch fixes the PMC440 BSP commands painit and selfreset
3536
3537     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3538     Signed-off-by: Stefan Roese <sr@denx.de>
3539
3540 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
3541 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3542 Date:   Tue Oct 28 13:36:58 2008 +0100
3543
3544     ppc4xx: Update PMC440 board configuration
3545
3546     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3547     Signed-off-by: Stefan Roese <sr@denx.de>
3548
3549 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
3550 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3551 Date:   Tue Oct 28 13:36:57 2008 +0100
3552
3553     ppc4xx: Fix esd loadpci command
3554
3555     This patch fixes esd's loadpci command when not all
3556     memory on adapter boards is accessable via PCI.
3557
3558     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3559     Signed-off-by: Stefan Roese <sr@denx.de>
3560
3561 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
3562 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3563 Date:   Tue Oct 28 13:36:56 2008 +0100
3564
3565     ppc4xx: Clean up PMC440 header
3566
3567     -Codingstyle cleanup
3568     -Remove unused GPIO define
3569
3570     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3571     Signed-off-by: Stefan Roese <sr@denx.de>
3572
3573 commit 295133258a44f97a57fb2ec339aecfda11f4db95
3574 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3575 Date:   Tue Oct 28 13:36:55 2008 +0100
3576
3577     ppc4xx: Handle other board variant in PMC440 FPGA code
3578
3579     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3580     Signed-off-by: Stefan Roese <sr@denx.de>
3581
3582 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
3583 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3584 Date:   Mon Oct 27 12:35:59 2008 +0100
3585
3586     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
3587
3588     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
3589     config files of both infrastuctures
3590
3591     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3592     Signed-off-by: Stefan Roese <sr@denx.de>
3593
3594 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
3595 Author: Stefan Roese <sr@denx.de>
3596 Date:   Sat Oct 25 06:45:31 2008 +0200
3597
3598     ppc4xx: Correctly configure the GPIO pin muxing on Arches
3599
3600     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
3601     pin multiplexing correctly
3602
3603     Signed-off-by: Stefan Roese <sr@denx.de>
3604
3605 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
3606 Author: Bartlomiej Sieka <tur@semihalf.com>
3607 Date:   Thu Oct 30 23:22:04 2008 +0100
3608
3609     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
3610
3611     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3612
3613 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
3614 Author: David Gibson <david@gibson.dropbear.id.au>
3615 Date:   Wed Oct 29 23:27:45 2008 -0500
3616
3617     libfdt: Fix bug in fdt_subnode_offset_namelen()
3618
3619     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
3620     which causes it to keep searching after it's finished the subnodes of
3621     the given parent, and into the subnodes of siblings of the original
3622     node which come after it in the tree.
3623
3624     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3625     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3626
3627 commit f242a08871839eac081ba5b599af979f3a148a0d
3628 Author: Peter Korsgaard <jacmet@sunsite.dk>
3629 Date:   Tue Oct 28 08:26:52 2008 +0100
3630
3631     fdt_resize(): ensure minimum padding
3632
3633     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
3634     (16 bytes), so make sure that fdt_resize at least adds that much
3635     padding, no matter what the location or size of the fdt is.
3636
3637     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
3638     Acked-by: Andy Fleming <afleming@freescale.com>
3639
3640 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
3641 Author: Dave Liu <daveliu@freescale.com>
3642 Date:   Thu Oct 23 21:59:35 2008 +0800
3643
3644     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
3645
3646     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
3647
3648     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
3649
3650     This is needed in unlock_ram_in_cache() because it is called from C and
3651     will corrupt the small data area anchor that is kept in R2.
3652
3653     lock_ram_in_cache() is modified similarly as good coding practice, but
3654     is not called from C.
3655
3656     Signed-off-by: Nick Spence <nick.spence@freescale.com>
3657
3658     also, the r2 is used as global data pointer.
3659
3660     Signed-off-by: Dave Liu <daveliu@freescale.com>
3661
3662 commit e053ab1903ccae6048ef759025b9f675bba91450
3663 Author: Scott Wood <scottwood@freescale.com>
3664 Date:   Tue Oct 28 11:45:04 2008 -0500
3665
3666     mpc83xx pci: Round up memory size in inbound window.
3667
3668     The current calculation will fail to cover all memory if
3669     its size is not a power of two.
3670
3671     Signed-off-by: Scott Wood <scottwood@freescale.com>
3672     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3673
3674 commit 1c671977dc81359628be27ac99c174e76e8069ba
3675 Author: Dave Liu <daveliu@freescale.com>
3676 Date:   Thu Oct 23 21:19:13 2008 +0800
3677
3678     86xx: remove the unused definition
3679
3680     Signed-off-by: Dave Liu <daveliu@freescale.com>
3681
3682 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
3683 Author: Dave Liu <daveliu@freescale.com>
3684 Date:   Tue Oct 28 17:47:49 2008 +0800
3685
3686     86xx: remove the redundant r2 global data pointer save
3687
3688     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
3689     the another global data pointer save, but in fact the
3690     global data pointer will be initialized in the board_init_r,
3691     so remove it such as the 85xx/83xx family.
3692
3693     Signed-off-by: Dave Liu <daveliu@freescale.com>
3694     Acked-by: Kumar Gala <kumar.gala@freescale.com>
3695
3696 commit bd888e9544419665334a6f47f81f34011cea38f3
3697 Author: Dave Liu <daveliu@freescale.com>
3698 Date:   Tue Oct 28 17:47:41 2008 +0800
3699
3700     86xx: remove the unused code for 86xx family
3701
3702     I believe these code was copied from 74xx family, but for
3703     86xx, it is unused.
3704
3705     Signed-off-by: Dave Liu <daveliu@freescale.com>
3706     Acked-by: Kumar Gala <kumar.gala@freescale.com>
3707
3708 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
3709 Author: Dave Liu <daveliu@freescale.com>
3710 Date:   Tue Oct 28 17:46:35 2008 +0800
3711
3712     86xx: remove the second DDR LAW setting for mpc8641hpcn
3713
3714     The DDR1 LAW will precedence the DDR2 LAW, so remove
3715     the second DDR LAW.
3716
3717     Signed-off-by: Dave Liu <daveliu@freescale.com>
3718     Acked-by: Becky Bruce <becky.bruce@freescale.com>
3719
3720 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
3721 Author: Dave Liu <daveliu@freescale.com>
3722 Date:   Tue Oct 28 17:46:23 2008 +0800
3723
3724     86xx: remove the unused ddr_enable_ecc in the board file
3725
3726     The DDR controller of 86xx processors have the ECC data init
3727     feature, and the new DDR code is using the feature, we don't
3728     need the way with DMA to init memory again.
3729
3730     Signed-off-by: Dave Liu <daveliu@freescale.com>
3731     Acked-by: Kumar Gala <kumar.gala@freescale.com>
3732
3733 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
3734 Author: Dave Liu <daveliu@freescale.com>
3735 Date:   Tue Oct 28 17:46:12 2008 +0800
3736
3737     86xx: Move the clear_tlbs before MMU turn on
3738
3739     We must invalidate TLBs before MMU turn on, but
3740     currently the code is not, if there are some stale
3741     TLB entry valid in the TLBs, it will cause strange
3742     issue.
3743
3744     Signed-off-by: Dave Liu <daveliu@freescale.com>
3745     Acked-by: Becky Bruce <becky.bruce@freescale.com>
3746
3747 commit 5cdade07b118d07154cb882650f9778cecc8a87c
3748 Author: Scott Wood <scottwood@freescale.com>
3749 Date:   Mon Oct 27 15:57:08 2008 -0500
3750
3751     mpc8313erdb: Document NAND boot.
3752
3753     Previously, the documentation claimed that NAND boot is not supported.
3754     This is no longer true.
3755
3756     Signed-off-by: Scott Wood <scottwood@freescale.com>
3757
3758 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
3759 Author: Scott Wood <scottwood@freescale.com>
3760 Date:   Wed Oct 29 14:20:26 2008 -0500
3761
3762     NAND: Properly create JFFS2 cleanmarkers.
3763
3764     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
3765     command is currently broken, and among other things causes all blocks
3766     to be marked bad.
3767
3768     This implements it properly using MTD_OOB_AUTO, along with some
3769     indentation fixes.
3770
3771     Signed-off-by: Scott Wood <scottwood@freescale.com>
3772
3773 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
3774 Author: Scott Wood <scottwood@freescale.com>
3775 Date:   Wed Oct 29 13:42:41 2008 -0500
3776
3777     NAND fsl elbc: Set FMR[ECCM] based on page size.
3778
3779     Hardware expects ECCM 0 for small page and ECCM 1 for large page
3780     when booting from NAND, so use those defaults.
3781
3782     Signed-off-by: Scott Wood <scottwood@freescale.com>
3783
3784 commit c013b74975dab0805ef6d369b013230c4e8a660d
3785 Author: Haiying Wang <Haiying.Wang@freescale.com>
3786 Date:   Wed Oct 29 13:32:59 2008 -0400
3787
3788     NAND: Add support for MPC8572DS board
3789
3790     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
3791     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
3792     config file.
3793
3794     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
3795     make room for the increased code size with NAND enabled.
3796
3797     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
3798     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3799     Signed-off-by: Scott Wood <scottwood@freescale.com>
3800
3801 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
3802 Author: Haiying Wang <Haiying.Wang@freescale.com>
3803 Date:   Wed Oct 29 11:05:55 2008 -0400
3804
3805     Make Freescale local bus registers available for both 83xx and 85xx.
3806
3807     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
3808       can be shared by both 83xx and 85xx
3809     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
3810       files which use lbus83xx_t.
3811     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
3812       85xx can share them.
3813
3814     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
3815     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3816     Signed-off-by: Scott Wood <scottwood@freescale.com>
3817
3818 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
3819 Author: Scott Wood <scottwood@freescale.com>
3820 Date:   Mon Oct 27 15:38:30 2008 -0500
3821
3822     NAND: Align right column of the shorthelp with other commands.
3823
3824     I accidentally broke this in when making consistent the partial
3825     alignment of the longhelp.
3826
3827     Signed-off-by: Scott Wood <scottwood@freescale.com>
3828
3829 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
3830 Author: Karl Beldan <karl.beldan@gmail.com>
3831 Date:   Mon Sep 15 16:08:03 2008 +0200
3832
3833     NAND: Reset chip on power-up
3834
3835     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
3836     The first command sent is NAND_CMD_READID.
3837     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
3838     Tested with an MT29F4G08AAC.
3839
3840     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
3841     Signed-off-by: Scott Wood <scottwood@freescale.com>
3842
3843 commit c45912d8abc52de796b9059a58faf7c4166eab58
3844 Author: Scott Wood <scottwood@freescale.com>
3845 Date:   Fri Oct 24 16:20:43 2008 -0500
3846
3847     NAND: sync with 2.6.27
3848
3849     This brings the core NAND code up to date with the Linux kernel.
3850
3851     Since there were several drivers in Linux as of the last update that are
3852     not in u-boot, I'm not bringing over new drivers that have been added
3853     since in the absence of an interested party.
3854
3855     I did not update OneNAND since it was recently synced by Kyungmin Park,
3856     and I'm not sure exactly what the common ancestor is.
3857
3858     Signed-off-by: Scott Wood <scottwood@freescale.com>
3859
3860 commit b1d0db1805c3395149777e507b6da53410abac4e
3861 Author: Kumar Gala <galak@kernel.crashing.org>
3862 Date:   Tue Oct 21 17:25:47 2008 -0500
3863
3864     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
3865
3866     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
3867
3868     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3869
3870 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
3871 Author: Kumar Gala <galak@kernel.crashing.org>
3872 Date:   Tue Oct 21 17:25:46 2008 -0500
3873
3874     bootm: support subcommands in linux ppc bootm
3875
3876     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
3877
3878     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3879
3880 commit 49c3a861d11735838f1f1b11999ce433006dc919
3881 Author: Kumar Gala <galak@kernel.crashing.org>
3882 Date:   Tue Oct 21 17:25:45 2008 -0500
3883
3884     bootm: Add subcommands
3885
3886     Add the ability to break the steps of the bootm command into several
3887     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
3888
3889     This allows us to do things like manipulate device trees before
3890     they are passed to a booting kernel or setup memory for a secondary
3891     core in multicore situations.
3892
3893     Not all OS types support all subcommands (currently only start, loados,
3894     ramdisk, fdt, and go are supported).
3895
3896     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3897
3898 commit be08315933537f061bc1ce61f33a29c56458bbad
3899 Author: Kumar Gala <galak@kernel.crashing.org>
3900 Date:   Tue Oct 21 17:25:44 2008 -0500
3901
3902     bootm: Move to using a function pointer table for the boot os function
3903
3904     This removes a bit of code and makes it easier for the upcoming sub bootm
3905     command support to call into the proper OS specific handler.
3906
3907     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3908     Signed-off-by: Wolfgang Denk <wd@denx.de>
3909
3910 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
3911 Author: Graeme Russ <graeme.russ@gmail.com>
3912 Date:   Mon Sep 29 23:03:14 2008 +1000
3913
3914     i386: Renamed show_boot_progress in assembler code
3915
3916     Renamed show_boot_progress in assembler init phase to
3917     show_boot_progress_asm to avoid link conflicts with C version
3918
3919     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3920
3921 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
3922 Author: Peter Tyser <ptyser@xes-inc.com>
3923 Date:   Mon Oct 27 16:42:00 2008 -0500
3924
3925     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
3926
3927     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
3928     processors have a 3-bit wide IO_SEL field but have the most
3929     significant bit is wired to 0 so this change should not affect
3930     them.
3931
3932     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3933
3934 commit cd4251624205cb97104f6e32679dc7754934f711
3935 Author: Becky Bruce <becky.bruce@freescale.com>
3936 Date:   Mon Oct 27 16:09:42 2008 -0500
3937
3938     powerpc: fix pci window initialization to work with > 4GB DRAM
3939
3940     The existing code has a few errors that need to be fixed in
3941     order to support large RAM sizes.  Fix those, and add a
3942     comment to make it clearer.
3943
3944     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3945     Acked-by: Kumar Gala <galak@kernel.crashing.org>
3946
3947 commit 219542a1a66ca017b12860920714a9859b18a5d7
3948 Author: Kumar Gala <galak@kernel.crashing.org>
3949 Date:   Mon Oct 27 13:16:20 2008 -0500
3950
3951     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
3952
3953     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3954
3955 commit 6b59e03e0237a40a2305ea385defdfd92000978b
3956 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3957 Date:   Mon Sep 1 16:21:22 2008 +0200
3958
3959     lcd: Let the board code show board-specific info
3960
3961     The information displayed when CONFIG_LCD_INFO is set is inherently
3962     board-specific, so it should be done by the board code. The current code
3963     dealing with this only handles two cases, and is already a horrible mess
3964     of #ifdeffery.
3965
3966     Yes, this duplicates some code, but it also allows boards to print more
3967     board-specific information; this used to be very difficult.
3968
3969     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3970     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3971
3972 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
3973 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3974 Date:   Mon Sep 1 16:21:21 2008 +0200
3975
3976     lcd: Set lcd_is_enabled before clearing the screen
3977
3978     This allows the logo/info rendering routines to use the regular
3979     lcd_putc/lcd_puts/lcd_printf calls.
3980
3981     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3982     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3983
3984 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
3985 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3986 Date:   Mon Sep 1 16:21:20 2008 +0200
3987
3988     lcd: Implement lcd_printf()
3989
3990     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
3991     this by borrowing the lcd_printf() implementation from the cogent board
3992     code (which appears to use its own LCD framework.)
3993
3994     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3995     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3996
3997 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
3998 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3999 Date:   Mon Sep 1 16:21:19 2008 +0200
4000
4001     atmel_lcdfb: Straighten out funky vl_sync logic
4002
4003     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
4004     otherwise we don't. WTF?
4005
4006     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4007     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4008
4009 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
4010 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4011 Date:   Mon Sep 1 16:21:18 2008 +0200
4012
4013     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
4014
4015     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
4016     includes a file that does, asm/arch/gpio.h, but this file doesn't
4017     include <asm/arch/hardware.h> like it's supposed to.
4018
4019     Add the missing include to asm/arch/gpio.h and remove the workaround
4020     from the atmel_lcdfb driver. This makes the driver compile on avr32.
4021
4022     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4023     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4024
4025 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
4026 Author: Kumar Gala <galak@kernel.crashing.org>
4027 Date:   Wed Oct 22 14:38:55 2008 -0500
4028
4029     86xx: Convert all fsl_pci_init users to new APIs
4030
4031     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
4032     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
4033
4034     With these changes the board code is a bit smaller and we get dma-ranges
4035     set in the device tree for these boards.
4036
4037     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4038     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4039     Acked-by: Jon Loeliger <jdl@freescale.com>
4040
4041 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
4042 Author: Kumar Gala <galak@kernel.crashing.org>
4043 Date:   Tue Oct 21 08:28:33 2008 -0500
4044
4045     85xx: Convert all fsl_pci_init users to new APIs
4046
4047     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
4048     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
4049     and ft_fsl_pci_setup().
4050
4051     With these changes the board code is a bit smaller and we get dma-ranges
4052     set in the device tree for these boards.
4053
4054     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4055     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4056
4057 commit a2aab460727e5f674353a83a81000ef794bffcae
4058 Author: Kumar Gala <galak@kernel.crashing.org>
4059 Date:   Thu Oct 23 00:01:06 2008 -0500
4060
4061     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
4062
4063     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4064     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4065
4066 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
4067 Author: Kumar Gala <galak@kernel.crashing.org>
4068 Date:   Wed Oct 22 14:06:24 2008 -0500
4069
4070     pci/fsl_pci_init: Add a common PCI inbound setup function
4071
4072     Add a common setup function that determines the pci_region(s) based
4073     on how much memory we have in the system.
4074
4075     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4076     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4077
4078 commit 612ea01018a459234d54ed57ec6a5a244ce75678
4079 Author: Kumar Gala <galak@kernel.crashing.org>
4080 Date:   Tue Oct 21 10:13:14 2008 -0500
4081
4082     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
4083
4084     * PCI Inbound window was setup incorrectly.  The PCI address and system
4085       address were swapped.  The PCI address should be setting piwar/piwbear
4086       and the system address should be setting pitar.
4087
4088     * Removed masking of addresses to allow for system address to support
4089       system address & PCI address >32-bits
4090
4091     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
4092
4093     * Respect the PCI_REGION_PREFETCH for inbound windows
4094
4095     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4096     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4097
4098 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
4099 Author: Kumar Gala <galak@kernel.crashing.org>
4100 Date:   Wed Oct 22 23:33:56 2008 -0500
4101
4102     fdt: Added helper to set PCI dma-ranges property
4103
4104     Added fdt_pci_dma_ranges() that parses the pci_region info from the
4105     struct pci_controller and populates the dma-ranges based on it.
4106
4107     The max # of windws/dma-ranges we support is 3 since on embedded
4108     PowerPC based systems this is the max number of windows.
4109
4110     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4111     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4112
4113 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
4114 Author: Kumar Gala <galak@kernel.crashing.org>
4115 Date:   Thu Oct 23 00:05:47 2008 -0500
4116
4117     fdt: Add fdt_getprop_u32_default helpers
4118
4119     Add helper functions to return find a node and return it's property
4120     or a default value.
4121
4122     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4123     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4124     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
4125
4126 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
4127 Author: Kumar Gala <galak@kernel.crashing.org>
4128 Date:   Tue Oct 21 18:06:15 2008 -0500
4129
4130     86xx: Enable 64-bit PCI resources on all Freescale boards
4131
4132     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4133     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4134
4135 commit 0151cbaccf4504821ecfde0217299bd740086bb6
4136 Author: Kumar Gala <galak@kernel.crashing.org>
4137 Date:   Tue Oct 21 11:33:58 2008 -0500
4138
4139     85xx: Enable 64-bit PCI resources on all Freescale boards
4140
4141     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4142     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4143
4144 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
4145 Author: Kumar Gala <galak@kernel.crashing.org>
4146 Date:   Tue Oct 21 08:36:08 2008 -0500
4147
4148     pci: Allow for PCI addresses to be 64-bit
4149
4150     PCI bus is inherently 64-bit.  While not all system require access to
4151     the full 64-bit PCI address range some do.  This allows those systems
4152     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
4153
4154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4155     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4156     Acked-by: Wolfgang Denk <wd@denx.de>
4157
4158 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
4159 Author: Dave Liu <daveliu@freescale.com>
4160 Date:   Thu Oct 23 21:18:53 2008 +0800
4161
4162     85xx: Fix the incorrect register used for DDR erratum1
4163
4164     The 8572 DDR erratum1:
4165     DDR controller may enter an illegal state when operating
4166     in 32-bit bus mode with 4-beat bursts.
4167
4168     Description:
4169     When operating with a 32-bit bus, it is recommended that
4170     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
4171     This forces the DDR controller to use 4-beat bursts when
4172     communicating to the DRAMs. However, an issue exists that
4173     could lead to data corruption when the DDR controller is
4174     in 32-bit bus mode while using 4-beat bursts.
4175
4176     Projected Impact:
4177     If the DDR controller is operating in 32-bit bus mode with
4178     4-beat bursts, then the controller may enter into a bad state.
4179     All subsequent reads from memory is corrupted.
4180     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
4181     Therefore, this erratum does not affect DDR3 mode.
4182
4183     Work Arounds:
4184     To work around this issue, software must set DEBUG_1[31] in
4185     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
4186     and CCSRBAR offset + 0x6f00 for DDR_2).
4187
4188     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
4189     as condition, but it should be DDR_SDRAM_CFG register.
4190
4191     Signed-off-by: Dave Liu <daveliu@freescale.com>
4192
4193 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
4194 Author: Dave Liu <daveliu@freescale.com>
4195 Date:   Thu Oct 23 21:17:19 2008 +0800
4196
4197     85xx: remove unused config definition
4198
4199     Signed-off-by: Dave Liu <daveliu@freescale.com>
4200
4201 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
4202 Author: Kumar Gala <galak@kernel.crashing.org>
4203 Date:   Thu Oct 23 01:47:38 2008 -0500
4204
4205     85xx: Add basic e500mc core support
4206
4207     Introduce CONFIG_E500MC to deal with the minor differences between
4208     e500v2 and e500mc.
4209
4210     * Certain fields of HID0/1 don't exist anymore on e500mc
4211     * Cache line size is 64-bytes on e500mc
4212     * reset value of PIR is different
4213
4214     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4215
4216 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
4217 Author: Kumar Gala <galak@kernel.crashing.org>
4218 Date:   Thu Oct 23 01:47:37 2008 -0500
4219
4220     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
4221
4222     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
4223     e500mc's 64-byte cacheline properly when it gets added.
4224
4225     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4226
4227 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
4228 Author: Georg Schardt <schardt@team-ctech.de>
4229 Date:   Fri Oct 24 13:51:52 2008 +0200
4230
4231     ppc4xx: New board avnet fx12 minimodul
4232
4233     This patch adds support for the avnet fx12 minimodul.
4234     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
4235     patch from Ricardo.
4236
4237     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
4238     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4239     Signed-off-by: Stefan Roese <sr@denx.de>
4240
4241 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
4242 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4243 Date:   Tue Oct 21 18:29:46 2008 +0200
4244
4245     ppc4xx: Generic architecture for xilinx ppc405(v3)
4246
4247     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
4248     ppc440 boards, this patch presents a common architecture for all the
4249     xilinx ppc405 boards.
4250
4251     Any custom xilinx ppc405 board can be added very easily with no code
4252     duplicity.
4253
4254     This patch also adds a simple generic board, that can be used on almost
4255     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
4256
4257     This patch is prepared to work with the latest version of EDK (10.1)
4258
4259     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4260     Signed-off-by: Stefan Roese <sr@denx.de>
4261
4262 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
4263 Author: Stefan Roese <sr@denx.de>
4264 Date:   Fri Oct 24 08:56:09 2008 +0200
4265
4266     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
4267
4268     Since the new autocalibration still has some problems on some Kilauea
4269     boards with 200MHz DDR2 frequency we disable the autocalibration and
4270     use the hardcoded values as done before. This seems to work reliably
4271     on all known DDR2 frequencies.
4272
4273     After the autocalibration issue is fixed we will enable it again.
4274
4275     Signed-off-by: Stefan Roese <sr@denx.de>
4276
4277 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
4278 Author: Mike Frysinger <vapier@gentoo.org>
4279 Date:   Wed Apr 9 02:02:07 2008 -0400
4280
4281     Blackfin: fix up UART status bit handling
4282
4283     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
4284     This can cause problems when we poll the LSR and then later try and handle
4285     any errors detected.
4286
4287     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4288
4289 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
4290 Author: Mike Frysinger <vapier@gentoo.org>
4291 Date:   Sat Oct 11 20:42:17 2008 -0400
4292
4293     Blackfin: bf561-ezkit: drop redundant code
4294
4295     Common Blackfin code already announces CPU information.
4296
4297     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4298
4299 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
4300 Author: Mike Frysinger <vapier@gentoo.org>
4301 Date:   Sat Oct 11 20:43:10 2008 -0400
4302
4303     Blackfin: bf561-ezkit: drop pointless USB code
4304
4305     The USB/LAN register settings are not actually used/needed in order to
4306     drive things from U-Boot, so drop the code.
4307
4308     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4309
4310 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
4311 Author: Mike Frysinger <vapier@gentoo.org>
4312 Date:   Sat Oct 11 20:47:58 2008 -0400
4313
4314     Blackfin: linker scripts: force start.o and set initcode boundaries
4315
4316     Make sure that the start.o object is always the first object in our linker
4317     script regardless of configuration settings, and add some linker symbols
4318     so the ldr utility can properly locate the initcode when generating a LDR.
4319
4320     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4321
4322 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
4323 Author: Mike Frysinger <vapier@gentoo.org>
4324 Date:   Sat Oct 11 21:19:39 2008 -0400
4325
4326     Blackfin: small cpu init optimization while setting interrupt mask
4327
4328     Use the sti instruction to set the initial interrupt mask rather than
4329     banging on the core IMASK MMR to save both space and time.
4330
4331     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4332
4333 commit 960922291c9594acb575cec7e47d7bed9b58182c
4334 Author: Mike Frysinger <vapier@gentoo.org>
4335 Date:   Sat Oct 11 21:18:10 2008 -0400
4336
4337     Blackfin: set initial stack correctly according to Blackfin ABI
4338
4339     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4340
4341 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
4342 Author: Mike Frysinger <vapier@gentoo.org>
4343 Date:   Sun Apr 20 03:11:53 2008 -0400
4344
4345     Blackfin: make baud calculation more accurate
4346
4347     We should use the algorithm in the Linux kernel so that the UART divisor
4348     calculation is more accurate.  It also fixes problems on some picky UARTs
4349     that have sampling anomalies.
4350
4351     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4352
4353 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
4354 Author: Mike Frysinger <vapier@gentoo.org>
4355 Date:   Mon Oct 6 04:21:41 2008 -0400
4356
4357     Blackfin: decode hwerrcause/excause when crashing
4358
4359     Having to decode hwerrcause/excause values is a pain, so automate it.
4360
4361     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4362
4363 commit 2de95bb20c488f20298df6881b700a5a757ee780
4364 Author: Mike Frysinger <vapier@gentoo.org>
4365 Date:   Mon Oct 6 04:20:54 2008 -0400
4366
4367     Blackfin: fix register dump messages
4368
4369     Make sure we report RETI/IPEND correctly.
4370
4371     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4372
4373 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
4374 Author: Mike Frysinger <vapier@gentoo.org>
4375 Date:   Mon Oct 6 04:19:34 2008 -0400
4376
4377     Blackfin: don't bother displaying reboot msg when crashing
4378
4379     The hang function already tells you to reboot, so no point in showing it
4380     twice.
4381
4382     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4383
4384 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
4385 Author: Mike Frysinger <vapier@gentoo.org>
4386 Date:   Sun Jun 1 01:23:48 2008 -0400
4387
4388     Blackfin: enable support for nested interrupts
4389
4390     During cpu init, make sure we initialize the CEC properly so that
4391     interrupts can fire and be handled while U-Boot is running.
4392
4393     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4394
4395 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
4396 Author: Mike Frysinger <vapier@gentoo.org>
4397 Date:   Mon Oct 6 03:55:25 2008 -0400
4398
4399     Blackfin: init NAND before relocating env
4400
4401     If booting out of NAND, we need to make sure we initialize it properly
4402     before attempting to relocate the environment.
4403
4404     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4405
4406 commit 0f9a8819416ba40a53de50af148847a0e508f84d
4407 Author: Mike Frysinger <vapier@gentoo.org>
4408 Date:   Thu Aug 7 18:40:13 2008 -0400
4409
4410     Blackfin: check cache bits, not cplb bits
4411
4412     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4413
4414 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
4415 Author: Mike Frysinger <vapier@gentoo.org>
4416 Date:   Thu Aug 7 17:52:59 2008 -0400
4417
4418     Blackfin: drop unused cache flush code
4419
4420     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4421
4422 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
4423 Author: Mike Frysinger <vapier@gentoo.org>
4424 Date:   Thu Aug 7 15:21:47 2008 -0400
4425
4426     Blackfin: unify cache handling code
4427
4428     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4429
4430 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
4431 Author: Mike Frysinger <vapier@gentoo.org>
4432 Date:   Mon Oct 6 03:39:07 2008 -0400
4433
4434     Blackfin: only initialize the RTC when actually used
4435
4436     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4437
4438 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
4439 Author: Mike Frysinger <vapier@gentoo.org>
4440 Date:   Mon Oct 6 03:44:33 2008 -0400
4441
4442     Blackfin: fix SWRST register definition
4443
4444     The SWRST register is a 16bit, not 32bit, register.
4445
4446     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4447
4448 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
4449 Author: Mike Frysinger <vapier@gentoo.org>
4450 Date:   Thu Aug 7 18:54:57 2008 -0400
4451
4452     Blackfin: build with -fomit-frame-pointer
4453
4454     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4455
4456 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
4457 Author: Mike Frysinger <vapier@gentoo.org>
4458 Date:   Thu Aug 7 17:50:26 2008 -0400
4459
4460     Blackfin: document some of the blackfin directories
4461
4462     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4463
4464 commit e4337968e43698a68ba608369f46d4a4114111ca
4465 Author: Mike Frysinger <vapier@gentoo.org>
4466 Date:   Thu Aug 7 15:16:56 2008 -0400
4467
4468     Blackfin: only enable hardware error irq by default
4469
4470     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4471
4472 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
4473 Author: Mike Frysinger <vapier@gentoo.org>
4474 Date:   Thu Aug 7 13:36:43 2008 -0400
4475
4476     Blackfin: punt old unused mem_init.h header
4477
4478     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4479
4480 commit bcc121a01608042066a19ab5bff5bcfb805bf406
4481 Author: Mike Frysinger <vapier@gentoo.org>
4482 Date:   Thu Aug 7 13:18:55 2008 -0400
4483
4484     Blackfin: delete unused page_descriptor_table_size define
4485
4486     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4487
4488 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
4489 Author: Mike Frysinger <vapier@gentoo.org>
4490 Date:   Thu Aug 7 13:17:03 2008 -0400
4491
4492     Blackfin: fix typo in boot mode comment and add NAND define
4493
4494     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4495
4496 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
4497 Author: Ben Maan <moo@cow>
4498 Date:   Thu Aug 7 13:14:21 2008 -0400
4499
4500     Blackfin: fix port mux defines for BF54x
4501
4502     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4503
4504 commit 0656ef2ba274910d31364fe022f6c7db0051660d
4505 Author: Mike Frysinger <vapier@gentoo.org>
4506 Date:   Thu Aug 7 13:09:50 2008 -0400
4507
4508     Blackfin: update anomaly lists
4509
4510     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4511
4512 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
4513 Author: Mike Frysinger <vapier@gentoo.org>
4514 Date:   Thu Aug 7 13:08:54 2008 -0400
4515
4516     Blackfin: unify DSPID/DBGSTAT MMR definitions
4517
4518     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4519
4520 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
4521 Author: Wolfgang Denk <wd@denx.de>
4522 Date:   Tue Oct 21 15:53:51 2008 +0200
4523
4524     Fix strmhz(): avoid printing negative fractions
4525
4526     Signed-off-by: Wolfgang Denk <wd@denx.de>
4527
4528 commit 4a7f6b750d8de543fdf8e58acd86745010054571
4529 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
4530 Date:   Fri Oct 17 08:55:51 2008 -0400
4531
4532     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
4533
4534     This is done to allow other 83XX based platforms which also have UPM
4535     (e.g. 8360) to configure and use their UPM in u-boot.
4536
4537     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4538     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4539
4540 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
4541 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4542 Date:   Tue Oct 14 22:58:53 2008 +0400
4543
4544     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
4545
4546     With this patch u-boot can fixup the dr_mode and phy_type properties
4547     for the Dual-Role USB controller.
4548
4549     While at it, also remove #ifdefs around includes, they are not needed.
4550
4551     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4552     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4553
4554 commit b3379f3fd13969934c00097c05754e7a8990fd39
4555 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4556 Date:   Wed Oct 8 20:52:54 2008 +0400
4557
4558     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
4559
4560     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
4561     current settings don't work with the default chip on the board.
4562     Nevertheless Freescale's U-Boot sets the option register correctly,
4563     so I just dumped the register from the working u-boot. My guess is
4564     that the old settings were applicable for some pilot boards, not
4565     found in the production.
4566
4567     This patch also enables FSL ELBC driver so that we could access
4568     the NAND storage in the u-boot.
4569
4570     The NAND support costs about 45KB, so the u-boot no longer fits
4571     into two 128KB NOR flash sectors, thus we also have to adjust
4572     environment location: add another 128KB to the monitor length.
4573
4574     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4575
4576     It is due to hardware design and logic defect, that is the
4577     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
4578     the NAND chip connected to nLCS3,  you have to set up the
4579     OR3[BCTLD] = '1' for normal operation, otherwise it will have
4580     bus contention due to the pin 48/25 of U60 is enabled.
4581
4582     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
4583     asserted upon access to the NAND chip, keep the default state.
4584
4585     Acked-by: Dave Liu <daveliu@freescale.com>
4586     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4587
4588 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
4589 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4590 Date:   Thu Oct 2 19:17:33 2008 +0400
4591
4592     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
4593
4594     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
4595     standalone or acting as a PCI agent. User's Guide says:
4596
4597     - When the CPLD recognizes its location on the PIB it automatically
4598       configures RCW to the PCI Host.
4599     - If the CPLD fails to recognize its location then it is automatically
4600       configured as an Agent and the PCI is configured to an external arbiter.
4601
4602     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
4603     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
4604     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
4605     any arbiter bad things will happen (here the board hangs during any config
4606     space reads).
4607
4608     In this situation we must disable the PCI. And in case of anybody really
4609     want to use an external arbiter, we provide "pci_external_aribter"
4610     environment variable.
4611
4612     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4613     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4614
4615 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
4616 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4617 Date:   Thu Oct 2 18:32:25 2008 +0400
4618
4619     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
4620
4621     This involves configuring the SerDes and fixing up the flags and
4622     PHY addresses for the TSECs.
4623
4624     For Linux we also fix up the device tree.
4625
4626     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4627     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4628
4629 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
4630 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4631 Date:   Thu Oct 2 18:31:59 2008 +0400
4632
4633     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
4634
4635     We'll use these masks to parse TSEC modes out of HRCWH.
4636
4637     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4638     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4639
4640 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
4641 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4642 Date:   Thu Oct 2 18:31:56 2008 +0400
4643
4644     mpc83xx: serdes: add forgotten shifts for rfcks
4645
4646     The rfcks should be shifted by 28 bits left. We didn't notice the bug
4647     because we were using only 100MHz clocks (for which rfcks == 0).
4648
4649     Though, for SGMII we'll need 125MHz clocks.
4650
4651     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4652     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4653
4654 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
4655 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4656 Date:   Thu Oct 2 18:31:53 2008 +0400
4657
4658     mpc83xx: fix serdes setup for the MPC8378E boards
4659
4660     MPC837xE specs says that SerDes1 has:
4661
4662     — Two lanes running x1 SGMII at 1.25 Gbps;
4663     — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
4664
4665     And for SerDes2:
4666
4667     — Two lanes running x1 PCI Express at 2.5 Gbps;
4668     — One lane running x2 PCI Express at 2.5 Gbps;
4669     — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
4670
4671     The spec also explicitly states that PEX options are not valid for
4672     the SD1.
4673
4674     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
4675     which is wrong to do.
4676
4677     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4678     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4679
4680 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
4681 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4682 Date:   Wed Sep 10 18:12:37 2008 +0400
4683
4684     mpc83xx: mpc8360emds: rework LBC SDRAM setup
4685
4686     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
4687     it difficult to use (b/c then the memory is discontinuous and
4688     there is quite big memory hole between the DDR/SDRAM regions).
4689
4690     This patch reworks LBC SDRAM setup so that now we dynamically
4691     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
4692     DDR memory).
4693
4694     With this patch we're able to:
4695
4696     - Boot without external DDR memory;
4697     - Use most "DDR + SDRAM" setups without need to support for
4698       sparse/discontinuous memory model in the software.
4699
4700     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4701     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4702
4703 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
4704 Author: Wolfgang Denk <wd@xpert.denx.de>
4705 Date:   Tue Oct 21 11:23:56 2008 +0200
4706
4707     FDT: don't use private kernel header files
4708
4709     On some systems (for example Fedora Core 4) U-Boot builds with the
4710     following wanrings only:
4711
4712     ...
4713     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
4714                      from fdt.c:51:
4715                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
4716
4717     This patch fixes this problem.
4718
4719     Signed-off-by: Wolfgang Denk <wd@denx.de>
4720
4721 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
4722 Author: Stefan Roese <sr@denx.de>
4723 Date:   Mon Oct 13 15:15:31 2008 +0200
4724
4725     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
4726
4727     Signed-off-by: Stefan Roese <sr@denx.de>
4728
4729 commit 43cbce69d48d052574d71f50724be546d90a46a4
4730 Author: Stefan Roese <sr@denx.de>
4731 Date:   Mon Oct 13 10:45:14 2008 +0200
4732
4733     ppc4xx: Correctly setup ranges property in ebc node
4734
4735     Previously only the NOR flash mapping was written into the ranges
4736     property of the ebc node. This patch now writes all enabled chip
4737     select areas into the ranges property.
4738
4739     Signed-off-by: Stefan Roese <sr@denx.de>
4740
4741 commit d7b26d58328f137471ea97de382bfa63f7239931
4742 Author: Dirk Eibach <eibach@gdsys.de>
4743 Date:   Wed Oct 8 15:37:50 2008 +0200
4744
4745     ppc4xx: Add GDSys neo 405EP board support
4746
4747     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
4748     Signed-off-by: Stefan Roese <sr@denx.de>
4749
4750 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
4751 Author: Niklaus Giger <niklaus.giger@netstal.com>
4752 Date:   Wed Oct 1 14:46:13 2008 +0200
4753
4754     ppc4xx: Update configs for Netstal boards
4755
4756     I reorganized my config files, putting the common stuff into netstal-common.h
4757     (got the idea by looking a amcc-common.h from Stefan).
4758
4759     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
4760
4761     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
4762     Signed-off-by: Stefan Roese <sr@denx.de>
4763
4764 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
4765 Author: Adam Graham <agraham@amcc.com>
4766 Date:   Wed Oct 8 10:13:19 2008 -0700
4767
4768     ppc4xx: Add routine to retrieve CPU number
4769
4770     Provide a weak defined routine to retrieve the CPU number for
4771     reference boards that have multiple CPU's.  Default behavior
4772     is the existing single CPU print output.  Reference boards with
4773     multiple CPU's need to provide a board specific routine.
4774     See board/amcc/arches/arches.c for an example.
4775
4776     Signed-off-by: Adam Graham <agraham@amcc.com>
4777     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4778     Signed-off-by: Stefan Roese <sr@denx.de>
4779
4780 commit 59217bae40e90982ab5400d849c08af683ace036
4781 Author: Adam Graham <agraham@amcc.com>
4782 Date:   Wed Oct 8 10:13:14 2008 -0700
4783
4784     ppc4xx: Add static support for 44x IBM SDRAM Controller
4785
4786     This patch add the capability to configure a PPC440 based IBM SDRAM
4787     Controller with static, compiled-in, values. PPC440 memory subsystem
4788     includes a Memory Queue core.
4789
4790     Signed-off-by: Adam Graham <agraham@amcc.com>
4791     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4792     Signed-off-by: Stefan Roese <sr@denx.de>
4793
4794 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
4795 Author: Adam Graham <agraham@amcc.com>
4796 Date:   Wed Oct 8 10:12:53 2008 -0700
4797
4798     ppc4xx: Add AMCC Arches board support (dual 460GT)
4799
4800     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
4801     This board is a dual processor board with each processor providing
4802     independent resources for Rapid IO, Gigabit Ethernet, and serial
4803     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
4804     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
4805     port. The two 460GT's will communicate with each other via shared
4806     memory, Gigabit Ethernet and x1 PCI-Express.
4807
4808     Signed-off-by: Adam Graham <agraham@amcc.com>
4809     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4810     Signed-off-by: Stefan Roese <sr@denx.de>
4811
4812 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
4813 Author: Wolfgang Denk <wd@xpert.denx.de>
4814 Date:   Sun Oct 19 21:54:30 2008 +0200
4815
4816     TQM8260: environment in flash instead EEPROM, baudrate 115k
4817
4818     Several customers have reported problems with the environment in
4819     EEPROM, including corrupted content after board reset. Probably the
4820     code to prevent I2C Enge Conditions is not working sufficiently.
4821
4822     We move the environment to flash now, which allows to have a backup
4823     copy plus gives much faster boot times.
4824
4825     Also, change the default console initialization to 115200 bps as used
4826     on most other boards.
4827
4828     Signed-off-by: Wolfgang Denk <wd@denx.de>
4829
4830 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
4831 Author: Kumar Gala <galak@kernel.crashing.org>
4832 Date:   Sun Oct 19 12:49:19 2008 -0500
4833
4834     85xx: Fix compile warning in mpc8536ds.c
4835
4836     mpc8536ds.c: In function 'is_sata_supported':
4837     mpc8536ds.c:615: warning: unused variable 'devdisr'
4838
4839     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4840
4841 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
4842 Author: Wolfgang Denk <wd@denx.de>
4843 Date:   Sun Oct 19 02:35:50 2008 +0200
4844
4845     Cleanup: fix "MHz" spelling
4846
4847     Signed-off-by: Wolfgang Denk <wd@denx.de>
4848
4849 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
4850 Author: Wolfgang Denk <wd@denx.de>
4851 Date:   Sun Oct 19 02:35:49 2008 +0200
4852
4853     Use strmhz() to format clock frequencies
4854
4855     Signed-off-by: Wolfgang Denk <wd@denx.de>
4856
4857 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
4858 Author: Wolfgang Denk <wd@denx.de>
4859 Date:   Sun Oct 19 02:35:48 2008 +0200
4860
4861     strmhz(): Round numbers when printing clock frequencies
4862
4863     Round clock frequencies for printing.
4864
4865     Many boards printed off clock frequencies like 399 MHz instead of the
4866     exact 400 MHz because numberes were not rounded. This is fixed now.
4867
4868     Signed-off-by: Wolfgang Denk <wd@denx.de>
4869
4870 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
4871 Author: Timur Tabi <timur@freescale.com>
4872 Date:   Mon Oct 20 15:16:47 2008 -0500
4873
4874     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
4875
4876     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
4877     to add a comment that the correct value disagrees with the 8544 reference
4878     manual.  The changelog for that commit is also wrong, as it says "bit 28"
4879     when it should be "bit 24".
4880
4881     Signed-off-by: Timur Tabi <timur@freescale.com>
4882
4883 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
4884 Author: Heiko Schocher <hs@denx.de>
4885 Date:   Fri Oct 17 18:24:06 2008 +0200
4886
4887     mgcoge: add redundant environment sector
4888
4889     Signed-off-by: Heiko Schocher <hs@denx.de>
4890
4891 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
4892 Author: Heiko Schocher <hs@denx.de>
4893 Date:   Fri Oct 17 18:23:27 2008 +0200
4894
4895     mgsuvd: update size of environment
4896
4897     Signed-off-by: Heiko Schocher <hs@denx.de>
4898
4899 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
4900 Author: Jason Jin <Jason.jin@freescale.com>
4901 Date:   Fri Oct 10 11:41:00 2008 +0800
4902
4903     Enabled the Freescale SGMII riser card on 8536DS
4904
4905     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
4906
4907 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
4908 Author: Liu Yu <yu.liu@freescale.com>
4909 Date:   Fri Oct 10 11:40:59 2008 +0800
4910
4911     Enabled the Freescale SGMII riser card on 8572DS
4912
4913     This patch based on Andy's work.
4914     Including command 'pixis_set_sgmii' support.
4915
4916     Signed-off-by: Liu Yu <yu.liu@freescale.com>
4917
4918 commit bff188baf9427c35745356439435acf3864d4c65
4919 Author: Liu Yu <yu.liu@freescale.com>
4920 Date:   Fri Oct 10 11:40:58 2008 +0800
4921
4922     Make pixis_set_sgmii more general to support MPC85xx boards.
4923
4924     The pixis sgmii command depend on the FPGA support on the board, some 85xx
4925     boards support SGMII riser card but did not support this command, define
4926     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
4927
4928     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
4929     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
4930     PIXIS_VCFGEN1_MASK in header file for both boards.
4931
4932     Signed-off-by: Liu Yu <yu.liu@freescale.com>
4933
4934 commit 5e981d683d2363204c76773941c2e9c2044c808f
4935 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4936 Date:   Wed Oct 8 23:38:02 2008 -0500
4937
4938     Add cpu/8xxx to TAGS_SUBDIRS
4939
4940     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4941
4942 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
4943 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4944 Date:   Thu Oct 9 01:25:55 2008 -0500
4945
4946     fsl_law clear enable before changing.
4947
4948     Debug sessions may have left enabled laws.
4949     Changing lawbar with an unkown enabled tgtid could cause problems.
4950
4951     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4952
4953 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
4954 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4955 Date:   Thu Oct 9 00:29:27 2008 -0500
4956
4957     mpc8572 additional end-point mode
4958
4959     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
4960     Include host_agent == 0 decode for end-point determination.
4961
4962     This is not needed for the ds reference board since pcie3 will be a host
4963     in order to connect to the uli chip.  Include it here as a reference for
4964     other mpc8572 boards.
4965
4966     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4967
4968 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
4969 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4970 Date:   Wed Oct 8 23:37:59 2008 -0500
4971
4972     85xx if NUM_CPUS>1, print cpu number
4973
4974     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4975
4976 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
4977 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4978 Date:   Wed Oct 8 23:38:01 2008 -0500
4979
4980     pixis do not print long help if not configured
4981
4982     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4983
4984 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
4985 Author: Andy Fleming <afleming@freescale.com>
4986 Date:   Tue Oct 7 08:09:50 2008 -0500
4987
4988     Have u-boot pass stashing parameters into device tree
4989
4990     Some cores don't support ethernet stashing at all, and some
4991     instances have errata.  Adds 3 properties to gianfar nodes
4992     which support stashing.  For now, just add this support to
4993     85xx SoCs.
4994
4995     Signed-off-by: Andy Fleming <afleming@freescale.com>
4996
4997 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
4998 Author: Haiying Wang <Haiying.Wang@freescale.com>
4999 Date:   Fri Oct 3 12:37:57 2008 -0400
5000
5001     Add DDR options setting on MPC8641HPCN board
5002
5003     * Add board specific parameter table to choose correct cpo, clk_adjust,
5004     write_data_delay based on board ddr frequency and n_ranks.
5005
5006     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
5007
5008     Signed-off-by: James Yang <James.Yang@freescale.com>
5009     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5010
5011 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
5012 Author: Haiying Wang <Haiying.Wang@freescale.com>
5013 Date:   Fri Oct 3 12:37:41 2008 -0400
5014
5015     Add ddr interleaving suppport for MPC8572DS board
5016
5017     * Add board specific parameter table to choose correct cpo, clk_adjust,
5018     write_data_delay, 2T based on board ddr frequency and n_ranks.
5019
5020     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
5021
5022     * Set memory controller interleaving mode to bank interleaving, and disable
5023     bank(chip select) interleaving mode by default, because the default on-board
5024     DDR DIMMs are 2x512MB single-rank.
5025
5026     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
5027
5028     Signed-off-by: James Yang <James.Yang@freescale.com>
5029     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5030
5031 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
5032 Author: Haiying Wang <Haiying.Wang@freescale.com>
5033 Date:   Fri Oct 3 12:37:26 2008 -0400
5034
5035     Add debug information for DDR controller registers
5036
5037     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5038
5039 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
5040 Author: Haiying Wang <Haiying.Wang@freescale.com>
5041 Date:   Fri Oct 3 12:37:10 2008 -0400
5042
5043     Check DDR interleaving mode
5044
5045     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
5046     ba_intlv_ctl.
5047     * Print DDR interleaving mode information
5048     * Add doc/README.fsl-ddr to describe the interleaving setting
5049
5050     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5051
5052 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
5053 Author: Haiying Wang <Haiying.Wang@freescale.com>
5054 Date:   Fri Oct 3 12:36:55 2008 -0400
5055
5056     Pass dimm parameters to populate populate controller options
5057
5058     Because some dimm parameters like n_ranks needs to be used with the board
5059     frequency to choose the board parameters like clk_adjust etc. in the
5060     board_specific_paramesters table of the board ddr file, we need to pass
5061     the dimm parameters to the board file.
5062
5063     * move ddr dimm parameters header file from /cpu to /include directory.
5064     * add ddr dimm parameters to populate board specific options.
5065     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
5066
5067     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5068
5069 commit dbbbb3abeff325855cae76e33d69d5665631443f
5070 Author: Haiying Wang <Haiying.Wang@freescale.com>
5071 Date:   Fri Oct 3 12:36:39 2008 -0400
5072
5073     Make DDR interleaving mode work correctly
5074
5075     Fix some bugs:
5076       1. Correctly set intlv_ctl in cs_config.
5077       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
5078       3. Set base_address and total memory for each ddr controller in memory
5079          controller interleaving mode.
5080
5081     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5082
5083 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
5084 Author: Kumar Gala <galak@kernel.crashing.org>
5085 Date:   Mon Sep 22 23:40:42 2008 -0500
5086
5087     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
5088
5089     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5090
5091 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
5092 Author: Kumar Gala <galak@kernel.crashing.org>
5093 Date:   Mon Sep 22 14:11:11 2008 -0500
5094
5095     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
5096
5097     Changing the flash from cacheable to cache-inhibited was taking a significant
5098     amount of time due to the fact that we were iterating over the full 256M of
5099     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
5100
5101     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5102
5103 commit 54e091d3b603a3332c619199ca83a07e95960da4
5104 Author: Kumar Gala <galak@kernel.crashing.org>
5105 Date:   Mon Sep 22 14:11:10 2008 -0500
5106
5107     85xx: Export invalidate_{i,d}cache and add flush_dcache
5108
5109     Added the ability for C code to invalidate the i/d-cache's and
5110     to flush the d-cache.  This allows us to more efficient change mappings
5111     from cache-able to cache-inhibited.
5112
5113     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5114
5115 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
5116 Author: Heiko Schocher <hs@denx.de>
5117 Date:   Fri Oct 17 16:11:52 2008 +0200
5118
5119     mgcoge, mgsuvd: extract more common code
5120
5121     in ft_blob_update () for both boards was an unneccessary
5122     repetition of code, which this patch moves in a common
5123     function for this boards.
5124
5125     Signed-off-by: Heiko Schocher <hs@denx.de>
5126
5127 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
5128 Author: Heiko Schocher <hs@denx.de>
5129 Date:   Fri Oct 17 12:15:55 2008 +0200
5130
5131     mgcoge, mgsuvd: use in_*/out_* accesors
5132
5133     Signed-off-by: Heiko Schocher <hs@denx.de>
5134
5135 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
5136 Author: Heiko Schocher <hs@denx.de>
5137 Date:   Fri Oct 17 13:52:51 2008 +0200
5138
5139     mgsuvd: fix compiler warning when using soft_i2c driver
5140
5141     Signed-off-by: Heiko Schocher <hs@denx.de>
5142
5143 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
5144 Author: Heiko Schocher <hs@denx.de>
5145 Date:   Fri Oct 17 12:15:05 2008 +0200
5146
5147     mgsuvd: fix coding style
5148
5149     Signed-off-by: Heiko Schocher <hs@denx.de>
5150
5151 commit 5f4c3137f4f051787707c548133823f1656eb508
5152 Author: Heiko Schocher <hs@denx.de>
5153 Date:   Fri Oct 17 12:13:30 2008 +0200
5154
5155     mgcoge: Second Flash on CS5 not on CS1
5156
5157     Signed-off-by: Heiko Schocher <hs@denx.de>
5158
5159 commit 76da19df5b8e186d269f29190696bd31fb6c836b
5160 Author: Kumar Gala <galak@kernel.crashing.org>
5161 Date:   Thu Oct 16 21:52:08 2008 -0500
5162
5163     Added arch_lmb_reserve to allow arch specific memory regions protection
5164
5165     Each architecture has different ways of determine what regions of memory
5166     might not be valid to get overwritten when we boot.  This provides a
5167     hook to allow them to reserve any regions they care about.  Currently
5168     only ppc, m68k and sparc need/use this.
5169
5170     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5171
5172 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
5173 Author: Heiko Schocher <hs@denx.de>
5174 Date:   Thu Oct 16 16:32:35 2008 +0200
5175
5176     mgcoge: added CONFIG_FIT to support the new u-boot image format
5177
5178     Signed-off-by: Heiko Schocher <hs@denx.de>
5179
5180 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
5181 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5182 Date:   Thu Oct 16 15:01:15 2008 +0200
5183
5184     rename CFG_ macros to CONFIG_SYS
5185
5186     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5187
5188 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
5189 Author: Kumar Gala <galak@kernel.crashing.org>
5190 Date:   Mon Oct 13 14:12:55 2008 -0500
5191
5192     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
5193
5194     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5195
5196 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
5197 Author: Kumar Gala <galak@kernel.crashing.org>
5198 Date:   Tue Sep 23 10:05:02 2008 -0500
5199
5200     Expose command table search for sub-commands
5201
5202     Sub-command can benefit from using the same table and search functions
5203     that top level commands have.  Expose this functionality by refactoring
5204     find_cmd() and introducing find_cmd_tbl() that sub-command processing
5205     can call.
5206
5207     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5208
5209 commit f7e51b27508446f8cae3927975817137979ad5e8
5210 Author: Heiko Schocher <hs@denx.de>
5211 Date:   Wed Oct 15 09:41:33 2008 +0200
5212
5213     mgsuvd, mgcoge: added BOOTCOUNT feature.
5214
5215     Signed-off-by: Heiko Schocher <hs@denx.de>
5216
5217 commit 8f64da7f83b553889bc08400c97047998382e9d2
5218 Author: Heiko Schocher <hs@denx.de>
5219 Date:   Wed Oct 15 09:41:00 2008 +0200
5220
5221     mgcoge, mgsuvd: added support for the IVM EEprom.
5222
5223     The EEprom contains some Manufacturerinformation,
5224     which are read from u-boot at boot time, and saved
5225     in same hush shell variables.
5226
5227     Signed-off-by: Heiko Schocher <hs@denx.de>
5228
5229 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
5230 Author: Heiko Schocher <hs@denx.de>
5231 Date:   Wed Oct 15 09:40:28 2008 +0200
5232
5233     hush: add showvar command for hush shell.
5234
5235     This new command shows the local variables defined in
5236     the hush shell:
5237
5238     => help showvar
5239     showvar
5240         - print values of all hushshell variables
5241     showvar name ...
5242         - print value of hushshell variable 'name'
5243
5244     Also make the set_local_var() and unset_local_var ()
5245     no longer static, so it is possible to define local
5246     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
5247     is defined, u-boot calls hush_init_var (), where
5248     boardspecific code can define local hush shell
5249     variables at boottime.
5250
5251     Signed-off-by: Heiko Schocher <hs@denx.de>
5252
5253 commit 67b23a322848d828a5e45c0567b72762bfde7abf
5254 Author: Heiko Schocher <hs@denx.de>
5255 Date:   Wed Oct 15 09:39:47 2008 +0200
5256
5257     I2C: adding new "i2c bus" Command to the I2C Subsystem.
5258
5259     With this Command it is possible to add new I2C Busses,
5260     which are behind 1 .. n I2C Muxes. Details see README.
5261
5262     Signed-off-by: Heiko Schocher <hs@denx.de>
5263
5264 commit c24853644ddd2dd2e4246b5854a93e6254a14092
5265 Author: Heiko Schocher <hs@denx.de>
5266 Date:   Wed Oct 15 09:39:08 2008 +0200
5267
5268     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
5269
5270     As documented in doc/I2C_Edge_Conditions, adding a
5271     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
5272     for the mgcoge and mgsuvd board.
5273
5274     This code was originally written by Keymile in association
5275     with Anatech and Atmel in 1998. The Code toggels the SCL
5276     until the SCA line goes to HIGH (max. 16 times).
5277     And after this, a start condition is sent.
5278
5279     This is another approach to deblock the I2C Bus. The
5280     soft I2C driver actually sends 9 clocks with SDA High,
5281     and then a stop at the end, to deblock the I2C Bus.
5282
5283     Maybe we should use the approach from Keymile as
5284     the new standard?
5285
5286     Signed-off-by: Heiko Schocher <hs@denx.de>
5287
5288 commit 4ca107effebfbabac1057c39632105dacef95957
5289 Author: Heiko Schocher <hs@denx.de>
5290 Date:   Wed Oct 15 09:38:38 2008 +0200
5291
5292     soft_i2c: Add CFG_I2C_INIT_BOARD option
5293
5294     This patch adds the option for a boardspecific
5295     I2C deblocking mechanism for the soft i2c driver.
5296
5297     Signed-off-by: Heiko Schocher <hs@denx.de>
5298
5299 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
5300 Author: Heiko Schocher <hs@denx.de>
5301 Date:   Wed Oct 15 09:38:07 2008 +0200
5302
5303     mgcoge, mgsuvd: add DTT (LM75) support.
5304
5305     Signed-off-by: Heiko Schocher <hs@denx.de>
5306
5307 commit 8e442df438ab677057571e3ac01846bff7719bce
5308 Author: Heiko Schocher <hs@denx.de>
5309 Date:   Wed Oct 15 09:37:34 2008 +0200
5310
5311     lm75: Make the LM75 MULTI_BUS compatible.
5312
5313     Signed-off-by: Heiko Schocher <hs@denx.de>
5314
5315 commit 12f1678127c1df2b2878ba93c88948bedc060775
5316 Author: Heiko Schocher <hs@denx.de>
5317 Date:   Wed Oct 15 09:37:04 2008 +0200
5318
5319     lm75: fix Codingstyle issues.
5320
5321     Signed-off-by: Heiko Schocher <hs@denx.de>
5322
5323 commit f2202450c75ba6934b356024101500ddcde6e2a6
5324 Author: Heiko Schocher <hs@denx.de>
5325 Date:   Wed Oct 15 09:36:33 2008 +0200
5326
5327     mgcoge, mgsuvd: added EEprom support.
5328
5329     Signed-off-by: Heiko Schocher <hs@denx.de>
5330
5331 commit 9661bf9d120f760238b2a073b84f2baf05010057
5332 Author: Heiko Schocher <hs@denx.de>
5333 Date:   Wed Oct 15 09:36:03 2008 +0200
5334
5335     mgcoge, mgsuvd: add I2C support.
5336
5337     Signed-off-by: Heiko Schocher <hs@denx.de>
5338
5339 commit 98aed379586a155292efbf3209356836584b601c
5340 Author: Heiko Schocher <hs@denx.de>
5341 Date:   Wed Oct 15 09:35:26 2008 +0200
5342
5343     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
5344
5345     This patch fixes the following warnings, when using
5346     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
5347     systems:
5348
5349     soft_i2c.c: In function 'send_reset':
5350     soft_i2c.c:93: warning: unused variable 'immr'
5351     soft_i2c.c: In function 'send_start':
5352     soft_i2c.c:124: warning: unused variable 'immr'
5353     soft_i2c.c: In function 'send_stop':
5354     soft_i2c.c:146: warning: unused variable 'immr'
5355     soft_i2c.c: In function 'send_ack':
5356     soft_i2c.c:171: warning: unused variable 'immr'
5357     soft_i2c.c: In function 'write_byte':
5358     soft_i2c.c:196: warning: unused variable 'immr'
5359     soft_i2c.c: In function 'read_byte':
5360     soft_i2c.c:244: warning: unused variable 'immr'
5361
5362     Signed-off-by: Heiko Schocher <hs@denx.de>
5363
5364 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
5365 Author: Heiko Schocher <hs@denx.de>
5366 Date:   Wed Oct 15 09:34:45 2008 +0200
5367
5368     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
5369
5370     Signed-off-by: Heiko Schocher <hs@denx.de>
5371
5372 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
5373 Author: Heiko Schocher <hs@denx.de>
5374 Date:   Wed Oct 15 09:34:05 2008 +0200
5375
5376     mgcoge: fix Coding Style issues.
5377
5378     Signed-off-by: Heiko Schocher <hs@denx.de>
5379
5380 commit e43a27c49712203fe8848a17714330623edfb2eb
5381 Author: Heiko Schocher <hs@denx.de>
5382 Date:   Wed Oct 15 09:33:30 2008 +0200
5383
5384     I2C: add new command i2c reset.
5385
5386     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
5387     it is not possible to get out of this, until the
5388     complete Hardware gets a reset. This new commando
5389     calls again i2c_init (and that calls i2c_init_board
5390     if defined), which will deblock the I2C Bus.
5391
5392     Signed-off-by: Heiko Schocher <hs@denx.de>
5393     Signed-off-by: Wolfgang Denk <wd@denx.de>
5394
5395 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
5396 Author: Heiko Schocher <hs@denx.de>
5397 Date:   Wed Oct 15 09:32:25 2008 +0200
5398
5399     mgsuvd, mgcoge: move this 2 boards in one dir.
5400
5401     There are some more extensions, which are for both boards
5402     and some more boards from this manufacturer will follow soon.
5403
5404     Signed-off-by: Heiko Schocher <hs@denx.de>
5405     Signed-off-by: Wolfgang Denk <wd@denx.de>
5406
5407 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
5408 Author: Dirk Eibach <eibach@gdsys.de>
5409 Date:   Wed Oct 8 13:44:27 2008 +0200
5410
5411     hwmon: Add LM63 support
5412
5413     This patch adds support for the National LM63 temperature
5414     sensor with integrated fan control. It's used on the GDSys
5415     Neo board (405EP) which will be submitted later.
5416
5417     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
5418     Acked-by: Stefan Roese <sr@denx.de>
5419
5420 commit 7ba890bf2f2b92831420243c058951aa831119fd
5421 Author: Kyungmin Park <kmpark@infradead.org>
5422 Date:   Wed Oct 8 11:01:17 2008 +0900
5423
5424     Add Red Black Tree support
5425
5426     Now it's used at UBI module. Of course other modules can use it.
5427     If you want to use it, please define CONFIG_RBTREE
5428
5429     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5430
5431 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
5432 Author: richardretanubun <richardretanubun@ruggedcom.com>
5433 Date:   Mon Oct 6 16:10:53 2008 -0400
5434
5435     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
5436
5437     Added support for CONFIG_EFI_PARTITION to ext2 commands.
5438     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
5439
5440 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
5441 Author: richardretanubun <richardretanubun@ruggedcom.com>
5442 Date:   Fri Sep 26 11:13:22 2008 -0400
5443
5444     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
5445
5446     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
5447     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
5448
5449     Based on linux/fs/partitions/efi.[ch]
5450
5451     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
5452
5453 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
5454 Author: Bartlomiej Sieka <tur@semihalf.com>
5455 Date:   Wed Oct 1 15:26:32 2008 +0200
5456
5457     FIT: output image load address for type 'firmware', fix message while there
5458
5459     Now that the auto-update feature uses the 'firmware' type for updates, it is
5460     useful to inspect the load address of such images.
5461
5462     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5463
5464 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
5465 Author: Bartlomiej Sieka <tur@semihalf.com>
5466 Date:   Wed Oct 1 15:26:31 2008 +0200
5467
5468     Automatic software update from TFTP server
5469
5470     The auto-update feature allows to automatically download software updates
5471     from a TFTP server and store them in Flash memory during boot. Updates are
5472     contained in a FIT file and protected with SHA-1 checksum.
5473
5474     More detailed description can be found in doc/README.update.
5475
5476     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5477     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5478
5479 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
5480 Author: Bartlomiej Sieka <tur@semihalf.com>
5481 Date:   Wed Oct 1 15:26:27 2008 +0200
5482
5483     flash: factor out adjusting of Flash address to the end of sector
5484
5485     The upcoming automatic update feature needs the ability to adjust an
5486     address within Flash to the end of its respective sector. Factor out
5487     this functionality to a new function flash_sect_roundb().
5488
5489     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5490     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5491     Signed-off-by: Stefan Roese <sr@denx.de>
5492
5493 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
5494 Author: Bartlomiej Sieka <tur@semihalf.com>
5495 Date:   Wed Oct 1 15:26:29 2008 +0200
5496
5497     net: Make TFTP server timeout configurable
5498
5499     There are two aspects of a TFTP transfer involving timeouts:
5500     1. timeout waiting for initial server reply after sending RRQ
5501     2. timeouts while transferring actual data from the server
5502
5503     Since the upcoming auto-update feature attempts a TFTP download during each
5504     boot, it is undesirable to have a long delay when the TFTP server is not
5505     available. Thus, this commit makes the server timeout (1.) configurable by two
5506     global variables:
5507
5508     TftpRRQTimeoutMSecs
5509     TftpRRQTimeoutCountMax
5510
5511     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
5512     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
5513     The total delay when trying to download a file from a non-existing TFTP server
5514     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
5515
5516     Timeouts during file transfers (2.) are unaffected.
5517
5518     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5519     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5520     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5521
5522 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
5523 Author: Bartlomiej Sieka <tur@semihalf.com>
5524 Date:   Wed Oct 1 15:26:28 2008 +0200
5525
5526     net: express the first argument to NetSetTimeout() in milliseconds
5527
5528     Enforce millisecond semantics of the first argument to NetSetTimeout() --
5529     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
5530     get_timer() countiing in milliseconds).
5531
5532     Rationale for this patch is to enable millisecond granularity for
5533     network-related timeouts, which is needed for the upcoming automatic
5534     software update feature.
5535
5536     Summary of changes:
5537     - do not scale the first argument to NetSetTimeout() by CFG_HZ
5538     - change timeout values used in the networking code to milliseconds
5539
5540     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5541     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5542     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5543
5544 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
5545 Author: richardretanubun <richardretanubun@ruggedcom.com>
5546 Date:   Mon Sep 29 18:28:23 2008 -0400
5547
5548     Adds two more ethernet interface to 83xx
5549
5550     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
5551     Six eth interface is chosen because the platform I am using combines
5552     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
5553
5554     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
5555     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5556
5557 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
5558 Author: Haiying Wang <Haiying.Wang@freescale.com>
5559 Date:   Wed Sep 24 11:42:12 2008 -0500
5560
5561     Change UEC PHY interface to RGMII on MPC8568MDS
5562
5563     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
5564
5565     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
5566     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
5567
5568     Now both UEC1 and UEC2 can work properly under u-boot.
5569
5570     It is also in consistent with the kernel setting for 8568 UEC phy interface.
5571
5572     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5573     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5574
5575 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
5576 Author: Wolfgang Denk <wd@denx.de>
5577 Date:   Sat Oct 18 21:30:31 2008 +0200
5578
5579     Prepare v2008.10 release: update CHANGELOG & Makefile
5580
5581     Signed-off-by: Wolfgang Denk <wd@denx.de>
5582
5583 commit f7a35a60cf45491871a5c28e9ad24db005487857
5584 Author: Heiko Schocher <hs@denx.de>
5585 Date:   Fri Oct 17 18:24:06 2008 +0200
5586
5587     mgcoge: add redundant environment sector
5588
5589     Signed-off-by: Heiko Schocher <hs@denx.de>
5590     Signed-off-by: Wolfgang Denk <wd@denx.de>
5591
5592 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
5593 Author: Heiko Schocher <hs@denx.de>
5594 Date:   Fri Oct 17 18:23:27 2008 +0200
5595
5596     mgsuvd: update size of environment
5597
5598     Signed-off-by: Heiko Schocher <hs@denx.de>
5599
5600 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
5601 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
5602 Date:   Thu Oct 16 13:38:00 2008 -0500
5603
5604     83xx NAND boot: wait for LTESR[CC]
5605
5606     At least some revisions of the 8313, and possibly other chips, do not
5607     wait for all pages of the initial 4K NAND region to be loaded before
5608     beginning execution; thus, we wait for it before branching out of the
5609     first NAND page.
5610
5611     This fixes warm reset problems when booting from NAND on 8313erdb.
5612
5613     Signed-off-by: Scott Wood <scottwood@freescale.com>
5614     Acked-by: Kim Phillips <kim.phillips@freescale.com>
5615
5616 commit bf29e0ea0af03d593c64614136acc723a7a022a2
5617 Author: Yuri Tikhonov <yur@emcraft.com>
5618 Date:   Fri Oct 17 12:54:18 2008 +0200
5619
5620     ppc4xx: PPC44x MQ initialization
5621
5622     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
5623     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
5624     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
5625
5626     Previously the appropriate initialization had been made in Linux, by the
5627     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
5628     registers after normal operation has begun is not supported and could
5629     have unpredictable results.
5630
5631     Comment from Stefan: This patch doesn't change the resulting value of the
5632     MQ registers. It explicitly sets/clears all bits to the desired state which
5633     better documents the resulting register value instead of relying on pre-set
5634     default values.
5635
5636     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5637     Signed-off-by: Stefan Roese <sr@denx.de>
5638
5639 commit ec081c2c190148b374e86a795fb6b1c49caeb549
5640 Author: Stefan Roese <sr@denx.de>
5641 Date:   Fri Oct 17 12:51:46 2008 +0200
5642
5643     ppc4xx: PPC44x MQ initialization
5644
5645     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
5646     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
5647     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
5648
5649     Previously the appropriate initialization had been made in Linux, by the
5650     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
5651     registers after normal operation has begun is not supported and could
5652     have unpredictable results.
5653
5654     Comment from Stefan: This patch doesn't change the resulting value of the
5655     MQ registers. It explicitly sets/clears all bits to the desired state which
5656     better documents the resulting register value instead of relying on pre-set
5657     default values.
5658
5659     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5660     Signed-off-by: Stefan Roese <sr@denx.de>
5661
5662 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
5663 Author: Kumar Gala <galak@kernel.crashing.org>
5664 Date:   Thu Oct 16 21:58:50 2008 -0500
5665
5666     85xx: Using proper I2C source clock divider for MPC8544
5667
5668     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
5669     bit 26, instead it should be bit 28.  This caused in incorrect
5670     interpretation of the i2c_clk which is the same as the SEC clk on
5671     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
5672     in PORDEVSR2.
5673
5674     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5675
5676 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
5677 Author: Kumar Gala <galak@kernel.crashing.org>
5678 Date:   Thu Oct 16 21:58:49 2008 -0500
5679
5680     Revert "85xx: Using proper I2C source clock divider for MPC8544"
5681
5682     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
5683
5684     The fix introduced by this patch is not correct.  The problem is
5685     that the documentation is not correct for the MPC8544 with regards
5686     to which bit in PORDEVSR2 is for the SEC_CFG.
5687
5688     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5689
5690 commit 2179c4766bffeece98e5e92040629a96c97e230c
5691 Author: Kumar Gala <galak@kernel.crashing.org>
5692 Date:   Wed Oct 15 10:19:41 2008 -0500
5693
5694     85xx: Fix compile warning
5695
5696     mpc8536ds.c: In function 'is_sata_supported':
5697     mpc8536ds.c:614: warning: unused variable 'devdisr'
5698
5699     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5700
5701 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
5702 Author: Jason Jin <Jason.jin@freescale.com>
5703 Date:   Wed Oct 15 10:40:24 2008 +0800
5704
5705     Fix the function conflict in x86emu when DEBUG is on
5706
5707     The function parse_line() in common/main.c was exposed globally by commit
5708     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
5709     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
5710     This patch fix this by renaming the function in the debug.c file.
5711
5712     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
5713
5714 commit b4dbacf69a669a17487054552fc2761149dd6767
5715 Author: Wolfgang Denk <wd@denx.de>
5716 Date:   Wed Oct 15 15:50:45 2008 +0200
5717
5718     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
5719
5720     Signed-off-by: Wolfgang Denk <wd@denx.de>
5721
5722 commit 374b9038293d01d8744a46af9b7854a6fd99b228
5723 Author: Heiko Schocher <hs@denx.de>
5724 Date:   Wed Oct 15 09:51:19 2008 +0200
5725
5726     Fix compiler warning in lib_ppc/board.c
5727
5728     Fix compiler warning introduced by commit 0f8cbc18
5729
5730     Signed-off-by: Heiko Schocher <hs@denx.de>
5731     Signed-off-by: Wolfgang Denk <wd@denx.de>
5732
5733 commit 9724555755a6f1066636481b41f7094e0ce93a69
5734 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5735 Date:   Thu Oct 9 10:29:14 2008 +0530
5736
5737     mpc83xx: wait till UPM completes the write to array
5738
5739     Reference manual states that MxMR[MAD] increment is the indication
5740     of write to UPM array is complete. Honour that. Also, make the dummy
5741     write explicit.
5742
5743     also fix the comment.
5744
5745     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5746     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5747
5748 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
5749 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5750 Date:   Wed Oct 8 18:12:20 2008 -0500
5751
5752     Remove unwanted ';' at end of define.
5753
5754     Currently this is not creating any problem. But it will result
5755     in compilation error when used as below.
5756
5757     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
5758
5759     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5760
5761     continuation of the theme based on git grep "^#define CFG_.*;$" include/
5762
5763     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5764
5765 commit b2934a56650e9a6c54432f9ce6dc36757967385e
5766 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5767 Date:   Mon Oct 6 10:53:59 2008 -0400
5768
5769     ARM DaVinci: Add maintainer information for SFFSDR board.
5770
5771     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5772
5773 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
5774 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5775 Date:   Sat Oct 4 19:26:16 2008 +0200
5776
5777     api: fix type mismatch
5778
5779     This patch fixes a type mismatch and thus removes a compiler
5780     warning when compiling with CONFIG_API on powerpc.
5781
5782     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5783
5784 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
5785 Author: Peter Tyser <ptyser@xes-inc.com>
5786 Date:   Wed Oct 1 12:25:04 2008 -0500
5787
5788     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
5789
5790     Original code displayed:
5791      => help i2c
5792      i2c i2c speed [speed] - show or set I2C bus speed
5793      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
5794      ...
5795
5796     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5797
5798 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
5799 Author: Wolfgang Denk <wd@denx.de>
5800 Date:   Tue Oct 14 22:13:41 2008 +0200
5801
5802     Update CHANGELOG
5803
5804     Signed-off-by: Wolfgang Denk <wd@denx.de>
5805
5806 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
5807 Author: Jason Jin <Jason.jin@freescale.com>
5808 Date:   Fri Oct 10 11:41:01 2008 +0800
5809
5810     Do not init SATA when disabled on 8536DS.
5811
5812     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
5813     driver still try to access the SATA registers, the cpu will hangup.
5814     This patch try to fix this by reading the serdes status before the SATA
5815     initialize.
5816
5817     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
5818     Acked-by: Andy Fleming <afleming@freescale.com>
5819
5820 commit 9dbc366744960013965fce8851035b6141f3b3ae
5821 Author: Remy Bohmer <linux@bohmer.net>
5822 Date:   Fri Oct 10 10:23:22 2008 +0200
5823
5824     The PIPE_INTERRUPT flag is used wrong
5825
5826     At a lot of places in the code the PIPE_INTERRUPT flags and friends
5827     are used wrong. The wrong bits are compared to this flag resulting
5828     in wrong conditions. Also there are macros that should be used for
5829     PIPE_* flags.
5830     This patch tries to fix them all, however, I was not able to test the
5831     changes, because I do not have any of these boards.
5832
5833     Review required!
5834
5835     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5836     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5837
5838 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
5839 Author: Remy Bohmer <linux@bohmer.net>
5840 Date:   Fri Oct 10 10:23:21 2008 +0200
5841
5842     fix USB initialisation procedure
5843
5844     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
5845     At some places directly 8,16,32,64 was used instead of the encoded
5846     value. Made a enum for the options to make this more clear and to help
5847     preventing similar errors in the future.
5848
5849     After fixing this bug it became clear that another bug existed where
5850     the 'pipe' is and-ed with PIPE_* flags, where it should have been
5851     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
5852
5853     Also removed the triple 'get_device_descriptor' sequence, it has no use,
5854     and Windows nor Linux behaves that way.
5855     There is also a poll going on with a timeout when usb_control_msg() fails.
5856     However, the poll is useless, because the flag will never be set on a error,
5857     because there is no code that runs in a parallel that can set this flag.
5858     Changed this to something more logical.
5859
5860     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
5861     Linux is doing. There is no difference anymore in the early initialisation
5862     sequence.
5863
5864     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5865     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5866
5867 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
5868 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
5869 Date:   Fri Oct 3 00:03:55 2008 +0400
5870
5871     fsl_diu: fix alignment error that caused malloc corruption
5872
5873     When aligning malloc()ed screen_base, invalid offset was added.
5874     This not only caused misaligned result (which did not cause hardware
5875     misbehaviour), but - worse - caused screen_base + smem_len to
5876     be out of malloc()ed space, which in turn caused breakage of
5877     futher malloc()/free() operation.
5878
5879     This patch fixes screen_base alignment.
5880
5881     Also this patch makes memset() that cleans framebuffer to be executed
5882     on first initialization of diu, not only on re-initialization. It looks
5883     correct to clean the framebuffer instead of displaying random garbage;
5884     I believe that was disabled only because that memset caused breakage
5885     of malloc/free described above - which no longer happens with the fix
5886     described above.
5887
5888     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
5889
5890 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
5891 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5892 Date:   Wed Sep 24 10:29:37 2008 +0200
5893
5894     api: Fix building with CONFIG_API
5895
5896     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
5897
5898     USB_MAX_STOR_DEV is defined in include/usb.h, but
5899     needed in api/api_storage.c.
5900
5901     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5902
5903 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
5904 Author: Peter Tyser <ptyser@xes-inc.com>
5905 Date:   Tue Sep 23 12:39:40 2008 -0500
5906
5907     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
5908
5909     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5910
5911 commit 81e612014c40c922ec35488d17c504d4e9286f06
5912 Author: Peter Tyser <ptyser@xes-inc.com>
5913 Date:   Tue Sep 23 12:38:42 2008 -0500
5914
5915     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
5916
5917     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
5918     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
5919     sensor drivers are not necessary
5920
5921     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5922
5923 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
5924 Author: Mike Frysinger <vapier@gentoo.org>
5925 Date:   Tue Oct 14 07:04:38 2008 -0400
5926
5927     cmd_spi: remove broken signed casting for display
5928
5929     Since we're working with unsigned data, you can't apply a signed pointer
5930     cast and then attempt to print the result.  Otherwise you get wrong output
5931     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
5932
5933     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5934
5935 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
5936 Author: Mike Frysinger <vapier@gentoo.org>
5937 Date:   Tue Oct 14 07:05:24 2008 -0400
5938
5939     strings cmd: drop old CONFIG_CFG_STRINGS define
5940
5941     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
5942     CONFIG_CMD_STRINGS and Makefile control.
5943
5944     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5945
5946 commit fecb5ade3b37f62981f2b05b621005850173aaa9
5947 Author: Jason Jin <Jason.jin@freescale.com>
5948 Date:   Fri Sep 19 17:32:49 2008 +0800
5949
5950     Fix the NAND size overflow issue.
5951
5952     When the total size of all NAND devices exceeds 4 GiB, the size  will
5953     overflow. This patch tries to fix this.
5954
5955     Note that we still have a problem when a single NAND device is bigger
5956     than 4 GiB: then the overflow would actually happen earlier, i. e.
5957     when storing the size in nand_info[].size, as nand_info[].size is an
5958     "u_int32_t".
5959
5960     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
5961     Signed-off-by: Wolfgang Denk <wd@denx.de>
5962
5963 commit 30f574717277238b9014b8136c90eea77196490f
5964 Author: Louis Su <louis@asix.com.tw>
5965 Date:   Wed Jul 9 11:01:37 2008 +0800
5966
5967     AX88180: new gigabit network driver
5968
5969     Signed-off-by: Louis Su <louis@asix.com.tw>
5970     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5971
5972 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
5973 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
5974 Date:   Tue Aug 19 16:07:03 2008 +0200
5975
5976     enable 10/100M at VSC8601 at tsec driver
5977
5978     Currently VSC8601 doesn't link with 10/100M partners if the
5979     EEPROM/Strapping is not set up.
5980     Setting the auto-neg register fixes this.
5981
5982     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
5983     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5984
5985 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
5986 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5987 Date:   Tue Sep 30 15:02:53 2008 +0900
5988
5989     net: ne2000: Divided a function of NE2000 driver
5990
5991     get_prom function was used __attriute__ , but it is not enable.
5992     ax88796.o does not do link besides ne2000.o. When ld is carried
5993     out, get_prom function of ax88796.c is ignored.
5994     This problem is a thing by specifications of ld.
5995     I checked and test this patch on SuperH and MIPS.
5996
5997     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5998     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5999
6000 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
6001 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6002 Date:   Tue Oct 14 11:10:59 2008 +0900
6003
6004     sh: rsk7203: Add smc911x driver support to board config file
6005
6006     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6007     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6008
6009 commit cae6f909baf86357b3c0bd01acfc414348c4d175
6010 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6011 Date:   Thu Oct 9 13:54:33 2008 +0900
6012
6013     sh: Fix cannot execute a stand-alone application
6014
6015     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
6016
6017     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6018     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6019
6020 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
6021 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6022 Date:   Wed Oct 8 23:38:00 2008 -0500
6023
6024     fsl_pci_init do not scan bus when configured as an end-point
6025
6026     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6027     Acked-by: Andy Fleming <afleming@freescale.com>
6028
6029 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
6030 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6031 Date:   Tue Sep 16 17:07:53 2008 -0400
6032
6033     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
6034
6035     This is no longer necessary now that the GD_FLG_RELOC flag is set for
6036     all ARM boards.
6037
6038     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6039
6040 commit d977a57356657ba241256231efca32828a5822f9
6041 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6042 Date:   Sat Sep 13 10:04:32 2008 +0200
6043
6044     Fix lzma uncompress call (image_start wrongly used instead image_len)
6045
6046     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6047
6048 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
6049 Author: Nick Spence <nick.spence@freescale.com>
6050 Date:   Thu Aug 28 14:09:15 2008 -0700
6051
6052     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
6053
6054     This is needed in unlock_ram_in_cache() because it is called from C and
6055     will corrupt the small data area anchor that is kept in R2.
6056
6057     lock_ram_in_cache() is modified similarly as good coding practice, but
6058     is not called from C.
6059
6060     Signed-off-by: Nick Spence <nick.spence@freescale.com>
6061
6062 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
6063 Author: Kumar Gala <galak@kernel.crashing.org>
6064 Date:   Tue Aug 19 15:05:34 2008 -0500
6065
6066     86xx: remove redudant code with lib_ppc/interrupts.c
6067
6068     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
6069     Not know how that happened, but there is no good reason for it.
6070
6071     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
6072     they exist.
6073
6074     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6075
6076 commit 0d01f66d235118515b5086b88f82498bc0695d6a
6077 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6078 Date:   Thu Oct 9 01:26:36 2008 -0500
6079
6080     CFI: cfi_flash write fix for AMD legacy
6081
6082     The flash_unlock_seq requires a sector for AMD_LEGACY.
6083     Fix a retcode check typeo.
6084
6085     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6086     Signed-off-by: Stefan Roese <sr@denx.de>
6087
6088 commit 542b385a620a1783454a00424930e51895f45073
6089 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6090 Date:   Tue Oct 7 13:13:10 2008 +0200
6091
6092     ppc4xx: Fix USB 2.0 phy reset sequence
6093
6094     This patch fixes USB 2.0 communication issues on some DU440 boards.
6095
6096     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6097     Signed-off-by: Stefan Roese <sr@denx.de>
6098
6099 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
6100 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6101 Date:   Tue Oct 7 13:13:09 2008 +0200
6102
6103     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
6104
6105     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6106     Signed-off-by: Stefan Roese <sr@denx.de>
6107
6108 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
6109 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6110 Date:   Tue Oct 7 13:13:08 2008 +0200
6111
6112     ppc4xx: Fix DU440 GPIO configuration
6113
6114     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6115     Signed-off-by: Stefan Roese <sr@denx.de>
6116
6117 commit 35dd025c70fcc4389317db2f2a9d14795172137d
6118 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6119 Date:   Tue Oct 7 13:13:07 2008 +0200
6120
6121     ppc4xx: Update DU440 config
6122
6123     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6124     Signed-off-by: Stefan Roese <sr@denx.de>
6125
6126 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
6127 Author: Kumar Gala <galak@kernel.crashing.org>
6128 Date:   Wed Oct 8 15:36:39 2008 -0500
6129
6130     MPC8572DS: Fix compile warnings
6131
6132     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
6133     compile warnings:
6134
6135     cmd_i2c.c:112: warning: missing braces around initializer
6136     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
6137
6138     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6139
6140 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
6141 Author: Wolfgang Grandegger <wg@grandegger.com>
6142 Date:   Tue Sep 30 10:55:57 2008 +0200
6143
6144     85xx: Using proper I2C source clock divider for MPC8544
6145
6146     Measurements with our MPC8544 board showed that the I2C bus frequency
6147     is wrong by a factor of 1.5. Obviously, the interpretation of the
6148     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
6149     correct. There seems to be an error in the 8544 RM.
6150
6151     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6152
6153 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
6154 Author: Rafal Czubak <rcz@semihalf.com>
6155 Date:   Wed Oct 8 13:41:30 2008 +0200
6156
6157     FSL: Fix get_cpu_board_revision() return value.
6158
6159     get_cpu_board_revision() returned board revision based on information stored
6160     in global static struct eeprom. It should instead use one from local struct
6161     board_eeprom, to which the data is actually read from EEPROM. The bug led to
6162     system hang after printing L1 cache information on U-Boot startup. The problem
6163     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
6164     boards using CFG_I2C_EEPROM_CCID.
6165
6166     The change has been successfully tested on MPC8555CDS system.
6167
6168     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6169
6170 commit 747f316cca484ed627a97dd3391febabce384186
6171 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6172 Date:   Tue Sep 30 20:08:49 2008 +0200
6173
6174     update uImage FIT multi documentation
6175
6176     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6177
6178 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
6179 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6180 Date:   Tue Sep 30 20:08:36 2008 +0200
6181
6182     move README.imx31 to doc/ and merge with README.mx31
6183
6184     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6185
6186 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
6187 Author: Guennadi Liakhovetski <lg@denx.de>
6188 Date:   Thu Sep 25 20:54:37 2008 +0200
6189
6190     i.MX31: switch to CFG_HZ=1000
6191
6192     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
6193     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
6194     provides 2% or 0.4% precision depending on the
6195     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
6196     boot-delay.
6197
6198     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6199
6200 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
6201 Author: gnusercn <gnusercn@gmail.com>
6202 Date:   Wed Oct 8 18:58:58 2008 +0200
6203
6204     Fix bug: in arch-arm, env_get_char dose not work fine
6205
6206     due to the arm implementation which supposed that U-Boot is in RAM
6207     when we jump to start_armboot
6208
6209     Signed-off-by: gnusercn <gnusercn@gmail.com>
6210     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6211
6212 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
6213 Author: Adam Graham <agraham@amcc.com>
6214 Date:   Mon Oct 6 10:16:13 2008 -0700
6215
6216     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
6217
6218     After changing SDRAM_CLKTR phase value rerun the memory preload
6219     initialization sequence (INITPLR) to reset and relock the memory
6220     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
6221     adjustment effects the phase relationship of the internal, to the
6222     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
6223
6224     Signed-off-by: Adam Graham <agraham@amcc.com>
6225     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
6226     Signed-off-by: Stefan Roese <sr@denx.de>
6227
6228 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
6229 Author: Haiying Wang <Haiying.Wang@freescale.com>
6230 Date:   Fri Oct 3 11:48:03 2008 -0400
6231
6232     Remove redundant #define for MPC8536DS
6233
6234     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6235
6236 commit 445a7b38308eb05b41de74165b20855db58c7ee5
6237 Author: Haiying Wang <Haiying.Wang@freescale.com>
6238 Date:   Fri Oct 3 11:47:30 2008 -0400
6239
6240     Add ID EEPROM support for MPC8572DS
6241
6242     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
6243     system information like mac addresses etc. This patch enables it.
6244
6245     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6246
6247 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
6248 Author: Haiying Wang <Haiying.Wang@freescale.com>
6249 Date:   Fri Oct 3 11:46:59 2008 -0400
6250
6251     Minor fixes for I2C address on MPC8572DS
6252
6253     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
6254     according to the board spec, and adds the 2nd i2c bus offset.
6255
6256     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6257
6258 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
6259 Author: Jason Jin <Jason.jin@freescale.com>
6260 Date:   Sat Sep 27 14:40:57 2008 +0800
6261
6262     Fix the incorrect DDR clk freq reporting on 8536DS
6263
6264     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
6265     The display is still sync mode DDR freq. This patch try to fix
6266     this. The display DDR freq is now the actual freq in both
6267     sync and async mode.
6268
6269     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
6270
6271 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
6272 Author: Kumar Gala <galak@kernel.crashing.org>
6273 Date:   Tue Oct 7 10:28:46 2008 -0500
6274
6275     85xx: Remove setting of *cache-line-size in device trees
6276
6277     ePAPR says if the *cache-block-size is the same as *cache-line-size
6278     than we don't need the *cache-line-size property.
6279
6280     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6281
6282 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
6283 Author: Gerald Van Baren <vanbaren@cideas.com>
6284 Date:   Sat Oct 4 07:56:06 2008 -0400
6285
6286     libfdt: Fix error in documentation for fdt_get_alias_namelen()
6287
6288     Oops, screwed up the function name in the documenting comment for this
6289     function.  Trivial correction in this patch.
6290
6291     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6292     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
6293
6294 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
6295 Author: David Gibson <david@gibson.dropbear.id.au>
6296 Date:   Wed Aug 20 16:55:14 2008 +1000
6297
6298     libfdt: Add function to explicitly expand aliases
6299
6300     Kumar has already added alias expansion to fdt_path_offset().
6301     However, in some circumstances it may be convenient for the user of
6302     libfdt to explicitly get the string expansion of an alias.  This patch
6303     adds a function to do this, fdt_get_alias(), and uses it to implement
6304     fdt_path_offset().
6305
6306     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6307
6308 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
6309 Author: Mike Frysinger <vapier@gentoo.org>
6310 Date:   Thu Oct 2 01:55:38 2008 -0400
6311
6312     cfi_flash: do not reset flash when probe fails
6313
6314     The CFI flash driver starts at flash_init() which calls down into
6315     flash_get_size().  This starts by calling flash_detect_cfi().  If said
6316     function fails, flash_get_size() finishes by attempting to reset the
6317     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
6318     which filters down into flash_make_cmd() and that happily smashes the
6319     stack by sticking info->portwidth bytes into a cfiword_t variable that
6320     lives on the stack.  On a 64bit system you probably won't notice, but
6321     killing the last 8 bytes on a 32bit system usually leads to a corrupt
6322     return address.  Which is what happens on a Blackfin system.
6323
6324     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6325     Signed-off-by: Stefan Roese <sr@denx.de>
6326
6327 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
6328 Author: Stefan Roese <sr@denx.de>
6329 Date:   Fri Sep 26 17:03:26 2008 +0200
6330
6331     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
6332
6333     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
6334     Without this, the chosen node is not overwritten if it already
6335     exists.
6336
6337     Signed-off-by: Stefan Roese <sr@denx.de>
6338
6339 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
6340 Author: Jon Loeliger <jdl@freescale.com>
6341 Date:   Thu Sep 25 11:02:17 2008 -0500
6342
6343     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
6344
6345     Using Gcc 4.3 detected this problem:
6346
6347         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
6348         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
6349         occur when assuming that (X + c) < X is always false
6350
6351     To fix the problem, treat the offset as an unsigned int.
6352
6353     The problem report and proposed fix were provided
6354     by Steve Papacharalambous <stevep@freescale.com>.
6355
6356     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6357
6358 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
6359 Author: David Gibson <david@gibson.dropbear.id.au>
6360 Date:   Fri Aug 29 14:19:13 2008 +1000
6361
6362     libfdt: Fix bugs in fdt_get_path()
6363
6364     The current implementation of fdt_get_path() has a couple of bugs,
6365     fixed by this patch.
6366
6367     First, contrary to its documentation, on success it returns the length
6368     of the node's path, rather than 0.  The testcase is correspondingly
6369     wrong, and the patch fixes this as well.
6370
6371     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
6372     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
6373     Specifically this happens when there is insufficient space even to
6374     hold the path's second last component.  This behaviour is corrected,
6375     and the testcase updated to check it.
6376
6377     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6378
6379 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
6380 Author: Wolfgang Denk <wd@denx.de>
6381 Date:   Wed Oct 1 12:34:58 2008 +0200
6382
6383     TQM5200: enable support for ATAPI devices
6384
6385     Signed-off-by: Wolfgang Denk <wd@denx.de>
6386
6387 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
6388 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6389 Date:   Mon Sep 15 05:48:25 2008 +0200
6390
6391     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
6392
6393     we need this due to the arm implementation which supposed that U-Boot
6394     is in RAM when we jump to start_armboot
6395
6396     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
6397     in order to do it for all arm board
6398
6399     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6400
6401 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
6402 Author: Kim Phillips <kim.phillips@freescale.com>
6403 Date:   Wed Sep 24 08:46:25 2008 -0500
6404
6405     mpc83xx: don't disable autoboot
6406
6407     bootdelay set to -1 'permanently' disables autobooting, even if
6408     bootcmd is specified.  Change to a positive value to allow
6409     autobooting when a bootcmd is set.
6410
6411     Reported-by: Coray Tate <Coray.Tate@freescale.com>
6412     Cc: Scott Wood <scottwood@freescale.com>
6413     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6414
6415 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
6416 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6417 Date:   Wed Sep 24 10:42:15 2008 +0900
6418
6419     mpc83xx: Fix typo in include/mpc83xx.h
6420
6421     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
6422
6423     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6424     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6425
6426 commit 162c41c03179727a1d14262f703c9a8bc40231fa
6427 Author: Kim Phillips <kim.phillips@freescale.com>
6428 Date:   Tue Sep 23 09:38:49 2008 -0500
6429
6430     mpc83xx: add h/w flash protection to board configs
6431
6432     the operating system may leave flash in a h/w locked state after writing.
6433     This allows u-boot to continue to write flash by enabling h/w unlocking
6434     by default.
6435
6436     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6437
6438 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
6439 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6440 Date:   Thu Sep 11 21:35:36 2008 +0400
6441
6442     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
6443
6444     The spd_dram code shifts the base address, then masks 20 bits, but
6445     forgets to shift the base address back. Fix this by just masking the
6446     base address correctly.
6447
6448     Found this bug while trying to relocate a DDR memory at the base != 0.
6449
6450     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6451     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6452
6453 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
6454 Author: Stefan Roese <sr@denx.de>
6455 Date:   Mon Sep 22 16:10:43 2008 +0200
6456
6457     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
6458
6459     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
6460     either one PCIe node or the SATA node in the device tree blob. This
6461     patch removes the unnecessary and even confusing warning, when the node
6462     is not found at all.
6463
6464     Signed-off-by: Stefan Roese <sr@denx.de>
6465
6466 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
6467 Author: Remy Bohmer <linux@bohmer.net>
6468 Date:   Fri Sep 19 13:30:06 2008 +0200
6469
6470     Add missing device types to dev_print() in part.c
6471
6472     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6473
6474 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
6475 Author: Wolfgang Denk <wd@denx.de>
6476 Date:   Mon Sep 22 22:23:06 2008 +0200
6477
6478     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
6479     eventually leads to a machine check. This change assures that DPRAM
6480     is allocated only once in that case.
6481
6482     Signed-off-by: Gary Jennejohn <garyj@denx.de>
6483     Signed-off-by: Wolfgang Denk <wd@denx.de>
6484
6485 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
6486 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
6487 Date:   Wed Sep 17 17:57:34 2008 +0200
6488
6489     Fix Spartan-3 definitions.
6490
6491     A few Spartan-3 definitions erroneously use Spartan-3E size
6492     constants. This patch fixes them.
6493
6494     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
6495
6496 commit 28113e1f0da4146b823ffce37680d31d5685a60b
6497 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
6498 Date:   Wed Sep 17 17:41:58 2008 +0200
6499
6500     Remove duplicate Spartan-3E definition.
6501
6502     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
6503     Signed-off-by: Wolfgang Denk <wd@denx.de>
6504
6505 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
6506 Author: Anatolij Gustschin <agust@denx.de>
6507 Date:   Wed Sep 17 13:46:17 2008 +0200
6508
6509     socrates: change default mtest address range
6510
6511     Running mtest command on socrates without specifying
6512     an address range crashes the board. This patch changes
6513     default mtest address range to prevent this behavior.
6514
6515     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6516
6517 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
6518 Author: Anatolij Gustschin <agust@denx.de>
6519 Date:   Wed Sep 17 12:34:45 2008 +0200
6520
6521     socrates: fix crash after relocation
6522
6523     Currently U-Boot crashes after relocation to RAM.
6524     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
6525     register to READ_LAT + 1 (to the value it was before
6526     conversion of socrates to new DDR code) fixes the
6527     problem.
6528
6529     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6530
6531 commit 562788b0a303f3528b920d81f547f5ca77ba528e
6532 Author: Anatolij Gustschin <agust@denx.de>
6533 Date:   Wed Sep 17 11:45:51 2008 +0200
6534
6535     socrates: fix SPD EEPROM address
6536
6537     Commit be0bd8234b9777ecd63c4c686f72af070d886517
6538     changed SPD EEPROM address to 0x51 and DDR SDRAM
6539     detection stopped working. Change this address
6540     back to 0x50.
6541
6542     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6543
6544 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
6545 Author: Stefan Roese <sr@denx.de>
6546 Date:   Mon Sep 22 11:06:50 2008 +0200
6547
6548     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
6549
6550     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
6551
6552     Signed-off-by: Stefan Roese <sr@denx.de>
6553
6554 commit e58c41e26cf3c8accd60311be579f452e368e97e
6555 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6556 Date:   Thu Sep 18 20:13:08 2008 +0900
6557
6558     usb: Fix compile warning of r8a66597-hcd
6559
6560     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6561     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6562
6563 commit b5d10a13525c07ec6374adf840d7c87553b5f189
6564 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6565 Date:   Thu Sep 18 19:34:36 2008 +0900
6566
6567     sh: Fix compile warning
6568
6569     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6570
6571 commit 4a065abf926f128beb36d93449defa0d690e7fef
6572 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6573 Date:   Thu Sep 18 19:04:26 2008 +0900
6574
6575     sh: Add support watchdog for SH4A core
6576
6577     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
6578     And fix some compile warning.
6579
6580     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6581
6582 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
6583 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6584 Date:   Wed Sep 17 11:45:26 2008 +0900
6585
6586     sh: Fix typo in SH serial driver
6587
6588     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6589     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6590
6591 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
6592 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6593 Date:   Wed Sep 17 11:08:36 2008 +0900
6594
6595     sh: Add support any page size and empty_zero_page to SH Linux uImage
6596
6597     Old U-Boot supported 4KB page size only. If this version, Linux
6598     kernel can not get command line from U-Boot.
6599     SH Linux kernel can change page size and empty_zero_page.
6600     This patch support this function and fix promlem.
6601
6602     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6603     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6604
6605 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
6606 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6607 Date:   Thu Aug 28 13:40:52 2008 +0900
6608
6609     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
6610
6611     Add function of smc911x, pkt_data_pull and pkt_data_push.
6612
6613     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6614     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6615
6616 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
6617 Author: Wolfgang Denk <wd@denx.de>
6618 Date:   Thu Sep 18 13:57:32 2008 +0200
6619
6620     ADS5121: fix typo in "rootpath" default setting
6621
6622     Signed-off-by: Wolfgang Denk <wd@denx.de>
6623
6624 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
6625 Author: Remy Bohmer <linux@bohmer.net>
6626 Date:   Tue Sep 16 14:55:44 2008 +0200
6627
6628     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
6629
6630     There are several differences between Linux, Windows and U-boot for initialising the
6631     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
6632     things really different, and some are wrong (compared to the USB standard).
6633
6634     This patch fixes some errors:
6635     * The NEW_init procedure that was already in the code is good, while the old procedure
6636       is wrong. See code comments for more info.
6637     * On a Control request the data returned by the device can be more than 8 bytes, while
6638       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
6639       This results in a lot of USB sticks not being recognised, and the transmission ended
6640       frequently with a CTL:TIMEOUT Error.
6641     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
6642
6643     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6644     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6645
6646 commit 6f5794a6f78b313231256958fd73673c6aacc116
6647 Author: Remy Bohmer <linux@bohmer.net>
6648 Date:   Tue Sep 16 14:55:43 2008 +0200
6649
6650     Refactoring parts of the common USB OHCI code
6651
6652     This patch refactors some large routines of the USB OHCI code by
6653     making some routines smaller and more readable which helps
6654     debugging and understanding the code. (Makes the code looks
6655     somewhat more like the Linux implementation.)
6656
6657     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
6658
6659     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6660     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6661
6662 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
6663 Author: Remy Bohmer <linux@bohmer.net>
6664 Date:   Tue Sep 16 14:55:42 2008 +0200
6665
6666     Fix for USB sticks not working on ARM while using GCC 4.x compilers
6667
6668     The GCC-compiler makes an optimisation error while optimising the routine
6669     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
6670     but there lots of compilers out there that makes this error, that it is
6671     probably wiser to workaround it in U-boot itself.
6672
6673     What happens is that the register r3 is used as loop-counter 'i', but gets
6674     overwritten later on. From there it starts using register r3 for several other
6675     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
6676
6677     This error occurs on at least several versions of Code Sourcery Lite compilers
6678     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
6679     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
6680
6681     We work around it by splitting up this routine in 2 parts, and making sure that
6682     the split out part is NOT inlined any longer. This will make GCC spit out assembler
6683     that do not show this problem. Another possibility is to adapt the Makefile to stop
6684     optimisation for the complete file. I think this solution is nicer.
6685
6686     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6687     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6688
6689 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
6690 Author: Wolfgang Denk <wd@denx.de>
6691 Date:   Wed Sep 17 10:17:55 2008 +0200
6692
6693     Coding style cleanup; update CHANEGLOG
6694
6695     Signed-off-by: Wolfgang Denk <wd@denx.de>
6696
6697 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
6698 Author: Victor Gallardo <vgallardo@amcc.com>
6699 Date:   Tue Sep 16 06:59:13 2008 -0700
6700
6701     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
6702
6703     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
6704     Signed-off-by: Adam Graham <agraham@amcc.com>
6705     Signed-off-by: Stefan Roese <sr@denx.de>
6706
6707 commit ce47eb402c5e29a025399dc282246414fc492940
6708 Author: Peter Tyser <ptyser@xes-inc.com>
6709 Date:   Tue Sep 16 10:04:47 2008 -0500
6710
6711     Support for multiple SGMII/TBI interfaces for TSEC ethernet
6712
6713     Fix TBI PHY accesses to use the proper offset in CPU register space. The
6714     previous code would incorrectly access the TBI PHY by reading/writing to CPU
6715     register space at the same location as would be used to access external PHYs.
6716
6717     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6718     Acked-by: Andy Fleming <afleming@freescale.com>
6719
6720 commit 7c803be2eb3cae245dedda438776e08fb122250f
6721 Author: Wolfgang Denk <wd@denx.de>
6722 Date:   Tue Sep 16 18:02:19 2008 +0200
6723
6724     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
6725
6726     After switching to using the CFI flash driver, the correct remapping
6727     of the flash banks was forgotten.
6728
6729     Also, some boards were not adapted, and the old legacy flash driver
6730     was not removed yet.
6731
6732     Signed-off-by: Wolfgang Denk <wd@denx.de>
6733
6734 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
6735 Author: Wolfgang Denk <wd@denx.de>
6736 Date:   Sun Sep 14 00:59:35 2008 +0200
6737
6738     Prepare v2008.10-rc2
6739
6740     Signed-off-by: Wolfgang Denk <wd@denx.de>
6741
6742 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
6743 Author: Wolfgang Denk <wd@denx.de>
6744 Date:   Sat Sep 13 02:23:05 2008 +0200
6745
6746     Coding style cleanup, update CHANGELOG
6747
6748     Signed-off-by: Wolfgang Denk <wd@denx.de>
6749
6750 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
6751 Author: Peter Tyser <ptyser@xes-inc.com>
6752 Date:   Wed Sep 10 09:18:34 2008 -0500
6753
6754     Update mailing list email and archive addresses
6755
6756     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6757
6758 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
6759 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
6760 Date:   Thu Sep 11 15:40:01 2008 +0200
6761
6762     85xx: socrates: autoprobe Lime chip
6763
6764     This patch is an attempt to implement autoprobing for the Lime
6765     presence on the bus.
6766     Configure GPCM for Lime CS2 and try to access chip ID registers.
6767     Second read atempt delivers register values if the chip is present.
6768
6769     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6770
6771 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
6772 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
6773 Date:   Thu Sep 11 15:40:01 2008 +0200
6774
6775     85xx: socrates: Add support for new image format.
6776
6777     Signed-off-by: Detlev Zundel <dzu@denx.de>
6778
6779 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
6780 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6781 Date:   Thu Sep 11 17:28:18 2008 +0900
6782
6783     sh: Fix compile error for r2dplus
6784
6785     netdev.h was not include by r2dplus.
6786
6787     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6788
6789 commit 56844a22b76c719e600047e23b80465a44d76abd
6790 Author: Heiko Schocher <hs@denx.de>
6791 Date:   Thu Sep 11 08:11:23 2008 +0200
6792
6793     powerpc: Fix bootm to boot up again with a Ramdisk
6794
6795     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
6796     and this stopped Linux from booting with a Ramdisk. This patch fixes
6797     this, by deleting the useless dummy mem reservation.
6798
6799     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
6800     added to of_size, so we dont need anymore a dummy mem reservation.
6801
6802     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
6803     system (=0x44 bytes) and rounded it up to 0x80).
6804
6805     Signed-off-by: Heiko Schocher <hs@denx.de>
6806     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6807
6808 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
6809 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6810 Date:   Mon Sep 8 02:46:13 2008 +0200
6811
6812     Add support for LZMA uncompression algorithm.
6813
6814     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6815     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6816
6817 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
6818 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6819 Date:   Fri Jun 27 23:04:20 2008 +0400
6820
6821     fsl_elbc_nand: ecclayout cleanups
6822
6823     This patch deletes oobavail assignments, they're calculated by the nand
6824     core code in nand_scan_tail, plus current oobavail values are wrong for
6825     the LP NANDs.
6826
6827     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6828     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
6829     Signed-off-by: Scott Wood <scottwood@freescale.com>
6830
6831 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
6832 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6833 Date:   Fri Jun 27 23:04:13 2008 +0400
6834
6835     fsl_elbc_nand: implement support for flash-based BBT
6836
6837     This patch implements support for flash-based BBT for chips working
6838     through ELBC NAND controller, so that NAND core will not have to re-scan
6839     for bad blocks on every boot.
6840
6841     Because ELBC controller may provide HW-generated ECCs we should adjust
6842     bbt pattern and bbt version positions in the OOB free area.
6843
6844     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6845     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
6846     Signed-off-by: Scott Wood <scottwood@freescale.com>
6847
6848 commit 97ae023648e764f794ffb9c52da109d6caf09c47
6849 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6850 Date:   Fri Jun 27 23:04:04 2008 +0400
6851
6852     fsl_elbc_nand: fix OOB workability for large page NAND chips
6853
6854     For large page chips, nand_bbt is looking into OOB area, and checking
6855     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
6856     reserved for bbt means.
6857
6858     But ELBC driver is specifying ecclayout so that oobfree area starts at
6859     offset 1, so only one byte left for the bbt purposes.
6860
6861     This causes problems with any OOB users, namely JFFS2: after first mount
6862     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
6863
6864       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
6865       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
6866       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
6867       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
6868
6869     And on the next boot, NAND core will rescan for bad blocks, then will
6870     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
6871
6872     To fix the issue we should implement our own bad block pattern: just one
6873     byte at OOB start. Though, this will work only for x8 chips. For x16
6874     chips two bytes must be checked. Since ELBC driver does not support x16
6875     NANDs (yet), we're safe for now.
6876
6877     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6878     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
6879     Signed-off-by: Scott Wood <scottwood@freescale.com>
6880
6881 commit 7238ada313057a85409485b8ee21515dc10c07a5
6882 Author: Wolfgang Denk <wd@denx.de>
6883 Date:   Fri Sep 12 13:52:21 2008 +0200
6884
6885     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
6886
6887     Signed-off-by: Wolfgang Denk <wd@denx.de>
6888
6889 commit b18410e508a12ba0a177dfc2a386857c806fa96d
6890 Author: Stefan Roese <sr@denx.de>
6891 Date:   Thu Sep 11 13:05:56 2008 +0200
6892
6893     ppc4xx: Enable device tree (FDT) support in zeus board port
6894
6895     Signed-off-by: Stefan Roese <sr@denx.de>
6896
6897 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
6898 Author: Stefan Roese <sr@denx.de>
6899 Date:   Wed Sep 10 16:53:47 2008 +0200
6900
6901     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
6902
6903     This patch fixes a problem introdiced with patch
6904     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
6905     initdram()].
6906
6907     The boards affected are:
6908     - PCI405
6909     - PPChameleonEVB
6910     - quad100hd
6911     - taihu
6912     - zeus
6913
6914     Signed-off-by: Stefan Roese <sr@denx.de>
6915
6916 commit 61737c59a3285f6fadf96a5836879898c04ec28d
6917 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6918 Date:   Thu Sep 11 19:41:26 2008 -0400
6919
6920     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
6921
6922     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6923     Signed-off-by: Stefan Roese <sr@denx.de>
6924
6925 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
6926 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6927 Date:   Thu Sep 11 19:41:25 2008 -0400
6928
6929     ppc4xx: Fix compilation of v5fx30teval_flash
6930
6931     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6932     Signed-off-by: Stefan Roese <sr@denx.de>
6933
6934 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
6935 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6936 Date:   Wed Sep 10 17:44:30 2008 -0400
6937
6938     ppc4xx: Fix in-tree build for ppc440-generic boards
6939
6940     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6941     Signed-off-by: Stefan Roese <sr@denx.de>
6942
6943 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
6944 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6945 Date:   Fri Sep 12 02:20:47 2008 +0200
6946
6947     ARM: synchronize mach-types.h with linux 2.6.27-rc6
6948
6949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6950
6951 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
6952 Author: Jens Scharsig <esw@bus-elektronik.de>
6953 Date:   Fri Sep 12 02:20:47 2008 +0200
6954
6955     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
6956
6957     This patch prevents linker error on AT91RM9200 boards, if
6958     CONFIG_CMD_I2_TREE is set.
6959     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
6960
6961     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
6962
6963 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
6964 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6965 Date:   Fri Sep 12 02:20:47 2008 +0200
6966
6967     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
6968
6969     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
6970
6971     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6972
6973 commit 03db53335c8eba656a7c44d1555b1a4514383e33
6974 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6975 Date:   Fri Sep 12 02:20:46 2008 +0200
6976
6977     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
6978
6979     __ARM__ is given by arm_config.mk automatically.
6980
6981     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6982
6983 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
6984 Author: Claudio Scordino <claudio@evidence.eu.com>
6985 Date:   Fri Sep 12 02:20:46 2008 +0200
6986
6987     Fix MACH_TYPE for the AT91RM9200DK board.
6988
6989     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
6990
6991 commit 274737e5eb25b2bcd3af3a96da923effd543284f
6992 Author: Andrew Dyer <adyer@righthandtech.com>
6993 Date:   Fri Sep 12 02:20:46 2008 +0200
6994
6995     i.mx change get_timer(base) to return time since base
6996
6997     This patch changes get_timer() for i.MX to return the time since
6998     'base' instead of the time since the counter was at zero.
6999
7000     Symptom seen is flash timeout errors when erasing or programming a
7001     sector using the common cfi flash code.
7002
7003     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
7004
7005 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
7006 Author: Andrew Dyer <adyer@righthandtech.com>
7007 Date:   Fri Sep 12 02:20:46 2008 +0200
7008
7009     i.MX use u-boot baud rate and don't assume UART master clock
7010
7011     1) Change the i.MX serial driver to use the baud rate set in the
7012      u-boot environment
7013
7014     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
7015
7016     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
7017      one to clear" like other status bits in the reg.)
7018
7019     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
7020
7021 commit 6e1551a870d360805b9d172dc56d935064abe71d
7022 Author: Andrew Dyer <adyer@righthandtech.com>
7023 Date:   Fri Sep 12 02:20:46 2008 +0200
7024
7025     arm920t fix constant error in start.S
7026
7027     Code in cpu/arm920t/start.S will die with a compilation error if
7028     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
7029     the ARM sub instruction.  Change the code so that each is subtracted
7030     independently to avoid the error.
7031
7032     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
7033
7034 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
7035 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
7036 Date:   Fri Sep 12 02:20:40 2008 +0200
7037
7038     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
7039
7040     - Correct Invalid #define of MPUTIM_PTV_MASK for
7041        omap1510 & omap730 register definition
7042
7043      MPUTIM_PTV_MASK is defined as
7044      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
7045
7046      while it should have been
7047      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
7048
7049     - Below Patch corrects the same
7050
7051     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
7052
7053 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
7054 Author: Adrian Filipi <adrian.filipi@eurotech.com>
7055 Date:   Fri Jul 18 11:52:02 2008 -0400
7056
7057     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
7058
7059     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
7060
7061 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
7062 Author: Guennadi Liakhovetski <lg@denx.de>
7063 Date:   Thu Aug 28 12:25:11 2008 +0200
7064
7065     i.MX31: document timer precision option
7066
7067     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7068
7069 commit 1a6337b01351b82a45b0defa76f08744511c580b
7070 Author: Magnus Lilja <lilja.magnus@gmail.com>
7071 Date:   Fri Aug 29 10:36:18 2008 +0200
7072
7073     i.MX31: Make the SPI bus and chip select configurable for MC13783
7074
7075     The i.MX31 has three SPI buses and each bus has several chip selects
7076     and the MC13783 chip can be connected to any of these. The current
7077     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
7078
7079     This patch makes make MC13783 SPI bus and chip select configurable
7080     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
7081
7082     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7083
7084 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
7085 Author: Magnus Lilja <lilja.magnus@gmail.com>
7086 Date:   Fri Aug 29 10:36:17 2008 +0200
7087
7088     i.MX31: Add reset_timer() and modify get_timer_masked().
7089
7090     This patch adds the reset_timer() function (needed by nand_base.c) and
7091     modifies the get_timer_masked() to work in the same way as the omap24xx
7092     function.
7093
7094     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7095
7096 commit deeec4991a55de243787002ede24d2331d234fc8
7097 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7098 Date:   Wed Sep 10 22:48:09 2008 +0200
7099
7100     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
7101
7102     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7103
7104 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
7105 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7106 Date:   Wed Sep 10 22:48:09 2008 +0200
7107
7108     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
7109
7110     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7111
7112 commit 0e8d158664a913392cb01fb11a948d83f72e105e
7113 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7114 Date:   Wed Sep 10 22:48:06 2008 +0200
7115
7116     rename CFG_ENV macros to CONFIG_ENV
7117
7118     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7119
7120 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
7121 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7122 Date:   Wed Sep 10 22:48:05 2008 +0200
7123
7124     nvedit: rename error comment to CONFIG_ENV_IS_IN_
7125
7126     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7127
7128 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
7129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7130 Date:   Wed Sep 10 22:48:05 2008 +0200
7131
7132     cmd_mem: Move conditional compilation to Makefile
7133
7134     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7135
7136 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
7137 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7138 Date:   Wed Sep 10 22:48:05 2008 +0200
7139
7140     move cmd_get_data_size to command.c
7141
7142     add CMD_DATA_SIZE macro to enable it
7143
7144     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7145
7146 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
7147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7148 Date:   Wed Sep 10 22:48:04 2008 +0200
7149
7150     env_flash: Move conditional compilation to Makefile
7151
7152     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7153
7154 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
7155 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7156 Date:   Wed Sep 10 22:48:04 2008 +0200
7157
7158     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
7159
7160     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7161
7162 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
7163 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7164 Date:   Wed Sep 10 22:48:03 2008 +0200
7165
7166     cleanup use of CFG_ENV_IS_IN_FLASH
7167
7168     - #if CFG_ENV_IS_IN_FLASH
7169     - #if (CFG_ENV_IS_IN_FLASH == 1)
7170     - #define CFG_ENV_IS_IN_FLASH 0
7171
7172     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7173
7174 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
7175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7176 Date:   Wed Sep 10 22:48:01 2008 +0200
7177
7178     rename environment.c in env_embedded.c to reflect is functionality
7179
7180     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7181
7182 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
7183 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7184 Date:   Wed Sep 10 22:48:01 2008 +0200
7185
7186     env_nowhere: Move conditional compilation to Makefile
7187
7188     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7189
7190 commit 93f6d72544da4510a146bc4c93d609b0116cde37
7191 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7192 Date:   Wed Sep 10 22:48:00 2008 +0200
7193
7194     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
7195
7196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7197
7198 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
7199 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7200 Date:   Wed Sep 10 22:48:00 2008 +0200
7201
7202     env_sf: Move conditional compilation to Makefile
7203
7204     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7205
7206 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
7207 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7208 Date:   Wed Sep 10 22:48:00 2008 +0200
7209
7210     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
7211
7212     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7213
7214 commit 55c5f49910ec8225347aa1d211352a84de6649b4
7215 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7216 Date:   Wed Sep 10 22:48:00 2008 +0200
7217
7218     env_onenand: Move conditional compilation to Makefile
7219
7220     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7221
7222 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
7223 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7224 Date:   Wed Sep 10 22:47:59 2008 +0200
7225
7226     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
7227
7228     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7229
7230 commit 957a0e69575683efd70ace147746bbb3d8e7c501
7231 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7232 Date:   Wed Sep 10 22:47:59 2008 +0200
7233
7234     env_nvram: Move conditional compilation to Makefile
7235
7236     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7237
7238 commit 9314cee6917444ab88bd4e758da7a30975120187
7239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7240 Date:   Wed Sep 10 22:47:59 2008 +0200
7241
7242     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
7243
7244     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7245
7246 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
7247 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7248 Date:   Wed Sep 10 22:47:59 2008 +0200
7249
7250     env_nand: Move conditional compilation to Makefile
7251
7252     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7253
7254 commit 51bfee192099206a4397f15f3b93516e01f58ab0
7255 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7256 Date:   Wed Sep 10 22:47:58 2008 +0200
7257
7258     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
7259
7260     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7261
7262 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
7263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7264 Date:   Wed Sep 10 22:47:58 2008 +0200
7265
7266     env_dataflash: Move conditional compilation to Makefile
7267
7268     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7269
7270 commit 057c849c45b9ee19df8ff3acdeee66be52819962
7271 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7272 Date:   Wed Sep 10 22:47:58 2008 +0200
7273
7274     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
7275
7276     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7277
7278 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
7279 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7280 Date:   Wed Sep 10 22:47:52 2008 +0200
7281
7282     cmd_eeprom: Move conditional compilation to Makefile
7283
7284     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7285
7286 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
7287 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7288 Date:   Fri Sep 5 09:19:54 2008 +0200
7289
7290     env_eeprom: Move conditional compilation to Makefile
7291
7292     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7293
7294 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
7295 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7296 Date:   Fri Sep 5 09:19:30 2008 +0200
7297
7298     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
7299
7300     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7301
7302 commit 32628c5008105a732212003d83b75f05e5243bb2
7303 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7304 Date:   Sat Aug 30 23:54:58 2008 +0200
7305
7306     cmd_mac: Move conditional compilation to Makefile
7307
7308     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
7309     start in commit ad8f8687b78c3e917b173f038926695383c55555
7310
7311     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7312
7313 commit e5648acab153f0f429bfc714902c5aaa7879f71b
7314 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7315 Date:   Sat Aug 30 23:47:41 2008 +0200
7316
7317     cmd_fdc: Move conditional compilation to Makefile
7318
7319     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7320
7321 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
7322 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7323 Date:   Sat Aug 30 23:47:38 2008 +0200
7324
7325     common/Makefile: add core command section
7326
7327     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7328
7329 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
7330 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7331 Date:   Sat Aug 30 23:29:57 2008 +0200
7332
7333     cmd_vfd: Move conditional compilation to Makefile
7334
7335     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7336
7337 commit 6644641d072aee3087da129d8443187196a4d8a9
7338 Author: Scott Wood <scottwood@freescale.com>
7339 Date:   Wed Sep 10 11:48:49 2008 -0500
7340
7341     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
7342
7343     This is part of the switch to newer upstream MTD code.
7344
7345     Signed-off-by: Scott Wood <scottwood@freescale.com>
7346
7347 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
7348 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7349 Date:   Sat Aug 30 17:06:55 2008 -0400
7350
7351     ARM DaVinci: Fix broken HW ECC for large page NAND.
7352
7353     Based on original patch by Bernard Blackham <bernard@largestprime.net>
7354
7355     U-boot's HW ECC support for large page NAND on Davinci is completely
7356     broken.  Some kernels, such as the 2.6.10 one supported by
7357     MontaVista for DaVinci, rely upon this broken behaviour as they
7358     share the same code for ECCs. In the existing scheme, error
7359     detection *might* work on large page, but error correction
7360     definitely does not.  Small page ECC correction works, but the
7361     format is not compatible with the mainline git kernel.
7362
7363     This patch adds ECC code that matches what is currently in the
7364     Davinci git repository (since NAND support was added in 2.6.24).
7365     This makes the ECC and OOB layout written by u-boot compatible with
7366     Linux for both small page and large page devices and fixes ECC
7367     correction for large page devices.
7368
7369     The old behaviour can be restored by defining the macro
7370     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
7371
7372     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7373     Acked-by: Sergey Kubushyn <ksi@koi8.net>
7374     Signed-off-by: Scott Wood <scottwood@freescale.com>
7375
7376 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
7377 Author: Heiko Schocher <hs@denx.de>
7378 Date:   Wed Sep 10 11:15:28 2008 +0200
7379
7380     muas3001: update BR4 settings
7381
7382     Also set up the port pins for using I2C.
7383
7384     Signed-off-by: Heiko Schocher <hs@denx.de>
7385
7386 commit 3591293509e0c0bcf244b0f974775bff2e25697e
7387 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
7388 Date:   Wed Sep 10 09:43:49 2008 +0300
7389
7390     autoscr: Fix one-character lines and non-newline terminated scripts
7391
7392     When not using hush, the autoscr command now executes lines that are
7393     only one character long. It also runs the last line of scripts even if
7394     it does not end in a newline.
7395
7396     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
7397
7398 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
7399 Author: Victor Gallardo <vgallardo@amcc.com>
7400 Date:   Tue Sep 9 15:13:29 2008 -0700
7401
7402     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
7403
7404     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
7405     and glacier.
7406
7407     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
7408
7409 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
7410 Author: Heiko Schocher <hs@denx.de>
7411 Date:   Mon Sep 8 10:21:11 2008 +0200
7412
7413     muas3001: added support for the LM75 sensor.
7414
7415     Signed-off-by: Heiko Schocher <hs@denx.de>
7416
7417 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
7418 Author: Heiko Schocher <hs@denx.de>
7419 Date:   Mon Sep 8 10:20:19 2008 +0200
7420
7421     muas3001: activate WDT for the muas3001 board.
7422
7423     Signed-off-by: Heiko Schocher <hs@denx.de>
7424
7425 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
7426 Author: Heiko Schocher <hs@denx.de>
7427 Date:   Mon Sep 8 10:19:36 2008 +0200
7428
7429     muas3001: added 64MB SDRAM autodetection.
7430
7431     Signed-off-by: Heiko Schocher <hs@denx.de>
7432
7433 commit 5251469943895de4bb9a04d5053352cc22acb7d5
7434 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7435 Date:   Thu Aug 21 07:12:26 2008 -0700
7436
7437     Fix printf errors under -DDEBUG
7438
7439     Fix printf format-string/arg mismatches under -DDEBUG.
7440
7441     These warnings occur with DEBUG defined for a platform using
7442     cpu/mpc85xx.  Users of other architectures can unearth similar
7443     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
7444     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
7445
7446     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7447     Signed-off-by: Andy Fleming <afleming@freescale.com>
7448
7449 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
7450 Author: Wolfgang Denk <wd@denx.de>
7451 Date:   Tue Sep 9 23:55:18 2008 +0200
7452
7453     Update CHANGELOG, prepare 2008-10-rc1 release
7454
7455     Signed-off-by: Wolfgang Denk <wd@denx.de>
7456
7457 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
7458 Author: Kumar Gala <galak@kernel.crashing.org>
7459 Date:   Mon Sep 8 08:51:29 2008 -0500
7460
7461     85xx: Ensure timebase is zero on secondary cores
7462
7463     The e500um says the timebase is volatile out of reset.  To ensure
7464     TB sync works we need to make sure its zero.
7465
7466     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7467
7468 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
7469 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7470 Date:   Tue Sep 9 22:18:24 2008 +0200
7471
7472     bootm_load_os: fix load_end debug message
7473
7474     print load_end value not pointer
7475
7476     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7477
7478 commit 1d9af0be764960e6cc1c093e97176c3542796820
7479 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7480 Date:   Tue Sep 9 22:18:23 2008 +0200
7481
7482     bootm: enable fdt support only on ppc, m68k and sparc
7483
7484     ...as done in image.c
7485
7486     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7487
7488 commit 748b5274e76f81df85cfcffaffedc323678d0623
7489 Author: Markus Heidelberg <markus.heidelberg@web.de>
7490 Date:   Tue Sep 9 18:51:05 2008 +0200
7491
7492     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
7493
7494     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
7495
7496 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
7497 Author: Markus Heidelberg <markus.heidelberg@web.de>
7498 Date:   Tue Sep 9 17:31:46 2008 +0200
7499
7500     gitignore: add tags files and Vim swap file
7501
7502     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
7503
7504 commit 1d9b67b23fca6a25154333733204339802510720
7505 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7506 Date:   Tue Sep 9 17:52:47 2008 +0900
7507
7508     add board_eth_init() for sh7785lcr board
7509
7510     Fix the problem that cannot work RTL8169 on sh7785lcr board.
7511
7512     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7513
7514 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
7515 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7516 Date:   Wed Aug 6 16:08:41 2008 -0500
7517
7518     mtd: SPI Flash: Support the STMicro Flash
7519
7520     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
7521     M25P40, M25P64, M25P80, M25P128.
7522
7523     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
7524     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7525
7526 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
7527 Author: Wolfgang Denk <wd@denx.de>
7528 Date:   Tue Sep 9 17:55:31 2008 +0200
7529
7530     trab: fix build problem after change to use do_div()
7531
7532     We must link with libgeneric now.
7533
7534     Signed-off-by: Wolfgang Denk <wd@denx.de>
7535
7536 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
7537 Author: Ryan CHEN <ryan.chen@st.com>
7538 Date:   Wed Aug 20 13:00:17 2008 -0400
7539
7540     Correct drv_usb_kbd_init function
7541
7542     The patch is that check if usb_get_dev_index() function return valid
7543     pointer. If valid, continue. Otherwise return -1.
7544
7545     Signed-off-by: Ryan Chen <ryan.chen@st.com>
7546     Acked-by: Markus Klotzbuecher <mk@denx.de>
7547
7548 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
7549 Author: Remy Bohmer <linux@bohmer.net>
7550 Date:   Wed Aug 20 11:22:02 2008 +0200
7551
7552     Make usb-stop() safe to call multiple times in a row.
7553
7554     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
7555     enabled the usb_stop() command in common/cmd_bootm.c which was
7556     not enabled for some time, because no board did actually set the
7557     CFG_CMD_USB flag. So, now the usb_stop() is executed before
7558     loading the linux kernel.
7559
7560     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
7561     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
7562     If some other piece of code calls usb_stop() before the bootm command,
7563     this command will hangup the system during boot.
7564     (usb start and stop is typically used while booting from usb memory stick)
7565
7566     But, stopping the usb stack twice is useless anyway, and a flag already
7567     existed that kept track on the usb_init()/usb_stop() calls.
7568     So, we now check if the usb stack is really started before we stop it.
7569
7570     This problem is now fixed in both the upper as low-level layer.
7571
7572     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7573     Acked-by: Markus Klotzbuecher <mk@denx.de>
7574
7575 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
7576 Author: Wolfgang Denk <wd@denx.de>
7577 Date:   Tue Sep 9 16:55:47 2008 +0200
7578
7579     Makefile: fix bug introduced by commit 47ffd6c2
7580
7581 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
7582 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7583 Date:   Tue Sep 9 10:00:33 2008 -0400
7584
7585     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
7586
7587     This patch solves the problems compiling ml507, v5fx30teval and
7588     ppc440-generic out of tree.
7589
7590     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7591
7592 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
7593 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
7594 Date:   Thu Sep 4 15:35:46 2008 -0300
7595
7596     Fix dev_print when called from usb_stor_info (usb storage command)
7597
7598     Fix output of the usb storage command. It was printing "Device 0: not
7599     available" because IF_TYPE_USB was not included into the switch
7600     statement.
7601
7602     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
7603
7604 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
7605 Author: Bartlomiej Sieka <tur@semihalf.com>
7606 Date:   Tue Sep 9 12:58:16 2008 +0200
7607
7608     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
7609
7610     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7611
7612 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
7613 Author: Bartlomiej Sieka <tur@semihalf.com>
7614 Date:   Tue Sep 9 12:58:15 2008 +0200
7615
7616     FIT: add ability to check hashes of all images in FIT, improve output
7617
7618     - add function fit_all_image_check_hashes() that verifies if all
7619       hashes of all images in the FIT are valid
7620     - improve output of fit_image_check_hashes() when the hash check fails
7621
7622     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7623
7624 commit 1de1fa408967cef6804bb046b904114519bb36f0
7625 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7626 Date:   Mon Sep 8 20:54:39 2008 +0200
7627
7628     qemu_mips: Update linux bootm to support dynamic cmdline
7629
7630     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7631
7632 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
7633 Author: Peter Tyser <ptyser@xes-inc.com>
7634 Date:   Mon Sep 8 14:56:49 2008 -0500
7635
7636     Add support for booting of INTEGRITY operating system uImages
7637
7638     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7639
7640 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
7641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7642 Date:   Mon Sep 8 21:01:29 2008 +0200
7643
7644     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
7645
7646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7647
7648 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
7649 Author: Kumar Gala <galak@kernel.crashing.org>
7650 Date:   Mon Sep 8 13:57:12 2008 -0500
7651
7652     Remove support for booting ARTOS images
7653
7654     Pantelis Antoniou stated:
7655         AFAIK, it is still used but the products using PPC are long gone.
7656         Nuke it plz (from orbit).
7657
7658     So remove it since it cleans up a usage of env_get_char outside of
7659     the environment code.
7660
7661     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7662
7663 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
7664 Author: Wolfgang Denk <wd@denx.de>
7665 Date:   Tue Sep 9 15:45:18 2008 +0200
7666
7667     Makefile: compile and link each module just once
7668
7669     Several source files need to be compiled and linked when one or more
7670     config options are selected. To allow for easy selection in the
7671     Makefiles yet to avoild multiple compilation (which costs build time)
7672     and especially multiple linking (which causes errors), we use
7673     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
7674
7675     By courtesy of Detlev Zundel who suggested this approach.
7676
7677     Signed-off-by: Wolfgang Denk <wd@denx.de>
7678
7679 commit 48d0192fe869948fef14b460b5f0c85bca933693
7680 Author: Andreas Engel <andreas.engel@ericsson.com>
7681 Date:   Mon Sep 8 14:30:53 2008 +0200
7682
7683     Moved conditional compile into Makefile
7684
7685     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
7686
7687 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
7688 Author: Andreas Engel <andreas.engel@ericsson.com>
7689 Date:   Mon Sep 8 10:17:31 2008 +0200
7690
7691     Merged serial_pl010.c and serial_pl011.c.
7692
7693     They only differ in the init function.
7694     This also adds the missing watchdog support for the PL011.
7695
7696     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
7697
7698 commit 0817d688f307ee2c0598e79175c94a40ce90337b
7699 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7700 Date:   Sun Sep 7 17:10:27 2008 -0400
7701
7702     Remove gap fill in srec object v2
7703
7704     SREC files do not need gap fill: The load address is specified in the
7705     file. On the other hand, it can't be avoided in a .bin object. It has
7706     no information about memory location.
7707
7708     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7709
7710 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
7711 Author: Markus Heidelberg <markus.heidelberg@web.de>
7712 Date:   Sun Sep 7 20:18:27 2008 +0200
7713
7714     README: fix missing subdirectory in the documentation
7715
7716     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
7717
7718 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
7719 Author: Graeme Russ <graeme.russ@gmail.com>
7720 Date:   Sun Sep 7 07:08:42 2008 +1000
7721
7722     Update i386 code (sc520_cdp)
7723
7724     Attempt to bring i386 / sc520 inline with master
7725
7726     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
7727
7728 commit 5608692104efa8d56df803dc79ea41ac3607eee5
7729 Author: Guennadi Liakhovetski <lg@denx.de>
7730 Date:   Thu Sep 4 13:01:49 2008 +0200
7731
7732     fw_env: add NAND support
7733
7734     Add support for environment in NAND with automatic NOR / NAND recognition,
7735     including unaligned environment, bad-block skipping, redundant environment
7736     copy.
7737
7738     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7739
7740 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
7741 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7742 Date:   Tue Sep 9 09:50:24 2008 +0200
7743
7744     ppc4xx: Fix out-of-tree building of CPCI405 variants
7745
7746     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7747     Acked-by: Stefan Roese <sr@denx.de>
7748
7749 commit 59f630588e3fdbd698a0a2798e52a8924e899563
7750 Author: Sergei Poselenov <sposelenov@emcraft.com>
7751 Date:   Fri Aug 15 15:42:11 2008 +0200
7752
7753     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
7754
7755     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7756
7757 commit e64987a892353f3d49eb242d997820ef8f538912
7758 Author: Anatolij Gustschin <agust@denx.de>
7759 Date:   Fri Aug 15 15:42:13 2008 +0200
7760
7761     85xx: socrates: Enable Lime support.
7762
7763     This patch adds Lime GDC support together with support for the PWM
7764     backlight control through the w83782d chip.  The reset pin of the
7765     latter is attached to GPIO, so we need to reset it in
7766     early_board_init_r.
7767
7768     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7769
7770 commit 3e79b588b5199f35016f178fc0d5d1266382097f
7771 Author: Detlev Zundel <dzu@denx.de>
7772 Date:   Fri Aug 15 15:42:12 2008 +0200
7773
7774     85xx: Socrates: Major code update.
7775
7776     - Update the local bus ranges in the FDT for Linux for the various
7777       devices connected to the local bus via chip-select.
7778
7779     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
7780       lower than 66 MHz and uses I/O accessor functions consequently.
7781
7782     - UPM data update.
7783
7784     - Update of default environment and configuration.  Use I2C multibus
7785       as we do have two I2C buses.  Also enable sdram and ext2 commands.
7786
7787     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7788     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7789     Signed-off-by: Detlev Zundel <dzu@denx.de>
7790
7791 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
7792 Author: Timur Tabi <timur@freescale.com>
7793 Date:   Fri Jul 18 16:52:23 2008 +0200
7794
7795     Update Freescale 85xx boards to sys_eeprom.c
7796
7797     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
7798     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
7799     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
7800     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
7801
7802     Signed-off-by: Timur Tabi <timur@freescale.com>
7803
7804 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
7805 Author: Wolfgang Denk <wd@denx.de>
7806 Date:   Tue Sep 9 10:08:02 2008 +0200
7807
7808     lib_ppc/interrupts.c: make board_show_activity() a weak function
7809
7810     This allows to use show_activity() without having to
7811     define an empty board_show_activity() function.
7812
7813     Signed-off-by: Wolfgang Denk <wd@denx.de>
7814
7815 commit fe876787f8743883ce58fed61525eaa2f34da4c5
7816 Author: Wolfgang Denk <wd@denx.de>
7817 Date:   Tue Sep 9 10:06:44 2008 +0200
7818
7819     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
7820
7821     Signed-off-by: Wolfgang Denk <wd@denx.de>
7822
7823 commit 965de106ba8900372c8b16dc60d5acab7f925e38
7824 Author: Wolfgang Denk <wd@denx.de>
7825 Date:   Tue Sep 9 10:03:47 2008 +0200
7826
7827     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
7828
7829     Signed-off-by: Wolfgang Denk <wd@denx.de>
7830
7831 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
7832 Author: Sergei Poselenov <sposelenov@emcraft.com>
7833 Date:   Fri Aug 15 15:42:11 2008 +0200
7834
7835     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
7836
7837     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7838
7839 commit 36241ca29d4804a1006fb3f26069effda5202581
7840 Author: Anatolij Gustschin <agust@denx.de>
7841 Date:   Fri Aug 15 15:42:13 2008 +0200
7842
7843     85xx: socrates: Enable Lime support.
7844
7845     This patch adds Lime GDC support together with support for the PWM
7846     backlight control through the w83782d chip.  The reset pin of the
7847     latter is attached to GPIO, so we need to reset it in
7848     early_board_init_r.
7849
7850     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7851
7852 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
7853 Author: Detlev Zundel <dzu@denx.de>
7854 Date:   Fri Aug 15 15:42:12 2008 +0200
7855
7856     85xx: Socrates: Major code update.
7857
7858     - Update the local bus ranges in the FDT for Linux for the various
7859       devices connected to the local bus via chip-select.
7860
7861     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
7862       lower than 66 MHz and uses I/O accessor functions consequently.
7863
7864     - UPM data update.
7865
7866     - Update of default environment and configuration.  Use I2C multibus
7867       as we do have two I2C buses.  Also enable sdram and ext2 commands.
7868
7869     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7870     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7871     Signed-off-by: Detlev Zundel <dzu@denx.de>
7872
7873 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
7874 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7875 Date:   Tue Sep 9 01:22:39 2008 +0200
7876
7877     disk-on-chip: remove duplicate doc_probe declaration
7878
7879     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7880
7881 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
7882 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7883 Date:   Tue Sep 9 00:59:40 2008 +0200
7884
7885     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
7886
7887     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7888
7889 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
7890 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7891 Date:   Tue Sep 9 00:59:39 2008 +0200
7892
7893     rs5c372: fix rtc_set prototype
7894
7895     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7896
7897 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
7898 Author: Sergei Poselenov <sposelenov@emcraft.com>
7899 Date:   Thu Aug 14 14:08:28 2008 +0200
7900
7901     ARM: fix warning: target CPU does not support interworking
7902
7903     This patch fixes warnings like this:
7904
7905     start.S:0: warning: target CPU does not support interworking
7906
7907     which come from some ARM cross compilers and are caused by hard-coded
7908     (with "--with-cpu=arm9" configuration option) ARM targets (which
7909     support ARM Thumb instructions), while the ARM target selected from
7910     the command line (with "-march=armv4") doesn't support Thumb
7911     instructions.
7912
7913     This warning is issued by the compiler regardless of the real use of
7914     the Thumb instructions in code.
7915
7916     To fix this problem, we use options according to compiler version
7917     being used.
7918
7919     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7920     Signed-off-by: Wolfgang Denk <wd@denx.de>
7921
7922 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
7923 Author: Sergei Poselenov <sposelenov@emcraft.com>
7924 Date:   Thu Aug 14 14:08:28 2008 +0200
7925
7926     ARM: Use do_div() instead of division for "long long".
7927
7928     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7929     Signed-off-by: Wolfgang Denk <wd@denx.de>
7930
7931 commit 8febd13c69cb68652577d1a9fcbde954bf784155
7932 Author: Timur Tabi <timur@freescale.com>
7933 Date:   Fri Jul 18 16:52:23 2008 +0200
7934
7935     Update Freescale 85xx boards to sys_eeprom.c
7936
7937     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
7938     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
7939     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
7940     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
7941
7942     Signed-off-by: Timur Tabi <timur@freescale.com>
7943
7944 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
7945 Author: Wolfgang Denk <wd@denx.de>
7946 Date:   Mon Sep 8 23:26:22 2008 +0200
7947
7948     lib_arm/bootm.c: fix compile warnings
7949
7950     bootm.c:128: warning: label 'error' defined but not used
7951     bootm.c:65: warning: unused variable 'ret'
7952
7953     Signed-off-by: Wolfgang Denk <wd@denx.de>
7954
7955 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
7956 Author: Wolfgang Denk <wd@denx.de>
7957 Date:   Mon Sep 8 22:46:42 2008 +0200
7958
7959     ml507: fix out of tree build problem
7960
7961     Signed-off-by: Wolfgang Denk <wd@denx.de>
7962
7963 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
7964 Author: Wolfgang Denk <wd@denx.de>
7965 Date:   Mon Sep 8 22:10:28 2008 +0200
7966
7967     common/cmd_bootm.c: fix printf() format warnings
7968
7969     Signed-off-by: Wolfgang Denk <wd@denx.de>
7970
7971 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
7972 Author: Wolfgang Denk <wd@denx.de>
7973 Date:   Mon Sep 8 22:37:45 2008 +0200
7974
7975     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
7976
7977     missing doc_probe() prototype.
7978
7979     Signed-off-by: Wolfgang Denk <wd@denx.de>
7980
7981 commit 2c5e3cc4994897d364b148942ff23e47783198f6
7982 Author: Wolfgang Denk <wd@denx.de>
7983 Date:   Mon Sep 8 21:28:14 2008 +0200
7984
7985     mk48t59: fix compile problem introduced by commit d1e23194
7986
7987     Signed-off-by: Wolfgang Denk <wd@denx.de>
7988
7989 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
7990 Author: Stefan Roese <sr@denx.de>
7991 Date:   Mon Sep 8 14:11:12 2008 +0200
7992
7993     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
7994
7995     This patch moves some 4xx specific prototypes out of include common.h
7996     to a ppc4xx specific header.
7997
7998     Signed-off-by: Stefan Roese <sr@denx.de>
7999
8000 commit ac53ee8318678190bf3c68da477a84a657d86fb0
8001 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8002 Date:   Fri Sep 5 15:34:04 2008 +0200
8003
8004     ppc4xx: Update CPCI405(AB) configuration
8005
8006     This patch add FDT support and command line editing capabilities
8007     for CPCI405 and CPCI405AB boards.
8008
8009     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8010     Signed-off-by: Stefan Roese <sr@denx.de>
8011
8012 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
8013 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8014 Date:   Fri Sep 5 15:34:03 2008 +0200
8015
8016     ppc4xx: Cleanup CPCI405 linker script
8017
8018     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8019     Signed-off-by: Stefan Roese <sr@denx.de>
8020
8021 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
8022 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8023 Date:   Fri Sep 5 15:34:02 2008 +0200
8024
8025     ppc4xx: Update CPCI405 variants handling
8026
8027     This patch replaces the BOARD_REVISION variable in include/config.mk
8028     by a using a temporary include file in the platform directory.
8029
8030     The former way does not work anymore and the latter is also used by
8031     some other boards.
8032
8033     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8034     Signed-off-by: Stefan Roese <sr@denx.de>
8035
8036 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
8037 Author: Stefan Roese <sr@denx.de>
8038 Date:   Mon Sep 8 10:01:48 2008 +0200
8039
8040     ppc4xx: Remove CONFIG_CS8952_PHY define
8041
8042     Since this define is only used on one board that was never really in
8043     production, removing this compile time option doesn't hurt and makes
8044     the code more readable.
8045
8046     Signed-off-by: Stefan Roese <sr@denx.de>
8047
8048 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
8049 Author: Stefan Roese <sr@denx.de>
8050 Date:   Fri Sep 5 14:11:40 2008 +0200
8051
8052     ppc4xx: Fix compilation warning for PIP405
8053
8054     This patch fixes a compilation warning for the PIP405 board. It moves the
8055     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
8056     occur anymore. I am a little unsure if this #ifdef is at the correct
8057     place now or if it could be removed completely. This needs to get
8058     tested on the PIP405 board.
8059
8060     Signed-off-by: Stefan Roese <sr@denx.de>
8061
8062 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
8063 Author: Stefan Roese <sr@denx.de>
8064 Date:   Fri Sep 5 14:09:09 2008 +0200
8065
8066     ppc4xx: Fix compilation warning for canyonlands & glacier
8067
8068     Signed-off-by: Stefan Roese <sr@denx.de>
8069
8070 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
8071 Author: Kumar Gala <galak@kernel.crashing.org>
8072 Date:   Fri Sep 5 14:40:29 2008 -0500
8073
8074     Fix compiler warning in mpc8xxx ddr code
8075
8076     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
8077     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
8078     ctrl_regs.c:523: note: 'caslat' was declared here
8079
8080     Add a warning in DDR1 case if cas_latency isn't a value we know about.
8081
8082     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8083     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8084
8085 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
8086 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8087 Date:   Mon Sep 1 23:06:23 2008 +0200
8088
8089     rtc: allow rtc_set to return an error and use it in cmd_date
8090
8091     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8092
8093 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
8094 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8095 Date:   Mon Sep 1 01:16:33 2008 +0200
8096
8097     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
8098
8099     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8100
8101 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
8102 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8103 Date:   Sun Aug 31 05:37:04 2008 +0900
8104
8105     config.mk: Move arch-specific condition to $(ARCH)_config.mk
8106
8107     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8108
8109 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
8110 Author: Kumar Gala <galak@kernel.crashing.org>
8111 Date:   Fri Aug 29 19:08:29 2008 -0500
8112
8113     Prevent crash if random/invalid ramdisks are passed to bootm
8114
8115     Adds returning an error from the ramdisk detection code if
8116     its not a real ramdisk (invalid).  There is no reason we can't
8117     just return back to the console if we detect an invalid
8118     ramdisk or CRC error.
8119
8120     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8121
8122 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
8123 Author: Anatolij Gustschin <agust@denx.de>
8124 Date:   Fri Aug 29 21:04:45 2008 +0200
8125
8126     Prevent crash if random DTB address is passed to bootm
8127
8128     This patch adds bootm_start() return value check. If
8129     error status is returned, we do not proceed further to
8130     prevent board reset or crash as we still can recover
8131     at this point.
8132
8133     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8134
8135 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
8136 Author: Andrew Dyer <adyer@righthandtech.com>
8137 Date:   Fri Aug 29 12:30:39 2008 -0500
8138
8139     clean up some #if !defined() in drivers/video/cfb_console.c
8140
8141     rearrange some #if !defined() / #else / #endif statements to remove
8142     the negative logic.
8143
8144     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
8145
8146 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
8147 Author: Kyungmin Park <kmpark@infradead.org>
8148 Date:   Fri Aug 29 09:02:20 2008 +0900
8149
8150     apollon: use the last memory area for u-boot
8151
8152     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8153
8154 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
8155 Author: Heiko Schocher <hs@denx.de>
8156 Date:   Thu Aug 28 13:50:42 2008 +0200
8157
8158     TQM8272: move NAND part in seperate File
8159
8160     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
8161     because I have no longer access to the hardware.
8162
8163     Signed-off-by: Heiko Schocher <hs@denx.de>
8164
8165 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
8166 Author: Heiko Schocher <hs@denx.de>
8167 Date:   Thu Aug 28 13:48:36 2008 +0200
8168
8169     TQM8272: Fix compiling error for the TQM8272 board.
8170
8171     Fix compile problems caused by
8172     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
8173
8174     Signed-off-by: Heiko Schocher <hs@denx.de>
8175
8176 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
8177 Author: Kyungmin Park <kmpark@infradead.org>
8178 Date:   Wed Aug 27 14:45:20 2008 +0900
8179
8180     Add JFFS2 command support on OneNAND
8181
8182     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8183
8184 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
8185 Author: Mark Jackson <mpfj@mimc.co.uk>
8186 Date:   Mon Aug 25 19:21:30 2008 +0100
8187
8188     Allow console input to be disabled
8189
8190     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
8191
8192     When CONFIG_DISABLE_CONSOLE is defined, setting
8193     GD_FLG_DISABLE_CONSOLE disables all console input and output.
8194
8195     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
8196
8197 commit 2b22d608f370565c87f55928b524207031419c11
8198 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8199 Date:   Wed Jul 30 12:39:29 2008 +0200
8200
8201     loads: allow negative offsets
8202
8203     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8204
8205 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
8206 Author: Yuri Tikhonov <yur@emcraft.com>
8207 Date:   Thu Sep 4 11:19:05 2008 +0200
8208
8209     USB EHCI: reset root hub
8210
8211     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
8212     resetting only via EHCI registers. So, this patch adds the
8213     corresponding kind of reset to OHCI's hc_reset() if the newly
8214     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
8215     board).
8216
8217     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8218     Acked-by: Markus Klotzbuecher <mk@denx.de>
8219
8220 commit 5875d358f025c1b042d8a0f08384b756de7256c9
8221 Author: Yuri Tikhonov <yur@emcraft.com>
8222 Date:   Fri Aug 15 15:42:09 2008 +0200
8223
8224     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
8225
8226     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8227
8228 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
8229 Author: Stefan Roese <sr@denx.de>
8230 Date:   Fri Sep 5 10:47:46 2008 +0200
8231
8232     devices: Use list_add_tail() instead of list_add() to register a device
8233
8234     This patch fixes a problem spotted on Glacier/Canyonlands (and most
8235     likely lots of other board ports), that no serial output was seen
8236     after console initialization in console_init_r(). This is because the
8237     last added console device was used instead of the first added.
8238
8239     This patch fixes this problem by using list_add_tail() instead of
8240     list_add() to register a device. This way the first added console
8241     is used again.
8242
8243     Signed-off-by: Stefan Roese <sr@denx.de>
8244
8245 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
8246 Author: Victor Gallardo <vgallardo@amcc.com>
8247 Date:   Thu Sep 4 23:49:36 2008 -0700
8248
8249     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
8250
8251     This patch adds GPCS, SGMII and M88E1112 PHY support
8252     for the AMCC PPC460GT/EX processors.
8253
8254     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
8255     Signed-off-by: Stefan Roese <sr@denx.de>
8256
8257 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
8258 Author: Adam Graham <agraham@amcc.com>
8259 Date:   Wed Sep 3 12:26:59 2008 -0700
8260
8261     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
8262
8263     Signed-off-by: Adam Graham <agraham@amcc.com>
8264     Signed-off-by: Stefan Roese <sr@denx.de>
8265
8266 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
8267 Author: Adam Graham <agraham@amcc.com>
8268 Date:   Wed Sep 3 12:26:28 2008 -0700
8269
8270     ppc4xx: IBM Memory Controller DDR autocalibration routines
8271
8272     Alternate SDRAM DDR autocalibration routine that can be generically used
8273     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
8274     support of more DIMM/memory chip vendors and gets the DDR autocalibration
8275     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
8276
8277     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
8278     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
8279     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
8280     lot longer to run than Method_B.  Method_B executes in the same amount of time
8281     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
8282     Normally Method_B is used and it is set as the default method.
8283
8284     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
8285     Controller registers.[bit-field]:
8286     1)  SDRAM0_RQDC.[RQFD]
8287     2)  SDRAM0_RFDC.[RFFD]
8288
8289     This alternate PPC4xx DDR autocalibration code calibrates the following
8290     IBM SDRAM Controller registers.[bit-field]:
8291
8292     1)  SDRAM0_WRDTR.[WDTR]
8293     2)  SDRAM0_CLKTR.[CKTR]
8294     3)  SDRAM0_RQDC.[RQFD]
8295     4)  SDRAM0_RFDC.[RFFD]
8296
8297     and will also use the calibrated settings of the above four registers that
8298     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
8299     register.[bit-field].
8300
8301     Signed-off-by: Adam Graham <agraham@amcc.com>
8302     Signed-off-by: Stefan Roese <sr@denx.de>
8303
8304 commit e07f4a8033b6270b8103049adb6456f660ff4a89
8305 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8306 Date:   Mon Sep 1 13:09:39 2008 -0400
8307
8308     ppc44x: Unification of virtex5 pp440 boards
8309
8310     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
8311
8312     It unificates 3 different things:
8313
8314     1) Source code
8315     A new board called ppc440-generic has been created. This board includes
8316     a generic tlb initialization (Maps the whole memory into virtual) and
8317     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
8318     so, they can be replaced by specific functions.
8319
8320     If a new board needs to redefine any of the previous functions
8321     (specific initialization) it can create a new directory with the
8322     specific initializations needed. (see the example ml507 board).
8323
8324     2) Configuration file
8325     Common configurations are located under configs/xilinx-ppc440.h, this
8326     header file interpretes the xparameters file generated by EDK and
8327     configurates u-boot in correspondence. Example: if there is a Temac,
8328     allows CMD_CONFIG_NET
8329     Specific configuration are located under specific configuration file.
8330     (see the example ml507 board)
8331
8332     3) Makefile
8333     Some work has been done in order to not duplicate work in the Main
8334     Makefile. Please see the attached code.
8335
8336     In order to support new boards they can be implemented in the next way:
8337
8338     a) Simple Generic Board  (90% of the time)
8339     Using EDK generates a new xparameters.h file, replace
8340     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
8341     && make
8342
8343     b) Simple Boards with special u-boot parameters (9 % of the time)
8344     Create a new file under configs for it (use ml507.h as example) and
8345     change your paramaters. Create a new Makefile paragraph and compile
8346
8347     c) Complex boards (1% of the time)
8348     Create a new folder for the board, like the ml507
8349
8350     Finally, it adds support for the Avnet FX30T Evaluation board, following
8351     the new generic structure:
8352
8353     Cheap board by Avnet for evaluating the Virtex5 FX technology.
8354
8355     This patch adds support for:
8356      - UartLite
8357      - 16MB Flash
8358      - 64MB RAM
8359
8360     Prior using U-boot in this board, read carefully the ERRATA by Avnet
8361     to solve some memory initialization issues.
8362
8363     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8364     Signed-off-by: Stefan Roese <sr@denx.de>
8365
8366 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
8367 Author: Nick Spence <nick.spence@freescale.com>
8368 Date:   Tue Sep 2 15:21:16 2008 -0500
8369
8370     mpc83xx: fix mpc8313 in-tree building with NAND
8371
8372     and add mpc8313 NAND build to MAKEALL
8373
8374     Signed-off-by: Nick Spence <nick.spence@freescale.com>
8375     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8376
8377 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
8378 Author: Nick Spence <nick.spence@freescale.com>
8379 Date:   Thu Aug 28 14:09:25 2008 -0700
8380
8381     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
8382
8383     Cleans up some latent issues with the data cache control so that
8384     dcache_enable() and dcache_disable() will work reliably (after
8385     unlock_ram_in_cache() has been called)
8386
8387     Signed-off-by: Nick Spence <nick.spence@freescale.com>
8388     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8389
8390 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
8391 Author: Nick Spence <nick.spence@freescale.com>
8392 Date:   Thu Aug 28 14:09:19 2008 -0700
8393
8394     mpc83xx: Store and display Arbiter Event Register values
8395
8396     Record the Arbiter Event Register values and optionally display them.
8397
8398     The Arbiter Event Register can record the type and effective address of
8399     an arbiter error, even through an HRESET. This patch stores the values in
8400     the global data structure.
8401
8402     Display of the Arbiter Event registers immediately after the RSR value
8403     can be enabled with defines. The Arbiter values will only be displayed
8404     if an arbiter event has occured since the last Power On Reset, and either
8405     of the following defines exist:
8406      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
8407                                         and type register values
8408      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
8409                                         event register values
8410
8411     Address Only transactions are one of the trapped events that can register
8412     as an arbiter event. They occur with some cache manipulation instructions
8413     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
8414     has the MEMORY_COHERENCE WIMG bit set. Setting:
8415      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
8416                                   only events, so that it can still capture
8417                                   other real problems.
8418
8419     Signed-off-by: Nick Spence <nick.spence@freescale.com>
8420     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8421
8422 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
8423 Author: Nick Spence <nick.spence@freescale.com>
8424 Date:   Thu Aug 28 14:09:11 2008 -0700
8425
8426     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
8427
8428     This is needed in unlock_ram_in_cache() because it is called from C and
8429     will corrupt the small data area anchor that is kept in R2.
8430
8431     lock_ram_in_cache() is modified similarly as good coding practice, but
8432     is not called from C.
8433
8434     Signed-off-by: Nick Spence <nick.spence@freescale.com>
8435     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8436
8437 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
8438 Author: Nick Spence <nick.spence@freescale.com>
8439 Date:   Fri Aug 22 23:52:50 2008 -0700
8440
8441     MPC83XX: Fix GPIO configuration - set gpio level before direction
8442
8443     Set DAT value before DIR values to avoid creating glitches on the
8444     GPIO signals.
8445
8446     Set gpio level register before direction register to inhibit
8447     glitches on high level output pins.
8448
8449     Dir and data gets cleared at powerup, so high level output lines see
8450     a short low pulse between setting the direction and level registers.
8451
8452     Issue was seen on a new board with the nReset line of the NOR flash
8453     connected to a GPIO. Setting the direction register puts the NOR flash
8454     in reset so the next instruction to set the level cannot get executed.
8455
8456     Signed-off-by: Nick Spence <nick.spence@freescale.com>
8457     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8458     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8459
8460 commit 7007c5975ee900ad70983b0681d3251e221f8321
8461 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8462 Date:   Tue Sep 2 02:58:32 2008 +0200
8463
8464     doc/qemu_mips: add doc howto debug u-boot with gdb
8465
8466     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8467
8468 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
8469 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8470 Date:   Wed Sep 3 17:15:45 2008 +0200
8471
8472     ppx4xx: Fix broken DASA_SIM board
8473
8474     This patch adds initdram() to DASA_SIM boards that has been
8475     removed accidentally by a previous commit.
8476
8477     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8478     Signed-off-by: Stefan Roese <sr@denx.de>
8479
8480 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
8481 Author: Stefan Roese <sr@denx.de>
8482 Date:   Mon Sep 1 08:35:37 2008 +0200
8483
8484     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
8485
8486     This patch removes some direct references to common/lists.o from some
8487     esd linker scripts. This is necessary because the lists source was moved
8488     and is not in the "common" directory anymore.
8489
8490     Signed-off-by: Stefan Roese <sr@denx.de>
8491
8492 commit 97b0734d65f8a0b03df0a335a2addc759da56107
8493 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8494 Date:   Tue Sep 2 16:33:05 2008 +0200
8495
8496     ppc4xx: Remove obsolete or unused functions from some esd boards
8497
8498     This patch removes initdram() and testdram() from most esd 405 platforms.
8499     Some boards also have an empty dummy implementation of
8500     misc_init_f(). This is also removed.
8501
8502     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8503     Signed-off-by: Stefan Roese <sr@denx.de>
8504
8505 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
8506 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8507 Date:   Tue Sep 2 15:07:54 2008 +0200
8508
8509     ppc4xx: Update VOM405 board configuration
8510
8511     - remove PCI code
8512     - add command line editing
8513     - minor cleanup
8514
8515     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8516     Signed-off-by: Stefan Roese <sr@denx.de>
8517
8518 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
8519 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8520 Date:   Tue Sep 2 15:07:53 2008 +0200
8521
8522     ppc4xx: Remove obsolete initdram() function from VOM405 board
8523
8524     This patch removed the obsolete initdram() function from
8525     VOM405 platform file.
8526
8527     Some minor cleanup.
8528
8529     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8530     Signed-off-by: Stefan Roese <sr@denx.de>
8531
8532 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
8533 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8534 Date:   Tue Sep 2 15:07:52 2008 +0200
8535
8536     ppc4xx: Cleanup VOM405 linker script
8537
8538     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8539     Signed-off-by: Stefan Roese <sr@denx.de>
8540
8541 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
8542 Author: Matthias Fuchs <mf@esd.eu>
8543 Date:   Tue Sep 2 15:07:51 2008 +0200
8544
8545     ppc4xx: Add fdt support for VOM405 boards
8546
8547     Signed-off-by: Matthias Fuchs <mf@esd.eu>
8548     Signed-off-by: Stefan Roese <sr@denx.de>
8549
8550 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
8551 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8552 Date:   Tue Sep 2 11:36:14 2008 +0200
8553
8554     ppc4xx: Coding style cleanup
8555
8556     Wrap long lines etc.
8557
8558     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8559     Signed-off-by: Stefan Roese <sr@denx.de>
8560
8561 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
8562 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8563 Date:   Tue Sep 2 11:35:56 2008 +0200
8564
8565     ppc4xx: Enable USB on PLU405 boards
8566
8567     This patch enables the PCI-OHCI controller on PLU405 board.
8568
8569     Also the default CPU frequency is updated to 266 MHz and
8570     command line editing is enabled.
8571
8572     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8573     Signed-off-by: Stefan Roese <sr@denx.de>
8574
8575 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
8576 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8577 Date:   Tue Sep 2 11:35:35 2008 +0200
8578
8579     ppc4xx: Cleanup PLU405 platform file
8580
8581     This patch
8582     - wraps some long lines
8583     - removes unused/obsolete functions: misc_init_f() and initdram()
8584
8585     Signed-off-by: Matthias Fuchs <mf@esd.eu>
8586     Signed-off-by: Stefan Roese <sr@denx.de>
8587
8588 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
8589 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8590 Date:   Tue Sep 2 11:35:04 2008 +0200
8591
8592     ppc4xx: Cleanup PLU405 linker script
8593
8594     Signed-off-by: Matthias Fuchs <mf@esd.eu>
8595     Signed-off-by: Stefan Roese <sr@denx.de>
8596
8597 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
8598 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8599 Date:   Tue Sep 2 11:34:36 2008 +0200
8600
8601     ppc4xx: Add fdt support for PLU405 boards
8602
8603     Signed-off-by: Matthias Fuchs <mf@esd.eu>
8604     Signed-off-by: Stefan Roese <sr@denx.de>
8605
8606 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
8607 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8608 Date:   Tue Sep 2 11:34:08 2008 +0200
8609
8610     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
8611
8612     Signed-off-by: Matthias Fuchs <mf@esd.eu>
8613     Signed-off-by: Stefan Roese <sr@denx.de>
8614
8615 commit be1b0d2777e179191a57b138b660547a17e55aad
8616 Author: Jochen Friedrich <jochen@scram.de>
8617 Date:   Tue Sep 2 11:24:59 2008 +0200
8618
8619     Don't tftp to unknown flash
8620
8621     If a board has a variable number of flash banks, there are empty entries
8622     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
8623     "Outside available Flash". This patch skips flash banks with unknown
8624     flash ids.
8625
8626     Signed-off-by: Jochen Friedrich <jochen@scram.de>
8627     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8628
8629 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
8630 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8631 Date:   Thu Aug 28 13:40:44 2008 +0900
8632
8633     net: smc911x: Add pkt_data_pull and pkt_data_push function
8634
8635     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
8636     Byte-swapping is necessary, and so poor performance is inevitable.
8637     This problem cannot evade by the swap function of CHIP, this can
8638     evade by software Byte-swapping.
8639     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
8640     functions necessary to solve this problem.
8641
8642     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8643     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8644
8645 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
8646 Author: Ben Warren <biggerbadderben@gmail.com>
8647 Date:   Sun Aug 31 20:37:00 2008 -0700
8648
8649     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
8650
8651     Affected boards:
8652         db64360
8653         db64460
8654         katmai
8655         taihu
8656         taishan
8657         yucca
8658         cpc45
8659         cpu87
8660         eXalion
8661         elppc
8662         debris
8663         kvme080
8664         mpc8315erdb
8665         integratorap
8666         ixdp425
8667         oxc
8668         pm826
8669         pm828
8670         pm854
8671         pm856
8672         ppmc7xx
8673         sc3
8674         sc520_spunk
8675         sorcery
8676         tqm8272
8677         tqm85xx
8678         utx8245
8679
8680     Removed initialization of the driver from net/eth.c
8681     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
8682
8683     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8684
8685 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
8686 Author: Ben Warren <biggerbadderben@gmail.com>
8687 Date:   Sun Aug 31 10:45:44 2008 -0700
8688
8689     Moved initialization of TULIP Ethernet controller to board_eth_init()
8690
8691     Affected boards:
8692         cu824
8693         bab7xx
8694         adciop
8695         dasa_sim
8696         mousse
8697         mpc8540eval
8698         musenki
8699         mvblue
8700         pcippc2/pcippc6
8701         sbc8240
8702         stxssa
8703
8704     Removed initialization of the driver from net/eth.c
8705
8706     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8707
8708 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
8709 Author: Ben Warren <biggerbadderben@gmail.com>
8710 Date:   Sun Aug 31 10:44:19 2008 -0700
8711
8712     Moved initialization of E1000 Ethernet controller to board_eth_init()
8713
8714     Affected boards:
8715         ap1000
8716         mvbc_p
8717         PM854
8718
8719     Removed initialization of the driver from net/eth.c
8720
8721     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8722
8723 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
8724 Author: Ben Warren <biggerbadderben@gmail.com>
8725 Date:   Sun Aug 31 10:40:51 2008 -0700
8726
8727     Moved initialization of plb2800 Ethernet driver to board_eth_init
8728
8729     Affected boards:
8730         purple
8731
8732     Removed initialization of controller from net/eth.c
8733
8734     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8735
8736 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
8737 Author: Ben Warren <biggerbadderben@gmail.com>
8738 Date:   Sun Aug 31 10:39:12 2008 -0700
8739
8740     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
8741
8742     Modified board_eth_init() functions of boards that have this FEC in addition
8743     to other Ethernet controllers.
8744
8745     Affected boards:
8746         bc3450
8747         icecube
8748         mvbc_p
8749         o2dnt
8750         pm520
8751         total5200
8752         tq5200
8753
8754     Removed initialization of controller from net/eth.c
8755
8756     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8757
8758 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
8759 Author: Ben Warren <biggerbadderben@gmail.com>
8760 Date:   Sun Aug 31 10:36:38 2008 -0700
8761
8762     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
8763
8764     Added a cpu_eth_init() function to MPC512x CPU directory and
8765     removed code from net/eth.c
8766
8767     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8768
8769 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
8770 Author: Ben Warren <biggerbadderben@gmail.com>
8771 Date:   Sun Aug 31 10:16:59 2008 -0700
8772
8773     Moved initialization of IncaIP Ethernet controller to board_eth_init
8774
8775     Affected boards:
8776         IncaIP
8777
8778     Removed initialization of the driver from net/eth.c
8779
8780     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8781
8782 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
8783 Author: Ben Warren <biggerbadderben@gmail.com>
8784 Date:   Sun Aug 31 10:15:26 2008 -0700
8785
8786     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
8787
8788         Affected boards:
8789             AmigaOneG3SE
8790
8791         Removed initialization of the driver from net/eth.c
8792
8793     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8794
8795 commit 6aca145e067efe75398e9fac97822bd3700de0b2
8796 Author: Ben Warren <biggerbadderben@gmail.com>
8797 Date:   Sun Aug 31 10:13:34 2008 -0700
8798
8799     Moved initialization of GT6426x Ethernet controller to board_eth_init()
8800
8801     Affected boards:
8802         EVB64260
8803         P3G4
8804         ZUMA
8805
8806     Removed initialization of the driver from net/eth.c
8807
8808     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8809
8810 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
8811 Author: Ben Warren <biggerbadderben@gmail.com>
8812 Date:   Sun Aug 31 10:08:43 2008 -0700
8813
8814     Moved initialization of PCNET Ethernet controller to board_eth_init()
8815
8816     Affected boards:
8817         PN62
8818         sc520_cdp
8819
8820     Removed initialization of the driver from net/eth.c
8821
8822     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8823
8824 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
8825 Author: Ben Warren <biggerbadderben@gmail.com>
8826 Date:   Sun Aug 31 10:07:16 2008 -0700
8827
8828     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
8829
8830     Affected boards:
8831         a3000
8832
8833     Removed initialization of the driver from net/eth.c
8834
8835     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8836
8837 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
8838 Author: Ben Warren <biggerbadderben@gmail.com>
8839 Date:   Sun Aug 31 10:03:22 2008 -0700
8840
8841     Moved initialization of NS8382X Ethernet controller to board_eth_init()
8842
8843     Affected boards:
8844         bc3450
8845         cpci5200
8846         mecp5200
8847         pf2000
8848         icecube
8849         o2dnt
8850         pm520
8851         sandpoint8245
8852         total5200
8853         tqm5200
8854
8855     Removed initialization of the driver from net/eth.c
8856
8857     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8858
8859 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
8860 Author: Ben Warren <biggerbadderben@gmail.com>
8861 Date:   Sun Aug 31 09:59:33 2008 -0700
8862
8863     Moved initialization of TSI108 Ethernet controller to board_eth_init()
8864
8865     Affected boards:
8866         mpc7448hpc2
8867
8868     Removed initialization of the driver from net/eth.c
8869
8870     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8871
8872 commit 0b252f50ae218ae15bfb63af44227972686ebc56
8873 Author: Ben Warren <biggerbadderben@gmail.com>
8874 Date:   Sun Aug 31 21:41:08 2008 -0700
8875
8876     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
8877
8878     Affected boards:
8879         hidden_dragon
8880         MPC8544DS
8881         MPC8610HPCN
8882         R2DPLUS
8883         TB0229
8884
8885     Removed initialization of the driver from net/eth.c
8886
8887     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8888
8889 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
8890 Author: Ben Warren <biggerbadderben@gmail.com>
8891 Date:   Sun Aug 31 09:49:42 2008 -0700
8892
8893     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
8894
8895     Affected boards:
8896         linkstation
8897         r7780mp
8898
8899     Removed initialization of the driver from net/eth.c
8900
8901     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8902
8903 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
8904 Author: Ben Warren <biggerbadderben@gmail.com>
8905 Date:   Tue Aug 12 22:11:53 2008 -0700
8906
8907     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
8908
8909     Removed at91sam9_eth_initialize() from net/eth.c
8910
8911     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8912
8913 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
8914 Author: Ben Warren <biggerbadderben@gmail.com>
8915 Date:   Sun Aug 31 22:22:04 2008 -0700
8916
8917     Introduce netdev.h header file and remove externs
8918
8919     This addresses all drivers whose initializers have already
8920     been moved to board_eth_init()/cpu_eth_init().
8921
8922     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8923
8924 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
8925 Author: Andy Fleming <afleming@freescale.com>
8926 Date:   Sun Aug 31 16:33:30 2008 -0500
8927
8928     Add pixis_set_sgmii command
8929
8930     The 8544DS and 8572DS platforms support an optional SGMII riser card to
8931     expose ethernet over an SGMII interface.  Once the card is in, it is also
8932     necessary to configure the board such that it uses the card, rather than
8933     the on-board ethernet ports.  This can either be done by flipping dip switches
8934     on the motherboard, or by modifying registers in the pixis.  Either way
8935     requires a reboot.
8936
8937     This adds a command to allow users to choose which ports are routed through
8938     the SGMII card, and which through the onboard ports.  It also allows users
8939     to revert to the current switch settings.
8940
8941     This code does not work on the 8572, as the PIXIS is different.
8942
8943     Signed-off-by: Andy Fleming <afleming@freescale.com>
8944     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8945
8946 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
8947 Author: Andy Fleming <afleming@freescale.com>
8948 Date:   Sun Aug 31 16:33:29 2008 -0500
8949
8950     Add SGMII support for the 8544 DS
8951
8952     The 8544 DS has an optional SGMII Riser card, which uses different PHY
8953     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
8954     setup code if so.
8955
8956     Signed-off-by: Andy Fleming <afleming@freescale.com>
8957     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8958
8959 commit 652f7c2eef76a1340928bd660845441e932d86a2
8960 Author: Andy Fleming <afleming@freescale.com>
8961 Date:   Sun Aug 31 16:33:28 2008 -0500
8962
8963     Add support for Freescale SGMII Riser Card
8964
8965     The 8544DS and 8572DS systems have an optional SGMII riser card which
8966     exposes new ethernet ports which are connected to the eTSECs via an
8967     SGMII interface.  The SGMII PHYs for this board are offset from the standard
8968     PHY addresses, so this code modifies the passed in tsec_info structure to
8969     use the SGMII PHYs on the card, instead.
8970
8971     Signed-off-by: Andy Fleming <afleming@freescale.com>
8972     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8973
8974 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
8975 Author: Andy Fleming <afleming@freescale.com>
8976 Date:   Sun Aug 31 16:33:27 2008 -0500
8977
8978     Add SGMII support to the tsec
8979
8980     Adds support for configuring the TBI to talk properly with the SerDes.
8981
8982     Signed-off-by: Andy Fleming <afleming@freescale.com>
8983     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8984
8985 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
8986 Author: Andy Fleming <afleming@freescale.com>
8987 Date:   Sun Aug 31 16:33:26 2008 -0500
8988
8989     Pass in tsec_info struct through tsec_initialize
8990
8991     The tsec driver contains a hard-coded array of configuration information
8992     for the tsec ethernet controllers.  We create a default function that works
8993     for most tsecs, and allow that to be overridden by board code.  It creates
8994     an array of tsec_info structures, which are then parsed by the corresponding
8995     driver instance to determine configuration.  Also, add regs, miiregs, and
8996     devname fields to the tsec_info structure, so that we don't need the kludgy
8997     "index" parameter.
8998
8999     Signed-off-by: Andy Fleming <afleming@freescale.com>
9000     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9001
9002 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
9003 Author: Andy Fleming <afleming@freescale.com>
9004 Date:   Sun Aug 31 16:33:25 2008 -0500
9005
9006     tsec: Move tsec.h to include/
9007
9008     This is to prepare the way for board code passing in the tsec_info structure
9009
9010     Signed-off-by: Andy Fleming <afleming@freescale.com>
9011     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9012
9013 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
9014 Author: Sergei Poselenov <sposelenov@emcraft.com>
9015 Date:   Fri Jun 6 15:52:44 2008 +0200
9016
9017     PHY: Add support for the M88E1121R Marvell chip.
9018
9019     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9020     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9021     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9022
9023 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
9024 Author: Wolfgang Denk <wd@denx.de>
9025 Date:   Tue Sep 2 21:17:36 2008 +0200
9026
9027     fw_env.c: fix build problems with MTD_VERSION=old
9028
9029     (as needed to support old 2.4 Linux kernel based releases)
9030
9031     Signed-off-by: Wolfgang Denk <wd@denx.de>
9032
9033 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
9034 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9035 Date:   Mon Sep 1 17:11:26 2008 +0200
9036
9037     device: make device_register() clone the device
9038
9039     This is expected by the callers, but this fact was hidden well within
9040     the old list implementation.
9041
9042     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9043
9044 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
9045 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9046 Date:   Sun Aug 31 23:28:15 2008 +0900
9047
9048     sh: Remove CC line from board's Makefile
9049
9050     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9051
9052 commit 468eae0660de6fdfd9999944c536ecc4797bd944
9053 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9054 Date:   Sun Aug 31 23:25:57 2008 +0900
9055
9056     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
9057
9058     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9059
9060 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
9061 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9062 Date:   Thu Aug 28 14:50:52 2008 +0900
9063
9064     sh: Add support sh2 to MAKEALL
9065
9066     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9067     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9068
9069 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
9070 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9071 Date:   Thu Aug 28 14:52:23 2008 +0900
9072
9073     sh: Fix compile error rsk7203 board
9074
9075     This boards used old type preprocessor.
9076     This patch fix compile error.
9077
9078     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9079     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9080
9081 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
9082 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9083 Date:   Thu Aug 28 14:53:31 2008 +0900
9084
9085     sh: Fix compile error sh7785lcr board
9086
9087     This boards used old type preprocessor.
9088     This patch fix compile error.
9089
9090     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9091     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9092
9093 commit 6f0da4972e48f99d37bc522814940a6022cd3084
9094 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9095 Date:   Fri Aug 22 17:39:09 2008 +0900
9096
9097     sh: Renesas Solutions AP325RXA board support
9098
9099     AP325RXA is SH7723's reference board.
9100     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
9101     In this patch, support SCIF, NOR Flash, and Ethernet.
9102
9103     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9104     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9105
9106 commit ab09f433b50bb83b5e440c335bc3839ee069e534
9107 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9108 Date:   Fri Aug 22 17:48:51 2008 +0900
9109
9110     sh: add support Renesas SH7723
9111
9112     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
9113     This patch supports CPU register's header file and SCIF serial driver.
9114
9115     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9116     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9117
9118 commit c655fad06ba3fb042dbc667724a40e1a9a091248
9119 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9120 Date:   Sun Aug 31 23:02:04 2008 +0900
9121
9122     sh: Renesas RSK+ 7203 board support
9123
9124     This adds initial support for the RTE RSK+ SH7203 board.
9125
9126     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9127     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9128
9129 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
9130 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9131 Date:   Thu Jul 3 23:11:02 2008 +0900
9132
9133     sh: Add support Renesas SH7203 processor
9134
9135     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9136     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9137
9138 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
9139 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9140 Date:   Sun Aug 31 22:48:33 2008 +0900
9141
9142     sh: Add support SH2/SH2A which is CPU of Renesas Technology
9143
9144     Add support SH2/SH2A basic function.
9145
9146     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9147     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9148
9149 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
9150 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9151 Date:   Sun Aug 31 22:45:08 2008 +0900
9152
9153     sh: Renesas R0P7785LC0011RL board support
9154
9155     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
9156     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
9157
9158     This patch supports the following functions:
9159      - 128MB DDR2-SDRAM (29-bit address mode only)
9160      - NOR Flash
9161      - USB host
9162      - Ethernet
9163
9164     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9165     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9166
9167 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
9168 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9169 Date:   Thu Jul 10 19:32:53 2008 +0900
9170
9171     sh: add support for SH7785
9172
9173     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
9174     This patch supports CPU register's header file.
9175
9176     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9177     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9178
9179 commit d6e04258be8f2408845468d3cf722a4cf0433445
9180 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9181 Date:   Sun Aug 31 04:45:42 2008 +0200
9182
9183     davinci: fix remaining dm644x_eth
9184
9185     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9186
9187 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
9188 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9189 Date:   Sun Aug 31 04:24:56 2008 +0200
9190
9191     fs: Move conditional compilation to Makefile
9192
9193     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9194
9195 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
9196 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9197 Date:   Sun Aug 31 04:24:55 2008 +0200
9198
9199     devices: merge to list_head
9200
9201     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9202
9203 commit ef0255fc75f28655f9681422079287d68a14dbaa
9204 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9205 Date:   Sun Aug 31 04:24:51 2008 +0200
9206
9207     update linux/list
9208
9209     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9210
9211 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
9212 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9213 Date:   Sun Aug 31 00:39:48 2008 +0200
9214
9215     smdk6400: add gitignore
9216
9217     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9218
9219 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
9220 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9221 Date:   Sun Aug 31 00:39:48 2008 +0200
9222
9223     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
9224
9225     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9226
9227 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
9228 Author: Guennadi Liakhovetski <lg@denx.de>
9229 Date:   Sun Aug 31 00:39:47 2008 +0200
9230
9231     smdk6400: remove redundant bootargs definition
9232
9233     Double bootargs setting leads to a duplicated environmant entry.
9234
9235     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9236
9237 commit 11edcfe260f20dcea79284a3e95270989d433854
9238 Author: Guennadi Liakhovetski <lg@denx.de>
9239 Date:   Sun Aug 31 00:39:47 2008 +0200
9240
9241     ARM: Add support for S3C6400 based SMDK6400 board
9242
9243     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
9244     driver for it too. The board can also boot from the NOR flash, but due to
9245     hardware limitations it can only address 64KiB on it, which is not enough
9246     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
9247
9248     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9249
9250 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
9251 Author: Guennadi Liakhovetski <lg@denx.de>
9252 Date:   Sun Aug 31 00:39:47 2008 +0200
9253
9254     NAND: add NAND driver for S3C64XX
9255
9256     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
9257
9258     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9259
9260 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
9261 Author: Guennadi Liakhovetski <lg@denx.de>
9262 Date:   Sun Aug 31 00:39:47 2008 +0200
9263
9264     S3C64XX: remove broken HWFLOW support from the serial driver
9265
9266     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
9267     broken and currently unused. Remove it.
9268
9269     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9270
9271 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
9272 Author: Guennadi Liakhovetski <lg@denx.de>
9273 Date:   Sun Aug 31 00:39:47 2008 +0200
9274
9275     serial: add S3C64XX serial driver
9276
9277     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
9278
9279     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9280
9281 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
9282 Author: Guennadi Liakhovetski <lg@denx.de>
9283 Date:   Sun Aug 31 00:39:46 2008 +0200
9284
9285     USB: Add support for OHCI controller on S3C6400
9286
9287     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
9288     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
9289     it should work too and we could still profit from instruction cache.
9290
9291     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9292
9293 commit 9b07773f8883665b002500c190507e9fd99b7181
9294 Author: Guennadi Liakhovetski <lg@denx.de>
9295 Date:   Sun Aug 31 00:39:46 2008 +0200
9296
9297     ARM: Add arm1176 core with S3C6400 SoC
9298
9299     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
9300
9301     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9302
9303 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
9304 Author: Sandeep Paulraj <s-paulraj@ti.com>
9305 Date:   Sun Aug 31 00:39:46 2008 +0200
9306
9307     ARM DaVinci: Changing function names for EMAC driver
9308
9309     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
9310     By replacing all the function names that start with dm644x_* to davinci_*
9311     we make these function more portable. I have tested this change on my EVM.
9312     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
9313     be sending patches that add DaVinci DM6467 support to the list soon.
9314
9315     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
9316
9317 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
9318 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
9319 Date:   Sat Aug 30 23:21:30 2008 +0200
9320
9321     Integrator[AP/CP] - Remove unused file memsetup.S
9322
9323     - memsetup.s is changed/merged to lowlevel_init.S
9324       memsetup.S has a global label memsetup that just returns back to caller
9325     - memsetup global label is changed/merged to lowlevel_init
9326       This label is not called from anywhere.
9327
9328     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
9329
9330 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
9331 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9332 Date:   Wed Aug 27 21:35:52 2008 +0200
9333
9334     ARM DaVinci: Standardize names of directories/files
9335
9336     ARM DaVinci: Standardize names of directories/files.
9337
9338     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9339     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9340
9341 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
9342 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9343 Date:   Fri Jul 11 15:10:13 2008 -0400
9344
9345     ARM DaVinci: Move common functions to board/davinci/common
9346
9347     ARM DaVinci: Move common functions to board/davinci/common.
9348
9349     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9350
9351 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
9352 Author: Stefan Roese <sr@denx.de>
9353 Date:   Fri Aug 29 11:56:49 2008 +0200
9354
9355     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
9356
9357     This function is needed for the new NAND infrastructure. We only need
9358     a dummy implementation though for the NDFC.
9359
9360     Signed-off-by: Stefan Roese <sr@denx.de>
9361
9362 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
9363 Author: Stefan Roese <sr@denx.de>
9364 Date:   Fri Aug 29 12:06:27 2008 +0200
9365
9366     ppc4xx: Increase image size for NAND boot target
9367
9368     This is needed since now with HUSH enabled (amcc-common.h) the image
9369     read from NAND exceeds the previous limit.
9370
9371     Signed-off-by: Stefan Roese <sr@denx.de>
9372
9373 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
9374 Author: Ben Warren <biggerbadderben@gmail.com>
9375 Date:   Thu Aug 28 23:58:30 2008 -0700
9376
9377     Move MPC512x_FEC driver to drivers/net
9378
9379     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9380
9381 commit 80b00af01b3c9154774de2936f05a051e92f6a03
9382 Author: Ben Warren <biggerbadderben@gmail.com>
9383 Date:   Thu Aug 28 23:58:29 2008 -0700
9384
9385     Move MPC5xxx_FEC driver to drivers/net
9386
9387     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9388
9389 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
9390 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9391 Date:   Fri Aug 29 21:53:57 2008 +0200
9392
9393     cmd_terminal: remove no need ifdef
9394
9395     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9396
9397 commit 578118bdf122877ae769776be002255be447b4fa
9398 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9399 Date:   Fri Aug 29 21:53:57 2008 +0200
9400
9401     common/Makefile: order by functionality
9402
9403     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9404
9405 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
9406 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9407 Date:   Fri Aug 29 21:53:56 2008 +0200
9408
9409     miiphyutil: Move conditional compilation to Makefile
9410
9411     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9412
9413 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
9414 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9415 Date:   Fri Aug 29 21:53:37 2008 +0200
9416
9417     autoscript: Move conditional compilation to Makefile
9418
9419     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9420
9421 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
9422 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9423 Date:   Fri Aug 29 01:18:11 2008 +0200
9424
9425     crc16: move to lib_generic
9426
9427     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9428
9429 commit 55195773eacefb22dd483a3c560ea30a14263ce1
9430 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9431 Date:   Fri Aug 29 01:18:01 2008 +0200
9432
9433     miiphybb: move to drivers/net/phy
9434
9435     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9436
9437 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
9438 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9439 Date:   Thu Aug 28 12:31:51 2008 +0200
9440
9441     soft_spi: move to drivers/spi
9442
9443     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9444
9445 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
9446 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9447 Date:   Thu Aug 28 12:31:51 2008 +0200
9448
9449     soft_i2c: move to drivers/i2c
9450
9451     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9452
9453 commit 717a222229fdb77703e9174d0eb08a4b41febf49
9454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9455 Date:   Thu Aug 28 12:31:48 2008 +0200
9456
9457     gunzip: move to lib_generic
9458
9459     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9460
9461 commit 52aef8f9ba28b747973bf76741c23db658d5773c
9462 Author: Wolfgang Ocker <weo@reccoware.de>
9463 Date:   Tue Aug 26 19:55:23 2008 +0200
9464
9465     ppc4xx: NAND configuration
9466
9467     Made NAND bank configuration setting a config variable.
9468
9469     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
9470     Signed-off-by: Stefan Roese <sr@denx.de>
9471
9472 commit 5bc542a593abc9e974fbd34704af85c37c366c60
9473 Author: Victor Gallardo <vgallardo@amcc.com>
9474 Date:   Thu Aug 28 16:03:28 2008 -0700
9475
9476     ppc4xx: fix UIC external_interrupt hang on UIC0
9477
9478     This patch fixes a UIC external_interrupt hang if critical or non-critical
9479     interrupt is set at the same time as a normal interrupt is set on UIC0.
9480
9481     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9482     Signed-off-by: Stefan Roese <sr@denx.de>
9483
9484 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
9485 Author: Prodyut  Hazarika <phazarika@amcc.com>
9486 Date:   Wed Aug 27 16:39:00 2008 -0700
9487
9488     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
9489
9490     Removed Magic numbers from Initialization preload registers
9491     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
9492     About 5-7% improvement seen for LMBench memtests
9493
9494     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
9495     Signed-off-by: Stefan Roese <sr@denx.de>
9496
9497 commit 8a490422bed685c9491274ec997f62061d88620b
9498 Author: John Rigby <jrigby@freescale.com>
9499 Date:   Thu Aug 28 13:17:07 2008 -0600
9500
9501     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
9502
9503     MPC5121 rev 2 silicon has a new register for controlling how long
9504     CS is asserted after deassertion of ALE in multiplexed mode.
9505
9506     The default is to assert CS together with ALE.  The alternative
9507     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
9508
9509     The default is wrong for the NOR flash and CPLD on the ADS5121.
9510
9511     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
9512     it does so conditionally based on silicon rev 2.0 or greater.
9513
9514     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
9515     Signed-off-by: John Rigby <jrigby@freescale.com>
9516
9517 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
9518 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9519 Date:   Tue Aug 19 00:56:46 2008 +0600
9520
9521     Add I2C frequency dividers for ColdFire
9522
9523     The existing I2C freqency dividers for FDR does not apply
9524     to ColdFire platforms; thus, a seperate table is added
9525     based on MCF5xxx Reference Manual
9526
9527     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
9528     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9529     Acked-by: Tabi Timur <timur@freescale.com>
9530
9531 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
9532 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9533 Date:   Tue Aug 19 03:01:19 2008 +0600
9534
9535     ColdFire: I2C fix for multiple platforms
9536
9537     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9538
9539 commit d53cf6a9c7423cba668b867978648645f71c3090
9540 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9541 Date:   Tue Aug 19 00:37:13 2008 +0600
9542
9543     ColdFire: Add CONFIG_MII_INIT for M5272C3
9544
9545     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9546
9547 commit f78ced3028d4130b24a318943a70cf5584ab16f4
9548 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9549 Date:   Tue Aug 19 00:26:25 2008 +0600
9550
9551     ColdFire: Multiple fixes for MCF5445x platforms
9552
9553     Add FEC pin set and mii reset in __mii_init(). Change
9554     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
9555     change cfi_offset to 0, and change CFG_FLASH_CFI to
9556     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
9557     M54455EVB env settings in configuration file.
9558
9559     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9560
9561 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
9562 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9563 Date:   Fri Aug 15 18:24:25 2008 +0000
9564
9565     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
9566
9567     The user manuals recommend 7.
9568
9569     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
9570     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9571
9572 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
9573 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9574 Date:   Fri Aug 15 16:50:07 2008 +0000
9575
9576     ColdFire: Raise uart baudrate to 115200 bps
9577
9578     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
9579     uart baudrate increase from 19200 to 115200 bps
9580
9581     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9582
9583 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
9584 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9585 Date:   Wed Aug 13 12:07:03 2008 +0000
9586
9587     ColdFire: Fix board.c warning message
9588
9589     Implicit declaration of nand_init() warning message
9590
9591     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9592
9593 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
9594 Author: Kumar Gala <galak@kernel.crashing.org>
9595 Date:   Wed Aug 27 01:10:34 2008 -0500
9596
9597     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
9598
9599     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9600
9601 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
9602 Author: Heiko Schocher <hs@denx.de>
9603 Date:   Thu Aug 21 20:44:49 2008 +0200
9604
9605     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
9606
9607     Signed-off-by: Heiko Schocher <hs@denx.de>
9608
9609 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
9610 Author: Kumar Gala <galak@kernel.crashing.org>
9611 Date:   Tue Aug 19 14:46:36 2008 -0500
9612
9613     mpc85xx: remove redudant code with lib_ppc/interrupts.c
9614
9615     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
9616     not show how that happened, but there is no good reason for it.
9617
9618     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
9619     they exist.
9620
9621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9622
9623 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
9624 Author: Kumar Gala <galak@kernel.crashing.org>
9625 Date:   Fri Jul 25 13:31:05 2008 -0500
9626
9627     mpc85xx: Add support for the MPC8536DS reference board
9628
9629     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9630     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
9631     Signed-off-by: Dejan Minic <minic@freescale.com>
9632     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9633     Signed-off-by: Dave Liu <daveliu@freescale.com>
9634     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9635
9636 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
9637 Author: Kumar Gala <galak@kernel.crashing.org>
9638 Date:   Tue Aug 12 11:14:19 2008 -0500
9639
9640     mpc85xx: Add support for the MPC8536
9641
9642     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
9643     also have SERDES init code for the 8536.
9644
9645     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9646     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
9647     Signed-off-by: Dejan Minic <minic@freescale.com>
9648     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9649     Signed-off-by: Dave Liu <daveliu@freescale.com>
9650
9651 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
9652 Author: Kumar Gala <galak@kernel.crashing.org>
9653 Date:   Tue Aug 12 11:13:08 2008 -0500
9654
9655     mpc85xx: Add support for the MPC8572DS reference board
9656
9657     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9658
9659 commit 457caecdbca3df21a93abff19eab12dbc61b7897
9660 Author: Kumar Gala <galak@kernel.crashing.org>
9661 Date:   Wed Aug 27 01:05:35 2008 -0500
9662
9663     FSL DDR: Remove old SPD support from cpu/mpc85xx
9664
9665     All 85xx boards have been converted to the new code so we can
9666     remove the old SPD DDR setup code.
9667
9668     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9669
9670 commit 0e7927db138976469e7257e29c1338050a50fcd9
9671 Author: Kumar Gala <galak@kernel.crashing.org>
9672 Date:   Wed Aug 27 01:04:07 2008 -0500
9673
9674     FSL DDR: Convert STXSSA to new DDR code.
9675
9676     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9677
9678 commit c360d9b970fbb9c13744c355879671165bbb9b9e
9679 Author: Kumar Gala <galak@kernel.crashing.org>
9680 Date:   Wed Aug 27 01:03:42 2008 -0500
9681
9682     FSL DDR: Convert STXGP3 to new DDR code.
9683
9684     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9685
9686 commit 8e55313b7ae12352a343f9b9962e662dbd897187
9687 Author: Kumar Gala <galak@kernel.crashing.org>
9688 Date:   Tue Aug 26 23:52:58 2008 -0500
9689
9690     FSL DDR: Convert SBC8560 to new DDR code.
9691
9692     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9693
9694 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
9695 Author: Kumar Gala <galak@kernel.crashing.org>
9696 Date:   Tue Aug 26 23:52:32 2008 -0500
9697
9698     FSL DDR: Convert MPC8540EVAL to new DDR code.
9699
9700     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9701
9702 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
9703 Author: Kumar Gala <galak@kernel.crashing.org>
9704 Date:   Tue Aug 26 23:52:07 2008 -0500
9705
9706     FSL DDR: Convert PM856 to new DDR code.
9707
9708     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9709
9710 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
9711 Author: Kumar Gala <galak@kernel.crashing.org>
9712 Date:   Tue Aug 26 23:51:49 2008 -0500
9713
9714     FSL DDR: Convert PM854 to new DDR code.
9715
9716     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9717
9718 commit 33b9079ba20926f14238fff863b68a98e938948e
9719 Author: Kumar Gala <galak@kernel.crashing.org>
9720 Date:   Tue Aug 26 23:15:28 2008 -0500
9721
9722     FSL DDR: Convert sbc8548 to new DDR code.
9723
9724     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9725
9726 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
9727 Author: Kumar Gala <galak@kernel.crashing.org>
9728 Date:   Tue Aug 26 23:14:14 2008 -0500
9729
9730     FSL DDR: Convert atum8548 to new DDR code.
9731
9732     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9733
9734 commit be0bd8234b9777ecd63c4c686f72af070d886517
9735 Author: Kumar Gala <galak@kernel.crashing.org>
9736 Date:   Tue Aug 26 22:56:56 2008 -0500
9737
9738     FSL DDR: Convert socrates to new DDR code.
9739
9740     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9741
9742 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
9743 Author: Kumar Gala <galak@kernel.crashing.org>
9744 Date:   Tue Aug 26 08:02:30 2008 -0500
9745
9746     FSL DDR: Convert MPC8544DS to new DDR code.
9747
9748     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9749
9750 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
9751 Author: Jon Loeliger <jdl@freescale.com>
9752 Date:   Tue Mar 18 13:51:05 2008 -0500
9753
9754     FSL DDR: Convert MPC8568MDS to new DDR code.
9755
9756     Signed-off-by: Jon Loeliger <jdl@freescale.com>
9757     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9758
9759 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
9760 Author: Jon Loeliger <jdl@freescale.com>
9761 Date:   Tue Mar 18 13:51:06 2008 -0500
9762
9763     FSL DDR: Convert MPC8548CDS to new DDR code.
9764
9765     Signed-off-by: Jon Loeliger <jdl@freescale.com>
9766     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9767
9768 commit aa11d85cf318b961e029fe50d68ca47d004bce93
9769 Author: Jon Loeliger <jdl@freescale.com>
9770 Date:   Mon Mar 17 15:48:18 2008 -0500
9771
9772     FSL DDR: Convert MPC8541CDS to new DDR code.
9773
9774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
9775     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9776
9777 commit 2b40edb10d81da7bba724edbccd7f53777112579
9778 Author: Jon Loeliger <jdl@freescale.com>
9779 Date:   Tue Mar 18 11:12:42 2008 -0500
9780
9781     FSL DDR: Convert MPC8555ADS to new DDR code.
9782
9783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
9784     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9785
9786 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
9787 Author: Jon Loeliger <jdl@freescale.com>
9788 Date:   Tue Mar 18 11:12:44 2008 -0500
9789
9790     FSL DDR: Convert MPC8560ADS to new DDR code.
9791
9792     Signed-off-by: Jon Loeliger <jdl@freescale.com>
9793     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9794
9795 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
9796 Author: Kumar Gala <galak@kernel.crashing.org>
9797 Date:   Fri Jun 6 13:12:18 2008 -0500
9798
9799     FSL DDR: Convert MPC8540ADS to new DDR code.
9800
9801     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9802
9803 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
9804 Author: Kumar Gala <galak@kernel.crashing.org>
9805 Date:   Tue Aug 26 21:34:55 2008 -0500
9806
9807     FSL DDR: Add 85xx specific register setting
9808
9809     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9810
9811 commit 6fb1b7346849ccd0c20306143e334f5b76143070
9812 Author: Kumar Gala <galak@kernel.crashing.org>
9813 Date:   Mon Jun 9 11:07:46 2008 -0500
9814
9815     FSL DDR: Add e500 TLB helper for DDR code
9816
9817     Provide a helper function that board code can call to map TLBs when
9818     setting up DDR.
9819
9820     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9821
9822 commit d26b739afe5a6760bd345743188759cd9d0f3b47
9823 Author: Andrew Dyer <adyer@righthandtech.com>
9824 Date:   Tue Aug 26 17:03:38 2008 -0500
9825
9826     dm9000 remove dead external phy support, gpio fix
9827
9828     dm9000 has code to detect and initialize external phy parts, but later
9829     on in the code the part is forced to use the internal phy
9830     unconditionally.  Remove the unused/untested code.
9831
9832     change the GPIO initialization so that only the GPIO used as an
9833     internal phy reset (hardwired in the chip) is set as an output.  The
9834     remaining GPIO need to be handled by board specific code to prevent
9835     possible drive conflicts.  Set as inputs for safety.
9836
9837     replace a few magic numbers with defines
9838
9839     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
9840     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9841
9842 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
9843 Author: Peter Tyser <ptyser@xes-inc.com>
9844 Date:   Tue Aug 26 11:17:48 2008 -0500
9845
9846     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
9847
9848     cmd_net.c command descriptions were updated to describe the optional
9849     hostIPaddr argument.  The dhcp command help message was also updated
9850     to more closely reflect the other commands in cmd_net.c
9851
9852     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9853     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9854
9855 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
9856 Author: Remy Bohmer <linux@bohmer.net>
9857 Date:   Wed Aug 20 11:30:28 2008 +0200
9858
9859     Fix bogus error message in the DHCP handler
9860
9861     The DHCP handler has 1 state that is not listed in this case, causing a
9862     failure message when there is actually no failure.
9863
9864     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9865     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9866
9867 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
9868 Author: Remy Bohmer <linux@bohmer.net>
9869 Date:   Wed Aug 20 11:30:27 2008 +0200
9870
9871     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
9872
9873     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
9874     missing extern inside the net/bootp.h header
9875
9876     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9877     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9878
9879 commit 1803f7f91ff35ca402259065df7557107dcf28a2
9880 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9881 Date:   Tue Aug 19 21:26:32 2008 +0000
9882
9883     ColdFire: Add FEC Buffer descriptors in SRAM
9884
9885     Add FEC Buffer descriptors and data buffer in SRAM for
9886     faster execution and access.
9887
9888     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9889     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9890
9891 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
9892 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9893 Date:   Thu Aug 21 23:55:11 2008 +0000
9894
9895     Fix ColdFire FEC warning messages
9896
9897     Types mismatch and implicit declaration of icache_invalid()
9898     warning messages
9899
9900     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9901     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9902
9903 commit 6a002171098e968bd5b362347d2831224fab6048
9904 Author: Ben Warren <biggerbadderben@gmail.com>
9905 Date:   Sat Jul 12 00:17:50 2008 -0700
9906
9907     Moved initialization of SKGE Ethernet driver to board code.
9908
9909     The only board using this driver is the SL8245 board.
9910     Removed initialization for the driver from net/eth.c
9911
9912     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9913
9914 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
9915 Author: Ben Warren <biggerbadderben@gmail.com>
9916 Date:   Sat Jul 12 00:08:45 2008 -0700
9917
9918     Moved conditional compilation to Makefile for SK98 Ethernet driver
9919
9920     Brute-force removal of #ifdefs.  Didn't touch the code.
9921     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9922
9923 commit 65d3d99c28dc363d15eaee78225ff643df499b97
9924 Author: Ben Warren <biggerbadderben@gmail.com>
9925 Date:   Fri Jul 11 23:42:19 2008 -0700
9926
9927     Moved initialization of ULI526X Ethernet driver to board code.
9928
9929     The only board using this driver is the Freescale MPC8610HPCD board.
9930     Removed initialization for the driver from net/eth.c
9931
9932     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9933
9934 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
9935 Author: Ben Warren <biggerbadderben@gmail.com>
9936 Date:   Fri Jul 11 23:15:28 2008 -0700
9937
9938     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
9939
9940     Added board_eth_init() function to bf537-stamp board.
9941     Removed initialization for the Blackin EMAC driver from net/eth.c
9942
9943     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9944
9945 commit fc363ce35408f348cacced68505f3747a53e3d7c
9946 Author: Ben Warren <biggerbadderben@gmail.com>
9947 Date:   Wed Jul 9 01:04:19 2008 -0700
9948
9949     Moved initialization of GRETH Ethernet driver to CPU directory
9950
9951     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
9952     removed code from net/eth.c
9953
9954     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9955
9956 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
9957 Author: Ben Warren <biggerbadderben@gmail.com>
9958 Date:   Tue Aug 26 22:16:25 2008 -0700
9959
9960     Moved initialization of MCFFEC Ethernet driver to CPU directory
9961
9962     Added a cpu_eth_init() function to coldfire CPU directories and
9963     removed code from net/eth.c
9964
9965     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9966
9967 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
9968 Author: Ben Warren <biggerbadderben@gmail.com>
9969 Date:   Tue Aug 26 22:12:36 2008 -0700
9970
9971     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
9972
9973     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
9974     removed code from net/eth.c
9975
9976     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9977
9978 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
9979 Author: Kumar Gala <galak@kernel.crashing.org>
9980 Date:   Tue Aug 26 15:01:38 2008 -0500
9981
9982     FSL DDR: Remove old SPD support from cpu/mpc86xx
9983
9984     All 86xx boards have been converted to the new code so we can
9985     remove the old SPD DDR setup code.
9986
9987     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9988
9989 commit 9bd4e5911b750837515466bc7449087698b88e0e
9990 Author: Kumar Gala <galak@kernel.crashing.org>
9991 Date:   Tue Aug 26 15:01:37 2008 -0500
9992
9993     FSL DDR: Convert SBC8641D to new DDR code.
9994
9995     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9996
9997 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
9998 Author: Jon Loeliger <jdl@freescale.com>
9999 Date:   Tue Aug 26 15:01:36 2008 -0500
10000
10001     FSL DDR: Convert MPC8610HPCD to new DDR code.
10002
10003     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10004     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10005
10006 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
10007 Author: Kumar Gala <galak@kernel.crashing.org>
10008 Date:   Tue Aug 26 15:01:35 2008 -0500
10009
10010     FSL DDR: Convert MPC8641HPCN to new DDR code.
10011
10012     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10013     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10014
10015 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
10016 Author: Kumar Gala <galak@kernel.crashing.org>
10017 Date:   Tue Aug 26 15:01:34 2008 -0500
10018
10019     FSL DDR: Add 86xx specific register setting
10020
10021     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10022
10023 commit 233fdd502a6c227f476212b3097653ad48d7e254
10024 Author: Kumar Gala <galak@kernel.crashing.org>
10025 Date:   Tue Aug 26 15:01:32 2008 -0500
10026
10027     FSL DDR: Add DDR2 DIMM paramter support
10028
10029     Compute DIMM parameters based upon the SPD information.
10030
10031     Signed-off-by: James Yang <James.Yang@freescale.com>
10032     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10033     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10034
10035 commit 05c05a2363a6ac11e0e405926034546ffad71fad
10036 Author: Kumar Gala <galak@kernel.crashing.org>
10037 Date:   Tue Aug 26 15:01:30 2008 -0500
10038
10039     FSL DDR: Add DDR1 DIMM paramter support
10040
10041     Compute DIMM parameters based upon the SPD information in spd.
10042
10043     Signed-off-by: James Yang <James.Yang@freescale.com>
10044     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10045     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10046
10047 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
10048 Author: Kumar Gala <galak@kernel.crashing.org>
10049 Date:   Tue Aug 26 15:01:29 2008 -0500
10050
10051     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
10052
10053     The main purpose of this rewrite it to be able to share the same
10054     initialization code on all FSL PowerPC products that have DDR
10055     controllers.  (83xx, 85xx, 86xx).
10056
10057     The code is broken up into the following steps:
10058         GET_SPD
10059         COMPUTE_DIMM_PARMS
10060         COMPUTE_COMMON_PARMS
10061         GATHER_OPTS
10062         ASSIGN_ADDRESSES
10063         COMPUTE_REGS
10064         PROGRAM_REGS
10065
10066     This allows us to share more code an easily allow for board specific code
10067     overrides.
10068
10069     Additionally this code base adds support for >4G of DDR and provides a
10070     foundation for supporting interleaving on processors with more than one
10071     controller.
10072
10073     Signed-off-by: James Yang <James.Yang@freescale.com>
10074     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10075     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10076     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
10077     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10078
10079 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
10080 Author: Kumar Gala <galak@kernel.crashing.org>
10081 Date:   Tue Aug 26 15:01:28 2008 -0500
10082
10083     FSL DDR: Provide a generic set_ddr_laws()
10084
10085     Provide a helper function that will setup the last available
10086     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
10087
10088     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10089
10090 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
10091 Author: James Yang <James.Yang@freescale.com>
10092 Date:   Tue Aug 26 15:01:27 2008 -0500
10093
10094     Add proper SPD definitions for DDR1/2/3
10095
10096     Also adds helper functions for DDR1/2 to verify the checksum.
10097
10098     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10099
10100 commit 285db74716c724ae8a0ff177878fd09a74428c7b
10101 Author: Wolfgang Denk <wd@denx.de>
10102 Date:   Wed Aug 27 01:02:48 2008 +0200
10103
10104     Update CHANGELOG
10105
10106     Signed-off-by: Wolfgang Denk <wd@denx.de>
10107
10108 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
10109 Author: Heiko Schocher <hs@denx.de>
10110 Date:   Tue Aug 19 10:08:49 2008 +0200
10111
10112     Add support for muas3001 board (MPC8270)
10113
10114     Signed-off-by: Heiko Schocher <hs@denx.de>
10115
10116 commit 322098bff32410d2a00031649b47c4ec90a66d9a
10117 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10118 Date:   Tue Aug 19 08:31:18 2008 +0530
10119
10120     common/cmd_load.c cleanup - remove unused variables
10121
10122     - Remove unused global variable os_data_count.
10123     - Remove unused variable z.
10124
10125     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
10126
10127 commit 306620b762a4f9fa6678568ad2e8772dec145208
10128 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10129 Date:   Mon Aug 18 13:35:27 2008 +0200
10130
10131     remove MVS1 board
10132
10133     MVS1 board has reached end-of-life and can be removed completely.
10134
10135     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10136
10137 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
10138 Author: Kumar Gala <galak@kernel.crashing.org>
10139 Date:   Fri Aug 15 08:24:45 2008 -0500
10140
10141     bootm: refactor do_reset and os boot function args
10142
10143     There is no need for each OS specific function to call do_reset() we
10144     can just do it once in bootm. This means its feasible on an error for
10145     the OS boot function to return.
10146
10147     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
10148     functions.  flag isn't currently used but might be in the future so
10149     we left it alone.
10150
10151     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10152
10153 commit 40afac22a9c602e55c501c800f1c064324711b56
10154 Author: Kumar Gala <galak@kernel.crashing.org>
10155 Date:   Fri Aug 15 08:24:44 2008 -0500
10156
10157     fdt: Added resize command
10158
10159     Resize the fdt to size + padding to 4k boundary
10160
10161     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10162
10163 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
10164 Author: Kumar Gala <galak@kernel.crashing.org>
10165 Date:   Fri Aug 15 08:24:43 2008 -0500
10166
10167     fdt: refactor initrd related code
10168
10169     Created a new fdt_initrd() to deal with setting the initrd properties
10170     in the device tree and fixing up the mem reserve.  We can use this
10171     both in the choosen node handling and lets us remove some duplicated
10172     code when we fixup the initrd info in bootm on PPC.
10173
10174     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10175
10176 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
10177 Author: Kumar Gala <galak@kernel.crashing.org>
10178 Date:   Fri Aug 15 08:24:42 2008 -0500
10179
10180     fdt: refactor fdt resize code
10181
10182     Move the fdt resizing code out of ppc specific boot code and into
10183     common fdt support code.
10184
10185     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10186
10187 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
10188 Author: Kumar Gala <galak@kernel.crashing.org>
10189 Date:   Fri Aug 15 08:24:41 2008 -0500
10190
10191     bootm: refactor image detection and os load steps
10192
10193     Created a bootm_start() that handles the parsing and detection of all
10194     the images that will be used by the bootm command (OS, ramdisk, fdt).
10195     As part of this we now tract all the relevant image offsets in the
10196     bootm_headers_t struct. This will allow us to have all the needed
10197     state for future sub-commands and lets us reduce a bit of arch
10198     specific code on SPARC.
10199
10200     Created a bootm_load_os() that deals with decompression and loading
10201     the OS image.
10202
10203     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10204
10205 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
10206 Author: Kumar Gala <galak@kernel.crashing.org>
10207 Date:   Fri Aug 15 08:24:40 2008 -0500
10208
10209     bootm: move lmb into the bootm_headers_t structure
10210
10211     To allow for persistent state between future bootm subcommands we
10212     need the lmb to exist in a global state.
10213     Moving it into the bootm_headers_t allows us to do that.
10214
10215     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10216
10217 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
10218 Author: Kumar Gala <galak@kernel.crashing.org>
10219 Date:   Fri Aug 15 08:24:39 2008 -0500
10220
10221     bootm: Set working fdt address as part of the bootm flow
10222
10223     Set the fdt working address so "fdt FOO" commands can be used as part
10224     of the bootm flow.  Also set an the environment variable "fdtaddr"
10225     with the value.
10226
10227     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10228
10229 commit 06a09918f3903450313e2047a9cc258bf5872f46
10230 Author: Kumar Gala <galak@kernel.crashing.org>
10231 Date:   Fri Aug 15 08:24:38 2008 -0500
10232
10233     bootm: refactor fdt locating and relocation code
10234
10235     Move the code that handles finding a device tree blob and relocating
10236     it (if needed) into common code so all arch's have access to it.
10237
10238     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10239
10240 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
10241 Author: Kumar Gala <galak@kernel.crashing.org>
10242 Date:   Fri Aug 15 08:24:37 2008 -0500
10243
10244     bootm: refactor ramdisk locating code
10245
10246     Move determing if we have a ramdisk and where its located into the
10247     common code. Keep track of the ramdisk start and end in the
10248     bootm_headers_t image struct.
10249
10250     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10251
10252 commit c160a9544743e80e8889edb2275538e7764ce334
10253 Author: Kumar Gala <galak@kernel.crashing.org>
10254 Date:   Fri Aug 15 08:24:36 2008 -0500
10255
10256     bootm: refactor entry point code
10257
10258     Move entry point code out of each arch and into common code.
10259     Keep the entry point in the bootm_headers_t images struct.
10260
10261     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10262
10263 commit 20220d22b9f41446288588cd2e457e0077a18bed
10264 Author: Randy Vinson <rvinson@mvista.com>
10265 Date:   Wed Aug 13 11:44:57 2008 -0700
10266
10267     mpc7448hpc2: Fix PCI I/O space mapping.
10268
10269     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
10270     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
10271     space such that 0xFA000000 in the processor's address space maps to 0
10272     on the PCI I/O bus.
10273
10274     Signed-off-by Randy Vinson <rvinson@mvista.com>
10275     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
10276
10277 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
10278 Author: Guennadi Liakhovetski <lg@denx.de>
10279 Date:   Wed Aug 13 18:10:26 2008 +0200
10280
10281     i.MX31: Specify maintainers for i.MX31-based boards
10282
10283     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10284     Signed-off-by: Wolfgang Denk <wd@denx.de>
10285
10286 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
10287 Author: Wolfgang Denk <wd@denx.de>
10288 Date:   Tue Aug 26 15:01:28 2008 +0200
10289
10290     ADS5121: adjust image addresses in RAM and flash
10291
10292     Use the same mapping in flash as used by Linux
10293
10294     Signed-off-by: Wolfgang Denk <wd@denx.de>
10295
10296 commit 19f101412c16edee9fd55db4039e1d68a833b28b
10297 Author: Wolfgang Denk <wd@denx.de>
10298 Date:   Tue Aug 26 13:14:34 2008 +0200
10299
10300     cmd_mem.c: Fix help message alignment
10301
10302     Bug was introced by "Big white-space cleanup" (53677ef1)
10303
10304     Signed-off-by: Wolfgang Denk <wd@denx.de>
10305
10306 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
10307 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10308 Date:   Wed Aug 20 11:11:52 2008 +0200
10309
10310     change mvBL-M7 default env and move to vendor subdir
10311
10312     fix mvBL-M7 config and move to matrix_vision subdir
10313
10314     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10315     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10316
10317 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
10318 Author: Nick Spence <nick.spence@freescale.com>
10319 Date:   Fri Aug 22 23:52:40 2008 -0700
10320
10321     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
10322
10323     This patch adds elements to the 83xx sysconf structure and #define values that are used
10324     by mpc83xx family devices.
10325
10326     Signed-off-by: Nick Spence <nick.spence@freescale.com>
10327     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10328
10329 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
10330 Author: Ira W. Snyder <iws@ovro.caltech.edu>
10331 Date:   Fri Aug 22 11:00:15 2008 -0700
10332
10333     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
10334
10335     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
10336     PCI card rather than a host computer.
10337
10338     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10339     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10340
10341 commit 4ff9aea9d6b5602683a920951ef896996438af62
10342 Author: Ira W. Snyder <iws@ovro.caltech.edu>
10343 Date:   Fri Aug 22 11:00:14 2008 -0700
10344
10345     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
10346
10347     This adds a helper function to unlock the PCI configuration bit, so that
10348     any extra PCI setup (such as outbound windows, etc.) can be done after
10349     using the 83XX_GENERIC_PCI code to set up the PCI bus.
10350
10351     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10352     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10353
10354 commit 162338e1fcde231ca4d562e5ebd7859456731691
10355 Author: Ira W. Snyder <iws@ovro.caltech.edu>
10356 Date:   Fri Aug 22 11:00:13 2008 -0700
10357
10358     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
10359
10360     Change the MPC8349EMDS board to use the generic PCI initialization code
10361     for the mpc83xx cpu.
10362
10363     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10364     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10365
10366 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
10367 Author: Kim Phillips <kim.phillips@freescale.com>
10368 Date:   Mon Aug 25 14:53:09 2008 -0500
10369
10370     fix out of tree building
10371
10372     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10373
10374 commit a49d10cf027d059ee15c262010a05cdaec0961e1
10375 Author: Wolfgang Denk <wd@denx.de>
10376 Date:   Mon Aug 25 23:45:41 2008 +0200
10377
10378     Minor coding style cleanup, updte CHANGELOG
10379
10380     Signed-off-by: Wolfgang Denk <wd@denx.de>
10381
10382 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
10383 Author: Stefan Roese <sr@denx.de>
10384 Date:   Wed Aug 20 20:29:38 2008 +0200
10385
10386     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
10387
10388     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
10389     to combine both config options into one line. This even allows defining
10390     both options and not generating the target object twice.
10391
10392     Signed-off-by: Stefan Roese <sr@denx.de>
10393
10394 commit 079edb913dbae147b50a488cf02e03f473fc5f28
10395 Author: Jens Gehrlein <sew_s@tqs.de>
10396 Date:   Fri Jul 4 16:50:05 2008 +0200
10397
10398     MX31: fix bit masks in function mx31_decode_pll()
10399
10400     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
10401
10402     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10403
10404 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
10405 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10406 Date:   Mon Aug 25 11:11:34 2008 +0200
10407
10408     Correct ARM Versatile Timer Initialization
10409
10410      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
10411        -- Timer Value Register @ TIMER Base + 4 is Read-only.
10412        -- Prescale Value (Bits 3-2 of TIMER Control register)
10413         can only be one of 00,01,10. 11 is undefined.
10414        -- CFG_HZ for Versatile board is set to
10415         #define CFG_HZ          (1000000 / 256)
10416         So Prescale bits is set to indicate
10417         - 8 Stages of Prescale, Clock divided by 256
10418      - The Timer Control Register has one Undefined/Shouldn't Use Bit
10419        So we should do read/modify/write Operation
10420
10421     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
10422
10423 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
10424 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10425 Date:   Mon Aug 25 11:30:29 2008 +0200
10426
10427     Add ARM AMBA PL031 RTC Support
10428
10429     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10430
10431 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
10432 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10433 Date:   Tue Aug 19 16:21:03 2008 -0400
10434
10435     ARM DaVinci: Removed redundant NAND initialization code.
10436
10437     ARM DaVinci: Removed redundant NAND initialization code.
10438
10439     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10440
10441 commit b3fb663b20d995ca41327db877ddb168279b3f62
10442 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10443 Date:   Tue Aug 19 16:21:00 2008 -0400
10444
10445     ARM DaVinci: Fix compilation error with new MTD code.
10446
10447     ARM DaVinci: Fix compilation error with new MTD code.
10448
10449     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10450
10451 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
10452 Author: Gerald Van Baren <vanbaren@cideas.com>
10453 Date:   Fri Aug 22 14:37:05 2008 -0400
10454
10455     Add note on dereferencing /aliases pointers
10456
10457     Replace the "must quote special characters" note with a hint on
10458     how to dereference /aliases pointers by omitting the leading "/".
10459     This feature was introduced by Kumar Gala as a libfdt enhancement
10460     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
10461
10462     Example:
10463
10464     => fdt print /aliases
10465     aliases {
10466             ethernet0 = "/qe@e0100000/ucc@2000";
10467             ethernet1 = "/qe@e0100000/ucc@3000";
10468             serial0 = "/soc8360@e0000000/serial@4500";
10469             serial1 = "/soc8360@e0000000/serial@4600";
10470             pci0 = "/pci@e0008500";
10471     };
10472     => fdt print ethernet0
10473     ucc@2000 {
10474             device_type = "network";
10475             compatible = "ucc_geth";
10476             cell-index = <0x1>;
10477             reg = <0x2000 0x200>;
10478             interrupts = <0x20>;
10479             interrupt-parent = <0x2>;
10480             local-mac-address = [00 00 00 00 00 00];
10481             rx-clock-name = "none";
10482             tx-clock-name = "clk9";
10483             phy-handle = <0x3>;
10484             phy-connection-type = "rgmii-id";
10485             pio-handle = <0x4>;
10486     };
10487
10488     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
10489
10490 commit feeca3f578b7f53c032ba203698751c982f8bf5a
10491 Author: Kumar Gala <galak@kernel.crashing.org>
10492 Date:   Thu Aug 14 08:28:19 2008 -0500
10493
10494     libfdt: Add support for using aliases in fdt_path_offset()
10495
10496     If the path doesn't start with '/' check to see if it matches some alias
10497     under "/aliases" and substitute the matching alias value in the path
10498     and retry the lookup.
10499
10500     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10501     Acked-by: David Gibson <david@gibson.dropbear.id.au>
10502     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10503
10504 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
10505 Author: David Gibson <david@gibson.dropbear.id.au>
10506 Date:   Wed Aug 6 14:50:49 2008 +1000
10507
10508     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
10509
10510     As well as fdt_subnode_offset(), libfdt includes an
10511     fdt_subnode_offset_namelen() function that takes the subnode name to
10512     look up not as a NUL-terminated string, but as a string with an
10513     explicit length.  This can be useful when the caller has the name as
10514     part of a longer string, such as a full path.
10515
10516     However, we don't have corresponding 'namelen' versions for
10517     fdt_get_property() and fdt_getprop().  There are less obvious use
10518     cases for these variants on property names, but there are
10519     circumstances where they can be useful e.g. looking up property names
10520     which need to be parsed from a longer string buffer such as user input
10521     or a configuration file, or looking up an alias in a path with
10522     IEEE1275 style aliases.
10523
10524     So, since it's very easy to implement such variants, this patch does
10525     so.  The original NUL-terminated variants are, of course, implemented
10526     in terms of the namelen versions.
10527
10528     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10529
10530 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
10531 Author: David Gibson <david@gibson.dropbear.id.au>
10532 Date:   Tue Jul 29 14:51:22 2008 +1000
10533
10534     libfdt: Forgot one function when cleaning the namespace
10535
10536     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
10537     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
10538     chance of collisions with things from whatever package libfdt is
10539     embedded in, pulled into the libfdt build via that environment's
10540     libfdt_env.h.
10541
10542     Except... I missed one.  This patch applies the same treatment to
10543     _stringlist_contains().  While we're at it, also make it static since
10544     it's only used in the same file.
10545
10546     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10547
10548 commit 46390da15411351fc3b498bd8c1615f78fe80df0
10549 Author: Wolfram Sang <w.sang@pengutronix.de>
10550 Date:   Wed Jul 9 11:22:44 2008 +0200
10551
10552     libfdt: Improve documentation in libfdt.h
10553
10554     Fix a few typos and mistakes.
10555
10556     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
10557     Acked-by: David Gibson <david@gibson.dropbear.id.au>
10558
10559 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
10560 Author: David Gibson <david@gibson.dropbear.id.au>
10561 Date:   Wed Jul 9 14:10:24 2008 +1000
10562
10563     libfdt: Increase namespace-pollution paranoia
10564
10565     libfdt is supposed to easy to embed in projects all and sundry.
10566     Often, it won't be practical to separate the embedded libfdt's
10567     namespace from that of the surrounding project.  Which means there can
10568     be namespace conflicts between even libfdt's internal/static functions
10569     and functions or macros coming from the surrounding project's headers
10570     via libfdt_env.h.
10571
10572     This patch, therefore, renames a bunch of libfdt internal functions
10573     and macros and makes a few other chances to reduce the chances of
10574     namespace collisions with embedding projects.  Specifically:
10575         - Internal functions (even static ones) are now named _fdt_*()
10576
10577         - The type and (static) global for the error table in
10578               fdt_strerror() gain an fdt_ prefix
10579
10580         - The unused macro PALIGN is removed
10581
10582         - The memeq and streq macros are removed and open-coded in the
10583               users (they were only used once each)
10584
10585         - Other macros gain an FDT_ prefix
10586
10587         - To save some of the bulk from the previous change, an
10588               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
10589               FDT_ALIGN(x, FDT_TAGSIZE)
10590
10591     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10592
10593 commit c66830263af19831f2b7db307f79d1943febf7f9
10594 Author: David Gibson <david@gibson.dropbear.id.au>
10595 Date:   Mon Jul 7 10:14:15 2008 +1000
10596
10597     dtc: Enable and fix -Wcast-qual warnings
10598
10599     Enabling -Wcast-qual warnings in dtc shows up a number of places where
10600     we are incorrectly discarding a const qualification.  There are also
10601     some places where we are intentionally discarding the 'const', and we
10602     need an ugly cast through uintptr_t to suppress the warning.  However,
10603     most of these are pretty well isolated with the *_w() functions.  So
10604     in the interests of maximum safety with const qualifications, this
10605     patch enables the warnings and fixes the existing complaints.
10606
10607     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10608     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10609
10610 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
10611 Author: David Gibson <david@gibson.dropbear.id.au>
10612 Date:   Mon Jul 7 10:10:48 2008 +1000
10613
10614     dtc: Enable and fix -Wpointer-arith warnings
10615
10616     This patch turns on the -Wpointer-arith option in the dtc Makefile,
10617     and fixes the resulting warnings due to using (void *) in pointer
10618     arithmetic.  While convenient, pointer arithmetic on void * is not
10619     portable, so it's better that we avoid it, particularly in libfdt.
10620
10621     Also add necessary definition of uintptr_t needed by David Gibson's
10622     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
10623     comes from stdint.h, which u-boot doesn't have). -- gvb
10624
10625     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10626     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
10627
10628 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
10629 Author: Tirumala R Marri <tmarri@amcc.com>
10630 Date:   Thu Aug 21 21:54:53 2008 -0700
10631
10632     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
10633
10634     During recent PCI-E tests it has been found that current
10635     driverl level and de-emphasis values are not set correctly.
10636     After sweeping throgh all de-ephasis values, it was found that
10637     0x130 is a right value. Where 0x13 is driver level and 0 is
10638     de-emphasis.
10639
10640     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
10641     Signed-off-by: Stefan Roese <sr@denx.de>
10642
10643 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
10644 Author: Remy Bohmer <linux@bohmer.net>
10645 Date:   Wed Aug 20 20:46:56 2008 +0200
10646
10647     Make the YAFFS filesystem work
10648
10649     Recently the YAFFS filesystem support has been added to U-boot.
10650     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
10651
10652     ymount will generate an exception (when dereferencing mtd->readoob()), because
10653     the genericDevice is a null pointer. Further, a lot of logging is produced
10654     while using YAFFS fs, so logging should also be disabled.
10655     Both issues are solved by this patch.
10656
10657     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
10658     in U-boot, as well as in Linux.
10659
10660     Tested on a Atmel AT91SAM9261EK board.
10661
10662     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10663     Acked-by: William Juul <william.juul@tandberg.com>
10664     Signed-off-by: Scott Wood <scottwood@freescale.com>
10665
10666 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
10667 Author: Kyungmin Park <kmpark@infradead.org>
10668 Date:   Tue Aug 19 08:42:53 2008 +0900
10669
10670     Fix OneNAND read_oob/write_oob functions compatability
10671
10672     Also sync with kernel OneNAND codes
10673
10674     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10675     Signed-off-by: Scott Wood <scottwood@freescale.com>
10676
10677 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
10678 Author: Scott Wood <scottwood@freescale.com>
10679 Date:   Mon Aug 18 17:11:20 2008 -0500
10680
10681     NAND: Remove delay from nand_boot_fsl_elbc.c.
10682
10683     It was for debugging purposes, and shouldn't have been left in.
10684
10685     Signed-off-by: Scott Wood <scottwood@freescale.com>
10686
10687 commit f556483734126793522fb7a8cf36af90da78f084
10688 Author: Stefan Roese <sr@denx.de>
10689 Date:   Thu Aug 21 11:05:03 2008 +0200
10690
10691     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
10692
10693     This patch fixes some minor issues introduced with the patch:
10694     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
10695
10696     - Rework memory-queue and PLB arbiter optimization code, that the
10697       local variable is not needed anymore. This removes one #ifdef.
10698     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
10699       of XXX+ 0x01). This was not introduced by Prodyut, just a
10700       copy-paste problem.
10701
10702     Signed-off-by: Stefan Roese <sr@denx.de>
10703
10704 commit 079589bcfb24ba11068460276a3cc9549ab5346f
10705 Author: Prodyut  Hazarika <phazarika@amcc.com>
10706 Date:   Wed Aug 20 09:38:51 2008 -0700
10707
10708     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
10709         PPC405EX and PPC460EX/GT/SX
10710
10711     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
10712       processors
10713     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
10714       across processors (405 and 440/460)
10715     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
10716       processors
10717     - Add register bit definitions for Memory Queue Configuration registers
10718
10719     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
10720     Signed-off-by: Stefan Roese <sr@denx.de>
10721
10722 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
10723 Author: Kumar Gala <galak@kernel.crashing.org>
10724 Date:   Tue Aug 19 15:41:18 2008 -0500
10725
10726     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
10727
10728     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
10729     instead of bd->bi_enetaddr, bi_enet1addr, etc.
10730
10731     This makes the code a bit more flexible to the number of ethernet
10732     interfaces.
10733
10734     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10735
10736 commit 4cacf7c64609839f809e2f9c45873f1d65861703
10737 Author: Stefan Roese <sr@denx.de>
10738 Date:   Tue Aug 19 14:57:55 2008 +0200
10739
10740     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
10741
10742     This patch changes the debug_printf() marco for U-Boot in hush.c and
10743     moves the definition of DEBUG_SHELL to a place that is actually compiled
10744     under U-Boot.
10745
10746     Signed-off-by: Stefan Roese <sr@denx.de>
10747
10748 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
10749 Author: Heiko Schocher <hs@denx.de>
10750 Date:   Tue Aug 19 09:57:41 2008 +0200
10751
10752     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
10753
10754     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
10755     missed a few boards:
10756         include/configs/M5253DEMO.h
10757         include/configs/ml507.h
10758         include/configs/redwood.h
10759
10760     This patch fixes this.
10761
10762     Signed-off-by: Heiko Schocher <hs@denx.de>
10763
10764 commit 0768b7a872964085eece8d5e9fec9175e9deb161
10765 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10766 Date:   Mon Aug 18 13:41:27 2008 +0200
10767
10768     Consolidate strmhz() implementation
10769
10770     ARM, i386, m68k and ppc all have identical implementations of strmhz().
10771     Other architectures don't provide this function at all.
10772
10773     This patch moves strmhz() into lib_generic, reducing code duplication
10774     and providing a more unified API across architectures.
10775
10776     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10777
10778 commit a928d0df211f1d829308d335d19be3ca42558dfc
10779 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10780 Date:   Mon Aug 18 12:02:51 2008 +0200
10781
10782     fix mvbc_p board build warnings
10783
10784     fix build warnings @ mvBC-P board by using correct types, i.e. change
10785     out_be32 to out_be16 and out_8 accordingly.
10786
10787     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10788
10789 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
10790 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10791 Date:   Sat Aug 16 18:54:27 2008 +0200
10792
10793     Makefile: fix posix support on find
10794
10795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10796
10797 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
10798 Author: Axel Beierlein <belatronix@web.de>
10799 Date:   Sat Aug 16 00:30:48 2008 +0200
10800
10801     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
10802
10803     Tested with TQM5200S on STK52XX.200 Board
10804
10805     Signed-off-by: Axel Beierlein <belatronix@web.de>
10806
10807 commit 0800707b6d5041a840a65d556032c15c584b55f8
10808 Author: Peter Tyser <ptyser@xes-inc.com>
10809 Date:   Fri Aug 15 14:36:32 2008 -0500
10810
10811     mod_i2c_mem() bugfix
10812
10813     The last used chip, address, and address length were not being
10814     stored for the imm and imn commands.
10815
10816     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10817
10818 commit 4afbef967275b2f636abae86f91b81becee7ad03
10819 Author: Steven A. Falco <sfalco@harris.com>
10820 Date:   Fri Aug 15 15:37:31 2008 -0400
10821
10822     Fix typo in spelling of ATAPI.
10823
10824     Correct a small spelling mistake.
10825
10826     Signed-off-by: Steven A. Falco <sfalco@harris.com>
10827
10828 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
10829 Author: Steven A. Falco <sfalco@harris.com>
10830 Date:   Fri Aug 15 15:34:10 2008 -0400
10831
10832     Add a hook to allow board-specific PIO mode setting.
10833
10834     This patch adds a hook whereby a board-specific routine can be called to
10835     configure hardware for a PIO mode.  The prototype for the board-specific
10836     routine is:
10837
10838         int inline ide_set_piomode(int pio_mode)
10839
10840     ide_set_piomode should be prepared to configure hardware for a pio_mode
10841     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
10842
10843     Signed-off-by: Steven A. Falco <sfalco@harris.com>
10844
10845 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
10846 Author: Steven A. Falco <sfalco@harris.com>
10847 Date:   Fri Aug 15 15:29:12 2008 -0400
10848
10849     Replace enums in ata.h with an include of libata.h
10850
10851     This patch removes some enums from ata.h and replaces them with an
10852     include of libata.h.  This way, we eliminate duplicated code, and
10853     prevent errors whereby the different versions could be out of sync.
10854
10855     Signed-off-by: Steven A. Falco <sfalco@harris.com>
10856
10857 commit 0de0afbca865ecf482b4d2b635236746def8518f
10858 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10859 Date:   Fri Aug 15 18:32:41 2008 +0200
10860
10861     coldfire: fix CFI drivers activation with new macro
10862
10863     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
10864
10865     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10866
10867 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
10868 Author: Kumar Gala <galak@kernel.crashing.org>
10869 Date:   Fri Aug 15 08:24:35 2008 -0500
10870
10871     fdt: fdt addr w/o any args reports back the current working address
10872
10873     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10874
10875 commit f953d99fd528a496b400a706b511eaf8e3ea66af
10876 Author: Kumar Gala <galak@kernel.crashing.org>
10877 Date:   Fri Aug 15 08:24:34 2008 -0500
10878
10879     fdt: added the ability to set initrd start/end via chosen command
10880
10881     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10882
10883 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
10884 Author: Kumar Gala <galak@kernel.crashing.org>
10885 Date:   Fri Aug 15 08:24:33 2008 -0500
10886
10887     Add command to enable/disable interrupts
10888
10889     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10890
10891 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
10892 Author: Nick Spence <nick.spence@freescale.com>
10893 Date:   Tue Aug 19 22:21:16 2008 -0700
10894
10895     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
10896
10897     This patch fixes a missing vendor code in the flash_real_protect() function.
10898
10899     Signed-off-by: Nick Spence <nick.spence@freescale.com>
10900     Signed-off-by: Stefan Roese <sr@denx.de>
10901
10902 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
10903 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10904 Date:   Tue Aug 19 16:53:39 2008 +0000
10905
10906     CFI: Fix AMD Legacy sector protect
10907
10908     New implement sector lock and unlock or softlock commands
10909     do not exist in AMD legacy flash. Thus, causing issue
10910     when erasing AMD legacy flash (such as lv040)
10911
10912     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10913     Signed-off-by: Stefan Roese <sr@denx.de>
10914
10915 commit 492671404140f09d5b21b3d2ce4e362c0692c069
10916 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10917 Date:   Wed Aug 20 09:40:16 2008 +0200
10918
10919     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
10920
10921     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
10922
10923     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10924
10925 commit 33eac2b3d946fc998a09245dfe54d017079b9056
10926 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10927 Date:   Wed Aug 20 09:28:36 2008 +0200
10928
10929     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
10930
10931     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10932
10933 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
10934 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10935 Date:   Wed Aug 20 09:27:37 2008 +0200
10936
10937     favr-32-ezkit: Fix printf format warnings
10938
10939     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10940
10941 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
10942 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10943 Date:   Fri Aug 15 12:04:25 2008 +0200
10944
10945     MAINTAINERS: Sort avr32 section alphabetically
10946
10947     The rest of the MAINTAINERS file appears to be sorted
10948     almost-alphabetically, but entries for the newly added AVR32 boards were
10949     added somewhat randomly. This patch sorts the list alphabetically again.
10950
10951     Also update my e-mail address. The old one still works, but it may not
10952     work forever.
10953
10954     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10955
10956 commit 13b50fe3bc065c48911fa373231421280855a9d6
10957 Author: Mark Jackson <mpfj@mimc.co.uk>
10958 Date:   Wed Jul 30 13:07:27 2008 +0100
10959
10960     avr32: Add MIMC200 board
10961
10962     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
10963     8MByte FLASH and 128KByte FRAM.
10964
10965     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
10966     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10967
10968 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
10969 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
10970 Date:   Wed Jul 9 21:07:34 2008 +0900
10971
10972     rtl8169: add support for RTL8110SCL
10973
10974     This patch fixes a problem that RTL8110SCL started transfer
10975     with an incorrect memory address.
10976
10977     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
10978     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10979
10980 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
10981 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10982 Date:   Wed Jun 25 15:48:52 2008 -0500
10983
10984     Fix dm9000 receive status and len little endian issue
10985
10986     The received status and len was in little endian
10987     format and caused the ethernet unable to proceed
10988     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
10989
10990     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10991     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10992
10993 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
10994 Author: Kumar Gala <galak@kernel.crashing.org>
10995 Date:   Fri Aug 15 08:24:32 2008 -0500
10996
10997     Clean up usage of icache_disable/dcache_disable
10998
10999     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
11000     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
11001     call icache_disable() right after.  Make it so icache_disable() calls
11002     invalidate_l1_instruction_cache() for us.
11003
11004     Also, dcache_disable() already calls dcache_flush() so there is no point
11005     in the explicit calls of dcache_flush().
11006
11007     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11008
11009 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
11010 Author: Kumar Gala <galak@kernel.crashing.org>
11011 Date:   Fri Aug 15 08:24:31 2008 -0500
11012
11013     Update linux bootm to support ePAPR client interface
11014
11015     The ePAPR spec has some subtle differences from the current device
11016     tree based boot interface to the powerpc linux kernel. The powerpc
11017     linux kernel currently ignores the differences that ePAPR specifies.
11018
11019     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11020
11021 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
11022 Author: Wolfgang Denk <wd@denx.de>
11023 Date:   Mon Aug 18 23:50:20 2008 +0200
11024
11025     Minor code cleanup: keep lists sorted.
11026
11027     Signed-off-by: Wolfgang Denk <wd@denx.de>
11028
11029 commit d0039d4ed275e6ca09fb417895024ad02be118c4
11030 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11031 Date:   Wed Jul 23 19:10:14 2008 +0200
11032
11033     Add support for ADT7460 I2C monitor chip
11034
11035     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11036
11037 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
11038 Author: Michal Simek <monstr@monstr.eu>
11039 Date:   Mon Jul 14 19:45:45 2008 +0200
11040
11041     video: Clean drivers/video/Makefile
11042
11043     Signed-off-by: Michal Simek <monstr@monstr.eu>
11044
11045 commit 871c18dd301752270e1f74328c846c3104be1e2e
11046 Author: Michal Simek <monstr@monstr.eu>
11047 Date:   Mon Jul 14 19:45:37 2008 +0200
11048
11049     rtc: Clean drivers/rtc/Makefile
11050
11051     Signed-off-by: Michal Simek <monstr@monstr.eu>
11052
11053 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
11054 Author: Michal Simek <monstr@monstr.eu>
11055 Date:   Mon Jul 14 19:45:35 2008 +0200
11056
11057     i2c: Clean drivers/i2c/ Makefile
11058
11059     Signed-off-by: Michal Simek <monstr@monstr.eu>
11060
11061 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
11062 Author: Harald Welte <laforge@openmoko.org>
11063 Date:   Wed Jul 9 22:30:30 2008 +0800
11064
11065     Add 'license' command to U-Boot command line
11066
11067     The 'license' command includes the U-Boot license (GPLv2) into the
11068     actual bootloader binary. The license text can be shown interactively
11069     at the U-Boot commandline.
11070
11071     For products where the commandline can actually be accessed by the
11072     end user, this helps to prevent inadvertent GPL violations, since the
11073     GPLv2 license text can no longer be 'forgotten' to be included into
11074     the product.
11075
11076     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
11077
11078     Signed-off-by: Harald Welte <laforge@openmoko.org>
11079
11080 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
11081 Author: Harald Welte <laforge@gnumonks.org>
11082 Date:   Sun Jul 6 15:56:38 2008 +0800
11083
11084     add 'unzip' command to u-boot commandline
11085
11086     [PATCH] add new 'unzip' command to u-boot commandline
11087
11088     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
11089     memory to memory, and option CONFIG_CMD_UNZIP to enable it
11090
11091     Signed-off-by: Werner Almesberger <werner@openmoko.org>
11092     Signed-off-by: Harald Welte <laforge@openmoko.org>
11093
11094 commit 07efc9e321619c3dec213310c32e011aa6f02783
11095 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11096 Date:   Wed Aug 6 19:37:17 2008 -0500
11097
11098     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
11099
11100     The CFG_ENV_SIZE is not suitable used for SPI flash erase
11101     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
11102     Add condition check if CFG_ENV_SIZE is larger than
11103     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
11104     erasing.
11105
11106     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11107
11108 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
11109 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11110 Date:   Mon Aug 11 15:54:25 2008 +0000
11111
11112     ColdFire: Multiple fixes for M5282EVB
11113
11114     Incorrect CFG_HZ value, change 1000000 to 1000.
11115     Rename #waring to #warning. RAMBAR1 uses twice
11116     in start.S, rename the later to FLASHBAR. Insert
11117     nop for DRAM setup. And, env_offset in linker file.
11118
11119     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11120
11121 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
11122 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11123 Date:   Mon Aug 11 15:26:43 2008 +0000
11124
11125     ColdFire: Move m5282evb from board to board/freescale
11126
11127     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11128
11129 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
11130 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11131 Date:   Mon Aug 11 15:25:07 2008 +0000
11132
11133     ColdFire: Move m5272c3 from board to board/freescale
11134
11135     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11136
11137 commit 659e9bad629a480f606b286d5703aef7159edf98
11138 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11139 Date:   Mon Aug 11 15:23:16 2008 +0000
11140
11141     ColdFire: Move m5271evb from board to board/freescale
11142
11143     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11144
11145 commit 05316f8ece8206339a208ec052f039cd0f7ca922
11146 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11147 Date:   Mon Aug 11 13:41:49 2008 +0000
11148
11149     ColdFire: Add M54451EVB platform support for MCF5445x
11150
11151     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11152
11153 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
11154 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11155 Date:   Wed Aug 6 19:14:08 2008 -0500
11156
11157     ColdFire: Add Serial Flash support for M54455EVB
11158
11159     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11160
11161 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
11162 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11163 Date:   Wed Jul 23 20:38:53 2008 -0500
11164
11165     ColdFire: Implement SBF feature for M5445EVB
11166
11167     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11168
11169 commit a7323bba229203aae2604afde131ab47bad4eadc
11170 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11171 Date:   Wed Jul 23 17:53:36 2008 -0500
11172
11173     ColdFire: Add SSPI feature for MCF5445x
11174
11175     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11176
11177 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
11178 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11179 Date:   Wed Jul 23 17:37:10 2008 -0500
11180
11181     ColdFire: Use CFI Flash driver for M54455EVB
11182
11183     Remove non-common flash driver in
11184     board/freescale/m54455evb/flash.c. The non-cfi flash will
11185     use CONFIG_FLASH_CFI_LEGACY to configure the flash
11186     attribute.
11187
11188     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11189
11190 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
11191 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11192 Date:   Wed Jul 23 17:11:47 2008 -0500
11193
11194     ColdFire: Add M5253DEMO platform support for MCF5253
11195
11196     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11197
11198 commit 80ba61fd82569af40e04d4a089257b81881884f2
11199 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11200 Date:   Wed Aug 6 14:17:09 2008 -0500
11201
11202     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
11203
11204     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11205
11206 commit d361307e73ce1f6fc68760123f37d4876f851f3e
11207 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11208 Date:   Wed Aug 6 14:11:36 2008 -0500
11209
11210     ColdFire: Fix M5253EVB dram bring up issue
11211
11212     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11213
11214 commit 4b0708093e15b412296328bf81325cf9b69fe512
11215 Author: Wolfgang Denk <wd@denx.de>
11216 Date:   Thu Aug 14 14:41:06 2008 +0200
11217
11218     Coding Style cleanup, update CHANGELOG
11219
11220     Signed-off-by: Wolfgang Denk <wd@denx.de>
11221
11222 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
11223 Author: Scott Wood <scottwood@freescale.com>
11224 Date:   Wed Aug 13 18:24:05 2008 -0500
11225
11226     socrates: Update NAND driver to new API.
11227
11228     Also, fix some minor formatting issues, and simplify the handling of
11229     "state" for writes.
11230
11231     Signed-off-by: Scott Wood <scottwood@freescale.com>
11232
11233 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
11234 Author: Scott Wood <scottwood@freescale.com>
11235 Date:   Wed Aug 13 18:03:40 2008 -0500
11236
11237     quad100hd: Update NAND driver to new API.
11238
11239     Signed-off-by: Scott Wood <scottwood@freescale.com>
11240
11241 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
11242 Author: Scott Wood <scottwood@freescale.com>
11243 Date:   Wed Aug 13 17:53:48 2008 -0500
11244
11245     m5373evb: Update NAND driver to new API.
11246
11247     Signed-off-by: Scott Wood <scottwood@freescale.com>
11248
11249 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
11250 Author: Scott Wood <scottwood@freescale.com>
11251 Date:   Wed Aug 13 17:04:30 2008 -0500
11252
11253     s3c24x0: Update NAND driver to new API.
11254
11255     Signed-off-by: Scott Wood <scottwood@freescale.com>
11256
11257 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
11258 Author: Scott Wood <scottwood@freescale.com>
11259 Date:   Wed Aug 13 15:56:00 2008 -0500
11260
11261     at91: Update board NAND drivers to current API.
11262
11263     Signed-off-by: Scott Wood <scottwood@freescale.com>
11264
11265 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
11266 Author: Kyungmin Park <kmpark@infradead.org>
11267 Date:   Wed Aug 13 09:11:02 2008 +0900
11268
11269     Fix OneNAND build break
11270
11271     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
11272     - fix bufferram management at erase operation
11273     This patch includes the NAND/OneNAND state filed too.
11274
11275     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11276     Signed-off-by: Scott Wood <scottwood@freescale.com>
11277
11278 commit 9483df6408c25f16060432de3868901e352e23bc
11279 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11280 Date:   Wed Aug 13 01:40:43 2008 +0200
11281
11282     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
11283
11284     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11285
11286 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
11287 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11288 Date:   Wed Aug 13 01:40:43 2008 +0200
11289
11290     drivers/mtd/nand: Move conditional compilation to Makefile
11291
11292     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
11293
11294     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11295
11296 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
11297 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11298 Date:   Wed Aug 13 01:40:42 2008 +0200
11299
11300     drivers/mtd/onenand: Move conditional compilation to Makefile
11301
11302     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11303
11304 commit 00b1883a4cac59d97cd297b1a3a398db85982865
11305 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11306 Date:   Wed Aug 13 01:40:42 2008 +0200
11307
11308     drivers/mtd: Move conditional compilation to Makefile
11309
11310     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
11311
11312     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11313
11314 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
11315 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11316 Date:   Wed Aug 13 01:40:41 2008 +0200
11317
11318     drivers/qe: Move conditional compilation to Makefile
11319
11320     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11321
11322 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
11323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11324 Date:   Wed Aug 13 01:40:40 2008 +0200
11325
11326     drivers/pci: Move conditional compilation to Makefile
11327
11328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11329
11330 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
11331 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11332 Date:   Wed Aug 13 01:40:40 2008 +0200
11333
11334     drivers/misc: Move conditional compilation to Makefile
11335
11336     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11337
11338 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
11339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11340 Date:   Wed Aug 13 01:40:40 2008 +0200
11341
11342     drivers/input: Move conditional compilation to Makefile
11343
11344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11345
11346 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
11347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11348 Date:   Wed Aug 13 01:40:39 2008 +0200
11349
11350     drivers/dma: Move conditional compilation to Makefile
11351
11352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11353
11354 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
11355 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11356 Date:   Wed Aug 13 01:40:39 2008 +0200
11357
11358     drivers/block: Move conditional compilation to Makefile
11359
11360     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11361
11362 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
11363 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11364 Date:   Wed Aug 13 01:40:39 2008 +0200
11365
11366     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
11367
11368     move also conditional compilation to Makefile
11369
11370     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11371
11372 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
11373 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11374 Date:   Wed Aug 13 01:40:38 2008 +0200
11375
11376     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
11377
11378     move also conditional compilation to Makefile
11379
11380     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11381
11382 commit d6e9ee92e890f67594ab150689510df361133ead
11383 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11384 Date:   Wed Aug 13 01:40:38 2008 +0200
11385
11386     common: Move conditional compilation to Makefile
11387
11388     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11389
11390 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
11391 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11392 Date:   Wed Aug 13 01:40:09 2008 +0200
11393
11394     mx31: move freescale's mx31 boards to vendor board dir
11395
11396     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11397
11398 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
11399 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11400 Date:   Sat Jul 5 23:11:11 2008 +0200
11401
11402     at91: move arch-at91sam9 to arch-at91
11403
11404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11405
11406 commit 195ccfc5991d48764b2519941e3507f693851d5d
11407 Author: Fathi BOUDRA <fabo@debian.org>
11408 Date:   Wed Aug 6 10:06:20 2008 +0200
11409
11410     OneNAND: Fill in MTD function pointers for OneNAND.
11411
11412     onenand_print_device_info():
11413      - Now returns a string to be placed in mtd->name,
11414        rather than calling printf.
11415      - Remove verbose parameter as it becomes useless.
11416
11417     Signed-off-by: Fathi Boudra <fabo@debian.org>
11418     Signed-off-by: Scott Wood <scottwood@freescale.com>
11419
11420 commit aa646643b6bc250cb3a4966bf728876e0c10d329
11421 Author: Guennadi Liakhovetski <lg@denx.de>
11422 Date:   Wed Aug 6 21:42:07 2008 +0200
11423
11424     nand_spl: Support page-aligned read in nand_load, use chipselect
11425
11426     Supporting page-aligned reads doesn't incure any sinificant overhead, just
11427     a small change in the algorithm. Also replace in_8 with readb, since there
11428     is no in_8 on ARM.
11429
11430     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11431     Signed-off-by: Scott Wood <scottwood@freescale.com>
11432
11433 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
11434 Author: Scott Wood <scottwood@freescale.com>
11435 Date:   Tue Aug 5 11:15:59 2008 -0500
11436
11437     NAND boot: Update large page support for current API.
11438
11439     Also, remove the ctrl variable in favor of passing the constants
11440     directly, and remove redundant (u8) casts.
11441
11442     Signed-off-by: Scott Wood <scottwood@freescale.com>
11443
11444 commit e4c09508545d1c45617ba45391c03c03cbc360b9
11445 Author: Scott Wood <scottwood@freescale.com>
11446 Date:   Mon Jun 30 14:13:28 2008 -0500
11447
11448     NAND boot: MPC8313ERDB support
11449
11450     Note that with older board revisions, NAND boot may only work after a
11451     power-on reset, and not after a warm reset.  I don't have a newer board
11452     to test on; if you have a board with a 33MHz crystal, please let me know
11453     if it works after a warm reset.
11454
11455     Signed-off-by: Scott Wood <scottwood@freescale.com>
11456
11457 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
11458 Author: Scott Wood <scottwood@freescale.com>
11459 Date:   Thu Jun 26 14:06:52 2008 -0500
11460
11461     mpc8313erdb: Enable NAND in config.
11462
11463     Signed-off-by: Scott Wood <scottwood@freescale.com>
11464
11465 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
11466 Author: Guennadi Liakhovetski <lg@denx.de>
11467 Date:   Thu Jul 31 12:38:26 2008 +0200
11468
11469     NAND: Do not write or read a whole block if it is larger than the environment
11470
11471     Environment can be smaller than NAND block size, do not need to read a whole
11472     block and minimum for writing is one page. Also remove an unused variable.
11473
11474     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11475     Signed-off-by: Scott Wood <scottwood@freescale.com>
11476
11477 commit eafcabd15f00c142156235c519fcc55b10993241
11478 Author: Marcel Ziswiler <marcel@ziswiler.com>
11479 Date:   Sun Jun 22 16:30:06 2008 +0200
11480
11481     NAND: chip->state does not always get set.
11482
11483     Fixes an issue with chip->state not always being set causing troubles.
11484
11485     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11486     Signed-off-by: Scott Wood <scottwood@freescale.com>
11487
11488 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
11489 Author: Ilya Yanok <yanok@emcraft.com>
11490 Date:   Mon Jun 30 15:34:40 2008 +0200
11491
11492     NAND: Scan bad blocks lazily.
11493
11494     Rather than scanning on boot, scan upon the first attempt to check the
11495     badness of a block.  This speeds up boot when not using NAND, and reduces
11496     the likelihood of needing to reflash via JTAG if NAND becomes
11497     nonfunctional.
11498
11499     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11500     Signed-off-by: Scott Wood <scottwood@freescale.com>
11501
11502 commit dfbf617ff055e4216f78d358b0867c548916d14b
11503 Author: Scott Wood <scottwood@freescale.com>
11504 Date:   Thu Jun 12 13:20:16 2008 -0500
11505
11506     NAND read/write fix
11507
11508     Implement block-skipping read/write, based on a patch from
11509     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
11510
11511     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
11512     Signed-off-by: Scott Wood <scottwood@freescale.com>
11513
11514 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
11515 Author: Scott Wood <scottwood@freescale.com>
11516 Date:   Thu Jun 12 13:13:23 2008 -0500
11517
11518     NAND: Always skip blocks on read/write/boot.
11519
11520     Use of the non-skipping versions was almost always (if not always)
11521     an error, and no valid use case has been identified.
11522
11523     Signed-off-by: Scott Wood <scottwood@freescale.com>
11524
11525 commit e1c3dbada349992875934575c97b328ab2cb33ca
11526 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11527 Date:   Thu Jun 12 11:10:21 2008 -0500
11528
11529     nand: fsl_upm: convert to updated MTD NAND infrastructure
11530
11531     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11532     Signed-off-by: Scott Wood <scottwood@freescale.com>
11533
11534 commit 300253306acc72b1b2e9faf0987f86551151d7cf
11535 Author: Scott Wood <scottwood@freescale.com>
11536 Date:   Thu May 22 15:02:46 2008 -0500
11537
11538     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
11539
11540     The hardware has separate registers for block and page-within-block,
11541     but the division between the two has no apparent relation to the
11542     actual erase block size of the NAND chip.
11543
11544     Signed-off-by: Scott Wood <scottwood@freescale.com>
11545
11546 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
11547 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11548 Date:   Fri Mar 28 22:10:54 2008 +0300
11549
11550     fsl_elbc_nand: workaround for hangs during nand write
11551
11552     Using current driver elbc sometimes hangs during nand write. Reading back
11553     last byte helps though (thanks to Scott Wood for the idea).
11554
11555     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11556     Signed-off-by: Scott Wood <scottwood@freescale.com>
11557
11558 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
11559 Author: Scott Wood <scottwood@freescale.com>
11560 Date:   Fri Mar 21 16:12:51 2008 -0500
11561
11562     Freescale eLBC FCM NAND driver
11563
11564     This is a driver for the Flash Control Machine of the enhanched Local Bus
11565     Controller found on some Freescale chips (such as the mpc8313 and the
11566     mpc8379).
11567
11568     Signed-off-by: Scott Wood <scottwood@freescale.com>
11569
11570 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
11571 Author: Scott Wood <scottwood@freescale.com>
11572 Date:   Tue Mar 18 15:29:14 2008 -0500
11573
11574     Don't panic if a controller driver does ecc its own way.
11575
11576     Some hardware, such as the enhanced local bus controller used on some
11577     mpc83xx chips, does ecc transparently when reading and writing data, rather
11578     than providing a generic calculate/correct mechanism that can be exported to
11579     the nand subsystem.
11580
11581     The subsystem should not BUG() when calculate, correct, or hwctl are
11582     missing, if the methods that call them have been overridden.
11583
11584     Signed-off-by: Scott Wood <scottwood@freescale.com>
11585
11586 commit e52b34d40a8a646e3d11638ea8797e96398dba13
11587 Author: Stefan Roese <sr@denx.de>
11588 Date:   Thu Jan 10 18:47:33 2008 +0100
11589
11590     NAND: Make NAND driver less verbose per default
11591
11592     This patch turns off printing of bad blocks per default upon bootup.
11593     This can always be shown via the "nand bad" command later.
11594
11595     Signed-off-by: Stefan Roese <sr@denx.de>
11596
11597 commit fe56a2772e5c59577df906163d0d4b29b056140e
11598 Author: Sergey Kubushyn <ksi@koi8.net>
11599 Date:   Wed Jan 9 15:36:20 2008 +0100
11600
11601     NAND: Davinci driver updates
11602
11603     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
11604     don't have hardware handy so I can not test it at the moment but changes are
11605     rather trivial so it should work. It would be nice if somebody with a
11606     hardware checked it anyways.
11607
11608     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
11609
11610 commit deac913effd8d80535c9ff4687b6fcdff540c554
11611 Author: Stefan Roese <sr@denx.de>
11612 Date:   Sat Jan 5 16:50:32 2008 +0100
11613
11614     NAND: Fix compilation warning and small coding style issue
11615
11616     Signed-off-by: Stefan Roese <sr@denx.de>
11617
11618 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
11619 Author: Stefan Roese <sr@denx.de>
11620 Date:   Sat Jan 5 16:49:37 2008 +0100
11621
11622     NAND: Update nand_spl driver to match updated nand subsystem
11623
11624     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
11625     the new infrastructure from the updated NAND subsystem. This NAND
11626     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
11627     subsystem.
11628
11629     Signed-off-by: Stefan Roese <sr@denx.de>
11630
11631 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
11632 Author: Stefan Roese <sr@denx.de>
11633 Date:   Sat Jan 5 16:47:58 2008 +0100
11634
11635     NAND: Update 4xx NDFC driver to match updated nand subsystem
11636
11637     This patch changes the 4xx NAND driver ndfc.c to match the new
11638     infrastructure from the updated NAND subsystem. This NAND
11639     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
11640     subsystem.
11641
11642     Tested successfully on AMCC Sequoia and Bamboo.
11643
11644     Signed-off-by: Stefan Roese <sr@denx.de>
11645
11646 commit 12072264528eba33737bc9674e19f0e925ffda23
11647 Author: Stefan Roese <sr@denx.de>
11648 Date:   Sat Jan 5 16:43:25 2008 +0100
11649
11650     NAND: Change nand_wait_ready() to not call nand_wait()
11651
11652     This patch changes nand_wait_ready() to not just call nand_wait(),
11653     since this will send a new command to the NAND chip. We just want to
11654     wait for the chip to become ready here.
11655
11656     Signed-off-by: Stefan Roese <sr@denx.de>
11657
11658 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
11659 Author: William Juul <william.juul@datarespons.no>
11660 Date:   Fri Dec 14 16:33:45 2007 +0100
11661
11662     make nand dump and nand dump.oob work
11663
11664     Signed-off-by: William Juul <william.juul@tandberg.com>
11665     Signed-off-by: Scott Wood <scottwood@freescale.com>
11666
11667 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
11668 Author: William Juul <william.juul@datarespons.no>
11669 Date:   Mon Nov 19 14:46:00 2007 +0100
11670
11671     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
11672
11673     Signed-off-by: William Juul <william.juul@tandberg.com>
11674
11675 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
11676 Author: William Juul <william.juul@tandberg.com>
11677 Date:   Tue Jun 10 16:18:13 2008 -0500
11678
11679     Clean out unneeded files
11680
11681     Signed-off-by: William Juul <william.juul@tandberg.com>
11682
11683 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
11684 Author: William Juul <william.juul@datarespons.no>
11685 Date:   Fri Nov 16 08:44:27 2007 +0100
11686
11687     Create symlinks from yaffs2/direct to yaffs2
11688
11689     Signed-off-by: William Juul <william.juul@tandberg.com>
11690
11691 commit 90ef117b68387d66763291af0117677644166611
11692 Author: William Juul <william.juul@datarespons.no>
11693 Date:   Thu Nov 15 12:23:57 2007 +0100
11694
11695     Incorporate yaffs2 into U-boot
11696
11697     To use YAFFS2 define CONFIG_YAFFS2
11698
11699     Signed-off-by: William Juul <william.juul@tandberg.com>
11700     Signed-off-by: Scott Wood <scottwood@freescale.com>
11701
11702 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
11703 Author: William Juul <william.juul@datarespons.no>
11704 Date:   Thu Nov 15 11:13:05 2007 +0100
11705
11706     YAFFS2 import
11707
11708     Direct import of yaffs as a tarball as of 20071113 from their public
11709     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
11710
11711     The code can also be imported on the command line with:
11712     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
11713     (Hit return when asked for a password)
11714     cvs checkout yaffs2
11715
11716     Signed-off-by: William Juul <william.juul@tandberg.com>
11717     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
11718
11719 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
11720 Author: William Juul <william.juul@datarespons.no>
11721 Date:   Wed Nov 14 14:28:11 2007 +0100
11722
11723     Whitespace cleanup and marking broken code.
11724
11725     Changes requested by maintainer Stefan Roese after
11726     posting patch to U-boot mailing list.
11727
11728     Signed-off-by: William Juul <william.juul@tandberg.com>
11729     Signed-off-by: Scott Wood <scottwood@freescale.com>
11730
11731 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
11732 Author: William Juul <william.juul@datarespons.no>
11733 Date:   Fri Nov 9 13:32:30 2007 +0100
11734
11735     Fixing coding style issues
11736
11737      - Fixing leading white spaces
11738      - Fixing indentation where 4 spaces are used instead of tab
11739      - Removing C++ comments (//), wherever I introduced them
11740
11741     Signed-off-by: William Juul <william.juul@tandberg.com>
11742     Signed-off-by: Scott Wood <scottwood@freescale.com>
11743
11744 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
11745 Author: William Juul <william.juul@datarespons.no>
11746 Date:   Thu Nov 8 10:39:53 2007 +0100
11747
11748     Remove white space at end.
11749
11750     Signed-off-by: William Juul <william.juul@tandberg.com>
11751     Signed-off-by: Scott Wood <scottwood@freescale.com>
11752
11753 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
11754 Author: William Juul <william.juul@datarespons.no>
11755 Date:   Wed Oct 31 13:53:06 2007 +0100
11756
11757     Update MTD to that of Linux 2.6.22.1
11758
11759     A lot changed in the Linux MTD code, since it was last ported from
11760     Linux to U-Boot. This patch takes U-Boot NAND support to the level
11761     of Linux 2.6.22.1 and will enable support for very large NAND devices
11762     (4KB pages) and ease the compatibility between U-Boot and Linux
11763     filesystems.
11764
11765     This patch is tested on two custom boards with PPC and ARM
11766     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
11767     cross compilers.
11768
11769     MAKEALL ppc/arm has some issues:
11770      * DOC/OneNand/nand_spl is not building (I have not tried porting
11771        these parts, and since I do not have any HW and I am not familiar
11772        with this code/HW I think its best left to someone else.)
11773
11774     Except for the issues mentioned above, I have ported all drivers
11775     necessary to run MAKEALL ppc/arm without errors and warnings. Many
11776     drivers were trivial to port, but some were not so trivial. The
11777     following drivers must be examined carefully and maybe rewritten to
11778     some degree:
11779      cpu/ppc4xx/ndfc.c
11780      cpu/arm926ejs/davinci/nand.c
11781      board/delta/nand.c
11782      board/zylonite/nand.c
11783
11784     Signed-off-by: William Juul <william.juul@tandberg.com>
11785     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
11786     Signed-off-by: Scott Wood <scottwood@freescale.com>
11787
11788 commit cd82919e6c8a73b363a26f34b734923844e52d1c
11789 Author: Wolfgang Denk <wd@denx.de>
11790 Date:   Tue Aug 12 16:08:38 2008 +0200
11791
11792     Coding style cleanup, update CHANGELOG, prepare release
11793
11794     Signed-off-by: Wolfgang Denk <wd@denx.de>
11795
11796 commit 17e900b8c0f38d922da47073246219dce2a847f2
11797 Author: Wolfgang Denk <wd@denx.de>
11798 Date:   Tue Aug 12 14:54:04 2008 +0200
11799
11800     MVBC_P: fix compile problem
11801
11802     Signed-off-by: Wolfgang Denk <wd@denx.de>
11803
11804 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
11805 Author: Wolfgang Denk <wd@denx.de>
11806 Date:   Tue Aug 12 12:10:11 2008 +0200
11807
11808     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
11809
11810     Signed-off-by: Wolfgang Denk <wd@denx.de>
11811
11812 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
11813 Author: Wolfgang Denk <wd@denx.de>
11814 Date:   Tue Aug 12 00:36:53 2008 +0200
11815
11816     ads5121: fix compiler warnings (unused variables)
11817
11818     Signed-off-by: Wolfgang Denk <wd@denx.de>
11819
11820 commit 902ca09246039964d59bbcb519b1e1b5aed01308
11821 Author: Kumar Gala <galak@kernel.crashing.org>
11822 Date:   Mon Aug 11 11:29:28 2008 -0500
11823
11824     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
11825
11826     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
11827
11828     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11829     Acked-by: Jon Loeliger <jdl@freescale.com>
11830
11831 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
11832 Author: Kumar Gala <galak@kernel.crashing.org>
11833 Date:   Mon Aug 11 09:20:53 2008 -0500
11834
11835     Fix fallout from autostart revert
11836
11837     The autostart revert caused a bit of duplicated code as well as
11838     code that was using images->autostart that needs to get removed so
11839     we can build again.
11840
11841     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11842
11843 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
11844 Author: Kumar Gala <galak@kernel.crashing.org>
11845 Date:   Mon Aug 11 09:16:25 2008 -0500
11846
11847     Fix compile error related to r8a66597-hcd & usb
11848
11849     When building the 8544DS board we get this error:
11850
11851     In file included from r8a66597-hcd.c:22:
11852     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
11853     make[1]: *** [r8a66597-hcd.o] Error 1
11854
11855     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
11856     is set.
11857
11858     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11859
11860 commit 2d0daa03612338a813e3c9d22680e54eabfea378
11861 Author: Becky Bruce <becky.bruce@freescale.com>
11862 Date:   Mon Aug 4 14:02:26 2008 -0500
11863
11864     POWERPC 86xx: Move BAT setup code to C
11865
11866     This is needed because we will be possibly be locating
11867     devices at physical addresses above 32bits, and the asm
11868     preprocessing does not appear to deal with ULL constants
11869     properly. We now call write_bat in lib_ppc/bat_rw.c.
11870
11871     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
11872     Acked-by: Jon Loeliger <jdl@freescale.com>
11873
11874 commit 9de67149db576c91b9c2a0a182652331e7e44211
11875 Author: Becky Bruce <becky.bruce@freescale.com>
11876 Date:   Mon Aug 4 14:01:53 2008 -0500
11877
11878     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
11879
11880     Perform sync/isync as required by the architecture.
11881
11882     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
11883     Acked-by: Jon Loeliger <jdl@freescale.com>
11884
11885 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
11886 Author: Becky Bruce <becky.bruce@freescale.com>
11887 Date:   Mon Aug 4 14:01:16 2008 -0500
11888
11889     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
11890
11891     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
11892     Acked-by: Jon Loeliger <jdl@freescale.com>
11893
11894 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
11895 Author: Magnus Lilja <lilja.magnus@gmail.com>
11896 Date:   Sun Aug 3 21:44:10 2008 +0200
11897
11898     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
11899
11900     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
11901     contacts instead of only the first 256 ones as is the case prior to
11902     this patch.
11903
11904     Add missing MUX_* macros and update board files to use the new macros.
11905
11906     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
11907
11908 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
11909 Author: Magnus Lilja <lilja.magnus@gmail.com>
11910 Date:   Sun Aug 3 21:43:37 2008 +0200
11911
11912     i.MX31: Fix IOMUX related typos
11913
11914     Correct the names of some IOMUX macros.
11915
11916     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
11917
11918 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
11919 Author: Steve Sakoman <steve@sakoman.com>
11920 Date:   Mon Aug 11 20:26:16 2008 +0200
11921
11922     OneNAND: Remove unused parameters to onenand_verify_page
11923
11924     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.
11925
11926     Signed-off-by: Steve Sakoman <steve@sakoman.com>
11927     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
11928
11929 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
11930 Author: Anatolij Gustschin <agust@denx.de>
11931 Date:   Fri Aug 8 18:00:40 2008 +0200
11932
11933     video: fix bug in cfb_console code
11934
11935     FILL_15BIT_555RGB macro extension for pixel swapping
11936     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
11937     introduced a bug in cfb_console:
11938
11939     Bitmaps with odd-numbered width won't be rendered
11940     correctly and even U-Boot crashes are observed on
11941     some platforms while repeated rendering of such
11942     bitmaps with "bmp display". Also if a bitmap is
11943     rendered to an odd-numbered x starting position,
11944     the same problem occurs. This patch is an attempt
11945     to fix it.
11946
11947     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11948
11949 commit d9015f6a50d7258125349ef5c2af836458a0029a
11950 Author: Anatolij Gustschin <agust@denx.de>
11951 Date:   Fri Aug 8 18:00:39 2008 +0200
11952
11953     video: fix bug in logo_plot
11954
11955     If logo_plot() should ever be called with x starting
11956     position other than zero and for pixel depths greater
11957     than 8bpp, logo colors distortion will be observed.
11958     This patch fixes the issue.
11959
11960     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11961
11962 commit 406819ae94f79f5b59e01d163380ca7d83709251
11963 Author: Wolfgang Denk <wd@denx.de>
11964 Date:   Mon Aug 11 00:17:52 2008 +0200
11965
11966     MAINTAINERS: sort entries
11967
11968     Signed-off-by: Wolfgang Denk <wd@denx.de>
11969
11970 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
11971 Author: Roy Zang <tie-fei.zang@freescale.com>
11972 Date:   Thu Aug 7 18:19:28 2008 +0800
11973
11974     Add mpc7448hpc2 maintainer information
11975
11976     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
11977
11978 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
11979 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
11980 Date:   Thu Aug 7 13:13:27 2008 +0530
11981
11982     common/cmd_load.c - Minor code & Coding Style cleanup
11983
11984     - os_data_header Variable is a carry over feature
11985        & unused. So removed all instance of this variable
11986      - Minor Code Style Update
11987
11988     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
11989     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11990
11991 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
11992 Author: Magnus Lilja <lilja.magnus@gmail.com>
11993 Date:   Wed Aug 6 19:32:33 2008 +0200
11994
11995     Update the U-Boot wiki URL.
11996
11997     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
11998
11999 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
12000 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
12001 Date:   Sun Aug 10 17:56:36 2008 +0200
12002
12003     OneNAND: Remove base address offset usage
12004
12005     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
12006     using OneNAND and some using NAND, we found some differences in OneNAND and
12007     NAND command address handling.
12008
12009     As this might confuse users (it already confused us), we like to align OneNAND
12010     and NAND address handling.
12011
12012     The issue is that cmd_onenand.c subtracts the onenand base address from the
12013     addresses you type into the u-boot command line so, unlike nand, you can't
12014     use addresses relative to the start of the onenand part e.g. this won't work:
12015
12016     onenand read 82000000 280000 400000
12017
12018     you have to use:
12019
12020     onenand read 82000000 20280000 400000
12021
12022     Looking at recent git, the only board currently using OneNAND is Apollon, and
12023     for this the OneNAND base address is 0 (apollon.h)
12024
12025     #define     CFG_ONENAND_BASE        0x00000000
12026
12027     so patch below won't break any existing boards and will align OneNAND and NAND
12028     handling on boards where OneNAND base address is != 0.
12029
12030     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12031     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
12032     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
12033
12034 commit c11528083ef6e55e76df742228c26e39d151813d
12035 Author: Kumar Gala <galak@kernel.crashing.org>
12036 Date:   Thu Aug 7 09:28:20 2008 -0500
12037
12038     mpc85xx: workaround old binutils bug
12039
12040     The recent change to move the .bss outside of the image gives older
12041     binutils (ld from eldk4.1/binutils-2.16) some headache:
12042
12043     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
12044     ppc_85xx-ld: final link failed: Bad value
12045
12046     We workaround it by being explicit about the program headers and not
12047     assigning the .bss to a program header.
12048
12049     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12050
12051 commit 0bf202ec586d4466c900e987720fa635c594d689
12052 Author: Wolfgang Denk <wd@denx.de>
12053 Date:   Sun Aug 10 01:26:26 2008 +0200
12054
12055     Revert "[new uImage] Add autostart flag to bootm_headers structure"
12056
12057     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
12058
12059     The commit was based on a misunderstanding of the (documented)
12060     meaning of the 'autostart' environment variable. It might cause
12061     boards to hang if 'autostart' was used, with the potential to brick
12062     them. Go back to the documented behaviour.
12063
12064     Conflicts:
12065
12066         common/cmd_bootm.c
12067         common/image.c
12068         include/image.h
12069
12070     Signed-off-by: Wolfgang Denk <wd@denx.de>
12071
12072 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
12073 Author: Wolfgang Denk <wd@denx.de>
12074 Date:   Sat Aug 9 23:17:32 2008 +0200
12075
12076     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
12077
12078     - enable CFI driver where this was forgotten
12079     - enable mtdparts support
12080     - adjust default environment
12081     etc.
12082
12083     Signed-off-by: Wolfgang Denk <wd@denx.de>
12084
12085 commit 41266c9b5a5f873df3ec891bb0907616958b5602
12086 Author: Peter Tyser <ptyser@xes-inc.com>
12087 Date:   Tue Aug 5 10:51:57 2008 -0500
12088
12089     FIT: Fix handling of images without ramdisks
12090
12091     boot_get_ramdisk() should not treat the case when a FIT image does
12092     not contain a ramdisk as an error.
12093
12094     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12095     Acked-by: Michal Simek <monstr@monstr.eu>
12096
12097 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
12098 Author: Sergey Lapin <slapin@ossfans.org>
12099 Date:   Sat Aug 9 01:39:09 2008 +0400
12100
12101     DataFlash: AT45DB021 fix and AT45DB081 support
12102
12103     Fix for page size of AT45DB021. Also adding bigger AT45DB081
12104     which comes with some newer boards.
12105
12106     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
12107
12108 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
12109 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12110 Date:   Fri Aug 8 16:30:23 2008 +0900
12111
12112     sh: Update sh7763rdp config
12113
12114     Add sh_eth support to sh7763rdp.
12115
12116     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12117
12118 commit 21f971ec265f6042ec21636d55d06a6bc0751077
12119 Author: Wolfgang Denk <wd@denx.de>
12120 Date:   Mon Jul 7 01:22:29 2008 +0200
12121
12122     TQM823L: re-enable logo support; update LCD_INFO text
12123
12124     Signed-off-by: Wolfgang Denk <wd@denx.de>
12125
12126 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
12127 Author: Wolfgang Denk <wd@denx.de>
12128 Date:   Fri Aug 8 16:41:56 2008 +0200
12129
12130     TQM8xxL: fix support for second flash bank
12131
12132     When switching the TQM8xxL modules to use the CFI flash driver,
12133     support for the second flash bank was broken because the CFI driver
12134     did not support dynamically sized banks. This gets fixed now.
12135
12136     Signed-off-by: Wolfgang Denk <wd@denx.de>
12137
12138 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
12139 Author: Wolfgang Denk <wd@denx.de>
12140 Date:   Fri Aug 8 16:39:54 2008 +0200
12141
12142     CFI: allow for dynamically determined flash sizes and addresses
12143
12144     The CFI driver allowed only for static initializers in the
12145     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
12146     several flash banks contiguously if the bank sizes were not known in
12147     advance, which kind of violates U-Boot's design philosophy.
12148
12149     (will be used for example by the TQM8xxL boards)
12150
12151     Signed-off-by: Wolfgang Denk <wd@denx.de>
12152
12153 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
12154 Author: Ben Warren <biggerbadderben@gmail.com>
12155 Date:   Thu Aug 7 23:26:35 2008 -0700
12156
12157     QE UEC: Fix compiler warnings
12158
12159     Moved static functions earlier in file so forward declarations are not needed.
12160
12161     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12162
12163 commit d5d28fe4aad5f4535400647a5617c11039506467
12164 Author: David Saada <David.Saada@ecitele.com>
12165 Date:   Mon Mar 31 02:37:38 2008 -0700
12166
12167     QE UEC: Add MII Commands
12168
12169     Add MII commands to the UEC driver. Note that once a UEC device is selected,
12170     any device on its MDIO bus can be addressed.
12171
12172     Signed-off-by: David Saada <david.saada@ecitele.com>
12173     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12174
12175 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
12176 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12177 Date:   Wed Jul 9 21:07:38 2008 +0900
12178
12179     usb: add support for R8A66597 usb controller
12180
12181     add support for Renesas R8A66597 usb controller.
12182     This patch supports USB Host mode.
12183
12184     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12185     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12186
12187 commit 1d10dcd041aaeae9fd7c821005692898a0303382
12188 Author: Hunter, Jon <jon-hunter@ti.com>
12189 Date:   Sat Jul 26 18:59:16 2008 -0500
12190
12191     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
12192
12193     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
12194
12195     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
12196     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12197
12198 commit eab1007334b93a6209f1ec33615e26ef5311ede7
12199 Author: Steven A. Falco <sfalco@harris.com>
12200 Date:   Wed Aug 6 15:42:52 2008 -0400
12201
12202     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
12203
12204     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
12205     configuration to match the schematic, and also sets the SDR0_PFC1 register to
12206     select the corresponding mode for the UARTs.
12207
12208     Signed-off-by: Steven A. Falco <sfalco@harris.com>
12209     Signed-off-by: Stefan Roese <sr@denx.de>
12210
12211 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
12212 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
12213 Date:   Wed Aug 6 14:42:13 2008 +0200
12214
12215     avr32: add support for EarthLCD Favr-32 board
12216
12217     This patch adds support for the Favr-32 board made by EarthLCD.
12218
12219     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
12220     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
12221     Ethernet, audio out, USB device, SD-card slot, USART and various other
12222     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
12223
12224     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
12225     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12226
12227 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
12228 Author: Rafael Campos <rafael.campos@hanscan.com>
12229 Date:   Thu Jul 31 10:22:20 2008 +0200
12230
12231     cfi-flash: Added support to flash_real_protect for Atmel flash devices
12232
12233     Some of the flash memories produced by ATMEL start in read-only mode.
12234     We need to unprotect it. This patch allows the AT49BV6416 to work with
12235     cfi_flash memories. Tested in the at91rm9200ek board.
12236
12237     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
12238     Signed-off-by: Stefan Roese <sr@denx.de>
12239
12240 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
12241 Author: Guennadi Liakhovetski <lg@denx.de>
12242 Date:   Tue Aug 5 15:36:39 2008 +0200
12243
12244     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
12245
12246     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12247     Signed-off-by: Stefan Roese <sr@denx.de>
12248
12249 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
12250 Author: Stefan Roese <sr@denx.de>
12251 Date:   Wed Aug 6 14:06:03 2008 +0200
12252
12253     Fix merge problems
12254
12255     Signed-off-by: Stefan Roese <sr@denx.de>
12256
12257 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
12258 Author: Stefan Roese <sr@denx.de>
12259 Date:   Wed Aug 6 14:05:38 2008 +0200
12260
12261     Fix merge problems
12262
12263     Signed-off-by: Stefan Roese <sr@denx.de>
12264
12265 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
12266 Author: Kenneth Johansson <kenneth@southpole.se>
12267 Date:   Tue Jul 15 12:13:38 2008 +0200
12268
12269     mpc5121: Move iopin features from board specific to common files.
12270
12271     And in the process eliminate some duplicate register defines.
12272
12273     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
12274
12275 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
12276 Author: John Rigby <jrigby@freescale.com>
12277 Date:   Tue Aug 5 17:38:57 2008 -0600
12278
12279     mpc5121: squash some fdt fixup errors
12280
12281     On ADS5121 when booting linux the following errors are seen:
12282         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
12283         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
12284         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
12285
12286     This is caused by ft_cpu_setup trying to deal with
12287     both old and new soc node naming.  This patch
12288     fixes this by being smarter about what to
12289     fixup.
12290
12291     Also do soc node fixups by compatible instead of by path.
12292     A new board config called OF_SOC_COMPAT defined
12293     to be "fsl,mpc5121-immr" replaces the old
12294     OF_SOC node path that was defined to be "soc@80000000".
12295
12296     Old device trees still work, but the compatiblity
12297     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
12298     which is on by default in include/configs/ads5121.h.
12299
12300     Signed-off-by: John Rigby <jrigby@freescale.com>
12301
12302 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
12303 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12304 Date:   Sat Aug 2 23:48:30 2008 +0200
12305
12306     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
12307
12308     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12309
12310 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
12311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12312 Date:   Sat Aug 2 23:48:32 2008 +0200
12313
12314     nios2/sysid: fix printf warning
12315
12316     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12317
12318 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
12319 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12320 Date:   Sat Aug 2 23:48:33 2008 +0200
12321
12322     Fix remaining build issues with MPC8xx FADS boards.
12323
12324     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12325
12326 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
12327 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12328 Date:   Sat Aug 2 23:48:31 2008 +0200
12329
12330     nios2: fix phys_addr_t and phys_size_t support
12331
12332     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12333
12334 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
12335 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12336 Date:   Sat Aug 2 23:48:34 2008 +0200
12337
12338     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
12339
12340     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12341
12342 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
12343 Author: Mark Jackson <mpfj@mimc.co.uk>
12344 Date:   Fri Aug 1 09:48:29 2008 +0100
12345
12346     Fix bitmap display for atmel lcd controller
12347
12348     The current lcd_display_bitmap() function does not work properly
12349     for the Atmel LCD controller.
12350
12351     2 fixes need to be done:-
12352
12353     (a) when setting the colour map, use the lcd_setcolreg() function
12354         as provided by the Atmel driver
12355     (b) the data is never actually written to the lcd framebuffer !!
12356
12357     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12358
12359 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
12360 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12361 Date:   Fri Aug 1 08:40:34 2008 +0200
12362
12363     qemu_mips: update README to follow qemu update about default machine
12364
12365     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12366
12367 commit ac169d645f5f0e0b9a232563099209e92a355d8e
12368 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12369 Date:   Thu Jul 31 19:53:21 2008 -0500
12370
12371     ColdFire: Fix compilation issue caused by a missing function
12372
12373     Implement usec2ticks() which is used by fsl_i2c.c in
12374     lib_m68k/time.c
12375
12376     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12377
12378 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
12379 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12380 Date:   Thu Jul 31 19:53:06 2008 -0500
12381
12382     Fix compilation error for TASREG
12383
12384     TASREG is ColdFire platform, the include ppc4xx.h in
12385     board/esd/common/flash.c causes conflict.
12386
12387     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12388
12389 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
12390 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12391 Date:   Thu Jul 31 19:52:36 2008 -0500
12392
12393     Fix compilation error for MCF5275
12394
12395     Rename OBJ to COBJ in board/platform/Makefile
12396
12397     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12398
12399 commit 5c40548f01218360a1f1395198c50ff45f3035b5
12400 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12401 Date:   Thu Jul 31 19:52:28 2008 -0500
12402
12403     Fix compile error caused by incorrect function return type
12404
12405     Rename int mii_init(void) to void mii_init(void) for idmr
12406     ColdFire platform
12407
12408     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12409
12410 commit a58c78067c928976c082c758d3987e89ead5b191
12411 Author: Wolfgang Denk <wd@denx.de>
12412 Date:   Fri Aug 1 12:06:22 2008 +0200
12413
12414     Fix build issues with MPC8xx FADS boards.
12415
12416     Signed-off-by: Wolfgang Denk <wd@denx.de>
12417
12418 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
12419 Author: Wolfgang Denk <wd@denx.de>
12420 Date:   Thu Jul 31 17:54:03 2008 +0200
12421
12422     Prepare v1.3.4-rc2: update CHANGELOG
12423
12424     Signed-off-by: Wolfgang Denk <wd@denx.de>
12425
12426 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
12427 Author: Mark Jackson <mpfj@mimc.co.uk>
12428 Date:   Thu Jul 31 16:09:00 2008 +0100
12429
12430     Add gzipped logo support
12431
12432     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
12433
12434       If this option is set, additionally to standard BMP
12435       images, gzipped BMP images can be displayed via the
12436       splashscreen support or the bmp command.
12437
12438     However, the splashscreen function *only* supports standard BMP images.
12439
12440     This patch adds the documented gzip support.
12441
12442     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12443
12444 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
12445 Author: Mark Jackson <mpfj@mimc.co.uk>
12446 Date:   Thu Jul 31 15:56:48 2008 +0100
12447
12448     Fix Atmel LCD controller endianess for AVR32 processors
12449
12450     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
12451     AVR32 (big endian) platforms.
12452
12453     As such, the controller can handle both big and little endian memory.
12454
12455     This patch fixes the driver for the AVR32 platform.
12456
12457     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12458
12459 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
12460 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12461 Date:   Thu Jul 31 15:56:01 2008 +0200
12462
12463     apollon: fix build out of tree
12464
12465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12466
12467 commit 2e752be39d3e398d4ab89ffa6634c397df298297
12468 Author: Guennadi Liakhovetski <lg@denx.de>
12469 Date:   Thu Jul 31 12:35:04 2008 +0200
12470
12471     Uncompressed images loaded to their start address shall set load_end too
12472
12473     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12474     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
12475
12476 commit c37207d7f51e19c17f859966f314e27cc1231801
12477 Author: Wolfgang Denk <wd@denx.de>
12478 Date:   Wed Jul 16 16:38:59 2008 +0200
12479
12480     Fix printf() format problems with configurable prompts
12481
12482     U-Boot allows for configurable prompt strings using the
12483     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
12484     the assumption was that any such user defined problts would contain
12485     exactly one "%d" format specifier. But some boards did not.
12486
12487     To allow for flexible boot prompts without adding too complex code we
12488     now allow to specify the whole list of printf() arguments in the user
12489     definition. This is powerful, but requires a responsible user who
12490     really understands what he is doing, as he needs to know for exanple
12491     which variables are available in the respective context.
12492
12493     Signed-off-by: Wolfgang Denk <wd@denx.de>
12494
12495 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
12496 Author: Wolfgang Denk <wd@denx.de>
12497 Date:   Thu Jul 31 17:02:14 2008 +0200
12498
12499     TQM85xx: fix typo introduce by commit ffbb5cb9
12500
12501     Signed-off-by: Wolfgang Denk <wd@denx.de>
12502
12503 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
12504 Author: Wolfgang Denk <wd@denx.de>
12505 Date:   Thu Jul 31 15:27:01 2008 +0200
12506
12507     mvbc_p board: fix most build warnings.
12508
12509     Signed-off-by: Wolfgang Denk <wd@denx.de>
12510
12511 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
12512 Author: Wolfgang Denk <wd@denx.de>
12513 Date:   Thu Jul 31 13:57:20 2008 +0200
12514
12515     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
12516
12517     Avoid "integer constant is too large for 'long' type" warnings.
12518     And simplify the code.
12519
12520     Signed-off-by: Wolfgang Denk <wd@denx.de>
12521
12522 commit 9196b44334c330cc13de2464c59181e4db71f549
12523 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
12524 Date:   Wed Jul 30 23:21:19 2008 +0400
12525
12526     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
12527
12528     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
12529
12530 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
12531 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
12532 Date:   Wed Jul 30 23:20:32 2008 +0400
12533
12534     PPC: Add pci_clk in the global_data for CPM2 processors
12535
12536     This patch adds pci_clk field to the global_data structure for the
12537     processors which have CPM2 module in case the CONFIG_PCI is defined.
12538
12539     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
12540
12541 commit f0ff885ca64655bee6540eb8a25eed90b1152686
12542 Author: Kumar Gala <galak@kernel.crashing.org>
12543 Date:   Wed Jul 30 14:13:30 2008 -0500
12544
12545     mpc85xx: Update linker scripts for Freescale boards
12546
12547     * Move to using absolute addressing always.  Makes the scripts a bit more
12548       portable and common
12549     * Moved .bss after the end of the image.  These allows us to have more
12550       room in the resulting binary image for code and data.
12551     * Removed .text object files that aren't really needed
12552     * Make sure _end is 4-byte aligned as the .bss init code expects this.
12553       (Its possible that the end of .bss isn't 4-byte aligned)
12554
12555     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12556
12557 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
12558 Author: Kumar Gala <galak@kernel.crashing.org>
12559 Date:   Wed Jul 30 08:01:15 2008 -0500
12560
12561     Fix compile warnings in dlmalloc
12562
12563     The origional code was using on odd reference to get to the first
12564     real element in av_[].  The first two elements of the array are
12565     not used for actual bins, but for house keeping.  If we are more
12566     explicit about how use the first few elements we can get rid of the
12567     warnings:
12568
12569     dlmalloc.c: In function 'malloc_extend_top':
12570     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
12571     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
12572     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
12573     ...
12574
12575     The logic of how this code came to be is:
12576         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
12577
12578     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
12579         bin_at(0) = &(av_[0])
12580
12581     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
12582
12583     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12584
12585 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
12586 Author: Stefan Roese <sr@denx.de>
12587 Date:   Wed Jul 30 10:21:01 2008 +0200
12588
12589     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
12590
12591     Signed-off-by: Stefan Roese <sr@denx.de>
12592
12593 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
12594 Author: Stefan Roese <sr@denx.de>
12595 Date:   Wed Jul 30 09:59:51 2008 +0200
12596
12597     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
12598
12599     A recent patch used '#if (CONFIG_CMD_USB)' instead of
12600     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
12601     common/bootm.c compile again.
12602
12603     Signed-off-by: Stefan Roese <sr@denx.de>
12604     Acked-by: Markus Klotzbuecher <mk@denx.de>
12605
12606 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
12607 Author: Kyungmin Park <kmpark@infradead.org>
12608 Date:   Tue Jul 22 08:01:43 2008 +0900
12609
12610     Remove unused I2C at apollon board
12611
12612     There are no I2C devices on this board.
12613
12614     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12615
12616 commit 3c95960e526b3b026da20201db64526f46faf14b
12617 Author: Wolfgang Denk <wd@denx.de>
12618 Date:   Thu Jul 31 10:12:09 2008 +0200
12619
12620     at91rm9200dk, csb637: fix NAND related build problems
12621
12622     Tried fixing NAND support for the at91rm9200dk board; untested.
12623     Disabled NAND support in the csb637 board config file.
12624
12625     Signed-off-by: Wolfgang Denk <wd@denx.de>
12626
12627 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
12628 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12629 Date:   Wed Jul 30 12:39:28 2008 +0200
12630
12631     ppc4xx: ML507: Environment in flash and MTD Support
12632
12633     - Relocate the location of U-Boot in the flash
12634     - Save the environment in one sector of the flash memory
12635     - MTD Support
12636
12637     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12638     Signed-off-by: Stefan Roese <sr@denx.de>
12639
12640 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
12641 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12642 Date:   Tue Jul 29 17:16:10 2008 +0200
12643
12644     ppc4xx: ML507: Use of get_ram_size in board ml507
12645
12646     - Change suggested by WD
12647
12648     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12649     Signed-off-by: Stefan Roese <sr@denx.de>
12650
12651 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
12652 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12653 Date:   Mon Jul 21 20:30:07 2008 +0200
12654
12655     ppc4xx: ML507: U-Boot in flash and System ACE
12656
12657     This patch allows booting from FLASH the ML507 board by Xilinx.
12658     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
12659
12660     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12661     Signed-off-by: Stefan Roese <sr@denx.de>
12662
12663 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
12664 Author: Julien May <mailinglist@miromico.ch>
12665 Date:   Mon Jun 23 13:57:52 2008 +0200
12666
12667     Add support for the hammerhead (AVR32) board
12668
12669     The Hammerhead platform is built around a AVR32 32-bit microcontroller
12670     from Atmel.  It offers versatile peripherals, such as ethernet, usb
12671     device, usb host etc.
12672
12673     The board also incooperates a power supply and is a Power over Ethernet
12674     (PoE) Powered Device (PD).
12675
12676     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
12677     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
12678     DDR2 SDRAM interfaces, which will cover even the most exceptional need
12679     of memory bandwidth. Together with the onboard video decoder the board
12680     is ready for video processing.
12681
12682     For more information see: http:///www.miromico.com/hammerhead
12683
12684     Signed-off-by: Julien May <mailinglist@miromico.ch>
12685     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
12686     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12687
12688 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
12689 Author: Kumar Gala <galak@kernel.crashing.org>
12690 Date:   Tue Jul 29 12:23:49 2008 -0500
12691
12692     fsl_i2c: Use timebase timer functions instead of get_timer()
12693
12694     The current implementation of get_timer() is only really useful after we
12695     have relocated u-boot to memory.  The i2c code is used before that as part
12696     of the SPD DDR setup.
12697
12698     We actually have a bug when using the get_timer() code before relocation
12699     because the .bss hasn't been setup and thus we could be reading/writing
12700     a random location (probably in flash).
12701
12702     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12703
12704 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
12705 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
12706 Date:   Tue Jul 29 14:49:31 2008 +0200
12707
12708     Adder8xx: Fix CFG_MONITOR_LEN
12709
12710     Due to increased space usage, U-Boot can no longer be stored in three sectors.
12711     The current U-Boot use just over three flash sectors (197k), and U-Boot will
12712     become corrupt after saving environment variables. This patch adds another 64k
12713     to CFG_MONITOR_LEN.
12714
12715     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
12716
12717 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
12718 Author: Kyungmin Park <kmpark@infradead.org>
12719 Date:   Tue Jul 29 08:47:57 2008 +0900
12720
12721     Add OneNAND IPL related files to gitignore
12722
12723     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12724
12725 commit 8d87589e8e874df7120a3d9667f051bc33bac250
12726 Author: Rafal Jaworowski <raj@semihalf.com>
12727 Date:   Mon Jul 28 20:38:25 2008 +0200
12728
12729     API: Teach the storage layer about SATA and MMC options.
12730
12731     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12732     Acked-by: Rafal Jaworowski <raj@semihalf.com>
12733
12734 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
12735 Author: Rafal Jaworowski <raj@semihalf.com>
12736 Date:   Mon Jul 28 20:37:48 2008 +0200
12737
12738     API: Dump contents of sector 0 in the demo application.
12739
12740     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12741     Acked-by: Rafal Jaworowski <raj@semihalf.com>
12742
12743 commit 13ca6305f2eba49c175f6370c35286141059c789
12744 Author: Rafal Jaworowski <raj@semihalf.com>
12745 Date:   Mon Jul 28 20:37:10 2008 +0200
12746
12747     API: Correct storage enumeration routine, other minor fixes in API storage area.
12748
12749     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12750     Acked-by: Rafal Jaworowski <raj@semihalf.com>
12751
12752 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
12753 Author: Rafal Jaworowski <raj@semihalf.com>
12754 Date:   Mon Jul 28 20:36:19 2008 +0200
12755
12756     API: Fix compilation warnings in api_examples/demo.c.
12757
12758     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12759
12760 commit c14eefcc48212af2f3314809605698dd8393a90a
12761 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12762 Date:   Sun Jul 27 17:09:43 2008 +0200
12763
12764     Fix more printf() format warnings
12765
12766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12767
12768 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
12769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12770 Date:   Fri Jul 25 15:18:16 2008 +0200
12771
12772     Fix remaining CFG_CMD_ define, ifdef and comments
12773
12774     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12775
12776 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
12777 Author: Stefano Babic <sbabic@denx.de>
12778 Date:   Fri Jul 25 08:57:40 2008 +0200
12779
12780     Add include for config.h in command.h.
12781
12782     Because the cmd_tbl_s structure depends on the configuration file, it
12783     must be assured that config.h is included before the structure is
12784     evaluated by the compiler. If this is not certain, it could happen
12785     that the compiler generates structures of different size, depending
12786     on the fact if the source file includes <config.h> before or after
12787     <command.h>.
12788
12789     The effect is that u-boot crashes when tries to relocate the command
12790     table (for ppc) or try to access to the command table for other
12791     architectures.
12792
12793     The problem can happen on board-depending commands. All general
12794     commands under /common are unaffected, because they include already
12795     config.h before command.h.
12796
12797     Signed-off-by: Stefano Babic <sbabic@denx.de>
12798
12799 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
12800 Author: Scott Wood <scottwood@freescale.com>
12801 Date:   Wed Jul 23 13:16:06 2008 -0500
12802
12803     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
12804
12805     This fixes building out-of-tree.
12806
12807     Signed-off-by: Scott Wood <scottwood@freescale.com>
12808
12809 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
12810 Author: Heiko Schocher <hs@denx.de>
12811 Date:   Wed Jul 23 07:30:46 2008 +0200
12812
12813     Fix warnings if compiling with IDE support.
12814
12815     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
12816     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
12817
12818     Signed-off-by: Heiko Schocher <hs@denx.de>
12819
12820 commit 7610db17fd4d59c51d825488526d85ede2f06767
12821 Author: Adrian Filipi <adrian.filipi@eurotech.com>
12822 Date:   Tue Jul 22 14:28:11 2008 -0400
12823
12824     Removed support for the adsvix board.
12825
12826     Support for the adsvix was originally provided by Applied Data
12827     Systems (ADS), inc., now EuroTech, Inc.
12828     The board never shipped aside from some sample boards.
12829
12830     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
12831
12832 commit f96b44cef897bd372beb86dde1b33637c119d84d
12833 Author: Remy Bohmer <linux@bohmer.net>
12834 Date:   Tue Jul 22 16:22:11 2008 +0200
12835
12836     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
12837
12838     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
12839     never set, because relocation to RAM is actually never done by U-boot
12840     itself. However, several pieces of code check if this flag is set at
12841     some time.
12842
12843     So, to make sure this flag is set on boards skipping relocation, this
12844     is added to the initialisation of U-boot at a moment where it is safe
12845     to do so.
12846
12847     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12848
12849 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
12850 Author: Timur Tabi <timur@freescale.com>
12851 Date:   Mon Jul 21 14:26:23 2008 -0500
12852
12853     fsl-i2c: fix writes to data segment before relocation
12854
12855     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
12856     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
12857     I2C bus speed and save the value in i2c_bus_speed[], which is a global
12858     variable.  It is an error to write to the data segment before relocation,
12859     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
12860
12861     Signed-off-by: Timur Tabi <timur@freescale.com>
12862
12863 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
12864 Author: Wolfgang Ocker <weo@reccoware.de>
12865 Date:   Mon Jul 28 16:56:51 2008 +0200
12866
12867     mips: Fix baudrate divisor computation on alchemy cpus
12868
12869     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
12870     on alchemy cpus.
12871
12872     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
12873     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12874
12875 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
12876 Author: Ben Warren <biggerbadderben@gmail.com>
12877 Date:   Sat Jul 5 00:08:48 2008 -0700
12878
12879     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
12880
12881     Renamed initialization functions for atngw100 and atstk1000.
12882     Removed initializations for these boards from net/eth.c
12883
12884     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12885     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12886
12887 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
12888 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12889 Date:   Wed Jul 23 10:55:46 2008 +0200
12890
12891     spi flash: Fix printf() format warnings
12892
12893     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12894
12895 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
12896 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12897 Date:   Wed Jul 23 10:55:31 2008 +0200
12898
12899     atmel_mci: Fix printf() format warnings
12900
12901     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12902
12903 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
12904 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12905 Date:   Wed Jul 23 10:55:15 2008 +0200
12906
12907     avr32: Fix printf() format warnings
12908
12909     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12910
12911 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
12912 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12913 Date:   Wed Jul 23 10:52:19 2008 +0200
12914
12915     avr32: asm/io.h needs asm/types.h
12916
12917     map_physmem() takes a phys_addr_t as parameter. This type is defined in
12918     asm/types.h, so we need to include that file.
12919
12920     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12921
12922 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
12923 Author: Michal Simek <monstr@monstr.eu>
12924 Date:   Thu Jul 17 12:25:46 2008 +0200
12925
12926     microblaze: Fix printf() format issues
12927
12928     Signed-off-by: Michal Simek <monstr@monstr.eu>
12929
12930 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
12931 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
12932 Date:   Thu Jul 17 07:27:51 2008 +0530
12933
12934     Remove unused code from lib_arm/bootm.c
12935
12936     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
12937
12938 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
12939 Author: Detlev Zundel <dzu@denx.de>
12940 Date:   Wed Jul 16 18:56:45 2008 +0200
12941
12942     tqm85xx: Demystify 'DK: !!!' comment
12943
12944     Signed-off-by: Detlev Zundel <dzu@denx.de>
12945
12946 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
12947 Author: Detlev Zundel <dzu@denx.de>
12948 Date:   Wed Jul 16 18:56:44 2008 +0200
12949
12950     83xx/85xx/86xx: Add LTEDR local bus definitions
12951
12952     Signed-off-by: Detlev Zundel <dzu@denx.de>
12953
12954 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
12955 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12956 Date:   Wed Jul 16 16:22:32 2008 +0200
12957
12958     serial_xuartlite.c: fix compiler warnings
12959
12960     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12961     Acked-by: Grant Likely <grant.likely@secretlab.ca>
12962
12963 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
12964 Author: Stefan Roese <sr@denx.de>
12965 Date:   Fri Jul 18 11:03:35 2008 +0200
12966
12967     POST: Add disable interrupts in some of the missing CPU POST tests
12968
12969     Some CPU POST tests did not disable the interrupts while running. This
12970     seems to be necessary to protect this self modifying code.
12971
12972     Signed-off-by: Stefan Roese <sr@denx.de>
12973
12974 commit 97a3bf268d096e0e97e54048448c35114edcf557
12975 Author: Stefan Roese <sr@denx.de>
12976 Date:   Fri Jul 18 10:43:24 2008 +0200
12977
12978     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
12979
12980     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
12981     CFG_64BIT_LBA.
12982
12983     Signed-off-by: Stefan Roese <sr@denx.de>
12984
12985 commit 0043ac55024963295fc79b39af85b6dc3b261e17
12986 Author: Niklaus Giger <niklaus.giger@netstal.com>
12987 Date:   Fri Jul 18 11:22:23 2008 +0200
12988
12989     POST PPC4xx/spr IVPR only if PPC440
12990
12991     The SPR IVPR register is only present (as far as I know) for
12992     processors with a PPC440 core.
12993
12994     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12995     Acked-by: Stefan Roese <sr@denx.de>
12996
12997 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
12998 Author: Stefan Roese <sr@denx.de>
12999 Date:   Fri Jul 18 10:42:29 2008 +0200
13000
13001     ppc4xx: Enable 64bit printf format on 440/460 platforms
13002
13003     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
13004     440/460 platforms. This may be needed since those platforms support
13005     36bit physical address space.
13006
13007     Signed-off-by: Stefan Roese <sr@denx.de>
13008
13009 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
13010 Author: Stefan Roese <sr@denx.de>
13011 Date:   Fri Jul 18 15:57:23 2008 +0200
13012
13013     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
13014
13015     This patch fixes a problem with incorrect MODTx (On Die Termination)
13016     setup for a configuration with multiple DIMM's and multiple ranks.
13017     Without this change Katmai was unable to boot Linux with DDR2 frequency
13018     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
13019     with DDR2 frequency = 640MHz and mem=4GB.
13020
13021     Signed-off-by: Stefan Roese <sr@denx.de>
13022
13023 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
13024 Author: Stefan Roese <sr@denx.de>
13025 Date:   Fri Jul 18 12:24:41 2008 +0200
13026
13027     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
13028
13029     Signed-off-by: Stefan Roese <sr@denx.de>
13030
13031 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
13032 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13033 Date:   Thu Jul 17 12:47:09 2008 +0200
13034
13035     ppc4xx: ML507 Board Support
13036
13037     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
13038         among others:
13039         -Virtex 5 FX FPGA (With a ppc440x5 in it)
13040         -256MB of SDRAM2
13041         -32MB of Flash
13042         -I2C Eeprom
13043         -System ACE chip
13044         -Serial ATA connectors
13045         -RS232 Level Conversors
13046         -Ethernet Transceiver
13047
13048     This patch gives support to a standard design produced by EDK for this
13049     board: ppc440, uartlite, xilinx_int and flash
13050
13051     - Includes Changes propossed by Stefan Roese and Michal Simek
13052
13053     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13054     Acked-by: Stefan Roese <sr@denx.de>
13055
13056 commit d865fd09809a3a18669f35f970781820af40e4de
13057 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13058 Date:   Thu Jul 17 11:44:12 2008 +0200
13059
13060     ppc4xx: CPU PPC440x5 on Virtex5 FX
13061
13062     -This patchs gives support for the embbedded ppc440
13063      on the Virtex5 FPGAs
13064     -interrupts.c divided in uic.c and interrupts.c
13065     -xilinx_irq.c for xilinx interrupt controller
13066     -Include modifications propossed by  Stefan Roese
13067
13068     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13069     Acked-by: Stefan Roese <sr@denx.de>
13070
13071 commit 340ccb260f21516be360745d5c5e3bd0657698df
13072 Author: Sebastian Siewior <bigeasy@linutronix.de>
13073 Date:   Wed Jul 16 20:04:49 2008 +0200
13074
13075     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
13076
13077     This got broken by commits 93c56f212c
13078      [cfi_flash: support of long cmd in U-boot.]
13079
13080     That command needs to be in little endian format on BE machines
13081     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
13082     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
13083     the cmdbuf in case portwidth = chipwidth = 8bit.
13084
13085     Cc: Alexey Korolev <akorolev@infradead.org>
13086     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
13087     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
13088
13089 commit 11188d55bc16dd907451c00282e00a038f73dd62
13090 Author: Stefan Roese <sr@denx.de>
13091 Date:   Thu Jul 17 10:40:51 2008 +0200
13092
13093     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
13094
13095     Signed-off-by: Stefan Roese <sr@denx.de>
13096
13097 commit 021f6df6e96af5b387810cf96d24848da1faa55c
13098 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13099 Date:   Thu Jul 10 17:20:51 2008 +0400
13100
13101     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
13102
13103     The thinko was quite silly indeed, I messed with !ptr. Normally this
13104     would trigger some fault, but in U-Boot NULL pointer is equal to phys
13105     0, so the code was working still, just didn't actually test mpc8315erdb
13106     environment variable value. Heh.
13107
13108     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13109     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13110
13111 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
13112 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13113 Date:   Tue Jul 8 21:00:04 2008 +0400
13114
13115     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
13116
13117     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
13118     support, or without TSEC1 but with USB ULPI PHY support in addition.
13119     With this patch user can specify desired USB PHY.
13120
13121     Also, it seems that we can't distinguish the two boards in software, so
13122     user have to set `mpc8315erdb' environment variable to either 'tsec1'
13123     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
13124     Linux will not probe for TSEC1.
13125
13126     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13127     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13128
13129 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
13130 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13131 Date:   Tue Jul 8 20:59:43 2008 +0400
13132
13133     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
13134
13135     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
13136     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
13137     (connected to the four-ports hub, usb host only).
13138
13139     This patch implements support for passing Dual-Role USB controller's
13140     device tree property phy_type through the usb_phy_type environment
13141     variable.
13142
13143     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13144     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
13145     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13146
13147 commit 699f05125509249072a0b865c8d35520d97cd501
13148 Author: Wolfgang Denk <wd@denx.de>
13149 Date:   Tue Jul 15 22:22:44 2008 +0200
13150
13151     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
13152
13153     Signed-off-by: Wolfgang Denk <wd@denx.de>
13154
13155 commit bcab74baa6b1b1c969038ab6f64a186239180405
13156 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13157 Date:   Tue Jul 15 11:23:02 2008 -0400
13158
13159     Round the serial port clock divisor value returned by calc_divisor()
13160
13161     Round the serial port clock divisor value returned by
13162     calc_divisor()
13163
13164     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13165     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
13166
13167 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
13168 Author: Robin Getz <rgetz@blackfin.uclinux.org>
13169 Date:   Tue Jul 15 21:44:46 2008 +0200
13170
13171     Fix DHCP protocol so U-Boot does not respond too early
13172     on the network with it's offered IP number; it should not reply until
13173     after it has received a DHCP ACK message. Also ensures that U-Boot
13174     does it's DHCPREQUEST as broadcast (per RFC 2131).
13175
13176     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
13177     Acked-by: Ben Warren <biggerbadderben@gmail.com>
13178     Signed-off-by: Wolfgang Denk <wd@denx.de>
13179
13180 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
13181 Author: Sebastian Siewior <bigeasy@linutronix.de>
13182 Date:   Tue Jul 15 13:35:23 2008 +0200
13183
13184     cfi_flash: make the command u32 only
13185
13186     This got changed by commit 93c56f212c
13187     [cfi_flash: support of long cmd in U-boot.]
13188
13189     Long is the wrong type because it will behave differently on 64bit
13190     machines in a way that is probably not expected. u32 should be
13191     enough.
13192
13193     Cc: Alexey Korolev <akorolev@infradead.org>
13194     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
13195     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
13196
13197 commit 31cfe57491b183acae575d486729e158f016c27b
13198 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13199 Date:   Mon Jul 14 23:48:41 2008 +0200
13200
13201     tools/gitignore: update to all generated files
13202
13203     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13204
13205 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
13206 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
13207 Date:   Wed Jul 9 18:30:44 2008 +0200
13208
13209     mpc5xxx: Add MVBC_P board support
13210
13211     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
13212     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
13213
13214     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
13215     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
13216
13217 commit e2d31fb3450653115452144363d5bde4e5e3e693
13218 Author: Timur Tabi <timur@freescale.com>
13219 Date:   Thu Jun 19 17:56:11 2008 -0500
13220
13221     Update Freescale sys_eeprom.c to handle CCID formats
13222
13223     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
13224     NXID format replaces the older CCID format, but it's important to support both
13225     since most boards out there still use the CCID format.  This change is in
13226     preparation for using one file to handle both formats.  This will also unify
13227     EEPROM support for all Freescale 85xx and 86xx boards.
13228
13229     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
13230     instead of ID_EEPROM_ADDR.
13231
13232     Signed-off-by: Timur Tabi <timur@freescale.com>
13233
13234 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
13235 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13236 Date:   Fri Jul 11 17:22:43 2008 +0900
13237
13238     pci: sh: Add pci_skip_dev and pci_print_dev function
13239
13240     Add function of new PCI, pci_skip_dev and pci_print_dev.
13241
13242     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13243     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13244
13245 commit 1107014e835ec9d46c0333f4211d104f77442db0
13246 Author: Andy Fleming <afleming@freescale.com>
13247 Date:   Mon Jul 14 20:29:07 2008 -0500
13248
13249     Clean up INIT_RAM options
13250
13251     The L2_INIT_RAM option was unused, and recent changes to the TLB code
13252     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
13253     the amount of mapped space attached to nothing, we change things so the TLBs
13254     get cleared.
13255
13256     Signed-off-by: Andy Fleming <afleming@freescale.com>
13257
13258 commit 4524561820a9327e89107854b3a7187800ccf719
13259 Author: Andy Fleming <afleming@freescale.com>
13260 Date:   Mon Jul 14 20:26:57 2008 -0500
13261
13262     Remove fake flash bank from 8544 DS
13263
13264     The fake flash bank was generating errors for anyone who didn't have a
13265     PromJET hooked up to the board.  As that constitutes the vast majority of
13266     users, we remove it.
13267
13268     Signed-off-by: Andy Fleming <afleming@freescale.com>
13269
13270 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
13271 Author: Kumar Gala <galak@kernel.crashing.org>
13272 Date:   Mon Jul 14 14:07:03 2008 -0500
13273
13274     MPC8544DS: Add ATI Video card support
13275
13276     Add support for using a PCIe ATI Video card on PCIe2.
13277
13278     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13279
13280 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
13281 Author: Kumar Gala <galak@kernel.crashing.org>
13282 Date:   Mon Jul 14 14:07:02 2008 -0500
13283
13284     85xx: Add some L1/L2 SPR register definitions
13285
13286     Add new L1/L2 SPRs related to e500mc cache config and control.
13287
13288     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13289
13290 commit e5852787f0c3c442a276262f13d91ca450605ac0
13291 Author: Kumar Gala <galak@kernel.crashing.org>
13292 Date:   Mon Jul 14 14:07:01 2008 -0500
13293
13294     MPC8544DS: Report board id, board version and fpga version.
13295
13296     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13297
13298 commit 73f15a060f67a2462551c334215bd20fac6b81d1
13299 Author: Kumar Gala <galak@kernel.crashing.org>
13300 Date:   Mon Jul 14 14:07:00 2008 -0500
13301
13302     85xx: Cleanup L2 cache size detection
13303
13304     The L2 size detection code was a bit confusing and we kept having to add
13305     code to it to handle new processors.  Change the sense of detection so we
13306     look for the older processors that aren't changing.
13307
13308     Also added support for 1M cache size on 8572.
13309
13310     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13311
13312 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
13313 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13314 Date:   Fri Jul 11 15:33:08 2008 -0400
13315
13316     sbc8560: enable CONFIG_OF_LIBFDT by default
13317
13318     Make the default build for the sbc8560 board be powerpc
13319     capable with libfdt support.
13320
13321     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13322
13323 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
13324 Author: Andy Fleming <afleming@freescale.com>
13325 Date:   Mon Jul 14 20:04:40 2008 -0500
13326
13327     Fix indentation for default boot environment variables
13328
13329     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
13330     similar #defines in sbc8560.h.
13331
13332     Signed-off-by: Andy Fleming <afleming@freescale.com>
13333
13334 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
13335 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13336 Date:   Fri Jul 11 15:33:07 2008 -0400
13337
13338     sbc8560: add default fdt values
13339
13340     Add in the default fdt settings and the typical EXTRA_ENV
13341     settings as borrowed from the mpc8560ads.  Fix a couple
13342     of stale references to the mpc8560ads dating back to the
13343     original clone/fork.
13344
13345     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13346     Signed-off-by: Andy Fleming <afleming@freescale.com>
13347
13348 commit d04e76edf92f7f89696989e8702b97e020455af3
13349 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13350 Date:   Fri Jul 11 15:33:06 2008 -0400
13351
13352     sbc8560: add in ft_board_setup()
13353
13354     Add in for the sbc8560, the ft_board_setup() routine, based on what is
13355     in use for the Freescale MPC8560ADS board.
13356
13357     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13358
13359 commit c158bcaca3b31cbe38c4143812e6170e38a57393
13360 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13361 Date:   Fri Jul 11 15:33:05 2008 -0400
13362
13363     sbc8560: define eth0 and eth1 instead of eth1 and eth2
13364
13365     The existing config doesn't define CONFIG_HAS_ETH0, and so the
13366     fdt support doesn't update the zeros in the dtb local-mac with
13367     real data from the u-boot env.  Since the existing config is
13368     tailored to just two interfaces, get rid of the ETH2 definitions
13369     at the same time.
13370
13371     Also don't include any end user specific data into the environment
13372     by default -- things like MAC address, network parameters etc. need
13373     to come from the end user.
13374
13375     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13376     Signed-off-by: Andy Fleming <afleming@freescale.com>
13377
13378 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
13379 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13380 Date:   Fri Jul 11 15:33:04 2008 -0400
13381
13382     sbc8560: properly set cs0_bnds for 512MB
13383
13384     The sbc8560 board ships with 512MB of memory installed,
13385     but the current cs0_bnds is hard coded for 256MB.  Set the
13386     value based on CFG_SDRAM_SIZE.
13387
13388     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13389
13390 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
13391 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13392 Date:   Fri Jul 11 15:33:03 2008 -0400
13393
13394     sbc8560: proper definitions for TSEC.
13395
13396     The definitions for the TSEC have become out of date.  There is no
13397     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
13398     Update to match those of other boards, like the MPC8560ADS.
13399
13400     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13401     Acked-by: Ben Warren <biggerbadderben@gmail.com>
13402
13403 commit 71074abbe0c76429577aff58aeff0a24ad210b23
13404 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13405 Date:   Wed Jul 9 13:23:05 2008 -0400
13406
13407     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
13408
13409     Some boards that have external 16550 UARTs don't have a direct
13410     tie between bi_busfreq and the clock used for the UARTs.  Boards
13411     that do have such a tie should set CFG_NS16550_CLK to be
13412     get_bus_freq(0) -- which most of them do already.
13413
13414     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13415     Acked-by: Kim Phillips <kim.phillips@freescale.com>
13416
13417 commit 24ef76f320fbadf074105229826514db140f939f
13418 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
13419 Date:   Wed Jul 2 07:03:53 2008 -0700
13420
13421     Change the temp map to ROM to align addresses to page size.
13422
13423     With a page size of BOOKE_PAGESZ_16M, both the real and effective
13424     addresses must be multiples of 16MB.  The hardware silently truncates
13425     them so the code happens to work.  This patch clarifies the situation
13426     by establishing addresses that the hardware doesn't need to truncate.
13427
13428     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
13429     Signed-off-by: Andy Fleming <afleming@freescale.com>
13430
13431 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
13432 Author: Kim Phillips <kim.phillips@freescale.com>
13433 Date:   Tue Jun 17 17:45:22 2008 -0500
13434
13435     mpc85xx: use IS_E_PROCESSOR macro
13436
13437     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13438
13439 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
13440 Author: Kim Phillips <kim.phillips@freescale.com>
13441 Date:   Mon Jun 16 15:55:53 2008 -0500
13442
13443     fdt: add crypto node handling for MPC8{3, 5}xxE processors
13444
13445     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
13446     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
13447     if on an 'EA' processor, e.g. MPC8349EA.
13448
13449     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13450
13451 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
13452 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13453 Date:   Fri Jul 11 15:10:11 2008 -0400
13454
13455     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
13456
13457     ARM DaVinci: Remove extern phy_t declaration by moving
13458     code to proper place.
13459
13460     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13461
13462 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
13463 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13464 Date:   Fri Jul 11 15:10:10 2008 -0400
13465
13466     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
13467
13468     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
13469     and prototype of i2c_init().
13470
13471     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13472
13473 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
13474 Author: Kumar Gala <galak@kernel.crashing.org>
13475 Date:   Mon Jul 14 14:03:02 2008 -0500
13476
13477     Fix some more printf() format problems.
13478
13479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13480
13481 commit 45b16d22c64674ccd8c4637456a987463609141c
13482 Author: Wolfgang Denk <wd@denx.de>
13483 Date:   Mon Jul 14 22:38:42 2008 +0200
13484
13485     Fix coding style; make code better parsable by external tools
13486
13487     Signed-off-by: Wolfgang Denk <wd@denx.de>
13488
13489 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
13490 Author: Wolfgang Denk <wd@denx.de>
13491 Date:   Mon Jul 14 21:19:08 2008 +0200
13492
13493     cpu/i386/serial.c: Fix syntax errors
13494
13495     Signed-off-by: Wolfgang Denk <wd@denx.de>
13496
13497 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
13498 Author: Wolfgang Denk <wd@denx.de>
13499 Date:   Mon Jul 14 20:41:35 2008 +0200
13500
13501     elppc board: Coding style cleanup.
13502
13503     Signed-off-by: Wolfgang Denk <wd@denx.de>
13504
13505 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
13506 Author: Wolfgang Denk <wd@denx.de>
13507 Date:   Mon Jul 14 20:40:22 2008 +0200
13508
13509     elppc board: fix syntax error.
13510
13511     Signed-off-by: Wolfgang Denk <wd@denx.de>
13512
13513 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
13514 Author: Wolfgang Denk <wd@denx.de>
13515 Date:   Mon Jul 14 20:38:26 2008 +0200
13516
13517     EB+MCF-EV123 board: fix coding style (alingment)
13518
13519     Signed-off-by: Wolfgang Denk <wd@denx.de>
13520
13521 commit 6841785a0bb0f38175456a923edd634fb7dd6947
13522 Author: Wolfgang Denk <wd@denx.de>
13523 Date:   Mon Jul 14 20:36:44 2008 +0200
13524
13525     EB+MCF-EV123 board: fix syntx error
13526
13527     Signed-off-by: Wolfgang Denk <wd@denx.de>
13528
13529 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
13530 Author: Andy Fleming <afleming@freescale.com>
13531 Date:   Mon Jul 7 18:02:08 2008 -0500
13532
13533     Remove LBC_CACHE_BASE from 8544 DS
13534
13535     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
13536     space for some anyway, we were allowing speculative loads into unmapped space,
13537     which would cause an exception (annoying, even if ultimately harmless).
13538     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
13539     problem.
13540
13541     Signed-off-by: Andy Fleming <afleming@freescale.com>
13542
13543 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
13544 Author: Wolfgang Denk <wd@denx.de>
13545 Date:   Mon Jul 14 15:19:07 2008 +0200
13546
13547     Code cleanup: fix old style assignment ambiguities like "=-" etc.
13548
13549     Signed-off-by: Wolfgang Denk <wd@denx.de>
13550
13551 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
13552 Author: Wolfgang Denk <wd@denx.de>
13553 Date:   Mon Jul 14 15:10:53 2008 +0200
13554
13555     AmigaOneG3SE: remove dead and incomplete files
13556
13557     Signed-off-by: Wolfgang Denk <wd@denx.de>
13558
13559 commit b64f190b7a34224df09b559ca111eb1b733f00ad
13560 Author: Wolfgang Denk <wd@denx.de>
13561 Date:   Mon Jul 14 15:06:35 2008 +0200
13562
13563     Fix printf() format issues with sizeof_t types by using %zu
13564
13565     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13566     Signed-off-by: Wolfgang Denk <wd@denx.de>
13567
13568 commit f354b73e16a86f9e9085471a830605f74f84ea5d
13569 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13570 Date:   Mon Jul 14 14:11:45 2008 +0200
13571
13572     vsprintf: add z and t options
13573
13574     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13575
13576 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
13577 Author: Wolfgang Denk <wd@denx.de>
13578 Date:   Sun Jul 13 23:07:35 2008 +0200
13579
13580     Fix some more printf() format issues.
13581
13582     Signed-off-by: Wolfgang Denk <wd@denx.de>
13583
13584 commit d5996dd555edf52721b7691a4c59de016251ed39
13585 Author: Wolfgang Denk <wd@denx.de>
13586 Date:   Sun Jul 13 19:51:00 2008 +0200
13587
13588     Fix some more printf() format problems.
13589
13590     Signed-off-by: Wolfgang Denk <wd@denx.de>
13591
13592 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
13593 Author: Wolfgang Denk <wd@denx.de>
13594 Date:   Sun Jul 13 19:48:26 2008 +0200
13595
13596     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
13597
13598     Signed-off-by: Wolfgang Denk <wd@denx.de>
13599
13600 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
13601 Author: Anatolij Gustschin <agust@denx.de>
13602 Date:   Sat Jul 12 17:31:36 2008 +0200
13603
13604     Fix bug in Lime video driver
13605
13606     We need to wait while drawing engine clears frame
13607     buffer before any further software accesses to frame
13608     buffer will be initiated. Otherwise software drawn
13609     parts could be partially destroyed by the drawing
13610     engine or even GDC chip freeze could occur (as
13611     observed on socrates board).
13612
13613     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13614
13615 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
13616 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13617 Date:   Sat Jul 12 14:36:34 2008 +0200
13618
13619     Fix some more printf() format issues.
13620
13621     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13622
13623 commit 18c8a28aad49803780bd8d52432ded528e37e701
13624 Author: Michal Simek <monstr@monstr.eu>
13625 Date:   Fri Jul 11 15:11:57 2008 +0200
13626
13627     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
13628
13629     Signed-off-by: Michal Simek <monstr@monstr.eu>
13630     Acked-by: Stefan Roese <sr@denx.de>
13631
13632 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
13633 Author: Michal Simek <monstr@monstr.eu>
13634 Date:   Fri Jul 11 11:50:53 2008 +0200
13635
13636     hwmon: Cleaning hwmon devices
13637
13638     Clean Makefile
13639     Move device specific values to driver for better reading
13640
13641     Signed-off-by: Michal Simek <monstr@monstr.eu>
13642     Acked-by: Stefan Roese <sr@denx.de>
13643
13644 commit c78fce699c7ff467ecd841da6a79f065180bf578
13645 Author: Michal Simek <monstr@monstr.eu>
13646 Date:   Fri Jul 11 10:43:13 2008 +0200
13647
13648     FIS: repare incorrect return value with ramdisk handling
13649
13650     Microblaze and PowerPC use boot_get_ramdisk for loading
13651     ramdisk to memory with checking return value.
13652     Return 0 means success. Return 1 means failed.
13653     Here is correspond part of code from bootm.c which check
13654     return code.
13655
13656     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
13657                 &rd_data_start, &rd_data_end);
13658     if (ret)
13659         goto error;
13660
13661     Signed-off-by: Michal Simek <monstr@monstr.eu>
13662
13663 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
13664 Author: Michal Simek <monstr@monstr.eu>
13665 Date:   Fri Jul 11 10:10:32 2008 +0200
13666
13667     microblaze: Remove useless ancient headers
13668
13669     Signed-off-by: Michal Simek <monstr@monstr.eu>
13670
13671 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
13672 Author: Michal Simek <monstr@monstr.eu>
13673 Date:   Fri Jul 11 10:10:31 2008 +0200
13674
13675     microblaze: Clean uartlite driver
13676
13677     Redesign uartlite driver to in_be32 and out_be32 macros
13678     Fix missing header in io.h
13679
13680     Signed-off-by: Michal Simek <monstr@monstr.eu>
13681     Acked-by: Grant Likely <grant.likely@secretlab.ca>
13682
13683 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
13684 Author: Marcel Ziswiler <marcel@ziswiler.com>
13685 Date:   Fri Jul 11 02:39:14 2008 +0200
13686
13687     Enable passing of ATAGs required by latest Linux kernel.
13688
13689 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
13690 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13691 Date:   Fri Jul 11 10:24:15 2008 -0400
13692
13693     Fix integer overflow warning in calc_divisor()
13694
13695     which happened when rounding the serial port clock divisor
13696
13697     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13698
13699 commit 6b760189d77f001684e3160b355c185ca3804961
13700 Author: Marcel Ziswiler <marcel@ziswiler.com>
13701 Date:   Fri Jul 11 01:09:59 2008 +0200
13702
13703     Fix build time warnings in function mmc_decode_csd()
13704
13705     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
13706
13707 commit c15947d6ce0d59925c97fdfac692476af6e262d0
13708 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13709 Date:   Thu Jul 10 10:46:33 2008 -0400
13710
13711     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
13712
13713     caused by missing dcache status/enable/disable functions.
13714
13715     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13716
13717 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
13718 Author: Stefan Roese <sr@denx.de>
13719 Date:   Thu Jul 10 13:53:31 2008 +0200
13720
13721     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
13722
13723     This patch removes some ft_board_setup() functions from some 4xx boards.
13724     This can be done since we now have a default weak implementation for this
13725     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
13726     implementation like canyonlands need their own version.
13727
13728     Signed-off-by: Stefan Roese <sr@denx.de>
13729
13730 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
13731 Author: Wolfgang Denk <wd@denx.de>
13732 Date:   Sun Jul 13 14:58:16 2008 +0200
13733
13734     Add last known maintainer for orphaned boards; reformat.
13735
13736     Signed-off-by: Wolfgang Denk <wd@denx.de>
13737
13738 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
13739 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13740 Date:   Thu Jul 10 13:16:04 2008 +0200
13741
13742     Remove kharris@nexus-tech.net from MAINTAINERS
13743
13744     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
13745     anymore. You can't be a maintainer without a valid e-mail address, so
13746     move all boards that used to be maintained by Kyle Harris to the
13747     "orphaned" list.
13748
13749     Currently, only PowerPC has a list of orphaned boards, so this patch
13750     creates one for ARM as well.
13751
13752     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13753
13754 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
13755 Author: Anatolij Gustschin <agust@denx.de>
13756 Date:   Thu Jul 10 01:15:10 2008 +0200
13757
13758     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
13759
13760     On the at91sam9260ep development board there is an EEPROM
13761     connected to the TWI interface (PA23, PA24 Peripheral A
13762     multiplexing), so we cannot use these pins as ETX2, ETX3.
13763     This patch configures PA10, PA11 pins for ETX2, ETX3
13764     instead of PA23, PA24 pins.
13765
13766     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13767     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
13768
13769 commit f889265753ddf4465d9d580827bb9289bfac55d6
13770 Author: Kenneth Johansson <kenneth@southpole.se>
13771 Date:   Sat Jul 12 13:18:34 2008 -0600
13772
13773     fix DIU for small screens
13774
13775     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
13776     so it was not possible to set a slow pixel clock and thus prevented
13777     display on small screens.
13778
13779     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
13780     Acked-by: John Rigby <jrigby@freescale.com>
13781
13782 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
13783 Author: John Rigby <jrigby@freescale.com>
13784 Date:   Fri Jul 11 14:44:09 2008 -0600
13785
13786     ADS5121 cleanup compile warnings
13787
13788     board/ads5121/iopin.c
13789         Replace bit fields in struct iopin_t with a single
13790         field and intialize it via plain old macros.
13791         This fixes the type pun warnings and makes the code
13792         more readable.
13793
13794     board/ads5121/ads5121.c
13795         Add include iopin.h to ads5121.c for the iopin_initialize
13796         prototype.
13797
13798         Add an extern void ads5121_diu_init(void)
13799
13800     Signed-off-by: John Rigby <jrigby@freescale.com>
13801
13802 commit bde63587622c4b830a27d1ddf7265843de9e994f
13803 Author: Wolfgang Denk <wd@denx.de>
13804 Date:   Fri Jul 11 22:56:11 2008 +0200
13805
13806     Fix some more printf() format issues.
13807
13808     Signed-off-by: Wolfgang Denk <wd@denx.de>
13809
13810 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
13811 Author: Wolfgang Denk <wd@denx.de>
13812 Date:   Fri Jul 11 22:55:31 2008 +0200
13813
13814     Fixed some out-of-tree build issues
13815
13816     Signed-off-by: Wolfgang Denk <wd@denx.de>
13817
13818 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
13819 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13820 Date:   Wed Jul 9 16:20:23 2008 -0500
13821
13822     ColdFire: Fix FB CS not setup properly for Mcf5282
13823
13824     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
13825     CFG_CSn_RO is defined as 0, the chipselect will not
13826     be assigned.
13827
13828     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13829
13830 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
13831 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13832 Date:   Wed Jul 9 15:47:27 2008 -0500
13833
13834     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
13835
13836     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
13837     clock module in cpu/<cf arch>/cpu_init.c
13838
13839     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13840
13841 commit f94945b517f10e01927101679c62361e03d4e837
13842 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13843 Date:   Wed Jul 9 15:25:01 2008 -0500
13844
13845     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
13846
13847     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13848
13849 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
13850 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13851 Date:   Wed Jul 9 15:21:44 2008 -0500
13852
13853     Fix compile error caused by missing timer function
13854
13855     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
13856
13857     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13858
13859 commit c37ea031175b807c54e6bad9b270e9bede6c0078
13860 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13861 Date:   Wed Jul 9 15:14:25 2008 -0500
13862
13863     Fix compile error caused by incorrect function return type
13864
13865     Rename int mii_init(void) to void mii_init(void)
13866
13867     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13868
13869 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
13870 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13871 Date:   Wed Jun 18 19:27:23 2008 -0500
13872
13873     ColdFire: Fix power up issue for MCF5235
13874
13875     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13876
13877 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
13878 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13879 Date:   Wed Jun 18 19:19:07 2008 -0500
13880
13881     ColdFire: Fix compiling error for MCF5275
13882
13883     The compiling error was caused by missing a closed parentheses
13884     in speed.c
13885
13886     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13887
13888 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
13889 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13890 Date:   Wed Jun 18 19:14:01 2008 -0500
13891
13892     ColdFire: Fix timer issue for MCF5272
13893
13894     The timer was assigned to wrong timer memory mapped which
13895     caused udelay() and timer() not working properly.
13896
13897     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13898
13899 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
13900 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13901 Date:   Wed Jun 18 19:12:13 2008 -0500
13902
13903     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
13904
13905     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
13906
13907 commit 8371dc2066136be21e10b7b9293e469297d77298
13908 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13909 Date:   Wed Jun 18 19:05:23 2008 -0500
13910
13911     ColdFire: Add -got=single param for new linux v4e toolchains
13912
13913     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
13914
13915 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
13916 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13917 Date:   Wed Jun 18 13:21:19 2008 -0500
13918
13919     ColdFire: Fix code flash configuration for M547x/M548x boards
13920
13921     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
13922
13923 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
13924 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13925 Date:   Tue Jun 24 12:12:16 2008 -0500
13926
13927     ColdFire: Fix warning messages by passing correct data type in board.c
13928
13929     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13930
13931 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
13932 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13933 Date:   Thu May 29 12:21:54 2008 -0500
13934
13935     ColdFire: Fix UART baudrate formula
13936
13937     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
13938     can generate the wrong divisor due to integer division truncation.
13939     Round the calculated divisor value by adding 1/2 the baudrate
13940     before dividing by the baudrate.
13941
13942     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13943     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
13944
13945 commit b578fb471444cbd7db1285701ba51343baaf73fb
13946 Author: Stefan Roese <sr@denx.de>
13947 Date:   Thu Jul 10 11:38:26 2008 +0200
13948
13949     ppc4xx: Fix include sequence in 4xx_pcie.c
13950
13951     This patch now moves common.h to the top of the inlcude list. This
13952     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
13953     the phys_size_t/phys_addr_t are defined to the correct size in this
13954     driver.
13955
13956     Signed-off-by: Stefan Roese <sr@denx.de>
13957
13958 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
13959 Author: Stefan Roese <sr@denx.de>
13960 Date:   Fri Jul 11 13:10:56 2008 +0200
13961
13962     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
13963
13964     Signed-off-by: Stefan Roese <sr@denx.de>
13965
13966 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
13967 Author: Stefan Roese <sr@denx.de>
13968 Date:   Fri Jul 11 11:40:13 2008 +0200
13969
13970     ppc4xx: Fix small korat merge problem
13971
13972     Signed-off-by: Stefan Roese <sr@denx.de>
13973
13974 commit 1d0554736a0a1dd59718acda660871ce56b69e18
13975 Author: Stefan Roese <sr@denx.de>
13976 Date:   Fri Jul 11 11:34:52 2008 +0200
13977
13978     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
13979
13980     Signed-off-by: Stefan Roese <sr@denx.de>
13981
13982 commit 3a82113ed5934d498f25080441a8261fc9454b15
13983 Author: Stefan Roese <sr@denx.de>
13984 Date:   Thu Jul 10 16:37:09 2008 +0200
13985
13986     ppc4xx: Add 460SX UIC defines
13987
13988     Only the really needed ones are added (cascading and EMAC/MAL).
13989
13990     Signed-off-by: Stefan Roese <sr@denx.de>
13991
13992 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
13993 Author: Stefan Roese <sr@denx.de>
13994 Date:   Mon Jun 30 14:11:07 2008 +0200
13995
13996     ppc4xx: Continue cleanup of ppc440.h
13997
13998     This patch continues the ppc440.h cleanup by removing some of the unused
13999     defines.
14000
14001     Signed-off-by: Stefan Roese <sr@denx.de>
14002
14003 commit d9056b7913ed6a228d2f33671d916efedee541dd
14004 Author: Stefan Roese <sr@denx.de>
14005 Date:   Mon Jun 30 14:05:05 2008 +0200
14006
14007     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
14008
14009     This patch cleans up the 440SPe PCIe register usage. Now only defines
14010     from the include/asm-ppc/4xx_pcie.h are used.
14011
14012     Signed-off-by: Stefan Roese <sr@denx.de>
14013
14014 commit 5de851403b01489b493fa83137ad990b8ce60d1c
14015 Author: Stefan Roese <sr@denx.de>
14016 Date:   Thu Jun 26 17:36:39 2008 +0200
14017
14018     ppc4xx: Rework 440GX UIC handling
14019
14020     This patch reworks the 440GX interrupt handling so that the common 4xx
14021     code can be used. The 440GX is an exception to all other 4xx variants
14022     by having the cascading interrupt vectors not on UIC0 but on a special
14023     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
14024     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
14025     handling is simpler without any 440GX special cases.
14026
14027     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
14028
14029     Signed-off-by: Stefan Roese <sr@denx.de>
14030
14031 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
14032 Author: Stefan Roese <sr@denx.de>
14033 Date:   Thu Jun 26 13:40:57 2008 +0200
14034
14035     ppc4xx: Consolidate PPC4xx UIC defines
14036
14037     This 2nd patch now removes all UIC mask bit definition. They should be
14038     generated from the vectors by using the UIC_MASK() macro from now on.
14039     This way only the vectors need to get defined for new PPC's.
14040
14041     Also only the really used interrupt vectors are now defined. This makes
14042     definitions for new PPC versions easier and less error prone.
14043
14044     Another part of this patch is that the 4xx emac driver got a little
14045     cleanup, since now the usage of the interrupts is clearer.
14046
14047     Signed-off-by: Stefan Roese <sr@denx.de>
14048
14049 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
14050 Author: Stefan Roese <sr@denx.de>
14051 Date:   Wed Jun 25 10:59:22 2008 +0200
14052
14053     ppc4xx: Consolidate PPC4xx UIC defines
14054
14055     This patch is the first step to consolidate the UIC related defines in the
14056     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
14057     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
14058     steps.
14059
14060     Signed-off-by: Stefan Roese <sr@denx.de>
14061
14062 commit 7ee2619c20ccecd57966d74d844e6329e141261c
14063 Author: Stefan Roese <sr@denx.de>
14064 Date:   Tue Jun 24 17:18:50 2008 +0200
14065
14066     ppc4xx: Consolidate PPC4xx EBC defines
14067
14068     This patch removes all EBC related defines from the PPC4xx headers
14069     ppc405.h and ppc440.h and introduces a new header
14070
14071     include/asm-ppc/ppc4xx-ebc.h
14072
14073     with all those defines.
14074
14075     Signed-off-by: Stefan Roese <sr@denx.de>
14076
14077 commit e321801bed5a6d896d298c00fd20046f039d5d66
14078 Author: Stefan Roese <sr@denx.de>
14079 Date:   Thu Jul 10 13:52:44 2008 +0200
14080
14081     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
14082
14083     This patch removes some ft_board_setup() functions from some 4xx boards.
14084     This can be done since we now have a default weak implementation for this
14085     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
14086     implementation like canyonlands need their own version.
14087
14088     Signed-off-by: Stefan Roese <sr@denx.de>
14089
14090 commit 08250eb2edbd96514d049602d9e134110ac3185f
14091 Author: Stefan Roese <sr@denx.de>
14092 Date:   Thu Jul 10 15:32:32 2008 +0200
14093
14094     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
14095
14096     Signed-off-by: Stefan Roese <sr@denx.de>
14097
14098 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
14099 Author: Grant Erickson <gerickson@nuovations.com>
14100 Date:   Tue Jul 8 08:35:00 2008 -0700
14101
14102     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
14103
14104     This patch adds support for placing the RGMII bridge on the
14105     PPC405EX(r) into MII/GMII mode and allows a board-specific
14106     configuration to specify the bridge mode at compile-time.
14107
14108     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14109     Signed-off-by: Stefan Roese <sr@denx.de>
14110
14111 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
14112 Author: Grant Erickson <gerickson@nuovations.com>
14113 Date:   Wed Jul 9 16:46:35 2008 -0700
14114
14115     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
14116
14117     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
14118     controller registers (MODT and INITPLR) used by the
14119     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
14120     peer values used for the INITPLR MR and EMR registers,
14121     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
14122
14123     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
14124     Kilauea are replaced by equivalent mnemonics to make it easier to
14125     compare and contrast other 405EX(r)-based boards (e.g. during board
14126     bring-up).
14127
14128     Finally, unified the SDRAM controller register dump routine such that
14129     it can be used across all processor variants that utilize the IBM DDR2
14130     SDRAM controller core. It produces output of the form:
14131
14132         PPC4xx IBM DDR2 Register Dump:
14133                 ...
14134                 SDRAM_MB0CF[40] = 0x00006701
14135                 ...
14136
14137     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
14138     since it is not uncommon that the DCR values in header files get mixed
14139     up and it helps to validate, at a glance, they match what is printed
14140     in the user manual.
14141
14142     Tested on:
14143       AMCC Kilauea/Haleakala:
14144       - NFS Linux Boot: PASSED
14145       - NAND Linux Boot: PASSED
14146
14147     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14148     Signed-off-by: Stefan Roese <sr@denx.de>
14149
14150 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
14151 Author: Grant Erickson <gerickson@nuovations.com>
14152 Date:   Wed Jul 9 16:31:59 2008 -0700
14153
14154     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
14155
14156     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
14157     revision ID DCR based on 405EX, and add field mnemonics for bus error
14158     status and ECC error status registers.
14159
14160     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14161     Signed-off-by: Stefan Roese <sr@denx.de>
14162
14163 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
14164 Author: Grant Erickson <gerickson@nuovations.com>
14165 Date:   Wed Jul 9 16:31:36 2008 -0700
14166
14167     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
14168
14169     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
14170
14171     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14172     Signed-off-by: Stefan Roese <sr@denx.de>
14173
14174 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
14175 Author: Grant Erickson <gerickson@nuovations.com>
14176 Date:   Wed Jul 9 11:55:46 2008 -0700
14177
14178     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
14179
14180     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
14181     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
14182     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
14183
14184     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
14185     which causes SDRAM initialization to periodically fail since it can
14186     prematurely indicate SDRAM ready status.
14187
14188     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14189     Signed-off-by: Stefan Roese <sr@denx.de>
14190
14191 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
14192 Author: Feng Kan <fkan@amcc.com>
14193 Date:   Tue Jul 8 22:48:42 2008 -0700
14194
14195     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
14196
14197     Add AMCC Redwood reference board that uses the latest
14198     PPC 464 CPU processor combined with a rich mix of peripheral
14199     controllers. The board will support PCIe, mutiple Gig ethernet
14200     ports, advanced hardware RAID assistance and IEEE 1588.
14201
14202     Signed-off-by: Feng Kan <fkan@amcc.com>
14203     Signed-off-by: Stefan Roese <sr@denx.de>
14204
14205 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
14206 Author: Feng Kan <fkan@amcc.com>
14207 Date:   Tue Jul 8 22:48:07 2008 -0700
14208
14209     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
14210
14211     Signed-off-by: Feng Kan <fkan@amcc.com>
14212     Signed-off-by: Stefan Roese <sr@denx.de>
14213
14214 commit 7d30793685efcada183891c78fc892e6c9ba50c7
14215 Author: Feng Kan <fkan@amcc.com>
14216 Date:   Tue Jul 8 22:47:31 2008 -0700
14217
14218     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
14219
14220     Signed-off-by: Feng Kan <fkan@amcc.com>
14221     Signed-off-by: Stefan Roese <sr@denx.de>
14222
14223 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
14224 Author: Wolfgang Denk <wd@denx.de>
14225 Date:   Fri Jul 11 01:16:00 2008 +0200
14226
14227     Fix some more print() format errors.
14228
14229     Signed-off-by: Wolfgang Denk <wd@denx.de>
14230
14231 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
14232 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14233 Date:   Thu Jul 10 20:57:54 2008 +0200
14234
14235     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
14236
14237     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14238
14239 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
14240 Author: Sergey Lapin <slapin@ossfans.org>
14241 Date:   Thu Jun 5 11:06:29 2008 +0400
14242
14243     DataFlash AT45DB021 support
14244
14245     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
14246     bootstrap, u-boot and its environment, using NAND or other external
14247     storage for kernel and rootfs. This patch adds support for
14248     small 1024x263 chip.
14249
14250     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
14251
14252 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
14253 Author: Kim Phillips <kim.phillips@freescale.com>
14254 Date:   Thu Jul 10 14:00:15 2008 -0500
14255
14256     silence misc printf formatting compiler warnings
14257
14258     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14259
14260 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
14261 Author: Markus Klotzbücher <mk@denx.de>
14262 Date:   Thu Jul 10 14:47:09 2008 +0200
14263
14264     USB: shutdown USB before booting
14265
14266     This patch fixes a potentially serious issue related to USB which was
14267     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
14268     ARM920T. Martin wrote:
14269
14270       Turn off USB to prevent the host controller from writing to the
14271       SDRAM while Linux is booting. This could happen, because the HCCA
14272       (Host Controller Communication Area) lies within the SDRAM and the
14273       host controller writes continously to this area (as busmaster!), for
14274       example to increase the HccaFrameNumber variable, which happens
14275       every 1 ms.
14276
14277     This is a slightly modified version of the patch in order to shutdown
14278     USB when booting on all architectures.
14279
14280     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
14281
14282 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
14283 Author: Martha Marx <mmarx@silicontkx.com>
14284 Date:   Thu May 29 14:23:25 2008 -0400
14285
14286     Configuration changes for ADS5121 Rev 3
14287
14288     ADS5121 Rev 3 board is now the default config
14289
14290     config targets are now
14291
14292     ads5121_config
14293         Rev 3 board with
14294         PCI
14295         M41T62 on board RTC
14296         512MB DRAM
14297
14298     ads5121_rev2_config
14299         Rev 2 board with
14300         No PCI
14301         256MB DRAM
14302
14303     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
14304     Acked-by: Grant Likely <grant.likely@secretlab.ca>
14305     Acked-by: John Rigby <jrigby@freescale.com>
14306
14307 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
14308 Author: Martha Marx <mmarx@silicontkx.com>
14309 Date:   Thu May 29 15:37:21 2008 -0400
14310
14311     Consolidate ADS5121 IO Pin configuration
14312
14313     Consolidate ADS5121 IO Pin configuration to one file
14314     board/ads5121/iopin.c.
14315
14316     Remove pin config from cpu/mpc512x/fec.c
14317
14318     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
14319     Acked-by: Grant Likely <grant.likely@secretlab.ca>
14320     Acked-by: John Rigby <jrigby@freescale.com>
14321
14322 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
14323 Author: Christian Eggers <christian@p2400.wgnetz.xx>
14324 Date:   Fri Jun 27 19:46:51 2008 +0200
14325
14326     Fix "usb part" command
14327
14328     Only print partition for selected device if user supplied the <dev>
14329     arg with the "usb part [dev]" command.
14330
14331     Signed-off-by: Christian Eggers <ceggers@gmx.de>
14332     Acked-by: Markus Klotzbuecher <mk@denx.de>
14333
14334 commit cc83b27217f7380041fea386ddb6d6d9b261617d
14335 Author: Harald Welte <laforge@gnumonks.org>
14336 Date:   Mon Jul 7 00:58:05 2008 +0800
14337
14338     fix USB devices with multiple configurations
14339
14340     This patch fixes bugs in usbdcore*.c related to the use of devices
14341     with multiple configurations.
14342
14343     The original code made mistakes about the meaning of configuration value and
14344     configuration index, and the resulting off-by-one errors resulted in:
14345
14346     * SET_CONFIGURATION always selected the first configuration, no matter what
14347       wValue is being passed.
14348     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
14349       configuration (index 0).
14350
14351     Signed-off-by: Harald Welte <laforge@openmoko.org>
14352     Acked-by: Markus Klotzbuecher <mk@denx.de>
14353
14354 commit 06c53beae1a726e707971c555613f09b270a2461
14355 Author: Wolfgang Denk <wd@denx.de>
14356 Date:   Thu Jul 10 13:16:09 2008 +0200
14357
14358     Fix some more print() format errors.
14359
14360     Signed-off-by: Wolfgang Denk <wd@denx.de>
14361
14362 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
14363 Author: Christian Eggers <christian@p2400.wgnetz.xx>
14364 Date:   Fri Jun 27 19:46:51 2008 +0200
14365
14366     Fix "usb part" command
14367
14368     Only print partition for selected device if user supplied the <dev>
14369     arg with the "usb part [dev]" command.
14370
14371     Signed-off-by: Christian Eggers <ceggers@gmx.de>
14372     Acked-by: Markus Klotzbuecher <mk@denx.de>
14373
14374 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
14375 Author: Harald Welte <laforge@gnumonks.org>
14376 Date:   Mon Jul 7 00:58:05 2008 +0800
14377
14378     fix USB devices with multiple configurations
14379
14380     This patch fixes bugs in usbdcore*.c related to the use of devices
14381     with multiple configurations.
14382
14383     The original code made mistakes about the meaning of configuration value and
14384     configuration index, and the resulting off-by-one errors resulted in:
14385
14386     * SET_CONFIGURATION always selected the first configuration, no matter what
14387       wValue is being passed.
14388     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
14389       configuration (index 0).
14390
14391     Signed-off-by: Harald Welte <laforge@openmoko.org>
14392     Acked-by: Markus Klotzbuecher <mk@denx.de>
14393
14394 commit e870690bdca154943ecadd5212d2d59c1b9d391b
14395 Author: Stefan Roese <sr@denx.de>
14396 Date:   Thu Jul 10 10:10:54 2008 +0200
14397
14398     MTD/NAND: Fix printf format warning in nand code
14399
14400     This patch fixes NAND related printf format warning. Those warnings are
14401     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
14402     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
14403     really helpful.
14404
14405     Signed-off-by: Stefan Roese <sr@denx.de>
14406
14407 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
14408 Author: Stefan Roese <sr@denx.de>
14409 Date:   Thu Jul 10 10:00:45 2008 +0200
14410
14411     rtc: Fix printf format warning in m41t60.c
14412
14413     Signed-off-by: Stefan Roese <sr@denx.de>
14414
14415 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
14416 Author: Stefan Roese <sr@denx.de>
14417 Date:   Tue Jul 8 12:01:47 2008 +0200
14418
14419     pci: Move PCI device configuration check into a separate weak function
14420
14421     This patch moves the check, if a device should be skipped in PCI PNP
14422     configuration into the function pci_skip_dev(). This function is defined
14423     as weak so that it can be overwritten by a platform specific one if
14424     needed. The check if the device should get printed in the PCI summary upon
14425     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
14426     pci_print_dev() which is also defined as weak too.
14427
14428     Signed-off-by: Stefan Roese <sr@denx.de>
14429
14430 commit b002144e1dc21374b1ef5281fe6b5d014af96650
14431 Author: Stefan Roese <sr@denx.de>
14432 Date:   Thu Jul 10 09:58:06 2008 +0200
14433
14434     ppc4xx: Fix printf format warnings now visible with the updated format check
14435
14436     This patch fixes ppc4xx related printf format warning. Those warnings are
14437     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
14438     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
14439     really helpful.
14440
14441     Signed-off-by: Stefan Roese <sr@denx.de>
14442
14443 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
14444 Author: Stefan Roese <sr@denx.de>
14445 Date:   Wed Jul 9 17:33:57 2008 +0200
14446
14447     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
14448
14449     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
14450     To support such configurations, we "only" map the first 2GB via the TLB's. We
14451     need some free virtual address space for the remaining peripherals like, SoC
14452     devices, FLASH etc.
14453
14454     Note that ECC is currently not supported on configurations with more than 2GB
14455     SDRAM. This is because we only map the first 2GB on such systems, and therefore
14456     the ECC parity byte of the remaining area can't be written.
14457
14458     Signed-off-by: Stefan Roese <sr@denx.de>
14459
14460 commit cf1c2ed91df26903b956948f37f82de9e1158a89
14461 Author: Larry Johnson <lrj@acm.org>
14462 Date:   Sat Jun 14 17:02:49 2008 -0400
14463
14464     ppc4xx: Remove implementation of testdram() from Korat board support
14465
14466     Signed-off-by: Larry Johnson <lrj@acm.org>
14467     Signed-off-by: Stefan Roese <sr@denx.de>
14468
14469 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
14470 Author: Larry Johnson <lrj@acm.org>
14471 Date:   Sat Jun 14 16:53:02 2008 -0400
14472
14473     ppc4xx: Update and add FDT to Korat board support
14474
14475     Signed-off-by: Larry Johnson <lrj@acm.org>
14476     Signed-off-by: Stefan Roese <sr@denx.de>
14477
14478 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
14479 Author: Wolfgang Denk <wd@denx.de>
14480 Date:   Thu Jul 10 01:13:30 2008 +0200
14481
14482     Minor coding style cleanup; update CHANGELOG
14483
14484     Signed-off-by: Wolfgang Denk <wd@denx.de>
14485
14486 commit 8915f1189c1d29d8be7f4de325702d90a8988219
14487 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14488 Date:   Wed Jul 9 17:50:45 2008 -0400
14489
14490     e1000: add support for 82545GM 64bit PCI-X copper variant
14491
14492     This PCI-X e1000 variant works by just adding in the correct
14493     PCI IDs in the appropriate places.
14494
14495     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14496
14497 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
14498 Author: Daniel Hellstrom <daniel@gaisler.com>
14499 Date:   Wed Jul 9 12:34:11 2008 +0000
14500
14501     SPARC: Build error fix
14502
14503     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
14504
14505     This patch makes SPARC targets build again. It is caused by
14506     phys_addr_t and phys_size_t being defined in the wrong header
14507     file. include/lmb.h need those typedefs to build.
14508
14509     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14510
14511 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
14512 Author: Marcel Ziswiler <marcel@ziswiler.com>
14513 Date:   Wed Jul 9 08:17:15 2008 +0200
14514
14515     Many spelling fixes in README.
14516
14517     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
14518
14519 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
14520 Author: Marcel Ziswiler <marcel@ziswiler.com>
14521 Date:   Wed Jul 9 08:17:06 2008 +0200
14522
14523     Minor spelling fix in comment.
14524
14525     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
14526
14527 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
14528 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14529 Date:   Tue Jul 8 14:54:58 2008 -0400
14530
14531     Round the serial port clock divisor value returned by calc_divisor()
14532
14533     Round the serial port clock divisor value returned by
14534     calc_divisor().
14535
14536     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14537     Signed-off-by: John Roberts <john.roberts@pwav.com>
14538
14539 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
14540 Author: Scott Wood <scottwood@freescale.com>
14541 Date:   Wed Jul 9 17:47:52 2008 -0500
14542
14543     NAND: ifdef-protect most of nand.h when using legacy NAND.
14544
14545     Some macros such as NAND_CTL_SETALE conflict between current and legacy
14546     NAND, being defined by the subsystem in the former case and the board
14547     config file in the latter.
14548
14549     Signed-off-by: Scott Wood <scottwood@freescale.com>
14550
14551 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
14552 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14553 Date:   Tue Jul 8 11:02:05 2008 -0400
14554
14555     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
14556
14557     ARM: Fix for incorrect version of patch applied when
14558     adding support for the Lyrtech SFF-SDR board.
14559
14560     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14561     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
14562
14563 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
14564 Author: Kyungmin Park <kmpark@infradead.org>
14565 Date:   Tue Jul 8 09:08:40 2008 +0900
14566
14567     Remove useless print message at apollon
14568
14569     Remove useless print message at apollon
14570
14571     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14572
14573 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
14574 Author: Andy Fleming <afleming@freescale.com>
14575 Date:   Mon Jul 7 14:24:39 2008 -0500
14576
14577     Fix LMB type issues
14578
14579     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
14580     of casting problems in the bootm code that called the LMB functions.
14581
14582     Signed-off-by: Andy Fleming <afleming@freescale.com>
14583
14584 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
14585 Author: Kumar Gala <galak@kernel.crashing.org>
14586 Date:   Mon Jul 7 09:39:06 2008 -0500
14587
14588     Fix compiler warnings
14589
14590     gcc-4.3.x generates the following:
14591
14592     bootm.c: In function 'do_bootm_linux':
14593     bootm.c:208: warning: cast from pointer to integer of different size
14594     bootm.c:215: warning: cast from pointer to integer of different size
14595
14596     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14597
14598 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
14599 Author: Harald Welte <laforge@gnumonks.org>
14600 Date:   Mon Jul 7 15:40:39 2008 +0800
14601
14602     Remove code duplication for setting the default environment
14603
14604     common/env_common.c (default_env): new function that resets the environment to
14605                     the default value
14606     common/env_common.c (env_relocate): use default_env instead of own copy
14607     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
14608     include/environment.h: added default_env prototype
14609
14610     Signed-off-by: Werner Almesberger <werner@openmoko.org>
14611     Signed-off-by: Harald Welte <laforge@openmoko.org>
14612
14613 commit 99c2b434d37863df5dda5207a53760c6506fc2be
14614 Author: Marcel Ziswiler <marcel@ziswiler.com>
14615 Date:   Sun Jun 22 16:13:46 2008 +0200
14616
14617     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
14618
14619     The writeenv() and readenv() calls introduced by the recently added bad block
14620     management for environment variables were missing casts therefore producing
14621     compile time warnings.
14622     While at it fixing some typo in a comment and indentation.
14623
14624     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
14625     Signed-off-by: Scott Wood <scottwood@freescale.com>
14626
14627 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
14628 Author: Scott Wood <scottwood@freescale.com>
14629 Date:   Fri Jun 20 12:38:57 2008 -0500
14630
14631     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
14632
14633     This is particularly problematic now that non-NAND-specific code is
14634     including <nand.h>, and thus all debugging code is being compiled
14635     regardless of whether it was requested, as reported by Scott McNutt
14636     <smcnutt@psyent.com>.
14637
14638     Signed-off-by: Scott Wood <scottwood@freescale.com>
14639
14640 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
14641 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14642 Date:   Thu Jun 12 19:27:58 2008 +0200
14643
14644     mmc: Move atmel_mci driver into drivers/mmc
14645
14646     This makes it easier to use the driver on other platforms.
14647
14648     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14649     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14650
14651 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
14652 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14653 Date:   Thu Jun 12 19:27:57 2008 +0200
14654
14655     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
14656
14657     After we move the atmel_mci driver into drivers/mmc, we can't select
14658     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
14659     this driver so that there's no ambiguity.
14660
14661     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14662     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14663
14664 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
14665 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14666 Date:   Thu Jun 12 19:27:56 2008 +0200
14667
14668     Create drivers/mmc subdirectory
14669
14670     In order to consolidate more of the various MMC drivers around the
14671     tree, we must first have a common place to put them.
14672
14673     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14674     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14675
14676 commit b502611b51f02718c2d1117d4981dabceb5af6de
14677 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
14678 Date:   Sun Jul 6 12:30:09 2008 +0200
14679
14680     Change env_get_char from a global function ptr to a function
14681
14682     This avoids an early global data reference.
14683
14684     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14685
14686 commit 27269417ade432189b234d9fbac98b54e37b978c
14687 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
14688 Date:   Sun Jul 6 13:57:58 2008 +0400
14689
14690     Some copy-n-paste fixes in printf usage
14691
14692     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
14693
14694 commit 0e6989b9faf1588e8723535539e88a0df3c71356
14695 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
14696 Date:   Sun Jul 6 13:57:00 2008 +0400
14697
14698     FDT memory and pci node fixes for MPC8260ADS
14699
14700     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
14701
14702 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
14703 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
14704 Date:   Mon Jul 7 06:41:14 2008 -0700
14705
14706     Fix printf errors.
14707
14708     The compiler will help find mismatches between printf formats and
14709     arguments if you let it.  This patch adds the necessary attributes to
14710     declarations in include/common.h, then begins to correct the resulting
14711     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
14712     "%d" and incorrect arguments.  Others were just annoying, like
14713     int-long mismatches on a system where both are 32 bits.  It's worth
14714     fixing the annoying errors to catch the real ones.
14715
14716     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
14717
14718 commit 417faf285b2527acb2de24c5cd3e2621d385408c
14719 Author: Becky Bruce <becky.bruce@freescale.com>
14720 Date:   Wed Jul 9 11:09:41 2008 -0500
14721
14722     Allow print_size to print in GB
14723
14724     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14725
14726 commit e7c374529c87525c9aa463e0557c287887ae4e9e
14727 Author: Jason McMullan <mcmullan@netapp.com>
14728 Date:   Sun Jun 8 23:56:00 2008 -0400
14729
14730     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
14731
14732     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
14733     they are set in the U-Boot environment.
14734
14735     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
14736     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14737
14738 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
14739 Author: Stefan Roese <sr@denx.de>
14740 Date:   Tue Jul 8 12:57:14 2008 +0200
14741
14742     jedec_flash: Fix AM29DL800BB device ID
14743
14744     As pointed out by Jerry Hicks, this patch corrects the device ID of
14745     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
14746     datasheet (rev C4 from Dezember 2006).
14747
14748     Signed-off-by: Stefan Roese <sr@denx.de>
14749
14750 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
14751 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14752 Date:   Mon Jul 7 11:22:37 2008 +0900
14753
14754     sh: Fix compile error sh7763rdp board
14755
14756     Disable SH ether driver.
14757
14758     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14759
14760 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
14761 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14762 Date:   Tue Jul 8 12:03:24 2008 +0900
14763
14764     sh: Fix SH-boards compile error
14765
14766     By Cleanup out-or-tree building for some boards (.depend)
14767     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
14768     because filse ware changed, some SH-boards have compile error.
14769     I revised this problem.
14770
14771     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14772
14773 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
14774 Author: Jason Jin <Jason.jin@freescale.com>
14775 Date:   Tue May 13 11:50:36 2008 +0800
14776
14777     Feed the watchdog in u-boot for 8610 board.
14778
14779     The watchdog on 8610 board is enabled by setting sw[6]
14780     to on. Once enabled, the watchdog can not be disabled
14781     by software. So feed the dog in u-boot is necessary for
14782     normal operation.
14783
14784     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14785
14786 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
14787 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14788 Date:   Wed Jun 18 12:10:33 2008 -0400
14789
14790     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
14791
14792     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
14793
14794     Remove duplicate code in a if/else block in
14795     cpu/arm926ejs/davinci/lxt972.c.
14796     Fixed style issues.
14797
14798     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14799     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14800
14801 commit fec61431a003f5778bafa2624073a571af8bec9f
14802 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14803 Date:   Wed Jun 18 12:10:31 2008 -0400
14804
14805     Remove duplicate definitions in include/lxt971a.h.
14806
14807     Remove duplicate definitions in include/lxt971a.h.
14808
14809     Remove duplicate registers and bits definitions in
14810     include/lxt971a.h for standard MII registers, and
14811     use values in include/miiphy.h instead.
14812
14813     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14814     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14815
14816 commit 9751ee0990f467941da0b095a4e995f863672d7a
14817 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14818 Date:   Wed Jun 11 21:05:00 2008 +0900
14819
14820     net: sh: Renesas SH7763 Ethernet device support
14821
14822     Renesas SH7763 has 2 channel Ethernet device.
14823     This is 10/100/1000 Base support.
14824     But this patch check 10/100 Base only.
14825
14826     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14827     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14828
14829 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
14830 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14831 Date:   Tue Jun 17 16:28:05 2008 +0900
14832
14833     sh: Update Renesas R2DPlus board
14834
14835     New NOR Flash board support and remove old type flash board config.
14836     And Remove network setting from config file.
14837
14838     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14839     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14840
14841 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
14842 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14843 Date:   Tue Jun 17 16:28:01 2008 +0900
14844
14845     sh: Update Renesas R7780MP board
14846
14847     New NOR Flash board support and remove network setting from config file.
14848
14849     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14850     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14851
14852 commit c001cd604e9f133743effbddb1c215b48e761c5a
14853 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14854 Date:   Tue Jun 17 16:27:56 2008 +0900
14855
14856     sh: Update Renesas Migo-R board
14857
14858     Remove network setting from config file.
14859
14860     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14861     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14862
14863 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
14864 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14865 Date:   Tue Jun 17 16:27:52 2008 +0900
14866
14867     sh: Update Hitachi MS7722SE board
14868
14869     Remove network setting from config file.
14870
14871     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14872     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14873
14874 commit 26209e48e8791670c93108029a5c31a30016c6df
14875 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14876 Date:   Tue Jun 17 16:27:48 2008 +0900
14877
14878     sh: Cleanup source code of SH7763RDP
14879
14880     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14881     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14882
14883 commit 5cd5b2c96ef0025762931349d350287aec03ab47
14884 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14885 Date:   Tue Jun 17 16:27:44 2008 +0900
14886
14887     sh: Cleanup source code of R2DPlus
14888
14889     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14890     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14891
14892 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
14893 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14894 Date:   Tue Jun 17 16:27:41 2008 +0900
14895
14896     sh: Cleanup source code of R7780MP
14897
14898     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14899     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14900
14901 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
14902 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14903 Date:   Tue Jun 17 16:27:38 2008 +0900
14904
14905     sh: Cleanup source code of MS7722SE
14906
14907     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14908     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14909
14910 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
14911 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14912 Date:   Tue Jun 17 16:27:34 2008 +0900
14913
14914     sh: Cleanup source code of MS7720SE
14915
14916     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14917     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14918
14919 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
14920 Author: Wolfgang Denk <wd@denx.de>
14921 Date:   Mon Jul 7 00:45:03 2008 +0200
14922
14923     SH: fix out of tree building
14924
14925     Signed-off-by: Wolfgang Denk <wd@denx.de>
14926
14927 commit 9047bfa1e737d787be460387dd6f45737eeceb10
14928 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14929 Date:   Thu Jul 3 23:16:06 2008 +0900
14930
14931     net: smc911x: Fix typo
14932
14933     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14934
14935 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
14936 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
14937 Date:   Wed Jul 2 18:54:08 2008 +0200
14938
14939     update mvBL-M7 board config
14940
14941     update mvBL-M7 config file to use UBOOT_VERSION and define
14942     CONFIG_HIGH_BATS.
14943
14944     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
14945
14946 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
14947 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14948 Date:   Mon Jun 30 17:45:01 2008 +0900
14949
14950     net: fix compile problem in smc911x driver.
14951
14952     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14953     Acked-by: Ben Warren <biggerbadderben@gmail.com>
14954
14955 commit 9fea65a6c469b1b474b27446feb58738baba2d31
14956 Author: Michal Simek <monstr@monstr.eu>
14957 Date:   Tue Jun 24 09:54:09 2008 +0200
14958
14959     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
14960
14961     This change helps with better handling with others
14962     Xilinx based platform.
14963
14964     Signed-off-by: Michal Simek <monstr@monstr.eu>
14965     Acked-by: Stefan Roese <sr@denx.de>
14966
14967 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
14968 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14969 Date:   Tue Jun 17 13:07:11 2008 +0900
14970
14971     net: ne2000: Move dev_addr variable from grobal to local.
14972
14973     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14974     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14975
14976 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
14977 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14978 Date:   Tue Jun 17 13:07:15 2008 +0900
14979
14980     net: ne2000: Fix compile error of NE2000
14981
14982     If enable DEBUG, can not compile ne2000 driver.
14983
14984     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14985     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14986
14987 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
14988 Author: Ben Warren <biggerbadderben@gmail.com>
14989 Date:   Mon Jun 23 22:57:27 2008 -0700
14990
14991     Add mechanisms for CPU and board-specific Ethernet initialization
14992
14993     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
14994     initialization to CPU or board-specific code.  Initial implementation is
14995     only on the Freescale TSEC controller, but others will be added soon.
14996
14997     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14998
14999 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
15000 Author: Wolfgang Denk <wd@denx.de>
15001 Date:   Sun Jul 6 01:21:46 2008 +0200
15002
15003     include/sha256.h: fix file permissions.
15004
15005     Signed-off-by: Wolfgang Denk <wd@denx.de>
15006
15007 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
15008 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
15009 Date:   Tue May 27 11:15:29 2008 +0200
15010
15011     [AT91SAM9] Fix NAND FLASH timings
15012
15013     Fix NAND FLASH timings for at91sam9x evaluation kits.
15014
15015     New timings are based on application note
15016     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
15017     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
15018
15019     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
15020     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15021     Acked-by: Stelian Pop <stelian@popies.net>
15022
15023 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
15024 Author: Stelian Pop <stelian@popies.net>
15025 Date:   Thu May 22 00:15:40 2008 +0200
15026
15027     Fix boot from NOR due to incorrect reset delay.
15028
15029     AT91 RSTC registers are battery-backuped, so their values
15030     are not reset across power cycles. One of those registers,
15031     the AT91_RSTC_MR register, is being modified by U-Boot, in
15032     the ethernet initialisation routine, to generate a 500ms
15033     user reset.
15034
15035     Unfortunately, this value is not being restored afterwards,
15036     causing subsequent resets to also last for 500ms.
15037
15038     This long reset sequence causes problems (at least) in the
15039     boot sequence from NOR: by the time the CPU tries to load
15040     a program from the NOR flash, the latter is still in reset
15041     and not yet available.
15042
15043     Additionaly, this patch fixes a bug in the original code which
15044     caused the reset delay to last for 2s instead of 500ms.
15045
15046     Signed-off-by: Stelian Pop <stelian@popies.net>
15047     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15048
15049 commit f492dd636fbbae529e17533995bc6e5813c007f6
15050 Author: Wolfgang Denk <wd@denx.de>
15051 Date:   Fri Jul 4 20:11:49 2008 +0200
15052
15053     Update CHANGELOG
15054
15055     Signed-off-by: Wolfgang Denk <wd@denx.de>
15056
15057 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
15058 Author: Wolfgang Denk <wd@denx.de>
15059 Date:   Fri Jul 4 20:07:35 2008 +0200
15060
15061     CCM/SCM boards: fix out of tree building
15062
15063     Signed-off-by: Wolfgang Denk <wd@denx.de>
15064
15065 commit ab4c3a490df9a964711556d2a05b0c787db45fde
15066 Author: Wolfgang Denk <wd@denx.de>
15067 Date:   Thu Jul 3 23:22:27 2008 +0200
15068
15069     SCM board: fix build errors.
15070
15071     Signed-off-by: Wolfgang Denk <wd@denx.de>
15072
15073 commit a566466f17ba0e2d2b6c250e77da678fb932470d
15074 Author: Wolfgang Denk <wd@denx.de>
15075 Date:   Thu Jul 3 23:06:36 2008 +0200
15076
15077     IAD210 board: fix ``"ALIGN" redefined'' warning.
15078
15079     Signed-off-by: Wolfgang Denk <wd@denx.de>
15080
15081 commit ad756314797c16fa5dca23e115aab881011f164f
15082 Author: Wolfgang Denk <wd@denx.de>
15083 Date:   Thu Jul 3 23:00:24 2008 +0200
15084
15085     CCM board: fix build errors.
15086
15087     Signed-off-by: Wolfgang Denk <wd@denx.de>
15088
15089 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
15090 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15091 Date:   Wed Jul 2 18:54:08 2008 +0200
15092
15093     update mvBL-M7 board config
15094
15095     update mvBL-M7 config file to use UBOOT_VERSION.
15096
15097     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15098     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15099
15100 commit ced209c50e80c25f13c083099b05044048d21f4f
15101 Author: Wolfgang Denk <wd@denx.de>
15102 Date:   Thu Jul 3 22:39:21 2008 +0200
15103
15104     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
15105
15106     Signed-off-by: Wolfgang Denk <wd@denx.de>
15107
15108 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
15109 Author: Wolfgang Denk <wd@denx.de>
15110 Date:   Thu Jul 3 22:34:08 2008 +0200
15111
15112     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
15113
15114     Signed-off-by: Wolfgang Denk <wd@denx.de>
15115
15116 commit 730f298485984b011b6ee8f4acb511cb45a843dd
15117 Author: Wolfgang Denk <wd@denx.de>
15118 Date:   Thu Jul 3 22:04:17 2008 +0200
15119
15120     lmb: fix "implicit declaration of function 'lmb_free'" warning
15121
15122     Signed-off-by: Wolfgang Denk <wd@denx.de>
15123
15124 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
15125 Author: Wolfgang Denk <wd@denx.de>
15126 Date:   Wed Jul 2 23:53:23 2008 +0200
15127
15128     Cleanup: remove redundant deleting on *~ files
15129
15130     Signed-off-by: Wolfgang Denk <wd@denx.de>
15131
15132 commit c8a3b109f07f02342d097b30908965f7261d9f15
15133 Author: Wolfgang Denk <wd@denx.de>
15134 Date:   Wed Jul 2 23:49:18 2008 +0200
15135
15136     Cleanup out-or-tree building for some boards (.depend)
15137
15138     Signed-off-by: Wolfgang Denk <wd@denx.de>
15139
15140 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
15141 Author: Wolfgang Denk <wd@denx.de>
15142 Date:   Wed Jul 2 23:38:50 2008 +0200
15143
15144     Cleanup: fix out-of-tree building for some boards
15145
15146     Signed-off-by: Wolfgang Denk <wd@denx.de>
15147
15148 commit 461fa68d20861811487944d22291db5a13410e20
15149 Author: Wolfgang Denk <wd@denx.de>
15150 Date:   Wed Jul 2 23:00:14 2008 +0200
15151
15152     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
15153
15154     Signed-off-by: Wolfgang Denk <wd@denx.de>
15155
15156 commit 5981ebd32017e062b08aa6747cf591276f2db779
15157 Author: Detlev Zundel <dzu@denx.de>
15158 Date:   Fri Jun 20 22:26:24 2008 +0200
15159
15160     fdt: Fix typo in variable name.
15161
15162     Signed-off-by: Detlev Zundel <dzu@denx.de>
15163
15164 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
15165 Author: Gary Jennejohn <garyj@denx.de>
15166 Date:   Thu Jun 19 11:11:19 2008 +0200
15167
15168     Add logos for RRvision board
15169
15170     Signed-off-by: Gary Jennejohn <garyj@denx.de>
15171
15172 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
15173 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
15174 Date:   Wed Jun 18 11:03:57 2008 +0200
15175
15176     mpc8260: add fdt_fixup_ethernet support
15177
15178     Add support for updating mac-address and local-mac-address in fdt for
15179     all MPC8260 targets.
15180
15181     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
15182
15183 commit f6a69559d64498a04e1e0b087a9b920e5775f866
15184 Author: Steven A. Falco <sfalco@harris.com>
15185 Date:   Thu Jun 12 13:24:42 2008 -0400
15186
15187     cmd_nvedit.c: clean up syntax highlighting
15188
15189     My text-editor (vim) has a bit of trouble syntax-highlighting the
15190     cmd_nvedit.c file, because it apparently does not parse C
15191     ifdef/else/endif. The following patch does not change the behavior of
15192     the code at all, but does allow the editor to properly
15193     syntax-highlight the file.
15194
15195     Signed-off-by: Steve Falco <sfalco@harris.com>
15196
15197 commit 75678c807a6272ecc5541eb32898c93887f08400
15198 Author: Steven A. Falco <sfalco@harris.com>
15199 Date:   Thu Jun 12 13:22:12 2008 -0400
15200
15201     Make setenv() return status
15202
15203     Currently, the setenv function does not return an error code.
15204     This patch allows to test for errors.
15205
15206     Signed-off-by: Steve Falco <sfalco@harris.com>
15207
15208 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
15209 Author: Kumar Gala <galak@kernel.crashing.org>
15210 Date:   Wed Jun 11 10:14:06 2008 -0500
15211
15212     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
15213
15214     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
15215     and fls is used to implement them.
15216
15217     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15218
15219 commit 83002a77cbdf383015ca384eff5fa31722d8e571
15220 Author: Magnus Lilja <lilja.magnus@gmail.com>
15221 Date:   Mon Jun 9 22:58:48 2008 +0200
15222
15223     i.MX31: Cleanup comments in lowlevel_init.S.
15224
15225     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
15226
15227 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
15228 Author: Ben Warren <biggerbadderben@gmail.com>
15229 Date:   Sun Jun 8 23:28:33 2008 -0700
15230
15231     Move conditional compilation of MPC8XXX SPI driver to Makefile
15232
15233     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15234
15235 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
15236 Author: Juergen Kilb <J.Kilb@gmx.de>
15237 Date:   Sun Jun 8 17:59:53 2008 +0200
15238
15239     i.MX31: fixed CTRL-C detection
15240
15241     The Register URXD contains status information in bits [15..8].
15242     With status bit 15 set, CTRL-C was reported as 0x8003 instead
15243     of 0x03. Therefore CTRL-C was not detected.
15244     To solve this, bits [15..8] were masked out now.
15245
15246     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
15247     Acked-by: Felix Radensky <felix@embedded-sol.com>
15248
15249 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
15250 Author: Stefan Roese <sr@denx.de>
15251 Date:   Tue Jul 1 17:03:19 2008 +0200
15252
15253     ppc4xx: Fix 460EX/GT PCIe port initialization
15254
15255     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
15256     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
15257     this out.
15258
15259     Signed-off-by: Stefan Roese <sr@denx.de>
15260
15261 commit b571afde0295b007a45055ee49f8822c753a5651
15262 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15263 Date:   Sat Jun 7 12:29:52 2008 +0200
15264
15265     add SHA256 support
15266
15267     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15268     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
15269
15270 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
15271 Author: Marian Balakowicz <m8@semihalf.com>
15272 Date:   Fri Jun 6 23:07:40 2008 +0200
15273
15274     Delay FIT format check on sector based devices
15275
15276     Global FIT image operations like format check cannot be performed on
15277     a first sector data, defer them to the point when whole FIT image was
15278     uploaded to a system RAM.
15279
15280     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15281     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
15282     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
15283
15284 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
15285 Author: Dave Liu <r63238@freescale.com>
15286 Date:   Tue Jun 3 17:38:19 2008 +0800
15287
15288     sata: wait for device updating signature to host
15289
15290     The driver need wait for the device updating signature to host.
15291     If we don't wait for it, the driver can not detect the device(disk)
15292     when the system powers up.
15293
15294     Signed-off-by: Dave Liu <daveliu@freescale.com>
15295
15296 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
15297 Author: Stefan Roese <sr@denx.de>
15298 Date:   Sat Jun 28 14:56:17 2008 +0200
15299
15300     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
15301
15302     This patch implements a fix provided by AMCC so that the lockup upon
15303     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
15304     anymore:
15305
15306     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
15307     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
15308     USB 2.0 host and SATA.
15309
15310     This errata is not officially available yet. I'll update the comment
15311     to add the errata number later.
15312
15313     Signed-off-by: Stefan Roese <sr@denx.de>
15314
15315 commit 8b616edb118e37d05f6401389eaee1c636b22828
15316 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
15317 Date:   Mon Jun 2 16:42:19 2008 -0400
15318
15319     serial_pl010.c: add watchdog support
15320
15321     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
15322
15323 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
15324 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
15325 Date:   Mon Jun 2 16:40:08 2008 -0400
15326
15327     jffs2_1pass.c: add watchdog support
15328
15329     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
15330
15331 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
15332 Author: Sascha Laue <sascha.laue@liebherr.com>
15333 Date:   Fri May 30 09:48:14 2008 +0200
15334
15335     Configure DSP POST; add watchdog reset to diag command
15336
15337     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
15338
15339 commit f13526517859bf6b573e23ff47199e107d1009b5
15340 Author: Tor Krill <tor@excito.com>
15341 Date:   Thu May 29 10:40:17 2008 +0200
15342
15343     Add sata sil3114 support
15344
15345     Signed-off-by: Tor Krill <tor@excito.com>
15346
15347 commit e093a247628228100f405b6d7f6b1bfc16141938
15348 Author: Wolfgang Denk <wd@denx.de>
15349 Date:   Sat Jun 28 23:34:37 2008 +0200
15350
15351     Coding Style Cleanup
15352
15353     Signed-off-by: Wolfgang Denk <wd@denx.de>
15354
15355 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
15356 Author: Wolfgang Denk <wd@denx.de>
15357 Date:   Sat Jun 28 23:16:01 2008 +0200
15358
15359     Update CHANGELOG
15360
15361     Signed-off-by: Wolfgang Denk <wd@denx.de>
15362
15363 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
15364 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15365 Date:   Wed May 21 13:58:41 2008 -0400
15366
15367     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
15368
15369     This patch adds support for the Lyrtech SFF-SDR board,
15370     based on the TI DaVinci architecture (ARM926EJS).
15371
15372     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15373     Signed-off-by: Philip Balister <philip@balister.org>
15374     Signed-off-by: Wolfgang Denk <wd@denx.de>
15375
15376 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
15377 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15378 Date:   Thu May 22 11:09:59 2008 +0200
15379
15380     MMC: Consolidate MMC/SD command definitions
15381
15382     This moves the MMC and SD Card command definitions from
15383     include/asm/arch/mmc.h into include/mmc.h. These definitions are
15384     given by the MMC and SD Card standards, not by any particular
15385     architecture.
15386
15387     There's a lot more room for consolidation in the MMC drivers which
15388     I'm hoping to get done eventually, but this patch is a start.
15389
15390     Compile-tested for all avr32 boards as well as lpc2292sodimm and
15391     lubbock. This should cover all three mmc drivers in the tree.
15392
15393     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15394
15395 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
15396 Author: Kyungmin Park <kmpark@infradead.org>
15397 Date:   Wed May 21 14:38:08 2008 +0900
15398
15399     Use better Ethernet timings for apollon board
15400
15401     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
15402
15403 commit 41c5eaa7253ed82bbae1eda5667755872c615164
15404 Author: Andy Fleming <afleming@freescale.com>
15405 Date:   Mon Jun 16 13:58:56 2008 -0500
15406
15407     Resize device tree to allow space for board changes and the chosen node
15408
15409     Current code requires that a compiled device tree have space added to the end to
15410     leave room for extra nodes added by board code (and the chosen node).  This
15411     requires that device tree creators anticipate how much space U-Boot will add to
15412     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
15413     tree when it needed more space, but this would require a systemic change to the
15414     fdt code, which is non-trivial.  Instead, we resize the tree inside
15415     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
15416     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
15417
15418     Signed-off-by: Andy Fleming <afleming@freescale.com>
15419
15420 commit 7570a9941fc565922078679a72d246fe208d696d
15421 Author: Andy Fleming <afleming@freescale.com>
15422 Date:   Mon Jun 16 13:58:55 2008 -0500
15423
15424     Fix an underflow bug in __lmb_alloc_base
15425
15426     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
15427     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
15428     merely updates __lmb_alloc_base to resemble the current version in Linux.
15429
15430     Signed-off-by: Andy Fleming <afleming@freescale.com>
15431
15432 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
15433 Author: Andy Fleming <afleming@freescale.com>
15434 Date:   Mon Jun 16 13:58:54 2008 -0500
15435
15436     Add lmb_free
15437
15438     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
15439     lmb_reserve to temporarily reserve some memory.
15440
15441     Signed-off-by: Andy Fleming <afleming@freescale.com>
15442
15443 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
15444 Author: Andy Fleming <afleming@freescale.com>
15445 Date:   Mon Jun 16 13:58:53 2008 -0500
15446
15447     Add ALIGN() macro
15448
15449     ALIGN() returns the smallest aligned value greater than the passed
15450     in address or size.  Taken from Linux.
15451
15452     Signed-off-by: Andy Fleming <afleming@freescale.com>
15453
15454 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
15455 Author: Stefan Roese <sr@denx.de>
15456 Date:   Tue Jun 24 17:15:22 2008 +0200
15457
15458     ppc4xx: Fix compilation problems with phys_size_t
15459
15460     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
15461     board specific files where it has been missing.
15462
15463     Signed-off-by: Stefan Roese <sr@denx.de>
15464
15465 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
15466 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15467 Date:   Mon May 19 12:26:38 2008 +0200
15468
15469     Conditionally add -fno-stack-protector to CFLAGS
15470
15471     When compile-testing on powerpc, I get errors like this:
15472
15473     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
15474
15475     This seems to be because -fstack-protector is on by default, so
15476     let's explicitly disable it on all architectures that support the
15477     option.
15478
15479     The Ubuntu toolchain is affected by this problem, and according to
15480     Mike Frysinger, Gentoo has been running with SSP enabled for years.
15481     More and more distros are turning SSP on by default, so this problem
15482     is likely to get worse in the future.
15483
15484     Also, powerpc just happens to be one of the arches I do
15485     compile-testing on. There may be other arches affected by this too.
15486
15487     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15488
15489 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
15490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15491 Date:   Sun May 18 19:09:52 2008 +0200
15492
15493     pcmcia/ti_pci1410a: Move compile condition to the Makefile
15494
15495     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15496
15497 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
15498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15499 Date:   Sun May 18 19:09:51 2008 +0200
15500
15501     pxa_pcmcia: Move compile condition to the Makefile
15502
15503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15504
15505 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
15506 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15507 Date:   Sun May 18 19:09:50 2008 +0200
15508
15509     marabun_pcmcia: Move compile condition to the Makefile
15510
15511     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15512
15513 commit 6a19c46cae43c16c528eddefae3db97134f1915d
15514 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15515 Date:   Mon Jun 23 13:25:34 2008 +0200
15516
15517     fix non-working mvBL-M7
15518
15519     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
15520
15521     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15522     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15523
15524 commit 846f1574ddddeda2bc227655e687308695f41cdc
15525 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15526 Date:   Mon Jun 23 11:40:56 2008 +0200
15527
15528     fix system config overwrite @ MPC834x and MPC8313
15529
15530     During 83xx setup the "System I/O configuration register high" gets
15531     overwritten with user defined value if CFG_SICRH is defined.
15532
15533     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
15534     must keep their reset value regardless of configuration.
15535
15536     On my board (using RGMII) those bits are set after reset - yet it's
15537     unclear where they come from.
15538
15539     The patch keeps both bits on MPC834x and MPC8313.
15540
15541     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15542     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15543
15544 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
15545 Author: Kim Phillips <kim.phillips@freescale.com>
15546 Date:   Tue Jun 17 17:45:27 2008 -0500
15547
15548     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
15549
15550     to avoid this:
15551
15552     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
15553     In file included from cpu.c:33:
15554     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
15555
15556     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15557
15558 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
15559 Author: Stefan Roese <sr@denx.de>
15560 Date:   Mon Jun 23 11:15:09 2008 +0200
15561
15562     ppc4xx: Fix problem in gpio_config()
15563
15564     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
15565     left by one. So the additional shift is bogus.
15566
15567     Signed-off-by: Stefan Roese <sr@denx.de>
15568
15569 commit 40777812316fc252c941665c0f60c148fd79d50f
15570 Author: Detlev Zundel <dzu@denx.de>
15571 Date:   Fri Jun 20 22:24:05 2008 +0200
15572
15573     fdt: Fix typo in variable name.
15574
15575     Signed-off-by: Detlev Zundel <dzu@denx.de>
15576
15577 commit 5f723a3b98c630bde33de74351f2121691fdef14
15578 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15579 Date:   Fri Jun 20 10:41:05 2008 +0200
15580
15581     avr32: Enable SPI flash support on ATNGW100
15582
15583     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
15584     the new SPI flash framework.
15585
15586     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15587
15588 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
15589 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15590 Date:   Fri Jun 20 12:44:28 2008 +0200
15591
15592     avr32: Fix SPI portmux initialization
15593
15594     Use the new GPIO manipulation functions to set up the chip select lines,
15595     and make sure both busses use GPIO for chip select control.
15596
15597     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15598
15599 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
15600 Author: Peter Ma <pma@mediamatech.com>
15601 Date:   Sun Jun 1 22:59:24 2008 -0700
15602
15603     avr32: Add GPIO manipulation functions
15604
15605     Adds GPIO manipulation functions for AVR32 AP7 platform.
15606
15607     Signed-off-by: Peter Ma <pma@mediamatech.com>
15608     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
15609     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15610
15611 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
15612 Author: Wolfgang Grandegger <wg@grandegger.com>
15613 Date:   Thu Jun 5 13:02:30 2008 +0200
15614
15615     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
15616
15617     This patch is based on the following patch sent a few minutes ago:
15618     "NAND FSL UPM: driver re-write using the hwcontrol callback"
15619     It is untested, of course. Anton, could you please give it a try.
15620
15621     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15622     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15623
15624 commit 96026d42fa4e646d28318c0a1438aac4b2017909
15625 Author: Anatolij Gustschin <agust@denx.de>
15626 Date:   Thu Jun 12 12:40:11 2008 +0200
15627
15628     Fix 4xx build issue
15629
15630     Building for 4xx doesn't work since commit 4dbdb768:
15631
15632     In file included from 4xx_pcie.c:28:
15633     include/asm/processor.h:971: error: expected ')' before 'ver'
15634     make[1]: *** [4xx_pcie.o] Error 1
15635
15636     This patch fixes the problem.
15637
15638     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15639     Acked-by: Stefan Roese <sr@denx.de>
15640     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15641
15642 commit a036b0443657fe0f4773786de9092251869f08ac
15643 Author: Kumar Gala <galak@kernel.crashing.org>
15644 Date:   Thu Jun 19 01:45:50 2008 -0500
15645
15646     MPC8610HPCD: Report board id, board version and fpga version.
15647
15648     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15649
15650 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
15651 Author: Kumar Gala <galak@kernel.crashing.org>
15652 Date:   Thu Jun 19 01:45:27 2008 -0500
15653
15654     MPC8641HPCN: Report board id, board version and fpga version.
15655
15656     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15657
15658 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
15659 Author: Stefan Roese <sr@denx.de>
15660 Date:   Mon Jun 16 10:40:02 2008 +0200
15661
15662     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
15663
15664     This patch simplifies flash_toggle() (AMD commandset), which is used to
15665     detect if a FLASH device is still busy with erase/program operations. On
15666     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
15667     did not detect the busy state reliably, resulting in non erased sectors
15668     etc. This patch now simplifies this function by "just" comparing the
15669     complete data-word instead of ANDing it with the command-word (0x40)
15670     before the compatison. It is done the same way in the Linux implementation
15671     chip_ready() in cfi_cmdset_0002.c.
15672
15673     Signed-off-by: Stefan Roese <sr@denx.de>
15674
15675 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
15676 Author: Philip Balister <philip@balister.org>
15677 Date:   Mon Jun 16 08:58:07 2008 -0400
15678
15679     NAND: Add missing declaration to non-redundant saveenv().
15680
15681     Signed-off-by: Scott Wood <scottwood@freescale.com>
15682
15683 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
15684 Author: Wolfgang Grandegger <wg@grandegger.com>
15685 Date:   Mon Jun 2 15:09:55 2008 +0200
15686
15687     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
15688
15689     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15690     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15691     Signed-off-by: Scott Wood <scottwood@freescale.com>
15692
15693 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
15694 Author: Stefan Roese <sr@denx.de>
15695 Date:   Tue Jun 10 15:34:11 2008 +0200
15696
15697     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
15698
15699     This patch disables the square wave output of the M41T62 RTC used on
15700     Canyonlands & Glacier. Here the explanation:
15701
15702     The serial real-time clock part used in the design is an
15703     STMicro M41T62. This part has a full-time 32KHz square wave
15704     output that is connected to the TmrClk input to the
15705     processor. The default state for this square wave output is
15706     enabled so the output runs continuously when the board is
15707     powered normally and also from the battery. The TmrClk input
15708     to the processor goes to ground when the power is removed
15709     from the board/processor, and therefore the running square
15710     wave output is driving ground which drains the battery quickly.
15711
15712     Signed-off-by: Stefan Roese <sr@denx.de>
15713
15714 commit a94f22f08f280905926219e568568964cb9eeb9d
15715 Author: Andy Fleming <afleming@freescale.com>
15716 Date:   Wed Jun 11 18:10:20 2008 -0500
15717
15718     Fix build issue with string.h and linux/string.h
15719
15720     This commit:
15721     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
15722     Author: Wolfgang Denk <wd@denx.de>
15723     Date:   Fri Jun 6 14:28:14 2008 +0200
15724
15725         tools/mkimage: fix compiler warnings on some systems.
15726
15727     Broke building on some systems, because the host's string.h was interfering
15728     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
15729     we're building for the host, so now we only include when building inside
15730     u-boot.
15731
15732     Signed-off-by: Andy Fleming <afleming@freescale.com>
15733
15734 commit 9973e3c614721bbf169882ffc3be266a6611cd60
15735 Author: Becky Bruce <becky.bruce@freescale.com>
15736 Date:   Mon Jun 9 16:03:40 2008 -0500
15737
15738     Change initdram() return type to phys_size_t
15739
15740     This patch changes the return type of initdram() from long int to phys_size_t.
15741     This is required for a couple of reasons: long int limits the amount of dram
15742     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
15743     size of physical memory.  phys_size_t is defined as an unsigned long on almost
15744     all current platforms.
15745
15746     This patch *only* changes the return type of the initdram function (in
15747     include/common.h, as well as in each board's implementation of initdram).  It
15748     does not actually modify the code inside the function on any of the platforms;
15749     platforms which wish to support more than 2GB of DRAM will need to modify
15750     their initdram() function code.
15751
15752     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
15753     MPC8641HPCN.
15754
15755     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15756
15757 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
15758 Author: Becky Bruce <becky.bruce@freescale.com>
15759 Date:   Mon Jun 9 20:37:18 2008 -0500
15760
15761     Change lmb to use phys_size_t/phys_addr_t
15762
15763     This updates the lmb code to use phys_size_t
15764     and phys_addr_t instead of unsigned long.  Other code
15765     which interacts with this code, like getenv_bootm_size()
15766     is also updated.
15767
15768     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
15769
15770     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15771
15772 commit 61b09fc2952dc636017df4e7970e3de132276ba1
15773 Author: Becky Bruce <becky.bruce@freescale.com>
15774 Date:   Mon Jun 9 20:37:17 2008 -0500
15775
15776     Change print_size to take phys_size_t
15777
15778     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15779
15780 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
15781 Author: Becky Bruce <becky.bruce@freescale.com>
15782 Date:   Mon Jun 9 20:37:16 2008 -0500
15783
15784     Change bd/gd memsize/ram_size to be phys_size_t.
15785
15786     Currently, both are defined as an unsigned long, but
15787     should be phys_size_t. This should result in no real change,
15788     since phys_size_t is currently an unsigned long for all the
15789     default configs.  Also add print_lnum to cmd_bdinfo to deal
15790     with the potentially wider memsize.
15791
15792     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15793
15794 commit ba04f7010958e88a8910f2a123fee53fdc72e013
15795 Author: Kumar Gala <galak@kernel.crashing.org>
15796 Date:   Tue Jun 10 16:16:02 2008 -0500
15797
15798     FSL LAW: Add new interface to use the last free LAW
15799
15800     LAWs have the concept of priority so its useful to be able to allocate
15801     the lowest (highest number) priority.  We will end up using this with the
15802     new DDR code.
15803
15804     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15805
15806 commit 859a86a25c569d3665ff413d1d923394b8a961f3
15807 Author: Kumar Gala <galak@kernel.crashing.org>
15808 Date:   Wed Jun 11 00:51:45 2008 -0500
15809
15810     85xx/86xx: Move to dynamic mgmt of LAWs
15811
15812     With the new LAW interface (set_next_law) we can move to letting the
15813     system allocate which LAWs are used for what purpose.  This makes life
15814     a bit easier going forward with the new DDR code.
15815
15816     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15817     Signed-off-by: Andy Fleming <afleming@freescale.com>
15818     Acked-by: Jon Loeliger <jdl@freescale.com>
15819     Acked-by: Becky Bruce <becky.bruce@freescale.com>
15820
15821 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
15822 Author: Kumar Gala <galak@kernel.crashing.org>
15823 Date:   Wed Jun 11 00:44:10 2008 -0500
15824
15825     FSL LAW: Keep track of LAW allocations
15826
15827     Make it so we keep track of which LAWs have allocated and provide
15828     a function (set_next_law) which can allocate a LAW for us if one is
15829     free.
15830
15831     In the future we will move to doing more "dynamic" LAW allocation
15832     since the majority of users dont really care about what LAW number
15833     they are at.
15834
15835     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
15836
15837     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15838     Signed-off-by: Andy Fleming <afleming@freescale.com>
15839
15840 commit ddde74a159caa6e18b481fec01d40b885aebb566
15841 Author: Kumar Gala <galak@kernel.crashing.org>
15842 Date:   Mon Jun 9 22:31:57 2008 -0500
15843
15844     85xx: remove dummy board_early_init_f
15845
15846     A number of board ports have empty version of board_early_init_f
15847     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
15848
15849     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15850
15851 commit 81e56e9af0d43712db8efb843606a8d62eab454f
15852 Author: Kumar Gala <galak@kernel.crashing.org>
15853 Date:   Mon Jun 9 18:55:38 2008 -0500
15854
15855     MPC8544DS: Update config.h
15856
15857     * Enable flash progress
15858     * remove CLEAR_LAW0 since we dont really use it
15859
15860     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15861
15862 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
15863 Author: Kumar Gala <galak@kernel.crashing.org>
15864 Date:   Mon Jun 9 13:37:24 2008 -0500
15865
15866     85xx: Remove unused and unconfigured memory test code.
15867
15868     Remove unused and unconfigured DDR test code from FSL 85xx boards.
15869     Besides, other common code exists.
15870
15871     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15872
15873 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
15874 Author: Sergei Poselenov <sposelenov@emcraft.com>
15875 Date:   Fri Jun 6 15:42:45 2008 +0200
15876
15877     Socrates: Added FPGA base address update in FDT.
15878
15879     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15880
15881 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
15882 Author: Sergei Poselenov <sposelenov@emcraft.com>
15883 Date:   Fri Jun 6 15:42:44 2008 +0200
15884
15885     Socrates: NAND support added. Changed the U-Boot base address and
15886
15887     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15888
15889 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
15890 Author: Sergei Poselenov <sposelenov@emcraft.com>
15891 Date:   Fri Jun 6 15:42:43 2008 +0200
15892
15893     NAND: Added support for 128-bit OOB, adapted
15894
15895     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15896
15897 commit 31ca0208612f2eb57690110d7c2815953650e47b
15898 Author: Sergei Poselenov <sposelenov@emcraft.com>
15899 Date:   Fri Jun 6 15:42:42 2008 +0200
15900
15901     Socrates: added missed file with UPMA configuration data.
15902
15903     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
15904
15905 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
15906 Author: Sergei Poselenov <sposelenov@emcraft.com>
15907 Date:   Fri Jun 6 15:42:41 2008 +0200
15908
15909     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
15910
15911     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15912
15913 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
15914 Author: Sergei Poselenov <sposelenov@emcraft.com>
15915 Date:   Fri Jun 6 15:42:40 2008 +0200
15916
15917     Added the upmconfig() function for 85xx.
15918
15919     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15920     Signed-off-by: Andy Fleming <afleming@freescale.com>
15921
15922 commit d39e68514ff943930ee692cff3fde03532eb7fec
15923 Author: Sergei Poselenov <sposelenov@emcraft.com>
15924 Date:   Fri Jun 6 15:42:39 2008 +0200
15925
15926     Socrates: config file cleanup.
15927
15928     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15929
15930 commit e8cc3f04b124f757af4528206e60d8eb715ae083
15931 Author: Wolfgang Grandegger <wg@grandegger.com>
15932 Date:   Thu Jun 5 13:12:10 2008 +0200
15933
15934     TQM85xx: Change memory map to support Flash memory > 128 MiB
15935
15936     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
15937     memory. The current memory map only supports up to 128 MiB Flash.
15938     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
15939     set, up to 1 GiB flash is supported. To achieve this, the memory
15940     map has to be adjusted in great parts (for example the CCSRBAR is
15941     moved from 0xE0000000 to 0xA0000000).
15942
15943     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
15944     memory map also has to be considered in the kernel (changed
15945     CCSRBAR address, changed PCI IO base address, ...). Please use
15946     an appropriate Flat Device Tree blob (tqm8548.dtb).
15947
15948     Signed-off-by: Martin Krause <martin.krause@tqs.de>
15949     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15950
15951 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
15952 Author: Wolfgang Grandegger <wg@grandegger.com>
15953 Date:   Thu Jun 5 13:12:09 2008 +0200
15954
15955     TQM85xx: NAND support via local bus UPMB
15956
15957     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
15958     default and can be enabled for the TQM8548 modules. It is now based on
15959     the re-written FSL NAND UPM driver. A patch has been posted earlier today
15960     with the subject:
15961
15962     "NAND FSL UPM: driver re-write using the hwcontrol callback"
15963
15964     Note that the R/B pin is not supported by that module requiring to use
15965     the specified maximum delay time.
15966
15967     Note: With NAND support enabled the size of the U-Boot image exceeds
15968     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
15969     doubling the image size :-(.
15970
15971     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
15972     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15973
15974 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
15975 Author: Wolfgang Grandegger <wg@grandegger.com>
15976 Date:   Thu Jun 5 13:12:08 2008 +0200
15977
15978     TQM8548: PCI express support
15979
15980     This patch adds support for PCI express cards. The board support
15981     now uses common FSL PCI init code, for both, PCI and PCIe on all
15982     TQM85xx modules.
15983
15984     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
15985     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15986
15987 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
15988 Author: Wolfgang Grandegger <wg@grandegger.com>
15989 Date:   Thu Jun 5 13:12:07 2008 +0200
15990
15991     TQM8548: Basic support for the TQM8548 modules
15992
15993     This patch adds basic support for the TQM8548 module from TQ-Components
15994     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
15995     eTSEC 3 and 4
15996
15997     Furthermore Flash buffer write has been enabled to speed up output to
15998     the Flash by approx. a factor of 10.
15999
16000     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
16001     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16002
16003 commit 25991353204c78b094c3c1fec90182dcd607ab8f
16004 Author: Wolfgang Grandegger <wg@grandegger.com>
16005 Date:   Thu Jun 5 13:12:06 2008 +0200
16006
16007     TQM85xx: Support for Flat Device Tree
16008
16009     This patch adds support for Linux kernels using the Flat Device Tree.
16010     It also re-defines the default environment settings for booting Linux
16011     with the FDT blob.
16012
16013     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16014
16015 commit d9ee843d54c54776e1fdb86336ce554906a87331
16016 Author: Wolfgang Grandegger <wg@grandegger.com>
16017 Date:   Thu Jun 5 13:12:05 2008 +0200
16018
16019     TQM85xx: Support for Intel 82527 compatible CAN controller
16020
16021     This patch adds initialization of the UPMC RAM to support up to two
16022     Intel 82527 compatible CAN controller on the TQM85xx modules.
16023
16024     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
16025     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16026
16027 commit 518d5cfe72916323c746af1647764459914f555f
16028 Author: Wolfgang Grandegger <wg@grandegger.com>
16029 Date:   Thu Jun 5 13:12:04 2008 +0200
16030
16031     TQM85xx: Bugfix in the SDRAM initialisation
16032
16033     The CS0_BNDS register is now set according to the detected
16034     memory size.
16035
16036     Signed-off-by Martin Krause <martin.krause@tqs.de>
16037
16038 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
16039 Author: Wolfgang Grandegger <wg@grandegger.com>
16040 Date:   Thu Jun 5 13:12:03 2008 +0200
16041
16042     TQM85xx: Fix chip select configuration for second FLASH bank
16043
16044     This patch fixes the re-calculation of the automatic chip select
16045     configuration for boards with two populated FLASH banks.
16046
16047     Signed-off-by: Martin Krause <martin.krause@tqs.de>
16048
16049 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
16050 Author: Wolfgang Grandegger <wg@grandegger.com>
16051 Date:   Thu Jun 5 13:12:02 2008 +0200
16052
16053     TQM85xx: Support for Spansion 'N' type flashes added
16054
16055     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
16056     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
16057     needs to be changed -> new start address of the environment. The macro
16058     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
16059     defined for boards with 'N' type flashes.
16060
16061     Signed-off-by: Martin Krause <martin.krause@tqs.de>
16062     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16063
16064 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
16065 Author: Wolfgang Grandegger <wg@grandegger.com>
16066 Date:   Thu Jun 5 13:12:01 2008 +0200
16067
16068     TQM85xx: Fix CPM port pin configuration
16069
16070     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
16071     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
16072     as serial interface anyway. Worse, on some board variants configuring the
16073     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
16074
16075     Signed-off-by: Martin Krause <martin.krause@tqs.de>
16076
16077 commit b99ba1679e8cd51b023e67098c89e606e47137d2
16078 Author: Wolfgang Grandegger <wg@grandegger.com>
16079 Date:   Thu Jun 5 13:12:00 2008 +0200
16080
16081     TQM85xx: Various coding style fixes
16082
16083     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16084
16085 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
16086 Author: Gerald Van Baren <vanbaren@cideas.com>
16087 Date:   Tue Jun 10 22:15:58 2008 -0400
16088
16089     libfdt: Move the working_fdt pointer to cmd_fdt.c
16090
16091     The working_fdt pointer was declared in common/fdt_support.c but was
16092     not used there.  Move it to common/cmd_fdt.c where it is used (it is
16093     also used in lib_ppc/bootm.c).
16094
16095     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16096
16097 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
16098 Author: Kim Phillips <kim.phillips@freescale.com>
16099 Date:   Tue Jun 10 11:06:17 2008 -0500
16100
16101     fdt: unshadow global working fdt variable
16102
16103     differentiate with local variables of the same name by renaming the
16104     global 'fdt' variable 'working_fdt'.
16105
16106     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16107
16108 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
16109 Author: Andy Fleming <afleming@freescale.com>
16110 Date:   Tue Jun 10 18:49:34 2008 -0500
16111
16112     socrates: Fix PCI clk fix patch
16113
16114     The submitted patch seems to have been more up-to-date, but an older patch was
16115     already in the repository.  This patch encompasses the differences
16116
16117     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
16118
16119     Signed-off-by: Andy Fleming <afleming@freescale.com>
16120
16121 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
16122 Author: Wolfgang Grandegger <wg@grandegger.com>
16123 Date:   Thu Jun 5 13:02:29 2008 +0200
16124
16125     NAND FSL UPM: driver re-write using the hwcontrol callback
16126
16127     This is a re-write of the NAND FSL UPM driver using the more universal
16128     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
16129     list of furher modifications:
16130
16131     - For the time being, the UPM setup writing the UPM array has been
16132       removed from the driver and must now be done by the board specific
16133       code.
16134
16135     - The bus width definition in "struct fsl_upm_nand" is now in bits to
16136       comply with the corresponding Linux driver and 8, 16 and 32 bit
16137       accesses are supported.
16138
16139     - chip->dev_read is only set if fun->dev_ready != NULL, which is
16140       required for boards not connecting the R/B pin.
16141
16142     - A few issue have been fixed with MxMR bit manipulation like in the
16143       corresponding Linux driver.
16144
16145     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
16146           as well, because the address is already determined by
16147           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
16148
16149     This patch has been tested on a TQM8548 modules with the NAND chip
16150     Micron MT29F8G08FABWP.
16151
16152     This patch is based on the following patches posted to this list a few
16153     minutes ago:
16154
16155       PPC: add accessor macros to clear and set bits in one shot
16156       83xx/85xx/86xx: add more MxMR local bus definitions
16157
16158     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16159     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16160
16161 commit 6beecfbb542992eede5831240cd58678274683a9
16162 Author: Wolfgang Grandegger <wg@grandegger.com>
16163 Date:   Thu Jun 5 13:11:59 2008 +0200
16164
16165     MPC85xx: Beautify boot output of L2 cache configuration
16166
16167     The boot output is now aligned poperly with other boot output
16168     lines, e.g.:
16169
16170       FLASH: 128 MB
16171       L2:    512 KB enabled
16172
16173     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16174
16175 commit 398415114f0a705163a14543e9fef03f734b1ffa
16176 Author: Wolfgang Grandegger <wg@grandegger.com>
16177 Date:   Wed Jun 4 12:45:22 2008 +0200
16178
16179     PPC: add accessor macros to clear and set bits in one shot
16180
16181     PPC: add accessor macros to clear and set bits in one shot
16182
16183     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
16184     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
16185     They are very handy to manipulate bits it I/O registers.
16186
16187     This patch is required for my forthcoming FSL NAND UPM driver re-write and
16188     the support for the TQM8548 module.
16189
16190     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16191
16192 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
16193 Author: Wolfgang Grandegger <wg@grandegger.com>
16194 Date:   Wed Jun 4 13:52:17 2008 +0200
16195
16196     TQM: move TQM boards to board/tqc
16197
16198     Move all TQM board directories to the vendor specific directory "tqc"
16199     for modules from TQ-Components GmbH (http://www.tqc.de).
16200
16201     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16202
16203 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
16204 Author: Wolfgang Grandegger <wg@grandegger.com>
16205 Date:   Mon Jun 2 12:09:30 2008 +0200
16206
16207     83xx/85xx/86xx: add more MxMR local bus definitions
16208
16209     83xx/85xx/86xx: add more MxMR local bus definitions
16210
16211     This patch adds more macro definitions for the UPM Machine Mode Registers
16212     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
16213     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
16214     required for my forthcoming FSL NAND UPM driver re-write and the support
16215     for the TQM8548 module.
16216
16217     This patch is based on the following two patches from Anton Vorontsov:
16218
16219     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
16220     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
16221
16222     I leave coding style violation fixes, code beautification and name
16223     corrections to somebody else ;-(.
16224
16225     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16226
16227 commit c8c5fc266e4499e283c293ccb972863156aa4134
16228 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16229 Date:   Thu May 29 18:14:56 2008 +0400
16230
16231     83xx/85xx: further localbus cleanups
16232
16233     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
16234     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
16235
16236     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16237
16238 commit 42dbd667c88d496882d53e22656e89b654205492
16239 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16240 Date:   Wed May 28 18:20:15 2008 +0400
16241
16242     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
16243
16244     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
16245     use it on MPC85xx and MPC86xx processors.
16246
16247     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16248
16249 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
16250 Author: Kumar Gala <galak@kernel.crashing.org>
16251 Date:   Thu May 29 11:22:06 2008 -0500
16252
16253     85xx: Add setting of cache props in the device tree.
16254
16255     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16256
16257 commit 4dbdb7681e243431530df0725627192a0c4aefda
16258 Author: Kumar Gala <galak@kernel.crashing.org>
16259 Date:   Tue Jun 10 16:53:46 2008 -0500
16260
16261     85xx: expose cpu identification
16262
16263     The current cpu identification code is used just to return the name
16264     of the processor at boot.  There are some other locations that the name
16265     is useful (device tree setup).  Expose the functionality to other bits
16266     of code.
16267
16268     Also, drop the 'E' suffix and add it on by looking at the SVR version
16269     when we print this out.  This is mainly to allow the most flexible use
16270     of the name.  The device tree code tends to not care about the 'E' suffix.
16271
16272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16273
16274 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
16275 Author: Kim Phillips <kim.phillips@freescale.com>
16276 Date:   Tue Jun 10 13:25:24 2008 -0500
16277
16278     mpc83xx: MVBLM7: minor build fixups
16279
16280     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16281
16282 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
16283 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16284 Date:   Tue Jun 10 09:14:05 2008 +0200
16285
16286     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
16287
16288     Add MPC8343 based board mvBlueLYNX-M7.
16289     It's a single board stereo camera system.
16290     Please read doc/README.mvblm7 for details.
16291
16292     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16293     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16294
16295 commit c005b93925ba49f07da2aa748527996d927e172f
16296 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16297 Date:   Tue Jun 10 09:13:16 2008 +0200
16298
16299     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
16300
16301     Add MPC8343 based board mvBlueLYNX-M7.
16302     It's a single board stereo camera system.
16303     Please read doc/README.mvblm7 for details.
16304
16305     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16306     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16307
16308 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
16309 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16310 Date:   Thu May 29 18:14:56 2008 +0400
16311
16312     83xx/85xx: further localbus cleanups
16313
16314     move the BRx_* and ORx_* left behind in mpc85xx.h
16315
16316     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
16317     the same, just few differences which needs some attention though).
16318
16319     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
16320     of these defines. So this cleanup I'll leave for the "better times".
16321
16322     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16323     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16324
16325 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
16326 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16327 Date:   Wed May 28 18:20:15 2008 +0400
16328
16329     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
16330
16331     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
16332     use it on MPC85xx and MPC86xx processors.
16333
16334     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16335     Acked-by: Andy Fleming <afleming@freescale.com>
16336     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16337
16338 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
16339 Author: Tor Krill <tor@excito.com>
16340 Date:   Mon Jun 2 15:09:30 2008 +0200
16341
16342     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
16343
16344     Signed-off-by: Tor Krill <tor@excito.com>
16345     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16346
16347 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
16348 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16349 Date:   Mon Jun 9 23:37:44 2008 +0900
16350
16351     net: Conditional COBJS inclusion of network drivers
16352
16353     Replace COBJS-y with appropriate driver config names.
16354
16355     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16356     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16357
16358 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
16359 Author: Gerald Van Baren <vanbaren@cideas.com>
16360 Date:   Mon Jun 9 21:02:17 2008 -0400
16361
16362     Use strncmp() for the fdt command
16363
16364     Cleaner than doing multiple conditionals on characters.
16365
16366     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16367
16368 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
16369 Author: Gerald Van Baren <vanbaren@cideas.com>
16370 Date:   Sat Jun 7 12:25:05 2008 -0400
16371
16372     The fdt boardsetup command criteria was not unique
16373
16374     It was checking just for "b", which is not unique with respect to the
16375     "boot" command.  Change to check for "boa"[rdsetup].
16376
16377     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16378
16379 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
16380 Author: David Gibson <david@gibson.dropbear.id.au>
16381 Date:   Tue May 20 17:19:11 2008 +1000
16382
16383     libfdt: Several cleanups to parameter checking
16384
16385     This patch makes a couple of small cleanups to parameter checking of
16386     libfdt functions.
16387
16388         - In several functions which take a node offset, we use an
16389     idiom involving fdt_next_tag() first to check that we have indeed been
16390     given a node offset.  This patch adds a helper function
16391     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
16392
16393         - In fdt_rw.c in several places we have the expanded version
16394     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
16395     replaces those instances with an invocation of the macro; that's what
16396     it's for.
16397
16398         - In fdt_sw.c we rename the check_header_sw() function to
16399     sw_check_header() to match the analgous function in fdt_rw.c, and we
16400     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
16401     functions in fdt_rw.c
16402
16403     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16404
16405 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
16406 Author: Gerald Van Baren <vanbaren@cideas.com>
16407 Date:   Tue Jun 3 20:34:45 2008 -0400
16408
16409     Remove the deprecated CONFIG_OF_FLAT_TREE
16410
16411     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
16412     cleaner, has better functionality, and is better supported.
16413
16414     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16415
16416 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
16417 Author: Gerald Van Baren <vanbaren@cideas.com>
16418 Date:   Tue Jun 3 20:26:29 2008 -0400
16419
16420     Change the stxxst to CONFIG_OF_LIBFDT
16421
16422     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
16423     to CONFIG_OF_LIBFDT.
16424
16425     WARNING: It appears that this board lost its ability to boot via a
16426     flattened device tree prior to this changeset.
16427
16428     WARNING: This conversion was untested because I do not have a board to
16429     test it on.
16430
16431     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16432
16433 commit 589c04271d129729a8b01391453851ab9cc4069c
16434 Author: Gerald Van Baren <vanbaren@cideas.com>
16435 Date:   Tue Jun 3 20:24:58 2008 -0400
16436
16437     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
16438
16439     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
16440     to CONFIG_OF_LIBFDT.
16441
16442     WARNING: This conversion is untested because I do not have a board to
16443     test it on.
16444
16445     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
16446     /aliases/ethernet1 property for the ethernet to work.
16447
16448     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16449
16450 commit ee1e35bede91debc8bff9b02f75574486033b652
16451 Author: Kumar Gala <galak@kernel.crashing.org>
16452 Date:   Thu May 29 01:21:24 2008 -0500
16453
16454     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
16455
16456     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16457
16458 commit 3b9519fc50802436e417c839e69df7b2016cade5
16459 Author: Becky Bruce <becky.bruce@freescale.com>
16460 Date:   Wed May 14 13:10:04 2008 -0500
16461
16462     MPC85xx: Change traps.c to not reference non-addressable memory
16463
16464     Currently, END_OF_RAM is used by the trap code to determine if
16465     we should attempt to access the stack pointer or not. However,
16466     on systems with a lot of RAM, only a subset of the RAM is
16467     guaranteed to be mapped in and accessible.  Change END_OF_RAM
16468     to use get_effective_memsize() instead of using the raw ram
16469     size out of the bd.
16470
16471     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16472
16473 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
16474 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16475 Date:   Mon Jun 9 13:39:57 2008 +0900
16476
16477     sh: Renesas Solutions SH7763RDP board support
16478
16479     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
16480     In this patch, support SCIF, NOR Flash, and Ethernet.
16481
16482     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16483     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16484
16485 commit 60179098a95eaa972007d7ec58e4c1588029720f
16486 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16487 Date:   Fri Jun 6 16:24:13 2008 +0900
16488
16489     sh: Add support Renesas SH7763
16490
16491     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
16492     This patch supprts CPU register's header file.
16493
16494     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16495     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16496
16497 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
16498 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16499 Date:   Fri Jun 6 16:16:08 2008 +0900
16500
16501     sh: SH7763 SCIF support
16502
16503     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
16504     but only SCIF2 is different. This patch work all SCIF channel.
16505
16506     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16507     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16508
16509 commit 79b51ff8205f0354d5300570614c1d2db499679c
16510 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16511 Date:   Sat Jun 7 20:51:59 2008 +0900
16512
16513     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
16514
16515     Also get rid of some #ifdefs in *.c files.
16516
16517     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16518
16519 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
16520 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16521 Date:   Sat Jun 7 20:51:56 2008 +0900
16522
16523     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
16524
16525     CONFIG_SOC_AU1X00
16526
16527       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
16528       need to have this config as a system type specifier.
16529
16530     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
16531     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
16532
16533       Machine type specifiers. Each port should have one of aboves.
16534
16535     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16536
16537 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
16538 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
16539 Date:   Fri May 30 16:05:28 2008 -0400
16540
16541     env_nand.c: Added bad block management for environment variables
16542
16543     Modified to check for bad blocks and to skipping over them when
16544     CFG_ENV_RANGE has been defined.
16545     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
16546     flash block size.
16547
16548     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
16549     Signed-off-by: Scott Wood <scottwood@freescale.com>
16550
16551 commit 279726bd00558e80263d44581c44167625b7fb9a
16552 Author: Becky Bruce <becky.bruce@freescale.com>
16553 Date:   Wed May 14 13:09:58 2008 -0500
16554
16555     MPC86xx: Change traps.c to not reference non-addressable memory
16556
16557     Currently, END_OF_RAM is used by the trap code to determine if
16558     we should attempt to access the stack pointer or not. However,
16559     on systems with a lot of RAM, only a subset of the RAM is
16560     guaranteed to be mapped in and accessible.  Change END_OF_RAM
16561     to use get_effective_memsize() instead of using the raw ram
16562     size out of the bd to prevent us from trying to access
16563     non-mapped memory.
16564
16565     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16566
16567 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
16568 Author: Wolfgang Denk <wd@denx.de>
16569 Date:   Fri Jun 6 14:28:14 2008 +0200
16570
16571     tools/mkimage: fix compiler warnings on some systems.
16572
16573     Signed-off-by: Wolfgang Denk <wd@denx.de>
16574
16575 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
16576 Author: Stefan Roese <sr@denx.de>
16577 Date:   Fri Jun 6 16:10:41 2008 +0200
16578
16579     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
16580
16581     We use upper case letters for the AMCC processor defines (like
16582     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
16583     not CONFIG_440SPe. This patch fixes the last misspelled config options.
16584
16585     Signed-off-by: Stefan Roese <sr@denx.de>
16586
16587 commit 72675dc6c06a48846d180106161d49dd714383cc
16588 Author: Stefan Roese <sr@denx.de>
16589 Date:   Fri Jun 6 15:55:21 2008 +0200
16590
16591     ppc4xx: Unify AMCC's board config files (part 3/3)
16592
16593     This patch series unifies the AMCC eval board ports by introducing
16594     a common include header for all AMCC eval boards:
16595
16596     include/configs/amcc-common.h
16597
16598     This header now includes all common configuration options/defines which
16599     are removed from the board specific headers.
16600
16601     The reason for this is ease of maintenance and unified look and feel
16602     of all AMCC boards.
16603
16604     Signed-off-by: Stefan Roese <sr@denx.de>
16605
16606 commit 490f204096d6e2c9940f67816f154a8125bab116
16607 Author: Stefan Roese <sr@denx.de>
16608 Date:   Fri Jun 6 15:55:03 2008 +0200
16609
16610     ppc4xx: Unify AMCC's board config files (part 2/3)
16611
16612     This patch series unifies the AMCC eval board ports by introducing
16613     a common include header for all AMCC eval boards:
16614
16615     include/configs/amcc-common.h
16616
16617     This header now includes all common configuration options/defines which
16618     are removed from the board specific headers.
16619
16620     The reason for this is ease of maintenance and unified look and feel
16621     of all AMCC boards.
16622
16623     Signed-off-by: Stefan Roese <sr@denx.de>
16624
16625 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
16626 Author: Stefan Roese <sr@denx.de>
16627 Date:   Fri Jun 6 15:54:31 2008 +0200
16628
16629     ppc4xx: Unify AMCC's board config files (part 1/3)
16630
16631     This patch series unifies the AMCC eval board ports by introducing
16632     a common include header for all AMCC eval boards:
16633
16634     include/configs/amcc-common.h
16635
16636     This header now includes all common configuration options/defines which
16637     are removed from the board specific headers.
16638
16639     The reason for this is ease of maintenance and unified look and feel
16640     of all AMCC boards.
16641
16642     Signed-off-by: Stefan Roese <sr@denx.de>
16643
16644 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
16645 Author: Remy Bohmer <linux@bohmer.net>
16646 Date:   Thu Jun 5 13:03:36 2008 +0200
16647
16648     DM9000 fix status check fail 0x6d error for trizeps board
16649
16650     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
16651     the status byte need to be checked to identify a valid packet in the fifo
16652
16653     But, The several different Application Notes do not all speak the same
16654     language on these bits. They do not disagree, but only 1 Application Note
16655     noted explicitly that only these 2 bits need to be checked.
16656     Even the datasheets do not mention anything about these 2 bits.
16657
16658     Because the old code, and the kernel check the whole byte, I left this piece
16659     untouched.
16660
16661     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
16662     it should work.
16663
16664     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
16665     in the fifo) is much shorter now, compared to the older U-boot driver code,
16666     so that we can maybe run into a hardware condition now that was never seen
16667     before, or maybe was seen very unfrequently.
16668
16669     Additionaly added a cleanup of a stack variable.
16670
16671     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16672     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16673
16674 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
16675 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16676 Date:   Thu Jun 5 22:29:00 2008 +0900
16677
16678     [MIPS] Update <asm/addrspace.h> header
16679
16680     - Fix traditional KSEG names
16681     - Replace PHYSADDR with CPHYSADDR
16682
16683     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16684
16685 commit f0d5a6f060d00358b85c62a921a423ea8df71184
16686 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16687 Date:   Thu Jun 5 22:29:00 2008 +0900
16688
16689     [MIPS] mips_config.mk: Misc fixes
16690
16691     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
16692     - Modify comments
16693
16694     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16695
16696 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
16697 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16698 Date:   Thu Jun 5 22:29:00 2008 +0900
16699
16700     [MIPS] Kill unused <version.h> inclusions
16701
16702     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16703
16704 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
16705 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16706 Date:   Thu Jun 5 22:29:00 2008 +0900
16707
16708     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
16709
16710     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
16711     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
16712     in the U-Boot system.
16713
16714     The other is we don't have a proper time management counter like timestamp
16715     other ARCHs have. We need the 32-bit millisecond clock counter.
16716
16717     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
16718     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
16719     of calculated CP0 counter cycles in a CFG_HZ.
16720
16721     STRATEGY:
16722
16723     * Fix improper CFG_HZ value to have 1000
16724
16725     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
16726
16727     * timer_init: initialize timestamp and set up the first timer expiration.
16728       Note that we don't need to initialize CP0 count/compare registers here
16729       as they have been already zeroed out on the system reset. Leave them as
16730       they are.
16731
16732     * get_timer: calculate how many timestamps have been passed, then return
16733       base-relative timestamp. Make sure we can easily count missed timestamps
16734       regardless of CP0 count/compare value.
16735
16736     * get_ticks: return the current timestamp, that is get_timer(0).
16737
16738     Most parts are from good old Linux v2.6.16 kernel.
16739
16740     v2:
16741     - Remove FIXME comments as they turned out to be trivial.
16742     - Use CP0 compare register as a global variable for expirelo.
16743     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
16744       instead.
16745
16746     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16747
16748 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
16749 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16750 Date:   Thu Jun 5 22:29:00 2008 +0900
16751
16752     [MIPS] lib_mips/time.c: Fix udelay
16753
16754     What we have to do is just to wait for given micro-seconds. No need to
16755     take into account current time, get_timer and CFG_HZ.
16756
16757     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16758
16759 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
16760 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16761 Date:   Thu Jun 5 22:28:59 2008 +0900
16762
16763     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
16764
16765     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
16766     This patch replaces mips_{compare,count}_set and mips_count_get with
16767     existing macros.
16768
16769     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16770
16771 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
16772 Author: Remy Bohmer <linux@bohmer.net>
16773 Date:   Tue Jun 3 15:48:17 2008 +0200
16774
16775     Get rid of annoying/superfluous bad-checksum warning message
16776
16777     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
16778     It is annoying for ordinary users who start to doubt the network connection
16779     in general when they see messages like this.
16780
16781     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
16782     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
16783     now before checking the checksum.
16784
16785     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16786     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16787
16788 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
16789 Author: Remy Bohmer <linux@bohmer.net>
16790 Date:   Wed Jun 4 10:47:25 2008 +0200
16791
16792     Fix order for reading rx-status registers in 32bit mode of DM9000
16793
16794     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
16795     a bug in reading the rx-status registers in 32bit mode only.
16796     This patch repairs this.
16797
16798     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16799     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16800
16801 commit 98291e2e689096420465074cce926b226d2e71b4
16802 Author: Remy Bohmer <linux@bohmer.net>
16803 Date:   Tue Jun 3 15:26:26 2008 +0200
16804
16805     DM9000: Some minor code cleanups
16806
16807     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
16808     need some other minor cleanup.
16809
16810     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16811     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16812
16813 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
16814 Author: Remy Bohmer <linux@bohmer.net>
16815 Date:   Tue Jun 3 15:26:25 2008 +0200
16816
16817     DM9000: Make driver work properly for DM9000A
16818
16819     The DM9000A network controller does not work with the U-boot DM9000x driver.
16820     Analysis showed that many incoming packets are lost.
16821
16822     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
16823     check for a valid rx packet be done on the interrupt status register, not
16824     directly by performing the dummy read and the rx status check as is currently
16825     the case in the u-boot driver.
16826
16827     When the recommended poll is done as suggested the driver starts working
16828     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
16829     can be more than 1 package in the fifo at the same time.
16830
16831     The driver must perform the rx-status check in a loop and read and handle all
16832     packages until there is no more left _after_ the interrupt RX flag is set.
16833
16834     This change has been tested with DM9000A, DM9000E, DM9000EP.
16835
16836     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16837     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16838
16839 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
16840 Author: Remy Bohmer <linux@bohmer.net>
16841 Date:   Tue Jun 3 15:26:24 2008 +0200
16842
16843     DM9000: Improve eth_reset() routine
16844
16845     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
16846     reset procedure must be done twice to properly reset the DM9000 by means of software.
16847     This errata is not needed anymore for the DM9000A, but it does not bother it.
16848
16849     This change has been tested with DM9000A, DM9000E, DM9000EP.
16850
16851     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16852     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16853
16854 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
16855 Author: Remy Bohmer <linux@bohmer.net>
16856 Date:   Tue Jun 3 15:26:23 2008 +0200
16857
16858     DM9000: improve eth_send() routine
16859
16860     The eth_send routine of the U-boot DM9000x driver does not match the
16861     DM9000 or DM9000A application notes/programming guides.
16862
16863     This change improves the stability of the DM9000A network controller.
16864
16865     This change has been tested with DM9000A, DM9000E, DM9000EP.
16866
16867     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16868     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16869
16870 commit 134e266253c02a7832560da59d394989c4f64453
16871 Author: Remy Bohmer <linux@bohmer.net>
16872 Date:   Tue Jun 3 15:26:22 2008 +0200
16873
16874     DM9000: repair debug logging
16875
16876     It seems that the debugging code of the DM9000x driver in U-boot has not been
16877     compiled for a long time, because it cannot compile...
16878
16879     Also rearranged some loglines to get more useful info while debugging.
16880
16881     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16882     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16883
16884 commit a101361bfe23c120321e45d114c0603b8e0763e9
16885 Author: Remy Bohmer <linux@bohmer.net>
16886 Date:   Tue Jun 3 15:26:21 2008 +0200
16887
16888     DM9000: Add data bus-width auto detection.
16889
16890     The U-boot DM9000x driver contains a compile time bus-width definition for
16891     the databus connected to the network controller.
16892
16893     This compile check makes the code unclear, inflexible and is unneccessary.
16894     It can be asked to the network controller what its bus-width is by reading bits
16895     6 and 7 of the interrupt status register.
16896
16897     The linux kernel already uses a runtime mechanism to determine this bus-width,
16898     so the implementation below looks somewhat like that implementation.
16899
16900     This change has been tested with DM9000A, DM9000E, DM9000EP.
16901
16902     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16903     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16904
16905 commit 63a0afa0c32e5f4ea98a9439542870072437404d
16906 Author: Stefan Roese <sr@denx.de>
16907 Date:   Wed Jun 4 19:19:20 2008 +0200
16908
16909     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
16910
16911     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
16912     introduced by the commit:
16913
16914     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
16915
16916     With this patch SDRAM will get initialized again and booting from NAND
16917     is working again.
16918
16919     Signed-off-by: Stefan Roese <sr@denx.de>
16920     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
16921
16922 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
16923 Author: Wolfgang Denk <wd@denx.de>
16924 Date:   Tue May 27 14:19:30 2008 +0200
16925
16926     Socrates: Fix PCI bus frequency report
16927
16928     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16929
16930 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
16931 Author: Tor Krill <tor@excito.com>
16932 Date:   Thu May 29 11:10:30 2008 +0200
16933
16934     Fix incorrect switch for IF_TYPE in part.c
16935
16936     Use correct field in block_dev_desc_t when writing interface type in
16937     dev_print. Error introduced in 574b3195.
16938
16939     Also added fix from Martin Krause
16940
16941     Signed-off-by: Tor Krill <tor@excito.com>
16942
16943 commit b64b8a0bd310935b70af69ac970952f2b364ae56
16944 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16945 Date:   Tue May 27 10:25:39 2008 +0200
16946
16947     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
16948
16949     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16950
16951 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
16952 Author: Peter Tyser <ptyser@xes-inc.com>
16953 Date:   Thu May 22 18:56:52 2008 -0500
16954
16955     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
16956
16957     Removed unneeded command line history initialization.  Also, the original
16958     code would access the 'initted' variable before relocation to SDRAM
16959     which resulted in erratic behavior since the bss is not initialized when
16960     executing from flash.
16961
16962     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16963
16964 commit 22f371b63038a4ecab04068877c1089e51a01ba1
16965 Author: Grant Erickson <gerickson@nuovations.com>
16966 Date:   Wed May 21 13:28:30 2008 -0700
16967
16968     PPC4xx: Simplified post_word_{load, store}
16969
16970     This patch simplifies post_word_{load,store} by using the preprocessor
16971     to eliminate redundant, copy-and-pasted code.
16972
16973     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
16974
16975 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
16976 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
16977 Date:   Wed May 7 21:25:33 2008 +0400
16978
16979     cfi_flash: enable M18 flash chips family support.
16980
16981     Added new command set ID. Buffered write command processing is changed
16982     in order to support M18 flash chips family.
16983
16984     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
16985     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
16986
16987 commit 93c56f212ccdadc182018f0769cb284426b88f1d
16988 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
16989 Date:   Wed May 7 21:24:44 2008 +0400
16990
16991     cfi_flash: support of long cmd in U-boot.
16992
16993     Some NOR flash chips needs support of commands with length grether than max
16994     value size of uchar. For example all M18 family chips use 0x1ff command in
16995     buffered write mode as value of program loops count.
16996
16997     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
16998     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
16999
17000 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
17001 Author: Stefan Roese <sr@denx.de>
17002 Date:   Fri May 16 11:06:06 2008 +0200
17003
17004     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
17005
17006     On AD7414 the first value upon bootup is not read correctly.
17007     This is most likely because of the 800ms update time of the
17008     temp register in normal update mode. To get current values
17009     each time we issue the "dtt" command including upon powerup
17010     we switch into one-short mode.
17011
17012     This patch fixes the problem on AD7414 equipped boards (Sequoia,
17013     Canyonlands etc), that temp value printed in the bootup log was
17014     incorrect.
17015
17016     Signed-off-by: Stefan Roese <sr@denx.de>
17017
17018 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
17019 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17020 Date:   Fri May 30 16:55:06 2008 +0200
17021
17022     ppc4xx: Cleanup CPCI405 variant's config file
17023
17024     This patch removes some dead code from CPCI405 board's
17025     config files. JFFS2 support is also removed. It's not used and
17026     CPCI4052 does not build anymore without some size reduction.
17027
17028     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17029
17030 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
17031 Author: Kenneth Johansson <kenneth@southpole.se>
17032 Date:   Thu May 29 16:32:33 2008 +0200
17033
17034     Remove shell variable UNDEF_SYM.
17035
17036     UNDEF_SYM is a shell variable in the main Makefile used to force the
17037     linker to add all u-boot commands to the final image. It has no use here.
17038
17039     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
17040
17041 commit 8c66497e06bf803489c589df58ee591d71033274
17042 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17043 Date:   Fri May 16 11:10:35 2008 +0200
17044
17045     Add support for environment in SPI flash
17046
17047     This is pretty incomplete...it doesn't handle reading the environment
17048     before relocation, it doesn't support redundant environment, and it
17049     doesn't support embedded environment. But apart from that, it does
17050     seem to work.
17051
17052     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17053
17054 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
17055 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17056 Date:   Fri May 16 11:10:34 2008 +0200
17057
17058     SPI Flash: Add "sf" command
17059
17060     This adds a new command, "sf" which can be used to manipulate SPI
17061     flash. Currently, initialization, reading, writing and erasing is
17062     supported.
17063
17064     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17065
17066 commit d25ce7d24cc0f93881559f4009175ea305af65e8
17067 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17068 Date:   Fri May 16 11:10:33 2008 +0200
17069
17070     SPI Flash subsystem
17071
17072     This adds a new SPI flash subsystem.
17073
17074     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
17075     but some preliminary support for other flash types is in place as
17076     well.
17077
17078     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17079
17080 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
17081 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
17082 Date:   Fri May 16 11:10:32 2008 +0200
17083
17084     atmel_spi: Driver for the Atmel SPI controller
17085
17086     This adds a driver for the SPI controller found on most AT91 and AVR32
17087     chips, implementing the new SPI API.
17088
17089     Changed in v4:
17090       - Update to new API
17091       - Handle zero-length transfers appropriately. The user may send a
17092         zero-length SPI transfer with SPI_XFER_END set in order to
17093         deactivate the chip select after a series of transfers with chip
17094         select active. This is useful e.g. when polling the status
17095         register of DataFlash.
17096
17097     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17098
17099 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
17100 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
17101 Date:   Fri May 16 11:10:31 2008 +0200
17102
17103     SPI API improvements
17104
17105     This patch gets rid of the spi_chipsel table and adds a handful of new
17106     functions that makes the SPI layer cleaner and more flexible.
17107
17108     Instead of the spi_chipsel table, each board that wants to use SPI
17109     gets to implement three hooks:
17110       * spi_cs_activate(): Activates the chipselect for a given slave
17111       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
17112       * spi_cs_is_valid(): Determines if the given bus/chipselect
17113         combination can be activated.
17114
17115     Not all drivers may need those extra functions however. If that's the
17116     case, the board code may just leave them out (assuming they know what
17117     the driver needs) or rely on the linker to strip them out (assuming
17118     --gc-sections is being used.)
17119
17120     To set up communication parameters for a given slave, the driver needs
17121     to call spi_setup_slave(). This returns a pointer to an opaque
17122     spi_slave struct which must be passed as a parameter to subsequent SPI
17123     calls. This struct can be freed by calling spi_free_slave(), but most
17124     driver probably don't want to do this.
17125
17126     Before starting one or more SPI transfers, the driver must call
17127     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
17128     the hardware. When all transfers are done, the driver must call
17129     spi_release_bus() to make the bus available to others, and possibly
17130     shut down the SPI controller hardware.
17131
17132     spi_xfer() behaves mostly the same as before, but it now takes a
17133     spi_slave parameter instead of a spi_chipsel function pointer. It also
17134     got a new parameter, flags, which is used to specify chip select
17135     behaviour. This may be extended with other flags in the future.
17136
17137     This patch has been build-tested on all powerpc and arm boards
17138     involved. I have not tested NIOS since I don't have a toolchain for it
17139     installed, so I expect some breakage there even though I've tried
17140     fixing up everything I could find by visual inspection.
17141
17142     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
17143     DataFlash drivers posted as a follow-up. I'd like some help testing
17144     other boards that use the existing SPI API.
17145
17146     But most of all, I'd like some comments on the new API. Is this stuff
17147     usable for everyone? If not, why?
17148
17149     Changed in v4:
17150       - Build fixes for various boards, drivers and commands
17151       - Provide common struct spi_slave definition that can be extended by
17152         drivers
17153       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
17154       - Make default bus and mode build-time configurable
17155       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
17156
17157     Changed in v3:
17158       - Add opaque struct spi_slave for controller-specific data associated
17159         with a slave.
17160       - Add spi_claim_bus() and spi_release_bus()
17161       - Add spi_free_slave()
17162       - spi_setup() is now called spi_setup_slave() and returns a
17163         struct spi_slave
17164       - soft_spi now supports four SPI modes (CPOL|CPHA)
17165       - Add bus parameter to spi_setup_slave()
17166       - Convert the new i.MX32 SPI driver
17167       - Convert the new MC13783 RTC driver
17168
17169     Changed in v2:
17170       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
17171         new API.
17172
17173     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17174     Tested-by: Guennadi Liakhovetski <lg@denx.de>
17175
17176 commit 289011207d999b2e4085150d2aa30d547ad9b800
17177 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17178 Date:   Fri May 16 11:10:30 2008 +0200
17179
17180     Move definition of container_of() to common.h
17181
17182     AVR32 and AT91SAM9 both have their own identical definitions of
17183     container_of() taken from the Linux kernel. Move it to common.h so
17184     that all architectures can use it.
17185
17186     container_of() is already used by some drivers, and will be used
17187     extensively by the new and improved SPI API.
17188
17189     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17190
17191 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
17192 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17193 Date:   Fri May 16 11:08:11 2008 +0200
17194
17195     soft_i2c: Pull SDA high before reading
17196
17197     Spotted by Dean Capindale.
17198
17199     Systems that support open-drain GPIO properly are allowed provide an
17200     empty I2C_TRISTATE define. However, this means that we need to be
17201     careful not to drive SDA low when the slave is expected to respond.
17202
17203     This patch adds a missing I2C_SDA(1) to read_byte() required to
17204     tristate the SDA line on systems that support open-drain GPIO.
17205
17206     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17207
17208 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
17209 Author: Stefan Roese <sr@denx.de>
17210 Date:   Mon May 19 11:34:53 2008 +0200
17211
17212     ppc4xx: Remove implementations of testdram()
17213
17214     This patch removes the used testdram() implementations of the board
17215     that are maintained by myself.
17216
17217     Signed-off-by: Stefan Roese <sr@denx.de>
17218
17219 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
17220 Author: Stefan Roese <sr@denx.de>
17221 Date:   Mon Jun 2 17:37:28 2008 +0200
17222
17223     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
17224
17225     Historically the 405 U-Boot port had a dram_init() call in early init
17226     stage. This function was still called from start.S and most of the time
17227     coded in assembler. This is not needed anymore (since a long time) and
17228     boards should implement the common initdram() function in C instead.
17229
17230     This patch now removed the dram_init() call from start.S and removes the
17231     empty implementations that are scattered through most of the 405 board
17232     ports. Some older board ports really implement this dram_init() though.
17233     These are:
17234
17235     csb272
17236     csb472
17237     ERIC
17238     EXBITGEN
17239     W7OLMC
17240     W7OLMG
17241
17242     I changed those boards to call this assembler dram_init() function now
17243     from their board specific initdram() instead. This *should* work, but please
17244     test again on those platforms. And it is perhaps a good idea that those
17245     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
17246     some time. So further patches welcome here.
17247
17248     Signed-off-by: Stefan Roese <sr@denx.de>
17249
17250 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
17251 Author: Stefan Roese <sr@denx.de>
17252 Date:   Mon Jun 2 17:22:11 2008 +0200
17253
17254     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
17255
17256     Signed-off-by: Stefan Roese <sr@denx.de>
17257
17258 commit 39b32be18cd33b53a84065edcd4e465165cc5564
17259 Author: Stefan Roese <sr@denx.de>
17260 Date:   Mon Jun 2 17:20:03 2008 +0200
17261
17262     ppc4xx: Fix common ECC generation code for 440GP style platforms
17263
17264     This patch makes the common 4xx ECC code really usable on 440GP style
17265     platforms.
17266
17267     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
17268     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
17269     we need to make some processor dependant defines used later on by the
17270     driver.
17271
17272     Signed-off-by: Stefan Roese <sr@denx.de>
17273
17274 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
17275 Author: Stefan Roese <sr@denx.de>
17276 Date:   Mon Jun 2 17:13:55 2008 +0200
17277
17278     ppc4xx: Change Kilauea to use the common DDR2 init function
17279
17280     This patch changes the kilauea and kilauea_nand (for NAND booting)
17281     board port to not use a board specific DDR2 init routine anymore. Now
17282     the common code from cpu/ppc4xx is used.
17283
17284     Thanks to Grant Erickson for all his basic work on this 405EX early
17285     bootup.
17286
17287     Signed-off-by: Stefan Roese <sr@denx.de>
17288
17289 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
17290 Author: Stefan Roese <sr@denx.de>
17291 Date:   Mon Jun 2 14:59:21 2008 +0200
17292
17293     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
17294
17295     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
17296     ppc4xx related SDRAM/DDR/DDR2 controller defines.
17297
17298     Signed-off-by: Stefan Roese <sr@denx.de>
17299
17300 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
17301 Author: Stefan Roese <sr@denx.de>
17302 Date:   Mon Jun 2 14:57:41 2008 +0200
17303
17304     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
17305
17306     This patch removes all SDRAM related defines from the PPC4xx headers
17307     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
17308     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
17309
17310     It also introduces new defines for the equipped SDRAM controller based on
17311     which PPC variant is used. There new defines are:
17312
17313     used on 405GR/CR/EP and some Xilinx Virtex boards.
17314
17315     used on 440GP/GX/EP/GR.
17316
17317     used on 440EPx/GRx.
17318
17319     used on 405EX/r/440SP/SPe/460EX/GT.
17320
17321     Signed-off-by: Stefan Roese <sr@denx.de>
17322
17323 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
17324 Author: Stefan Roese <sr@denx.de>
17325 Date:   Mon Jun 2 14:35:44 2008 +0200
17326
17327     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
17328
17329     This patch consolidates the 405 and 440 parts of the NAND booting code
17330     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
17331     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
17332     Only *after* running from this location, nand_boot() is called.
17333
17334     Please note that the initsdram() call is now moved from nand_boot.c
17335     to start.S. I experienced problems with some boards like Kilauea
17336     (405EX), which don't have internal SRAM (OCM) and relocation needs to
17337     be done to SDRAM before the NAND controller can get accessed. When
17338     initdram() is called later on in nand_boot(), this can lead to problems
17339     with variables in the bss sections like nand_ecc_pos[].
17340
17341     Signed-off-by: Stefan Roese <sr@denx.de>
17342     Acked-by: Scott Wood <scottwood@freescale.com>
17343
17344 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
17345 Author: Grant Erickson <gerickson@nuovations.com>
17346 Date:   Thu May 22 14:44:24 2008 -0700
17347
17348     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
17349
17350     This patch (Part 2 of 2):
17351
17352     * Rolls up a suite of changes to enable correct primordial stack and
17353       global data handling when the data cache is used for such a purpose
17354       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
17355
17356     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
17357       eliminating redundant ECC initialization implementations and moving
17358       redundant SDRAM initialization out of board code into shared 4xx
17359       code.
17360
17361     * Enables MCSR visibility on the 405EX(r).
17362
17363     * Enables the use of the data cache for initial RAM on
17364       both AMCC's Kilauea and Makalu and removes a redundant
17365       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
17366
17367       - Removed, per Stefan Roese's request, defunct memory.c file for
17368         Makalu and rolled sdram_init from it into makalu.c.
17369
17370     With respect to the 4xx DDR initialization and ECC unification, there
17371     is certainly more work that can and should be done (file renaming,
17372     etc.). However, that can be handled at a later date on a second or
17373     third pass. As it stands, this patch moves things forward in an
17374     incremental yet positive way for those platforms that utilize this
17375     code and the features associated with it.
17376
17377     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17378     Signed-off-by: Stefan Roese <sr@denx.de>
17379
17380 commit c821b5f120bedf73867513466412587c6912a8f8
17381 Author: Grant Erickson <gerickson@nuovations.com>
17382 Date:   Thu May 22 14:44:14 2008 -0700
17383
17384     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
17385
17386     This patch (Part 1 of 2):
17387
17388     * Rolls up a suite of changes to enable correct primordial stack and
17389       global data handling when the data cache is used for such a purpose
17390       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
17391
17392     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
17393       eliminating redundant ECC initialization implementations and moving
17394       redundant SDRAM initialization out of board code into shared 4xx
17395       code.
17396
17397     * Enables MCSR visibility on the 405EX(r).
17398
17399     * Enables the use of the data cache for initial RAM on
17400       both AMCC's Kilauea and Makalu and removes a redundant
17401       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
17402
17403       - Removed, per Stefan Roese's request, defunct memory.c file for
17404         Makalu and rolled sdram_init from it into makalu.c.
17405
17406     With respect to the 4xx DDR initialization and ECC unification, there
17407     is certainly more work that can and should be done (file renaming,
17408     etc.). However, that can be handled at a later date on a second or
17409     third pass. As it stands, this patch moves things forward in an
17410     incremental yet positive way for those platforms that utilize this
17411     code and the features associated with it.
17412
17413     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17414     Signed-off-by: Stefan Roese <sr@denx.de>
17415
17416 commit a439680019e06171d4a5694b7992accce87f590e
17417 Author: Grant Erickson <gerickson@nuovations.com>
17418 Date:   Wed May 21 13:28:30 2008 -0700
17419
17420     PPC4xx: Simplified post_word_{load, store}
17421
17422     This patch simplifies post_word_{load,store} by using the preprocessor
17423     to eliminate redundant, copy-and-pasted code.
17424
17425     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17426
17427 commit f979690ee337450b2030aba128f95b7a8d9881c0
17428 Author: Kumar Gala <galak@kernel.crashing.org>
17429 Date:   Thu May 15 15:13:08 2008 -0500
17430
17431     Fix warnings from gcc-4.3.0 build on a ppc host
17432
17433     * The cfi_flash.c memset fix actual allows the board to boot so there is
17434       a bit more going on here than just resolving warnings associated with
17435       uninitialized variables.
17436
17437     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
17438       inline function 'ext2_find_next_zero_bit' which is not static
17439
17440     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17441
17442 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
17443 Author: Becky Bruce <becky.bruce@freescale.com>
17444 Date:   Wed May 14 13:09:51 2008 -0500
17445
17446     MPC512x: Change traps.c to not reference non-addressable memory
17447
17448     Currently, END_OF_RAM is used by the trap code to determine if
17449     we should attempt to access the stack pointer or not. However,
17450     on systems with a lot of RAM, only a subset of the RAM is
17451     guaranteed to be mapped in and accessible.  Change END_OF_RAM
17452     to use get_effective_memsize() instead of using the raw ram
17453     size out of the bd.
17454
17455     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17456
17457 commit 81673e9ae14b771cd13faf19947192599cae3959
17458 Author: Kumar Gala <galak@kernel.crashing.org>
17459 Date:   Tue May 13 19:01:54 2008 -0500
17460
17461     Make sure common.h is the first include.
17462
17463     If common.h isn't first we can get CONFIG_ options defined in the
17464     board config file ignored.  This can cause an issue if any of those
17465     config options impact the size of types of data structures
17466     (eg CONFIG_PHYS_64BIT).
17467
17468     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17469
17470 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
17471 Author: Marian Balakowicz <m8@semihalf.com>
17472 Date:   Tue May 13 15:53:29 2008 +0200
17473
17474     Avoid initrd and logbuffer area overlaps
17475
17476     Add logbuffer to reserved LMB areas to prevent initrd allocation
17477     from overlaping with it.
17478
17479     Make sure to use correct logbuffer base address.
17480
17481     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17482
17483 commit 6956d53d9934862507f83f0e3255dfd4662e7482
17484 Author: Sascha Laue <sascha.laue@liebherr.com>
17485 Date:   Tue May 13 13:29:54 2008 +0200
17486
17487     lwmon5: add memory-pattern-test to FPGA POST.
17488
17489 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
17490 Author: Becky Bruce <becky.bruce@freescale.com>
17491 Date:   Thu May 8 19:02:51 2008 -0500
17492
17493     PPC: 86xx Add bat registers to reginfo command
17494
17495     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17496
17497 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
17498 Author: Becky Bruce <becky.bruce@freescale.com>
17499 Date:   Fri May 9 15:41:35 2008 -0500
17500
17501     PPC: Add print_bats() to lib_ppc/bat_rw.c
17502
17503     This function prints the values of all the BAT register
17504     pairs - I needed this for debug earlier this week; adding it to
17505     lib_ppc so others can use it (and add it to reginfo commands
17506     if so desired).
17507
17508     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17509
17510 commit c148f24c15743a02e855636e6bed013bd121f7f2
17511 Author: Becky Bruce <becky.bruce@freescale.com>
17512 Date:   Thu May 15 21:29:04 2008 -0500
17513
17514     PPC: Change lib_ppc/bat_rw.c to use high bats
17515
17516     Currently, this code only deals with BATs 0-3, which makes
17517     it useless on systems that support BATs 4-7.  Add the
17518     support for these registers.
17519
17520     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
17521
17522 commit 31d826722434931e1152a09d140187dcf72f8aac
17523 Author: Becky Bruce <becky.bruce@freescale.com>
17524 Date:   Thu May 8 19:02:12 2008 -0500
17525
17526     PPC: Create and use CONFIG_HIGH_BATS
17527
17528     Change all code that conditionally operates on high bat
17529     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
17530     instead of the myriad ways this is done now.  Define the option
17531     for every config for which high bats are supported (and
17532     enabled by early boot, on parts where they're not always
17533     enabled)
17534
17535     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17536
17537 commit aa3b8bf9c30065bb2ea852799d32db5020598495
17538 Author: Wolfgang Grandegger <wg@grandegger.com>
17539 Date:   Wed May 28 19:55:19 2008 +0200
17540
17541     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
17542
17543     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
17544     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17545
17546 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
17547 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17548 Date:   Wed May 28 13:06:25 2008 -0500
17549
17550     ColdFire: Add 10 base ethernet support for mcf5445x
17551
17552     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17553     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17554
17555 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
17556 Author: Jason McMullan <mcmullan@netapp.com>
17557 Date:   Fri May 30 00:53:38 2008 +0900
17558
17559     mips: Add an 'include/asm/errno.h', like all other architectures
17560
17561     All other u-boot architectures have an include/asm/errno.h, so
17562     this change adds it to the mips include/asm-mips headers also.
17563
17564     Stolen from Linux 2.6.25.
17565
17566     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
17567
17568 commit e2ad8426624bac457acc6925b6ff408e9bf20466
17569 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17570 Date:   Fri May 30 00:53:38 2008 +0900
17571
17572     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
17573
17574     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17575
17576 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
17577 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17578 Date:   Fri May 30 00:53:38 2008 +0900
17579
17580     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
17581
17582     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17583
17584 commit bf462ae450a7f2eeeddc699ed345b391e3263540
17585 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17586 Date:   Fri May 30 00:53:37 2008 +0900
17587
17588     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
17589
17590     No functional changes.
17591
17592     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17593
17594 commit 89a1550ec6b74452274a7a23127936e2c7eec711
17595 Author: Jason McMullan <mcmullan@netapp.com>
17596 Date:   Fri May 30 00:53:37 2008 +0900
17597
17598     mips: If CONFIG_CMD_SPI is defined, call spi_init()
17599
17600     The mips architecture currently does not call 'spi_init()' in the generic
17601     board initialization routine is CONFIG_CMD_SPI is defined.
17602
17603     This patch rectifies that problem.
17604
17605     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
17606     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17607
17608 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
17609 Author: Jason McMullan <mcmullan@netapp.com>
17610 Date:   Fri May 30 00:53:37 2008 +0900
17611
17612     [MIPS] lib_mips/board.c: Add nand_init
17613
17614     This patch adds the standard 'nand_init()' call to the mips generic
17615     'board_init_r()' call, bringing MIPS in line with the other architectures.
17616
17617     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
17618     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17619
17620 commit d6ac2ed893c2168738aee01579d6283af8d37045
17621 Author: Scott Wood <scottwood@freescale.com>
17622 Date:   Thu May 22 10:49:46 2008 -0500
17623
17624     Remove prototypes of nand_init() in favor of including nand.h.
17625
17626     Likewise with onenand_init().
17627
17628     Signed-off-by: Scott Wood <scottwood@freescale.com>
17629
17630 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
17631 Author: Scott Wood <scottwood@freescale.com>
17632 Date:   Thu May 22 10:49:00 2008 -0500
17633
17634     Make onenand_uboot.h self-sufficient.
17635
17636     Don't assume types are provided by previously included headers.
17637
17638     Signed-off-by: Scott Wood <scottwood@freescale.com>
17639
17640 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
17641 Author: Dirk Behme <dirk.behme@gmail.com>
17642 Date:   Wed Jan 16 14:26:59 2008 +0100
17643
17644     nand: Correct NAND erase percentage output
17645
17646     For NAND erase sizes smaller than one NAND erase block, erase
17647     percentage output becomes grater than 100% e.g.
17648
17649     -- cut --
17650       > nand info
17651     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
17652       > nand erase 0x100000 0x2000
17653     NAND erase: device 0 offset 0x100000, size 0x2000
17654     Erasing at 0x100000 -- 200% complete.
17655     OK
17656       >
17657     -- cut --
17658
17659     Correct this and give user a warning that more is erased than specified:
17660
17661     -- cut --
17662       > nand erase 0x100000 0x2000
17663     NAND erase: device 0 offset 0x100000, size 0x2000
17664     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
17665                Erasing 0x00004000 instead
17666     Erasing at 0x100000 -- 100% complete.
17667     OK
17668       >
17669     -- cut --
17670
17671     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
17672
17673 commit 5922db6c0948506be91e0de44e7a6863a18a417f
17674 Author: Stelian Pop <stelian@popies.net>
17675 Date:   Tue May 13 17:31:24 2008 +0200
17676
17677     Cleanup nand_info[] declaration.
17678
17679     The nand_info array is declared as extern in several .c files.
17680     Those days, nand.h contains a reference to the array, so there is
17681     no need to declare it elsewhere.
17682
17683     Signed-off-by: Stelian Pop <stelian@popies.net>
17684     Signed-off-by: Scott Wood <scottwood@freescale.com>
17685
17686 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
17687 Author: Scott Wood <scottwood@freescale.com>
17688 Date:   Mon May 19 09:30:43 2008 -0500
17689
17690     NAND: Provide a sane default for NAND_MAX_CHIPS.
17691
17692     This allows the header to be included regardless of whether a board's
17693     config file provides NAND-related defininitions.
17694
17695     Signed-off-by: Scott Wood <scottwood@freescale.com>
17696
17697 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
17698 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17699 Date:   Mon May 26 12:19:10 2008 +0200
17700
17701     avr32: Fix theoretical race in udelay()
17702
17703     If the specified delay is very short, the cycle counter may go past the
17704     "end" time we are waiting for before we get around to reading it.
17705
17706     Fix it by checking the different between the cycle count "now" and the
17707     cycle count at the beginning. This will work as long as the delay
17708     measured in number of cycles is below 2^31.
17709
17710     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17711
17712 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
17713 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17714 Date:   Wed May 21 13:01:09 2008 +0200
17715
17716     avr32: Compile atmel_mci.o conditionally
17717
17718     Remove #ifdef CONFIG_MMC from the source file and use conditional
17719     compilation in the Makefile instead.
17720
17721     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17722
17723 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
17724 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17725 Date:   Thu May 22 12:28:25 2008 +0200
17726
17727     avr32: Fix wrong error flags in atmel_mci driver
17728
17729     Make sure we check for CRC errors when sending commands that use CRC
17730     checking.
17731
17732     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
17733     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17734
17735 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
17736 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17737 Date:   Wed May 21 11:10:59 2008 +0200
17738
17739     avr32: Fix two warnings in atmel_mci.c
17740
17741     The warnings are harmless but annoying. Let's fix them.
17742
17743     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17744
17745 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
17746 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17747 Date:   Mon May 19 11:36:28 2008 +0200
17748
17749     avr32: Rework SDRAM initialization code
17750
17751     This cleans up the SDRAM initialization and related code a bit, and
17752     allows faster booting.
17753
17754       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
17755       * Remove memory test from sdram_init() and make caller responsible
17756         for verifying the SDRAM and determining its size.
17757       * Remove base_address member from struct sdram_config (was sdram_info)
17758       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
17759       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
17760
17761     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17762
17763 commit 95107b7c028806919630bf02c653aa8f4f867c94
17764 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17765 Date:   Mon May 19 11:27:37 2008 +0200
17766
17767     avr32: Do stricter stack checking in the exception handler
17768
17769     Don't do a stack dump if the stack pointer is outside the memory area
17770     reserved for stack.
17771
17772     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17773
17774 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
17775 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17776 Date:   Fri May 2 15:32:57 2008 +0200
17777
17778     avr32: Use the same entry point for reset and exception handling
17779
17780     Since the reset vector is always aligned to a very large boundary, we
17781     can save a couple of KB worth of alignment padding by placing the
17782     exception vectors at the same address.
17783
17784     Deciding which one it is is easy: If we're handling an exception, the
17785     CPU is in Exception mode. If we're starting up after reset, the CPU is
17786     in Supervisor mode. So this adds a very minimal overhead to the reset
17787     path (only executed once) and the exception handling path (normally
17788     never executed at all.)
17789
17790     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17791
17792 commit 0c16eed2189a190bd5655b33c029f809a9b31128
17793 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17794 Date:   Fri May 2 15:24:22 2008 +0200
17795
17796     avr32: Put memset in its own section
17797
17798     All C code is compiled with -ffunction-sections -fdata-sections.
17799     Assembly functions should get their own sections as well so that
17800     everything looks consistent.
17801
17802     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17803
17804 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
17805 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17806 Date:   Fri May 2 15:21:40 2008 +0200
17807
17808     avr32: Rename pm_init() as clk_init() and make SoC-specific
17809
17810     pm_init() was always more about clock initialization than anything
17811     else. Dealing with PLLs, clock gating and such is also inherently
17812     SoC-specific, so move it into a SoC-specific directory.
17813
17814     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17815
17816 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
17817 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17818 Date:   Wed Apr 30 16:15:57 2008 +0200
17819
17820     avr32: Use new-style Makefile for the at32ap platform
17821
17822     This makes it easier to avoid compiling certain files later.
17823
17824     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17825
17826 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
17827 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17828 Date:   Wed Apr 30 14:36:47 2008 +0200
17829
17830     avr32: Remove unused file cpu/at32ap/pm.c
17831
17832     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17833
17834 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
17835 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17836 Date:   Wed Apr 30 14:19:28 2008 +0200
17837
17838     avr32: Clean up the HMATRIX code
17839
17840     Rework the HMATRIX configuration interface so that it becomes easier
17841     to configure the HMATRIX for boards with special needs, and add new
17842     parts.
17843
17844     The HMATRIX header file has been split into a general,
17845     chip-independent part with register definitions, etc. and a
17846     chip-specific part with SFR bitfield definitions and master/slave
17847     identifiers.
17848
17849     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17850
17851 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
17852 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17853 Date:   Thu Nov 22 12:14:11 2007 +0100
17854
17855     avr32: Add support for the ATSTK1006 board
17856
17857     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
17858     board. It's currently in production and will be available soon.
17859
17860     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17861
17862 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
17863 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17864 Date:   Tue Apr 29 12:53:05 2008 +0200
17865
17866     avr32: Get rid of the .flashprog section
17867
17868     The .flashprog section was only needed back when we were running
17869     directly from flash, and it's even more useless on NGW100 since it
17870     uses the CFI flash driver which never used this workaround in the
17871     first place.
17872
17873     Remove it on STK1000 as well, and get rid of all the associated code and
17874     annotations.
17875
17876     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17877
17878 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
17879 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17880 Date:   Wed Apr 30 13:09:56 2008 +0200
17881
17882     avr32: Use correct condition around macb clock accessors
17883
17884     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
17885     the chip has a MACB controller, not when it has a USART.
17886
17887     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17888
17889 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
17890 Author: David Brownell <david-b@pacbell.net>
17891 Date:   Wed Apr 16 22:57:58 2008 -0700
17892
17893     avr32: Disable the AP7000 internal watchdog on startup
17894
17895     This patch forces the watchdog off in all cases.  That will at least
17896     get rid of the constant reboot cycle, though it won't let the watchdog
17897     actually run in the new kernels:  its probe() comes up with a polite
17898     warning.
17899
17900     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17901
17902 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
17903 Author: David Brownell <david-b@pacbell.net>
17904 Date:   Fri Feb 22 12:54:39 2008 -0800
17905
17906     avr32: stk1002 and ngw100 convergence
17907
17908     Make STK1002 and NGW100 boards act more alike:
17909       - STK boards can use as many arguments as NGW
17910       - STK boards don't need to manage FPGAs either
17911       - NGW commands should match STK ones
17912
17913     Also spell U-Boot right in prompts for STK1002 and NGW100.
17914
17915     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
17916     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
17917     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17918
17919 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
17920 Author: Sergei Poselenov <sposelenov@emcraft.com>
17921 Date:   Tue May 27 13:47:00 2008 +0200
17922
17923     Socrates: Fix PCI bus frequency report
17924
17925     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17926
17927 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
17928 Author: Sergei Poselenov <sposelenov@emcraft.com>
17929 Date:   Tue May 27 11:49:13 2008 +0200
17930
17931     Socrates: Added USB support.
17932
17933     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17934
17935 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
17936 Author: Sergei Poselenov <sposelenov@emcraft.com>
17937 Date:   Tue May 27 11:35:02 2008 +0200
17938
17939     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
17940
17941     In case of several PCI USB controllers on a board this variable
17942     specifys which controller to use.
17943     See doc/README.generic_usb_ohci for details.
17944
17945     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17946
17947 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
17948 Author: Sergei Poselenov <sposelenov@emcraft.com>
17949 Date:   Tue May 27 10:36:07 2008 +0200
17950
17951     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
17952
17953     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17954
17955 commit 83e9d7a2614d4006b92690afa3390c291734267e
17956 Author: Sergei Poselenov <sposelenov@emcraft.com>
17957 Date:   Mon May 26 18:16:04 2008 +0200
17958
17959     Socrates: Config file cleanup.
17960
17961     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17962
17963 commit 602cac1389b755b223272f2328a47e6f8c240848
17964 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17965 Date:   Sat May 24 12:47:46 2008 +0200
17966
17967     MAKEALL: add at91 list
17968
17969     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17970
17971 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
17972 Author: Ron Madrid <ron_madrid@sbcglobal.net>
17973 Date:   Fri May 23 15:37:05 2008 -0700
17974
17975     Add Marvell 88E1118 support for TSEC
17976
17977     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
17978     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17979
17980 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
17981 Author: Jens Gehrlein <sew_s@tqs.de>
17982 Date:   Mon May 5 14:06:11 2008 +0200
17983
17984     smc911x: add 16 bit support
17985
17986     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
17987     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17988
17989 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
17990 Author: Christian Eggers <ceggers@gmx.de>
17991 Date:   Wed May 21 21:29:10 2008 +0200
17992
17993     Fix endianess conversion in usb_ohci.c
17994
17995     Sorry, I forgot this line:
17996
17997     Signed-off-by: Christian Eggers <ceggers@gmx.de>
17998
17999     I think this must be swapped (result may be equal).
18000
18001 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
18002 Author: Christian Eggers <ceggers@gmx.de>
18003 Date:   Wed May 21 22:12:00 2008 +0200
18004
18005     USB: replace old swap_ with proper endianess conversion macros
18006
18007     Signed-off-by: Christian Eggers <ceggers@gmx.de>
18008     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18009
18010 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
18011 Author: Christian Eggers <ceggers@gmx.de>
18012 Date:   Wed May 21 21:29:10 2008 +0200
18013
18014     Fix endianess conversion in usb_ohci.c
18015
18016     Signed-off-by: Christian Eggers <ceggers@gmx.de>
18017     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18018
18019 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
18020 Author: Sergei Poselenov <sposelenov@emcraft.com>
18021 Date:   Thu May 22 01:15:53 2008 +0200
18022
18023     USB: add support for multiple PCI OHCI controllers
18024
18025     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
18026     In case of several PCI USB controllers on a board this variable
18027     specifys which controller to use.
18028
18029     Also add USB support for sokrates board.
18030
18031     See doc/README.generic_usb_ohci for details.
18032
18033     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18034     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18035
18036 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
18037 Author: Wolfgang Denk <wd@denx.de>
18038 Date:   Wed May 21 16:56:08 2008 +0200
18039
18040     Fix some whitespace issues
18041
18042     introduced by 53677ef18 "Big white-space cleanup."
18043
18044     Signed-off-by: Wolfgang Denk <wd@denx.de>
18045
18046 commit 4416603aeb06861b468b06a981e52c3ff805db7b
18047 Author: York Sun <yorksun@freescale.com>
18048 Date:   Mon May 12 14:36:39 2008 -0500
18049
18050     Make ads5121 out-of-tree compiling safe
18051
18052     Reuse the existing DIU driver in board/freescale/common.
18053
18054     Signed-off-by: York Sun <yorksun@freescale.com>
18055
18056 commit 0e1bad47cd345c76c91a64caf41011e431b62599
18057 Author: York Sun <yorksun@freescale.com>
18058 Date:   Mon May 5 10:20:01 2008 -0500
18059
18060     Adding DIU support for Freescale 5121ADS
18061
18062     Add DIU and cfb console support to FSL 5121ADS board.
18063
18064     Use #define CONFIG_VIDEO in config file to enable fb console.
18065
18066     Signed-off-by: York Sun <yorksun@freescale.com>
18067
18068 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
18069 Author: York Sun <yorksun@freescale.com>
18070 Date:   Mon May 5 10:20:00 2008 -0500
18071
18072     Replace DPRINTF with debug
18073
18074     Remove DPRINTF macro and replace it with generic debug macro.
18075
18076     Signed-off-by: York Sun <yorksun@freescale.com>
18077
18078 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
18079 Author: York Sun <yorksun@freescale.com>
18080 Date:   Mon May 5 10:19:59 2008 -0500
18081
18082     Move pixel clock setting to board file
18083
18084     The clock divider has different format in 5121 and 8610. This patch moves it to
18085     board specific code.
18086
18087     Signed-off-by: York Sun <yorksun@freescale.com>
18088
18089 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
18090 Author: Wolfgang Denk <wd@denx.de>
18091 Date:   Tue May 20 16:00:29 2008 +0200
18092
18093     Big white-space cleanup.
18094
18095     This commit gets rid of a huge amount of silly white-space issues.
18096     Especially, all sequences of SPACEs followed by TAB characters get
18097     removed (unless they appear in print statements).
18098
18099     Also remove all embedded "vim:" and "vi:" statements which hide
18100     indentation problems.
18101
18102     Signed-off-by: Wolfgang Denk <wd@denx.de>
18103
18104 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
18105 Author: Sergei Poselenov <sposelenov@emcraft.com>
18106 Date:   Thu May 8 17:46:23 2008 +0200
18107
18108     socrates: fix second TSEC configuration (it is actually TSEC3)
18109
18110     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18111
18112 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
18113 Author: Sergei Poselenov <sposelenov@emcraft.com>
18114 Date:   Thu May 8 14:17:08 2008 +0200
18115
18116     Fixed reset for socrates
18117
18118     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18119
18120 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
18121 Author: Sergei Poselenov <sposelenov@emcraft.com>
18122 Date:   Wed May 7 15:10:49 2008 +0200
18123
18124     socrates: changes to support FDT
18125
18126     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18127     Signed-off-by: Wolfgang Denk <wd@denx.de>
18128
18129 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
18130 Author: Sergei Poselenov <sposelenov@emcraft.com>
18131 Date:   Wed Apr 30 11:42:50 2008 +0200
18132
18133     Initial support for "Socrates" board
18134
18135     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18136
18137 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
18138 Author: Yuri Tikhonov <yur@emcraft.com>
18139 Date:   Thu May 8 15:46:42 2008 +0200
18140
18141     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
18142
18143     This way we become able to utilize the full post_log_word for POST
18144     activities (overwise, POST ECC, which has 0x8000 ID, could be
18145     erroneously treated as started in post_output_backlog() even if there
18146     was actually no POST ECC run (because of OCM POST failure, for
18147     example).
18148
18149     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18150
18151 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
18152 Author: Yuri Tikhonov <yur@emcraft.com>
18153 Date:   Thu May 8 15:46:02 2008 +0200
18154
18155     POST: mark OCM test as POST_STOP
18156
18157     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18158
18159 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
18160 Author: Yuri Tikhonov <yur@emcraft.com>
18161 Date:   Thu May 8 15:45:26 2008 +0200
18162
18163     POST: add POST_STOP flag
18164
18165     Don't run futher tests in case of a test fails that is marked as
18166     POST_STOP.
18167
18168     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18169     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18170
18171 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
18172 Author: Yuri Tikhonov <yur@emcraft.com>
18173 Date:   Thu May 8 15:44:16 2008 +0200
18174
18175     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
18176
18177     Switch the OCM testid with the codec one. The reason is that current
18178     implementation requires the POST_ROM testid to fit into lower 16
18179     bits, and the codec test will never run with POST_ROM hopefully.
18180
18181     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18182
18183 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
18184 Author: Yuri Tikhonov <yur@emcraft.com>
18185 Date:   Thu May 8 15:43:28 2008 +0200
18186
18187     lwmon5: enable OCM post test on lwmon5 board
18188
18189     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18190
18191 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
18192 Author: Yuri Tikhonov <yur@emcraft.com>
18193 Date:   Thu May 8 15:42:47 2008 +0200
18194
18195     POST: OCM test added.
18196
18197     Added OCM test to POST layer. This version runs before all other tests
18198     but doesn't yet interrupt post sequence on failure.
18199
18200     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18201     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18202
18203 commit 6891260bdd935a382c95d9fa333922b0dfded68a
18204 Author: Yuri Tikhonov <yur@emcraft.com>
18205 Date:   Thu May 8 15:40:39 2008 +0200
18206
18207     POST: typo fix
18208
18209     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18210
18211 commit 727f63334676e760877d43bfb8f0e9331ac8b101
18212 Author: Hebbar <gururajakr@sanyo.co.in>
18213 Date:   Tue May 20 02:16:36 2008 -0700
18214
18215     common/usb.c: fix incorrect escape sequence
18216
18217     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
18218
18219 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
18220 Author: York Sun <yorksun@freescale.com>
18221 Date:   Thu May 15 15:26:27 2008 -0500
18222
18223     Fix 8313ERDB board configuration
18224
18225     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
18226     Correct TSEC1 vs TSEC2 assignment.
18227     Define ETHADDR and ETH1ADDR always.
18228
18229     Signed-off-by: York Sun <yorksun@freescale.com>
18230     Signed-off-by: Timur Tabi <timur@freescale.com>
18231
18232 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
18233 Author: Jon Loeliger <jdl@freescale.com>
18234 Date:   Mon May 19 09:47:25 2008 -0500
18235
18236     mpc86xx: Removed unused and unconfigured memory test code.
18237
18238     Besides, other common code exists.
18239
18240     Signed-off-by: Jon Loeliger <jdl@freescale.com>
18241
18242 commit 180a90abdae72587c0f679edf8991455e559440d
18243 Author: Wolfgang Denk <wd@denx.de>
18244 Date:   Mon May 19 12:47:11 2008 +0200
18245
18246     Release v1.3.3
18247
18248     Update CHANGELOG for release.
18249
18250     Signed-off-by: Wolfgang Denk <wd@denx.de>
18251
18252 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
18253 Author: Stefan Roese <sr@denx.de>
18254 Date:   Mon May 19 07:14:38 2008 +0200
18255
18256     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
18257
18258     When SATA is selected (via jumper J6) we need to disable the first PCIe
18259     node in the device tree, so that Linux doesn't initialize it. Otherwise
18260     the Linux SATA driver will fail to detect the devices.
18261
18262     The same goes the other way around too. So if PCIe is selected we need
18263     to disable the SATA node in the device tree.
18264
18265     This is because PCIe port 0 and SATA on 460EX share the same pins
18266     (multiplexed) and we have to configure in U-Boot which peripheral is
18267     enabled.
18268
18269     Signed-off-by: Stefan Roese <sr@denx.de>
18270
18271 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
18272 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18273 Date:   Sun May 18 19:09:58 2008 +0200
18274
18275     i386: Fix multiple definitions of __show_boot_progress
18276
18277     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18278
18279 commit 311f3446930c1e64c12026c1cfd00500b05be52d
18280 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18281 Date:   Sun May 18 19:09:57 2008 +0200
18282
18283     sc530_spunk: add missing SOBJS entry
18284
18285     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18286
18287 commit a559317143b4f95927b08cd388707e6f077e95fa
18288 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18289 Date:   Sun May 18 19:09:56 2008 +0200
18290
18291     sc520_spunk: Fix flash
18292
18293     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
18294     flash.c:398: error: label at end of compound statement
18295
18296     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18297
18298 commit 91f221317af64191ee8caf303ea9305943158691
18299 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18300 Date:   Sun May 18 19:09:49 2008 +0200
18301
18302     drivers/pcmcia: add missing i82365
18303
18304     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18305
18306 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
18307 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18308 Date:   Sun May 18 19:09:47 2008 +0200
18309
18310     i386/bootm: remove unused var
18311
18312     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18313
18314 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
18315 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18316 Date:   Sun May 18 19:09:45 2008 +0200
18317
18318     example/gitignore: update with all generated examples
18319
18320     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18321
18322 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
18323 Author: Wolfgang Denk <wd@denx.de>
18324 Date:   Thu May 15 00:42:45 2008 +0200
18325
18326     TQM8272: fix out-of-tree building
18327
18328     ...and add to MAKEALL script
18329
18330     Signed-off-by: Wolfgang Denk <wd@denx.de>
18331
18332 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
18333 Author: Wolfgang Denk <wd@denx.de>
18334 Date:   Wed May 14 23:34:53 2008 +0200
18335
18336     environment: fix bug introduced by commit a8409f4f1ac8
18337
18338     env_get_char is not a function, but a pointer to one.
18339
18340     Signed-off-by: Wolfgang Denk <wd@denx.de>
18341
18342 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
18343 Author: Gary Jennejohn <garyj@denx.de>
18344 Date:   Wed May 14 13:39:22 2008 +0200
18345
18346     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
18347
18348     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
18349     use a redundant environment.
18350
18351     Signed-off-by: Gary Jennejohn <garyj@denx.de>
18352
18353 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
18354 Author: Wolfgang Denk <wd@denx.de>
18355 Date:   Wed May 14 13:55:30 2008 +0200
18356
18357     Fix config files for out-of-tree building
18358
18359     Several board/<...>/config.mk files include dynamically built (by
18360     the Makefile) config files but used the wrong file name of
18361         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
18362     instead if the correct
18363         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
18364
18365     The bug is nasty because the build result is correct for the (normal)
18366     in-tree builds, and because 'sinclude' is used no errors get raised
18367     even for out-of-tree build tests. But out-of-tree builds use an
18368     incomplete and thus usually incorrect configuration...
18369
18370     Signed-off-by: Wolfgang Denk <wd@denx.de>
18371
18372 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
18373 Author: Stefan Roese <sr@denx.de>
18374 Date:   Wed May 14 13:40:03 2008 +0200
18375
18376     ppc4xx: Fix bogus Canyonlands config.mk
18377
18378     This patch fixes the canyonlands config.mk file to enable correct
18379     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
18380
18381     Signed-off-by: Stefan Roese <sr@denx.de>
18382
18383 commit fdd1247a66d788a3446244f6fde9955a93c26322
18384 Author: Stefan Roese <sr@denx.de>
18385 Date:   Wed May 14 10:32:32 2008 +0200
18386
18387     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
18388
18389     Canyonlands has a file ddr2_fixed.c which needs special treatment when
18390     building in separate directory. It has to be linked to build directory
18391     otherwise it is not seen.
18392
18393     Signed-off-by: Stefan Roese <sr@denx.de>
18394
18395 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
18396 Author: Wolfgang Denk <wd@denx.de>
18397 Date:   Wed May 14 12:22:49 2008 +0200
18398
18399     environment: cleanup prototype declarations of env functions.
18400
18401     Signed-off-by: Wolfgang Denk <wd@denx.de>
18402
18403 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
18404 Author: Wolfgang Denk <wd@denx.de>
18405 Date:   Wed May 14 12:21:48 2008 +0200
18406
18407     linkstation_HGLAN: Fix out of tree building.
18408
18409     Signed-off-by: Wolfgang Denk <wd@denx.de>
18410
18411 commit 085551c05ca09e6c491ea11a1c6727a36776a545
18412 Author: Stefan Roese <sr@denx.de>
18413 Date:   Wed May 14 10:32:32 2008 +0200
18414
18415     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
18416
18417     Canyonlands has a file ddr2_fixed.c which needs special treatment when
18418     building in separate directory. It has to be linked to build directory
18419     otherwise it is not seen.
18420
18421     Signed-off-by: Stefan Roese <sr@denx.de>
18422
18423 commit 1510b82d50615f344e89d42533e8224cce067dc0
18424 Author: Wolfgang Denk <wd@denx.de>
18425 Date:   Tue May 13 23:15:52 2008 +0200
18426
18427     Makefile: fix "error: version_autogenerated.h: No such file or directory"
18428
18429     Signed-off-by: Wolfgang Denk <wd@denx.de>
18430
18431 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
18432 Author: Stelian Pop <stelian@popies.net>
18433 Date:   Tue May 13 17:31:24 2008 +0200
18434
18435     Cleanup nand_info[] declaration.
18436
18437     The nand_info array is declared as extern in several .c files.
18438     Those days, nand.h contains a reference to the array, so there is
18439     no need to declare it elsewhere.
18440
18441     Signed-off-by: Stelian Pop <stelian@popies.net>
18442     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18443
18444 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
18445 Author: Stefan Roese <sr@denx.de>
18446 Date:   Tue May 13 20:22:01 2008 +0200
18447
18448     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
18449
18450     Signed-off-by: Stefan Roese <sr@denx.de>
18451
18452 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
18453 Author: Wolfgang Denk <wd@denx.de>
18454 Date:   Mon May 12 01:11:21 2008 +0200
18455
18456     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
18457
18458     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
18459     which broke many PowerPC boards.
18460
18461 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
18462 Author: Wolfgang Denk <wd@denx.de>
18463 Date:   Mon May 12 00:56:28 2008 +0200
18464
18465     Revert "Avoid initrd and logbuffer area overlaps"
18466
18467     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
18468     which breaks building on all PPC boards that don't use a log buffer.
18469
18470 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
18471 Author: Nick Spence <nick.spence@freescale.com>
18472 Date:   Sat May 10 14:02:04 2008 -0700
18473
18474     Fix offset calculation for multi-type legacy images.
18475
18476     Calculation of tail was incorrect when size % 4 == 0.
18477
18478     New code removes the conditional and does the same thing but with arithmetic
18479
18480     Signed-off-by: Nick Spence <nick.spence@freescale.com>
18481
18482 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
18483 Author: Wolfgang Denk <wd@denx.de>
18484 Date:   Mon May 12 00:40:58 2008 +0200
18485
18486     Revert "Change env_get_char from a global function ptr to a function."
18487
18488     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
18489     which is known to break booting from dataflash and NAND.
18490
18491 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
18492 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18493 Date:   Sun May 11 23:13:57 2008 +0200
18494
18495     API: remove duplicate syscall check
18496
18497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18498
18499 commit 67e3beb52c320b0a31cf030716c99392cde2d532
18500 Author: Stelian Pop <stelian@popies.net>
18501 Date:   Fri May 9 21:46:51 2008 +0200
18502
18503     AT91: Cleanup unused config header file definitions.
18504
18505     CONFIG_ENV_OVERWRITE is commented out in the config header files,
18506     so let's cleanup the files by removing the whole definition.
18507
18508     Signed-off-by: Stelian Pop <stelian@popies.net>
18509     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18510
18511 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
18512 Author: Stelian Pop <stelian@popies.net>
18513 Date:   Thu May 8 14:52:34 2008 +0200
18514
18515     Support AT91CAP9 revC CPUs
18516
18517     The AT91CAP9 revC CPU has a few differences over the previous,
18518     revB CPU which was distributed in small quantities only (revA was
18519     an internal Atmel product only).
18520
18521     The revC silicon needs a special initialisation sequence to
18522     switch from the internal (imprecise) RC oscillator to the
18523     external 32k clock.
18524
18525     Signed-off-by: Stelian Pop <stelian@popies.net>
18526     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18527
18528 commit 098b7b4b441b12c2a64dd517930f43c793542759
18529 Author: Stelian Pop <stelian@popies.net>
18530 Date:   Thu May 8 14:52:33 2008 +0200
18531
18532     Use custom logo for Atmel boards
18533
18534     This patch adds a custom vendor logo for the Atmel AT91 boards.
18535
18536     Signed-off-by: Stelian Pop <stelian@popies.net>
18537     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18538
18539 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
18540 Author: Stelian Pop <stelian@popies.net>
18541 Date:   Thu May 8 14:52:32 2008 +0200
18542
18543     AT91SAM9RLEK: hook up the ATMEL LCD driver
18544
18545     This patch makes the necessary adaptations (PIO configurations and
18546     defines in config header file) to hook up the Atmel LCD driver to the
18547     AT91SAM9RLEK board.
18548
18549     Signed-off-by: Stelian Pop <stelian@popies.net>
18550     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18551
18552 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
18553 Author: Stelian Pop <stelian@popies.net>
18554 Date:   Thu May 8 14:52:31 2008 +0200
18555
18556     AT91SAM9263EK: hook up the ATMEL LCD driver
18557
18558     This patch makes the necessary adaptations (PIO configurations and
18559     defines in config header file) to hook up the Atmel LCD driver to the
18560     AT91SAM9263EK board.
18561
18562     Signed-off-by: Stelian Pop <stelian@popies.net>
18563     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18564
18565 commit 820f2a958325061a446115f3035e48e4726b3390
18566 Author: Stelian Pop <stelian@popies.net>
18567 Date:   Thu May 8 14:52:30 2008 +0200
18568
18569     AT91SAM9261EK: hook up the ATMEL LCD driver
18570
18571     This patch makes the necessary adaptations (PIO configurations and
18572     defines in config header file) to hook up the Atmel LCD driver to the
18573     AT91SAM9261EK board.
18574
18575     Signed-off-by: Stelian Pop <stelian@popies.net>
18576     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18577
18578 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
18579 Author: Stelian Pop <stelian@popies.net>
18580 Date:   Thu May 8 14:52:29 2008 +0200
18581
18582     AT91CAP9ADK: hook up the ATMEL LCD driver
18583
18584     This patch makes the necessary adaptations (PIO configurations and
18585     defines in config header file) to hook up the Atmel LCD driver to the
18586     AT91CAP9ADK board.
18587
18588     Signed-off-by: Stelian Pop <stelian@popies.net>
18589     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18590
18591 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
18592 Author: Stelian Pop <stelian@popies.net>
18593 Date:   Fri May 9 21:57:18 2008 +0200
18594
18595     Add ATMEL LCD driver
18596
18597     This patch adds support for the ATMEL LCDC driver which is used on some
18598     AT91 and AVR platforms.
18599
18600     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
18601     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
18602
18603     Signed-off-by: Stelian Pop <stelian@popies.net>
18604     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18605
18606 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
18607 Author: Stelian Pop <stelian@popies.net>
18608 Date:   Thu May 8 18:52:25 2008 +0200
18609
18610     AT91SAM9RLEK support
18611
18612     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
18613     board.
18614
18615     Signed-off-by: Stelian Pop <stelian@popies.net>
18616     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18617
18618 commit 8e429b3eee23927c1222679f6b6f53667b21595c
18619 Author: Stelian Pop <stelian@popies.net>
18620 Date:   Thu May 8 18:52:23 2008 +0200
18621
18622     AT91SAM9263EK support
18623
18624     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
18625     board.
18626
18627     Signed-off-by: Stelian Pop <stelian@popies.net>
18628     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18629
18630 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
18631 Author: Stelian Pop <stelian@popies.net>
18632 Date:   Thu May 8 20:52:22 2008 +0200
18633
18634     AT91SAM9261EK support
18635
18636     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
18637     board.
18638
18639     Signed-off-by: Stelian Pop <stelian@popies.net>
18640     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18641
18642 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
18643 Author: Stelian Pop <stelian@popies.net>
18644 Date:   Thu May 8 20:52:21 2008 +0200
18645
18646     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
18647
18648     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
18649     in order to cope with the changes in DataFlash partitionning scheme
18650     (cset c3a60cb3).
18651
18652     Signed-off-by: Stelian Pop <stelian@popies.net>
18653     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18654
18655 commit 96996ac25d5222611a8888968db6e53a6d3726da
18656 Author: Stelian Pop <stelian@popies.net>
18657 Date:   Thu May 8 20:52:20 2008 +0200
18658
18659     AT91SAM9260EK: Normalize BOOTARGS
18660
18661     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
18662     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
18663     variable.
18664
18665     Signed-off-by: Stelian Pop <stelian@popies.net>
18666     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18667
18668 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
18669 Author: Stelian Pop <stelian@popies.net>
18670 Date:   Thu May 8 20:52:19 2008 +0200
18671
18672     AT91SAM9260EK: Normalize SPI timings
18673
18674     This patch changes the SPI timings to closely match the ones
18675     used by the Linux kernel and the Atmel's own bootstrap project.
18676
18677     Signed-off-by: Stelian Pop <stelian@popies.net>
18678     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18679
18680 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
18681 Author: Stelian Pop <stelian@popies.net>
18682 Date:   Thu May 8 20:52:18 2008 +0200
18683
18684     AT91SAM9260EK: Handle 8 or 16 bit NAND
18685
18686     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
18687     makes the support configurable in the board config header file
18688     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
18689
18690     Signed-off-by: Stelian Pop <stelian@popies.net>
18691     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18692
18693 commit ab52640fc01624e208424e527af0b7b3a5a65a12
18694 Author: Stelian Pop <stelian@popies.net>
18695 Date:   Thu May 8 20:52:17 2008 +0200
18696
18697     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
18698
18699     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
18700     in order to cope with the changes in DataFlash partitionning scheme
18701     (cset c3a60cb3).
18702
18703     Signed-off-by: Stelian Pop <stelian@popies.net>
18704     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18705
18706 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
18707 Author: Stelian Pop <stelian@popies.net>
18708 Date:   Thu May 8 20:52:16 2008 +0200
18709
18710     AT91CAP9ADK: Normalize BOOTARGS
18711
18712     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
18713     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
18714     variable.
18715
18716     Signed-off-by: Stelian Pop <stelian@popies.net>
18717     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18718
18719 commit 93da48b910511911ce110656e17ed733c8ac4c45
18720 Author: Stelian Pop <stelian@popies.net>
18721 Date:   Thu May 8 20:52:15 2008 +0200
18722
18723     AT91CAP9ADK: Normalize SPI timings
18724
18725     This patch changes the SPI timings to closely match the ones
18726     used by the Linux kernel and the Atmel's own bootstrap project.
18727
18728     Signed-off-by: Stelian Pop <stelian@popies.net>
18729     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18730
18731 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
18732 Author: Stelian Pop <stelian@popies.net>
18733 Date:   Thu May 8 20:52:14 2008 +0200
18734
18735     AT91CAP9ADK: Handle 8 or 16 bit NAND
18736
18737     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
18738     makes the support configurable in the board config header file
18739     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
18740
18741     Signed-off-by: Stelian Pop <stelian@popies.net>
18742     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18743
18744 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
18745 Author: Stelian Pop <stelian@popies.net>
18746 Date:   Thu May 8 20:52:13 2008 +0200
18747
18748     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
18749
18750     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
18751     below avoids the duplication of u-boot.lds by putting the file in the
18752     cpu directory instead of the board one.
18753
18754     Signed-off-by: Stelian Pop <stelian@popies.net>
18755     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18756
18757 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
18758 Author: Stelian Pop <stelian@popies.net>
18759 Date:   Thu May 8 20:52:12 2008 +0200
18760
18761     Add proper copyright notices in Atmel boards Makefiles
18762
18763     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
18764     copyright notice. This patch adds the missing pieces.
18765
18766     Signed-off-by: Stelian Pop <stelian@popies.net>
18767     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18768
18769 commit e817a042cef6164bf26fee86f90326f2ec9e6745
18770 Author: Stelian Pop <stelian@popies.net>
18771 Date:   Thu May 8 20:52:11 2008 +0200
18772
18773     Add copyright information in Atmel boards partition.c
18774
18775     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
18776     the new created files. This patch fixes the problem.
18777
18778     Signed-off-by: Stelian Pop <stelian@popies.net>
18779     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18780
18781 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
18782 Author: Stelian Pop <stelian@popies.net>
18783 Date:   Thu May 8 20:52:10 2008 +0200
18784
18785     Update origin and copyright information in arch-at91sam9 header files
18786
18787     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
18788     copied from the Linux kernel sources. This patch explicitly specifies
18789     this origin for all the copied headers, and for those missing copyright
18790     information, adds it.
18791
18792     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
18793     in the latest kernel sources by 'at91sam9_smc.h'.
18794
18795     The copyright information has been confirmed by the AT91 Linux kernel
18796     maintainer, Andrew Victor <avictor.za@gmail.com>.
18797
18798     Signed-off-by: Stelian Pop <stelian@popies.net>
18799     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18800
18801 commit 79dd1712689d6a5031d7cbff54957049680751c7
18802 Author: Markus Klotzbücher <mk@denx.de>
18803 Date:   Thu May 8 16:00:55 2008 +0200
18804
18805     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
18806
18807     When using dhcp/bootp the "netmask" environment variable is not set
18808     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
18809     desireable, so the following patch adds this this option to the board
18810     config.
18811
18812     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18813     Signed-off-by: Stefan Roese <sr@denx.de>
18814
18815 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
18816 Author: Stefan Roese <sr@denx.de>
18817 Date:   Sat May 10 10:30:36 2008 +0200
18818
18819     ppc4xx: Update Makalu defconfig to use device-tree booting as default
18820
18821     This patch reworks the default environment on Makalu. Now "net_nfs" for
18822     example uses the device-tree style booting formerly know as "net_nfs_fdt".
18823     Also the addresses in RAM were changed because of the new image booting
18824     support, which check for image overwriting. So the addresses needed to
18825     get adjusted.
18826
18827     Signed-off-by: Stefan Roese <sr@denx.de>
18828
18829 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
18830 Author: Becky Bruce <bgill@freescale.com>
18831 Date:   Wed May 7 13:28:16 2008 -0500
18832
18833     PPC: fix map_physmem build warning
18834
18835     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
18836     enabled.  This quiets the warning.
18837
18838     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
18839
18840 commit 36f32675f40292002ee1fed252c180a43022d2d4
18841 Author: Becky Bruce <bgill@freescale.com>
18842 Date:   Wed May 7 13:24:57 2008 -0500
18843
18844     Update pci code to use phys_addr_t
18845
18846     Physical addrs need to be represented by phys_addr_t, not
18847     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
18848     are going to fail mightily.
18849
18850     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18851
18852 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
18853 Author: Nick Spence <nick.spence@freescale.com>
18854 Date:   Thu May 8 22:32:22 2008 -0700
18855
18856     Support legacy multi-type images without FDT section.
18857
18858     This patch enables legacy multi-type images containing only a Linux kernel
18859     and root file system to be loaded, maintaining compatibility with previous
18860     versions of u-boot.
18861
18862     This is required when using old image files such as a Linux 2.4 kernel /
18863     filesystem.
18864
18865     Signed-off-by: Nick Spence <nick.spence@freescale.com>
18866     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
18867
18868 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
18869 Author: Wolfgang Denk <wd@denx.de>
18870 Date:   Sat May 10 00:38:02 2008 +0200
18871
18872     Update CHANGELOG.
18873
18874     Signed-off-by: Wolfgang Denk <wd@denx.de>
18875
18876 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
18877 Author: Wolfgang Denk <wd@denx.de>
18878 Date:   Sat May 10 00:36:09 2008 +0200
18879
18880     post/cpu/ppc4xx/Makefile: line length cleanup
18881
18882     Signed-off-by: Wolfgang Denk <wd@denx.de>
18883
18884 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
18885 Author: Stelian Pop <stelian@popies.net>
18886 Date:   Thu May 8 22:52:09 2008 +0200
18887
18888     Fix @ -> <at> substitution
18889
18890     When applying the AT91CAP9 patches upstream, something transformed
18891     the '@' character into the ' <at> ' sequence.
18892
18893     The patch below restores the original form in all the places where
18894     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
18895     were copied from AT91CAP9, and a couple of other files where the
18896     ' <at> ' sequence was present).
18897
18898     Signed-off-by: Stelian Pop <stelian@popies.net>
18899
18900 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
18901 Author: Stelian Pop <stelian@popies.net>
18902 Date:   Thu May 8 22:52:10 2008 +0200
18903
18904     Update origin and copyright information in arch-at91sam9 header files
18905
18906     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
18907     copied from the Linux kernel sources. This patch explicitly specifies
18908     this origin for all the copied headers, and for those missing copyright
18909     information, adds it.
18910
18911     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
18912     in the latest kernel sources by 'at91sam9_smc.h'.
18913
18914     The copyright information has been confirmed by the AT91 Linux kernel
18915     maintainer, Andrew Victor <avictor.za@gmail.com>.
18916
18917     Signed-off-by: Stelian Pop <stelian@popies.net>
18918
18919 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
18920 Author: Stelian Pop <stelian@popies.net>
18921 Date:   Thu May 8 22:52:11 2008 +0200
18922
18923     Add copyright information in Atmel boards partition.c
18924
18925     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
18926     the new created files. This patch fixes the problem.
18927
18928     Signed-off-by: Stelian Pop <stelian@popies.net>
18929
18930 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
18931 Author: Guennadi Liakhovetski <lg@denx.de>
18932 Date:   Thu May 8 10:09:27 2008 +0200
18933
18934     mx31ads: fix 32kHz clock handling
18935
18936     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
18937     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
18938     Also fix a typo when verifying a jumper configuration. While at it, make
18939     two needlessly global functions static.
18940
18941     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18942
18943 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
18944 Author: Marian Balakowicz <m8@semihalf.com>
18945 Date:   Wed May 7 13:10:04 2008 +0200
18946
18947     Avoid initrd and logbuffer area overlaps
18948
18949     Add logbuffer to reserved LMB areas to prevent initrd allocation
18950     from overlaping with it.
18951
18952     Make sure to use correct logbuffer base address.
18953
18954     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18955
18956 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
18957 Author: Marian Balakowicz <m8@semihalf.com>
18958 Date:   Wed May 7 13:08:54 2008 +0200
18959
18960     ppc: Cleanup get_effective_memsize() use
18961
18962     Removed duplicated effective memory size calculation code.
18963
18964     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18965
18966 commit 273c37d843d5b581090378016cd12dd9c586907b
18967 Author: Marian Balakowicz <m8@semihalf.com>
18968 Date:   Wed May 7 09:03:53 2008 +0200
18969
18970     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
18971
18972     Recent modifcations to LOGBUFFER handling code were incorrecly
18973     introduced to fit_check_kernel() routine during
18974     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
18975     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
18976
18977     This patch cleans up this merge issue.
18978
18979     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18980
18981 commit bc11756daff89a3de09ca80adac962b88cf06e6e
18982 Author: Grant Erickson <gerickson@nuovations.com>
18983 Date:   Tue May 6 20:16:15 2008 -0700
18984
18985     Propagate Error Status to the Shell on fw_printenv Errors
18986
18987     Changed implementation such that fw_printenv returns failure status
18988     when one or more specified variables do not exist or when incorrect
18989     command syntax is used.
18990
18991     This aids scripting fw_printenv such that the script can key of the
18992     return status rather than relying on standard error "scraping".
18993
18994     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
18995     Signed-off-by: Wolfgang Denk <wd@denx.de>
18996
18997 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
18998 Author: Grant Erickson <gerickson@nuovations.com>
18999 Date:   Tue May 6 16:18:00 2008 -0700
19000
19001     Fix Compilation Errors with 'tools/env/fw_printenv'
19002
19003     In the current top-of-tree, 1.3.3.-rc2, the optional tool
19004     'tools/env/fw_printenv' fails to compile for two reasons:
19005
19006     1) The header watchdog.h cannot be found.
19007     2) The header zlib.h is picked up from the tool chain rather than the
19008        project causing a prototype conflict for crc32.
19009
19010     This patch addresses both of these issues.
19011
19012     Platforms Tested On:
19013     - AMCC "Kilauea"
19014
19015     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19016
19017 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
19018 Author: James Yang <James.Yang@freescale.com>
19019 Date:   Mon May 5 10:22:53 2008 -0500
19020
19021     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
19022
19023     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
19024     work before relocating to RAM because command history is written into
19025     a global array that is not writable before relocation.  This patch
19026     defers to the no-editing and no-history code in readline_into_buffer()
19027     if it is called before relocation.
19028
19029     Signed-off-by: James Yang <James.Yang@freescale.com>
19030     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19031
19032 commit 726c0f1e5f108dccea052965123b95837d2bd402
19033 Author: Detlev Zundel <dzu@denx.de>
19034 Date:   Mon May 5 16:11:22 2008 +0200
19035
19036     cosmetic: Adjust coding style for switch statements to be consistent
19037
19038     Signed-off-by: Detlev Zundel <dzu@denx.de>
19039
19040 commit 574b319512b13e10800f0045e39b993f4ca25e42
19041 Author: Detlev Zundel <dzu@denx.de>
19042 Date:   Mon May 5 16:11:21 2008 +0200
19043
19044     Fix disk type output in disk/part.c
19045
19046     Signed-off-by: Detlev Zundel <dzu@denx.de>
19047
19048 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
19049 Author: Vlad Lungu <vlad.lungu@windriver.com>
19050 Date:   Mon May 5 14:20:03 2008 +0300
19051
19052     Mail address change, documentation modified
19053
19054     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
19055
19056 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
19057 Author: Michal Simek <monstr@monstr.eu>
19058 Date:   Sun May 4 15:42:41 2008 +0200
19059
19060     microblaze: Repare intc handling
19061
19062     Signed-off-by: Michal Simek <monstr@monstr.eu>
19063
19064 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
19065 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19066 Date:   Sun May 4 15:17:52 2008 +0200
19067
19068     include/gitignore: update to all architectures
19069
19070     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19071
19072 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
19073 Author: Marcel Ziswiler <marcel@ziswiler.com>
19074 Date:   Mon May 5 02:12:06 2008 +0200
19075
19076     ide: Remove spurious second include of io.h
19077
19078     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
19079
19080     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19081
19082 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
19083 Author: Adrian Filipi <adrian.filipi@eurotech.com>
19084 Date:   Tue May 6 16:46:37 2008 -0400
19085
19086     Fix some typos
19087
19088     This patch fixes three typos.
19089     The first is a repetition of CONFIG_CMD_BSP.
19090     The second makes the #endif comment match its #if.
19091     The third is a spelling error.
19092
19093     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
19094
19095 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
19096 Author: Grant Erickson <gerickson@nuovations.com>
19097 Date:   Sun May 4 16:45:01 2008 -0700
19098
19099     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
19100
19101     Add support for the recognition of 'powerpc' as an alias for the PowerPC
19102     architecture type since Linux is already trending in that direction,
19103     preferring 'powerpc' to 'ppc'.
19104
19105     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19106
19107 commit f5a24259190c388c2527bdc49fee34577d862cc7
19108 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
19109 Date:   Fri May 2 13:35:15 2008 -0700
19110
19111     7450 and 86xx L2 cache invalidate bug corrections
19112
19113     The 7610 and related parts have an L2IP bit in the L2CR that is
19114     monitored to signal when the L2 cache invalidate is complete whereas the
19115     7450 and related parts utilize L2I for this purpose. However, the
19116     current code does not account for this difference. Additionally the 86xx
19117     L2 cache invalidate code used an "andi" instruction where an "andis"
19118     instruction should have been used.
19119
19120     This patch addresses both of these bugs.
19121
19122     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
19123     Acked-By: Jon Loeliger <jdl@freescale.com>
19124
19125 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
19126 Author: Wolfgang Denk <wd@denx.de>
19127 Date:   Fri May 9 10:16:13 2008 +0200
19128
19129     Avoid infinite loop "Generating include/autoconf.mk"
19130
19131     Fix a bogus circular dependency that caused an infinite loop of
19132     "Generating include/autoconf.mk" again and again.
19133
19134     Signed-off-by: Wolfgang Denk <wd@denx.de>
19135
19136 commit 567fb852178dbf59529d7301620a3f3732a4b02d
19137 Author: Stelian Pop <stelian@popies.net>
19138 Date:   Thu May 8 22:52:09 2008 +0200
19139
19140     Fix @ -> <at> substitution
19141
19142     When applying the AT91CAP9 patches upstream, something transformed
19143     the '@' character into the ' <at> ' sequence.
19144
19145     The patch below restores the original form in all the places where
19146     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
19147     were copied from AT91CAP9, and a couple of other files where the
19148     ' <at> ' sequence was present).
19149
19150     Signed-off-by: Stelian Pop <stelian@popies.net>
19151     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19152
19153 commit 73ccb3410a0785593cda7aee455dfc51f790e281
19154 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
19155 Date:   Mon Apr 28 14:04:32 2008 +0200
19156
19157     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
19158
19159     Signed-off-by: Gary Jennejohn <garyj@denx.de>
19160     Signed-off-by: Stefan Roese <sr@denx.de>
19161
19162 commit ef2642625cbfb1c3695e3478d08ae515052a4950
19163 Author: Stefan Roese <sr@denx.de>
19164 Date:   Thu May 8 11:10:46 2008 +0200
19165
19166     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
19167
19168     Signed-off-by: Stefan Roese <sr@denx.de>
19169
19170 commit a00eccfebc954ad9485161efeca7d9aaf626d530
19171 Author: Stefan Roese <sr@denx.de>
19172 Date:   Thu May 8 11:05:15 2008 +0200
19173
19174     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
19175
19176     This patch adds fdt (flattened device tree) support to all remaining AMCC
19177     eval boards. Most newer boards already support device tree. With this patch,
19178     all AMCC boards now enable device tree passing from U-Boot to Linux
19179     arch/powerpc kernels.
19180
19181     Signed-off-by: Stefan Roese <sr@denx.de>
19182
19183 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
19184 Author: Stefan Roese <sr@denx.de>
19185 Date:   Thu May 8 11:01:09 2008 +0200
19186
19187     ppc4xx: Add weak default ft_board_setup() routine
19188
19189     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
19190     This routine is defined as weak and can be overwritten by a board specific
19191     one if needed.
19192
19193     Signed-off-by: Stefan Roese <sr@denx.de>
19194
19195 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
19196 Author: Stefan Roese <sr@denx.de>
19197 Date:   Thu May 8 10:48:58 2008 +0200
19198
19199     ppc4xx: acadia: Add fdt support and fix section overlap problem
19200
19201     This patch adds fdt (flattened device tree) support to the AMCC
19202     Acadia eval board. This increases the image size and it doesn't
19203     fit anymore into 256kByte. Since we didn't want to remove features
19204     from the configuration, we decided to increase the U-Boot image size
19205     (add one flash sector).
19206
19207     Also changed the default environment definition to make it
19208     independent of such changes.
19209
19210     Signed-off-by: Stefan Roese <sr@denx.de>
19211
19212 commit 4adb3023de75bc150f088c8935db340930ad38c8
19213 Author: Ira Snyder <iws@ovro.caltech.edu>
19214 Date:   Tue Apr 29 11:18:54 2008 -0700
19215
19216     ppc4xx: Add device tree support to AMCC Yosemite
19217
19218     Add support for booting with a device tree blob. This is needed to boot
19219     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
19220     via the ethaddr variable.
19221
19222     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
19223     Signed-off-by: Stefan Roese <sr@denx.de>
19224
19225 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
19226 Author: Dave Mitchell <dmitchell@amcc.com>
19227 Date:   Wed May 7 09:00:23 2008 -0700
19228
19229     ppc4xx: Fix typos in 460GT/EX FBDV array
19230
19231     Corrected two typos in the 460GT/EX FBDV array.
19232
19233     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
19234     Signed-off-by: Stefan Roese <sr@denx.de>
19235
19236 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
19237 Author: Andy Fleming <afleming@freescale.com>
19238 Date:   Wed May 7 16:54:31 2008 -0500
19239
19240     85xx: Limit CPU2 workaround to parts that have the errata
19241
19242     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
19243     Signed-off-by: Andy Fleming <afleming@freescale.com>
19244
19245 commit a5fe514e8ace564300d2c1d73846ddff49654243
19246 Author: Lee Nipper <lee.nipper@freescale.com>
19247 Date:   Fri Apr 25 15:44:45 2008 -0500
19248
19249     mpc83xx: system performance settings for MPC8349EMDS.
19250
19251     These same settings are used on MPC8349ITX, and
19252     improve performance on MPC8349EMDS.
19253
19254     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
19255     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19256
19257 commit 49387dba910e485640b575e920ee463b7e611dc3
19258 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19259 Date:   Tue May 6 13:22:52 2008 +0900
19260
19261     [MIPS] cpu/mips/cache.S: Fix build warning
19262
19263     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
19264     warns illegal global symbol references by bal (and jal also) instruction.
19265     This does not happen with the latest binutils v2.18.
19266
19267     Here's an example on gth2_config:
19268
19269     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
19270     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
19271     c -EB -c -o cache.o cache.S
19272     cache.S: Assembler messages:
19273     cache.S:243: Warning: Pretending global symbol used as branch target is local.
19274     cache.S:250: Warning: Pretending global symbol used as branch target is local.
19275
19276     In principle, gas might be sensitive to global symbol references in PIC
19277     code because they should be processed through GOT (global offset table).
19278     But if `bal' instruction is used, it results in PC-based offset jump.
19279     This is the cause of this warning.
19280
19281     In practice, we know it doesn't matter whether PC-based reference or GOT-
19282     based. As for this case, both will work before/after relocation. But let's
19283     fix the code.
19284
19285     This patch explicitly sets up a target address, then jump there.
19286     Here's an example of disassembled code with/without this patch.
19287
19288      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
19289      9000066c:       ac80fffc        sw      zero,-4(a0)
19290      90000670:       01402821        move    a1,t2
19291     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
19292     -90000678:       01803021        move    a2,t4
19293     -9000067c:       01602821        move    a1,t3
19294     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
19295     -90000684:       01a03021        move    a2,t5
19296     -90000688:       03000008        jr      t8
19297     -9000068c:       00000000        nop
19298     +90000674:       01803021        move    a2,t4
19299     +90000678:       8f8f83ec        lw      t7,-31764(gp)
19300     +9000067c:       01e0f809        jalr    t7
19301     +90000680:       00000000        nop
19302     +90000684:       01602821        move    a1,t3
19303     +90000688:       01a03021        move    a2,t5
19304     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
19305     +90000690:       01e0f809        jalr    t7
19306     +90000694:       00000000        nop
19307     +90000698:       03000008        jr      t8
19308     +9000069c:       00000000        nop
19309
19310     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19311
19312 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
19313 Author: Vlad Lungu <vlad.lungu@windriver.com>
19314 Date:   Mon May 5 14:04:00 2008 +0300
19315
19316     Allow building mips versions with ELDK 3.1.1
19317
19318     .gpword works only with local symbols on certain binutils versions
19319
19320     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
19321
19322 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
19323 Author: Wolfgang Denk <wd@denx.de>
19324 Date:   Mon May 5 12:52:36 2008 +0200
19325
19326     MAKEALL: add inka4x0 board
19327
19328     Signed-off-by: Wolfgang Denk <wd@denx.de>
19329
19330 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
19331 Author: Wolfgang Denk <wd@denx.de>
19332 Date:   Sun May 4 21:34:23 2008 +0200
19333
19334     kb9202 board: fix build problem.
19335
19336     Signed-off-by: Wolfgang Denk <wd@denx.de>
19337
19338 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
19339 Author: Wolfgang Denk <wd@denx.de>
19340 Date:   Sun May 4 12:10:33 2008 +0200
19341
19342     Prepare for v1.3.3-rc3
19343
19344     Update ChNAGELOG, minor white space cleanup.
19345
19346     Signed-off-by: Wolfgang Denk <wd@denx.de>
19347
19348 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
19349 Author: Wolfgang Denk <wd@denx.de>
19350 Date:   Sun May 4 00:35:15 2008 +0200
19351
19352     drivers/net/tsec.c: Fix typo.
19353
19354     Signed-off-by: Wolfgang Denk <wd@denx.de>
19355
19356 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
19357 Author: Mike Frysinger <vapier@gentoo.org>
19358 Date:   Fri May 2 21:45:12 2008 -0400
19359
19360     version_autogenerated.h: use printf rather than echo -n
19361
19362     Some systems are dumb and do not implement the -n flag to echo (like OS X).
19363     Convert the Makefile to use printf as this should work everywhere.
19364
19365     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19366     Signed-off-by: Wolfgang Denk <wd@denx.de>
19367
19368 commit 4acc2a108ad0a669165924704a6cb083f9138242
19369 Author: Mike Frysinger <vapier@gentoo.org>
19370 Date:   Fri May 2 18:17:50 2008 -0400
19371
19372     fix building when saveenv is disabled in some setups
19373
19374     If you enable environment in the flash, but disable the embedded
19375     option, and you disable the saveenv command, then the #if nested
19376     logic will trigger a compile failure:
19377     env_flash.c: In function 'env_relocate_spec':
19378     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
19379     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
19380
19381     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19382
19383 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
19384 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
19385 Date:   Fri May 2 16:10:04 2008 -0400
19386
19387     SBC8548: fix address mask to allow 64M flash
19388
19389     Fix incorrect mask to enable all 64MB of onboard flash.
19390     Previously U-Boot incorrectly mapped only 8MB of flash, this
19391     patch correctly maps all the available flash.
19392
19393     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
19394
19395 commit 3648085c464c8c22ef76fab006ca4344d3796124
19396 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19397 Date:   Fri May 2 19:48:56 2008 +0200
19398
19399     qemu_mips: add README
19400
19401     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19402
19403 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
19404 Author: Marcel Ziswiler <marcel@ziswiler.com>
19405 Date:   Fri May 2 02:35:59 2008 +0200
19406
19407     Fix misspelled comment
19408
19409     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19410
19411 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
19412 Author: Mike Frysinger <vapier@gentoo.org>
19413 Date:   Thu May 1 04:13:05 2008 -0400
19414
19415     mkimage: make mmap() checks consistent
19416
19417     The mmap() related code is full of inconsistent casts/constants when
19418     it comes to error checking, and may break when building on some
19419     systems (like ones that do not implicitly define the caddr_t type).
19420     Let's just avoid the whole mess by writing the code nice and clean in
19421     the first place.
19422
19423     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19424
19425 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
19426 Author: Marcel Ziswiler <marcel@ziswiler.com>
19427 Date:   Thu May 1 09:05:34 2008 +0200
19428
19429     Fix defined but not used build warning
19430
19431     - warning: 'srom' defined but not used
19432
19433     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19434
19435 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
19436 Author: Marcel Ziswiler <marcel@ziswiler.com>
19437 Date:   Thu May 1 09:05:26 2008 +0200
19438
19439     Fix implicit declaration build warnings
19440
19441     - warning: implicit declaration of function ‘serial_initialize’
19442
19443     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19444
19445 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
19446 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19447 Date:   Tue Apr 29 19:18:32 2008 +0200
19448
19449     TSEC: add config options for VSC8601 RGMII PHY
19450
19451     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
19452     and Tx clock lines. They are configured using 2 bits in extended
19453     register 0x17.
19454     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
19455     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
19456
19457     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19458     Acked-by: Andy Fleming <afleming@freescale.com>
19459     Acked-by: Ben Warren <biggerbadderben@gmail.com>
19460     --
19461
19462      drivers/net/tsec.c |    6 ++++++
19463      drivers/net/tsec.h |    3 +++
19464      2 files changed, 9 insertions(+), 0 deletions(-)
19465
19466 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
19467 Author: Wolfgang Denk <wd@denx.de>
19468 Date:   Sat May 3 23:07:15 2008 +0200
19469
19470     Revert "ColdFire: Get information from the correct GCC"
19471
19472     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
19473     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
19474
19475 commit c4e5f52a58d278eebb87f476e353972c5dacea40
19476 Author: Wolfgang Denk <wd@denx.de>
19477 Date:   Sat May 3 22:25:00 2008 +0200
19478
19479     config.mk: use correct (cross) compiler
19480
19481     Some config.mk files reference $(CC) to test for specific tool chain
19482     features, so make sure $(CC) gets set before including any such
19483     config files.
19484
19485     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
19486     the correct GCC").
19487
19488     Signed-off-by: Wolfgang Denk <wd@denx.de>
19489
19490 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
19491 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19492 Date:   Thu May 1 02:13:44 2008 +0200
19493
19494     pxa: fix previous definition on cpu init
19495
19496     start.S:183:1: warning: "ICMR" redefined
19497     In file included from start.S:33:
19498     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
19499     start.S:187:1: warning: "RCSR" redefined
19500     ...
19501
19502     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19503
19504 commit 6d12e697de794d700767f22f950e3026ccf4daf6
19505 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19506 Date:   Thu May 1 02:13:43 2008 +0200
19507
19508     pxa: fix pcmcia operation on 'i' may be undefined
19509
19510     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19511     Signed-off-by: Wolfgang Denk <wd@denx.de>
19512
19513 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
19514 Author: Kumar Gala <galak@kernel.crashing.org>
19515 Date:   Wed Apr 30 16:24:35 2008 -0500
19516
19517     MPC8610HPCD: Drop -O2 from the build flags
19518
19519     Make the flags use -Os like all other boards
19520
19521     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19522
19523 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
19524 Author: Stefan Roese <sr@denx.de>
19525 Date:   Wed Apr 30 15:50:39 2008 +0200
19526
19527     RTC: Fix month offset by one problem in M41T62 RTC driver
19528
19529     This patch fixes a problem with the month being read and written
19530     incorrectly (offset by one). This only gets visible by also using
19531     the Linux driver (rtc-m41t80).
19532
19533     Tested on AMCC Canyonlands.
19534
19535     Signed-off-by: Stefan Roese <sr@denx.de>
19536
19537 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
19538 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19539 Date:   Sat May 3 13:51:44 2008 +0900
19540
19541     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
19542
19543     Current trick to pick up GNU assembler minor version uses a dot(.) as a
19544     delimiter, and take the second field to obtain minor version number. But
19545     as can be expected, this doesn't work with a version string which has
19546     dots more than needs.
19547
19548     Here's an example:
19549
19550     $ mips-linux-gnu-as --version | grep 'GNU assembler'
19551     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
19552     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
19553     2-129) 2
19554     $
19555
19556     This patch restricts the version format to 2.XX.XX... This will work
19557     in most cases.
19558
19559     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
19560     2.18.50.20080215
19561     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
19562     18
19563     $
19564
19565     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19566
19567 commit ea638951acead7f1086c908c0b9f086beab82a22
19568 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19569 Date:   Sat May 3 13:51:28 2008 +0900
19570
19571     [MIPS] cpu/mips/cache.S: Add dcache_enable
19572
19573     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
19574     "allow ports to override bootelf behavior") requires ports to have this
19575     function.
19576
19577     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19578     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19579
19580 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
19581 Author: Wolfgang Denk <wd@denx.de>
19582 Date:   Thu May 1 21:30:16 2008 +0200
19583
19584     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
19585
19586     Onenand needs a version of memcpy() which performs 16 bit accesses
19587     only; make sure the name does not conflict with the standard
19588     function.
19589
19590     Signed-off-by: Wolfgang Denk <wd@denx.de>
19591
19592 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
19593 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19594 Date:   Wed Apr 30 22:38:17 2008 +0200
19595
19596     cmd_nand: fix warning: str2long ncompatible pointer type
19597
19598     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19599
19600 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
19601 Author: Timur Tabi <timur@freescale.com>
19602 Date:   Fri Apr 4 11:16:11 2008 -0500
19603
19604     Fix calculation of I2C clock for some 86xx chips
19605
19606     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
19607     There is no pattern that can be used to determine which chips use which
19608     frequency, so the only way to determine is to look up the actual SOC
19609     designation and use the right value for that SOC.
19610
19611     Signed-off-by: Timur Tabi <timur@freescale.com>
19612
19613 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
19614 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19615 Date:   Wed Apr 30 12:11:19 2008 -0500
19616
19617     ColdFire: Fix ethernet hang issue for mcf547x_8x
19618
19619     The ethernet hang is caused by receiving buffer in DRAM is not
19620     yet ready due to access cycles require longer time in DRAM.
19621     Relocate DMA buffer descriptors from DRAM to internal SRAM.
19622
19623     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19624
19625 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
19626 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19627 Date:   Wed Apr 30 12:10:47 2008 -0500
19628
19629     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
19630
19631     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
19632     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19633
19634 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
19635 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19636 Date:   Wed Apr 30 12:10:23 2008 -0500
19637
19638     ColdFire: Get information from the correct GCC
19639
19640     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
19641     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19642
19643 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
19644 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
19645 Date:   Wed Apr 30 18:02:59 2008 +0200
19646
19647     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
19648
19649     Fix warnings
19650
19651     nv_nand.c: In function 'saveenv':
19652     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
19653     env_nand.c: In function 'env_relocate_spec':
19654     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
19655
19656     if compiled for davinci_schmoogie_config.
19657
19658     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
19659     Ack by: Sergey Kubushyn <ksi@koi8.net>
19660
19661 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
19662 Author: Anatolij Gustschin <agust@denx.de>
19663 Date:   Wed Apr 30 13:34:40 2008 +0200
19664
19665     Fix warnings while compiling net/net.c for MPC8610HPCD board
19666
19667     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
19668     causing overriding default -Os option. New gcc (ver. 4.2.2)
19669     produces warnings while compiling net/net.c file with -O2
19670     option. The patch is an attempt to fix this.
19671
19672     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19673
19674 commit 58b575e575c25fdf8c88141e145db201f3092149
19675 Author: Sascha Laue <Sascha.Laue@gmx.biz>
19676 Date:   Wed Apr 30 15:23:38 2008 +0200
19677
19678     lwmon5: fix offset error in sysmon0 POST
19679
19680     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
19681     Signed-off-by: Wolfgang Denk <wd@denx.de>
19682
19683 commit e7419b243a373de4ee042f7d4f45f66de787240d
19684 Author: Sascha Laue <Sascha.Laue@gmx.biz>
19685 Date:   Wed Apr 30 15:16:35 2008 +0200
19686
19687     lwmon5: fix manual merge error in POST
19688
19689     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
19690
19691 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
19692 Author: Wolfgang Denk <wd@denx.de>
19693 Date:   Wed Apr 30 17:46:26 2008 +0200
19694
19695     cmd_nand.c: fix another 'incompatible pointer type' warning.
19696
19697     Signed-off-by: Wolfgang Denk <wd@denx.de>
19698
19699 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
19700 Author: Wolfgang Denk <wd@denx.de>
19701 Date:   Wed Apr 30 17:25:07 2008 +0200
19702
19703     Makefile: fix parallel builds
19704
19705     This problem shows up with parallel builds only; it results in
19706     somewhat cryptic error messages like
19707
19708         $ JOBS=-j6 MAKEALL netstar
19709         Configuring for netstar board...
19710         arm-linux-ld: cannot find -lgeneric
19711         make[1]: *** [eeprom.srec] Error 1
19712
19713     A few boards (like netstar and voiceblue) need some libraries for
19714     building; however, the board Makefile does not contain any such
19715     dependencies which may cause problems with parallel builds. Adding
19716     such dependencies is difficult as we would also have to provide build
19717     rules, which already exist in the respective library Makefiles.
19718
19719     To solve this, we make sure that all libraries get built before the
19720     board code.
19721
19722     Signed-off-by: Wolfgang Denk <wd@denx.de>
19723
19724 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
19725 Author: Stefan Roese <sr@denx.de>
19726 Date:   Wed Apr 30 14:51:36 2008 +0200
19727
19728     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
19729
19730     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
19731     used for NAND booting to match the values needed for the new 512MB
19732     DIMM modules shipped with the productions boards:
19733
19734     Crucial: CT6464AC667.8FB
19735
19736     Signed-off-by: Stefan Roese <sr@denx.de>
19737
19738 commit ea9202a659dc75996facf1475f1866a19a9d3129
19739 Author: Stefan Roese <sr@denx.de>
19740 Date:   Wed Apr 30 10:49:43 2008 +0200
19741
19742     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
19743
19744     This patch fixes a problem with DIMMs that have 8 banks. Now the
19745     MCIF0_MBxCF register will be setup correctly for this setup too.
19746
19747     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
19748
19749     Signed-off-by: Stefan Roese <sr@denx.de>
19750
19751 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
19752 Author: Wolfgang Denk <wd@denx.de>
19753 Date:   Tue Apr 29 23:41:06 2008 +0200
19754
19755     Prepare v1.3.3-rc2, again.
19756
19757     Signed-off-by: Wolfgang Denk <wd@denx.de>
19758
19759 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
19760 Author: Wolfgang Denk <wd@denx.de>
19761 Date:   Tue Apr 29 23:35:24 2008 +0200
19762
19763     Prepare v1.3.3-rc2
19764
19765     Signed-off-by: Wolfgang Denk <wd@denx.de>
19766
19767 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
19768 Author: Wolfgang Denk <wd@denx.de>
19769 Date:   Tue Apr 29 23:32:20 2008 +0200
19770
19771     common/env_nand.c: fix one more incompatible pointer type issue
19772
19773     Signed-off-by: Wolfgang Denk <wd@denx.de>
19774
19775 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
19776 Author: Wolfgang Denk <wd@denx.de>
19777 Date:   Tue Apr 29 21:33:08 2008 +0200
19778
19779     post/board/lwmon5/sysmon.c: fix manual merge error.
19780
19781     Signed-off-by: Wolfgang Denk <wd@denx.de>
19782
19783 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
19784 Author: Kumar Gala <galak@kernel.crashing.org>
19785 Date:   Tue Apr 29 12:54:59 2008 -0500
19786
19787     85xx: Add -mno-spe to e500/85xx builds
19788
19789     Newer gcc's might be configured to enable autovectorization by default.
19790     If we happen to build with one of those compilers we will get SPE
19791     instructions in random code.
19792
19793     -mno-spe disables the compiler for automatically generating SPE
19794     instructions without our knowledge.
19795
19796     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19797
19798 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
19799 Author: Kumar Gala <galak@kernel.crashing.org>
19800 Date:   Tue Apr 29 10:18:34 2008 -0500
19801
19802     Update .gitignore for zlib.h
19803
19804     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19805
19806 commit 45239cf4152109caa925145ccd433529902df887
19807 Author: Kumar Gala <galak@kernel.crashing.org>
19808 Date:   Tue Apr 29 10:27:08 2008 -0500
19809
19810     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
19811
19812     All the 85xx and 86xx UM describe the register as timing_cfg_3
19813     not as ext_refrec.
19814
19815     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19816
19817 commit ef7d30b14394e4c4a153118f5845760cadada02a
19818 Author: Kumar Gala <galak@kernel.crashing.org>
19819 Date:   Tue Apr 29 10:28:34 2008 -0500
19820
19821     85xx/86xx: Rename DDR init address and init extended address register
19822
19823     Rename init_addr and init_ext_addr to match the docs between
19824     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
19825
19826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19827
19828 commit cf6cc014270549684873a5972d2595052c468cb6
19829 Author: Kumar Gala <galak@kernel.crashing.org>
19830 Date:   Mon Apr 28 02:24:04 2008 -0500
19831
19832     85xx: Additional fixes and cleanup of MP code
19833
19834     * adjust __spin_table alignment to match ePAPR v0.94 spec
19835     * loop over all cpus when determing who is up.  This fixes an issue if
19836       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
19837       cpu_up_mask so there is no harm
19838     * Added some protection in the code to ensure proper behavior.  These
19839       changes are explicitly needed but don't hurt:
19840       - Added eieio to ensure the "hot word" of the table is written after
19841         all other table updates have occurred.
19842       - Added isync to ensure we don't prefetch loading of table entries
19843         until we a released
19844
19845     These issues we raised by Dave Liu.
19846
19847     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19848
19849 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
19850 Author: Yuri Tikhonov <yur@emcraft.com>
19851 Date:   Tue Apr 29 15:06:41 2008 +0200
19852
19853     lwmon5: minor clean-up to include/configs/lwmon5.h
19854
19855     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
19856     the CFG_DSPIC_TEST_ADDR definition more readable.
19857
19858     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19859
19860 commit f4c4d21a885ccc222fd0acdf653b683249e85117
19861 Author: Stefan Roese <sr@denx.de>
19862 Date:   Tue Apr 29 16:08:05 2008 +0200
19863
19864     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
19865
19866     Signed-off-by: Stefan Roese <sr@denx.de>
19867
19868 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
19869 Author: Yuri Tikhonov <yur@emcraft.com>
19870 Date:   Tue Apr 29 13:32:45 2008 +0200
19871
19872     ppc flush_cache: add watch-dog triggering into the loops.
19873
19874     Some boards (e.g. lwmon5) need rather a frequent watch-dog
19875     kicking. Since the time it takes for the flush_cache() function
19876     to complete its job depends on the size of data being flushed, one
19877     may encounter watch-dog resets on such boards when, for example,
19878     download big files over ethernet.
19879
19880     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19881
19882 commit cab99d6f3281ab6784feccf98b9b425daa58418a
19883 Author: Stefan Roese <sr@denx.de>
19884 Date:   Tue Apr 29 14:44:54 2008 +0200
19885
19886     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
19887
19888     Signed-off-by: Stefan Roese <sr@denx.de>
19889
19890 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
19891 Author: Stefan Roese <sr@denx.de>
19892 Date:   Tue Apr 29 14:12:07 2008 +0200
19893
19894     ppc4xx: Fix Katmai CFG_MONITOR_LEN
19895
19896     Signed-off-by: Stefan Roese <sr@denx.de>
19897
19898 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
19899 Author: Stefan Roese <sr@denx.de>
19900 Date:   Tue Apr 29 13:57:07 2008 +0200
19901
19902     ppc4xx: Complete remove bogus dflush()
19903
19904     Since the current dflush() implementation is know to have some problems
19905     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
19906     it by using clean_dcache_range().
19907
19908     Tested on Katmai with ECC DIMM.
19909
19910     Signed-off-by: Stefan Roese <sr@denx.de>
19911
19912 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
19913 Author: Stefan Roese <sr@denx.de>
19914 Date:   Tue Apr 29 13:36:51 2008 +0200
19915
19916     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
19917
19918     As it seems the "old" ECC initialization routine by using dflush() didn't
19919     write all lines in the dcache back to memory on lwmon5. This could lead
19920     to ECC error upon Linux booting. This patch changes the program_ecc()
19921     routine to now use clean_dcache_range() instead of dflush().
19922     clean_dcache_range() uses dcbst which is exactly what we want in this
19923     case.
19924
19925     Since dflush() is known is cause problems, this routine will be
19926     removed completely and replaced by clean_dcache_range() with an
19927     additional patch.
19928
19929     Signed-off-by: Stefan Roese <sr@denx.de>
19930
19931 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
19932 Author: Yuri Tikhonov <yur@emcraft.com>
19933 Date:   Mon Apr 28 18:19:34 2008 +0200
19934
19935     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
19936
19937     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19938
19939 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
19940 Author: Markus Brunner <super.firetwister@googlemail.com>
19941 Date:   Mon Apr 28 08:47:47 2008 +0200
19942
19943     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
19944
19945     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
19946     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
19947     doesn't exist.
19948
19949     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
19950
19951 commit 2ef7503a593c77a80c2a054011970227c4b62774
19952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19953 Date:   Thu Apr 24 07:57:17 2008 +0200
19954
19955     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
19956
19957     Move non-inlied functions into specific drivers file
19958     Set get_prom as weak
19959
19960     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19961     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
19962     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19963
19964 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
19965 Author: Guennadi Liakhovetski <lg@denx.de>
19966 Date:   Thu Apr 3 17:04:19 2008 +0200
19967
19968     net: make ARP timeout configurable
19969
19970     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
19971     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
19972     to the boards get lost, which typically are ARP replies. By configuring
19973     the timeout to a lower value we significantly improve the first network
19974     transfer time on this board. The timeout is specified in milliseconds,
19975     later internally it is converted to deciseconds, because it has to be
19976     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
19977     different boards.
19978
19979     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19980     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19981
19982 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
19983 Author: Guennadi Liakhovetski <lg@denx.de>
19984 Date:   Thu Apr 3 13:36:18 2008 +0200
19985
19986     minor cs8900 driver clean up
19987
19988     Remove a redundant register definition, clean up some coding style
19989     violations.
19990
19991     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19992     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19993
19994 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
19995 Author: Wolfgang Denk <wd@denx.de>
19996 Date:   Mon Apr 28 22:01:04 2008 +0200
19997
19998     jffs2_1pass.c: fix incompatible pointer type warning
19999
20000     Signed-off-by: Wolfgang Denk <wd@denx.de>
20001
20002 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
20003 Author: Sascha Laue <Sascha.Laue@gmx.biz>
20004 Date:   Tue Apr 1 10:10:18 2008 +0200
20005
20006     lwmon5: update dsPIC POST spezification
20007
20008     The specification for the lwmon5 board dsPIC POST got changed.
20009     Also add defines for the temperatures  and voltages.
20010
20011     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
20012
20013 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
20014 Author: Sascha Laue <Sascha.Laue@gmx.biz>
20015 Date:   Tue Apr 1 15:13:03 2008 +0200
20016
20017     Fix watchdog POST for lwmon5
20018
20019     If the hardware watchdog detects a voltage error, the watchdog sets
20020     GPIO62 to low. The watchdog POST has to detect this low level.
20021
20022     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
20023     Signed-off-by: Wolfgang Denk <wd@denx.de>
20024
20025 commit dd5748bcd669f46aeb6686c1b341323843738ccc
20026 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20027 Date:   Mon Apr 28 14:37:14 2008 +0200
20028
20029     rtl8169: fix compiler warnings
20030
20031     Fix multiple compiler warnings related to argument type mismatch.
20032
20033     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20034
20035 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
20036 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20037 Date:   Mon Apr 28 14:36:06 2008 +0200
20038
20039     IDE: fix compiler warnings
20040
20041     The IDE driver can use 32-bit addresses in LBA mode, in which case it
20042     spits multiple warnings during compilation. Fix them.
20043
20044     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20045
20046 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
20047 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20048 Date:   Mon Apr 28 14:35:57 2008 +0200
20049
20050     LinkStation: fix compiler warning, add a maintainer
20051
20052     out_8 wants a pointer to an unsigned as the first argument. Add a
20053     maintainer for Linkstation boards.
20054
20055     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20056
20057 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
20058 Author: Wolfgang Denk <wd@denx.de>
20059 Date:   Mon Apr 28 14:55:12 2008 +0200
20060
20061     cmd_nand.c: fix "differ in signedness" problem
20062
20063     Signed-off-by: Wolfgang Denk <wd@denx.de>
20064
20065 commit f2c288a35341ad02ac03b1563d786763c9c8f159
20066 Author: Wolfgang Denk <wd@denx.de>
20067 Date:   Mon Apr 28 12:48:47 2008 +0200
20068
20069     pcnet.c: fix a merge issue
20070
20071     Signed-off-by: Wolfgang Denk <wd@denx.de>
20072
20073 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
20074 Author: Wolfgang Denk <wd@denx.de>
20075 Date:   Mon Apr 28 12:08:18 2008 +0200
20076
20077     NAND: fix some strict-aliasing compiler warnings
20078
20079     Signed-off-by: Wolfgang Denk <wd@denx.de>
20080
20081 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
20082 Author: Stefan Roese <sr@denx.de>
20083 Date:   Mon Apr 28 11:37:14 2008 +0200
20084
20085     ppc4xx: Fix compile warning of hcu4 board
20086
20087     Signed-off-by: Stefan Roese <sr@denx.de>
20088
20089 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
20090 Author: Wolfgang Denk <wd@denx.de>
20091 Date:   Mon Apr 28 11:31:23 2008 +0200
20092
20093     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
20094
20095     Signed-off-by: Wolfgang Denk <wd@denx.de>
20096
20097 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
20098 Author: Guennadi Liakhovetski <lg@denx.de>
20099 Date:   Mon Apr 28 00:25:32 2008 +0200
20100
20101     mx31ads: fix loadaddr environment variable define
20102
20103     Arithmetic expressions do not get evaluated under stringification. Remove
20104     default network configuration, add DHCP command support. Thanks to Felix
20105     Radensky for reporting.
20106
20107     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20108
20109 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
20110 Author: Wolfgang Denk <wd@denx.de>
20111 Date:   Mon Apr 28 10:55:24 2008 +0200
20112
20113     katmai: fix section overlap problem
20114
20115     Since we didn't want to remove features from the configuration, we
20116     decided to increase the U-Boot image size (add one flash sector).
20117
20118     Also changed the default environment definition to make it
20119     independent of such changes.
20120
20121     Signed-off-by: Wolfgang Denk <wd@denx.de>
20122     Acked-by: Stefan Roese <sr@denx.de>
20123
20124 commit 941d696d25624e3cc65ebf924199541acf52d74e
20125 Author: Wolfgang Denk <wd@denx.de>
20126 Date:   Mon Apr 28 10:55:24 2008 +0200
20127
20128     katmai: fix section overlap problem
20129
20130     Since we didn't want to remove features from the configuration, we
20131     decided to increase the U-Boot image size (add one flash sector).
20132
20133     Also changed the default environment definition to make it
20134     independent of such changes.
20135
20136     Signed-off-by: Wolfgang Denk <wd@denx.de>
20137     Acked-by: Stefan Roese <sr@denx.de>
20138
20139 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
20140 Author: Kumar Gala <galak@kernel.crashing.org>
20141 Date:   Sat Apr 26 11:44:44 2008 -0500
20142
20143     post: Fix building with O=
20144
20145     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20146
20147 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
20148 Author: Wolfgang Denk <wd@denx.de>
20149 Date:   Sat Apr 26 01:55:00 2008 +0200
20150
20151     Prepare v1.3.3-rc1
20152
20153     Signed-off-by: Wolfgang Denk <wd@denx.de>
20154
20155 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
20156 Author: Wolfgang Denk <wd@denx.de>
20157 Date:   Sat Apr 26 01:25:39 2008 +0200
20158
20159     post/Makefile: make sure to use the correct flags
20160
20161     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
20162     messages to be printed.
20163
20164     Signed-off-by: Wolfgang Denk <wd@denx.de>
20165
20166 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
20167 Author: Wolfgang Denk <wd@denx.de>
20168 Date:   Sat Apr 26 00:34:42 2008 +0200
20169
20170     Coding Style cleanup, update CHANGELOG
20171
20172     Signed-off-by: Wolfgang Denk <wd@denx.de>
20173
20174 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
20175 Author: Magnus Lilja <lilja.magnus@gmail.com>
20176 Date:   Sun Apr 20 10:38:12 2008 +0200
20177
20178     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
20179
20180     This patch enables SPI and MC13783/RTC support for the Litekit board.
20181
20182     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
20183
20184 commit f97abbfb47d9e407354e157cae3f6369e460cd37
20185 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20186 Date:   Fri Apr 25 01:08:32 2008 -0500
20187
20188     MPC8544DS: decode pcie3 end-point configuration correctly.
20189
20190     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20191     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20192
20193 commit 292188e15523c165c4269403fdcd33c26d89176e
20194 Author: Roy Zang <tie-fei.zang@freescale.com>
20195 Date:   Fri Apr 25 00:55:09 2008 -0500
20196
20197     MPC8544DS: Removes the unknown flash message information
20198
20199     This patch removes the unknown flash message information:
20200     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
20201     This unknown flash message is caused by PromJet.
20202     Some of the board user is unhappy with this information.
20203
20204     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
20205     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20206
20207 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
20208 Author: Kim Phillips <kim.phillips@freescale.com>
20209 Date:   Thu Apr 24 14:07:38 2008 -0500
20210
20211     mpc83xx: bump loadaddr over fdtaddr to 0x500000
20212
20213     this seems as a good compromise between human memory, typing,
20214     and last but not least, to accommodate for current and future kernel bloat.
20215
20216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20217     Acked-by: Dave Liu <daveliu@freescale.com>
20218
20219 commit be5a7190265a34d968578ff266549c60f6f57654
20220 Author: Dave Liu <r63238@freescale.com>
20221 Date:   Tue Apr 15 13:12:23 2008 +0800
20222
20223     mpc83xx: clean up the readme for 83xx boards
20224
20225     1. correct the typo
20226     2. correct the memory map for 837xerdb board
20227
20228     Signed-off-by: Dave Liu <daveliu@freescale.com>
20229
20230 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
20231 Author: Dave Liu <r63238@freescale.com>
20232 Date:   Tue Apr 15 13:11:11 2008 +0800
20233
20234     mpc83xx: remove the unused CPM's stuff
20235
20236     The MPC83xx family never have CPM block, so remove it from 83xx.
20237
20238     Signed-off-by: Dave Liu <daveliu@freescale.com>
20239
20240 commit c63ad6325a8ac0097a54b418a3288926b0484b18
20241 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20242 Date:   Fri Apr 18 16:29:40 2008 +0200
20243
20244     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
20245
20246     This patch adds a configurable flash auto protection list that can be used
20247     to make U-Boot protect flash regions in flash_init().
20248
20249     The idea has been discussed on the u-boot mailing list starting
20250     on Nov 18th, 2007.
20251
20252     Even this patch brings a new feature it is used as a bugfix for 4xx
20253     platforms where flash_init() does not completely protect the
20254     monitor's flash range in all situations.
20255
20256     U-Boot protects the flash range from CFG_MONITOR_BASE to
20257     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
20258     include the reset vector at 0xfffffffc.
20259
20260     Example:
20261     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
20262
20263     This config option will auto protect the last 512k of flash that
20264     contains the bootloader on board like APC405 and PMC405.
20265
20266     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20267
20268 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
20269 Author: Stefan Roese <sr@denx.de>
20270 Date:   Fri Apr 25 13:59:03 2008 +0200
20271
20272     ppc4xx: Remove double defines in lwmon5.h
20273
20274     introduced with latest lwmon5/POST merge
20275
20276     Signed-off-by: Stefan Roese <sr@denx.de>
20277
20278 commit 7590378fb9c686709492ceb142825cd058255956
20279 Author: Bartlomiej Sieka <tur@semihalf.com>
20280 Date:   Fri Apr 25 13:54:02 2008 +0200
20281
20282     Use watchdog-aware functions when calculating hashes of images - take two
20283
20284     Some files didn't get updated properly with the "Use watchdog-aware
20285     functions when calculating hashes of images" commit, this commit
20286     fixes this.
20287
20288     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20289     Signed-off-by: Wolfgang Denk <wd@denx.de>
20290
20291 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
20292 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20293 Date:   Fri Apr 25 12:01:39 2008 +0200
20294
20295     ppc4xx: Add bootcount limit handling for APC405 boards
20296
20297     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20298
20299 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
20300 Author: Bartlomiej Sieka <tur@semihalf.com>
20301 Date:   Fri Apr 25 12:10:09 2008 +0200
20302
20303     Use watchdog-aware functions when calculating hashes of images
20304
20305     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20306
20307 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
20308 Author: Wolfgang Denk <wd@denx.de>
20309 Date:   Fri Apr 25 12:44:08 2008 +0200
20310
20311     USB: fix more GCC 4.2.x aliasing warnings
20312
20313     Signed-off-by: Wolfgang Denk <wd@denx.de>
20314     Acked-by: Markus Klotzbuecher <mk@denx.de>
20315
20316 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
20317 Author: Wolfgang Denk <wd@denx.de>
20318 Date:   Fri Apr 25 12:41:53 2008 +0200
20319
20320     lib_generic/crc32.c: add missing #include <watchdog.h>
20321
20322     Signed-off-by: Wolfgang Denk <wd@denx.de>
20323
20324 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
20325 Author: Wolfgang Denk <wd@denx.de>
20326 Date:   Fri Apr 25 11:52:21 2008 +0200
20327
20328     lib_generic/crc32.c: fix compile problem
20329
20330     Signed-off-by: Wolfgang Denk <wd@denx.de>
20331
20332 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
20333 Author: Stefan Roese <sr@denx.de>
20334 Date:   Tue Apr 22 12:20:32 2008 +0200
20335
20336     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
20337
20338     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
20339     environment variable will now get passed to the Linux kernel by setting
20340     the device_type property of the PCIe device tree node. For normal root-
20341     complex configuration it will keep its defaults value of "pci" and for
20342     endpoint configuration it will get changed to "pci-endpoint".
20343
20344     Signed-off-by: Stefan Roese <sr@denx.de>
20345
20346 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
20347 Author: Yuri Tikhonov <yur@emcraft.com>
20348 Date:   Thu Apr 24 10:30:53 2008 +0200
20349
20350     lwmon5: watchdog POST fix
20351
20352     Use the GPT0_MASKx registers as the temporary storage for watch-dog
20353     timer POST test instead of GPT0_COMPx. The latter
20354     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
20355
20356     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20357     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20358
20359 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
20360 Author: Kim Phillips <kim.phillips@freescale.com>
20361 Date:   Mon Apr 21 18:10:14 2008 -0500
20362
20363     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
20364
20365     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
20366     proven problematic getting right from the start at least on 83xx and
20367     4xx.
20368
20369     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20370
20371 commit a99715b8ebfc500f3f40e01b36b64d473938443d
20372 Author: Detlev Zundel <dzu@denx.de>
20373 Date:   Fri Apr 18 14:50:01 2008 +0200
20374
20375     Realining some header definitions.
20376
20377     Signed-off-by: Detlev Zundel <dzu@denx.de>
20378
20379 commit 4acbc6c7f993cae409c424615415a3e76820f13d
20380 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20381 Date:   Thu Apr 24 07:57:16 2008 +0200
20382
20383     NE2000: coding style cleanup
20384
20385     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20386
20387 commit b4aff1ffaf7120032c653357c007faa14f74d29d
20388 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20389 Date:   Wed Apr 23 00:11:47 2008 +0900
20390
20391     qemu-mips.h: Add CFI support
20392
20393     CONFIG_ENV_OVERWRITE is also added.
20394
20395     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
20396
20397     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20398     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20399
20400 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
20401 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20402 Date:   Tue Apr 22 22:47:27 2008 +0900
20403
20404     doc/README.mips: Add MIPS notes
20405
20406     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20407
20408 commit 215b01bba8bc662d35f72b084700b192d367dfb4
20409 Author: Bartlomiej Sieka <tur@semihalf.com>
20410 Date:   Tue Apr 22 12:27:56 2008 +0200
20411
20412     Add support for calculating hashes with watchdog triggering
20413
20414     Implement watchodg-aware variants of hash calculation functions:
20415     - crc32_wd()
20416     - md5_wd()
20417     - sha1_csum_wd()
20418     The above functions calculate the hash of the input buffer in chunks,
20419     triggering the watchdog after processing each chunk. The chunk size
20420     is given as a function call parameter.
20421
20422     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20423
20424 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
20425 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
20426 Date:   Wed Apr 23 11:02:12 2008 +0900
20427
20428     qemu-mips: Cleanup whitespace, indentation, etc.
20429
20430     No functional change.
20431
20432     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
20433     Then I re-created from scratch, and changed more lines than the original.
20434
20435     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20436     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20437
20438 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
20439 Author: Vlad Lungu <vlad@comsys.ro>
20440 Date:   Wed Oct 10 23:02:09 2007 +0300
20441
20442     Fixed pcnet io_base
20443
20444     Bus and phys address are not always the same
20445
20446     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
20447
20448 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
20449 Author: Wolfgang Denk <wd@denx.de>
20450 Date:   Thu Apr 24 23:44:26 2008 +0200
20451
20452     drivers/net/pcnet.c: Coding Style cleanup.
20453
20454     Signed-off-by: Wolfgang Denk <wd@denx.de>
20455
20456 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
20457 Author: Vlad Lungu <vlad@comsys.ro>
20458 Date:   Wed Oct 10 23:04:23 2007 +0300
20459
20460     Added Am79C970A chip id to pcnet
20461
20462     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
20463
20464 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
20465 Author: Magnus Lilja <lilja.magnus@gmail.com>
20466 Date:   Sun Apr 20 10:35:03 2008 +0200
20467
20468     i.MX31: Fix architecture numbers for ADS and Litekit boards
20469
20470     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
20471
20472     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
20473
20474 commit e7ae84d6c7288790e88639f57cb60daf89c11369
20475 Author: Magnus Lilja <lilja.magnus@gmail.com>
20476 Date:   Sun Apr 20 10:36:36 2008 +0200
20477
20478     i.MX31: Use symbolic names for Litekit membases.
20479
20480     Use symbolic names instead of hard coded addresses for Litekit membases.
20481
20482     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
20483
20484 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
20485 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20486 Date:   Sat Apr 19 17:59:20 2008 +0200
20487
20488     Fix show_boot_progress prototype
20489
20490     in commit fad634071 "make show_boot_progress () weak."
20491     show_boot_progress is supposed to be declared as weak but declared as
20492     inline instead.
20493
20494     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20495
20496 commit edbed247a14d70b94958010f736621212285de91
20497 Author: Bartlomiej Sieka <tur@semihalf.com>
20498 Date:   Fri Apr 18 12:39:23 2008 +0200
20499
20500     Memory footprint optimizations
20501
20502     As suggested by Wolfgang Denk:
20503     - image printing functions:
20504       - remove wrappers
20505       - remove indentation prefix from functions' signatures
20506     - merge getenv_verify and getenv_autostart into one parametrized function
20507
20508     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20509
20510 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
20511 Author: Guennadi Liakhovetski <lg@denx.de>
20512 Date:   Tue Apr 15 13:33:11 2008 +0200
20513
20514     MX31ADS environment variable update, spi and rtc support
20515
20516     Update MX31ADS default environment to better match the flash layout and
20517     the memory map, support SPI and RTC.
20518
20519     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20520
20521 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
20522 Author: Kumar Gala <galak@kernel.crashing.org>
20523 Date:   Mon Apr 21 09:28:36 2008 -0500
20524
20525     85xx: Round up frequency calculations to get reasonable output
20526
20527     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
20528
20529     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
20530
20531     Signed-off-by: Dejan Minic <minic@freescale.com>
20532     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20533     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20534     Acked-by: Andy Fleming <afleming@freescale.com>
20535
20536 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
20537 Author: Kumar Gala <galak@kernel.crashing.org>
20538 Date:   Wed Apr 23 16:58:04 2008 -0500
20539
20540     fsl_pci: Only modify registers if we have them
20541
20542     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
20543
20544     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20545
20546 commit 83fe32334337def160b302aa9d152d808bfcc68e
20547 Author: Markus Klotzbücher <mk@denx.de>
20548 Date:   Wed Apr 23 10:57:33 2008 +0200
20549
20550     USB: remove a cpu bug workaround for an unsupported architecture.
20551
20552     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20553
20554 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
20555 Author: Markus Klotzbücher <mk@denx.de>
20556 Date:   Wed Apr 23 10:53:23 2008 +0200
20557
20558     USB: fix those pesky aliasing warnings issued by gcc-4.2
20559
20560     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20561     Signed-off-by: Detlev Zundel <dzu@denx.de>
20562
20563 commit 89cdab788f3716b335fefb60b836ebcf975aceab
20564 Author: Mike Frysinger <vapier@gentoo.org>
20565 Date:   Mon Mar 31 11:02:01 2008 -0400
20566
20567     crc32: use uint32_t rather than unsigned long
20568
20569     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
20570     this is done with the build toolchain instead of the target tool
20571     chain, so if the build is a 64bit system but the target is 32bits,
20572     the size will obviously be wrong. This converts all unsigned long
20573     stuff related to crc32 to uint32_t types. Compile tested only: output
20574     of ./tools/envcrc when run on a 32bit build system matches that of a
20575     64bit build system.
20576
20577     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20578     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20579
20580 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
20581 Author: Dirk Behme <dirk.behme@googlemail.com>
20582 Date:   Wed Mar 26 09:53:29 2008 +0100
20583
20584     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
20585
20586     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
20587
20588     Changes:
20589
20590     - Remove *_masked() functions as noted by Wolfgang
20591
20592     - Adapt register naming to recent TI spec (sprue26, March 2007)
20593
20594     - Fix reset_timer() handling
20595
20596     - 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.
20597
20598     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
20599
20600     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
20601
20602     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
20603
20604     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
20605
20606     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
20607     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
20608
20609 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
20610 Author: Sergei Poselenov <sposelenov@emcraft.com>
20611 Date:   Wed Apr 9 16:09:41 2008 +0200
20612
20613     Added watchdog triggering calls in the "mtest" test function.
20614
20615     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20616
20617 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
20618 Author: Yuri Tikhonov <yur@emcraft.com>
20619 Date:   Sun Apr 6 19:19:14 2008 +0200
20620
20621     lwmon5 watchdog: limit trigger rate
20622
20623     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
20624     the CONFIG_WD_MAX_RATE value.
20625
20626     Note that an earlier version of this patch which used microseconds
20627     instead of ticks dis not work. The problem was that we used
20628     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
20629     get_tbclk(), which in turn calls get_sys_info(). It turns out that
20630     this function does a lot of prolonged operations (like divisions)
20631     which take too much time so we do not trigger the watchdog in time,
20632     and it resets the system.
20633
20634     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20635
20636 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
20637 Author: Yuri Tikhonov <yur@emcraft.com>
20638 Date:   Mon Mar 31 10:51:37 2008 +0200
20639
20640     POST: move CONFIG_POST to Makefiles
20641
20642     Introduce the new logical option CONFIG_HAS_POST which is set when the
20643     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
20644     to determine should the POST libs be compiled for the selected target
20645     platform, or not.
20646
20647     To avoid breaking u-boot linking process, the empty post/libpost.a file is
20648     created for platforms which do not have POSTs.
20649
20650     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20651     Signed-off-by: Wolfgang Denk <wd@denx.de>
20652
20653 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
20654 Author: Yuri Tikhonov <yur@emcraft.com>
20655 Date:   Mon Mar 31 10:49:34 2008 +0200
20656
20657     POST: preparations for moving CONFIG_POST to Makefiles
20658
20659     Remove CONFIG_POST ifdefs from the post/ source files.
20660
20661     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20662     Signed-off-by: Wolfgang Denk <wd@denx.de>
20663
20664 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
20665 Author: Stefan Roese <sr@denx.de>
20666 Date:   Tue Apr 22 14:14:20 2008 +0200
20667
20668     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
20669
20670     This patch fixes the Canyonlands and Glacier default environment to better
20671     fit to the arch/powerpc device-tree kernels. The variables dealing with
20672     arch/ppc booting are removed, since these boards are supported only in
20673     arch/powerpc. Glacier uses the same config file as Canyonlands.
20674
20675     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
20676
20677     Signed-off-by: Stefan Roese <sr@denx.de>
20678
20679 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
20680 Author: Stefan Roese <sr@denx.de>
20681 Date:   Tue Apr 22 14:06:42 2008 +0200
20682
20683     ppc4xx: Small coding style cleanup for the latest esd patches
20684
20685     Signed-off-by: Stefan Roese <sr@denx.de>
20686
20687 commit 79941d63bc03aed8c48d7602f18217cc200ee931
20688 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20689 Date:   Mon Apr 21 18:01:07 2008 +0200
20690
20691     ppc4xx: Update CPU strapping for PMC440 boards
20692
20693     This patch removes the temporary 'test' strapping option
20694     of the sbe command. The '667' strapping option now uses
20695     a PLB/PCI divider of 3.
20696
20697     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20698
20699 commit f00cf3193a6635355b121e90debb2f54e777e7da
20700 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20701 Date:   Mon Apr 21 14:42:21 2008 +0200
20702
20703     ppc4xx: Remove unused APC405 strataflash driver
20704
20705     The APC405 board support has been migrated to use the common
20706     CFI flash driver.
20707
20708     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20709
20710 commit 1c686676a86473bbd92151f0544e109413f6ed06
20711 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20712 Date:   Mon Apr 21 14:42:17 2008 +0200
20713
20714     ppc4xx: Update APC405 configuration
20715
20716     - enable esd's auto_update mechanism
20717     - support alternative flash layout on rev. 1.8 boards
20718     - update default environment
20719     - use common CFI flash driver
20720     - coding style cleanup
20721
20722     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20723
20724 commit 0b9872515a521bf7866dc24b85ddce708e60d702
20725 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20726 Date:   Mon Apr 21 14:42:11 2008 +0200
20727
20728     ppc4xx: Update APC405 board support
20729
20730     - enable esd's auto_update mechanism
20731     - fix LCD support on latest hardware revision (uses other LCD controller)
20732     - support alternative flash layout on rev. 1.8 boards
20733     - coding style cleanup
20734
20735     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20736
20737 commit 83975d02e225e231960784972e7820a8b303756b
20738 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20739 Date:   Mon Apr 21 14:42:06 2008 +0200
20740
20741     ppc4xx: update esd's common auto_update code for 405 boards
20742
20743     - Coding style cleanup (long lines)
20744     - improve handling of protected flash regions
20745     - remove dead code
20746
20747     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20748
20749 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
20750 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20751 Date:   Mon Apr 21 14:41:59 2008 +0200
20752
20753     ppc4xx: Update esd's common LCD code for 405 boards
20754
20755     - Coding style cleanup (long lines)
20756     - Add s1d13505 support
20757     - Make some functions return a result code instead of void
20758
20759     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20760
20761 commit dea68189424c3f1242427a8146a3861bf093173c
20762 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20763 Date:   Mon Apr 21 11:36:55 2008 +0200
20764
20765     ppc4xx: Update FPGA image for APC405 boards
20766
20767     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20768
20769 commit 2a05b152924acfcec3b037693329e517e6d3578f
20770 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20771 Date:   Mon Apr 21 11:36:08 2008 +0200
20772
20773     ppc4xx: Update bootlogo for APC405 boards
20774
20775     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20776
20777 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
20778 Author: Stefan Roese <sr@denx.de>
20779 Date:   Fri Apr 18 16:41:31 2008 +0200
20780
20781     ppc4xx: Add dcache_enable() for 440
20782
20783     dcache_enable() was missing for 440 and the patch
20784     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
20785     "] behavior uses this function.
20786
20787     Note: Currently the cache handling functions like
20788     d/icache_disable/enable() are NOP's on 440. This may be changed in the
20789     future.
20790
20791     Signed-off-by: Stefan Roese <sr@denx.de>
20792
20793 commit a49e0d177a0749614b316ec847fb623f09c82c07
20794 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20795 Date:   Mon Apr 21 11:19:04 2008 +0200
20796
20797     video: Add missing free for logo memory
20798
20799     This patch adds two missing free()s.
20800
20801     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20802
20803 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
20804 Author: Troy Kisky <troy.kisky@boundarydevices.com>
20805 Date:   Mon Sep 24 16:41:43 2007 -0700
20806
20807     PATCH - Fix oob data copied into supplied buffer
20808
20809     This patch correctly sets the oobavail variable
20810     and fixes a bug where the oob data was not valid when
20811     there where multiple groups in oobfree.
20812
20813     First segment fixes a typo
20814     Second segment fixes a bug where oob data may be copied incorrectly.
20815     Third segment adds an error message when exiting due to write protect.
20816     Forth segment fixes a bug where oobavail may be set incorrectly.
20817
20818     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
20819
20820 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
20821 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20822 Date:   Fri Apr 18 17:24:32 2008 +0200
20823
20824     ppc4xx: Fix sys_get_info() for 405GP(r)
20825
20826     This patch assigns the correct EBC clock for 405GP(r) CPUs
20827     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
20828     uses an uninitialized EBC clock in its startup message.
20829
20830     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20831
20832 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
20833 Author: Wolfgang Denk <wd@denx.de>
20834 Date:   Sun Apr 20 15:39:38 2008 -0700
20835
20836     Makefile: remove nand_spl/System.map when cleaning up.
20837
20838 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
20839 Author: Wolfgang Denk <wd@denx.de>
20840 Date:   Sun Apr 20 15:35:52 2008 -0700
20841
20842     MAKEALL: sort entries / lists.
20843
20844     Signed-off-by: Wolfgang Denk <wd@denx.de>
20845
20846 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
20847 Author: Kumar Gala <galak@kernel.crashing.org>
20848 Date:   Fri Apr 18 11:29:01 2008 -0500
20849
20850     85xx: Fix size of cpu-release-addr property
20851
20852     The cpu-release-addr is defined as always being a 64-bit quanity regardless
20853     if we are running on a 32-bit or 64-bit machine.
20854
20855 commit 88353a985109562a639b2f8a0c90d77011bfe374
20856 Author: Timur Tabi <timur@freescale.com>
20857 Date:   Fri Apr 4 11:15:58 2008 -0500
20858
20859     Fix calculation of I2C clock for some 85xx chips
20860
20861     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
20862     some use CCB/3.  There is no pattern that can be used to determine which
20863     chips use which frequency, so the only way to determine is to look up the
20864     actual SOC designation and use the right value for that SOC.
20865
20866     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
20867
20868     Signed-off-by: Timur Tabi <timur@freescale.com>
20869
20870 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
20871 Author: Wolfgang Denk <wd@denx.de>
20872 Date:   Fri Apr 18 11:44:27 2008 -0700
20873
20874     Fix build breakage casued by commit c0559be371b2
20875
20876         Change env_get_char from a global function ptr to a function.
20877
20878     Signed-off-by: Wolfgang Denk <wd@denx.de>
20879
20880 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
20881 Author: Wolfgang Denk <wd@denx.de>
20882 Date:   Fri Apr 18 10:53:41 2008 -0700
20883
20884     Coding Style cleanup, update CHANGELOG.
20885
20886     Signed-off-by: Wolfgang Denk <wd@denx.de>
20887
20888 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
20889 Author: Mike Frysinger <vapier@gentoo.org>
20890 Date:   Tue Apr 8 14:00:57 2008 -0400
20891
20892     Add support for u-boot in svn and localversion-* files
20893
20894     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20895
20896 commit d23ff6827decf121461fbc5622612fd7effe207e
20897 Author: Guennadi Liakhovetski <lg@denx.de>
20898 Date:   Thu Apr 3 17:04:22 2008 +0200
20899
20900     MX31ADS network and flash updates
20901
20902     This patch allows U-Boot to use buffered writes to the Spansion NOR
20903     flash installed on this board, and eliminates long delays in network
20904     transfers after the board startup.
20905
20906     Also modify flash layout to embed main and redundant environment
20907     blocks in the U-Boot image.
20908
20909     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20910
20911 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
20912 Author: Guennadi Liakhovetski <lg@denx.de>
20913 Date:   Mon Apr 14 10:53:12 2008 +0200
20914
20915     Support for the MX31ADS evaluation board from Freescale
20916
20917     This patch adds support for the MX31ADS evaluation board from Freescale,
20918     initialization code is copied from RedBoot sources, also provided by
20919     Freescale.
20920
20921     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20922
20923 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
20924 Author: Stefan Roese <sr@denx.de>
20925 Date:   Tue Apr 8 10:33:29 2008 +0200
20926
20927     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
20928
20929     Signed-off-by: Stefan Roese <sr@denx.de>
20930
20931 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
20932 Author: Stefan Roese <sr@denx.de>
20933 Date:   Tue Apr 8 10:33:28 2008 +0200
20934
20935     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
20936
20937     Signed-off-by: Stefan Roese <sr@denx.de>
20938
20939 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
20940 Author: Stefan Roese <sr@denx.de>
20941 Date:   Tue Apr 8 10:33:27 2008 +0200
20942
20943     ppc4xx: Add Glacier NAND booting target
20944
20945     Signed-off-by: Stefan Roese <sr@denx.de>
20946
20947 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
20948 Author: Stefan Roese <sr@denx.de>
20949 Date:   Tue Apr 8 10:31:00 2008 +0200
20950
20951     nand_spl: Update nand_spl to support 2k page size NAND devices
20952
20953     This patch adds support for booting from 2k page sized NAND device
20954     (e.g. Micron 29F2G08AAC).
20955
20956     Tested on AMCC Canyonlands.
20957
20958     Signed-off-by: Stefan Roese <sr@denx.de>
20959
20960 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
20961 Author: Anatolij Gustschin <agust@denx.de>
20962 Date:   Thu Apr 17 18:18:00 2008 +0200
20963
20964     Fix crash on sequoia in ppc_4xx_eth_init
20965
20966     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
20967     with cache enabled (TLB Parity exeption). This patch
20968     fixes the problem.
20969
20970     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20971
20972 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
20973 Author: Anatolij Gustschin <agust@denx.de>
20974 Date:   Thu Apr 17 18:15:27 2008 +0200
20975
20976     ppc4xx: Fix crash on sequoia with cache enabled
20977
20978     Currently U-Boot crashes on sequoia board in CPU POST if
20979     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
20980     won't be disabled by change_tlb before CPU POST because
20981     there is an insufficient adress range check since
20982     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
20983     this problem.
20984
20985     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20986
20987 commit 43c509254fab375c49936498da944658117ed07c
20988 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20989 Date:   Thu Apr 17 23:35:13 2008 +0900
20990
20991     Use jr as register jump instruction
20992
20993     Current assembler codes are inconsistent in the way of register jump
20994     instruction usage; some use jr, some use j. Of course GNU as allows both
20995     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
20996     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
20997     at all.
20998
20999     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21000
21001 commit 7ce63709828d37b08866e537339a169bd0db2bd3
21002 Author: Guennadi Liakhovetski <lg@denx.de>
21003 Date:   Tue Apr 15 14:15:30 2008 +0200
21004
21005     RTC driver for MC13783
21006
21007     MC13783 is a multifunction IS with an SPI interface to the host. This
21008     driver handles the RTC controller in this chip.
21009
21010     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21011
21012 commit 38254f45b0b412332726c90d3184ad47479fcffb
21013 Author: Guennadi Liakhovetski <lg@denx.de>
21014 Date:   Tue Apr 15 14:14:25 2008 +0200
21015
21016     New i.MX31 SPI driver
21017
21018     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
21019     only implemented and tested on i.MX31, can with a modified register layout
21020     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
21021     controllers too.
21022
21023     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21024
21025 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
21026 Author: Magnus Lilja <lilja.magnus@gmail.com>
21027 Date:   Tue Apr 15 19:09:10 2008 +0200
21028
21029     Fix name of i.MX31 boards in config file header
21030
21031     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
21032
21033     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
21034
21035 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
21036 Author: Mike Frysinger <vapier@gentoo.org>
21037 Date:   Sun Apr 13 19:42:19 2008 -0400
21038
21039     allow ports to override go behavior
21040
21041     Split the arch-specific logic out of the common go code and into a dedicated
21042     weak function called do_go_exec() that lives in cpu directories.  This will
21043     need review from i386/nios people to make sure I didn't break them.
21044
21045 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
21046 Author: Mike Frysinger <vapier@gentoo.org>
21047 Date:   Sun Apr 13 19:42:18 2008 -0400
21048
21049     allow ports to override bootelf behavior
21050
21051     Change the bootelf setup function into a dedicated weak function called
21052     do_bootelf_exec.  This way ports can control the behavior however they
21053     like before/after calling the ELF entry point.
21054
21055 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
21056 Author: Ulf Samuelsson <ulf@atmel.com>
21057 Date:   Sat Apr 12 20:56:03 2008 +0200
21058
21059     Reorder ARM boards in Makefile
21060
21061     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
21062     are no longer under ARM92xT header.
21063
21064     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
21065     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21066
21067 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
21068 Author: Ulf Samuelsson <ulf@atmel.com>
21069 Date:   Sat Apr 12 20:29:44 2008 +0200
21070
21071     Clean up dataflash partitioning
21072
21073     This patch removes the board dependent parts from
21074     "drivers/mtd/dataflash.c".
21075     Each board relying on this, will have the appropriate
21076     code in a new file, "partition.c" in the board directory.
21077     board Makefiles updated to use the file.
21078
21079     The dataflash partitions are aligned on sector/page boundaries.
21080
21081     The CONFIG_NEW_DF_PARTITION was used to create named partitions
21082     This is now the default operation, and the CONFIG variable is removed.
21083
21084     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
21085
21086 commit 51ecde946fec511a16346e498204ca10ad71080d
21087 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21088 Date:   Sat Apr 12 14:08:45 2008 +0200
21089
21090     gitignore: udpate stgit generated and .patch file
21091
21092     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21093
21094 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
21095 Author: Wolfgang Denk <wd@denx.de>
21096 Date:   Fri Apr 18 00:15:36 2008 -0700
21097
21098     Get rid of redundant copy of renamed header file.
21099
21100     Signed-off-by: Wolfgang Denk <wd@denx.de>
21101
21102 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
21103 Author: Vlad Lungu <vlad@comsys.ro>
21104 Date:   Fri Apr 11 21:20:14 2008 +0300
21105
21106     Fix dependency generation for older gcc versions
21107
21108      With gcc 3.3.3 at least, compilation fails with
21109
21110     Generating include/autoconf.mk
21111     gcc: compilation of header file requested
21112     make: *** [include/autoconf.mk] Error 1
21113
21114     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
21115
21116     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
21117
21118 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
21119 Author: Marian Balakowicz <m8@semihalf.com>
21120 Date:   Fri Apr 11 11:07:49 2008 +0200
21121
21122     Restore the ability to continue booting after legacy image overwrite
21123
21124     Before new uImage code was merged, bootm code allowed for the kernel image to
21125     get overwritten during decompresion. new uImage introduced a check for image
21126     overwrites and refused to boot the image that got overwritten. This patch
21127     restores the old behavior. It also adds a warning when the image overwriten is
21128     a multi-image file, because in such case accessing componentes other than the
21129     first one will fail.
21130
21131     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21132
21133 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
21134 Author: Marian Balakowicz <m8@semihalf.com>
21135 Date:   Fri Apr 11 11:07:43 2008 +0200
21136
21137     ppc: Fix ftd_blob variable init when processing raw blob
21138
21139     Set fdt_blob variable before its value is printed out.
21140
21141     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21142
21143 commit 3d36be030043cd841a2551d00a395135e363a64b
21144 Author: Jason Wessel <jason.wessel@windriver.com>
21145 Date:   Thu Apr 10 14:30:16 2008 -0500
21146
21147     Remove all the search paths from the .lds files.
21148
21149     The cross compiler is responsible for providing the correct libraries
21150     and the logic to find the linking libraries.
21151
21152     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
21153
21154 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
21155 Author: Bartlomiej Sieka <tur@semihalf.com>
21156 Date:   Mon Apr 14 15:44:16 2008 +0200
21157
21158     Boot-related documentation update
21159
21160     - document 'bootm_low' and 'bootm_size' environment variables
21161     - update inaccurate CFG_BOOTMAPSZ entry
21162
21163     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21164
21165 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
21166 Author: Guennadi Liakhovetski <lg@denx.de>
21167 Date:   Wed Apr 9 17:34:08 2008 +0200
21168
21169     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
21170
21171     Restore logic reverted by commit
21172
21173     commit 80767a6cead9990d9e77e62be947843c2c72f469
21174     Author: Peter Pearse <peter.pearse@arm.com>
21175     Date:   Wed Sep 5 16:04:41 2007 +0100
21176
21177         Changed API name to coloured_led.h
21178         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
21179         Tidied other cpu/arm920t/start.S code
21180
21181     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21182
21183 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
21184 Author: Mike Frysinger <vapier@gentoo.org>
21185 Date:   Tue Apr 8 10:24:24 2008 -0400
21186
21187     Remove conflicting NAND ID
21188
21189     There are two NAND entries with ID 0xDC and this obviously causes problems.
21190     In the kernel, they punted the first entry, so we should do the same.
21191
21192     See this upstream e-mail for more info:
21193     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
21194
21195     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
21196     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21197
21198 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
21199 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
21200 Date:   Tue Apr 8 16:20:35 2008 +0900
21201
21202     cpu/mips/cpu.c: Fix flush_cache bug
21203
21204     Cache operations have to take line address (addr), not start_addr.
21205     I noticed this bug when debugging ping failure.
21206
21207     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
21208
21209 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
21210 Author: Martin Krause <martin.krause@tqs.de>
21211 Date:   Thu Apr 3 14:29:01 2008 +0200
21212
21213     TQM5200: fix default IDE reset level
21214
21215     Before the first call of ide_reset(), the level of the IDE reset
21216     signal on the TQM5200 is low (reset asserted). This patch sets the
21217     default value to high (reset not asserted).
21218
21219     Currently this patch fixes no real problem, but it is cleaner to
21220     assert the reset signal only on demand, and not permanently.
21221
21222     Signed-off-by: Martin Krause <martin.krause@tqs.de>
21223
21224 commit c61e033d6e8abb7b4060ee36060961e1399f6079
21225 Author: Detlev Zundel <dzu@denx.de>
21226 Date:   Thu Apr 3 14:18:48 2008 +0200
21227
21228     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
21229
21230     Signed-off-by: Detlev Zundel <dzu@denx.de>
21231
21232 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
21233 Author: Detlev Zundel <dzu@denx.de>
21234 Date:   Thu Apr 3 14:18:47 2008 +0200
21235
21236     mgcoge, mgsuv: rename 'addcon' to 'addcons'
21237
21238     The latter name with 13 users is already established, so we will use
21239     that.
21240
21241     Signed-off-by: Detlev Zundel <dzu@denx.de>
21242
21243 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
21244 Author: Martin Krause <martin.krause@tqs.de>
21245 Date:   Thu Apr 3 13:37:56 2008 +0200
21246
21247     IDE: fix bug in reset sequence
21248
21249     According to the ata (ata5) specification the RESET- signal
21250     shall be asserted for at least 25 us. Without this patch,
21251     the RESET- signal is asserted on some boards for only < 1 us
21252     (e. g. on the TQM5200). This patch adds a general delay of
21253     25 us to the RESET- signal.
21254
21255     Without this patch a Platinum 4 GiB CF card is not recognised
21256     properly on boards with a TQM5200 (STK52xx, TB5200).
21257
21258     Signed-off-by: Martin Krause <martin.krause@tqs.de>
21259
21260 commit 813bea96a960916c72b4a3a7df840151529c26ce
21261 Author: Sascha Laue <Sascha.Laue@gmx.biz>
21262 Date:   Thu Apr 3 14:43:11 2008 +0200
21263
21264     lwmon5: disable CONFIG_ZERO_BOOTDELAY
21265
21266     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
21267
21268 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
21269 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21270 Date:   Wed Apr 2 08:03:58 2008 +0200
21271
21272     ds174x: Fix warning on return in rtc_get and rtc_set functions
21273
21274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21275
21276 commit a253b38bf50c85227c33ca0febc870ee49d1588e
21277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21278 Date:   Wed Apr 2 08:03:57 2008 +0200
21279
21280     cmd_log.c: Fix assignment differ in signedness
21281
21282     In function 'logbuff_init_ptrs':
21283     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
21284
21285     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21286
21287 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
21288 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21289 Date:   Wed Apr 2 11:04:43 2008 +0530
21290
21291     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
21292
21293     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
21294
21295 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
21296 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21297 Date:   Tue Apr 1 14:07:10 2008 +0200
21298
21299     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
21300
21301     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21302
21303 commit c08fb3ea36d19b1640b7906264581e9105534399
21304 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
21305 Date:   Tue Apr 15 10:24:14 2008 +0200
21306
21307     Additional PCI IDs for IDE and network controllers
21308
21309     These PCI IDs are required by the Linkstation platforms.
21310
21311     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
21312
21313 commit c0559be371b2a64b1a817088c3308688e2182f93
21314 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
21315 Date:   Mon Apr 14 23:01:50 2008 +0200
21316
21317     Change env_get_char from a global function ptr to a function.
21318
21319     This avoids an early global data reference.
21320
21321     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
21322
21323 commit 3e0f331c05d72f140715c1e9fca991927e44d422
21324 Author: Guennadi Liakhovetski <lg@denx.de>
21325 Date:   Tue Apr 29 12:35:08 2008 +0000
21326
21327     Clean up smsc911x driver
21328
21329     Replace direct register address derefencing with accessor functions.
21330     Restrict explicitly 32-bit bus-width, extend affected configurations
21331     respectively.
21332
21333     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21334     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21335
21336 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
21337 Author: Sascha Hauer <s.hauer@pengutronix.de>
21338 Date:   Tue Apr 15 00:08:20 2008 -0400
21339
21340     This patch adds a driver for the following smsc network controllers:
21341     LAN9115
21342     LAN9116
21343     LAN9117
21344     LAN9215
21345     LAN9216
21346     LAN9217
21347
21348     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21349     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
21350     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21351
21352 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
21353 Author: Sascha Laue <Sascha.Laue@gmx.biz>
21354 Date:   Tue Apr 1 15:13:03 2008 +0200
21355
21356     Fix watchdog POST for lwmon5
21357
21358     If the hardware watchdog detects a voltage error, the watchdog sets
21359     GPIO62 to low. The watchdog POST has to detect this low level.
21360
21361     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
21362
21363 commit 24b448448a917e52806f82660a5c9d47608894fb
21364 Author: Dave Liu <r63238@freescale.com>
21365 Date:   Tue Apr 1 15:22:11 2008 +0800
21366
21367     ata: update the libata.h from ata.h of linux kernel
21368
21369     Current libata.h of u-boot is out of sync from linux kernel,
21370     this patch make it be consistent with linux kernel.
21371
21372     Signed-off-by: Dave Liu <daveliu@freescale.com>
21373     Signed-off-by: Tor Krill <tor@excito.com>
21374
21375 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
21376 Author: Kumar Gala <galak@kernel.crashing.org>
21377 Date:   Mon Mar 31 11:59:27 2008 -0500
21378
21379     Allow use of ARCH=powerpc when building
21380
21381     The linux kernel is now mostly ARCH=powerpc, so to make life easier
21382     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
21383
21384     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21385
21386 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
21387 Author: Kyungmin Park <kmpark@infradead.org>
21388 Date:   Mon Mar 31 10:40:54 2008 +0900
21389
21390     Add apollon board MAINTAINERS entry
21391
21392     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21393
21394 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
21395 Author: Kyungmin Park <kmpark@infradead.org>
21396 Date:   Mon Mar 31 10:40:36 2008 +0900
21397
21398     Fix OneNAND read
21399
21400     It should access with 16-bit instead of 8-bit
21401
21402     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
21403
21404     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21405
21406 commit a9da2b41079d230db3a5641625311983f85ce1fb
21407 Author: Kyungmin Park <kmpark@infradead.org>
21408 Date:   Mon Mar 31 10:40:19 2008 +0900
21409
21410     Fix OneNAND erase command
21411
21412     It mis-calculates the block address.
21413     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
21414
21415     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21416
21417 commit 61525f2ffa156665a66908fda47dbf29d65ea579
21418 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
21419 Date:   Mon Mar 31 01:32:15 2008 +0200
21420
21421     Support for LinkStation / KuroBox HD and HG PPC models
21422
21423     This patch is based on the port by Mihai Georgian (see linkstation.c for
21424     Copyright information) and implements support for LinkStation / KuroBox HD
21425     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
21426     the moment, pending network driver fixing.
21427
21428     Notice to users: this is pretty much a barebone port. Support for network
21429     on HG models is already in the U-Boot mainline, but you might also want
21430     patches to switch fan / phy modes depending on the negotiated ethernet
21431     parameters. This patch also doesn't support console switching, booting EM
21432     mode, Buffalo specific ext2 magic number. So, if you want to use any of
21433     those, you need additional patches. Otherwise this patche provides a fully
21434     functional u-boot with a network console on your system.
21435
21436     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21437
21438 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
21439 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21440 Date:   Sun Mar 30 01:22:13 2008 -0500
21441
21442     Add CONFIG_MII_INIT support to related boards
21443
21444     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
21445     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
21446     that use mii_init() in cmd_init.c.
21447
21448     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21449     Acked-by: Ben Warren <biggerbadderben@gmail.com>
21450
21451 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
21452 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21453 Date:   Sun Mar 30 01:19:06 2008 -0500
21454
21455     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
21456
21457     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
21458     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
21459
21460     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21461
21462 commit e99ccb488181d012248c6be30b2093e950319fc5
21463 Author: Kumar Gala <galak@kernel.crashing.org>
21464 Date:   Thu Mar 27 11:46:38 2008 -0500
21465
21466     Introduce phys_size_t and move phys_addr_t into asm/types.h
21467
21468     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
21469     that have larger physical addresses like 44x, 85xx, and 86xx.
21470
21471     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21472
21473 commit 20a14a42a25f72e379f38460b8a8484667536795
21474 Author: Andy Fleming <afleming@freescale.com>
21475 Date:   Wed Apr 2 16:19:07 2008 -0500
21476
21477     Rename include/md5.h to include/u-boot/md5.h
21478
21479     Some systems have md5.h installed in /usr/include/. This isn't the
21480     desired file (we want the one in include/md5.h). This will avoid the
21481     conflict. This fixes the host tools building problem by creating a new
21482     directory for U-Boot specific header files.
21483
21484     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
21485     Denk]
21486
21487     Signed-off-by: Wolfgang Denk <wd@denx.de>
21488     Signed-off-by: Andy Fleming <afleming@freescale.com>
21489     Acked-by: Timur Tabi <timur@freescale.com>
21490
21491 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
21492 Author: Dave Liu <r63238@freescale.com>
21493 Date:   Thu Mar 27 18:51:17 2008 +0800
21494
21495     drivers: code clean up
21496
21497     Signed-off-by: Dave Liu <daveliu@freescale.com>
21498
21499 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
21500 Author: Dave Liu <r63238@freescale.com>
21501 Date:   Thu Mar 27 18:50:41 2008 +0800
21502
21503     drivers: clean up the ata_piix.h
21504
21505     Signed-off-by: Dave Liu <daveliu@freescale.com>
21506
21507 commit e8f7ba404f1409606962815ecc955a06984b08b3
21508 Author: Dave Liu <r63238@freescale.com>
21509 Date:   Thu Mar 27 18:49:56 2008 +0800
21510
21511     doc: english polishing for README.sata
21512
21513     according to gvb's suggestion, polishing for the doc.
21514
21515     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
21516     Signed-off-by: Dave Liu <daveliu@freescale.com>
21517
21518 commit 3e3f766a5274d204780460e1879723b565296d34
21519 Author: Kumar Gala <galak@kernel.crashing.org>
21520 Date:   Wed Mar 26 18:53:28 2008 -0500
21521
21522     Fix warnings introduced by I2C bus speed setting patch
21523
21524     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21525
21526 commit 3c735e7437150e8615f26930c7819db85634276d
21527 Author: eran liberty <eran.liberty@gmail.com>
21528 Date:   Thu Mar 27 00:50:49 2008 +0100
21529
21530     Altera Stratix II support
21531
21532     Adds Support for Altera's Stratix II.
21533
21534     Within your board specific init file you will have to call
21535
21536     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
21537     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
21538
21539     Altera_desc* contines (for example):
21540         {
21541          Altera_StratixII,      /* part type */
21542          passive_serial,        /* interface type */
21543          1,                     /* bytes of data part can accept */
21544          (void *)(&funcs),      /* interface function table */
21545          0L,                    /* base interface address */
21546          0                      /* implementation specific cookie */
21547          }
21548
21549     funcs is the interface. It is of type altera_board_specific_func.
21550     It looks like this:
21551     altera_board_specific_func func = {
21552         pre_fn,
21553         config_fn,
21554         status_fn,
21555         done_fn,
21556         clk_fn,
21557         data_fn,
21558         abort_fn,
21559         post_fn,
21560     };
21561
21562     you will have to implement these functions, which is usually bit
21563     banging some gpio.
21564
21565     Signed-off-by: Eran Liberty <liberty@extricom.com>
21566
21567 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
21568 Author: Wolfgang Denk <wd@denx.de>
21569 Date:   Sun Apr 13 14:32:54 2008 -0700
21570
21571     Update CHANGELOG
21572
21573     Signed-off-by: Wolfgang Denk <wd@denx.de>
21574
21575 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
21576 Author: Sascha Hauer <s.hauer@pengutronix.de>
21577 Date:   Wed Mar 26 20:41:17 2008 +0100
21578
21579     Phytec Phycore-i.MX31 support
21580
21581     This patch adds support for the Phytec Phycore-i.MX31 board
21582
21583     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21584     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21585
21586 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
21587 Author: Sascha Hauer <s.hauer@pengutronix.de>
21588 Date:   Wed Mar 26 20:41:09 2008 +0100
21589
21590     mx31 litekit support
21591
21592     This patch adds support for the mx31 litekit board
21593
21594     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21595     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21596
21597 commit cdace0661208754a53019ea0dc7b803a040e0939
21598 Author: Sascha Hauer <s.hauer@pengutronix.de>
21599 Date:   Wed Mar 26 20:40:49 2008 +0100
21600
21601     add an i2c driver for mx31
21602
21603     This patch adds an i2c driver for Freescale i.MX processors
21604
21605     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21606     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21607
21608 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
21609 Author: Sascha Hauer <s.hauer@pengutronix.de>
21610 Date:   Wed Mar 26 20:40:42 2008 +0100
21611
21612     core support for Freescale mx31
21613
21614     This patch adds the core support for Freescale mx31
21615
21616     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21617     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21618
21619 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
21620 Author: Wolfgang Denk <wd@denx.de>
21621 Date:   Sun Apr 13 14:19:23 2008 -0700
21622
21623     Fix compile error
21624
21625     ...as suggested by Peter Pearse
21626
21627     Signed-off-by: Wolfgang Denk <wd@denx.de>
21628
21629 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
21630 Author: Sascha Hauer <s.hauer@pengutronix.de>
21631 Date:   Wed Mar 26 20:40:36 2008 +0100
21632
21633     Separate omap24xx specific code from arm1136
21634
21635     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
21636     to cpu/arm1136/omap24xx.
21637
21638     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21639     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21640
21641 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
21642 Author: Mike Frysinger <vapier@gentoo.org>
21643 Date:   Tue Jan 29 18:21:05 2008 -0500
21644
21645     disable caches before booting an app for Blackfin apps
21646
21647     It isn't generally save to execute applications outside of U-Boot with caches
21648     enabled due to the way the Blackfin processor handles caches (requires
21649     software assistance).  This patch disables caches before booting an ELF or
21650     just booting raw code.  The previous discussion on the patch was that we
21651     wanted to use weaks instead, but that proved to not be feasible when multiple
21652     symbols are involved, which puts us back at the ifdef solution.  I've
21653     minimized the ugliness by moving the setup step outside of the main function.
21654
21655     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21656
21657 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
21658 Author: Wolfgang Denk <wd@denx.de>
21659 Date:   Sun Apr 13 10:03:54 2008 -0700
21660
21661     ppc: Get rid of unused machine type definitions
21662
21663     Signed-off-by: Wolfgang Denk <wd@denx.de>
21664
21665 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
21666 Author: Wolfgang Denk <wd@denx.de>
21667 Date:   Sun Apr 13 09:59:26 2008 -0700
21668
21669     Coding Style cleanup; update CHANGELOG
21670
21671     Signed-off-by: Wolfgang Denk <wd@denx.de>
21672
21673 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
21674 Author: Larry Johnson <lrj@acm.org>
21675 Date:   Thu Feb 21 13:58:11 2008 -0500
21676
21677     LM73 bug fix for negative temperatures and cleanup
21678
21679     When the LM73 temperature sensor measures a temperature below 0 C, the
21680     current driver does not perform sign extension, so the result returned is
21681     512 C too high.  This patch fixes the problem, and does general cleanup
21682     of the code.
21683
21684     Signed-off-by: Larry Johnson <lrj@acm.org>
21685
21686 commit 96ef831f713289afba19da0c8f905e99da2b23e0
21687 Author: Guennadi Liakhovetski <lg@denx.de>
21688 Date:   Thu Apr 3 13:36:02 2008 +0200
21689
21690     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
21691
21692     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
21693     series require different addresses for buffered write commands. Define a
21694     configuration option to support buffered writes on those chips. A more
21695     elegant solution would be to automatically detect those chips by parsing
21696     their CFI records, but that would require introduction of a fixup table
21697     into the cfi_flash driver.
21698
21699     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21700
21701 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
21702 Author: Lee Nipper <lee.nipper@freescale.com>
21703 Date:   Thu Apr 10 09:35:06 2008 -0500
21704
21705     mpc83xx: Update DIMM data bus width test to support 40-bit width
21706
21707     32-bit wide ECC memory modules report 40-bit width.
21708     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
21709
21710     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
21711     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21712
21713 commit 5fb5a689d822ca61e814bd523fc930af335242fa
21714 Author: Dave Liu <r63238@freescale.com>
21715 Date:   Mon Mar 31 17:05:12 2008 +0800
21716
21717     mpc83xx: Fix the bug of serdes initialization
21718
21719     Currently the serdes will not be initializated due to the
21720     partid's error.
21721
21722     Signed-off-by: Dave Liu <daveliu@freescale.com>
21723     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21724
21725 commit 2000784818f043db7ca60e2846a72d097766b894
21726 Author: Dave Liu <r63238@freescale.com>
21727 Date:   Thu Apr 3 16:28:29 2008 +0800
21728
21729     mpc83xx: Fix the SATA clock setting of 837x targets
21730
21731     Currently the SATA controller clock is configured as CSB clock,
21732     usually the CSB clock is 400/333/266MHz.
21733
21734     However, The SATA IP block is only guaranteed to operate up to
21735     200 MHz as stated in the HW spec.
21736
21737     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
21738
21739     This patch makes the SATA clock as half of CSB clock.
21740
21741     Signed-off-by: Dave Liu <daveliu@freescale.com>
21742     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21743
21744 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
21745 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21746 Date:   Wed Apr 2 13:41:21 2008 +0200
21747
21748     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
21749
21750     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21751     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21752
21753 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
21754 Author: Kumar Gala <galak@kernel.crashing.org>
21755 Date:   Wed Apr 9 04:20:57 2008 -0500
21756
21757     85xx: Fix detection of MP cpu spin up
21758
21759     We were looking at the wrong memory offset to determine of a secondary
21760     cpu had been spun up or not.  Also added a warning message if the
21761     all the secondary cpus we expect don't spin up.
21762
21763     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21764
21765 commit f3e04bdc3f360c66801a9048956e61e41a16edba
21766 Author: Kumar Gala <galak@kernel.crashing.org>
21767 Date:   Tue Apr 8 10:45:50 2008 -0500
21768
21769     85xx: Use SVR_SOC_VER instead of SVR_VER
21770
21771     The recent change introduced by 'Update SVR numbers to expand support'
21772     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
21773     to compare against a particular processor id.
21774
21775     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21776
21777 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
21778 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
21779 Date:   Fri Apr 11 10:00:35 2008 -0400
21780
21781     ppc4xx: Fix power mgt definitions for PPC440
21782
21783     Corrected DCR addresses of PPC440EP power management registers.
21784
21785     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
21786
21787 commit 950a392464e616b4590bc4501be46e2d7d162dea
21788 Author: Wolfgang Denk <wd@denx.de>
21789 Date:   Fri Apr 11 15:11:26 2008 +0200
21790
21791     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
21792
21793     Reverting became necessary after it turned out that the patches in
21794     the u-boot-arm repo were modified, and in some cases corrupted.
21795
21796     This reverts the following commits:
21797
21798         066bebd6353e33af3adefc3404560871699e9961
21799         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
21800         c88ae20580b2b01487b4cdcc8b2a113f551aee36
21801         a147e56f03871bba4f05058d5e04ce7deb010b04
21802         d6674e0e2a6a1f033945f78838566210d3f28c95
21803         8c8463cce44d849e37744749b32d38e1dfb12e50
21804         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
21805         8bf69d81782619187933a605f1a95ee1d069478d
21806         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
21807         a574a73852a527779234e73e17e7597fd8128882
21808         1377b5583a48021d983e1fd565f7d40c89e84d63
21809         1704dc20917b4f71e373e2c888497ee666d40380
21810
21811     Signed-off-by: Wolfgang Denk <wd@denx.de>
21812
21813 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
21814 Author: Stefan Roese <sr@denx.de>
21815 Date:   Fri Apr 11 07:02:29 2008 +0200
21816
21817     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
21818
21819     This patch reworks the default environment on Kilauea/Haleakala. Now
21820     "net_nfs" for exmaple uses the device-tree style booting formerly know
21821     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
21822     new image booting support, which check for image overwriting. So the
21823     addresses needed togeet adjusted.
21824
21825     Signed-off-by: Stefan Roese <sr@denx.de>
21826
21827 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
21828 Author: Stefan Roese <sr@denx.de>
21829 Date:   Wed Apr 9 11:58:02 2008 +0200
21830
21831     ppc4xx: Fix Canyonlands default environment to work with new image support
21832
21833     Since the new image support checks for image overwriting, the default
21834     environment needs to get adjusted to use correct addresses.
21835
21836     Signed-off-by: Stefan Roese <sr@denx.de>
21837
21838 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
21839 Author: Stefan Roese <sr@denx.de>
21840 Date:   Wed Apr 9 11:54:11 2008 +0200
21841
21842     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
21843
21844     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
21845     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
21846     on 4xx systems _start currently cannot be used for this calculation.
21847     So revert back to the original version for now.
21848
21849     Signed-off-by: Stefan Roese <sr@denx.de>
21850
21851 commit f91374f65eae8b42cac329e06ba1c54728278efb
21852 Author: Michal Simek <monstr@monstr.eu>
21853 Date:   Fri Mar 28 12:49:52 2008 +0100
21854
21855     microblaze: Sort microblaze boards in MAKEALL script
21856
21857 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
21858 Author: Michal Simek <monstr@monstr.eu>
21859 Date:   Fri Mar 28 11:58:45 2008 +0100
21860
21861     microblaze: clean microblaze_config.mk
21862
21863     FLAGS are generated by U-BOOT generator.
21864     Board specific FLAGS are in board directory
21865
21866     Signed-off-by: Michal Simek <monstr@monstr.eu>
21867
21868 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
21869 Author: Michal Simek <monstr@monstr.eu>
21870 Date:   Fri Mar 28 12:47:19 2008 +0100
21871
21872     microblaze: xupv2p fix config file for supporting FDT
21873
21874 commit 188dc16b189143573b1ed90e584bf866d75cdd12
21875 Author: Michal Simek <monstr@monstr.eu>
21876 Date:   Fri Mar 28 11:53:02 2008 +0100
21877
21878     microblaze: ml401 fix config file for supporting FDT
21879
21880     Signed-off-by: Michal Simek <monstr@monstr.eu>
21881
21882 commit 4c6a6f02e239236261333759997eeaf86b30b54c
21883 Author: Michal Simek <monstr@monstr.eu>
21884 Date:   Fri Mar 28 11:22:48 2008 +0100
21885
21886     microblaze: ml401 - add ifdef for GPIO
21887
21888     Signed-off-by: Michal Simek <monstr@monstr.eu>
21889
21890 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
21891 Author: Michal Simek <monstr@monstr.eu>
21892 Date:   Fri Mar 28 12:13:03 2008 +0100
21893
21894     microblaze: clean uart16550 and uartlite handling
21895
21896     Signed-off-by: Michal Simek <monstr@monstr.eu>
21897
21898 commit 0b20f250877441460fb79d72192954abe8498834
21899 Author: Michal Simek <monstr@monstr.eu>
21900 Date:   Fri Mar 28 11:08:31 2008 +0100
21901
21902     microblaze: Add Emaclite driver to Makefile
21903
21904     Signed-off-by: Michal Simek <monstr@monstr.eu>
21905
21906 commit 868cde5310f88234b774878e4f06e79df10a88b3
21907 Author: Michal Simek <monstr@monstr.eu>
21908 Date:   Fri Mar 28 11:08:01 2008 +0100
21909
21910     microblaze: Add Emac driver to Makefile
21911
21912     Signed-off-by: Michal Simek <monstr@monstr.eu>
21913
21914 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
21915 Author: Michal Simek <monstr@monstr.eu>
21916 Date:   Fri Mar 28 12:42:29 2008 +0100
21917
21918     microblaze: add Emac ethernet driver
21919
21920 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
21921 Author: Michal Simek <monstr@monstr.eu>
21922 Date:   Fri Mar 28 12:41:56 2008 +0100
21923
21924     microblaze: add Emaclite ethernet driver
21925
21926 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
21927 Author: Michal Simek <monstr@monstr.eu>
21928 Date:   Fri Mar 28 11:04:01 2008 +0100
21929
21930     microblaze: ML401 and XUPV2P remove emac and emaclite reference
21931
21932     Signed-off-by: Michal Simek <monstr@monstr.eu>
21933
21934 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
21935 Author: Michal Simek <monstr@monstr.eu>
21936 Date:   Fri Mar 28 10:59:32 2008 +0100
21937
21938     microblaze: remove old setting for emac driver
21939
21940     Signed-off-by: Michal Simek <monstr@monstr.eu>
21941
21942 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
21943 Author: Michal Simek <monstr@monstr.eu>
21944 Date:   Fri Mar 28 10:58:15 2008 +0100
21945
21946     microblaze: Clean Makefile from ancient emac driver
21947
21948     Signed-off-by: Michal Simek <monstr@monstr.eu>
21949
21950 commit ab68f921d9c741830f721c3d879c13a0c5597183
21951 Author: Daniel Hellstrom <daniel@gaisler.com>
21952 Date:   Fri Mar 28 10:20:43 2008 +0100
21953
21954     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
21955
21956     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21957
21958 commit 6ed8a43a19bb0275501bc286007daafa923552cf
21959 Author: Daniel Hellstrom <daniel@gaisler.com>
21960 Date:   Wed Mar 26 23:38:48 2008 +0100
21961
21962     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.
21963
21964     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21965
21966 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
21967 Author: Daniel Hellstrom <daniel@gaisler.com>
21968 Date:   Wed Mar 26 23:34:47 2008 +0100
21969
21970     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
21971
21972     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21973
21974 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
21975 Author: Daniel Hellstrom <daniel@gaisler.com>
21976 Date:   Fri Mar 28 10:06:52 2008 +0100
21977
21978     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
21979
21980     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21981
21982 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
21983 Author: Daniel Hellstrom <daniel@gaisler.com>
21984 Date:   Wed Mar 26 23:26:48 2008 +0100
21985
21986     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
21987
21988     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21989
21990 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
21991 Author: Daniel Hellstrom <daniel@gaisler.com>
21992 Date:   Fri Mar 28 10:00:33 2008 +0100
21993
21994     SPARC: Added support for SPARC LEON2 SOC Processor.
21995
21996     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21997
21998 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
21999 Author: Daniel Hellstrom <daniel@gaisler.com>
22000 Date:   Wed Mar 26 23:00:38 2008 +0100
22001
22002     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.
22003
22004     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22005
22006 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
22007 Author: Daniel Hellstrom <daniel@gaisler.com>
22008 Date:   Wed Mar 26 22:51:29 2008 +0100
22009
22010     SPARC: Added support for SPARC LEON3 SOC processor.
22011
22012     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22013
22014 commit bf3d8b31169546fcddb4737391e1893fb12d033a
22015 Author: Daniel Hellstrom <daniel@gaisler.com>
22016 Date:   Fri Mar 28 08:29:26 2008 +0100
22017
22018     SPARC: added SPARC support for new uimage in common code.
22019
22020     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22021
22022 commit 00ab32c85405a4fe65fd4128243086210fc90a21
22023 Author: Daniel Hellstrom <daniel@gaisler.com>
22024 Date:   Wed Mar 26 22:36:03 2008 +0100
22025
22026     SPARC: added SPARC board information to the command bdinfo.
22027
22028     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22029
22030 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
22031 Author: Daniel Hellstrom <daniel@gaisler.com>
22032 Date:   Fri Mar 28 09:47:00 2008 +0100
22033
22034     SPARC: Added generic support for SPARC architecture.
22035
22036     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22037
22038 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
22039 Author: Stefan Roese <sr@denx.de>
22040 Date:   Thu Apr 3 14:50:34 2008 +0200
22041
22042     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
22043
22044     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
22045     has 2 RGMII instances and we need to configure the 2nd RGMII instance
22046     for the EMAC2+3 channels.
22047
22048     Signed-off-by: Stefan Roese <sr@denx.de>
22049
22050 commit c2a545ce33b26d80337f80b533828839249fb1c9
22051 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22052 Date:   Wed Apr 2 08:03:56 2008 +0200
22053
22054     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
22055
22056     fdt.c: In function 'ft_cpu_setup':
22057     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
22058     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
22059     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
22060     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
22061
22062     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22063
22064 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
22065 Author: Andy Fleming <afleming@freescale.com>
22066 Date:   Mon Mar 31 20:45:56 2008 -0500
22067
22068     Fix fdt set command to conform to dts spec
22069
22070     The fdt set command was treating properties specified as <00> and <0011>
22071     as byte streams, rather than as an array of cells.  As we already have
22072     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
22073     we should use the <> syntax to describe arrays of cells, which are always
22074     32-bits per element.  If we imagine this likely (IMHO) scenario:
22075
22076     > fdt set /ethernet-phy@1 reg <1>
22077
22078     With the old code, this would create a bad fdt, since the reg cell would be
22079     made to be one byte in length.  But the cell must be 4 bytes, so this would
22080     break mysteriously.
22081
22082     Also, the dts spec calls for constants inside the angle brackets (<>)
22083     to conform to C constant standards as they pertain to base.
22084     Take this scenario:
22085
22086     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
22087
22088     The old fdt command would complain that it couldn't parse that.  Or, if you
22089     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
22090     do this:
22091
22092     > fdt set /mydev clock <1f78a40>
22093
22094     Whereas the new code will accept decimal numbers.
22095
22096     While I was in there, I extended the fdt command parser to handle property
22097     strings which are split across multiple arguments:
22098
22099     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
22100     > fdt p /ethernet@f00
22101     ethernet@f00 {
22102         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
22103     };
22104
22105     Lastly, the fdt print code was rearranged slightly to print arrays of cells
22106     if the length of the property is a multiple of 4 bytes, and to not print
22107     leading zeros.
22108
22109     Signed-off-by: Andy Fleming <afleming@freescale.com>
22110
22111 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
22112 Author: Stefan Roese <sr@denx.de>
22113 Date:   Wed Apr 2 08:39:33 2008 +0200
22114
22115     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
22116
22117     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
22118     interface. This usage can be configured with the jumper J6. This patch
22119     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
22120     is installed.
22121
22122     Signed-off-by: Stefan Roese <sr@denx.de>
22123
22124 commit 6fe2946f198481254a6ee9600d7456b8316a4083
22125 Author: Kim Phillips <kim.phillips@freescale.com>
22126 Date:   Fri Mar 28 17:37:49 2008 -0500
22127
22128     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
22129
22130     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
22131     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
22132     started.
22133
22134     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22135
22136 commit b5873f1732b92a25690e1513b90dfb0d644f6697
22137 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22138 Date:   Tue Apr 1 07:30:51 2008 +0200
22139
22140     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
22141
22142     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22143
22144 commit 2d934ea51f276522b532f870a820e844ff480b5b
22145 Author: Tor Krill <tor@excito.com>
22146 Date:   Fri Mar 28 15:29:45 2008 +0100
22147
22148     Add Vitesse 8601 support to TSEC driver
22149
22150     Add phy_info for Vitesse VSC8601.
22151     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
22152
22153     Signed-off-by: Tor Krill <tor@excito.com>
22154     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
22155     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22156
22157 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
22158 Author: Daniel Hellstrom <daniel@gaisler.com>
22159 Date:   Mon Mar 31 14:25:00 2008 +0000
22160
22161     SPARC: added SMC91111 driver in and out macros for LEON processors.
22162
22163     This patch makes SPARC/LEON processors able to read and write
22164     to the SMC91111 chip using the chip external I/O bus of the memory
22165     controller. This patchs defines the standard in and out macros
22166     expected by the SMC9111 driver.
22167
22168     To access that I/O bus one must set up the memory controller
22169     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
22170     up this correctly when the other MCTRL parameters are set up. It
22171     can be set up from the board configuration header file.
22172
22173     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22174     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22175
22176 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
22177 Author: Stelian Pop <stelian@popies.net>
22178 Date:   Wed Mar 26 18:52:34 2008 +0100
22179
22180     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
22181
22182     Signed-off-by: Stelian Pop <stelian@popies.net>
22183
22184 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
22185 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22186 Date:   Mon Mar 31 21:31:04 2008 +0200
22187
22188     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
22189
22190     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22191
22192 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
22193 Author: Stelian Pop <stelian@popies.net>
22194 Date:   Wed Mar 26 18:52:33 2008 +0100
22195
22196     Add support for AT91SAM9260EK
22197
22198     Support for booting from internal DataFlash, external DataFlash card
22199     or NAND flash is available.
22200
22201     Signed-off-by: Stelian Pop <stelian@popies.net>
22202
22203 commit 1762f13b4aab88b685b1722f17dada247945624b
22204 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22205 Date:   Mon Mar 31 21:20:49 2008 +0200
22206
22207     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
22208
22209     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22210
22211 commit 761712188b353494defb2b644491ff73d0daaa6f
22212 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22213 Date:   Mon Mar 31 21:12:17 2008 +0200
22214
22215     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
22216
22217     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22218
22219 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
22220 Author: Stelian Pop <stelian@popies.net>
22221 Date:   Wed Mar 26 20:52:32 2008 +0100
22222
22223     Port AT91CAP9 to the new headers
22224
22225     Adapt the existing AT91CAP9 code to the new headers and APIs.
22226
22227     Signed-off-by: Stelian Pop <stelian@popies.net>
22228
22229 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
22230 Author: Stelian Pop <stelian@popies.net>
22231 Date:   Wed Mar 26 19:52:31 2008 +0100
22232
22233     Finish header files reworking
22234
22235     Replace AT91CAP9.h file with several splitted header files coming
22236     from the Linux kernel.
22237
22238     This is part 2 of the replacement: more header imports and edits.
22239
22240     Signed-off-by: Stelian Pop <stelian@popies.net>
22241
22242 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
22243 Author: Stelian Pop <stelian@popies.net>
22244 Date:   Wed Mar 26 19:52:30 2008 +0100
22245
22246     Import several header files from Linux
22247
22248     Replace AT91CAP9.h file with several splitted header files coming
22249     from the Linux kernel.
22250
22251     This is part 1 of the replacement: pristine header files import.
22252
22253     Signed-off-by: Stelian Pop <stelian@popies.net>
22254
22255 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
22256 Author: Stelian Pop <stelian@popies.net>
22257 Date:   Wed Mar 26 20:52:28 2008 +0100
22258
22259     Move at91cap9 specific files to at91sam9 directory
22260
22261     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
22262     common infrastructure can be used. Let this infrastructure be
22263     named after the AT91SAM9 family, and move the existing AT91CAP9
22264     files to the new place.
22265
22266     Signed-off-by: Stelian Pop <stelian@popies.net>
22267
22268 commit 61106a565870ff503f92b251b94bd7afef889a04
22269 Author: Stelian Pop <stelian@popies.net>
22270 Date:   Wed Mar 26 21:52:27 2008 +0100
22271
22272     Use timer_init() instead of board supplied interrupt_init()
22273
22274     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
22275     the board, so use timer_init() instead of interrupt_init().
22276
22277     Signed-off-by: Stelian Pop <stelian@popies.net>
22278
22279 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
22280 Author: Stelian Pop <stelian@popies.net>
22281 Date:   Wed Mar 26 21:52:36 2008 +0100
22282
22283     Cleanup DataFlash partition handling
22284
22285     DataFlash partition information has become a mess. This patch
22286     defines a single partition scheme for Atmel DataFlashes. This partition
22287     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
22288
22289     Signed-off-by: Stelian Pop <stelian@popies.net>
22290
22291 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
22292 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22293 Date:   Fri Mar 28 08:47:45 2008 -0500
22294
22295     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
22296
22297     When the version_string function in start.S is not 4-byte align,
22298     it will cause the compiler generates "unaligned opcodes detected
22299     in executable segment". This issue affects all ColdFire CPUs.
22300     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
22301     it is not aligned.
22302
22303     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22304     Acked-by: John Rigby <jrigby@freescale.com>
22305
22306 commit bae61eefe15b4d454060a7140e49ae58322be803
22307 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22308 Date:   Tue Mar 25 15:41:15 2008 -0500
22309
22310     ColdFire: Add dspi and serial flash support for MCF5445x
22311
22312     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22313     Acked-by: John Rigby <jrigby@freescale.com>
22314
22315 commit 48ead7a7a922fceaf494e352abfab8216a41b417
22316 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22317 Date:   Tue Mar 18 17:37:01 2008 -0500
22318
22319     ColdFire: Remove R5200 board
22320
22321     This board never went into production
22322
22323     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
22324     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22325     Acked-by: John Rigby <jrigby@freescale.com>
22326
22327 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
22328 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
22329 Date:   Thu Jan 24 14:02:32 2008 -0600
22330
22331     ColdFire: Added M5275EVB support.
22332
22333     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
22334     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22335     Acked-by: John Rigby <jrigby@freescale.com>
22336
22337 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
22338 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
22339 Date:   Mon Feb 4 15:38:20 2008 -0600
22340
22341     ColdFire: Added MCF5275 cpu support.
22342
22343     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
22344     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22345     Acked-by: John Rigby <jrigby@freescale.com>
22346
22347 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
22348 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22349 Date:   Mon Mar 17 12:14:11 2008 -0500
22350
22351     ColdFire: Define bootdelay in configuration file for M52277EVB
22352
22353     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
22354     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22355     Acked-by: John Rigby <jrigby@freescale.com>
22356
22357 commit 77878f16cedee17161ff2336990970fffc6cea35
22358 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22359 Date:   Mon Mar 17 12:09:07 2008 -0500
22360
22361     ColdFire: Fix second memory Chipselect for M5475EVB
22362
22363     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22364     Acked-by: John Rigby <jrigby@freescale.com>
22365
22366 commit 43d60642395a550956cb21d287c8cfa563913d28
22367 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22368 Date:   Thu Mar 13 14:26:32 2008 -0500
22369
22370     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
22371
22372     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22373     Acked-by: John Rigby <jrigby@freescale.com>
22374
22375 commit eb14ebe813a0cb5d47905228da446a5ad692473b
22376 Author: Larry Johnson <lrj@acm.org>
22377 Date:   Sun Mar 30 20:33:04 2008 -0500
22378
22379     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
22380
22381     Signed-off-by: Larry Johnson <lrj@acm.org>
22382
22383 commit 02e3892021112f21067d9ed1d04ae4182725ba52
22384 Author: Stefan Roese <sr@denx.de>
22385 Date:   Mon Mar 31 12:20:48 2008 +0200
22386
22387     ppc4xx: Small whitespace fix of esd patches
22388
22389     Signed-off-by: Stefan Roese <sr@denx.de>
22390
22391 commit 034394abb524785047c815f00dde8cdbdc1593c5
22392 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22393 Date:   Sun Mar 30 18:52:44 2008 +0200
22394
22395     ppc4xx: Cleanup PMC440 board support
22396
22397     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22398
22399 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
22400 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22401 Date:   Sun Mar 30 18:52:06 2008 +0200
22402
22403     ppc4xx: Add ptm configuration variables for PMC440
22404
22405     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
22406     environment variables.
22407
22408     Cleanup pci_target_init.
22409
22410     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22411
22412 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
22413 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22414 Date:   Sun Mar 30 18:01:15 2008 +0200
22415
22416     ppc4xx: Minor updates for DU440 boards
22417
22418     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22419
22420 commit d5bffeb868d6b4d462f558dac43011027b6644b7
22421 Author: Mike Frysinger <vapier@gentoo.org>
22422 Date:   Tue Feb 19 00:54:20 2008 -0500
22423
22424     Blackfin: cleanup and overhaul common board init functions
22425
22426     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22427
22428 commit b86b3416f874358acaf07519e7620cdb2145f75b
22429 Author: Mike Frysinger <vapier@gentoo.org>
22430 Date:   Tue Feb 19 00:50:58 2008 -0500
22431
22432     Blackfin: cleanup lib_blackfin/cache.c
22433
22434     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22435
22436 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
22437 Author: Mike Frysinger <vapier@gentoo.org>
22438 Date:   Sun Mar 30 15:46:13 2008 -0400
22439
22440     Blackfin: unify cpu and boot modes
22441
22442     All of the duplicated code for Blackfin processors and boot modes have been
22443     unified.  After all, the core is the same for all processors, just the
22444     peripheral set differs (which gets handled in the drivers).
22445
22446     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22447
22448 commit 880cc4381ea8360248cddcdf87a64566745a5724
22449 Author: Stelian Pop <stelian@popies.net>
22450 Date:   Wed Mar 26 22:52:35 2008 +0100
22451
22452     Fix CFG_NO_FLASH compilation.
22453
22454     Many Atmel boards have no "real" (NOR) flash on board, and rely only
22455     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
22456     be present in a board configuration file, while still enabling flash
22457     commands like 'flinfo', 'protect', etc.
22458
22459     Signed-off-by: Stelian Pop <stelian@popies.net>
22460
22461 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
22462 Author: Mike Frysinger <vapier@gentoo.org>
22463 Date:   Tue Feb 19 00:58:13 2008 -0500
22464
22465     Blackfin: BF537-stamp: cleanup spi flash driver
22466
22467     This punts the old spi flash driver for a new/generalized one until the
22468     common one can be integrated.
22469
22470     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22471
22472 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
22473 Author: Ben Warren <biggerbadderben@gmail.com>
22474 Date:   Sun Mar 30 11:34:34 2008 -0400
22475
22476     Fix macro typo in common/cmd_mii.c
22477
22478     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
22479     actually applied the wrong patch.
22480
22481     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22482
22483 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
22484 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22485 Date:   Sun Mar 30 16:39:53 2008 +0200
22486
22487     use correct at91rm9200 register name in m501sk board
22488
22489     This fixes a naming bug for at91rm9200 lowlevel init code:
22490     NOR boot flash is on chipselect 0, not chipselect 2.  This
22491     makes code use the register name from chip datasheets.
22492
22493     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22494
22495 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
22496 Author: David Brownell <david-b@pacbell.net>
22497 Date:   Fri Jan 18 12:55:00 2008 -0800
22498
22499     use correct at91rm9200 register name
22500
22501     This fixes a naming bug for at91rm9200 lowlevel init code:
22502     NOR boot flash is on chipselect 0, not chipselect 2.  This
22503     makes code use the register name from chip datasheets.
22504
22505     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
22506
22507 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
22508 Author: David Brownell <david-b@pacbell.net>
22509 Date:   Fri Jan 18 12:45:45 2008 -0800
22510
22511     add missing ARM boards to MAKEALL
22512
22513     Add some missing ARM boards to MAKEALL.  These build correctly,
22514     unlike several of the boards already listed.
22515
22516     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
22517
22518 commit 066bebd6353e33af3adefc3404560871699e9961
22519 Author: Peter Pearse <peter.pearse@arm.com>
22520 Date:   Sun Mar 30 11:34:09 2008 +0100
22521
22522     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
22523     to prevent compilation error.
22524
22525     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22526
22527 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
22528 Author: Guennadi Liakhovetski <[lg@denx.de]>
22529 Date:   Sun Mar 30 11:32:30 2008 +0100
22530
22531     Support for the MX31ADS evaluation board from Freescale
22532
22533     This patch adds support for the MX31ADS evaluation board from Freescale,
22534     initialization code is copied from RedBoot sources, also provided by Freescale.
22535
22536     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22537
22538 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
22539 Author: Sascha Hauer <s.hauer@pengutronix.de>
22540 Date:   Sun Mar 30 11:32:27 2008 +0100
22541
22542     Phytec Phycore-i.MX31 support
22543
22544     This patch adds support for the Phytec Phycore-i.MX31 board
22545
22546     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22547     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22548
22549 commit a147e56f03871bba4f05058d5e04ce7deb010b04
22550 Author: Sascha Hauer <s.hauer@pengutronix.de>
22551 Date:   Sun Mar 30 11:32:24 2008 +0100
22552
22553     mx31 litekit support
22554
22555     This patch adds support for the mx31 litekit board
22556
22557     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22558     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22559
22560 commit d6674e0e2a6a1f033945f78838566210d3f28c95
22561 Author: Sascha Hauer <s.hauer@pengutronix.de>
22562 Date:   Sun Mar 30 11:32:21 2008 +0100
22563
22564     add SMSC LAN9x1x Network driver
22565
22566     This patch adds a driver for the following smsc network controllers:
22567     LAN9115
22568     LAN9116
22569     LAN9117
22570     LAN9215
22571     LAN9216
22572     LAN9217
22573
22574     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22575     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22576
22577 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
22578 Author: Sascha Hauer <s.hauer@pengutronix.de>
22579 Date:   Sun Mar 30 11:32:16 2008 +0100
22580
22581     add an i2c driver for mx31
22582
22583     This patch adds an i2c driver for Freescale i.MX processors
22584
22585     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22586     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22587
22588 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
22589 Author: Sascha Hauer <s.hauer@pengutronix.de>
22590 Date:   Sun Mar 30 11:30:43 2008 +0100
22591
22592     core support for Freescale mx31
22593
22594     This patch adds the core support for Freescale mx31
22595
22596     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22597     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22598
22599 commit 8bf69d81782619187933a605f1a95ee1d069478d
22600 Author: Sascha Hauer <s.hauer@pengutronix.de>
22601 Date:   Sun Mar 30 11:28:46 2008 +0100
22602
22603     Separate omap24xx specific code from arm1136
22604
22605     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
22606
22607     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22608     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22609
22610 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
22611 Author: Peter Pearse <peter.pearse@arm.com>
22612 Date:   Sun Mar 30 11:23:05 2008 +0100
22613
22614     Add pmdra into MAKEALL
22615
22616     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22617
22618 commit a574a73852a527779234e73e17e7597fd8128882
22619 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
22620 Date:   Sun Mar 30 11:21:58 2008 +0100
22621
22622     Adds support for the Prodrive PMDRA board, based on a DM6441
22623
22624     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
22625
22626 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
22627 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
22628 Date:   Sun Mar 30 11:11:34 2008 +0100
22629
22630     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
22631
22632     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
22633
22634 commit 1704dc20917b4f71e373e2c888497ee666d40380
22635 Author: Dirk Behme <dirk.behme@gmail.com>
22636 Date:   Sun Mar 30 11:09:01 2008 +0100
22637
22638     - Remove *_masked() functions as noted by Wolfgang
22639     - Adapt register naming to recent TI spec (sprue26, March 2007)
22640     - Fix reset_timer() handling
22641     - As reported by Pieter [1] the overflow fix introduced a
22642     delay of factor 16 (e.g 2 seconds became 32). While the
22643     overflow fix is basically okay, it missed to divide udelay by
22644     16, too. Fix this.
22645     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
22646     - Remove software division of timer count value (DIV(x)
22647     macro) and do it in hardware (TIM_CLK_DIV).
22648     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
22649     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
22650     the hints & testing!
22651
22652     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22653
22654     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
22655
22656 commit ac3315c26e143c31680750c9c13f027efbcc887e
22657 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22658 Date:   Thu Mar 6 16:45:44 2008 +0100
22659
22660     new PHY @ e1000 - 2nd try
22661
22662     Add 82541ER device with latest integrated IGP2 PHY.
22663     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
22664
22665     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22666     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22667
22668 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
22669 Author: Daniel Hellstrom <daniel@gaisler.com>
22670 Date:   Fri Mar 28 20:22:53 2008 +0100
22671
22672     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
22673
22674     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
22675     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
22676     available at www.gaisler.com.
22677
22678     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
22679     offloading etc.) can be determined by a bit in the control register.
22680     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
22681
22682     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22683     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22684
22685 commit 233a8bcd94997f3f345833a3b82e836222f2a206
22686 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
22687 Date:   Mon Mar 17 17:08:22 2008 -0500
22688
22689     Add CONFIG_MII_INIT in cmd_mii.c
22690
22691     Provide common configuration in do_mii() to execute mii_init()
22692     for all cpu architectures
22693
22694     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22695     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22696
22697 commit f605479de2deb11e834f31dfdb0af107c86aced6
22698 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
22699 Date:   Mon Mar 17 17:08:16 2008 -0500
22700
22701     ColdFire: Fix FEC transmit issue for MCF5275
22702
22703     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22704     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22705
22706 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
22707 Author: Aras Vaichas <arasv@magtech.com.au>
22708 Date:   Wed Mar 26 09:43:57 2008 +1100
22709
22710     DHCP request fix for Windows Server 2003
22711
22712     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
22713     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
22714     interoperability problems with Windows Server 200x DHCP server when U-Boot
22715     client responds too fast for server to handle.
22716
22717     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
22718     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22719
22720 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
22721 Author: Daniel Hellstrom <daniel@gaisler.com>
22722 Date:   Fri Mar 28 20:40:19 2008 +0100
22723
22724     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
22725
22726     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
22727     SPARC CPUs implement flash_read64 which calls __raw_readq.
22728
22729     For current SPARC architectures (LEON2 and LEON3) each read from the
22730     FLASH must lead to a cache miss. This is because FLASH can not be set
22731     non-cacheable since program code resides there, and alternatively disabling
22732     cache is poor from performance view, or doing a cache flush between each
22733     read is even poorer.
22734
22735     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
22736     load alternative space, the alternative space number (ASI) is processor
22737     implementation spcific and can be found by including <asm/processor.h>.
22738
22739     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22740
22741 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
22742 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
22743 Date:   Fri Mar 28 15:41:25 2008 +0100
22744
22745     Make MPC83xx one step closer to full relocation.
22746
22747     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
22748     and use GOT relative reference.
22749
22750     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
22751     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22752
22753 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
22754 Author: Michael Barkowski <michael.barkowski@freescale.com>
22755 Date:   Thu Mar 27 14:34:43 2008 -0400
22756
22757     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
22758
22759     This patch fixes eeprom page size so that you can now write more than
22760     64 bytes at a time.
22761
22762     It also makes the board take MAC addresses, if found, from EEPROM.
22763
22764     User should place up to 4 addresses at offset 0x7f00, for
22765     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
22766     four six-byte values should have it's CRC at the end.  crc32 and
22767     eeprom commands can be used to accomplish this.
22768
22769     If CRC fails, MAC addresses come from the environment.  If CRC
22770     succeeds, the environment is overwritten at startup.
22771
22772     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
22773     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22774
22775 commit 8f325cff31f6e745e6540014b131b9a97f61944c
22776 Author: Michael Barkowski <michael.barkowski@freescale.com>
22777 Date:   Fri Mar 28 15:15:38 2008 -0400
22778
22779     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
22780
22781     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
22782     controller on the PCI bus in Linux on the MPC8323ERDB.
22783
22784     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
22785     config file.
22786
22787     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
22788     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22789
22790 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
22791 Author: Kim Phillips <kim.phillips@freescale.com>
22792 Date:   Fri Mar 28 10:19:07 2008 -0500
22793
22794     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
22795
22796     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
22797     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
22798     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
22799     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
22800     convenience macros.
22801
22802     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22803
22804 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
22805 Author: Kim Phillips <kim.phillips@freescale.com>
22806 Date:   Fri Mar 28 10:18:53 2008 -0500
22807
22808     mpc83xx: display ddr frequency in board_add_ram_info banner
22809
22810     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22811
22812 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
22813 Author: Kim Phillips <kim.phillips@freescale.com>
22814 Date:   Fri Mar 28 10:18:40 2008 -0500
22815
22816     mpc83xx: unreinvent mem_clk
22817
22818     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
22819     mem_*_clk for consistency's sake.
22820
22821     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22822
22823 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
22824 Author: Kim Phillips <kim.phillips@freescale.com>
22825 Date:   Fri Mar 28 14:31:23 2008 -0500
22826
22827     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
22828
22829     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22830
22831 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
22832 Author: Dave Liu <r63238@freescale.com>
22833 Date:   Wed Mar 26 22:57:19 2008 +0800
22834
22835     mpc83xx: enable the SATA interface on mpc837xemds board
22836
22837     Enable the first two SATA interfaces on MPC837xEMDS board,
22838     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
22839
22840     Signed-off-by: Dave Liu <daveliu@freescale.com>
22841     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22842
22843 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
22844 Author: Dave Liu <r63238@freescale.com>
22845 Date:   Wed Mar 26 22:56:36 2008 +0800
22846
22847     mpc83xx: initialize serdes for MPC837xEMDS boards
22848
22849     This patch is stolen from Anton Vorontsov's patch
22850     for mpc837xerdb boards.
22851
22852     The reference clk and xcorevdd voltage of serdes1/2
22853     is same between mpc837xemds and mpc837xerdb.
22854
22855     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
22856     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
22857     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
22858
22859     Signed-off-by: Dave Liu <daveliu@freescale.com>
22860     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22861
22862 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
22863 Author: Stefan Roese <sr@denx.de>
22864 Date:   Fri Mar 28 14:09:04 2008 +0100
22865
22866     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
22867
22868     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
22869     interface. This usage can be configured with the jumper J6. This patch
22870     displays the current configuration upon bootup and changes the PCIe
22871     init loop, to only initialize the availabel PCIe slots.
22872
22873     Signed-off-by: Stefan Roese <sr@denx.de>
22874
22875 commit 90447ecbbac8572457b6d8903073ac3f120995ba
22876 Author: Tor Krill <tor@excito.com>
22877 Date:   Fri Mar 28 11:29:10 2008 +0100
22878
22879     MTD/CFI: Add support for 16bit legacy AMD flash
22880
22881     Add entry for 512Kx16 AMD flash to jedec_table.
22882     Read out 16bit device id if chipwidth is 16bit.
22883     Fixed coding style after Stefans feedback
22884
22885     Signed-off-by: Tor Krill <tor@excito.com>
22886
22887 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
22888 Author: Stefan Roese <sr@denx.de>
22889 Date:   Fri Mar 28 11:02:53 2008 +0100
22890
22891     ppc: Small change to CFG_MEM_TOP_HIDE description
22892
22893     Signed-off-by: Stefan Roese <sr@denx.de>
22894
22895 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
22896 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22897 Date:   Thu Mar 27 15:44:12 2008 +0900
22898
22899     sh: Add support stat structure and stat.h
22900
22901     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22902
22903 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
22904 Author: Mark Jonas <toertel@gmail.com>
22905 Date:   Sat Mar 22 19:27:52 2008 +0100
22906
22907     sh: Removed warning when compiling drivers/serial/serial_sh.c.
22908
22909     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
22910     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22911
22912 commit f309fa38929ffba71230c02330ffa42f4bba6333
22913 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22914 Date:   Wed Mar 12 18:02:57 2008 +0900
22915
22916     sh: Remove disable_ctrlc function from R7780MP
22917
22918     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22919
22920 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
22921 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22922 Date:   Wed Mar 12 17:55:15 2008 +0900
22923
22924     sh: Add maintainer of R7780MP to MAINTAINER file
22925
22926     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
22927
22928     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22929
22930 commit f5e2466f7baa887a7df0c536333eea8231333497
22931 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22932 Date:   Tue Mar 25 17:11:24 2008 +0900
22933
22934     sh: Add support Renesas Solutions R2D plus board
22935
22936     R2D plus is SH reference board used with SH7751R.
22937     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
22938     one PCI bus, VGA, and two Ethernet controller.
22939
22940     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22941
22942 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
22943 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22944 Date:   Wed Mar 12 12:15:29 2008 +0900
22945
22946     sh: Add support SH4 cache control
22947
22948     Add support SH4 cache control and flash_cache function
22949
22950     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22951
22952 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
22953 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22954 Date:   Mon Mar 24 01:53:01 2008 +0900
22955
22956     sh: Add support PCI host driver for SH7751/SH7751R
22957
22958     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22959
22960 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
22961 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22962 Date:   Mon Mar 24 02:11:26 2008 +0900
22963
22964     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
22965
22966     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22967
22968 commit 566933278101c144d75361ea682678a326c1290d
22969 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22970 Date:   Wed Mar 12 12:10:28 2008 +0900
22971
22972     sh: Add support SuperH SH7751/SH7751R
22973
22974     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22975
22976 commit 3313e0e26224fc9a0c445124f3455058c696df84
22977 Author: Mark Jonas <toertel@gmail.com>
22978 Date:   Mon Mar 10 11:37:10 2008 +0100
22979
22980     sh: Added support for SH7720 based board MPR2.
22981
22982     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
22983     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22984
22985 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
22986 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22987 Date:   Thu Mar 6 14:05:53 2008 +0900
22988
22989     sh: Fix receive FIFO level register of SH4A
22990
22991     Receive FIFO level register is different in SH4A.
22992     Because register is different, cannot occasionally receive data.
22993
22994     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22995
22996 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
22997 Author: Yusuke Goda <goda.yusuke@renesas.com>
22998 Date:   Tue Mar 11 12:55:12 2008 +0900
22999
23000     sh: Add support Renesas Solutions R7780MP
23001
23002     Renesas Solutions R7780MP is a reference board on SH7780.
23003     This board has serial, 10/100 base Ethernet deivice, CF slot
23004     and VGA devices. This board can set extension board.
23005     Extension board has 10/100/1000 base Ethernet device, PCI slot,
23006     S-ATA, iDVR slot.
23007
23008     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23009     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23010
23011 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
23012 Author: Yusuke Goda <goda.yusuke@renesas.com>
23013 Date:   Wed Mar 5 14:30:02 2008 +0900
23014
23015     sh: Add support PCI of SuperH and SH7780
23016
23017     This patch add support PCI of SuperH base code and SH7780 specific code.
23018
23019     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23020     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23021
23022 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
23023 Author: Yusuke Goda <goda.yusuke@renesas.com>
23024 Date:   Wed Mar 5 14:23:26 2008 +0900
23025
23026     sh: Add support SH7780
23027
23028     SH7780 is CPU of Renesas Technology.
23029     This CPU has
23030      - CPU clock 400MHz
23031      - PCI support
23032      - DDR-SDRAM controller
23033      - etc ...
23034
23035     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23036     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23037
23038 commit c2042f5952a686c414031309b8f244513bf578f0
23039 Author: goda.yusuke <goda.yusuke@renesas.com>
23040 Date:   Fri Jan 25 20:46:36 2008 +0900
23041
23042     sh: Add support Renesas Solutions Migo-R board
23043
23044     Migo-R is a board based on SH7722 and has may devices.
23045     In this patch, supported SCIF, NOR flash and Ethernet.
23046
23047     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23048     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23049
23050 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
23051 Author: Bartlomiej Sieka <tur@semihalf.com>
23052 Date:   Thu Mar 27 15:06:40 2008 +0100
23053
23054     Fix host tool build breakage, take two
23055
23056     Revert commit 87c8431f and fix build breakage so that the build continues
23057     to work on FC systems.
23058
23059     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23060
23061 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
23062 Author: Stefan Roese <sr@denx.de>
23063 Date:   Wed Mar 19 09:36:47 2008 +0100
23064
23065     ppc4xx: Enable ECC on LWMON5
23066
23067     Since all ECC related problems seem to be resolved on LWMON5, this patch
23068     now enables ECC support.
23069
23070     We have to write the ECC bytes by zeroing and flushing in smaller
23071     steps, since the whole 256MByte takes too long for the external
23072     watchdog.
23073
23074     Signed-off-by: Stefan Roese <sr@denx.de>
23075
23076 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
23077 Author: Larry Johnson <lrj@acm.org>
23078 Date:   Mon Mar 17 11:10:35 2008 -0500
23079
23080     ppc4xx: Updates to Korat-specific code
23081
23082     This patch contains updates for changes for the Korat PPC440EPx board.
23083     These changes include:
23084
23085     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
23086     described in the new "doc/README.korat" file;
23087
23088     (2) a new memory map for the registers in the board's CPLD;
23089
23090     (3) a revised format for manufacturer's data in serial EEPROM; and
23091
23092     (4) changes to track updates to U-Boot for the Sequoia board.
23093
23094     Signed-off-by: Larry Johnson <lrj@acm.org>
23095
23096 commit f766cdf89b3a2a7634b8c5869f606150e332036c
23097 Author: Markus Brunner <super.firetwister@gmail.com>
23098 Date:   Thu Mar 27 10:46:25 2008 +0100
23099
23100     ppc4xx: PPC405EP Set EMAC noise filter bits
23101
23102     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
23103     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
23104     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
23105
23106     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
23107     Signed-off-by: Stefan Roese <sr@denx.de>
23108
23109 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
23110 Author: Mike Nuss <mike@terascala.com>
23111 Date:   Wed Feb 20 11:54:20 2008 -0500
23112
23113     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
23114
23115     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
23116     after startup to change the speed of the clocks. This patch adds the
23117     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
23118     initialization code will reconfigure the PLL to run the system with a CPU
23119     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
23120     external EEPROM.
23121
23122     Signed-off-by: Mike Nuss <mike@terascala.com>
23123     Acked-by: Stefan Roese <sr@denx.de>
23124
23125 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
23126 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23127 Date:   Thu Mar 27 09:12:40 2008 +0100
23128
23129     new-image: Fix host tool build breakage
23130
23131     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23132
23133 commit 6fb4b640562a10daff0dbe537638d511b5b48650
23134 Author: Stefan Roese <sr@denx.de>
23135 Date:   Thu Mar 27 10:24:03 2008 +0100
23136
23137     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
23138
23139     Signed-off-by: Stefan Roese <sr@denx.de>
23140
23141 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
23142 Author: Stefan Roese <sr@denx.de>
23143 Date:   Wed Mar 19 10:23:43 2008 +0100
23144
23145     ppc4xx: Add fdt support to Prodrive alpr
23146
23147     Since this board will probably be ported to arch/powerpc in the
23148     near future, we add device tree support now. This way we are
23149     "ready" for arch/powerpc from now on.
23150
23151     Signed-off-by: Stefan Roese <sr@denx.de>
23152
23153 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
23154 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
23155 Date:   Mon Mar 17 09:27:56 2008 +0100
23156
23157     ppc4xx: Enable cache support on the ALPR board
23158
23159     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
23160
23161 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
23162 Author: Stefan Roese <sr@denx.de>
23163 Date:   Wed Mar 26 10:14:11 2008 +0100
23164
23165     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
23166
23167     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
23168     memory area will get subtracted from the top (end) of ram and won't get
23169     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
23170     should gets passed the now "corrected" memory size and won't touch it
23171     either. This should work for arch/ppc and arch/powerpc. Only Linux board
23172     ports in arch/powerpc with bootwrapper support, which recalculate the
23173     memory size from the SDRAM controller setup, will have to get fixed
23174     in Linux additionally.
23175
23176     This patch enables this config option on some PPC440EPx boards as a workaround
23177     for the CHIP 11 errata. Here the description from the AMCC documentation:
23178
23179     CHIP_11: End of memory range area restricted access.
23180     Category: 3
23181
23182     Overview:
23183     The 440EPx DDR controller does not acknowledge any
23184     transaction which is determined to be crossing over the
23185     end-of-memory-range boundary, even if the starting address is
23186     within valid memory space. Any such transaction from any PLB4
23187     master will result in a PLB time-out on PLB4 bus.
23188
23189     Impact:
23190     In case of such misaligned bursts, PLB4 masters will not
23191     retrieve any data at all, just the available data up to the
23192     end of memory, especially the 440 CPU. For example, if a CPU
23193     instruction required an operand located in memory within the
23194     last 7 words of memory, the DCU master would burst read 8
23195     words to update the data cache and cross over the
23196     end-of-memory-range boundary. Such a DCU read would not be
23197     answered by the DDR controller, resulting in a PLB4 time-out
23198     and ultimately in a Machine Check interrupt. The data would
23199     be inaccessible to the CPU.
23200
23201     Workaround:
23202     Forbid any application to access the last 256 bytes of DDR
23203     memory. For example, make your operating system believe that
23204     the last 256 bytes of DDR memory are absent. AMCC has a patch
23205     that does this, available for Linux.
23206
23207     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
23208     lwmon5, korat, sequoia
23209
23210     The other remaining 440EPx board were intentionally not included
23211     since it is not clear to me, if they use the end of ram for some
23212     other purpose. This is unclear, since these boards have CONFIG_PRAM
23213     defined and even comments like this:
23214
23215     PMC440.h:
23216     /* esd expects pram at end of physical memory.
23217      * So no logbuffer at the moment.
23218      */
23219
23220     It is strongly recommended to not use the last 256 bytes on those
23221     boards too. Patches from the board maintainers are welcome.
23222
23223     Signed-off-by: Stefan Roese <sr@denx.de>
23224
23225 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
23226 Author: Stefan Roese <sr@denx.de>
23227 Date:   Thu Mar 27 10:09:05 2008 +0100
23228
23229     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
23230
23231     Signed-off-by: Stefan Roese <sr@denx.de>
23232
23233 commit d56a3ce179688cde61073a3690e21703d68fafd7
23234 Author: Stefan Roese <sr@denx.de>
23235 Date:   Tue Mar 25 17:51:13 2008 +0100
23236
23237     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
23238
23239     The routine ft_board_setup() configures the EBC NOR mappings for the
23240     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
23241     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
23242     problem, we need to pass the corrected address here too.
23243
23244     Signed-off-by: Stefan Roese <sr@denx.de>
23245
23246 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
23247 Author: Stefan Roese <sr@denx.de>
23248 Date:   Wed Mar 19 16:35:12 2008 +0100
23249
23250     ppc4xx: Fix compilation warning in 4xx_enet.c
23251
23252     Signed-off-by: Stefan Roese <sr@denx.de>
23253
23254 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
23255 Author: Stefan Roese <sr@denx.de>
23256 Date:   Wed Mar 19 16:20:49 2008 +0100
23257
23258     ppc4xx: Add AMCC Glacier 406GT eval board support
23259
23260     This patch adds support for the AMCC Glacier 460GT eval board.
23261     The main difference to the Canyonlands board are listed here:
23262
23263     - 4 ethernet ports instead of 2
23264     - no SATA port
23265     - no USB port
23266
23267     Currently EMAC2+3 are not working. This will be fixed in a later
23268     release.
23269
23270     Signed-off-by: Stefan Roese <sr@denx.de>
23271
23272 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
23273 Author: Stefan Roese <sr@denx.de>
23274 Date:   Thu Mar 27 08:47:26 2008 +0100
23275
23276     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
23277
23278     Signed-off-by: Stefan Roese <sr@denx.de>
23279
23280 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
23281 Author: Anatolij Gustschin <agust@denx.de>
23282 Date:   Wed Mar 26 21:05:43 2008 +0100
23283
23284     Fix out of tree building issue
23285
23286     Currently U-Boot building in some external directory
23287     doesn't work. This patch tries to fix the problem.
23288
23289     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23290
23291 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
23292 Author: Anatolij Gustschin <agust@denx.de>
23293 Date:   Wed Mar 26 18:13:33 2008 +0100
23294
23295     README: update documentation (availability, links, etc.)
23296
23297     Fix typo in README
23298
23299     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23300
23301 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
23302 Author: Anatolij Gustschin <agust@denx.de>
23303 Date:   Wed Mar 26 17:47:44 2008 +0100
23304
23305     Fix compilation error in cmd_usb.c
23306
23307     This patch fixes compilation error
23308     cmd_usb.c: In function 'do_usb':
23309     cmd_usb.c:552: error: void value not ignored as it ought to be
23310
23311     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23312
23313 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
23314 Author: Timur Tabi <timur@freescale.com>
23315 Date:   Fri Mar 14 17:45:29 2008 -0500
23316
23317     Add support for setting the I2C bus speed in fsl_i2c.c
23318
23319     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
23320     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
23321     but fsl_i2c.c ignores it and uses conservative value when programming the
23322     I2C bus speed.
23323
23324     Signed-off-by: Timur Tabi <timur@freescale.com>
23325     Acked-by: Andy Fleming <afleming@freescale.com>
23326
23327 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
23328 Author: Wolfgang Denk <wd@denx.de>
23329 Date:   Thu Mar 27 00:03:57 2008 +0100
23330
23331     Coding style cleanup, update CHANGELOG
23332
23333     Signed-off-by: Wolfgang Denk <wd@denx.de>
23334
23335 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
23336 Author: Dave Liu <r63238@freescale.com>
23337 Date:   Wed Mar 26 22:55:32 2008 +0800
23338
23339     drivers: add the support for Freescale SATA controller
23340
23341     Add the Freescale on-chip SATA controller driver to u-boot,
23342     The SATA controller is used on the 837x and 8315 targets,
23343     The driver can be used to load kernel, fs and dtb.
23344
23345     The features list:
23346     - 1.5/3 Gbps link speed
23347     - LBA48, LBA28 support
23348     - DMA and FPDMA support
23349     - Two ports support
23350
23351     Signed-off-by: Dave Liu <daveliu@freescale.com>
23352
23353 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
23354 Author: Dave Liu <r63238@freescale.com>
23355 Date:   Wed Mar 26 22:54:44 2008 +0800
23356
23357     ata: add the readme for SATA command line
23358
23359     Signed-off-by: Dave Liu <daveliu@freescale.com>
23360
23361 commit cd54081cd479e542fc399b8a40651ff11a1ad849
23362 Author: Dave Liu <r63238@freescale.com>
23363 Date:   Wed Mar 26 22:53:24 2008 +0800
23364
23365     ata: enable the sata initialize on boot up
23366
23367     Signed-off-by: Dave Liu <daveliu@freescale.com>
23368
23369 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
23370 Author: Dave Liu <r63238@freescale.com>
23371 Date:   Wed Mar 26 22:52:36 2008 +0800
23372
23373     ata: add the fis struct for SATA
23374
23375     Signed-off-by: Dave Liu <daveliu@freescale.com>
23376
23377 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
23378 Author: Dave Liu <r63238@freescale.com>
23379 Date:   Wed Mar 26 22:51:44 2008 +0800
23380
23381     ata: add the libata support
23382
23383     add simple libata support in u-boot
23384
23385     Signed-off-by: Dave Liu <daveliu@freescale.com>
23386
23387 commit 8e9bb43429e50df55fa41932cbe65841ff579220
23388 Author: Dave Liu <r63238@freescale.com>
23389 Date:   Wed Mar 26 22:50:45 2008 +0800
23390
23391     ata: make the ata_piix driver using new SATA framework
23392
23393     original ata_piix driver is using IDE framework, not real
23394     SATA framework. For now, the ata_piix driver is only used
23395     by x86 sc520_cdp board. This patch makes the ata_piix driver
23396     use the new SATA framework, so
23397
23398     - remove the duplicated command stuff
23399     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
23400     - add the CONFIG_CMD_SATA define to sc520_cdp.h
23401
23402     Signed-off-by: Dave Liu <daveliu@freescale.com>
23403
23404 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
23405 Author: Dave Liu <r63238@freescale.com>
23406 Date:   Wed Mar 26 22:49:44 2008 +0800
23407
23408     ata: add the support for SATA framework
23409
23410     - add the SATA framework
23411     - add the SATA command line
23412
23413     Signed-off-by: Dave Liu <daveliu@freescale.com>
23414
23415 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
23416 Author: Dave Liu <r63238@freescale.com>
23417 Date:   Wed Mar 26 22:48:18 2008 +0800
23418
23419     ata: merge the header of ata_piix driver
23420
23421     move the sata.h from include/ to drivers/block/ata_piix.h
23422
23423     Signed-off-by: Dave Liu <daveliu@freescale.com>
23424
23425 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
23426 Author: Dave Liu <r63238@freescale.com>
23427 Date:   Wed Mar 26 22:47:06 2008 +0800
23428
23429     ata: merge the ata_piix driver
23430
23431     move the cmd_sata.c from common/ to drivers/ata_piix.c,
23432     the cmd_sata.c have some part of ata_piix controller drivers.
23433     consolidate the driver to have better framework.
23434
23435     Signed-off-by: Dave Liu <daveliu@freescale.com>
23436
23437 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
23438 Author: Markus Klotzbuecher <mk@denx.de>
23439 Date:   Wed Mar 26 18:26:43 2008 +0100
23440
23441     USB, Storage: fix a bug introduced in commit
23442     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
23443     to only print only information on one storage device, but not for
23444     multiple.
23445
23446     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23447
23448 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
23449 Author: Anatolij Gustschin <agust@denx.de>
23450 Date:   Wed Mar 26 17:47:44 2008 +0100
23451
23452     Fix compilation error in cmd_usb.c
23453
23454     This patch fixes compilation error
23455     cmd_usb.c: In function 'do_usb':
23456     cmd_usb.c:552: error: void value not ignored as it ought to be
23457
23458     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23459     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23460
23461 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
23462 Author: Kumar Gala <galak@kernel.crashing.org>
23463 Date:   Wed Mar 26 08:53:53 2008 -0500
23464
23465     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
23466
23467     Provide a board_lmb_reserve helper function to ensure we reserve
23468     the page of memory we are using for the boot page translation code.
23469
23470     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23471
23472 commit 79679d80021ab095e639e250ca472fe526da02e2
23473 Author: Kumar Gala <galak@kernel.crashing.org>
23474 Date:   Wed Mar 26 08:34:25 2008 -0500
23475
23476     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
23477
23478     The following changes are needed to be inline with ePAPR v0.81:
23479
23480     * r4, r5 and now always set to 0 on boot release
23481     * r7 is used to pass the size of the initial map area (IMA)
23482     * EPAPR_MAGIC value changed for book-e processors
23483     * changes in the spin table layout
23484     * spin table supports a 64-bit physical release address
23485
23486     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23487
23488 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
23489 Author: Jon Loeliger <jdl@freescale.com>
23490 Date:   Wed Mar 19 15:02:07 2008 -0500
23491
23492     FSL: Clean up board/freescale/common/Makefile
23493
23494     Each file that can be built here now follows some
23495     CONFIG_ option so that they are appropriately built
23496     or not, as needed.  And CONFIG_ defines were added
23497     to various board config files to make sure that happens.
23498
23499     The other board/freescale/*/Makefiles no longer need
23500     to reach up and over into ../common to build their
23501     individually needed files any more.
23502
23503     Boards that are CDS specific were renamed with cds_ prefix.
23504
23505     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23506
23507 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
23508 Author: Kumar Gala <galak@kernel.crashing.org>
23509 Date:   Wed Feb 27 22:00:27 2008 -0600
23510
23511     85xx: Fix merge duplication
23512
23513     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
23514
23515     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23516
23517 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
23518 Author: James Yang <James.Yang@freescale.com>
23519 Date:   Tue Feb 12 16:35:07 2008 -0600
23520
23521     85xx: Expand CCSR space with more DDR controller registers.
23522
23523     Signed-off-by: James Yang <James.Yang@freescale.com>
23524     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23525     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23526
23527 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
23528 Author: James Yang <James.Yang@freescale.com>
23529 Date:   Fri Feb 8 18:05:08 2008 -0600
23530
23531     85xx: Speed up get_ddr_freq() and get_bus_freq()
23532
23533     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
23534     called.  However, get_sys_info() recalculates extraneous information when
23535     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
23536     values from global_data instead.
23537
23538     Signed-off-by: James Yang <James.Yang@freescale.com>
23539     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23540
23541 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
23542 Author: James Yang <James.Yang@freescale.com>
23543 Date:   Fri Feb 8 16:46:27 2008 -0600
23544
23545     85xx: Show DDR memory data rate in addition to the memory clock frequency.
23546
23547     Show the DDR memory data rate in addition to the memory clock
23548     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
23549     memory clock.
23550
23551     Signed-off-by: James Yang <James.Yang@freescale.com>
23552     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23553
23554 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
23555 Author: James Yang <James.Yang@freescale.com>
23556 Date:   Fri Feb 8 16:44:53 2008 -0600
23557
23558     85xx: get_tbclk() speed up and rounding fix
23559
23560     Speed up get_tbclk() by referencing pre-computed bus clock
23561     frequency value from global data instead of sys_info_t.  Fix
23562     rounding of result to nearest; previously it was rounding
23563     upwards.
23564
23565     Signed-off-by: James Yang <James.Yang@freescale.com>
23566     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23567
23568 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
23569 Author: Andy Fleming <afleming@freescale.com>
23570 Date:   Wed Feb 6 01:19:40 2008 -0600
23571
23572     Update SVR numbers to expand support
23573
23574     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
23575     is used to distinguish certain variants within an SOC family.  To
23576     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
23577     constants to reflect the larger value.  We also add SVR numbers for all
23578     of the current variants.  Finally, to make things neater, rather than
23579     use an enormous switch statement to print out the CPU type, we create
23580     and array of SVR/name pairs (using a macro), and print out the CPU name
23581     that matches the SVR SOC version.
23582
23583     Signed-off-by: Andy Fleming <afleming@freescale.com>
23584
23585 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
23586 Author: Andy Fleming <afleming@freescale.com>
23587 Date:   Wed Feb 6 01:12:57 2008 -0600
23588
23589     Add the Freescale PCI device IDs
23590
23591     Signed-off-by: Andy Fleming <afleming@freescale.com>
23592
23593 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
23594 Author: Kumar Gala <galak@kernel.crashing.org>
23595 Date:   Thu Feb 14 11:04:23 2008 -0600
23596
23597     85xx: Added support for multicore boot mechanism
23598
23599     Added the cpu command that provides a generic mechanism to get status,
23600     reset, and release secondary cores in multicore processors.
23601
23602     Added support for using the ePAPR defined spin-table mechanism on 85xx.
23603
23604     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23605     Signed-off-by: Andy Fleming <afleming@freescale.com>
23606
23607 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
23608 Author: Kumar Gala <galak@kernel.crashing.org>
23609 Date:   Thu Jan 17 16:48:33 2008 -0600
23610
23611     85xx: Added support for multicore boot mechanism
23612
23613     Added the cpu command that provides a generic mechanism to get status,
23614     reset, and release secondary cores in multicore processors.
23615
23616     Added support for using the ePAPR defined spin-table mechanism on 85xx.
23617
23618     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23619
23620 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
23621 Author: Kumar Gala <galak@kernel.crashing.org>
23622 Date:   Wed Jan 30 14:55:14 2008 -0600
23623
23624     85xx: Add the concept of CFG_CCSRBAR_PHYS
23625
23626     When we go to 36-bit physical addresses we need to keep the concept of
23627     the physical CCSRBAR address seperate from the virtual one.
23628
23629     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
23630
23631     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23632
23633 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
23634 Author: Wolfgang Denk <wd@denx.de>
23635 Date:   Wed Mar 26 15:38:47 2008 +0100
23636
23637     Coding style cleanup.
23638
23639     Signed-off-by: Wolfgang Denk <wd@denx.de>
23640
23641 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
23642 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
23643 Date:   Wed Mar 26 13:02:13 2008 +0100
23644
23645     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
23646
23647     The default settings for RTC DS1337 keeps the OSC
23648     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
23649     turn it off.
23650
23651     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
23652
23653 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
23654 Author: Wolfgang Denk <wd@denx.de>
23655 Date:   Wed Mar 26 11:48:46 2008 +0100
23656
23657     Cleanup coding style, update CHANGELOG
23658
23659     Signed-off-by: Wolfgang Denk <wd@denx.de>
23660
23661 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
23662 Author: Wolfgang Denk <wd@denx.de>
23663 Date:   Wed Mar 26 10:40:12 2008 +0100
23664
23665     README: update documentation (availability, links, etc.)
23666
23667     Signed-off-by: Wolfgang Denk <wd@denx.de>
23668
23669 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
23670 Author: Aras Vaichas <arasv@magtech.com.au>
23671 Date:   Tue Mar 25 12:09:07 2008 +1100
23672
23673     USB Storage, add meaningful return value
23674
23675     This patch changes the "usb storage" command to return success if it
23676     finds a USB storage device, otherwise it returns error.
23677
23678     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23679
23680 commit 18e69a35efbb078403db0c0063986470dad7d082
23681 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23682 Date:   Fri Mar 14 23:20:18 2008 +0300
23683
23684     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
23685
23686     Linux understands "host" (default), "peripheral" and "otg" (broken).
23687     Though, U-Boot doesn't restrict dr_mode variable to these values (think
23688     of renames in future).
23689
23690     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23691     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23692
23693 commit c7604783b236e368f225efb7b3efb418fe20b404
23694 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23695 Date:   Fri Mar 14 23:20:30 2008 +0300
23696
23697     tsec: fix link detection for the RTL8211B PHY
23698
23699     RTL8211B sets link state register after autonegotiation complete,
23700     so with bootdelay=0 RTL8211B will report lack of the link.
23701
23702     To fix this, we should wait for aneg to complete, even if the
23703     link is currently down.
23704
23705     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23706     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23707
23708 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
23709 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23710 Date:   Mon Mar 24 20:47:09 2008 +0300
23711
23712     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
23713
23714     device_type = "soc" is being deprecated, newer device trees will use
23715     "fsl,soc" and/or "fsl,immr" for the soc nodes.
23716
23717     This patch also adds clock-frequency property for soc nodes (the same
23718     value as bus-frequency).
23719
23720     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23721
23722 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
23723 Author: Joe D'Abbraccio <ljd015@freescale.com>
23724 Date:   Mon Mar 24 13:00:59 2008 -0400
23725
23726     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
23727
23728     With the original value of 1/2 clock cycle delay, the system ran relatively
23729     stable except when we run benchmarks that are intensive users of memory.
23730     When I run samba connected disk with a HDBENCH test, the system locks-up
23731     or reboots sporadically.
23732
23733     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
23734
23735 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
23736 Author: Scott Wood <scottwood@freescale.com>
23737 Date:   Mon Mar 24 12:44:13 2008 -0500
23738
23739     mpc83xx: Set PCI I/O bus-address base to zero.
23740
23741     The device trees for these boards describe PCI I/O as starting from
23742     address zero from the device's perspective.
23743
23744     Placing I/O elsewhere may cause problems with certain PCI boards, and may
23745     cause problems with Linux.
23746
23747     Signed-off-by: Scott Wood <scottwood@freescale.com>
23748
23749 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
23750 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23751 Date:   Mon Mar 24 20:47:05 2008 +0300
23752
23753     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
23754
23755     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
23756     This patch fixes "system time drifting" problem.
23757
23758     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23759
23760 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
23761 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23762 Date:   Mon Mar 24 20:47:02 2008 +0300
23763
23764     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
23765
23766     This is needed to update /choosen/linux,stdout-path properly.
23767
23768     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23769
23770 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
23771 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23772 Date:   Mon Mar 24 20:47:00 2008 +0300
23773
23774     mpc83xx: MPC8360E-RDK: add dhcp command
23775
23776     Plus modify environment to use it and remove bootfile env variable,
23777     it is internal and CONFIG_BOOTFILE is used for these purposes.
23778
23779     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23780
23781 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
23782 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23783 Date:   Mon Mar 24 20:46:57 2008 +0300
23784
23785     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
23786
23787     Current DDR setup easily causes memory corruption, this patch fixes it.
23788
23789     Also fix TIMING_CFG0_MRS_CYC definition.
23790
23791     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23792
23793 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
23794 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23795 Date:   Mon Mar 24 20:46:53 2008 +0300
23796
23797     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
23798
23799     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
23800     controller and FHCI (QE USB).
23801
23802     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23803
23804 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
23805 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23806 Date:   Mon Mar 24 20:46:51 2008 +0300
23807
23808     mpc83xx: MPC8360E-RDK: add support for NAND
23809
23810     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23811
23812 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
23813 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23814 Date:   Mon Mar 24 20:46:46 2008 +0300
23815
23816     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
23817
23818     This is needed for BCM PHYs to work on this board.
23819
23820     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23821
23822 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
23823 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23824 Date:   Mon Mar 24 20:46:34 2008 +0300
23825
23826     uec: add support for Broadcom BCM5481 Gigabit PHY
23827
23828     This patch adds basic support for Broadcom BCM5481 PHY.
23829
23830     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
23831     Peter Barada <peterb@logicpd.com>.
23832
23833     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23834
23835 commit 6a600c3a1876bc203445df4f0fd6b12648259666
23836 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23837 Date:   Mon Mar 24 20:46:28 2008 +0300
23838
23839     uec: add support for RGMII_RXID interface mode
23840
23841     PHY drivers will use it to setup software delay between RXD and RXC
23842     signals.
23843
23844     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23845
23846 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
23847 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23848 Date:   Mon Mar 24 20:46:24 2008 +0300
23849
23850     uec: add support for gbit mii status readings
23851
23852     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23853
23854 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
23855 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23856 Date:   Mon Mar 24 17:40:47 2008 +0300
23857
23858     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
23859
23860     This is primarily for the early console support.
23861
23862     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23863
23864 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
23865 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23866 Date:   Mon Mar 24 17:40:43 2008 +0300
23867
23868     83xx: initialize serdes for MPC837XRDB boards
23869
23870     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
23871     On the MPC8378ERDB: 2 PCI-E
23872     On the MPC8379ERDB: 4 SATA
23873
23874     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23875
23876 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
23877 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23878 Date:   Mon Mar 24 17:40:32 2008 +0300
23879
23880     83xx: serdes setup routines
23881
23882     This patch adds few routines to configure serdes on 837x targets.
23883
23884     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23885
23886 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
23887 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23888 Date:   Mon Mar 24 17:40:27 2008 +0300
23889
23890     83xx: split COBJS onto separate lines
23891
23892     ..plus get rid of some #ifdefs in the .c files.
23893
23894     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23895
23896 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
23897 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23898 Date:   Mon Mar 24 17:40:23 2008 +0300
23899
23900     83xx: nand support for MPC837XRDB boards
23901
23902     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23903
23904 commit 82e45a204190593e8613145a928f998fb8c909c4
23905 Author: Jerry Van Baren <gvb.uboot@gmail.com>
23906 Date:   Tue Mar 18 21:44:41 2008 -0400
23907
23908     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
23909
23910     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
23911     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23912
23913 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
23914 Author: Michael Barkowski <michael.barkowski@freescale.com>
23915 Date:   Thu Mar 20 13:15:39 2008 -0400
23916
23917     mpc8323erdb: remove RTC and add EEPROM
23918
23919     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
23920
23921     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
23922     Acked-by: Kim Phillips <kim.phillips@freescale.com>
23923
23924 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
23925 Author: Michael Barkowski <michael.barkowski@freescale.com>
23926 Date:   Thu Mar 20 13:15:34 2008 -0400
23927
23928     mpc8323erdb: Improve the system performance
23929
23930     The following changes are based on kernel UCC ethernet performance:
23931
23932     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
23933     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
23934         switch to enable this setting.
23935
23936     The following changes are based on the App Note AN3369 and
23937     verified to improve memory latency using LMbench:
23938
23939     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
23940     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
23941         previously.
23942     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
23943         Twr=15ns, and this was already the setting in DDR_MODE)
23944     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
23945         Trp=15ns)
23946     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
23947         Tras=40ns)
23948     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
23949         Trcd=15ns)
23950     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
23951         Trfc=75ns)
23952     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
23953         on Tfaw=50ns)
23954     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
23955         on CL=3 and WL=2).
23956
23957     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
23958     Acked-by: Kim Phillips <kim.phillips@freescale.com>
23959
23960 commit fc549c871f43933396a5b3e21d897023d4b31b8d
23961 Author: Michael Barkowski <michael.barkowski@freescale.com>
23962 Date:   Thu Mar 20 13:15:28 2008 -0400
23963
23964     mpc8323erdb: use readable DDR config macros
23965
23966     Use available shift/mask macros to define DDR configuration.
23967
23968     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
23969     Acked-by: Kim Phillips <kim.phillips@freescale.com>
23970
23971 commit 89c7784ed90ba50301eec521144f95111e472906
23972 Author: Timur Tabi <timur@freescale.com>
23973 Date:   Fri Feb 8 13:15:55 2008 -0600
23974
23975     83xx: Add Vitesse VSC7385 firmware uploading
23976
23977     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
23978     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
23979     Cleaned up the board header files to make selecting the VSC7385 easier to
23980     control.
23981
23982     Signed-off-by: Timur Tabi <timur@freescale.com>
23983     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23984
23985 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
23986 Author: Timur Tabi <timur@freescale.com>
23987 Date:   Fri Feb 8 13:15:54 2008 -0600
23988
23989     NET: Add Vitesse VSC7385 firmware uploading
23990
23991     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
23992     and other boards.  A small firwmare must be uploaded to its on-board memory
23993     before it can be enabled.  This patch adds the code which uploads firmware
23994     (but not the firmware itself).
23995
23996     Previously, this feature was provided by a U-Boot application that was
23997     made available only on Freescale BSPs.  The VSC7385 firmware must still
23998     be obtained separately, but at least there is no longer a need for a separate
23999     application.
24000
24001     Signed-off-by: Timur Tabi <timur@freescale.com>
24002     Acked-by: Ben Warren <biggerbadderben@gmail.com>
24003
24004 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
24005 Author: Wolfgang Denk <wd@denx.de>
24006 Date:   Wed Mar 26 00:52:10 2008 +0100
24007
24008     Coding Style cleanyp; update CHANGELOG
24009
24010     Signed-off-by: Wolfgang Denk <wd@denx.de>
24011
24012 commit 43ddd9c820fec44816188f53346b464e20b3142d
24013 Author: Jerry Van Baren <gvb.uboot@gmail.com>
24014 Date:   Sat Mar 22 14:23:49 2008 -0400
24015
24016     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
24017
24018     These defines embedded the u-boot env variables and/or the bd_t structure
24019     in the fdt blob.  The conclusion of discussion on the u-boot email list
24020     was that embedding these in the fdt blob is not useful: there are better
24021     ways of passing the data (in fact, the fdt blob itself replaces the
24022     bd_t struct).
24023
24024     The only board that enables these is the stxxtc and they don't appear
24025     to be used by linux.
24026
24027     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
24028     Acked-by: Kim Phillips <kim.phillips@freescale.com>
24029
24030 commit 22ed2285743359fd1fe73e411dff914b2256e68f
24031 Author: Stefan Roese <sr@denx.de>
24032 Date:   Mon Mar 17 10:49:25 2008 +0100
24033
24034     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
24035
24036     Signed-off-by: Stefan Roese <sr@denx.de>
24037
24038 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
24039 Author: Kyungmin Park <kmpark@infradead.org>
24040 Date:   Mon Mar 17 08:54:06 2008 +0900
24041
24042     Add Flex-OneNAND booting support
24043
24044     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
24045     using a NOR Flash interface. This on-chip integration enables system designers
24046     to reduce external system logic and use high-density NAND Flash
24047     in applications that would otherwise have to use more NOR components.
24048
24049     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
24050     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
24051     that require low reliability and high density, SLC area of Flex-OneNAND
24052     to store data that need high reliability and high performance. Flex-OneNAND
24053     can let users take advantage of storing these two different types of data
24054     into one chip, which is making Flex-OneNAND more cost- and space-effective.
24055
24056     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24057
24058 commit c512389cc4a10253249271ff6c887c6dab1f0db2
24059 Author: André Schwarz <andre.schwarz@matrix-vision.de>
24060 Date:   Thu Mar 13 13:50:52 2008 +0100
24061
24062     MPC5200: support setup without FEC
24063
24064     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
24065     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
24066
24067     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
24068     Acked-by: Grant Likely <grant.likely@secretlab.ca>
24069
24070 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
24071 Author: Jon Loeliger <jdl@freescale.com>
24072 Date:   Wed Mar 5 18:05:46 2008 -0600
24073
24074     FSL: Move board/mpc8266ads under board/freescale
24075
24076     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24077
24078 commit 7f1d846e5c5754449c286587d099d85246062772
24079 Author: Jon Loeliger <jdl@freescale.com>
24080 Date:   Wed Mar 5 18:05:47 2008 -0600
24081
24082     FSL: Move board/mpc7448hpc2 under board/freescale
24083
24084     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24085
24086 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
24087 Author: Jon Loeliger <jdl@freescale.com>
24088 Date:   Wed Mar 5 18:05:45 2008 -0600
24089
24090     FSL: Move board/mpc8260ads under board/freescale
24091
24092     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24093
24094 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
24095 Author: goda.yusuke <goda.yusuke@renesas.com>
24096 Date:   Wed Mar 5 17:08:33 2008 +0900
24097
24098     net: Add support AX88796L ethernet device
24099
24100     AX88796L is device of NE2000 compatible.
24101     This patch support AX88796L ethernet device.
24102
24103     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
24104     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24105
24106 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
24107 Author: Wolfgang Denk <wd@denx.de>
24108 Date:   Tue Mar 25 22:50:41 2008 +0100
24109
24110     ne2000 driver: change #ifdef to Makefile conditional compilation
24111
24112     Signed-off-by: Wolfgang Denk <wd@denx.de>
24113
24114 commit e710185aae90c64d39c2d453e40e58ceefe4f250
24115 Author: goda.yusuke <goda.yusuke@renesas.com>
24116 Date:   Wed Mar 5 17:08:20 2008 +0900
24117
24118     net: Divided code of NE2000 ethernet driver
24119
24120     There are more devices of the NE2000 base.
24121     A present code is difficult for us to support more devices.
24122     To support more NE2000 clone devices, separated the function.
24123
24124     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
24125     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24126
24127 commit 395bce4f59a507a60a475f7ee46bed47de9482df
24128 Author: Mike Frysinger <vapier@gentoo.org>
24129 Date:   Sun Feb 24 23:58:13 2008 -0500
24130
24131     net/Blackfin: move on-chip MAC driver into drivers/net/
24132
24133     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
24134     directory, but it is not board specific, so relocate it to the drivers dir
24135     so that other Blackfin ports can utilize it.
24136
24137     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24138
24139 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
24140 Author: Mike Frysinger <vapier@gentoo.org>
24141 Date:   Sun Feb 24 23:52:35 2008 -0500
24142
24143     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
24144
24145     Since the "ssync" instruction may have hardware anomalies associated with
24146     it, have the smc91111 driver use the SSYNC macro rather than invoking it
24147     directly.  We workaround all the anomalies via this macro.
24148
24149     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24150
24151 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
24152 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24153 Date:   Sun Feb 17 22:57:47 2008 +0000
24154
24155     8xx: Update OF support on 8xx
24156
24157     This patch does some shifting around of OF support on 8xx.
24158
24159     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24160
24161 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
24162 Author: Kumar Gala <galak@kernel.crashing.org>
24163 Date:   Fri Feb 15 15:16:18 2008 -0600
24164
24165     ppc: Allow boards to specify how much memory they can map
24166
24167     For historical reasons we limited the stack to 256M because some boards
24168     could only map that much via BATS.  However newer boards are capable of
24169     mapping more memory (for example 85xx is capble of doing up to 2G).
24170
24171     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24172
24173 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
24174 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24175 Date:   Fri Feb 15 01:05:58 2008 +0000
24176
24177     8xx : Add OF support to Adder875 board port - resubmit
24178
24179     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24180
24181 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
24182 Author: Kumar Gala <galak@kernel.crashing.org>
24183 Date:   Thu Feb 14 20:44:42 2008 -0600
24184
24185     Add setexpr command
24186
24187     Add a simple expr style command that will set an env variable as the result
24188     of the command.  This allows us to do simple math in shell.  The following
24189     operations are supported: &, |, ^, +, -, *, /.
24190
24191     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24192
24193 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
24194 Author: Jon Loeliger <jdl@freescale.com>
24195 Date:   Wed Mar 5 17:27:48 2008 -0600
24196
24197     FSL: Move board/mpc7448hpc2 under board/freescale
24198
24199     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24200
24201 commit 449c703374a8868453425e15da7e2f76221b72e4
24202 Author: Jon Loeliger <jdl@freescale.com>
24203 Date:   Wed Mar 5 17:21:43 2008 -0600
24204
24205     FSL: Move board/mpc8266ads under board/freescale
24206
24207     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24208
24209 commit 5863577989ad689427bb750107e9a75f1c1645d2
24210 Author: Jon Loeliger <jdl@freescale.com>
24211 Date:   Wed Mar 5 16:41:41 2008 -0600
24212
24213     FSL: Move board/mpc8260ads under board/freescale
24214
24215     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24216
24217 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
24218 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24219 Date:   Tue Mar 25 21:30:08 2008 +0900
24220
24221     [MIPS] Move gth2_config from ARM section to MIPS
24222
24223     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24224
24225 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
24226 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24227 Date:   Tue Mar 25 21:30:07 2008 +0900
24228
24229     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
24230
24231     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24232
24233 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
24234 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24235 Date:   Tue Mar 25 21:30:07 2008 +0900
24236
24237     [MIPS] Fix dcache_status()
24238
24239     You can't judge UNCACHED by Config.K0 LSB.
24240
24241     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24242
24243 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
24244 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24245 Date:   Tue Mar 25 21:30:07 2008 +0900
24246
24247     [MIPS] Introduce _machine_restart
24248
24249     Handles machine specific functions by using weak functions.
24250
24251     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24252
24253 commit decaba6f5cf386d569ac3997bebb871b966c6b18
24254 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24255 Date:   Tue Mar 25 21:30:07 2008 +0900
24256
24257     [MIPS] Cleanup CP0 Status initialization
24258
24259     Add setup_c0_status from Linux. For the moment we disable interrupts, set
24260     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
24261     reset-time configuration and will work well across most processors.
24262
24263     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24264
24265 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
24266 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24267 Date:   Tue Mar 25 21:30:07 2008 +0900
24268
24269     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
24270
24271     Without this change, we'll be suffering from deffered WATCH exception
24272     once Status.EXL is cleared. Make sure Cause.WP is cleared.
24273
24274     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24275
24276 commit 26138623230ca2bad3c78e05a65527ea70c8b688
24277 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24278 Date:   Tue Mar 25 21:30:07 2008 +0900
24279
24280     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
24281
24282     Move things to appropriate place.
24283
24284     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24285
24286 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
24287 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24288 Date:   Tue Mar 25 21:30:06 2008 +0900
24289
24290     [MIPS] Implement flush_cache()
24291
24292     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
24293     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
24294     function is used not only in U-Boot specfic programs but also at loading
24295     target binaries.
24296
24297     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24298
24299 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
24300 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24301 Date:   Tue Mar 25 21:30:06 2008 +0900
24302
24303     [MIPS] Fix I-/D-cache initialization loops
24304
24305     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
24306     again per a loop for I-cache initialization. But according to 'See MIPS
24307     Run', we're encouraged to use three separate loops rather than combining
24308     them *for both I- and D-cache*. This patch tries to fix this.
24309
24310     In accordance with fixing above, mips_init_[id]cache are separated from
24311     mips_cache_reset(), and rewrite cache loops are completely rewritten with
24312     useful macros.
24313
24314     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24315
24316 commit 1898840797c7f50799377bd5b285a8a93a82c419
24317 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24318 Date:   Tue Mar 25 21:30:06 2008 +0900
24319
24320     [MIPS] Replace memory clearance code with f_fill64
24321
24322     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
24323
24324     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24325
24326 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
24327 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24328 Date:   Tue Mar 25 21:30:06 2008 +0900
24329
24330     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
24331
24332     This patch replaces the current function definitions with NESTED, LEAF
24333     and END macro. They specify some more additional information about the
24334     function; an alignment of symbol, type of symbol, stack frame usage, etc.
24335     These information explicitly tells the assembler and the debugger about
24336     the types of code we want to generate.
24337
24338     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24339
24340 commit 282223a607c611425fa33f5428f8eae6636972bb
24341 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24342 Date:   Tue Mar 25 11:43:17 2008 +0900
24343
24344     [MIPS] asm headers' updates
24345
24346     Make some asm headers adjusted to the latest Linux kernel.
24347
24348     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24349
24350 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
24351 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24352 Date:   Tue Mar 25 11:39:29 2008 +0900
24353
24354     [MIPS] Request for the 'mips_cache_lock()' removal
24355
24356     The initial intension of having mips_cache_lock() was to use the cache
24357     as memory for temporary stack use so that a C environment can be set up
24358     as early as possible.
24359
24360     But now mips_cache_lock() follow lowlevel_init(). We've already have the
24361     real memory initilaized at this point, therefore we could/should use it.
24362     No reason to lock at all.
24363
24364     Other problems:
24365
24366     Cache locking is not consistent across MIPS implementaions. Some imple-
24367     mentations don't support locking at all. The style of locking varies -
24368     some support per line locking, others per way, etc. Some parts use bits
24369     in status registers instead of cache ops. Current mips_cache_lock() is
24370     not necessarily general-purpose.
24371
24372     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
24373     they are never get unlocked, so the code relies on whatever gets loaded
24374     after U-Boot to re-initialize the cache and clear the locks. We're sup-
24375     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
24376     but leave the situation as it is for a long time.
24377
24378     For these reasons, I proposed the removal of mips_cache_lock() from the
24379     global start-up code.
24380
24381     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
24382     *things have changed*. If he wants the same behavior as before, he needs
24383     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
24384
24385     If we don't have any regression report through several releases, then
24386     we'll remove codes entirely.
24387
24388     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24389     Acked-by: Andrew Dyer <amdyer@gmail.com>
24390
24391 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
24392 Author: Yuri Tikhonov <yur@emcraft.com>
24393 Date:   Mon Mar 24 11:30:54 2008 +0100
24394
24395     lwmon5 SYSMON POST: fix backlight control
24396
24397     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
24398     run on the board, then the SYSMON POST controls the display backlight
24399     (doesn't switch backlight ON if POST FAILED, and does switch the
24400     backlight ON if PASSED).
24401
24402     If not, then the video driver controls the display backlight (just
24403     switch ON the backlight upon initialization).
24404
24405     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24406
24407 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
24408 Author: Yuri Tikhonov <yur@emcraft.com>
24409 Date:   Mon Mar 24 11:29:14 2008 +0100
24410
24411     lwmon5 SYSMON POST: fix handling of negative temperatures
24412
24413     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
24414
24415     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24416
24417 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
24418 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24419 Date:   Fri Mar 7 16:04:25 2008 +0900
24420
24421     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
24422
24423     In current source code, when the device number of PCI is 0, process PCI
24424     bridge without fail. However, when the device number is 0, it is not PCI
24425     always bridge. There are times when device of PCI allocates.
24426
24427     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
24428     use this patch.
24429
24430     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24431     Acked-by: Stefan Roese <sr@denx.de>
24432
24433 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
24434 Author: Yuri Tikhonov <yur@emcraft.com>
24435 Date:   Fri Mar 21 09:18:40 2008 +0100
24436
24437     LWMON5: fix dsPIC POST
24438
24439     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
24440
24441     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
24442
24443 commit 388b82fddc7c05596f3f615f190da0448227dc82
24444 Author: Bartlomiej Sieka <tur@semihalf.com>
24445 Date:   Thu Mar 20 23:23:13 2008 +0100
24446
24447     [new uImage] Enable new uImage support for the pcs440ep board.
24448
24449     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24450
24451 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
24452 Author: Bartlomiej Sieka <tur@semihalf.com>
24453 Date:   Thu Mar 20 23:23:13 2008 +0100
24454
24455     [new uImage] Do not compile new uImage format support by default
24456
24457     Disable default building of new uImage format support in preparation
24458     for merge with the master. Support for new format can be enabled on
24459     a per-board basis, by defining the following in the board's config file:
24460
24461     #define CONFIG_FIT             1
24462     #define CONFIG_OF_LIBFDT       1
24463
24464     This can be optionally defined to give more verbose output:
24465
24466     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
24467
24468     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24469
24470 commit dafaede8a46c7159310239e036c93e31c6374487
24471 Author: Bartlomiej Sieka <tur@semihalf.com>
24472 Date:   Thu Mar 20 23:20:31 2008 +0100
24473
24474     [new uImage] Disable debuging output in preparation for merge with master
24475
24476     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24477
24478 commit fbe7a155027beacebaee9b32e1ada781fe924bca
24479 Author: Bartlomiej Sieka <tur@semihalf.com>
24480 Date:   Thu Mar 20 19:38:45 2008 +0100
24481
24482     [new uImage] Compilation and new uImage handling fixes for imxtract
24483
24484     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
24485     include/config_cmd_default.h. Fix few warnings and handling of new format
24486     images.
24487
24488     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24489
24490 commit 36cc8cbb3379d5166f882641123521735c469f92
24491 Author: Bartlomiej Sieka <tur@semihalf.com>
24492 Date:   Thu Mar 20 23:10:19 2008 +0100
24493
24494     [new uImage] Fix autoscr command used with new uImage format
24495
24496     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24497
24498 commit 43142e817f0597be412e7cbe19413f5532eafa5d
24499 Author: Bartlomiej Sieka <tur@semihalf.com>
24500 Date:   Thu Mar 20 23:10:19 2008 +0100
24501
24502     [new uImage] Fix *.its files location in documentation
24503
24504     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24505
24506 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
24507 Author: Wolfgang Denk <wd@denx.de>
24508 Date:   Thu Mar 20 22:01:38 2008 +0100
24509
24510     lwmon5 POST: remove unreachable code
24511
24512     plus some coding style cleanup
24513
24514     Signed-off-by: Wolfgang Denk <wd@denx.de>
24515
24516 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
24517 Author: Yuri Tikhonov <yur@emcraft.com>
24518 Date:   Thu Mar 20 17:56:04 2008 +0300
24519
24520     LWMON5: POST RTC fix
24521
24522     Modify the RTC API to provide one a status for the time reported by
24523     the rtc_get() function:
24524       0 - a reliable time is guaranteed,
24525     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
24526           and so on).
24527
24528     The RTC chip drivers are responsible for providing this info if the
24529     corresponding chip supports such functionality. If not - always
24530     report that the time is reliable.
24531
24532     The POST RTC test was modified to detect the RTC faults utilizing
24533     this new rtc_get() feature.
24534
24535     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24536
24537 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
24538 Author: Martin Krause <martin.krause@tqs.de>
24539 Date:   Wed Mar 19 14:25:14 2008 +0100
24540
24541     TQM5200B: update MTD partition layout
24542
24543     - insert partition for dtb blob to TQM5200B MTD layout
24544     - set env variables dependent on the configured board
24545       (TQM5200 or TQM5200B)
24546
24547     Signed-off-by: Martin Krause <martin.krause@tqs.de>
24548
24549 commit f0105727d132f56a21fa3ed8b162309cca6cac44
24550 Author: Stefan Roese <sr@denx.de>
24551 Date:   Wed Mar 19 07:09:26 2008 +0100
24552
24553     CFI: Small cleanup for FLASH_SHOW_PROGRESS
24554
24555     With this patch we don't need that many #ifdef's in the code. It moves
24556     the subtraction into the macro and defines a NOP-macro when
24557     CONFIG_FLASH_SHOW_PROGRESS is not defined.
24558
24559     Signed-off-by: Stefan Roese <sr@denx.de>
24560     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24561
24562 commit 9a042e9ca512beaaa2cb450274313fc477141241
24563 Author: Jerry Van Baren <gvb.uboot@gmail.com>
24564 Date:   Sat Mar 8 13:48:01 2008 -0500
24565
24566     Flash programming progress countdown.
24567
24568     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
24569
24570 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
24571 Author: Bartlomiej Sieka <tur@semihalf.com>
24572 Date:   Wed Mar 19 10:00:06 2008 +0100
24573
24574     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
24575
24576     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24577
24578 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
24579 Author: David Gibson <david@gibson.dropbear.id.au>
24580 Date:   Mon Feb 18 18:09:04 2008 +1100
24581
24582     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
24583
24584     Since fdt_node_offset_by_compatible() was converted to the new
24585     fdt_next_node() iterator, a chunk of initialization code became
24586     redundant, but was not removed by oversight.  This patch cleans it up.
24587
24588     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24589
24590 commit d0ccb9b140b472039732de102fc14597eedb14df
24591 Author: David Gibson <david@gibson.dropbear.id.au>
24592 Date:   Mon Feb 18 18:06:31 2008 +1100
24593
24594     libfdt: Trivial cleanup for CHECK_HEADER)
24595
24596     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
24597     However, there are a handful of functions (fdt_move, rw_check_header,
24598     fdt_open_into) from other files which could also use it (currently
24599     they open-code something more-or-less identical).  Therefore, this
24600     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
24601     places.
24602
24603     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24604
24605 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
24606 Author: Kumar Gala <galak@kernel.crashing.org>
24607 Date:   Wed Feb 20 14:32:36 2008 -0600
24608
24609     Fix fdt boardsetup command parsing
24610
24611     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
24612
24613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24614
24615 commit 804887e6001e2f00bea11431bf34d6d472512cda
24616 Author: Kumar Gala <galak@kernel.crashing.org>
24617 Date:   Fri Feb 15 03:34:36 2008 -0600
24618
24619     Add sub-commands to fdt
24620
24621     fdt header                          - Display header info
24622     fdt bootcpu <id>                    - Set boot cpuid
24623     fdt memory <addr> <size>            - Add/Update memory node
24624     fdt rsvmem print                    - Show current mem reserves
24625     fdt rsvmem add <addr> <size>        - Add a mem reserve
24626     fdt rsvmem delete <index>           - Delete a mem reserves
24627
24628     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24629
24630 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
24631 Author: David Gibson <david@gibson.dropbear.id.au>
24632 Date:   Thu Feb 14 16:50:34 2008 +1100
24633
24634     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
24635
24636     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
24637     node which has NOP tags interspersed with its properties.  In this
24638     case fdt_add_subnode_namelen() will put the new subnode before the
24639     first NOP tag, even if there are properties after it, which will
24640     result in an invalid blob.
24641
24642     This patch fixes the bug, and adds a testcase for it.
24643
24644     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24645
24646 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
24647 Author: David Gibson <david@gibson.dropbear.id.au>
24648 Date:   Tue Feb 12 11:58:31 2008 +1100
24649
24650     libfdt: Add and use a node iteration helper function.
24651
24652     This patch adds an fdt_next_node() function which can be used to
24653     iterate through nodes of the tree while keeping track of depth.  This
24654     function is used to simplify the iteration code in a lot of other
24655     functions, and is also exported for use by library users.
24656
24657     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24658
24659 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
24660 Author: David Gibson <david@gibson.dropbear.id.au>
24661 Date:   Fri Jan 11 14:55:05 2008 +1100
24662
24663     libfdt: Add fdt_set_name() function
24664
24665     This patch adds an fdt_set_name() function to libfdt, mirroring
24666     fdt_get_name().  This is a r/w function which alters the name of a
24667     given device tree node.
24668
24669     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24670
24671 commit 23e20aa6488e6c0622496549861bfdc74108debe
24672 Author: Yuri Tikhonov <yur@pollux.denx.de>
24673 Date:   Tue Mar 18 13:33:30 2008 +0100
24674
24675     lwmon5: Fix register test logic to match the specific GDC h/w.
24676
24677     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24678     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24679
24680 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
24681 Author: Yuri Tikhonov <yur@pollux.denx.de>
24682 Date:   Tue Mar 18 13:27:57 2008 +0100
24683
24684     Fix backlight in the lwmon5 POST.
24685
24686     Backlight was switched on even when temperature was too low.
24687
24688     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24689     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24690
24691 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
24692 Author: Yuri Tikhonov <yur@pollux.denx.de>
24693 Date:   Wed Feb 6 18:48:36 2008 +0100
24694
24695     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).
24696
24697      To enable this, alternative, configuration the U-Boot board configuration
24698     file for lwmon5 includes the definitions of alternative addresses for header
24699     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
24700
24701      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
24702     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
24703     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
24704
24705     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24706
24707 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
24708 Author: Yuri Tikhonov <yur@pollux.denx.de>
24709 Date:   Mon Feb 4 17:11:53 2008 +0100
24710
24711     Add support for the lwmon5 board reset via GPIO58.
24712
24713     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24714     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24715
24716 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
24717 Author: Yuri Tikhonov <yur@pollux.denx.de>
24718 Date:   Mon Feb 4 17:09:55 2008 +0100
24719
24720     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
24721
24722     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24723     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24724
24725 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
24726 Author: Yuri Tikhonov <yur@pollux.denx.de>
24727 Date:   Mon Feb 4 14:11:03 2008 +0100
24728
24729     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.
24730
24731     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24732     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24733
24734 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
24735 Author: Yuri Tikhonov <yur@pollux.denx.de>
24736 Date:   Mon Feb 4 14:10:42 2008 +0100
24737
24738     The patch adds new POST tests for the Lwmon5 board. These are:
24739
24740     * External Watchdog test;
24741     * dsPIC tests;
24742     * FPGA test;
24743     * GDC test;
24744     * Sysmon tests.
24745
24746     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24747     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24748
24749 commit c2ed33efbfff5767bca236828e021c55fd547b6c
24750 Author: Yuri Tikhonov <yur@pollux.denx.de>
24751 Date:   Mon Feb 4 14:10:01 2008 +0100
24752
24753     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
24754
24755     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24756
24757 commit 3a5d1e7f1309998791702b2a559e3126781746b9
24758 Author: Yuri Tikhonov <yur@pollux.denx.de>
24759 Date:   Tue Mar 18 13:33:30 2008 +0100
24760
24761     lwmon5: Fix register test logic to match the specific GDC h/w.
24762
24763     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24764     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24765
24766 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
24767 Author: Yuri Tikhonov <yur@pollux.denx.de>
24768 Date:   Tue Mar 18 13:27:57 2008 +0100
24769
24770     Fix backlight in the lwmon5 POST.
24771
24772     Backlight was switcehd on even when temperature was too low.
24773
24774     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24775     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24776
24777 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
24778 Author: Yuri Tikhonov <yur@pollux.denx.de>
24779 Date:   Wed Feb 6 18:48:36 2008 +0100
24780
24781      The patch introduces the alternative configuration of the log buffer for
24782     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
24783     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
24784     PPC440EPX_GPT0_COMP5).
24785
24786      To enable this, alternative, configuration the U-Boot board configuration
24787     file for lwmon5 includes the definitions of alternative addresses for header
24788     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
24789
24790      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
24791     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
24792     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
24793
24794     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24795
24796 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
24797 Author: Yuri Tikhonov <yur@pollux.denx.de>
24798 Date:   Mon Feb 4 17:11:53 2008 +0100
24799
24800     Add support for the lwmon5 board reset via GPIO58.
24801
24802     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24803     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24804
24805 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
24806 Author: Yuri Tikhonov <yur@pollux.denx.de>
24807 Date:   Mon Feb 4 17:09:55 2008 +0100
24808
24809     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
24810     Disable external watch-dog for now.
24811
24812     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24813     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24814
24815 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
24816 Author: Yuri Tikhonov <yur@pollux.denx.de>
24817 Date:   Mon Feb 4 14:11:03 2008 +0100
24818
24819     The patch introduces the CRITICAL feature of POST tests. If the test
24820     marked as POST_CRITICAL fails then the alternative, post_critical,
24821     boot-command is used. If this command is not defined then U-Boot
24822     enters into interactive mode.
24823
24824     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24825     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24826
24827 commit 65b20dcefc89618193fa51947968dada91e4c778
24828 Author: Yuri Tikhonov <yur@pollux.denx.de>
24829 Date:   Mon Feb 4 14:10:42 2008 +0100
24830
24831     The patch adds new POST tests for the Lwmon5 board.
24832     These are:
24833
24834     * External Watchdog test;
24835     * dsPIC tests;
24836     * FPGA test;
24837     * GDC test;
24838     * Sysmon tests.
24839
24840     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24841     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24842
24843 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
24844 Author: Yuri Tikhonov <yur@pollux.denx.de>
24845 Date:   Mon Feb 4 14:10:01 2008 +0100
24846
24847     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
24848
24849     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24850
24851 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
24852 Author: Wolfgang Denk <wd@denx.de>
24853 Date:   Tue Mar 18 17:35:51 2008 +0100
24854
24855     HMI1001: fix compile problem.
24856
24857     Signed-off-by: Wolfgang Denk <wd@denx.de>
24858
24859 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
24860 Author: Mike Frysinger <vapier@gentoo.org>
24861 Date:   Mon Feb 18 05:32:30 2008 -0500
24862
24863     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
24864
24865     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
24866     for the board specific driver at all.  Just use the common CFI driver.
24867
24868     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24869
24870 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
24871 Author: Mike Frysinger <vapier@gentoo.org>
24872 Date:   Tue Feb 19 00:36:14 2008 -0500
24873
24874     Blackfin: add proper ELF markings to some assembly functions
24875
24876     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24877
24878 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
24879 Author: Mike Frysinger <vapier@gentoo.org>
24880 Date:   Tue Feb 19 00:35:17 2008 -0500
24881
24882     Blackfin: new cplbinfo command for viewing cplb tables
24883
24884     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24885
24886 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
24887 Author: Mike Frysinger <vapier@gentoo.org>
24888 Date:   Mon Feb 18 05:37:51 2008 -0500
24889
24890     Blackfin: update MAINTAINERS list
24891
24892     Add maintainer information for the Blackfin boards.
24893
24894     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24895
24896 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
24897 Author: Mike Frysinger <vapier@gentoo.org>
24898 Date:   Mon Feb 18 05:26:48 2008 -0500
24899
24900     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
24901
24902     Stop tying things to the processor that should be tied to other defines and
24903     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
24904     system to select the -mcpu option.
24905
24906     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24907
24908 commit 86a20fb920bd198105acf7b1191117f566d637ed
24909 Author: Mike Frysinger <vapier@gentoo.org>
24910 Date:   Sat Feb 16 07:40:36 2008 -0500
24911
24912     Blackfin: move bootldr command to common code
24913
24914     This moves the Blackfin-common bootldr command out of the BF537-STAMP
24915     specific board directory and into the common directory so that all Blackfin
24916     boards may utilize it.
24917
24918     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24919
24920 commit decbe029b2a9d3333d02c433389b1c821eea96d7
24921 Author: Heiko Schocher <hs@denx.de>
24922 Date:   Fri Mar 14 11:05:20 2008 +0100
24923
24924     mgcoge: update configuration
24925
24926     Fix configuration for mgcoge board
24927
24928     Signed-off-by: Heiko Schocher <hs@denx.de>
24929
24930 commit c136724cda0219c49f1d4b346f00da29b14fdf14
24931 Author: Wolfgang Denk <wd@denx.de>
24932 Date:   Sun Mar 16 01:22:59 2008 +0100
24933
24934     drivers/rtc/Makefile: keep list sorted
24935
24936     Signed-off-by: Wolfgang Denk <wd@denx.de>
24937
24938 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
24939 Author: Tor Krill <tor@excito.com>
24940 Date:   Sat Mar 15 15:40:26 2008 +0100
24941
24942     Add support for Intersil isl1208 RTC
24943
24944     Signed-off-by: Tor Krill <tor@excito.com>
24945
24946 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
24947 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24948 Date:   Sat Mar 15 17:36:41 2008 +0100
24949
24950     cramfs: Fix ifdef
24951
24952     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24953
24954 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
24955 Author: Wolfgang Denk <wd@denx.de>
24956 Date:   Sun Mar 16 01:12:58 2008 +0100
24957
24958     Conding style cleanup
24959
24960     Signed-off-by: Wolfgang Denk <wd@denx.de>
24961
24962 commit 41712b4e8c95dff23354bcd620e1f9477160c190
24963 Author: Stefan Roese <sr@denx.de>
24964 Date:   Wed Mar 5 12:31:53 2008 +0100
24965
24966     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
24967
24968     This patch adds USB OHCI support to the Canyonlands board port. It also
24969     enables EXT2 support.
24970
24971     Signed-off-by: Stefan Roese <sr@denx.de>
24972
24973 commit 2596f5b9d353ff3e4387a3325d05740f16958038
24974 Author: Stefan Roese <sr@denx.de>
24975 Date:   Wed Mar 5 12:29:32 2008 +0100
24976
24977     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
24978
24979     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
24980     way a board just needs to define this new option to enable the "force
24981     NoPowerSwitching mode" instead of adding new CPU/architecture defines
24982     to the USB source itself.
24983
24984     This new option will be used first with the new AMCC 460EX Canyonlands
24985     board port, which will be posted in a few days.
24986
24987     This patch also fixes a small compilation problem when DEBUG is enabled.
24988
24989     Signed-off-by: Stefan Roese <sr@denx.de>
24990
24991 commit 71665ebf88408ff2acb762af47989fd4365b321a
24992 Author: Stefan Roese <sr@denx.de>
24993 Date:   Mon Mar 3 17:27:02 2008 +0100
24994
24995     ppc4xx: Add Canyonlands NAND booting support
24996
24997     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
24998     NAND devices. The only bootstrap option for NAND booting is option F for
24999     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
25000     EEPROM needs to be programmed accordingly.
25001
25002     This patch adds basic NAND booting support for the AMCC Canyonlands aval
25003     board and also adds support to the "bootstrap" command, to enable NAND
25004     booting I2C setting.
25005
25006     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
25007
25008     Signed-off-by: Stefan Roese <sr@denx.de>
25009
25010 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
25011 Author: Stefan Roese <sr@denx.de>
25012 Date:   Tue Mar 11 16:53:00 2008 +0100
25013
25014     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
25015
25016     This patch adds support for the AMCC Canyonlands 460EX evaluation
25017     board.
25018
25019     Signed-off-by: Stefan Roese <sr@denx.de>
25020
25021 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
25022 Author: Stefan Roese <sr@denx.de>
25023 Date:   Tue Mar 11 16:52:24 2008 +0100
25024
25025     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
25026
25027     This patch adds support for the AMCC Canyonlands 460EX evaluation
25028     board.
25029
25030     Signed-off-by: Stefan Roese <sr@denx.de>
25031
25032 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
25033 Author: Stefan Roese <sr@denx.de>
25034 Date:   Tue Mar 11 16:51:17 2008 +0100
25035
25036     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
25037
25038     This patch adds support for the AMCC Canyonlands 460EX evaluation
25039     board.
25040
25041     Signed-off-by: Stefan Roese <sr@denx.de>
25042
25043 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
25044 Author: Stefan Roese <sr@denx.de>
25045 Date:   Tue Mar 11 15:11:43 2008 +0100
25046
25047     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
25048
25049     This patch adds basic support for the AMCC 460EX/460GT PPC's.
25050
25051     Signed-off-by: Stefan Roese <sr@denx.de>
25052
25053 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
25054 Author: Stefan Roese <sr@denx.de>
25055 Date:   Tue Mar 11 15:11:18 2008 +0100
25056
25057     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
25058
25059     This patch adds basic support for the AMCC 460EX/460GT PPC's.
25060
25061     Signed-off-by: Stefan Roese <sr@denx.de>
25062
25063 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
25064 Author: Stefan Roese <sr@denx.de>
25065 Date:   Tue Mar 11 15:07:10 2008 +0100
25066
25067     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
25068
25069     This patch adds basic support for the AMCC 460EX/460GT PPC's.
25070
25071     Signed-off-by: Stefan Roese <sr@denx.de>
25072
25073 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
25074 Author: Stefan Roese <sr@denx.de>
25075 Date:   Tue Mar 11 15:05:50 2008 +0100
25076
25077     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
25078
25079     This patch adds basic support for the AMCC 460EX/460GT PPC's.
25080
25081     Signed-off-by: Stefan Roese <sr@denx.de>
25082
25083 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
25084 Author: Stefan Roese <sr@denx.de>
25085 Date:   Tue Mar 11 15:05:26 2008 +0100
25086
25087     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
25088
25089     This patch adds basic support for the AMCC 460EX/460GT PPC's.
25090
25091     Signed-off-by: Stefan Roese <sr@denx.de>
25092
25093 commit 56e410178375d9f20be25fb24e180974f0ae120b
25094 Author: Stefan Roese <sr@denx.de>
25095 Date:   Tue Feb 19 22:07:57 2008 +0100
25096
25097     ppc4xx: interrupt.c reworked
25098
25099     This patch is a rework of the 4xx interrupt handling done while
25100     adding the 460EX/GT support. Interrupts are needed on 4xx for the
25101     EMAC driver.
25102
25103     Signed-off-by: Stefan Roese <sr@denx.de>
25104
25105 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
25106 Author: Stefan Roese <sr@denx.de>
25107 Date:   Tue Feb 19 22:01:57 2008 +0100
25108
25109     ppc4xx: program_tlb now uses 64bit physical addess
25110
25111     This patch changes the physical addess parameter from 32bit to 64bit.
25112     This is needed for 36bit 4xx platforms to access areas located
25113     beyond the 4GB border, like SoC peripherals (EBC etc.).
25114
25115     Signed-off-by: Stefan Roese <sr@denx.de>
25116
25117 commit c3307fa186af85771924c434997089b8104c0a46
25118 Author: Stefan Roese <sr@denx.de>
25119 Date:   Tue Feb 19 21:58:25 2008 +0100
25120
25121     ppc4xx: miiphy.c reworked
25122
25123     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
25124     badly neede some cleanup.
25125
25126     Signed-off-by: Stefan Roese <sr@denx.de>
25127
25128 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
25129 Author: Stefan Roese <sr@denx.de>
25130 Date:   Tue Feb 19 16:21:49 2008 +0100
25131
25132     rtc: Add M41T62 support
25133
25134     This patch add support for the STM M41T62 RTC. It is used and tested
25135     on the AMCC Canyonlands 406EX platform.
25136
25137     Signed-off-by: Stefan Roese <sr@denx.de>
25138
25139 commit 217d383e201adc7f2271145ae345ea5eae2b7170
25140 Author: Niklaus Giger <niklaus.giger@netstal.com>
25141 Date:   Mon Feb 25 18:46:43 2008 +0100
25142
25143     ppc4xx: Add 405GPr based MCU25 board specific files
25144
25145     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25146
25147 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
25148 Author: Niklaus Giger <niklaus.giger@netstal.com>
25149 Date:   Mon Feb 25 18:46:42 2008 +0100
25150
25151     ppc4xx: Add 405GPr based MCU25 board config file
25152
25153     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25154
25155 commit b05f35436b733a240559e77e46bed8439665ecc5
25156 Author: Niklaus Giger <niklaus.giger@netstal.com>
25157 Date:   Mon Feb 25 18:46:41 2008 +0100
25158
25159     ppc4xx: Add 405GPr based MCU25 board. Global files
25160
25161     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25162
25163 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
25164 Author: Niklaus Giger <niklaus.giger@netstal.com>
25165 Date:   Mon Feb 25 18:37:02 2008 +0100
25166
25167     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
25168
25169     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25170
25171 commit a079494853cc2bfeddb26673219db0b4b2b31566
25172 Author: Niklaus Giger <niklaus.giger@netstal.com>
25173 Date:   Mon Feb 25 18:37:01 2008 +0100
25174
25175     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
25176
25177     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
25178     the FLASH_CFI_LEGACY et al. config options.
25179
25180     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25181
25182 commit e4170e5a50c8110f792bc37472833ae669d69951
25183 Author: Stefan Roese <sr@denx.de>
25184 Date:   Tue Mar 11 13:52:25 2008 +0100
25185
25186     ppc4xx: Fix comment in 405EX DDR2 init code
25187
25188     Signed-off-by: Stefan Roese <sr@denx.de>
25189
25190 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
25191 Author: Bartlomiej Sieka <tur@semihalf.com>
25192 Date:   Fri Mar 14 16:22:34 2008 +0100
25193
25194     Add MD5 support to the new uImage format
25195
25196     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25197
25198 commit 0ede0c383530a418cf98be9122371a86573cd0db
25199 Author: Bartlomiej Sieka <tur@semihalf.com>
25200 Date:   Fri Mar 14 16:22:34 2008 +0100
25201
25202     Add the MD5 algorithm
25203
25204     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
25205     calculated using the md5() function -- see include/md5.h for details.
25206
25207     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25208
25209 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
25210 Author: Wolfgang Denk <wd@denx.de>
25211 Date:   Fri Mar 14 16:04:54 2008 +0100
25212
25213     tools/setlocalversion: use a git-describe-ish format
25214
25215     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
25216     where 'nnnnn' is the number of commits since the last tag (i.e.,
25217     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
25218     and to see how much has been changed since the referenced tag.
25219
25220     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
25221
25222     Signed-off-by: Wolfgang Denk <wd@denx.de>
25223
25224 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
25225 Author: Wolfgang Denk <wd@denx.de>
25226 Date:   Thu Mar 13 14:32:03 2008 +0100
25227
25228     HMI1001: add support for MPC5200 Rev. B processors.
25229
25230     Signed-off-by: Wolfgang Denk <wd@denx.de>
25231
25232 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
25233 Author: Wolfgang Denk <wd@denx.de>
25234 Date:   Thu Mar 13 14:29:49 2008 +0100
25235
25236     TQM5200: remove dead code
25237
25238     This board never used a MGT5100 processor.
25239
25240     Signed-off-by: Wolfgang Denk <wd@denx.de>
25241
25242 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
25243 Author: Marian Balakowicz <m8@semihalf.com>
25244 Date:   Wed Mar 12 12:14:15 2008 +0100
25245
25246     [new uImage] Fix build issue on ARM
25247
25248     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
25249
25250     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25251
25252 commit 3310c549a73a949430bfda90876df7552a1dab0c
25253 Author: Marian Balakowicz <m8@semihalf.com>
25254 Date:   Wed Mar 12 12:13:13 2008 +0100
25255
25256     [new uImage] Add new uImage format documentation and examples
25257
25258     Create doc/uImage.FIT documentation directory with the following files:
25259     - command_syntax_extensions.txt : extended command syntax description
25260     - howto.txt                     : short usage howto
25261     - source_file_format.txt        : internal new uImage format description
25262
25263     Add example image source files:
25264     - kernel.its
25265     - kernel_fdt.its
25266     - multi.its
25267
25268     Update README appropriately.
25269
25270     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25271     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25272
25273 commit 1ec73761d2e247078f4520a265d463e8b73391a2
25274 Author: Marian Balakowicz <m8@semihalf.com>
25275 Date:   Wed Mar 12 10:35:52 2008 +0100
25276
25277     [new uImage] Fix definition of common bootm_headers_t fields
25278
25279     verify, autostart and lmb fields are used regardless of CONFIG_FIT
25280     setting, move their definitions to common section.
25281
25282     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25283
25284 commit 1d1cb4270edc6a99276834064069717f9782c491
25285 Author: Marian Balakowicz <m8@semihalf.com>
25286 Date:   Wed Mar 12 10:35:51 2008 +0100
25287
25288     [new uImage] Fix build problems on trab board
25289
25290     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25291
25292 commit f773bea8e11f4a11c388dcee956b2444203e6b65
25293 Author: Marian Balakowicz <m8@semihalf.com>
25294 Date:   Wed Mar 12 10:35:46 2008 +0100
25295
25296     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
25297
25298     Save FIT configuration provied in the first bootm argument and use it
25299     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
25300     arguments are not specified.
25301
25302     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25303
25304 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
25305 Author: Marian Balakowicz <m8@semihalf.com>
25306 Date:   Wed Mar 12 10:33:01 2008 +0100
25307
25308     [new uImage] More verbose kernel image uncompress error message
25309
25310     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25311
25312 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
25313 Author: Marian Balakowicz <m8@semihalf.com>
25314 Date:   Wed Mar 12 10:33:01 2008 +0100
25315
25316     [new uImage] Use show_boot_progress() for new uImage format
25317
25318     This patch allocates a set of show_boot_progress() IDs for new uImage format
25319     and adds show_boot_progress() calls in new uImage format handling code.
25320
25321     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25322
25323 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
25324 Author: Marian Balakowicz <m8@semihalf.com>
25325 Date:   Wed Mar 12 10:33:01 2008 +0100
25326
25327     [new uImage] Add new uImage fromat support to fpga command
25328
25329     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25330
25331 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
25332 Author: Marian Balakowicz <m8@semihalf.com>
25333 Date:   Wed Mar 12 10:33:01 2008 +0100
25334
25335     [new uImage] Add new uImage format handling to other bootm related commands
25336
25337     Updated commands:
25338
25339     docboot  - cmd_doc.c
25340     fdcboot  - cmd_fdc.c
25341     diskboot - cmd_ide.c
25342     nboot    - cmd_nand.c
25343     scsiboot - cmd_scsi.c
25344     usbboot  - cmd_usb.c
25345
25346     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25347
25348 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
25349 Author: Marian Balakowicz <m8@semihalf.com>
25350 Date:   Wed Mar 12 10:33:00 2008 +0100
25351
25352     [new uImage] Add new uImage format support to imgextract command
25353
25354     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25355
25356 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
25357 Author: Marian Balakowicz <m8@semihalf.com>
25358 Date:   Wed Mar 12 10:33:00 2008 +0100
25359
25360     [new uImage] Add new uImage format support to autoscript routine
25361
25362     autoscript() routine is updated to accept second argument, which
25363     is only used for FIT images and provides a FIT subimage unit name.
25364
25365     autoscript() routine callers must now pass two arguments. For
25366     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
25367     variable 'autoscript_uname' is introduced and used as a FIT
25368     subimage unit name source.
25369
25370     autoscript command accepts extended syntax of the addr argument:
25371     addr:<subimg_uname>
25372
25373     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25374
25375 commit cd7c596e9f561dbbc17b717277438aee78cde14f
25376 Author: Marian Balakowicz <m8@semihalf.com>
25377 Date:   Wed Mar 12 10:33:00 2008 +0100
25378
25379     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
25380
25381     This patch updates architecture specific implementations of
25382     do_bootm_linux() adding new uImage format handling for
25383     operations like get kernel entry point address, get kernel
25384     image data start address.
25385
25386     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25387
25388 commit 3dfe110149311425919e6d6a14b561b4207498f1
25389 Author: Marian Balakowicz <m8@semihalf.com>
25390 Date:   Wed Mar 12 10:32:59 2008 +0100
25391
25392     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
25393
25394     This patch adds new node offset fields to struct bootm_headers
25395     and updates bootm_headers processing code to make use of them.
25396     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
25397
25398     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25399
25400 commit bc8ed486b125452ba3bd8344f052f437329150c5
25401 Author: Marian Balakowicz <m8@semihalf.com>
25402 Date:   Wed Mar 12 10:32:53 2008 +0100
25403
25404     [new uImage] ppc: Add new uImage format support to FDT handling routines
25405
25406     Support for new (FIT) format uImages is added to powerpc specific
25407     boot_get_fdt() routine which now recognizes, sanity checks FIT image
25408     and is able to access data sections of the requested component image.
25409
25410     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25411
25412 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
25413 Author: Marian Balakowicz <m8@semihalf.com>
25414 Date:   Wed Mar 12 10:14:57 2008 +0100
25415
25416     [new uImage] Re-enable interrupts for non automatic booting
25417
25418     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
25419     environment variable is not set to 'yes'.
25420
25421     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25422
25423 commit d985c8498c4e47095820da97aa722381d39172c5
25424 Author: Marian Balakowicz <m8@semihalf.com>
25425 Date:   Wed Mar 12 10:14:38 2008 +0100
25426
25427     [new uImage] Remove unnecessary arguments passed to ramdisk routines
25428
25429     boot_get_ramdisk() and image_get_ramdisk() do not need all
25430     cmdtp, flag, argc and argv arguments. Simplify routines definition.
25431
25432     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25433
25434 commit c87796483bc7c2900470dc747c367f602577608d
25435 Author: Marian Balakowicz <m8@semihalf.com>
25436 Date:   Wed Mar 12 10:12:37 2008 +0100
25437
25438     [new uImage] Add new uImage format support for ramdisk handling
25439
25440     This patch updates boot_get_ramdisk() routine adding format
25441     verification and handling for new (FIT) uImages.
25442
25443     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25444
25445 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
25446 Author: Marian Balakowicz <m8@semihalf.com>
25447 Date:   Wed Mar 12 10:01:05 2008 +0100
25448
25449     [new uImage] Add new uImage format support for kernel booting
25450
25451     New format uImages are recognized by the bootm command,
25452     validity of specified kernel component image is checked and
25453     its data section located and used for further processing
25454     (uncompress, load, etc.)
25455
25456     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25457
25458 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
25459 Author: Marian Balakowicz <m8@semihalf.com>
25460 Date:   Tue Mar 11 12:35:20 2008 +0100
25461
25462     [new uImage] Add new uImage format support for imls and iminfo commands
25463
25464     imls and iminfo can now recognize nad print out contents of the new (FIT)
25465     format uImages.
25466
25467     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25468
25469 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
25470 Author: Bartlomiej Sieka <tur@semihalf.com>
25471 Date:   Tue Mar 11 12:34:47 2008 +0100
25472
25473     [new uImage] Add support for new uImage format to mkimage tool
25474
25475     Support for the new uImage format (FIT) is added to mkimage tool.
25476     Commandline syntax is appropriately extended:
25477
25478     mkimage [-D dtc_options] -f fit-image.its fit-image
25479
25480     mkimage (together with dtc) takes fit-image.its and referenced therein
25481     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
25482     final image that can be transferred to the target (e.g., via tftp) and then
25483     booted using the bootm command in U-Boot.
25484
25485     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25486
25487 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
25488 Author: Marian Balakowicz <m8@semihalf.com>
25489 Date:   Mon Mar 10 17:53:49 2008 +0100
25490
25491     [new uImage] Make node unit names const in struct bootm_headers
25492
25493     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25494
25495 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
25496 Author: Marian Balakowicz <m8@semihalf.com>
25497 Date:   Fri Feb 29 21:24:06 2008 +0100
25498
25499     [new uImage] New uImage low-level API
25500
25501     Add FDT-based functions for handling new format component images,
25502     configurations, node operations, property get/set, etc.
25503
25504     fit_        - routines handling global new format uImage operations
25505                   like get/set top level property, process all nodes, etc.
25506     fit_image_  - routines handling component images subnodes
25507     fit_conf_   - routines handling configurations node
25508
25509     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25510     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25511
25512 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
25513 Author: Wolfgang Denk <wd@denx.de>
25514 Date:   Sun Mar 9 16:20:02 2008 +0100
25515
25516     Release v1.3.2
25517
25518     Update CHANGELOG for release.
25519
25520     Signed-off-by: Wolfgang Denk <wd@denx.de>
25521
25522 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
25523 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25524 Date:   Sun Mar 9 14:52:11 2008 +0100
25525
25526     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
25527
25528     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25529     Signed-off-by: Wolfgang Denk <wd@denx.de>
25530
25531 commit db695b78515ddb88a2d4f3357c120345efbf59ec
25532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25533 Date:   Sun Mar 9 10:44:01 2008 +0100
25534
25535     scb9328: Fix flash warning: type qualifiers ignored on function return type
25536
25537     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25538
25539 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
25540 Author: Wolfgang Denk <wd@denx.de>
25541 Date:   Sun Mar 9 10:50:41 2008 +0100
25542
25543     esd/common/fpga.c: fix indentation.
25544
25545     Signed-off-by: Wolfgang Denk <wd@denx.de>
25546
25547 commit cc3843e36453e2b8db65d7e56de938ba045016a0
25548 Author: Wolfgang Denk <wd@denx.de>
25549 Date:   Sun Mar 9 10:33:31 2008 +0100
25550
25551     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
25552
25553     and get rid of a couple of unneeded casts.
25554
25555     Signed-off-by: Wolfgang Denk <wd@denx.de>
25556
25557 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
25558 Author: Wolfgang Denk <wd@denx.de>
25559 Date:   Sun Mar 9 10:09:53 2008 +0100
25560
25561     esd/common/fpga.c: fix 'assignment of read-only location' error
25562
25563     Signed-off-by: Wolfgang Denk <wd@denx.de>
25564
25565 commit c6fe4dabac066e8758345d249032768496983a3e
25566 Author: Wolfgang Denk <wd@denx.de>
25567 Date:   Sun Mar 9 02:13:19 2008 +0100
25568
25569     Makefile: make build silently again.
25570
25571     Signed-off-by: Wolfgang Denk <wd@denx.de>
25572
25573 commit 76babc86576f092573599334c85ec543fdbc6015
25574 Author: Wolfgang Denk <wd@denx.de>
25575 Date:   Sun Mar 9 02:07:49 2008 +0100
25576
25577     m501sk: Fix out of tree building
25578
25579     Signed-off-by: Wolfgang Denk <wd@denx.de>
25580
25581 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
25582 Author: Wolfgang Denk <wd@denx.de>
25583 Date:   Sun Mar 9 00:06:09 2008 +0100
25584
25585     ADS5121: fix out of tree build
25586
25587     and simplify Makefile a bit.
25588
25589     Signed-off-by: Wolfgang Denk <wd@denx.de>
25590
25591 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
25592 Author: Wolfgang Denk <wd@denx.de>
25593 Date:   Sat Mar 8 22:35:31 2008 +0100
25594
25595     Release v1.3.2
25596
25597     Signed-off-by: Wolfgang Denk <wd@denx.de>
25598
25599 commit 78a90f827df74520e939c794fc7413dace21c4db
25600 Author: Wolfgang Denk <wd@denx.de>
25601 Date:   Sat Mar 8 22:35:04 2008 +0100
25602
25603     Update CHANGELOG
25604
25605     Signed-off-by: Wolfgang Denk <wd@denx.de>
25606
25607 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
25608 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25609 Date:   Sat Mar 8 21:30:04 2008 +0100
25610
25611     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
25612
25613     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25614
25615 commit d75469d48c05795144f4b8ba76addbb4920a7bba
25616 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25617 Date:   Sat Mar 8 09:25:49 2008 +0900
25618
25619     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
25620
25621     When rtl_recv() of rtl8169 is called, OWNbit of status register
25622     is not enable occasionally.
25623     rtl_recv() doesn't work normally when the driver doesn't do
25624     appropriate processing.
25625     This patch fix this problem.
25626
25627     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25628
25629 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
25630 Author: Heiko Schocher <hs@denx.de>
25631 Date:   Fri Mar 7 08:15:28 2008 +0100
25632
25633     mgsuvd: update board configuration
25634
25635     initialize the UPIOx controller.
25636
25637     Signed-off-by: Heiko Schocher <hs@denx.de>
25638
25639 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
25640 Author: Heiko Schocher <hs@denx.de>
25641 Date:   Fri Mar 7 08:13:41 2008 +0100
25642
25643     mgcoge: update board configuration
25644
25645     add support for the config Flash.
25646     initialize the UPIOx controller.
25647
25648     Signed-off-by: Heiko Schocher <hs@denx.de>
25649
25650 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
25651 Author: Kim Phillips <kim.phillips@freescale.com>
25652 Date:   Fri Mar 7 12:27:31 2008 -0600
25653
25654     mpc83xx: make dtb basename file references equal those of linux
25655
25656     the dts file basenames were updated in linux - this helps avoid
25657     inadvertently loading any old dtbs laying around.
25658
25659     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25660
25661 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
25662 Author: Kim Phillips <kim.phillips@freescale.com>
25663 Date:   Wed Feb 27 16:08:22 2008 -0600
25664
25665     net: uec_phy: actually increment the timeout counter
25666
25667     allow u-boot to recover (and, e.g., switch to another interface) in the
25668     case where a PHY does not report autonegotiation is complete within its
25669     two second timeout value.
25670
25671     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25672
25673 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
25674 Author: Markus Brunner <super.firetwister@googlemail.com>
25675 Date:   Wed Mar 5 21:38:12 2008 +0100
25676
25677     fix taihu soft spi_read
25678
25679     The taihu board used gpio_read_out_bit which reads the output register and not
25680     the pin state.
25681
25682     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
25683
25684 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
25685 Author: Stefan Roese <sr@denx.de>
25686 Date:   Fri Mar 7 08:01:43 2008 +0100
25687
25688     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
25689
25690     Signed-off-by: Stefan Roese <sr@denx.de>
25691
25692 commit bd4458cb47abecabd406b1210457be96c69fc49d
25693 Author: Dave Liu <r63238@freescale.com>
25694 Date:   Tue Mar 4 16:59:22 2008 +0800
25695
25696     837xEMDS: Improve the system performance
25697
25698     1. Make the CSB bus pipeline depth as 4, and enable
25699        the repeat mode;
25700     2. Raise the eTSEC emergency priority;
25701     3. Use the highest IP blocks clock.
25702
25703     Signed-off-by: Dave Liu <daveliu@freescale.com>
25704
25705 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
25706 Author: Detlev Zundel <dzu@denx.de>
25707 Date:   Thu Mar 6 16:45:53 2008 +0100
25708
25709     Replace "run load; run update" with conditionalized "run load update".
25710
25711     The latter version stops when "run load" fails for whatever reasons
25712     rendering the combination *a lot* more secure.
25713
25714     Signed-off-by: Detlev Zundel <dzu@denx.de>
25715
25716 commit 6bc113886d7d316df1a4e459bec8baf027518551
25717 Author: Stefan Roese <sr@denx.de>
25718 Date:   Tue Mar 4 17:40:41 2008 +0100
25719
25720     net: Print error message upon net usage when no ethernet-interface is found
25721
25722     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
25723     defined. Then no ethernet interface is available but a simple "tftp"
25724     command will return without any error message which is quite confusing.
25725
25726     Signed-off-by: Stefan Roese <sr@denx.de>
25727
25728 commit a30a549a3553032d809e0356306b62de0b125901
25729 Author: Jon Loeliger <jdl@freescale.com>
25730 Date:   Tue Mar 4 10:03:03 2008 -0600
25731
25732     Remove erroneous or extra spd.h #includers.
25733
25734     Many of the spd.h #includers don't need it,
25735     and wanted to have spd_sdram() declared instead.
25736     Since they didn't get that, some also had open
25737     coded extern declarations of it instead or as well.
25738     Fix it all up by using spd_sdram.h where needed.
25739
25740     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25741
25742 commit a4475386cef14af3fd88f0518b688e755669486d
25743 Author: Wolfgang Denk <wd@denx.de>
25744 Date:   Tue Mar 4 17:41:28 2008 +0100
25745
25746     PCS440EP: fix build problems (redundant #define)
25747
25748     Signed-off-by: Wolfgang Denk <wd@denx.de>
25749
25750 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
25751 Author: Stefan Roese <sr@denx.de>
25752 Date:   Tue Mar 4 17:39:25 2008 +0100
25753
25754     net: Print error message upon net usage when no ethernet-interface is found
25755
25756     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
25757     defined. Then no ethernet interface is available but a simple "tftp"
25758     command will return without any error message which is quite confusing.
25759
25760     Signed-off-by: Stefan Roese <sr@denx.de>
25761
25762 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
25763 Author: Wolfgang Denk <wd@denx.de>
25764 Date:   Tue Mar 4 17:38:50 2008 +0100
25765
25766     W7OLMC/W7OLMG: fix build problems (redundant #define)
25767
25768     Signed-off-by: Wolfgang Denk <wd@denx.de>
25769
25770 commit f9301e1cda296245ba052d7b08321199c3d0af9d
25771 Author: Wolfgang Denk <wd@denx.de>
25772 Date:   Tue Mar 4 14:58:31 2008 +0100
25773
25774     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
25775
25776     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
25777     problem for out-of-tree builds which caused "make clean" to fail.
25778
25779     Signed-off-by: Wolfgang Denk <wd@denx.de>
25780
25781 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
25782 Author: Wolfgang Denk <wd@denx.de>
25783 Date:   Tue Mar 4 11:58:26 2008 +0100
25784
25785     examples/Makefile: build "hello_world" on 8xx, too.
25786
25787     Signed-off-by: Wolfgang Denk <wd@denx.de>
25788
25789 commit 74eb0222594fd23aafdf168e60e872814eea8b62
25790 Author: Mike Nuss <mike@terascala.com>
25791 Date:   Mon Mar 3 15:27:05 2008 -0500
25792
25793     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
25794
25795     Every now and then a Sequoia board (or equivalent hardware) had
25796     problems connecting to a Gigabit capable network interface.
25797
25798     There were differences in the PHY setup between Linux and U-Boot.
25799
25800     This patch fixes the problem. Apparently "remote fault" is being set,
25801     which signals to some devices (on the other end of the cable) that a
25802     fault has occurred, while other devices ignore it. I believe the RF bit
25803     was causing the issue, but I removed T4 also, to match up with Linux.
25804
25805     Signed-off-by: Mike Nuss <mike@terascala.com>
25806
25807 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
25808 Author: Timur Tabi <timur@freescale.com>
25809 Date:   Mon Mar 3 09:58:52 2008 -0600
25810
25811     fix QE firmware uploading limit
25812
25813     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
25814     systems with more than one RISC core.
25815
25816     Signed-off-by: Timur Tabi <timur@freescale.com>
25817
25818 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
25819 Author: Bernhard Nemec <bnemec@ganssloser.com>
25820 Date:   Mon Mar 3 11:57:23 2008 +0000
25821
25822     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
25823
25824     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
25825     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
25826
25827     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
25828
25829 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
25830 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
25831 Date:   Mon Mar 3 10:39:13 2008 +0200
25832
25833     fix copy from ram to dataflash
25834
25835     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
25836     routines instead of dataflash. This is because it checks "if source
25837     address is not dataflash" instead of target address.
25838
25839     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
25840
25841 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
25842 Author: Wolfgang Denk <wd@denx.de>
25843 Date:   Mon Mar 3 12:16:44 2008 +0100
25844
25845     Fix quoting problem (preboot setting) in many board config files.
25846
25847     Signed-off-by: Wolfgang Denk <wd@denx.de>
25848
25849 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
25850 Author: Wolfgang Denk <wd@denx.de>
25851 Date:   Mon Mar 3 12:36:49 2008 +0100
25852
25853     ADS5121: Fix default environment.
25854
25855     Signed-off-by: Wolfgang Denk <wd@denx.de>
25856
25857 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
25858 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25859 Date:   Sun Mar 2 16:12:31 2008 +0100
25860
25861     Makefile: Fix missing unconfig and mkconfig use
25862
25863     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25864
25865 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
25866 Author: michael <trimarchi@gandalf.sssup.it>
25867 Date:   Sun Mar 2 23:33:46 2008 +0100
25868
25869     Fix checking fat32 cluster size.
25870
25871     This fixes the cluster size tests in the FAT32 file system.
25872     The current implementation of VFAT support doesn't work if the
25873     referred cluster has an offset > 16bit representation, causing
25874     "fatload" and "fatls" commands etc. to fail.
25875
25876     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
25877
25878 commit 661bad63a076a96c39c64f136915f146725af92b
25879 Author: Wolfgang Denk <wd@denx.de>
25880 Date:   Sun Mar 2 22:57:23 2008 +0100
25881
25882     Prepare v1.3.2-rc2 release candidate
25883
25884     Signed-off-by: Wolfgang Denk <wd@denx.de>
25885
25886 commit 76957cb3d621bf664311908e5962e151c633c285
25887 Author: Stefan Roese <sr@denx.de>
25888 Date:   Sat Mar 1 12:11:40 2008 +0100
25889
25890     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
25891
25892     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
25893     currently 4k/2k is configured. This patch fixes this issue.
25894
25895     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
25896
25897     Signed-off-by: Stefan Roese <sr@denx.de>
25898
25899 commit 118978c8eb43803e2794233922df4249fa278b83
25900 Author: Woodruff, Richard <r-woodruff2@ti.com>
25901 Date:   Fri Feb 29 17:34:35 2008 -0600
25902
25903     Fix alignment error on ARM for modules
25904
25905     Fix alignment fault on ARM when running modules.  With out an explicit
25906     linker file gcc4.2.1 will half word align __bss_start's value.  The word
25907     dereference will crash hello_world.
25908
25909     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
25910
25911 commit ce1120dd703e6f12c59e4eba9962356a0300b832
25912 Author: Dave Liu <r63238@freescale.com>
25913 Date:   Fri Feb 29 17:45:31 2008 +0800
25914
25915     fs: Fix ext2 read issue
25916
25917     The ext2 aligned process will corrupt the key
25918     data struct, the patch fix this.
25919
25920     Signed-off-by: Dave Liu <daveliu@freescale.com>
25921
25922 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
25923 Author: Wolfgang Denk <wd@denx.de>
25924 Date:   Sun Mar 2 22:45:33 2008 +0100
25925
25926     Makefile: cleanup "clean" target
25927
25928     Make sure CDPATH settings cannot interfere.
25929     Update CHANGELOG.
25930
25931     Signed-off-by: Wolfgang Denk <wd@denx.de>
25932
25933 commit ffda586fc1373243c9794babde69500f6293a8d8
25934 Author: Li Yang <leoli@freescale.com>
25935 Date:   Fri Feb 29 11:46:05 2008 +0800
25936
25937     add cscope build target
25938
25939     Add cscope build target to generate cscope database for code browsing.
25940
25941     Signed-off-by: Li Yang <leoli@freescale.com>
25942
25943 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
25944 Author: Kim Phillips <kim.phillips@freescale.com>
25945 Date:   Wed Feb 27 15:06:39 2008 -0600
25946
25947     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
25948
25949     erratum 5.6 states the autoneg completion bit is functional only if the
25950     autoneg bit is asserted.
25951
25952     This fixes any secondarily-issued networking commands on non-gigabit
25953     links on the mpc8360 mds board.
25954
25955     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25956
25957 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
25958 Author: John Rigby <jrigby@freescale.com>
25959 Date:   Tue Feb 26 09:38:14 2008 -0700
25960
25961     MPC5121e ADS PCI support take 3
25962
25963     Adds PCI support for MPC5121
25964
25965     Tested with drivers/net/rtl8139.c
25966
25967     Support is conditional since PCI on old silicon does not work.
25968
25969     ads5121_PCI_config turns on PCI
25970
25971     In this version, condition compilation of PCI code has been moved
25972     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
25973     suggested by Jean-Christophe PLAGNIOL-VILLARD
25974
25975     Signed-off-by: John Rigby <jrigby@freescale.com>
25976
25977 commit 44b4dbed4133f657705b7c5193209da9978243a7
25978 Author: Anatolij Gustschin <agust@denx.de>
25979 Date:   Mon Feb 25 23:53:07 2008 +0100
25980
25981     Fix warnings while compilation of post/drivers/memory.c
25982
25983     Fix warnings while compilation with new gcc in eldk-4.2
25984
25985     Signed-off-by: Anatolij Gustschin <agust@denx.de>
25986
25987 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
25988 Author: Anatolij Gustschin <agust@denx.de>
25989 Date:   Mon Feb 25 20:54:04 2008 +0100
25990
25991     ppc4xx: Fix problem in 4xx_enet.c driver
25992
25993     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
25994     enabled. To reproduce the problem ensure that 'ethrotate'
25995     environment variable isn't set to "no" and then run
25996     "tftp 200000 not_existent_file".
25997     This patch tries to fix the issue.
25998
25999     Signed-off-by: Anatolij Gustschin <agust@denx.de>
26000
26001 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
26002 Author: Anatolij Gustschin <agust@denx.de>
26003 Date:   Mon Feb 25 20:04:20 2008 +0100
26004
26005     POST: Disable cache while SPR POST
26006
26007     Currently (since commit b2e2142c) u-boot crashes on
26008     sequoia board while SPR test if CONFIG_4xx_DCACHE is
26009     enabled. This patch disables the cache while SPR test.
26010
26011     Signed-off-by: Anatolij Gustschin <agust@denx.de>
26012
26013 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
26014 Author: Martin Krause <martin.krause@tqs.de>
26015 Date:   Mon Feb 25 17:52:40 2008 +0100
26016
26017     TQM5200: use automatic fdt memory fixup (part 2)
26018
26019     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
26020     TB5200 and TB5200_B to fixup the /memory node with the memory values
26021     detected by U-Boot.
26022
26023     Signed-off-by: Martin Krause <martin.krause@tqs.de>
26024
26025 commit 44ceec253ea941b301abf4b079d52324def69d92
26026 Author: Martin Krause <martin.krause@tqs.de>
26027 Date:   Mon Feb 25 15:17:05 2008 +0100
26028
26029     TQM5200: use automatic fdt memory fixup
26030
26031     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
26032     TB5200 and TB5200_B to fixup the /memory node with the memory values
26033     detected by U-Boot.
26034
26035     Signed-off-by: Martin Krause <martin.krause@tqs.de>
26036
26037 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
26038 Author: Martin Krause <martin.krause@tqs.de>
26039 Date:   Mon Feb 25 13:27:52 2008 +0100
26040
26041     TQM5200: fix bug in SDRAM initialization code
26042
26043     This patch fixes a bug in the SDRAM initialization code for the
26044     TQM5200. The hi_addr bit is now set correctly. Without this patch
26045     the hi_addr bit is always set to 1, if the second SDRAM bank is
26046     not populated.
26047
26048     For other MPC5200 boards a correspondig patch has already been applied
26049     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
26050
26051     Signed-off-by: Martin Krause <martin.krause@tqs.de>
26052     --
26053     Forget the first patch please. I confused flash with SDRAM in
26054     the comment ...
26055
26056 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
26057 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26058 Date:   Mon Feb 25 00:03:12 2008 +0100
26059
26060     mx1fs2/flash: Fix multiple compiler warnings
26061
26062     "pointer targets in assignment differ in signedness"
26063
26064     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26065
26066 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
26067 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26068 Date:   Mon Feb 25 00:03:11 2008 +0100
26069
26070     arm-imx: Fix register definitions
26071
26072     Sync register definitions with linux
26073
26074     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26075
26076 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
26077 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26078 Date:   Mon Feb 25 00:03:10 2008 +0100
26079
26080     actua1/actua2/actua3: Fix multiple unused variable warnings
26081
26082     - actua1:
26083         actux1.c: In function 'checkboard':
26084         actux1.c:92: warning: unused variable 'revision'
26085
26086     - actua2:
26087         actux2.c: In function 'checkboard':
26088         actux2.c:100: warning: unused variable 's'
26089         actux2.c:99: warning: unused variable 'revision'
26090         actux2.c: In function 'reset_phy':
26091         actux2.c:130: warning: unused variable 'i'
26092
26093     - actua3:
26094         actux3.c: In function 'checkboard':
26095         actux3.c:114: warning: unused variable 'revision'
26096
26097     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26098
26099 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
26100 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26101 Date:   Sun Feb 24 11:44:29 2008 +0900
26102
26103     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
26104
26105     The previous patch was lacking of i386, microblaze, nios and nios2. This
26106     patch tries to fix them.
26107
26108     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26109
26110 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
26111 Author: Marian Balakowicz <m8@semihalf.com>
26112 Date:   Fri Feb 29 22:22:46 2008 +0100
26113
26114     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
26115
26116     Do not use global fdt blob pointer, calculate blob size from routine
26117     argument blob pointer.
26118
26119     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26120
26121 commit d1cc52879c8966507dad9fb575481e6d3985e64e
26122 Author: David Gibson <david@gibson.dropbear.id.au>
26123 Date:   Tue Feb 12 00:58:31 2008 +1100
26124
26125     libfdt: Add and use a node iteration helper function.
26126
26127     This patch adds an fdt_next_node() function which can be used to
26128     iterate through nodes of the tree while keeping track of depth.  This
26129     function is used to simplify the iteration code in a lot of other
26130     functions, and is also exported for use by library users.
26131
26132     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26133
26134 commit 8cf30809a82902a471866d2f07725ce3b8a22291
26135 Author: Bartlomiej Sieka <tur@semihalf.com>
26136 Date:   Fri Feb 29 16:00:24 2008 +0100
26137
26138     [new uImage] Add libfdt support to mkimage
26139
26140     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26141
26142 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
26143 Author: Bartlomiej Sieka <tur@semihalf.com>
26144 Date:   Fri Feb 29 16:00:23 2008 +0100
26145
26146     [new uImage] Add sha1.o object to mkimage binary build
26147
26148     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26149
26150 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
26151 Author: Marian Balakowicz <m8@semihalf.com>
26152 Date:   Fri Feb 29 16:00:06 2008 +0100
26153
26154     [new uImage] Fix component handling for legacy multi component images
26155
26156     Use uint32_t when accessing size table in image_multi_count() and
26157     image_multi_getimg() for multi component images.
26158
26159     Add missing uimage_to_cpu() endianness conversion.
26160
26161     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26162
26163 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
26164 Author: Marian Balakowicz <m8@semihalf.com>
26165 Date:   Fri Feb 29 15:59:59 2008 +0100
26166
26167     [new uImage] Share common uImage code between mkimage and U-boot
26168
26169     This patch adds the following common routines:
26170
26171     1) Dedicated mkimage print_header() is replaced with common
26172     image_print_contents()
26173     image_print_contents_noindent()
26174
26175     2) Common os/arch/type/comp fields name <--> id translation routines
26176     genimg_get_os_name()
26177     genimg_get_arch_name()
26178     genimg_get_type_name()
26179     genimg_get_comp_name()
26180     genimg_get_os_id()
26181     genimg_get_arch_id()
26182     genimg_get_type_id()
26183     genimg_get_comp_id()
26184
26185     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26186
26187 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
26188 Author: Marian Balakowicz <m8@semihalf.com>
26189 Date:   Fri Feb 29 14:58:34 2008 +0100
26190
26191     [new uImage] Update naming convention for bootm/uImage related code
26192
26193     This patch introduces the following prefix convention for the
26194     image format handling and bootm related code:
26195
26196     genimg_             - dual format shared code
26197     image_              - legacy uImage format specific code
26198     fit_                - new uImage format specific code
26199     boot_               - booting process related code
26200
26201     Related routines are renamed and a few pieces of code are moved around and
26202     re-grouped.
26203
26204     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26205
26206 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
26207 Author: Kumar Gala <galak@kernel.crashing.org>
26208 Date:   Wed Feb 27 21:51:51 2008 -0600
26209
26210     [new uImage] Respect autostart setting in linux bootm
26211
26212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26213     Acked-by: Marian Balakowicz <m8@semihalf.com>
26214
26215 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
26216 Author: Kumar Gala <galak@kernel.crashing.org>
26217 Date:   Wed Feb 27 21:51:50 2008 -0600
26218
26219     [new uImage] Provide ability to restrict region used for boot images
26220
26221     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
26222     to restrict what memory range is used for bootm.
26223
26224     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26225     Acked-by: Marian Balakowicz <m8@semihalf.com>
26226
26227 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
26228 Author: Kumar Gala <galak@kernel.crashing.org>
26229 Date:   Wed Feb 27 21:51:49 2008 -0600
26230
26231     [new uImage] Use lmb for bootm allocations
26232
26233     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
26234     functions over to using lmb for allocation of the ramdisk, command line
26235     and kernel bd info.
26236
26237     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
26238     tree.
26239
26240     Provided a weak function that board code can call to do additional
26241     lmb reserves if needed.
26242
26243     Also introduce the concept of bootmap_base to specify the offset in
26244     physical memory that the bootmap is located at.  This is used for
26245     allocations of the cmdline, kernel bd, and device tree as they should
26246     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
26247
26248     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26249
26250 commit f5614e7926863bf0225ec860d9b319741a9c4004
26251 Author: Kumar Gala <galak@kernel.crashing.org>
26252 Date:   Wed Feb 27 21:51:48 2008 -0600
26253
26254     [new uImage] Add autostart flag to bootm_headers structure
26255
26256     The autostart env variable was dropped as part of the initial new uImage
26257     cleanup.  Add it back here so the arch specific code can decide if it
26258     wants to really boot or not.
26259
26260     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26261     Acked-by: Marian Balakowicz <m8@semihalf.com>
26262
26263 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
26264 Author: Kumar Gala <galak@kernel.crashing.org>
26265 Date:   Wed Feb 27 21:51:47 2008 -0600
26266
26267     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
26268
26269     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
26270     the memory spaces used by various boot images and structures.  This code
26271     will allow us to simplify the code in bootm and its support functions.
26272
26273     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26274
26275 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
26276 Author: Kumar Gala <galak@kernel.crashing.org>
26277 Date:   Tue Feb 19 22:03:47 2008 -0600
26278
26279     [new uImage] ppc: Allow boards to specify effective amount of memory
26280
26281     For historical reasons we limited the stack to 256M because some boards
26282     could only map that much via BATS.  However newer boards are capable of
26283     mapping more memory (for example 85xx is capable of doing up to 2G).
26284
26285     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26286     Acked-by: Marian Balakowicz <m8@semihalf.com>
26287
26288 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
26289 Author: Kumar Gala <galak@kernel.crashing.org>
26290 Date:   Wed Feb 27 21:51:46 2008 -0600
26291
26292     [new uImage] rework error handling so common functions don't reset
26293
26294     Changed image_get_ramdisk() to just return NULL on error and have
26295     get_ramdisk() propogate that error to the caller.  It's left to the
26296     caller to call do_reset() if it wants to.
26297
26298     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
26299     to a common location.  In the future we will change get_fdt() and
26300     fdt_relocate() to return success/failure and not call do_reset() at all.
26301
26302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26303     Acked-by: Marian Balakowicz <m8@semihalf.com>
26304
26305 commit d2bc095a639672def11d5d043b5688d0dbd692ec
26306 Author: Kumar Gala <galak@kernel.crashing.org>
26307 Date:   Wed Feb 27 21:51:45 2008 -0600
26308
26309     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
26310
26311     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
26312     however it does mean we have to go in and fixup the initrd info since
26313     we don't know where it will be.
26314
26315     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26316
26317 commit 27953493ef025fb698d68c5dee39b36f01f4d530
26318 Author: Kumar Gala <galak@kernel.crashing.org>
26319 Date:   Wed Feb 27 21:51:44 2008 -0600
26320
26321     [new uImage] ppc: Determine if we are booting an OF style
26322
26323     If we are bootin OF style than we can skip setting up some things
26324     that are used for the old boot method.
26325
26326     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26327     Acked-by: Marian Balakowicz <m8@semihalf.com>
26328
26329 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
26330 Author: Kumar Gala <galak@kernel.crashing.org>
26331 Date:   Wed Feb 27 21:51:43 2008 -0600
26332
26333     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
26334
26335     We don't actually need the kdb param as we are just using it to get
26336     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
26337     boot via OF we might not actually fill out a kdb.
26338
26339     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26340     Acked-by: Marian Balakowicz <m8@semihalf.com>
26341
26342 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
26343 Author: Kumar Gala <galak@kernel.crashing.org>
26344 Date:   Wed Feb 27 16:30:47 2008 -0600
26345
26346     85xx: Don't icbi when unlocking the cache
26347
26348     There is no reason to icbi when invalidating the temporary stack in
26349     the d-cache.  Its impossible on e500 to have the i-cache contain
26350     any addresses in the temp stack and it can be problematic in generating
26351     transactions on the bus to non-valid addresses.
26352
26353     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26354
26355 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
26356 Author: Andy Fleming <afleming@freescale.com>
26357 Date:   Wed Feb 27 15:50:50 2008 -0600
26358
26359     Fix source for ECM error IVPR
26360
26361     The source vector for the ECM was being set to 2,
26362     but that's what the source vector for DDR was being
26363     set to.  Change it to 1.
26364
26365     Signed-off-by: Andy Fleming <afleming@freescale.com>
26366
26367 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
26368 Author: Andy Fleming <afleming@freescale.com>
26369 Date:   Wed Feb 27 14:29:58 2008 -0600
26370
26371     Invalidate INIT_RAM TLB mappings
26372
26373     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
26374     mappings to be unguarded.  This collided with an existing "bug"
26375     where the mappings for the INIT_RAM were being kept around.
26376     This meant that speculative loads to those addresses were
26377     succeeding in the TLB, and going out to the bus, where they
26378     were causing an exception (there's nothing at that address). The
26379     Flash code was coincidentally causing such a speculative load.
26380     Rather than go back to mapping the INIT RAM as guarded, we fix
26381     it so that the entries for the INIT_RAM are invalidated.  Thus
26382     the speculative loads will fail in the TLB, and have no effect.
26383
26384     Signed-off-by: Andy Fleming <afleming@freescale.com>
26385
26386 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
26387 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26388 Date:   Sun Feb 17 22:56:17 2008 +0100
26389
26390     sbc8548: Fix Revision reading and unused variable 'path'
26391
26392     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26393
26394 commit 495d162374c472f46454453553382ad0735dc725
26395 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26396 Date:   Sun Feb 17 22:56:16 2008 +0100
26397
26398     sbc8548: Fix cfi flash bank declaration
26399
26400     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26401
26402 commit 4efbe9dbb129f857f27856936112c8c02f016be6
26403 Author: Marian Balakowicz <m8@semihalf.com>
26404 Date:   Wed Feb 27 11:02:26 2008 +0100
26405
26406     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
26407
26408     Dual format image code must properly handle all three FDT passing methods:
26409     - raw FDT blob passed
26410     - FDT blob embedded in the legacy uImage
26411     - FDT blob embedded in the new uImage
26412
26413     This patch enables proper raw FDT handling when no FIT imaeg support
26414     is compiled in. This is a bit tricky as we must dected FIT format even
26415     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
26416     blobs use tha same low level format (libfdt).
26417
26418     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26419
26420 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
26421 Author: Marian Balakowicz <m8@semihalf.com>
26422 Date:   Wed Feb 27 11:02:26 2008 +0100
26423
26424     [new uImage] POWERPC: Add image_get_fdt() routine
26425
26426     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
26427     (3) or embedded in the new uImage. For the (2) case embedding image must be
26428     verified before we get FDT from it. This patch factors out legacy image
26429     specific verification routine to the separate helper routine.
26430
26431     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26432     Acked-by: Kumar Gala <galak@kernel.crashing.org>
26433
26434 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
26435 Author: Marian Balakowicz <m8@semihalf.com>
26436 Date:   Wed Feb 27 11:02:07 2008 +0100
26437
26438     [new uImage] Add image_get_kernel() routine
26439
26440     Legacy image specific verification is factored out to a separate helper
26441     routine to keep get_kernel() generic and simple.
26442
26443     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26444     Acked-by: Kumar Gala <galak@kernel.crashing.org>
26445
26446 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
26447 Author: Marian Balakowicz <m8@semihalf.com>
26448 Date:   Wed Feb 27 11:01:04 2008 +0100
26449
26450     [new uImage] Move image verify flag to bootm_headers structure
26451
26452     Do not pass image verification flag directly to related routines.
26453     Simplify argument passing and move it to the bootm_header structure which
26454     contains curently processed image specific data and is already being passed
26455     on the argument list.
26456
26457     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26458     Acked-by: Kumar Gala <galak@kernel.crashing.org>
26459
26460 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
26461 Author: Marian Balakowicz <m8@semihalf.com>
26462 Date:   Wed Feb 27 11:00:47 2008 +0100
26463
26464     [Makefile] Sort COBJS in lib_<arch> Makefiles
26465
26466     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26467
26468 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
26469 Author: Marian Balakowicz <m8@semihalf.com>
26470 Date:   Wed Feb 27 11:00:47 2008 +0100
26471
26472     [new uImage] Optimize gen_get_image() flow control
26473
26474     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
26475     to do, update its control flow to better reflect that simple case.
26476
26477     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26478     Acked-by: Kumar Gala <galak@kernel.crashing.org>
26479
26480 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
26481 Author: Marian Balakowicz <m8@semihalf.com>
26482 Date:   Mon Feb 4 08:28:17 2008 +0100
26483
26484     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
26485
26486     PPC specific FDT blob handling code is divided into two separate routines:
26487
26488     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
26489     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
26490
26491     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26492     Acked-by: Kumar Gala <galak@kernel.crashing.org>
26493
26494 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
26495 Author: Jon Loeliger <jdl@freescale.com>
26496 Date:   Mon Feb 25 13:13:37 2008 -0600
26497
26498     86xx: Fix renamed GUR symbols in sbc8641d board.
26499
26500     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
26501     (86xx: Fix GUR PCI config registers properly), we should have
26502     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
26503     symbols in the sbc8641d board as well.  Fix this oversight.
26504
26505     Signed-off-by: Jon Loeliger <jdl@freescale.com>
26506
26507 commit 64cd594e623c39f73964d18787763e4533f791f7
26508 Author: Stefan Roese <sr@denx.de>
26509 Date:   Mon Feb 25 16:50:48 2008 +0100
26510
26511     ppc4xx: Fix acadia_nand build problem
26512
26513     Don't include testdram() on NAND-booting target acadia_nand. This saves
26514     a few bytes and makes the target build clean again.
26515
26516     Signed-off-by: Stefan Roese <sr@denx.de>
26517
26518 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
26519 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26520 Date:   Sun Feb 24 23:03:12 2008 +0000
26521
26522     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
26523
26524     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26525
26526 commit 724902c8464e610642b3a170278b99710325888e
26527 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26528 Date:   Sun Feb 24 23:03:11 2008 +0000
26529
26530     arm-imx: Fix registers definition
26531
26532     Sync registers definition with linux
26533
26534     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26535
26536 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
26537 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26538 Date:   Sun Feb 24 23:03:10 2008 +0000
26539
26540     actua1/actua2/actua3: Fix multipleunused variable
26541
26542     - actua1:
26543         actux1.c: In function 'checkboard':
26544         actux1.c:92: warning: unused variable 'revision'
26545
26546     - actua2:
26547         actux2.c: In function 'checkboard':
26548         actux2.c:100: warning: unused variable 's'
26549         actux2.c:99: warning: unused variable 'revision'
26550         actux2.c: In function 'reset_phy':
26551         actux2.c:130: warning: unused variable 'i'
26552
26553     - actua3:
26554         actux3.c: In function 'checkboard':
26555         actux3.c:114: warning: unused variable 'revision'
26556
26557     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26558
26559 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
26560 Author: Marian Balakowicz <m8@semihalf.com>
26561 Date:   Mon Feb 4 08:28:09 2008 +0100
26562
26563     [new uImage] Add dual format uImage support framework
26564
26565     This patch adds framework for dual format images. Format detection is added
26566     and the bootm controll flow is updated to include cases for new FIT format
26567     uImages.
26568
26569     When the legacy (image_header based) format is detected appropriate
26570     legacy specific handling is invoked. For the new (FIT based) format uImages
26571     dual boot framework has a minial support, that will only print out a
26572     corresponding debug messages. Implementation of the FIT specific handling will
26573     be added in following patches.
26574
26575     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26576
26577 commit b29661fc1151077776454288051bc9a488351ce8
26578 Author: Wolfgang Denk <wd@denx.de>
26579 Date:   Sun Feb 24 15:21:36 2008 +0100
26580
26581     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
26582
26583     Signed-off-by: Wolfgang Denk <wd@denx.de>
26584
26585 commit 00b48a48424894daa589d166d73277830b1c6ac4
26586 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26587 Date:   Sat Feb 23 12:15:56 2008 +0100
26588
26589     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
26590
26591     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26592
26593 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
26594 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26595 Date:   Sat Feb 23 17:24:16 2008 +0900
26596
26597     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
26598
26599     ----------------------------------------------------------------
26600     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
26601
26602     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
26603     32bit targets.
26604
26605     GCC can be made to warn about usage of long long types with ISO C90
26606     (-ansi), but only with -pedantic.  You can write this in a way that even
26607     then it doesn't cause warnings, namely by:
26608
26609     #ifdef __GNUC__
26610     __extension__ typedef __signed__ long long __s64;
26611     __extension__ typedef unsigned long long __u64;
26612     #endif
26613
26614     The __extension__ keyword in front of this switches off any pedantic
26615     warnings for this expression.
26616
26617     Signed-off-by: Olaf Hering <olh@suse.de>
26618     Cc: <linux-arch@vger.kernel.org>
26619     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
26620     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
26621     ----------------------------------------------------------------
26622
26623     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26624
26625 commit 208acd112e6517b21fc30c420396902b103563ac
26626 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26627 Date:   Sat Feb 23 17:07:57 2008 +0900
26628
26629     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
26630
26631     This will reduce the build time.
26632
26633     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26634
26635 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
26636 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26637 Date:   Sat Feb 23 17:05:00 2008 +0900
26638
26639     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
26640
26641     This will reduce the build time.
26642
26643     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26644
26645 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
26646 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26647 Date:   Sat Feb 23 16:58:41 2008 +0900
26648
26649     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
26650
26651     This reduces the build time by ~10%. Here's the gth2_config example.
26652
26653             BEFORE       AFTER
26654     real    0m31.441s    0m27.833s
26655     user    0m24.766s    0m23.045s
26656     sys     0m10.425s    0m7.468s
26657
26658     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26659
26660 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
26661 Author: Marcel Moolenaar <marcelm@juniper.net>
26662 Date:   Fri Feb 22 10:48:07 2008 -0800
26663
26664     make define2mk.sed work on FreeBSD
26665
26666     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
26667     the define2mk.sed script was identified as the source of the link
26668     failure on FreeBSD. The problem is that sed(1) does not always support
26669     the '+' operator. It isn't on FreeBSD. The attach patch implements the
26670     equivalent, using the '*' operator instead and should work everywhere.
26671
26672     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
26673
26674 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
26675 Author: Detlev Zundel <dzu@denx.de>
26676 Date:   Fri Feb 22 17:21:32 2008 +0100
26677
26678     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
26679
26680     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
26681     final traces of long-deprecated "ramdisk" kernel parm") makes these
26682     changes neccessary.
26683
26684     Signed-off-by: Detlev Zundel <dzu@denx.de>
26685
26686 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
26687 Author: Larry Johnson <lrj@acm.org>
26688 Date:   Thu Feb 21 13:58:16 2008 -0500
26689
26690     LM75 bug fix for negative temperatures
26691
26692     When the LM75 temperature sensor measures a temperature below 0 C, the
26693     current driver does not perform sign extension, so the result returned is
26694     256 C too high.  This patch fixes the problem.
26695
26696     Signed-off-by: Larry Johnson <lrj@acm.org>
26697
26698 commit 5a910c224b13e413bda41922379add6d75c32da3
26699 Author: Heiko Schocher <hs@denx.de>
26700 Date:   Thu Feb 21 18:33:45 2008 +0100
26701
26702     IDS8247: update MAINTAINER entry.
26703
26704     Signed-off-by: Heiko Schocher <hs@denx.de>
26705
26706 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
26707 Author: Heiko Schocher <hs@denx.de>
26708 Date:   Thu Feb 21 18:31:15 2008 +0100
26709
26710     Fix device tree for mgsuvd board.
26711
26712     Rename the "scc" node in "ethernet" for the mgsuvd board.
26713
26714     Signed-off-by: Heiko Schocher <hs@denx.de>
26715
26716 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
26717 Author: Yuri Tikhonov <yur@emcraft.com>
26718 Date:   Thu Feb 21 14:23:42 2008 +0100
26719
26720     lwmon5: enable hardware watchdog
26721
26722     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
26723     causing it to reboot the board if U-Boot does a long busy-wait with
26724     udelay(). Thus, for these boards we have to restart WD more
26725     frequently.
26726
26727     This patch splits the busy-wait udelay() into smaller, predefined,
26728     intervals, so that the watchdog timer may be resetted with the
26729     configurable (CONFIG_WD_PERIOD) interval.
26730
26731     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26732
26733 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
26734 Author: Anatolij Gustschin <agust@denx.de>
26735 Date:   Thu Feb 21 12:52:29 2008 +0100
26736
26737     ppc4xx: Support for ATI Radeon 9200 card on sequoia
26738
26739     Adds configuration option for ATI Radeon 9200 card
26740     support to sequoia config file. If CONFIG_VIDEO
26741     is enabled, TEXT_BASE should be changed to 0xFFF80000.
26742
26743     Signed-off-by: Anatolij Gustschin <agust@denx.de>
26744
26745 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
26746 Author: Kumar Gala <galak@kernel.crashing.org>
26747 Date:   Mon Feb 18 08:18:07 2008 -0600
26748
26749     Remove duplicate defines for ARRAY_SIZE
26750
26751     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
26752     the define in common.h.
26753
26754     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26755
26756 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
26757 Author: Kumar Gala <galak@kernel.crashing.org>
26758 Date:   Mon Feb 18 08:09:37 2008 -0600
26759
26760     ppc: Allow boards to specify effective amount of memory
26761
26762     For historical reasons we limited the stack to 256M because some boards
26763     could only map that much via BATS.  However newer boards are capable of
26764     mapping more memory (for example 85xx is capable of doing up to 2G).
26765
26766     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26767
26768 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
26769 Author: Mike Frysinger <vapier@gentoo.org>
26770 Date:   Mon Feb 18 05:24:13 2008 -0500
26771
26772     include autoconf.mk before any other .mk files
26773
26774     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
26775     those .mk files can have make if statements based on the current config.
26776
26777     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26778
26779 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
26780 Author: Mike Frysinger <vapier@gentoo.org>
26781 Date:   Mon Feb 18 05:10:07 2008 -0500
26782
26783     error check autoconf.mk generation
26784
26785     If any of the steps for generating autoconf.mk fail currently, they go
26786     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
26787     This is simpler and more robust than placing '|| exit $$?' after every line.
26788
26789     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26790
26791 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
26792 Author: Stefano Babic <sbabic@denx.de>
26793 Date:   Mon Feb 18 08:03:51 2008 +0100
26794
26795     Fix bug in dependency checking
26796
26797     By adding VERSION_FILE to the PHONY targets the script
26798     /tools/setlocalversion is always called and version_autogenerated.h
26799     is replaced only if the script find a modified source file.
26800
26801     Signed-off-by: Stefano Babic <sbabic@denx.de>
26802
26803 commit 98ba144ccc912eee90dd42699f023c497ce774c6
26804 Author: Kyungmin Park <kmpark@infradead.org>
26805 Date:   Mon Feb 18 14:35:43 2008 +0900
26806
26807     Fix GPMC CS2 memory setup at apollon
26808
26809     It disables the current map first
26810
26811     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26812
26813 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
26814 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26815 Date:   Sun Feb 17 23:52:46 2008 +0100
26816
26817     uli526x: Fix multiple differ in signedness and parentheses around comparison
26818
26819     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26820
26821 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
26822 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26823 Date:   Sun Feb 17 16:58:04 2008 +0100
26824
26825     MIPS: Fix CFG_NO_FLASH support
26826
26827     - Fix flash_init call when CFG_NO_FLASH is used
26828     - Remove no more needed flash.c for qemu-mips
26829
26830     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26831
26832 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
26833 Author: Mike Frysinger <vapier@gentoo.org>
26834 Date:   Sat Feb 16 02:40:18 2008 -0500
26835
26836     easylogo: clean up some more and add -r (rgb) support
26837
26838     Michael Hennerich added support for outputting an image in RGB format rather
26839     than forcing YUYV all the time.  This makes obvious sense if the display you
26840     have takes RGB input rather than YUYV.
26841
26842     Rather than hack in support for options, I've converted it to use getopt and
26843     cleaned up the argument parsing in the process.
26844
26845     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
26846     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26847
26848 commit f65c98129ccada3f7caf97d80395a95b84e911de
26849 Author: Mike Frysinger <vapier@gentoo.org>
26850 Date:   Sat Feb 16 02:12:37 2008 -0500
26851
26852     Makefile: add target for $(LDSCRIPT)
26853
26854     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
26855     then change into the board directory and try and create it.  This allows you
26856     to generate the linker script on the fly based upon board defines (like the
26857     Blackfin boards do).
26858
26859     There should be no regressions due to this change as the normal case is to
26860     already have a u-boot.lds file.  If that's the case, then there's nothing to
26861     generate, and so make will always exit.  The fix here is that if the linker
26862     script does not exist, the implicit rules take over and attempt to guess how
26863     to generate the file.
26864
26865     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26866
26867 commit 5583cbf736474ef754e128a54fb78632f57b48fd
26868 Author: Marian Balakowicz <m8@semihalf.com>
26869 Date:   Thu Feb 21 17:27:49 2008 +0100
26870
26871     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
26872
26873     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26874
26875 commit 2242f5369822bc7780db95c47985bb408ea9157b
26876 Author: Marian Balakowicz <m8@semihalf.com>
26877 Date:   Thu Feb 21 17:27:41 2008 +0100
26878
26879     [new uImage] Rename and move print_image_hdr() routine
26880
26881     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26882
26883 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
26884 Author: Marian Balakowicz <m8@semihalf.com>
26885 Date:   Thu Feb 21 17:20:20 2008 +0100
26886
26887     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
26888
26889     Introducing routines for parsing new uImage format bootm arguments:
26890     [<addr>]#<conf>             - configuration specification
26891     [<addr>]:<subimg>   - subimage specification
26892
26893     New format images can contain multiple subimages of the same type. For example
26894     a single new format image file can contain three kernels, two ramdisks and a
26895     couple of FDT blobs. Subimage and configuration specifications are extensions
26896     to bootm (and other image-related commands) arguments' syntax that allow to
26897     specify which particular subimage should be operated on.
26898
26899     Subimage specification is used to denote a particular subimage. Configurations
26900     are a bit more complex -- they are used to define a particualr booting setup,
26901     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
26902     etc.
26903
26904     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26905
26906 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
26907 Author: Marian Balakowicz <m8@semihalf.com>
26908 Date:   Thu Feb 21 17:20:19 2008 +0100
26909
26910     [new uImage] Add gen_get_image() routine
26911
26912     This routine assures that image (whether legacy or FIT) is not
26913     in a special dataflash storage.
26914
26915     If image address is a dataflash address image is moved to system RAM.
26916
26917     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26918
26919 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
26920 Author: Marian Balakowicz <m8@semihalf.com>
26921 Date:   Thu Feb 21 17:20:18 2008 +0100
26922
26923     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
26924
26925     New uImage format (Flattened Image Tree) requires libfdt
26926     functionality, print out error message if CONFIG_OF_LIBFDT
26927     is not defined.
26928
26929     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
26930     This commit turns it on by default.
26931
26932     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26933
26934 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
26935 Author: Michael Schwingen <michael@schwingen.org>
26936 Date:   Mon Feb 18 23:16:35 2008 +0100
26937
26938     CFI: Do not use uninitialized cmd_reset
26939
26940     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
26941     commands instead
26942
26943     From a short test, it looks like AMD-style flash roms treat *any* unknown
26944     command write as a reset, at least when in CFI Query mode, so issuing the
26945     Intel reset command to AMD-style flashs seems safe (from the small sample I
26946     have), plus the 3-cycle magic sequence should kick the state machine into
26947     the right state even without a reset command. Since the AMD-style flashs
26948     require the unlock sequence for real operation, I chose to try the AMD reset
26949     command first, so that Intel flashs do no see an invalid command prior to
26950     the CFI query.
26951
26952     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
26953     plus Intel StrataFlash.
26954
26955     Signed-off-by: Michael Schwingen <michael@schwingen.org>
26956     Signed-off-by: Stefan Roese <sr@denx.de>
26957
26958 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
26959 Author: Rafal Jaworowski <raj@semihalf.com>
26960 Date:   Thu Feb 21 11:56:44 2008 +0100
26961
26962     API: Add (c) and licensing notice to the public API header.
26963
26964     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
26965
26966 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
26967 Author: Yuri Tikhonov <yur@emcraft.com>
26968 Date:   Thu Feb 21 11:06:07 2008 +0100
26969
26970     Fix CPU POST test failure
26971
26972     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
26973     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
26974     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
26975     This patch just saves the CR value before running the test code, so allowing
26976     it to do anything it wants with CR.
26977
26978     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
26979     Acked-by: Yuri Tikhonov <yur@emcraft.com>
26980     --
26981
26982 commit d5908b093955415f3d340706378b991f911af671
26983 Author: Jon Loeliger <jdl@freescale.com>
26984 Date:   Wed Feb 20 15:26:51 2008 -0600
26985
26986     8610HPCD: Document the flashbank selection switches.
26987
26988     Signed-off-by: Jon Loeliger <jdl@freescale.com>
26989
26990 commit a551cee99ad1d1da20fd23ad265de47448852f56
26991 Author: Jon Loeliger <jdl@freescale.com>
26992 Date:   Wed Feb 20 14:22:26 2008 -0600
26993
26994     86xx: Fix GUR PCI config registers properly.
26995
26996     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
26997     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
26998     botched it due to not realizing that 8610 and 8641 had different
26999     Global Utility Register defintions, one of which was like 85xx,
27000     and the other wasn't.  Correct this problem by introducing two
27001     symbols, one for each 86xx SoC, but neither of which is named
27002     anything like 85xx.
27003
27004     My bad.  Lovely Wednesday with git bisect.  You know.
27005
27006     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27007
27008 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
27009 Author: Jon Loeliger <jdl@freescale.com>
27010 Date:   Wed Feb 20 12:24:11 2008 -0600
27011
27012     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
27013
27014     Without an actual supported video card hooked up, enabling
27015     the CONFIG_VIDEO by default just makes it look broken by
27016     routing all console output to the video card.   Don't.
27017
27018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27019
27020 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
27021 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27022 Date:   Wed Jan 30 15:08:15 2008 -0600
27023
27024     ColdFire: Fix missing code flash size for M5485EVB
27025
27026     Signed-off-by: James Mahan <kmahan@freescale.com>
27027     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27028
27029 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
27030 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27031 Date:   Wed Jan 30 15:04:42 2008 -0600
27032
27033     ColdFire: Fix 5282 and 5271 interrupt mask bit
27034
27035     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27036
27037 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
27038 Author: Jon Loeliger <jdl@freescale.com>
27039 Date:   Tue Feb 19 12:31:08 2008 -0600
27040
27041     8610HPCD: Fix typos in two PCI setup registers.
27042
27043     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
27044     were erroneously present as 85xx names and values, leftover from
27045     the clone wars.  Fix this by removing the 85xx cruft from the
27046     86xx codebase.
27047
27048     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27049
27050 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
27051 Author: Jon Loeliger <jdl@freescale.com>
27052 Date:   Mon Feb 18 14:01:56 2008 -0600
27053
27054     86xx: Convert sbc8641d to use libfdt.
27055
27056     This is the proper fix for a missing closing brace in the function
27057     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
27058     The ft_cpu_setup() function in mpc8641hpcn.c should have been
27059     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
27060     but was missed.  Only, the sbc8641d was nominally still using it.
27061     It all got ripped out, and the funcality that was in ft_board_setup()
27062     was refactored to remove the CPU portions into the new file
27063     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
27064
27065     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
27066
27067     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27068
27069 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
27070 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27071 Date:   Sun Feb 17 23:35:31 2008 +0100
27072
27073     mpc86xx: Fix unused variable 'config' and 'immap'
27074
27075     and remove useless CONFIG_DDR_INTERLEAVE
27076
27077     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27078
27079 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
27080 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27081 Date:   Sun Feb 17 23:03:36 2008 +0100
27082
27083     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
27084
27085     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27086
27087 commit b6f29c84c208a091f95a10cbc9852d729659ba20
27088 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27089 Date:   Sun Feb 17 14:15:31 2008 +0100
27090
27091     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
27092
27093     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27094
27095 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
27096 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27097 Date:   Sun Feb 17 14:15:32 2008 +0100
27098
27099     pxa: fix assignment from incompatible pointer type
27100
27101     fix mmc_bread function prototype
27102
27103     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27104
27105 commit 64d792063fff90b8118179b092feee09fe5cae13
27106 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27107 Date:   Sun Feb 17 14:15:30 2008 +0100
27108
27109     at91cap9adk: fix implicit declaration of function 'eth_init'
27110
27111     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27112
27113 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
27114 Author: Wolfgang Denk <wd@denx.de>
27115 Date:   Sun Feb 17 15:43:44 2008 +0100
27116
27117     Remove files added by mistake, update CHANGELOG.
27118
27119     Signed-off-by: Wolfgang Denk <wd@denx.de>
27120
27121 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
27122 Author: Mike Nuss <mike@terascala.com>
27123 Date:   Wed Feb 6 11:10:11 2008 -0500
27124
27125     PPC440EPx: Optionally enable second I2C bus
27126
27127     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
27128     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
27129     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
27130
27131     Signed-off-by: Mike Nuss <mike@terascala.com>
27132     Cc: Stefan Roese <sr@denx.de>
27133
27134 commit ef5b4f221c22d05770878513951745f236b5b43f
27135 Author: Niklaus Giger <niklaus.giger@netstal.com>
27136 Date:   Tue Feb 5 10:26:44 2008 +0100
27137
27138     ppc4xx: HCU4/5. Cleanup configs
27139
27140     - hcu4.h: Removed define of CONFIG_PPC405GPr
27141     - Corrected phy addresses
27142     - Fix boot variables
27143     - Respect line length of 80 chars
27144
27145     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27146
27147 commit 74973126d1be63ac75bdc192f46234dca3a7c421
27148 Author: Niklaus Giger <niklaus.giger@netstal.com>
27149 Date:   Tue Feb 5 11:31:28 2008 +0100
27150
27151     ppc4xx: HCU4/5. Cleanups
27152
27153     - Fix some coding style violations.
27154     - Use in/out_u16/32 where appropriate.
27155     - Use register names from ppc405.h.
27156     - Fix trace useage for Lauterbach.
27157     - Remove obsolete generation HCU2.
27158     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
27159
27160     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27161
27162 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
27163 Author: Niklaus Giger <niklaus.giger@netstal.com>
27164 Date:   Tue Feb 5 10:26:41 2008 +0100
27165
27166     ppc4xx: PPC405GPr fix missing register definitions
27167
27168     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27169
27170 commit 214398d9cb22268d9d4f7563359edca0f78297a2
27171 Author: Larry Johnson <lrj@acm.org>
27172 Date:   Fri Jan 18 21:49:05 2008 -0500
27173
27174     ppc4xx: Beautify configuration files for Sequoia and Korat boards
27175
27176     Signed-off-by: Larry Johnson <lrj@acm.org>
27177
27178 commit 30c6a241e88499f536e86d325759e29ba00ff67f
27179 Author: Anatolij Gustschin <agust@denx.de>
27180 Date:   Fri Feb 15 20:09:01 2008 +0100
27181
27182     Wipe out assembler warnings while compiling x86 biosemu
27183
27184     This patch tries to get rid of some assembler warnings about
27185     changed .got2 section type while compiling x86 bios emulator
27186     code.
27187
27188     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27189
27190 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
27191 Author: Wolfgang Denk <wd@denx.de>
27192 Date:   Fri Feb 15 00:57:09 2008 +0100
27193
27194     Prepare v1.3.2-rc1 release candidate
27195
27196 commit f33e9653c9c09868995d788511d573771c209fe5
27197 Author: Anatolij Gustschin <agust@denx.de>
27198 Date:   Fri Feb 15 00:13:20 2008 +0100
27199
27200     Fix compile warning on lib_ppc/board.c
27201
27202     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27203
27204 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
27205 Author: Anatolij Gustschin <agust@denx.de>
27206 Date:   Thu Feb 14 18:22:04 2008 +0100
27207
27208     Add Radeon Mobility 9200 pci device id to the radeon driver
27209
27210     This patch extends PCI device id table of the
27211     radeon driver so that the driver will also support
27212     Radeon Mobility 9200 (M9+) based boards.
27213
27214     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27215
27216 commit 1b8607e1f7143548c6062c28371449ec69588c00
27217 Author: Anatolij Gustschin <agust@denx.de>
27218 Date:   Thu Feb 14 18:19:50 2008 +0100
27219
27220     Extend ATI Radeon driver to support more video modes
27221
27222     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
27223     800x600, 640x480 at 24, 16 and 8 bpp.
27224
27225     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27226
27227 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
27228 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27229 Date:   Sun Feb 10 17:05:20 2008 +0100
27230
27231     xsengine: fix typo and few coding style
27232
27233     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27234
27235 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
27236 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27237 Date:   Fri Feb 8 21:25:58 2008 +0100
27238
27239     Fix wrong memory limit calculation in memory-test
27240
27241     If the length of the memory address range passed to the "mtest" command is
27242     not of the form 2^x - 1, not all address lines are tested. This bug is
27243     inherited from the original software at
27244     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
27245     this.
27246
27247     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27248
27249 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
27250 Author: Wolfgang Denk <wd@denx.de>
27251 Date:   Fri Feb 15 00:11:39 2008 +0100
27252
27253     Coding STyle cleanup.
27254
27255     Signed-off-by: Wolfgang Denk <wd@denx.de>
27256
27257 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
27258 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27259 Date:   Tue Feb 5 13:30:43 2008 +0900
27260
27261     sh: Fix register address of SH7722
27262
27263     The address of SH7722 is wrong by old document.
27264     This patch fixes this problem.
27265
27266     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27267
27268 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
27269 Author: Mike Frysinger <vapier@gentoo.org>
27270 Date:   Mon Feb 4 17:44:23 2008 -0500
27271
27272     only update version header as needed
27273
27274     Constantly rebuilding the version header will force useless relinking, so we
27275     simply need to compare the new header with the existing one before updating
27276     it.
27277
27278     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27279
27280 commit 208447f8e953f347425eb92c8e28d59e6d911363
27281 Author: Mike Frysinger <vapier@gentoo.org>
27282 Date:   Mon Jan 28 05:56:19 2008 -0500
27283
27284     Do not specify a CROSS_COMPILE default when executing size
27285
27286     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27287
27288 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
27289 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27290 Date:   Wed Feb 13 11:19:19 2008 +0100
27291
27292     Fix return value of mtest when CFG_ALT_MEMTEST set
27293
27294     Fix a missing return statement from a non-void function.
27295
27296     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27297
27298 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
27299 Author: Timur Tabi <timur@freescale.com>
27300 Date:   Wed Jan 9 14:35:26 2008 -0600
27301
27302     85xx, 86xx: Determine I2C clock frequencies and store in global_data
27303
27304     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
27305
27306     Update the get_clocks() function in 85xx and 86xx to determine the I2C
27307     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
27308
27309     Signed-off-by: Timur Tabi <timur@freescale.com>
27310
27311 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
27312 Author: Wolfgang Denk <wd@denx.de>
27313 Date:   Thu Feb 14 23:18:01 2008 +0100
27314
27315     TQM834x: clean up configuration
27316
27317     Get board name consistent with Linux and elsewhere;
27318     get rid of local network definitions etc.
27319
27320     Signed-off-by: Wolfgang Denk <wd@denx.de>
27321
27322 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
27323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27324 Date:   Thu Feb 14 08:02:12 2008 +0100
27325
27326     TFTP: fix search of ':' in BootFile
27327
27328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27329
27330 commit 0bc9efada170096c6b273f19165e32936d330d80
27331 Author: Wolfgang Denk <wd@denx.de>
27332 Date:   Thu Feb 14 22:46:55 2008 +0100
27333
27334     Coding style cleanup; update CHANGELOG.
27335
27336     Signed-off-by: Wolfgang Denk <wd@denx.de>
27337
27338 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
27339 Author: Wolfgang Denk <wd@denx.de>
27340 Date:   Thu Feb 14 22:43:22 2008 +0100
27341
27342     PPC: Use r2 instead of r29 as global data pointer
27343
27344     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
27345     will refuse to use load/store multiple insns; instead, it issues a
27346     list of simple load/store instructions upon function entry and exit,
27347     resulting in bigger code size, which in turn makes the build for a
27348     few boards fail.
27349
27350     Use r2 instead.
27351
27352     Signed-off-by: Wolfgang Denk <wd@denx.de>
27353
27354 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
27355 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
27356 Date:   Wed Jan 30 09:08:49 2008 +0100
27357
27358     ARM: make the machid configurable via the environment
27359
27360     If the variable "machid" exists, let do_bootm_linux use that instead
27361     of bd->bi_arch_number.
27362
27363     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
27364
27365 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
27366 Author: Vlad Lungu <vlad@comsys.ro>
27367 Date:   Wed Jan 23 16:34:46 2008 +0200
27368
27369     Use #ifdef CONFIG_FSLDMAFEC
27370
27371     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
27372     fails
27373
27374     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
27375
27376 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
27377 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27378 Date:   Sat Jan 19 10:25:59 2008 +0900
27379
27380     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
27381
27382     Current MII_DEBUG is confusing in two ways. One is useless define-then-
27383     undef at the top of the file. The other is there is only one debug() in
27384     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
27385     While there are many useful printf()/puts() debug codes, but they are for
27386     DEBUG, not for MII_DEBUG.
27387
27388     This patch tries to put them all together into MII_DEBUG and debug().
27389
27390     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27391
27392 commit 751b9b5189f3274b03c809172631316d6b002c82
27393 Author: Kyungmin Park <kmpark@infradead.org>
27394 Date:   Thu Jan 17 16:43:25 2008 +0900
27395
27396     OneNAND Initial Program Loader (IPL) support
27397
27398     This patch enables the OneNAND boot within U-Boot.
27399     Before this work, we used another OneNAND IPL called X-Loader based
27400     on open source. With this work, we can build the oneboot.bin image
27401     without other program.
27402
27403     The build sequence is simple.
27404     First, it compiles the u-boot.bin
27405     Second, it compiles OneNAND IPL
27406     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
27407     The mechanism is similar with NAND boot except it boots from itself.
27408
27409     Another thing is that you can only use the OneNAND IPL only to work
27410     other bootloader such as RedBoot and so on.
27411
27412     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27413
27414 commit 21f6f9636f0e978397548751347425fbf8d42bb3
27415 Author: Andy Fleming <afleming@freescale.com>
27416 Date:   Wed Jan 16 13:06:59 2008 -0600
27417
27418     Fix CONFIG_MMC usage in fat code
27419
27420     A #if statement in fat.c depended on CONFIG_MMC, instead of
27421     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
27422     as "1" rather than just defined.  Now it's better.
27423
27424     Signed-off-by: Andy Fleming <afleming@freescale.com>
27425
27426 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
27427 Author: Rafal Jaworowski <raj@semihalf.com>
27428 Date:   Tue Jan 15 12:52:31 2008 +0100
27429
27430     ppc: Refactor cache routines, so there is only one common set.
27431
27432     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27433
27434 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
27435 Author: Jon Loeliger <jdl@jdl.com>
27436 Date:   Wed Jan 23 15:55:02 2008 -0600
27437
27438     86xx: Fix compilation warning in sys_eprom.c
27439
27440     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
27441
27442     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27443
27444 commit 65230107025733e89e28fd5e5cfd916d4953c28a
27445 Author: Haavard Skinnemoen <hskinnemoen at>
27446 Date:   Fri Feb 22 11:40:50 2008 +0000
27447
27448     Move AT91RM9200DK board support under board/atmel
27449
27450     We already have a vendor subdir for Atmel, so we should use it.
27451
27452     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
27453
27454 commit 6d0943a6be99977d6d853d51749e9963d68eb192
27455 Author: Andreas Engel <andreas.engel@ericsson.com>
27456 Date:   Mon Jan 14 09:06:52 2008 +0000
27457
27458     ARM: cleanup duplicated exception handlingcode
27459
27460     Move duplicated exception handling code into lib_arm.
27461
27462     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
27463
27464 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
27465 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
27466 Date:   Fri Feb 1 10:09:03 2008 +0000
27467
27468     Support for Artila M-501 starter kit
27469
27470     Kimmo Leppala / Sysart and
27471     Timo Tuunainen / Sysart
27472
27473 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
27474 Author: Stelian Pop <stelian@popies.net>
27475 Date:   Mon Feb 11 10:50:19 2008 +0000
27476
27477     AT91CAP9 support
27478
27479     ---------------------------------
27480
27481     read_dataflash() takes a signed char pointer as a parameter. Silence a
27482     few warnings dues to incorrect parameter types in env_dataflash.c.
27483
27484     Signed-off-by: Stelian Pop <stelian@popies.net>
27485
27486 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
27487 Author: Stelian Pop <stelian@popies.net>
27488 Date:   Thu Feb 7 09:42:57 2008 +0000
27489
27490     AT91CAP9 support : move board files to Atmel vendor directory.
27491
27492     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
27493
27494     Signed-off-by: Stelian Pop <stelian@popies.net>
27495
27496 commit 7263ef191b87da94768f762c7093bedeb70db98f
27497 Author: Stelian Pop <stelian at>
27498 Date:   Thu Jan 3 21:15:56 2008 +0000
27499
27500     AT91CAP9 support : MACB changes
27501
27502     Signed-off-by: Stelian Pop <stelian <at> popies.net>
27503     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
27504
27505 commit 6afcabf11d7321850f4feaadfee841488ace54c5
27506 Author: Stelian Pop <stelian@popies.net>
27507 Date:   Thu Feb 7 16:37:54 2008 +0000
27508
27509     AT91CAP9 support : board/ files
27510
27511     Signed-off-by: Stelian Pop <stelian@popies.net>
27512
27513 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
27514 Author: Stelian Pop <stelian at>
27515 Date:   Wed Jan 30 21:15:54 2008 +0000
27516
27517     AT91CAP9 support : cpu/ files
27518
27519     Signed-off-by: Stelian Pop <stelian <at> popies.net>
27520
27521 commit fa506a926cec348805143576c941f8e61b333cc0
27522 Author: Stelian Pop <stelian@popies.net>
27523 Date:   Thu Jan 31 21:15:53 2008 +0000
27524
27525     AT91CAP9 support : include/ files
27526
27527     Signed-off-by: Stelian Pop <stelian@popies.net>
27528
27529 commit 20b197c6f2799af399a68f96a1aff543a75621b8
27530 Author: Stelian Pop <stelian@popies.net>
27531 Date:   Sun Jan 20 19:49:21 2008 +0000
27532
27533     AT91CAP9 support : build integration
27534
27535     Signed-off-by: Stelian Pop <stelian@popies.net>
27536
27537 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
27538 Author: Stelian Pop <stelian@popies.net>
27539 Date:   Sun Jan 20 21:07:00 2008 +0000
27540
27541     Improve DataFlash CS definition.
27542
27543     Use a structure instead of the error prone unnamed array to
27544     define the possible dataflash banks.
27545
27546     Signed-off-by: Stelian Pop <stelian@popies.net>
27547
27548 commit a6cdd21b56014208706238712a853a9e9a0a2290
27549 Author: Stelian Pop <stelian@popies.net>
27550 Date:   Sat Jan 19 21:09:35 2008 +0000
27551
27552     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
27553
27554     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
27555
27556     cpu/arm926ejs/start.o: In function `cpu_init_crit':
27557     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
27558
27559     Signed-off-by: Stelian Pop <stelian@popies.net>
27560
27561 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
27562 Author: Peter Pearse <peter.pearse@arm.com>
27563 Date:   Fri Feb 1 16:50:24 2008 +0000
27564
27565     Fix timer overflow in DaVinci
27566     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
27567
27568 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
27569 Author: Peter Pearse <peter.pearse@arm.com>
27570 Date:   Fri Feb 1 16:49:08 2008 +0000
27571
27572     Update board NetStar
27573     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27574
27575 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
27576 Author: Niklaus Giger <niklaus.giger@netstal.com>
27577 Date:   Tue Feb 5 10:26:42 2008 +0100
27578
27579     ppc4xx: HCU4/5. Fix make O=../xx
27580
27581     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27582
27583 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
27584 Author: Larry Johnson <lrj@acm.org>
27585 Date:   Tue Jan 22 08:51:59 2008 -0500
27586
27587     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
27588
27589     Signed-off-by: Larry Johnson <lrj@acm.org>
27590
27591 commit fe891ecf4d187e9d11dde869ed4623af52b54451
27592 Author: Hiroshi Ito <ito@mlb.co.jp>
27593 Date:   Thu Jan 31 18:35:04 2008 +0900
27594
27595     NFS Timeout with large files.
27596
27597     Retry to send NFS packet before reaching timeout.
27598
27599     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
27600
27601 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
27602 Author: Johannes Stezenbach <js@sig21.net>
27603 Date:   Tue Jan 29 00:11:25 2008 +0100
27604
27605     Add dependencies to avoid race conditions with parallel make.
27606
27607     Signed-off-by: Johannes Stezenbach <js@sig21.net>
27608
27609 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
27610 Author: Mike Frysinger <vapier@gentoo.org>
27611 Date:   Mon Jan 28 05:46:01 2008 -0500
27612
27613     Mark board_init_[fr] as noreturn
27614
27615     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27616
27617 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
27618 Author: Mike Frysinger <vapier@gentoo.org>
27619 Date:   Mon Jan 28 05:28:50 2008 -0500
27620
27621     Only use TEXT_BASE if defined by the board
27622
27623     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27624
27625 commit 1b769881750030f10743808b9d6013e11f559350
27626 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27627 Date:   Fri Jan 25 07:54:47 2008 +0100
27628
27629     Fix remaining CONFIG_COMMANDS
27630
27631     update comments
27632     Fix coding style
27633
27634     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27635
27636 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
27637 Author: Niklaus Giger <niklaus.giger@netstal.com>
27638 Date:   Mon Jan 21 16:46:00 2008 +0100
27639
27640     Add *~ to .gitignore
27641
27642     One should never add a backup file ending in with ~ to the git repository.
27643
27644     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27645
27646 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
27647 Author: Kumar Gala <galak@kernel.crashing.org>
27648 Date:   Thu Jan 17 00:02:10 2008 -0600
27649
27650     Remove duplicate defines for ARRAY_SIZE
27651
27652     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27653
27654 commit c77ce474b1c57b13e9d36d9830f147966c143694
27655 Author: Stelian Pop <stelian@popies.net>
27656 Date:   Mon Jan 14 22:08:14 2008 +0100
27657
27658     Fix incorrect address test in AT91F_DataflashSelect().
27659
27660     Signed-off-by: Stelian Pop <stelian@popies.net>
27661
27662 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
27663 Author: Kumar Gala <galak@kernel.crashing.org>
27664 Date:   Wed Feb 13 15:09:58 2008 -0600
27665
27666     Fix building of fdt_support.c if DEBUG set
27667
27668     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27669
27670 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
27671 Author: Jon Loeliger <jdl@freescale.com>
27672 Date:   Tue Feb 12 14:53:28 2008 -0600
27673
27674     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
27675
27676     These replace direct structure references for IMMR sections.
27677
27678     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27679
27680 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
27681 Author: Wolfgang Denk <wd@denx.de>
27682 Date:   Tue Feb 12 00:45:06 2008 +0100
27683
27684     Get rid of "#undef DEBUG" from board config files.
27685
27686     Signed-off-by: Wolfgang Denk <wd@denx.de>
27687
27688 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
27689 Author: Timur Tabi <timur@freescale.com>
27690 Date:   Tue Jan 15 17:09:41 2008 -0600
27691
27692     Remove #undef DEBUG from MPC83xx board header files
27693
27694     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
27695     The inclusion of this line makes it impossible to enable debug code in
27696     other source files, because "#define DEBUG" typically needs to be defined
27697     before any header files are included.
27698
27699     Signed-off-by: Timur Tabi <timur@freescale.com>
27700
27701 commit 69018ce2e086e9caf35b914d675b82bc4888f077
27702 Author: Kumar Gala <galak@kernel.crashing.org>
27703 Date:   Thu Jan 17 08:25:45 2008 -0600
27704
27705     QE: Move FDT support into a common file
27706
27707     Move the flat device tree setup for QE related devices into
27708     a common file shared between 83xx & 85xx platforms that have QE's.
27709
27710     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27711
27712 commit 5cf746c303710329f8040d9c62ee354313e3e91f
27713 Author: Marian Balakowicz <m8@semihalf.com>
27714 Date:   Thu Jan 31 13:59:09 2008 +0100
27715
27716     [new uImage] Move kernel data find code to get_kernel() routine
27717
27718     Verification of the kernel image (in old format) and finding kernel
27719     data is moved to a dedicated routine. The routine will also hold
27720     support for, to be added, new image format.
27721
27722     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27723
27724 commit 7b325454fd231d4273de3fe373850f777fb086bf
27725 Author: Marian Balakowicz <m8@semihalf.com>
27726 Date:   Thu Jan 31 13:58:20 2008 +0100
27727
27728     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
27729
27730     Move FDT blob finding and relocation to a dedicated
27731     get_fdt() routine. It increases code readability and
27732     will make adding support for new uImage format easier.
27733
27734     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27735
27736 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
27737 Author: Marian Balakowicz <m8@semihalf.com>
27738 Date:   Thu Jan 31 13:58:13 2008 +0100
27739
27740     [new uImage] Cleanup do_botm_linux() boot allocations
27741
27742     This patch moves common pre-boot allocation steps shared between PPC
27743     and M68K to a helper routines:
27744
27745     common:
27746     - get_boot_sp_limit()
27747     - get_boot_cmline()
27748     - get_boot_kbd()
27749
27750     platform:
27751     - set_clocks_in_mhz()
27752
27753     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27754
27755 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
27756 Author: Marian Balakowicz <m8@semihalf.com>
27757 Date:   Thu Jan 31 13:57:17 2008 +0100
27758
27759     [new uImage] Move ramdisk loading to a common routine
27760
27761     Ramdisk loading code, including initrd_high variable handling,
27762     was duplicated for PPC and M68K platforms. This patch creates
27763     common helper routine that is being called from both platform
27764     do_bootm_linux() routines.
27765
27766     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27767
27768 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
27769 Author: Marian Balakowicz <m8@semihalf.com>
27770 Date:   Thu Jan 31 13:55:53 2008 +0100
27771
27772     [new uImage] Removed dead ramdisk code on microblaze architectures
27773
27774     Microblaze do_bootm_linux() includes ramdisk processing code but
27775     the ramdisk does not get used anywhere later on.
27776
27777     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27778
27779 commit 5ad03eb3854c162684222a718b44c0716ea0db03
27780 Author: Marian Balakowicz <m8@semihalf.com>
27781 Date:   Thu Jan 31 13:55:39 2008 +0100
27782
27783     [new uImage] Factor out common image_get_ramdisk() routine
27784
27785     Architecture specific do_bootm_linux() routines share common
27786     ramdisk image processing code. Move this code to a common
27787     helper routine.
27788
27789     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27790
27791 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
27792 Author: Marian Balakowicz <m8@semihalf.com>
27793 Date:   Thu Jan 31 13:20:08 2008 +0100
27794
27795     [new uImage] Move FDT error printing to common fdt_error() routine
27796
27797     FDT error handling in PPC do_bootm_linux() shares the same message format.
27798     This patch moves error message printing to a helper fdt_error() routine.
27799
27800     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27801     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
27802
27803 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
27804 Author: Marian Balakowicz <m8@semihalf.com>
27805 Date:   Thu Jan 31 13:20:07 2008 +0100
27806
27807     [new uImage] Factor out common routines for getting os/arch/type/comp names
27808
27809     Move numeric-id to name translation for image os/arch/type/comp header
27810     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
27811     image_get_type_name(), image_get_comp_name().
27812
27813     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27814
27815 commit e99c26694a384221d336f6448c06a57479c0baa4
27816 Author: Marian Balakowicz <m8@semihalf.com>
27817 Date:   Thu Jan 31 13:20:07 2008 +0100
27818
27819     [new uImage] Remove standalone applications handling from boootm
27820
27821     Standalone applications are supposed to be run using the "go" command.
27822     This patch removes standalone images handling from the do_bootm().
27823
27824     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27825
27826 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
27827 Author: Marian Balakowicz <m8@semihalf.com>
27828 Date:   Thu Jan 31 13:20:07 2008 +0100
27829
27830     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
27831
27832     Support for OF_FLAT_TREE is to be obsoleted in the near future,
27833     remove related code from the bootm routines.
27834
27835     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27836
27837 commit 82850f3d32a2661868ec6876bed7a22c55cef718
27838 Author: Marian Balakowicz <m8@semihalf.com>
27839 Date:   Thu Jan 31 13:20:06 2008 +0100
27840
27841     [new uImage] Use image API in SH do_bootm_linux() routine
27842
27843     Introduce image handling API for lately added Hitachi SH architecture.
27844
27845     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27846
27847 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
27848 Author: Marian Balakowicz <m8@semihalf.com>
27849 Date:   Thu Jan 31 13:20:06 2008 +0100
27850
27851     [new uImage] Rename architecture specific bootm code files
27852
27853     Implementation of the do_bootm_linux() and other bootm helper routines is
27854     architecture specific code. As such it resides in lib_<arch> directories
27855     in files named <arch>_linux.c
27856
27857     This patch renames those files to a more clear and accurate
27858     lib_<arch>/bootm.c form.
27859
27860     List of the renamed files:
27861        lib_arm/armlinux.c -> lib_arm/bootm.c
27862        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
27863        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
27864        lib_i386/i386_linux.c -> lib_i386/bootm.c
27865        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
27866        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
27867        lib_mips/mips_linux.c -> lib_mips/bootm.c
27868        lib_nios/nios_linux.c -> lib_nios/bootm.c
27869        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
27870        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
27871        lib_sh/sh_linux.c -> lib_sh/bootm.c
27872
27873     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27874
27875 commit 7582438c285bf0cef82909d0f232de64ec567a8a
27876 Author: Marian Balakowicz <m8@semihalf.com>
27877 Date:   Thu Jan 31 13:20:06 2008 +0100
27878
27879     [new uImage] Return error on image move/uncompress overwrites
27880
27881     Check for overwrites during image move/uncompress, return with error
27882     when the original image gets corrupted. Report clear message to the user
27883     and prevent further troubles when pointer to the corrupted images is passed
27884     to do_bootm_linux routine.
27885
27886     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27887
27888 commit f13e7b2e993c61fed1f607962501e051940d6e80
27889 Author: Marian Balakowicz <m8@semihalf.com>
27890 Date:   Tue Jan 8 18:12:17 2008 +0100
27891
27892     [new uImage] Cleanup image header pointer use in bootm code
27893
27894     - use single image header pointer instead of a set of auxilliary variables.
27895     - add multi component image helper routines: get component size/data address
27896
27897     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27898
27899 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
27900 Author: Marian Balakowicz <m8@semihalf.com>
27901 Date:   Tue Jan 8 18:17:10 2008 +0100
27902
27903     [new uImage] Cleanup cmd_bootm.c
27904
27905     - sort and cleanup headers, declarations, etc.
27906     - group related routines
27907     - cleanup indentation, white spaces
27908
27909     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27910
27911 commit af13cdbc01eaf88880978bfb4f603e012818ba24
27912 Author: Marian Balakowicz <m8@semihalf.com>
27913 Date:   Tue Jan 8 18:11:45 2008 +0100
27914
27915     [new uImage] Add memmove_wd() common routine
27916
27917     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
27918
27919     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27920
27921 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
27922 Author: Marian Balakowicz <m8@semihalf.com>
27923 Date:   Tue Jan 8 18:11:44 2008 +0100
27924
27925     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
27926
27927     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27928
27929 commit 15158971f49255ccef54f0979a942cfd3de2ae52
27930 Author: Marian Balakowicz <m8@semihalf.com>
27931 Date:   Tue Jan 8 18:11:44 2008 +0100
27932
27933     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
27934
27935     Use image header copy instead of a (possibly corrupted) pointer to
27936     a initial image location.
27937
27938     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27939
27940 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
27941 Author: Marian Balakowicz <m8@semihalf.com>
27942 Date:   Tue Jan 8 18:11:44 2008 +0100
27943
27944     [new uImage] Remove I386 uImage fake_header() routine
27945
27946     I386 targets are not using a uImage format, instead fake header
27947     is added to ram image before it is further processed by bootm.
27948
27949     Remove this fixup and force proper uImage use for I386.
27950
27951     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27952
27953 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
27954 Author: Marian Balakowicz <m8@semihalf.com>
27955 Date:   Tue Jan 8 18:11:44 2008 +0100
27956
27957     [new uImage] Move CHUNKSZ definition to image.h
27958
27959     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
27960     move this definition to a common header.
27961
27962     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27963
27964 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
27965 Author: Marian Balakowicz <m8@semihalf.com>
27966 Date:   Tue Jan 8 18:11:43 2008 +0100
27967
27968     [new uImage] Move gunzip() common code to common/gunzip.c
27969
27970     Move gunzip(), zalloc() and zfree() to a separate file.
27971     Share zalloc() and zfree() with cramfs uncompress routine.
27972
27973     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27974
27975 commit d45d5a18b6b36688f2365623f9d550566c664b5b
27976 Author: Marian Balakowicz <m8@semihalf.com>
27977 Date:   Tue Jan 8 18:11:43 2008 +0100
27978
27979     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
27980
27981     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
27982     readable in PPC variant of do_bootm_linux() routine.
27983
27984     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27985
27986 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
27987 Author: Marian Balakowicz <m8@semihalf.com>
27988 Date:   Tue Jan 8 18:11:43 2008 +0100
27989
27990     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
27991
27992     PPC implementation of do_bootm_linux() routine is moved to
27993     a dedicated file lib_ppc/ppc_linux.c
27994
27995     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27996
27997 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
27998 Author: Marian Balakowicz <m8@semihalf.com>
27999 Date:   Tue Jan 8 18:14:09 2008 +0100
28000
28001     [new uImage] Define a API for image handling operations
28002
28003     - Add inline helper macros for basic header processing
28004     - Move common non inline code common/image.c
28005     - Replace direct header access with the API routines
28006     - Rename IH_CPU_* to IH_ARCH_*
28007
28008     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28009
28010 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
28011 Author: Marian Balakowicz <m8@semihalf.com>
28012 Date:   Thu Jan 31 13:19:58 2008 +0100
28013
28014     Add missing cmd_ximg.o to common/Makefile
28015
28016     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28017
28018 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
28019 Author: Grzegorz Bernacki <gjb@semihalf.com>
28020 Date:   Mon Jan 28 10:15:02 2008 +0100
28021
28022     ADS5121e: DDR2 init/timing update.
28023
28024     Signed-off-by: John Rigby <jrigby@freescale.com>
28025     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
28026
28027 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
28028 Author: John Rigby <jrigby@freescale.com>
28029 Date:   Wed Jan 30 13:36:57 2008 -0700
28030
28031     Device tree updates
28032
28033     Changes to match 5121 device tree going mainline in 2.6.25.
28034
28035     Change OF_SOC from "soc5121" to plain "soc".
28036     Remove unneeded "ref-frequency" fixups.
28037     Remove "address" enetaddr fixup.
28038
28039     Add bus-frequency fixup for old OF_SOC so old
28040     kernels with old device trees will work with new
28041     u-boot with 66MHz IPS clock
28042
28043     Signed-off-by: John Rigby <jrigby@freescale.com>
28044
28045 commit de55d18df3ff2ea614624e74793de7c43520e0e7
28046 Author: John Rigby <jrigby@freescale.com>
28047 Date:   Wed Jan 30 13:36:56 2008 -0700
28048
28049     Change IPS freq to 66MHz
28050
28051     Recommended frequency is 66MHz
28052     Change divider from 4 to 3.
28053
28054     Signed-off-by: John Rigby <jrigby@freescale.com>
28055
28056 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
28057 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28058 Date:   Mon Jan 14 22:38:55 2008 +0100
28059
28060     xsengine: rename board_post_init to board_late_init
28061
28062     missing migration from "Cleanup of some init functions"
28063     in c837dcb1a316745092567bfe4fb266d0941884ff
28064
28065     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28066
28067 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
28068 Author: Larry Johnson <lrj@acm.org>
28069 Date:   Sat Jan 12 23:35:33 2008 -0500
28070
28071     Add attribute POST_PREREL to ECC memory POST
28072
28073     Signed-off-by: Larry Johnson <lrj@acm.org>
28074
28075 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
28076 Author: Kumar Gala <galak@kernel.crashing.org>
28077 Date:   Thu Jan 17 08:25:45 2008 -0600
28078
28079     QE: Move FDT support into a common file
28080
28081     Move the flat device tree setup for QE related devices into
28082     a common file shared between 83xx & 85xx platforms that have QE's.
28083
28084     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28085
28086 commit d38da537943cd36356b9d3d9d9b60533554b81d8
28087 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28088 Date:   Wed Jan 23 17:20:14 2008 +0100
28089
28090     AVR32: Make SDRAM refresh rate configurable
28091
28092     The existing code assumes the SDRAM row refresh period should always
28093     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
28094     refresh rate should really be 7.81 us.
28095
28096     Add a refresh_period member to struct sdram_info and initialize it
28097     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
28098     panic() until the refresh_period member is updated properly.
28099
28100     Big thanks to Gerhard Berghofer for pointing out this issue.
28101
28102     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28103
28104 commit 61151cccb660cdb06a07fb283de6089913d7bde0
28105 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28106 Date:   Thu Apr 19 10:10:11 2007 +0200
28107
28108     ATSTK1000: Fix potential flash programming bug
28109
28110     The (now obsolete) atngw100 flash programming code was having problems
28111     programming the onboard at49bv642 chip. The atstk1000 flash
28112     programming code may have the same bug, so import fix for this problem
28113     from the AVR32 Linux BSP.
28114
28115     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28116
28117 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
28118 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28119 Date:   Thu Nov 22 17:04:13 2007 +0100
28120
28121     ATSTK1004: Fix comment about default load address
28122
28123     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
28124     wouldn't have worked anyway since the board can only access 4MB of
28125     SDRAM.
28126
28127     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28128
28129 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
28130 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28131 Date:   Thu Nov 22 17:01:24 2007 +0100
28132
28133     ATSTK1002: Use SDRAM + 4MB as default load address
28134
28135     Many people run into problems when they compile a big kernel and load
28136     the uImage at the default SDRAM + 2MB address as the kernel will
28137     overwrite the uImage as it is being unpacked. Increase the default
28138     load address so that we can load a 4MB kernel image without any
28139     problems.
28140
28141     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28142
28143 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
28144 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28145 Date:   Thu Nov 22 16:51:39 2007 +0100
28146
28147     ATNGW100: Fix default mtest range
28148
28149     Let mtest cover the whole SDRAM except the last megabyte, which is
28150     where u-boot lives.
28151
28152     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28153
28154 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
28155 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28156 Date:   Tue Jan 22 15:31:56 2008 +0900
28157
28158     sh: Fix register address of SH7722.
28159
28160     The address of SH7722 is wrong by old document.
28161     This patch fixes this problem.
28162
28163     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28164
28165 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
28166 Author: Mike Frysinger <vapier@gentoo.org>
28167 Date:   Mon Feb 4 19:26:57 2008 -0500
28168
28169     new command for displaying strings at specified memory locations
28170
28171     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28172
28173 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
28174 Author: Mike Frysinger <vapier@gentoo.org>
28175 Date:   Mon Feb 4 19:26:57 2008 -0500
28176
28177     rewrite/cleanup Blackfin RTC driver
28178
28179     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28180
28181 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
28182 Author: Mike Frysinger <vapier@gentoo.org>
28183 Date:   Mon Feb 4 19:26:57 2008 -0500
28184
28185     generate u-boot.ldr for Blackfin targets
28186
28187     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28188
28189 commit b779f7a59530436040f157f7841db7ab796542df
28190 Author: Mike Frysinger <vapier@gentoo.org>
28191 Date:   Mon Feb 4 19:26:57 2008 -0500
28192
28193     scrub unused symbols
28194
28195     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28196
28197 commit cc2977acc3bbbb7850f16645dd1081f95335868d
28198 Author: Mike Frysinger <vapier@gentoo.org>
28199 Date:   Mon Feb 4 19:26:57 2008 -0500
28200
28201     move Blackfin cpu object list to respective cpu directories
28202
28203     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28204
28205 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
28206 Author: Mike Frysinger <vapier@gentoo.org>
28207 Date:   Mon Feb 4 19:26:57 2008 -0500
28208
28209     interface to Blackfin on-chip One-Time-Programmable memory
28210
28211     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28212
28213 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
28214 Author: Mike Frysinger <vapier@gentoo.org>
28215 Date:   Mon Feb 4 19:26:56 2008 -0500
28216
28217     add support for memory commands with Blackfin L1 instruction memory
28218
28219     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28220
28221 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
28222 Author: Mike Frysinger <vapier@gentoo.org>
28223 Date:   Mon Feb 4 19:26:56 2008 -0500
28224
28225     use C code rather than inline assembly
28226
28227     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28228
28229 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
28230 Author: Mike Frysinger <vapier@gentoo.org>
28231 Date:   Mon Feb 4 19:26:56 2008 -0500
28232
28233     add Blackfin-specific reginfo command
28234
28235     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28236
28237 commit 0858b835e7ea501ea084d34cef75932f098342bb
28238 Author: Mike Frysinger <vapier@gentoo.org>
28239 Date:   Mon Feb 4 19:26:55 2008 -0500
28240
28241     add support for Blackfin symbol prefixes to examples
28242
28243     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28244
28245 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
28246 Author: Mike Frysinger <vapier@gentoo.org>
28247 Date:   Mon Feb 4 19:26:55 2008 -0500
28248
28249     add Blackfin-specific bdinfo command
28250
28251     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28252
28253 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
28254 Author: Mike Frysinger <vapier@gentoo.org>
28255 Date:   Mon Feb 4 19:26:55 2008 -0500
28256
28257     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
28258
28259     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28260
28261 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
28262 Author: Mike Frysinger <vapier@gentoo.org>
28263 Date:   Mon Feb 4 19:26:55 2008 -0500
28264
28265     unify the Blackfin board targets
28266
28267     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28268
28269 commit d4d7730853e5d675f76ec666807da3028c91d592
28270 Author: Mike Frysinger <vapier@gentoo.org>
28271 Date:   Mon Feb 4 19:26:55 2008 -0500
28272
28273     punt Blackfin VDSP headers and import sanitized/auto-generated ones
28274
28275     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28276
28277 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
28278 Author: Mike Frysinger <vapier@gentoo.org>
28279 Date:   Mon Feb 4 19:26:54 2008 -0500
28280
28281     always pull in asm/blackfin.h for Blackfin ports
28282
28283     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28284
28285 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
28286 Author: Mike Frysinger <vapier@gentoo.org>
28287 Date:   Mon Feb 4 19:26:54 2008 -0500
28288
28289     add missing __raw versions of Blackfin read/write io functions
28290
28291     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28292
28293 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
28294 Author: Mike Frysinger <vapier@gentoo.org>
28295 Date:   Mon Feb 4 19:26:54 2008 -0500
28296
28297     add the default Blackfin logo used by Blackfin boards with splash screens
28298
28299     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28300
28301 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
28302 Author: Mike Frysinger <vapier@gentoo.org>
28303 Date:   Mon Feb 4 19:26:54 2008 -0500
28304
28305     add some more Blackfin docs
28306
28307     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28308
28309 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
28310 Author: Mike Frysinger <vapier@gentoo.org>
28311 Date:   Mon Feb 4 19:26:54 2008 -0500
28312
28313     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
28314
28315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28316
28317 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
28318 Author: Mike Frysinger <vapier@gentoo.org>
28319 Date:   Mon Feb 4 19:26:54 2008 -0500
28320
28321     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
28322
28323     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28324
28325 commit b45264ee85cbd92020640a32e02fb434fd557108
28326 Author: Mike Frysinger <vapier@gentoo.org>
28327 Date:   Mon Feb 4 19:26:53 2008 -0500
28328
28329     add gitignores for Blackfin pieces
28330
28331     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28332
28333 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
28334 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28335 Date:   Fri Jan 18 01:14:03 2008 +0100
28336
28337     TFTP: add host ip addr support
28338
28339     allow to use a different server as set in serverip
28340     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
28341     if not defined the max length will be at 128
28342
28343     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28344
28345 commit e56b4b494cd92def577969f9678395aa22d34c9f
28346 Author: Timur Tabi <timur@freescale.com>
28347 Date:   Wed Jan 9 14:35:26 2008 -0600
28348
28349     85xx,86xx: Determine I2C clock frequencies and store in global_data
28350
28351     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
28352
28353     Update the get_clocks() function in 85xx and 86xx to determine the I2C
28354     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
28355
28356     Signed-off-by: Timur Tabi <timur@freescale.com>
28357
28358 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
28359 Author: Wolfgang Denk <wd@denx.de>
28360 Date:   Thu Dec 27 10:56:54 2007 +0100
28361
28362     OMAP5912: fix FIFO handling in UART driver
28363
28364     According to the OMAP5912 Serial Interfaces Reference Guide (see
28365     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
28366     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
28367     changed when the baud clock is not running, i. e. when both DLL and
28368     DLH are set to 0.
28369
28370     Thus make sure that DLL and DLH are 0 when writing the FCR.
28371
28372     Signed-off-by: Wolfgang Denk <wd@denx.de>
28373
28374 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
28375 Author: Harald Welte <laforge@openmoko.org>
28376 Date:   Wed Dec 19 15:10:52 2007 +0100
28377
28378     ARM: S3C24x0 SoC NAND controller support
28379
28380     This patch adds NAND support to the S3C24x0 SoC code in u-boot
28381
28382     Signed-off-by: Harald Welte <laforge@openmoko.org>
28383
28384 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
28385 Author: Harald Welte <laforge@openmoko.org>
28386 Date:   Wed Dec 19 14:24:40 2007 +0100
28387
28388     ARM: s3c24xx: Multiple serial port support
28389
28390     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
28391
28392     Signed-off-by: Harald Welte <laforge@openmoko.org>
28393
28394 commit a25f72f1f73a11de68251fb88c89991e202e68fa
28395 Author: Harald Welte <laforge@openmoko.org>
28396 Date:   Wed Dec 19 14:16:57 2007 +0100
28397
28398     ARM: arm920t: Allow use of 'gd' pointer from IRQ
28399
28400     This patch allows us to use the 'gd' pointer (and thus environment
28401     and everything else associated with it) from interrupt context on
28402     arm920t.
28403
28404     Signed-off-by: Harald Welte <laforge@openmoko.org>
28405
28406 commit be19bd5cd0f454b63298844a0b5377e029b2caad
28407 Author: Harald Welte <laforge@openmoko.org>
28408 Date:   Wed Dec 19 14:19:38 2007 +0100
28409
28410     ARM: arm920/s3c24xx: IRQ demulitplexer callback
28411
28412     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
28413     plus a stub implementation of it for the S3C2410.
28414
28415     The purpose is to allow arm920t implementations such as the s3c24x0 to
28416     implement interrupt handlers in u-boot without having to touch core
28417     arm920t code.
28418
28419     Signed-off-by: Harald Welte <laforge@openmoko.org>
28420
28421 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
28422 Author: Hebbar <gururajakr@sanyo.co.in>
28423 Date:   Tue Dec 18 16:03:07 2007 -0800
28424
28425     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
28426
28427     Add ifdef to bdinfo command to display ethernet information
28428     only if CONFIG_CMD_NET is defined for arm modules.
28429
28430     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
28431
28432 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
28433 Author: Hebbar <gururajakr@sanyo.co.in>
28434 Date:   Tue Dec 18 16:00:54 2007 -0800
28435
28436     ARM: add I2C init function call in lib_arm/board.c
28437
28438     Adds I2C init func call to init sequence for ARM boards. This is
28439     present in ppc,blackfin and other processor init sequence.
28440
28441     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
28442
28443 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
28444 Author: Stefan Roese <sr@denx.de>
28445 Date:   Fri Feb 1 09:38:29 2008 +0100
28446
28447     ppc4xx: Fix ndfc HW ECC byte order
28448
28449     The current ndfc HW ECC implementation swaps the first two ECC bytes.
28450     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
28451     so this swapping in the HW ECC driver is bogus. This patch fixes this
28452     problem and now really uses the SMC ECC byte order.
28453
28454     Thanks to Sean MacLennan for pointing this out.
28455
28456     Signed-off-by: Stefan Roese <sr@denx.de>
28457
28458 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
28459 Author: Stefan Roese <sr@denx.de>
28460 Date:   Wed Jan 30 15:35:50 2008 +0100
28461
28462     ppc4xx: Fix GPIO configuration for pcs440ep
28463
28464     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
28465     49-63 for GPIO. They have been configured as trace signals. This patch
28466     fixes this by clearing the corresponding bit.
28467
28468     Signed-off-by: Stefan Roese <sr@denx.de>
28469
28470 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
28471 Author: Stefan Roese <sr@denx.de>
28472 Date:   Wed Jan 30 14:48:28 2008 +0100
28473
28474     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
28475
28476     Signed-off-by: Stefan Roese <sr@denx.de>
28477
28478 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
28479 Author: Ladislav Michl <ladis@linux-mips.org>
28480 Date:   Fri Dec 7 00:42:32 2007 +0100
28481
28482     ARM: Board voiceblue update
28483
28484     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28485
28486 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
28487 Author: Ladislav Michl <ladis@linux-mips.org>
28488 Date:   Thu Dec 6 23:24:57 2007 +0100
28489
28490     ARM: AT91RM9200 based boards config cleanup
28491
28492     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28493
28494     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
28495     indentation.
28496
28497 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
28498 Author: Ladislav Michl <ladis@linux-mips.org>
28499 Date:   Thu Dec 6 22:59:16 2007 +0100
28500
28501     ARM: Fix at91rm9200dk base address
28502
28503     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
28504     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
28505     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
28506     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
28507     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
28508     I'm sending this patch 4th (!) time in hope it produces at least some
28509     reaction.
28510
28511     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28512
28513     Fix at91rm9200dk base and environment address.
28514
28515 commit c95219fae2a7add7daa2f91aedca65b1698465c7
28516 Author: stefano babic <sbabic@denx.de>
28517 Date:   Tue Nov 20 10:40:24 2007 +0100
28518
28519     MMC for PXA 27X (resubmit)
28520
28521     MMC support for X_Scale PXA is broken and does not work.
28522     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
28523     There were already some patches around the world but none of them was
28524     merged into the official u-boot tree.
28525
28526     This patch makes order fixing this issue. Resubmit after code cleanup.
28527
28528     Applied and tested on PXA 270 (TrizepsIV module).
28529
28530     Signed-off-by: Stefano Babic <sbabic@denx.de>
28531
28532 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
28533 Author: stefano babic <sbabic@denx.de>
28534 Date:   Tue Nov 20 10:37:04 2007 +0100
28535
28536     Fix gcc issues in pxa-regs.h
28537
28538     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
28539     issues generates wrong code.
28540     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
28541     This patch fixes the problem and solves the gcc-4 issues as the linux
28542     kernel does.
28543
28544     Signed-off-by: Stefano Babic <sbabic@denx.de>
28545     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
28546
28547 commit 7047b388876e7b905b2ec4edb8010543e3641b85
28548 Author: Jens Gehrlein <sew_s@tqs.de>
28549 Date:   Tue Jan 29 08:45:03 2008 +0100
28550
28551     TQM834x: enable DHCP
28552
28553     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
28554     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28555
28556 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
28557 Author: Jens Gehrlein <sew_s@tqs.de>
28558 Date:   Tue Jan 29 08:45:02 2008 +0100
28559
28560     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
28561
28562     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
28563     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28564
28565 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
28566 Author: Ben Warren <biggerbadderben@gmail.com>
28567 Date:   Sat Jan 26 23:41:19 2008 -0500
28568
28569     Fix conditional compilation of mpx8xxx_spi driver
28570
28571     This driver should only compile if CONFIG_MPC8XXX_SPI is set
28572
28573     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28574     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28575
28576 commit 63f732d3d3880feb531f48af247c025bf01462b0
28577 Author: Rafal Jaworowski <raj@semihalf.com>
28578 Date:   Tue Jan 29 17:00:34 2008 +0100
28579
28580     API: Provide dummy halt() in the glue layer.
28581
28582     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
28583
28584     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
28585
28586 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
28587 Author: Rafal Jaworowski <raj@semihalf.com>
28588 Date:   Tue Jan 29 16:57:38 2008 +0100
28589
28590     API: Convert conditional building to the new scheme.
28591
28592     This fixes a build breakage with CONFIG_API enabled, which appeared after
28593     the recent changes in the U-Boot build system.
28594
28595     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
28596
28597 commit 98b742489c09780be6a832eeaa4e5eff824792bb
28598 Author: Wolfgang Denk <wd@denx.de>
28599 Date:   Fri Jan 25 09:56:17 2008 +0100
28600
28601     inka4x0: remove dead code
28602
28603     Signed-off-by: Wolfgang Denk <wd@denx.de>
28604
28605 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
28606 Author: Becky Bruce <becky.bruce@freescale.com>
28607 Date:   Wed Jan 23 16:31:06 2008 -0600
28608
28609     86xx: Add reginfo command
28610
28611     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28612
28613 commit ddcebcb638715a6278da93b553d5016f99823816
28614 Author: Becky Bruce <becky.bruce@freescale.com>
28615 Date:   Wed Jan 23 16:31:05 2008 -0600
28616
28617     86xx: Add print_laws function to fsl_law.c
28618
28619     This can be used for debug, and will be used by board code
28620     to help implement reginfo.
28621
28622     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28623
28624 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
28625 Author: Becky Bruce <becky.bruce@freescale.com>
28626 Date:   Wed Jan 23 16:31:04 2008 -0600
28627
28628     86xx: Remove old-style law setup code
28629
28630     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
28631
28632     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28633
28634 commit 713d8186649dae874613d495b0cecaa039a98b30
28635 Author: Becky Bruce <becky.bruce@freescale.com>
28636 Date:   Wed Jan 23 16:31:03 2008 -0600
28637
28638     86xx: Convert sbc8641d to use new law setup code.
28639
28640     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28641
28642 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
28643 Author: Becky Bruce <becky.bruce@freescale.com>
28644 Date:   Wed Jan 23 16:31:02 2008 -0600
28645
28646     86xx: Convert mpc8610hpcd to new law setup method.
28647
28648     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28649
28650 commit 4933b91f8a49e436681f163df3173beb91cac44a
28651 Author: Becky Bruce <becky.bruce@freescale.com>
28652 Date:   Wed Jan 23 16:31:01 2008 -0600
28653
28654     86xx: Support new law setup method and convert mpc8641
28655
28656     Adds the support code in cpu/mpc86xx for the new law setup code
28657     recently created fsl_law.c, and changes the MPC8641HPCN config
28658     to use this code.
28659
28660     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28661
28662 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
28663 Author: Becky Bruce <becky.bruce@freescale.com>
28664 Date:   Wed Jan 23 16:31:00 2008 -0600
28665
28666     86xx: Rearrange the sequence in start.S
28667
28668     * split the BAT initialization so that only 2 BATs (for the boot page
28669     and stack) are programmed very early on.  The rest are initialized later.
28670     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
28671     after translation has been enabled.
28672
28673     These changes will facilitate the moving of law and BAT initialization
28674     to C code, and will aid with 36-bit physical addressing support.
28675
28676     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28677
28678 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
28679 Author: Wolfgang Denk <wd@denx.de>
28680 Date:   Wed Jan 23 14:41:37 2008 +0100
28681
28682     Coding Style Cleanup; update CHANGELOG
28683
28684     Signed-off-by: Wolfgang Denk <wd@denx.de>
28685
28686 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
28687 Author: Wolfgang Denk <wd@denx.de>
28688 Date:   Wed Jan 23 14:31:17 2008 +0100
28689
28690     Coding Style Cleanup; update CHANGELOG
28691
28692     Signed-off-by: Wolfgang Denk <wd@denx.de>
28693
28694 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
28695 Author: Dave Liu <r63238@freescale.com>
28696 Date:   Fri Jan 18 10:07:04 2008 +0800
28697
28698     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
28699
28700     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
28701     cause the 83xx immap broken, so the DMA and PCI will
28702     be failed.
28703
28704     The patch fix the struct spi8xxx and rm struct spi83xx.
28705
28706     Signed-off-by: Dave Liu <daveliu@freescale.com>
28707     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28708
28709 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
28710 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28711 Date:   Sat Apr 14 17:11:49 2007 +0200
28712
28713     AVR32: ATNGW100 board support
28714
28715     Add support for the ATNGW100 Network Gateway reference design,
28716     including flash, ethernet and MMC support.
28717
28718     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28719
28720 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
28721 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28722 Date:   Sat Nov 24 18:15:31 2007 +0100
28723
28724     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
28725
28726     I don't know why the relevant layers can't do this by itself, but this
28727     is what ppc does.
28728
28729     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28730
28731 commit 799891ef7b1b3432032ec23466df6b665a797fa4
28732 Author: Michael Schwingen <michael@schwingen.org>
28733 Date:   Fri Jan 18 00:04:28 2008 +0100
28734
28735     Add AcTux board support
28736
28737     Hi,
28738
28739     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
28740     files that
28741     contain changes for multiple boards, the board-specific files follow as
28742     separate patches.
28743
28744     Signed-off-by: Michael Schwingen <michael@schwingen.org>
28745
28746 commit 66a4344a4d910a11125df7768899ad529719855e
28747 Author: Michael Schwingen <michael@schwingen.org>
28748 Date:   Wed Jan 16 19:53:23 2008 +0100
28749
28750     add AcTux-4 board support
28751
28752     Signed-off-by: Michael Schwingen <michael@schwingen.org>
28753
28754 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
28755 Author: Michael Schwingen <michael@schwingen.org>
28756 Date:   Wed Jan 16 19:51:55 2008 +0100
28757
28758     add AcTux-3 board support
28759
28760     Signed-off-by: Michael Schwingen <michael@schwingen.org>
28761
28762 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
28763 Author: Michael Schwingen <michael@schwingen.org>
28764 Date:   Wed Jan 16 19:51:14 2008 +0100
28765
28766     add AcTux-2 board support
28767
28768     Signed-off-by: Michael Schwingen <michael@schwingen.org>
28769
28770 commit ea99e8f05b7240fd657739e286664664ae160abe
28771 Author: Michael Schwingen <michael@schwingen.org>
28772 Date:   Wed Jan 16 19:50:37 2008 +0100
28773
28774     add AcTux-1 board support
28775
28776     Signed-off-by: Michael Schwingen <michael@schwingen.org>
28777
28778 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
28779 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28780 Date:   Mon Jan 14 19:20:08 2008 +0100
28781
28782     ARM: remove useless function board_post_init
28783
28784     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28785
28786 commit 96bd462942022e4569b582c072a0ed26de1cd19b
28787 Author: Michael Schwingen <michael@schwingen.org>
28788 Date:   Thu Jan 10 14:59:46 2008 +0100
28789
28790     IXP: enable RTS
28791
28792     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
28793     No handshaking is done, but the active RTS signal allows to
28794     connect to the target using a PC which is using RTS/CTS
28795     handshake, and does no harm if the PC is set to ignore RTS.
28796
28797     Signed-off-by: Michael Schwingen <michael@schwingen.org>
28798
28799 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
28800 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28801 Date:   Mon Jan 7 08:41:34 2008 +0100
28802
28803     IXP: add dynamic microcode addr
28804
28805     allow to load the microde from flash or ram by download it through
28806     the serial or other.
28807
28808     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28809     Acked-by: Stefan Roese <sr@denx.de>
28810
28811 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
28812 Author: Michael Schwingen <michael@schwingen.org>
28813 Date:   Sat Nov 10 15:44:12 2007 +0100
28814
28815     load ixp42x NPE firmware from separate flash block, remove dead code
28816
28817     Hi,
28818
28819     the following patch adds support to move the IXP42X NPE firmware to a
28820     separate flash block, whose start address is defined in
28821     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
28822     NPE-enabled u-boot without copyright problems due to the NPE firmware.
28823
28824     I hope the patch applies, I get whitespace-related differences in the NPE
28825     files due to trailing whitespace in the original versions.
28826
28827     Signed-off-by: Michael Schwingen <michael@schwingen.org>
28828     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28829
28830 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
28831 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28832 Date:   Tue Jan 15 14:15:46 2008 -0600
28833
28834     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
28835
28836     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28837     Signed-off by: John Rigby <jrigby@freescale.com>
28838
28839 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
28840 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28841 Date:   Tue Jan 15 14:02:49 2008 -0600
28842
28843     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
28844
28845     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28846     Signed-off by: John Rigby <jrigby@freescale.com>
28847
28848 commit 777d1abd9796f1c2e148417cc10657e847d318ce
28849 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28850 Date:   Tue Jan 15 14:00:25 2008 -0600
28851
28852     ColdFire: Add MCF547x_8x FEC driver
28853
28854     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28855     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28856     Signed-off by: John Rigby <jrigby@freescale.com>
28857
28858 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
28859 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28860 Date:   Tue Jan 15 13:54:09 2008 -0600
28861
28862     ColdFire: Add MCF547x_8x dma code and header files
28863
28864     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28865     Signed-off by: John Rigby <jrigby@freescale.com>
28866
28867 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
28868 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28869 Date:   Tue Jan 15 13:52:03 2008 -0600
28870
28871     ColdFire: Add MCF547x_8x dma code - 2
28872
28873     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28874     Signed-off by: John Rigby <jrigby@freescale.com>
28875
28876 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
28877 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28878 Date:   Tue Jan 15 13:48:52 2008 -0600
28879
28880     ColdFire: Add MCF547x_8x dma code - 1
28881
28882     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28883     Signed-off by: John Rigby <jrigby@freescale.com>
28884
28885 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
28886 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28887 Date:   Tue Jan 15 13:39:44 2008 -0600
28888
28889     ColdFire: Add MCF547x_8x related header files
28890
28891     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28892     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28893     Signed-off by: John Rigby <jrigby@freescale.com>
28894
28895 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
28896 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28897 Date:   Tue Jan 15 13:37:34 2008 -0600
28898
28899     ColdFire: Add MCF547x_8x cpu arch
28900
28901     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28902     Signed-off by: John Rigby <jrigby@freescale.com>
28903
28904 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
28905 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28906 Date:   Mon Jan 14 17:47:23 2008 -0600
28907
28908     ColdFire: Add MCF5227x cpu and M52277EVB support-3
28909
28910     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28911     Signed-off by: John Rigby <jrigby@freescale.com>
28912
28913 commit c87581027994c148131b2f11aa75501f782ec19a
28914 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28915 Date:   Mon Jan 14 17:46:19 2008 -0600
28916
28917     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
28918
28919     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28920     Signed-off by: John Rigby <jrigby@freescale.com>
28921
28922 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
28923 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28924 Date:   Mon Jan 14 17:43:33 2008 -0600
28925
28926     ColdFire: Add MCF5227x cpu and M52277EVB support-1
28927
28928     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28929     Signed-off by: John Rigby <jrigby@freescale.com>
28930
28931 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
28932 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28933 Date:   Mon Jan 14 17:35:44 2008 -0600
28934
28935     ColdFire: Fix CFI Flash low level Read/Write macro
28936
28937     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28938     Signed-off by: John Rigby <jrigby@freescale.com>
28939
28940 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
28941 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28942 Date:   Mon Jan 14 17:23:08 2008 -0600
28943
28944     ColdFire: Add M5373EVB platform support - 2
28945
28946     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28947     Signed-off by: John Rigby <jrigby@freescale.com>
28948
28949 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
28950 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28951 Date:   Mon Jan 14 17:19:54 2008 -0600
28952
28953     ColdFire: Add M5373EVB platform support - 1
28954
28955     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28956     Signed-off by: John Rigby <jrigby@freescale.com>
28957
28958 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
28959 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28960 Date:   Mon Jan 14 17:17:03 2008 -0600
28961
28962     ColdFire: Update FlexBus CS for MCF532x
28963
28964     Definition update and change from 16bit to 32bit
28965
28966     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28967     Signed-off by: John Rigby <jrigby@freescale.com>
28968
28969 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
28970 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28971 Date:   Mon Jan 14 17:11:47 2008 -0600
28972
28973     ColdFire: PCI and misc updates for MCF5445x
28974
28975     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28976     Signed-off by: John Rigby <jrigby@freescale.com>
28977
28978 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
28979 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28980 Date:   Mon Jan 14 17:06:55 2008 -0600
28981
28982     ColdFire: MCF5445x header files cleanup
28983
28984     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28985     Signed-off by: John Rigby <jrigby@freescale.com>
28986
28987 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
28988 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28989 Date:   Mon Jan 14 16:59:42 2008 -0600
28990
28991     ColdFire: MCF532x header files cleanup
28992
28993     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28994     Signed-off by: John Rigby <jrigby@freescale.com>
28995
28996 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
28997 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
28998 Date:   Mon Jan 14 15:30:15 2008 -0600
28999
29000     ColdFire: Add modules header files
29001
29002     Add CF specific modules header files
29003
29004     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29005     Signed-off-by: John Rigby <jrigby@freescale.com>
29006
29007 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
29008 Author: Kim Phillips <kim.phillips@freescale.com>
29009 Date:   Thu Jan 17 12:48:00 2008 -0600
29010
29011     codingstyle cleanup for spi driver
29012
29013     ..and rm unused CONFIG_FSL_SPI define
29014
29015     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29016
29017 commit d59feffb42c9f174116db7a82a311df98983dfce
29018 Author: Haiying Wang <Haiying.Wang@freescale.com>
29019 Date:   Wed Jan 16 17:12:12 2008 -0500
29020
29021     FSL: Fix common EEPROM_data structure definition
29022
29023     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
29024     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
29025       bd->bi_ethaddr.
29026
29027     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
29028
29029 commit 6bee764bd6da510a4aad614880300c968bc7318d
29030 Author: Timur Tabi <timur@freescale.com>
29031 Date:   Wed Jan 16 15:48:12 2008 -0600
29032
29033     86xx: enable command-line editing
29034
29035     Enable command-line editing for all MPC86xx boards.
29036
29037     Signed-off-by: Timur Tabi <timur@freescale.com>
29038
29039 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
29040 Author: Ben Warren <biggerbadderben@gmail.com>
29041 Date:   Wed Jan 16 22:37:42 2008 -0500
29042
29043     Implement hard SPI driver on MPC8349EMDS
29044
29045     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
29046     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
29047
29048     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29049     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29050
29051 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
29052 Author: Ben Warren <biggerbadderben@gmail.com>
29053 Date:   Wed Jan 16 22:37:35 2008 -0500
29054
29055     Add support for a Freescale non-CPM SPI controller
29056
29057     This patch adds support for the SPI controller found on Freescale PowerPC
29058     processors such as the MCP834x family.  Additionally, a new config option,
29059     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
29060
29061     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29062     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29063
29064 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
29065 Author: Dave Liu <r63238@freescale.com>
29066 Date:   Thu Jan 17 18:23:19 2008 +0800
29067
29068     mpc83xx: Fix the fatal conflict of merge
29069
29070     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
29071     will cause the mpc8315erdb board can't boot up.
29072
29073     The patch fix that bug, and remove the duplicated #ifdef
29074     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
29075     MPC8313E processor.
29076
29077     Signed-off-by: Dave Liu <daveliu@freescale.com>
29078     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29079
29080 commit 3259eeaa4148125a81417477f62c05bd67f60587
29081 Author: Larry Johnson <lrj@acm.org>
29082 Date:   Thu Jan 17 08:50:09 2008 -0500
29083
29084     Merge Sequoia beautification into Korat code
29085
29086     Signed-off-by: Larry Johnson <lrj@acm.org>
29087
29088 commit e16925773211291b562e77187061e9dd1d757217
29089 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29090 Date:   Thu Jan 17 07:45:05 2008 +0100
29091
29092     net: add 'ethrotate' environment variable
29093
29094     [PATCH] net: add 'ethrotate' environment variable
29095
29096     This patch replaces the buildtime configuration option
29097     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
29098     configuration veriable. See README.
29099
29100     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29101     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29102
29103 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
29104 Author: Stefan Roese <sr@denx.de>
29105 Date:   Thu Jan 17 14:29:04 2008 +0100
29106
29107     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
29108
29109     Signed-off-by: Stefan Roese <sr@denx.de>
29110
29111 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
29112 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29113 Date:   Thu Jan 17 18:07:32 2008 +0900
29114
29115     sh: Remove CONFIG_COMMANDS from MS7720SE config file
29116
29117     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29118
29119 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
29120 Author: Niklaus Giger <niklaus.giger@netstal.com>
29121 Date:   Wed Jan 16 18:39:20 2008 +0100
29122
29123     ppc4xx: Netstal HCU4 board: added various fixes and POST
29124
29125     - Moved some common code to netstal/common/nm_bsp.c.
29126     - sdram initialisation goes go netstal/common/fixed_sdram.c.
29127     - Added support for POST.
29128     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
29129
29130     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29131
29132 commit 69b0634a4ee98c9791815600d43b99f626a952f3
29133 Author: Niklaus Giger <niklaus.giger@netstal.com>
29134 Date:   Thu Jan 17 12:53:56 2008 +0100
29135
29136     ppc4xx: netstal/common define routines used by all boards
29137
29138     Added some routines used by all Netstal boards:
29139     - nm_bsp.c: - nm_show_print and
29140             -  common_misc_init_r
29141             - set_params_for_sw_install. Very specific code to handle our SW
29142               installation procedure
29143     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
29144       to handle sdram initialization.
29145     - nm.h: Common header
29146
29147     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29148
29149 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
29150 Author: Niklaus Giger <niklaus.giger@netstal.com>
29151 Date:   Wed Jan 16 18:39:18 2008 +0100
29152
29153     ppc4xx: Netstal HCU5 board: added various fixes and POST
29154
29155     - Moved some common code to nestal/common/nm_bsp.c.
29156     - Added support for the vxWorks EDR.
29157     - Enable trace for Lauterbach, if present.
29158     - Added support for POST.
29159     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
29160
29161     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29162
29163 commit 4371090e5da77edc7bf9f296364db4801639d9c4
29164 Author: Niklaus Giger <niklaus.giger@netstal.com>
29165 Date:   Wed Jan 16 18:39:08 2008 +0100
29166
29167     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
29168
29169     - Various fixes
29170     - Reduced rom_size from 384 to 320 kB
29171     - Environment is now in flash
29172     - Added POST
29173     - Support for OF
29174
29175     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29176
29177 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
29178 Author: Niklaus Giger <niklaus.giger@netstal.com>
29179 Date:   Wed Jan 16 18:37:50 2008 +0100
29180
29181     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
29182
29183     - Various fixes
29184     - Reduced rom_size from 384 to 320 kB
29185     - Environment is now in flash
29186     - Added POST
29187     - Support for OF
29188
29189     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29190
29191 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
29192 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29193 Date:   Thu Jan 17 10:53:08 2008 +0100
29194
29195     ppc4xx: Complete DU440 board support
29196
29197     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29198
29199 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
29200 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29201 Date:   Thu Jan 17 10:52:30 2008 +0100
29202
29203     ppc4xx: Add DU440 board support
29204
29205     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29206
29207 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
29208 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29209 Date:   Thu Jan 17 15:53:52 2008 +0900
29210
29211     sh: Update SuperH SCIF driver
29212
29213     This patch fixed wrong SH7720 CPU macro and changed macro that
29214     calculated value of SCBRR register.
29215
29216     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29217
29218 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
29219 Author: Grzegorz Bernacki <gjb@semihalf.com>
29220 Date:   Wed Jan 16 15:12:47 2008 +0100
29221
29222     Set ips dividor to 1/4 of csb clock.
29223
29224     Previous setting cause ips clock to be out of spec. This bug was found by John
29225     Rigby from Freescale.
29226
29227     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
29228
29229 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
29230 Author: Kumar Gala <galak@kernel.crashing.org>
29231 Date:   Thu Jan 17 02:19:18 2008 -0600
29232
29233     85xx: Get ride of old TLB setup code
29234
29235     Now that all boards have been converted, remove old config code and the
29236     config option for the new style.
29237
29238     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29239
29240 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
29241 Author: Kumar Gala <galak@kernel.crashing.org>
29242 Date:   Thu Jan 17 02:02:10 2008 -0600
29243
29244     85xx: Convert TQM85xx to new TLB setup
29245
29246     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29247
29248 commit 74121b470c14f7eaf284ee838bffca6f9521069e
29249 Author: Kumar Gala <galak@kernel.crashing.org>
29250 Date:   Thu Jan 17 01:56:32 2008 -0600
29251
29252     85xx: Convert STXGP3 & STXSSA to new TLB setup
29253
29254     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29255
29256 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
29257 Author: Kumar Gala <galak@kernel.crashing.org>
29258 Date:   Thu Jan 17 01:44:34 2008 -0600
29259
29260     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
29261
29262     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29263
29264 commit 818218bac6a11591e2542c344d2330e0f4e1968b
29265 Author: Kumar Gala <galak@kernel.crashing.org>
29266 Date:   Thu Jan 17 01:31:34 2008 -0600
29267
29268     85xx: Convert PM854/PM856 to new TLB setup
29269
29270     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29271
29272 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
29273 Author: Kumar Gala <galak@kernel.crashing.org>
29274 Date:   Thu Jan 17 01:25:33 2008 -0600
29275
29276     85xx: Convert MPC8540EVAL to new TLB setup
29277
29278     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29279
29280 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
29281 Author: Kumar Gala <galak@kernel.crashing.org>
29282 Date:   Thu Jan 17 01:12:22 2008 -0600
29283
29284     85xx: Convert MPC8568 MDS to new TLB setup
29285
29286     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29287
29288 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
29289 Author: Kumar Gala <galak@kernel.crashing.org>
29290 Date:   Thu Jan 17 01:01:09 2008 -0600
29291
29292     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
29293
29294     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29295
29296 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
29297 Author: Kumar Gala <galak@kernel.crashing.org>
29298 Date:   Thu Jan 17 00:52:29 2008 -0600
29299
29300     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
29301
29302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29303
29304 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
29305 Author: Kumar Gala <galak@kernel.crashing.org>
29306 Date:   Thu Jan 17 00:32:17 2008 -0600
29307
29308     85xx: Convert ATUM8548 to new TLB setup
29309
29310     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29311
29312 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
29313 Author: Kumar Gala <galak@kernel.crashing.org>
29314 Date:   Wed Jan 16 23:11:57 2008 -0600
29315
29316     85xx: Convert MPC8544 DS to new TLB setup
29317
29318     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29319
29320 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
29321 Author: Kumar Gala <galak@kernel.crashing.org>
29322 Date:   Wed Jan 16 22:38:34 2008 -0600
29323
29324     85xx: Reworked initial processor init
29325
29326     Reworked the initial processor initialzation sequence:
29327     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
29328     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
29329     * Reworked initial asm code to do most of the core init before TLBs
29330
29331     The main reasons for these changes are to allow handling of 36-bit phys
29332     addresses in the future and some of the issues that will exist when we
29333     do that.
29334
29335     There are a few caveats on what can be initialized via the LAW and TLB
29336     static tables:
29337     * TLB entry 14/15 can't be initialized via the TLB table
29338     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
29339       the code that is currently executing.
29340
29341     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29342
29343 commit 44a23cfd6360a68eaa41f945190618a55519eac3
29344 Author: Kumar Gala <galak@kernel.crashing.org>
29345 Date:   Wed Jan 16 22:33:22 2008 -0600
29346
29347     85xx: Introduce new tlb API
29348
29349     Add a set of functions to manipulate TLB entries:
29350      * set_tlb() - write a tlb entry
29351      * invalidate_tlb() - invalidate a tlb array
29352      * disable_tlb() - disable a variable size tlb entry
29353      * init_tlbs() - setup initial tlbs based on static table
29354
29355     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29356
29357 commit be88b1699863c262818f3af7f60173b4d48df8fc
29358 Author: Stefan Roese <sr@denx.de>
29359 Date:   Thu Jan 17 07:50:17 2008 +0100
29360
29361     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
29362
29363     Signed-off-by: Stefan Roese <sr@denx.de>
29364
29365 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
29366 Author: Kumar Gala <galak@kernel.crashing.org>
29367 Date:   Wed Jan 16 10:04:42 2008 -0600
29368
29369     85xx: Use proper defines for PCI addresses
29370
29371     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
29372     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
29373     be used for configuring the PCI ATMU.
29374
29375     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29376
29377 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
29378 Author: Kumar Gala <galak@kernel.crashing.org>
29379 Date:   Wed Jan 16 09:22:29 2008 -0600
29380
29381     85xx: Remove old style of LAW init
29382
29383     All boards are now using the new fsl_law code so we can drop the old version.
29384
29385     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29386
29387 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
29388 Author: Kumar Gala <galak@kernel.crashing.org>
29389 Date:   Wed Jan 16 09:15:29 2008 -0600
29390
29391     85xx: convert remaining 85xx boards over to use new LAW init code
29392
29393     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
29394     to use new LAW init code.
29395
29396     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29397
29398 commit 572b13afc42710f2957c382a710360429c0e099b
29399 Author: Kumar Gala <galak@kernel.crashing.org>
29400 Date:   Wed Jan 16 09:11:53 2008 -0600
29401
29402     85xx: convert STXGP3/STXSSA over to use new LAW init code
29403
29404     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29405
29406 commit 45f2166ac0233a9263058378f39612bd11f61196
29407 Author: Kumar Gala <galak@kernel.crashing.org>
29408 Date:   Wed Jan 16 09:06:48 2008 -0600
29409
29410     85xx: convert PM854/PM856 over to use new LAW init code
29411
29412     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29413
29414 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
29415 Author: Kumar Gala <galak@kernel.crashing.org>
29416 Date:   Wed Jan 16 09:05:27 2008 -0600
29417
29418     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
29419
29420     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29421
29422 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
29423 Author: Kumar Gala <galak@kernel.crashing.org>
29424 Date:   Wed Jan 16 01:45:10 2008 -0600
29425
29426     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
29427
29428     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29429
29430 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
29431 Author: Kumar Gala <galak@kernel.crashing.org>
29432 Date:   Wed Jan 16 01:32:06 2008 -0600
29433
29434     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
29435
29436     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29437
29438 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
29439 Author: Kumar Gala <galak@kernel.crashing.org>
29440 Date:   Wed Jan 16 01:16:16 2008 -0600
29441
29442     85xx: convert MPC8544 DS over to use new LAW init code
29443
29444     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29445
29446 commit 83d40dfd79fe868796275802f60116d84b9e4395
29447 Author: Kumar Gala <galak@kernel.crashing.org>
29448 Date:   Wed Jan 16 01:13:58 2008 -0600
29449
29450     85xx: Move LAW init code into C
29451
29452     Move the initialization of the LAWs into C code and provide an API
29453     to allow modification of LAWs after init.
29454
29455     Board code is responsible to provide a law_table and num_law_entries.
29456
29457     We should be able to use the same code on 86xx as well.
29458
29459     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29460
29461 commit bed8ce838a609aaab136d43b25e6df2a520bc854
29462 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29463 Date:   Sat Dec 22 15:03:12 2007 +0100
29464
29465     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
29466
29467     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29468
29469 commit 0764c164fed6277d359cf132d55187ea34290114
29470 Author: Vlad Lungu <vlad@comsys.ro>
29471 Date:   Wed Jan 16 19:27:51 2008 +0200
29472
29473     MIPS:Target support for qemu -M mips
29474
29475     With serial, NE2000, IDE support. Tested in big-endian mode.
29476     Memory size hard-coded to 128M for now, so don't play with
29477     the -m option.
29478
29479     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
29480
29481 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
29482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29483 Date:   Fri Jan 11 00:01:37 2008 +0100
29484
29485     Fix nfs command help to reflect that the serverip is optional
29486
29487     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29488     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29489
29490 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
29491 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29492 Date:   Mon Dec 10 22:32:14 2007 +0100
29493
29494     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
29495
29496     and move is_valid_ether_addr board file
29497
29498     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29499     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29500
29501 commit c2f896b8fc4722e36915903e1942e138e68ce804
29502 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29503 Date:   Wed Jan 16 16:13:31 2008 +0900
29504
29505     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
29506
29507     rx_status on the memory is basically in LE, but needs to be handled in CPU
29508     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
29509     it'll work fine.
29510
29511     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29512     Cc: Masami Komiya <mkomiya@sonare.it>
29513     Cc: Lucas Jin <lucasjin@gmail.com>
29514     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29515
29516 commit 96a236746fe6a7b84802afb4ed31536696d34812
29517 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29518 Date:   Wed Jan 16 16:12:26 2008 +0900
29519
29520     drivers/net/rtl8139.c: Fix cache coherency issues
29521
29522     Current driver is meant for cache coherent systems. This patch adds
29523     flush_cache() routines to support cache non-coherent systems.
29524
29525     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29526     Cc: Masami Komiya <mkomiya@sonare.it>
29527     Cc: Lucas Jin <lucasjin@gmail.com>
29528     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29529
29530 commit d1276c76c1e2b5035296689280ba1acb2c425104
29531 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29532 Date:   Wed Jan 16 16:11:14 2008 +0900
29533
29534     drivers/net/rtl8139.c: Fix tx timeout
29535
29536     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
29537     does, the condition "(currticks() < to)" becomes invalid and immediately
29538     leads to tx timeout error. This patch introduces the fine-graded udely(10)
29539     loops to ease the impact of wrapping around.
29540
29541     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29542     Cc: Masami Komiya <mkomiya@sonare.it>
29543     Cc: Lucas Jin <lucasjin@gmail.com>
29544     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29545
29546 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
29547 Author: Dave Liu <r63238@freescale.com>
29548 Date:   Fri Jan 11 18:45:28 2008 +0800
29549
29550     TSEC: Add the support for RealTek RTL8211B PHY
29551
29552     Add the support of RealTek RTL8211B PHY, the RTL8211B
29553     PHY only supports RGMII and MII mode.
29554
29555     Signed-off-by: Dave Liu <daveliu@freescale.com>
29556     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29557
29558 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
29559 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29560 Date:   Wed Jan 16 09:40:41 2008 +0100
29561
29562     Remove annoying debug printout for PHY less boards.
29563
29564     PHY less board prints out lots of "read wrong ...":
29565     read wrong value : mii_id 3,mii_reg 2, base e0102320
29566     read wrong value : mii_id 3,mii_reg 3, base e0102320
29567     UEC: PHY is Generic MII (ffffffff)
29568     read wrong value : mii_id 3,mii_reg 4, base e0102320
29569     read wrong value : mii_id 3,mii_reg 0, base e0102320
29570     read wrong value : mii_id 3,mii_reg 1, base e0102320
29571     read wrong value : mii_id 3,mii_reg 1, base e0102320
29572     read wrong value : mii_id 3,mii_reg 5, base e0102320
29573     read wrong value : mii_id 3,mii_reg 1, base e0102320
29574     read wrong value : mii_id 3,mii_reg 1, base e0102320
29575     read wrong value : mii_id 3,mii_reg 5, base e0102320
29576     FSL UEC0: Full Duplex
29577     FSL UEC0: Speed 100BT
29578     FSL UEC0: Link is up
29579     Using FSL UEC0 device
29580
29581     Make this printout depend on UEC_VERBOSE_DEBUG and
29582     remove its definition in uec_phy.c
29583
29584     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29585     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29586
29587 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
29588 Author: Kim Phillips <kim.phillips@freescale.com>
29589 Date:   Tue Jan 15 14:11:00 2008 -0600
29590
29591     net: reduce boot latency on QE UEC based boards
29592
29593     actually polling for PHY autonegotiation to finish enables us to remove the
29594     5 second boot prompt latency present on QE based boards.
29595
29596     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
29597     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
29598     code shamelessly stolen from tsec driver.
29599
29600     also rm unused CONFIG_RMII_MODE code.
29601
29602     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29603     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29604     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29605
29606 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
29607 Author: michael.firth@bt.com <michael.firth@bt.com>
29608 Date:   Wed Jan 16 11:40:51 2008 +0000
29609
29610     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
29611
29612     The current TSEC driver limits MDIO access to the devices that have been configured as attached
29613     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
29614
29615     Signed-off-by: Michael Firth <michael.firth@bt.com>
29616     Acked-by: Andy Fleming <afleming@freescale.com>
29617     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29618
29619 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
29620 Author: Kim Phillips <kim.phillips@freescale.com>
29621 Date:   Wed Jan 16 00:38:05 2008 -0600
29622
29623     Add support for the MPC837xERDB
29624
29625     MPC837xERDB board support includes:
29626     * DDR2 330MHz hardcoded (soldered on the board)
29627     * Local Bus NOR Flash
29628     * I2C, UART and RTC
29629     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
29630     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
29631     *                  load)
29632
29633     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
29634     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
29635     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29636
29637 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
29638 Author: Kim Phillips <kim.phillips@freescale.com>
29639 Date:   Wed Jan 16 12:06:16 2008 -0600
29640
29641     mpc83xx: add support for more system clock performance controls
29642
29643     System registers that are modified are the Arbiter Configuration
29644     Register (ACR), the System Priority Control Register (SPCR), and the
29645     System Clock Configuration Register (SCCR).
29646
29647     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
29648     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
29649     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29650
29651 commit 16c3cde050e2d243e62b37486f1558570787beb8
29652 Author: James Yang <james.yang@freescale.com>
29653 Date:   Wed Jan 16 11:58:08 2008 -0600
29654
29655     FSL: Generalize PIXIS reset command parsing.
29656
29657     Before, the order of arguments to the pixis_reset
29658     command needed to be supplied in a hard-coded order.
29659     Generalize the command parsing to allow any order.
29660
29661     Signed-off-by: James Yang <james.yang@freescale.com>
29662     Acked-by: Jon Loeliger <jdl@freescale.com>
29663
29664 commit ad8f8687b78c3e917b173f038926695383c55555
29665 Author: Jon Loeliger <jdl@freescale.com>
29666 Date:   Tue Jan 15 13:42:41 2008 -0600
29667
29668     FSL: Convert board/freescale/common/Makefile to use CONFIG_
29669
29670     Convert the board/freescale/common/Makefile to use
29671     CONFIG_* options to select which files to conditionally
29672     compile into the board/freescale/common library rather
29673     than conditionally compiling entire files.
29674
29675     Now handles::
29676         CONFIG_FSL_PIXIS
29677         CONFIG_FSL_DIU_FB
29678         CONFIG_PQ_MDS_PIB
29679
29680     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
29681
29682     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29683
29684 commit 7c2221eb230372a9e537c4f6636b147b0909325f
29685 Author: Roy Zang <tie-fei.zang@freescale.com>
29686 Date:   Tue Jan 15 16:38:38 2008 +0800
29687
29688     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
29689
29690     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
29691     Remove unused ethernet CONFIG_ options.
29692
29693     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
29694     Acked-by: Jon Loeliger <jdl@freescale.com>
29695
29696 commit 711a7946277d2e29af481011e8635e9975c54e45
29697 Author: Kim Phillips <kim.phillips@freescale.com>
29698 Date:   Tue Jan 15 14:05:14 2008 -0600
29699
29700     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
29701
29702     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
29703
29704     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29705
29706 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
29707 Author: Kim Phillips <kim.phillips@freescale.com>
29708 Date:   Tue Jan 15 09:51:12 2008 -0600
29709
29710     mpc83xx: clean up mpc8360emds.c warnings
29711
29712     mpc8360emds.c: In function 'ft_board_setup':
29713     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
29714     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
29715     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
29716     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
29717     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
29718     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
29719
29720     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29721
29722 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
29723 Author: Kim Phillips <kim.phillips@freescale.com>
29724 Date:   Mon Jan 14 16:14:46 2008 -0600
29725
29726     mpc83xx: fix phy-connection-type fixup code
29727
29728     use tree passed to us in local blob, not global fdt.
29729
29730     Also use fdt_path_offset to convert to relative offset, since absolute
29731     reference is needed to check for rgmii-id mode string value.
29732
29733     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29734
29735 commit 2b4c952be7c4357a13e839d48df80853820c33eb
29736 Author: Kumar Gala <galak@kernel.crashing.org>
29737 Date:   Mon Jan 14 09:01:40 2008 -0600
29738
29739     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
29740
29741     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29742     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29743
29744 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
29745 Author: Poonam Aggrwal <b10812@freescale.com>
29746 Date:   Mon Jan 14 09:41:14 2008 +0530
29747
29748     Changes in uboot DDR configuration for MPC8313eRDB
29749
29750     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
29751     DDR configuration in u-boot code. Some are related to performance, some
29752     affect stability and some correct few basic errors in the current
29753     configuration.
29754
29755     The changes have been tested and found to give better memory latency
29756     figures on MPC8313eRDB.LMBench figures prove it.
29757
29758     The changes are:
29759
29760     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
29761       (this may improve performance for application with many read
29762       or write to open pages).
29763     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
29764       001 (activating all the CS when only one is used may cause
29765       unwanted noise on the system)
29766
29767     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
29768       Tras=45ns)
29769     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
29770
29771     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
29772       comply with the 3 ODT clk requirements)
29773     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
29774     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
29775
29776     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
29777     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
29778
29779     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
29780     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
29781
29782     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
29783     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
29784
29785     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
29786     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
29787     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
29788     Cc: Josep P J <PJ.Joseph@freescale.com>
29789     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29790
29791 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
29792 Author: Jerry Van Baren <gvb.uboot@gmail.com>
29793 Date:   Sat Jan 12 13:24:14 2008 -0500
29794
29795     Enable the isdram command on the MPC8360EMDS board
29796
29797     The isdram command prints out decoded information the "serial presence
29798     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
29799     debugging memory configuration problems.
29800
29801     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
29802     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29803
29804 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
29805 Author: Dave Liu <r63238@freescale.com>
29806 Date:   Fri Jan 11 18:48:24 2008 +0800
29807
29808     mpc83xx: Add the support for MPC8315ERDB board
29809
29810     The features list:
29811     - Boot from NOR Flash
29812     - DDR2 266MHz hardcoded configuration
29813     - Local bus NOR Flash R/W operation
29814     - I2C, UART, MII and RTC
29815     - eTSEC0/1 support
29816     - PCI host
29817
29818     Signed-off-by: Dave Liu <daveliu@freescale.com>
29819     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29820
29821 commit b05884efa614e4d8a9413158fc228e0dc02ab704
29822 Author: Dave Liu <r63238@freescale.com>
29823 Date:   Fri Jan 11 18:46:50 2008 +0800
29824
29825     mpc83xx: Add config of eTSEC emergency priority in SPCR
29826
29827     The TSEC emergency priority definition of 831x/837x
29828     is different than the definition of 834x in SPCR register.
29829
29830     Add the other config of TSEC emergency priority into
29831     cpu_init.c
29832
29833     Signed-off-by: Dave Liu <daveliu@freescale.com>
29834     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29835
29836 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
29837 Author: Dave Liu <r63238@freescale.com>
29838 Date:   Fri Jan 11 18:42:19 2008 +0800
29839
29840     mpc83xx: Remove cache config from MPC8360ERDK.h
29841
29842     The MPC8360ERDK board support patch is added before
29843     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
29844     so, miss clean up it.
29845
29846     The patch clean up the miss cache config.
29847
29848     Signed-off-by: Dave Liu <daveliu@freescale.com>
29849     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29850
29851 commit cd9d23053d435c08fc8695017b5cb9003fcda786
29852 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
29853 Date:   Mon Jan 14 23:09:32 2008 +0300
29854
29855     nand: FSL UPM NAND driver
29856
29857     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
29858
29859 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
29860 Author: Kyungmin Park <kmpark@infradead.org>
29861 Date:   Tue Jan 15 08:59:44 2008 +0900
29862
29863     OneNAND: Separate U-Boot dependent code from OneNAND
29864
29865     OneNAND: Separate U-Boot dependent code from OneNAND
29866
29867     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
29868
29869 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
29870 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29871 Date:   Wed Jan 16 10:33:46 2008 +0100
29872
29873     ppc4xx: Sequoia coding style cleanup and beautification
29874
29875     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29876
29877 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
29878 Author: Larry Johnson <lrj@acm.org>
29879 Date:   Tue Jan 15 14:35:58 2008 -0500
29880
29881     ppc4xx: Refactor ECC POST for AMCC Denali core
29882
29883     The ECC POST reported intermittent failures running after power-up on
29884     the Korat PPC440EPx board.  Even when the test passed, the debugging
29885     output occasionally reported additional unexpected ECC errors.
29886
29887     This refactoring has three main objectives: (1) minimize the code
29888     executed with ECC enabled during the tests, (2) add more checking of the
29889     results so any unexpected ECC errors would cause the test to fail, and
29890     (3) use synchronization (only) where required by the processor.
29891
29892     Signed-off-by: Larry Johnson <lrj@acm.org>
29893
29894 commit 2465665b73ac2f688af945b1ed510752afa816a4
29895 Author: David Saada <David.Saada@ecitele.com>
29896 Date:   Tue Jan 15 10:40:24 2008 +0200
29897
29898     QE UEC: Extend number of supported UECs to 4
29899
29900     This patch extends the number of supported UECs to 4. Note that the
29901     problem of QE thread resources exhaustion is resolved by setting the
29902     correct number of QE threads according to Ethernet type (GBE or FE).
29903
29904     Signed-off-by: David Saada <david.saada@ecitele.com>
29905     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29906
29907 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
29908 Author: Wolfgang Denk <wd@denx.de>
29909 Date:   Wed Jan 16 00:01:01 2008 +0100
29910
29911     LWMON5: enable hush shell as command line parser
29912
29913     Signed-off-by: Wolfgang Denk <wd@denx.de>
29914
29915 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
29916 Author: Wolfgang Denk <wd@denx.de>
29917 Date:   Tue Jan 15 17:22:28 2008 +0100
29918
29919     ADS5121: disable watchdog; enable image timestamps
29920
29921     Signed-off-by: Wolfgang Denk <wd@denx.de>
29922
29923 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
29924 Author: Wolfgang Denk <wd@denx.de>
29925 Date:   Tue Jan 15 17:21:28 2008 +0100
29926
29927     TK885D: fixes for bigger flash sector sizes on new modules;
29928     adjust default environment;
29929     disable SCC ethernet (not used on this board).
29930
29931     Signed-off-by: Wolfgang Denk <wd@denx.de>
29932
29933 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
29934 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29935 Date:   Tue Jan 15 17:48:13 2008 +0900
29936
29937     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
29938
29939     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29940
29941 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
29942 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29943 Date:   Tue Jan 15 23:25:25 2008 +0900
29944
29945     sh: Add support SH7710/SH7712
29946
29947     SH7710/SH7712 of SH3 CPU are supported.
29948     SH771X is called SH-Ether, and has the Ether controller in CPU.
29949     The driver of Ether is not included in this patch.
29950
29951     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29952
29953 commit 63a11be68306870e04d3851ed9fa41955cdf4894
29954 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29955 Date:   Tue Jan 15 23:06:17 2008 +0900
29956
29957     sh: Add support of map_physmem() and unmap_physmem() to SuperH
29958
29959     This patch add the support of map_physmem() and unmap_physmem()
29960     used with Common Flash Interface(CFI) driver.
29961
29962     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29963
29964 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
29965 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29966 Date:   Wed Jan 9 14:42:27 2008 +0900
29967
29968     sh: Add maintainer of MS7720SE to the MAINTAINER file
29969
29970     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29971
29972 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
29973 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29974 Date:   Wed Jan 9 14:39:58 2008 +0900
29975
29976     sh: Fix board name in MS7720SE's config.mk
29977
29978     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29979
29980 commit c0a04d93734d768b39dbb72fb501b65614c8615d
29981 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29982 Date:   Wed Jan 9 14:37:36 2008 +0900
29983
29984     sh: Add MS7720SE to MAKEALL
29985
29986     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29987
29988 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
29989 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29990 Date:   Mon Dec 3 22:58:50 2007 +0900
29991
29992     sh: Add support for MS7720RP02 board
29993
29994     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29995     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29996     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29997
29998 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
29999 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30000 Date:   Wed Jan 9 14:30:02 2008 +0900
30001
30002     sh: Add support for SH7720 in serial_sh driver.
30003
30004     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30005     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30006     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30007
30008 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
30009 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30010 Date:   Mon Dec 3 22:58:45 2007 +0900
30011
30012     sh: Add support SH3 and SH7720
30013
30014     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30015     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30016     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30017
30018 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
30019 Author: Stefan Roese <sr@denx.de>
30020 Date:   Tue Jan 15 10:11:02 2008 +0100
30021
30022     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
30023
30024     Signed-off-by: Stefan Roese <sr@denx.de>
30025
30026 commit 17bef68097ab3692500a36fb31115bff7910aa99
30027 Author: Niklaus Giger <niklausgiger@gmx.ch>
30028 Date:   Mon Jan 14 14:04:42 2008 +0100
30029
30030     ppc_4xx: Fix post spr.c for PPC405
30031
30032     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
30033     for PPC440 and derivates processor.
30034
30035     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30036
30037 commit 06c428bcd4413014b43236e77765022071424fa6
30038 Author: Dave Liu <r63238@freescale.com>
30039 Date:   Mon Jan 14 11:12:01 2008 +0800
30040
30041     QE: fix compile warning
30042
30043     qe.c: In function 'qe_upload_firmware':
30044     qe.c:390: warning: pointer targets in passing argument 2
30045     uec.c: In function 'uec_initialize':
30046     uec.c:1236: warning: 'uec_info' may be used uninitialized
30047
30048     Signed-off-by: Dave Liu <daveliu@freescale.com>
30049
30050 commit a0dd99d51efa55fe023e19c97ead92683725eb11
30051 Author: Stefan Roese <sr@denx.de>
30052 Date:   Mon Jan 14 10:05:05 2008 +0100
30053
30054     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
30055
30056     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
30057     to remove the USB PHY reset after powerup. The CPLD will keep the
30058     USB PHY in reset (active low) until the bit is set to 1 in
30059     board_early_init_f().
30060
30061     Signed-off-by: Stefan Roese <sr@denx.de>
30062
30063 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
30064 Author: Wolfgang Denk <wd@denx.de>
30065 Date:   Sun Jan 13 23:26:45 2008 +0100
30066
30067     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
30068
30069     Signed-off-by: Wolfgang Denk <wd@denx.de>
30070
30071 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
30072 Author: Wolfgang Denk <wd@denx.de>
30073 Date:   Sun Jan 13 23:37:50 2008 +0100
30074
30075     ADS5121: Fix typo in ads5121.c, adjust default environment
30076
30077     Signed-off-by: Wolfgang Denk <wd@denx.de>
30078
30079 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
30080 Author: John Rigby <jrigby@freescale.com>
30081 Date:   Fri Aug 24 18:18:43 2007 -0600
30082
30083     ADS5121: MAX slew rate for PATA pins
30084
30085     Signed-off-by: John Rigby <jrigby@freescale.com>
30086
30087 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
30088 Author: Wolfgang Denk <wd@denx.de>
30089 Date:   Sun Jan 13 21:05:52 2008 +0100
30090
30091     Fix Makefile dependency problem with parallel builds.
30092
30093     Signed-off-by: Wolfgang Denk <wd@denx.de>
30094
30095 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
30096 Author: Wolfgang Denk <wd@denx.de>
30097 Date:   Sun Jan 13 19:51:39 2008 +0100
30098
30099     MPC8544DS: fix board Makefile for silent build (with -s)
30100
30101     Signed-off-by: Wolfgang Denk <wd@denx.de>
30102
30103 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
30104 Author: Wolfgang Denk <wd@denx.de>
30105 Date:   Sun Jan 13 16:44:08 2008 +0100
30106
30107     PMC440 board: fix board Makefile for out-of-tree building
30108
30109     Signed-off-by: Wolfgang Denk <wd@denx.de>
30110
30111 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
30112 Author: Wolfgang Denk <wd@denx.de>
30113 Date:   Sun Jan 13 16:07:44 2008 +0100
30114
30115     Makalu: fix compile warning
30116
30117     Signed-off-by: Wolfgang Denk <wd@denx.de>
30118
30119 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
30120 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30121 Date:   Sun Jan 13 12:36:12 2008 +0100
30122
30123     cmd_nand : fix compiler warning.
30124
30125     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30126
30127 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
30128 Author: Michael Schwingen <rincewind@discworld.dascon.de>
30129 Date:   Sat Jan 12 20:29:47 2008 +0100
30130
30131     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
30132
30133     Signed-off-by: Michael Schwingen <michael@schwingen.org>
30134     Acked-by: Stefan Roese <sr@denx.de>
30135
30136 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
30137 Author: Wolfgang Denk <wd@denx.de>
30138 Date:   Sun Jan 13 02:19:44 2008 +0100
30139
30140     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
30141
30142     Signed-off-by: Wolfgang Denk <wd@denx.de>
30143
30144 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
30145 Author: Wolfgang Denk <wd@denx.de>
30146 Date:   Sun Jan 13 02:19:13 2008 +0100
30147
30148     MPC8xx FEC driver: fix compiler warning.
30149
30150     Signed-off-by: Wolfgang Denk <wd@denx.de>
30151
30152 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
30153 Author: Wolfgang Denk <wd@denx.de>
30154 Date:   Sun Jan 13 00:59:21 2008 +0100
30155
30156     Fix Makefile dependencies issues; allow silent build
30157
30158     - get rid of "version" target whichdidn't really work
30159     - make autoconf.mk depend on version_autogenerated.h to make sure
30160       to rebuild files as needed
30161     - add XECHO macro to allow for silent build using "make -s"
30162
30163     Signed-off-by: Wolfgang Denk <wd@denx.de>
30164
30165 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
30166 Author: Wolfgang Denk <wd@denx.de>
30167 Date:   Sun Jan 13 00:55:47 2008 +0100
30168
30169     ADS5121e: fix compile warning
30170
30171     Signed-off-by: Wolfgang Denk <wd@denx.de>
30172
30173 commit f2b6f4610627fe3d607620e25082916a01538875
30174 Author: Wolfgang Denk <wd@denx.de>
30175 Date:   Sun Jan 13 00:55:18 2008 +0100
30176
30177     MUNICes: fix board Makefile for remote build directory
30178
30179     Signed-off-by: Wolfgang Denk <wd@denx.de>
30180
30181 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
30182 Author: Oliver Weber <almoeli@gmx.de>
30183 Date:   Wed Jan 9 17:04:38 2008 +0100
30184
30185     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
30186
30187     Signed-off-by: Oliver Weber <almoeli@gmx.de>
30188
30189 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
30190 Author: Andreas Engel <andreas.engel@ericsson.com>
30191 Date:   Wed Jan 9 17:10:56 2008 +0100
30192
30193     Make bootretry work when command line editing is enabled
30194
30195     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
30196     This patch fixes the problem.
30197
30198     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
30199
30200 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
30201 Author: Larry Johnson <lrj@acm.org>
30202 Date:   Fri Jan 11 23:26:18 2008 -0500
30203
30204     Refactor code for "i2c sdram" command
30205
30206     Signed-off-by: Larry Johnson <lrj@acm.org>
30207
30208 commit 0df6b8446c4721b91ce311548114891130371083
30209 Author: Larry Johnson <lrj@acm.org>
30210 Date:   Thu Jan 10 22:23:39 2008 -0500
30211
30212     Fix "i2c sdram" command for DDR2 DIMMs
30213
30214     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
30215     "i2c sdram" command.  This patch provides correct alternative
30216     interpretations when DDR2 memory is detected.
30217
30218     Signed-off-by: Larry Johnson <lrj@acm.org>
30219
30220 commit 64134f011254123618798ff77c42ba196b2ec485
30221 Author: Wolfgang Denk <wd@denx.de>
30222 Date:   Sat Jan 12 20:31:39 2008 +0100
30223
30224     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
30225
30226     With recent toolchain versions, some boards would not build because
30227     or errors like this one (here for ocotea board when building with
30228     ELDK 4.2 beta):
30229     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
30230
30231     For many boards, the .bss section is big enough that it wraps around
30232     at the end of the address space (0xFFFFFFFF), so the problem will not
30233     be visible unless you use a 64 bit tool chain for development. On
30234     some boards however, changes to the code size (due to different
30235     optimizations) we bail out with section overlaps like above.
30236
30237     The fix is to add the NOLOAD attribute to the .bss and .sbss
30238     sections, telling the linker that .bss does not consume any space in
30239     the image.
30240
30241     Signed-off-by: Wolfgang Denk <wd@denx.de>
30242
30243 commit 3afac79ec27b91df185f090b31dad9620779f440
30244 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30245 Date:   Fri Jan 11 20:42:58 2008 -0600
30246
30247     USB: Add Philips 1561 PCI-OHCI ids
30248     (needed for M5475EVB)
30249
30250     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
30251
30252 commit 5e8def6731cd7bec74bff42a16b139de04010353
30253 Author: Wolfgang Denk <wd@denx.de>
30254 Date:   Sat Jan 12 15:51:34 2008 +0100
30255
30256     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
30257     boards.
30258
30259     Signed-off-by: Heiko Schocher <hs@denx.de>
30260     Signed-off-by: Wolfgang Denk <wd@denx.de>
30261
30262 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
30263 Author: Grzegorz Bernacki <gjb@semihalf.com>
30264 Date:   Fri Jan 11 12:03:43 2008 +0100
30265
30266     MPC512X: Cleanup bus clock names.
30267
30268     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30269
30270 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
30271 Author: Grzegorz Bernacki <gjb@semihalf.com>
30272 Date:   Tue Jan 8 17:16:59 2008 +0100
30273
30274     MPC512X: Fixed typo in macro name.
30275
30276     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30277
30278 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
30279 Author: Grzegorz Bernacki <gjb@semihalf.com>
30280 Date:   Tue Jan 8 17:16:15 2008 +0100
30281
30282     ads5121: Added support for FDT.
30283
30284     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30285
30286 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
30287 Author: Wolfgang Denk <wd@denx.de>
30288 Date:   Sat Jan 12 01:05:50 2008 +0100
30289
30290     Coding Style cleanup; update CHANGELOG.
30291
30292     Signed-off-by: Wolfgang Denk <wd@denx.de>
30293
30294 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
30295 Author: Heiko Schocher <hs@denx.de>
30296 Date:   Fri Jan 11 15:15:17 2008 +0100
30297
30298     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
30299
30300     Signed-off-by: Timur Tabi <timur@freescale.com>
30301     Signed-off-by: Heiko Schocher <hs@denx.de>
30302
30303 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
30304 Author: Heiko Schocher <hs@denx.de>
30305 Date:   Fri Jan 11 15:15:16 2008 +0100
30306
30307     MUNICes: Set the right CFG_DEFAULT_MBAR value.
30308
30309     Signed-off-by: Heiko Schocher <hs@denx.de>
30310
30311 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
30312 Author: Heiko Schocher <hs@denx.de>
30313 Date:   Fri Jan 11 15:15:15 2008 +0100
30314
30315     added the config File for the MUNICes board.
30316
30317     Signed-off-by: Heiko Schocher <hs@denx.de>
30318
30319 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
30320 Author: Heiko Schocher <hs@denx.de>
30321 Date:   Fri Jan 11 15:15:14 2008 +0100
30322
30323     added basic support for the MUNICes board.
30324
30325     Signed-off-by: Heiko Schocher <hs@denx.de>
30326
30327 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
30328 Author: Wolfgang Denk <wd@denx.de>
30329 Date:   Sat Jan 12 00:39:37 2008 +0100
30330
30331     Update CHANGELOG and MAINTAINERS files.
30332
30333     Signed-off-by: Wolfgang Denk <wd@denx.de>
30334
30335 commit 5ba7390c3cb579172be66888a371707b47b5be4e
30336 Author: Anatolij Gustschin <agust@denx.de>
30337 Date:   Fri Jan 11 02:15:02 2008 +0100
30338
30339     Fix compilation problem in common/cmd_bmp.c
30340
30341     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
30342     isn't defined. This patch fix this.
30343
30344     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30345
30346 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
30347 Author: Heiko Schocher <hs@denx.de>
30348 Date:   Fri Jan 11 01:12:09 2008 +0100
30349
30350     Fix defaultconfig for the mgcoge board.
30351
30352     Signed-off-by: Heiko Schocher <hs@denx.de>
30353
30354 commit ac9db066b26935f31bff15c98168b19faeb603f3
30355 Author: Heiko Schocher <hs@denx.de>
30356 Date:   Fri Jan 11 01:12:08 2008 +0100
30357
30358     Added support for the mgcoge board from keymile.
30359
30360     Signed-off-by: Heiko Schocher <hs@denx.de>
30361
30362 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
30363 Author: Heiko Schocher <hs@denx.de>
30364 Date:   Fri Jan 11 01:12:07 2008 +0100
30365
30366     Enable SMC microcode relocation patch for SMC1.
30367
30368     Signed-off-by: Heiko Schocher <hs@denx.de>
30369
30370 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
30371 Author: Heiko Schocher <hs@denx.de>
30372 Date:   Fri Jan 11 01:12:06 2008 +0100
30373
30374     Added support for the mgsuvd board from keymile.
30375
30376     Signed-off-by: Heiko Schocher <hs@denx.de>
30377
30378 commit bf05293973b348f6946c9df92cd3c65ece42d0be
30379 Author: James Yang <james.yang@freescale.com>
30380 Date:   Thu Jan 10 16:02:07 2008 -0600
30381
30382     Fix 64-bit vsprintf.
30383
30384     There were some size and unsigned problems.
30385     Also add support for "ll" size modifier in format string like glibc
30386
30387     Signed-off-by: James Yang <James.Yang@freescale.com>
30388     Acked-by: Jon Loeliger <jdl@freescale.com>
30389
30390 commit 92fa37eac530860643afa26ae347af3d23d67309
30391 Author: Larry Johnson <lrj@acm.org>
30392 Date:   Wed Jan 9 12:42:35 2008 -0500
30393
30394     Remove superfluous preprocessor conditionals from LM73 driver
30395
30396     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
30397
30398     (2) Use conditional Makefile.o.
30399
30400     Signed-off-by: Larry Johnson <lrj@acm.org>
30401
30402 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
30403 Author: Guennadi Liakhovetski <lg@denx.de>
30404 Date:   Thu Jan 10 17:59:07 2008 +0100
30405
30406     Add support for the TK885D baseboard from TELE-DATA
30407
30408     The TK885D board uses a TQM885D module from TQ, this port adds an
30409     own configuration file and adds a last_stage_init() method to
30410     configure the two PHYs, depending on the phy_auto_nego environment
30411     variable.
30412
30413     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30414
30415 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
30416 Author: Kumar Gala <galak@kernel.crashing.org>
30417 Date:   Thu Jan 10 02:22:05 2008 -0600
30418
30419     Fix compiler warning
30420
30421     main.c: In function 'readline_into_buffer':
30422     main.c:927: warning: unused variable 'p_buf'
30423
30424     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30425
30426 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
30427 Author: Anatolij Gustschin <agust@denx.de>
30428 Date:   Fri Jan 11 14:30:01 2008 +0100
30429
30430     Add Fujitsu CoralP/Lime video driver
30431
30432     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30433     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
30434
30435 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
30436 Author: Anatolij Gustschin <agust@denx.de>
30437 Date:   Fri Jan 11 02:39:47 2008 +0100
30438
30439     Fix video console newline and carriage return handling
30440
30441     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
30442     are not displayed correctly. This is an attempt to fix
30443     this issue. Also add carriage return handling.
30444
30445     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30446     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
30447
30448 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
30449 Author: Stefan Roese <sr@denx.de>
30450 Date:   Fri Jan 11 15:53:58 2008 +0100
30451
30452     ppc4xx: Fix sdram init on Sequoia boards
30453
30454     Clear possible errors in MCSR resulting from data-eye-search.
30455     If not done, then we could get an interrupt later on when
30456     exceptions are enabled.
30457
30458     Signed-off-by: Stefan Roese <sr@denx.de>
30459
30460 commit d610a60730b7464f6f659db49d264d89a7c71061
30461 Author: Anatolij Gustschin <agust@denx.de>
30462 Date:   Fri Jan 11 15:31:09 2008 +0100
30463
30464     ppc4xx: Rework Lime support for lwmon5
30465
30466     Rework Lime support for lwmon5 using new video driver
30467
30468     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30469
30470 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
30471 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30472 Date:   Fri Jan 11 14:55:16 2008 +0100
30473
30474     ppc4xx: Update PMC440 config file
30475
30476     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30477
30478 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
30479 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30480 Date:   Fri Jan 11 14:55:08 2008 +0100
30481
30482     ppx4xx: Fix sdram init on PMC440 boards
30483
30484     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30485
30486 commit 061aad4d320dddce26247699dcf2875ee2ea1366
30487 Author: Dave Liu <r63238@freescale.com>
30488 Date:   Thu Jan 10 23:09:33 2008 +0800
30489
30490     mpc83xx: Fix the bug of 266MHz data rate DDR
30491
30492     The DDR doesn't work on the 266MHz data rate,
30493     the patch fix the bug.
30494
30495     Signed-off-by: Dave Liu <daveliu@freescale.com>
30496     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30497
30498 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
30499 Author: Dave Liu <r63238@freescale.com>
30500 Date:   Thu Jan 10 23:08:26 2008 +0800
30501
30502     mpc83xx: Make the code more readable
30503
30504     Format the code, make it more readable
30505
30506     Signed-off-by: Dave Liu <daveliu@freescale.com>
30507     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30508
30509 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
30510 Author: Dave Liu <r63238@freescale.com>
30511 Date:   Thu Jan 10 23:07:23 2008 +0800
30512
30513     mpc83xx: Reduce the latency of DDR
30514
30515     Reduce the AL from 2 to 1 clock to improve the performance.
30516
30517     Signed-off-by: Dave Liu <daveliu@freescale.com>
30518     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30519
30520 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
30521 Author: Dave Liu <r63238@freescale.com>
30522 Date:   Thu Jan 10 23:06:05 2008 +0800
30523
30524     mpc83xx: Fix the wrong definition of MPC8315E
30525
30526     According to the latest user manual of MPC8315E,
30527     1) The SVCOD of HRCWL is different than 837x
30528     2) The SCCR has changes
30529
30530     Signed-off-by: Dave Liu <daveliu@freescale.com>
30531     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30532
30533 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
30534 Author: Dave Liu <r63238@freescale.com>
30535 Date:   Thu Jan 10 23:05:00 2008 +0800
30536
30537     mpc83xx: Fix the typo in mpc83xx.h
30538
30539     The SPCR about TSEC priority is wrong.
30540
30541     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
30542     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
30543     Signed-off-by: Dave Liu <daveliu@freescale.com>
30544     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30545
30546 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
30547 Author: Dave Liu <r63238@freescale.com>
30548 Date:   Thu Jan 10 23:04:13 2008 +0800
30549
30550     mpc83xx: Fix the typo in global data struct
30551
30552     Fix the typo in global_data.h
30553
30554     Signed-off-by: Dave Liu <daveliu@freescale.com>
30555     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30556
30557 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
30558 Author: Dave Liu <r63238@freescale.com>
30559 Date:   Thu Jan 10 23:03:03 2008 +0800
30560
30561     mpc83xx: Remove cache config from config.h
30562
30563     clean up the cache config from configs.h of board
30564
30565     Signed-off-by: Dave Liu <daveliu@freescale.com>
30566     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30567
30568 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
30569 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30570 Date:   Wed Jan 9 20:57:47 2008 +0300
30571
30572     mpc83xx: add support for the MPC8360E-RDK
30573
30574     This is MPC8360E based board with:
30575     - 256MB fixed SDRAM;
30576     - 8MB Intel Strata NOR flash;
30577     - StMICRO 64MiB NAND flash;
30578     - two 10/100/1000 ethernet ports connected via Broadcom
30579       BCM5481 PHYs;
30580     - two 10/100 ethernet ports connected via National
30581       DP83848 PHYs;
30582     - one PCI and one miniPCI slots;
30583     - four serial ports (two NS16550-compatible, two UCCs);
30584     - four USB ports working through MPC8360E "FHCI" USB controller;
30585     - Fujitsu MB86277 graphics controller;
30586     - Analog to Digital Converter/Touchscreen controller, AD7843
30587       connected to SPI.
30588
30589     Features not supported in this patch are:
30590     - StMICRO 64MiB NAND flash (patch sent);
30591     - MINT framebuffer initialization (patch is pending);
30592     - Fetching production information from the EEPROM via I2C;
30593     - FHCI USB;
30594     - Two slow UCCs used as RS-485 UARTs.
30595
30596     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30597     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30598
30599 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
30600 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30601 Date:   Wed Jan 9 20:57:40 2008 +0300
30602
30603     mpc83xx: add "fsl, qe" compatible fixups
30604
30605     New device trees will use "fsl,qe" compatible properties.
30606
30607     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30608     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30609
30610 commit 977b57583a7c34010e566a09a679ec3c1836f996
30611 Author: Kim Phillips <kim.phillips@freescale.com>
30612 Date:   Wed Jan 9 15:24:06 2008 -0600
30613
30614     mpc83xx: add missing CONFIG_HAS_ETH0 defines
30615
30616     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
30617     is defined; add the define to the missing board configs.
30618
30619     Thanks to Emilian Medve for finding this.
30620
30621     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30622
30623 commit b830b7f1635984ba607219fcbd78597c28eeb529
30624 Author: Becky Bruce <bgill@freescale.com>
30625 Date:   Thu Jan 10 14:00:28 2008 -0600
30626
30627     86xx: Support 2GB DIMMs
30628
30629     Configure the number of bits used to address the banks inside the SDRAM
30630     device.  The default register value of 0 means 2 bits to address 4 banks.
30631     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
30632
30633     Signed-off-by: Becky Bruce <bgill@freescale.com>
30634
30635 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
30636 Author: Niklaus Giger <niklausgiger@gmx.ch>
30637 Date:   Thu Jan 10 18:50:33 2008 +0100
30638
30639     ppc4xx: Make Sequoia boot vxWorks
30640
30641     vxWorks expects in
30642     TLB 0 a entry for the Machine Check interrupt
30643     TLB 1 a entry for the RAM
30644     TLB 2 a entry for the EBC
30645     TLB 3 a entry for the boot flash
30646
30647     After changing the baudrate to 9600 I had no problems to boot the
30648     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
30649     June 18, 2007)
30650
30651     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30652
30653 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
30654 Author: Larry Johnson <lrj@arlinx.com>
30655 Date:   Wed Jan 9 23:10:27 2008 -0500
30656
30657     ppc4xx: Fix dflush() to restore DVLIM register
30658
30659     Signed-off-by: Larry Johnson <lrj@acm.org>
30660
30661 commit 252f60b068d1f94190b5bcfda169db582387e15e
30662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30663 Date:   Thu Jan 10 03:52:44 2008 -0500
30664
30665     Nios2: remove common/cmd_bdinfo.c unused variable.
30666
30667     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30668     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
30669
30670 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
30671 Author: Ben Warren <biggerbadderben@gmail.com>
30672 Date:   Wed Jan 9 18:15:53 2008 -0500
30673
30674     Fix Ethernet init() return codes
30675
30676     Change return values of init() functions in all Ethernet drivers to conform
30677     to the following:
30678
30679         >=0: Success
30680         <0:  Failure
30681
30682     All drivers going forward should return 0 on success.  Current drivers that
30683     return 1 on success were left as-is to minimize changes.
30684
30685     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30686     Acked-by: Stefan Roese <sr@denx.de>
30687     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30688     Acked-by: Kim Phillips <kim.phillips@freescale.com>
30689     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
30690     Acked-By: Timur Tabi <timur@freescale.com>
30691
30692 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
30693 Author: Wolfgang Denk <wd@denx.de>
30694 Date:   Thu Jan 10 00:55:14 2008 +0100
30695
30696     Coding Style cleanup; update CHANGELOG
30697
30698     Signed-off-by: Wolfgang Denk <wd@denx.de>
30699
30700 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
30701 Author: Kim Phillips <kim.phillips@freescale.com>
30702 Date:   Wed Jan 9 16:56:54 2008 -0600
30703
30704     Add QE brg freq and correct qe bus freq fdt update code
30705
30706     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30707     Signed-off-by: Andy Fleming <afleming@freescale.com>
30708
30709 commit 890dfef06c2d169a3356359596890754dfb8ee1c
30710 Author: Andy Fleming <afleming@freescale.com>
30711 Date:   Wed Jan 9 16:34:51 2008 -0600
30712
30713     Remove cache config from ATUM8548 and sbc8548 configs
30714
30715     These boards weren't updated by Kumar's config patch because they
30716     weren't in the tree, yet.
30717
30718     Signed-off-by: Andy Fleming <afleming@freescale.com>
30719
30720 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
30721 Author: Timur Tabi <timur@freescale.com>
30722 Date:   Mon Jan 7 13:31:19 2008 -0600
30723
30724     85xx: add ability to upload QE firmware
30725
30726     Define the layout of a binary blob that contains a QE firmware and instructions
30727     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
30728     perform the actual upload.  Add command-line command "qe fw" to take a firmware
30729     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
30730     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
30731     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
30732
30733     Signed-off-by: Timur Tabi <timur@freescale.com>
30734
30735 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
30736 Author: Kumar Gala <galak@kernel.crashing.org>
30737 Date:   Tue Jan 8 01:22:21 2008 -0600
30738
30739     85xx: Remove cache config from configs.h
30740
30741     Either use the standard defines in asm/cache.h or grab the information
30742     at runtime from the L1CFG SPR.
30743
30744     Also, minor cleanup in cache.h to make the code a bit more readable.
30745
30746     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30747
30748 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
30749 Author: robert lazarski <robertlazarski@gmail.com>
30750 Date:   Fri Dec 21 10:39:27 2007 -0500
30751
30752     mpc85xx: Add support for ATUM8548 (updated)
30753
30754     Add support for Instituto Atlantico's ATUM8548 board
30755
30756     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
30757     Signed-off-by: Andy Fleming <afleming@freescale.com>
30758
30759 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
30760 Author: robert lazarski <robertlazarski@gmail.com>
30761 Date:   Fri Dec 21 10:36:37 2007 -0500
30762
30763     mpc85xx: Add support for ATUM8548 (updated)
30764
30765     Add support for Instituto Atlantico's ATUM8548 board
30766
30767     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
30768
30769 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
30770 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
30771 Date:   Thu Dec 13 06:45:14 2007 -0600
30772
30773     mpc85xx: Add support for SBC8548 (updated)
30774
30775     Add support for Wind River's SBC8548 reference board.
30776
30777     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
30778
30779 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
30780 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
30781 Date:   Thu Dec 13 06:45:08 2007 -0600
30782
30783     mpc85xx: Add support for SBC8548 (updated)
30784
30785     Add support for Wind River's SBC8548 reference board.
30786
30787     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
30788     Signed-off by: Andy Fleming <afleming@freescale.com>
30789
30790 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
30791 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30792 Date:   Mon Oct 22 19:58:19 2007 +0400
30793
30794     MPC8568E-MDS: set up QE pario for UART1
30795
30796     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
30797     be set up appropriately.
30798
30799     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30800
30801 commit ad162249cb371e9e38971676f09be791e5f3cf4a
30802 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30803 Date:   Mon Oct 22 18:12:46 2007 +0400
30804
30805     MPC8568E-MDS: reset UCCs to use them reliably
30806
30807     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
30808     UCCs.
30809
30810     p.s Similar code exists in the Linux kernel board file (for capability
30811     reasons with older U-Boots), but should be removed some day.
30812
30813     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30814
30815 commit 2146cf56821c3364786ca94a7306008c5824b238
30816 Author: Kumar Gala <galak@kernel.crashing.org>
30817 Date:   Wed Dec 19 01:18:15 2007 -0600
30818
30819     Reworked FSL Book-E TLB macros to be more readable
30820
30821     The old macros made it difficult to know what WIMGE and perm bits
30822     were set for a TLB entry.  Actually use the bit masks for these items
30823     since they are only a single bit.
30824
30825     Also moved the macros into mmu.h out of e500.h since they aren't specific
30826     to e500.
30827
30828     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30829
30830 commit 1d47273d46925929f8f2c1913cd96d7257aade88
30831 Author: Kumar Gala <galak@kernel.crashing.org>
30832 Date:   Tue Dec 18 23:21:51 2007 -0600
30833
30834     Use FSL Book-E MMU macros from Linux Kernel
30835
30836     Grab the FSL Book-E MAS register macros from Linux.  Also added
30837     defines for page sizes up to 4TB and removed SHAREN since it doesnt
30838     really exist.
30839
30840     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30841
30842 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
30843 Author: Andy Fleming <afleming@freescale.com>
30844 Date:   Wed Jan 9 13:51:32 2008 -0600
30845
30846     Fix my own merge stupidity
30847
30848     Way back in August I merged Heiko's patch:
30849     566a494f592: [PCS440EP] upgrade the PCS440EP board
30850
30851     with Jon's CONFIG_COMMANDS patches.
30852
30853     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
30854
30855     However, in the process, I left out some of Heiko's good changes.
30856
30857     Now Heiko's and Jon's patches are properly merged in fat_register_device()
30858
30859     Signed-off-by: Andy Fleming <afleming@freescale.com>
30860
30861 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
30862 Author: James Yang <James.Yang@freescale.com>
30863 Date:   Wed Jan 9 11:17:49 2008 -0600
30864
30865     Expose parse_line() globally.
30866
30867     Add new function readline_into_buffer() that allows the
30868     output of readline to be put into a pointer to char buffer.
30869
30870     This refactoring allows other functions besides the
30871     main command loop to also use the same input mechanism.
30872
30873     Signed-off-by: James Yang <James.Yang@freescale.com>
30874     Acked-by: Jon Loeliger <jdl@freescale.com>
30875
30876 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
30877 Author: Guennadi Liakhovetski <lg@denx.de>
30878 Date:   Wed Jan 9 01:15:25 2008 +0100
30879
30880     trivial: fix consequences of a bad merge
30881
30882     Fix what looks like a merge artifact.
30883
30884     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30885
30886 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
30887 Author: Zhang Wei <wei.zhang@freescale.com>
30888 Date:   Thu Jan 3 10:51:15 2008 +0800
30889
30890     Add Ctrl combo key support to usb keyboard driver.
30891
30892     Ctrl combo key support is added, which is very useful to input Ctrl-C
30893     for interrupt current job.
30894     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
30895     key input when tstc() is called.
30896
30897     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
30898
30899 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
30900 Author: Marcel Ziswiler <marcel@ziswiler.com>
30901 Date:   Sun Dec 30 03:30:56 2007 +0100
30902
30903     fix various comments
30904
30905     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30906
30907 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
30908 Author: Marcel Ziswiler <marcel@ziswiler.com>
30909 Date:   Sun Dec 30 03:30:46 2007 +0100
30910
30911     fix comments with new drivers organization
30912
30913     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30914
30915 commit a9b410dc7d2a4721c408b13abfc037988150f145
30916 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
30917 Date:   Fri Dec 28 12:50:59 2007 +0900
30918
30919     Remove the obsolete terse version of do_mii()
30920
30921     We now have more useful version of do_mii() and everybody use it.
30922     Gerald Van Baren says:
30923
30924     > When I originally wrote the mii command 6(!) years ago, I wrote a
30925     > verbose version that printed human readable decomposition of the flags,
30926     > etc., and a terse one that didn't print as much stuff and thus had a
30927     > smaller memory footprint.
30928     >
30929     > It sounds like the terse version has withered and died, apparently
30930     > people are only using the verbose version (which is very understandable,
30931     > I do myself).
30932
30933     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
30934     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
30935
30936 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
30937 Author: Mike Frysinger <vapier@gentoo.org>
30938 Date:   Thu Dec 27 13:42:56 2007 -0500
30939
30940     Do not reference sha1.c when building mkimage.
30941
30942     remove sha1.o from mkimage linking since it isn't actually used.
30943
30944     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
30945
30946 commit b9173af73e524d37c812f210173cf83385c5171a
30947 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
30948 Date:   Thu Dec 27 15:39:54 2007 +0900
30949
30950     common/cmd_mii.c: Add sanity argc check
30951
30952     If type mii command without arguments, we suffer from uninitialized argv[]
30953     entries; for example we MIPS get stuck by TLB error.
30954
30955     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
30956
30957 commit 500856eb1707ed17d9204baa61dd59948d3b2899
30958 Author: Rafal Jaworowski <raj@semihalf.com>
30959 Date:   Wed Jan 9 19:39:36 2008 +0100
30960
30961     API for external applications.
30962
30963     This is an API for external (standalone) applications running on top of
30964     U-Boot, and is meant to be more extensible and robust than the existing
30965     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
30966     for more details.
30967
30968     Included is the demo application using this new framework (api_examples).
30969
30970     Please note this is still an experimental feature, and is turned off by
30971     default.
30972
30973     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
30974
30975 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
30976 Author: Jon Loeliger <jdl@freescale.com>
30977 Date:   Wed Jan 9 12:14:55 2008 -0600
30978
30979     86xx: Remove cache config from configs.h
30980
30981     Just use the standard defines in asm/cache.h.
30982
30983     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30984
30985 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
30986 Author: Rafal Jaworowski <raj@semihalf.com>
30987 Date:   Wed Jan 9 18:05:27 2008 +0100
30988
30989     Globalize envmatch()
30990
30991     The newly introduced API (routines related to env vars) will need to call
30992     it.
30993
30994     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
30995
30996 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
30997 Author: Jon Loeliger <jdl@freescale.com>
30998 Date:   Fri Jan 4 12:07:27 2008 -0600
30999
31000     Convert MPC8610HPCD to use libfdt.
31001
31002     Assumes the presence of the aliases node in the DTS to
31003     locate the pci and serial nodes for fixups.
31004
31005     Use consistent fdtaddr and fdtfile in environment variables.
31006
31007     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31008
31009 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
31010 Author: Jon Loeliger <jdl@freescale.com>
31011 Date:   Fri Jan 4 11:58:23 2008 -0600
31012
31013     8610: Fix lingering compile warnings.
31014
31015     Turn off DEBUG.
31016
31017     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31018
31019 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
31020 Author: Wolfgang Denk <wd@denx.de>
31021 Date:   Wed Jan 9 15:14:46 2008 +0100
31022
31023     Coding Style cleanup, update CHANGELOG
31024
31025     Signed-off-by: Wolfgang Denk <wd@denx.de>
31026
31027 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
31028 Author: Mike Frysinger <vapier@gentoo.org>
31029 Date:   Tue Dec 18 04:29:55 2007 -0500
31030
31031     fix easylogo on big endian dev systems
31032
31033     didnt realize how out of shape easylogo actually was until i tried using it.
31034     this patch does byte swapping as need be on the input tga header since the tga
31035     is in little endian but the host could just as well be big endian.  i didnt
31036     bother using bswap macros or such stuff from system headers as nothing in
31037     POSIX dictates byte swapping functionality.
31038
31039     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
31040
31041 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
31042 Author: Mike Frysinger <vapier@gentoo.org>
31043 Date:   Tue Dec 18 03:23:25 2007 -0500
31044
31045     cleanup easylogo
31046
31047     - make the Makefile not suck
31048     - include proper headers for prototypes
31049     - fix obvious broken handling of strchr() when handling '.' in filenames
31050
31051     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
31052
31053 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
31054 Author: raptorbrino@aim.com <raptorbrino@aim.com>
31055 Date:   Thu Dec 13 21:23:28 2007 -0500
31056
31057     Fix build problems under Cygwin
31058
31059     This patch allows u-boot to build without error in a cygwin
31060     environment.  Cygwin does not define __u64 in it's
31061     include/asm/types.h file.  The -idirafter flag in the u-boot
31062     build causes the inclusion of the cygwin types.h file as opposed
31063     to u-bot/include/asm/types.h file which does define __u64.
31064     Subsequently, sha1.c compile fails due to unknown symbol.
31065
31066     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
31067
31068 commit 43ef1c381f9195504a2488f5cb909227eb97d475
31069 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
31070 Date:   Fri Nov 30 17:29:59 2007 +0100
31071
31072     cmd_bmp: Add support for displaying gzip compressed bmps
31073
31074     The existing code can show information about a gzip compressed BMP
31075     image, but can't actually display it.
31076
31077     Therefore, move the decompression code out of bmp_info() and use it in
31078     bmp_display() as well in order to display a compressed BMP image.
31079
31080     Also, clean things up a bit and fix a memory leak while we're at it.
31081
31082     [hskinnemoen@atmel.com: a bit of refactoring]
31083     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31084
31085 commit d197ffd8172c6fdef38733424640a9a47295d6e9
31086 Author: Guennadi Liakhovetski <lg@denx.de>
31087 Date:   Thu Nov 29 21:15:56 2007 +0100
31088
31089     Fix and optimize MII operations on FEC (MPC8xx) controllers
31090
31091     This patch fixes several issues at least on a MPC885 based system with two
31092     FEC interfaces used in MII mode.
31093
31094     1. PHY discovery should first read PHY_PHYIDR2 register and only then
31095        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
31096        otherwise the values read are wrong. Also notice, that PHY discovery
31097        cannot work on MPC88x / MPC87x in setups with both FECs active at all
31098        in its present form, because for both interfaces the registers from FEC
31099        1 are used to communicate over MII.
31100
31101     2. Remove code duplication for resetting the FEC by isolating it into a
31102        separate function.
31103
31104     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
31105
31106     4. Optimize mii_init() to only reset the FEC 1 controller once.
31107
31108     5. Fix a typo in mii_init() using index i instead of j thus potentially
31109        leading to unpredictable results.
31110
31111     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31112
31113 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
31114 Author: Guennadi Liakhovetski <lg@denx.de>
31115 Date:   Tue Nov 20 13:14:20 2007 +0100
31116
31117     Fix endianness conversions in rtl8169 driver
31118
31119     It is unclear on what platforms this driver has been tested, since
31120     noone up to now defines CONFIG_RTL8169 in the board configuration
31121     header. Now it has been fixed for a big-endian mpc8241 based
31122     linkstation platform. This patch presents the necessary endianness
31123     conversion fixes.
31124
31125     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31126
31127 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
31128 Author: Zhang Wei <wei.zhang@freescale.com>
31129 Date:   Thu Jan 3 10:51:15 2008 +0800
31130
31131     Add Ctrl combo key support to usb keyboard driver.
31132
31133     Ctrl combo key support is added, which is very useful to input Ctrl-C
31134     for interrupt current job.
31135     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
31136     key input when tstc() is called.
31137
31138     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
31139     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31140
31141 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
31142 Author: Wolfgang Denk <wd@denx.de>
31143 Date:   Wed Jan 9 13:43:38 2008 +0100
31144
31145     Coding Style clenaup; update CHANGELOG
31146
31147     Signed-off-by: Wolfgang Denk <wd@denx.de>
31148
31149 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
31150 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31151 Date:   Thu Dec 27 17:13:11 2007 +0100
31152
31153     Remove bit swapping in Xilinx Spartan bitfile loading
31154
31155     This patch removes the unnecessary bit swapping when
31156     booting .bit files with the 'fpga loadb' command.
31157
31158     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31159
31160 commit 437fc7327f0611f82937858f2d80e4cd61b40984
31161 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31162 Date:   Thu Dec 27 17:13:05 2007 +0100
31163
31164     Fix MSB check in Xilinx Spartan slave serial mode
31165
31166     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31167
31168 commit 3bff4ffa33729a42645e328a21e8d16488872958
31169 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31170 Date:   Thu Dec 27 17:12:56 2007 +0100
31171
31172     Add new Xilinx Spartan FPGA types
31173
31174     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31175
31176 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
31177 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31178 Date:   Thu Dec 27 17:12:43 2007 +0100
31179
31180     Add pre and post configuration callbacks for Spartan FPGAs
31181
31182     This patch adds a post configuration callback for Spartan2/3 FPGAs.
31183     pre and post configuration callback are now optional and
31184     not called when the function pointer is set to NULL.
31185
31186     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31187
31188 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
31189 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31190 Date:   Thu Dec 27 17:12:34 2007 +0100
31191
31192     Improve configuration of FPGA subsystem
31193
31194     This patch removes the FPGA subsystem configuration through
31195     the CONFIG_FPGA bitmask configuration option.
31196
31197     See README for the new options:
31198
31199         CONFIG_FPGA,
31200         CONFIG_FPGA_<vendor>,
31201         CONFIG_FPGA_<family>
31202
31203     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31204
31205 commit 95c6bc7d4a3588b452baca610f8c795a83630477
31206 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31207 Date:   Thu Dec 27 16:55:17 2007 +0100
31208
31209     Add Epson RX8025 RTC support
31210
31211     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31212
31213 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
31214 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31215 Date:   Thu Dec 27 16:57:23 2007 +0100
31216
31217     serial: Make default_serial_console() a weak function
31218
31219     With this patch it is possible to reimplement default_serial_console()
31220     in board specific code. This will be done in the upcomming PMC440
31221     U-Boot port. This also allows the lwmon board maintainer to
31222     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
31223
31224     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31225
31226 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
31227 Author: Harald Welte <laforge@openmoko.org>
31228 Date:   Wed Dec 19 14:14:47 2007 +0100
31229
31230     add 'terminal program' functionality
31231
31232     This patch adds a 'cu' like serial terminal command to u-boot
31233     using which you can access other serial ports from the system console.
31234
31235     OpenMoko uses this in their Neo1973 phones to get access to the GSM
31236     Modem and GPS chip from the bootloader.
31237
31238     Signed-off-by: Harald Welte <laforge@openmoko.org>
31239
31240 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
31241 Author: Harald Welte <laforge@openmoko.org>
31242 Date:   Wed Dec 19 14:12:53 2007 +0100
31243
31244     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
31245     that used to exist with the legacy NAND code
31246
31247     Signed-off-by: Harald Welte <laforge@openmoko.org>
31248
31249 commit f540c42d9564854b19ce9bbb70affe172529fe70
31250 Author: Harald Welte <laforge@openmoko.org>
31251 Date:   Wed Dec 19 14:09:58 2007 +0100
31252
31253     Fix building with CRAMFS but not JFFS2 support
31254
31255     Signed-off-by: Harald Welte <laforge@openmoko.org>
31256
31257 commit 23d0baf967fecdaf1804f045f6339337c5607eec
31258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31259 Date:   Sat Dec 22 15:52:58 2007 +0100
31260
31261     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
31262
31263     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31264     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31265
31266 commit 23776ff292966a85d811126933830bed48211826
31267 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31268 Date:   Tue Dec 11 10:53:12 2007 +0100
31269
31270     ARM: support board-specific ethernet PHY init
31271
31272     Add until the new phylib will be arrived
31273
31274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31275
31276 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
31277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31278 Date:   Sat Dec 8 16:34:08 2007 +0100
31279
31280     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
31281
31282     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31283
31284 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
31285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31286 Date:   Sun Dec 9 11:01:10 2007 +0100
31287
31288     Add missing file in gitignore and comments
31289
31290     based on Linux source tree's .gitignore files
31291
31292     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31293
31294 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
31295 Author: Wolfgang Denk <wd@denx.de>
31296 Date:   Wed Jan 9 11:36:21 2008 +0100
31297
31298     Coding Style cleanup, update CHANGELOG
31299
31300     Signed-off-by: Wolfgang Denk <wd@denx.de>
31301
31302 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
31303 Author: Stefan Roese <sr@denx.de>
31304 Date:   Wed Jan 9 10:38:58 2008 +0100
31305
31306     POST: Execute SPR test after relocation
31307
31308     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
31309     self modifying code and this doesn't work with stack in d-cache, since
31310     I can't move the code from d-cache to i-cache. We move the SPR test to
31311     be executed a little later, after relocation. Then stack is located in
31312     SDRAM and this self-modifying code is no problem anymore.
31313
31314     Signed-off-by: Stefan Roese <sr@denx.de>
31315
31316 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
31317 Author: Stefan Roese <sr@denx.de>
31318 Date:   Wed Jan 9 10:28:20 2008 +0100
31319
31320     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
31321
31322     This patch configures the LWMON5 port to use d-cache as init-ram and
31323     the unused GPT0_COMP6 as POST WORD storage.
31324
31325     Signed-off-by: Stefan Roese <sr@denx.de>
31326
31327 commit 1754f50b710194f886b6f2831803d8960171a14d
31328 Author: Stefan Roese <sr@denx.de>
31329 Date:   Wed Jan 9 10:25:46 2008 +0100
31330
31331     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
31332
31333     The privious 4xx POST implementation only supported storing the POST
31334     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
31335     we need to store the POST WORD in some other non volatile location.
31336     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
31337     a location.
31338
31339     Signed-off-by: Stefan Roese <sr@denx.de>
31340
31341 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
31342 Author: Stefan Roese <sr@denx.de>
31343 Date:   Wed Jan 9 10:23:16 2008 +0100
31344
31345     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
31346
31347     This patch adds support for locking the init-ram/stack in d-cache,
31348     so that other regions may use d-cache as well
31349
31350     Note, that this current implementation locks exactly 4k of d-cache,
31351     so please make sure that you don't define a bigger init-ram area. Take
31352     a look at the lwmon5 440EPx implementation as a reference.
31353
31354     Signed-off-by: Stefan Roese <sr@denx.de>
31355
31356 commit 0ddb89601a8d29e808db450366752ffdc6267c53
31357 Author: Wolfgang Denk <wd@denx.de>
31358 Date:   Wed Jan 9 10:16:33 2008 +0100
31359
31360     Fix memset bug in ext2fs_read_file()
31361
31362     ext2fs_read_file() had the function arguments swapped.
31363
31364     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
31365
31366     Signed-off-by: Wolfgang Denk <wd@denx.de>
31367
31368 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
31369 Author: Markus Klotzbücher <mk@denx.de>
31370 Date:   Tue Jan 5 08:17:15 1988 +0100
31371
31372     Fix problems with usb storage devices on MPC5200 /TQM5200
31373
31374     The MPC5200 OHCI controller operates in big endian, so
31375     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
31376
31377     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31378
31379 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
31380 Author: Wolfgang Denk <wd@denx.de>
31381 Date:   Tue Jan 8 22:58:27 2008 +0100
31382
31383     Fix compile problem with new env code.
31384
31385     Signed-off-by: Wolfgang Denk <wd@denx.de>
31386
31387 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
31388 Author: Markus Klotzbücher <mk@denx.de>
31389 Date:   Tue Nov 27 10:23:20 2007 +0100
31390
31391     tools: fix fw_printenv tool to compile again
31392
31393     This patch updates the fw_printenv/fw_setenv userspace tool to include
31394     the correct MTD header in order to compile against current kernel
31395     headers. Backward compatibility is preserved by introducing an option
31396     MTD_VERSION which can be set to "old" for compilation using the old MTD
31397     headers. Along with this a number of warnings are fixed.
31398
31399     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31400
31401 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
31402 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31403 Date:   Tue Jan 8 15:40:09 2008 +0100
31404
31405     ppc4xx: assign PCI interrupts on seuqoia boards
31406
31407     Some operating systems rely on assigned PCI interrupts.
31408
31409     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31410
31411 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
31412 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31413 Date:   Tue Jan 8 15:50:49 2008 +0100
31414
31415     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
31416
31417     This patch allows the use of 4xx interrupt vector number defines
31418     in board specific code outside cpu/ppc4xx.
31419
31420     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31421
31422 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
31423 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31424 Date:   Tue Jan 8 15:39:01 2008 +0100
31425
31426     ppc4xx: Fix UIC2 vector number base
31427
31428     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31429
31430 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
31431 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31432 Date:   Tue Jan 8 12:49:58 2008 +0100
31433
31434     ppc4xx: Update PLB/PCI divider for PMC440 board
31435
31436     This patch updates the PLB/PCI divider when running at
31437     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
31438
31439     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31440
31441 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
31442 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31443 Date:   Tue Jan 8 11:13:09 2008 +0100
31444
31445     ppc4xx: Disable error message when no NAND chip is installed on PMC440
31446
31447     Add CFG_NAND_QUIET_TEST option to disable error message when
31448     no NAND chip is installed on PMC440 boards.
31449
31450     Disable a couple of config defines that are only used for NAND_U_BOOT.
31451
31452     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31453
31454 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
31455 Author: Wolfgang Denk <wd@denx.de>
31456 Date:   Tue Jan 8 22:58:27 2008 +0100
31457
31458     Fix compile problem with new env code.
31459
31460     Signed-off-by: Wolfgang Denk <wd@denx.de>
31461
31462 commit 6de66b35426312a21174a9bf0576a094e2904bea
31463 Author: Markus Klotzbücher <mk@denx.de>
31464 Date:   Tue Nov 27 10:23:20 2007 +0100
31465
31466     tools: fix fw_printenv tool to compile again
31467
31468     This patch updates the fw_printenv/fw_setenv userspace tool to include
31469     the correct MTD header in order to compile against current kernel
31470     headers. Backward compatibility is preserved by introducing an option
31471     MTD_VERSION which can be set to "old" for compilation using the old MTD
31472     headers. Along with this a number of warnings are fixed.
31473
31474     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31475
31476 commit ad3006fe7e84667021753b74247b0bafd97ba35f
31477 Author: Gerald Van Baren <vanbaren@cideas.com>
31478 Date:   Mon Jan 7 23:47:32 2008 -0500
31479
31480     LIBFDT: use memmove() instead of memcpy()
31481
31482     This is partial patch from the DTC/libfdt
31483     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
31484     Author: David Gibson <david@gibson.dropbear.id.au>
31485     Date:   Wed Nov 21 11:56:14 2007 +1100
31486
31487         The patch also fixes one genuine bug caught by valgrind -
31488         _packblocks() in fdt_rw.c was using memcpy() where it should have been
31489         using memmove().
31490
31491     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31492
31493 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
31494 Author: David Gibson <david@gibson.dropbear.id.au>
31495 Date:   Mon Dec 17 14:42:07 2007 +1100
31496
31497     libfdt: Add more documentation (patch the seventh)
31498
31499     This patch adds more documenting comments to libfdt.h.  Specifically,
31500     these document the read/write functions (not including fdt_open_into()
31501     and fdt_pack(), for now).
31502
31503     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31504
31505 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
31506 Author: David Gibson <david@gibson.dropbear.id.au>
31507 Date:   Mon Dec 17 14:41:52 2007 +1100
31508
31509     libfdt: Add more documentation (patch the sixth)
31510
31511     This patch adds some more documenting comments to libfdt.h.
31512     Specifically this documents all the write-in-place functions.
31513
31514     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31515
31516 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
31517 Author: Gerald Van Baren <vanbaren@cideas.com>
31518 Date:   Sat Dec 29 22:45:27 2007 -0500
31519
31520     Fine grained per property /chosen updating.
31521
31522     Implement a suggestion by Scott Wood to make the /chosen handling fine
31523     grained.  Don't overwrite pre-existing properties on a per-property basis,
31524     so if /chosen exists but a necessary /chosen/property doesn't, it gets
31525     created.  If a /chosen property exists, it is NOT overwritten unless the
31526     "force" flag is true.
31527
31528     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31529
31530 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
31531 Author: Gerald Van Baren <vanbaren@cideas.com>
31532 Date:   Sat Jan 5 15:33:29 2008 -0500
31533
31534     Improve the FDT help message.
31535
31536     Add a note that "fdt copy" makes the new address active.
31537     Remove most of the extra hints at the end of the fdt help.
31538
31539     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31540
31541 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
31542 Author: Gerald Van Baren <vanbaren@cideas.com>
31543 Date:   Sat Jan 5 14:52:04 2008 -0500
31544
31545     Support setting FDT properties with optional values.
31546
31547     Fix a bug found and documented by Bartlomiej Sieka where the optional
31548     value on "fdt set <path> <prop> [<val>]" wasn't optional.
31549
31550     => fdt mknode / testnode
31551     => fdt print /testnode
31552     testnode {
31553     };
31554     => fdt set /testnode testprop
31555     => fdt print /testnode
31556     testnode {
31557             testprop;
31558     };
31559
31560     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31561
31562 commit 22fb2246df91bfc840d87f0c5910818bad55577a
31563 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31564 Date:   Fri Dec 28 11:56:30 2007 +0100
31565
31566     Add fdt_find_and_setprop() to fdt_support.h
31567
31568     fdt_find_and_setprop() is used by several 4xx boards and it's
31569     missing in the appropriate header. This patch eliminates a
31570     warning when building U-Boot for such boards.
31571
31572     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31573     Acked-by: Stefan Roese <sr@denx.de>
31574
31575 commit 802b769bac17b0560d3535a42c502469ee190cd1
31576 Author: Stefan Roese <sr@denx.de>
31577 Date:   Tue Jan 8 18:39:30 2008 +0100
31578
31579     ppc4xx: Return 0 on success in 4xx ethernet driver
31580
31581     Signed-off-by: Stefan Roese <sr@denx.de>
31582
31583 commit 6775c68683a53c7abc778774641aac6f833a2cbf
31584 Author: Kim Phillips <kim.phillips@freescale.com>
31585 Date:   Tue Jan 8 09:59:49 2008 -0600
31586
31587     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
31588
31589     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31590
31591 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
31592 Author: Kim Phillips <kim.phillips@freescale.com>
31593 Date:   Thu Dec 20 16:28:34 2007 -0600
31594
31595     mpc83xx: rm remaining FLAT_TREE code
31596
31597     ..in board pci.c files
31598
31599     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31600
31601 commit b3458d2cd55d01732e30a76d898afd99e871cd67
31602 Author: Kim Phillips <kim.phillips@freescale.com>
31603 Date:   Thu Dec 20 15:57:28 2007 -0600
31604
31605     mpc83xx: remove FLAT_TREE code
31606
31607     need to rm it from pci code, too!
31608
31609     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31610
31611 commit 5b8bc606c61456566af6912f818a153b6b06f242
31612 Author: Kim Phillips <kim.phillips@freescale.com>
31613 Date:   Thu Dec 20 14:09:22 2007 -0600
31614
31615     mpc83xx: convert to using do_fixup_*()
31616
31617     convert to using simpler mpc85xx style fdt update code; streamline by
31618     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
31619     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
31620     converted over to using libfdt).
31621
31622     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31623
31624 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
31625 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31626 Date:   Thu Dec 20 12:58:51 2007 -0500
31627
31628     sbc8349: enable libfdt by default on WRS SBC8349 board.
31629
31630     Make libfdt the default for the WRS SBC8349 board.
31631     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
31632     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
31633
31634     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31635
31636 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
31637 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31638 Date:   Thu Dec 20 12:58:16 2007 -0500
31639
31640     sbc8349: migrate board to libfdt
31641
31642     This adds libfdt support code for the Wind River sbc8349 board.
31643
31644     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
31645     the other Freescale 83xx boards.
31646
31647     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31648
31649 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
31650 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31651 Date:   Thu Dec 20 12:56:19 2007 -0500
31652
31653     sbc8349: Remove board specific ECC code
31654
31655     ECC code is now shared for all 83xx boards, so remove board specific one.
31656     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
31657
31658     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31659
31660 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
31661 Author: Kim Phillips <kim.phillips@freescale.com>
31662 Date:   Thu Dec 20 01:30:48 2007 -0600
31663
31664     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
31665
31666     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
31667
31668     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31669
31670 commit ccf21c311e68d48399eff1e72936052885f6e3f7
31671 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
31672 Date:   Thu Dec 6 16:43:40 2007 +0100
31673
31674     Add support CONFIG_UEC_ETH3 in MPC83xx
31675
31676     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
31677
31678 commit e6af9932d31171e35db880e7b2f29f903b1b7660
31679 Author: Kumar Gala <galak@kernel.crashing.org>
31680 Date:   Mon Nov 26 11:00:54 2007 -0600
31681
31682     Remove CONFIG options related to OF that we dont use
31683
31684     The MPC8360E MDS config defined:
31685         CONFIG_OF_HAS_BD_T
31686         CONFIG_OF_HAS_UBOOT_ENV
31687
31688     Which we don't use or ever needed.  This seems like copy-paste feature creep.
31689
31690     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31691
31692 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
31693 Author: Kim Phillips <kim.phillips@freescale.com>
31694 Date:   Mon Dec 10 14:16:22 2007 -0600
31695
31696     mpc83xx: supress compiler warning
31697
31698     mpc8360emds.c: In function ‘ft_board_setup’:
31699     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
31700     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
31701
31702     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31703
31704 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
31705 Author: Kim Phillips <kim.phillips@freescale.com>
31706 Date:   Tue Nov 27 14:17:29 2007 -0600
31707
31708     mpc83xx: fix remaining fdt_find_node_by_path references
31709
31710     rename to fdt_path_offset
31711
31712     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31713
31714 commit 921d4b19ad1be704df58725485d9292dc0414adf
31715 Author: Kim Phillips <kim.phillips@freescale.com>
31716 Date:   Mon Nov 19 12:30:09 2007 -0600
31717
31718     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
31719
31720     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
31721     This change guarantees that the environment will be located on the
31722     first flash sector after the U-Boot image.
31723
31724     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31725
31726 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
31727 Author: Kim Phillips <kim.phillips@freescale.com>
31728 Date:   Fri Nov 9 14:28:08 2007 -0600
31729
31730     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
31731
31732     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
31733     properties in the device tree so the PHY gets configured for internal delay on
31734     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
31735
31736     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31737
31738 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
31739 Author: Dave Liu <r63238@freescale.com>
31740 Date:   Tue Sep 18 12:41:15 2007 +0800
31741
31742     mpc83xx: update the CREDITS and MAINTAINERS
31743
31744     update the CREDITS and MAINTAINERS.
31745
31746     Signed-off-by: Dave Liu <daveliu@freescale.com>
31747
31748 commit b21add4b42af7b767448251b599b91066a160e0d
31749 Author: Dave Liu <r63238@freescale.com>
31750 Date:   Tue Sep 18 12:40:21 2007 +0800
31751
31752     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
31753
31754     Add the MAINTAINER and MAKEALL entries for mpc837xemds
31755
31756     Signed-off-by: Dave Liu <daveliu@freescale.com>
31757
31758 commit f8900ce9094c462355eb792eea264ff16ac8fd16
31759 Author: Dave Liu <r63238@freescale.com>
31760 Date:   Tue Sep 18 12:38:53 2007 +0800
31761
31762     mpc83xx: Add the MPC837xEMDS board readme
31763
31764     Add the README.mpc837xemds to /doc
31765
31766     Signed-off-by: Dave Liu <daveliu@freescale.com>
31767
31768 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
31769 Author: Dave Liu <r63238@freescale.com>
31770 Date:   Tue Sep 18 12:37:57 2007 +0800
31771
31772     mpc83xx: Add the support of MPC837xEMDS board
31773
31774     The MPC837xEMDS board support:
31775     * DDR2 400MHz hardcoded and SPD init
31776     * Local bus NOR Flash
31777     * I2C, UART, MII and RTC
31778     * eTSEC RGMII
31779     * PCI host
31780
31781     Signed-off-by: Dave Liu <daveliu@freescale.com>
31782
31783 commit 555da61702771fe0f76f3de23b4e7590f3704161
31784 Author: Dave Liu <r63238@freescale.com>
31785 Date:   Tue Sep 18 12:36:58 2007 +0800
31786
31787     mpc83xx: Add the support of MPC8315E SoC
31788
31789     The MPC8315E SoC including e300c3 core and new IP blocks,
31790     such as TDM, PCI Express and SATA controller.
31791
31792     Signed-off-by: Dave Liu <daveliu@freescale.com>
31793
31794 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
31795 Author: Dave Liu <r63238@freescale.com>
31796 Date:   Tue Sep 18 12:36:11 2007 +0800
31797
31798     mpc83xx: Add the support of MPC837x SoC
31799
31800     The MPC837x SoC including e300c4 core and new IP blocks,
31801     such as SDHC, PCI Express and SATA controller.
31802
31803     Signed-off-by: Dave Liu <daveliu@freescale.com>
31804
31805 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
31806 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31807 Date:   Wed Nov 14 18:54:53 2007 +0300
31808
31809     MPC8360E-MDS: configure and enable second UART
31810
31811     Despite user manual, BCSR9.7 is negated (high) on HRST, so
31812     UART2 is disabled. Fix that and configure QE pins properly.
31813
31814     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31815
31816 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
31817 Author: Timur Tabi <timur@freescale.com>
31818 Date:   Mon Nov 5 09:34:06 2007 -0600
31819
31820     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
31821
31822     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
31823     currently-defined 83xx boards.  This change guarantees that the environment
31824     will be located on the first flash sector after the U-Boot image.
31825
31826     Signed-off-by: Timur Tabi <timur@freescale.com>
31827     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31828
31829 commit e05329516a13616b53240cd85b739217c2bf87f1
31830 Author: Larry Johnson <lrj@acm.org>
31831 Date:   Fri Jan 4 13:27:02 2008 -0500
31832
31833     ppc4xx: Remove weak binding from common Denali data-eye search code
31834
31835     Now that there are no board-specific versions of
31836     "denali_core_search_data_eye()", the weak binding on the common version
31837     can be removed.
31838
31839     Signed-off-by: Larry Johnson <lrj@acm.org>
31840
31841 commit 5ba576c01602fd328800a427964c36a0a05c5dce
31842 Author: Stefan Roese <sr@denx.de>
31843 Date:   Sat Jan 5 09:13:46 2008 +0100
31844
31845     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
31846
31847     Signed-off-by: Stefan Roese <sr@denx.de>
31848
31849 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
31850 Author: Stefan Roese <sr@denx.de>
31851 Date:   Sat Jan 5 09:12:41 2008 +0100
31852
31853     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
31854
31855     On Katmai the complete auto-calibration somehow doesn't seem to
31856     produce the best results, meaning optimal values for RQFD/RFFD.
31857     This was discovered by GDA using a high bandwidth scope,
31858     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
31859     so now on Katmai "only" RFFD is auto-calibrated.
31860
31861     This patch also adds RDCC calibration as mentioned on page 7 of
31862     the AMCC PowerPC440SP/SPe DDR2 application note:
31863     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
31864
31865     Signed-off-by: Stefan Roese <sr@denx.de>
31866
31867 commit 49db47b8ae6afff2b898be312948ff501357dc80
31868 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31869 Date:   Wed Jan 2 16:48:42 2008 +0100
31870
31871     ppc4xx: Remove sdram.h from PMC440 board
31872
31873     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31874
31875 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
31876 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31877 Date:   Wed Jan 2 16:48:34 2008 +0100
31878
31879     ppc4xx: use common denali core defines and data eye search code for PMC440
31880
31881     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31882
31883 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
31884 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31885 Date:   Wed Jan 2 12:05:14 2008 +0100
31886
31887     ppc4xx: More cleanup for esd's LCD code
31888
31889     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31890
31891 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
31892 Author: Stefan Roese <sr@denx.de>
31893 Date:   Fri Jan 4 12:00:01 2008 +0100
31894
31895     ppc4xx: Fix Sequoia NAND booting target
31896
31897     The Sequoia NAND booting target now uses the recently extracted
31898     cpu/ppc4xx/denali_data_eye.c file too.
31899
31900     Signed-off-by: Stefan Roese <sr@denx.de>
31901
31902 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
31903 Author: Lawrence R. Johnson <lrj@acm.org>
31904 Date:   Thu Jan 3 15:02:02 2008 -0500
31905
31906     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
31907
31908     Signed-off-by: Larry Johnson <lrj@acm.org>
31909
31910 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
31911 Author: Lawrence R. Johnson <lrj@acm.org>
31912 Date:   Fri Jan 4 02:11:56 2008 -0500
31913
31914     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
31915
31916     Note: this patch changes the configuration of some GPIO registers:
31917
31918        Register      Old Value   New Value
31919     ---------------  ----------  ----------
31920     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
31921     DCR GPIO0_TSRH   0x55005000  0x00000000
31922     DCR GPIO1_TCR    0xC2000000  0xE2000000
31923     DCR GPIO1_TSRL   0x0C000000  0x00200000
31924     DCR GPIO1_ISR2L  0x00050000  0x00110000
31925
31926     Signed-off-by: Larry Johnson <lrj@acm.org>
31927
31928 commit 5ab884b254ca2e707ab50545cd705f30108cf491
31929 Author: Lawrence R. Johnson <lrj@acm.org>
31930 Date:   Thu Jan 3 18:54:00 2008 -0500
31931
31932     ppc4xx: Add functionality to GPIO support
31933
31934     This patch makes two additions to GPIO support:
31935
31936     First, it adds function gpio_read_in_bit() to read the a bit from the
31937     GPIO Input Register (GPIOx_IR) in the same way that function
31938     gpio_read_out_bit() reads a bit from the GPIO Output Register
31939     (GPIOx_OR).
31940
31941     Second, it modifies function gpio_set_chip_configuration() to provide
31942     an additional option for configuring the GPIO from the
31943     "CFG_4xx_GPIO_TABLE".
31944
31945     According to the 440EPx User's Manual, when an alternate output is used,
31946     the three-state control is configured in one of two ways, depending on
31947     the particular output.  The first option is to select the corresponding
31948     alternate three-state control in the GPIOx_TRSH/L registers.  The second
31949     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
31950     the GPIOx_TRSH/L registers, and set the corresponding bit in the
31951     GPIOx_TCR register to enable the output.  For example, the Manual
31952     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
31953     the alternate three-state control (first option), and specifies
31954     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
31955     enabled in the GPIOx_TCR register (second option).
31956
31957     Currently, gpio_set_chip_configuration() configures all alternate signal
31958     outputs to use the first option.  This patch allow the second option to
31959     be selected by setting the "out_val" element in the table entry to
31960     "GPIO_OUT_1".  The first option is used when the "out_val" element is
31961     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
31962     alternate signal is selected, and because all current GPIO tables set
31963     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
31964     not change any existing configurations.
31965
31966     Signed-off-by: Larry Johnson <lrj@acm.org>
31967
31968 commit 196404cdc1de495d6182e84731c200fc5748df15
31969 Author: Larry Johnson <lrj@arlinx.com>
31970 Date:   Sun Dec 30 01:01:54 2007 -0500
31971
31972     PPC4xx: Remove sdram.h from board/lwmon5
31973
31974     These definitions are now in "include/ppc440.h".
31975
31976     Signed-off-by: Larry Johnson <lrj@acm.org>
31977
31978 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
31979 Author: Larry Johnson <lrj@arlinx.com>
31980 Date:   Sun Dec 30 01:01:32 2007 -0500
31981
31982     PPC4xx: Use common code for LWMON5 board SDRAM support
31983
31984     This patch also modifies the functionality of the code so that the data-eye
31985     search is now done with with the cache disabled.
31986
31987     Signed-off-by: Larry Johnson <lrj@acm.org>
31988
31989 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
31990 Author: Larry Johnson <lrj@arlinx.com>
31991 Date:   Sun Dec 30 01:01:14 2007 -0500
31992
31993     PPC4xx: Remove sdram.h from board/amcc/sequoia
31994
31995     These definitions are now in "include/ppc440.h".
31996
31997     Signed-off-by: Larry Johnson <lrj@acm.org>
31998
31999 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
32000 Author: Larry Johnson <lrj@arlinx.com>
32001 Date:   Sun Dec 30 01:00:50 2007 -0500
32002
32003     PPC4xx: Use common code for Sequoia board SDRAM support
32004
32005     Signed-off-by: Larry Johnson <lrj@acm.org>
32006
32007 commit 8b0c5c127690335758100c25eaec2b84db97c101
32008 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32009 Date:   Thu Dec 27 16:58:41 2007 +0100
32010
32011     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
32012
32013     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
32014     networking stack does not automatically switch to
32015     another interface. This patch does not touch the default
32016     behavior.
32017
32018     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32019     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32020
32021 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
32022 Author: Upakul Barkakaty <upakul@gmail.com>
32023 Date:   Thu Nov 29 12:16:13 2007 +0530
32024
32025     NET: Proper return code handling in eth_init() function in file eth.c
32026
32027     This patch modifies the return code handling in the eth_init()
32028     function, to be compatible with the handling of the return codes in
32029     the other network stack files. It now returns a 0 on Success and -1 on
32030     error.
32031
32032     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
32033     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32034
32035 commit 5ca2d0953e4579a80810966cca2077e20d912c97
32036 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32037 Date:   Mon Nov 19 20:27:04 2007 +0900
32038
32039     net/eth.c: Fix env_enetaddr signed overflow
32040
32041     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
32042     warned as below:
32043
32044       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
32045
32046       DRAM:  256 MB
32047       Flash: 32 MB
32048       In:    serial
32049       Out:   serial
32050       Err:   serial
32051       Net:   NEC-Candy
32052       Warning: NEC-Candy MAC addresses don't match:
32053       Address in SROM is         00:00:4C:80:92:A2
32054       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
32055
32056     This patch changes env_enetaddr type from `char' to `unsigned char'.
32057
32058     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
32059     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32060     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32061
32062 commit f85b60710571b37293d2233933b76e2aa3db5635
32063 Author: Rafal Jaworowski <raj@semihalf.com>
32064 Date:   Thu Dec 27 18:19:02 2007 +0100
32065
32066     Introduce new eth_receive routine
32067
32068     The purpose of this routine is receiving a single network frame, outside of
32069     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
32070     U-Boot will let them utilise networking facilities. For sending a raw frame
32071     the already existing eth_send() can be used.
32072
32073     The direct consumer of this routine is the newly introduced API layer for
32074     external applications (enabled with CONFIG_API).
32075
32076     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
32077     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
32078     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32079
32080 commit 5c740711f0ea5b51414b341b71597c4a0751be74
32081 Author: Jon Loeliger <jdl@freescale.com>
32082 Date:   Thu Jan 3 10:41:04 2008 -0600
32083
32084     8610: Move include of config.h earlier.
32085
32086     Include config.h earlier in the set of #includes
32087     so as to avoid a incidental and duplicate definition
32088     of CFG_CACHELINE_SIZE.
32089
32090     Signed-off-by: Jon Loeliger
32091
32092 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
32093 Author: Jon Loeliger <jdl@freescale.com>
32094 Date:   Tue Dec 4 10:53:34 2007 -0600
32095
32096     Don't slam #undef DEBUG in the 8641HPCN config file.
32097
32098     Doing so prevents it from being individually set
32099     and useful in other files.
32100
32101     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32102
32103 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
32104 Author: Jon Loeliger <jdl@freescale.com>
32105 Date:   Wed Nov 28 14:47:18 2007 -0600
32106
32107     Convert MPC8641HPCN to use libfdt.
32108
32109     Assumes the presence of the aliases node in the DTS to
32110     locate the ethernet, pci and serial nodes for fixups.
32111
32112     Use consistent fdtaddr and fdtfile in environment variables.
32113
32114     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32115
32116 commit ce37422d0002e10490e268392e0c4e3028e52cec
32117 Author: Stefan Roese <sr@denx.de>
32118 Date:   Wed Jan 2 14:06:26 2008 +0100
32119
32120     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
32121
32122     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
32123     flash chips connected to a 32bit wide port.
32124
32125     Signed-off-by: Stefan Roese <sr@denx.de>
32126
32127 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
32128 Author: Wolfgang Denk <wd@denx.de>
32129 Date:   Wed Jan 2 15:58:44 2008 +0100
32130
32131     Fix compile problem introduced by "cleanup" commit 3dfd708c
32132
32133     Signed-off-by: Wolfgang Denk <wd@denx.de>
32134
32135 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
32136 Author: Wolfgang Denk <wd@denx.de>
32137 Date:   Wed Jan 2 15:54:45 2008 +0100
32138
32139     Make scripts and Makefiles POSIX compliant
32140
32141     The bash builtin versions of the "test" (resp. "[") command allow
32142     using "==" for string comparisons, but POSIX compatible implemen-
32143     tations (like /usr/bin/test) insist on using "=" only. On such systems
32144     you will see:
32145
32146         $ /usr/bin/test a == a && echo OK
32147         /usr/bin/test: ==: binary operator expected
32148
32149     This patch fixes Makefiles and scripts to use POSIX style.
32150
32151     Signed-off-by: Wolfgang Denk <wd@denx.de>
32152
32153 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
32154 Author: Stefan Roese <sr@denx.de>
32155 Date:   Wed Jan 2 14:05:37 2008 +0100
32156
32157     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
32158
32159     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
32160     flash chips connected to a 32bit wide port.
32161
32162     Signed-off-by: Stefan Roese <sr@denx.de>
32163
32164 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
32165 Author: Wolfgang Denk <wd@denx.de>
32166 Date:   Wed Jan 2 12:38:43 2008 +0100
32167
32168     Minor coding style cleanup.
32169
32170     Signed-off-by: Wolfgang Denk <wd@denx.de>
32171
32172 commit e174ac34adf5d5653df12bc3cf19c52063a71269
32173 Author: Stefan Roese <sr@denx.de>
32174 Date:   Fri Dec 28 17:29:56 2007 +0100
32175
32176     ppc4xx: Coding style cleanup
32177
32178     Signed-off-by: Stefan Roese <sr@denx.de>
32179
32180 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
32181 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32182 Date:   Fri Dec 28 17:07:24 2007 +0100
32183
32184     ppc4xx: Complete PMC440 board support
32185
32186     This patch brings the PMC440 board configuration file.
32187     Finally it enables the PMC440 board support.
32188
32189     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32190
32191 commit 407843a582560fc5231299561ab3c2b6b6cd3397
32192 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32193 Date:   Fri Dec 28 17:07:18 2007 +0100
32194
32195     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
32196
32197     This patch adds some BSP commands and FPGA booting support
32198     for esd's PMC440 boards.
32199
32200     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32201
32202 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
32203 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32204 Date:   Fri Dec 28 17:07:14 2007 +0100
32205
32206     ppc4xx: Add initial esd PMC440 board files
32207
32208     This patch adds the first files for the new esd PMC440 boards.
32209     The next two patches will complete the PMC440 board support.
32210
32211     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32212
32213 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
32214 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32215 Date:   Fri Dec 28 17:10:36 2007 +0100
32216
32217     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
32218
32219     - add EEPROM write protection for esd PLU405 boards.
32220     - initialize NAND GPIOs
32221     - use correct io accessors
32222     - cleanup
32223
32224     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32225
32226 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
32227 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32228 Date:   Fri Dec 28 17:10:44 2007 +0100
32229
32230     ppc4xx: use correct io accessors for esd's LCD code
32231
32232     This patch fixes esd's LCD dectection code to work correctly with
32233     newer gcc versions.
32234
32235     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32236
32237 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
32238 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32239 Date:   Fri Dec 28 17:10:42 2007 +0100
32240
32241     ppc4xx: Maintenance patch for VOH405 boards
32242
32243     - add EEPROM write protection
32244     - initialize NAND GPIOs
32245     - use correct io accessors
32246     - slow down I2C clock to 100kHz
32247     - enable ext. I2C bus
32248     - cleanup
32249
32250     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32251
32252 commit c05569066dbcba3fdf36d4d1943df265dc316a86
32253 Author: Stefan Roese <sr@denx.de>
32254 Date:   Fri Dec 28 16:08:08 2007 +0100
32255
32256     ppc4xx: Enable 405EP PCI arbiter per default on all boards
32257
32258     In an attmemt to clean up the 4xx start.S file, I removed the enabling
32259     of the internal 405EP PCI arbiter. This is needed for multiple other
32260     405EP platforms, like most of the esd 405EP. Now the internal PCI
32261     arbiter is enabled again per default as it has been before.
32262
32263     Signed-off-by: Stefan Roese <sr@denx.de>
32264     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32265
32266 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
32267 Author: Stefan Roese <sr@denx.de>
32268 Date:   Fri Dec 28 15:53:46 2007 +0100
32269
32270     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
32271
32272     Signed-off-by: Stefan Roese <sr@denx.de>
32273     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32274
32275 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
32276 Author: Stefan Roese <sr@denx.de>
32277 Date:   Fri Dec 28 06:06:04 2007 +0100
32278
32279     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
32280
32281     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
32282     platforms mentioned above.
32283
32284     Signed-off-by: Stefan Roese <sr@denx.de>
32285
32286 commit b568fd25574181a3b12ae3d66b2913903442cb83
32287 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32288 Date:   Thu Dec 27 17:03:46 2007 +0100
32289
32290     Remove CPCI440 board
32291
32292     This board never left prototyping state and it
32293     became a millstone round my neck. So remove it.
32294
32295     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32296
32297 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
32298 Author: Larry Johnson <lrj@arlinx.com>
32299 Date:   Thu Dec 27 11:28:51 2007 -0500
32300
32301     Add support for Korat PPC440EPx board
32302
32303     These patches add support for the PPC440EPx-based "Korat" board to
32304     U-Boot.  They are based primarily on support for the Sequoia board.
32305
32306     Signed-off-by: Larry Johnson <lrj@acm.org>
32307
32308 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
32309 Author: Larry Johnson <lrj@arlinx.com>
32310 Date:   Sat Dec 22 15:16:25 2007 -0500
32311
32312     Add configuration file for Korat board
32313
32314     This patch supplies the configuration file for the Korat PPC440EPx-
32315     processor board.
32316
32317     Signed-off-by: Larry Johnson <lrj@acm.org>
32318
32319 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
32320 Author: Larry Johnson <lrj@arlinx.com>
32321 Date:   Sat Dec 22 15:16:11 2007 -0500
32322
32323     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
32324
32325     Signed-off-by: Larry Johnson <lrj@acm.org>
32326
32327 commit aba19604d848b2838cfb9ebe818909e6a216058e
32328 Author: Larry Johnson <lrj@arlinx.com>
32329 Date:   Thu Dec 27 10:54:48 2007 -0500
32330
32331     Add 440EPx DDR2 SPD DIMM support
32332
32333     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
32334     controller.  It should also work on the 440GRx.  It is based on the DDR2
32335     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
32336
32337     This code has been tested on prototype Korat boards with three Kingston
32338     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
32339     (two ranks).  The Korat board has a single DIMM socket, but support has
32340     been provided (though not tested) for boards with two DIMM sockets.
32341
32342     Signed-off-by: Larry Johnson <lrj@acm.org>
32343
32344 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
32345 Author: Larry Johnson <lrj@arlinx.com>
32346 Date:   Sat Dec 22 15:15:30 2007 -0500
32347
32348     Copy 440EPx/GRx SDRAM data-eye search to common directory
32349
32350     This patch creates a non-board-specific file for performing the SDRAM
32351     data-eye search.  It also adds ECC error checking to the test of valid
32352     data on readback when ECC is enabled.
32353
32354     Signed-off-by: Larry Johnson <lrj@acm.org>
32355
32356 commit c46f53333b22b1f9098676bea8884fc7db820cf3
32357 Author: Larry Johnson <lrj@arlinx.com>
32358 Date:   Sat Dec 22 15:15:13 2007 -0500
32359
32360     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
32361
32362     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
32363     It also fixes two typos in the definitions, so the board-specific
32364     "sdram.h" files containing these definitions are also fixed to avoid
32365     compiler warnings.
32366
32367     Signed-off-by: Larry Johnson <lrj@acm.org>
32368
32369 commit c348578bf612d0c56d8d376d23cae16defbd86af
32370 Author: Larry Johnson <lrj@arlinx.com>
32371 Date:   Thu Dec 27 10:50:55 2007 -0500
32372
32373     Add Ethernet 1000BASE-X support for PPC4xx
32374
32375     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
32376     is defined, the PHY will advertise it's capabilities for autonegotiation
32377     based on the capabilities shown in the PHY's status registers, including
32378     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
32379     advertise hard-coded capabilities, as before.
32380
32381     Signed-off-by: Larry Johnson <lrj@acm.org>
32382
32383 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
32384 Author: Larry Johnson <lrj@arlinx.com>
32385 Date:   Thu Dec 27 09:52:17 2007 -0500
32386
32387     Add driver for National Semiconductor LM73 temperature sensor
32388
32389     This driver is based on the driver for the LM75.
32390
32391     Signed-off-by: Larry Johnson <lrj@acm.org>
32392
32393 commit 12618278688ea9b3d76536960a5ad2e3790fac40
32394 Author: Larry Johnson <lrj@arlinx.com>
32395 Date:   Sat Dec 22 15:14:00 2007 -0500
32396
32397     Add driver for STMicroelectronics M41T60 RTC
32398
32399     This driver is based on the driver for the M41T11.  In the intended
32400     application, the RTC will be powered by a large capacitor, rather than a
32401     battery.  The driver therefore checks to see whether the RTC has lost
32402     power.  The chip's OUT bit is normally reset from its power-up state.  If
32403     the OUT bit is read as set, or if the date and time are not valid, then the
32404     RTC is assumed to have lost power, and its date and time are reset to
32405     1900-01-01 00:00:00.
32406
32407     Support for adjusting the speed of the clock to improve accuracy is
32408     provided through an environment variable.
32409
32410     Signed-off-by: Larry Johnson <lrj@acm.org>
32411
32412 commit d3471173e14b7544bb60339eda8d3d3906694b0a
32413 Author: Larry Johnson <lrj@arlinx.com>
32414 Date:   Sat Dec 22 15:34:39 2007 -0500
32415
32416     Use out_be32() and friends to access memory-mapped registers in sequoia.c
32417
32418     Signed-off-by: Larry Johnson <lrj@acm.org>
32419
32420 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
32421 Author: Larry Johnson <lrj@arlinx.com>
32422 Date:   Sat Dec 22 15:34:20 2007 -0500
32423
32424     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
32425
32426     Signed-off-by: Larry Johnson <lrj@acm.org>
32427
32428 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
32429 Author: Larry Johnson <lrj@arlinx.com>
32430 Date:   Sat Dec 22 15:23:50 2007 -0500
32431
32432     Cosmetic changes to ECC POST for AMCC Denali core
32433
32434     Signed-off-by: Larry Johnson <lrj@acm.org>
32435
32436 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
32437 Author: Stefan Roese <sr@denx.de>
32438 Date:   Wed Dec 26 20:20:19 2007 +0100
32439
32440     ppc4xx: Fix compilation problem in 405 cache POST test
32441
32442     Signed-off-by: Stefan Roese <sr@denx.de>
32443
32444 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
32445 Author: Stefan Roese <sr@denx.de>
32446 Date:   Sat Dec 22 12:20:09 2007 +0100
32447
32448     ppc4xx: Move virtual address of POST cache test to bigger address
32449
32450     On Sequoia & LWMON5 the virtual address of the POST cache test is now
32451     moved to a bigger address. This enables usage of more memory on those
32452     boards.
32453
32454     Signed-off-by: Stefan Roese <sr@denx.de>
32455
32456 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
32457 Author: Stefan Roese <sr@denx.de>
32458 Date:   Sat Dec 22 12:18:26 2007 +0100
32459
32460     ppc4xx: Fix problem in 44x cache POST routine
32461
32462     As repoted by Larry Johnson, running "diag run cache" caused a crash
32463     in U-Boot. This problem was introduced by a patch that removed the
32464     TLB entry for the cache test after the test has completed. Since this
32465     TLB was only setup once, a 2nd attempt to run this cache test
32466     failed with a crash. Now this TLB entry is created every time the
32467     routine is called.
32468
32469     Signed-off-by: Stefan Roese <sr@denx.de>
32470
32471 commit b0265b576bb8fa9465f99e99c323768b562fadc2
32472 Author: Stefan Roese <sr@denx.de>
32473 Date:   Fri Dec 21 07:51:29 2007 +0100
32474
32475     ppc4xx: Update Makalu fdt support
32476
32477     Signed-off-by: Stefan Roese <sr@denx.de>
32478
32479 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
32480 Author: Stefan Roese <sr@denx.de>
32481 Date:   Wed Dec 19 09:05:40 2007 +0100
32482
32483     ppc4xx: Add fdt support to AMCC Katmai eval board
32484
32485     Signed-off-by: Stefan Roese <sr@denx.de>
32486
32487 commit 328a340392a5df9aaf00792be989df73e750859e
32488 Author: Stefan Roese <sr@denx.de>
32489 Date:   Tue Dec 18 08:44:51 2007 +0100
32490
32491     ppc4xx: fdt: Cleanup setup of cpu node setup
32492
32493     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
32494     without using the absolute path to the cpu node. This makes it possible
32495     to use this U-Boot version with both versions of cpu-node naming
32496     "cpu@0" and the former "PowerPC,440EPx@0".
32497
32498     Signed-off-by: Stefan Roese <sr@denx.de>
32499
32500 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
32501 Author: Stefan Roese <sr@denx.de>
32502 Date:   Mon Dec 17 17:26:21 2007 +0100
32503
32504     ppc4xx: Fix lwmon5 compilation problem
32505
32506     Now that the 440EPx ECC test is not board specific anymore
32507     remove this Makefile.
32508
32509     Signed-off-by: Stefan Roese <sr@denx.de>
32510
32511 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
32512 Author: Anatolij Gustschin <agustschin@t-online.de>
32513 Date:   Wed Dec 5 17:43:20 2007 +0100
32514
32515     Fix ppc4xx clear_bss() code
32516
32517     ppc4xx clear_bss() fails if BSS segment size is not
32518     divisible by 4 without remainder. This patch provides
32519     fix for this problem.
32520
32521     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32522
32523 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
32524 Author: Niklaus Giger <niklausgiger@gmx.ch>
32525 Date:   Fri Nov 30 18:35:11 2007 +0100
32526
32527     PPC4xx: Minimal changes to add vxWorks support
32528
32529     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32530
32531 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
32532 Author: Markus Klotzbücher <mk@denx.de>
32533 Date:   Fri Nov 23 13:09:18 2007 +0100
32534
32535     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
32536
32537     When using dhcp/bootp the "netmask" environment variable is not
32538     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
32539     desireable, so the following patch adds this this option to the board
32540     config.
32541
32542     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32543     Signed-off-by: Stefan Roese <sr@denx.de>
32544
32545 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
32546 Author: Larry Johnson <lrj@arlinx.com>
32547 Date:   Sat Oct 27 12:48:15 2007 -0400
32548
32549     Fix/enhance ECC POST for 440EPx/GRx
32550
32551     This patch allows the ECC POST to be used for different boards with the
32552     PPC440 Denali SDRAM controller.  Modifications include skipping the test
32553     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
32554     to prevent timing errors.
32555
32556     Signed-off-by: Larry Johnson <lrj@acm.org>
32557
32558 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
32559 Author: Larry Johnson <lrj@arlinx.com>
32560 Date:   Sat Oct 27 12:48:05 2007 -0400
32561
32562     PPC4xx: Move/rename ECC POST for 440EPx/GRx
32563
32564     Signed-off-by: Larry Johnson <lrj@acm.org>
32565
32566 commit c29d2d3680046d430022c55e50fcb27f5866517e
32567 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32568 Date:   Fri Dec 14 11:20:33 2007 +0100
32569
32570     ppc4xx: use correct io accessors for 4xx ethernet POST
32571
32572     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32573
32574 commit ba79fde58a48c0a6ff8e2a96caba951594142203
32575 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32576 Date:   Fri Dec 14 11:19:56 2007 +0100
32577
32578     ppc4xx: fix flush + invalidate_dcache_range arguments
32579
32580     flush + invalidate_dcache_range() expect the start and stop+1 address.
32581     So the stop address is the first address behind (!) the range.
32582
32583     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32584
32585 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
32586 Author: Stefan Roese <sr@denx.de>
32587 Date:   Fri Dec 14 08:41:29 2007 +0100
32588
32589     ppc4xx: fdt: use fdt_fixup_ethernet()
32590
32591     By using aliases in the dts file, the ethernet node fixup is
32592     much easier with the recently added functions.
32593
32594     Please note that the dts file needs the aliases for this to work.
32595
32596     Signed-off-by: Stefan Roese <sr@denx.de>
32597
32598 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
32599 Author: Stefan Roese <sr@denx.de>
32600 Date:   Thu Dec 13 14:52:53 2007 +0100
32601
32602     ppc4xx: Bring 4xx fdt support up-to-date
32603
32604     This patch update the 4xx fdt support. It enabled fdt booting
32605     on the AMCC Kilauea and Sequoia for now. More can follow later
32606     quite easily.
32607
32608     Signed-off-by: Stefan Roese <sr@denx.de>
32609
32610 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
32611 Author: Stefan Roese <sr@denx.de>
32612 Date:   Thu Dec 27 07:50:54 2007 +0100
32613
32614     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
32615
32616     The check for an sufficiently erased destination was missing in the
32617     buffered write function of the cfi flash driver (when
32618     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
32619     writing to such a region will fail with the currect error message.
32620
32621     Signed-off-by: Stefan Roese <sr@denx.de>
32622
32623 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
32624 Author: Martin Krause <martin.krause@tqs.de>
32625 Date:   Mon Nov 12 10:56:17 2007 +0100
32626
32627     Some configuration updates for the TQM5200 based TB5200 board:
32628
32629     - enable command line history
32630     - increase malloc space (because of bigger flash sectors)
32631
32632     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32633
32634 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
32635 Author: Martin Krause <martin.krause@tqs.de>
32636 Date:   Thu Sep 27 11:10:08 2007 +0200
32637
32638     TQM8xx: use the CFI flash driver on all TQM8xx boards
32639
32640     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32641
32642 commit 11d9eec479b470eab9242ab937fca70a876d9376
32643 Author: Martin Krause <martin.krause@tqs.de>
32644 Date:   Wed Sep 26 17:55:56 2007 +0200
32645
32646     TQM885D: adjust for doubled flash sector size + some minor fixes
32647
32648     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32649
32650 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
32651 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
32652 Date:   Wed Sep 26 17:55:54 2007 +0200
32653
32654     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
32655
32656     CAS-Latency=2, Write Recovery Time tWR=2
32657     The max. supported bus frequency is 66 MHz. Therefore, changed
32658     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
32659
32660     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32661
32662 commit b988b8cd443989be65161888eea0127ad03f846f
32663 Author: Martin Krause <martin.krause@tqs.de>
32664 Date:   Wed Sep 26 17:55:56 2007 +0200
32665
32666     TQM885D: use calculated cpuclk instead of measuring it
32667
32668     On the TQM885D the measurement of cpuclk with the PIT reference
32669     timer ist not necessary. Since all module variants use the same
32670     external 10 MHz oscillator, the cpuclk only depends on the PLL
32671     configuration - which is readable by software.
32672
32673     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32674
32675 commit 492c7049869348d31168de8dad89651315e468e0
32676 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
32677 Date:   Thu Sep 27 14:54:46 2007 +0200
32678
32679     TQM885D: fix SDRAM refresh
32680
32681     At 133 MHz the current SDRAM refresh rate is too fast
32682     (measured 4 * 1.17 us).
32683     CFG_MAMR_PTA changes from 39 to 128. This result
32684     in a refresh rate of 4 * 7.8 us at the default clock
32685     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
32686     This is a compromise until a new method is found to
32687     adjust the refresh rate.
32688
32689     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32690
32691 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
32692 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
32693 Date:   Thu Sep 27 14:54:46 2007 +0200
32694
32695     TQM860M: Support for 10col SDRAMs, max. 128 MiB
32696
32697     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32698
32699 commit 61fb15c516fef5631e305f1976d7b3a679725856
32700 Author: Wolfgang Denk <wd@denx.de>
32701 Date:   Thu Dec 27 01:52:50 2007 +0100
32702
32703     Fix coding style issues; update CHANGELOG.
32704
32705     Signed-off-by: Wolfgang Denk <wd@denx.de>
32706
32707 commit 467bcee11fe26ad422f2de971aa70866079870f2
32708 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32709 Date:   Fri Dec 14 15:36:18 2007 +0100
32710
32711     cfi_flash: Add manufacturer-specific fixups
32712
32713     Run fixups based on the JEDEC manufacturer ID independent of the
32714     command set ID.
32715
32716     This changes current behaviour: Previously, geometry reversal for AMD
32717     chips were done based on the command set ID, while they are now done
32718     based on the JEDEC manufacturer and device ID.
32719
32720     Also add fixup for top-boot Atmel chips. A fixup is needed for
32721     AT49BV6416(T) too, but since u-boot currently only reads the low byte
32722     of the device ID, there's no way to tell it apart from AT49BV642D,
32723     which should not have this fixup. Since AT49BV642D support is
32724     necessary to get ATNGW100 board support into mainline, I've commented
32725     out the fixup for now.
32726
32727     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32728
32729 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
32730 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32731 Date:   Fri Dec 14 15:36:17 2007 +0100
32732
32733     cfi_flash: Add cmdset-specific init functions
32734
32735     Move things like reading JEDEC IDs and fixing up geometry reversal
32736     into separate functions. The geometry reversal fixup is now performed
32737     by altering the qry structure directly, which makes the sector init
32738     code slightly cleaner.
32739
32740     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32741
32742 commit e23741f4a6d8047520ef0d4971762749b3587d32
32743 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32744 Date:   Fri Dec 14 15:36:16 2007 +0100
32745
32746     cfi_flash: Read whole QRY structure in one go
32747
32748     Read out the whole CFI Standard Query structure after successful cfi
32749     identification. This allows subsequent code to access this information
32750     directly without having to go through flash_read_uchar() and friends.
32751
32752     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32753
32754 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
32755 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32756 Date:   Mon Dec 17 11:02:44 2007 +0100
32757
32758     AVR32: Fix logic inversion in disable_interrupts()
32759
32760     disable_interrupts() should return nonzero if interrupts were
32761     _enabled_ before, not disabled.
32762
32763     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32764
32765 commit acac475212cbedb17b321a363a1c878e2b47b37f
32766 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32767 Date:   Fri Dec 14 16:51:22 2007 +0100
32768
32769     AVR32: Enable interrupts at bootup
32770
32771     The timer code depends on the timer interrupt to keep track of the
32772     upper 32 bits of the cycle counter. This obviously doesn't work when
32773     interrupts are disabled the whole time.
32774
32775     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32776
32777 commit 9570bcd87f4db255514f43b6701746c412f8fef0
32778 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32779 Date:   Thu Nov 15 10:03:45 2007 +0100
32780
32781     AVR32: Fix wrong pin setup for USART3
32782
32783     As reported by Gerhard Berghofer:
32784
32785     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
32786     instead of PB18 and PB19.
32787
32788     which is obviously correct. There's currently no code that uses
32789     USART3, but custom boards may run into problems.
32790
32791     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32792
32793 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
32794 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32795 Date:   Thu Nov 1 12:44:20 2007 +0100
32796
32797     README: Remove ATSTK1000 daughterboard list
32798
32799     As noted by Kim Phillips, these lists tend to become out of date.
32800
32801     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32802
32803 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
32804 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32805 Date:   Tue Oct 30 14:56:36 2007 +0100
32806
32807     Add ATSTK100[234] to MAINTAINERS
32808
32809     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
32810     "mother". Also update the entry for ATSTK1000 to be not only about the
32811     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
32812
32813     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32814
32815 commit 64ff2357b1727213803591813dbc779c924bf772
32816 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32817 Date:   Mon Oct 29 13:02:54 2007 +0100
32818
32819     AVR32: Add support for the ATSTK1004 board
32820
32821     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
32822     which is a derivative of AT32AP7000.
32823
32824     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32825
32826 commit 667568db157f374b85abd7e03596ddd1f0b25681
32827 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32828 Date:   Mon Oct 29 13:02:54 2007 +0100
32829
32830     AVR32: Add support for the ATSTK1003 board
32831
32832     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
32833     which is a derivative of AT32AP7000.
32834
32835     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32836
32837 commit 5fee84a794a51ec830548cda485a770efb018b92
32838 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32839 Date:   Mon Oct 29 13:23:33 2007 +0100
32840
32841     AVR32: Make some AT32AP700x peripherals optional
32842
32843     Add a chip-features file providing definitions of the form
32844
32845     AT32AP700x_CHIP_HAS_<peripheral>
32846
32847     to indicate the availability of the given peripheral on the currently
32848     selected chip.
32849
32850     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32851
32852 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
32853 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32854 Date:   Mon Oct 29 13:09:56 2007 +0100
32855
32856     AVR32: Rename at32ap7000 -> at32ap700x
32857
32858     The SoC-specific code for all the AT32AP700x CPUs is practically
32859     identical; the only difference is that some chips have less features
32860     than others. By doing this rename, we can add support for the AP7000
32861     derivatives simply by making some features conditional.
32862
32863     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32864
32865 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
32866 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32867 Date:   Fri Jun 29 18:22:34 2007 +0200
32868
32869     atmel_mci: Show SR when block read fails
32870
32871     Show controller status as well as card status when an error occurs
32872     during block read.
32873
32874     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32875
32876 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
32877 Author: Stefan Roese <sr@denx.de>
32878 Date:   Thu Dec 13 14:52:53 2007 +0100
32879
32880     ppc4xx: Bring 4xx fdt support up-to-date
32881
32882     This patch update the 4xx fdt support. It enabled fdt booting
32883     on the AMCC Kilauea and Sequoia for now. More can follow later
32884     quite easily.
32885
32886     Signed-off-by: Stefan Roese <sr@denx.de>
32887
32888 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
32889 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32890 Date:   Thu Dec 13 12:56:34 2007 +0100
32891
32892     cfi_flash: Use map_physmem() and unmap_physmem()
32893
32894     Use map_physmem() and unmap_physmem() to convert from physical to
32895     virtual addresses. This gives the arch a chance to provide an uncached
32896     mapping for flash accesses.
32897
32898     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32899
32900 commit 4d7d6936eb29af7cca330937808312aa5f61454d
32901 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32902 Date:   Thu Dec 13 12:56:33 2007 +0100
32903
32904     Introduce map_physmem() and unmap_physmem()
32905
32906     map_physmem() returns a virtual address which can be used to access a
32907     given physical address without involving the cache. unmap_physmem()
32908     should be called when the virtual address returned by map_physmem() is
32909     no longer needed.
32910
32911     This patch adds a stub implementation which simply returns the
32912     physical address cast to a uchar * for all architectures except AVR32,
32913     which converts the physical address to an uncached virtual mapping.
32914     unmap_physmem() is a no-op on all architectures, but if any
32915     architecture needs to do such mappings through the TLB, this is the
32916     hook where those TLB entries can be invalidated.
32917
32918     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32919
32920 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
32921 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32922 Date:   Thu Dec 13 12:56:32 2007 +0100
32923
32924     cfi_flash: Introduce read and write accessors
32925
32926     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
32927     them to access the flash memory. This makes it clearer when the flash
32928     is actually being accessed; merely dereferencing a volatile pointer
32929     looks just like any other kind of access.
32930
32931     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32932
32933 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
32934 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32935 Date:   Thu Dec 13 12:56:31 2007 +0100
32936
32937     Implement __raw_{read,write}[bwl] on all architectures
32938
32939     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
32940     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
32941     from Linux.
32942
32943     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32944
32945 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
32946 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32947 Date:   Sat Oct 6 18:55:36 2007 +0200
32948
32949     cfi_flash: Reorder functions and eliminate extra prototypes
32950
32951     Reorder the functions in cfi_flash.c so that each function only uses
32952     functions that have been defined before it. This allows the static
32953     prototype declarations near the top to be eliminated and might allow
32954     gcc to do a better job inlining functions.
32955
32956     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32957
32958 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
32959 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32960 Date:   Thu Dec 13 12:56:29 2007 +0100
32961
32962     cfi_flash: Make some needlessly global functions static
32963
32964     Make functions not declared in any header file static.
32965
32966     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32967
32968 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
32969 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32970 Date:   Thu Dec 13 12:56:28 2007 +0100
32971
32972     cfi_flash: Break long lines
32973
32974     This patch tries to keep all lines in the cfi_flash driver below 80
32975     columns. There are a few lines left which don't fit this requirement
32976     because I couldn't find any trivial way to break them (i.e. it would
32977     take some restructuring, which I intend to do in a later patch.)
32978
32979     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32980
32981 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
32982 Author: Bartlomiej Sieka <tur@semihalf.com>
32983 Date:   Tue Dec 11 13:59:57 2007 +0100
32984
32985     CFI: synchronize command offsets with Linux CFI driver
32986
32987     Fixes non-working CFI Flash on the Inka4x0 board.
32988
32989     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32990
32991 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
32992 Author: Kumar Gala <galak@kernel.crashing.org>
32993 Date:   Fri Dec 7 12:17:34 2007 -0600
32994
32995     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
32996
32997     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
32998     (MPC8544DS, MPC8548CDS, MPC8568MDS).
32999
33000     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33001
33002 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
33003 Author: Kumar Gala <galak@kernel.crashing.org>
33004 Date:   Fri Dec 7 12:04:30 2007 -0600
33005
33006     Update Freescale MPC85xx ADS/CDS/MDS board config
33007
33008     * Enabled CONFIG_CMD_ELF
33009
33010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33011
33012 commit d435793229ce29a42797c1edc39f5b34f987f91a
33013 Author: Kumar Gala <galak@kernel.crashing.org>
33014 Date:   Fri Dec 7 04:59:26 2007 -0600
33015
33016     Handle Asynchronous DDR clock on 85xx
33017
33018     The MPC8572 introduces the concept of an asynchronous DDR clock with
33019     regards to the platform clock.
33020
33021     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
33022     mode.
33023
33024     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33025
33026 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
33027 Author: Kumar Gala <galak@kernel.crashing.org>
33028 Date:   Thu Nov 29 10:34:28 2007 -0600
33029
33030     Update Freescale MPC85xx ADS/CDS/MDS board config
33031
33032     * Removed some misc environment setup
33033     * Enabled CONFIG_CMDLINE_EDITING
33034
33035     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33036
33037 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
33038 Author: Kumar Gala <galak@kernel.crashing.org>
33039 Date:   Thu Nov 29 10:47:44 2007 -0600
33040
33041     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
33042
33043     Minor path corrections needed to ensure buildability.
33044
33045     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33046
33047 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
33048 Author: Kumar Gala <galak@kernel.crashing.org>
33049 Date:   Thu Nov 29 10:16:18 2007 -0600
33050
33051     Move the MPC8540 ADS board under board/freescale.
33052
33053     Minor path corrections needed to ensure buildability.
33054
33055     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33056
33057 commit 870ceac5b3a3486c109396e005af81ae762b5710
33058 Author: Kumar Gala <galak@kernel.crashing.org>
33059 Date:   Thu Nov 29 10:14:50 2007 -0600
33060
33061     Move the MPC8560 ADS board under board/freescale.
33062
33063     Minor path corrections needed to ensure buildability.
33064
33065     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33066
33067 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
33068 Author: Kumar Gala <galak@kernel.crashing.org>
33069 Date:   Thu Nov 29 10:13:47 2007 -0600
33070
33071     Move the MPC8568 MDS board under board/freescale.
33072
33073     Minor path corrections needed to ensure buildability.
33074
33075     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33076
33077 commit a853d56c59b33415304531443633808736acfc6e
33078 Author: Kumar Gala <galak@kernel.crashing.org>
33079 Date:   Thu Nov 29 02:18:59 2007 -0600
33080
33081     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
33082
33083     We already had defines for LAWAR_TRGT_IF_* that we should use
33084     rather than creating new ones.  Also, added some missing defines for
33085     PCIE targets.
33086
33087     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33088
33089 commit 04db400892da37b76a585e332a0c137954ad2015
33090 Author: Kumar Gala <galak@kernel.crashing.org>
33091 Date:   Thu Nov 29 02:10:09 2007 -0600
33092
33093     Stop using immap_t on 85xx
33094
33095     In the future the offsets to various blocks may not be in same location.
33096     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
33097     instead of getting it via &immap.
33098
33099     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33100
33101 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
33102 Author: Kumar Gala <galak@kernel.crashing.org>
33103 Date:   Thu Nov 29 01:23:09 2007 -0600
33104
33105     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
33106
33107     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33108
33109 commit c480861bf000156e6a3e932c258db59ff2212dd3
33110 Author: Kumar Gala <galak@kernel.crashing.org>
33111 Date:   Thu Nov 29 01:06:19 2007 -0600
33112
33113     Update MPC8568 MDS to use libfdt
33114
33115     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
33116     ethernet, pci, and serial for the various fixups that are done.
33117
33118     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33119
33120 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
33121 Author: Haiying Wang <Haiying.Wang@freescale.com>
33122 Date:   Wed Nov 14 15:52:06 2007 -0500
33123
33124     Add PCI Express support on MPC8568MDS
33125
33126     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33127     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33128
33129 commit b90d25497625b90ffa3f2911a0895ca237556ff5
33130 Author: Kumar Gala <galak@kernel.crashing.org>
33131 Date:   Thu Nov 29 00:11:44 2007 -0600
33132
33133     Update MPC85xx CDS to use libfdt
33134
33135     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
33136     ethernet, pci, and serial for the various fixups that are done.
33137
33138     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33139
33140 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
33141 Author: Kumar Gala <galak@kernel.crashing.org>
33142 Date:   Wed Nov 28 22:54:27 2007 -0600
33143
33144     Update MPC8540 ADS to use libfdt
33145
33146     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
33147     ethernet, pci, and serial for the various fixups that are done.
33148
33149     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33150
33151 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
33152 Author: Kumar Gala <galak@kernel.crashing.org>
33153 Date:   Wed Nov 28 22:40:31 2007 -0600
33154
33155     Update MPC8560 ADS to use libfdt
33156
33157     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
33158     ethernet, pci, and serial for the various fixups that are done.
33159
33160     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33161
33162 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
33163 Author: Kumar Gala <galak@kernel.crashing.org>
33164 Date:   Wed Nov 28 00:36:33 2007 -0600
33165
33166     Stop using immap_t for cpm offset on 85xx
33167
33168     In the future the offsets to various blocks may not be in same location.
33169     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
33170     instead of getting it via &immap->im_cpm.
33171
33172     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33173
33174 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
33175 Author: Kumar Gala <galak@kernel.crashing.org>
33176 Date:   Tue Nov 27 23:25:02 2007 -0600
33177
33178     Stop using immap_t for guts offset on 85xx
33179
33180     In the future the offsets to various blocks may not be in same location.
33181     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
33182     instead of getting it via &immap->im_gur.
33183
33184     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33185
33186 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
33187 Author: Kumar Gala <galak@kernel.crashing.org>
33188 Date:   Tue Nov 27 22:42:34 2007 -0600
33189
33190     Update MPC8544 DS config
33191
33192     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
33193     * Removed some misc environment setup
33194     * Moved to using fdtfile & fdtaddr as fdt env var names
33195     * Enabled CONFIG_CMDLINE_EDITING
33196
33197     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33198
33199 commit addce57e2e4c49e77ffb2020a84690713bb18b47
33200 Author: Kumar Gala <galak@kernel.crashing.org>
33201 Date:   Mon Nov 26 17:12:24 2007 -0600
33202
33203     Update MPC8544DS to use libfdt
33204
33205     Updated the MPC8544DS config to use libfdt and assume use of aliases for
33206     ethernet, pci, and serial for the various fixups that are done.
33207
33208     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33209
33210 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
33211 Author: Kumar Gala <galak@kernel.crashing.org>
33212 Date:   Thu Nov 29 00:15:30 2007 -0600
33213
33214     Add libfdt based ft_cpu_setup for mpc85xx
33215
33216     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33217
33218 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
33219 Author: Stefan Roese <sr@denx.de>
33220 Date:   Tue Dec 11 13:38:19 2007 +0100
33221
33222     ppc4xx: Correct GPIO offset in gpio_config()
33223
33224     Thanks to Gary Jennejohn for pointing this out.
33225
33226     Signed-off-by: Stefan Roese <sr@denx.de>
33227
33228 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
33229 Author: Stefan Roese <sr@denx.de>
33230 Date:   Tue Dec 11 11:46:01 2007 +0100
33231
33232     rtc: Fix merging problem
33233
33234     Signed-off-by: Stefan Roese <sr@denx.de>
33235
33236 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
33237 Author: Stefan Roese <sr@denx.de>
33238 Date:   Sat Dec 8 14:47:34 2007 +0100
33239
33240     ppc4xx: 405EX: Correctly enable USB pins
33241
33242     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
33243     function control) registers. This is done for the AMCC Kilauea and
33244     Makalu eval boards.
33245
33246     Signed-off-by: Stefan Roese <sr@denx.de>
33247
33248 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
33249 Author: Stefan Roese <sr@denx.de>
33250 Date:   Sat Dec 8 08:25:09 2007 +0100
33251
33252     CFI: Coding style cleanup
33253
33254     Signed-off-by: Stefan Roese <sr@denx.de>
33255
33256 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
33257 Author: Michael Schwingen <michael@schwingen.org>
33258 Date:   Fri Dec 7 23:35:02 2007 +0100
33259
33260     CFI: support JEDEC flash roms in CFI-flash framework
33261
33262     The following patch adds support for non-CFI flash ROMS, by hooking into the
33263     CFI flash code and using most of its code, as recently discussed here in the
33264     thread "Mixing CFI and non-CFI flashs".
33265
33266     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33267     Signed-off-by: Stefan Roese <sr@denx.de>
33268
33269 commit c01b17dd856fa120b2970f50d9598546a4927ec3
33270 Author: Gerald Van Baren <vanbaren@cideas.com>
33271 Date:   Wed Nov 28 21:24:50 2007 -0500
33272
33273     Conditionally compile fdt_fixup_ethernet()
33274
33275     Fix compiler warnings: On boards that don't have ethernets defined,
33276     don't compile fdt_fixup_ethernet().
33277
33278 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
33279 Author: Kumar Gala <galak@kernel.crashing.org>
33280 Date:   Tue Nov 27 21:59:46 2007 -0600
33281
33282     Convert boards that set memory node to use fdt_fixup_memory()
33283
33284     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33285
33286 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
33287 Author: Kumar Gala <galak@kernel.crashing.org>
33288 Date:   Mon Nov 26 17:06:15 2007 -0600
33289
33290     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
33291
33292     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
33293     determine which serial alias we should set linux,stdout-path to.
33294
33295     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33296
33297 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
33298 Author: Kumar Gala <galak@kernel.crashing.org>
33299 Date:   Mon Nov 26 14:57:45 2007 -0600
33300
33301     Add common memory fixup function
33302
33303     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
33304
33305     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33306
33307 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
33308 Author: Kumar Gala <galak@kernel.crashing.org>
33309 Date:   Mon Nov 26 11:19:12 2007 -0600
33310
33311     Conditionally compile fdt_support.c
33312
33313     Modify common/Makefile to conditionally compile fdt_support.c based
33314     on CONFIG_OF_LIBFDT.
33315
33316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33317
33318 commit d88e7ba0980773479e1a64badb293116071b7ef0
33319 Author: Kumar Gala <galak@kernel.crashing.org>
33320 Date:   Mon Nov 26 10:41:40 2007 -0600
33321
33322     Fix build breakage due to libfdt import
33323
33324     The IDS8247 got lost in the update and need an API update
33325     do to rename of functions in libfdt.
33326
33327     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33328
33329 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
33330 Author: Gerald Van Baren <vanbaren@cideas.com>
33331 Date:   Fri Nov 23 19:43:20 2007 -0500
33332
33333     Add spaces around the = in the fdt print format.
33334
33335     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
33336
33337 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
33338 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33339 Date:   Fri Dec 7 01:25:38 2007 +0900
33340
33341     sh: Moved driver of the SuperH dependence
33342
33343     The composition of the directory in the drivers/ changed.
33344     I moved SuperH serial driver and marubun PCMCIA driver.
33345
33346     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33347
33348 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
33349 Author: Wolfgang Denk <wd@denx.de>
33350 Date:   Thu Dec 6 10:21:19 2007 +0100
33351
33352     Release v1.3.1
33353
33354     Signed-off-by: Wolfgang Denk <wd@denx.de>
33355
33356 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
33357 Author: Wolfgang Denk <wd@denx.de>
33358 Date:   Thu Dec 6 10:21:03 2007 +0100
33359
33360     ADS5121 Board: fix compile problem.
33361
33362     Signed-off-by: Wolfgang Denk <wd@denx.de>
33363
33364 commit a27044b14a9e93678a82d7b35f202b93e7687abc
33365 Author: Stefan Roese <sr@denx.de>
33366 Date:   Thu Dec 6 05:58:43 2007 +0100
33367
33368     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
33369
33370     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
33371     setting the FIXD bit in the SDR0_MFR register. Here a description of the
33372     symptoms:
33373
33374     Problem Description
33375     ------------------------------
33376     If a DMA is performed between memory and PCI with the DMA 1 Controller
33377     using prefetch, and as a result uses a special purpose buffer selected by
33378     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
33379     the first part of the transfer sequence is performed twice. The
33380     PPC440SPe PCI Controller requests more data than was needed such that in
33381     the case of enforce memory protection, a host CPU  exception can occur.
33382     No data is corrupted, because data transfer is stopped in the PCI
33383     Controller. Prefetch enable is specified by setting DMA Configuration
33384     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
33385
33386     Behavior that may be observed in a running system
33387     ---------------------------------------------------------------------------
33388
33389     1. DMA performance is decreased because of the double access on the PCI bus
33390     interface.
33391     2. If an illegal access to some address on the PCI bus is detected at the
33392     system level, a machine check or similar system error may occur.
33393
33394     Workarounds Available
33395     ----------------------------------
33396
33397     1. Do not program prefetch. Note that a prefetch command cannot be programmed
33398     without selecting a special purpose buffer.
33399     2. To avoid crossing a physical boundary of the PCI slave device, add 512
33400     bytes of address to the PCI address range.
33401
33402     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
33403     from AMCC and slighly changed.
33404
33405     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
33406     Signed-off-by: Stefan Roese <sr@denx.de>
33407
33408 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
33409 Author: Stefan Roese <sr@denx.de>
33410 Date:   Tue Dec 4 16:29:48 2007 +0100
33411
33412     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
33413
33414     Signed-off-by: Stefan Roese <sr@denx.de>
33415
33416 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
33417 Author: Wolfgang Denk <wd@denx.de>
33418 Date:   Mon Dec 3 00:15:28 2007 +0100
33419
33420     Prepare for 1.3.1-rc1
33421
33422     Signed-off-by: Wolfgang Denk <wd@denx.de>
33423
33424 commit e15e33433e7c05111968dc9b434a52fd42cbd221
33425 Author: Stefan Roese <sr@denx.de>
33426 Date:   Fri Nov 30 07:15:41 2007 +0100
33427
33428     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
33429
33430     This manual PCIe reset triggering solves the problem seen with the
33431     Intel EPRO/1000 card, which was not detected (link not established)
33432     upon power-up reset.
33433
33434     Signed-off-by: Stefan Roese <sr@denx.de>
33435
33436 commit 260eea5676ca46903a335686cc020b29c4ca46fe
33437 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33438 Date:   Thu Nov 29 01:21:54 2007 +0900
33439
33440     sh: Add SuperH boards maintainer to MAINTAINERS file
33441
33442     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
33443
33444     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33445
33446 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
33447 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33448 Date:   Thu Nov 29 00:13:04 2007 +0900
33449
33450     sh: Add ms7750se support in MAKEALL
33451
33452     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33453
33454 commit c7144373427a178332bf9754131c8c34c52c200a
33455 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33456 Date:   Tue Nov 27 09:44:53 2007 +0100
33457
33458     sh: Add sh3 and sh4 support in MAKEALL
33459
33460     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33461     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33462
33463 commit 130080874a3d28450098481a262c5f7c855e908d
33464 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33465 Date:   Sun Nov 25 02:51:17 2007 +0900
33466
33467     sh: Add document for SuperH.
33468
33469     This document is a summary of information concerning SuperH of U-Boot.
33470
33471     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33472
33473 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
33474 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33475 Date:   Sun Nov 25 02:39:31 2007 +0900
33476
33477     sh: Add marubun's pcmcia driver
33478
33479     Marubun pcmcia is a chip for PCMCIA used with SuperH.
33480     Of course, this can be used even by other architectures.
33481     When use this driver, came to be able to use CompactFlash
33482     and Ethernet.
33483
33484     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33485
33486 commit febd86b969b975289ed948f1ac0eb9722da41ced
33487 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33488 Date:   Sun Nov 25 02:32:13 2007 +0900
33489
33490     sh: Update SuperH SCIF driver
33491
33492     - Changed volatile unsigned to vu_.
33493     - Changed Makefile for kconfig.
33494
33495     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33496
33497 commit 8be760903645af09871be50ad0a6f9ebb62b311d
33498 Author: Stefan Roese <sr@denx.de>
33499 Date:   Tue Nov 27 11:57:35 2007 +0100
33500
33501     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
33502
33503     After an error in the AMCC 405EX users manual now correctly configure
33504     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
33505     usage.
33506
33507     Signed-off-by: Stefan Roese <sr@denx.de>
33508
33509 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
33510 Author: Wolfgang Denk <wd@denx.de>
33511 Date:   Mon Nov 26 19:18:21 2007 +0100
33512
33513     Cleanup coding style; update CHANGELOG
33514
33515     Signed-off-by: Wolfgang Denk <wd@denx.de>
33516
33517 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
33518 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33519 Date:   Sun Nov 25 22:39:25 2007 +0100
33520
33521     MAKEALL: add missing 512x boards in ppc
33522
33523     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33524
33525 commit a340c325e668ca7386c2276387681720be9c3757
33526 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33527 Date:   Sun Nov 25 18:45:47 2007 +0100
33528
33529     Makefile : fix tags ctags etags with new drivers organization
33530
33531     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33532
33533 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
33534 Author: Stefan Roese <sr@denx.de>
33535 Date:   Mon Nov 26 15:06:14 2007 +0100
33536
33537     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
33538
33539     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
33540     operation.
33541
33542     Signed-off-by: Stefan Roese <sr@denx.de>
33543
33544 commit ca1ce226287270bb01e25b8e3674c701f12edf19
33545 Author: Stefan Roese <sr@denx.de>
33546 Date:   Mon Nov 26 15:01:45 2007 +0100
33547
33548     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
33549
33550     Signed-off-by: Stefan Roese <sr@denx.de>
33551
33552 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
33553 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33554 Date:   Sun Nov 25 18:45:47 2007 +0100
33555
33556     Makefile : fix tags ctags etags with new drivers organization
33557
33558     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33559
33560 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
33561 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33562 Date:   Sat Nov 24 21:26:56 2007 +0100
33563
33564     drivers/mtd : move mtd drivers to drivers/mtd
33565
33566     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33567
33568 commit 318c0b90431f2648552e5ade78833f42652ce859
33569 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33570 Date:   Sat Nov 24 21:17:55 2007 +0100
33571
33572     drivers/misc : move misc drivers to drivers/misc
33573
33574     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33575
33576 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
33577 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33578 Date:   Sat Nov 24 21:13:59 2007 +0100
33579
33580     drivers/block : move block drivers to drivers/block
33581
33582     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33583
33584 commit 0c698dcaa70275eb8814f665b545547cee013892
33585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33586 Date:   Sat Nov 24 20:59:50 2007 +0100
33587
33588     drivers/rtc : move rtc drivers to drivers/rtc
33589
33590     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33591
33592 commit f868cc5a50757d94f36c312395481cb0f187d9e6
33593 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33594 Date:   Sat Nov 24 20:14:44 2007 +0100
33595
33596     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
33597
33598     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33599
33600 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
33601 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33602 Date:   Sat Nov 24 19:46:45 2007 +0100
33603
33604     drivers/input : move input drivers to drivers/input
33605
33606     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33607
33608 commit e4558666293364fc3af1c1d9381ca933fa0f1275
33609 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33610 Date:   Sat Nov 24 19:40:11 2007 +0100
33611
33612     drivers/usb : move usb drivers to drivers/usb
33613
33614     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33615
33616 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
33617 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33618 Date:   Sat Nov 24 19:33:38 2007 +0100
33619
33620     drivers/serial : move serial drivers to drivers/serial
33621
33622     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33623
33624 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
33625 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33626 Date:   Wed Nov 21 21:19:24 2007 +0100
33627
33628     drivers/net : move net drivers to drivers/net
33629
33630     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33631
33632 commit 352d259130b349fe9593b8dada641bd78a9659e5
33633 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33634 Date:   Tue Nov 20 20:41:48 2007 +0100
33635
33636     drivers/video : move video drivers to drivers/video
33637
33638     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33639
33640 commit 73646217186aa17afc8e305c5f06f06dd335eaad
33641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33642 Date:   Tue Nov 20 20:33:09 2007 +0100
33643
33644     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
33645
33646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33647
33648 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
33649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33650 Date:   Tue Nov 20 20:28:09 2007 +0100
33651
33652     drivers/pci : move pci drivers to drivers/pci
33653
33654     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33655
33656 commit 9162352817579840d7802da6d85872b3ca003c97
33657 Author: Gerald Van Baren <vanbaren@cideas.com>
33658 Date:   Thu Nov 22 17:23:23 2007 -0500
33659
33660     Fix fdt printing for updated libfdt
33661
33662     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
33663
33664     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
33665
33666 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
33667 Author: Kumar Gala <galak@kernel.crashing.org>
33668 Date:   Wed Nov 21 13:30:15 2007 -0600
33669
33670     Add additional fdt fixup helper functions
33671
33672     Added the following fdt fixup helpers:
33673      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
33674      * do_fixup_by_compat{_u32} - Find matching nodes by compat
33675
33676     The _u32 variants work the same only the property they are setting
33677     is know to be a 32-bit integer instead of a byte buffer.
33678
33679     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33680
33681 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
33682 Author: Kumar Gala <galak@kernel.crashing.org>
33683 Date:   Wed Nov 21 11:11:03 2007 -0600
33684
33685     Add fdt_fixup_ethernet helper to set mac addresses
33686
33687     Added a fixup helper that uses aliases to set mac addresses
33688     in the device tree based on the bd_t
33689
33690     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33691
33692 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
33693 Author: Kumar Gala <galak@kernel.crashing.org>
33694 Date:   Wed Nov 21 14:07:46 2007 -0600
33695
33696     Fix warnings from import of libfdt
33697
33698     cmd_fdt.c: In function fdt_print:
33699     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
33700     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
33701     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
33702     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
33703
33704     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33705
33706 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
33707 Author: Kumar Gala <galak@kernel.crashing.org>
33708 Date:   Wed Oct 24 11:04:22 2007 -0500
33709
33710     Update libfdt from device tree compiler (dtc)
33711
33712     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
33713     the device tree compiler (dtc) project.
33714
33715     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33716
33717 commit e93becf80d732b64aef81b23e8b6ece02c40533d
33718 Author: Kumar Gala <galak@kernel.crashing.org>
33719 Date:   Sat Nov 3 19:46:28 2007 -0500
33720
33721     Move do_fixup* for libfdt into common code
33722
33723     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
33724     into common/fdt_support.c and renamed:
33725
33726     do_fixup()  -> do_fixup_by_path()
33727     do_fixup_u32()      -> do_fixup_by_path_u32()
33728
33729     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33730
33731 commit f738b4a75998f42a7408defadc9baac7a31c92db
33732 Author: Kumar Gala <galak@kernel.crashing.org>
33733 Date:   Thu Oct 25 16:15:07 2007 -0500
33734
33735     Make no options to fdt print default to '/'
33736
33737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33738
33739 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
33740 Author: Kumar Gala <galak@kernel.crashing.org>
33741 Date:   Wed Oct 24 10:21:57 2007 -0500
33742
33743     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
33744
33745     Removed:
33746         fdt_node_is_compatible
33747         fdt_find_node_by_type
33748         fdt_find_compatible_node
33749
33750     To ease merge of newer libfdt as we aren't using them anywhere at this time.
33751
33752     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
33753     reason.
33754
33755     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33756
33757 commit 98e2867cc85409b919f862e6c16026461ec955df
33758 Author: Grant Likely <grant.likely@secretlab.ca>
33759 Date:   Wed Nov 21 09:19:37 2007 -0700
33760
33761     [BUILD] Remove libraries when updating autoconf.mk
33762
33763     Fix library problems caused by conditional compilation.  Using
33764     autoconf.mk to decide which files to compile has caused a problem when
33765     changing configuration from one board to another without clearing out
33766     the library (*.a) files.
33767
33768     It used to be that the linker was always passed the same list of .o
33769     files when building the .a files.  However, that is not longer true
33770     with conditional compilation.  Now, a different board config will have
33771     a different file list passed to the linker.  The problem occurs when
33772     a library has already been built and the board config is changed.
33773
33774     Since the linker will update instead of replace a preexisting library,
33775     then if the file list changes to remove some object files the old
33776     objects will still exist in the library.
33777
33778     The solution is to remove all old library files when autoconf.mk is
33779     made.
33780
33781     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33782
33783 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
33784 Author: Kumar Gala <galak@kernel.crashing.org>
33785 Date:   Wed Nov 21 08:49:50 2007 -0600
33786
33787     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
33788
33789     Modify libfdt/Makefile to conditionally compile the *.c files based
33790     on the board config.
33791
33792     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33793
33794 commit 4a43719a7738712811d822ca8125427b27a55cdc
33795 Author: Grant Likely <grant.likely@secretlab.ca>
33796 Date:   Mon Sep 24 09:05:31 2007 -0600
33797
33798     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
33799
33800     Modify common/Makefile to conditionally compile the cmd_*.c files based
33801     on the board config.
33802
33803     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33804
33805 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
33806 Author: Grant Likely <grant.likely@secretlab.ca>
33807 Date:   Mon Sep 24 09:05:31 2007 -0600
33808
33809     [BUILD] Generate include/autoconf.mk from board config files
33810
33811     Use cpp and sed to postprocess config.h and import the defined values
33812     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
33813     give 'make' access to the board configuration.
33814
33815     Doing this enables conditional compilation at the Makefile level instead
33816     of by wrapping every .c file with #ifdef/#endif wrappers.
33817
33818     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33819
33820 commit 68b88999da87ab88e71e1306192905be3450198e
33821 Author: Jon Loeliger <jdl@freescale.com>
33822 Date:   Tue Nov 20 15:02:26 2007 -0600
33823
33824     8610HPCD: Enable the 8610 Display Interface Unit
33825
33826     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33827
33828 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
33829 Author: Jon Loeliger <jdl@freescale.com>
33830 Date:   Tue Nov 20 15:00:53 2007 -0600
33831
33832     Move 8610 DIU interface structure definitions to header file.
33833
33834     These two structures are still needed during the
33835     initialization and setup of the DIU hardware.
33836     So move them to the fsl_diu_fb.h file for now.
33837     Official "blah".
33838
33839     Noticed-by: York Sun <yorksun@freescale.com>
33840     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33841
33842 commit 080c646dbf474a109c3f85718fb01ce042a38c45
33843 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33844 Date:   Tue Nov 20 20:14:18 2007 +0100
33845
33846     drivers/i2c : move i2c drivers to drivers/i2c
33847
33848     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33849
33850 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
33851 Author: Wolfgang Denk <wd@denx.de>
33852 Date:   Mon Nov 19 22:20:24 2007 +0100
33853
33854     Prepare for 1.3.0 release.
33855
33856     Signed-off-by: Wolfgang Denk <wd@denx.de>
33857
33858 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
33859 Author: Haiying Wang <Haiying.Wang@freescale.com>
33860 Date:   Mon Nov 19 10:02:13 2007 -0500
33861
33862     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
33863
33864     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
33865
33866     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33867
33868 commit f8c320609366176b31104d9bf5e295232e1c7f1d
33869 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33870 Date:   Mon Nov 19 11:14:16 2007 +0900
33871
33872     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
33873
33874     lowlevel_init.S: Assembler messages:
33875     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
33876
33877     Looking at codes, the `memtest' and `clearmem' are intentional mixed
33878     use of `global symbols' and `label' for debugging purpose. To make it
33879     build, just disable global-symbols-use for now. As a result `memtest'
33880     still remains as unused, but leave it be...
33881
33882     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33883
33884 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
33885 Author: Wolfgang Denk <wd@denx.de>
33886 Date:   Mon Nov 19 12:59:14 2007 +0100
33887
33888     Fix build problems with mp2usb board
33889
33890     Signed-off-by: Wolfgang Denk <wd@denx.de>
33891
33892 commit 6bf4c686afca1e86e1c384d59218f914605713bf
33893 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33894 Date:   Sun Nov 18 18:36:11 2007 +0100
33895
33896     s3c24x0: Fix usb_ohci.c missing in Makefile
33897     and usb_ohci.c warning differ in signedness
33898
33899     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33900
33901 commit 6073f61e078da5ddb521b56256bcc36508589883
33902 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33903 Date:   Sun Nov 18 12:55:02 2007 +0100
33904
33905     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
33906
33907     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33908
33909 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
33910 Author: Wolfgang Denk <wd@denx.de>
33911 Date:   Sun Nov 18 17:11:09 2007 +0100
33912
33913     Fix compiler warnings for ARM systems.
33914
33915     Signed-off-by: Wolfgang Denk <wd@denx.de>
33916
33917 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
33918 Author: Wolfgang Denk <wd@denx.de>
33919 Date:   Sun Nov 18 16:36:27 2007 +0100
33920
33921     Fix compiler warnings for PPC systems. Update CHANGELOG.
33922
33923     Signed-off-by: Wolfgang Denk <wd@denx.de>
33924
33925 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
33926 Author: Stefan Roese <sr@denx.de>
33927 Date:   Sun Nov 18 14:44:44 2007 +0100
33928
33929     ppc4xx: Correct 405EX PCIe UTL register mapping
33930
33931     Map 4k mem space for UTL registers for each port.
33932
33933     Signed-off-by: Stefan Roese <sr@denx.de>
33934
33935 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
33936 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33937 Date:   Sat Nov 17 11:31:10 2007 +0100
33938
33939     Fix warning differ in signedness in net/net.c and net/nfs.c
33940
33941 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
33942 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33943 Date:   Sat Nov 17 20:42:45 2007 +0900
33944
33945     gth2.c: Fix a warning on gth2 build.
33946
33947     gth2.c: In function 'misc_init_r':
33948     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
33949
33950     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33951
33952 commit 2309c130aa4c84b91bd874a41269c923eb61b555
33953 Author: Stefan Roese <sr@denx.de>
33954 Date:   Sat Nov 17 07:58:25 2007 +0100
33955
33956     Fix warning differ in signedness in common/cmd_scsi.c
33957
33958     Signed-off-by: Stefan Roese <sr@denx.de>
33959
33960 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
33961 Author: Stefan Roese <sr@denx.de>
33962 Date:   Sat Nov 17 14:52:29 2007 +0100
33963
33964     ppc4xx: Update AMCC Kilauea config file
33965
33966     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
33967
33968     Signed-off-by: Stefan Roese <sr@denx.de>
33969
33970 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
33971 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33972 Date:   Sat Nov 17 20:05:26 2007 +0900
33973
33974     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
33975
33976     Current trick to pick up GNU assembler minor version does not work with the
33977     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
33978     "(GNU Binutils) ".
33979
33980       $ sde-as --version |grep "GNU assembler"
33981       GNU assembler 2.15.94 mipssde-6.02.02-20050602
33982       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
33983       2.15.94
33984       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
33985       15
33986       $
33987
33988       $ mips-linux-as --version |grep "GNU assembler"
33989       GNU assembler (GNU Binutils) 2.18
33990       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
33991       (GNU
33992       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
33993       (no output)
33994       $
33995
33996     As a result of above, you'll see many noises with such binutils:
33997
33998       make -C cpu/mips/
33999       /bin/sh: line 0: [: : integer expression expected
34000       /bin/sh: line 0: [: : integer expression expected
34001       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
34002       mips-linux-gcc  -D__ASSEMBLY__ -g  -Os   -D__KERNEL__ -DTEXT_BASE=0xB0000000  -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe  -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S
34003       /bin/sh: line 0: [: : integer expression expected
34004       mips-linux-gcc  -D__ASSEMBLY__ -g  -Os   -D__KERNEL__ -DTEXT_BASE=0xB0000000  -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe  -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S
34005       /bin/sh: line 0: [: : integer expression expected
34006       mips-linux-gcc -g  -Os   -D__KERNEL__ -DTEXT_BASE=0xB0000000  -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe  -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c
34007       /bin/sh: line 0: [: : integer expression expected
34008
34009     This patch simplifies the trick and makes it work with both versions of gas.
34010     I also replace an expensive `awk (or gawk)' with `cut'.
34011
34012     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34013
34014 commit 16664f72850846e645616da1c0fa5afcd6d15f15
34015 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34016 Date:   Sat Nov 17 20:05:26 2007 +0900
34017
34018     [MIPS] Remove useless instructions for initializing $gp.
34019
34020     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34021
34022 commit 03c031d5660ea946c39af6e2e16267da857c609f
34023 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34024 Date:   Sat Oct 27 15:27:06 2007 +0900
34025
34026     [MIPS] MIPS 4K core: Coding style cleanups
34027
34028     No logical changes.
34029
34030     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34031
34032 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
34033 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34034 Date:   Sat Nov 17 20:05:20 2007 +0900
34035
34036     [MIPS] gth2.c: Fix a warning on gth2 build.
34037
34038     gth2.c: In function 'misc_init_r':
34039     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
34040
34041     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34042
34043 commit 4fbd0741b2b6441da10be93e10267122581b7079
34044 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34045 Date:   Sat Oct 27 15:22:33 2007 +0900
34046
34047     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
34048
34049     au1x00_eth.c: In function 'au1x00_miiphy_write':
34050     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
34051
34052     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34053
34054 commit f01320459736f156707425cf8112f98606301aa4
34055 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34056 Date:   Sat Oct 27 15:00:25 2007 +0900
34057
34058     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
34059
34060     au1x00_eth.c: In function 'au1x00_enet_initialize':
34061     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
34062     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
34063     au1x00_eth.c:246: error: for each function it appears in.)
34064     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
34065     au1x00_eth.c: In function 'au1x00_miiphy_write':
34066     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
34067     make[1]: *** [au1x00_eth.o] Error 1
34068
34069     Fixed by moving these two functions forward.
34070
34071     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34072
34073 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
34074 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34075 Date:   Sat Oct 27 15:00:25 2007 +0900
34076
34077     MAKEALL: Added missing pb1000 board
34078
34079     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34080
34081 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
34082 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34083 Date:   Sat Oct 27 15:00:24 2007 +0900
34084
34085     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
34086
34087     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34088
34089 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
34090 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34091 Date:   Sat Oct 27 15:00:24 2007 +0900
34092
34093     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
34094
34095     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34096
34097 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
34098 Author: Wolfgang Denk <wd@denx.de>
34099 Date:   Sat Nov 17 02:34:38 2007 +0100
34100
34101     Update CHANGELOIG, prepare for -rc4
34102
34103     Signed-off-by: Wolfgang Denk <wd@denx.de>
34104
34105 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
34106 Author: Luotao Fu <l.fu@pengutronix.de>
34107 Date:   Wed Nov 14 18:58:33 2007 +0100
34108
34109     Fix the i2c frequency and default address in rsdproto board
34110
34111     rsdproto board support has wrong I2C frequency and wrong return value
34112     handling.
34113
34114     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
34115
34116 commit 429c180edad038f91c989cb14b478228092e7054
34117 Author: Wolfgang Denk <wd@denx.de>
34118 Date:   Sat Nov 17 01:45:38 2007 +0100
34119
34120     powerpc: Backout relocation changes for MPC5121, too.
34121
34122     Apply Grant Likely's backout to MPC5121 code, too.
34123
34124     Pointed out by Rafal Jaworowski <raj@semihalf.com>
34125
34126     Signed-off-by: Wolfgang Denk <wd@denx.de>
34127
34128 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
34129 Author: Grant Likely <grant.likely@secretlab.ca>
34130 Date:   Tue Nov 13 22:18:33 2007 -0700
34131
34132     powerpc: Backout relocation changes.
34133
34134     Ugh.  I *hate* to back this change out, but these compiler flags don't
34135     work for relocation on all versions of GCC.  I've not been able to
34136     reproduce the environment in my setup (and hence, not been able to
34137     find a combination that *does* work), so I've got no choice but to go
34138     back to the old gcc flags and linker script.
34139
34140     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34141
34142 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
34143 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34144 Date:   Tue Nov 13 09:11:05 2007 +0100
34145
34146     Fixed mips_io_port_base build errors.
34147
34148     This patch has been sent on:
34149     - 29 Sep 2007
34150
34151     Although mips_io_port_base is currently a part of IDE command, it is quite
34152     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
34153     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
34154
34155     This patch is triggered by multiple definition of `mips_io_port_base' build
34156     error on gth2 (and tb0229 also needs this fix.)
34157
34158     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
34159     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
34160     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
34161     make: *** [u-boot] Error 1
34162
34163     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34164     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34165
34166 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
34167 Author: Wolfgang Denk <wd@denx.de>
34168 Date:   Sat Nov 17 01:30:40 2007 +0100
34169
34170     Fix a bug in the slave serial programming mode for the Xilinx
34171     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
34172     the most significant bit was set, which did not work on any
34173     architecture where "char" defaulted to be an unsigned type.
34174
34175     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
34176
34177     Signed-off-by: Wolfgang Denk <wd@denx.de>
34178
34179 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
34180 Author: Jon Loeliger <jdl@freescale.com>
34181 Date:   Thu Nov 1 12:23:29 2007 -0500
34182
34183     86xx: Fix broken variable reference when #def DEBUGing.
34184
34185     Sometimes you can't reference the DDR2 controller variables.
34186
34187     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34188
34189 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
34190 Author: Jason Jin <Jason.jin@freescale.com>
34191 Date:   Fri Oct 26 18:32:00 2007 +0800
34192
34193     make 8610 board use pixis reset
34194
34195     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34196
34197 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
34198 Author: Jason Jin <Jason.jin@freescale.com>
34199 Date:   Mon Oct 29 19:26:21 2007 +0800
34200
34201     Unify pixis_reset altbank across board families
34202
34203     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
34204     into the separate board config files.
34205
34206     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34207     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34208
34209 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
34210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34211 Date:   Wed Nov 7 08:19:21 2007 +0100
34212
34213     Fix warning: pointer targets in assignment differ in signedness
34214
34215     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34216
34217 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
34218 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34219 Date:   Wed Nov 7 08:19:19 2007 +0100
34220
34221     Fix warning differ in signedness in common/cmd_ide.c
34222
34223     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34224
34225 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
34226 Author: Stefan Roese <sr@denx.de>
34227 Date:   Fri Nov 16 14:16:54 2007 +0100
34228
34229     ppc4xx: Enable 405EX PCIe UTL register configuration
34230
34231     Till now the UTL registers on 405EX were not initialized but left with
34232     their default values. This patch new initializes some of the UTL
34233     registers on 405EX.
34234
34235     Signed-off-by: Stefan Roese <sr@denx.de>
34236
34237 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
34238 Author: Stefan Roese <sr@denx.de>
34239 Date:   Fri Nov 16 14:00:59 2007 +0100
34240
34241     ppc4xx: Update AMCC Makalu for board rev 1.1
34242
34243     This patch adds changes needed for Makalu rev 1.1:
34244
34245     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
34246     - Enable 2nd ethernet port EMAC1
34247     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
34248     - Reset PCIe ports via GPIO upon bootup
34249
34250     Signed-off-by: Stefan Roese <sr@denx.de>
34251
34252 commit 4d4faae65e115e327425cd514c1a35146a85166b
34253 Author: Grant Likely <grant.likely@secretlab.ca>
34254 Date:   Mon Sep 24 09:05:31 2007 -0600
34255
34256     Group PCI and PCMCIA drivers in drivers/Makefile
34257
34258     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34259
34260 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
34261 Author: Grant Likely <grant.likely@secretlab.ca>
34262 Date:   Mon Sep 24 09:05:31 2007 -0600
34263
34264     Group block/flash drivers in drivers/Makefile
34265
34266     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34267
34268 commit df58c81551700f058b44cacf55a7997fa63bfe0a
34269 Author: Grant Likely <grant.likely@secretlab.ca>
34270 Date:   Mon Sep 24 09:05:31 2007 -0600
34271
34272     Group USB drivers in drivers/Makefile
34273
34274     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34275
34276 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
34277 Author: Grant Likely <grant.likely@secretlab.ca>
34278 Date:   Mon Sep 24 09:05:30 2007 -0600
34279
34280     Group i2c drivers in drivers/Makefile
34281
34282     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34283
34284 commit ec00c76de0e5971273905998d62d6bb119324218
34285 Author: Grant Likely <grant.likely@secretlab.ca>
34286 Date:   Mon Sep 24 09:05:30 2007 -0600
34287
34288     Group console drivers in drivers/Makefile
34289
34290     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34291
34292 commit 754f230aa01b8c789fc31f8013c2487954073300
34293 Author: Grant Likely <grant.likely@secretlab.ca>
34294 Date:   Mon Sep 24 09:05:30 2007 -0600
34295
34296     Group network drivers in drivers/Makefile
34297
34298     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34299
34300 commit f0037c56b0d12cd46215124667b9f83d60ef9391
34301 Author: Grant Likely <grant.likely@secretlab.ca>
34302 Date:   Mon Sep 24 09:05:30 2007 -0600
34303
34304     Build: split COBJS value into multiple lines
34305
34306     This change is in preparation for condtitionial compile support in the
34307     build system.  By spliting them all into seperate lines now, subsequent
34308     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
34309     be less invasive and easier to review
34310
34311     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34312
34313 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
34314 Author: Grant Likely <grant.likely@secretlab.ca>
34315 Date:   Mon Sep 24 09:05:30 2007 -0600
34316
34317     Add .gitignore files
34318
34319     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34320     Acked-by: Kim Phillips <kim.phillips@freescale.com>
34321
34322 commit 955413f35f054a82e40042f1dbcf501c6a05719b
34323 Author: Grant Likely <grant.likely@secretlab.ca>
34324 Date:   Thu Nov 15 08:27:52 2007 -0700
34325
34326     Revert "Correct relocation fixup for mpc5xx"
34327
34328     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
34329     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34330
34331 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
34332 Author: Grant Likely <grant.likely@secretlab.ca>
34333 Date:   Thu Nov 15 08:24:32 2007 -0700
34334
34335     Revert "Correct fixup relocation for MPC5xxx"
34336
34337     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
34338     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34339
34340 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
34341 Author: Grant Likely <grant.likely@secretlab.ca>
34342 Date:   Thu Nov 15 08:21:04 2007 -0700
34343
34344     Revert "Correct fixup relocation for mpc8220"
34345
34346     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
34347     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34348
34349 commit 70922342369e5e39b286fe21e768a239ca07a514
34350 Author: Grant Likely <grant.likely@secretlab.ca>
34351 Date:   Thu Nov 15 08:20:57 2007 -0700
34352
34353     Revert "Correct fixup relocation for mpc824x"
34354
34355     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
34356     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34357
34358 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
34359 Author: Grant Likely <grant.likely@secretlab.ca>
34360 Date:   Thu Nov 15 08:20:50 2007 -0700
34361
34362     Revert "Correct fixup relocation for mpc8260"
34363
34364     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
34365     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34366
34367 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
34368 Author: Grant Likely <grant.likely@secretlab.ca>
34369 Date:   Thu Nov 15 08:20:43 2007 -0700
34370
34371     Revert "Correct fixup relocation for mpc83xx"
34372
34373     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
34374     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34375
34376 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
34377 Author: Grant Likely <grant.likely@secretlab.ca>
34378 Date:   Thu Nov 15 08:20:25 2007 -0700
34379
34380     Revert "[MPC512x] Correct fixup relocation"
34381
34382     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
34383     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34384
34385 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
34386 Author: Stefan Roese <sr@denx.de>
34387 Date:   Thu Nov 15 14:25:09 2007 +0100
34388
34389     ppc4xx: Small AMCC Kilauea cleanup
34390
34391     Remove not needed pci_target_init() function.
34392
34393     Signed-off-by: Stefan Roese <sr@denx.de>
34394
34395 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
34396 Author: Stefan Roese <sr@denx.de>
34397 Date:   Thu Nov 15 14:23:55 2007 +0100
34398
34399     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
34400
34401     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
34402     - Cleanup of the 4xx GPIO functions
34403     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
34404
34405     Signed-off-by: Stefan Roese <sr@denx.de>
34406
34407 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
34408 Author: Stefan Roese <sr@denx.de>
34409 Date:   Thu Nov 15 14:20:08 2007 +0100
34410
34411     ppc4xx: AMCC Taihu board config file cleanup
34412
34413     This patch makes the AMCC Taihu a little more compatible to the other
34414     AMCC eval boards.
34415
34416     Signed-off-by: Stefan Roese <sr@denx.de>
34417
34418 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
34419 Author: Marian Balakowicz <m8@semihalf.com>
34420 Date:   Thu Nov 15 13:37:28 2007 +0100
34421
34422     [INKA4x0] NG hardware: flash support
34423
34424     Disabled and remove inka4x0 custom flash driver, use CFI flash
34425     driver instead.
34426
34427     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34428
34429 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
34430 Author: Marian Balakowicz <m8@semihalf.com>
34431 Date:   Thu Nov 15 13:29:55 2007 +0100
34432
34433     [INKA4x0] NG hardware: SDRAM support
34434
34435     Add support for three new DDR chips that may  be present on a NG
34436     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
34437
34438     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
34439
34440     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34441
34442 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
34443 Author: Marian Balakowicz <m8@semihalf.com>
34444 Date:   Thu Nov 15 13:24:43 2007 +0100
34445
34446     [INKA4x0] NG hardware: platform code update
34447
34448     - Cleanup compile warnings.
34449     - Add missing '\0' in default environment.
34450     - Increase CFG_MONITOR_LEN to 256 KiB.
34451     - Add required CFG_USE_PPCENV.
34452
34453     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34454
34455 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
34456 Author: Peter Pearse <peter.pearse@arm.com>
34457 Date:   Thu Nov 15 08:58:00 2007 +0000
34458
34459     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
34460     Remove warnings re onenand_read() & write()
34461
34462 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
34463 Author: Peter Pearse <peter.pearse@arm.com>
34464 Date:   Thu Nov 15 08:45:13 2007 +0000
34465
34466     Correction patch
34467
34468 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
34469 Author: Roy Zang <tie-fei.zang@freescale.com>
34470 Date:   Thu Sep 13 18:52:28 2007 +0800
34471
34472     Enable ULi1575 Ethernet support in 8610HPCD config
34473
34474     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34475     Acked-by: Jon Loeliger <jdl@freescale.com>
34476
34477 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
34478 Author: Stefan Roese <sr@denx.de>
34479 Date:   Tue Nov 13 08:18:20 2007 +0100
34480
34481     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
34482
34483     Signed-off-by: Stefan Roese <sr@denx.de>
34484
34485 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
34486 Author: Stefan Roese <sr@denx.de>
34487 Date:   Tue Nov 13 08:06:11 2007 +0100
34488
34489     ppc4xx: Fix 405EX PCIe UTLSET register setup
34490
34491     Signed-off-by: Stefan Roese <sr@denx.de>
34492
34493 commit 1ce55151c85d068f70317a8d65c61058b891afb4
34494 Author: Heiko Schocher <hs@denx.de>
34495 Date:   Tue Nov 13 07:50:29 2007 +0100
34496
34497     [UC101] SRAM now with 2 MB working.
34498
34499     Signed-off-by: Heiko Schocher <hs@denx.de>
34500
34501 commit 2d14684341109a69616e4d6016cd61402d55086f
34502 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34503 Date:   Fri Nov 9 15:37:53 2007 +0100
34504
34505     ppc4xx: Use generic usb-ohci driver for sequoia board
34506
34507     This patch makes the sequoia board use the generic usb-ohci driver
34508     instead of cpu/ppc4xx/usb_ohci.c.
34509
34510     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34511     Signed-off-by: Stefan Roese <sr@denx.de>
34512
34513 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
34514 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34515 Date:   Fri Nov 9 15:37:23 2007 +0100
34516
34517     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
34518
34519     This patch disables the 44x d-cache on 'usb start' and
34520     reenables it on 'usb stop'. This should be seen as a
34521     temporary fix until the generic usb-ohci driver can
34522     life with d-cache enabled.
34523
34524     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34525     Signed-off-by: Stefan Roese <sr@denx.de>
34526
34527 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
34528 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34529 Date:   Fri Nov 9 15:36:44 2007 +0100
34530
34531     ppc4xx: Remove redundant code from 4xx network driver
34532
34533     This patch removes some redundant code and decrements the end
34534     address of cache flush and invalidate by 1.
34535
34536     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34537     Signed-off-by: Stefan Roese <sr@denx.de>
34538
34539 commit 5ca9881aad8c413ac2a82868a5e3719178254502
34540 Author: Peter Pearse <peter.pearse@arm.com>
34541 Date:   Fri Nov 9 15:24:26 2007 +0000
34542
34543     Add apollon board support
34544     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
34545
34546 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
34547 Author: Stefan Roese <sr@denx.de>
34548 Date:   Fri Nov 9 12:19:58 2007 +0100
34549
34550     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
34551
34552     Signed-off-by: Stefan Roese <sr@denx.de>
34553
34554 commit c7f69c340277935a6c19a956421852da944a365f
34555 Author: Stefan Roese <sr@denx.de>
34556 Date:   Fri Nov 9 12:18:54 2007 +0100
34557
34558     ppc4xx: Make output a little shorter on I2C bootrom detection
34559
34560     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
34561     already print a line with the information which I2C bootrom is
34562     used for bootstrap configuration. So we don't need this extra line
34563     with "I2C boot EEPROM en-/dis-abled".
34564
34565     This patch also has a little code cleanup integrated.
34566
34567     Signed-off-by: Stefan Roese <sr@denx.de>
34568
34569 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
34570 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34571 Date:   Thu Nov 8 12:50:18 2007 -0600
34572
34573     ColdFire: MCF5329 - Remove reset registers from CCM
34574
34575     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34576
34577 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
34578 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34579 Date:   Thu Nov 8 12:31:11 2007 -0600
34580
34581     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
34582
34583     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34584
34585 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
34586 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34587 Date:   Thu Nov 8 12:19:01 2007 -0600
34588
34589     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
34590
34591     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34592
34593 commit 225a24b5e062ad94627424508ae814f51dbe1a34
34594 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34595 Date:   Wed Nov 7 18:00:54 2007 -0600
34596
34597     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
34598
34599     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34600
34601 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
34602 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34603 Date:   Wed Nov 7 17:56:15 2007 -0600
34604
34605     ColdFire: MCF532x - Update do_reset() using core reset
34606
34607     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34608
34609 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
34610 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34611 Date:   Wed Nov 7 17:51:00 2007 -0600
34612
34613     ColdFire: Update cpu flag for 4.2-xx compiler
34614
34615     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34616
34617 commit 070ba56115b4da63b46e974287fa4550d4023386
34618 Author: York Sun <yorksun@freescale.com>
34619 Date:   Wed Oct 31 14:59:04 2007 -0500
34620
34621     8610: Add console frame buffer support to FSL 8610 DIU driver.
34622
34623     Add cfb console support to FSL 8610 DIU driver.
34624     Inspect board version from PIXIS to obtain correct pixel format.
34625
34626     Use #define CONFIG_VIDEO in config file to enable fb console.
34627
34628     To switch monitor, set monitor variable to
34629     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
34630     followed by "diufb init".
34631
34632     Preserve logo bitmap at the top of the fb console.
34633
34634     Signed-off-by: York Sun <yorksun@freescale.com>
34635     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34636
34637 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
34638 Author: York Sun <yorksun@freescale.com>
34639 Date:   Mon Oct 29 13:58:39 2007 -0500
34640
34641     8610: Add 8610 DIU display driver
34642
34643     1280x1024 and 1024x768 @ 32 bpp are supported now.
34644     DVI, Single-link LVDS, Double-link LVDS are all supported.
34645
34646     Environmental variable "monitor" is used to specify monitor port.
34647
34648     A new command "diufb" is introduced to reinitialize monitor
34649     and display a BMP file in the memory. So far, 1-bit, 4-bit,
34650     8-bit and 24-bit BMP formats are supported.
34651
34652         diufb init
34653             - initialize the diu driver
34654         Enable the port specified in the environmental variable "monitor"
34655
34656         diufb addr
34657             - display bmp file in memory.
34658         The bmp image should be no bigger than the resolution, 1280x1024
34659         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
34660
34661     Note, this driver allocate memory but doesn't free it after use
34662     It is written on purpose -- to avoid a failure of reallocation
34663     due to memory fragement.
34664
34665     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
34666
34667     Signed-off-by: York Sun <yorksun@freescale.com>
34668     Signed-off-by: Jon loeliger <jdl@freescale.com>
34669
34670 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
34671 Author: York Sun <yorksun@freescale.com>
34672 Date:   Wed Oct 31 10:43:59 2007 -0500
34673
34674     FSL: Add a freescale bitmap logo.
34675
34676     This Freescale logo is a 340 x 128 x 4bpp BMP file
34677     that can be displayed by the DIU Framebuffer driver.
34678
34679     Signed-off-by: York Sun <yorksun@freescale.com>
34680     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34681
34682 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
34683 Author: York Sun <yorksun@freescale.com>
34684 Date:   Mon Oct 29 13:57:53 2007 -0500
34685
34686     8610: Make some extra debug environment variables conditional.
34687
34688     One may #define ENV_DEBUG to get them back again.
34689
34690     Signed-off-by: York Sun <yorksun@freescale.com>
34691
34692 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
34693 Author: Jason Jin <Jason.jin@freescale.com>
34694 Date:   Mon Oct 29 19:26:21 2007 +0800
34695
34696     8610: Actually enable pixis_reset CONFIGs
34697
34698     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34699
34700 commit f3bceaab230b4748d0afc4109b6837308f018b40
34701 Author: Jason Jin <Jason.jin@freescale.com>
34702 Date:   Fri Oct 26 18:31:59 2007 +0800
34703
34704     Fix the BAT definition of PCI IO on 8610 board
34705
34706     The address in the BAT register is aligned with the BAT size.
34707     The original definition actually did not define BAT for PCIE2 IO.
34708     This patch fix this.
34709
34710     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34711
34712 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
34713 Author: Jason Jin <Jason.jin@freescale.com>
34714 Date:   Mon Oct 29 19:26:21 2007 +0800
34715
34716     Unify pixis_reset altbank across board families
34717
34718     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
34719     into the separate board config files.
34720
34721     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34722     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34723
34724 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
34725 Author: Jason Jin <Jason.jin@freescale.com>
34726 Date:   Fri Oct 26 18:32:00 2007 +0800
34727
34728     make 8610 board use pixis reset
34729
34730     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34731
34732 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
34733 Author: Jon Loeliger <jdl@freescale.com>
34734 Date:   Thu Nov 1 12:23:29 2007 -0500
34735
34736     86xx: Fix broken variable reference when #def DEBUGing.
34737
34738     Sometimes you can't reference the DDR2 controller variables.
34739
34740     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34741
34742 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
34743 Author: Roy Zang <tie-fei.zang@freescale.com>
34744 Date:   Mon Nov 5 17:39:24 2007 +0800
34745
34746     Implement general ULi 526x Ethernet driver support in U-boot
34747
34748     This patch implements general ULi 526x Ethernet driver.
34749     Until now, it is the only native Ethernet port on
34750     MPC8610HPCD board, but it could be used on other boards
34751     with ULi 526x Ethernet port as well.
34752
34753     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34754     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
34755     Acked-by: Jon Loeliger <jdl@freescale.com>
34756     Signed-off-by: Ben Warren <bwarren@qstreams.com>
34757
34758 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
34759 Author: Larry Johnson <lrj@arlinx.com>
34760 Date:   Thu Nov 1 08:46:50 2007 -0500
34761
34762     NET: Add Ethernet 1000BASE-X support for PPC4xx
34763
34764     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
34765     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
34766     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
34767     "mii info" command is modified to distinguish between 1000BASE-T and -X.
34768
34769     Signed-off-by: Larry Johnson <lrj@acm.org>
34770     Signed-off-by: Ben Warren <bwarren@qstreams.com>
34771
34772 commit 298035df4948b113d29ac0e694717d34b95bc5dc
34773 Author: Larry Johnson <lrj@arlinx.com>
34774 Date:   Wed Oct 31 11:21:29 2007 -0500
34775
34776     NET: Cosmetic changes
34777
34778     Signed-off-by: Larry Johnson <lrj@acm.org>
34779     Signed-off-by: Ben Warren <bwarren@qstreams.com>
34780
34781 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
34782 Author: Stefan Roese <sr@denx.de>
34783 Date:   Mon Nov 5 07:43:05 2007 +0100
34784
34785     ppc4xx: Make output a little shorter on PCIe detection
34786
34787     Now not max 3 lines but 2 lines are printed per PCIe port.
34788
34789     Signed-off-by: Stefan Roese <sr@denx.de>
34790
34791 commit 992742a5b09d9040adbd156fb90756af66ade310
34792 Author: Wolfgang Denk <wd@denx.de>
34793 Date:   Sat Nov 3 23:09:27 2007 +0100
34794
34795     Cleanup coding style; update CHANGELOG
34796
34797     Signed-off-by: Wolfgang Denk <wd@denx.de>
34798
34799 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
34800 Author: Bruce Adler <bruce.adler@ccpu.com>
34801 Date:   Fri Nov 2 13:15:42 2007 -0700
34802
34803     fix wording in README
34804
34805     Changed the wording to properly describe the shadowing
34806     of the environment from ROM to RAM
34807
34808     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
34809
34810 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
34811 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34812 Date:   Wed Oct 31 02:18:15 2007 +0900
34813
34814     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
34815
34816     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34817
34818 commit ec22755799466c8a103664bb3a5e647bf9c238f4
34819 Author: Vlad Lungu <vlad@comsys.ro>
34820 Date:   Thu Oct 25 16:08:14 2007 +0300
34821
34822     Trimmed some variables in ne2000.c
34823
34824     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
34825
34826 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
34827 Author: Zhang Wei <wei.zhang@freescale.com>
34828 Date:   Thu Oct 25 17:51:27 2007 +0800
34829
34830     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
34831
34832     The scan code of the key 'z' is 0x1d, which should be handled.
34833
34834     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
34835     controller.
34836
34837     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
34838
34839 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
34840 Author: Zhang Wei <wei.zhang@freescale.com>
34841 Date:   Thu Oct 25 17:30:04 2007 +0800
34842
34843     Fix USB support issue for MPC8641HPCN board.
34844
34845     The configuration file has already enabled USB, but it
34846     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
34847     on MPC8641HPCN can not work because of the wrong USB
34848     register endian.
34849
34850     And add the USB command to U-Boot commands list.
34851
34852     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
34853
34854 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
34855 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34856 Date:   Wed Oct 24 18:16:01 2007 +0200
34857
34858     Use config_cmd_default.h instead of config_cmd_all.h
34859
34860     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34861
34862 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
34863 Author: Marian Balakowicz <m8@semihalf.com>
34864 Date:   Wed Oct 24 01:37:36 2007 +0200
34865
34866     TQM5200: Call usb_cpu_init() during board init
34867
34868     usb_cpu_init() configures GPS USB pins, clocks, etc. and
34869     is required for proper operation of kernel USB subsystem.
34870     This setup was previously done in the kernel by the fixup
34871     code which is being removed, thus low level init must be
34872     done by U-boot now.
34873
34874     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34875
34876 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
34877 Author: Guennadi Liakhovetski <lg@denx.de>
34878 Date:   Tue Oct 23 16:25:50 2007 +0200
34879
34880     Fix typo in nfs.c
34881
34882     An obvious typo. Originally fixed in linkstation u-boot port.
34883
34884     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34885
34886 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
34887 Author: Guennadi Liakhovetski <lg@denx.de>
34888 Date:   Tue Oct 23 14:35:05 2007 +0200
34889
34890     Fix a typo in cpu/mpc824x/interrupts.c
34891
34892     Since December 2003 the timer_interrupt_cpu() function in
34893     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
34894     parameter. Remove it.
34895
34896     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34897
34898 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
34899 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
34900 Date:   Wed Oct 17 11:13:51 2007 +0200
34901
34902     add ft_cpu_setup(..) on mpc8260
34903
34904     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
34905     based on code from mpc5xxx
34906
34907     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
34908     --
34909
34910 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
34911 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
34912 Date:   Wed Oct 17 11:18:42 2007 +0200
34913
34914     changes for IDS8247 board support
34915
34916     To get the IDS8247 board working following are done:
34917      - FCC2 is deactivated
34918      - FCC1 is activated
34919      - I2C is activated
34920      - CFI driver is activated
34921      - Adapted for use with LIBFDT
34922
34923     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
34924     --
34925
34926 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
34927 Author: Stefan Roese <sr@denx.de>
34928 Date:   Sat Nov 3 12:08:28 2007 +0100
34929
34930     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
34931
34932     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
34933     Again, only one image supports both targets.
34934
34935     Signed-off-by: Stefan Roese <sr@denx.de>
34936
34937 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
34938 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
34939 Date:   Wed Oct 24 15:48:37 2007 +0200
34940
34941     ATSTK1002: Remove default ethernet addresses
34942
34943     Wolfgang is right: It's not a good idea to set up default initial
34944     ethernet addresses for a board, even though they belong to the local
34945     range.
34946
34947     This will change the failure mode from "IT manager screams at you for
34948     using duplicate ethernet addresses" to a nice error message explaining
34949     that the ethernet address hasn't been set properly.
34950
34951     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
34952
34953 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
34954 Author: Justin Flammia <jflammia@savantav.com>
34955 Date:   Mon Oct 29 17:40:35 2007 -0400
34956
34957     DHCP Client Fix
34958
34959     This is a multi-part message in MIME format.
34960
34961     commit e6e505eae94ed721e123e177489291fc4544b7b8
34962     Author: Justin Flammia <jflammia@savantav.com>
34963     Date:   Mon Oct 29 17:19:03 2007 -0400
34964
34965         Found a bug in the way the DHCP Request packet is built, where the IP address
34966         that is offered by the server is bound to prematurely. This patch is a fix of
34967         that bug where the IP address offered by the DHCP server is not used until
34968         after the DHCP ACK from the server is received.
34969
34970     Signed-off-by: Justin Flammia <jflammia@savantav.com>
34971     Signed-off-by: Ben Warren <bwarren@qstreams.com>
34972
34973 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
34974 Author: Stefan Roese <sr@denx.de>
34975 Date:   Wed Oct 31 20:58:34 2007 +0100
34976
34977     ppc4xx: Fix acadia_nand build problem
34978
34979     Since the cache handling functions were moved from start.S into cache.S
34980     the acadia NAND booting Makfile needs to be adapted accordingly.
34981
34982     Signed-off-by: Stefan Roese <sr@denx.de>
34983
34984 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
34985 Author: Stefan Roese <sr@denx.de>
34986 Date:   Wed Oct 31 20:57:11 2007 +0100
34987
34988     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
34989
34990     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
34991     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
34992     boards by defining CONFIG_4xx_DCACHE in the board config file. This
34993     option will disappear, when more boards use is successfully and no
34994     more known problems exist.
34995
34996     This is tested successfully on Sequoia and Katmai. The only problem that
34997     needs to be fixed is, that USB is not working on Sequoia right now, since
34998     it will need some cache handling code too, similar to the 4xx EMAC driver.
34999
35000     Signed-off-by: Stefan Roese <sr@denx.de>
35001
35002 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
35003 Author: Stefan Roese <sr@denx.de>
35004 Date:   Wed Oct 31 20:51:10 2007 +0100
35005
35006     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
35007
35008     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
35009     disable the cache for the CPU POST tests, since these tests consist
35010     of self modifying code. This is done via the new change_tlb() function.
35011
35012     Signed-off-by: Stefan Roese <sr@denx.de>
35013
35014 commit f71b2888b4b3c870909a0341427b2a914246f81f
35015 Author: Stefan Roese <sr@denx.de>
35016 Date:   Wed Oct 31 20:47:26 2007 +0100
35017
35018     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
35019
35020     This patch enables the 4xx EMAC POST driver to work too, when dcache is
35021     enabled.
35022
35023     Signed-off-by: Stefan Roese <sr@denx.de>
35024
35025 commit a2685904061b35a17583d65fe47cdc2686a69eaa
35026 Author: Stefan Roese <sr@denx.de>
35027 Date:   Wed Oct 31 20:45:53 2007 +0100
35028
35029     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
35030
35031     Signed-off-by: Stefan Roese <sr@denx.de>
35032
35033 commit ff768cb168d8157c24a25016dbfbeb465e47f420
35034 Author: Stefan Roese <sr@denx.de>
35035 Date:   Wed Oct 31 18:01:24 2007 +0100
35036
35037     ppc4xx: Change 4xx ethernet driver to handle cached memory too
35038
35039     This patch enables the 4xx EMAC driver to work too, when dcache is
35040     enabled.
35041
35042     Signed-off-by: Stefan Roese <sr@denx.de>
35043
35044 commit 483e09a223c666269ef81d3573a6591b1046b0ef
35045 Author: Stefan Roese <sr@denx.de>
35046 Date:   Wed Oct 31 17:59:22 2007 +0100
35047
35048     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
35049
35050     This function is used to either turn cache on or off in a specific
35051     memory area.
35052
35053     Signed-off-by: Stefan Roese <sr@denx.de>
35054
35055 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
35056 Author: Stefan Roese <sr@denx.de>
35057 Date:   Wed Oct 31 17:57:52 2007 +0100
35058
35059     ppc4xx: Remove cache definition from 4xx board config files
35060
35061     All 4xx board config files don't need the cache definitions anymore.
35062     These are now defined in common headers.
35063
35064     Signed-off-by: Stefan Roese <sr@denx.de>
35065
35066 commit 9b94ac61d2176185c30adf0793e079ec30e68687
35067 Author: Stefan Roese <sr@denx.de>
35068 Date:   Wed Oct 31 17:55:58 2007 +0100
35069
35070     ppc4xx: Rework 4xx cache support
35071
35072     New cache handling functions added and all existing functions
35073     moved from start.S into seperate cache.S.
35074
35075     Signed-off-by: Stefan Roese <sr@denx.de>
35076
35077 commit 06713773da4ac3d390c63d82641eb553224b27c2
35078 Author: Stefan Roese <sr@denx.de>
35079 Date:   Tue Oct 23 18:03:12 2007 +0200
35080
35081     ppc4xx: Remove compiler warning from previous commit
35082
35083     Signed-off-by: Stefan Roese <sr@denx.de>
35084
35085 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
35086 Author: Stefan Roese <sr@denx.de>
35087 Date:   Tue Oct 23 14:40:30 2007 +0200
35088
35089     ppc4xx: Remove temporary TLB entry in POST cache test
35090
35091     Signed-off-by: Stefan Roese <sr@denx.de>
35092
35093 commit 1338e6a81834099ba19733b69aafd8ef5f098094
35094 Author: Stefan Roese <sr@denx.de>
35095 Date:   Tue Oct 23 14:05:08 2007 +0200
35096
35097     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
35098
35099     I lately noticed, that newer 4xx board with GBit support sometimes don't
35100     finish link autonegotiation in 4 seconds. Changing this timeout to 5
35101     seconds seems fine here.
35102
35103     Signed-off-by: Stefan Roese <sr@denx.de>
35104
35105 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
35106 Author: Stefan Roese <sr@denx.de>
35107 Date:   Tue Oct 23 14:03:17 2007 +0200
35108
35109     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
35110
35111     This patch changes all in32/out32 calls to use the recommended in_be32/
35112     out_be32 macros instead.
35113
35114     Signed-off-by: Stefan Roese <sr@denx.de>
35115
35116 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
35117 Author: Stefan Roese <sr@denx.de>
35118 Date:   Thu Oct 25 12:24:59 2007 +0200
35119
35120     ppc4xx: Fix POST ethernet test for Haleakala
35121
35122     The POST ethernet test needed to be changed to dynamically determine
35123     the count of ethernet devices. This code is cloned from the 4xx
35124     ethernet driver.
35125
35126     Signed-off-by: Stefan Roese <sr@denx.de>
35127
35128 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
35129 Author: Stefan Roese <sr@denx.de>
35130 Date:   Tue Oct 23 11:31:05 2007 +0200
35131
35132     ppc4xx: Correct UART input clock calculation and passing to fdt
35133
35134     We now use a value in the gd (global data) structure for the UART input
35135     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
35136     in get_sys_info().
35137
35138     Signed-off-by: Stefan Roese <sr@denx.de>
35139
35140 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
35141 Author: Stefan Roese <sr@denx.de>
35142 Date:   Tue Oct 23 10:10:08 2007 +0200
35143
35144     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
35145
35146     The Haleakala is nearly identical with the Kilauea eval board. The only
35147     difference is that the 405EXr only supports one EMAC and one PCIe
35148     interface. This patch adds support for the Haleakala board by using
35149     the identical image for Kilauea and Haleakala. The distinction is done
35150     by comparing the PVR.
35151
35152     Signed-off-by: Stefan Roese <sr@denx.de>
35153
35154 commit 9f798766aa85e62eb8fa8c721e148df609b78137
35155 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
35156 Date:   Tue Oct 23 08:29:10 2007 +0200
35157
35158     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
35159
35160     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
35161
35162     Note:
35163     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
35164     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
35165     modules are still plugged in. So it is recommended to remove the DIMM
35166     modules while using the NAND booting code with the fixed SDRAM setup!
35167
35168     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
35169     Signed-off-by: Stefan Roese <sr@denx.de>
35170
35171 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
35172 Author: Stefan Roese <sr@denx.de>
35173 Date:   Mon Oct 22 16:24:44 2007 +0200
35174
35175     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
35176
35177     Signed-off-by: Stefan Roese <sr@denx.de>
35178
35179 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
35180 Author: Stefan Roese <sr@denx.de>
35181 Date:   Mon Oct 22 16:22:40 2007 +0200
35182
35183     ppc4xx: Rework of 4xx serial driver (4)
35184
35185     Change 4xx_uart.c:
35186
35187     - Use in_8/out_8 macros instead of in8/out8
35188     - No need for UART_BASE marco anymore, now really handled via function
35189       parameter
35190     - serial_init_common() introduced
35191     - Further coding style cleanup
35192
35193     Signed-off-by: Stefan Roese <sr@denx.de>
35194
35195 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
35196 Author: Stefan Roese <sr@denx.de>
35197 Date:   Mon Oct 22 15:45:49 2007 +0200
35198
35199     ppc4xx: Rework of 4xx serial driver (3)
35200
35201     Change all linker scripts to reference the changed driver name iop480_uart.o.
35202
35203     Signed-off-by: Stefan Roese <sr@denx.de>
35204
35205 commit 882ae41274921f9016131806bdeb27e19606f47a
35206 Author: Stefan Roese <sr@denx.de>
35207 Date:   Mon Oct 22 15:44:39 2007 +0200
35208
35209     ppc4xx: Rework of 4xx serial driver (2)
35210
35211     Change all linker scripts to reference the changed driver name 4xx_uart.o.
35212
35213     Note: In most cased all these explicit referencing of these object files
35214     in the linker scripts is not neccessary. Only for manually embedded
35215     environment into the U-Boot image, which is not done is most cases.
35216
35217     Signed-off-by: Stefan Roese <sr@denx.de>
35218
35219 commit ad31e40bed042cb670d0036fea96435007afb838
35220 Author: Stefan Roese <sr@denx.de>
35221 Date:   Mon Oct 22 15:09:59 2007 +0200
35222
35223     ppc4xx: Rework of 4xx serial driver (1)
35224
35225     This patch starts the rework of the PPC4xx serial driver. First we split
35226     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
35227     handling code and the other one iop480_uart.c with the UART code for the
35228     PLX-Tech IOP480 PPC (PPC403 based).
35229
35230     Signed-off-by: Stefan Roese <sr@denx.de>
35231
35232 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
35233 Author: Stefan Roese <sr@denx.de>
35234 Date:   Mon Oct 22 10:30:38 2007 +0200
35235
35236     ppc4xx: Correct UART input clock calculation and passing to fdt
35237
35238     Signed-off-by: Stefan Roese <sr@denx.de>
35239
35240 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
35241 Author: Stefan Roese <sr@denx.de>
35242 Date:   Mon Oct 22 07:34:34 2007 +0200
35243
35244     ppc4xx: Add initial AMCC Makalu 405EX support
35245
35246     Signed-off-by: Stefan Roese <sr@denx.de>
35247
35248 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
35249 Author: Stefan Roese <sr@denx.de>
35250 Date:   Mon Oct 22 07:33:52 2007 +0200
35251
35252     ppc4xx: Add freqUART to CPU speed detection
35253
35254     This value is needed later for the device tree configuration of
35255     the uart clock.
35256
35257     Signed-off-by: Stefan Roese <sr@denx.de>
35258
35259 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
35260 Author: Stefan Roese <sr@denx.de>
35261 Date:   Sun Oct 21 14:26:29 2007 +0200
35262
35263     ppc: Small Kilauea cleanup of config file
35264
35265     Signed-off-by: Stefan Roese <sr@denx.de>
35266
35267 commit 758c037aeead34b49631b8da3a90b1bba14c0410
35268 Author: Stefan Roese <sr@denx.de>
35269 Date:   Sun Oct 21 08:16:12 2007 +0200
35270
35271     rtc: Add Xicor/Intersil X1205 RTC support
35272
35273     This patch adds support for the Xicor/Intersil X1205 RTC used on the
35274     AMCC Makalu eval board. This driver is basically cloned from the Linux
35275     driver version (2.6.23).
35276
35277     This patch also introduces the Linux bcd.h header for the BCD2BIN/
35278     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
35279     should be converted to also use this header instead of implementing
35280     their own local copy of these functions/macros.
35281
35282     Signed-off-by: Stefan Roese <sr@denx.de>
35283
35284 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
35285 Author: Stefan Roese <sr@denx.de>
35286 Date:   Sun Oct 21 08:12:41 2007 +0200
35287
35288     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
35289
35290     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
35291     PPC440_SYS_INFO structure into the common ppc4xx.h header.
35292
35293     Lot's of other macros are good candidates to be consolidated this way
35294     in the future.
35295
35296     Signed-off-by: Stefan Roese <sr@denx.de>
35297
35298 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
35299 Author: Stefan Roese <sr@denx.de>
35300 Date:   Sun Oct 21 08:05:18 2007 +0200
35301
35302     ppc4xx: Fix size setup in Kilauea DDR2 init routine
35303
35304     The size was initilized wrong. Instead of 256MB, the DDR2 controller
35305     was setup to 512MB. Now the correct values is used.
35306
35307     This patch also does a little cleanup and adds a comment here.
35308
35309     Signed-off-by: Stefan Roese <sr@denx.de>
35310
35311 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
35312 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
35313 Date:   Thu Oct 18 17:29:04 2007 +0200
35314
35315     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
35316
35317     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
35318     number is used to access system registers.
35319
35320     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
35321     Signed-off-by: Stefan Roese <sr@denx.de>
35322
35323 commit c36c68160333ac5fe41ec3db12a728b7075b3912
35324 Author: Stefan Roese <sr@denx.de>
35325 Date:   Thu Oct 18 07:42:27 2007 +0200
35326
35327     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
35328
35329     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
35330     is the internal SRAM. Since I now ported and tested this endpoint mode
35331     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
35332     Katmai.
35333
35334     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
35335     this setup.
35336
35337     Signed-off-by: Stefan Roese <sr@denx.de>
35338
35339 commit 5cb4af4791f61843432155142b6cfac901f66c10
35340 Author: Stefan Roese <sr@denx.de>
35341 Date:   Thu Oct 18 07:39:38 2007 +0200
35342
35343     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
35344
35345     This patch adds endpoint support for the AMCC Kilauea eval board. It can
35346     be tested by connecting a reworked PCIe cable (only 1x lane singles
35347     connected) to another root-complex.
35348
35349     In this test setup, a 64MB inbound window is configured at BAR0 which maps
35350     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
35351     access the first 64MB of the SDRAM on the PPC side.
35352
35353     Signed-off-by: Stefan Roese <sr@denx.de>
35354
35355 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
35356 Author: Stefan Roese <sr@denx.de>
35357 Date:   Sat Oct 13 16:43:23 2007 +0200
35358
35359     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
35360
35361     This patch adds support for dynamic configuration of PCIe ports for the
35362     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
35363     boards Yucca & Katmai and the 405EX board Kilauea.
35364
35365     This dynamic configuration is done via the "pcie_mode" environement
35366     variable. This variable can be set to "EP" or "RP" for endpoint or
35367     rootpoint mode. Multiple values can be joined via the ":" delimiter.
35368     Here an example:
35369
35370     pcie_mode=RP:EP:EP
35371
35372     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
35373     as endpoint.
35374
35375     Per default Yucca will be configured as:
35376     pcie_mode=RP:EP:EP
35377
35378     Per default Katmai will be configured as:
35379     pcie_mode=RP:RP:REP
35380
35381     Per default Kilauea will be configured as:
35382     pcie_mode=RP:RP
35383
35384     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
35385     Signed-off-by: Stefan Roese <sr@denx.de>
35386
35387 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
35388 Author: Stefan Roese <sr@denx.de>
35389 Date:   Thu Oct 11 11:15:59 2007 +0200
35390
35391     ppc4xx: Enable device tree support (fdt) on Kilauea per default
35392
35393     This patch enables the fdt support on the AMCC Kilauea eval board.
35394     Additionally now EBC ranges fdt fixup is included to support NOR
35395     FLASH mapping via the Linux physmap_of driver.
35396
35397     This Kilauea port now support booting arch/ppc and arch/powerpc
35398     Linux kernels. The default environment "net_nfs" is for arch/ppc
35399     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
35400     support will be removed.
35401
35402     Signed-off-by: Stefan Roese <sr@denx.de>
35403
35404 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
35405 Author: Stefan Roese <sr@denx.de>
35406 Date:   Thu Oct 11 11:11:45 2007 +0200
35407
35408     ppc4xx: Add additional debug info to 4xx fdt support
35409
35410     Signed-off-by: Stefan Roese <sr@denx.de>
35411
35412 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
35413 Author: Stefan Roese <sr@denx.de>
35414 Date:   Fri Oct 5 21:28:58 2007 +0200
35415
35416     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
35417
35418     Signed-off-by: Stefan Roese <sr@denx.de>
35419
35420 commit 1941cce71b1ae975602854045061e82f94ecd012
35421 Author: Stefan Roese <sr@denx.de>
35422 Date:   Fri Oct 5 17:35:10 2007 +0200
35423
35424     ppc4xx: Fix small merge problem in 4xx_enet.c
35425
35426     Signed-off-by: Stefan Roese <sr@denx.de>
35427
35428 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
35429 Author: Stefan Roese <sr@denx.de>
35430 Date:   Fri Oct 5 17:11:30 2007 +0200
35431
35432     ppc4xx: Add initial AMCC Kilauea 405EX support
35433
35434     Signed-off-by: Stefan Roese <sr@denx.de>
35435
35436 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
35437 Author: Stefan Roese <sr@denx.de>
35438 Date:   Fri Oct 5 17:10:59 2007 +0200
35439
35440     ppc4xx: Add PPC405EX support
35441
35442     Signed-off-by: Stefan Roese <sr@denx.de>
35443
35444 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
35445 Author: Stefan Roese <sr@denx.de>
35446 Date:   Fri Oct 5 17:09:36 2007 +0200
35447
35448     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
35449
35450     Signed-off-by: Stefan Roese <sr@denx.de>
35451
35452 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
35453 Author: Stefan Roese <sr@denx.de>
35454 Date:   Fri Oct 5 17:07:50 2007 +0200
35455
35456     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
35457
35458     Signed-off-by: Stefan Roese <sr@denx.de>
35459
35460 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
35461 Author: Stefan Roese <sr@denx.de>
35462 Date:   Fri Oct 5 17:04:57 2007 +0200
35463
35464     POST: Add 405EX support to 4xx UART POST test
35465
35466     Signed-off-by: Stefan Roese <sr@denx.de>
35467
35468 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
35469 Author: Stefan Roese <sr@denx.de>
35470 Date:   Fri Oct 5 15:10:02 2007 +0200
35471
35472     DTT: Prepare DS1775 driver for use of different I2C addresses
35473
35474     Signed-off-by: Stefan Roese <sr@denx.de>
35475
35476 commit 19e93b1e16d267220440d827b920fbad8abfa70f
35477 Author: Stefan Roese <sr@denx.de>
35478 Date:   Fri Oct 5 14:23:43 2007 +0200
35479
35480     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
35481
35482     Signed-off-by: Stefan Roese <sr@denx.de>
35483
35484 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
35485 Author: Stefan Roese <sr@denx.de>
35486 Date:   Fri Oct 5 09:22:33 2007 +0200
35487
35488     ppc4xx: 4xx_pcie: Disable debug output as default
35489
35490     Signed-off-by: Stefan Roese <sr@denx.de>
35491
35492 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
35493 Author: Stefan Roese <sr@denx.de>
35494 Date:   Fri Oct 5 09:18:23 2007 +0200
35495
35496     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
35497
35498     Signed-off-by: Stefan Roese <sr@denx.de>
35499
35500 commit 4dbee8a90df613eb517aadbecebd70f168913d30
35501 Author: Stefan Roese <sr@denx.de>
35502 Date:   Fri Oct 5 07:57:20 2007 +0200
35503
35504     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
35505
35506     128MB seems to be the smallest possible value for the memory size
35507     for on PCIe port. With this change now the BAR's of the PCIe cards
35508     are accessible under U-Boot.
35509
35510     One big note: This only works for PCIe port 0 & 1. For port 2 this
35511     currently doesn't work, since the base address is now 0xc0000000
35512     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
35513     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
35514     to change the base addresses completely and this change would have
35515     too much impact right now.
35516
35517     This patch adds debug output to the 4xx pcie driver too.
35518
35519     Signed-off-by: Stefan Roese <sr@denx.de>
35520
35521 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
35522 Author: Stefan Roese <sr@denx.de>
35523 Date:   Wed Oct 3 21:16:32 2007 +0200
35524
35525     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
35526
35527     Signed-off-by: Stefan Roese <sr@denx.de>
35528
35529 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
35530 Author: Stefan Roese <sr@denx.de>
35531 Date:   Wed Oct 3 15:01:02 2007 +0200
35532
35533     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
35534
35535     These files were introduced with the IBM 405GP but are currently used on all
35536     4xx PPC platforms. So the name doesn't match the content anymore. This patch
35537     renames the files to 4xx_pci.c/h.
35538
35539     Signed-off-by: Stefan Roese <sr@denx.de>
35540
35541 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
35542 Author: Stefan Roese <sr@denx.de>
35543 Date:   Wed Oct 3 14:14:58 2007 +0200
35544
35545     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
35546
35547     Signed-off-by: Stefan Roese <sr@denx.de>
35548
35549 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
35550 Author: Stefan Roese <sr@denx.de>
35551 Date:   Wed Oct 3 10:38:09 2007 +0200
35552
35553     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
35554
35555     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
35556         the SDR registers of the PCIe ports. This makes the overall design
35557         clearer, since it removed a lot of switch statements which are not
35558         needed anymore.
35559
35560         Also, the functions ppc4xx_init_pcie_rootport() and
35561         ppc4xx_init_pcie_entport() are merged into a single function
35562         ppc4xx_init_pcie_port(), since most of the code was duplicated.
35563         This makes maintainance and porting to other 4xx platforms
35564         easier.
35565
35566     Signed-off-by: Stefan Roese <sr@denx.de>
35567
35568 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
35569 Author: Stefan Roese <sr@denx.de>
35570 Date:   Wed Oct 3 07:48:09 2007 +0200
35571
35572     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
35573
35574     This patch is the first patch of a series to make the 440SPe PCIe code
35575     usable on different 4xx PPC platforms. In preperation for the new 405EX
35576     which is also equipped with PCIe interfaces.
35577
35578     (2) This patch renames the functions from 440spe_ to 4xx_ with a
35579         little additional cleanup
35580
35581     Signed-off-by: Stefan Roese <sr@denx.de>
35582
35583 commit c7c6da23028f146d912514b95aefa3da7cf37699
35584 Author: Stefan Roese <sr@denx.de>
35585 Date:   Wed Oct 3 07:34:10 2007 +0200
35586
35587     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
35588
35589     This patch is the first patch of a series to make the 440SPe PCIe code
35590     usable on different 4xx PPC platforms. In preperation for the new 405EX
35591     which is also equipped with PCIe interfaces.
35592
35593     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
35594
35595     Signed-off-by: Stefan Roese <sr@denx.de>
35596
35597 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
35598 Author: Marian Balakowicz <m8@semihalf.com>
35599 Date:   Wed Oct 24 01:37:36 2007 +0200
35600
35601     TQM5200: Call usb_cpu_init() during board init
35602
35603     usb_cpu_init() configures GPS USB pins, clocks, etc. and
35604     is required for proper operation of kernel USB subsystem.
35605     This setup was previously done in the kernel by the fixup
35606     code which is being removed, thus low level init must be
35607     done by U-boot now.
35608
35609     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
35610     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35611
35612 commit b5af773f8d92677e06f3295b45557c9d0a487c24
35613 Author: Zhang Wei <wei.zhang@freescale.com>
35614 Date:   Thu Oct 25 17:51:27 2007 +0800
35615
35616     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
35617
35618     The scan code of the key 'z' is 0x1d, which should be handled.
35619
35620     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
35621     controller.
35622
35623     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35624     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35625
35626 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
35627 Author: Rodolfo Giometti <giometti@enneenne.com>
35628 Date:   Mon Oct 15 11:59:17 2007 +0200
35629
35630     PXA USB OHCI: "usb stop" implementation.
35631
35632     Some USB keys need to be switched off before loading the kernel
35633     otherwise they can remain in an undefined status which prevents them
35634     to be correctly recognized by the kernel.
35635
35636     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
35637     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35638
35639 commit 31548249decf18a6b877a18436b6139dd483fe4a
35640 Author: Justin Flammia <jflammia@savantav.com>
35641 Date:   Mon Oct 29 17:40:35 2007 -0400
35642
35643     DHCP Client Fix
35644
35645     This is a multi-part message in MIME format.
35646
35647     commit e6e505eae94ed721e123e177489291fc4544b7b8
35648     Author: Justin Flammia <jflammia@savantav.com>
35649     Date:   Mon Oct 29 17:19:03 2007 -0400
35650
35651         Found a bug in the way the DHCP Request packet is built, where the IP address
35652         that is offered by the server is bound to prematurely. This patch is a fix of
35653         that bug where the IP address offered by the DHCP server is not used until
35654         after the DHCP ACK from the server is received.
35655
35656     Signed-off-by: Justin Flammia <jflammia@savantav.com>
35657     Signed-off-by: Ben Warren <bwarren@qstreams.com>
35658
35659 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
35660 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35661 Date:   Thu Oct 25 17:16:22 2007 -0500
35662
35663     ColdFire 54455: Fix correct boot location for atmel and intel
35664
35665     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35666
35667 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
35668 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35669 Date:   Thu Oct 25 17:14:00 2007 -0500
35670
35671     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
35672
35673     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35674
35675 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
35676 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35677 Date:   Thu Oct 25 17:12:36 2007 -0500
35678
35679     ColdFire 5329: Assign correct SDRAM size and fix cache
35680
35681     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35682
35683 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
35684 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35685 Date:   Thu Oct 25 17:10:23 2007 -0500
35686
35687     ColdFire 5253: Assign correct SDRAM size
35688
35689     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35690
35691 commit 2acefa72ee0026f862ab65597ca687428f63a973
35692 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35693 Date:   Thu Oct 25 17:09:17 2007 -0500
35694
35695     ColdFire 5282: Fix external flash boot and return dramsize
35696
35697     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35698
35699 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
35700 Author: Bartlomiej Sieka <tur@semihalf.com>
35701 Date:   Thu Oct 25 17:20:01 2007 +0200
35702
35703     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
35704
35705     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35706
35707 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
35708 Author: Martin Krause <martin.krause@tqs.de>
35709 Date:   Wed Oct 24 08:42:25 2007 +0200
35710
35711     TQM5200: fix spurious characters on second serial interface
35712
35713     With this patch PSC3 is configured as UART. This is done, because if
35714     the pins of PSC3 are not configured at all (-> all pins are GPI),
35715     due to crosstalk, spurious characters may be send over the RX232_2_TXD
35716     signal line.
35717
35718     Signed-off-by: Martin Krause <martin.krause@tqs.de>
35719     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
35720
35721 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
35722 Author: Martin Krause <martin.krause@tqs.de>
35723 Date:   Wed Oct 24 08:41:27 2007 +0200
35724
35725     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
35726
35727     Some commands for the STK52xx base board try to access the SM501 grafic
35728     controller. But the TQM5200S has no grafic controller (only the TQM5200
35729     and the TQM5200B have). This patch deactivates the commands accessing
35730     the SM501 for the TQM5200S.
35731
35732     Signed-off-by: Martin Krause <martin.krause@tqs.de>
35733     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
35734
35735 commit b31f64343ead9482cd439b1adbe4c34026a641b1
35736 Author: Martin Krause <martin.krause@tqs.de>
35737 Date:   Mon Oct 22 16:45:53 2007 +0200
35738
35739     TQM5200: fix spurious characters on second serial interface
35740
35741     With this patch PSC3 is configured as UART. This is done, because if
35742     the pins of PSC3 are not configured at all (-> all pins are GPI),
35743     due to crosstalk, spurious characters may be send over the RX232_2_TXD
35744     signal line.
35745
35746     Signed-off-by: Martin Krause <martin.krause@tqs.de>
35747
35748 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
35749 Author: Martin Krause <martin.krause@tqs.de>
35750 Date:   Mon Oct 22 16:40:06 2007 +0200
35751
35752     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
35753
35754     Some commands for the STK52xx base board try to access the SM501 grafic
35755     controller. But the TQM5200S has no grafic controller (only the TQM5200
35756     and the TQM5200B have). This patch deactivates the commands accessing
35757     the SM501 for the TQM5200S.
35758
35759     Signed-off-by: Martin Krause <martin.krause@tqs.de>
35760
35761 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
35762 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35763 Date:   Sun Oct 21 09:14:28 2007 +0200
35764
35765     Mips: Fix string functions differ prototype declaration
35766
35767     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35768
35769 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
35770 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
35771 Date:   Fri Oct 19 17:51:40 2007 -0500
35772
35773     fsl_pci_init enable COMMAND_MEMORY if inbound window
35774
35775     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
35776     to pciauto_setup_device has the side effect of not getting
35777     COMMAND_MEMORY set.
35778
35779     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
35780
35781 commit e9d0d527992566ebef9826962ff1745b2f082b92
35782 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35783 Date:   Fri Oct 19 10:55:24 2007 +0200
35784
35785     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
35786
35787     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35788
35789 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
35790 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35791 Date:   Fri Oct 19 08:10:15 2007 +0200
35792
35793     fix warning: no return statement in function returning non-void
35794
35795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35796
35797 commit e78220f6e514206757acfe247297fc9a328a881f
35798 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35799 Date:   Fri Oct 19 06:33:45 2007 +0200
35800
35801     xsengine: Fix no partition type specified, use DOS as default
35802
35803     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35804
35805 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
35806 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35807 Date:   Fri Oct 19 00:24:59 2007 +0200
35808
35809     lubbock: Fix no partition type specified, use DOS as default
35810
35811     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35812
35813 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
35814 Author: Wolfgang Denk <wd@denx.de>
35815 Date:   Tue Oct 23 16:50:03 2007 +0200
35816
35817     Coding style: keep lists sorted; update CHANGELOG
35818
35819     Signed-off-by: Wolfgang Denk <wd@denx.de>
35820
35821 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
35822 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35823 Date:   Fri Oct 19 00:09:05 2007 +0200
35824
35825     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
35826
35827     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35828
35829 commit 96455bfebc9887837095c9051d216f53c61b5f10
35830 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35831 Date:   Fri Oct 19 00:07:39 2007 +0200
35832
35833     Fix warning differ in signedness in board/innokom/innokom.c
35834
35835     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35836
35837 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
35838 Author: Marcel Ziswiler <marcel@ziswiler.com>
35839 Date:   Fri Oct 19 00:25:33 2007 +0200
35840
35841     fix pxa255_idp board
35842
35843     The pxa255_idp being an old unmaintained board showed several issues:
35844     1. CONFIG_INIT_CRITICAL was still defined.
35845     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
35846     3. Symbol flash_addr was undeclared.
35847     4. The boards lowlevel_init function was still called memsetup.
35848     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
35849     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
35850     'target CPU does not support interworking' warnings on recent compilers.
35851     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
35852     indexes rather than the register definitions from the pxa-regs header
35853     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
35854     avoid any ambiguities.
35855     8. There were several redefinition warnings concerning ICMR, OSMR3,
35856     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
35857     9. The board configuration file was rather outdated.
35858     10. The part header file defined the vendor, product and revision arrays
35859     as unsigned chars instead of just chars in the block_dev_desc_t
35860     structure.
35861
35862     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35863
35864 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
35865 Author: Rune Torgersen <runet@innovsys.com>
35866 Date:   Wed Oct 17 11:56:31 2007 -0500
35867
35868     Make MPC8266ADS command selection more robust
35869
35870     Fix MPC8266 command line definition so it won't break when new commands
35871     are added to u-boot.
35872     Signed-off-by Rune Torgersen <runet@innovsys.com>
35873
35874 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
35875 Author: Bartlomiej Sieka <tur@semihalf.com>
35876 Date:   Tue Oct 23 13:14:10 2007 +0200
35877
35878     Motion-PRO: Update configuration to accomodate next generation board.
35879
35880     New board has faster oscillator and a different Flash chip. This affects:
35881     - CFG_MPC5XXX_CLKIN
35882     - SDRAM timings
35883     - Flash CS configuration (timings)
35884     - Flash sector size, and thus MTD partition layout
35885     - malloc() arena size (due to bigger Flash sectors)
35886     - smaller memory test range (due to bigger malloc() arena)
35887
35888     This patch also enables more extensive memory testing via "mtest".
35889
35890     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35891
35892 commit eff501904df2bf1724a750062628ba2c51dbb1f8
35893 Author: Bartlomiej Sieka <tur@semihalf.com>
35894 Date:   Tue Oct 23 11:36:07 2007 +0200
35895
35896     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
35897
35898     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
35899     register must be written a value of 0x00000004 as the first step of the
35900     SDRAM contorller configuration.
35901
35902     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35903
35904 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
35905 Author: Peter Pearse <peter.pearse@arm.com>
35906 Date:   Tue Oct 23 10:22:16 2007 +0100
35907
35908     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
35909
35910 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
35911 Author: Stefan Roese <sr@denx.de>
35912 Date:   Tue Oct 23 10:17:42 2007 +0200
35913
35914     ppc4xx: lwmon5: Some further GPIO config changes
35915
35916     Signed-off-by: Stefan Roese <sr@denx.de>
35917
35918 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
35919 Author: Vlad Lungu <vlad@comsys.ro>
35920 Date:   Sun Oct 21 22:10:10 2007 +0900
35921
35922     [MIPS] Fix UNCACHED_SDRAM
35923
35924     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
35925
35926     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
35927     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35928
35929 commit 00101dd7a32d12f698150123e47e4b3420279f86
35930 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35931 Date:   Sun Oct 21 21:30:42 2007 +0900
35932
35933     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
35934
35935     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35936
35937 commit eb700636db017d310edaeb559b13d82588560674
35938 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35939 Date:   Sun Oct 21 10:55:37 2007 +0900
35940
35941     [MIPS] u-boot.lds: Define _gp in a standard manner
35942
35943     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35944
35945 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
35946 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35947 Date:   Sun Oct 21 10:55:36 2007 +0900
35948
35949     [MIPS] Fix $gp usage
35950
35951     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
35952     As a general principle, we should use _gp for $gp.
35953
35954     Thanks to linker script's help we fortunately have _gp which equals to
35955     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
35956     be able to access to GOT entires, global variables and procedure entry
35957     points. The right thing to do is to use _gp.
35958
35959     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
35960     which holds the offset from _gp. When updating GOT entries, we use this
35961     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
35962
35963     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
35964     I made some change to leave over num_got_entries.
35965
35966     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35967     Cc: Vlad Lungu <vlad@comsys.ro>
35968
35969 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
35970 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35971 Date:   Sun Oct 21 10:55:36 2007 +0900
35972
35973     [MIPS] u-boot.lds: Fix __got_start and __got_end
35974
35975     Ensure that __got_start points to top of the `.got', and __got_end points
35976     to bottom as well, so that we never fail to count num_got_entries.
35977
35978     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35979
35980 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
35981 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35982 Date:   Sun Oct 21 10:55:36 2007 +0900
35983
35984     [MIPS] u-boot.lds: Remove duplicated .sdata section
35985
35986     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35987
35988 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
35989 Author: Wolfgang Denk <wd@denx.de>
35990 Date:   Sun Oct 21 01:01:17 2007 +0200
35991
35992     Minor coding style cleanup; update CHANGELOG
35993
35994     Signed-off-by: Wolfgang Denk <wd@denx.de>
35995
35996 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
35997 Author: Vlad Lungu <vlad@comsys.ro>
35998 Date:   Thu Oct 4 20:47:10 2007 +0300
35999
36000     Fix NE2000 driver:
36001
36002     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
36003     to do anything in eth_stop() if eth_init() was not called.
36004     Simplified RX path in order to avoid timeouts on really really
36005     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
36006     clever enough to cope with 1 packet per eth_rx().
36007
36008     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
36009
36010 commit df90968b48fb34fa9072fab150db2ac89678f537
36011 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
36012 Date:   Mon Sep 24 13:32:13 2007 -0400
36013
36014     Setting MSR[DE] in do_reset
36015
36016     Hello,
36017        This patch ensures the soft reset of the board for the 85xx boards
36018        by setting the MSR[DE] in the do_reset function.
36019
36020     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
36021
36022 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
36023 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
36024 Date:   Mon Sep 24 13:36:01 2007 -0400
36025
36026     MSR overwrite fix
36027
36028     Hello,
36029       This patch fixes the MSR overwrite in the start.S when moving out of
36030       the last 4K page.
36031
36032     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
36033
36034 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
36035 Author: Dan Wilson <dwilson@fulcrummicro.com>
36036 Date:   Fri Oct 19 11:33:48 2007 -0500
36037
36038     tsec driver should clear RHALT on startup
36039
36040     This was causing problems for some people.
36041
36042     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
36043     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
36044     Signed-off-by: Andy Fleming <afleming@freescale.com>
36045
36046 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
36047 Author: Kumar Gala <galak@kernel.crashing.org>
36048 Date:   Thu Oct 11 00:29:18 2007 -0500
36049
36050     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
36051
36052     On the MPC85xx CDS we have two issues:
36053
36054     1. The device tree fixup code did not check to see if the property we are
36055     trying to update is actually found.  Its possible that it would update
36056     random memory starting at 0.
36057
36058     2. Newer Linux kernel's have moved the location of the PCI nodes to be
36059     sibilings of the soc node and not children.  The explicit PATH to the PCI
36060     node would not be found for these device trees.  Add the ability to handle
36061     both paths.  In the future we shouldn't handle such fixups by explicit path.
36062
36063     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36064
36065 commit a3063eec775719b7e91023bbec3f64b3118791df
36066 Author: Kumar Gala <galak@kernel.crashing.org>
36067 Date:   Thu Oct 11 00:18:48 2007 -0500
36068
36069     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
36070
36071     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
36072     console.  Make it so we match that config what we tell Linux as the early
36073     STDOUT console.
36074
36075     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36076
36077 commit e1ce3cb617bb06f91f82f98915391175addf3e82
36078 Author: Kumar Gala <galak@kernel.crashing.org>
36079 Date:   Tue Oct 2 11:12:27 2007 -0500
36080
36081     Remove magic numbers from cache related operations for mpc85xx
36082
36083     The mpc85xx start code uses some magic numbers that we actually
36084     have #defines for in <config.h> so use those instead.
36085
36086     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36087
36088 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
36089 Author: Detlev Zundel <dzu@denx.de>
36090 Date:   Fri Oct 19 16:47:26 2007 +0200
36091
36092     Fix two typos.
36093
36094     Signed-off-by: Detlev Zundel <dzu@denx.de>
36095
36096 commit 281df457c1aa50d2752165d0c5c3282d4027b974
36097 Author: Tony Li <tony.li@freescale.com>
36098 Date:   Thu Oct 18 17:47:19 2007 +0800
36099
36100     mpc83xx: Add configure entry for MPC83xx ATM support
36101
36102     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
36103     Makfile and MAKEALL
36104
36105     Signed-off-by: Tony Li <tony.li@freescale.com>
36106     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36107
36108 commit d2646554f529a9577515eceb0ec5eceee18244ba
36109 Author: Tony Li <tony.li@freescale.com>
36110 Date:   Thu Oct 18 17:44:38 2007 +0800
36111
36112     mpc83xx: pq-mds-pib.c typo error
36113
36114     Correct to val8 from val.
36115
36116     Signed-off-by: Tony Li <tony.li@freescale.com>
36117     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36118
36119 commit 3e11ae80fec1ee12194940955431186abf6009c2
36120 Author: Stefan Roese <sr@denx.de>
36121 Date:   Wed Oct 17 15:40:19 2007 +0200
36122
36123     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
36124
36125     Signed-off-by: Stefan Roese <sr@denx.de>
36126
36127 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
36128 Author: Jon Loeliger <jdl@freescale.com>
36129 Date:   Tue Oct 16 15:27:43 2007 -0500
36130
36131     Initial mpc8610hpcd Makefile files.
36132
36133     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36134     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
36135     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36136     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36137
36138 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
36139 Author: Jon Loeliger <jdl@freescale.com>
36140 Date:   Tue Oct 16 15:26:51 2007 -0500
36141
36142     Initial mpc8610hpcd cpu/, README and include/ files.
36143
36144     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36145     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
36146     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36147     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36148
36149 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
36150 Author: Jon Loeliger <jdl@freescale.com>
36151 Date:   Tue Oct 16 13:54:01 2007 -0500
36152
36153     Initial mpc8610hpcd board files.
36154
36155     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36156     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
36157     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36158     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36159
36160 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
36161 Author: runet@innovsys.com <runet@innovsys.com>
36162 Date:   Tue Oct 16 14:50:40 2007 -0500
36163
36164     Make MPC8266ADS board compile again.
36165
36166     Signed-off-by: Runet Torgersen <runet@innovsys.com>
36167
36168 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
36169 Author: Jon Loeliger <jdl@freescale.com>
36170 Date:   Mon Aug 27 12:41:03 2007 -0500
36171
36172     86xx: Allow for fewer DDR slots per memory controller.
36173
36174     As a direct correlation exists between DDR DIMM slots
36175     and SPD EEPROM addresses used to configure them, use
36176     the individually defined SPD_EEPROM_ADDRESS* values to
36177     determine if a DDR DIMM slot should have its SPD
36178     configuration read or not.
36179
36180     Effectively, this now allows for 1 or 2 DIMM slots
36181     per memory controller.
36182
36183     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36184
36185 commit 4d4a945e189a2f384c66432316da2788a0ac1607
36186 Author: Rodolfo Giometti <giometti@enneenne.com>
36187 Date:   Mon Oct 15 11:59:17 2007 +0200
36188
36189     PXA USB OHCI: "usb stop" implementation.
36190
36191     Some USB keys need to be switched off before loading the kernel
36192     otherwise they can remain in an undefined status which prevents them
36193     to be correctly recognized by the kernel.
36194
36195     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
36196
36197 commit e2e93442e558cf1500e92861f99713b2f045ea22
36198 Author: Stefan Roese <sr@denx.de>
36199 Date:   Mon Oct 15 11:39:00 2007 +0200
36200
36201     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
36202
36203     The I2C bootstrap values that can be setup via the "bootstrap" command,
36204     were setup incorrect regarding the generation of the internal sync PCI
36205     clock. The values for PLB clock == 133MHz were slighly incorrect and the
36206     values for PLB clock == 166MHz were totally incorrect. This could
36207     lead to a hangup upon booting while PCI configuration scan.
36208
36209     This patch fixes this issue and configures valid PCI divisor values
36210     for the sync PCI clock, with respect to the provided external async
36211     PCI frequency.
36212
36213     Here the values of the formula in the chapter 14.2 "PCI clocking"
36214     from the 440EPx users manual:
36215
36216     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
36217
36218     33MHz async PCI frequency:
36219     PLB = 133:
36220     =>      32 <= 44.3 <= 65        (div = 3)
36221
36222     PLB = 166:
36223     =>      32 <= 55.3 <= 65        (div = 3)
36224
36225     66MHz async PCI frequency:
36226     PLB = 133:
36227     =>      65 <= 66.5 <= 132       (div = 2)
36228
36229     PLB = 166:
36230     =>      65 <= 83 <= 132         (div = 2)
36231
36232     Signed-off-by: Stefan Roese <sr@denx.de>
36233
36234 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
36235 Author: Stefan Roese <sr@denx.de>
36236 Date:   Mon Oct 15 11:29:33 2007 +0200
36237
36238     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
36239
36240     The BCSR status bit for the 66MHz PCI operation was correctly
36241     addressed (MSB/LSB problem). Now the correct currently setup
36242     PCI frequency is displayed upon bootup.
36243
36244     This patch also fixes this problem on Rainier & Yellowstone, since these
36245     boards use the same souce code as Sequoia & Yosemite do.
36246
36247     Signed-off-by: Stefan Roese <sr@denx.de>
36248
36249 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
36250 Author: Martin Krause <martin.krause@tqs.de>
36251 Date:   Wed Sep 26 17:55:56 2007 +0200
36252
36253     TQM860M: adjust for doubled flash sector size.
36254
36255     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
36256     doubled sector size.
36257
36258     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36259
36260 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
36261 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
36262 Date:   Wed Sep 26 17:55:54 2007 +0200
36263
36264     TQM8xx: Fix CAN timing.
36265
36266     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36267
36268 commit d43e489baf02afae49077791fb22332d240d8656
36269 Author: Martin Krause <martin.krause@tqs.de>
36270 Date:   Thu Sep 27 14:54:36 2007 +0200
36271
36272     TQM866M: fix SDRAM refresh
36273
36274     At 133 MHz the current SDRAM refresh rate is too fast
36275     (measured 4 * 1.17 us).
36276     CFG_MAMR_PTA changes from 39 to 97. This result
36277     in a refresh rate of 4 * 7.8 us at the default clock
36278     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
36279     This is a compromise until a new method is found to
36280     adjust the refresh rate.
36281
36282     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36283
36284 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
36285 Author: Martin Krause <martin.krause@tqs.de>
36286 Date:   Wed Sep 26 17:55:55 2007 +0200
36287
36288     TQM866M: adjust for doubled flash sector size.
36289
36290     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
36291     doubled sector size.
36292
36293     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36294
36295 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
36296 Author: Michal Simek <monstr@monstr.eu>
36297 Date:   Sun Oct 14 16:12:29 2007 +0200
36298
36299     [FIX] XUPV2P change command handling
36300     and remove code violation
36301
36302 commit 636400198228d96983c06657b17f760f5989958e
36303 Author: Wolfgang Denk <wd@denx.de>
36304 Date:   Sun Oct 14 00:13:19 2007 +0200
36305
36306     Prepare for 1.3.0-rc3 release
36307
36308     Signed-off-by: Wolfgang Denk <wd@denx.de>
36309
36310 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
36311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36312 Date:   Sat Sep 29 13:41:37 2007 +0200
36313
36314     Fix warning differ in signedness in cpu/pxa/mmc.c
36315
36316     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36317
36318 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
36319 Author: Wolfgang Denk <wd@denx.de>
36320 Date:   Sat Oct 13 23:51:14 2007 +0200
36321
36322     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
36323
36324     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36325     Signed-off-by: Wolfgang Denk <wd@denx.de>
36326
36327 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
36328 Author: Wolfgang Denk <wd@denx.de>
36329 Date:   Sat Oct 13 21:15:39 2007 +0200
36330
36331     Coding Style cleanup.
36332
36333     Signed-off-by: Wolfgang Denk <wd@denx.de>
36334
36335 commit e1893815b0999410d7a327589611c7b38e95299e
36336 Author: Wolfgang Denk <wd@denx.de>
36337 Date:   Fri Oct 12 15:49:39 2007 +0200
36338
36339     GP3 SSA: enable RTC
36340
36341     Signed-off-by: Wolfgang Denk <wd@denx.de>
36342
36343 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
36344 Author: Grzegorz Bernacki <gjb@semihalf.com>
36345 Date:   Tue Oct 9 13:58:24 2007 +0200
36346
36347     [ads5121] EEPROM support added.
36348
36349     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36350
36351 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
36352 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
36353 Date:   Sat Oct 6 18:55:35 2007 +0200
36354
36355     AVR32: Initialize bi_flash* in board_init_r
36356
36357     The ATSTK1000-specific flash driver intializes bi_flashstart,
36358     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
36359     driver, don't.
36360
36361     Initialize these in board_init_r instead so that things will still be
36362     set up correctly when we switch to the CFI driver.
36363
36364     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36365
36366 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
36367 Author: Marian Balakowicz <m8@semihalf.com>
36368 Date:   Fri Oct 5 10:40:54 2007 +0200
36369
36370     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
36371
36372     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36373
36374 commit 92869195ef8210758d2176230c0a36897afd50ed
36375 Author: Bartlomiej Sieka <tur@semihalf.com>
36376 Date:   Fri Oct 5 09:46:06 2007 +0200
36377
36378     CM5200: Fix missing null-termination in hostname manipulation code
36379
36380     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36381
36382 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
36383 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
36384 Date:   Tue Oct 2 19:09:01 2007 +0200
36385
36386     Fix memtest breakage
36387
36388     CFG_MEMTEST_START uses weird magic involving gd, which fails to
36389     compile. Use hardcoded values instead (we actually know how much RAM
36390     we have on board.)
36391
36392     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36393
36394 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
36395 Author: Stefan Roese <sr@denx.de>
36396 Date:   Tue Oct 2 11:44:46 2007 +0200
36397
36398     ppc4xx: Coding style cleanup
36399
36400     Signed-off-by: Stefan Roese <sr@denx.de>
36401
36402 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
36403 Author: Stefan Roese <sr@denx.de>
36404 Date:   Tue Oct 2 11:44:19 2007 +0200
36405
36406     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
36407
36408     Signed-off-by: Stefan Roese <sr@denx.de>
36409
36410 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
36411 Author: Grzegorz Bernacki <gjb@semihalf.com>
36412 Date:   Mon Oct 1 09:51:50 2007 +0200
36413
36414     Program EPLD to force full duplex mode for PHY.
36415
36416     EPLD forces modes of PHY operation. By default full duplex is turned off.
36417     This fix turns it on.
36418
36419     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36420
36421 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
36422 Author: Timo Ketola <timo.ketola@exertus.fi>
36423 Date:   Mon Sep 24 14:50:32 2007 +0300
36424
36425     Bugfix: Use only one PTD for one endpoint
36426
36427     Original isp116x-hcd code prepared multiple PTDs for longer than 16
36428     byte transfers for one endpoint. That is unnecessary because the
36429     ISP116x is able to split long data from one PTD into multiple
36430     transactions based on the buffer size of the endpoint. It also caused
36431     serious problems if the endpoint NAKed some of the transactions. In
36432     that case ISP116x wouldn't notice that the other PTDs were for the same
36433     endpoint and would try the other PTDs possibly out of order. That would
36434     break the whole transfer.
36435
36436     This patch makes isp116x_submit_job to use one PTD for one transfer.
36437
36438     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
36439     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36440
36441 commit 86ec86c04326c3913178a7679aa910de071da75d
36442 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36443 Date:   Thu Sep 27 23:27:47 2007 +0200
36444
36445     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
36446
36447     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36448
36449 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
36450 Author: Stefan Roese <sr@denx.de>
36451 Date:   Tue Sep 11 14:12:55 2007 +0200
36452
36453     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
36454
36455     Signed-off-by: Stefan Roese <sr@denx.de>
36456
36457 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
36458 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
36459 Date:   Wed Sep 26 16:35:54 2007 -0500
36460
36461     85xx io out functions need sync after write.
36462
36463     This fixes the mc146818 rtc_read/write functions for 85xx.
36464
36465     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36466
36467 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
36468 Author: Grant Likely <grant.likely@secretlab.ca>
36469 Date:   Tue Sep 25 15:48:05 2007 -0600
36470
36471     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
36472
36473     CFG_FPGA_XILINX is a bit value used to test against the value in
36474     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
36475     think that is the intention in this code.
36476
36477     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
36478
36479 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
36480 Author: Michal Simek <monstr@monstr.eu>
36481 Date:   Mon Sep 24 00:41:30 2007 +0200
36482
36483     [FIX] change command handling and removing code violation
36484
36485 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
36486 Author: Michal Simek <monstr@monstr.eu>
36487 Date:   Mon Sep 24 00:36:06 2007 +0200
36488
36489     [FIX] change sets of commands
36490     because changing of command handling brings
36491     compilation problems
36492
36493 commit cb1bc63b75a232571eb69aa2c8aa919321655845
36494 Author: Michal Simek <monstr@monstr.eu>
36495 Date:   Mon Sep 24 00:30:42 2007 +0200
36496
36497     [FIX] Email reparation & Copyright
36498     Both codes are written by myself without any
36499     support from CTU
36500
36501 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
36502 Author: Michal Simek <monstr@monstr.eu>
36503 Date:   Mon Sep 24 00:25:11 2007 +0200
36504
36505     [PATCH] Change macro name for UartLite
36506     because PowerPC 405 can use UartLite as console
36507
36508 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
36509 Author: Michal Simek <monstr@monstr.eu>
36510 Date:   Mon Sep 24 00:21:19 2007 +0200
36511
36512     [PATCH] Add support for design without interrupt controller
36513     Polling timer
36514
36515 commit 0731933ec8ec45d02ba89b52df673d526873cdde
36516 Author: Michal Simek <monstr@monstr.eu>
36517 Date:   Mon Sep 24 00:19:48 2007 +0200
36518
36519     [FIX] resolve problem with cpu without barrel shifter
36520
36521 commit db14d77995ce515b728b178b63f82babe60e3d56
36522 Author: Michal Simek <monstr@monstr.eu>
36523 Date:   Mon Sep 24 00:18:46 2007 +0200
36524
36525     [FIX] repair email address
36526
36527 commit 481d4328618804add1f818a6c96296121cd0528e
36528 Author: Michal Simek <monstr@monstr.eu>
36529 Date:   Mon Sep 24 00:17:42 2007 +0200
36530
36531     [FIX] repair MFSL commands
36532
36533 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
36534 Author: Michal Simek <monstr@monstr.eu>
36535 Date:   Mon Sep 24 00:08:37 2007 +0200
36536
36537     synchronizition with mainline
36538
36539 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
36540 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36541 Date:   Sun Sep 23 02:42:38 2007 +0900
36542
36543     sh: Add support command of ide with sh
36544
36545     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36546
36547 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
36548 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36549 Date:   Sun Sep 23 02:38:42 2007 +0900
36550
36551     sh: Update Makefile
36552
36553     Add support MS7722SE01 to Makefile.
36554
36555     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36556
36557 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
36558 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36559 Date:   Sun Sep 23 02:31:13 2007 +0900
36560
36561     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
36562
36563     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36564
36565 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
36566 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36567 Date:   Sun Sep 23 02:19:24 2007 +0900
36568
36569     sh: Update MS7750SE01 platform
36570
36571     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36572
36573 commit 516ad760db3553766267ada01b7d5d727faa4bbd
36574 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36575 Date:   Sun Sep 23 02:17:08 2007 +0900
36576
36577     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
36578
36579     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36580
36581 commit b02bad128669e567fce87d8df823b06a0144b8db
36582 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36583 Date:   Sun Sep 23 02:12:30 2007 +0900
36584
36585     sh: Update core code of SuperH.
36586
36587     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36588
36589 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
36590 Author: Wolfgang Denk <wd@denx.de>
36591 Date:   Thu Sep 20 00:04:14 2007 +0200
36592
36593     v1.3.0-rc2
36594
36595     Signed-off-by: Wolfgang Denk <wd@denx.de>
36596
36597 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
36598 Author: Wolfgang Denk <wd@denx.de>
36599 Date:   Tue Sep 18 21:36:35 2007 +0200
36600
36601     Avoid compiler warning.
36602
36603     Signed-off-by: Wolfgang Denk <wd@denx.de>
36604
36605 commit 8a783a65851bc7421ab69f442261215e21b8891a
36606 Author: Grant Likely <grant.likely@secretlab.ca>
36607 Date:   Tue Sep 18 12:24:57 2007 -0600
36608
36609     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
36610
36611     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
36612     nulls in a string differently.  For example, the following statement:
36613         echo "this is a string\0" > afile
36614     Will produce the following with /bin/bash:
36615         "this is a string\0"
36616     But with /bin/dash, will produce:
36617         "this is a string
36618
36619     Bug fixed by moving the embedded null out of the makefile and into the
36620     config header.  Also renamed the macro to avoid usage colision with the same
36621     macro used by other board ports.
36622
36623     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
36624
36625 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
36626 Author: Wolfgang Denk <wd@denx.de>
36627 Date:   Tue Sep 18 17:40:27 2007 +0200
36628
36629     MCC200: fix build warning
36630
36631     The MCC200 board config file includes version.h for some customer-
36632     specific setting, which causes warnings with "make depend"; build
36633     version.h before depend.
36634
36635     Signed-off-by: Wolfgang Denk <wd@denx.de>
36636
36637 commit bd86220f58b99d6896198c385fda132f0c980915
36638 Author: Peter Pearse <peter.pearse@arm.com>
36639 Date:   Tue Sep 18 13:07:54 2007 +0100
36640
36641     Move coloured led API to status_led.h
36642     Improve indentation in drivers/at45.c
36643
36644 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
36645 Author: Eirik Aanonsen <eaa@wprmedical.com>
36646 Date:   Tue Sep 18 08:47:20 2007 +0200
36647
36648     Update atstk1002 bootargs.
36649
36650     Updates to atstk1002 U-Boot header file:
36651     - Changed bootargs:
36652         * Set the bootargs for at1002 to point to the SD-card partition instead
36653         * ... of the boot flash.
36654         * Removing the rootfstype since that argument are not needed.
36655
36656     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
36657     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36658
36659 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
36660 Author: Eirik Aanonsen <eaa@wprmedical.com>
36661 Date:   Wed Sep 12 13:32:37 2007 +0200
36662
36663     Add some comments to clocks in atstk1002.h
36664
36665     This patch applies some clarifying comments to how the different
36666     clocks are setup according to atstk1002.h Some of the previous
36667     comments where stating wrongful information.
36668
36669     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36670
36671 commit 97213f32416ead885deafea86774e912ffd60ad0
36672 Author: David Saada <David.Saada@ecitele.com>
36673 Date:   Mon Sep 17 17:04:47 2007 +0200
36674
36675     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
36676
36677     Signed-off-by: David Saada <david.saada@ecitele.com>
36678
36679 commit 30363e98fa470fbecea5e8bc0f1443352754f303
36680 Author: Stefan Roese <sr@denx.de>
36681 Date:   Mon Sep 17 08:20:47 2007 +0200
36682
36683     Small whitespace cleanup of OneNAND patch
36684
36685     Signed-off-by: Stefan Roese <sr@denx.de>
36686
36687 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
36688 Author: Kyungmin Park <kmpark@infradead.org>
36689 Date:   Mon Sep 10 17:15:14 2007 +0900
36690
36691     OneNAND support (take #2)
36692
36693     [PATCH 3/3] OneNAND support (take #2)
36694
36695     OneNAND support at U-Boot
36696
36697     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36698
36699 commit 17aa2800457df0c06b41516f46f126712c196219
36700 Author: Kyungmin Park <kmpark@infradead.org>
36701 Date:   Mon Sep 10 17:14:34 2007 +0900
36702
36703     OneNAND support (take #2)
36704
36705     [PATCH 2/3] OneNAND support (take #2)
36706
36707     OneNAND support at U-Boot
36708
36709     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36710
36711 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
36712 Author: Kyungmin Park <kmpark@infradead.org>
36713 Date:   Mon Sep 10 17:13:49 2007 +0900
36714
36715     OneNAND support (take #2)
36716
36717     [PATCH 1/3] OneNAND support (take #2)
36718
36719     OneNAND support at U-Boot
36720
36721     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36722
36723 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
36724 Author: Michal Simek <monstr@monstr.eu>
36725 Date:   Sun Sep 16 20:51:57 2007 +0200
36726
36727     [FIX] remove files form repository
36728
36729 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
36730 Author: Wolfgang Denk <wd@denx.de>
36731 Date:   Sun Sep 16 17:10:04 2007 +0200
36732
36733     TQM8xx[LM]: Fix broken environment alignment.
36734
36735     With recent toolchains, the environment sectors were no longer aligned to
36736     sector boundaries. The reason was a combination of two bugs:
36737
36738     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
36739        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
36740        this gets defined, is not included here (and cannot be included
36741        without causing lots of problems).
36742
36743        Added a new #define CFG_USE_PPCENV for all boards which really
36744        want to put the environment is a ".ppcenv" section.
36745
36746     2) The linker scripts just include environment.o, silently assuming
36747        that the objects in that file are really in the order in which
36748        they are coded in the C file, i. e. "environment" first, then
36749        "redundand_environment", and "env_size" last. However, current
36750        toolchains (GCC-4.x) reorder the objects, causing the environment
36751        data not to start on a flash sector boundary:
36752
36753        Instead of:                                      we got:
36754
36755         40008000 T environment                  40008000 T env_size
36756         4000c000 T redundand_environment        40008004 T redundand_environment
36757         40010000 T env_size                     4000c004 T environment
36758
36759        Note: this patch fixes just the first part, and cures the alignment
36760        problem by making sure that "env_size" gets placed correctly. However,
36761        we still have a potential issue because primary and redundant
36762        environment sectors are actually swapped, i. e. we have now:
36763
36764         40008000 T redundand_environment
36765         4000c000 T environment
36766         40010000 T env_size
36767
36768        This shall be fixed in the next version.
36769
36770     Signed-off-by: Wolfgang Denk <wd@denx.de>
36771
36772 commit eb6da8050797c204c9d010548424186c7ce32fc1
36773 Author: Wolfgang Denk <wd@denx.de>
36774 Date:   Sun Sep 16 02:39:35 2007 +0200
36775
36776     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
36777
36778     Signed-off-by: Wolfgang Denk <wd@denx.de>
36779
36780 commit cd2d1602c54cc6957bdef3872272a4b264893960
36781 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
36782 Date:   Mon Sep 10 14:54:56 2007 -0400
36783
36784     Typo fix in tsec.c
36785
36786     Fixup for the break statement in wrong place.
36787
36788     [Patch by urwithsughosh@gmail.com]
36789     Acked-by: Andy Fleming <afleming@freescale.com>
36790     Signed-off-by:      Wolfgang Denk <wd@denx.de>
36791
36792 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
36793 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36794 Date:   Tue Sep 11 17:04:00 2007 +0200
36795
36796     Fix do_div() usage in nand process output
36797
36798     Fix usage of do_div() in nand erase|read|write process output.
36799
36800     The last patch to nand_util.c introduced do_div() instead of libgcc's
36801     implementation. But do_div() returns the quotient in its first
36802     macro parameter and not as result.
36803
36804     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36805
36806 commit c750d2e6692a000a82f29de7bf24e3dc21239161
36807 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36808 Date:   Wed Sep 12 12:36:53 2007 +0200
36809
36810     NAND: Add CFG_NAND_QUIET option
36811
36812     This config option sets the default for the progress information
36813     output behavior that can also be configured through the 'quiet'
36814     environment variable.
36815
36816     The legacy NAND code does not print the current progress info
36817     on the console. So this option is for backward compatibility for
36818     units that are in the field and where setting the quiet variable
36819     is not an option. With CFG_NAND_QUIET set to '1' the console
36820     progress info is turned off. This can still be overwritten
36821     through the environment variable.
36822
36823     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36824
36825 commit dcb88630290d2bcd803386dd4c2be73142994c4f
36826 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
36827 Date:   Thu Sep 13 16:06:05 2007 -0700
36828
36829     ColdFire: fix build error becasue of bad type of mii_init()
36830
36831     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
36832
36833 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
36834 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
36835 Date:   Thu Sep 13 16:04:05 2007 -0700
36836
36837     ColdFire: Fix build error caused by pixis.c
36838
36839     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
36840
36841     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
36842
36843 commit e21659e30660a1377c42af135a6114efe39801d9
36844 Author: Sam Sparks <SSparks@twacs.com>
36845 Date:   Fri Sep 14 11:14:42 2007 -0600
36846
36847     Update MPC8349ITX*_config to place config.tmp in right place.
36848
36849     MPC834ITX*_config does not store config.tmp at the correct locatation,
36850     causing MPC8349ITXGP to have the wrong TEXT_BASE.
36851
36852     Signed-off-by: Sam Sparks <SSparks@twacs.com>
36853     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
36854
36855 commit 1218abf1b5817a39a82399b4b928b00750575bda
36856 Author: Wolfgang Denk <wd@denx.de>
36857 Date:   Sat Sep 15 20:48:41 2007 +0200
36858
36859     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
36860
36861     Signed-off-by: Wolfgang Denk <wd@denx.de>
36862
36863 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
36864 Author: Dirk Behme <dirk.behme@googlemail.com>
36865 Date:   Sat Sep 15 11:55:42 2007 +0200
36866
36867     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
36868
36869     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
36870     function local.
36871
36872     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
36873
36874     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
36875
36876 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
36877 Author: Michal Simek <monstr@monstr.eu>
36878 Date:   Sat Sep 15 00:03:35 2007 +0200
36879
36880     Synchronize with U-BOOT mainline
36881
36882 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
36883 Author: Sam Sparks <SSparks@twacs.com>
36884 Date:   Fri Sep 14 11:14:42 2007 -0600
36885
36886     Update MPC8349ITX*_config to place config.tmp in right place.
36887
36888     MPC834ITX*_config does not store config.tmp at the correct locatation,
36889     causing MPC8349ITXGP to have the wrong TEXT_BASE.
36890
36891     Signed-off-by: Sam Sparks <SSparks@twacs.com>
36892     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
36893     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36894
36895 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
36896 Author: Bartlomiej Sieka <tur@semihalf.com>
36897 Date:   Thu Sep 13 18:21:48 2007 +0200
36898
36899     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
36900
36901     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36902
36903 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
36904 Author: Bartlomiej Sieka <tur@semihalf.com>
36905 Date:   Thu Sep 13 16:33:59 2007 +0200
36906
36907     tqm5200: Restore customary env. variable boot commands for powerpc kernels
36908
36909     - update default definitions of kernel_addr and fdt_addr env. variables
36910     - make arch/powerpc booting the default scenario
36911     - update MTD partition layout to match the above
36912
36913     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36914
36915 commit f34024d4a328e6edd906456da98d2c537155c4f7
36916 Author: Wolfgang Denk <wd@denx.de>
36917 Date:   Wed Sep 12 00:48:57 2007 +0200
36918
36919     Fix memory corruption problem on STX GP3 SSA Board.
36920
36921     Signed-off-by: Wolfgang Denk <wd@denx.de>
36922
36923 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
36924 Author: Peter Pearse <peter.pearse@arm.com>
36925 Date:   Tue Sep 11 15:35:01 2007 +0100
36926
36927     Final tidy
36928
36929 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
36930 Author: Grzegorz Bernacki <gjb@semihalf.com>
36931 Date:   Tue Sep 11 15:42:11 2007 +0200
36932
36933     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
36934     scan on second pci bus.
36935
36936     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36937
36938 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
36939 Author: Grzegorz Bernacki <gjb@semihalf.com>
36940 Date:   Tue Sep 11 12:57:52 2007 +0200
36941
36942     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
36943
36944     Bamboo has a file sdram.c which needs special treatment when building in
36945     separate directory. It has to be linked to build directory otherwise it is
36946     not seen.
36947
36948     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36949
36950 commit d45963854eff39d575124d859419bb4953ce2c87
36951 Author: Michal Simek <monstr@monstr.eu>
36952 Date:   Tue Sep 11 00:37:04 2007 +0200
36953
36954     [FIX] Microblaze ML401 - repare FLASH handling
36955
36956 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
36957 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
36958 Date:   Mon Sep 10 16:55:59 2007 +0100
36959
36960     Allocate CPU Architecture Code for STMicroelectronics' ST200.
36961
36962     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
36963     ---------------------------------------------------
36964
36965 commit 754bac48156f8958d8f6a53a51eda88ab5758929
36966 Author: Wolfgang Denk <wd@denx.de>
36967 Date:   Mon Sep 10 20:42:31 2007 +0200
36968
36969     Update version to match current state.
36970
36971     Signed-off-by: Wolfgang Denk <wd@denx.de>
36972
36973 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
36974 Author: Grzegorz Bernacki <gjb@semihalf.com>
36975 Date:   Mon Sep 10 17:39:08 2007 +0200
36976
36977     [MPC512x] Streamline frame handling in the FEC driver
36978
36979     - convert frame size settings to be derived from a single base
36980     - set frame size to the recommended default value
36981
36982     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36983
36984 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
36985 Author: Kyungmin Park <kmpark@infradead.org>
36986 Date:   Mon Sep 10 11:34:00 2007 +0900
36987
36988     Remove compiler warning: target CPU does not support interworking
36989
36990     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36991
36992 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
36993 Author: Wolfgang Denk <wd@denx.de>
36994 Date:   Sun Sep 9 21:21:33 2007 +0200
36995
36996     Fix compile error in spc1920 config.
36997
36998     Signed-off-by: Markus Klotzbücher <mk@denx.de>
36999     Signed-off-by: Wolfgang Denk <wd@denx.de>
37000
37001 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
37002 Author: Grant Likely <grant.likely@secretlab.ca>
37003 Date:   Fri Sep 7 09:25:07 2007 -0600
37004
37005     Bugfix: make bootm+libfdt compile on boards with no flash
37006
37007     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37008
37009 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
37010 Author: Grzegorz Bernacki <gjb@semihalf.com>
37011 Date:   Fri Sep 7 18:35:37 2007 +0200
37012
37013     [PPC440SPe] PCIe environment settings for Katmai and Yucca
37014
37015     - 'pciconfighost' is set by default in order to be able to scan bridges
37016     behind the primary host/PCIe
37017
37018     - 'pciscandelay' env variable is recognized to allow for user-controlled
37019     delay before the PCIe bus enumeration; some peripheral devices require a
37020     significant delay before they can be scanned (e.g. LSI8408E); without the
37021     delay they are not detected
37022
37023     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37024
37025 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
37026 Author: Grzegorz Bernacki <gjb@semihalf.com>
37027 Date:   Fri Sep 7 18:20:23 2007 +0200
37028
37029     [PPC440SPe] Improve PCIe configuration space access
37030
37031     - correct configuration space mapping
37032     - correct bus numbering
37033     - better access to config space
37034
37035     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
37036     first device on the first bus. We now allow to configure up to 16 buses;
37037     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
37038     peripheral devices farther in hierarchy can be identified.
37039
37040     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37041
37042 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
37043 Author: Grzegorz Bernacki <gjb@semihalf.com>
37044 Date:   Fri Sep 7 17:46:18 2007 +0200
37045
37046     [PPC440SPe] Convert machine check exceptions handling
37047
37048     Convert using fixup mechanism to suppressing MCK for the duration of config
37049     read/write transaction: while fixups work fine with the case of a precise
37050     exception, we identified a major drawback with this approach when there's
37051     an imprecise case. In this scenario there is the following race condition:
37052     the fixup is (by design) set to catch the instruction following the one
37053     actually causing the exception; if an interrupt (e.g. decrementer) happens
37054     between those two instructions, the ISR code is executed before the fixup
37055     handler the machine check is no longer protected by the fixup handler as it
37056     appears as within the ISR code. In consequence the fixup approach is being
37057     phased out and replaced with explicit suppressing of MCK during a PCIe
37058     config read/write cycle.
37059
37060     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37061
37062 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
37063 Author: Wolfgang Denk <wd@denx.de>
37064 Date:   Fri Sep 7 17:43:36 2007 +0200
37065
37066     Fix typo in MAKEALL script.
37067
37068     Signed-off-by: Wolfgang Denk <wd@denx.de>
37069
37070 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
37071 Author: Grzegorz Bernacki <gjb@semihalf.com>
37072 Date:   Fri Sep 7 17:09:21 2007 +0200
37073
37074     [MPC512x] Proper handling of larger frames in the FEC driver
37075
37076     When frame larger than local RX buffer is received, it is split and handled
37077     by two buffer descriptors. Prior to this patch the FEC driver discarded
37078     contents of a buffer descriptor without the 'LAST' bit set, so the first
37079     part of the frame was lost in case of larger frames. This fix allows to
37080     safely combine the two pieces into the whole frame.
37081
37082     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37083
37084 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
37085 Author: Rafal Jaworowski <raj@semihalf.com>
37086 Date:   Fri Sep 7 17:05:36 2007 +0200
37087
37088     [MPC512x] Correct fixup relocation
37089
37090     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
37091
37092 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
37093 Author: Wolfgang Denk <wd@denx.de>
37094 Date:   Fri Sep 7 01:21:25 2007 +0200
37095
37096     Update CHANGELOG, minor coding style cleanup.
37097
37098 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
37099 Author: stefano babic <sbabic@denx.de>
37100 Date:   Thu Aug 30 23:01:49 2007 +0200
37101
37102     PXA270: Added support for TrizepsIV board.
37103
37104     This patch add support for the Trizeps IV module (520Mhz).
37105
37106     Signed-off-by: Stefano Babic <sbabic@denx.de>
37107
37108 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
37109 Author: stefano babic <sbabic@denx.de>
37110 Date:   Thu Aug 30 22:57:04 2007 +0200
37111
37112     PXA270: Add support for multiple serial ports.
37113
37114     This patch adds support for multiple serial ports to the PXA target.
37115     FFUART, BTUART and STUART are supported.
37116
37117     Signed-off-by: Stefano Babic <sbabic@denx.de>
37118
37119 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
37120 Author: stefano babic <sbabic@denx.de>
37121 Date:   Thu Aug 30 22:48:47 2007 +0200
37122
37123     PXA270: fix compile issue (invalid lvalue)
37124
37125     Code is broken for PXA270 due to "invalid lvalue in assignment".
37126
37127     This patch fix it in pxa-regs.h
37128
37129     Signed-off-by: Stefano Babic <sbabic@denx.de>
37130
37131 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
37132 Author: Jason Jin <Jason.jin@freescale.com>
37133 Date:   Thu Aug 30 18:19:05 2007 +0800
37134
37135     Add BUILD_DIR support for bios emulator.
37136
37137     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
37138
37139 commit b4d8a55145442f136982634862341a3e02002bda
37140 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37141 Date:   Fri Aug 31 14:41:51 2007 +0900
37142
37143     [MIPS] Remove inline asm string functions
37144
37145     Stop using inline string functions on MIPS as other ARCHs do so,
37146     since the optimized inline asm versions are not small.
37147
37148     This change is triggered by a following MIPS build error:
37149     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
37150     common/exports.c:32: undefined reference to `strcmp'
37151     make: *** [u-boot] Error 1
37152
37153     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37154
37155 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
37156 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37157 Date:   Fri Aug 31 14:41:45 2007 +0900
37158
37159     [MIPS] Update asm string header
37160
37161     This patches contains several bugfixes and cleanups in the latest upstream:
37162
37163      - Don't include linux/config.h
37164      - Remove buggy inline version of memscan.
37165      - Merge with Linux 2.6.11-rc3.
37166      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
37167      - Goodbye mips64.  31704 lines of code bite the dust.
37168      - Replace extern inline with static inline.
37169      - Fix return value of strncpy.
37170      - Remove a bunch more "$1" clobbers.
37171
37172     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37173
37174 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
37175 Author: Bartlomiej Sieka <tur@semihalf.com>
37176 Date:   Tue Sep 4 17:31:22 2007 +0200
37177
37178     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
37179
37180     Fix incorrect blob address calculation in do_bootm_linux() that prevents
37181     booting the kernel from a multi-file image (kernel + initrd + blob).
37182
37183     Also, make minor updates to the U-Boot's output and to the coding style.
37184
37185     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37186
37187 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
37188 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
37189 Date:   Fri Aug 31 14:29:04 2007 +0200
37190
37191     Add support for Sil680 IDE controller.
37192
37193     o add drivers/sil680.c to support the Sil680 IDE-controller.
37194     o drivers/Makefile: add sil680.o.
37195
37196     Signed-off-by: Gary Jennejohn <garyj@denx.de>
37197
37198 commit e79021223bc339df655e360645a52c457a74b067
37199 Author: Grant Likely <grant.likely@secretlab.ca>
37200 Date:   Thu Sep 6 09:47:40 2007 -0600
37201
37202     bootm/fdt: Only process the fdt if an fdt address was provided
37203
37204     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
37205     kernels using the board info structure (instead of passing a device tree)
37206     This change allows the old style booting to be used if the fdt argument
37207     was not passed to 'bootm'.
37208
37209     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37210     Acked-by: Kim Phillips <kim.phillips@freescale.com>
37211
37212 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
37213 Author: Grant Likely <grant.likely@secretlab.ca>
37214 Date:   Thu Sep 6 09:46:23 2007 -0600
37215
37216     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
37217
37218     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
37219
37220     Tested on: lite5200b
37221
37222     Note: the fixup functions have not been moved to a common place.  This
37223     patch is targeted for immediate merging as in solves a build issue, but
37224     the final name/location of the fixups is still subject to debate.  I
37225     propose to merge this now, and move the fixups in the next merge window
37226     to be usable by all targets.
37227
37228     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37229
37230 commit 41bb76e941929f54a73206fb132f7a4c275543a3
37231 Author: Grant Likely <grant.likely@secretlab.ca>
37232 Date:   Thu Sep 6 09:46:17 2007 -0600
37233
37234     libfdt: add convenience function fdt_find_and_setprop()
37235
37236     Given the path to a node, fdt_find_and_setprop() allows a property value
37237     to be set directly.
37238
37239     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37240
37241 commit 80767a6cead9990d9e77e62be947843c2c72f469
37242 Author: Peter Pearse <peter.pearse@arm.com>
37243 Date:   Wed Sep 5 16:04:41 2007 +0100
37244
37245     Changed API name to coloured_led.h
37246     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
37247     Tidied other cpu/arm920t/start.S code
37248
37249 commit 56a9270521baaa00e12639a978302a67f61ef060
37250 Author: Kumar Gala <galak@kernel.crashing.org>
37251 Date:   Thu Aug 30 16:18:18 2007 -0500
37252
37253     Fix ULI RTC support on MPC8544 DS
37254
37255     The RTC on the M1575 ULI chipset requires a dummy read before
37256     we are able to talk to the RTC.  We accomplish this by adding a
37257     second memory region to the PHB the ULI is on and read from it.
37258
37259     The second region is added to maintain compatiabilty with Linux's
37260     view of the PCI memory map.
37261
37262     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37263
37264 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
37265 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37266 Date:   Thu Aug 30 01:58:48 2007 -0500
37267
37268     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
37269
37270     pcie is now differentiated from pci.  Add 8641 bus-range updates.
37271
37272     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
37273
37274 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
37275 Author: Peter Pearse <peter.pearse@arm.com>
37276 Date:   Tue Sep 4 16:18:38 2007 +0100
37277
37278     Add coloured led interface for ARM boards.
37279     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
37280
37281 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
37282 Author: Peter Pearse <peter.pearse@arm.com>
37283 Date:   Tue Sep 4 14:49:28 2007 +0100
37284
37285     Move include/led.h to board/at91rm9200dk
37286
37287 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
37288 Author: Peter Pearse <peter.pearse@arm.com>
37289 Date:   Tue Sep 4 14:25:51 2007 +0100
37290
37291     Ran Lindent on drivers/at45.c
37292
37293 commit 557ab89d294f08dd532f21d19861b40093200a33
37294 Author: Peter Pearse <peter.pearse@arm.com>
37295 Date:   Tue Sep 4 14:23:50 2007 +0100
37296
37297     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
37298
37299 commit 81b73dec16fd1227369a191e725e10044a9d56b8
37300 Author: Gary Jennejohn <garyj@denx.de>
37301 Date:   Fri Aug 31 15:21:46 2007 +0200
37302
37303     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
37304
37305     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
37306     set to non-zero, because it doesn't support MRM (memory-read-
37307     multiple) correctly. We now added the possibility to configure
37308     this register in the board config file, so that the default value
37309     of 8 can be overridden.
37310
37311     Here the details of this patch:
37312
37313     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
37314       board-specific settings. As an example the sequoia board requires 0.
37315       Idea from Stefan Roese <sr@denx.de>.
37316     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
37317       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
37318     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
37319       CFG_PCI_CACHE_LINE_SIZE to 0.
37320
37321     Signed-off-by: Gary Jennejohn <garyj@denx.de>
37322     Signed-off-by: Stefan Roese <sr@denx.de>
37323
37324 commit 60174746c668b309378a91488dded898e9553eae
37325 Author: Wolfgang Denk <wd@denx.de>
37326 Date:   Fri Aug 31 10:01:51 2007 +0200
37327
37328     Fix TFTP OACK code for short packets.
37329
37330     The old code had a loop limit overflow bug which caused a semi-
37331     infinite loop for small packets, because in "i<len-8", "i" was signed,
37332     but "len" was unsigned, and "len-8" became a huge number for small
37333     values of "len".
37334
37335     This is a workaround which replaces broken commit 8f1bc284.
37336
37337     Signed-off-by: Wolfgang Denk <wd@denx.de>
37338
37339 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
37340 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37341 Date:   Thu Aug 30 15:03:05 2007 +0200
37342
37343     Reduce BOOTDELAY variable to 1 second by default for STK1002
37344
37345     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37346     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37347
37348 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
37349 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37350 Date:   Thu Aug 30 15:03:04 2007 +0200
37351
37352     Remove double quotation marks around MAC address for STK1002
37353
37354     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37355     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37356
37357 commit ff13ac8c7bbebb238e339592de765c546dba1073
37358 Author: Wolfgang Denk <wd@denx.de>
37359 Date:   Thu Aug 30 14:42:15 2007 +0200
37360
37361     Backout commit 8f1bc284 as it causes TFTP to fail.
37362
37363     Signed-off-by: Wolfgang Denk <wd@denx.de>
37364
37365 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
37366 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37367 Date:   Thu Aug 30 02:26:17 2007 -0500
37368
37369     Revert "Fix MPC8544DS PCIe3 scsi."
37370
37371     This reverts commit 9468e680.
37372     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
37373
37374     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
37375
37376 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
37377 Author: Grant Likely <grant.likely@secretlab.ca>
37378 Date:   Wed Aug 29 18:26:24 2007 -0600
37379
37380     tftp: don't implicity trust the format of recevied packets
37381
37382     The TFTP OACK code trusts that the incoming packet is formated as
37383     ASCII text and can be processed by string functions. It also has a
37384     loop limit overflow bug where if the packet length is less than 8, it
37385     ends up looping over *all* of memory to find the 'blksize' string.
37386
37387     This patch solves the problem by forcing the packet to be null
37388     terminated and using strstr() to search for the sub string.
37389
37390     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37391
37392 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
37393 Author: Stefan Roese <sr@denx.de>
37394 Date:   Wed Aug 29 16:31:18 2007 +0200
37395
37396     ppc4xx: Change lwmon5 default environment to support Linux RTC
37397
37398     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
37399     to supply the RTC I2C address as bootline parameter. This patch
37400     adds support for this rtc probing parameter to the bootargs:
37401
37402     "rtc-pcf8563.probe=0,0x51"
37403
37404     Signed-off-by: Stefan Roese <sr@denx.de>
37405
37406 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
37407 Author: Kim Phillips <kim.phillips@freescale.com>
37408 Date:   Wed Aug 29 09:06:05 2007 -0500
37409
37410     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
37411
37412     this had slipped through the cracks, since the sbc board was added
37413     after I wrote the original patch to remove all these symbols, and
37414     before it was merged.
37415
37416     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37417
37418 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
37419 Author: Wolfgang Denk <wd@denx.de>
37420 Date:   Wed Aug 29 14:05:30 2007 +0200
37421
37422     Add mii_init() prototype
37423
37424     to get rid of a *lot* of compiler warnings.
37425
37426     Signed-off-by: Wolfgang Denk <wd@denx.de>
37427
37428 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
37429 Author: Wolfgang Denk <wd@denx.de>
37430 Date:   Wed Aug 29 13:35:03 2007 +0200
37431
37432     Disable network support on cmi_mpc5xx board
37433
37434     ..because it caused compiler errors and there seems to be no
37435     board maintainer to take care of this.
37436
37437     Signed-off-by: Wolfgang Denk <wd@denx.de>
37438
37439 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
37440 Author: Kumar Gala <galak@kernel.crashing.org>
37441 Date:   Mon Aug 20 09:44:00 2007 -0500
37442
37443     Fix MPC8544DS PCIe3 scsi.
37444
37445     <ed.swarthout@freescale.com>
37446
37447     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
37448     is allocating memory space it doesn't need.
37449
37450     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
37451     Signed-off-by: Andy Fleming <afleming@freescale.com>
37452
37453 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
37454 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37455 Date:   Tue Aug 21 09:38:59 2007 -0500
37456
37457     8548cds fixes
37458
37459     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
37460     correct consoledev needed for linux boot.
37461     Standardize on fdt{file,addr} var to hold dtb file name.
37462
37463     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
37464
37465     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
37466
37467 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
37468 Author: Haiying Wang <Haiying.Wang@freescale.com>
37469 Date:   Thu Aug 23 15:20:54 2007 -0400
37470
37471     Enable L2 cache for MPC8568MDS board
37472
37473     The L2 cache size is 512KB for 8568, print out the correct informaiton.
37474
37475     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37476
37477 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
37478 Author: Jason Jin <Jason.jin@freescale.com>
37479 Date:   Wed Aug 22 17:54:49 2007 +0800
37480
37481     Remove the bios emulator binary files from MAI board
37482
37483     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
37484
37485 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
37486 Author: Kim Phillips <kim.phillips@freescale.com>
37487 Date:   Tue Aug 21 17:00:17 2007 -0500
37488
37489     support board vendor-common makefiles
37490
37491     if a board/$(VENDOR)/common/Makefile exists, build it.
37492
37493     also add the first such case, board/freescale/common/Makefile, to
37494     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
37495     dictated by board configuration.
37496
37497     thusly get rid of alternate build dir errors such as:
37498
37499     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
37500
37501     by putting the common/ mkdir command in its proper place (the common
37502     Makefile). Common bits from existing individual board Makefiles have
37503     been removed.
37504
37505     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37506
37507 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
37508 Author: stefano babic <sbabic@denx.de>
37509 Date:   Tue Aug 21 15:52:33 2007 +0200
37510
37511     Fix: TFTP is not working on little endian systems
37512
37513     TFTP does not work anymore after multicast tftp
37514     patch was applied on little endian systems.
37515     This patch fix it.
37516
37517     Signed-off-by: Stefano Babic <sbabic@denx.de>
37518
37519 commit 5f470948570526e9186f053a3003da7719604e90
37520 Author: stefano babic <sbabic@denx.de>
37521 Date:   Tue Aug 21 15:50:33 2007 +0200
37522
37523     Fix MAC address setting in DM9000 driver.
37524
37525     The logic to check if there is a correct MAC address in the DM9000
37526     EEPROM, added in the last patch, is wrong. Now the MAC address is
37527     always taken from the environment, even if a suitable MAC is present
37528     in the EEPROM.
37529
37530     Signed-off-by: Stefano Babic <sbabic@denx.de>
37531
37532 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
37533 Author: Martin Krause <martin.krause@tqs.de>
37534 Date:   Tue Aug 21 12:40:34 2007 +0200
37535
37536     MPC5xxx: fix some compiler warnings in USB code
37537
37538     Fix the following warnings:
37539     - usb.c:xx: warning: function declaration isn't a prototype
37540     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
37541       from pointer wihtout a cast
37542
37543     Signed-off-by: Martin Krause <martin.krase@tqs.de>
37544
37545 commit 16e23c3f5dab6937f5109365416808c7f15c122b
37546 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37547 Date:   Mon Aug 20 23:55:33 2007 -0500
37548
37549     fsl_pci_init - Remove self PCSRBAR allocation
37550
37551     CPU physical address space was being wasted by allocating a
37552     PCSRBAR PCI inbound region to it's memory space.
37553
37554     As a rule, PCSRBAR should be left alone since it does not affect
37555     transactions from self and other masters may have changed it.
37556
37557     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
37558
37559 commit 0e700ce03a23bb1921149bc77008ace7103d5289
37560 Author: Martin Krause <martin.krause@tqs.de>
37561 Date:   Mon Aug 20 13:56:47 2007 +0200
37562
37563     Fix compiler warning in include/s3c2410.h
37564
37565     This patch fixes the "type qualifiers ignored on fuction return tpye"
37566     warning for include/s3c2410.h
37567
37568     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37569
37570 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
37571 Author: Dirk Behme <dirk.behme@googlemail.com>
37572 Date:   Mon Aug 20 07:09:05 2007 +0200
37573
37574     Fix compilation error for omap2420h4_config.
37575
37576     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
37577     and flash_probe() calls in env_flash.c.
37578
37579     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
37580
37581 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
37582 Author: Kim Phillips <kim.phillips@freescale.com>
37583 Date:   Fri Aug 10 14:34:14 2007 -0500
37584
37585     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
37586
37587     and make some minor corrections to the FDT part of the README.
37588
37589     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37590
37591 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
37592 Author: Wolfgang Denk <wd@denx.de>
37593 Date:   Wed Aug 29 01:32:05 2007 +0200
37594
37595     Minor coding style cleanup.
37596
37597     Signed-off-by: Wolfgang Denk <wd@denx.de>
37598
37599 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
37600 Author: Heiko Schocher <hs@pollux.denx.de>
37601 Date:   Tue Aug 28 17:40:33 2007 +0200
37602
37603     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
37604
37605     Signed-off-by: Heiko Schocher <hs@denx.de>
37606
37607 commit f98984cb194bb34dbe1db9429d3b51133af30d07
37608 Author: Heiko Schocher <hs@pollux.denx.de>
37609 Date:   Tue Aug 28 17:39:14 2007 +0200
37610
37611     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
37612               define there own I/O functions.
37613               (Needed for the pcs440ep board).
37614             - The default I/O Functions are again 8 Bit accesses.
37615             - Added CONFIG_CMD_IDE for the pcs440ep Board.
37616
37617     Signed-off-by: Heiko Schocher <hs@denx.de>
37618
37619 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
37620 Author: Semih Hazar <semih.hazar@indefia.com>
37621 Date:   Mon Aug 20 19:00:01 2007 +0300
37622
37623     AVR32: Change prototype of memset
37624
37625     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
37626     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37627
37628 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
37629 Author: Yuri Tikhonov <yur@emcraft.com>
37630 Date:   Sat Aug 25 05:07:16 2007 +0200
37631
37632     POST: limit memory test area to not touch global data anymore
37633
37634     As experienced on lwmon5, on some boards the POST memory test can
37635     corrupt the global data buffer (bd). This patch fixes this issue
37636     by checking and limiting this area.
37637
37638     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
37639     Signed-off-by: Stefan Roese <sr@denx.de>
37640
37641 commit 75e1a84d483e36be10e206e539b028c4889e1158
37642 Author: Stefan Roese <sr@denx.de>
37643 Date:   Fri Aug 24 15:41:42 2007 +0200
37644
37645     ppc4xx: Add RTC POST test to lwmon5 board configuration
37646
37647     Since this RTC POST test is taking quite a while to complete
37648     it's only initiated upon special keypress same as the complete
37649     memory POST.
37650
37651     Signed-off-by: Stefan Roese <sr@denx.de>
37652
37653 commit d7bfa620037a6d2210159387571bdf93aa32c162
37654 Author: Stefan Roese <sr@denx.de>
37655 Date:   Fri Aug 24 15:19:10 2007 +0200
37656
37657     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
37658
37659     Signed-off-by: Stefan Roese <sr@denx.de>
37660
37661 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
37662 Author: Stefan Roese <sr@denx.de>
37663 Date:   Thu Aug 23 11:02:37 2007 +0200
37664
37665     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
37666
37667     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
37668     board. Now the "eeprom" command can be used to read/write from/to this
37669     device. Additionally a new command was added "eepromwp" to en-/disable
37670     the write-protect of this 2nd EEPROM.
37671
37672     The 1st EEPROM is not affected by this write-protect command.
37673
37674     Signed-off-by: Stefan Roese <sr@denx.de>
37675
37676 commit c64fb30e4c5976007d56fc1789c7a0666082b536
37677 Author: Stefan Roese <sr@denx.de>
37678 Date:   Wed Aug 22 08:56:09 2007 +0200
37679
37680     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
37681
37682     Signed-off-by: Stefan Roese <sr@denx.de>
37683
37684 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
37685 Author: Stefan Roese <sr@denx.de>
37686 Date:   Tue Aug 21 16:27:57 2007 +0200
37687
37688     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
37689
37690     This patch adds support for the matrix keyboard on the lwmon5 board.
37691     Since the implementation in the dsPCI is kind of compatible with the
37692     "old" lwmon board, most of the code is copied from the lwmon
37693     board directory.
37694
37695     Signed-off-by: Stefan Roese <sr@denx.de>
37696
37697 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
37698 Author: Wolfgang Denk <wd@denx.de>
37699 Date:   Sun Aug 19 10:27:34 2007 +0200
37700
37701     Fix some build errors.
37702
37703     Signed-off-by: Wolfgang Denk <wd@denx.de>
37704
37705 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
37706 Author: Wolfgang Denk <wd@denx.de>
37707 Date:   Sat Aug 18 22:00:38 2007 +0200
37708
37709     Update CHANGELOG.
37710
37711 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
37712 Author: Kim Phillips <kim.phillips@freescale.com>
37713 Date:   Thu Aug 16 22:52:39 2007 -0500
37714
37715     lib_ppc: make board_add_ram_info weak
37716
37717     platforms wishing to display RAM diagnostics in addition to size,
37718     can do so, on one line, in their own board_add_ram_info()
37719     implementation.
37720
37721     this consequently eliminates CONFIG_ADD_RAM_INFO.
37722
37723     Thanks to Stefan for the hint.
37724
37725     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37726
37727 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
37728 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37729 Date:   Fri Aug 17 12:43:44 2007 +0900
37730
37731     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
37732
37733     This patch has been sent on:
37734     - 6 Jun 2007
37735
37736     Many users of PCI config read routines tend to ignore the function
37737     ret value, and are only concerned about the contents of *val. Based
37738     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
37739     the *val on dword read error.
37740
37741     Without this fix, for example, we'll go on scanning bus with vendor or
37742     header_type uninitialized. This brings many unnecessary config trials.
37743
37744     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37745
37746 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
37747 Author: Stefan Roese <sr@denx.de>
37748 Date:   Sat Aug 18 14:37:52 2007 +0200
37749
37750     ColdFire: Fix some remaining problems with CFG_CMD_
37751
37752     Signed-off-by: Stefan Roese <sr@denx.de>
37753
37754 commit 8280f6a1c43247616b68224675188e5ccd124650
37755 Author: Stefan Roese <sr@denx.de>
37756 Date:   Sat Aug 18 14:33:02 2007 +0200
37757
37758     Coding style cleanup
37759
37760     Signed-off-by: Stefan Roese <sr@denx.de>
37761
37762 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
37763 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37764 Date:   Thu Aug 16 19:23:50 2007 -0500
37765
37766     ColdFire: Add M5235EVB Platform for MCF523x
37767
37768     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37769
37770 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
37771 Author: Kim Phillips <kim.phillips@freescale.com>
37772 Date:   Fri Aug 17 09:30:00 2007 -0500
37773
37774     mpc83xx: fix typo in DDR2 programming
37775
37776     introduced in the implement board_add_ram_info patch as I was cleaning out the
37777     magic numbers.  sorry.
37778
37779     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37780
37781 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
37782 Author: Kim Phillips <kim.phillips@freescale.com>
37783 Date:   Thu Aug 16 22:53:09 2007 -0500
37784
37785     mpc83xx: move freescale boards to boards/freescale
37786
37787     includes build fixes.
37788
37789     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37790
37791 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
37792 Author: Kim Phillips <kim.phillips@freescale.com>
37793 Date:   Thu Aug 16 22:52:59 2007 -0500
37794
37795     mpc83xx: suppress unused variable 'val8' warning
37796
37797     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37798
37799 commit bbea46f76f767b919070b4829bf34c86bd223248
37800 Author: Kim Phillips <kim.phillips@freescale.com>
37801 Date:   Thu Aug 16 22:52:48 2007 -0500
37802
37803     mpc83xx: implement board_add_ram_info
37804
37805     add board_add_ram_info, to make memory diagnostic output more
37806     consistent. u-boot banner output now looks like:
37807
37808     DRAM:  256 MB (DDR1, 64-bit, ECC on)
37809
37810     and for boards with SDRAM on the local bus, a line such as this is
37811     added:
37812
37813     SDRAM: 64 MB (local bus)
37814
37815     also replaced some magic numbers with their equivalent define names.
37816
37817     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37818
37819 commit 14778585d1389d86d5846efec29e5fce892680ce
37820 Author: Tony Li <tony.li@freescale.com>
37821 Date:   Fri Aug 17 10:35:59 2007 +0800
37822
37823     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
37824
37825     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
37826     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
37827
37828     Signed-off-by Tony Li <tony.li@freescale.com>
37829
37830 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
37831 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37832 Date:   Thu Aug 16 15:05:11 2007 -0500
37833
37834     ColdFire: Add M54455EVB for MCF5445x
37835
37836     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37837
37838 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
37839 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37840 Date:   Thu Aug 16 13:20:50 2007 -0500
37841
37842     ColdFire: Add M5253EVBE platform for MCF52x2
37843
37844     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37845
37846 commit a605aacd8324094199402816cc6d9124aba57b8d
37847 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37848 Date:   Thu Aug 16 05:04:31 2007 -0500
37849
37850     ColdFire: Add M5249EVB platform for MCF52x2
37851
37852     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37853
37854 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
37855 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37856 Date:   Wed Aug 15 20:32:06 2007 -0500
37857
37858     ColdFire: Update Freescale MCF52x2 platforms
37859
37860     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37861
37862 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
37863 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37864 Date:   Wed Aug 15 19:55:10 2007 -0500
37865
37866     ColdFire: Update EB+MCF-EV123 platform
37867
37868     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37869
37870 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
37871 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37872 Date:   Wed Aug 15 19:46:38 2007 -0500
37873
37874     ColdFire: update TASREG platform for MCF52x2
37875
37876     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37877
37878 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
37879 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37880 Date:   Wed Aug 15 19:45:51 2007 -0500
37881
37882     ColdFire: update r5200 platform for MCF52x2
37883
37884     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37885
37886 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
37887 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37888 Date:   Wed Aug 15 19:43:20 2007 -0500
37889
37890     ColdFire: idmr platform MCF52x2 update
37891
37892     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37893
37894 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
37895 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37896 Date:   Wed Aug 15 19:41:06 2007 -0500
37897
37898     ColdFire: cobra5272 platform for MCF52x2 update
37899
37900     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37901
37902 commit 56115665b4a64c10c01440c57749b265e0908fa4
37903 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37904 Date:   Wed Aug 15 19:38:15 2007 -0500
37905
37906     ColdFire: MCF52x2 Header files update
37907
37908     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37909
37910 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
37911 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37912 Date:   Wed Aug 15 19:21:21 2007 -0500
37913
37914     ColdFire: MCF52x2 update
37915
37916     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37917
37918 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
37919 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37920 Date:   Wed Aug 15 18:46:11 2007 -0500
37921
37922     ColdFire: MCF5329 update cache
37923
37924     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37925
37926 commit 7171977fb8fd77cfb6676953fa9a05789c450513
37927 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37928 Date:   Wed Aug 15 15:40:20 2007 -0500
37929
37930     ColdFire: MCF5329 header file clean up
37931
37932     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37933
37934 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
37935 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37936 Date:   Wed Aug 15 15:39:17 2007 -0500
37937
37938     ColdFire: MCF5329 Update and cleanup
37939
37940     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37941
37942 commit 10327dc5541f947c0cf7e31fef86c4706169607a
37943 Author: Andy Fleming <afleming@freescale.com>
37944 Date:   Thu Aug 16 16:35:02 2007 -0500
37945
37946     Add CONFIG_HAS_ETH0 to all boards with TSEC
37947
37948     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
37949     to update TSEC1's device-tree node, so we need to add it
37950     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
37951     since they will eventually do something similar.
37952
37953     Signed-off-by: Andy Fleming <afleming@freescale.com>
37954
37955 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
37956 Author: Kumar Gala <galak@kernel.crashing.org>
37957 Date:   Thu Aug 16 15:05:04 2007 -0500
37958
37959     Update MPC8544 DS PCI memory map
37960
37961     The PCIe bus that the ULI M1575 is connected to has no possible way of
37962     needing more than the fixed amount of IO & Memory space needed by the ULI.
37963
37964     So make it use far less IO & memory space and have it use the shared LAW.  This
37965     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
37966     by each bus.
37967
37968     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37969
37970 commit ea5877e31ed63ade948fd1293895ec23fe01472e
37971 Author: Kumar Gala <galak@kernel.crashing.org>
37972 Date:   Thu Aug 16 11:01:21 2007 -0500
37973
37974     Fix up some fdt issues on 8544DS
37975
37976     It looks like we had a merge issue that duplicated a bit of code
37977     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
37978     the MAC address properly set in the device tree on boot for TSEC1
37979
37980     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37981
37982 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
37983 Author: Niklaus Giger <niklaus.giger@netstal.com>
37984 Date:   Thu Aug 16 15:16:03 2007 +0200
37985
37986     PPC4xx:HCU4/5 cleanup
37987
37988     Minor cleanups to confirm to the u-boot coding style.
37989     Some german expressions -> english.
37990     HCU5 enforces a unique IP adress for a given slot in the rack.
37991
37992     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37993
37994 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
37995 Author: Niklaus Giger <niklaus.giger@netstal.com>
37996 Date:   Thu Aug 16 15:16:02 2007 +0200
37997
37998     PPC4xx:HCU4/5 cleanup ecc/sdram init
37999
38000     Make ecc initialisation robust, as DDR2-ECC errors may be generated
38001     while zeroing the RAM.
38002
38003     Return 16 bytes (a cacheline) less than the available memory, as the
38004     board and/or PPC440EPx might have problems accessing the last bytes.
38005
38006     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38007
38008 commit d35b508a55508535b6e8445b718585d27df733d3
38009 Author: Kim Phillips <kim.phillips@freescale.com>
38010 Date:   Wed Aug 15 22:29:56 2007 -0500
38011
38012     fdt: suppress unused variable 'bd' warning
38013
38014     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38015
38016 commit 82bd9ee77490588d4da785d75829ca63d0176baf
38017 Author: Andy Fleming <afleming@freescale.com>
38018 Date:   Wed Aug 15 20:06:50 2007 -0500
38019
38020     Fix warnings from of_data copy fix
38021
38022     Forgot to cast of_flat_tree to ulong.
38023
38024     Signed-off-by: Andy Fleming <afleming@freescale.com>
38025
38026 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
38027 Author: Andy Fleming <afleming@freescale.com>
38028 Date:   Wed Aug 15 20:03:44 2007 -0500
38029
38030     Don't wait for disconnected TSECs
38031
38032     The TSEC driver's PHY code waits a long time for autonegotiation to
38033     complete, even if the link is down.  The PHY knows the link is
38034     down or up before autonegotiation completes, so we can short-circuit
38035     the process if the link is down.
38036
38037     Signed-off-by: Andy Fleming <afleming@freescale.com>
38038
38039 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
38040 Author: Andy Fleming <afleming@freescale.com>
38041 Date:   Wed Aug 15 20:03:34 2007 -0500
38042
38043     Fix numerous bugs in the 8568 UEC support
38044
38045     Actually, fixed a large bug in the UEC for *all* platforms.
38046     How did this ever work?
38047
38048     uec_init() did not follow the spec for eth_init(), and returned
38049     0 on success.  Switch it to return the link like tsec_init()
38050     (and 0 on error)
38051
38052     The immap for the 8568 was defined based on MPC8568, rather than
38053     CONFIG_MPC8568
38054
38055     CONFIG_QE was off
38056
38057     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
38058
38059     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
38060     enabled
38061
38062     Signed-off-by: Andy Fleming <afleming@freescale.com>
38063
38064 commit 3a79013e2adda53332dfd0b511066a805e929a9d
38065 Author: Andy Fleming <afleming@freescale.com>
38066 Date:   Wed Aug 15 20:03:25 2007 -0500
38067
38068     Define tsec flag values in config files
38069
38070     The tsec_info structure and array has a "flags" field for each
38071     ethernet controller.  This field is the only reason there are
38072     settings.  Switch to defining TSECn_FLAGS for each controller
38073     in the config header, and we can greatly simplify the array, and
38074     also simplify the addition of future boards.
38075
38076     Signed-off-by: Andy Fleming <afleming@freescale.com>
38077
38078 commit ec7238229507e7f47533a611ea8c53319d234cf3
38079 Author: Andy Fleming <afleming@freescale.com>
38080 Date:   Wed Aug 15 20:03:13 2007 -0500
38081
38082     Add support for building all boards with a TSEC
38083
38084     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
38085     Now we can do a MAKEALL test on all of them!
38086
38087     Signed-off-by: Andy Fleming <afleming@freescale.com>
38088
38089 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
38090 Author: Andy Fleming <afleming@freescale.com>
38091 Date:   Wed Aug 15 17:30:56 2007 -0500
38092
38093     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
38094
38095     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
38096     neglected to *also* put the code inside the similar #ifdef
38097     for CONFIG_OF_FLAT_TREE.
38098
38099     Signed-off-by: Andy Fleming <afleming@freescale.com>
38100
38101 commit 78f9fef7f406078c8bf7191e665a73f795157746
38102 Author: Scott Wood <scottwood@freescale.com>
38103 Date:   Wed Aug 15 15:46:46 2007 -0500
38104
38105     mpc885ads: Don't define CONFIG_BZIP2.
38106
38107     bzip2 requires a significant chunk of malloc space, and there isn't
38108     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
38109     and a downloaded image at 0x400000.
38110
38111     Signed-off-by: Scott Wood <scottwood@freescale.com>
38112
38113 commit 002275a3ed8b114885f6702d6d544d0780dfe689
38114 Author: Michal Simek <Monstr@seznam.cz>
38115 Date:   Thu Aug 16 08:54:10 2007 +0200
38116
38117     Bios emulator - fix microblaze toolchain problem
38118
38119     microblaze CPU have problem with bios_emulator code.
38120     Microblaze toolchain doesn't support PRAGMA PACK.
38121
38122     Signed-off-by: Michal Simek <monstr@monstr.eu>
38123
38124 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
38125 Author: Wolfgang Denk <wd@denx.de>
38126 Date:   Thu Aug 16 11:51:04 2007 +0200
38127
38128     Minor Coding Style fix; Update CHANGELOG file.
38129
38130     Signed-off-by: Wolfgang Denk <wd@denx.de>
38131
38132 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
38133 Author: Stefan Roese <sr@denx.de>
38134 Date:   Thu Aug 16 11:21:49 2007 +0200
38135
38136     ppc4xx: Remove #warning in esd auto_update.c
38137
38138     Signed-off-by: Stefan Roese <sr@denx.de>
38139
38140 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
38141 Author: Stefan Roese <sr@denx.de>
38142 Date:   Fri Jun 22 17:32:28 2007 +0200
38143
38144     ppc7xx: Update CPCI750 board
38145
38146     This small CPCI750 update extends the board specific command
38147     "show_config" to display the Marvell strapping registers and
38148     extends the PCI IDE controller.
38149
38150     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
38151     Signed-off-by: Stefan Roese <sr@denx.de>
38152
38153 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
38154 Author: Michal Simek <monstr@monstr.eu>
38155 Date:   Thu Aug 16 10:46:28 2007 +0200
38156
38157     [FIX] Changes for bios_emulator code for others architecture
38158
38159 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
38160 Author: Michal Simek <monstr@monstr.eu>
38161 Date:   Thu Aug 16 10:45:09 2007 +0200
38162
38163     [FIX] Remove unused include file
38164
38165 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
38166 Author: Stefan Roese <sr@denx.de>
38167 Date:   Thu Aug 16 10:18:33 2007 +0200
38168
38169     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
38170
38171     Signed-off-by: Stefan Roese <sr@denx.de>
38172
38173 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
38174 Author: Stefan Roese <sr@denx.de>
38175 Date:   Thu Aug 16 09:54:51 2007 +0200
38176
38177     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
38178
38179     Signed-off-by: Stefan Roese <sr@denx.de>
38180
38181 commit 02ba7022f62bb75908296c58c63866e1d294b69a
38182 Author: Stefan Roese <sr@denx.de>
38183 Date:   Thu Aug 16 09:52:29 2007 +0200
38184
38185     ppc4xx: Update Sequoia/Rainier bootstrap command
38186
38187     As suggested by David Mitchell, here an update for the Sequoia/Rainier
38188     bootstrap command.
38189
38190     Signed-off-by: Stefan Roese <sr@denx.de>
38191
38192 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
38193 Author: Kim Phillips <kim.phillips@freescale.com>
38194 Date:   Wed Aug 15 22:30:39 2007 -0500
38195
38196     mpc83xx: enable libfdt by default on freescale boards
38197
38198     this enables libfdt code by default for the
38199     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
38200     mpc8349itx and gp boards.
38201
38202     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38203
38204 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
38205 Author: Kim Phillips <kim.phillips@freescale.com>
38206 Date:   Wed Aug 15 22:30:33 2007 -0500
38207
38208     mpc83xx: migrate remaining freescale boards to libfdt
38209
38210     this adds libfdt support code for the freescale
38211     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
38212     and gp boards.
38213
38214     Boards remain compatible with OF_FLAT_TREE.
38215
38216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38217
38218 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
38219 Author: Kim Phillips <kim.phillips@freescale.com>
38220 Date:   Wed Aug 15 22:30:26 2007 -0500
38221
38222     mpc83xx: move common /memory node update mechanism to cpu.c
38223
38224     also adds common prototypes to include/common.h.
38225
38226     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38227
38228 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
38229 Author: Kim Phillips <kim.phillips@freescale.com>
38230 Date:   Wed Aug 15 22:30:19 2007 -0500
38231
38232     mpc83xx: remaining 8360 libfdt fixes
38233
38234     PCI clocks and QE frequencies weren't being updated, and the core clock
38235     was being updated incorrectly.  This patch also adds a /memory node if
38236     it doesn't already exist prior to update.
38237
38238     plus some cosmetic trimming to single line comments.
38239
38240     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38241
38242 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
38243 Author: Kim Phillips <kim.phillips@freescale.com>
38244 Date:   Wed Aug 15 22:30:12 2007 -0500
38245
38246     mpc83xx: fix UEC2->1 typo in libfdt setup code
38247
38248     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38249
38250 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
38251 Author: Kim Phillips <kim.phillips@freescale.com>
38252 Date:   Wed Aug 15 22:30:05 2007 -0500
38253
38254     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
38255
38256     and reorder the existing 83xx maintainers alpha.
38257
38258     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38259
38260 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
38261 Author: Michal Simek <monstr@monstr.eu>
38262 Date:   Wed Aug 15 21:15:05 2007 +0200
38263
38264     [FIX] Resolve problem with warnings
38265     microblaze toolchain don't support PRAGMA PACK.
38266
38267 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
38268 Author: Michal Simek <monstr@monstr.eu>
38269 Date:   Wed Aug 15 21:05:07 2007 +0200
38270
38271     [FIX] Correction command setting for Microblaze boards
38272
38273 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
38274 Author: Michal Simek <monstr@monstr.eu>
38275 Date:   Wed Aug 15 21:03:41 2007 +0200
38276
38277     [FIX] Correction command definition
38278
38279 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
38280 Author: Jon Loeliger <jdl@freescale.com>
38281 Date:   Wed Aug 15 11:55:35 2007 -0500
38282
38283     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
38284
38285     Remove a leftover in net/tftp.c while we're at it.
38286
38287     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38288
38289 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
38290 Author: Jon Loeliger <jdl@freescale.com>
38291 Date:   Wed Aug 15 12:20:40 2007 -0500
38292
38293     Move the MPC8641HPCN board under board/freescale.
38294
38295     Minor path corrections needed to ensure buildability.
38296
38297     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38298
38299 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
38300 Author: Jon Loeliger <jdl@freescale.com>
38301 Date:   Wed Aug 15 11:46:22 2007 -0500
38302
38303     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
38304
38305     Remove a leftover in net/tftp.c while we're at it.
38306
38307     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38308
38309 commit 210f463c71917b7a4495c2103c228b9c179ae64d
38310 Author: Jerry Van Baren <gvb.uboot@gmail.com>
38311 Date:   Wed Aug 15 11:13:15 2007 -0400
38312
38313     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
38314
38315     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
38316     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
38317     when it should have gone inside of the conditional.  As a result, it
38318     broke non-LIBFDT board builds.
38319
38320     Also added a missing "not." to the comment.
38321
38322     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38323
38324 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
38325 Author: Niklaus Giger <niklaus.giger@netstal.com>
38326 Date:   Wed Aug 15 12:14:23 2007 +0200
38327
38328     PPC4xx:HCU4/5-Board fix compile warning
38329
38330     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38331
38332 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
38333 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38334 Date:   Tue Aug 14 14:06:45 2007 -0500
38335
38336     Fix malloc size error in ahci_init_one.
38337
38338     Typically this causes scsi init to corrupt the
38339     devlist and break the coninfo command.
38340     Fix a compiler size warning.
38341
38342     Signed-off-by: Jason Jin <jason.jin@freescale.com>
38343     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38344     Acked-by: Andy Fleming <afleming@freescale.com>
38345
38346 commit b361acd64fd2525c081b9b288b0804efe209c0e9
38347 Author: ksi@koi8.net <ksi@koi8.net>
38348 Date:   Tue Aug 14 10:02:16 2007 -0700
38349
38350     TI DaVinci - fix unsupported %hhx format
38351
38352     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
38353
38354 commit f01dbb5424a81453c81190dd30e945891466f621
38355 Author: Wolfgang Denk <wd@denx.de>
38356 Date:   Tue Aug 14 18:42:36 2007 +0200
38357
38358     Coding style cleanup. Update CHANGELOG.
38359
38360     Signed-off-by: Wolfgang Denk <wd@denx.de>
38361
38362 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
38363 Author: Andy Fleming <afleming@freescale.com>
38364 Date:   Tue Aug 14 10:32:59 2007 -0500
38365
38366     Fix initrd/dtb interaction
38367
38368     The original code would wrongly relocate the blob to be right before
38369     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
38370     if it is defined.  So we make two changes:
38371
38372     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
38373
38374     2) If the blob is being relocated, relocate it before kbd, not initrd
38375
38376     Signed-off-by: Andy Fleming <afleming@freescale.com>
38377
38378 commit e54b970173769307a116bd34028b6d0c2eea2a4e
38379 Author: Peter Pearse <peter.pearse@arm.com>
38380 Date:   Tue Aug 14 15:40:00 2007 +0100
38381
38382     Supply spi interface in at45.c
38383
38384 commit 4ce846ec59f36b85d6644a769690ad3feb667575
38385 Author: Stefan Roese <sr@denx.de>
38386 Date:   Tue Aug 14 15:12:01 2007 +0200
38387
38388     POST: Fix merge problem
38389
38390     Signed-off-by: Stefan Roese <sr@denx.de>
38391
38392 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
38393 Author: Stefan Roese <sr@denx.de>
38394 Date:   Tue Aug 14 15:03:17 2007 +0200
38395
38396     Coding style cleanup
38397
38398     Signed-off-by: Stefan Roese <sr@denx.de>
38399
38400 commit 779e975117a75e91fcebe226a63104dbfb924ab1
38401 Author: Stefan Roese <sr@denx.de>
38402 Date:   Tue Aug 14 14:44:41 2007 +0200
38403
38404     ppc4xx: Add initial Zeus (PPC405EP) board support
38405
38406     Signed-off-by: Stefan Roese <sr@denx.de>
38407
38408 commit c5a172a5fd636c12467429e3f7910e53773979c6
38409 Author: Stefan Roese <sr@denx.de>
38410 Date:   Tue Aug 14 14:41:55 2007 +0200
38411
38412     POST: Add option for external ethernet loopback test
38413
38414     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
38415     is not done using an internal loopback connection, but by assuming
38416     that an external loopback connector is plugged into the board.
38417
38418     Signed-off-by: Stefan Roese <sr@denx.de>
38419
38420 commit eb2b4010ae426245172988804ee8d9193fb41038
38421 Author: Stefan Roese <sr@denx.de>
38422 Date:   Tue Aug 14 14:39:44 2007 +0200
38423
38424     POST: Add ppc405 support to cache and UART POST
38425
38426     Signed-off-by: Stefan Roese <sr@denx.de>
38427
38428 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
38429 Author: Peter Pearse <peter.pearse@arm.com>
38430 Date:   Tue Aug 14 10:46:32 2007 +0100
38431
38432     Replace lost end of at45.c.
38433
38434 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
38435 Author: Peter Pearse <peter.pearse@arm.com>
38436 Date:   Tue Aug 14 10:30:06 2007 +0100
38437
38438     Update Makefiles for merged and split at45.c.
38439
38440 commit 3454cece2db57cb9eb7087995f7e73066a163f71
38441 Author: Peter Pearse <peter.pearse@arm.com>
38442 Date:   Tue Aug 14 10:21:06 2007 +0100
38443
38444     Delete the merged files.
38445
38446 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
38447 Author: Peter Pearse <peter.pearse@arm.com>
38448 Date:   Tue Aug 14 10:14:05 2007 +0100
38449
38450     Add the files.
38451
38452 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
38453 Author: Peter Pearse <peter.pearse@arm.com>
38454 Date:   Tue Aug 14 10:10:52 2007 +0100
38455
38456     Add MACH_TYPE records for several AT91 boards.
38457     Merge to two at45.c files into a common file, split to at45.c and spi.c
38458     Fix spelling error in DM9161 PHY Support.
38459     Initialize at91rm9200 board (and set LED).
38460     Add PIO control for at91rm9200dk LEDs and Mux.
38461     Change dataflash partition boundaries to be compatible with Linux 2.6.
38462
38463     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
38464     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
38465
38466 commit 4ef35e53c693556c54b0c22d6f873de87bade253
38467 Author: Wolfgang Denk <wd@denx.de>
38468 Date:   Tue Aug 14 09:54:46 2007 +0200
38469
38470     Coding style cleanup, update CHANGELOG
38471
38472     Signed-off-by: Wolfgang Denk <wd@denx.de>
38473
38474 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
38475 Author: Wolfgang Denk <wd@denx.de>
38476 Date:   Tue Aug 14 09:47:27 2007 +0200
38477
38478     Coding style cleanup; rebuild CHANGELOG
38479
38480 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
38481 Author: Randy Vinson <rvinson@linuxbox.(none)>
38482 Date:   Tue Feb 27 19:42:22 2007 -0700
38483
38484     85xxCDS: Add make targets for legacy systems.
38485
38486     The PCI ID select values on the Arcadia main board differ depending
38487     on the version of the hardware. The standard configuration supports
38488     Rev 3.1. The legacy target supports Rev 2.x.
38489
38490     Signed-off-by Randy Vinson <rvinson@mvista.com>
38491
38492 commit e41094c7e38177c755fbd9b182018069614f080d
38493 Author: Andy Fleming <afleming@freescale.com>
38494 Date:   Tue Aug 14 01:50:09 2007 -0500
38495
38496     85xxCDS: Enable the VIA PCI-to-ISA bridge.
38497
38498     Author: Randy Vinson <rvinson@linuxbox.(none)>
38499
38500     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
38501     Arcadia main board.
38502
38503     Signed-off-by: Randy Vinson <rvinson@mvista.com>
38504     Signed-off-by: York Sun <yorksun@freescale.com>
38505
38506 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
38507 Author: Andy Fleming <afleming@freescale.com>
38508 Date:   Tue Aug 14 00:14:25 2007 -0500
38509
38510     Add support for UEC to 8568
38511
38512     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38513     Signed-off-by: Andy Fleming <afleming@freescale.com>
38514
38515 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
38516 Author: Haiying Wang <Haiying.Wang@freescale.com>
38517 Date:   Tue Jun 19 14:18:34 2007 -0400
38518
38519     Add PCI support for MPC8568MDS board
38520
38521     This patch is against u-boot-mpc85xx.git of www.denx.com
38522
38523     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38524     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
38525
38526 commit d111d6382c99fdea08c2312eeeae8786945e189a
38527 Author: Haiying Wang <Haiying.Wang@freescale.com>
38528 Date:   Tue Jun 19 14:18:32 2007 -0400
38529
38530     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
38531
38532     This patch is against u-boot-mpc85xx.git of www.denx.com
38533
38534     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
38535     both MPC8548CDS board and MPC8568MDS board, especially for supporting
38536     533MHz DDR2.
38537
38538     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
38539     DDR2 on all current board versions especially ver 1.92 or later to bring
38540     up.
38541
38542     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38543
38544 commit 3db0bef59eab1155801618cef5c481e97553b597
38545 Author: Kumar Gala <galak@kernel.crashing.org>
38546 Date:   Tue Aug 7 18:07:27 2007 -0500
38547
38548     Use an absolute address when jumping out of 4k boot page
38549
38550     On e500 when we leave the 4k boot page we should use an absolute address since
38551     we don't know where the board code may want us to be really running at.
38552
38553     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38554
38555 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
38556 Author: Andy Fleming <afleming@freescale.com>
38557 Date:   Mon Aug 13 14:49:59 2007 -0500
38558
38559     MPC85xx BA bits not set for 3-bit bank address DIMM
38560
38561     The current implementation does not set the number of bank address bits
38562     (BA) in the processor. The default assumes 2 logical bank bits. This
38563     works fine for a DIMM that uses devices with 4 internal banks (SPD
38564     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
38565     devices with 8 internal banks (SPD byte17 = 0x8).
38566
38567     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
38568
38569 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
38570 Author: Andy Fleming <afleming@freescale.com>
38571 Date:   Mon Aug 13 14:38:06 2007 -0500
38572
38573     Fix minor 85xx warnings
38574
38575     Some patches had inserted warnings into the build:
38576     * mpc8560ads declared data without using it
38577     * cpu_init declared ecm and immap without using it in all CONFIGs
38578     * MPC8548CDS.h had its default filenames changed so that they contained
38579       "\m" in the paths.  Made the defaults not Windows-specific (or
38580       anything-specific)
38581
38582     Signed-off-by: Andy Fleming <afleming@freescale.com>
38583
38584 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
38585 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38586 Date:   Fri Jul 27 01:50:52 2007 -0500
38587
38588     8548cds PCIE support.
38589
38590     Make the early L1 cache stack region guarded to prevent speculative
38591     fetches outside the locked range.
38592
38593     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
38594     init.S whitespace cleanup.
38595
38596     Allow TEXT_BASE value to be specified on command line.  This allows it
38597     to be set to 0xfffc0000 which cuts the uboot binary in half.
38598
38599     Clear and enable lbc and ecm errors.
38600
38601     Update last_busno in device-tree for pci and pcie.
38602
38603     Remove load of obsolete cpu/mpc85xx/pci.0
38604
38605     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38606     Acked-by: Andy Fleming <afleming@freescale.com>
38607
38608 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
38609 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38610 Date:   Fri Jul 27 01:50:51 2007 -0500
38611
38612     8544ds PCIE support
38613
38614     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
38615
38616     Enable LBC and ECM errors and clear error registers.
38617
38618     Add tftpflash env var to get uboot from tftp server and flash it.
38619
38620     Add pci/pcie convenience env vars to display register space:
38621       "run pcie3regs" to see all pcie3 ccsr registers
38622       "run pcie3cfg" to see all cfg registers
38623     Whitespace cleanup and MPC8544DS.h
38624
38625     Enable CONFIG_INTERRUPTS.
38626
38627     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38628     Acked-by: Andy Fleming <afleming@freescale.com>
38629
38630 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
38631 Author: Andy Fleming <afleming@freescale.com>
38632 Date:   Tue Aug 14 01:34:21 2007 -0500
38633
38634     85xx start.S cleanup and exception support
38635
38636     From: Ed Swarthout <Ed.Swarthout@freescale.com>
38637
38638     Support external interrupts from platform to eliminate system hangs.
38639     Define CONFIG_INTERRUPTS board configure option to enable.
38640     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
38641
38642     Remove extra cpu initialization redundant with hardware initialization.
38643     Whitespace cleanup.
38644
38645     Define and use _START_OFFSET consistent with other processors using
38646     ppc_asm.tmpl
38647
38648     Move additional code from .text to boot page to make room for
38649     exception vectors at start of image.
38650
38651     Handle Machine Check, External and Critical exceptions.
38652
38653     Fix e500 machine check error determination in traps.c
38654
38655     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
38656
38657     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38658     Acked-by: Andy Fleming <afleming@freescale.com>
38659
38660 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
38661 Author: Andy Fleming <afleming@freescale.com>
38662 Date:   Tue Aug 14 01:33:18 2007 -0500
38663
38664     Add MPC8544DS README
38665
38666     Signed-off-by: Andy Fleming <afleming@freescale.com>
38667
38668 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
38669 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38670 Date:   Fri Jul 27 01:50:48 2007 -0500
38671
38672     85xx allow debugger to configure ddr.
38673
38674     Only check for mpc8548 rev 1 when compiled for 8548.
38675
38676     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38677     Acked-by: Andy Fleming <afleming@freescale.com>
38678
38679 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
38680 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38681 Date:   Fri Jul 27 01:50:47 2007 -0500
38682
38683     mpc85xx L2 cache reporting and SRAM relocation option.
38684
38685     Allow debugger to override flash cs0/cs1 settings to enable alternate
38686     boot regions
38687
38688     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38689     Acked-by: Andy Fleming <afleming@freescale.com>
38690
38691 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
38692 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38693 Date:   Fri Jul 27 01:50:46 2007 -0500
38694
38695     e500 needs ppc_asm.tmp MCK_EXCEPTION
38696
38697     Always define MCK_EXCEPTION macro - so e500 can use it too.
38698
38699     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38700     Acked-by: Andy Fleming <afleming@freescale.com>
38701
38702 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
38703 Author: David Updegraff <dave@cray.com>
38704 Date:   Mon Jun 11 10:41:07 2007 -0500
38705
38706     multicast tftp: RFC2090
38707
38708     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
38709     on Realtek RTL8139 and Freescale TSEC.
38710
38711     Signed-off-by: David Updegraff <dave@cray.com>
38712     Signed-off-by: Ben Warren <bwarren@qstreams.com>
38713
38714 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
38715 Author: Wilson Callan <wcallan@savantav.com>
38716 Date:   Sat Jul 28 10:56:13 2007 -0400
38717
38718     New CONFIG_BOOTP_SERVERIP option
38719
38720     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
38721     from the bootp server
38722
38723     Signed-off-by: Wilson Callan <wcallan@savantav.com>
38724     Signed-off-by: Ben Warren <bwarren@qstreams.com>
38725
38726 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
38727 Author: Mike Rapoport <mike@compulab.co.il>
38728 Date:   Sun Aug 12 08:48:27 2007 +0300
38729
38730     Add ability to take MAC address from the environment to DM9000 driver
38731
38732     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
38733     Signed-off-by: Ben Warren <bwarren@qstreams.com>
38734
38735 commit be5d72d10d47609326226225181e301fb9a33b58
38736 Author: Wolfgang Denk <wd@denx.de>
38737 Date:   Mon Aug 13 21:57:53 2007 +0200
38738
38739     Minor coding style cleanup. Update CHANGELOG.
38740
38741     Signed-off-by: Wolfgang Denk <wd@denx.de>
38742
38743 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
38744 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
38745 Date:   Sat Aug 11 06:54:58 2007 -0500
38746
38747     Modify SBC8641D to use new Freescale PCI routines
38748
38749     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
38750     adapter.
38751
38752     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
38753     Signde-off-by: Jon Loeliger <jdl@freescale.com>
38754
38755 commit a08458303e7f9db67f296980036d3292c35cb45c
38756 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
38757 Date:   Fri Jun 29 18:38:51 2007 +0200
38758
38759     atmel_mci: Fix data timeout value
38760
38761     Calculate the data timeout based on values from the CSD instead of
38762     just using a hardcoded DTOR value. This is a backport of a similar fix
38763     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
38764     instead of down.
38765
38766     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
38767
38768 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
38769 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
38770 Date:   Mon Aug 13 17:22:31 2007 +0200
38771
38772     AVR32: Include <div64.h> instead of <asm/div64.h>
38773
38774     include/asm-avr32/div64.h was recently moved to include/div64.h, but
38775     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
38776     the patch was merged perhaps?)
38777
38778     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
38779     compiles again.
38780
38781     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
38782
38783 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
38784 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
38785 Date:   Wed Jun 27 13:34:26 2007 +0200
38786
38787     atmel_mci: Use 512 byte blocksize if possible
38788
38789     Instead of always using the largest blocksize the card supports, check
38790     if it can support smaller block sizes and use 512 bytes if possible.
38791     Most cards do support this, and other parts of u-boot seem to have
38792     trouble with block sizes different from 512 bytes.
38793
38794     Also enable underrun/overrun protection.
38795
38796     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
38797     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
38798
38799 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
38800 Author: Stefan Roese <sr@denx.de>
38801 Date:   Mon Aug 13 09:05:33 2007 +0200
38802
38803     ppc4xx: Fix problem in PLL clock calculation
38804
38805     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
38806     and fixes a bug in the PLL clock calculation.
38807
38808     Signed-off-by: Stefan Roese <sr@denx.de>
38809
38810 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
38811 Author: Wolfgang Denk <wd@denx.de>
38812 Date:   Sun Aug 12 21:34:50 2007 +0200
38813
38814     Update CHANGELOG
38815
38816 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
38817 Author: Wolfgang Denk <wd@denx.de>
38818 Date:   Sun Aug 12 21:34:34 2007 +0200
38819
38820     Minor alignment of output, 2nd try.
38821     Also update CHANGELOG
38822
38823     Signed-off-by: Wolfgang Denk <wd@denx.de>
38824
38825 commit 6b309f22a724fad8418e811751a0741b893419cf
38826 Author: Wolfgang Denk <wd@denx.de>
38827 Date:   Sun Aug 12 20:35:49 2007 +0200
38828
38829     Minor alignment of output
38830
38831     Signed-off-by: Wolfgang Denk <wd@denx.de>
38832
38833 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
38834 Author: Wolfgang Denk <wd@denx.de>
38835 Date:   Sun Aug 12 18:28:18 2007 +0200
38836
38837     Cleanup output on ADS5121 board
38838
38839     Signed-off-by: Wolfgang Denk
38840
38841 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
38842 Author: Wolfgang Denk <wd@denx.de>
38843 Date:   Sun Aug 12 15:11:38 2007 +0200
38844
38845     Adapt board configuration and fix kernel crash on MCC200 board.
38846
38847     The update procedure was modified to turn off the USB subsystem
38848     before exit for MCC200 and TRAB. This is necessary as otherwise the
38849     USB controller continues to write periodically to system memory!
38850
38851     MCC200-specific notes:
38852     - the patch disables the magic key check for MCC200
38853     - the patch contains the configuration changes made
38854       for the new revision of the board.
38855
38856     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38857     Signed-off-by: Wolfgang Denk <wd@denx.de>
38858
38859 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
38860 Author: Wolfgang Denk <wd@denx.de>
38861 Date:   Sun Aug 12 14:47:54 2007 +0200
38862
38863     Adjust default configuration of ADS5121 board.
38864
38865     Signed-off-by: Wolfgang Denk <wd@denx.de>
38866
38867 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
38868 Author: Wolfgang Denk <wd@denx.de>
38869 Date:   Sun Aug 12 14:27:39 2007 +0200
38870
38871     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
38872
38873     Signed-off-by: Wolfgang Denk <wd@denx.de>
38874
38875 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
38876 Author: Gerald Van Baren <vanbaren@cideas.com>
38877 Date:   Tue Aug 7 21:14:22 2007 -0400
38878
38879     Improve error print messages.
38880
38881     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38882
38883 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
38884 Author: Kim Phillips <kim.phillips@freescale.com>
38885 Date:   Tue Jul 17 13:57:04 2007 -0500
38886
38887     fdt: allow for builds that don't want env and bd_t nodes
38888
38889     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
38890     area.
38891
38892     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38893
38894 commit 91148bf7aeba142d6f348805db7625db7da64d6f
38895 Author: Kim Phillips <kim.phillips@freescale.com>
38896 Date:   Tue Jul 17 13:56:53 2007 -0500
38897
38898     fdt: do board setup based on fdt address specified on bootm line
38899
38900     The last fdt patch to bootm did board setup based on the address
38901     specified by a prior fdt address command invocation.  The bootm
38902     code, as its call to fdt_chosen does, should use the fdt specified
38903     by the user on the bootm command.  Note this restores full
38904     functionality for the 8360's existing default boot environment
38905     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
38906     before booting a kernel).
38907
38908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38909
38910 commit e125a2ffc209dd34794e326c7175658253beadf3
38911 Author: Gerald Van Baren <vanbaren@cideas.com>
38912 Date:   Tue Jul 10 20:40:39 2007 -0400
38913
38914     Call ft_board_setup() from the bootm command.
38915
38916     In the patch titled "Create new fdt boardsetup command..." I removed the
38917     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
38918     to add a direct call back into cmd_bootm.c
38919
38920     This fixes the oversight by adding the direct call to the bootm command.
38921
38922     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38923
38924 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
38925 Author: Gerald Van Baren <vanbaren@cideas.com>
38926 Date:   Mon Jun 25 23:25:28 2007 -0400
38927
38928     Create new fdt boardsetup command, fix bug parsing [] form of set values.
38929
38930     Previously ft_board_setup() was called by fdt_chosen() which was not
38931     really correctly structured.  This splits ft_board_setup() out by creating
38932     a new fdt boardsetup command.
38933
38934     Fix a bug when parsing fdt set command values which have the square
38935     bracket form [00 11 22 33] - the length was updated incorrectly in when
38936     parsing that form.
38937
38938     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38939
38940 commit 6f35ded9e85493595e0eb66a82b502a95326d049
38941 Author: Gerald Van Baren <vanbaren@cideas.com>
38942 Date:   Mon Jun 25 20:55:58 2007 -0400
38943
38944     Tighten up the error messages.
38945
38946     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38947
38948 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
38949 Author: Gerald Van Baren <vanbaren@cideas.com>
38950 Date:   Mon Jun 25 19:52:23 2007 -0400
38951
38952     Asthetic improvements: error messages and line lengths.
38953
38954     Tighten up the error messages, split overlength lines.
38955
38956     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38957
38958 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
38959 Author: Gerald Van Baren <vanbaren@cideas.com>
38960 Date:   Fri May 25 22:08:57 2007 -0400
38961
38962     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
38963
38964     The fdt_chosen() function was adding/seting some properties ad-hoc
38965       improperly and duplicated (poorly) what was done in ft_board_setup()
38966
38967     Clean up long lines (setting properties, printing errors).
38968
38969     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38970
38971 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
38972 Author: Gerald Van Baren <vanbaren@cideas.com>
38973 Date:   Mon May 21 23:27:16 2007 -0400
38974
38975     For fdt_find_node_by_path(), handle the root path properly.
38976
38977     Also removes the special case root path detection in cmd_fdt.c since it
38978     is no longer necessary.
38979
38980     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38981
38982 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
38983 Author: Gerald Van Baren <vanbaren@cideas.com>
38984 Date:   Thu May 17 23:54:36 2007 -0400
38985
38986     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
38987
38988     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
38989     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
38990
38991 commit 1a861169bc3758f9de3aead62b058736c6891246
38992 Author: Gerald Van Baren <vanbaren@cideas.com>
38993 Date:   Wed Jun 6 22:47:58 2007 -0400
38994
38995     Replace fdt_node_offset() with fdt_find_node_by_path().
38996
38997     The new name matches more closely the kernel's name, which is also
38998     a much better description.
38999
39000     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
39001     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
39002
39003 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
39004 Author: Gerald Van Baren <vanbaren@cideas.com>
39005 Date:   Wed May 16 22:39:59 2007 -0400
39006
39007     Fix cmd_fdt line lengths, refactor code.
39008
39009     Break lines that were greater than 80 characters in length.
39010     Move the fdt print and property parsing code to separate static functions
39011       to reduce coding clutter in the fdt_cmd handling body.
39012
39013     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39014
39015 commit 25114033ab21788810c48ba4df103b649da1223b
39016 Author: Gerald Van Baren <vanbaren@cideas.com>
39017 Date:   Sat May 12 09:47:25 2007 -0400
39018
39019     FDT command improvements.
39020
39021     Fix "fdt set" so that it will create a non-existing property.
39022     Add "fdt mknode" to create nodes.
39023
39024     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39025
39026 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
39027 Author: Gerald Van Baren <vanbaren@cideas.com>
39028 Date:   Sat May 12 09:45:46 2007 -0400
39029
39030     Reorganize and fix problems (returns) in the bootm command.
39031
39032     Do *NOT* return after the "point of no return" has been passed.
39033       If something goes wrong, the board must be reset after that point.
39034     Move the "Transferring control to Linux" debug message back to where it
39035       belongs: just before transferring control to linux.
39036
39037     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39038
39039 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
39040 Author: Gerald Van Baren <vanbaren@cideas.com>
39041 Date:   Tue May 8 21:27:35 2007 -0400
39042
39043     Fix bugs in the CONFIG_OF_LIBFDT
39044
39045     Stupid coding mistakes (identified by Timur Tabi, thanks).
39046
39047     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39048
39049 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
39050 Author: Gerald Van Baren <vanbaren@cideas.com>
39051 Date:   Wed Apr 25 22:47:15 2007 -0400
39052
39053     Improve fdt move length handling.
39054
39055     Make the length parameter optional: if not specified, do the move using
39056     the current size unchanged.
39057
39058     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39059
39060 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
39061 Author: Gerald Van Baren <vanbaren@cideas.com>
39062 Date:   Wed Apr 25 22:23:36 2007 -0400
39063
39064     Minor code clean up.
39065
39066     Declare the variable fdt properly as extern.
39067     Call the "set_fn" function pointer the "short way" without the full
39068       dereferencing syntax.
39069
39070     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39071
39072 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
39073 Author: Gerald Van Baren <vanbaren@cideas.com>
39074 Date:   Wed Apr 25 21:24:27 2007 -0400
39075
39076     Improve error messages, more informative.
39077
39078     Print more than the raw libfdt error message strings.  This is especially
39079     useful for cluing in the user when the bootm command aborts due to
39080     blob problems.
39081
39082     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39083
39084 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
39085 Author: Gerald Van Baren <vanbaren@cideas.com>
39086 Date:   Fri Apr 20 22:46:53 2007 -0400
39087
39088     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
39089
39090     This is the way u-boot reduces configured-out code.  At Wolfgang
39091     Grandegger and Wolfgang Denk's request, make libfdt conform.
39092
39093     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39094
39095 commit 923efd286411ed052d9e074f59f8986d6081061c
39096 Author: Bruce Adler <bruce.adler@ccpu.com>
39097 Date:   Fri Aug 10 14:54:47 2007 -0700
39098
39099     add image size and descriptors for Spartan 3E FPGA chips
39100
39101     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
39102
39103     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
39104
39105 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
39106 Author: Kim Phillips <kim.phillips@freescale.com>
39107 Date:   Fri Aug 10 15:34:48 2007 -0500
39108
39109     make MAKEALL more immune to merge conflicts
39110
39111     ..by placing board entries one per line, as suggested by jdl.
39112
39113     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39114
39115 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
39116 Author: Kim Phillips <kim.phillips@freescale.com>
39117 Date:   Fri Aug 10 13:28:25 2007 -0500
39118
39119     README: Remove outdated cpu type, board type, and NAME_config lists
39120
39121     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39122
39123 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
39124 Author: Dave Liu <r63238@freescale.com>
39125 Date:   Fri Aug 10 15:48:59 2007 +0800
39126
39127     mpc83xx: Suppress the warning 'burstlen'
39128
39129     suppress the warning 'burstlen' of spd_sdram.
39130
39131     Signed-off-by: Dave Liu <daveliu@freescale.com>
39132
39133 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
39134 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
39135 Date:   Thu Aug 9 15:11:03 2007 -0500
39136
39137     Add support for SBC8641D. Config files.
39138
39139     Add support for Wind River's SBC8641D reference board.
39140
39141     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
39142     Acked-by: Wolfgang Denk <wd@denx.de>
39143     Acked-by: Jon Loeliger <jdl@freescale.com>
39144
39145 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
39146 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
39147 Date:   Thu Aug 9 15:10:53 2007 -0500
39148
39149     Add support for SBC8641D.  Board files.
39150
39151     Add support for Wind River's SBC8641D reference board.
39152
39153     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
39154     Acked-by: Wolfgang Denk <wd@denx.de>
39155     Acked-by: Jon Loeliger <jdl@freescale.com>
39156
39157 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
39158 Author: Stefan Roese <sr@denx.de>
39159 Date:   Fri Aug 10 20:34:58 2007 +0200
39160
39161     Conding style cleanup
39162
39163     Signed-off-by: Stefan Roese <sr@denx.de>
39164
39165 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
39166 Author: Sergey Kubushyn <ksi@koi8.net>
39167 Date:   Fri Aug 10 20:26:18 2007 +0200
39168
39169     [ARM] TI DaVinci support, hopefully final
39170
39171     Add support for the following DaVinci boards:
39172     - DV_EVM
39173     - SCHMOOGIE
39174     - SONATA
39175
39176     Changes:
39177
39178     - Split into separate board directories
39179     - Removed changes to MTD_DEBUG (or whatever it's called)
39180     - New CONFIG_CMD party line followed
39181     - Some cosmetic fixes, cleanup etc.
39182     - Patches against the latest U-Boot tree as of now.
39183     - Fixed CONFIG_CMD_NET in net files.
39184     - Fixed CONFIG_CMD_EEPROM for schmoogie.
39185     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
39186        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
39187        but it at least compiles.
39188
39189     Here is an excerpt from session log on SCHMOOGIE...
39190
39191     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
39192
39193     DRAM:  128 MB
39194     NAND:  128 MiB
39195     In:    serial
39196     Out:   serial
39197     Err:   serial
39198     ARM Clock : 297MHz
39199     DDR Clock : 162MHz
39200     ETH PHY   : DP83848 @ 0x01
39201     U-Boot > iprobe
39202     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
39203     U-Boot > ping 192.168.253.10
39204     host 192.168.253.10 is alive
39205     U-Boot >
39206
39207     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
39208     Acked-by: Dirk Behme <dirk.behme@gmail.com>
39209     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
39210     Acked-by: Stefan Roese <sr@denx.de>
39211
39212 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
39213 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
39214 Date:   Fri Jul 27 01:50:45 2007 -0500
39215
39216     fsl_pci_init cleanup.
39217
39218     Do not enable normal errors created during probe (master abort, perr,
39219     and pcie Invalid Configuration access).
39220
39221     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
39222
39223     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39224     Acked-by: Andy Fleming <afleming@freescale.com>
39225
39226 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
39227 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
39228 Date:   Fri Jul 27 01:50:44 2007 -0500
39229
39230     pciauto_setup_device bars_num fix
39231
39232     Passing bars_num=0 to pciauto_setup_device should assign no bars.
39233
39234     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39235     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
39236     Acked-by: Andy Fleming <afleming@freescale.com>
39237
39238 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
39239 Author: Jon Loeliger <jdl@freescale.com>
39240 Date:   Mon Aug 6 17:39:44 2007 -0500
39241
39242     8641hpcn: Do correct sized pointer math.
39243
39244     When I rebased Ed's patch and cleaned up a few compilation
39245     problems, I apparently rebased my brain on crack first.
39246     Fix that by doing (char *) sized pointer math as needed.
39247
39248     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39249
39250 commit cfc7a7f5bb3273c9951173c788001d45118f141f
39251 Author: Jon Loeliger <jdl@freescale.com>
39252 Date:   Thu Aug 2 14:42:20 2007 -0500
39253
39254     cpu/86xx fixes.
39255
39256     Remove rev 1 fixes.
39257     Always set PICGCR_MODE.
39258     Enable machine check and provide board config option
39259     to set and handle SoC error interrupts.
39260
39261     Include MSSSR0 in error message.
39262
39263     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
39264
39265     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39266     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39267
39268 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
39269 Author: Stefan Roese <sr@denx.de>
39270 Date:   Fri Aug 10 10:42:25 2007 +0200
39271
39272     Coding style cleanup
39273
39274     Signed-off-by: Stefan Roese <sr@denx.de>
39275
39276 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
39277 Author: Dirk Behme <dirk.behme@googlemail.com>
39278 Date:   Thu Aug 2 17:42:08 2007 +0200
39279
39280     Make use of generic 64bit division in nand_util.c
39281
39282     Use generic 64bit division in nand_util.c. This makes nand_util.c
39283     independent of any toolchain 64bit division.
39284
39285     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
39286
39287 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
39288 Author: Dirk Behme <dirk.behme@googlemail.com>
39289 Date:   Thu Aug 2 17:41:14 2007 +0200
39290
39291     Move 64bit division from avr32 to generic lib
39292
39293     Move the 64bit division from lib_avr32 to lib_generic. With this, all
39294     boards can do_div/__div64_32 if needed, not only avr one. Code is put
39295     to lib_generic, so no larger memory footprint if not used. No code
39296     modifications. Thanks for proposal by Håvard Skinnemoen.
39297
39298     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
39299
39300 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
39301 Author: Niklaus Giger <niklausgiger@gmx.ch>
39302 Date:   Fri Jul 27 11:31:22 2007 +0200
39303
39304     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
39305
39306     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39307
39308 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
39309 Author: Niklaus Giger <niklausgiger@gmx.ch>
39310 Date:   Fri Jul 27 11:30:33 2007 +0200
39311
39312     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
39313
39314     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39315
39316 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
39317 Author: Niklaus Giger <niklausgiger@gmx.ch>
39318 Date:   Fri Jul 27 11:38:26 2007 +0200
39319
39320     Add PPC4xx-HCU4 and HCU5 boards: common files
39321
39322     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39323
39324 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
39325 Author: Niklaus Giger <niklausgiger@gmx.ch>
39326 Date:   Fri Jul 27 11:28:44 2007 +0200
39327
39328     Add PPC4xx-HCU4 and HCU5 boards: make related
39329
39330     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39331
39332 commit 137fdd9f474ecb853efdace5200576308c67f18d
39333 Author: Niklaus Giger <niklausgiger@gmx.ch>
39334 Date:   Fri Jul 27 11:28:03 2007 +0200
39335
39336     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
39337
39338     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39339
39340 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
39341 Author: Niklaus Giger <niklausgiger@gmx.ch>
39342 Date:   Fri Jul 27 11:27:15 2007 +0200
39343
39344     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
39345
39346     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39347
39348 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
39349 Author: Niklaus Giger <niklausgiger@gmx.ch>
39350 Date:   Fri Jul 27 11:25:31 2007 +0200
39351
39352     Add PPC4xx-HCU4 and HCU5 boards: READMEs
39353
39354     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39355
39356 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
39357 Author: Niklaus Giger <niklausgiger@gmx.ch>
39358 Date:   Fri Jul 27 11:37:40 2007 +0200
39359
39360     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
39361
39362     This series of patches adds support for 2 boards from Netstal Maschinen.
39363
39364     The HCU4 has a PPC405Gpr and
39365     the HCU5 has a PPC440EPX.
39366
39367     The HCU4 has a somehow complicated flash setup, as the booteprom is
39368     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
39369     elegant solution.
39370
39371     The HCU5 has only a booteprom as the whole code will be downloaded from a
39372     different board which has HD, CD-ROM, etc and where all code is stored.
39373
39374     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
39375     Thanks them a lot.
39376
39377     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39378
39379 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
39380 Author: Stefan Roese <sr@denx.de>
39381 Date:   Fri Aug 10 08:42:55 2007 +0200
39382
39383     ppc4xx: Update lwmon5 POST configuration
39384
39385     Signed-off-by: Stefan Roese <sr@denx.de>
39386
39387 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
39388 Author: Yuri Tikhonov <yur@emcraft.com>
39389 Date:   Fri Aug 10 08:25:22 2007 +0200
39390
39391     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
39392
39393     The patch adds support for UART POST on ppc44x-based boards with no
39394     external serial clocks installed.
39395
39396     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39397     Acked-by: Stefan Roese <sr@denx.de>
39398
39399 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
39400 Author: Kim Phillips <kim.phillips@freescale.com>
39401 Date:   Mon Aug 6 18:18:34 2007 -0500
39402
39403     mpc83xx: fix ITX[GP] O=builddir builds
39404
39405     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
39406
39407     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
39408     "BUILD_DIR=<some dir> ./MAKEALL ..."
39409
39410     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39411
39412 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
39413 Author: Dave Liu <r63238@freescale.com>
39414 Date:   Wed Aug 1 15:00:59 2007 +0800
39415
39416     mpc83xx: Correct the README for DDR ECC
39417
39418     Update the README for DDR ECC, change the name
39419     to README.mpc83xx.ddrecc.
39420
39421     Signed-off-by: Dave Liu <daveliu@freescale.com>
39422     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39423
39424 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
39425 Author: Dave Liu <r63238@freescale.com>
39426 Date:   Wed Aug 1 15:00:15 2007 +0800
39427
39428     mpc83xx: Consolidate the ECC support of 83xx
39429
39430     Remove the duplicated source code of ecc command on the <board>.c,
39431     for reused, move these code to cpu/mpc83xx directory.
39432
39433     Signed-off-by: Dave Liu <daveliu@freescale.com>
39434     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39435
39436 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
39437 Author: Dave Liu <r63238@freescale.com>
39438 Date:   Sat Aug 4 13:37:39 2007 +0800
39439
39440     mpc83xx: Correct the burst length for DDR2 with 32 bits
39441
39442     The burst length should be 4 for DDR2 with 32 bits bus
39443
39444     Signed-off-by: Dave Liu <daveliu@freescale.com>
39445
39446 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
39447 Author: Kim Phillips <kim.phillips@freescale.com>
39448 Date:   Wed Jul 25 19:25:33 2007 -0500
39449
39450     mpc83xx: add support for the MPC8323E RDB
39451
39452     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
39453     five 10/100 ethernet ports connected via an ICPlus IP175C
39454     switch, one PCI slot, and serial.  Features not supported
39455     in this patch are SD card interface, 2 USB ports, and the
39456     two phone ports.
39457
39458     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
39459     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39460
39461 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
39462 Author: Kim Phillips <kim.phillips@freescale.com>
39463 Date:   Wed Jul 25 19:25:28 2007 -0500
39464
39465     mpc83xx: fixup generic pci for libfdt
39466
39467     add libfdt support to the generic 83xx pci code
39468
39469     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39470
39471 commit f57ac7a7b37109245b69db80839ebee26179966a
39472 Author: Kim Phillips <kim.phillips@freescale.com>
39473 Date:   Wed Jul 25 19:25:22 2007 -0500
39474
39475     mpc83xx: fix 8360 and cpu functions to update fdt being passed
39476
39477     ..and not the global fdt. Rename local fdt vars to blob so as not to
39478     be confused with the global var with the same three-letter name.
39479
39480     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39481
39482 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
39483 Author: Jerry Van Baren <gvb.uboot@gmail.com>
39484 Date:   Wed Jul 4 21:34:24 2007 -0400
39485
39486     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
39487
39488     Several node strings were not correct (trailing slashes and properties
39489       in the strings)
39490     Added setting of the timebase-frequency.
39491     Improved error messages and use debug() instead of printf().
39492
39493     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39495
39496 commit 26d02c9bbac1751c5e19294f000100b48d43a920
39497 Author: Jerry Van Baren <gvb.uboot@gmail.com>
39498 Date:   Wed Jul 4 21:27:30 2007 -0400
39499
39500     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
39501
39502     The new name matches more closely the kernel's name, which is also
39503     a much better description.
39504
39505     These are the mpc83xx changes made necessary by the function name change.
39506
39507     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
39508     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
39509     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39510
39511 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
39512 Author: Dave Liu <daveliu@freescale.com>
39513 Date:   Mon Jun 25 10:41:56 2007 +0800
39514
39515     mpc83xx: Add support for the display of reset status
39516
39517     83xx processor family has many reset sources, such as
39518     power on reset, software hard reset, software soft reset,
39519     JTAG, bus monitor, software watchdog, check stop reset,
39520     external hard reset, external software reset.
39521     sometimes, to figure out the fault of system, we need to
39522     know the cause of reset early before the prompt of
39523     u-boot present.
39524
39525     Signed-off-by: Dave Liu <daveliu@freescale.com>
39526     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39527
39528 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
39529 Author: Dave Liu <daveliu@freescale.com>
39530 Date:   Mon Jun 25 10:41:04 2007 +0800
39531
39532     mpc83xx: Fix the align bug of SDMA buffer
39533
39534     According to the latest user manual, the SDMA temporary
39535     buffer base address must be 4KB aligned.
39536
39537     Signed-off-by: Dave Liu <daveliu@freescale.com>
39538     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39539
39540 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
39541 Author: Dave Liu <daveliu@freescale.com>
39542 Date:   Mon Jun 25 13:21:12 2007 +0800
39543
39544     mpc83xx: Revise the MPC8360EMDS readme doc
39545
39546     When the rev2.x silicon mount on the MPC8360EMDS baord,
39547     and if you are using the u-boot version after the commit
39548     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
39549     to make the ethernet interface usable, we have to setup
39550     the jumpers correctly.
39551
39552     Signed-off-by: Dave Liu <daveliu@freescale.com>
39553     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39554
39555 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
39556 Author: Timur Tabi <timur@freescale.com>
39557 Date:   Tue Jul 3 13:46:32 2007 -0500
39558
39559     FSL I2C driver programs the two I2C busses differently
39560
39561     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
39562     The second I2C bus has its slave address programmed incorrectly and is
39563     missing a 5-us delay.
39564
39565     Signed-off-by: Timur Tabi <timur@freescale.com>
39566     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39567
39568 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
39569 Author: Timur Tabi <timur@freescale.com>
39570 Date:   Tue Jul 3 13:04:34 2007 -0500
39571
39572     Update SCCR programming in cpu_init_f() to support all 83xx processors
39573
39574     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
39575     bitfields for all 83xx processors.  The code to update some bitfields was
39576     compiled only on some processors.  Now, the bitfields are programmed as long
39577     as the corresponding CFG_SCCR option is defined in the board header file.
39578     This means that the board header file should not define any CFG_SCCR macros
39579     for bitfields that don't exist on that processor, otherwise the SCCR will be
39580     programmed incorrectly.
39581
39582     Signed-off-by: Timur Tabi <timur@freescale.com>
39583     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39584
39585 commit 9546266999f0b9b51372636614211b88d90f0f25
39586 Author: Martin Krause <martin.krause@tqs.de>
39587 Date:   Fri Jun 22 13:04:22 2007 +0200
39588
39589     TQM834x: cleanup configuraton
39590
39591     Remove irritating #undef DEBUG
39592
39593     Signed-off-by: Martin Krause <martin.krause@tqs.de>
39594     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39595
39596 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
39597 Author: david.saada <David.Saada@ecitele.com>
39598 Date:   Mon Jun 18 09:09:53 2007 -0700
39599
39600     MPC83xx: Fix makefile to generate config.h file in the build directory
39601
39602     MPC83xx: Fix the Makefile config sections to generate the include/config.h
39603     file in the build directory instead of the source directory.
39604
39605     Signed-off-by: David Saada <david.saada@ecitele.com>
39606     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39607
39608 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
39609 Author: Lee Nipper <Lee.Nipper@freescale.com>
39610 Date:   Thu Jun 14 20:07:33 2007 -0500
39611
39612     mpc83xx: Add support for 8360 silicon revision 2.1
39613
39614     This change adds 8360 silicon revision 2.1 support to u-boot.
39615
39616     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
39617     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39618
39619 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
39620 Author: Kumar Gala <galak@kernel.crashing.org>
39621 Date:   Wed Aug 8 04:14:28 2007 -0500
39622
39623     Treat ppc64 host as ppc
39624
39625     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39626
39627 commit 0dc4279b08ff82472bec2e2c90858602459febe8
39628 Author: Jason Jin <Jason.jin@freescale.com>
39629 Date:   Wed Aug 8 09:01:46 2007 +0800
39630
39631     Minor fix for bios emulator makefile
39632
39633     Add $(obj) to LIB avoiding objects be built in the source dir
39634
39635     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39636
39637 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
39638 Author: Jason Jin <Jason.jin@freescale.com>
39639 Date:   Wed Aug 8 08:33:11 2007 +0800
39640
39641     Add CONFIG_BIOSEMU define to guard all the bios emulator code
39642
39643     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39644
39645     This patch fix the compile issue on the board that did not enable the bios emulator
39646
39647 commit ed8106433522f2ea8933e9808346860d061d7731
39648 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
39649 Date:   Tue Jul 31 12:27:25 2007 -0500
39650
39651     tsec: fix multiple PHY support
39652
39653     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
39654     broke multiple PHY support in tsec.c.  This fixes it.
39655
39656     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
39657     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39658
39659 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
39660 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
39661 Date:   Thu Aug 9 09:08:18 2007 -0500
39662
39663     tsec: Allow Ten Bit Interface address to be configurable
39664
39665     Allow the address of the Ten Bit Interface (TBI) to be changed in the
39666     event of a conflict with another device.
39667
39668     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
39669
39670 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
39671 Author: Stefan Roese <sr@denx.de>
39672 Date:   Wed Aug 8 09:54:26 2007 +0200
39673
39674     Coding style cleanup
39675
39676     Signed-off-by: Stefan Roese <sr@denx.de>
39677
39678 commit a41de1f0d373e09c782dea558385a06247111ba5
39679 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39680 Date:   Sun Aug 5 05:15:18 2007 -0500
39681
39682     Port enabled for I2C signals and chipselects port configuration.
39683
39684     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39685
39686 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
39687 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39688 Date:   Sun Aug 5 04:31:18 2007 -0500
39689
39690     Added NAND support
39691
39692     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39693
39694 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
39695 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39696 Date:   Sun Aug 5 04:11:20 2007 -0500
39697
39698     Added I2C support
39699
39700     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39701
39702 commit 99c03c175d2689093176facf17c58ce2cb320001
39703 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39704 Date:   Sun Aug 5 03:58:52 2007 -0500
39705
39706     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
39707
39708     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39709
39710 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
39711 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39712 Date:   Sun Aug 5 03:55:21 2007 -0500
39713
39714     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
39715
39716     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39717
39718 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
39719 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39720 Date:   Sun Aug 5 03:43:30 2007 -0500
39721
39722     Moved sync() from board file to include/asm-m68k/io.h
39723
39724     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39725
39726 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
39727 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39728 Date:   Sun Aug 5 03:30:44 2007 -0500
39729
39730     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
39731
39732     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39733
39734 commit 9998bd37ead85e93953559720710d3b0685c81e6
39735 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39736 Date:   Sun Aug 5 03:19:10 2007 -0500
39737
39738     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
39739
39740     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39741
39742 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
39743 Author: Jason Jin <Jason.jin@freescale.com>
39744 Date:   Tue Aug 7 16:17:06 2007 +0800
39745
39746     Add CONFIG_BIOSEMU define to guard all the bios emulator code
39747
39748     This patch fix the compile issue on the board that did not enable the bios emulator
39749
39750 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
39751 Author: Wolfgang Denk <wd@denx.de>
39752 Date:   Tue Aug 7 16:02:13 2007 +0200
39753
39754     Fix missing brace error in fs/fat/fat.c
39755     [pointed out by Roderik Wildenburg]
39756
39757     Signed-off-by: Wolfgang Denk <wd@denx.de>
39758
39759 commit 706714d97a0d08d59eda4de2268c39f504688329
39760 Author: Michal Simek <monstr@monstr.eu>
39761 Date:   Mon Aug 6 23:41:53 2007 +0200
39762
39763     [FIX] remove cute code
39764
39765 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
39766 Author: Michal Simek <monstr@monstr.eu>
39767 Date:   Mon Aug 6 23:35:26 2007 +0200
39768
39769     [FIX] Fix romfs code
39770
39771 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
39772 Author: Michal Simek <monstr@monstr.eu>
39773 Date:   Mon Aug 6 23:31:49 2007 +0200
39774
39775     [FIX] Coding style cleanup - Wolfgang's suggestions
39776
39777 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
39778 Author: Wolfgang Denk <wd@denx.de>
39779 Date:   Mon Aug 6 23:21:05 2007 +0200
39780
39781     Fixed typo in README (pointed out by Martin Jost).
39782
39783     Signed-off-by: Wolfgang Denk <wd@denx.de>
39784
39785 commit 537223afa61f64480df31ce440a9cb386df4a814
39786 Author: Stefan Roese <sr@denx.de>
39787 Date:   Mon Aug 6 21:10:17 2007 +0200
39788
39789     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
39790
39791     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
39792     here an updated Bamboo README.
39793
39794     Signed-off-by: Stefan Roese <sr@denx.de>
39795
39796 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
39797 Author: Wolfgang Denk <wd@denx.de>
39798 Date:   Mon Aug 6 02:17:36 2007 +0200
39799
39800     Coding style cleanup. Update CHANGELOG.
39801
39802     Signed-off-by: Wolfgang Denk <wd@denx.de>
39803
39804 commit 221838cc7eb178370ff62aa05920a582e12ac322
39805 Author: Jason Jin <Jason.jin@freescale.com>
39806 Date:   Tue Jul 10 09:03:22 2007 +0800
39807
39808     Remove the bios emulator from MAI board.
39809
39810     The bios emulator in the MAI board can not pass compile
39811     and have a lot of crap in it. remove it and will have a
39812     clean and small bios emulator in the drivers directory
39813     which can be uesed for every board.
39814
39815     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39816
39817 commit 5618332409bb96f4448d1712899369fc80c0b489
39818 Author: Jason Jin <Jason.jin@freescale.com>
39819 Date:   Fri Jul 13 12:14:59 2007 +0800
39820
39821     Fix some compile issues for MAI board.
39822
39823     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39824
39825 commit 0f460a1ee148b648ee242c3157650287d4296260
39826 Author: Jason Jin <Jason.jin@freescale.com>
39827 Date:   Fri Jul 13 12:14:58 2007 +0800
39828
39829     Configurations for ATI video card BIOS emulator
39830
39831     This patch add definition of the BIOS emulator and the ATI framebuffer
39832     driver for MPC8641HPCN board.
39833
39834     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39835     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39836
39837 commit ece92f85053b8df613edcf05b26a416cbc3d629c
39838 Author: Jason Jin <Jason.jin@freescale.com>
39839 Date:   Fri Jul 6 08:34:56 2007 +0800
39840
39841     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
39842     ATI video card BIOS. and can be used for x86 code emulation by some
39843     modifications.
39844
39845     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39846
39847 commit 5072188acabde3178fac7f5a597150e6e74fd40c
39848 Author: Jason Jin <Jason.jin@freescale.com>
39849 Date:   Fri Jul 6 08:33:33 2007 +0800
39850
39851     This is a framebuffer driver for ATI video card, can work for PCI9200,
39852     X300, X700, X800 ATI video cards.
39853
39854     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39855     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39856
39857 commit 5728be389e65fd47f34b33c2596271eb4db751ae
39858 Author: Wolfgang Denk <wd@denx.de>
39859 Date:   Mon Aug 6 01:01:49 2007 +0200
39860
39861     Coding style cleanup. Update CHANGELOG.
39862
39863     Signed-off-by: Wolfgang Denk <wd@denx.de>
39864
39865 commit 8092fef4c29b395958bb649647da7e3775731517
39866 Author: Martin Krause <Martin.Krause@tqs.de>
39867 Date:   Tue Dec 12 14:26:01 2006 +0100
39868
39869     Add functions to list of exported functions
39870
39871     Additionally export the following fuctions (to make trab_config build again):
39872     - simple_strtol()
39873     - strcmp()
39874
39875     Also bump the ABI version to reflect this change
39876
39877     Signed-off-by: Martin Krause <martin.krause@tqs.de>
39878
39879 commit 63cec5814fab5d2b1c86982327433807a5ac0249
39880 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
39881 Date:   Thu Aug 2 14:09:49 2007 -0500
39882
39883     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
39884
39885     All of the PCI/PCI-Express driver and initialization code that
39886     was in the MPC8641HPCN port has now been moved into the common
39887     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
39888     utilized by the 85xx ports as well.
39889
39890     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
39891
39892     Also enable the second PCI-Express controller on 8641
39893     by getting its BATS and CFG_ setup right.
39894
39895     Fixed a u16 vendor compiler warning in AHCI driver too.
39896
39897     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39898     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39899     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39900
39901 commit a274ca4f6d68830e7c916f897561cff8c4101c38
39902 Author: Michal Simek <monstr@monstr.eu>
39903 Date:   Sun Aug 5 22:33:05 2007 +0200
39904
39905     [FIX] Coding style cleanup
39906
39907 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
39908 Author: Michal Simek <monstr@monstr.eu>
39909 Date:   Sun Aug 5 16:13:31 2007 +0200
39910
39911     [FIX] Xilinx Uartlite driver
39912     Because PPC405 can use UARTLITE serial interface and
39913     Microblaze can use Uart16550 serial interface not only Uartlite.
39914
39915 commit 98889edd50aadf862071eb5664747ad0d568a20e
39916 Author: Michal Simek <monstr@monstr.eu>
39917 Date:   Sun Aug 5 15:54:53 2007 +0200
39918
39919     [FIX] Change configuration for XUPV2P Microblaze board
39920
39921 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
39922 Author: Michal Simek <monstr@monstr.eu>
39923 Date:   Sun Aug 5 15:53:50 2007 +0200
39924
39925     [PATCH] Added support for Xilinx Emac community driver
39926
39927 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
39928 Author: Bartlomiej Sieka <tur@semihalf.com>
39929 Date:   Fri Aug 3 12:08:16 2007 +0200
39930
39931     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
39932
39933     Add the ability for modules from the Schindler cm5200 family to use a
39934     single U-Boot image:
39935     - rename cm1_qp1 to cm5200
39936     - add run-time module detection
39937     - parametrize SDRAM configuration according to the module we are running on
39938
39939     Few minor, board-specific fixes included in this patch:
39940     - better MAC address handling
39941     - updated default environment ('update' command uses +{filesize} now)
39942     - improved error messages in the auto-update code
39943     - allow booting U-Boot from RAM (CFG_RAMBOOT)
39944
39945     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
39946     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
39947     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39948
39949 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
39950 Author: Andy Fleming <afleming@freescale.com>
39951 Date:   Fri Aug 3 04:05:25 2007 -0500
39952
39953     Add Marvell 1149 PHY support to the TSEC
39954
39955 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
39956 Author: Wolfgang Denk <wd@denx.de>
39957 Date:   Thu Aug 2 21:27:46 2007 +0200
39958
39959     Coding style cleanup, update CHANGELOG
39960
39961     Signed-off-by: Wolfgang Denk <wd@denx.de>
39962
39963 commit 63e22764d2f8653f68888c667eb65b3996b52680
39964 Author: Wolfgang Denk <wd@denx.de>
39965 Date:   Thu Aug 2 10:11:18 2007 +0200
39966
39967     Minor cleanup of <board>_nand build rules.
39968
39969 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
39970 Author: Stefan Roese <sr@denx.de>
39971 Date:   Thu Aug 2 08:33:56 2007 +0200
39972
39973     ppc4xx: Code cleanup
39974
39975     Signed-off-by: Stefan Roese <sr@denx.de>
39976
39977 commit c92409812206ac67a7fa7aae298539a9c3804a46
39978 Author: Grzegorz Bernacki <gjb@semihalf.com>
39979 Date:   Tue Jul 31 18:51:48 2007 +0200
39980
39981     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
39982
39983     During config transactions on the PCIe bus an attempt to scan for a
39984     non-existent device can lead to a machine check exception with certain
39985     peripheral devices. In order to avoid crashing in such scenarios the
39986     instrumented versions of the config cycle read routines are introduced, so
39987     the exceptions fixups framework can gracefully recover.
39988
39989     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
39990     Acked-by: Rafal Jaworowski <raj@semihalf.com>
39991
39992 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
39993 Author: Rafal Jaworowski <raj@semihalf.com>
39994 Date:   Tue Jul 31 18:19:54 2007 +0200
39995
39996     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
39997
39998     This brings back separate settings for PCIe bus numbers depending on chip
39999     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
40000     commit. 440SPe rev. A does NOT work properly with the same settings as for
40001     the rev. B (no devices are seen on the bus during enumeration).
40002
40003     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40004
40005 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
40006 Author: Wolfgang Denk <wd@denx.de>
40007 Date:   Thu Aug 2 00:48:45 2007 +0200
40008
40009     Fix build errors and warnings / code cleanup.
40010
40011     Signed-off-by: Wolfgang Denk <wd@denx.de>
40012
40013 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
40014 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
40015 Date:   Tue Jul 31 10:24:56 2007 +0200
40016
40017     ppc4xx: Update AMCC Bamboo 440EP support
40018
40019     Changed storage type of cfg_simulate_spd_eeprom to const
40020     Changed storage type of gpio_tab to stack storage
40021     (Cannot access global data declarations in .bss until afer code relocation)
40022
40023     Improved SDRAM tests to catch problems where data is not uniquely addressable
40024     (e.g. incorrectly programmed SDRAM row or columns)
40025
40026     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
40027     Fixed AM29LV320DT (OpCode Flash) sector map
40028
40029     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
40030     Signed-off-by: Stefan Roese <sr@denx.de>
40031
40032 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
40033 Author: Stefan Roese <sr@denx.de>
40034 Date:   Tue Jul 31 08:37:01 2007 +0200
40035
40036     ppc4xx: Update 440EPx lwmon5 board support
40037
40038     - Clear ECC status regs after ECC POST test
40039     - Set dcbz for ECC generation with caches enabled as default
40040     - Code cleanup
40041
40042     Signed-off-by: Stefan Roese <sr@denx.de>
40043
40044 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
40045 Author: Stefan Roese <sr@denx.de>
40046 Date:   Mon Jul 30 11:04:57 2007 +0200
40047
40048     ppc4xx: Only print ECC related info when the error bis are set
40049
40050     Signed-off-by: Stefan Roese <sr@denx.de>
40051
40052 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
40053 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40054 Date:   Fri Jul 27 16:44:31 2007 +0200
40055
40056     new FPGA image for PLU405 board
40057
40058     new FPGA image for PLU405 board with improved CompactFlash timing
40059
40060     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40061
40062 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
40063 Author: Rafal Jaworowski <raj@semihalf.com>
40064 Date:   Fri Jul 27 14:43:59 2007 +0200
40065
40066     [ADS5121] Support for the ADS5121 board
40067
40068     The following MPC5121e subsystems are supported:
40069
40070     - low-level CPU init
40071     - NOR Boot Flash (common CFI driver)
40072     - DDR SDRAM
40073     - FEC
40074     - I2C
40075     - Watchdog
40076
40077     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
40078     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40079     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
40080
40081 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
40082 Author: Rafal Jaworowski <raj@semihalf.com>
40083 Date:   Fri Jul 27 14:22:04 2007 +0200
40084
40085     [PPC] Remove unused MSR_USER definition
40086
40087     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40088
40089 commit d4024bb72dd81695ec099b2199eda0d27c623e62
40090 Author: John Otken <john@softadvances.com>
40091 Date:   Thu Jul 26 17:49:11 2007 +0200
40092
40093     ppc4xx: Add support for AMCC 405EP Taihu board
40094
40095     Signed-off-by: John Otken <john@softadvances.com>
40096
40097 commit b66091de6c7390620312c2501db23d8391e7cabb
40098 Author: Anatolij Gustschin <agust@denx.de>
40099 Date:   Thu Jul 26 15:08:01 2007 +0200
40100
40101     ppc4xx: lwmon5: Update Lime initialization
40102
40103     Change Lime SDRAM initialization to now support 100MHz and
40104     133MHz (if enabled). Also the framebuffer is initialized to
40105     display a blue rectangle with a white border.
40106
40107     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40108     Signed-off-by: Stefan Roese <sr@denx.de>
40109
40110 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
40111 Author: Stefan Roese <sr@denx.de>
40112 Date:   Tue Jul 24 09:52:52 2007 +0200
40113
40114     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
40115
40116     The used Intel NOR FLASH chips have internally two dies, and are now
40117     treated as two seperate chips.
40118
40119     Signed-off-by: Stefan Roese <sr@denx.de>
40120
40121 commit aedf5bde179ecfbd0a96130d18996a96518b785f
40122 Author: Stefan Roese <sr@denx.de>
40123 Date:   Tue Jul 24 07:20:09 2007 +0200
40124
40125     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
40126
40127     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
40128     interrupt controller.
40129
40130     Signed-off-by: Stefan Roese <sr@denx.de>
40131
40132 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
40133 Author: Stefan Roese <sr@denx.de>
40134 Date:   Fri Jul 20 15:03:44 2007 +0200
40135
40136     ppc4xx: Fix bug with default GPIO output value
40137
40138     As spotted by Matthias Fuchs, the default output values for all GPIO1
40139     outputs were not setup correctly. This patch fixes this issue.
40140
40141     Signed-off-by: Stefan Roese <sr@denx.de>
40142
40143 commit 531e3e8b831f357056448fa573137d5fb37000fd
40144 Author: Pavel Kolesnikov <concord@emcraft.com>
40145 Date:   Fri Jul 20 15:03:03 2007 +0200
40146
40147     POST: Add ECC POST for the lwmon5 board
40148
40149     This patch adds ECC Post test for the Lwmon5 board based
40150     on PPC440EPx to U-Boot.
40151
40152     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
40153     Acked-by: Yuri Tikhonov <yur@emcraft.com>
40154     Acked-by: Stefan Roese <sr@denx.de>
40155
40156 commit cc3023b9f95d7ac959a764471a65001062aecf41
40157 Author: Rafal Jaworowski <raj@semihalf.com>
40158 Date:   Thu Jul 19 17:12:28 2007 +0200
40159
40160     Fix breakage of 8xx boards from recent commit.
40161
40162     This patch fixes the negative consequences for 8xx of the recent
40163     "ppc4xx: Clean up 440 exceptions handling" commit.
40164
40165     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40166
40167 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
40168 Author: Stefan Roese <sr@denx.de>
40169 Date:   Mon Jul 16 13:11:12 2007 +0200
40170
40171     Coding style cleanup
40172
40173     Signed-off-by: Stefan Roese <sr@denx.de>
40174
40175 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
40176 Author: Stefan Roese <sr@denx.de>
40177 Date:   Mon Jul 16 10:02:12 2007 +0200
40178
40179     ppc4xx: Code cleanup
40180
40181     Signed-off-by: Stefan Roese <sr@denx.de>
40182
40183 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
40184 Author: Stefan Roese <sr@denx.de>
40185 Date:   Mon Jul 16 10:01:38 2007 +0200
40186
40187     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
40188
40189     Signed-off-by: Stefan Roese <sr@denx.de>
40190
40191 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
40192 Author: Stefan Roese <sr@denx.de>
40193 Date:   Mon Jul 16 10:00:43 2007 +0200
40194
40195     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
40196
40197     The new boardspecific DDR2 controller configuration is used for the Yucca
40198     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
40199
40200     Signed-off-by: Stefan Roese <sr@denx.de>
40201
40202 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
40203 Author: Stefan Roese <sr@denx.de>
40204 Date:   Mon Jul 16 09:57:00 2007 +0200
40205
40206     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
40207
40208     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
40209     support non default, boardspecific DDR(2) controller configuration.
40210
40211     Signed-off-by: Stefan Roese <sr@denx.de>
40212
40213 commit 5743a9207a370b90f09b20ebd61167c806b937f3
40214 Author: Stefan Roese <sr@denx.de>
40215 Date:   Mon Jul 16 08:53:51 2007 +0200
40216
40217     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
40218
40219     The new function remove_tlb() can be used to remove the TLB's used to
40220     map a specific memory region. This is especially useful for the DDR(2)
40221     setup routines which configure the SDRAM area temporarily as a cached
40222     area (for speedup on auto-calibration and ECC generation) and later
40223     need this area uncached for normal usage.
40224
40225     Signed-off-by: Stefan Roese <sr@denx.de>
40226
40227 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
40228 Author: Michal Simek <monstr@monstr.eu>
40229 Date:   Mon Jul 16 00:31:07 2007 +0200
40230
40231     [PATCH] Support for Xilinx EmacLite controller
40232
40233 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
40234 Author: Wolfgang Denk <wd@denx.de>
40235 Date:   Sat Jul 14 22:51:02 2007 +0200
40236
40237     Update CHANGELOG
40238
40239     Signed-off-by: Wolfgang Denk <wd@denx.de>
40240
40241 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
40242 Author: Michal Simek <monstr@monstr.eu>
40243 Date:   Sat Jul 14 13:11:28 2007 +0200
40244
40245     [FIX] support for simply measuring time
40246
40247 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
40248 Author: Michal Simek <monstr@monstr.eu>
40249 Date:   Sat Jul 14 12:41:23 2007 +0200
40250
40251     [FS] Added support for ROMFS
40252
40253 commit 011595307731a7a67a7445d107c279d031e8ab97
40254 Author: Heiko Schocher <hs@pollux.denx.de>
40255 Date:   Sat Jul 14 01:06:58 2007 +0200
40256
40257     [PCS440EP]  - fix compile error, if BUILD_DIR is used
40258
40259 commit 5a2f1098d81ad58b309e5e558d0492643166a799
40260 Author: Michal Simek <monstr@monstr.eu>
40261 Date:   Sat Jul 14 00:18:48 2007 +0200
40262
40263     [PATCH] Support time without timer
40264
40265 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
40266 Author: Michal Simek <monstr@monstr.eu>
40267 Date:   Fri Jul 13 21:43:55 2007 +0200
40268
40269     [PATCH] Remove problem with disabled BARREL SHIFTER
40270
40271 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
40272 Author: Michal Simek <monstr@monstr.eu>
40273 Date:   Fri Jul 13 21:41:44 2007 +0200
40274
40275     [FIX] correct help for rspr
40276
40277 commit fad63407154f46246ce80d53a9c669a44362ac67
40278 Author: Heiko Schocher <hs@pollux.denx.de>
40279 Date:   Fri Jul 13 09:54:17 2007 +0200
40280
40281     make show_boot_progress () weak.
40282
40283     Signed-off-by: Heiko Schocher <hs@denx.de>
40284
40285 commit 907902472391b6ca1876ec300687562ecaf459b1
40286 Author: Heiko Schocher <hs@pollux.denx.de>
40287 Date:   Fri Jul 13 08:26:05 2007 +0200
40288
40289     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
40290                 - fix compile error, if BUILD_DIR is used
40291
40292     Signed-off-by: Heiko Schocher <hs@denx.de>
40293
40294 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
40295 Author: Stefan Roese <sr@denx.de>
40296 Date:   Thu Jul 12 16:32:08 2007 +0200
40297
40298     ppc4xx: Change receive buffer handling in the 4xx emac driver
40299
40300     This change fixes a bug in the receive buffer handling, that
40301     could lead to problems upon high network traffic (broadcasts...).
40302
40303     Signed-off-by: Stefan Roese <sr@denx.de>
40304
40305 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
40306 Author: Wolfgang Denk <wd@denx.de>
40307 Date:   Thu Jul 12 01:45:34 2007 +0200
40308
40309     Update CHANGELOG, minor coding style cleanup.
40310
40311     Signed-off-by: Wolfgang Denk <wd@denx.de>
40312
40313 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
40314 Author: Andy Fleming <afleming@freescale.com>
40315 Date:   Fri Jun 8 16:41:18 2007 -0500
40316
40317     Remove erroneous errata code from Marvel 88E1111S driver
40318
40319     The Marvel 88E1111S driver for the TSEC was copied from the
40320     88E1101 driver, and included a fix for an erratum which does not
40321     exist on that part.  Now it is removed
40322
40323     Signed-off-by: Andy Fleming <afleming@freescale.com>
40324
40325 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
40326 Author: Andy Fleming <afleming@freescale.com>
40327 Date:   Tue Jun 5 16:38:44 2007 -0500
40328
40329     From: eran liberty <eran.liberty@gmail.com>
40330
40331     adds the reset register to 85xx immap
40332
40333     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
40334     Signed-off-by: Andy Fleming <afleming@freescale.com>
40335
40336 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
40337 Author: Andy Fleming <afleming@freescale.com>
40338 Date:   Thu May 10 17:50:01 2007 -0500
40339
40340     Polished the 85xx ADS config files
40341
40342     Made the boot commands use device trees by default.
40343     Also moved the ramdisk to 1000000 (I think the previous address
40344     was getting overridden during boot).
40345
40346     Signed-off-by: Andy Fleming <afleming@freescale.com>
40347
40348 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
40349 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40350 Date:   Wed May 9 11:03:32 2007 -0500
40351
40352     8544ds: Fix Makefile after moving pixis to board/freescale.
40353
40354     The OBJTREE != SRCTREE build scenario was broken.
40355     This fixes it.
40356
40357     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40358     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40359
40360 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
40361 Author: Andy Fleming <afleming@freescale.com>
40362 Date:   Wed May 9 00:54:20 2007 -0500
40363
40364     tsec: Fix PHY code to match first driver
40365
40366     Jarrold Wen noticed that the generic PHY code always matches
40367     under the current implementation.  Change it so the first match
40368     wins, and *only* unknown PHYs trigger the generic driver
40369
40370     Signed-off-by: Andy Fleming <afleming@freescale.com>
40371
40372 commit ccc091aac61a38cd998d575d92f7232e256d6312
40373 Author: Andy Fleming <afleming@freescale.com>
40374 Date:   Tue May 8 17:27:43 2007 -0500
40375
40376     Add support for CPM device tree configuration to 8560 ADS
40377
40378     * Adds code to modify CPM frequencies
40379     * Cleans up the config file to #define TSEC and (for now) #undef FCC
40380     * Adds the MII command for all 8560 ADS configurations
40381     * Updates config file to provide convenience commands for booting
40382       with a device tree
40383
40384     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
40385     Signed-off-by: Andy Fleming <afleming@freescale.com>
40386
40387 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
40388 Author: Andy Fleming <afleming@freescale.com>
40389 Date:   Tue May 8 17:23:02 2007 -0500
40390
40391     Fix Marvell 88e1145 PHY init code
40392
40393     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
40394     where the reset was being done after the errata code instead of
40395     before.
40396
40397     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
40398     Signed-off-by: Andy Fleming <afleming@freescale.com>
40399
40400 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
40401 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40402 Date:   Wed Jul 11 14:52:16 2007 -0500
40403
40404     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
40405
40406     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40407
40408 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
40409 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40410 Date:   Wed Jul 11 14:52:08 2007 -0500
40411
40412     pciauto setup bridge
40413
40414     The P2P bridge bus numbers programmed into the device are relative to
40415     hose->first_busno.
40416
40417     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40418
40419 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
40420 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40421 Date:   Wed Jul 11 14:52:01 2007 -0500
40422
40423     Support PCIe extended config registers
40424
40425     FSL PCIe block has extended cfg registers in the 100 and 400 range.
40426     For example, to read the LTSSM register: pci display <busn>.0 404 1
40427
40428     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40429
40430 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
40431 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40432 Date:   Wed Jul 11 14:51:48 2007 -0500
40433
40434     Minor improvements to drivers/pci_auto.c
40435
40436     - Make pciauto_{pre,post}scan_setup_bridge non-static
40437     - Added physical address display in debug messages.
40438
40439     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40440
40441 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
40442 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40443 Date:   Wed Jul 11 14:51:35 2007 -0500
40444
40445     Start pci hose scan from hose->current_busno.
40446
40447     Ensure hose->current_busno is not less than first_busno.  This fixes
40448     broken board code which leaves current_busno=0 when first_busno is
40449     greater than 0 for the cases with multiple controllers.
40450
40451     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40452
40453 commit 3865b1fb7843a08ad49a6319a36415752276ff48
40454 Author: Stefan Roese <sr@denx.de>
40455 Date:   Wed Jul 11 12:13:53 2007 +0200
40456
40457     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
40458
40459     Signed-off-by: Stefan Roese <sr@denx.de>
40460
40461 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
40462 Author: Bartlomiej Sieka <tur@semihalf.com>
40463 Date:   Wed Jul 11 20:11:07 2007 +0200
40464
40465     CM1.QP1: Support for the Schindler CM1.QP1 board.
40466
40467     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
40468     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40469
40470 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
40471 Author: Heiko Schocher <hs@pollux.denx.de>
40472 Date:   Wed Jul 11 18:39:11 2007 +0200
40473
40474     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
40475                 - now the Flash ST M29W040B is supported (not tested)
40476                 - fix the "led" command
40477                 - fix compile error, if BUILD_DIR is used
40478
40479     Signed-off-by: Heiko Schocher <hs@denx.de>
40480
40481 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
40482 Author: Stefan Roese <sr@denx.de>
40483 Date:   Sun Jul 8 13:44:27 2007 +0200
40484
40485     Fix malloc problem introduced with the relocation fixup for the PPC platform
40486
40487     The relocation fixup didn't handle the malloc pointer initialization
40488     correctly. This patch fixes this problem. Tested successfully on 4xx.
40489     The relocation fixup patches for 4xx will follow soon.
40490
40491     Signed-off-by: Stefan Roese <sr@denx.de>
40492
40493 commit 0dca874db62718e41253659e60f3a1de7eb418ce
40494 Author: TsiChung <tcliew@Goku.(none)>
40495 Date:   Tue Jul 10 15:45:43 2007 -0500
40496
40497     Cache update and added CFG_UNIFY_CACHE
40498
40499     Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.
40500
40501     Signed-off-by: TsiChung <tcliew@Goku.(none)>
40502
40503 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
40504 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40505 Date:   Thu Jul 5 23:36:16 2007 -0500
40506
40507     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
40508
40509     Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER
40510
40511     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40512
40513 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
40514 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40515 Date:   Thu Jul 5 23:31:25 2007 -0500
40516
40517     Update header files
40518
40519     Include immap.h and renamed mcfrtc.h to rtc.h
40520
40521     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40522
40523 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
40524 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40525 Date:   Thu Jul 5 23:29:21 2007 -0500
40526
40527     Add mcffec_initialize()
40528
40529     Added mcffec_initialize() in eth_initialize()
40530
40531     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40532
40533 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
40534 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40535 Date:   Thu Jul 5 23:27:40 2007 -0500
40536
40537     Update header file and clean up
40538
40539     Include immap.h
40540
40541     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40542
40543 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
40544 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40545 Date:   Thu Jul 5 23:23:15 2007 -0500
40546
40547     New uart structure and defines
40548
40549     Seperated from mcfuart.h
40550
40551     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40552
40553 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
40554 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40555 Date:   Thu Jul 5 23:22:31 2007 -0500
40556
40557     New timer structure and defines
40558
40559     Seperated from mcftimer.h
40560
40561     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40562
40563 commit e04acb2eba4782489417240eff76e20e176aec10
40564 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40565 Date:   Thu Jul 5 23:21:09 2007 -0500
40566
40567     Rename mcfrtc to rtc
40568
40569     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
40570
40571     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40572
40573 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
40574 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40575 Date:   Thu Jul 5 23:17:36 2007 -0500
40576
40577     Rename mcfserial.c. Update include header
40578
40579     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
40580
40581     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40582
40583 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
40584 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40585 Date:   Thu Jul 5 23:13:58 2007 -0500
40586
40587     Header file update, clean up and cache handling
40588
40589     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
40590
40591     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40592
40593 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
40594 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40595 Date:   Thu Jul 5 23:10:40 2007 -0500
40596
40597     Create interrupts.c and modify Makefile
40598
40599     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
40600
40601     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40602
40603 commit ddd104f1ed655eda50c06ba636237a83ed943f34
40604 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40605 Date:   Thu Jul 5 23:06:55 2007 -0500
40606
40607     Enable Icache
40608
40609     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40610
40611 commit b9bf3de377b2bae70c983c9b97feae914999e735
40612 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40613 Date:   Thu Jul 5 23:05:31 2007 -0500
40614
40615     Update header file and some clean up
40616
40617     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
40618
40619     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40620
40621 commit 84a015b52ec820a5ae173717d78516de731c89c2
40622 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40623 Date:   Thu Jul 5 23:03:28 2007 -0500
40624
40625     Update header file and enable icache
40626
40627     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
40628
40629     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40630
40631 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
40632 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40633 Date:   Thu Jul 5 23:01:22 2007 -0500
40634
40635     Update header file and removed interrupt_init()
40636
40637     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
40638
40639     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40640
40641 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
40642 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40643 Date:   Thu Jul 5 22:57:46 2007 -0500
40644
40645     Update for flash.o and mii.o
40646
40647     Removed flash.o and added mii.o
40648
40649     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40650
40651 commit c5ded275d839e4ff79f41718d50a835d989f57bc
40652 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40653 Date:   Thu Jul 5 22:56:19 2007 -0500
40654
40655     MII functions calls.
40656
40657     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40658
40659 commit 427c814104560e29bda14955c67703245aaaa5b4
40660 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40661 Date:   Thu Jul 5 22:54:42 2007 -0500
40662
40663     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
40664
40665     The removed MII routines will be placed in mii.c.
40666
40667     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40668
40669 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
40670 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40671 Date:   Thu Jul 5 22:51:05 2007 -0500
40672
40673     Duplicate code
40674
40675     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
40676
40677     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40678
40679 commit 2744354a8437b8f78db178e30660215688bff570
40680 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40681 Date:   Thu Jul 5 22:46:38 2007 -0500
40682
40683     Seperate old structure defines and new structure defines
40684
40685     Removed new uart structure and defines to uart.h
40686
40687     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40688
40689 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
40690 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40691 Date:   Thu Jul 5 22:45:01 2007 -0500
40692
40693     Seperate old structure defines and new structure defines
40694
40695     New timer structure and defines will move to new timer.h
40696
40697     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40698
40699 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
40700 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40701 Date:   Thu Jul 5 22:42:23 2007 -0500
40702
40703     Clean up
40704
40705     Removed whitespace
40706
40707     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40708
40709 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
40710 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40711 Date:   Thu Jul 5 22:41:24 2007 -0500
40712
40713     Clean up
40714
40715     Replaced whitespace with tabs
40716
40717     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40718
40719 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
40720 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40721 Date:   Thu Jul 5 22:39:07 2007 -0500
40722
40723     Create new header file and move peripherals base address from configs file to new header file.
40724
40725     Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.
40726
40727     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40728
40729 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
40730 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40731 Date:   Thu Jul 5 22:24:58 2007 -0500
40732
40733     Revert file mode
40734
40735     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
40736
40737     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40738
40739 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
40740 Author: Jon Loeliger <jdl@freescale.com>
40741 Date:   Tue Jul 10 11:19:50 2007 -0500
40742
40743     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
40744
40745     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40746     Those always evaluated TRUE, and thus were always compiled
40747     even when IDE really wasn't defined/wanted.
40748
40749     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40750
40751 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
40752 Author: Jon Loeliger <jdl@freescale.com>
40753 Date:   Tue Jul 10 11:13:21 2007 -0500
40754
40755     drivers/: Remove lingering references to CFG_CMD_* symbols.
40756
40757     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40758     Those always evaluated TRUE, and thus were always compiled
40759     even when IDE really wasn't defined/wanted.
40760
40761     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40762
40763 commit f40a7f3e3888b42a43674b099e5470022c8c544c
40764 Author: Jon Loeliger <jdl@freescale.com>
40765 Date:   Tue Jul 10 11:07:56 2007 -0500
40766
40767     fs/: Remove lingering references to CFG_CMD_* symbols.
40768
40769     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40770     Those always evaluated TRUE, and thus were always compiled
40771     even when IDE really wasn't defined/wanted.
40772
40773     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40774
40775 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
40776 Author: Jon Loeliger <jdl@freescale.com>
40777 Date:   Tue Jul 10 11:05:02 2007 -0500
40778
40779     net/: Remove lingering references to CFG_CMD_* symbols.
40780
40781     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40782     Those always evaluated TRUE, and thus were always compiled
40783     even when IDE really wasn't defined/wanted.
40784
40785     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40786
40787 commit 902531788376046da212afd1661cffb62f3daa1c
40788 Author: Jon Loeliger <jdl@freescale.com>
40789 Date:   Tue Jul 10 11:02:44 2007 -0500
40790
40791     common/: Remove lingering references to CFG_CMD_* symbols.
40792
40793     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40794     Those always evaluated TRUE, and thus were always compiled
40795     even when IDE really wasn't defined/wanted.
40796
40797     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40798
40799 commit d39b57415838c73fb0a37eca84de3c68ba990586
40800 Author: Jon Loeliger <jdl@freescale.com>
40801 Date:   Tue Jul 10 10:48:22 2007 -0500
40802
40803     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
40804
40805     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40806     Those always evaluated TRUE, and thus were always compiled
40807     even when IDE really wasn't defined/wanted.
40808
40809     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40810
40811 commit 77a318545d57aefa844752465b94c7e09a3f26d0
40812 Author: Jon Loeliger <jdl@freescale.com>
40813 Date:   Tue Jul 10 10:39:10 2007 -0500
40814
40815     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
40816
40817     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40818     Those always evaluated TRUE, and thus were always compiled
40819     even when IDE really wasn't defined/wanted.
40820
40821     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40822
40823 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
40824 Author: Jon Loeliger <jdl@freescale.com>
40825 Date:   Tue Jul 10 10:27:39 2007 -0500
40826
40827     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
40828
40829     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40830
40831 commit 079a136c3588814784561d6e4856970ee82d6e2a
40832 Author: Jon Loeliger <jdl@freescale.com>
40833 Date:   Tue Jul 10 10:12:10 2007 -0500
40834
40835     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
40836
40837     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
40838     used to be included but CONFIG_BOOTP_MASK was not defined.
40839
40840     Remove lingering references to CFG_CMD_* symbols.
40841
40842     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40843
40844 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
40845 Author: Jon Loeliger <jdl@freescale.com>
40846 Date:   Tue Jul 10 09:38:02 2007 -0500
40847
40848     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
40849
40850     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
40851     used to be included but CONFIG_BOOTP_MASK was not defined.
40852
40853     Remove lingering references to CFG_CMD_* symbols.
40854
40855     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40856
40857 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
40858 Author: Jon Loeliger <jdl@freescale.com>
40859 Date:   Tue Jul 10 09:29:01 2007 -0500
40860
40861     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
40862
40863     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
40864     used to be included but CONFIG_BOOTP_MASK was not defined.
40865
40866     Remove lingering references to CFG_CMD_* symbols.
40867
40868     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40869
40870 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
40871 Author: Jon Loeliger <jdl@freescale.com>
40872 Date:   Tue Jul 10 09:22:23 2007 -0500
40873
40874     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
40875
40876     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
40877     used to be included but CONFIG_BOOTP_MASK was not defined.
40878
40879     Remove lingering references to CFG_CMD_* symbols.
40880
40881     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40882
40883 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
40884 Author: Jon Loeliger <jdl@freescale.com>
40885 Date:   Tue Jul 10 09:10:49 2007 -0500
40886
40887     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
40888
40889     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
40890     used to be included but CONFIG_BOOTP_MASK was not defined.
40891
40892     Remove lingering references to CFG_CMD_* symbols.
40893
40894     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40895
40896 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
40897 Author: Jon Loeliger <jdl@freescale.com>
40898 Date:   Tue Jul 10 09:02:57 2007 -0500
40899
40900     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
40901
40902     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
40903     used to be included but CONFIG_BOOTP_MASK was not defined.
40904
40905     Remove lingering references to CFG_CMD_* symbols.
40906
40907     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40908
40909 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
40910 Author: Jon Loeliger <jdl@freescale.com>
40911 Date:   Mon Jul 9 22:08:34 2007 -0500
40912
40913     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
40914
40915     All of the choices for CONFIG_BOOTP_ are now documented in
40916     the README file.  You must now individually select exactly
40917     the set that you want using a series of
40918         #define CONFIG_BOOTP_<x>
40919     statements in the board port config files now.
40920
40921     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40922
40923 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
40924 Author: Jon Loeliger <jdl@freescale.com>
40925 Date:   Mon Jul 9 21:57:31 2007 -0500
40926
40927     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
40928
40929     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40930
40931 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
40932 Author: Jon Loeliger <jdl@freescale.com>
40933 Date:   Mon Jul 9 21:48:26 2007 -0500
40934
40935     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
40936
40937     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40938
40939 commit 37d4bb70586659dedef1658ce1bed071be098aec
40940 Author: Jon Loeliger <jdl@freescale.com>
40941 Date:   Mon Jul 9 21:38:02 2007 -0500
40942
40943     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
40944
40945     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40946
40947 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
40948 Author: Jon Loeliger <jdl@freescale.com>
40949 Date:   Mon Jul 9 21:31:24 2007 -0500
40950
40951     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
40952
40953     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40954
40955 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
40956 Author: Jon Loeliger <jdl@freescale.com>
40957 Date:   Mon Jul 9 21:24:19 2007 -0500
40958
40959     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
40960
40961     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40962
40963 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
40964 Author: Jon Loeliger <jdl@freescale.com>
40965 Date:   Mon Jul 9 21:16:53 2007 -0500
40966
40967     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
40968
40969     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40970
40971 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
40972 Author: Jon Loeliger <jdl@freescale.com>
40973 Date:   Mon Jul 9 19:12:30 2007 -0500
40974
40975     Retire CONFIG_COMMANDS finally.
40976     Strip old CFG_CMD_* symbols out.
40977
40978     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40979
40980 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
40981 Author: Jon Loeliger <jdl@freescale.com>
40982 Date:   Mon Jul 9 19:10:03 2007 -0500
40983
40984     Update README.* to reference new CONFIG_CMD_* names now.
40985
40986     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40987
40988 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
40989 Author: Jon Loeliger <jdl@freescale.com>
40990 Date:   Mon Jul 9 19:06:00 2007 -0500
40991
40992     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
40993
40994     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40995
40996 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
40997 Author: Jon Loeliger <jdl@freescale.com>
40998 Date:   Mon Jul 9 18:57:22 2007 -0500
40999
41000     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
41001
41002     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41003
41004 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
41005 Author: Jon Loeliger <jdl@freescale.com>
41006 Date:   Mon Jul 9 18:45:16 2007 -0500
41007
41008     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
41009
41010     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41011
41012 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
41013 Author: Jon Loeliger <jdl@freescale.com>
41014 Date:   Mon Jul 9 18:38:39 2007 -0500
41015
41016     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
41017
41018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41019
41020 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
41021 Author: Jon Loeliger <jdl@freescale.com>
41022 Date:   Mon Jul 9 18:31:28 2007 -0500
41023
41024     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
41025
41026     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41027
41028 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
41029 Author: Jon Loeliger <jdl@freescale.com>
41030 Date:   Mon Jul 9 18:24:55 2007 -0500
41031
41032     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
41033
41034     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41035
41036 commit fcec2eb93e126400009729328e797f12bc94f1fd
41037 Author: Jon Loeliger <jdl@freescale.com>
41038 Date:   Mon Jul 9 18:19:09 2007 -0500
41039
41040     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
41041
41042     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41043
41044 commit a593814f2be0c9cdc3133cd550b167b8a988328f
41045 Author: Jon Loeliger <jdl@freescale.com>
41046 Date:   Mon Jul 9 18:10:50 2007 -0500
41047
41048     rtc/: Remove obsolete references to CONFIG_COMMANDS
41049
41050     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41051
41052 commit 67350568f9d46e66c21829f3513b3db0caeb948b
41053 Author: Jon Loeliger <jdl@freescale.com>
41054 Date:   Mon Jul 9 18:05:38 2007 -0500
41055
41056     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
41057
41058     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41059
41060 commit 7def6b34f910f08d7ef0a14646da067719237ca2
41061 Author: Jon Loeliger <jdl@freescale.com>
41062 Date:   Mon Jul 9 18:02:11 2007 -0500
41063
41064     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
41065
41066     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41067
41068 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
41069 Author: Jon Loeliger <jdl@freescale.com>
41070 Date:   Mon Jul 9 17:56:50 2007 -0500
41071
41072     fs/: Remove obsolete references to CONFIG_COMMANDS
41073
41074     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41075
41076 commit c91898bbc505aff3e12a807af88e76da18efb7ee
41077 Author: Jon Loeliger <jdl@freescale.com>
41078 Date:   Mon Jul 9 17:46:09 2007 -0500
41079
41080     tools/: Remove obsolete references to CONFIG_COMMANDS
41081
41082     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41083
41084 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
41085 Author: Jon Loeliger <jdl@freescale.com>
41086 Date:   Mon Jul 9 17:45:14 2007 -0500
41087
41088     net/: Remove obsolete references to CONFIG_COMMANDS
41089
41090     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41091
41092 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
41093 Author: Jon Loeliger <jdl@freescale.com>
41094 Date:   Mon Jul 9 17:39:42 2007 -0500
41095
41096     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
41097
41098     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41099
41100 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
41101 Author: Jon Loeliger <jdl@freescale.com>
41102 Date:   Mon Jul 9 17:30:01 2007 -0500
41103
41104     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
41105
41106     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41107
41108 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
41109 Author: Jon Loeliger <jdl@freescale.com>
41110 Date:   Mon Jul 9 17:22:37 2007 -0500
41111
41112     disk/: Remove obsolete references to CONFIG_COMMANDS
41113
41114     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41115
41116 commit 639221c76c88215bd55af83ad174fc30d1940f8f
41117 Author: Jon Loeliger <jdl@freescale.com>
41118 Date:   Mon Jul 9 17:15:49 2007 -0500
41119
41120     include/: Remove obsolete references to CONFIG_COMMANDS
41121     Mostly removed from comments here.
41122
41123     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41124
41125 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
41126 Author: Wolfgang Denk <wd@denx.de>
41127 Date:   Tue Jul 10 00:01:28 2007 +0200
41128
41129     Coding style cleanup; update CHANGELOG.
41130
41131     Signed-off-by: Wolfgang Denk <wd@denx.de>
41132
41133 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
41134 Author: Stefan Roese <sr@denx.de>
41135 Date:   Mon Jul 9 11:00:24 2007 +0200
41136
41137     Small coding style cleanup
41138
41139     Signed-off-by: Stefan Roese <sr@denx.de>
41140
41141 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
41142 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41143 Date:   Mon Jul 9 10:10:08 2007 +0200
41144
41145     Migrate esd 405EP boards to new NAND subsystem
41146
41147     Remove unused CFG_NAND_LEGACY define
41148
41149     These boards to not have NAND.
41150
41151     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41152
41153 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
41154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41155 Date:   Mon Jul 9 10:10:06 2007 +0200
41156
41157     Migrate esd 405EP boards to new NAND subsystem
41158
41159     Migrate esd 405EP boards to new NAND subsystem
41160
41161     -cleanup
41162     -use correct io accessors (in/out_be32())
41163
41164     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41165
41166 commit e09f7ab5749c345f924da272bea0521a73af5b11
41167 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41168 Date:   Mon Jul 9 10:10:04 2007 +0200
41169
41170     Migrate esd 405EP boards to new NAND subsystem
41171
41172     This patch prepares the migration from the legacy NAND driver
41173     to U-Boot's new NAND subsystem for esd boards.
41174
41175     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41176
41177 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
41178 Author: Jon Loeliger <jdl@freescale.com>
41179 Date:   Sun Jul 8 18:10:08 2007 -0500
41180
41181     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
41182
41183     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41184
41185 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
41186 Author: Jon Loeliger <jdl@freescale.com>
41187 Date:   Sun Jul 8 18:05:39 2007 -0500
41188
41189     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
41190
41191     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41192
41193 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
41194 Author: Jon Loeliger <jdl@freescale.com>
41195 Date:   Sun Jul 8 18:02:23 2007 -0500
41196
41197     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
41198
41199     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41200
41201 commit baa26db4113679b80970ff447d91cc10217742a6
41202 Author: Jon Loeliger <jdl@freescale.com>
41203 Date:   Sun Jul 8 17:51:39 2007 -0500
41204
41205     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
41206
41207     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41208
41209 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
41210 Author: Jon Loeliger <jdl@freescale.com>
41211 Date:   Sun Jul 8 17:02:01 2007 -0500
41212
41213     Clear up confusion over the CMD_POST and POST_DIAG mess.
41214
41215     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
41216     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
41217     Clear this mess up some.
41218
41219     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41220
41221 commit b3631487105a57ab7cbadfc26efbaf9676275018
41222 Author: Jon Loeliger <jdl@freescale.com>
41223 Date:   Sun Jul 8 15:45:08 2007 -0500
41224
41225     Remove references to the old cmd_confdefs.h include file.
41226
41227     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41228
41229 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
41230 Author: Jon Loeliger <jdl@freescale.com>
41231 Date:   Sun Jul 8 15:42:59 2007 -0500
41232
41233     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
41234
41235     Use new CONFIG_CMD_* in lwmon5.h board config file.
41236     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
41237
41238     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41239
41240 commit a5562901661bd428f7e5feb333f796372cb81019
41241 Author: Jon Loeliger <jdl@freescale.com>
41242 Date:   Sun Jul 8 15:31:57 2007 -0500
41243
41244     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
41245
41246     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41247
41248 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
41249 Author: Jon Loeliger <jdl@freescale.com>
41250 Date:   Sun Jul 8 15:02:44 2007 -0500
41251
41252     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
41253
41254     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41255
41256 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
41257 Author: Jon Loeliger <jdl@freescale.com>
41258 Date:   Sun Jul 8 15:12:40 2007 -0500
41259
41260     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
41261
41262     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41263
41264 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
41265 Author: Jon Loeliger <jdl@freescale.com>
41266 Date:   Sun Jul 8 14:55:07 2007 -0500
41267
41268     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
41269
41270     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41271
41272 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
41273 Author: Jon Loeliger <jdl@freescale.com>
41274 Date:   Sun Jul 8 14:49:44 2007 -0500
41275
41276     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
41277
41278     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41279
41280 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
41281 Author: Jon Loeliger <jdl@freescale.com>
41282 Date:   Sun Jul 8 14:21:43 2007 -0500
41283
41284     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
41285
41286     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41287
41288 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
41289 Author: Jon Loeliger <jdl@freescale.com>
41290 Date:   Sun Jul 8 14:14:17 2007 -0500
41291
41292     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
41293
41294     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41295
41296 commit 348f258f24253433e4a2302a0bbceb6740a67246
41297 Author: Jon Loeliger <jdl@freescale.com>
41298 Date:   Sun Jul 8 13:46:18 2007 -0500
41299
41300     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
41301
41302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41303
41304 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
41305 Author: Jon Loeliger <jdl@freescale.com>
41306 Date:   Sun Jul 8 10:09:35 2007 -0500
41307
41308     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
41309
41310     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41311
41312 commit 60a0876b5106b34220e459c208bbf648073306c0
41313 Author: Jon Loeliger <jdl@freescale.com>
41314 Date:   Sat Jul 7 21:04:26 2007 -0500
41315
41316     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
41317
41318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41319
41320 commit dcaa71562826a2466e894c868d132509dcda8444
41321 Author: Jon Loeliger <jdl@freescale.com>
41322 Date:   Sat Jul 7 20:56:05 2007 -0500
41323
41324     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
41325
41326     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41327
41328 commit 3c3227f3c737502311b25b72084573901cbbf17d
41329 Author: Jon Loeliger <jdl@freescale.com>
41330 Date:   Sat Jul 7 20:40:43 2007 -0500
41331
41332     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
41333
41334     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41335
41336 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
41337 Author: Jon Loeliger <jdl@freescale.com>
41338 Date:   Thu Jul 5 19:52:35 2007 -0500
41339
41340     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
41341
41342     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41343
41344 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
41345 Author: Jon Loeliger <jdl@freescale.com>
41346 Date:   Thu Jul 5 19:32:07 2007 -0500
41347
41348     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
41349
41350     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41351
41352 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
41353 Author: Jon Loeliger <jdl@freescale.com>
41354 Date:   Thu Jul 5 19:13:52 2007 -0500
41355
41356     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
41357
41358     Since ADS860.h includes "board/fads/fads.h" with ramifications
41359     on the CONFIG_COMMAND treatment, it too has to be adjusted to
41360     exclude already configured commands in this same commit.
41361
41362     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41363
41364 commit 10e038932f22ee80ebd53de312531e70e6590a2f
41365 Author: Thomas Knobloch <knobloch@siemens.com>
41366 Date:   Fri Jul 6 14:58:39 2007 +0200
41367
41368     [NAND] Bad block skipping for command nboot
41369
41370     The old implementation of command nboot does not support reading the image from
41371     NAND flash with skipping of bad blocks. The patch implements a new version of
41372     the nboot command: by calling nboot.jffs2 from the u-boot command line the
41373     command will load the image from NAND flash with respect to bad blocks (by using
41374     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
41375     read.jffs2 ...".
41376
41377     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
41378     Signed-off-by: Stefan Roese <sr@denx.de>
41379
41380 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
41381 Author: Stefan Roese <sr@denx.de>
41382 Date:   Fri Jul 6 12:26:51 2007 +0200
41383
41384     ppc4xx: Update lwmon5 default environment
41385
41386     Signed-off-by: Stefan Roese <sr@denx.de>
41387
41388 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
41389 Author: Stefan Roese <sr@denx.de>
41390 Date:   Fri Jul 6 11:48:24 2007 +0200
41391
41392     ppc4xx: Update lwmon5 board
41393
41394     Add unlock=yes environment variable to default variables to unlock
41395     the CFI flash by default.
41396
41397     Signed-off-by: Stefan Roese <sr@denx.de>
41398
41399 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
41400 Author: Stefan Roese <sr@denx.de>
41401 Date:   Fri Jul 6 09:45:47 2007 +0200
41402
41403     Fix problem with get/setdcr commands introduced by cfg patches
41404
41405     Signed-off-by: Stefan Roese <sr@denx.de>
41406
41407 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
41408 Author: Wolfgang Denk <wd@denx.de>
41409 Date:   Fri Jul 6 02:50:19 2007 +0200
41410
41411     Code cleanup and default config update for STC GP3 SSA board.
41412
41413     Signed-off-by: Wolfgang Denk <wd@denx.de>
41414
41415 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
41416 Author: Wolfgang Denk <wd@denx.de>
41417 Date:   Thu Jul 5 17:56:27 2007 +0200
41418
41419     Fixing some typos etc. introduced mainly by cfg patches.
41420
41421     Signed-off-by: Wolfgang Denk <wd@denx.de>
41422
41423 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
41424 Author: Wolfgang Denk <wd@denx.de>
41425 Date:   Thu Jul 5 11:12:16 2007 +0200
41426
41427     Minor coding style cleanup. Update CHANGELOG.
41428
41429 commit dca3b3d6d6396b67e5e84af53452164923c73443
41430 Author: Jon Loeliger <jdl@jdl.com>
41431 Date:   Wed Jul 4 22:33:46 2007 -0500
41432
41433     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
41434
41435     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41436
41437 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
41438 Author: Jon Loeliger <jdl@jdl.com>
41439 Date:   Wed Jul 4 22:33:38 2007 -0500
41440
41441     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
41442
41443     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41444
41445 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
41446 Author: Jon Loeliger <jdl@jdl.com>
41447 Date:   Wed Jul 4 22:33:30 2007 -0500
41448
41449     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
41450
41451     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41452
41453 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
41454 Author: Jon Loeliger <jdl@jdl.com>
41455 Date:   Wed Jul 4 22:33:23 2007 -0500
41456
41457     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
41458
41459     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41460
41461 commit 26a34560d56a9df5bc2ae23525d9229736134757
41462 Author: Jon Loeliger <jdl@jdl.com>
41463 Date:   Wed Jul 4 22:33:17 2007 -0500
41464
41465     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
41466
41467     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41468
41469 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
41470 Author: Jon Loeliger <jdl@jdl.com>
41471 Date:   Wed Jul 4 22:33:13 2007 -0500
41472
41473     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
41474
41475     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41476
41477 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
41478 Author: Jon Loeliger <jdl@jdl.com>
41479 Date:   Wed Jul 4 22:33:07 2007 -0500
41480
41481     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
41482
41483     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41484
41485 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
41486 Author: Jon Loeliger <jdl@jdl.com>
41487 Date:   Wed Jul 4 22:33:01 2007 -0500
41488
41489     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
41490
41491     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41492
41493 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
41494 Author: Jon Loeliger <jdl@jdl.com>
41495 Date:   Wed Jul 4 22:32:57 2007 -0500
41496
41497     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
41498
41499     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41500
41501 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
41502 Author: Jon Loeliger <jdl@jdl.com>
41503 Date:   Wed Jul 4 22:32:51 2007 -0500
41504
41505     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
41506
41507     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41508
41509 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
41510 Author: Jon Loeliger <jdl@jdl.com>
41511 Date:   Wed Jul 4 22:32:32 2007 -0500
41512
41513     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
41514
41515     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41516
41517 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
41518 Author: Jon Loeliger <jdl@jdl.com>
41519 Date:   Wed Jul 4 22:32:25 2007 -0500
41520
41521     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
41522
41523     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41524
41525 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
41526 Author: Jon Loeliger <jdl@jdl.com>
41527 Date:   Wed Jul 4 22:32:19 2007 -0500
41528
41529     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
41530
41531     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41532
41533 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
41534 Author: Jon Loeliger <jdl@jdl.com>
41535 Date:   Wed Jul 4 22:32:10 2007 -0500
41536
41537     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
41538
41539     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41540
41541 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
41542 Author: Jon Loeliger <jdl@jdl.com>
41543 Date:   Wed Jul 4 22:32:03 2007 -0500
41544
41545     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
41546
41547     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41548
41549 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
41550 Author: Jon Loeliger <jdl@jdl.com>
41551 Date:   Wed Jul 4 22:31:56 2007 -0500
41552
41553     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
41554
41555     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41556
41557 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
41558 Author: Jon Loeliger <jdl@jdl.com>
41559 Date:   Wed Jul 4 22:31:49 2007 -0500
41560
41561     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
41562
41563     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41564
41565 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
41566 Author: Jon Loeliger <jdl@jdl.com>
41567 Date:   Wed Jul 4 22:31:42 2007 -0500
41568
41569     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
41570
41571     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41572
41573 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
41574 Author: Jon Loeliger <jdl@jdl.com>
41575 Date:   Wed Jul 4 22:31:35 2007 -0500
41576
41577     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
41578
41579     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41580
41581 commit d794cfefead5fc177cf4f41164e80382e9c9484a
41582 Author: Jon Loeliger <jdl@jdl.com>
41583 Date:   Wed Jul 4 22:31:15 2007 -0500
41584
41585     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
41586
41587     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41588
41589 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
41590 Author: Jon Loeliger <jdl@jdl.com>
41591 Date:   Wed Jul 4 22:31:07 2007 -0500
41592
41593     include/configs: Use new CONFIG_CMD_* in STx board config files.
41594
41595     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41596
41597 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
41598 Author: Jon Loeliger <jdl@jdl.com>
41599 Date:   Wed Jul 4 22:30:58 2007 -0500
41600
41601     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
41602
41603     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41604
41605 commit 2694690e285acaa34922f55f4b5ae030da60c55a
41606 Author: Jon Loeliger <jdl@jdl.com>
41607 Date:   Wed Jul 4 22:30:50 2007 -0500
41608
41609     include/configs: Use new CONFIG_CMD_* in TQM board config files.
41610
41611     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41612
41613 commit 1cc4c458329765b58e584a19821e796b3c10e976
41614 Author: Jon Loeliger <jdl@jdl.com>
41615 Date:   Wed Jul 4 22:30:28 2007 -0500
41616
41617     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
41618
41619     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41620
41621 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
41622 Author: Jon Loeliger <jdl@jdl.com>
41623 Date:   Wed Jul 4 22:30:06 2007 -0500
41624
41625     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
41626
41627     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41628
41629 commit b44896215a09c60fa40cae906f7ed207bbc2c492
41630 Author: Sergei Poselenov <sposelenov@emcraft.com>
41631 Date:   Thu Jul 5 08:17:37 2007 +0200
41632
41633     Merged POST framework with the current TOT.
41634
41635     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41636
41637 commit b24629fa377214d63bb40d1360e354b6d3e4af56
41638 Author: Jon Loeliger <jdl@jdl.com>
41639 Date:   Wed Jun 13 13:23:15 2007 -0500
41640
41641     mpc86xx: Remove old CFG_CMD_* references.
41642
41643     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41644
41645 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
41646 Author: Jon Loeliger <jdl@jdl.com>
41647 Date:   Wed Jun 13 13:22:54 2007 -0500
41648
41649     Add MPC8568MDS to MAKEALL 85xx target.
41650
41651     It was missing from the original port submission.
41652
41653     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41654
41655 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
41656 Author: Jon Loeliger <jdl@jdl.com>
41657 Date:   Wed Jun 13 13:22:08 2007 -0500
41658
41659     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
41660
41661     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41662
41663 commit 56b304ac2091689506088a9ae67f63fd6300cf16
41664 Author: Jon Loeliger <jdl@jdl.com>
41665 Date:   Wed Jun 13 13:21:37 2007 -0500
41666
41667     Fix #if typo in CONFIG_CMD_* changes.
41668
41669     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41670
41671 commit f780b83316d9af1f61d71cc88b1917b387b9b995
41672 Author: Niklaus Giger <niklausgiger@gmx.ch>
41673 Date:   Wed Jun 27 18:11:38 2007 +0200
41674
41675     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
41676
41677     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
41678
41679 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
41680 Author: Stefan Roese <sr@denx.de>
41681 Date:   Wed Jul 4 10:06:30 2007 +0200
41682
41683     ppc4xx: Update lwmon5 board
41684
41685     - Add optional ECC generation routine to preserve existing
41686       RAM values. This is needed for the Linux log-buffer support
41687     - Add optional DDR2 setup with CL=4
41688     - GPIO50 not used anymore
41689     - Lime register setup added
41690
41691     Signed-off-by: Stefan Roese <sr@denx.de>
41692
41693 commit 6810a34677dbc446334f5e451f1682426dd33b49
41694 Author: Grant Likely <grant.likely@secretlab.ca>
41695 Date:   Tue Jul 3 00:17:28 2007 -0600
41696
41697     Fix Makefile to use $(MKCONFIG) macro for all board ports
41698
41699     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41700
41701 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
41702 Author: Grant Likely <grant.likely@secretlab.ca>
41703 Date:   Tue Jul 3 00:17:28 2007 -0600
41704
41705     Fix Makefile to use $(MKCONFIG) macro for all board ports
41706
41707     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41708
41709 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
41710 Author: Grant Likely <grant.likely@secretlab.ca>
41711 Date:   Tue Jul 3 00:34:49 2007 -0600
41712
41713     Correct fixup relocation for mpc83xx
41714
41715     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41716
41717 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
41718 Author: Grant Likely <grant.likely@secretlab.ca>
41719 Date:   Tue Jul 3 00:34:44 2007 -0600
41720
41721     Correct fixup relocation for mpc8260
41722
41723     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41724
41725 commit f3a52fe05923935db86985daf9438e2f70ac39aa
41726 Author: Grant Likely <grant.likely@secretlab.ca>
41727 Date:   Tue Jul 3 00:34:39 2007 -0600
41728
41729     Correct fixup relocation for mpc824x
41730
41731     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41732
41733 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
41734 Author: Grant Likely <grant.likely@secretlab.ca>
41735 Date:   Tue Jul 3 00:34:34 2007 -0600
41736
41737     Correct fixup relocation for mpc8220
41738
41739     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41740
41741 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
41742 Author: Grant Likely <grant.likely@secretlab.ca>
41743 Date:   Tue Jul 3 00:34:29 2007 -0600
41744
41745     Correct fixup relocation for MPC5xxx
41746
41747     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41748
41749 commit 3649cd99ba815b6601868735765602f00ef3692b
41750 Author: Grant Likely <grant.likely@secretlab.ca>
41751 Date:   Tue Jul 3 00:34:24 2007 -0600
41752
41753     Correct relocation fixup for mpc5xx
41754
41755     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41756
41757 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
41758 Author: Grant Likely <grant.likely@secretlab.ca>
41759 Date:   Tue Jul 3 00:34:19 2007 -0600
41760
41761     Don't set gd->reloc_off if relocation of .fixup works correctly
41762
41763     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41764
41765 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
41766 Author: Grant Likely <grant.likely@secretlab.ca>
41767 Date:   Tue Jul 3 00:34:14 2007 -0600
41768
41769     Remove obsolete mpc83xx linker scripts
41770
41771     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41772
41773 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
41774 Author: Grant Likely <grant.likely@secretlab.ca>
41775 Date:   Tue Jul 3 00:34:09 2007 -0600
41776
41777     Consolidate mpc8260 linker scripts
41778
41779     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41780
41781 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
41782 Author: Grant Likely <grant.likely@secretlab.ca>
41783 Date:   Tue Jul 3 00:34:04 2007 -0600
41784
41785     Remove obsolete mpc824x linker scripts
41786
41787     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41788
41789 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
41790 Author: Grant Likely <grant.likely@secretlab.ca>
41791 Date:   Tue Jul 3 00:33:59 2007 -0600
41792
41793     Remove obsolete mpc824x linker scripts (3 of 4)
41794
41795     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41796
41797 commit a71c084f3ac7fedf144537db2b2da47323068833
41798 Author: Grant Likely <grant.likely@secretlab.ca>
41799 Date:   Tue Jul 3 00:33:53 2007 -0600
41800
41801     Remove obsolete mpc824x linker scripts (2 of 4)
41802
41803     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41804
41805 commit f670a15468d1365241d40022b9408e1004181f5e
41806 Author: Grant Likely <grant.likely@secretlab.ca>
41807 Date:   Tue Jul 3 00:33:48 2007 -0600
41808
41809     Remove obsolete mpc824x linker scripts (1 of 4)
41810
41811     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41812
41813 commit 09555bd45a04c0e54f172528d21bc18896550d28
41814 Author: Grant Likely <grant.likely@secretlab.ca>
41815 Date:   Tue Jul 3 00:33:43 2007 -0600
41816
41817     Remove obsolete mpc8220 linker scripts
41818
41819     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41820
41821 commit 5efb992f046e51225c93d52f80fecbe433abd789
41822 Author: Grant Likely <grant.likely@secretlab.ca>
41823 Date:   Tue Jul 3 00:33:38 2007 -0600
41824
41825     Remove obsolete mpc5xxx linker scripts (3 of 3)
41826
41827     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41828
41829 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
41830 Author: Grant Likely <grant.likely@secretlab.ca>
41831 Date:   Tue Jul 3 00:33:33 2007 -0600
41832
41833     Remove obsolete mpc5xxx linker scripts (2 of 3)
41834
41835     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41836
41837 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
41838 Author: Grant Likely <grant.likely@secretlab.ca>
41839 Date:   Tue Jul 3 00:33:28 2007 -0600
41840
41841     Remove obsolete mpc5xxx linker scripts (1 of 3)
41842
41843     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41844
41845 commit b7d8e05f8675249b5f208aa73babeed384a4519d
41846 Author: Grant Likely <grant.likely@secretlab.ca>
41847 Date:   Tue Jul 3 00:33:23 2007 -0600
41848
41849     Remove obsolete mpc5xx linker scripts
41850
41851     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41852
41853 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
41854 Author: Grant Likely <grant.likely@secretlab.ca>
41855 Date:   Tue Jul 3 00:33:18 2007 -0600
41856
41857     Consolidate mpc83xx linker scripts
41858
41859     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41860
41861 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
41862 Author: Grant Likely <grant.likely@secretlab.ca>
41863 Date:   Tue Jul 3 00:33:13 2007 -0600
41864
41865     Consolidate mpc8260 linker scripts
41866
41867     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41868
41869 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
41870 Author: Grant Likely <grant.likely@secretlab.ca>
41871 Date:   Tue Jul 3 00:33:08 2007 -0600
41872
41873     Consolidate mpc824x linker scripts
41874
41875     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41876
41877 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
41878 Author: Grant Likely <grant.likely@secretlab.ca>
41879 Date:   Tue Jul 3 00:33:03 2007 -0600
41880
41881     Consolidate mpc8220 linker scripts
41882
41883     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41884
41885 commit d181c9a15cd41863fe24840d17848429f27d3c8c
41886 Author: Grant Likely <grant.likely@secretlab.ca>
41887 Date:   Tue Jul 3 00:32:58 2007 -0600
41888
41889     Consolidate mpc5xxx linker scripts
41890
41891     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41892
41893 commit 287ac924adb7291bebe5086652a362a30ab28b13
41894 Author: Grant Likely <grant.likely@secretlab.ca>
41895 Date:   Tue Jul 3 00:32:53 2007 -0600
41896
41897     Consolidate mpc5xx linker scripts
41898
41899     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41900
41901 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
41902 Author: Wolfgang Denk <wd@denx.de>
41903 Date:   Wed Jul 4 00:43:53 2007 +0200
41904
41905     Fix a few file permission problems.
41906
41907     Signed-off-by: Wolfgang Denk <wd@denx.de>
41908
41909 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
41910 Author: Wolfgang Denk <wd@denx.de>
41911 Date:   Wed Jul 4 00:38:38 2007 +0200
41912
41913     Minor coding style cleanup. Rebuild CHANGELOG file.
41914
41915 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
41916 Author: Jon Loeliger <jdl@jdl.com>
41917 Date:   Mon Jun 11 19:03:44 2007 -0500
41918
41919     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
41920
41921     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41922
41923 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
41924 Author: Jon Loeliger <jdl@jdl.com>
41925 Date:   Mon Jun 11 19:03:39 2007 -0500
41926
41927     README: Rewrite command line config to use CONFIG_CMD_* names.
41928
41929     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41930
41931 commit 72a074cec68e5bad60d63206c050974e08afd804
41932 Author: Jon Loeliger <jdl@jdl.com>
41933 Date:   Mon Jun 11 19:03:34 2007 -0500
41934
41935     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
41936
41937     This is a compatibility step that allows both the older form
41938     and the new form to co-exist for a while until the older can
41939     be removed entirely.
41940
41941     All transformations are of the form:
41942     Before:
41943         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
41944     After:
41945         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
41946
41947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41948
41949 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
41950 Author: Jon Loeliger <jdl@jdl.com>
41951 Date:   Mon Jun 11 19:03:28 2007 -0500
41952
41953     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
41954
41955     This is a compatibility step that allows both the older form
41956     and the new form to co-exist for a while until the older can
41957     be removed entirely.
41958
41959     All transformations are of the form:
41960     Before:
41961         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
41962     After:
41963         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
41964
41965     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41966
41967 commit 9107ebe0d352420895ab69b715697bdebc8caf50
41968 Author: Jon Loeliger <jdl@jdl.com>
41969 Date:   Mon Jun 11 19:03:23 2007 -0500
41970
41971     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
41972
41973     This is a compatibility step that allows both the older form
41974     and the new form to co-exist for a while until the older can
41975     be removed entirely.
41976
41977     All transformations are of the form:
41978     Before:
41979         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
41980     After:
41981         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
41982
41983     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41984
41985 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
41986 Author: Jon Loeliger <jdl@jdl.com>
41987 Date:   Mon Jun 11 19:03:19 2007 -0500
41988
41989     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
41990
41991     This is a compatibility step that allows both the older form
41992     and the new form to co-exist for a while until the older can
41993     be removed entirely.
41994
41995     All transformations are of the form:
41996     Before:
41997         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
41998     After:
41999         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42000
42001     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42002
42003 commit 737184114ec9c9e0ab94d6713536126073bd2472
42004 Author: Jon Loeliger <jdl@jdl.com>
42005 Date:   Mon Jun 11 19:03:15 2007 -0500
42006
42007     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42008
42009     This is a compatibility step that allows both the older form
42010     and the new form to co-exist for a while until the older can
42011     be removed entirely.
42012
42013     All transformations are of the form:
42014     Before:
42015         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42016     After:
42017         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42018
42019     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42020
42021 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
42022 Author: Jon Loeliger <jdl@jdl.com>
42023 Date:   Mon Jun 11 19:03:08 2007 -0500
42024
42025     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42026
42027     This is a compatibility step that allows both the older form
42028     and the new form to co-exist for a while until the older can
42029     be removed entirely.
42030
42031     All transformations are of the form:
42032     Before:
42033         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42034     After:
42035         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42036
42037     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42038
42039 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
42040 Author: Jon Loeliger <jdl@jdl.com>
42041 Date:   Mon Jun 11 19:03:03 2007 -0500
42042
42043     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42044
42045     This is a compatibility step that allows both the older form
42046     and the new form to co-exist for a while until the older can
42047     be removed entirely.
42048
42049     All transformations are of the form:
42050     Before:
42051         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42052     After:
42053         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42054
42055     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42056
42057 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
42058 Author: Jon Loeliger <jdl@jdl.com>
42059 Date:   Mon Jun 11 19:02:58 2007 -0500
42060
42061     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42062
42063     This is a compatibility step that allows both the older form
42064     and the new form to co-exist for a while until the older can
42065     be removed entirely.
42066
42067     All transformations are of the form:
42068     Before:
42069         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42070     After:
42071         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42072
42073     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42074
42075 commit 98b79003c21c2578206003256de4e781d6b36ca8
42076 Author: Jon Loeliger <jdl@jdl.com>
42077 Date:   Mon Jun 11 19:02:53 2007 -0500
42078
42079     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42080
42081     This is a compatibility step that allows both the older form
42082     and the new form to co-exist for a while until the older can
42083     be removed entirely.
42084
42085     All transformations are of the form:
42086     Before:
42087         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42088     After:
42089         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42090
42091     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42092
42093 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
42094 Author: Jon Loeliger <jdl@jdl.com>
42095 Date:   Mon Jun 11 19:02:49 2007 -0500
42096
42097     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42098
42099     This is a compatibility step that allows both the older form
42100     and the new form to co-exist for a while until the older can
42101     be removed entirely.
42102
42103     All transformations are of the form:
42104     Before:
42105         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42106     After:
42107         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42108
42109     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42110
42111 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
42112 Author: Jon Loeliger <jdl@jdl.com>
42113 Date:   Mon Jun 11 19:02:34 2007 -0500
42114
42115     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42116
42117     This is a compatibility step that allows both the older form
42118     and the new form to co-exist for a while until the older can
42119     be removed entirely.
42120
42121     All transformations are of the form:
42122     Before:
42123         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42124     After:
42125         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42126
42127     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42128
42129 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
42130 Author: Jon Loeliger <jdl@jdl.com>
42131 Date:   Mon Jun 11 19:02:20 2007 -0500
42132
42133     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42134
42135     This is a compatibility step that allows both the older form
42136     and the new form to co-exist for a while until the older can
42137     be removed entirely.
42138
42139     All transformations are of the form:
42140     Before:
42141         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42142     After:
42143         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42144
42145     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42146
42147 commit d5be43de93ff905c465e509d45a3164ef48d26e7
42148 Author: Jon Loeliger <jdl@jdl.com>
42149 Date:   Mon Jun 11 19:02:10 2007 -0500
42150
42151     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42152
42153     This is a compatibility step that allows both the older form
42154     and the new form to co-exist for a while until the older can
42155     be removed entirely.
42156
42157     All transformations are of the form:
42158     Before:
42159         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42160     After:
42161         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42162
42163     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42164
42165 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
42166 Author: Jon Loeliger <jdl@jdl.com>
42167 Date:   Mon Jun 11 19:02:05 2007 -0500
42168
42169     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42170
42171     This is a compatibility step that allows both the older form
42172     and the new form to co-exist for a while until the older can
42173     be removed entirely.
42174
42175     All transformations are of the form:
42176     Before:
42177         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42178     After:
42179         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42180
42181     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42182
42183 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
42184 Author: Jon Loeliger <jdl@jdl.com>
42185 Date:   Mon Jun 11 19:01:54 2007 -0500
42186
42187     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42188
42189     This is a compatibility step that allows both the older form
42190     and the new form to co-exist for a while until the older can
42191     be removed entirely.
42192
42193     All transformations are of the form:
42194     Before:
42195         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42196     After:
42197         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42198
42199     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42200
42201 commit a76adc8142c1d956385a109e0b70f9319ede4d66
42202 Author: Jon Loeliger <jdl@jdl.com>
42203 Date:   Mon Jun 11 19:01:43 2007 -0500
42204
42205     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42206
42207     This is a compatibility step that allows both the older form
42208     and the new form to co-exist for a while until the older can
42209     be removed entirely.
42210
42211     All transformations are of the form:
42212     Before:
42213         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42214     After:
42215         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42216
42217     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42218
42219 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
42220 Author: Jon Loeliger <jdl@jdl.com>
42221 Date:   Mon Jun 11 19:01:34 2007 -0500
42222
42223     Introduce initial versions of new Command Config files.
42224
42225     Derive three new files from cmd_confdefs.h:
42226         config_bootp.h - Has BOOTP related config options, not commands
42227         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
42228         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
42229
42230     For now, include "config_bootp.h" for compatability until all
42231     users of it directly include it properly.
42232
42233     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42234
42235 commit 1f2a05898658900dc5717761e27abf2052e67e13
42236 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
42237 Date:   Sat Jun 30 18:50:48 2007 +0200
42238
42239     Fix S-ATA support.
42240
42241     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
42242
42243 commit a5d71e290f3673269be8eefb4ec44f53412f9461
42244 Author: Heiko Schocher <hs@pollux.denx.de>
42245 Date:   Mon Jun 25 19:11:37 2007 +0200
42246
42247     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
42248
42249     Signed-off-by: Heiko Schocher <hs@denx.de>
42250
42251 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
42252 Author: Niklaus Giger <niklaus.giger@nestal.com>
42253 Date:   Mon Jun 25 17:03:13 2007 +0200
42254
42255     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
42256
42257     This patch prints the DDR status registers upon machine check
42258     interrupt on the 440EPx/GRx. This can be useful especially when
42259     ECC support is enabled.
42260
42261     I added some small changes to the original patch from Niklaus to
42262     make it compile clean.
42263
42264     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
42265     Signed-off-by: Stefan Roese <sr@denx.de>
42266
42267 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
42268 Author: Niklaus Giger <niklaus.giger@nestal.com>
42269 Date:   Mon Jun 25 16:50:55 2007 +0200
42270
42271     ppc4xx: Fix O=buildir builds
42272
42273     This patch fixes the problem to assemble cpu/ppc4xx/start.S
42274     experienced last week where building failed having specified
42275     O=../build.sequoia.
42276
42277     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
42278
42279 commit 466fff1a7bb5fe764a06450626f6098219f446b8
42280 Author: Stefan Roese <sr@denx.de>
42281 Date:   Mon Jun 25 15:57:39 2007 +0200
42282
42283     ppc4xx: Add pci_pre_init() for 405 boards
42284
42285     This patch removes the CFG_PCI_PRE_INIT option completely, since
42286     it's not needed anymore with the patch from Matthias Fuchs with
42287     the "weak" pci_pre_init() implementation.
42288
42289     Signed-off-by: Stefan Roese <sr@denx.de>
42290
42291 commit 6f35c53166213c24a5a0e2390ed861136ff73870
42292 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42293 Date:   Sun Jun 24 17:41:21 2007 +0200
42294
42295     ppc4xx: Maintenance patch for esd's CPCI405 derivats
42296
42297     -add pci_pre_init() for pci interrupt fixup code
42298     -disable phy sleep mode via reset_phy() function
42299     -use correct io accessors
42300     -cleanup
42301
42302     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42303
42304 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
42305 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42306 Date:   Sun Jun 24 17:23:41 2007 +0200
42307
42308     ppc4xx: Add pci_pre_init() for 405 boards
42309
42310     This patch adds support for calling a plattform dependant
42311     pci_pre_init() function for 405 boards. This can be used to
42312     move the current pci_405gp_fixup_irq() function into the
42313     board code.
42314
42315     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
42316     A default function with 'weak' attribute is used when
42317     a board specific pci_pre_init() is not implemented.
42318
42319     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42320
42321 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
42322 Author: Wolfgang Denk <wd@denx.de>
42323 Date:   Fri Jun 22 23:59:00 2007 +0200
42324
42325     Coding stylke cleanup; rebuild CHANGELOG
42326
42327 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
42328 Author: Igor Lisitsin <igor@emcraft.com>
42329 Date:   Wed Apr 18 14:55:19 2007 +0400
42330
42331     Adapt log buffer code to support Linux 2.6
42332
42333     A new environment variable, "logversion", selects the log buffer
42334     behaviour. If it is not set or set to a value other than 2, then the
42335     old, Linux 2.4.4, behaviour is selected.
42336
42337     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
42338     --
42339
42340 commit a11e06965ec91270c51853407ff1261d3c740386
42341 Author: Igor Lisitsin <igor@emcraft.com>
42342 Date:   Wed Mar 28 19:06:19 2007 +0400
42343
42344     Extend POST support for PPC440
42345
42346     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
42347
42348     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
42349     --
42350
42351 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
42352 Author: Heiko Schocher <hs@pollux.denx.de>
42353 Date:   Fri Jun 22 19:11:54 2007 +0200
42354
42355     [PCS440EP]      upgrade the PCS440EP board:
42356                     - Show on the Status LEDs, some States of the board.
42357                     - Get the MAC addresses from the EEProm
42358                     - use PREBOOT
42359                     - use the CF on the board.
42360                     - check the U-Boot image in the Flash with a SHA1
42361                       checksum.
42362                     - use dynamic TLB entries generation for the SDRAM
42363
42364     Signed-off-by: Heiko Schocher <hs@denx.de>
42365
42366 commit 3a1f5c81b0b9557817a789bece839905581c2205
42367 Author: Stefan Roese <sr@denx.de>
42368 Date:   Fri Jun 22 16:58:40 2007 +0200
42369
42370     ppc4xx: Fix problem with extended program_tlb() funtion
42371
42372     The recently extended program_tlb() function had a problem when
42373     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
42374     virtual address was not incremented. This patch fixes this issue
42375     and is tested on Katmai with 512MB SDRAM.
42376
42377     Signed-off-by: Stefan Roese <sr@denx.de>
42378
42379 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
42380 Author: Rafal Jaworowski <raj@semihalf.com>
42381 Date:   Fri Jun 22 14:58:04 2007 +0200
42382
42383     [ppc] Fix build breakage for all non-4xx PowerPC variants.
42384
42385     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
42386     - minor 4xx cleanup
42387
42388 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
42389 Author: Mike Frysinger <vapier@gentoo.org>
42390 Date:   Fri Jun 22 10:34:12 2007 +0200
42391
42392     [patch] add nand_init() prototype to nand.h
42393
42394     since nand_init() is expected to be called by other parts of u-boot, there
42395     should be a prototype for it in nand.h
42396
42397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42398     Signed-off-by: Stefan Roese <sr@denx.de>
42399
42400 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
42401 Author: Wolfgang Denk <wd@denx.de>
42402 Date:   Wed Jun 20 18:14:24 2007 +0200
42403
42404     Coding style cleanup. Refresh CHANGELOG.
42405
42406 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
42407 Author: Stefan Roese <sr@denx.de>
42408 Date:   Tue Jun 19 17:22:44 2007 +0200
42409
42410     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
42411
42412     This patch adds a board command to configure the I2C bootstrap EEPROM
42413     values. Right now 533 and 667MHz are supported for booting either via NOR
42414     or NAND FLASH. Here the usage:
42415
42416     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
42417     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
42418
42419     Signed-off-by: Stefan Roese <sr@denx.de>
42420
42421 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
42422 Author: Stefan Roese <sr@denx.de>
42423 Date:   Tue Jun 19 16:42:31 2007 +0200
42424
42425     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
42426
42427     The latest changes showed a problem with the location of the NAND-SPL
42428     image in the OCM and the init-data area (incl. cache). This patch
42429     fixes this problem.
42430
42431     Signed-off-by: Stefan Roese <sr@denx.de>
42432
42433 commit 86ba99e34194394052d24c04dc40d1263d29a26f
42434 Author: Stefan Roese <sr@denx.de>
42435 Date:   Tue Jun 19 16:40:58 2007 +0200
42436
42437     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
42438
42439     Signed-off-by: Stefan Roese <sr@denx.de>
42440
42441 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
42442 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42443 Date:   Mon Jun 18 13:50:13 2007 -0500
42444
42445     Added M5329AFEE and M5329BFEE Platforms
42446
42447     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
42448     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
42449     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
42450     rtc/mcfrtc.c
42451
42452     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
42453     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
42454     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
42455     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
42456     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
42457     lib_m68k/time.c, net/eth.c and rtc/Makefile
42458
42459     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42460
42461 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
42462 Author: Michal Simek <monstr@monstr.eu>
42463 Date:   Sun Jun 17 19:04:11 2007 +0200
42464
42465     [fix] email reparation
42466
42467 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
42468 Author: Michal Simek <monstr@monstr.eu>
42469 Date:   Sun Jun 17 19:03:21 2007 +0200
42470
42471     [FIX] fix microblaze file permitission
42472
42473 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
42474 Author: Stefan Roese <sr@denx.de>
42475 Date:   Fri Jun 15 11:33:41 2007 +0200
42476
42477     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
42478
42479     Now CONFIG_440 has to be defined in all PPC440 board config files.
42480
42481     Signed-off-by: Stefan Roese <sr@denx.de>
42482
42483 commit efa35cf12d914d4caba942acd5a6c45f217de302
42484 Author: Grzegorz Bernacki <gjb@semihalf.com>
42485 Date:   Fri Jun 15 11:19:28 2007 +0200
42486
42487     ppc4xx: Clean up 440 exceptions handling
42488
42489     - Introduced dedicated switches for building 440 and 405 images required
42490       for 440-specific machine instructions like 'rfmci' etc.
42491
42492     - Exception vectors moved to the proper location (_start moved away from
42493       the critical exception handler space, which it occupied)
42494
42495     - CriticalInput now serviced (with default handler)
42496
42497     - MachineCheck properly serviced (added a dedicated handler and return
42498       subroutine)
42499
42500     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
42501       unhandled and those not relevant for 4xx were eliminated)
42502
42503     - Eliminated Linux leftovers, removed dead code
42504
42505     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
42506     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
42507     Signed-off-by: Stefan Roese <sr@denx.de>
42508
42509 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
42510 Author: Stefan Roese <sr@denx.de>
42511 Date:   Fri Jun 15 08:18:01 2007 +0200
42512
42513     [ppc4xx] Add initial lwmon5 board support
42514
42515     This patch adds initial support for the Liebherr lwmon5 board euqipped
42516     with an AMCC 440EPx PowerPC.
42517
42518     Signed-off-by: Stefan Roese <sr@denx.de>
42519
42520 commit 85f737376d5ff3d5f0d45a8b657686326d175307
42521 Author: Stefan Roese <sr@denx.de>
42522 Date:   Fri Jun 15 07:39:43 2007 +0200
42523
42524     [ppc4xx] Extend 44x GPIO setup with default output state
42525
42526     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
42527     is extended with the default GPIO output state (level).
42528
42529     Signed-off-by: Stefan Roese <sr@denx.de>
42530
42531 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
42532 Author: Stefan Roese <sr@denx.de>
42533 Date:   Thu Jun 14 11:14:32 2007 +0200
42534
42535     [ppc4xx] Extend program_tlb() with virtual & physical addresses
42536
42537     Now program_tlb() allows to program a TLB (or multiple) with
42538     different virtual and physical addresses. With this change, now one
42539     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
42540     diabled and once with caches enabled.
42541
42542     Signed-off-by: Stefan Roese <sr@denx.de>
42543
42544 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
42545 Author: Detlev Zundel <dzu@denx.de>
42546 Date:   Wed May 23 19:02:41 2007 +0200
42547
42548     Change 'repeatable' attribute of some commands to sensible values.
42549
42550     Most prominently this changes 'erase' to be non-repeatable.
42551
42552     Signed-off-by: Detlev Zundel <dzu@denx.de>
42553
42554 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
42555 Author: Detlev Zundel <dzu@denx.de>
42556 Date:   Wed May 23 18:47:48 2007 +0200
42557
42558     Fix 'run' not to continue after interrupted command
42559
42560     Signed-off-by: Detlev Zundel <dzu@denx.de>
42561
42562 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
42563 Author: Jason Jin <Jason.jin@freescale.com>
42564 Date:   Mon Jun 11 15:14:24 2007 +0200
42565
42566     USB: This patch fix readl in ohci swap reg access.
42567
42568     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42569
42570 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
42571 Author: Bartlomiej Sieka <tur@semihalf.com>
42572 Date:   Fri Jun 8 14:52:22 2007 +0200
42573
42574     TQM5200: Add Flat Device Tree support, update default env. accordingly.
42575
42576     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
42577     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
42578
42579 commit 9045f33c023f698660a2e45d1b2194c0711abebc
42580 Author: Wolfgang Denk <wd@denx.de>
42581 Date:   Fri Jun 8 10:24:58 2007 +0200
42582
42583     Fix config problems on SC3 board; make ide_reset_timeout work.
42584
42585 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
42586 Author: Benoît Monin <bmonin@adeneo.eu>
42587 Date:   Fri Jun 8 09:55:24 2007 +0200
42588
42589     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
42590
42591     Set the correct value in GPIOx_TCR when configuring the gpio
42592     with CFG_440_GPIO_TABLE.
42593
42594     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
42595     Signed-off-by: Stefan Roese <sr@denx.de>
42596
42597 commit f539edc076cfe52bff919dd512ba8d7af0e22092
42598 Author: Vadim Bendebury <vbendeb@google.com>
42599 Date:   Thu May 24 15:52:25 2007 -0700
42600
42601     cosmetic changes to bcm570x driver
42602
42603     This is a cosmetic only changes submission.
42604     It affects files relevant to bcm570x driver.
42605     the commands used to generate this change was
42606
42607     cd drivers
42608     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
42609
42610     The BMW target (the only one using this chip so far) builds cleanly, the
42611     `before and after' generated object files for drivers/bcm570x.c and
42612     drivers/tigon3.o are identical as reported by objdump -d
42613
42614     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
42615     Signed-off-by: Ben Warren <bwarren@qstreams.com>
42616
42617 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
42618 Author: Wolfgang Denk <wd@denx.de>
42619 Date:   Wed Jun 6 16:26:56 2007 +0200
42620
42621     Coding Style cleanup; generate new CHANGELOG file.
42622
42623     Signed-off-by: Wolfgang Denk <wd@denx.de>
42624
42625 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
42626 Author: Markus Klotzbuecher <mk@denx.de>
42627 Date:   Wed Jun 6 11:49:44 2007 +0200
42628
42629     TRAB, USB: update trab board configuration for use of generic ohci driver
42630
42631 commit dace45acd1c1357daa9322099d07c9a9e08b0024
42632 Author: Markus Klotzbuecher <mk@denx.de>
42633 Date:   Wed Jun 6 11:49:43 2007 +0200
42634
42635     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
42636
42637 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
42638 Author: Markus Klotzbuecher <mk@denx.de>
42639 Date:   Wed Jun 6 11:49:43 2007 +0200
42640
42641     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
42642
42643 commit fc43be478f2aa37ce38acd85355038866e4162af
42644 Author: Markus Klotzbuecher <mk@denx.de>
42645 Date:   Wed Jun 6 11:49:35 2007 +0200
42646
42647     USB/OHCI: endianness cleanup in the generic ohci driver
42648
42649 commit c440bfe6d6d92d66478a7e84402b31f48413617b
42650 Author: Stefan Roese <sr@denx.de>
42651 Date:   Wed Jun 6 11:42:13 2007 +0200
42652
42653     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
42654
42655     This patch adds NAND booting support for the AMCC Acadia eval board.
42656
42657     Please make sure to configure jumper J7 to position 2-3 when booting
42658     from NOR, and to position 1-2 when booting for NAND.
42659
42660     I also added a board command to configure the I2C bootstrap EEPROM
42661     values. Right now only 267MHz is support for booting either via NOR
42662     or NAND FLASH. Here the usage:
42663
42664     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
42665     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
42666
42667     Signed-off-by: Stefan Roese <sr@denx.de>
42668
42669 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
42670 Author: Rodolfo Giometti <giometti@linux.it>
42671 Date:   Wed Jun 6 10:08:14 2007 +0200
42672
42673     Files include/linux/byteorder/{big,little}_endian.h define
42674     __BIG_ENDIAN and __LITTLE_ENDIAN.
42675
42676     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
42677
42678 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
42679 Author: Zhang Wei <wei.zhang@freescale.com>
42680 Date:   Wed Jun 6 10:08:14 2007 +0200
42681
42682     Add USB PCI-OHCI, USB keyboard and event poll support to the
42683     MPC8641HPCN board config file.
42684
42685     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
42686
42687 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
42688 Author: Zhang Wei <wei.zhang@freescale.com>
42689 Date:   Wed Jun 6 10:08:14 2007 +0200
42690
42691     USB PCI-OHCI, interrupt pipe and usb event poll support
42692
42693     This patch added USB PCI-OHCI chips support, interrupt pipe support
42694     and usb event poll support. For supporting the USB interrupt pipe, the
42695     globe urb_priv is moved to purb in ed struct. Now, we can process
42696     several urbs at one time. The interrupt pipe support codes are ported
42697     from Linux kernel 2.4.
42698
42699     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
42700
42701 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
42702 Author: Zhang Wei <wei.zhang@freescale.com>
42703 Date:   Wed Jun 6 10:08:13 2007 +0200
42704
42705     USB event poll support
42706
42707     This patch adds USB event poll support, which could be used in usbkbd
42708     and other usb devices driver when the asynchronous interrupt
42709     processing is supported.
42710
42711     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
42712
42713 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
42714 Author: Rodolfo Giometti <giometti@linux.it>
42715 Date:   Wed Jun 6 10:08:12 2007 +0200
42716
42717     ISP116x: delay for crappy USB keys
42718
42719     Using some (very) slow USB keys cause the USB host controller buffers
42720     are not ready to be read by the CPU so we need an extra delay before
42721     reading the USB storage data.
42722
42723     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
42724
42725 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
42726 Author: Markus Klotzbuecher <mk@denx.de>
42727 Date:   Wed Jun 6 10:08:12 2007 +0200
42728
42729     Change duplicate usb_cpu_init_fail to usb_board_init_fail
42730
42731     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
42732     this out.
42733
42734     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
42735
42736 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
42737 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42738 Date:   Tue Jun 5 12:30:52 2007 -0500
42739
42740     mpc8641 image size cleanup
42741
42742     e600 does not have a bootpg restriction.
42743     Move the version string to beginning of image at fff00000.
42744     Resetvec.S is not needed.
42745     Update flash copy instructions.
42746     Add tftpflash env variable
42747
42748     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42749     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42750
42751 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
42752 Author: Benoît Monin <bmonin@adeneo.eu>
42753 Date:   Mon Jun 4 08:36:05 2007 +0200
42754
42755     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
42756
42757     The attached patch is mainly cosmetic, allowing u-boot to
42758     display the correct bootstrap option letter according to the
42759     datasheets.
42760
42761     The original patch was extended with 405EZ support by Stefan
42762     Roese.
42763
42764     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
42765     Signed-off-by: Stefan Roese <sr@denx.de>
42766
42767 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
42768 Author: Nikita V. Youshchenko <yoush@debian.org>
42769 Date:   Wed May 23 12:45:19 2007 +0400
42770
42771     fix compilation problem for mpc8349itx CFG_RAMBOOT
42772
42773     Current include/configs/MPC8349ITX.h does contain some support for building
42774     image that will be started from memory (without putting in into flash).
42775     It could be triggered by building with TEXT_BASE set to a low value.
42776
42777     However, this support is incomplete: using of low TEXT_BASE causes
42778     defining configuration macros in inconsistent way, which later leads
42779     to compilation errors. In particular. flash support is being disabled,
42780     but then flash structures get referenced.
42781
42782     This patch fixes this, making it possible to build with low TEXT_BASE.
42783
42784     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
42785
42786     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42787
42788 commit 8a364f0970de49949d635e60accf463c6443ef8c
42789 Author: Nikita V. Youshchenko <yoush@debian.org>
42790 Date:   Wed May 23 12:45:25 2007 +0400
42791
42792     add missing 'console' var to default mpc8349itx config
42793
42794     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42795
42796 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
42797 Author: Stefan Roese <sr@denx.de>
42798 Date:   Fri Jun 1 16:18:17 2007 +0200
42799
42800     ppc4xx: Add missing file for Bamboo NAND booting support
42801
42802     Signed-off-by: Stefan Roese <sr@denx.de>
42803
42804 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
42805 Author: Stefan Roese <sr@denx.de>
42806 Date:   Fri Jun 1 15:58:19 2007 +0200
42807
42808     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
42809
42810     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
42811     suggested by AMCC it is not recommended to dynamically change the EBC
42812     speed after bootup. So we undo this change to be on the safe side.
42813
42814     Signed-off-by: Stefan Roese <sr@denx.de>
42815
42816 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
42817 Author: Stefan Roese <sr@denx.de>
42818 Date:   Fri Jun 1 15:29:04 2007 +0200
42819
42820     ppc4xx: Update Sequoia NAND booting support with ECC
42821
42822     Signed-off-by: Stefan Roese <sr@denx.de>
42823
42824 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
42825 Author: Stefan Roese <sr@denx.de>
42826 Date:   Fri Jun 1 15:27:11 2007 +0200
42827
42828     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
42829
42830     This patch adds NAND booting support for the AMCC Bamboo eval board.
42831     Since the NAND-SPL boot image is limited to 4kbytes, this version
42832     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
42833     supported, since the setup code for I2C DIMM autodetection and
42834     configuration is too big for this NAND bootloader.
42835
42836     Signed-off-by: Stefan Roese <sr@denx.de>
42837
42838 commit 42be56f53c8b107868e6125c8524ae84293e95a7
42839 Author: Stefan Roese <sr@denx.de>
42840 Date:   Fri Jun 1 15:23:04 2007 +0200
42841
42842     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
42843
42844     The U-Boot NAND booting support is now extended to support ECC
42845     upon loading of the NAND U-Boot image.
42846
42847     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
42848
42849     Signed-off-by: Stefan Roese <sr@denx.de>
42850
42851 commit a471db07fbb65a841ffc9f4f112562b945230f98
42852 Author: Stefan Roese <sr@denx.de>
42853 Date:   Fri Jun 1 15:19:29 2007 +0200
42854
42855     ppc4xx: Prepare Bamboo port for NAND booting support
42856
42857     This patch updates the "normal" Bamboo NOR booting port, so
42858     that it is compatible with the coming soon NAND booting
42859     Bamboo port.
42860
42861     It also enables the 2nd NAND flash on the Bamboo.
42862
42863     Signed-off-by: Stefan Roese <sr@denx.de>
42864
42865 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
42866 Author: Stefan Roese <sr@denx.de>
42867 Date:   Fri Jun 1 15:16:58 2007 +0200
42868
42869     ppc4xx: Update in_be32() functions and friends to latest Linux version
42870
42871     Signed-off-by: Stefan Roese <sr@denx.de>
42872
42873 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
42874 Author: Stefan Roese <sr@denx.de>
42875 Date:   Fri Jun 1 15:15:12 2007 +0200
42876
42877     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
42878
42879     This patch adds hardware ECC support to the NDFC driver. It also
42880     changes the register access from using the "simple" in32/out32
42881     functions to the in_be32/out_be32 functions, which make sure
42882     that the access is correctly synced. This is the only recommended
42883     access to SoC registers in the current Linux kernel.
42884
42885     Signed-off-by: Stefan Roese <sr@denx.de>
42886
42887 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
42888 Author: Stefan Roese <sr@denx.de>
42889 Date:   Fri Jun 1 15:12:15 2007 +0200
42890
42891     NAND: Update nand_ecc.c to latest Linux version
42892
42893     This patch updates the nand_ecc code to the latest Linux version.
42894     The main reason for this is the more compact code. This makes
42895     it possible to include the ECC code into the NAND bootloader
42896     image (NAND_SPL) for PPC4xx.
42897
42898     Signed-off-by: Stefan Roese <sr@denx.de>
42899
42900 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
42901 Author: Stefan Roese <sr@denx.de>
42902 Date:   Fri Jun 1 15:09:50 2007 +0200
42903
42904     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
42905
42906     Signed-off-by: Stefan Roese <sr@denx.de>
42907
42908 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
42909 Author: Stefan Roese <sr@denx.de>
42910 Date:   Fri Jun 1 13:45:24 2007 +0200
42911
42912     ppc4xx: Change Luan config file to support ECC
42913
42914     With the updated 44x DDR2 driver the Luan board now supports
42915     ECC generation and checking.
42916
42917     Signed-off-by: Stefan Roese <sr@denx.de>
42918
42919 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
42920 Author: Stefan Roese <sr@denx.de>
42921 Date:   Fri Jun 1 13:45:00 2007 +0200
42922
42923     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
42924
42925     Add config option for 180 degree advance clock control as needed
42926     for the AMCC Luan eval board.
42927
42928     Signed-off-by: Stefan Roese <sr@denx.de>
42929
42930 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
42931 Author: Wolfgang Denk <wd@denx.de>
42932 Date:   Thu May 31 17:20:09 2007 +0200
42933
42934     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
42935
42936     Signed-off-by: Wolfgang Denk <wd@denx.de>
42937
42938 commit 7049288fb1f16f1b317140226cdebd07bd416395
42939 Author: Bartlomiej Sieka <tur@semihalf.com>
42940 Date:   Sun May 27 17:26:46 2007 +0200
42941
42942     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
42943
42944     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42945
42946 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
42947 Author: Bartlomiej Sieka <tur@semihalf.com>
42948 Date:   Sun May 27 17:06:36 2007 +0200
42949
42950     Motion-PRO: Add support for redundant environment.
42951
42952     Enable redundant environment, add a MTD partition for it; also add env.
42953     variable command for passing MTD partitions to the kernel command line.
42954
42955     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
42956     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
42957
42958 commit a26eabeec31746f06d309103690892805696e344
42959 Author: Bartlomiej Sieka <tur@semihalf.com>
42960 Date:   Sun May 27 17:05:11 2007 +0200
42961
42962     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
42963
42964     Allow passing longer command line to the kernel - useful especially
42965     for passing MTD partition layout.
42966
42967     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
42968     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
42969
42970 commit 9160b96f71483a116de81c68985e8ee306d36764
42971 Author: Bartlomiej Sieka <tur@semihalf.com>
42972 Date:   Sun May 27 17:04:18 2007 +0200
42973
42974     Fix: Add missing NULL termination in strings expanded by macros parser.
42975
42976     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
42977     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
42978
42979 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
42980 Author: Bartlomiej Sieka <tur@semihalf.com>
42981 Date:   Sun May 27 17:03:37 2007 +0200
42982
42983     Motion-PRO: Update EEPROM's page write bits and write delay.
42984
42985     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
42986     have a page write capability of two bytes", and "This device offers fast (1ms)
42987     byte write". Add 3ms of extra delay.
42988
42989     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
42990     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
42991
42992 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
42993 Author: Bartlomiej Sieka <tur@semihalf.com>
42994 Date:   Sun May 27 16:58:45 2007 +0200
42995
42996     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
42997
42998     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
42999     networking does not function. This commit switches PHY to TX mode by clearing
43000     the FX_SEL bit of Mode Control Register. It also reverses commit
43001     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
43002
43003     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43004     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43005
43006 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
43007 Author: Bartlomiej Sieka <tur@semihalf.com>
43008 Date:   Sun May 27 16:57:15 2007 +0200
43009
43010     Motion-PRO: Add support for the temperature sensor.
43011
43012     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
43013     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43014
43015 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
43016 Author: Bartlomiej Sieka <tur@semihalf.com>
43017 Date:   Sun May 27 16:55:23 2007 +0200
43018
43019     Motion-PRO: Add displaying of CPLD revision information during boot.
43020
43021     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
43022     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43023
43024 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
43025 Author: Bartlomiej Sieka <tur@semihalf.com>
43026 Date:   Sun May 27 16:53:43 2007 +0200
43027
43028     MPC5xxx: Change names of defines related to IPB and PCI clocks.
43029
43030     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
43031     them does not cause PCI or IPB clocks to run at the specified speed.
43032     Instead, they configure divisors used to calculate said clocks. This
43033     patch renames the defines according to their real function.
43034
43035     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43036     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43037
43038 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
43039 Author: Bartlomiej Sieka <tur@semihalf.com>
43040 Date:   Sun May 27 16:51:48 2007 +0200
43041
43042     Motion-PRO: Add LED support.
43043
43044     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
43045     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43046     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43047
43048 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
43049 Author: Ulf Samuelsson <ulf@atmel.com>
43050 Date:   Thu May 24 12:12:47 2007 +0200
43051
43052     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
43053
43054     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
43055     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43056     Signed-off-by: Stefan Roese <sr@denx.de>
43057
43058 commit d756894722c888d09a9fa1df8323753772d3dcce
43059 Author: Stefan Roese <sr@denx.de>
43060 Date:   Thu May 24 09:49:00 2007 +0200
43061
43062     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
43063
43064     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
43065     fixes a small bug in the 405EZ OCM initialization. Thanks for
43066     spotting.
43067
43068     Signed-off-by: Stefan Roese <sr@denx.de>
43069
43070 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
43071 Author: Stefan Roese <sr@denx.de>
43072 Date:   Thu May 24 08:22:09 2007 +0200
43073
43074     ppc4xx: Update AMCC Acadia support for board revision 1.1
43075
43076     This patch updates the Acadia (405EZ) support for the new 1.1 board
43077     revision. It also adds support for NAND FLASH via the 4xx NDFC.
43078
43079     Please note that the jumper J7 must be in position 2-3 for this
43080     NAND support. Position 1-2 is for NAND booting only. NAND booting
43081     support will follow later.
43082
43083     Signed-off-by: Stefan Roese <sr@denx.de>
43084
43085 commit 822d55365bb557e084d0e33625a6dedcc866110b
43086 Author: Jon Loeliger <jdl@freescale.com>
43087 Date:   Wed May 23 14:09:46 2007 -0500
43088
43089     Add LIST_86xx MAKEALL target for PowerPC builds.
43090
43091     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43092
43093 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
43094 Author: Stefan Roese <sr@denx.de>
43095 Date:   Tue May 22 12:48:09 2007 +0200
43096
43097     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
43098
43099     Signed-off-by: Stefan Roese <sr@denx.de>
43100
43101 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
43102 Author: Stefan Roese <sr@denx.de>
43103 Date:   Tue May 22 12:46:10 2007 +0200
43104
43105     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
43106
43107     This patch adds support for 405 PPC's to the 4xx NAND driver
43108     ndfc.c. This is in preparation for the new AMCC 405EZ.
43109
43110     Signed-off-by: Stefan Roese <sr@denx.de>
43111
43112 commit 10603d76767426be803dadd4fb688b97eb69481c
43113 Author: Stefan Roese <sr@denx.de>
43114 Date:   Mon May 21 07:41:22 2007 +0200
43115
43116     ppc4xx: Fix problem in 405EZ OCM initialization
43117
43118     As spotted by Bruce Adler this patch fixes an initialization problem
43119     for the 405EZ OCM.
43120
43121     Signed-off-by: Stefan Roese <sr@denx.de>
43122
43123 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
43124 Author: Peter Pearse <peter.pearse@arm.com>
43125 Date:   Fri May 18 16:47:03 2007 +0100
43126
43127     Reduce line lengths to 80 characters max.
43128
43129 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
43130 Author: Peter Pearse <peter.pearse@arm.com>
43131 Date:   Fri May 18 14:34:07 2007 +0100
43132
43133     Makefile permissions
43134
43135 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
43136 Author: Peter Pearse <peter.pearse@arm.com>
43137 Date:   Fri May 18 14:33:11 2007 +0100
43138
43139     Makefile permissions
43140
43141 commit 255a3577c848706441daee0174543efe205a77f8
43142 Author: Kim Phillips <kim.phillips@freescale.com>
43143 Date:   Wed May 16 16:52:19 2007 -0500
43144
43145     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
43146
43147     For all practical u-boot purposes, TSECs don't differ throughout the
43148     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
43149
43150     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43151
43152 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
43153 Author: Stefano Babic <sbabic@denx.de>
43154 Date:   Wed May 16 14:49:12 2007 +0200
43155
43156     Fix compile problem cause my Microblaze merge
43157
43158     Signed-off-by: Stefano Babic <sbabic@denx.de>
43159
43160 commit ada4697d0230d6da552867777f98a67ec3ba2579
43161 Author: Jeffrey Mann <mannj@embeddedplanet.com>
43162 Date:   Wed May 16 13:23:10 2007 +0200
43163
43164     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
43165
43166     Because the Sequoia board does not boot with an EBC faster than 66MHz,
43167     the clock divider are changed after the initial boot process.
43168
43169     This allows for maximum clocking speeds  to be achieved on newer boards.
43170     Sequoia boards with 666.66 MHz processors require that the EBC divider
43171     be set to 3 in order to start the initial boot process at a slower EBC
43172     speed. After the initial boot process, the divider can be set back to 2,
43173     which will cause the boards to run at 83.333MHz. This is backward
43174     compatible with boards with 533.33 MHz processors, as these boards will
43175     already be set with an EBC divider of 2.
43176
43177     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43178
43179 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
43180 Author: Wolfgang Denk <wd@denx.de>
43181 Date:   Wed May 16 01:16:53 2007 +0200
43182
43183     Minor Coding Style cleanup, update CHANGELOG.
43184
43185     Signed-off-by: Wolfgang Denk <wd@denx.de>
43186
43187 commit d62f64cc23a940eafe712c776b3249e4160753d1
43188 Author: Wolfgang Denk <wd@denx.de>
43189 Date:   Wed May 16 00:13:33 2007 +0200
43190
43191     Coding Style Cleanup, new CHANGELOG
43192
43193 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
43194 Author: Wolfgang Denk <wd@denx.de>
43195 Date:   Tue May 15 23:38:05 2007 +0200
43196
43197     Minor coding style cleanup.
43198
43199 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
43200 Author: mushtaq khan <mushtaq_k@procsys.com>
43201 Date:   Fri Apr 20 14:23:02 2007 +0530
43202
43203     Add driver for S-ATA-controller on Intel processors with South
43204     Bridge, ICH-5, ICH-6 and ICH-7.
43205
43206     Implementation:
43207
43208     1. Code is divided in to two files. All functions, which are
43209        controller specific are kept in "drivers/ata_piix.c" file and
43210        functions, which are not controller specific, are kept in
43211        "common/cmd_sata.c" file.
43212
43213     2. Reading and Writing from the S-ATA drive is done using PIO method.
43214
43215     3. Driver can be configured for 48-bit addressing by defining macro
43216        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
43217        addressing.
43218
43219     4. S-ATA read function is hooked to the File system, commands like
43220        ext2ls and ext2load file can be used. This has been tested.
43221
43222     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
43223        controller and identifies the S-ATA drives connected to it.
43224
43225     6. U-Boot command "sata" is added, which is used to read/write, print
43226        partition table and get info about the drives present. This I have
43227        implemented in same way as "ide" command is implemented in U-Boot.
43228
43229     7. This driver is for S-ATA in native mode.
43230
43231     8. This driver does not support the Native command queuing and
43232        Hot-plugging.
43233
43234     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
43235
43236 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
43237 Author: mushtaq khan <mushtaq_k@procsys.com>
43238 Date:   Mon Apr 30 15:57:22 2007 +0530
43239
43240     Fixes bug clearing the bss section for i386
43241
43242     Hi,
43243     There is a bug in the code of clearing the bss section for processor
43244     i386.(File: cpu/i386/start.S)
43245     In the code, bss_start addr (starting addr of bss section) is put into
43246     the register %eax, but the code which clears the bss section refers to
43247     the addr pointed by %edi.
43248
43249     This patch fixes this bug by putting bss_start into %edi register.
43250
43251     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
43252
43253 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
43254 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
43255 Date:   Mon Apr 30 16:47:28 2007 -0500
43256
43257     Add support for BCM5464 Quad Phy
43258
43259     Added support for Broadcom's BCM5464 Quad Phy
43260
43261     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
43262
43263 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
43264 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
43265 Date:   Wed May 9 08:10:57 2007 +0800
43266
43267     Search the exception table with linear algorithm
43268
43269     Search the exception table with linear algorithm instead of
43270     bisecting algorithm.
43271     Because the exception table might be unsorted.
43272
43273     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
43274
43275 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
43276 Author: Aubrey.Li <aubrey.adi@gmail.com>
43277 Date:   Mon May 14 11:47:35 2007 +0800
43278
43279     Fix compilation issues on MACOSX
43280
43281     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
43282     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
43283
43284 commit 56fd7162985c412317bbf763a225fba23c64fd31
43285 Author: Stephen Williams <steve@icarus.com>
43286 Date:   Tue May 15 07:55:42 2007 -0700
43287
43288     Fix for compile of JSE target
43289
43290     The attached patch fixes the compile of the JSE board in the
43291     denx git as of 14 may 2007. It is an extremely simple patch,
43292     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
43293
43294      Fix to compile JSE against 20070514 git of u-boot
43295
43296 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
43297 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
43298 Date:   Sun May 13 21:01:03 2007 +0900
43299
43300     sh: MS7750SE support.
43301
43302     This adds support for the Hitachi MS7750SE.
43303
43304     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43305
43306 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
43307 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
43308 Date:   Sun May 13 20:58:00 2007 +0900
43309
43310     sh: First support code of SuperH.
43311
43312     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43313
43314 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
43315 Author: Stefan Roese <sr@denx.de>
43316 Date:   Fri May 11 12:01:49 2007 +0200
43317
43318     ppc4xx: Add mtcpr/mfcpr access macros
43319
43320     Signed-off-by: Stefan Roese <sr@denx.de>
43321
43322 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
43323 Author: Stefan Roese <sr@denx.de>
43324 Date:   Fri May 11 12:01:06 2007 +0200
43325
43326     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
43327
43328     Signed-off-by: Stefan Roese <sr@denx.de>
43329
43330 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
43331 Author: Piotr Kruszynski <ppk@semihalf.com>
43332 Date:   Thu May 10 16:55:52 2007 +0200
43333
43334     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
43335     definition.
43336
43337 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
43338 Author: Peter Pearse <peter.pearse@arm.com>
43339 Date:   Wed May 9 11:42:44 2007 +0100
43340
43341     Add the board directory for SMN42
43342
43343 commit 160131bf965785419626df6c388729fe0b597992
43344 Author: Peter Pearse <peter.pearse@arm.com>
43345 Date:   Wed May 9 11:41:58 2007 +0100
43346
43347     Add the files for the SMN42 board
43348
43349 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
43350 Author: Peter Pearse <peter.pearse@arm.com>
43351 Date:   Wed May 9 11:40:34 2007 +0100
43352
43353     Remove the deleted files for the SMN42 patch
43354
43355 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
43356 Author: Peter Pearse <peter.pearse@arm.com>
43357 Date:   Wed May 9 11:37:56 2007 +0100
43358
43359     New board SMN42 branch
43360
43361 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
43362 Author: Peter Pearse <peter.pearse@arm.com>
43363 Date:   Wed May 9 10:24:38 2007 +0100
43364
43365     Makefile permissions
43366
43367 commit b84289b595731e8851df46e893845cc1322c9b9b
43368 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43369 Date:   Tue May 8 14:17:07 2007 -0500
43370
43371     8641hpcn: Fix Makefile after moving pixis to board/freescale.
43372
43373     The OBJTREE != SRCTREE build scenario was broken.
43374     This fixes it.
43375
43376     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43377     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43378
43379 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
43380 Author: Michal Simek <monstr@monstr.eu>
43381 Date:   Tue May 8 15:57:43 2007 +0200
43382
43383     add: reading special purpose registers
43384
43385 commit 1a50f164beb065f360fbddb76029607d6b099698
43386 Author: Michal Simek <monstr@monstr.eu>
43387 Date:   Tue May 8 14:52:52 2007 +0200
43388
43389     add: Microblaze V5 exception handling
43390
43391 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
43392 Author: Michal Simek <monstr@monstr.eu>
43393 Date:   Tue May 8 14:39:11 2007 +0200
43394
43395     add: FSL control read and write
43396
43397 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
43398 Author: Piotr Kruszynski <ppk@semihalf.com>
43399 Date:   Tue May 8 13:05:44 2007 +0200
43400
43401     [Motion-PRO] Add support for I2C, EEPROM and RTC.
43402
43403 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
43404 Author: Bartlomiej Sieka <tur@semihalf.com>
43405 Date:   Tue May 8 10:23:56 2007 +0200
43406
43407     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
43408     environment.
43409
43410 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
43411 Author: Bartlomiej Sieka <tur@semihalf.com>
43412 Date:   Tue May 8 09:39:12 2007 +0200
43413
43414     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
43415     eliminates networking problems in Linux (timeouts).
43416
43417 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
43418 Author: Bartlomiej Sieka <tur@semihalf.com>
43419 Date:   Tue May 8 09:21:57 2007 +0200
43420
43421     [Motion-PRO] Enable Flat Device Tree support and modify default environment
43422     to allow booting of FDT-expecting kernels.
43423
43424 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
43425 Author: Michal Simek <monstr@monstr.eu>
43426 Date:   Mon May 7 23:58:31 2007 +0200
43427
43428     new: USE_MSR_INTR support
43429
43430 commit 008861a2f3ef2c062744d733787c7e530a1b8761
43431 Author: Bartlomiej Sieka <tur@semihalf.com>
43432 Date:   Mon May 7 22:36:15 2007 +0200
43433
43434     [MPC5xxx] There are networking problems on the Motion-PRO board with
43435     current PHY initalization code (tftp timeouts all the time). This commit
43436     temporarily disables PHY initalization sequence to make the networking
43437     operational, until a fix is found.
43438
43439 commit abca901869c3760b6c5fecb825db6c1d91a78a93
43440 Author: Wolfgang Denk <wd@denx.de>
43441 Date:   Mon May 7 22:10:36 2007 +0200
43442
43443     Get rid of duplicated file (see include/configs/sbc8560.h instead)
43444
43445     Signed-off-by: Wolfgang Denk <wd@denx.de>
43446
43447 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
43448 Author: Wolfgang Denk <wd@denx.de>
43449 Date:   Mon May 7 22:07:08 2007 +0200
43450
43451     Get rid of duplicated file (see doc/README.SBC8560 instead)
43452
43453     Signed-off-by: Wolfgang Denk <wd@denx.de>
43454
43455 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
43456 Author: Michal Simek <monstr@monstr.eu>
43457 Date:   Mon May 7 19:43:10 2007 +0200
43458
43459     fix: read and write MSR - repair number of parameters
43460
43461 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
43462 Author: Jeffrey Mann <mannj@embeddedplanet.com>
43463 Date:   Mon May 7 19:42:49 2007 +0200
43464
43465     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
43466
43467     A '3' got cut off in the formatting of the last patch to automatically
43468     change the clock speed of the system clock on sequoia board.
43469
43470     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43471     Signed-off-by: Stefan Roese <sr@denx.de>
43472
43473 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
43474 Author: Michal Simek <monstr@monstr.eu>
43475 Date:   Mon May 7 19:33:51 2007 +0200
43476
43477     new: fsl interrupt support
43478     FSL_Has_data is connected to INTC.
43479
43480 commit 792032baa7d625e34c981ab6df521911bd8dc861
43481 Author: Michal Simek <monstr@monstr.eu>
43482 Date:   Mon May 7 19:30:12 2007 +0200
43483
43484     fix: interrupt handler
43485     remove asm code
43486
43487 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
43488 Author: Michal Simek <monstr@monstr.eu>
43489 Date:   Mon May 7 19:25:08 2007 +0200
43490
43491     fix: remove asm code
43492
43493 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
43494 Author: Michal Simek <monstr@monstr.eu>
43495 Date:   Mon May 7 19:12:43 2007 +0200
43496
43497     fix: clean interrupt
43498
43499 commit 42efed6130c8fcf7da881385b5427065d2801757
43500 Author: Michal Simek <monstr@monstr.eu>
43501 Date:   Mon May 7 17:22:25 2007 +0200
43502
43503     fix: interrupt handler for multiple sources
43504
43505 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
43506 Author: Michal Simek <monstr@monstr.eu>
43507 Date:   Mon May 7 17:11:09 2007 +0200
43508
43509     new: add writing to msr register
43510
43511 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
43512 Author: Markus Klotzbuecher <mk@denx.de>
43513 Date:   Mon May 7 16:43:56 2007 +0200
43514
43515     Fix an ancient CHANGELOG conflict
43516
43517 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
43518 Author: Timur Tabi <timur@freescale.com>
43519 Date:   Sat May 5 08:12:30 2007 +0200
43520
43521     5xxx: write MAC address to mac-address and local-mac-address
43522
43523     Some device trees have a mac-address property, some have local-mac-address,
43524     and some have both.  To support all of these device trees, ftp_cpu_setup()
43525     should write the MAC address to mac-address and local-mac-address, if they
43526     exist.
43527
43528     Signed-off-by: Timur Tabi <timur@freescale.com>
43529     Acked-by: Grant Likely <grant.likely@secretlab.ca>
43530
43531 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
43532 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
43533 Date:   Sun Apr 29 14:01:54 2007 +0200
43534
43535     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
43536
43537     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
43538     message. Use PVR to distinguish between the two variants, and print proper CPU
43539     information.
43540
43541     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
43542     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43543     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43544
43545 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
43546 Author: Ladislav Michl <ladis@linux-mips.org>
43547 Date:   Wed Apr 25 16:01:26 2007 +0200
43548
43549     [PATCH] simplify silent console
43550
43551     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43552     Acked-by: Stefan Roese <sr@denx.de>
43553
43554 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
43555 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
43556 Date:   Mon Apr 23 15:30:39 2007 +0200
43557
43558     [PATCH] Avoid assigning PCI resources from zero address
43559
43560     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
43561     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
43562     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
43563     sentence about "0" being considered an invalid address) -- so, use a reasonable
43564     starting value of 0x1000 (that's what the most Linux archs are using).
43565
43566     Alternatively, one might have fixed the calls to pci_set_region() individually
43567     (some code even seems to have taken care of this issue) but that would have
43568     been a lot more work. :-)
43569
43570     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
43571     Acked-by: Stefan Roese <sr@denx.de>
43572
43573 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
43574 Author: Jeffrey Mann <mannj@embeddedplanet.com>
43575 Date:   Mon Apr 23 14:00:11 2007 +0200
43576
43577     [patch] setenv(...) can delete environmentalvariables
43578
43579     update setenv() function so that entering a NULL value for the
43580     variable's value will delete the environmental variable
43581
43582     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43583     Acked-by: Stefan Roese <sr@denx.de>
43584
43585 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
43586 Author: Mike Frysinger <vapier@gentoo.org>
43587 Date:   Mon Apr 23 13:54:24 2007 +0200
43588
43589     [patch] use unsigned char in smc91111 driver for mac
43590
43591     the v_mac variable in the smc91111 driver is declared as a signed char ...
43592     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
43593     because when it gets printed out, you get a display like:
43594     0xFFFFFFE0 and that's no good
43595
43596     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43597
43598 commit ffc50f9bb194343c6303517a517708457a5eb6b8
43599 Author: Michal Simek <monstr@monstr.eu>
43600 Date:   Sat May 5 18:54:42 2007 +0200
43601
43602     new: FSL and MSR support #2
43603
43604 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
43605 Author: Michal Simek <monstr@monstr.eu>
43606 Date:   Sat May 5 18:27:16 2007 +0200
43607
43608     new: FSL and MSR support
43609
43610 commit 2f15278c2eb911c668b4fe562130b78cf554d139
43611 Author: Wolfgang Denk <wd@denx.de>
43612 Date:   Sat May 5 18:23:11 2007 +0200
43613
43614     Coding stylke cleanup; update CHANGELOG.
43615
43616     Signed-off-by: Wolfgang Denk <wd@denx.de>
43617
43618 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
43619 Author: Wolfgang Denk <wd@denx.de>
43620 Date:   Sat May 5 18:05:02 2007 +0200
43621
43622     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
43623
43624     Signed-off-by: Wolfgang Denk <wd@denx.de>
43625
43626 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
43627 Author: Wolfgang Denk <wd@denx.de>
43628 Date:   Sat May 5 17:15:50 2007 +0200
43629
43630     Make "file" command happy with some config.mk files; update CHANGELOG
43631
43632 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
43633 Author: Jeffrey Mann <mannj@embeddedplanet.com>
43634 Date:   Sat May 5 08:32:14 2007 +0200
43635
43636     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
43637
43638     The AMCC Secquoia board has been changed in a new revision from using a
43639     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
43640     indicates the difference. This patch reads that bit and uses the correct
43641     clock speed for the board. This code is backward compatable will all
43642     prior boards. All prior boards will be read as 33.000.
43643
43644     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43645     Signed-off-by: Stefan Roese <sr@denx.de>
43646
43647 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
43648 Author: Stefan Roese <sr@denx.de>
43649 Date:   Sat May 5 08:29:01 2007 +0200
43650
43651     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
43652
43653     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
43654     for the 4k NAND boot image so define bus_frequency to 133MHz here
43655     which is save for the refresh counter setup.
43656
43657     Signed-off-by: Stefan Roese <sr@denx.de>
43658
43659 commit 2f550ab976405300f5b07bf2890800840d0aa05f
43660 Author: Timur Tabi <timur@freescale.com>
43661 Date:   Sat May 5 08:12:30 2007 +0200
43662
43663     5xxx: write MAC address to mac-address and local-mac-address
43664
43665     Some device trees have a mac-address property, some have local-mac-address,
43666     and some have both.  To support all of these device trees, ftp_cpu_setup()
43667     should write the MAC address to mac-address and local-mac-address, if they
43668     exist.
43669
43670     Signed-off-by: Timur Tabi <timur@freescale.com>
43671     Acked-by: Grant Likely <grant.likely@secretlab.ca>
43672
43673 commit a79886590593ba1d667c840caa4940c61639f18f
43674 Author: Thomas Knobloch <knobloch@siemens.com>
43675 Date:   Sat May 5 07:04:42 2007 +0200
43676
43677     NAND: Wrong calculation of page number in nand_block_bad()
43678
43679     In case that there is no memory based bad block table available the
43680     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
43681     nand_block_bad() directly. When parameter 'getchip' is set to zero,
43682     nand_block_bad() will not right shift the offset to calculate the
43683     correct page number.
43684
43685     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
43686     Signed-off-by: Stefan Roese <sr@denx.de>
43687
43688 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
43689 Author: Wolfgang Denk <wd@denx.de>
43690 Date:   Fri May 4 10:02:33 2007 +0200
43691
43692     Fix initrd length corruption in bootm command.
43693
43694     When using FDT Images, the length of an inital ramdisk was
43695     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
43696
43697     Patches by Timur Tabi & Johns Daniel.
43698
43699     Signed-off-by: Wolfgang Denk <wd@denx.de>
43700
43701 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
43702 Author: Kim Phillips <kim.phillips@freescale.com>
43703 Date:   Thu May 3 19:43:52 2007 -0500
43704
43705     mpc83xx: fix trivial error in MAKEALL
43706
43707     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43708
43709 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
43710 Author: Wolfgang Denk <wd@denx.de>
43711 Date:   Thu May 3 16:34:41 2007 +0200
43712
43713     Update board configuration for STX GP3SSA board:
43714
43715     Enable hush shell, environment in flash rather in EEPROM,
43716     more user-friendly default environment, etc.
43717     The simple EEPROM environment can be selected easily in the board
43718     config file.
43719
43720     Signed-off-by: Wolfgang Denk <wd@denx.de>
43721
43722 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
43723 Author: Wolfgang Denk <wd@denx.de>
43724 Date:   Tue Apr 24 14:37:49 2007 +0200
43725
43726     Cleanup STX GP3SSA code; fix build and compile problems.
43727
43728 commit 35171dc04e028ecacc23ad916a66295472555dbf
43729 Author: Dan Malek <dan@embeddedalley.com>
43730 Date:   Fri Jan 5 09:15:34 2007 +0100
43731
43732     Add support for STX GP3SSA (stxssa) Board
43733
43734     Signed-off-by Dan Malek, <dan@embeddedalley.com>
43735
43736 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
43737 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43738 Date:   Wed May 2 13:31:53 2007 +0200
43739
43740     macb: Don't restart autonegotiation if we already have link
43741
43742     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
43743     link is already up.
43744
43745     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43746
43747 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
43748 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43749 Date:   Wed May 2 13:22:38 2007 +0200
43750
43751     macb: Introduce a few barriers when dealing with DMA descriptors
43752
43753     There were a few theoretical possibilities that the compiler might
43754     optimize away DMA descriptor reads and/or writes and thus cause
43755     synchronization problems with the hardware. Insert barriers where
43756     we depend on reads/writes actually hitting memory.
43757
43758     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43759
43760 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
43761 Author: Andy Fleming <afleming@freescale.com>
43762 Date:   Sat Feb 24 01:08:13 2007 -0600
43763
43764     Cleaned up some 85xx PCI bugs
43765
43766     * Cleaned up the CDS PCI Config Tables and added NULL entries to
43767       the end
43768     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
43769     * Fixed 85xx PCI code to assign powar region sizes based on the
43770       config values (rather than hard-coding them)
43771     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
43772
43773     Signed-off-by: Andy Fleming <afleming@freescale.com>
43774
43775 commit 6743105988fc44d5b0d30388c790607835aae7a6
43776 Author: Andy Fleming <afleming@freescale.com>
43777 Date:   Mon Apr 23 02:54:25 2007 -0500
43778
43779     Add support for the 8568 MDS board
43780
43781     This included some changes to common files:
43782     * Add 8568 processor SVR to various places
43783     * Add support for setting the qe bus-frequency value in the dts
43784     * Add the 8568MDS target to the Makefile
43785
43786     Signed-off-by: Andy Fleming <afleming@freescale.com>
43787
43788 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
43789 Author: David Updegraff <dave@cray.com>
43790 Date:   Fri Apr 20 14:34:48 2007 -0500
43791
43792     Add support for treating unknown PHYs as generic PHYs.
43793
43794     When bringing up u-boot on new boards, PHY support sometimes gets
43795     neglected.  Most PHYs don't really need any special support,
43796     though.  By adding a generic entry that always matches if nothing
43797     else does, we can provide support for "unsupported" PHYs for the
43798     tsec.
43799
43800     The generic PHY driver supports most PHYs, including gigabit.
43801
43802     Signed-off-by: David Updegraff <dave@cray.com>
43803     Signed-off-by: Andy Fleming <afleming@freescale.com>
43804
43805 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
43806 Author: James Yang <James.Yang@freescale.com>
43807 Date:   Wed Feb 7 15:28:04 2007 -0600
43808
43809     Conditionalize 8641 Rev1.0 MCM workarounds
43810
43811     Signed-off-by: James Yang <James.Yang@freescale.com>
43812     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43813
43814 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
43815 Author: Timur Tabi <timur@freescale.com>
43816 Date:   Mon Apr 30 13:59:50 2007 -0500
43817
43818     Fix memory initialization on MPC8349E-mITX
43819
43820     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
43821     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
43822     on some ITX boards, notably those with a revision 3.1 CPU.
43823
43824     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
43825     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
43826
43827     Signed-off-by: Timur Tabi <timur@freescale.com>
43828     Acked-by: Michael Benedict <MBenedict@twacs.com>
43829     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43830
43831 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
43832 Author: Kim Phillips <kim.phillips@freescale.com>
43833 Date:   Mon Apr 30 15:26:21 2007 -0500
43834
43835     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
43836
43837     and fix CPU: to align with Board: display text.
43838
43839     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43840
43841 commit c1ab82669d9525998c34e802a12cad662723f22a
43842 Author: James Yang <James.Yang@freescale.com>
43843 Date:   Fri Mar 16 13:02:53 2007 -0500
43844
43845     Rewrote picos_to_clk() to avoid rounding errors.
43846     Clarified that conversion is to DRAM clocks rather than platform clocks.
43847     Made function static to spd_sdram.c.
43848
43849     Signed-off-by: James Yang <James.Yang@freescale.com>
43850     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43851
43852 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
43853 Author: Stefan Roese <sr@denx.de>
43854 Date:   Sun Apr 29 14:13:01 2007 +0200
43855
43856     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
43857
43858     Signed-off-by: Stefan Roese <sr@denx.de>
43859
43860 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
43861 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
43862 Date:   Sun Apr 29 14:01:54 2007 +0200
43863
43864     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
43865
43866     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
43867     message. Use PVR to distinguish between the two variants, and print proper CPU
43868     information.
43869
43870     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
43871     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43872     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43873
43874 commit 5c5d3242935cf3543af01142627494434834cf98
43875 Author: Kim Phillips <kim.phillips@freescale.com>
43876 Date:   Wed Apr 25 12:34:38 2007 -0500
43877
43878     mpc83xx: minor fixups for 8313rdb introduction
43879
43880 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
43881 Author: Ladislav Michl <ladis@linux-mips.org>
43882 Date:   Wed Apr 25 16:01:26 2007 +0200
43883
43884     [PATCH] simplify silent console
43885
43886     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43887     Acked-by: Stefan Roese <sr@denx.de>
43888
43889 commit 144876a380f5756f57412caf74c1d6dc201dd796
43890 Author: Michal Simek <monstr@monstr.eu>
43891 Date:   Tue Apr 24 23:01:02 2007 +0200
43892
43893     [PATCH] MTD partition support, JFFS2 support
43894
43895 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
43896 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43897 Date:   Tue Apr 24 14:03:45 2007 +0200
43898
43899     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
43900
43901     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43902
43903 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
43904 Author: Andy Fleming <afleming@freescale.com>
43905 Date:   Mon Apr 23 02:37:47 2007 -0500
43906
43907     Reworked 85xx speed detection code
43908
43909     Changed the code to read the registers and calculate the clock
43910     rates, rather than using a "switch" statement.
43911
43912     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
43913
43914     Signed-off-by: Andy Fleming <afleming@freescale.com>
43915
43916 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
43917 Author: Andy Fleming <afleming@freescale.com>
43918 Date:   Mon Apr 23 02:24:28 2007 -0500
43919
43920     Enable 8544 support
43921
43922     * Add support to the Makefile
43923     * Add 8544 configuration support to the tsec driver
43924     * Add 8544 SVR numbers to processor.h
43925
43926     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43927     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43928
43929 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
43930 Author: Andy Fleming <afleming@freescale.com>
43931 Date:   Fri Feb 23 17:12:25 2007 -0600
43932
43933     Support 1G size on 8548
43934
43935     e500v2 and newer cores support 1G page sizes.
43936
43937     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43938     Signed-off-by: Andy Fleming <afleming@freescale.com>
43939
43940 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
43941 Author: Andy Fleming <afleming@freescale.com>
43942 Date:   Fri Feb 23 17:11:16 2007 -0600
43943
43944     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
43945
43946     The other pagesz constants use one letter to specify order of
43947     magnitude.  Also change the one reference to it in mpc8548cds/init.S
43948
43949     Signed-off-by: Andy Fleming <afleming@freescale.com>
43950
43951 commit 1f9a318cea14272edd10d63739e2d326c90f430e
43952 Author: Andy Fleming <afleming@freescale.com>
43953 Date:   Fri Feb 23 16:28:46 2007 -0600
43954
43955     Only set ddrioovcr for 8548 rev1.
43956
43957     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43958     Signed-off-by: Andy Fleming <afleming@freescale.com>
43959
43960 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
43961 Author: Andy Fleming <afleming@freescale.com>
43962 Date:   Sat Feb 24 01:16:45 2007 -0600
43963
43964     Tweak DDR ECC error counter
43965
43966     Enable single-bit error counter when memory was cleared by ddr controller.
43967
43968     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43969     Signed-off-by: Andy Fleming <afleming@freescale.com>
43970
43971 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
43972 Author: Timur Tabi <timur@freescale.com>
43973 Date:   Mon Feb 12 13:34:55 2007 -0600
43974
43975     85xx: write MAC address to mac-address and local-mac-address
43976
43977     Some device trees have a mac-address property, some have local-mac-address,
43978     and some have both.  To support all of these device trees, ftp_cpu_setup()
43979     should write the MAC address to mac-address and local-mac-address, if they
43980     exist.
43981
43982     Signed-off-by: Timur Tabi <timur@freescale.com>
43983
43984 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
43985 Author: Andy Fleming <afleming@freescale.com>
43986 Date:   Mon Apr 23 01:44:44 2007 -0500
43987
43988     Some 85xx cpu cleanups
43989
43990     * Cleaned up the TSR[WIS] clearing
43991     * Cleaned up DMA initialization
43992
43993     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43994     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43995     Acked-by: Andy Fleming <afleming@freescale.com>
43996
43997 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
43998 Author: Andy Fleming <afleming@freescale.com>
43999 Date:   Mon Apr 23 01:32:22 2007 -0500
44000
44001     Add cpu support for the 8544
44002
44003     Recognize new SVR values, and add a few register definitions
44004
44005     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44006     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44007     Acked-by: Andy Fleming <afleming@freescale.com>
44008
44009 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
44010 Author: Jon Loeliger <jdl@freescale.com>
44011 Date:   Wed Apr 11 16:51:02 2007 -0500
44012
44013     Add MPC8544DS basic port board files.
44014
44015     Add board port under new board/freescale directory
44016     structure and reuse existing PIXIS FPGA support there.
44017
44018     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44019     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44020
44021 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
44022 Author: Jon Loeliger <jdl@freescale.com>
44023 Date:   Wed Apr 11 16:50:57 2007 -0500
44024
44025     Add MPC8544DS main configuration file.
44026
44027     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44028     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44029
44030 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
44031 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44032 Date:   Wed Dec 27 22:07:15 2006 +0300
44033
44034     Fix PCI I/O space mapping on Freescale MPC85x0ADS
44035
44036     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
44037     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
44038     describing the local address window used for the PCI I/O space accesses -- fix
44039     this and carry over the necessary changes into the MPC8560ADS code since the
44040     PCI I/O space mapping was also broken for this board (by the earlier commit
44041     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
44042     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
44043
44044     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44045
44046      board/mpc8540ads/init.S      |    4 ++--
44047      board/mpc8560ads/init.S      |    4 ++--
44048      include/configs/MPC8540ADS.h |    5 ++---
44049      include/configs/MPC8541CDS.h |    2 +-
44050      include/configs/MPC8548CDS.h |    2 +-
44051      include/configs/MPC8560ADS.h |    8 ++++----
44052      6 files changed, 12 insertions(+), 13 deletions(-)
44053
44054 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
44055 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44056 Date:   Tue Dec 5 16:42:30 2006 +0800
44057
44058     u-boot: Fix e500 v2 core reset bug
44059
44060     The following patch fixes the e500 v2 core reset bug.
44061     For e500 v2 core, a new reset control register is added to reset the
44062     processor.
44063
44064     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44065
44066 commit 63247a5acd58032e6cf33f525bc3923b467bac88
44067 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44068 Date:   Wed Dec 20 11:01:00 2006 +0800
44069
44070     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
44071
44072     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
44073     entry number to control the loop.  This can reduce the potential risk
44074     for the 85xx processor increasing its TLB adn LAW entry number.
44075
44076     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
44077     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44078
44079 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
44080 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44081 Date:   Mon Dec 18 17:01:04 2006 +0800
44082
44083     u-boot: Fix the 85xxcds tsec bug
44084
44085     Fix the 85xxcds tsec bug.
44086     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
44087
44088     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44089
44090 commit 7337b237ffc4aaf1b9467024fe472a880d852598
44091 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44092 Date:   Fri Dec 15 14:43:31 2006 +0800
44093
44094     u-boot: Fix CPU2 errata on MPC8548CDS board
44095
44096     This patch apply workaround of CPU2 errata on MPC8548CDS board.
44097
44098     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
44099
44100 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
44101 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
44102 Date:   Mon Dec 18 16:25:15 2006 +0800
44103
44104     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
44105
44106     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
44107
44108     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
44109
44110 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
44111 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44112 Date:   Thu Dec 14 14:14:55 2006 +0800
44113
44114     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
44115
44116     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
44117     board.
44118     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44119
44120 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
44121 Author: Scott Wood <scottwood@freescale.com>
44122 Date:   Mon Apr 16 14:54:15 2007 -0500
44123
44124     mpc83xx: Add MPC8313ERDB support.
44125
44126     Signed-off-by: Scott Wood <scottwood@freescale.com>
44127
44128 commit 49ea3b6eafe606285ae4d5c378026153dde53200
44129 Author: Scott Wood <scottwood@freescale.com>
44130 Date:   Mon Apr 16 14:34:21 2007 -0500
44131
44132     mpc83xx: Add generic PCI setup code.
44133
44134     Board code can now request the generic setup code rather than having to
44135     copy-and-paste it for themselves.  Boards should be converted to use this
44136     once they're tested with it.
44137
44138     Signed-off-by: Scott Wood <scottwood@freescale.com>
44139
44140 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
44141 Author: Scott Wood <scottwood@freescale.com>
44142 Date:   Mon Apr 16 14:34:19 2007 -0500
44143
44144     mpc83xx: Add 831x support to speed.c.
44145
44146     Signed-off-by: Scott Wood <scottwood@freescale.com>
44147
44148 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
44149 Author: Scott Wood <scottwood@freescale.com>
44150 Date:   Mon Apr 16 14:34:18 2007 -0500
44151
44152     mpc83xx: Add 831x support to global_data.h
44153
44154     Signed-off-by: Scott Wood <scottwood@freescale.com>
44155
44156 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
44157 Author: Scott Wood <scottwood@freescale.com>
44158 Date:   Mon Apr 16 14:34:16 2007 -0500
44159
44160     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
44161
44162     Rather than misleadingly define PVR_83xx as the specific type of 83xx
44163     being built for, the PVR of each core revision is defined. checkcpu() now
44164     prints the core that it detects, rather than aborting if it doesn't find
44165     what it thinks it wants.
44166
44167     Signed-off-by: Scott Wood <scottwood@freescale.com>
44168
44169 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
44170 Author: Scott Wood <scottwood@freescale.com>
44171 Date:   Mon Apr 16 14:34:15 2007 -0500
44172
44173     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
44174
44175     Signed-off-by: Scott Wood <scottwood@freescale.com>
44176
44177 commit d87c57b201b4572d16f1b642998faa00c9912b16
44178 Author: Scott Wood <scottwood@freescale.com>
44179 Date:   Mon Apr 16 14:31:55 2007 -0500
44180
44181     mpc83xx: Add register definitions for MPC831x.
44182
44183     Signed-off-by: Scott Wood <scottwood@freescale.com>
44184
44185 commit 7fc4c71a143be8666d70803fb25ae60379c95622
44186 Author: Stefan Roese <sr@denx.de>
44187 Date:   Mon Apr 23 15:39:59 2007 +0200
44188
44189     Fix file mode
44190
44191     Signed-off-by: Stefan Roese <sr@denx.de>
44192
44193 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
44194 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44195 Date:   Mon Apr 23 15:30:39 2007 +0200
44196
44197     [PATCH] Avoid assigning PCI resources from zero address
44198
44199     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
44200     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
44201     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
44202     sentence about "0" being considered an invalid address) -- so, use a reasonable
44203     starting value of 0x1000 (that's what the most Linux archs are using).
44204
44205     Alternatively, one might have fixed the calls to pci_set_region() individually
44206     (some code even seems to have taken care of this issue) but that would have
44207     been a lot more work. :-)
44208
44209     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44210     Acked-by: Stefan Roese <sr@denx.de>
44211
44212 commit afb903a2eb9436baa9270ccc0c27082d86497d89
44213 Author: Jeffrey Mann <mannj@embeddedplanet.com>
44214 Date:   Mon Apr 23 14:00:11 2007 +0200
44215
44216     [patch] setenv(...) can delete environmentalvariables
44217
44218     update setenv() function so that entering a NULL value for the
44219     variable's value will delete the environmental variable
44220
44221     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
44222     Acked-by: Stefan Roese <sr@denx.de>
44223
44224 commit 36f104e5caa747d568eff26b369565af57c2ffa6
44225 Author: Mike Frysinger <vapier@gentoo.org>
44226 Date:   Mon Apr 23 13:54:24 2007 +0200
44227
44228     [patch] use unsigned char in smc91111 driver for mac
44229
44230     the v_mac variable in the smc91111 driver is declared as a signed char ...
44231     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
44232     because when it gets printed out, you get a display like:
44233     0xFFFFFFE0 and that's no good
44234
44235     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44236
44237 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
44238 Author: Rodolfo Giometti <giometti@enneenne.com>
44239 Date:   Mon Apr 23 13:10:52 2007 +0200
44240
44241     USB: (Another) delay for crappy USB keys.
44242
44243     Some USB keys are slow in giving back an answer when the Root HUB
44244     enables power lines.
44245
44246     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
44247
44248 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
44249 Author: Stefan Roese <sr@denx.de>
44250 Date:   Mon Apr 23 12:00:22 2007 +0200
44251
44252     Remove BOARDLIBS usage completely
44253
44254     Signed-off-by: Stefan Roese <sr@denx.de>
44255
44256 commit 32556443840f127170e4baa8bdd5b567039f6c36
44257 Author: Michal Simek <monstr@monstr.eu>
44258 Date:   Sat Apr 21 21:07:22 2007 +0200
44259
44260     [PATCH] SystemACE support for Microblaze
44261
44262 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
44263 Author: Michal Simek <monstr@monstr.eu>
44264 Date:   Sat Apr 21 21:02:40 2007 +0200
44265
44266     16bit read/write little endian
44267
44268 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
44269 Author: Michal Simek <monstr@monstr.eu>
44270 Date:   Sat Apr 21 20:53:31 2007 +0200
44271
44272     Change ML401 parameters - Xilinx BSP
44273
44274 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
44275 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44276 Date:   Wed Feb 28 05:37:29 2007 -0600
44277
44278     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
44279
44280     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44281
44282 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
44283 Author: Zhang Wei <wei.zhang@freescale.com>
44284 Date:   Fri Jan 19 10:42:37 2007 +0800
44285
44286     Enable LAWs for MPC8641 PCI-Ex2.
44287
44288     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44289     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44290
44291 commit bd7851ce1e1f140665b520026abf1042968b1102
44292 Author: Jon Loeliger <jdl@freescale.com>
44293 Date:   Fri Apr 20 14:12:26 2007 -0500
44294
44295     mpc86xx; Write MAC address to mac-address and local-mac-address
44296
44297     Some device trees have a mac-address property, some have local-mac-address,
44298     and some have both.  To support all of these device trees, ftp_cpu_setup()
44299     should write the MAC address to mac-address and local-mac-address, if they
44300     exist.
44301
44302     Signed-off-by: Timur Tabi <timur@freescale.com>
44303     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44304
44305 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
44306 Author: Jon Loeliger <jdl@freescale.com>
44307 Date:   Fri Apr 20 14:11:38 2007 -0500
44308
44309     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
44310
44311     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44312     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44313
44314 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
44315 Author: Wolfgang Denk <wd@denx.de>
44316 Date:   Fri Apr 20 17:43:28 2007 +0200
44317
44318     Cleanup compiler warnings, update CHANGELOG
44319
44320     Signed-off-by: Wolfgang Denk <wd@denx.de>
44321
44322 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
44323 Author: Detlev Zundel <dzu@denx.de>
44324 Date:   Fri Apr 20 12:01:47 2007 +0200
44325
44326     Fix breakage of NC650 board with respect to nand support.
44327
44328     Signed-off-by: Detlev Zundel <dzu@denx.de>
44329
44330 commit 39f23cd90947639ac278a18ff277ec786b5ac167
44331 Author: Domen Puncer <domen.puncer@telargo.com>
44332 Date:   Fri Apr 20 11:13:16 2007 +0200
44333
44334     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
44335
44336     G2 core reference manual says decrementer and time base
44337     are decreasing/increasing once every 4 bus clock cycles.
44338     Lets fix it, so time in Linux won't run twice as fast
44339
44340     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
44341     Acked-by: Grant Likely <grant.likely@secretlab.ca>
44342
44343 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
44344 Author: Gerald Van Baren <vanbaren@cideas.com>
44345 Date:   Thu Apr 19 23:14:39 2007 -0400
44346
44347     Fix serious pointer bug with bootm and reserve map.
44348
44349     What was suppose to be a stack variable was declared as a pointer,
44350       overwriting random memory.
44351     Also moved the libfdt.a requirement into the main Makefile.  That is
44352       The U-Boot Way.
44353
44354 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
44355 Author: Stefan Roese <sr@denx.de>
44356 Date:   Thu Apr 19 09:53:52 2007 +0200
44357
44358     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
44359
44360     Previous versions used full wait states for the chip select #1 which
44361     is connected to the Xilinix SystemACE controller on the AMCC Katmai
44362     evaluation board. This leads to really slow access and therefore low
44363     performance. This patch now sets up the chip select a lot faster
44364     resulting in much better read/write performance of the Linux driver.
44365
44366     Signed-off-by: Stefan Roese <sr@denx.de>
44367
44368 commit 37837828d89084879bee2f2b8c7c68d4695940df
44369 Author: Wolfgang Denk <wd@denx.de>
44370 Date:   Wed Apr 18 17:49:29 2007 +0200
44371
44372     Clenaup, update CHANGELOG
44373
44374     Signed-off-by: Wolfgang Denk <wd@denx.de>
44375
44376 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
44377 Author: Wolfgang Denk <wd@denx.de>
44378 Date:   Wed Apr 18 17:20:58 2007 +0200
44379
44380     Update CHANGELOG
44381
44382     Signed-off-by: Wolfgang Denk <wd@denx.de>
44383
44384 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
44385 Author: Wolfgang Denk <wd@denx.de>
44386 Date:   Wed Apr 18 17:07:26 2007 +0200
44387
44388     Cleanup, update CHANGELOG
44389
44390     Sigend-off-by: Wolfgang Denk <wd@denx.de>
44391
44392 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
44393 Author: Wolfgang Denk <wd@denx.de>
44394 Date:   Wed Apr 18 16:17:46 2007 +0200
44395
44396     Update CHANGELOG
44397
44398 commit ad4eb555671d97f96dc56eab55103b1f86874b01
44399 Author: Wolfgang Denk <wd@denx.de>
44400 Date:   Wed Apr 18 14:30:39 2007 +0200
44401
44402     MCC200 board: remove warning which is obsolete after PSoC firmware changes
44403
44404     Signed-off-by: Wolfgang Denk <wd@denx.de>
44405
44406 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
44407 Author: Domen Puncer <domen.puncer@telargo.com>
44408 Date:   Wed Apr 18 12:11:05 2007 +0200
44409
44410     [PATCH] icecube/lite5200b: document wakeup from low-power support
44411
44412     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
44413
44414 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
44415 Author: Stefan Roese <sr@denx.de>
44416 Date:   Wed Apr 18 12:07:47 2007 +0200
44417
44418     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
44419
44420     Signed-off-by: Stefan Roese <sr@denx.de>
44421
44422 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
44423 Author: Stefan Roese <sr@denx.de>
44424 Date:   Wed Apr 18 12:05:59 2007 +0200
44425
44426     ppc4xx: Add output for bootrom location to 405EZ ports
44427
44428     Now 405EZ ports also show upon bootup from which boot device
44429     they are configured to boot:
44430
44431     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
44432
44433     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
44434            Bootstrap Option E - Boot ROM Location EBC (32 bits)
44435            16 kB I-Cache 16 kB D-Cache
44436     Board: Acadia - AMCC PPC405EZ Evaluation Board
44437
44438     Signed-off-by: Stefan Roese <sr@denx.de>
44439
44440 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
44441 Author: Peter Pearse <peter.pearse@arm.com>
44442 Date:   Tue Apr 17 13:30:33 2007 +0100
44443
44444     Move ppearse to ARM board list
44445     Add Konstantin Kletschke for scb9328.
44446     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
44447
44448 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
44449 Author: Domen Puncer <domen.puncer@telargo.com>
44450 Date:   Mon Apr 16 14:00:13 2007 +0200
44451
44452     [PATCH] icecube/lite5200b: wakeup from low-power support
44453
44454     U-Boot part of Lite5200b low power mode support.
44455     Puts SDRAM out of self-refresh and transfers control to
44456     address saved at physical 0x0.
44457
44458     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
44459     Acked-by: Grant Likely <grant.likely@secretlab.ca>
44460
44461 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
44462 Author: Gerald Van Baren <vanbaren@cideas.com>
44463 Date:   Sun Apr 15 13:54:26 2007 -0400
44464
44465     Fix the ft_cpu_setup() property settings.
44466
44467     Use "setter" functions instead of flags, cleaner and more flexible.
44468     It also fixes the problem noted by Timur Tabi that the ethernet MAC
44469     addresses were all being set incorrectly to the same MAC address.
44470
44471 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
44472 Author: Gerald Van Baren <vanbaren@cideas.com>
44473 Date:   Sat Apr 14 22:51:24 2007 -0400
44474
44475     Improve the bootm command for CONFIG_OF_LIBFDT
44476
44477     In bootm, create the "/chosen" node only if it doesn't already exist
44478       (better matches the previous behavior).
44479     Update for proper reserved memory map handling for initrd.
44480
44481 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
44482 Author: Gerald Van Baren <vanbaren@cideas.com>
44483 Date:   Sat Apr 14 22:46:41 2007 -0400
44484
44485     Add some utilities to manipulate the reserved memory map.
44486
44487 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
44488 Author: Wolfgang Denk <wd@denx.de>
44489 Date:   Sat Apr 14 21:16:54 2007 +0200
44490
44491     Update CHANGELOG
44492
44493 commit 8e6875183cdca91c134408d119d4abcd48ef6856
44494 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44495 Date:   Sun Dec 17 18:56:46 2006 +0100
44496
44497     AVR32: Enable MMC support
44498
44499     Set up the portmux for the MMC interface and enable the MMC driver
44500     along with support for DOS partitions, ext2 and FAT filesystems.
44501
44502     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44503
44504 commit fc26c97bb6df41b4a95662c34054fe912387bf38
44505 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44506 Date:   Fri Jan 20 10:03:53 2006 +0100
44507
44508     Atmel MCI driver
44509
44510     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
44511
44512     The AT91 ARM-based CPUs use basically the same hardware, so it should
44513     be possible to share this driver, but no effort has been made so far.
44514
44515     Hardware documentation can be found in the AT32AP7000 data sheet,
44516     which can be downloaded from
44517
44518     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
44519
44520     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44521
44522 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
44523 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44524 Date:   Sun Dec 17 18:55:37 2006 +0100
44525
44526     AVR32: Add clk and gpio infrastructure for mmci
44527
44528     Implement functions for configuring the mmci pins, as well as
44529     functions for getting the clock rate of the mmci controller.
44530
44531     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44532
44533 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
44534 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44535 Date:   Sun Dec 17 18:53:56 2006 +0100
44536
44537     Enable partition support with MMC
44538
44539     Include implementations of init_part() and get_partition_info() when
44540     CONFIG_MMC is set.
44541
44542     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44543
44544 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
44545 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44546 Date:   Sun Dec 17 17:14:30 2006 +0100
44547
44548     AVR32: Enable networking
44549
44550     Implement MACB initialization for AVR32 and ATSTK1000, and turn
44551     everything on, including the MACB driver.
44552
44553     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44554
44555 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
44556 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44557 Date:   Fri Jan 20 10:03:34 2006 +0100
44558
44559     Atmel MACB ethernet driver
44560
44561     Driver for the Atmel MACB on-chip ethernet controller.
44562
44563     This driver has been tested on the ATSTK1000 board with a AT32AP7000
44564     CPU. It should probably work on AT91SAM926x as well with some minor
44565     modifications.
44566
44567     Hardware documentation can be found in the AT32AP7000 data sheet,
44568     which can be downloaded from
44569
44570     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
44571
44572     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44573
44574 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
44575 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44576 Date:   Sun Dec 17 16:56:14 2006 +0100
44577
44578     AVR32: Add clk and gpio infrastructure for macb0 and macb1
44579
44580     Implement functions for configuring the macb0 and macb1 pins, as
44581     well as functions for getting the clock rate of the various
44582     busses the macb ethernet controllers are connected to.
44583
44584     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44585
44586 commit d5acb95b16a0a74c643524342c3437e765426d05
44587 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44588 Date:   Sun Dec 17 15:39:15 2006 +0100
44589
44590     AVR32: Implement simple DMA memory allocator
44591
44592     Implement dma_alloc_coherent() which returns cache-aligned
44593     uncacheable memory.
44594
44595     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44596
44597 commit 91975b0fea773c9e681fea8cf3349669f27685ee
44598 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44599 Date:   Sun Dec 17 15:46:02 2006 +0100
44600
44601     Import <linux/mii.h> from the Linux kernel
44602
44603     Instead of creating yet another set of MII register definitions
44604     in the macb driver, here's a complete set of definitions for everyone
44605     to use.
44606
44607     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44608
44609 commit 1b804b229556a4d862da93c0ec94e79419364b2c
44610 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44611 Date:   Wed Mar 21 19:47:36 2007 +0100
44612
44613     AVR32: Include more commands for ATSTK1000
44614
44615     Include the imi, imls and jffs commands sets by default on ATSTK1000.
44616     Also define CONFIG_BOOTARGS to something more useful, define
44617     CONFIG_BOOTCOMMAND and enable autoboot by default.
44618
44619     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44620
44621 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
44622 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44623 Date:   Wed Mar 21 19:44:48 2007 +0100
44624
44625     AVR32: Provide a definition of struct stat
44626
44627     Copy the definition of struct stat from the Linux kernel.
44628
44629     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44630
44631 commit 12f099c08167a7a51aeee623bc16dafd0841271c
44632 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44633 Date:   Sun Dec 17 14:46:06 2006 +0100
44634
44635     AVR32: Use initdram() instead of board_init_memories()
44636
44637     Conform to the "standard" interface and use initdram() instead of
44638     board_init_memories() on AVR32. This enables us to get rid of the
44639     sdram_size member of the global_data struct as well.
44640
44641     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44642
44643 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
44644 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44645 Date:   Mon Nov 20 15:53:10 2006 +0100
44646
44647     AVR32: Relocate u-boot to SDRAM
44648
44649     Relocate the u-boot image into SDRAM like everyone else does. This
44650     means that we can handle much larger .data and .bss than we used to.
44651
44652     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44653
44654 commit df548d3c3e2bbc40258713167859ffc2ce99a900
44655 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44656 Date:   Sun Nov 19 18:06:53 2006 +0100
44657
44658     AVR32: Resource management rewrite
44659
44660     Rewrite the resource management code (i.e. I/O memory, clock gating,
44661     gpio) so it doesn't depend on any global state. This is necessary
44662     because this code is heavily used before relocation to RAM, so we
44663     can't write to any global variables.
44664
44665     As an added bonus, this makes u-boot's memory footprint a bit smaller,
44666     although some functionality has been left out; all clocks are enabled
44667     all the time, and there's no checking for gpio line conflicts.
44668
44669     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44670
44671 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
44672 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44673 Date:   Sat Nov 18 18:01:13 2006 +0100
44674
44675     AVR32: Clean up memory-map.h for at32ap7000
44676
44677     Convert spaces to tabs (must have missed this one last time around),
44678     sort the entries by address and group them together by bus
44679     connectivity.
44680
44681     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44682
44683 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
44684 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44685 Date:   Sat Nov 18 17:32:31 2006 +0100
44686
44687     AVR32: Build position-independent u-boot
44688
44689     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
44690     position independent. This will make relocation a lot easier.
44691
44692     -mno-init-got means that gcc shouldn't emit code to load the GOT
44693     address into r6 in every function prologue. We do it once and for
44694     all in the early startup assembly code, so enabling this option
44695     makes u-boot a bit faster and smaller.
44696
44697     The assembly parts have always been position-independent, so no code
44698     changes should be necessary.
44699
44700     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44701
44702 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
44703 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44704 Date:   Sat Nov 18 17:24:31 2006 +0100
44705
44706     AVR32: Use avr32-linux- cross-compilation prefix by default
44707
44708     It doesn't really matter which toolchain you use to compile u-boot,
44709     but the avr32-linux one is probably what most people have installed.
44710
44711     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44712
44713 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
44714 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44715 Date:   Sat Nov 18 17:15:30 2006 +0100
44716
44717     AVR32: Split start_u_boot into board_init_f and board_init_r
44718
44719     Split the avr32 initialization code into a function to run before
44720     relocation, board_init_f and a function to run after relocation,
44721     board_init_r. For now, board_init_f simply calls board_init_r
44722     at the end.
44723
44724     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44725
44726 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
44727 Author: Heiko Schocher <hs@pollux.denx.de>
44728 Date:   Sat Apr 14 05:26:48 2007 +0200
44729
44730     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
44731             clear the Display after reset.
44732
44733     Signed-off-by: Heiko Schocher <hs@denx.de>
44734
44735 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
44736 Author: Denis Peter <d.peter@mpl.ch>
44737 Date:   Fri Apr 13 09:13:33 2007 +0200
44738
44739     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
44740
44741     Fix bug introduced by "Fix get_partition_info() parameter error in all
44742     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
44743     to use diskboot or scsiboot form another device than 0.
44744
44745     Signed-off-by: Denis Peter <d.peter@mpl.ch>
44746
44747 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
44748 Author: Greg Lopp <lopp@pobox.com>
44749 Date:   Fri Apr 13 08:02:24 2007 +0200
44750
44751     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
44752
44753     Signed-of-by: Greg Lopp <lopp@pobox.com>
44754     Acked-by: Grant Likely <grant.likely@secretlab.ca>
44755
44756 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
44757 Author: Xie Xiaobo <r63061@freescale.com>
44758 Date:   Fri Mar 9 19:08:25 2007 +0800
44759
44760     Fix two bugs for MPC83xx DDR2 controller SPD Init
44761
44762     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
44763     the first bug is that the picos_to_clk routine introduces a huge
44764     rounding error in 83xx.
44765     the second bug is that the mode register write recovery field is
44766     tWR-1, not tWR >> 1.
44767
44768 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
44769 Author: Jeffrey Mann <mannj@embeddedplanet.com>
44770 Date:   Thu Apr 12 14:15:59 2007 +0200
44771
44772     ppc4xx: Fix i2c divisor calcularion for PPC4xx
44773
44774     This patch fixes changes the i2c_init(...) function to use the function
44775     get_OPB_freq() rather than calculating the OPB speed by
44776     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
44777     specific per processor. The prior method was not and so was calculating
44778     the wrong speed for some PPC4xx processors.
44779
44780     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
44781     Signed-off-by: Stefan Roese <sr@denx.de>
44782
44783 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
44784 Author: Wolfgang Denk <wd@denx.de>
44785 Date:   Wed Apr 11 17:25:01 2007 +0200
44786
44787     Update CHANGELOG
44788
44789     Signed-off-by: Wolfgang Denk <wd@denx.de>
44790
44791 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
44792 Author: Wolfgang Denk <wd@denx.de>
44793 Date:   Wed Apr 11 17:22:55 2007 +0200
44794
44795     Update for SC3 board
44796
44797     * Make IDE timeout configurable through ide_reset_timeout variable.
44798     * Use Newline as "password" string
44799     * Use just a single partition in NAND flash
44800
44801 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
44802 Author: Haiying Wang <haiying.wang@freescale.com>
44803 Date:   Mon Jan 22 12:37:30 2007 -0600
44804
44805     Add PIXIS FPGA support for MPC8641HPCN board.
44806
44807     Move the 8641HPCN's PIXIS code to the new directory
44808     board/freescale/common/ as it will be shared by
44809     future boards not in the same processor family.
44810
44811     Write a "pixis_reset" command that utilizes the FPGA
44812     reset sequencer to support alternate soft-reset options
44813     such as using the "alternate" flash bank, enabling
44814     the watch dog, or choosing different CPU frequencies.
44815
44816     Add documentation for the pixis_reset to README.mpc8641hpcn.
44817
44818     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
44819     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44820
44821 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
44822 Author: Gerald Van Baren <vanbaren@cideas.com>
44823 Date:   Fri Apr 6 14:19:43 2007 -0400
44824
44825     Moved fdt command support code to fdt_support.c
44826
44827     ...in preparation for improving the bootm command's handling of fdt blobs.
44828     Also cleaned up some coding sloppiness.
44829
44830 commit 6679f9299534e488a171a9bb8f9bb891de247aab
44831 Author: Gerald Van Baren <vanbaren@cideas.com>
44832 Date:   Fri Apr 6 14:17:14 2007 -0400
44833
44834     libfdt: Make fdt_check_header() public
44835
44836     Changed _fdt_check_header() to fdt_check_header() and made it part of
44837     the interface - it is a useful routine.
44838
44839     Also did some asthetics cleanup to the include files (headers).
44840
44841 commit c0707ce65677650b5ceab0500ee50ae5168afef2
44842 Author: Aubrey Li <aubrey.adi@gmail.com>
44843 Date:   Thu Apr 5 18:34:06 2007 +0800
44844
44845     [Blackfin][PATCH] Kill off a bunch of common local prototypes
44846
44847 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
44848 Author: Aubrey Li <aubrey.adi@gmail.com>
44849 Date:   Thu Apr 5 18:33:04 2007 +0800
44850
44851     [Blackfin][PATCH] Fix dynamic CPLB generation issue
44852
44853 commit 0445e3a264251d75b1be45ef713c70726a2952f0
44854 Author: Aubrey Li <aubrey.adi@gmail.com>
44855 Date:   Thu Apr 5 18:31:47 2007 +0800
44856
44857     [Blackfin][PATCH] minior cleanup
44858
44859 commit 155fd766573981090e638b493d5857562151862e
44860 Author: Aubrey Li <aubrey.adi@gmail.com>
44861 Date:   Thu Apr 5 18:31:18 2007 +0800
44862
44863     [Blackfin][PATCH] Fix copyright and update license
44864
44865 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
44866 Author: Aubrey Li <aubrey.adi@gmail.com>
44867 Date:   Thu Apr 5 18:30:25 2007 +0800
44868
44869     [Blackfin][PATCH] Add BF537 EMAC driver initialization
44870
44871 commit 889256e8604e0c68db1d866d720894dffede9df6
44872 Author: Aubrey Li <aubrey.adi@gmail.com>
44873 Date:   Thu Apr 5 18:29:55 2007 +0800
44874
44875     [Blackfin][PATCH] call real the system synchronize instruction
44876
44877 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
44878 Author: Aubrey Li <aubrey.adi@gmail.com>
44879 Date:   Thu Apr 5 18:29:17 2007 +0800
44880
44881     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
44882
44883 commit dfeeab2cd680df047e68e723b246adf6f33bb556
44884 Author: Aubrey Li <aubrey.adi@gmail.com>
44885 Date:   Thu Apr 5 18:28:34 2007 +0800
44886
44887     [Blackfin][PATCH]: fix flash unaligned copy issue
44888
44889 commit 443feb740584e406efa203af909fe2926608e8d5
44890 Author: Igor Marnat <marny@rambler.ru>
44891 Date:   Wed Mar 21 09:55:01 2007 +0300
44892
44893     Update usage of 'nc' in README.NetConsole
44894
44895     Added information about usage of NetConsole on systems where the -l and -p
44896     switches are mutually exclusive.
44897
44898     Signed-off-by: Igor Marnat <marny@rambler.ru>
44899     Signed-off-by: Ben Warren <bwarren@qstreams.com>
44900
44901 commit 31c98a88228021b314c89ebb8104fb6473da4471
44902 Author: Wolfgang Denk <wd@denx.de>
44903 Date:   Wed Apr 4 02:09:30 2007 +0200
44904
44905     Minor coding style cleanup.
44906
44907 commit 94abd7c0583ebe01e799b25f451201deeaab550d
44908 Author: Wolfgang Denk <wd@denx.de>
44909 Date:   Wed Apr 4 01:49:15 2007 +0200
44910
44911     Minor cleanup.
44912
44913 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
44914 Author: Rodolfo Giometti <giometti@enneenne.com>
44915 Date:   Tue Apr 3 14:27:18 2007 +0200
44916
44917     Support for the Philips ISP116x HCD (Host Controller Driver)
44918
44919     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
44920
44921 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
44922 Author: Markus Klotzbuecher <mk@denx.de>
44923 Date:   Tue Apr 3 14:27:08 2007 +0200
44924
44925     USB: cleanup monahans usb support. Remove dead code.
44926
44927     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44928
44929 commit a65c5768e5537530bd1780af3d3fddc3113a163c
44930 Author: Stefan Roese <sr@denx.de>
44931 Date:   Mon Apr 2 10:09:30 2007 +0200
44932
44933     ppc4xx: Change SysACE address on Katmai
44934
44935     With this new base address of the Xilinx SystemACE controller
44936     the Linux driver will be easier to adapt, since it can now be
44937     mapped via the "normal" ioremap() call.
44938
44939     Signed-off-by: Stefan Roese <sr@denx.de>
44940
44941 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
44942 Author: Gerald Van Baren <vanbaren@cideas.com>
44943 Date:   Sat Mar 31 14:30:53 2007 -0400
44944
44945     Fix some minor whitespace violations.
44946
44947 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
44948 Author: Gerald Van Baren <vanbaren@cideas.com>
44949 Date:   Sat Mar 31 12:23:51 2007 -0400
44950
44951     Add a flattened device tree (fdt) command (2 of 2)
44952
44953     Modifications to the existing code to support the new fdt command.
44954
44955 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
44956 Author: Gerald Van Baren <vanbaren@cideas.com>
44957 Date:   Sat Mar 31 12:22:10 2007 -0400
44958
44959     Add a flattened device tree (fdt) command (1 of 2)
44960
44961     The fdt command uses David Gibson's libfdt library to manipulate as well
44962     as print the flattened device tree.  This patch is the new command,
44963     the second part is the modifications to the existing code.
44964
44965 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
44966 Author: Gerald Van Baren <vanbaren@cideas.com>
44967 Date:   Sat Mar 31 12:13:43 2007 -0400
44968
44969     libfdt: Enhanced and published fdt_next_tag()
44970
44971     Enhanced the formerly private function _fdt_next_tag() to allow stepping
44972       through the tree, used to produce a human-readable dump, and made
44973       it part of the published interface.
44974     Also added some comments.
44975
44976 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
44977 Author: Gerald Van Baren <vanbaren@cideas.com>
44978 Date:   Sat Mar 31 12:05:39 2007 -0400
44979
44980     libfdt: Customizations for use by u-boot.
44981
44982     Changes to David Gibson's original source to fit into u-boot's
44983     environment.  No functionality changes.
44984
44985 commit 35748177c64a4a83a00057e93bb33e40278a2a96
44986 Author: Gerald Van Baren <vanbaren@cideas.com>
44987 Date:   Sat Mar 31 12:00:56 2007 -0400
44988
44989     libfdt: Import libfdt source (2 of 2)
44990
44991     This adds the applicable libfdt source files (unmodified) and a README
44992     to explain where the source came from.
44993
44994 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
44995 Author: Gerald Van Baren <vanbaren@cideas.com>
44996 Date:   Sat Mar 31 11:59:59 2007 -0400
44997
44998     libfdt: Import libfdt source (1 of 2)
44999
45000     This adds the applicable libfdt source files (unmodified) and a README
45001     to explain where the source came from.
45002
45003 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
45004 Author: Stefan Roese <sr@denx.de>
45005 Date:   Sat Mar 31 13:16:23 2007 +0200
45006
45007     ppc4xx: Update Katmai bootstrap command
45008
45009     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
45010     is selected.
45011
45012     Signed-off-by: Stefan Roese <sr@denx.de>
45013
45014 commit cabee756a6532986729477c3cc1ea16ef8517ad2
45015 Author: Stefan Roese <sr@denx.de>
45016 Date:   Sat Mar 31 13:15:06 2007 +0200
45017
45018     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
45019
45020     Additional RAM information is now printed upon powerup, like
45021     DDR2 frequency and CAS latency.
45022
45023     Signed-off-by: Stefan Roese <sr@denx.de>
45024
45025 commit 60723803431ac75cad085690789e433d5ab9174e
45026 Author: Stefan Roese <sr@denx.de>
45027 Date:   Sat Mar 31 08:48:36 2007 +0200
45028
45029     ppc4xx: Change Yucca config file to support ECC
45030
45031     With the updated 44x DDR2 driver the Yucca board now supports
45032     ECC generation and checking.
45033
45034     Signed-off-by: Stefan Roese <sr@denx.de>
45035
45036 commit 490e5730c674b20d708b783a2c5ffd7208f83873
45037 Author: Stefan Roese <sr@denx.de>
45038 Date:   Sat Mar 31 08:47:34 2007 +0200
45039
45040     ppc4xx: Fix "bootstrap" command for Katmai board
45041
45042     The board specific "bootstrap" command is now fixed and can
45043     be used for the AMCC Katmai board to configure different
45044     CPU/PLB/OPB frequencies.
45045
45046     Signed-off-by: Stefan Roese <sr@denx.de>
45047
45048 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
45049 Author: Stefan Roese <sr@denx.de>
45050 Date:   Sat Mar 31 08:46:08 2007 +0200
45051
45052     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
45053
45054     Fix a bug in the auto calibration routine. This driver now runs
45055     more reliable with the tested modules. It's also tested with
45056     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
45057
45058     Signed-off-by: Stefan Roese <sr@denx.de>
45059
45060 commit 342cd097be1e7affe82f42ab3da220959a699e64
45061 Author: Michal Simek <monstr@monstr.eu>
45062 Date:   Fri Mar 30 22:52:09 2007 +0200
45063
45064     [PATCH] Clean include dependence
45065
45066 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
45067 Author: Michal Simek <monstr@monstr.eu>
45068 Date:   Fri Mar 30 22:42:45 2007 +0200
45069
45070     [CLEAN] Remove inefficient Suzaku code
45071
45072 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
45073 Author: Stefan Roese <sr@denx.de>
45074 Date:   Wed Mar 28 15:03:16 2007 +0200
45075
45076     Merge some AMCC make targets to keep the top-level Makefile smaller
45077
45078     Signed-off-by: Stefan Roese <sr@denx.de>
45079
45080 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
45081 Author: Stefan Roese <sr@denx.de>
45082 Date:   Wed Mar 28 14:52:12 2007 +0200
45083
45084     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
45085
45086     The "old" i2c commands (iprobe, imd...) are now compiled in again,
45087     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
45088     config option.
45089
45090     Signed-off-by: Stefan Roese <sr@denx.de>
45091
45092 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
45093 Author: Michal Simek <monstr@monstr.eu>
45094 Date:   Tue Mar 27 00:32:16 2007 +0200
45095
45096     PATCH: Resolve GPL license problem
45097
45098 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
45099 Author: Rodolfo Giometti <giometti@enneenne.com>
45100 Date:   Mon Mar 26 12:03:36 2007 +0200
45101
45102     PXA: pxa27x USB OHCI support
45103
45104     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
45105
45106 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
45107 Author: Markus Klotzbuecher <mk@denx.de>
45108 Date:   Mon Mar 26 11:21:05 2007 +0200
45109
45110     USB: remove the S3C24X0_merge #define, which was introduced while
45111     merging OHCI drivers.
45112
45113     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45114
45115 commit 1798049522f594013aea29457d46794298c6ae15
45116 Author: Michal Simek <root@monstr.eu>
45117 Date:   Mon Mar 26 01:39:07 2007 +0200
45118
45119     Support for XUPV2P board
45120     Reset support
45121     BSP autoconfig support
45122
45123 commit 0d974d5297349504a2ddfa09314be573b5df320a
45124 Author: Stefan Roese <sr@denx.de>
45125 Date:   Sat Mar 24 15:57:09 2007 +0100
45126
45127     [PATCH] Add 4xx GPIO functions
45128
45129     This patch adds some 4xx GPIO functions. It also moves some of the
45130     common code and defines into a common 4xx GPIO header file.
45131
45132     Signed-off-by: Stefan Roese <sr@denx.de>
45133
45134 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
45135 Author: Stefan Roese <sr@denx.de>
45136 Date:   Sat Mar 24 15:55:58 2007 +0100
45137
45138     [PATCH] Small Sequoia cleanup
45139
45140     Signed-off-by: Stefan Roese <sr@denx.de>
45141
45142 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
45143 Author: Stefan Roese <sr@denx.de>
45144 Date:   Sat Mar 24 15:45:34 2007 +0100
45145
45146     [PATCH] Clean up 40EZ/Acadia support
45147
45148     This patch cleans up all the open issue of the preliminary
45149     Acadia support.
45150
45151     Signed-off-by: Stefan Roese <sr@denx.de>
45152
45153 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
45154 Author: Jon Loeliger <jdl@freescale.com>
45155 Date:   Tue Dec 12 11:02:20 2006 -0600
45156
45157     Fix 8641HPCN problem with ld version 2.16
45158
45159     (Dot outside sections problem).
45160
45161     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
45162
45163     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45164
45165 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
45166 Author: Haiying Wang <haiying.wang@freescale.com>
45167 Date:   Thu Dec 7 10:35:55 2006 -0600
45168
45169     Set Rev 2.x 86xx PIC in mixed mode.
45170
45171     Prevent false interrupt from hanging Linux as MSR[EE] is set
45172     to enable interrupts by changing the PIC out of the default
45173     pass through mode into mixed mode.
45174
45175     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
45176     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45177
45178 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
45179 Author: Jason Jin <jason.jin@freescale.com>
45180 Date:   Thu Dec 7 10:32:35 2006 -0600
45181
45182     Add flash cmd function to 8641HPCN ramboot
45183
45184     Also fixes some commmand for 8641 HPCN ramboot case.
45185
45186     Signed-off-by: Jason Jin <jason.jin@freescale.com>
45187     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45188
45189 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
45190 Author: Ed Swarthout <ed.swarthout@freescale.com>
45191 Date:   Thu Dec 7 10:34:14 2006 -0600
45192
45193     Add support for 8641 Rev 2 silicon.
45194
45195     Without this patch, I am unable to get to the prompt on rev 2 silicon.
45196     Only set ddrioovcr for rev1.
45197
45198     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
45199     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45200
45201 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
45202 Author: Wolfgang Denk <wd@denx.de>
45203 Date:   Thu Mar 22 00:13:12 2007 +0100
45204
45205     Code cleanup / re-insert previous Copyright entries.
45206
45207     Signed-off-by: Wolfgang Denk <wd@denx.de>
45208
45209 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
45210 Author: Wolfgang Denk <wd@denx.de>
45211 Date:   Wed Mar 21 23:26:15 2007 +0100
45212
45213     Code cleanup. Update CHANGELOG
45214
45215 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
45216 Author: Stefan Roese <sr@denx.de>
45217 Date:   Wed Mar 21 14:54:29 2007 +0100
45218
45219     ppc4xx: Fix file mode of include/configs/acadia.h
45220
45221     Signed-off-by: Stefan Roese <sr@denx.de>
45222
45223 commit d5f4614c9350d9333e575100fb250aab774d0258
45224 Author: Markus Klotzbuecher <mk@denx.de>
45225 Date:   Wed Mar 21 14:41:46 2007 +0100
45226
45227     SPC1920: fix small clock routing bug
45228
45229     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45230
45231 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
45232 Author: Stefan Roese <sr@denx.de>
45233 Date:   Wed Mar 21 13:39:57 2007 +0100
45234
45235     [PATCH] Add AMCC Acadia (405EZ) eval board support
45236
45237     This patch adds support for the new AMCC Acadia eval board.
45238
45239     Please note that this Acadia/405EZ support is still in a beta stage.
45240     Still lot's of cleanup needed but we need a preliminary release now.
45241
45242     Signed-off-by: Stefan Roese <sr@denx.de>
45243
45244 commit e01bd218b00af73499331a1a701625a852cd286f
45245 Author: Stefan Roese <sr@denx.de>
45246 Date:   Wed Mar 21 13:38:59 2007 +0100
45247
45248     [PATCH] Add AMCC PPC405EZ support
45249
45250     This patch adds support for the new AMCC 405EZ PPC. It is in
45251     preparation for the AMCC Acadia board support.
45252
45253     Please note that this Acadia/405EZ support is still in a beta stage.
45254     Still lot's of cleanup needed but we need a preliminary release now.
45255
45256     Signed-off-by: Stefan Roese <sr@denx.de>
45257
45258 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
45259 Author: Heiko Schocher <hs@pollux.denx.de>
45260 Date:   Wed Mar 21 08:45:17 2007 +0100
45261
45262     [PATCH] TQM8272: dont change the bits given from the HRCW
45263                      for the SIUMCR and BCR Register.
45264                      Fix the calculation for the EEprom Size
45265
45266     Signed-off-by: Heiko Schocher <hs@denx.de>
45267
45268 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
45269 Author: Aubrey Li <aubrey.adi@gmail.com>
45270 Date:   Tue Mar 20 18:16:24 2007 +0800
45271
45272     [Blackfin][PATCH] Add BF561 EZKIT board support
45273
45274 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
45275 Author: Aubrey Li <aubrey.adi@gmail.com>
45276 Date:   Mon Mar 19 22:55:58 2007 +0800
45277
45278     [Blackfin][PATCH] minor cleanup
45279
45280 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
45281 Author: Wolfgang Denk <wd@denx.de>
45282 Date:   Mon Mar 19 13:10:08 2007 +0100
45283
45284     Remove obsoleted POST files.
45285
45286     Signed-off-by: Wolfgang Denk <wd@denx.de>
45287
45288 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
45289 Author: Aubrey Li <aubrey.adi@gmail.com>
45290 Date:   Mon Mar 19 01:26:11 2007 +0800
45291
45292     [PATCH] Add flash chip M29W320ET/B support
45293
45294 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
45295 Author: Aubrey Li <aubrey.adi@gmail.com>
45296 Date:   Mon Mar 19 01:24:52 2007 +0800
45297
45298     [Blackfin][PATCH] Add BF537 stamp board support
45299
45300 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
45301 Author: Stefan Roese <sr@denx.de>
45302 Date:   Fri Mar 16 21:11:42 2007 +0100
45303
45304     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
45305
45306     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
45307     DDR memory are dynamically programmed matching the total size
45308     of the equipped memory (DIMM modules).
45309
45310     Signed-off-by: Stefan Roese <sr@denx.de>
45311
45312 commit 76d1466f918b881cda2d259254761e73885093c2
45313 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45314 Date:   Tue Mar 13 13:38:05 2007 +0100
45315
45316     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
45317             boards in terms of unification.
45318
45319     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45320
45321 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
45322 Author: Wolfgang Denk <wd@denx.de>
45323 Date:   Tue Mar 13 16:05:55 2007 +0100
45324
45325     Make SC3 board build with 'make O='; use 'addcons' consistently
45326     (SC3 and Jupiter used to use 'addcon' instead).
45327
45328     Signed-off-by: Wolfgang Denk wd@denx.de
45329
45330 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
45331 Author: Heiko Schocher <hs@pollux.denx.de>
45332 Date:   Tue Mar 13 09:40:59 2007 +0100
45333
45334     [PATCH] update board config for jupiter Board:
45335             added Hush Shell,
45336                   CONFIG_CMDLINE_EDITING,
45337                   CFG_ENV_ADDR_REDUND activated
45338
45339     Signed-off-by: Heiko Schocher <hs@denx.de>
45340
45341 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
45342 Author: Aubrey Li <aubrey.adi@gmail.com>
45343 Date:   Mon Mar 12 12:11:55 2007 +0800
45344
45345     [Blackfin][PATCH] minor cleanup
45346
45347 commit bfa5754a58477ac917d21527cd0f079d87cf188e
45348 Author: Aubrey Li <aubrey.adi@gmail.com>
45349 Date:   Mon Mar 12 01:42:06 2007 +0800
45350
45351     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
45352
45353 commit 8440bb14581a294375c34b91b42512f9753d1130
45354 Author: Aubrey Li <aubrey.adi@gmail.com>
45355 Date:   Mon Mar 12 00:25:14 2007 +0800
45356
45357     [Blackfin][PATCH] code cleanup
45358
45359 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
45360 Author: Michal Simek <monstr@monstr.eu>
45361 Date:   Sun Mar 11 13:48:24 2007 +0100
45362
45363     [Microblaze][PATCH] part 2
45364     timer support
45365     interrupt controller support
45366     flash support
45367     ethernet support
45368     cache support
45369     board information support
45370     env support
45371     booting image support
45372
45373     adding support for Xilinx ML401
45374
45375 commit 76316a318de91f6184e7c22a10e02d275ade2441
45376 Author: Michal Simek <monstr@monstr.eu>
45377 Date:   Sun Mar 11 13:42:58 2007 +0100
45378
45379     [Microblaze][PATCH]
45380     timer support
45381     interrupt controller support
45382     flash support
45383     ethernet support
45384     cache support
45385     board information support
45386     env support
45387     booting image support
45388
45389     adding support for Xilinx ML401
45390
45391 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
45392 Author: Aubrey Li <aubrey.adi@gmail.com>
45393 Date:   Sat Mar 10 23:49:29 2007 +0800
45394
45395     [Blackfin][PATCH] code cleanup
45396
45397 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
45398 Author: Aubrey.Li <aubrey.adi@gmail.com>
45399 Date:   Fri Mar 9 13:40:56 2007 +0800
45400
45401     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
45402
45403 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
45404 Author: Aubrey.Li <aubrey.adi@gmail.com>
45405 Date:   Fri Mar 9 13:38:44 2007 +0800
45406
45407     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
45408
45409 commit 992423ab43c2bcf6b704853bd00af77450915e20
45410 Author: Stefan Roese <sr@denx.de>
45411 Date:   Thu Mar 8 23:00:08 2007 +0100
45412
45413     ppc4xx: Fix file mode of sequoia.c
45414
45415     Signed-off-by: Stefan Roese <sr@denx.de>
45416
45417 commit eb92f613556800f7483666db09d9a237ad911d4a
45418 Author: Wolfgang Denk <wd@pollux.denx.de>
45419 Date:   Thu Mar 8 22:52:51 2007 +0100
45420
45421     Minor cleanup.
45422
45423 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
45424 Author: John Otken john@softadvances.com <john@softadvances.com>
45425 Date:   Thu Mar 8 09:39:48 2007 -0600
45426
45427     ppc4xx: Clear Sequoia/Rainier security engine reset bits
45428
45429     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
45430
45431 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
45432 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45433 Date:   Thu Mar 8 16:26:52 2007 +0100
45434
45435     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
45436
45437     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45438
45439 commit d9fc703246840c4b268debf48c334ba55c597dc0
45440 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45441 Date:   Thu Mar 8 16:25:47 2007 +0100
45442
45443     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
45444
45445     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45446
45447 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
45448 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45449 Date:   Thu Mar 8 16:23:11 2007 +0100
45450
45451     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
45452
45453     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45454
45455 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
45456 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45457 Date:   Thu Mar 8 16:20:32 2007 +0100
45458
45459     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
45460
45461     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45462
45463 commit f9fc6a5852a6335840882fa2111925010eea1abe
45464 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45465 Date:   Wed Mar 7 15:32:01 2007 +0100
45466
45467     fixed ethernet phy configuration for plu405 board
45468
45469     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45470
45471 commit 769104c9356594deb2092e204a39c05b33202d6c
45472 Author: Wolfgang Denk <wd@pollux.denx.de>
45473 Date:   Thu Mar 8 21:49:27 2007 +0100
45474
45475     Minor cleanup
45476
45477 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
45478 Author: Stefan Roese <sr@denx.de>
45479 Date:   Thu Mar 8 10:13:16 2007 +0100
45480
45481     [PATCH] Update AMCC Luan 440SP eval board support
45482
45483     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
45484     inititializition. This includes DDR auto calibration and support
45485     for different DIMM modules, instead of the fixed setup used in
45486     the earlier version.
45487
45488     This patch also enables the cache in FLASH for the startup
45489     phase of U-Boot (while running from FLASH). After relocating to
45490     SDRAM the cache is disabled again. This will speed up the boot
45491     process, especially the SDRAM setup, since there are some loops
45492     for memory testing (auto calibration).
45493
45494     Signed-off-by: Stefan Roese <sr@denx.de>
45495
45496 commit 2f5df47351910a2936c7741cf111855829200943
45497 Author: Stefan Roese <sr@denx.de>
45498 Date:   Thu Mar 8 10:10:18 2007 +0100
45499
45500     [PATCH] Update AMCC Yucca 440SPe eval board support
45501
45502     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
45503     inititializition. This includes DDR auto calibration and support
45504     for different DIMM modules, instead of the fixed setup used in
45505     the earlier version.
45506
45507     Signed-off-by: Stefan Roese <sr@denx.de>
45508
45509 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
45510 Author: Stefan Roese <sr@denx.de>
45511 Date:   Thu Mar 8 10:07:18 2007 +0100
45512
45513     ppc4xx: Small AMCC Katmai 440SPe update
45514
45515     Signed-off-by: Stefan Roese <sr@denx.de>
45516
45517 commit df294497479b1dca6dd86318b2a912f72fede0df
45518 Author: Stefan Roese <sr@denx.de>
45519 Date:   Thu Mar 8 10:06:09 2007 +0100
45520
45521     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
45522
45523     Signed-off-by: Stefan Roese <sr@denx.de>
45524
45525 commit 83853178bd36bca6f0f8f1331476620c84a587fc
45526 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45527 Date:   Wed Mar 7 12:14:50 2007 -0600
45528
45529     net - Support ping reply when processing net-loop
45530
45531     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
45532
45533     This permits the ping command to test the phy interface when the phy
45534     is put in loopback mode (typically by setting register 0 bit 14).
45535
45536     It also allows the port to respond to an external ping when u-boot is
45537     processing some other net command (such as tftp).  This is useful when
45538     tftp appears to hang.
45539
45540     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45541     Signed-off-by: Ben Warren <bwarren@qstreams.com>
45542
45543 commit fa1aef15bcd47736687be1af544506e90fba545d
45544 Author: Stefan Roese <sr@denx.de>
45545 Date:   Wed Mar 7 16:43:00 2007 +0100
45546
45547     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
45548
45549     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
45550     DDR memory are dynamically programmed matching the total size
45551     of the equipped memory (DIMM modules).
45552
45553     Signed-off-by: Stefan Roese <sr@denx.de>
45554
45555 commit e2ebe696818939e2b974628be9c921ea3fe9de13
45556 Author: Stefan Roese <sr@denx.de>
45557 Date:   Wed Mar 7 16:39:36 2007 +0100
45558
45559     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
45560
45561     This patch fixes a problem that occurs when 2 DIMM's are
45562     used. This problem was first spotted and fixed by Gerald Jackson
45563     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
45564     problem in a little more clever way.
45565
45566     This patch also adds the nice functionality to dynamically
45567     create the TLB entries for the SDRAM (tlb.c). So we should
45568     never run into such problems with wrong (too short) TLB
45569     initialization again on these platforms.
45570
45571     As this feature is new to the "old" 44x SPD DDR driver, it
45572     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
45573
45574     Signed-off-by: Stefan Roese <sr@denx.de>
45575
45576 commit 39218433983417b9df087976a79e3f80dd5e83d6
45577 Author: Wolfgang Denk <wd@denx.de>
45578 Date:   Wed Mar 7 16:33:44 2007 +0100
45579
45580     UC101: fix compiler warnings
45581
45582 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
45583 Author: Wolfgang Denk <wd@pollux.denx.de>
45584 Date:   Wed Mar 7 16:19:46 2007 +0100
45585
45586     HMI1001: fix build error, cleanup compiler warnings.
45587
45588 commit ad5bb451ade552c44bef9119d907929ebc2c126f
45589 Author: Wolfgang Denk <wd@pollux.denx.de>
45590 Date:   Tue Mar 6 18:08:43 2007 +0100
45591
45592     Restructure POST directory to support of other CPUs, boards, etc.
45593
45594 commit a5284efd125967675b2e9c6ef7b95832268ad360
45595 Author: Wolfgang Denk <wd@pollux.denx.de>
45596 Date:   Tue Mar 6 18:01:47 2007 +0100
45597
45598     Fix HOSTARCH handling.
45599     Patch by Mike Frysinger, Mar 05 2007
45600
45601 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
45602 Author: Stefan Roese <sr@denx.de>
45603 Date:   Tue Mar 6 07:47:04 2007 +0100
45604
45605     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
45606
45607     As provided by the AMCC applications team, this patch optimizes the
45608     DDR2 setup for 166MHz bus speed. The values provided are also save
45609     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
45610     setup has to be adjusted as done in this patch.
45611
45612     For this the NAND booting version had to include the "speed.c" file
45613     from the cpu/ppc4xx directory. With this addition the NAND SPL image
45614     will just fit into the 4kbytes of program space. gcc version 4.x as
45615     provided with ELDK 4.x is needed to generate this optimized code.
45616
45617     Signed-off-by: Stefan Roese <sr@denx.de>
45618
45619 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
45620 Author: Wolfgang Denk <wd@pollux.denx.de>
45621 Date:   Sun Mar 4 01:36:05 2007 +0100
45622
45623     Some code cleanup.
45624
45625 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
45626 Author: Kim Phillips <kim.phillips@freescale.com>
45627 Date:   Wed Feb 28 00:02:04 2007 -0600
45628
45629     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
45630
45631     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
45632
45633 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
45634 Author: Kumar Gala <galak@kernel.crashing.org>
45635 Date:   Tue Feb 27 23:51:42 2007 -0600
45636
45637     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
45638
45639     The config value for:
45640     * CFG_ACR_PIPE_DEP
45641     * CFG_ACR_RPTCNT
45642     * CFG_SPCR_TSEC1EP
45643     * CFG_SPCR_TSEC2EP
45644     * CFG_SCCR_TSEC1CM
45645     * CFG_SCCR_TSEC2CM
45646
45647     Were not being used when setting the appropriate register
45648
45649     Added:
45650     * CFG_SCCR_USBMPHCM
45651     * CFG_SCCR_USBDRCM
45652     * CFG_SCCR_PCICM
45653     * CFG_SCCR_ENCCM
45654
45655     To allow full config of the SCCR.
45656
45657     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
45658     that were just bogus.
45659
45660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45661
45662 commit d51b3cf371cd441030460ef19d36b2924c361b1a
45663 Author: Kim Phillips <kim.phillips@freescale.com>
45664 Date:   Thu Feb 22 20:06:57 2007 -0600
45665
45666     mpc83xx: update [local-]mac-address properties on UEC based devices
45667
45668     8360 and 832x weren't updating their [local-]mac-address
45669     properties. This patch fixes that.
45670
45671     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45672
45673 commit 61f4f912acbe60776c5e00df1ec94094ce672957
45674 Author: Timur Tabi <timur@freescale.com>
45675 Date:   Tue Feb 13 10:41:42 2007 -0600
45676
45677     mpc83xx: write MAC address to mac-address and local-mac-address
45678
45679     Some device trees have a mac-address property, some have local-mac-address,
45680     and some have both.  To support all of these device trees, this patch
45681     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
45682     This function already updates local-mac-address.
45683
45684     Signed-off-by: Timur Tabi <timur@freescale.com>
45685
45686 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
45687 Author: Kim Phillips <kim.phillips@freescale.com>
45688 Date:   Tue Feb 27 18:41:08 2007 -0600
45689
45690     mpc83xx: add command line editing by default
45691
45692 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
45693 Author: Kim Phillips <kim.phillips@freescale.com>
45694 Date:   Wed Feb 14 19:50:53 2007 -0600
45695
45696     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
45697
45698     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
45699     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
45700
45701     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
45702
45703     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45704     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
45705
45706 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
45707 Author: Xie Xiaobo <r63061@freescale.com>
45708 Date:   Wed Feb 14 18:27:17 2007 +0800
45709
45710     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
45711
45712     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
45713     it pass DDR/DDR2 compliance tests.
45714
45715     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
45716
45717 commit b110f40bd180c6b560276589beedf753e97c46ce
45718 Author: Xie Xiaobo <r63061@freescale.com>
45719 Date:   Wed Feb 14 18:27:06 2007 +0800
45720
45721     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
45722
45723     MPC8360E rev2.0 have new spridr,and PVR value,
45724     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
45725
45726     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
45727
45728 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
45729 Author: Xie Xiaobo <r63061@freescale.com>
45730 Date:   Wed Feb 14 18:26:44 2007 +0800
45731
45732     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
45733
45734     MPC8349E rev3.1 have new spridr,and PVR value,
45735     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
45736
45737     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
45738
45739 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
45740 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
45741 Date:   Wed Jan 31 11:04:19 2007 +0100
45742
45743     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
45744
45745     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
45746     which is used to se if an slave will ACK after receiving its address.
45747
45748     Correct i2c probing to use this method as the old method could upset
45749     a slave as it wrote a data byte to it.
45750
45751     Add a small delay in i2c_init() to let the controller
45752     shutdown any ongoing I2C activity.
45753
45754     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
45755
45756 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
45757 Author: Timur Tabi <timur@freescale.com>
45758 Date:   Wed Jan 31 15:54:29 2007 -0600
45759
45760     mpc83xx: Add support for the MPC8349E-mITX-GP
45761
45762     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
45763     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
45764     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
45765
45766     Signed-off-by: Timur Tabi <timur@freescale.com>
45767
45768 commit fab16807adad350f618024350c6950165c247c72
45769 Author: Timur Tabi <timur@freescale.com>
45770 Date:   Wed Jan 31 15:54:20 2007 -0600
45771
45772     mpc83xx: Delete sdram_init() for MPC8349E-mITX
45773
45774     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
45775     never does anything.  This patch deletes it.
45776
45777     Signed-off-by: Timur Tabi <timur@freescale.com>
45778
45779 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
45780 Author: Dave Liu <daveliu@freescale.com>
45781 Date:   Fri Jan 19 10:43:26 2007 +0800
45782
45783     mpc83xx: Fix the LAW1/3 bug
45784
45785     The patch solves the alignment problem of the local bus access windows to
45786     render accessible the memory bank and PHY registers of UPC 1 (starting at
45787     0xf801 0000). What we actually did was to adjust the sizes of the bus
45788     access windows so that the base address alignment requirement would be met.
45789
45790     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
45791     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
45792     Signed-off-by: Dave Liu <daveliu@freescale.com>
45793
45794 commit 97c4b397dce236a7318b304667bf89e59d08b17c
45795 Author: Kim Phillips <kim.phillips@freescale.com>
45796 Date:   Tue Jan 30 16:15:31 2007 -0600
45797
45798     mpc83xx: don't hang if watchdog configured on 8360, 832x
45799
45800     don't hang if watchdog configured on 8360, 832x
45801
45802     The watchdog programming model is the same across all 83xx devices;
45803     make the code reflect that.
45804
45805 commit b70047478570e371ce7223be342ce98afea0f7d6
45806 Author: Kim Phillips <kim.phillips@freescale.com>
45807 Date:   Tue Jan 30 16:15:21 2007 -0600
45808
45809     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
45810
45811     protect memcpy to bad address if a local-mac-address is missing from dt
45812
45813 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
45814 Author: Kim Phillips <kim.phillips@freescale.com>
45815 Date:   Tue Jan 30 16:15:04 2007 -0600
45816
45817     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
45818
45819     make 8360 default environment fdt be 8360 (not 8349)
45820
45821 commit a28899c910024a0226331df07207b1038c300c93
45822 Author: Emilian Medve <Emilian.Medve@freescale.com>
45823 Date:   Tue Jan 30 16:14:50 2007 -0600
45824
45825     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
45826
45827     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
45828     be used for busy-waiting since it strips the 'volatile' property from
45829     the bd variable. gcc3 was working by pure luck.
45830
45831     This is a follow on patch to "Fix the UEC driver bug of QE"
45832
45833 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
45834 Author: Kumar Gala <galak@kernel.crashing.org>
45835 Date:   Tue Jan 30 14:08:30 2007 -0600
45836
45837     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
45838
45839     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
45840     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
45841     CONFIG_MPC834X so they are more generic.
45842
45843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45844
45845 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
45846 Author: Kim Phillips <kim.phillips@freescale.com>
45847 Date:   Thu Jan 25 13:40:55 2007 -0600
45848
45849     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
45850
45851 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
45852 Author: Kim Phillips <kim.phillips@freescale.com>
45853 Date:   Wed Jan 24 17:18:37 2007 -0600
45854
45855     mpc83xx: sort Makefile targets
45856
45857     reordered targets alphabetically
45858
45859 commit 91e25769771c1164ed63ffca0add49f934ae3343
45860 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
45861 Date:   Tue Jan 16 11:38:14 2007 -0500
45862
45863     mpc83xx: U-Boot support for Wind River SBC8349
45864
45865     I've redone the SBC8349 support to match git-current, which
45866     incorporates all the MPC834x updates from Freescale since the 1.1.6
45867     release,  including the DDR changes.
45868
45869     I've kept all the SBC8349 files as parallel as possible to the
45870     MPC8349EMDS ones for ease of maintenance and to allow for easy
45871     inspection of what was changed to support this board.  Hence the SBC8349
45872     U-Boot has FDT support and everything else that the MPC8349EMDS has.
45873
45874     Fortunately the Freescale updates added support for boards using CS0,
45875     but I had to change spd_sdram.c to allow for board specific settings for
45876     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
45877     default if the board doesn't specify a value.)
45878
45879     Hopefully this should be mergeable as-is and require no whitespace
45880     cleanups or similar, but if something doesn't measure up then let me
45881     know and I'll fix it.
45882
45883     Thanks,
45884     Paul.
45885
45886 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
45887 Author: Sam Song <samsongshu@yahoo.com.cn>
45888 Date:   Thu Dec 14 19:03:21 2006 +0800
45889
45890     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
45891
45892     A redundant semicolon existed in mpc8349itx.c
45893     should be removed.
45894
45895     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
45896
45897 commit f35f358241c549be3f75cfe2eaa642914275b7ba
45898 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
45899 Date:   Wed Dec 6 21:23:55 2006 -0500
45900
45901     mpc83xx: Put the version (and magic) after the HRCW.
45902
45903     Put the version (and magic) after the HRCW.  This puts it in a fixed
45904     location in flash, not at the start of flash but as close as we can get.
45905
45906     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
45907
45908 commit 48aecd969171a6e99a55fae04933857787f9a5bd
45909 Author: Dave Liu <r63238@freescale.com>
45910 Date:   Thu Dec 7 21:14:51 2006 +0800
45911
45912     mpc83xx: Add the MPC832XEMDS board readme
45913
45914     Add the MPC832XEMDS board readme
45915
45916     Signed-off-by: Dave Liu <daveliu@freescale.com>
45917
45918 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
45919 Author: Dave Liu <r63238@freescale.com>
45920 Date:   Thu Dec 7 21:13:15 2006 +0800
45921
45922     mpc83xx: Add support for the MPC832XEMDS board
45923
45924     This patch supports DUART, ETH3/4 and PCI etc.
45925
45926     Signed-off-by: Dave Liu <daveliu@freescale.com>
45927
45928 commit e080313c32322e15ab5a18eb896a252858c57284
45929 Author: Dave Liu <r63238@freescale.com>
45930 Date:   Thu Dec 7 21:11:58 2006 +0800
45931
45932     mpc83xx: streamline the 83xx immr head file
45933
45934     For better format and style, I streamlined the 83xx head files,
45935     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
45936     duplicated macro definition appear in the both files; 2) the structure
45937     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
45938     macro definition put inside the each structure. So, I cleaned up the
45939     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
45940     moved the macro definition to mpc83xx.h, Just like MPC8260.
45941
45942     CHANGELOG
45943
45944     *streamline the 83xx immr head file
45945
45946     Signed-off-by: Dave Liu <daveliu@freescale.com>
45947
45948 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
45949 Author: Dave Liu <r63238@freescale.com>
45950 Date:   Wed Dec 6 11:38:17 2006 +0800
45951
45952     mpc83xx: Fix the UEC driver bug of QE
45953
45954     The patch prevents the GCC tool chain from striping useful code for
45955     optimization. It will make UEC ethernet driver workable, Otherwise the
45956     UEC will fail in tx when you are using gcc4.x. but the driver can work
45957     when using gcc3.4.3.
45958
45959     CHANGELOG
45960
45961     *Prevent the GCC from striping code for optimization, Otherwise the UEC
45962     will tx failed when you are using gcc4.x.
45963
45964     Signed-off-by: Dave Liu <daveliu@freescale.com>
45965
45966 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
45967 Author: Stefan Roese <sr@denx.de>
45968 Date:   Thu Mar 1 21:11:36 2007 +0100
45969
45970     [PATCH] Update AMCC Katmai 440SPe eval board support
45971
45972     This patch updates the recently added Katmai board support. The biggest
45973     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
45974     driver.
45975
45976     Please note, that still some problems are left with some memory
45977     configurations. See the driver for more details.
45978
45979     Signed-off-by: Stefan Roese <sr@denx.de>
45980
45981 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
45982 Author: Stefan Roese <sr@denx.de>
45983 Date:   Thu Mar 1 07:03:25 2007 +0100
45984
45985     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
45986
45987     Signed-off-by: Stefan Roese <sr@denx.de>
45988
45989 commit ccbc7036648e465697ca298ba51e0e76dda352a0
45990 Author: Wolfgang Denk <wd@pollux.denx.de>
45991 Date:   Wed Feb 28 01:28:53 2007 +0100
45992
45993     SC3: fix typo in default environment
45994
45995 commit e344568b1b46af85ec32d815586f91bc115d6223
45996 Author: Sergei Poselenov <sposelenov@emcraft.com>
45997 Date:   Tue Feb 27 20:15:30 2007 +0300
45998
45999     MCC200: Fixes for update procedure
46000
46001     - fix logic error in image type handling
46002     - make sure file system images (cramfs etc.) get stored in flash
46003       with image header stripped so they can be mounted through MTD
46004
46005 commit 743571145b37182757d4e688a77860b36ee77573
46006 Author: Wolfgang Denk <wd@pollux.denx.de>
46007 Date:   Tue Feb 27 14:26:04 2007 +0100
46008
46009     Minor code cleanup.
46010
46011 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
46012 Author: Sergei Poselenov <sposelenov@emcraft.com>
46013 Date:   Tue Feb 27 12:40:16 2007 +0300
46014
46015     MCC200 update - add LCD Progress Indicator
46016
46017 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
46018 Author: Stefan Roese <sr@denx.de>
46019 Date:   Thu Feb 22 07:43:34 2007 +0100
46020
46021     [PATCH] get_dev() now unconditionally uses manual relocation
46022
46023     Since the relocation fix is not included yet and we're not sure how
46024     it will be added, this patch removes code that required relocation
46025     to be fixed for now.
46026
46027     Signed-off-by: Stefan Roese <sr@denx.de>
46028
46029 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
46030 Author: Stefan Roese <sr@denx.de>
46031 Date:   Thu Feb 22 07:40:23 2007 +0100
46032
46033     [PATCH] Change systemace driver to select 8 & 16bit mode
46034
46035     As suggested by Grant Likely this patch enables the Xilinx SystemACE
46036     driver to select 8 or 16bit mode upon startup.
46037
46038     Signed-off-by: Stefan Roese <sr@denx.de>
46039
46040 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
46041 Author: Haiying Wang <Haiying.Wang@freescale.com>
46042 Date:   Wed Feb 21 16:52:31 2007 +0100
46043
46044     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
46045
46046     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
46047     is fully finished. The sync() is defined in each CPU's io.h file. For
46048     those CPUs which do not need sync for now, a dummy sync() is defined in
46049     their io.h as well.
46050
46051     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
46052
46053 commit da04995c7dc6772013a9a0dc5c767f190c402478
46054 Author: Stefan Roese <sr@denx.de>
46055 Date:   Wed Feb 21 13:44:34 2007 +0100
46056
46057     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
46058
46059     Signed-off-by: Stefan Roese <sr@denx.de>
46060
46061 commit 751bb57107d78978ae08e697c3deba816f5be091
46062 Author: Stefan Roese <sr@denx.de>
46063 Date:   Tue Feb 20 13:21:57 2007 +0100
46064
46065     [PATCH] Fix relocation problem with "new" get_dev() function
46066
46067     This patch enables the "new" get_dev() function for block devices
46068     introduced by Grant Likely to be used on systems that still suffer
46069     from the relocation problems (manual relocation neede because of
46070     problems with linker script).
46071
46072     Hopefully we can resolve this relocation issue soon for all platform
46073     so we don't need this additional code anymore.
46074
46075     Signed-off-by: Stefan Roese <sr@denx.de>
46076
46077 commit d93e2212f962668b3dce091ff5edc33f2347fe37
46078 Author: Stefan Roese <sr@denx.de>
46079 Date:   Tue Feb 20 13:17:42 2007 +0100
46080
46081     [PATCH] Update SystemACE driver for 16bit access
46082
46083     This patch removes some problems when the Xilinx SystemACE driver
46084     is used with 16bit access on an big endian platform (like the
46085     AMCC Katmai).
46086
46087     Signed-off-by: Stefan Roese <sr@denx.de>
46088
46089 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
46090 Author: Stefan Roese <sr@denx.de>
46091 Date:   Tue Feb 20 13:15:40 2007 +0100
46092
46093     [PATCH] Clean up Katmai (440SPe) linker script
46094
46095     Signed-off-by: Stefan Roese <sr@denx.de>
46096
46097 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
46098 Author: Stefan Roese <sr@denx.de>
46099 Date:   Tue Feb 20 10:57:08 2007 +0100
46100
46101     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
46102
46103     Signed-off-by: Stefan Roese <sr@denx.de>
46104
46105 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
46106 Author: Stefan Roese <sr@denx.de>
46107 Date:   Tue Feb 20 10:51:26 2007 +0100
46108
46109     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
46110
46111     This patch switches to the desired I2C bus when the date/dtt
46112     commands are called. This can be configured using the
46113     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
46114
46115     Signed-off-by: Stefan Roese <sr@denx.de>
46116
46117 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
46118 Author: Stefan Roese <sr@denx.de>
46119 Date:   Tue Feb 20 10:43:34 2007 +0100
46120
46121     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
46122
46123     This patch adds support for the DDR2 controller used on the
46124     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
46125     board and works fine with the following DIMM modules:
46126
46127     - Corsair CM2X512-5400C4 (512MByte per DIMM)
46128     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
46129     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
46130
46131     This patch also adds the nice functionality to dynamically
46132     create the TLB entries for the SDRAM (tlb.c). So we should
46133     never run into such problems with wrong (too short) TLB
46134     initialization again on these platforms.
46135
46136     Signed-off-by: Stefan Roese <sr@denx.de>
46137
46138 commit 36d830c9830379045f5daa9f542ac1c990c70068
46139 Author: Stefan Roese <sr@denx.de>
46140 Date:   Tue Feb 20 10:35:42 2007 +0100
46141
46142     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
46143
46144     Since the existing 4xx SPD SDRAM initialization routines for the
46145     405 SDRAM controller and the 440 DDR controller don't have much in
46146     common this patch splits both drivers into different files.
46147
46148     This is in preparation for the 440 DDR2 controller support (440SP/e).
46149
46150     Signed-off-by: Stefan Roese <sr@denx.de>
46151
46152 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
46153 Author: Stefan Roese <sr@denx.de>
46154 Date:   Tue Feb 20 10:27:08 2007 +0100
46155
46156     [PATCH] PPC4xx: Add support for multiple I2C busses
46157
46158     This patch adds support for multiple I2C busses on the PPC4xx
46159     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
46160     to make use of this feature.
46161
46162     It also merges the 405 and 440 i2c header files into one common
46163     file 4xx_i2c.h.
46164
46165     Also the 4xx i2c reset procedure is reworked since I experienced
46166     some problems with the first access on the 440SPe Katmai board.
46167
46168     Signed-off-by: Stefan Roese <sr@denx.de>
46169
46170 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
46171 Author: Grant Likely <grant.likely@secretlab.ca>
46172 Date:   Tue Feb 20 09:05:45 2007 +0100
46173
46174     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
46175
46176     Block device read/write is anonymous data; there is no need to use a
46177     typed pointer.  void * is fine.  Also add a hook for block_read functions
46178
46179     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46180
46181 commit 53758fa20e935cc87eeb0519ed365df753a6f289
46182 Author: Grant Likely <grant.likely@secretlab.ca>
46183 Date:   Tue Feb 20 09:05:38 2007 +0100
46184
46185     [PATCH 8_9] Add block_write hook to block_dev_desc_t
46186
46187     Preparation for future patches which support block device writing
46188
46189     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46190
46191 commit f4852ebe6ca946a509667eb68be42026f837be76
46192 Author: Grant Likely <grant.likely@secretlab.ca>
46193 Date:   Tue Feb 20 09:05:31 2007 +0100
46194
46195     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
46196
46197     Register read/write does not need to be wrapped in a full function.  The
46198     patch replaces them with macros.
46199
46200     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46201
46202 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
46203 Author: Grant Likely <grant.likely@secretlab.ca>
46204 Date:   Tue Feb 20 09:05:23 2007 +0100
46205
46206     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
46207
46208     The code in this file is not a command; it is a device driver.  Put it in
46209     the correct place.  There are zero functional changes in this patch, it
46210     only moves the file.
46211
46212     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46213
46214 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
46215 Author: Grant Likely <grant.likely@secretlab.ca>
46216 Date:   Tue Feb 20 09:05:16 2007 +0100
46217
46218     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
46219
46220     This patch is in preparation of additional changes to the sysace driver.
46221     May as well take this opportunity to fixup the inconsistent whitespace since
46222     this file is about to undergo major changes anyway.
46223
46224     There are zero functional changes in this patch.  It only cleans up the
46225     the whitespace.
46226
46227     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46228
46229 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
46230 Author: Grant Likely <grant.likely@secretlab.ca>
46231 Date:   Tue Feb 20 09:05:07 2007 +0100
46232
46233     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
46234
46235     isprint is already defined in ctype.c
46236
46237     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46238
46239 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
46240 Author: Grant Likely <grant.likely@secretlab.ca>
46241 Date:   Tue Feb 20 09:05:00 2007 +0100
46242
46243     [PATCH 3_9] Move buffer print code from md command to common function
46244
46245     Printing a buffer is a darn useful thing.  Move the buffer print code
46246     into print_buffer() in lib_generic/
46247
46248     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46249
46250 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
46251 Author: Grant Likely <grant.likely@secretlab.ca>
46252 Date:   Tue Feb 20 09:04:52 2007 +0100
46253
46254     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
46255
46256     Change the xilinx device drivers and board code to include config.h
46257     instead of xparameters.h directly.  config.h always includes the
46258     correct xparameters file.  This change reduces the posibility of
46259     including the wrong file when adding a new xilinx board port
46260
46261     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46262
46263 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
46264 Author: Grant Likely <grant.likely@secretlab.ca>
46265 Date:   Tue Feb 20 09:04:34 2007 +0100
46266
46267     [PATCH 1_4] Merge common get_dev() routines for block devices
46268
46269     Each of the filesystem drivers duplicate the get_dev routine.  This change
46270     merges them into a single function in part.c
46271
46272     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46273
46274 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
46275 Author: Wolfgang Denk <wd@pollux.denx.de>
46276 Date:   Mon Feb 19 23:09:51 2007 +0100
46277
46278     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
46279     as root file system images.
46280
46281 commit 489c696ae7211218961d159e43e722d74c36fcbc
46282 Author: Sergei Poselenov <sposelenov@emcraft.com>
46283 Date:   Wed Feb 14 14:30:28 2007 +0300
46284
46285     MCC200: Extensions to Software Update Mechanism
46286
46287     Update / extend Software Update Mechanism for MCC200 board:
46288
46289     - Add support for rootfs image added. The environment variables
46290       "rootfs_st" and "rootfs_nd" can be used to override the default
46291       values of the image start and end.
46292     - Remove excessive key check code.
46293     - Code cleanup.
46294
46295 commit 4be23a12f23f1372634edc3215137b09768b7949
46296 Author: Stefan Roese <sr@denx.de>
46297 Date:   Mon Feb 19 08:23:15 2007 +0100
46298
46299     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
46300
46301     As spotted by Matthias Fuchs, the READY input should not be
46302     enabled for the NOR FLASH on the Sequoia board.
46303
46304     Signed-off-by: Stefan Roese <sr@denx.de>
46305
46306 commit 2605e90bf676d48123afe5719a846d2b52b24aac
46307 Author: Heiko Schocher <hs@pollux.denx.de>
46308 Date:   Fri Feb 16 07:57:42 2007 +0100
46309
46310     [PATCH] Added support for the jupiter board.
46311
46312     Signed-off-by: Heiko Schocher <hs@denx.de>
46313
46314 commit 497d012e5be0194e1084073d0081eb1a844796b2
46315 Author: Gary Jennejohn <garyj@pollux.denx.de>
46316 Date:   Mon Feb 12 13:11:50 2007 +0100
46317
46318     LPC2292: patch from Siemens.
46319
46320 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
46321 Author: Stefan Roese <sr@denx.de>
46322 Date:   Sat Feb 10 08:49:31 2007 +0100
46323
46324     [PATCH] Add missing p3mx.h file to repository (ups)
46325
46326     Signed-off-by: Stefan Roese <sr@denx.de>
46327
46328 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
46329 Author: Bartlomiej Sieka <tur@semihalf.com>
46330 Date:   Fri Feb 9 10:45:42 2007 +0100
46331
46332     [Motion-PRO] Preliminary support for the Motion-PRO board.
46333
46334 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
46335 Author: Stefan Roese <sr@denx.de>
46336 Date:   Wed Feb 7 16:51:08 2007 +0100
46337
46338     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
46339
46340     Some boards that can have more than 768MBytes of SDRAM need to
46341     set "initrd_high", so that the initrd can be accessed by the
46342     Linux kernel.
46343
46344     Signed-off-by: Stefan Roese <sr@denx.de>
46345
46346 commit 7372ca68227930d03cffa548310524cad5b96733
46347 Author: Stefan Roese <sr@denx.de>
46348 Date:   Fri Feb 2 12:44:22 2007 +0100
46349
46350     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
46351
46352     Previously the strapping DCR/SDR was read to determine if the internal PCI
46353     arbiter is enabled or not. This strapping bit can be overridden, so now
46354     the current status is read from the correct DCR/SDR register.
46355
46356     Signed-off-by: Stefan Roese <sr@denx.de>
46357
46358 commit 2aa54f651a42d198673318f07a20c89a43e4d197
46359 Author: Stefan Roese <sr@denx.de>
46360 Date:   Fri Feb 2 12:42:08 2007 +0100
46361
46362     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
46363
46364     Signed-off-by: Stefan Roese <sr@denx.de>
46365
46366 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
46367 Author: Stefan Roese <sr@denx.de>
46368 Date:   Thu Feb 1 13:22:41 2007 +0100
46369
46370     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
46371
46372     When PCI PNP is enabled the pci pnp configuration routine is called
46373     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
46374     problems with some PCI cards. For now disable the PCI PNP configuration.
46375
46376     Signed-off-by: Stefan Roese <sr@denx.de>
46377
46378 commit 2902fadade3be7659467e8d074048c6b7068f5c0
46379 Author: Stefan Roese <sr@denx.de>
46380 Date:   Wed Jan 31 16:56:10 2007 +0100
46381
46382     [PATCH] Update 440EPx/440GRx cpu detection
46383
46384     Signed-off-by: Stefan Roese <sr@denx.de>
46385
46386 commit d5ea287b02a6945c3977410e364a879dd1a555c8
46387 Author: Stefan Roese <sr@denx.de>
46388 Date:   Wed Jan 31 16:38:04 2007 +0100
46389
46390     [PATCH] Update esd cpci5200 files
46391
46392     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
46393
46394 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
46395 Author: Stefan Roese <sr@denx.de>
46396 Date:   Wed Jan 31 16:37:34 2007 +0100
46397
46398     [PATCH] Add support for esd mecp5200 board
46399
46400     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
46401
46402 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
46403 Author: Stefan Roese <sr@denx.de>
46404 Date:   Wed Jan 31 12:38:50 2007 +0100
46405
46406     [PATCH] Remove unneccessary yellowstone board config file
46407
46408     Signed-off-by: Stefan Roese <sr@denx.de>
46409
46410 commit e802594b6fa1b166308820c276b96dc0d7cc731c
46411 Author: Stefan Roese <sr@denx.de>
46412 Date:   Tue Jan 30 17:06:10 2007 +0100
46413
46414     [PATCH] Update Sequoia (440EPx) config file
46415
46416     The config file now handles the 2nd target, the Rainier (440GRx)
46417     evaluation board better. Additionally the PPC input clock was
46418     adjusted to match the correct value of 33.0 MHz.
46419
46420     Signed-off-by: Stefan Roese <sr@denx.de>
46421
46422 commit 700200c67e73b83751418abe7815840dca8fd6cb
46423 Author: Stefan Roese <sr@denx.de>
46424 Date:   Tue Jan 30 17:04:19 2007 +0100
46425
46426     [PATCH] Merge Yosemite & Yellowstone board ports
46427
46428     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
46429     share one config file and all board specific files. This way we
46430     don't have to maintain two different sets of files for nearly
46431     identical boards.
46432
46433     Signed-off-by: Stefan Roese <sr@denx.de>
46434
46435 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
46436 Author: Stefan Roese <sr@denx.de>
46437 Date:   Tue Jan 30 15:01:49 2007 +0100
46438
46439     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
46440
46441     SCPU doesn't use redundant environment in flash.
46442
46443     Signed-off-by: Stefan Roese <sr@denx.de>
46444
46445 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
46446 Author: Stefan Roese <sr@denx.de>
46447 Date:   Tue Jan 30 12:51:07 2007 +0100
46448
46449     [PATCH] alpr: Update alpr board config file
46450
46451     Signed-off-by: Stefan Roese <sr@denx.de>
46452
46453 commit f8db84f132b1e335f20f96138a1f09ed97b08664
46454 Author: Wolfgang Denk <wd@pollux.denx.de>
46455 Date:   Tue Jan 30 00:50:40 2007 +0100
46456
46457     LPC2292 SODIMM port coding style cleanup.
46458
46459 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
46460 Author: Gary Jennejohn <garyj@pollux.denx.de>
46461 Date:   Wed Jan 24 12:16:56 2007 +0100
46462
46463     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
46464
46465 commit 2daf046ba627f85f44195815778140039636244e
46466 Author: Bartlomiej Sieka <tur@semihalf.com>
46467 Date:   Tue Jan 23 17:22:06 2007 +0100
46468
46469     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
46470
46471 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
46472 Author: Bartlomiej Sieka <tur@semihalf.com>
46473 Date:   Tue Jan 23 14:21:14 2007 +0100
46474
46475     [iDMR] Flash driver on initialisation write-protects some sectors,
46476     currently sectors 0-3. Sector 3 does not need to be protected, though
46477     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
46478     fixes this, i.e., only sectors 0-2 are protected.
46479
46480 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
46481 Author: Bartlomiej Sieka <tur@semihalf.com>
46482 Date:   Tue Jan 23 14:11:22 2007 +0100
46483
46484     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
46485     "mii device" results in "Unexpected exception"). Fixing this properly
46486     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
46487     this commit disables MII commads for now.
46488
46489 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
46490 Author: Bartlomiej Sieka <tur@semihalf.com>
46491 Date:   Tue Jan 23 13:25:22 2007 +0100
46492
46493     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
46494     Identification Register (CIR).
46495
46496 commit fdef388758506765d4d6a7155c8f1584c63ff581
46497 Author: roy zang <tie-fei.zang@freescale.com>
46498 Date:   Mon Jan 22 13:19:21 2007 +0800
46499
46500     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
46501     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
46502     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
46503     mpc7448hpc2 board.
46504
46505 commit a4012396645533aef218354eeba754dff0deace8
46506 Author: Wolfgang Denk <wd@pollux.denx.de>
46507 Date:   Fri Jan 19 23:08:39 2007 +0100
46508
46509     Minor code cleanup.
46510
46511 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
46512 Author: Heiko Schocher <hs@pollux.denx.de>
46513 Date:   Fri Jan 19 19:57:10 2007 +0100
46514
46515     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
46516
46517     Signed-off-by: Heiko Schocher <hs@denx.de>
46518
46519 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
46520 Author: Heiko Schocher <hs@pollux.denx.de>
46521 Date:   Fri Jan 19 18:05:26 2007 +0100
46522
46523     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
46524                  if you must swap the bytes between reading/writing.
46525                  (Needed for the SC3 board)
46526
46527     Signed-off-by: Heiko Schocher <hs@denx.de>
46528
46529 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
46530 Author: Stefan Roese <sr@denx.de>
46531 Date:   Thu Jan 18 16:05:47 2007 +0100
46532
46533     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
46534
46535     Signed-off-by: Stefan Roese <sr@denx.de>
46536
46537 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
46538 Author: Stefan Roese <sr@denx.de>
46539 Date:   Thu Jan 18 11:54:52 2007 +0100
46540
46541     [PATCH] Update Prodrive P3Mx support
46542
46543     Signed-off-by: Stefan Roese <sr@denx.de>
46544
46545 commit 34167a36c29ee946b727465db5c014746a08e978
46546 Author: Stefan Roese <sr@denx.de>
46547 Date:   Thu Jan 18 11:48:10 2007 +0100
46548
46549     [PATCH] Add missing Taishan config file
46550
46551     Signed-off-by: Stefan Roese <sr@denx.de>
46552
46553 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
46554 Author: Heiko Schocher <hs@pollux.denx.de>
46555 Date:   Thu Jan 18 11:28:51 2007 +0100
46556
46557     [PATCH] Fix: Compilerwarnings for SC3 board.
46558                  The EBC Configuration Register is now by CFG_EBC_CFG definable
46559                  Added JFFS2 support for the SC3 board.
46560
46561     Signed-off-by: Heiko Schocher <hs@denx.de>
46562
46563 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
46564 Author: Stefan Roese <sr@denx.de>
46565 Date:   Thu Jan 18 10:25:34 2007 +0100
46566
46567     [PATCH] Add support for AMCC Taishan PPC440GX eval board
46568
46569     Signed-off-by: Stefan Roese <sr@denx.de>
46570
46571 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
46572 Author: Wolfgang Denk <wd@pollux.denx.de>
46573 Date:   Tue Jan 16 18:30:50 2007 +0100
46574
46575     Raname solidcard3 into sc3; add redundant env for sc3
46576
46577 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
46578 Author: Wolfgang Denk <wd@pollux.denx.de>
46579 Date:   Tue Jan 16 12:46:35 2007 +0100
46580
46581     Update default environment for Solidcard3
46582
46583 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
46584 Author: Stefan Roese <sr@denx.de>
46585 Date:   Mon Jan 15 09:46:29 2007 +0100
46586
46587     [PATCH] Fix 440SPe rev B detection from previous patch
46588
46589     Signed-off-by: Stefan Roese <sr@denx.de>
46590
46591 commit a443d31410c571ee8f970da819a44d698fdd6b1f
46592 Author: Heiko Schocher <hs@pollux.denx.de>
46593 Date:   Sun Jan 14 13:35:31 2007 +0100
46594
46595         [FIX] correct I2C Writes for the LM81 Sensor.
46596
46597         Signed-off-by: Heiko Schocher <hs@denx.de>
46598
46599 commit 0bba5452835f19a61204edcda3a58112fd8e2208
46600 Author: Wolfgang Denk <wd@pollux.denx.de>
46601 Date:   Sat Jan 13 11:17:10 2007 +0100
46602
46603     Undo commit 3033ebb2: reset command does not take any arguments
46604
46605     Haiying Wang's modification to the reset command was broken, undo it.
46606
46607     Signed-off-by: Wolfgang Denk <wd@denx.de>
46608
46609 commit 95981778cff0038fd9941044d6a3eda810e33258
46610 Author: Stefan Roese <sr@denx.de>
46611 Date:   Sat Jan 13 08:01:03 2007 +0100
46612
46613     [PATCH] Update 440SP(e) cpu revisions
46614
46615     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
46616
46617     Signed-off-by: Stefan Roese <sr@denx.de>
46618
46619 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
46620 Author: Stefan Roese <sr@denx.de>
46621 Date:   Sat Jan 13 07:59:56 2007 +0100
46622
46623     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
46624
46625     Now the board revision and the current PCI bus speed are printed after
46626     the board message.
46627
46628     Also the EBC initialising is now done via defines in the board config
46629     file.
46630
46631     Signed-off-by: Stefan Roese <sr@denx.de>
46632
46633 commit 36adff362c2c0141ff8a810d42a7e478f779130f
46634 Author: Stefan Roese <sr@denx.de>
46635 Date:   Sat Jan 13 07:59:19 2007 +0100
46636
46637     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
46638
46639     Now the board revision and the current PCI bus speed are printed after
46640     the board message.
46641
46642     Also the EBC initialising is now done via defines in the board config
46643     file.
46644
46645     Signed-off-by: Stefan Roese <sr@denx.de>
46646
46647 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
46648 Author: Stefan Roese <sr@denx.de>
46649 Date:   Sat Jan 13 07:57:51 2007 +0100
46650
46651     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
46652
46653     Now the board revision and the current PCI bus speed are printed after
46654     the board message.
46655
46656     Signed-off-by: Stefan Roese <sr@denx.de>
46657
46658 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
46659 Author: Heiko Schocher <hs@pollux.denx.de>
46660 Date:   Thu Jan 11 15:44:44 2007 +0100
46661
46662         Added support for the SOLIDCARD III board from Eurodesign
46663
46664         Signed-off-by: Heiko Schocher <hs@denx.de>
46665
46666 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
46667 Author: Reinhard Thies <Reinhard.Thies@web.de>
46668 Date:   Wed Jan 10 14:41:14 2007 +0100
46669
46670     Adjusted default environment for cam5200 board.
46671
46672 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
46673 Author: Wolfgang Denk <wd@pollux.denx.de>
46674 Date:   Wed Jan 10 15:35:52 2007 +0100
46675
46676     Update CHANGELOG
46677
46678 commit 787fa15860a57833e50bd30555079a9cd4e519b8
46679 Author: Wolfgang Denk <wd@pollux.denx.de>
46680 Date:   Wed Jan 10 01:28:39 2007 +0100
46681
46682     Fix auto_update for MCC200 board.
46683
46684     The invocation of do_auto_update() is moved to the end of the
46685     misc_init_r() function, after the flash mappings have been
46686     initialized. Please find attached a patch that implements that
46687     change.
46688
46689     Also correct the decoding of the keypad status. With this update, the
46690     key that will trigger the update is Column 2, Row 2.
46691
46692 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
46693 Author: Marian Balakowicz <m8@semihalf.com>
46694 Date:   Wed Jan 10 00:26:15 2007 +0100
46695
46696     CAM5200 flash driver modifications:
46697     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
46698     - add second build target 'cam5200_niosflash' which still uses custom driver
46699
46700 commit 67fea022fa957f59653b5238c7496f80a6b70432
46701 Author: Markus Klotzbuecher <mk@denx.de>
46702 Date:   Tue Jan 9 16:02:48 2007 +0100
46703
46704     SPC1920: cleanup memory contoller setup
46705
46706 commit 8fc2102faa23593c80381437c09f7745a14deb40
46707 Author: Markus Klotzbuecher <mk@denx.de>
46708 Date:   Tue Jan 9 14:57:14 2007 +0100
46709
46710     Fix the cpu speed setup to work with all boards.
46711
46712 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
46713 Author: Markus Klotzbuecher <mk@denx.de>
46714 Date:   Tue Jan 9 14:57:13 2007 +0100
46715
46716     SPC1920: add support for the FM18L08 Ramtron FRAM
46717
46718 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
46719 Author: Markus Klotzbuecher <mk@denx.de>
46720 Date:   Tue Jan 9 14:57:13 2007 +0100
46721
46722     SPC1920: update the HPI register addresses to work with the second
46723     generation of hardware
46724
46725 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
46726 Author: Markus Klotzbuecher <mk@creamnet.de>
46727 Date:   Tue Jan 9 14:57:13 2007 +0100
46728
46729     Miscellanious spc1920 related cleanups
46730
46731 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
46732 Author: Markus Klotzbuecher <mk@denx.de>
46733 Date:   Tue Jan 9 14:57:12 2007 +0100
46734
46735     SPC1920 GO/NOGO led should be set to color red in U-Boot
46736
46737 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
46738 Author: Markus Klotzbuecher <mk@creamnet.de>
46739 Date:   Tue Jan 9 14:57:12 2007 +0100
46740
46741     Add support for the DS3231 RTC
46742
46743 commit 8139567b60d678584b05f0718a681f2047c5e14f
46744 Author: Markus Klotzbuecher <mk@creamnet.de>
46745 Date:   Tue Jan 9 14:57:11 2007 +0100
46746
46747     SMC1 uses external CLK4 instead of BRG on spc1920
46748
46749 commit d8d9de1a02fbd880b613d607143d1f57342affc7
46750 Author: Markus Klotzbuecher <mk@creamnet.de>
46751 Date:   Tue Jan 9 14:57:10 2007 +0100
46752
46753     Update the SPC1920 CMB PLD driver
46754
46755 commit 3f34f869162750e5e999fd140f884f5de952bcfe
46756 Author: Markus Klotzbuecher <mk@creamnet.de>
46757 Date:   Tue Jan 9 14:57:10 2007 +0100
46758
46759     Add / enable I2C support on the spc1920 board
46760
46761 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
46762 Author: Markus Klotzbuecher <mk@creamnet.de>
46763 Date:   Tue Jan 9 14:57:10 2007 +0100
46764
46765     Add support for the tms320671x host port interface (HPI)
46766
46767 commit f4eb54529bb3664c3a562e488b460fe075f79d67
46768 Author: Wolfgang Denk <wd@pollux.denx.de>
46769 Date:   Sun Jan 7 00:13:11 2007 +0100
46770
46771     Prepare for release 1.2.0
46772
46773 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
46774 Author: Stefan Roese <sr@denx.de>
46775 Date:   Sat Jan 6 15:58:09 2007 +0100
46776
46777     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
46778
46779     This patch fixes a problem with an incorrect setup for the refresh
46780     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
46781
46782     Signed-off-by: Stefan Roese <sr@denx.de>
46783
46784 commit f16c1da9577f06c5fc08651a4065537407de4635
46785 Author: Stefan Roese <sr@denx.de>
46786 Date:   Sat Jan 6 15:56:13 2007 +0100
46787
46788     [PATCH] Update ALPR board files
46789
46790     This update brings the ALPR board support to the newest version.
46791     It also fixes a problem with the NAND driver.
46792
46793     Signed-off-by: Stefan Roese <sr@denx.de>
46794
46795 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
46796 Author: Stefan Roese <sr@denx.de>
46797 Date:   Fri Jan 5 11:46:05 2007 +0100
46798
46799     [PATCH] nand: Fix problem with oobsize calculation
46800
46801     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
46802
46803     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
46804     returns a 0x15. In the code fragment below bits [1:0] determine the
46805     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
46806     next field is also ANDed with 0x3. However this is a one bit field
46807     as defined in the Hynix and Samsung parts in the 4th ID byte that
46808     determins the oobsize, not a two bit field. It works on Samsung as
46809     bits[3:2] are 01. However for the Hynix there is a 11 in these two
46810     bits, so the oob size gets messed up.
46811
46812     I checked the correct linux code and the suggested fix from Brian is
46813     also available in the linux nand mtd driver.
46814
46815     Signed-off-by: Stefan Roese <sr@denx.de>
46816
46817 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
46818 Author: Stefan Roese <sr@denx.de>
46819 Date:   Fri Jan 5 10:40:36 2007 +0100
46820
46821     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
46822
46823     This fix will make the MAL burst disabling patch for the Linux
46824     EMAC driver obsolete.
46825
46826     Signed-off-by: Stefan Roese <sr@denx.de>
46827
46828 commit 023889838282b6237b401664f22dd22dfba2c066
46829 Author: Stefan Roese <sr@denx.de>
46830 Date:   Fri Jan 5 10:38:05 2007 +0100
46831
46832     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
46833
46834     This code will optimize the DDR2 controller setup on a board specific
46835     basis.
46836
46837     Note: This code doesn't work right now on the NAND booting image for the
46838     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
46839
46840     Signed-off-by: Stefan Roese <sr@denx.de>
46841
46842 commit cce4acbb68398634b8d011ed7bb0d12269c84230
46843 Author: Bartlomiej Sieka <tur@semihalf.com>
46844 Date:   Thu Dec 28 19:08:21 2006 +0100
46845
46846     Few V38B changes:
46847       - fix a typo in V38B config file
46848       - move watchdog initialisation earlier in the boot process
46849       - add "wdt=off" to default kernel command line (disables kernel watchdog)
46850
46851 commit 92eb729bad876725aeea908d2addba0800620840
46852 Author: Wolfgang Denk <wd@pollux.denx.de>
46853 Date:   Wed Dec 27 01:26:13 2006 +0100
46854
46855     Fix bug in adaption of Stefano Babic's CFI driver patch.
46856
46857 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
46858 Author: Wolfgang Denk <wd@pollux.denx.de>
46859 Date:   Sun Dec 24 01:42:57 2006 +0100
46860
46861     Minor code cleanup.
46862
46863 commit d784fdb05900ada3686d5778783e1fb328e9fb66
46864 Author: Stefano Babic <sbabic@denx.de>
46865 Date:   Tue Dec 12 00:22:42 2006 +0100
46866
46867     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
46868
46869 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
46870 Author: Stefan Roese <sr@denx.de>
46871 Date:   Fri Dec 22 14:29:40 2006 +0100
46872
46873     [PATCH] Fix sequoia flash autodetection (finally correct)
46874
46875     Now 32MByte and 64MByte FLASH is know to work and other
46876     configurations should work too.
46877
46878     Signed-off-by: Stefan Roese <sr@denx.de>
46879
46880 commit 82e5236a8b719543643fd26d5827938ab2b94818
46881 Author: Wolfgang Denk <wd@pollux.denx.de>
46882 Date:   Fri Dec 22 10:30:26 2006 +0100
46883
46884     Minor code cleanup; update CHANGELOG.
46885
46886 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
46887 Author: Heiko Schocher <hs@pollux.denx.de>
46888 Date:   Thu Dec 21 17:17:02 2006 +0100
46889
46890     Added support for the TQM8272 board from TQ
46891
46892     Signed-off-by: Heiko Schocher <hs@denx.de>
46893
46894 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
46895 Author: Heiko Schocher <hs@pollux.denx.de>
46896 Date:   Thu Dec 21 16:14:48 2006 +0100
46897
46898     [PATCH] Add support for the UC101 board from MAN.
46899
46900     Signed-off-by: Heiko Schocher <hs@denx.de>
46901
46902 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
46903 Author: Bartlomiej Sieka <tur@semihalf.com>
46904 Date:   Wed Dec 20 00:29:43 2006 +0100
46905
46906     Fix to make the baudrate changes immediate for the MCF52x2 family.
46907
46908 commit daa6e418bcc0c717752e8de939c213c790286096
46909 Author: Bartlomiej Sieka <tur@semihalf.com>
46910 Date:   Wed Dec 20 00:27:32 2006 +0100
46911
46912     Preliminary support for the iDMR board (ColdFire).
46913
46914 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
46915 Author: Andrei Safronov <safronov@pollux.denx.de>
46916 Date:   Fri Dec 8 16:23:08 2006 +0100
46917
46918     automatic update mechanism
46919
46920 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
46921 Author: roy zang <tie-fei.zang@freescale.com>
46922 Date:   Mon Dec 4 17:56:59 2006 +0800
46923
46924     Slight code clean up.
46925     Add comments, delete duplicate define and remove spaces.
46926     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
46927
46928 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
46929 Author: roy zang <tie-fei.zang@freescale.com>
46930 Date:   Mon Dec 4 17:54:21 2006 +0800
46931
46932     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
46933     multiplier table can not refect the real PLL clock behavior of these
46934     processors. Please refer to the hardware specification for detailed
46935     information of the corresponding processors.
46936     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
46937
46938 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
46939 Author: roy zang <tie-fei.zang@freescale.com>
46940 Date:   Mon Dec 4 14:46:23 2006 +0800
46941
46942     Remove the static MAC address, ip address, server ip, netmask and
46943     gateway ip for network setting.
46944     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
46945
46946 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
46947 Author: roy zang <tie-fei.zang@freescale.com>
46948 Date:   Mon Dec 4 14:33:08 2006 +0800
46949
46950     Remove the duplicate memory test code for mpc744ihpc2 board.
46951     If a memory test is needed, please use the functions in
46952     post/memory.c or memtest command.
46953     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
46954
46955 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
46956 Author: roy zang <tie-fei.zang@freescale.com>
46957 Date:   Fri Dec 1 19:01:25 2006 +0800
46958
46959     Fix the exception occuring in RAM table search issue.
46960     The original search_one_table() function code can only processes the search
46961     for the exception occurring in FLASH/ROM, because the exception and fixup
46962     table usually locate in FLASH. If the exception address is also in
46963     FLASH, it will be OK.
46964     If the exception occurs in RAM, after the u-boot relocation, a
46965     relocation offset should be added.
46966
46967     clean up the code in cpu/74xx_7xx/cpu.c
46968
46969     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
46970
46971 commit ee311214e0d216f904feea269599d0934bf71f23
46972 Author: roy zang <tie-fei.zang@freescale.com>
46973 Date:   Fri Dec 1 11:47:36 2006 +0800
46974
46975     Clean up the code according to codestyle:
46976     (1) remove some C++ comments.
46977     (2) remove trailing white space.
46978     (3) remove trailing empty line.
46979     (4) Indentation by table.
46980     (5) remove {} in one line condition.
46981     (6) add space before '(' in function call.
46982     Remove some weird printf () output.
46983     Add necessary comments.
46984     Modified Makefile to support building in a separate directory.
46985
46986 commit dd520bf314c7add4183c5191692180f576f96b60
46987 Author: Wolfgang Denk <wd@pollux.denx.de>
46988 Date:   Thu Nov 30 18:02:20 2006 +0100
46989
46990     Code cleanup.
46991
46992 commit 8d9a8610b8256331132227e9e6585c6bd5742787
46993 Author: Wolfgang Denk <wd@pollux.denx.de>
46994 Date:   Thu Nov 30 01:54:07 2006 +0100
46995
46996     Code cleanup. Update CHANGELOG.
46997
46998 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
46999 Author: Grant Likely <grant.likely@secretlab.ca>
47000 Date:   Wed Nov 29 16:23:42 2006 +0100
47001
47002     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
47003
47004     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
47005     not the XLB frequency.
47006
47007     This patch depends on the previous patches for MPC52xx device tree support
47008
47009     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
47010     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
47011
47012 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
47013 Author: Stefan Roese <sr@denx.de>
47014 Date:   Wed Nov 29 15:42:37 2006 +0100
47015
47016     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
47017
47018     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
47019     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
47020     quite similar and share the same board directory "prodrive/p3mx"
47021     and the same config file "p3mx.h".
47022
47023     Signed-off-by: Stefan Roese <sr@denx.de>
47024
47025 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
47026 Author: Stefan Roese <sr@denx.de>
47027 Date:   Wed Nov 29 12:53:15 2006 +0100
47028
47029     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
47030
47031     In the bootvx command the load address was only read from the env
47032     variable "loadaddr" and not optionally passed as paramter as described
47033     in the help. This is fixed with this patch. The behaviour is now the
47034     same as in the bootelf command.
47035
47036     Signed-off-by: Stefan Roese <sr@denx.de>
47037
47038 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
47039 Author: Stefan Roese <sr@denx.de>
47040 Date:   Wed Nov 29 12:03:57 2006 +0100
47041
47042     [PATCH] include/ppc440.h minor error affecting interrupts
47043
47044     Fixed include/ppc440.c for UIC address Bug
47045
47046     Corrects bug affecting the addresses for the universal interrupt
47047     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
47048
47049     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
47050     Signed-off-by: Stefan Roese <sr@denx.de>
47051
47052 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
47053 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
47054 Date:   Tue Nov 28 16:17:27 2006 -0600
47055
47056     Make fsl-i2c not conflict with SOFT I2C
47057
47058     Signed-off-by: Timur Tabi <timur@freescale.com>
47059
47060 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
47061 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
47062 Date:   Tue Nov 28 16:17:18 2006 -0600
47063
47064     Fix I2C master address initialization.
47065
47066     Signed-off-by: Timur Tabi <timur@freescale.com>
47067
47068 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
47069 Author: Kim Phillips <kim.phillips@freescale.com>
47070 Date:   Tue Nov 28 23:31:19 2006 -0600
47071
47072     Assign maintainers for mpc8349emds and mpc8360emds
47073
47074     Dave for mpc8360emds, and me for mpc8349emds.
47075
47076 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
47077 Author: Kim Phillips <kim.phillips@freescale.com>
47078 Date:   Tue Nov 28 23:28:33 2006 -0600
47079
47080     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
47081
47082     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
47083     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
47084
47085 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
47086 Author: Timur Tabi <timur@freescale.com>
47087 Date:   Tue Nov 28 12:09:35 2006 -0600
47088
47089     mpc83xx: Miscellaneous code style fixes
47090
47091     Implement various code style fixes and similar changes.
47092
47093     Signed-off-by: Timur Tabi <timur@freescale.com>
47094
47095 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
47096 Author: Stefan Roese <sr@denx.de>
47097 Date:   Tue Nov 28 17:55:49 2006 +0100
47098
47099     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
47100
47101     This patch adds the code and configuration necessary to boot with an
47102     arch/powerpc Linux kernel.
47103
47104     Signed-off-by: Grant Likely <grant.likely@gmail.com>
47105     Acked-by: Jon Loeliger <jdl@freescale.com>
47106
47107 commit e732faec95a83cb468b4850ae807c8301dde8f6a
47108 Author: Stefan Roese <sr@denx.de>
47109 Date:   Tue Nov 28 16:09:24 2006 +0100
47110
47111     [PATCH] PPC4xx: 440SP Rev. C detection added
47112
47113     Signed-off-by: Stefan Roese <sr@denx.de>
47114
47115 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
47116 Author: Stefan Roese <sr@denx.de>
47117 Date:   Tue Nov 28 11:04:45 2006 +0100
47118
47119     [PATCH] nand: Fix patch merge problem
47120
47121     Signed-off-by: Stefan Roese <sr@denx.de>
47122
47123 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
47124 Author: Stefan Roese <sr@denx.de>
47125 Date:   Tue Nov 28 11:04:45 2006 +0100
47126
47127     [PATCH] nand: Fix patch merge problem
47128
47129     Signed-off-by: Stefan Roese <sr@denx.de>
47130
47131 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
47132 Author: Wolfgang Denk <wd@pollux.denx.de>
47133 Date:   Mon Nov 27 22:53:53 2006 +0100
47134
47135     Update CHANGELOG
47136
47137 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
47138 Author: Stefan Roese <sr@denx.de>
47139 Date:   Mon Nov 27 17:43:25 2006 +0100
47140
47141     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
47142
47143     Patch below corrects the setting of the zmiifer register, it was
47144     overwritting the register rather than ORing the settings.
47145
47146     Signed-off-by: Neil Wilson <NWilson@airspan.com>
47147     Signed-off-by: Stefan Roese <sr@denx.de>
47148
47149 commit d1a72545296800b7e219f93104ad5836f0003d66
47150 Author: Stefan Roese <sr@denx.de>
47151 Date:   Mon Nov 27 17:34:10 2006 +0100
47152
47153     [PATCH] Select NAND embedded environment from board configuration
47154
47155     The current NAND Bootloader setup forces the environment
47156     variables to be in line with the bootloader. This change
47157     enables the configuration to be made in the board include
47158     file instead so that it can be individually enabled.
47159
47160     Signed-off-by: Nick Spence <nick.spence@freescale.com>
47161     Signed-off-by: Stefan Roese <sr@denx.de>
47162
47163 commit 15784862857c3c2214498defcfed84ff137fb81e
47164 Author: Stefan Roese <sr@denx.de>
47165 Date:   Mon Nov 27 17:22:19 2006 +0100
47166
47167     [PATCH] nand_wait() timeout fixes
47168
47169     Two fixes for the nand_wait() function in
47170     drivers/nand/nand_base.c:
47171
47172     1. Use correct timeouts. The original timeouts in Linux
47173     source are 400ms and 20ms not 40s and 20s
47174
47175     2. Return correct error value in case of timeout. 0 is
47176     interpreted as OK.
47177
47178     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
47179     Signed-off-by: Stefan Roese <sr@denx.de>
47180
47181 commit da5553b095bf04f4f109ad7e565dae3aba47b230
47182 Author: Stefan Roese <sr@denx.de>
47183 Date:   Mon Nov 27 17:04:06 2006 +0100
47184
47185     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
47186
47187     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
47188     arguments to bootm.  It removes the getenv("disable_of") test that used
47189     to be used for this purpose.
47190
47191     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
47192     Acked-by: Jon Loeliger <jdl@freescale.com>
47193
47194 commit a9398e018593782c5fa7d0741955fc1256b34c1e
47195 Author: Wolfgang Denk <wd@pollux.denx.de>
47196 Date:   Mon Nov 27 15:32:42 2006 +0100
47197
47198     Minor code cleanup. Update CHANGELOG.
47199
47200 commit 1729b92cde575476684bffe819d0b7791b57bff2
47201 Author: Stefan Roese <sr@denx.de>
47202 Date:   Mon Nov 27 14:52:04 2006 +0100
47203
47204     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
47205
47206     Signed-off-by: Stefan Roese <sr@denx.de>
47207
47208 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
47209 Author: Stefan Roese <sr@denx.de>
47210 Date:   Mon Nov 27 14:49:51 2006 +0100
47211
47212     [PATCH] alpr: remove unused board specific flash driver
47213
47214     Signed-off-by: Stefan Roese <sr@denx.de>
47215
47216 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
47217 Author: Stefan Roese <sr@denx.de>
47218 Date:   Mon Nov 27 14:48:41 2006 +0100
47219
47220     [PATCH] 4xx: Fix problem with board specific reset code
47221
47222     Signed-off-by: Stefan Roese <sr@denx.de>
47223
47224 commit ec0c2ec725aec9524a177a77ce75559e644a931a
47225 Author: Stefan Roese <sr@denx.de>
47226 Date:   Mon Nov 27 14:46:06 2006 +0100
47227
47228     [PATCH] Remove testing 4xx enet PHY setup
47229
47230     Signed-off-by: Stefan Roese <sr@denx.de>
47231
47232 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
47233 Author: Stefan Roese <sr@denx.de>
47234 Date:   Mon Nov 27 14:12:17 2006 +0100
47235
47236     [PATCH] Update Prodrive ALPR board support (440GX)
47237
47238     Signed-off-by: Stefan Roese <sr@denx.de>
47239
47240 commit 58b485776698c3d71ec5a215e392123b4c15afa3
47241 Author: Markus Klotzbuecher <mk@denx.de>
47242 Date:   Mon Nov 27 11:51:21 2006 +0100
47243
47244     Add a small README with information on the generic ohci driver.
47245
47246 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
47247 Author: Markus Klotzbuecher <mk@denx.de>
47248 Date:   Mon Nov 27 11:46:46 2006 +0100
47249
47250     Fix some endianness issues related to the generic ohci driver
47251
47252 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
47253 Author: Markus Klotzbuecher <mk@denx.de>
47254 Date:   Mon Nov 27 11:44:58 2006 +0100
47255
47256     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
47257     to choose between the old and the generic OHCI drivers.
47258
47259 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
47260 Author: Markus Klotzbuecher <mk@denx.de>
47261 Date:   Mon Nov 27 11:43:09 2006 +0100
47262
47263     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
47264     and adapted board configs TQM5200 and yosemite accordingly. This commit
47265     also makes the maximum number of root hub ports configurable
47266     (CFG_USB_OHCI_MAX_ROOT_PORTS).
47267
47268 commit 78d620ebb5871d252270dedfad60c6568993b780
47269 Author: Wolfgang Denk <wd@atlas.denx.de>
47270 Date:   Thu Nov 23 22:58:58 2006 +0100
47271
47272     Updates for TQM5200 modules:
47273     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
47274     - simplify "udate" definitions
47275
47276 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
47277 Author: Stefan Roese <sr@denx.de>
47278 Date:   Wed Nov 22 13:20:50 2006 +0100
47279
47280     [PATCH] PPC4xx start.S: Fix for processor errata
47281
47282     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
47283     errata 1.12: 440_33 by moving patch up in code.
47284
47285     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
47286     Signed-off-by: Stefan Roese <sr@denx.de>
47287
47288 commit 4ef6251403f637841000e0fef9e832aa01339822
47289 Author: Stefan Roese <sr@denx.de>
47290 Date:   Mon Nov 20 20:39:52 2006 +0100
47291
47292     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
47293
47294     Signed-off-by: Stefan Roese <sr@denx.de>
47295
47296 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
47297 Author: Wolfgang Denk <wd@pollux.denx.de>
47298 Date:   Mon Nov 20 10:28:30 2006 +0100
47299
47300     Update CHANGELOG
47301
47302 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
47303 Author: Stefan Roese <sr@denx.de>
47304 Date:   Mon Nov 13 13:55:24 2006 +0100
47305
47306     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
47307
47308        * Adds support for AMD command set Top Boot flash geometry reversal
47309        * Adds support for reading JEDEC Manufacturer ID and Device ID
47310        * Adds support for displaying command set, manufacturer id and
47311          device ids (flinfo)
47312        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
47313        * Removes outdated change history (refer to git log instead)
47314
47315     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
47316     Signed-off-by: Stefan Roese <sr@denx.de>
47317
47318 commit b21b511d4c50408f4853f46f06b601272196223f
47319 Author: Wolfgang Denk <wd@pollux.denx.de>
47320 Date:   Sun Nov 12 21:13:23 2006 +0100
47321
47322     Update CHANGELOG
47323
47324 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
47325 Author: Bartlomiej Sieka <tur@semihalf.com>
47326 Date:   Sat Nov 11 22:48:22 2006 +0100
47327
47328     Disable the watchdog in the default config for the V38B board.
47329
47330 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
47331 Author: Bartlomiej Sieka <tur@semihalf.com>
47332 Date:   Sat Nov 11 22:43:00 2006 +0100
47333
47334     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
47335     group is enabled for USB earlier (in cpu_init_f() instead of
47336     usb_lowlevel_init()).
47337
47338 commit 91650b3e4de688038d4f71279c44858e3e2c6870
47339 Author: Wolfgang Denk <wd@pollux.denx.de>
47340 Date:   Mon Nov 6 17:06:36 2006 +0100
47341
47342     Sequential accesses to non-existent memory must be synchronized,
47343     at least on G2 cores.
47344
47345     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
47346
47347 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
47348 Author: Timur Tabi <timur@freescale.com>
47349 Date:   Fri Nov 3 19:15:00 2006 -0600
47350
47351     mpc83xx: Update 83xx to use fsl_i2c.c
47352
47353     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
47354     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
47355     Added multiple I2C bus support to fsl_i2c.c.
47356
47357     Signed-off-by: Timur Tabi <timur@freescale.com>
47358
47359 commit d239d74b1c937984bc519083a8e7de373a390f06
47360 Author: Timur Tabi <timur@freescale.com>
47361 Date:   Fri Nov 3 12:00:28 2006 -0600
47362
47363     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
47364
47365     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
47366     tree matches the other 8xxx trees.
47367
47368     Signed-off-by: Timur Tabi <timur@freescale.com>
47369
47370 commit f7fb2e703ec9688541416962724adff70a7322cb
47371 Author: Kim Phillips <kim.phillips@freescale.com>
47372 Date:   Thu Nov 2 19:47:11 2006 -0600
47373
47374     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
47375
47376 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
47377 Author: Dave Liu <daveliu@freescale.com>
47378 Date:   Thu Nov 2 18:05:50 2006 -0600
47379
47380     mpc83xx: Fix the incorrect dcbz operation
47381
47382     The 834x rev1.x silicon has one CPU5 errata.
47383
47384     The issue is when the data cache locked with
47385     HID0[DLOCK], the dcbz instruction looks like no-op inst.
47386
47387     The right behavior of the data cache is when the data cache
47388     Locked with HID0[DLOCK], the dcbz instruction allocates
47389     new tags in cache.
47390
47391     The 834x rev3.0 and later and 8360 have not this bug inside.
47392
47393     So, when 834x rev3.0/8360 are working with ECC, the dcbz
47394     instruction will corrupt the stack in cache, the processor will
47395     checkstop reset.
47396
47397     However, the 834x rev1.x can work with ECC with these code,
47398     because the sillicon has this cache bug. The dcbz will not
47399     corrupt the stack in cache.
47400     Really, it is the fault code running on fault sillicon.
47401
47402     This patch fix the incorrect dcbz operation. Instead of
47403     CPU FP writing to initialise the ECC.
47404
47405     CHANGELOG:
47406     * Fix the incorrect dcbz operation instead of CPU FP
47407     writing to initialise the ECC memory. Otherwise, it
47408     will corrupt the stack in cache, The processor will checkstop
47409     reset.
47410
47411     Signed-off-by: Dave Liu <daveliu@freescale.com>
47412
47413 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
47414 Author: Kim Phillips <kim.phillips@freescale.com>
47415 Date:   Wed Nov 1 00:10:40 2006 -0600
47416
47417     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
47418
47419     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
47420     STDOUT_PATH configuration bits to mpc8349emds,
47421     mpc8349itx, and mpc8360emds board code.
47422
47423     redo environment to use bootm with the fdtaddr
47424     for booting ARCH=powerpc kernels by default,
47425     and provide default fdtaddr values.
47426
47427 commit 48041365b3420589ad464ebc7752e0053538b729
47428 Author: Kim Phillips <kim.phillips@freescale.com>
47429 Date:   Wed Nov 1 00:07:25 2006 -0600
47430
47431     mpc83xx: change ft code to modify local-mac-address property
47432
47433     Update 83xx OF code to update local-mac-address properties
47434     for ethernet instead of the obsolete 'address' property.
47435
47436 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
47437 Author: Timur Tabi <timur@freescale.com>
47438 Date:   Tue Oct 31 21:23:16 2006 -0600
47439
47440     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
47441
47442     This patch also adds an improved I2C set_speed(), which handles all clock
47443     frequencies.
47444
47445     Signed-off-by: Timur Tabi <timur@freescale.com>
47446
47447 commit ac4b5622ce050b5ee1e154b98df630d778661632
47448 Author: Dave Liu <daveliu@freescale.com>
47449 Date:   Tue Oct 31 19:54:59 2006 -0600
47450
47451     mpc83xx: add the README.mpc8360emds
47452
47453     add doc/README.mpc8360emds to accompany the new board support
47454
47455 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
47456 Author: Dave Liu <daveliu@freescale.com>
47457 Date:   Fri Nov 3 12:11:15 2006 -0600
47458
47459     mpc83xx: add QE ethernet support
47460
47461     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
47462
47463 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
47464 Author: Dave Liu <daveliu@freescale.com>
47465 Date:   Fri Nov 3 19:33:44 2006 -0600
47466
47467     mpc83xx: Add MPC8360EMDS basic board support
47468
47469     Add support for the Freescale MPC8360EMDS board.
47470     Includes DDR, DUART, Local Bus, PCI.
47471
47472 commit 23892e49352de74f7fac36ff90bb1be143d195e3
47473 Author: Dave Liu <daveliu@freescale.com>
47474 Date:   Tue Oct 31 19:30:40 2006 -0600
47475
47476     mpc83xx: add the QUICC Engine (QE) immap file
47477
47478     common QE immap file.  Also required for 8360.
47479
47480 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
47481 Author: Dave Liu <daveliu@freescale.com>
47482 Date:   Tue Oct 31 19:25:38 2006 -0600
47483
47484     mpc83xx: Add 8360 specifics to 83xx immap
47485
47486     Mainly add QE device dependencies, with appropriate 8360 protection.
47487     Lindent also run.
47488
47489 commit 988833324a7fda482c8ac3ca23eb539f8232e404
47490 Author: Timur Tabi <timur@freescale.com>
47491 Date:   Tue Oct 31 19:14:41 2006 -0600
47492
47493     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
47494
47495     PREREQUISITE PATCHES:
47496
47497     * This patch can only be applied after the following patches have been applied:
47498
47499       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
47500       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
47501
47502     CHANGELOG:
47503
47504     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
47505       the clock for the 2nd USB board (Linux kernel will hang otherwise),
47506       and fix the CONFIG_BOOTARGS macro.
47507
47508     Signed-off-by: Timur Tabi <timur@freescale.com>
47509
47510 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
47511 Author: Timur Tabi <timur@freescale.com>
47512 Date:   Tue Oct 31 18:44:42 2006 -0600
47513
47514     mpc83xx: Add support for the MPC8349E-mITX
47515
47516     PREREQUISITE PATCHES:
47517
47518     * This patch can only be applied after the following patches have been applied:
47519
47520       1) DNX#2006090742000024 "Add support for multiple I2C buses"
47521       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
47522       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
47523       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
47524       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
47525
47526     CHANGELOG:
47527
47528     * Add support for the Freescale MPC8349E-mITX reference design platform.
47529       The second TSEC (Vitesse 7385 switch) is not supported at this time.
47530
47531     Signed-off-by: Timur Tabi <timur@freescale.com>
47532
47533 commit 183da6d9b446cc12123455844ad1187e2375626f
47534 Author: Ben Warren <bwarren@qstreams.com>
47535 Date:   Tue Sep 12 10:15:53 2006 -0400
47536
47537     Additional MPC8349 support for multibus i2c
47538
47539     Hello,
47540
47541     Here is a patch for a file that was accidentally left out of a previous
47542     attempt.
47543
47544     It accompanies the patch with ticket DNX#2006090742000024
47545
47546     CHANGELOG:
47547             Change PCI initialization to use new multi-bus I2C API.
47548
47549     regards,
47550     Ben
47551
47552 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
47553 Author: Ben Warren <bwarren@qstreams.com>
47554 Date:   Thu Sep 7 16:51:04 2006 -0400
47555
47556     Multi-bus I2C implementation of MPC834x
47557
47558     Hello,
47559
47560     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
47561     family and the MPC8349EMDS board in particular.
47562     This patch requires Patch 1 (Add support for multiple I2C buses).
47563     Testing was performed on a 533MHz board.
47564
47565     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
47566
47567     Signed-off-by: Ben Warren <bwarren@qstreams.com>
47568
47569     CHANGELOG:
47570             Implemented driver-level code to support two I2C buses on the
47571     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
47572     are 50kHz, 100kHz and 400kHz on each bus.
47573
47574     regards,
47575     Ben
47576
47577 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
47578 Author: Ben Warren <bwarren@qstreams.com>
47579 Date:   Thu Sep 7 16:50:54 2006 -0400
47580
47581     Add support for multiple I2C buses
47582
47583     Hello,
47584
47585     Attached is a patch providing support for multiple I2C buses at the
47586     command level.  The second part of the patch includes an implementation
47587     for the MPC834x CPU and MPC8349EMDS board.
47588
47589     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
47590
47591     Signed-off-by: Ben Warren <bwarren@qstreams.com>
47592
47593     Overview:
47594
47595     1. Include new 'i2c' command (based on USB implementation) using
47596     CONFIG_I2C_CMD_TREE.
47597
47598     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
47599     the commands to change bus number and speed are only available under the
47600     new 'i2c' command mentioned in the first bullet.
47601
47602     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
47603     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
47604     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
47605
47606     CHANGELOG:
47607             Added new 'i2c' master command for all I2C interaction.  This is
47608     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
47609     setting I2C bus speed as well as changing the active bus if the board
47610     has more than one (conditionally compiled with
47611     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
47612     Updated README.
47613
47614     regards,
47615     Ben
47616
47617 commit bed85caf872714ebf53013967a695c9d63acfc68
47618 Author: Timur Tabi <timur@freescale.com>
47619 Date:   Tue Oct 31 18:13:36 2006 -0600
47620
47621     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
47622
47623     CHANGELOG:
47624
47625     * Errata DDR6, which affects all current MPC 834x processors, lists changes
47626       required to maintain compatibility with various types of DDR memory.  This
47627       patch implements those changes.
47628
47629     Signed-off-by: Timur Tabi <timur@freescale.com>
47630
47631 commit afd6e470f639883002c7c59d562690a5cb0f4865
47632 Author: Timur Tabi <timur@freescale.com>
47633 Date:   Wed Oct 25 18:45:23 2006 -0500
47634
47635     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
47636
47637 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
47638 Author: Timur Tabi <timur@freescale.com>
47639 Date:   Tue Aug 22 17:07:00 2006 -0500
47640
47641     mpc83xx: Add support for variable flash memory sizes on 83xx systems
47642
47643     CHANGELOG:
47644
47645     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
47646        window registers, instead of using a hard-coded value of 8MB.
47647
47648     Signed-off-by: Timur Tabi <timur@freescale.com>
47649
47650 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
47651 Author: Tanya Jiang <tanya.jiang@freescale.com>
47652 Date:   Thu Aug 3 18:38:13 2006 +0800
47653
47654     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
47655
47656     Unified TQM834x variable names with 83xx and consolidated macro
47657     in preparation for the 8360 and other upcoming 83xx devices.
47658
47659     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
47660
47661 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
47662 Author: Dave Liu <daveliu@freescale.com>
47663 Date:   Wed Oct 25 14:41:21 2006 -0500
47664
47665     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
47666
47667     Incorporated the common unified variable names and the changes in preparation
47668     for releasing mpc8360 patches.
47669
47670     Signed-off-by: Dave Liu <daveliu@freescale.com>
47671
47672 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
47673 Author: Tanya Jiang <tanya.jiang@freescale.com>
47674 Date:   Thu Aug 3 18:36:02 2006 +0800
47675
47676     mpc83xx: Fix missing build for mpc8349emds pci.c
47677
47678     Make pci build for mpc8349emds
47679
47680     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
47681
47682 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
47683 Author: Tanya Jiang <tanya.jiang@freescale.com>
47684 Date:   Thu Aug 3 18:39:49 2006 +0800
47685
47686     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
47687
47688     Removed unused file resetvec.S for mpc83xx cpu
47689
47690     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
47691
47692 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
47693 Author: Nick Spence <Nick.Spence@freescale.com>
47694 Date:   Sat Sep 30 00:32:59 2006 -0700
47695
47696     NAND Flash verify across block boundaries
47697
47698     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
47699     defined
47700     and the write crosses a block boundary. The pointer to the verification
47701     buffer (bufstart) is not being updated to reflect the starting of the
47702     new
47703     block so the verification of the second block fails.
47704
47705     CHANGELOG:
47706
47707     * Fix NAND FLASH page verification across block boundaries
47708
47709 commit f484dc791a3932537213c43c654cc1295c64b84c
47710 Author: Nick Spence <nick.spence@freescale.com>
47711 Date:   Thu Sep 7 07:39:46 2006 -0700
47712
47713     Added RGMII support to the TSECs and Marvell 881111 Phy
47714
47715     Added a phy initialization to adjust the RGMII RX and TX timing
47716     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
47717
47718     Signed-off-by: Nick Spence <nick.spence@freescale.com>
47719
47720 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
47721 Author: roy zang <tie-fei.zang@freescale.com>
47722 Date:   Fri Nov 3 13:10:00 2006 +0800
47723
47724     Remove some unused CFG define.
47725     undef CFG_DRAM_TEST
47726
47727 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
47728 Author: roy zang <tie-fei.zang@freescale.com>
47729 Date:   Fri Nov 3 13:07:36 2006 +0800
47730
47731     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
47732     Both work. 0xFF000000 seems more reasonable.
47733
47734 commit c59200443072353044aa4bf737a5a60f9a9af231
47735 Author: Wolfgang Denk <wd@pollux.denx.de>
47736 Date:   Thu Nov 2 15:15:01 2006 +0100
47737
47738     Release U-Boot 1.1.6
47739
47740 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
47741 Author: roy zang <tie-fei.zang@freescale.com>
47742 Date:   Thu Nov 2 19:14:48 2006 +0800
47743
47744     This patch comes from Yuli's posted patch on 8/8/2006
47745     titled "CFI Driver Little-Endian write Issue".
47746
47747     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
47748
47749     If that patch applied, please discard this one.
47750     Until now , I do not see his patch is applied. So please apply this one.
47751
47752     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
47753     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47754
47755 commit b825f158e449e1e9cf74c08e572955e122394c96
47756 Author: roy zang <tie-fei.zang@freescale.com>
47757 Date:   Thu Nov 2 19:12:31 2006 +0800
47758
47759     Tsi108 on chip i2c support.
47760
47761     The i2c  Interface provides a master-only, serial interface that can be
47762     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
47763     device reset.
47764
47765     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47766     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47767
47768 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
47769 Author: roy zang <tie-fei.zang@freescale.com>
47770 Date:   Thu Nov 2 19:11:06 2006 +0800
47771
47772     Tsi108 on chip pci controller support.
47773
47774     If there is no pci card, the tsi108/109 pci configure read will
47775     cause a machine check exception to the processor. PCI error should
47776     also be cleared after the read.
47777
47778     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47779     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47780
47781 commit d1927cee977126e547ceeba23e4f978f377cfb8f
47782 Author: roy zang <tie-fei.zang@freescale.com>
47783 Date:   Thu Nov 2 19:08:55 2006 +0800
47784
47785     Tundra tsi108 on chip Ethernet controller support.
47786
47787     The following is a brief description of the Ethernet controller:
47788     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
47789     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
47790     to manage the two physical connection devices (PHYs).  Each Ethernet port
47791     has its own statistics monitor that tracks and reports key interface
47792     statistics.  Each port supports a 256-entry hash table for address
47793     filtering.  In addition, each port is bridged to the Switch Fabric
47794     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
47795
47796     Each Ethernet port also has a pair of internal Ethernet DMA channels to
47797     support the transmit and receive data flows.  The Ethernet DMA channels
47798     use descriptors set up in memory, the memory map of the device, and
47799     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
47800     handles arbitration for the Switch Fabric.  The Controller also
47801     has a register businterface for register accesses and status monitor
47802     control.
47803
47804     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
47805     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
47806     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
47807     data flows to and from the Ethernet Controller through the Switch Fabric.
47808
47809     Each Ethernet port uses its transmit and receive DMA channels to manage
47810     data flows through buffer descriptors that are predefined by the
47811     system (the descriptors can exist anywhere in the system memory map).
47812     These descriptors are data structures that point to buffers filled
47813     with data ready to transmit over Ethernet, or they point to empty
47814     buffers ready to receive data from Ethernet.
47815
47816     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47817     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47818
47819 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
47820 Author: roy zang <tie-fei.zang@freescale.com>
47821 Date:   Thu Nov 2 19:01:33 2006 +0800
47822
47823     Tundra tsi108 header file.
47824
47825     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
47826     PowerPC processors that offers numerous system interconnect options for
47827     embedded application designers. The Tsi108 can interconnect 60x or
47828     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
47829     and Flash. Provided the macro define for tsi108 chip.
47830
47831     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47832     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47833
47834 commit 87c4db09699c6b89176b31004afcb83eb1585d47
47835 Author: roy zang <tie-fei.zang@freescale.com>
47836 Date:   Thu Nov 2 18:59:15 2006 +0800
47837
47838     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
47839     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
47840
47841     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47842     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47843
47844 commit 27801b8ab11c61b577e45742a515bb3b23b80241
47845 Author: roy zang <tie-fei.zang@freescale.com>
47846 Date:   Thu Nov 2 18:57:21 2006 +0800
47847
47848     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
47849     Make ,config.mk and link file for the mpc7448hpc2 board.
47850
47851     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47852     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47853
47854 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
47855 Author: roy zang <tie-fei.zang@freescale.com>
47856 Date:   Thu Nov 2 18:55:04 2006 +0800
47857
47858     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
47859     The mpc7448hpc2 board support header file.
47860
47861     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47862     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47863
47864 commit 625bb5ddb50b243f931262ca8c46956409471917
47865 Author: roy zang <tie-fei.zang@freescale.com>
47866 Date:   Thu Nov 2 18:52:21 2006 +0800
47867
47868     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
47869     The mpc7448hpc2 board support low level assemble language init code.
47870
47871     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47872     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47873
47874 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
47875 Author: roy zang <tie-fei.zang@freescale.com>
47876 Date:   Thu Nov 2 18:49:51 2006 +0800
47877
47878     General code modification for mpc7448hpc2 board support.
47879     1. Add 7447A and 7448 processor support.
47880     2. Add the following flags.
47881
47882     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
47883     (such as by switch on board), this flag should be set.
47884
47885     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
47886     relocates to RAM, this flag should be set.
47887
47888     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
47889     system hang in exception, this flag should be set.
47890
47891     There is a design issue for tsi108/109 pci configure  read. When pci scan
47892     the slots, if there is no pci card, the tsi108/9 will cause a machine
47893     check exception for mpc7448 processor.
47894
47895     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47896     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47897
47898 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
47899 Author: roy zang <tie-fei.zang@freescale.com>
47900 Date:   Thu Nov 2 18:34:47 2006 +0800
47901
47902     Add README file for mpc7448hpc2 board.
47903     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47904
47905 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
47906 Author: Bartlomiej Sieka <tur@semihalf.com>
47907 Date:   Wed Nov 1 02:04:38 2006 +0100
47908
47909     Finish up support for MarelV38B board
47910      - add watchdog support
47911      - enable GPIO_WKUP_7 pin for input
47912      - code cleanup
47913
47914 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
47915 Author: Bartlomiej Sieka <tur@semihalf.com>
47916 Date:   Wed Nov 1 01:45:46 2006 +0100
47917
47918     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
47919           * remove warnings when compiling ethaddr.c
47920           * adjust linker script (fixes a crash resulting from incorrect
47921           definition of __u_boot_cmd_start)
47922     - Some MarelV38B code cleanup.
47923
47924 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
47925 Author: Bartlomiej Sieka <tur@semihalf.com>
47926 Date:   Wed Nov 1 01:38:16 2006 +0100
47927
47928     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
47929       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
47930       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
47931       MPC5XXX_WU_GPIO_DATA_O for affected boards.
47932
47933     - Add defintions for some MPC5XXX GPIO pins.
47934
47935 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
47936 Author: Bartlomiej Sieka <tur@semihalf.com>
47937 Date:   Wed Nov 1 01:34:29 2006 +0100
47938
47939     Changed MarelV38B board make target to lowercase. Config file cleanup.
47940
47941 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
47942 Author: Wolfgang Denk <wd@pollux.denx.de>
47943 Date:   Sun Oct 29 01:03:51 2006 +0200
47944
47945     Automatically adjust ARFLAGS so "make -s" is really silent.
47946
47947 commit fae684e89844856383bdf101440889557df3e6b1
47948 Author: Stefan Roese <sr@denx.de>
47949 Date:   Sat Oct 28 16:45:00 2006 +0200
47950
47951     [PATCH] omap925.c: Remove unused functions
47952
47953     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
47954     Signed-off-by: Stefan Roese <sr@denx.de>
47955
47956 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
47957 Author: Stefan Roese <sr@denx.de>
47958 Date:   Sat Oct 28 17:12:58 2006 +0200
47959
47960     [PATCH] Add some missing machtypes for netstar & voiceblue boards
47961
47962     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
47963     numbers in code.
47964
47965     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
47966     Signed-off-by: Stefan Roese <sr@denx.de>
47967
47968 commit 856f054410cef52d868feb330168b2a4c4091328
47969 Author: Stefan Roese <sr@denx.de>
47970 Date:   Sat Oct 28 15:55:52 2006 +0200
47971
47972     [PATCH] NAND: Partition name support added to NAND subsystem
47973
47974     chpart, nboot and NAND subsystem related commands now accept also partition
47975     name to specify offset.
47976
47977     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
47978     Signed-off-by: Stefan Roese <sr@denx.de>
47979
47980 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
47981 Author: Wolfgang Denk <wd@pollux.denx.de>
47982 Date:   Sat Oct 28 02:29:44 2006 +0200
47983
47984     Update CHANGELOG.
47985
47986 commit 2751a95abd1b96911081c357e96a12fa97b40dee
47987 Author: Wolfgang Denk <wd@pollux.denx.de>
47988 Date:   Sat Oct 28 02:29:14 2006 +0200
47989
47990     Enable commandline editing and hush shell on all TQM boards.
47991
47992 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
47993 Author: Wolfgang Denk <wd@pollux.denx.de>
47994 Date:   Sat Oct 28 02:28:02 2006 +0200
47995
47996     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
47997
47998 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
47999 Author: Wolfgang Denk <wd@denx.de>
48000 Date:   Sat Oct 28 01:14:32 2006 +0200
48001
48002     Check for illegal character '=' in environment variable names.
48003
48004     Make sure the string passed as variable name does not contain a '='
48005     character. This not only prevents the common error or typing
48006     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
48007     also closes a backdoor which allowed to delete write-protected
48008     environment variables, for example by using "setenv ethaddr=".
48009
48010 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
48011 Author: Wolfgang Denk <wd@pollux.denx.de>
48012 Date:   Sat Oct 28 00:38:39 2006 +0200
48013
48014     Minor code cleanup.
48015
48016 commit e11887a77d81077416a2d1c5e0354916fee8c034
48017 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48018 Date:   Thu Oct 26 17:55:31 2006 +0200
48019
48020     Don't pass any debug options directly to the assembler
48021
48022     When passing the -g option to gcc, gcc automatically selects a
48023     suitable --g<format> option to pass on to the assembler.
48024     Thus, there's no point in forcing a specific debug option on the
48025     assembler using the -Wa mechanism.
48026
48027     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48028
48029 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
48030 Author: Jon Loeliger <jdl@freescale.com>
48031 Date:   Fri Oct 27 07:47:22 2006 -0500
48032
48033     MPC86xx: Cleaned up unused and conditionally used local variables.
48034
48035     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48036
48037 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
48038 Author: Wolfgang Denk <wd@pollux.denx.de>
48039 Date:   Fri Oct 27 11:55:21 2006 +0200
48040
48041     Fix "ar" flags in some Makefiles to allow for silent "make -s"
48042
48043 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
48044 Author: Ben Warren <bwarren@qstreams.com>
48045 Date:   Thu Oct 26 14:38:25 2006 -0400
48046
48047     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
48048     to a TSEC (e.g. a switch is connected via RMII) or
48049     if the PHY is defective/incorrectly configured.
48050
48051     Signed-off-by: Ben Warren <bwarren@qstreams.com>
48052
48053 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
48054 Author: Ben Warren <bwarren@qstreams.com>
48055 Date:   Thu Oct 26 14:38:25 2006 -0400
48056
48057     Fix TSEC driver: avoid crashes if PHY is not attached
48058     to a TSEC (e.g. a switch is connected via RMII) or
48059     if the PHY is defective/incorrectly configured.
48060
48061     Signed-off-by: Ben Warren <bwarren@qstreams.com>
48062
48063 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
48064 Author: Wolfgang Denk <wd@pollux.denx.de>
48065 Date:   Thu Oct 26 16:24:31 2006 +0200
48066
48067     Code cleanup.
48068
48069 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
48070 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48071 Date:   Wed Oct 25 15:48:59 2006 +0200
48072
48073     Finish up support for the ATSTK1000/ATSTK1002 boards
48074
48075     Add atstk1002_config target to Makefile and move the AVR32 section
48076     down below Blackfin so that it doesn't end up in the middle of
48077     MIPS.
48078
48079     Drop the autogenerated linker script thing for now. Will have to
48080     revisit how to handle chips with different flash and RAM layout
48081     later.
48082
48083     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48084
48085 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
48086 Author: Kumar Gala <galak@kernel.crashing.org>
48087 Date:   Tue Oct 24 23:47:37 2006 -0500
48088
48089     Added support for Multi-Image files that contain a device tree
48090
48091     If a Multi-Image file contains a third image we try to use it as a
48092     device tree.  The device tree image is assumed to be uncompressed in the
48093     image file.  We automatically allocate space for the device tree in memory
48094     and provide an 8k pad to allow more than a reasonable amount of growth.
48095
48096     Additionally, a device tree that was contained in flash will now automatically
48097     get copied to system memory as part of boot.  Previously an error was
48098     reported if one tried to boot a device tree that was in flash.
48099
48100     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48101
48102 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
48103 Author: Wolfgang Denk <wd@denx.de>
48104 Date:   Tue Oct 24 21:35:55 2006 +0200
48105
48106     Switch to automatically generated CHANGELOG file.
48107     (use "make CHANGELOG" to update it from time to time)
48108
48109 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
48110 Author: Stefan Roese <sr@denx.de>
48111 Date:   Tue Oct 24 18:06:48 2006 +0200
48112
48113     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
48114     Patch by Stefan Roese, 24 Oct 2006
48115
48116 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
48117 Author: Wolfgang Denk <wd@pollux.denx.de>
48118 Date:   Tue Oct 24 17:24:55 2006 +0200
48119
48120     Merge with /home/wd/git/u-boot/master
48121
48122 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
48123 Author: Wolfgang Denk <wd@pollux.denx.de>
48124 Date:   Tue Oct 24 15:32:57 2006 +0200
48125
48126     Code cleanup
48127
48128 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
48129 Author: Wolfgang Denk <wd@pollux.denx.de>
48130 Date:   Tue Oct 24 14:51:36 2006 +0200
48131
48132     Move atstk1000 files into vendor specific directory.
48133     Patch by Haavard Skinnemoen, 12 Sep 2006
48134
48135 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
48136 Author: Wolfgang Denk <wd@pollux.denx.de>
48137 Date:   Tue Oct 24 14:42:37 2006 +0200
48138
48139     Add ATSTK1000 and ATSTK1002 board support
48140     Patch by Haavard Skinnemoen, 06 Sep 2006
48141
48142     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
48143     daughterboard.
48144
48145     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
48146     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
48147     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
48148     CompactFlash cards. For more information, please see this page:
48149
48150     http://www.atmel.com/dyn/products/tools.asp?family_id=682
48151
48152     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
48153     AT32AP7000 chip.
48154
48155     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48156
48157 commit f93ae788c3640fcde5db383471d45548ff4060d0
48158 Author: Wolfgang Denk <wd@pollux.denx.de>
48159 Date:   Tue Oct 24 14:31:24 2006 +0200
48160
48161     Add common serial driver for Atmel AT32 and AT91 chips
48162     Patch by Haavard Skinnemoen, 06 Sep 2006
48163
48164     This is a first attempt at creating a common serial driver for Atmel
48165     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
48166     be possible to support AT91RM9200 and other ARM-based chips with some
48167     minor modifications.
48168
48169     There's nothing fundamentally AVR32-specific in this driver, but it
48170     does use some features which are currently only defined for the
48171     AT32AP CPU port:
48172       * pm_get_clock_freq: Obtain the clock frequency of a given domain
48173       * gd->console_uart: A "struct device" containing information about
48174         register mappings, gpio resources and clocks associated with the
48175         UART device.
48176
48177     For more information about these features, please see the "AT32AP
48178     CPU" patch.
48179
48180 commit 72a087e04705c26cad982879ebd06b5281bf825a
48181 Author: Wolfgang Denk <wd@pollux.denx.de>
48182 Date:   Tue Oct 24 14:27:35 2006 +0200
48183
48184     Add AT32AP CPU and AT32AP7000 SoC support
48185     Patch by Haavard Skinnemoen, 06 Sep 2006
48186
48187     This patch adds support for the AT32AP CPU family and the AT32AP7000
48188     chip, which is the first chip implementing the AVR32 architecture.
48189
48190     The AT32AP CPU core is a high-performance implementation featuring a
48191     7-stage pipeline, separate instruction- and data caches, and a MMU.
48192     For more information, please see the "AVR32 AP Technical Reference":
48193
48194     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
48195
48196     In addition to this, the AT32AP7000 chip comes with a large set of
48197     integrated peripherals, many of which are shared with the AT91 series
48198     of ARM-based microcontrollers from Atmel. Full data sheet is
48199     available here:
48200
48201     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
48202
48203     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48204
48205 commit 7b64fef33c66be648826c0ff9758298ef13d0604
48206 Author: Wolfgang Denk <wd@pollux.denx.de>
48207 Date:   Tue Oct 24 14:21:16 2006 +0200
48208
48209     Add AVR32 architecture support
48210     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
48211
48212     This patch adds common infrastructure code for the Atmel AVR32
48213     architecture. See doc/README.AVR32 for details.
48214
48215     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48216
48217 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
48218 Author: Wolfgang Denk <wd@pollux.denx.de>
48219 Date:   Tue Oct 24 13:57:33 2006 +0200
48220
48221     Use -g instead of -gstabs in AFLAGS_DEBUG
48222     Patch by Haavard Skinnemoen, 30 Aug 2006
48223
48224     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
48225     matter what the target's preferred debugging format is. This patch
48226     simply replaces -gstabs with -g, so that the default debugging format
48227     for the architecture is used.
48228
48229 commit 965829872169c2996023840d98e1d85ad148d629
48230 Author: Wolfgang Denk <wd@pollux.denx.de>
48231 Date:   Tue Oct 24 13:55:18 2006 +0200
48232
48233     Fix/workaround broken dependency handling with make 3.81
48234     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
48235
48236 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
48237 Author: Marian Balakowicz <m8@semihalf.com>
48238 Date:   Mon Oct 23 22:17:05 2006 +0200
48239
48240     Fix sequoia separate object direcory building problems.
48241
48242 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
48243 Author: Jon Loeliger <jdl@freescale.com>
48244 Date:   Fri Oct 20 17:16:35 2006 -0500
48245
48246     Use generic I2C register block on 85xx and 86xx.
48247
48248     Replace private IMMAP I2C structures with generic reg block
48249     and allow 86xx to have multiple I2C device busses.
48250
48251     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48252
48253 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
48254 Author: Jon Loeliger <jdl@freescale.com>
48255 Date:   Fri Oct 20 15:54:34 2006 -0500
48256
48257     Fix compilation warnings on a few 85xx boards.
48258
48259     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48260
48261 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
48262 Author: Jon Loeliger <jdl@freescale.com>
48263 Date:   Fri Oct 20 15:50:15 2006 -0500
48264
48265     Converted all 85xx boards to use a common FSL I2C driver.
48266     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
48267     And removed hard i2c path from a few u-boot.lds scipts too.
48268     Minor whitespace cleanups along the way.
48269
48270     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48271
48272 commit 4d45f69e362b05892c9e92a7907e5820995612aa
48273 Author: Jon Loeliger <jdl@freescale.com>
48274 Date:   Thu Oct 19 12:02:24 2006 -0500
48275
48276     Rewrite a series of goto statements as a sequences of
48277     conditional expressions instead.
48278
48279     Use consistent return code 0/-1 for good/bad indicators.
48280
48281     Include one fewer file if the driver isn't used at all.
48282
48283     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48284
48285 commit 7237c033b02fe295880435f1eb80819a0c987532
48286 Author: Jon Loeliger <jdl@freescale.com>
48287 Date:   Thu Oct 19 11:02:16 2006 -0500
48288
48289     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
48290
48291     in an effort to begin to unify the umpteen FSL I2C drivers that
48292     are all otherwise very similar.
48293
48294     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48295
48296 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
48297 Author: Jon Loeliger <jdl@freescale.com>
48298 Date:   Thu Oct 19 11:33:52 2006 -0500
48299
48300     * Fix a bunch of compiler warnings for gcc 4.0
48301
48302     Signed-off-by: Matthew McClintock <msm@freescale.com>
48303
48304 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
48305 Author: Stefan Roese <sr@denx.de>
48306 Date:   Tue Oct 17 06:14:31 2006 +0200
48307
48308     Add monitor functions for indirect access to PPC440 DCR's
48309     Patch by Leonid Baryudin, 12 Oct 2006
48310
48311 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
48312 Author: Jon Loeliger <jdl@freescale.com>
48313 Date:   Fri Oct 13 16:47:53 2006 -0500
48314
48315     Fixed leading whitespace issues.
48316     Removed spurious LAWAR thing.
48317
48318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48319
48320 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
48321 Author: Jon Loeliger <jdl@freescale.com>
48322 Date:   Thu Oct 12 10:42:36 2006 -0500
48323
48324     Remove unneeded include files and local variable.
48325
48326     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48327
48328 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
48329 Author: Grant Likely <grant.likely@secretlab.ca>
48330 Date:   Tue Oct 10 00:23:32 2006 -0600
48331
48332     Fix possible uninitialized variable compiler warning.
48333
48334     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
48335     do_bootm_linux() may be uninitialized.  There is no possibility in the
48336     current code that len will get used uninitialized, but this fix follows
48337     the existing convention of setting both len and data to zero at the same
48338     time.
48339
48340     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48341
48342 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
48343 Author: Matthew McClintock <msm@freescale.com>
48344 Date:   Wed Oct 11 15:13:01 2006 -0500
48345
48346     * Fix a bunch of compiler warnings for gcc 4.0
48347
48348     Signed-off-by: Matthew McClintock <msm@freescale.com>
48349
48350 commit bf651baa365e5447246aad6a633ccd667cf24a39
48351 Author: Jon Loeliger <jdl@freescale.com>
48352 Date:   Wed Oct 11 10:10:43 2006 -0500
48353
48354     Move "ar" flags to config.mk to allow for silent "make -s"
48355
48356 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
48357 Author: Jon Loeliger <jdl@freescale.com>
48358 Date:   Tue Oct 10 17:19:03 2006 -0500
48359
48360     Coding style changes to remove local varible blocks
48361     and reformat a bit nicer.
48362
48363 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
48364 Author: Jon Loeliger <jdl@freescale.com>
48365 Date:   Tue Oct 10 17:16:04 2006 -0500
48366
48367     Fix whitespace issues.
48368
48369 commit 7b382b7125f2397cce63253df62f183e3dfa2770
48370 Author: Jon Loeliger <jdl@freescale.com>
48371 Date:   Tue Oct 10 17:14:45 2006 -0500
48372
48373     Fix whitespace issues.
48374
48375 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
48376 Author: Jon Loeliger <jdl@freescale.com>
48377 Date:   Tue Oct 10 17:06:53 2006 -0500
48378
48379     Fix whitespace issues.
48380
48381 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
48382 Author: Jon Loeliger <jdl@freescale.com>
48383 Date:   Tue Oct 10 17:03:43 2006 -0500
48384
48385     Ran lindent and cleaned up whitespace issues.
48386     Format for 80-columns too.
48387
48388 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
48389 Author: Jon Loeliger <jdl@freescale.com>
48390 Date:   Tue Oct 10 17:02:22 2006 -0500
48391
48392     Fix whitespace and 80-col issues.
48393
48394 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
48395 Author: Stefan Roese <sr@denx.de>
48396 Date:   Sat Oct 7 11:36:51 2006 +0200
48397
48398     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
48399     Patch by Stefan Roese, 07 Oct 2006
48400
48401 commit 5bc528fa4da751d472397b308137238a6465afd2
48402 Author: Stefan Roese <sr@denx.de>
48403 Date:   Sat Oct 7 11:35:25 2006 +0200
48404
48405     Update ALPR code (NAND support working now)
48406     Patch by Stefan Roese, 07 Oct 2006
48407
48408 commit 77d5034847d328753b80c46b83f960a14a26f40e
48409 Author: Stefan Roese <sr@denx.de>
48410 Date:   Sat Oct 7 11:33:03 2006 +0200
48411
48412     Remove compile warnings in fpga code
48413     Patch by Stefan Roese, 07 Oct 2006
48414
48415 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
48416 Author: Stefan Roese <sr@denx.de>
48417 Date:   Sat Oct 7 11:30:52 2006 +0200
48418
48419     Add CONFIG_BOARD_RESET to configure board specific reset function
48420     Patch by Stefan Roese, 07 Oct 2006
48421
48422 commit f55df18187e7a45cb73fec4370d12135e6691ae1
48423 Author: John Traill <john.traill@freescale.com>
48424 Date:   Fri Sep 29 08:23:12 2006 +0100
48425
48426     Fix missing tCycle/modfreq calculation.
48427
48428     Signed-off-by: John Traill <john.traill@freescale.com>
48429
48430 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
48431 Author: Andy Fleming <afleming@freescale.com>
48432 Date:   Wed Sep 13 10:33:35 2006 -0500
48433
48434     Updated config headers to add default FDT-based booting
48435
48436 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
48437 Author: Andy Fleming <afleming@freescale.com>
48438 Date:   Wed Sep 13 10:34:18 2006 -0500
48439
48440     Add support for eTSEC 3 & 4 on 8548 CDS
48441
48442     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
48443       This will only work on rev 1.3 boards (but doesn't break older boards)
48444     * Cleaned up some comments to reflect the expanded role of tsec
48445       in other systems
48446
48447 commit 084d648b109c8984f83674043c1a7fa3885ef801
48448 Author: Andy Fleming <afleming@freescale.com>
48449 Date:   Wed Sep 13 10:33:56 2006 -0500
48450
48451     Added code to support 2.6.18 PCI changes in u-boot
48452
48453     * Added code to swizzle the IRQ map for the PCI
48454
48455 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
48456 Author: Jon Loeliger <jdl@freescale.com>
48457 Date:   Tue Sep 19 09:34:10 2006 -0500
48458
48459     Modified makefile for new build mechanism.
48460
48461     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48462
48463 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
48464 Author: Jon Loeliger <jdl@freescale.com>
48465 Date:   Thu Sep 14 08:40:36 2006 -0500
48466
48467     Handle 86xx SVR values according to the new Reference Manual.
48468     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
48469     by the byte in bits 16-23 instead.
48470     Thanks to Jason Jin for noticing.
48471
48472     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48473
48474 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
48475 Author: Zhang Wei <wei.zhang@freescale.com>
48476 Date:   Mon Aug 28 14:25:31 2006 +0800
48477
48478     Fixed an OF-tree off-by-one bug when adding a new property name.
48479     This bug will cause the kernel booting to pause a long time.
48480
48481     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
48482     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
48483
48484 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
48485 Author: Jon Loeliger <jdl@freescale.com>
48486 Date:   Tue Aug 29 11:05:09 2006 -0500
48487
48488     Remove trailing empty lines.
48489
48490 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
48491 Author: Jon Loeliger <jdl@freescale.com>
48492 Date:   Tue Aug 29 09:48:49 2006 -0500
48493
48494     Remove bogus msync and use volatile asm.
48495
48496 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
48497 Author: Jon Loeliger <jdl@freescale.com>
48498 Date:   Tue Aug 29 08:17:14 2006 -0500
48499
48500     Add myself as maintainer for MPC8641HPCN.
48501
48502 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
48503 Author: Zhang Wei <wei.zhang@freescale.com>
48504 Date:   Mon Aug 28 14:25:31 2006 +0800
48505
48506     Fixed an OF-tree off-by-one bug when adding a new property name.
48507     This bug will cause the kernel booting to pause a long time.
48508
48509     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
48510
48511 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
48512 Author: Haiying Wang <haiying.wang@freescale.com>
48513 Date:   Fri Aug 25 14:38:34 2006 -0400
48514
48515     Change ramdiskaddr and dtbaddr
48516     Remove PEX fluff commands.
48517
48518     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
48519     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48520
48521 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
48522 Author: Matthew McClintock <msm@freescale.com>
48523 Date:   Wed Aug 23 13:32:45 2006 -0500
48524
48525     * Another small fix for booting with disable_of
48526
48527     Signed-off-by: Matthew McClintock <msm@freescale.com>
48528
48529 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
48530 Author: Jon Loeliger <jdl@freescale.com>
48531 Date:   Wed Aug 23 11:04:43 2006 -0500
48532
48533     Cleanup and lindent new AHCI driver.
48534
48535 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
48536 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
48537 Date:   Wed Aug 23 19:15:12 2006 +0800
48538
48539     Add AHCI define and sata support for MPC8641HPCN board.
48540
48541     Signed-off-by:Jason Jin<jason.jin@freescale.com>
48542
48543 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
48544 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
48545 Date:   Wed Aug 23 19:10:44 2006 +0800
48546
48547     Add AHCI support to u-boot
48548
48549     Add AHCI support in u-boot, enable the sata disk controllers which
48550     following the AHCI protocol.
48551
48552     Signed-off-by:Jason Jin<jason.jin@freescale.com>
48553
48554 commit d8ea2acf5f137cae99417df4f573d036ee384668
48555 Author: Zhang Wei <wei.zhang@freescale.com>
48556 Date:   Wed Aug 23 17:54:32 2006 +0800
48557
48558     Add dtb boot-up parameter to default boot commands.
48559
48560     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
48561
48562 commit b93775c2036b99baa390ea425c4771895bbc63c4
48563 Author: Jon Loeliger <jdl@freescale.com>
48564 Date:   Tue Aug 22 18:26:08 2006 -0500
48565
48566     Cleanup even more poorly introduced whitespace.
48567
48568 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
48569 Author: Jon Loeliger <jdl@freescale.com>
48570 Date:   Tue Aug 22 18:07:00 2006 -0500
48571
48572     Cleanup more poorly introduced whitespace.
48573
48574 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
48575 Author: Jon Loeliger <jdl@freescale.com>
48576 Date:   Tue Aug 22 17:54:05 2006 -0500
48577
48578     Cleanup poorly introduced whitespace.
48579
48580 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
48581 Author: Jon Loeliger <jdl@freescale.com>
48582 Date:   Tue Aug 22 12:25:27 2006 -0500
48583
48584     General indent and whitespace cleanups.
48585
48586 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
48587 Author: Jon Loeliger <jdl@freescale.com>
48588 Date:   Tue Aug 22 12:06:18 2006 -0500
48589
48590     General indent and whitespace cleanups.
48591
48592 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
48593 Author: Jon Loeliger <jdl@freescale.com>
48594 Date:   Tue Aug 22 10:42:21 2006 -0500
48595
48596     Cleanup compiler warnings.
48597
48598 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
48599 Author: Matthew McClintock <msm@freescale.com>
48600 Date:   Tue Aug 22 09:31:59 2006 -0500
48601
48602     Fix disable_of booting
48603
48604     Signed-off-by: Matthew McClintock <msm@freescale.com>
48605
48606 commit 87a449c8ac396420cb24260f717ea9e6faa82047
48607 Author: Matthew McClintock <msm@freescale.com>
48608 Date:   Tue Aug 22 09:23:55 2006 -0500
48609
48610     Support for FDT in uImage format, error when using FDT from flash
48611
48612     Signed-off-by: Matthew McClintock <msm@freescale.com>
48613
48614 commit 75c299c38369d01addd5e054b8a16217b70f4a86
48615 Author: Haiying Wang <haiying.wang@freescale.com>
48616 Date:   Tue Aug 15 15:12:55 2006 -0400
48617
48618     Unlock cache before kernel starts up for MPC86xx
48619
48620 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
48621 Author: Haiying Wang <haiying.wang@freescale.com>
48622 Date:   Tue Aug 15 15:13:15 2006 -0400
48623
48624     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
48625
48626 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
48627 Author: Haiying Wang <haiying.wang@freescale.com>
48628 Date:   Tue Aug 15 15:12:55 2006 -0400
48629
48630     Unlock cache before kernel starts up for MPC86xx
48631
48632 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
48633 Author: Haiying Wang <haiying.wang@freescale.com>
48634 Date:   Tue Aug 15 15:13:15 2006 -0400
48635
48636     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
48637
48638 commit 86c8e17f25e972a7e272950a0735fad84e082b88
48639 Author: Matthew McClintock <msm@freescale.com>
48640 Date:   Wed Aug 16 13:59:47 2006 -0500
48641
48642     * Fix disable_of booting
48643
48644     Signed-off-by: Matthew McClintock <msm@freescale.com>
48645
48646 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
48647 Author: Matthew McClintock <msm@freescale.com>
48648 Date:   Wed Aug 16 10:54:09 2006 -0500
48649
48650     * Support for FDT in uImage format, error when using FDT from flash
48651
48652     Signed-off-by: Matthew McClintock <msm@freescale.com>
48653
48654 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
48655 Author: Stefan Roese <sr@denx.de>
48656 Date:   Tue Aug 15 14:22:35 2006 +0200
48657
48658     Add initial support for the ALPR board from Prodrive
48659     NAND needs some additional testing
48660     Patch by Heiko Schocher, 15 Aug 2006
48661
48662 commit f0ff4692ff3372dec55074a8eb444943ab095abb
48663 Author: Stefan Roese <sr@denx.de>
48664 Date:   Tue Aug 15 14:15:51 2006 +0200
48665
48666     Add FPGA Altera Cyclone 2 support
48667     Patch by Heiko Schocher, 15 Aug 2006
48668
48669 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
48670 Author: Jon Loeliger <jdl@freescale.com>
48671 Date:   Mon Aug 14 15:33:38 2006 -0500
48672
48673     Fix BAT0 to actually be cacheable, non-guarded as documented.
48674
48675     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48676
48677 commit 40bc83559db5745681909fd7382ae509567e116d
48678 Author: Jon Loeliger <jdl@freescale.com>
48679 Date:   Wed Aug 9 15:32:16 2006 -0500
48680
48681     Removed MPC8641HPCN DTS source file from build.
48682     It is no longer linked into U-Boot; its sources are
48683     now located in the kernel tree.
48684
48685     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48686
48687 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
48688 Author: Matthew McClintock <msm@freescale.com>
48689 Date:   Wed Jun 28 10:47:03 2006 -0500
48690
48691     * Switched default PCI speed for 8540 ADS back to 33MHz
48692
48693     * Added comments and a printf to warn that PCI-X won't
48694       work at 33MHz
48695       Patch by Andy Fleming 17-Mar-2006
48696
48697     Signed-off-by: Andy Fleming <afleming@freescale.com>
48698
48699 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
48700 Author: Matthew McClintock <msm@freescale.com>
48701 Date:   Wed Jun 28 10:46:35 2006 -0500
48702
48703     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
48704
48705     Signed-off-by: Andy Fleming <afleming@freescale.com>
48706
48707 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
48708 Author: Matthew McClintock <msm@freescale.com>
48709 Date:   Wed Jun 28 10:46:13 2006 -0500
48710
48711     * Added VIA configuration table
48712
48713     * Added support for PCI2 on CDS
48714       Patch by Andy Fleming 17-Mar-2006
48715
48716     Signed-off-by: Andy Fleming <afleming@freescale.com>
48717
48718 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
48719 Author: Matthew McClintock <msm@freescale.com>
48720 Date:   Wed Jun 28 10:45:41 2006 -0500
48721
48722     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
48723
48724     Signed-off-by: Andy Fleming <afleming@freescale.com>
48725
48726 commit 97074ed9655309b64231bc2cee69fe85399f8055
48727 Author: Matthew McClintock <msm@freescale.com>
48728 Date:   Wed Jun 28 10:45:17 2006 -0500
48729
48730     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
48731
48732     Signed-off-by: Andy Fleming <afleming@freescale.com>
48733
48734 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
48735 Author: Matthew McClintock <msm@freescale.com>
48736 Date:   Wed Jun 28 10:44:49 2006 -0500
48737
48738     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
48739
48740     Signed-off-by: Andy Fleming <afleming@freescale.com>
48741
48742 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
48743 Author: Matthew McClintock <msm@freescale.com>
48744 Date:   Wed Jun 28 10:44:23 2006 -0500
48745
48746     * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006
48747
48748     Signed-off-by: Andy Fleming <afleming@freescale.com>
48749
48750 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
48751 Author: Matthew McClintock <msm@freescale.com>
48752 Date:   Wed Jun 28 10:43:36 2006 -0500
48753
48754     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
48755
48756     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48757
48758 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
48759 Author: Matthew McClintock <msm@freescale.com>
48760 Date:   Wed Jun 28 10:43:00 2006 -0500
48761
48762     * Removed the oftree.dts for stxxtx in light of the changes to the flat device tree handling code Patch by Matthew McClintock 26-June-2006
48763
48764 commit 5498d90312aad9f6bdbf047986027c35b03cd163
48765 Author: Matthew McClintock <msm@freescale.com>
48766 Date:   Wed Jun 28 10:42:24 2006 -0500
48767
48768     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
48769
48770 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
48771 Author: Matthew McClintock <msm@freescale.com>
48772 Date:   Wed Jun 28 10:41:37 2006 -0500
48773
48774     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
48775
48776 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
48777 Author: John Traill <john.traill@freescale.com>
48778 Date:   Wed Aug 9 14:33:50 2006 +0100
48779
48780     Add Rapidio support for the MPC8641HPCN
48781
48782     Signed-off-by: John Traill <john.traill@freescale.com>
48783
48784 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
48785 Author: John Traill <john.traill@freescale.com>
48786 Date:   Tue Aug 8 11:32:43 2006 +0100
48787
48788     Fix caslat calculation
48789
48790     Signed-off-by: John Traill <john.traill@freescale.com>
48791
48792 commit 709d3073e74153278e7904a70819bbef7df50e1a
48793 Author: Jon Loeliger <jdl@freescale.com>
48794 Date:   Thu Aug 3 16:17:56 2006 -0500
48795
48796     Convert to mac-address in ethernet nodes.
48797
48798 commit 71748af833ca1017edf1415be376366ff2937d17
48799 Author: Haiying Wang <haiying.wang@freescale.com>
48800 Date:   Fri Jul 28 12:41:35 2006 -0400
48801
48802     Correct the irq value of DUART2
48803
48804 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
48805 Author: Haiying Wang <haiying.wang@freescale.com>
48806 Date:   Fri Jul 28 12:41:41 2006 -0400
48807
48808     Change the space size of PEX IO in README
48809
48810 commit 239db37c94f7a92941c4465feceb867c609241c5
48811 Author: Haiying Wang <haiying.wang@freescale.com>
48812 Date:   Fri Jul 28 12:41:18 2006 -0400
48813
48814     Move get_board_sys_clk to board directory
48815
48816 commit 492900b985439fbce1a118afde1e35def870db03
48817 Author: John Traill <john.traill@freescale.com>
48818 Date:   Fri Jul 28 09:03:54 2006 +0100
48819
48820     Fix 8641HPCN pollution
48821
48822 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
48823 Author: John Traill <john.traill@freescale.com>
48824 Date:   Fri Jul 28 08:16:06 2006 +0100
48825
48826     Fix 8641HPCN timebase
48827
48828 commit c86360b830f1eecd7a72208575dde4f57879faea
48829 Author: Zhang Wei <wei.zhang@freescale.com>
48830 Date:   Fri Jul 28 00:01:34 2006 +0800
48831
48832     Fixed OF device tree of mpc86xxhpcn board.
48833
48834     The changes works in with kernel irq mapping rework.
48835
48836     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
48837
48838 commit bea3f28d285942bf3f7ab339ce85178ded544225
48839 Author: Haiying Wang <haiying.wang@freescale.com>
48840 Date:   Wed Jul 12 10:48:05 2006 -0400
48841
48842     Add support for reading and writing mac addresses to or from ID EEPROM.
48843
48844     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
48845     With attached patch, we can use command "mac/mac read/mac save/"
48846     to read and write EEPROM under u-boot prompt.
48847
48848     U-boot will calculate the checksum of EEPROM while bootup,
48849     if it is right, then u-boot will check whether the mac address
48850     of eTSEC0/1/2/3 is availalbe (non-zero).
48851
48852     If there is mac address availabe in EEPROM, u-boot will use it,
48853     otherewise, u-boot will use the mac address defined in
48854     MPC8641HPCN.h. This matches the requirement to set unique mac address
48855     for each TSEC port.
48856
48857     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
48858     Signed-off-by: York Sun <yorksun@freescale.com>
48859
48860 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
48861 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
48862 Date:   Thu Jul 13 10:35:10 2006 -0500
48863
48864     Fixed initrd issue by define big RAM
48865
48866     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
48867
48868 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
48869 Author: Jason Jin <Jason.jin@freescale.com>
48870 Date:   Fri Jul 7 10:01:45 2006 -0500
48871
48872     We made a u-boot patch to fix the hang up issue
48873     when booting filesystem from ramdisk.
48874
48875     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
48876
48877 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
48878 Author: Matthew McClintock <msm@freescale.com>
48879 Date:   Wed Jun 28 10:47:03 2006 -0500
48880
48881     * Switched default PCI speed for 8540 ADS back to 33MHz
48882     * Added comments and a printf to warn that PCI-X won't
48883       work at 33MHz
48884       Patch by Andy Fleming 17-Mar-2006
48885
48886     Signed-off-by: Andy Fleming <afleming@freescale.com>
48887
48888 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
48889 Author: Matthew McClintock <msm@freescale.com>
48890 Date:   Wed Jun 28 10:46:35 2006 -0500
48891
48892     * Fixed a bug where 8555 PCI code used the old variable and
48893       function names
48894       Patch by Andy Fleming 17-Mar-2006
48895
48896     Signed-off-by: Andy Fleming <afleming@freescale.com>
48897
48898 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
48899 Author: Matthew McClintock <msm@freescale.com>
48900 Date:   Wed Jun 28 10:46:13 2006 -0500
48901
48902     * Added VIA configuration table
48903     * Added support for PCI2 on CDS
48904       Patch by Andy Fleming 17-Mar-2006
48905
48906     Signed-off-by: Andy Fleming <afleming@freescale.com>
48907
48908 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
48909 Author: Matthew McClintock <msm@freescale.com>
48910 Date:   Wed Jun 28 10:45:41 2006 -0500
48911
48912     * Fixed PCI memory definitions
48913       Patch by Andy Fleming 17-Mar-2006
48914
48915     Signed-off-by: Andy Fleming <afleming@freescale.com>
48916
48917 commit 087454609e47295443af793a282cddcd91a5f49c
48918 Author: Matthew McClintock <msm@freescale.com>
48919 Date:   Wed Jun 28 10:45:17 2006 -0500
48920
48921     * Added support for initializing second PCI bus on 85xx
48922       Patch by Andy Fleming 17-Mar-2006
48923
48924     Signed-off-by: Andy Fleming <afleming@freescale.com>
48925
48926 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
48927 Author: Matthew McClintock <msm@freescale.com>
48928 Date:   Wed Jun 28 10:44:49 2006 -0500
48929
48930     * Added PCI-X #defines for PCI-X initialization
48931       Patch by Andy Fleming on 17-Mar-2006
48932
48933     Signed-off-by: Andy Fleming <afleming@freescale.com>
48934
48935 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
48936 Author: Matthew McClintock <msm@freescale.com>
48937 Date:   Wed Jun 28 10:44:23 2006 -0500
48938
48939     * Made sure the code which disables prefetch for PCI devices
48940       sets the size of the prefetch region to 0
48941       Patch by Andy Fleming on 17-Mar-2006
48942
48943     Signed-off-by: Andy Fleming <afleming@freescale.com>
48944
48945 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
48946 Author: Matthew McClintock <msm@freescale.com>
48947 Date:   Wed Jun 28 10:43:36 2006 -0500
48948
48949     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
48950       Patch by Jon Loeliger 17-Jan-2006
48951
48952     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48953
48954 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
48955 Author: Matthew McClintock <msm@freescale.com>
48956 Date:   Wed Jun 28 10:43:00 2006 -0500
48957
48958     * Removed the oftree.dts for stxxtx in light of the changes
48959       to the flat device tree handling code
48960       Patch by Matthew McClintock 26-June-2006
48961
48962 commit 1b380ec225665e73959677f3893dc658c5925e05
48963 Author: Matthew McClintock <msm@freescale.com>
48964 Date:   Wed Jun 28 10:42:24 2006 -0500
48965
48966     * Patch to modify ft_build.c to update flat device trees in place
48967       Patch by Matthew McClintock 26-June-2006
48968
48969 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
48970 Author: Matthew McClintock <msm@freescale.com>
48971 Date:   Wed Jun 28 10:41:37 2006 -0500
48972
48973     * Modify bootm command to support booting with flat device trees
48974       Patch by Matthew McClintock 26-June-2006
48975
48976 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
48977 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
48978 Date:   Wed Jun 28 08:43:56 2006 -0500
48979
48980     Change Id to symbolic name for RTL8139
48981
48982     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48983
48984 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
48985 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
48986 Date:   Tue Jun 27 18:12:10 2006 +0800
48987
48988     Fix RTL8139 in big endian
48989
48990     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
48991     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
48992
48993 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
48994 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
48995 Date:   Tue Jun 27 18:12:23 2006 +0800
48996
48997     Fix Tsec bug when no link
48998
48999      When tftp a non-exist file from the tftp server, u-boot will check
49000      the link of all eth port. The original file will return wrong link
49001      state on the no link ports.
49002
49003     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
49004
49005 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
49006 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
49007 Date:   Tue Jun 27 18:12:02 2006 +0800
49008
49009     Fix bug for io_bar size during pci scan
49010
49011     During the pci scan process, Some devices return bar_reponse with the
49012     highest bytes 0, such as the pci bridge in uli1575 return bar_response
49013     with 0xffffff, So the bar_size should be manually set under 64K.
49014
49015     Signed-off-by: Jason Jin <jason.jin@freescale.com>
49016
49017 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
49018 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
49019 Date:   Tue Jun 27 18:11:54 2006 +0800
49020
49021     Enable PCIE1 for MPC8641HPCN board
49022
49023     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49024
49025 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
49026 Author: Wolfgang Denk <wd@pollux.denx.de>
49027 Date:   Mon Jun 26 11:06:00 2006 +0200
49028
49029     More code cleanup
49030
49031 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
49032 Author: Jon Loeliger <jdl@freescale.com>
49033 Date:   Thu Jun 22 08:51:46 2006 -0500
49034
49035     Fix bug in 8641hpcn reset command with no args.
49036
49037     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
49038     Acked-by: Jon Loeliger <jdl@freescale.com>
49039
49040 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
49041 Author: Zhang Wei <wei.zhang@freescale.com>
49042 Date:   Tue Jun 20 17:47:15 2006 +0800
49043
49044     Reworked IRQ mapping in OF-tree.
49045
49046 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
49047 Author: Jon Loeliger <jdl@freescale.com>
49048 Date:   Thu Jun 15 21:33:37 2006 -0500
49049
49050     Do not enable address translation on secondary CPUs.
49051     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
49052
49053     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49054
49055 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
49056 Author: Wolfgang Denk <wd@pollux.denx.de>
49057 Date:   Wed Jun 14 18:14:56 2006 +0200
49058
49059     Code cleanup
49060
49061 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
49062 Author: Wolfgang Denk <wd@pollux.denx.de>
49063 Date:   Wed Jun 14 17:45:53 2006 +0200
49064
49065     Various USB related patches
49066     - Add support for mpc8xx USB device.
49067     - Add support for Common Device Class - Abstract Control Model USB console.
49068     - Add support for flow control in USB slave devices.
49069     - Add support for switching between gserial and cdc_acm using environment.
49070     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
49071     - Update usbcore slightly to ease host enumeration.
49072     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
49073     - Add AdderUSB_config as a defconfig to enable usage of the USB console
49074       by default with the Adder87x U-Boot port.
49075     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
49076
49077 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
49078 Author: Jon Loeliger <jdl@jdl.com>
49079 Date:   Wed Jun 7 10:53:55 2006 -0500
49080
49081     Fix a get_board_sys_clk() use-before-def warning.
49082
49083     Signed-off-by: Jon Loeliger <jdl@jdl.com>
49084
49085 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
49086 Author: Jon Loeliger <jdl@jdl.com>
49087 Date:   Wed Jun 7 10:52:49 2006 -0500
49088
49089     Allow DTC path to be passed in.
49090
49091     Signed-off-by: Jon Loeliger <jdl@jdl.com>
49092
49093 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
49094 Author: Haiying Wang <haiying.wang@freescale.com>
49095 Date:   Tue Jun 6 16:54:29 2006 -0400
49096
49097     Modify the IRQ of DUART2
49098
49099 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
49100 Author: Jon Loeliger <jdl@jdl.com>
49101 Date:   Wed May 31 13:55:35 2006 -0500
49102
49103     Review cleanups.
49104
49105     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49106
49107 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
49108 Author: Jon Loeliger <jdl@jdl.com>
49109 Date:   Wed May 31 12:44:44 2006 -0500
49110
49111     White space cleanup.
49112     Some 80-column cleanups.
49113     Convert printf() to puts() where possible.
49114     Use #include "spd_sdram.h" as needed.
49115     Enhanced reset command usage message a bit.
49116
49117     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49118
49119 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
49120 Author: Jon Loeliger <jdl@jdl.com>
49121 Date:   Wed May 31 11:39:34 2006 -0500
49122
49123     Removed unneeded local_bus_init() from 8641HPCN board.
49124
49125     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49126
49127 commit 4d3d729c16c392d2982d3266b659d333c927697d
49128 Author: Jon Loeliger <jdl@jdl.com>
49129 Date:   Wed May 31 11:24:28 2006 -0500
49130
49131     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
49132
49133     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49134
49135 commit b2a941de060350ad15878d8219825f4950e9bb8e
49136 Author: Jon Loeliger <jdl@jdl.com>
49137 Date:   Wed May 31 10:07:28 2006 -0500
49138
49139     Remove dead debug code.
49140
49141     Signed-off-by: Jon Loeliger <jdl@jdl.com>
49142
49143 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
49144 Author: Jon Loeliger <jdl@freescale.com>
49145 Date:   Tue May 30 17:47:00 2006 -0500
49146
49147     Move mpc86xx PIXIS code to board directory
49148
49149     First cut at moving the PIXIS platform code out of
49150     the 86xx cpu directory and into board/mpc8641hpcn
49151     where it belongs.
49152
49153     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49154
49155 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
49156 Author: Markus Klotzbuecher <mk@denx.de>
49157 Date:   Tue May 30 16:56:14 2006 +0200
49158
49159     Support generic OHCI support for the s3c24x0 cpu.
49160
49161 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
49162 Author: Haiying Wang <Haiying.Wang@freescale.com>
49163 Date:   Tue May 30 09:10:32 2006 -0500
49164
49165     Improve "reset" command's interaction with watchdog.
49166
49167         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
49168         "reset altbank wd" will reset another bank WITH watch dog enabled
49169         "diswd" will disable watch dog after u-boot boots up successfully
49170
49171     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
49172
49173 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
49174 Author: Haiying Wang <Haiying.Wang@freescale.com>
49175 Date:   Tue May 30 08:51:19 2006 -0500
49176
49177     Fix two SDRAM setup bugs.
49178
49179         Fix ECC setup bug.
49180         Enable 1T/2T based on number of DIMMs present.
49181
49182     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
49183
49184 commit d11fec5015334deb2010e36ce00bb118cc5429a5
49185 Author: Haiying Wang <Haiying.Wang@freescale.com>
49186 Date:   Fri May 26 10:24:48 2006 -0500
49187
49188     Add first draft of the MPC8641HPCN doc/README.
49189
49190     Signed-off-by: Jon Loeliger <jdl@jdl.com>
49191
49192 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
49193 Author: Haiying Wang <Haiying.Wang@freescale.com>
49194 Date:   Fri May 26 10:13:04 2006 -0500
49195
49196     Added pci@8000 block.
49197     Updated ethernet interrupt mappings (moved up 48).
49198     Cleaned up a few comments.
49199
49200     Signed-off-by: Jon Loeliger <jdl@jdl.com>
49201
49202 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
49203 Author: Haiying Wang <Haiying.Wang@freescale.com>
49204 Date:   Fri May 26 10:01:16 2006 -0500
49205
49206     Allow args on reset command.
49207
49208     Signed-off-by: Jon Loeliger <jdl@jdl.com>
49209
49210 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
49211 Author: Markus Klotzbuecher <mk@denx.de>
49212 Date:   Tue May 23 13:38:35 2006 +0200
49213
49214     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
49215     fixes to the latter.
49216
49217 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
49218 Author: Markus Klotzbuecher <mk@denx.de>
49219 Date:   Tue May 23 10:33:11 2006 +0200
49220
49221     More cleanup for the delta board and the generic usb_ohci driver. Added
49222     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
49223     initialization and cleanup hooks respectively.
49224
49225 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
49226 Author: Markus Klotzbuecher <mk@denx.de>
49227 Date:   Mon May 22 16:33:54 2006 +0200
49228
49229     This patch adds USB storage support for the delta board. This is the first
49230     board to make use of a generic OHCI driver, that calls hooks for board
49231     dependant initialization.
49232
49233 commit 14e37081ff3cac7ebe6e93836523429853b6b292
49234 Author: Jon Loeliger <jdl@jdl.com>
49235 Date:   Fri May 19 13:28:39 2006 -0500
49236
49237     Change arbitration to round-robin for SMP linux.
49238
49239 commit 9a655876e5995be80f49054e2509500e871e4d3a
49240 Author: Jon Loeliger <jdl@jdl.com>
49241 Date:   Fri May 19 13:26:34 2006 -0500
49242
49243     Enable dual DDR controllers and interleaving.
49244
49245 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
49246 Author: Jon Loeliger <jdl@jdl.com>
49247 Date:   Fri May 19 13:22:44 2006 -0500
49248
49249     Update 86xx address map and LAWBARs.
49250
49251 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
49252 Author: Jon Loeliger <jdl@jdl.com>
49253 Date:   Fri May 19 13:14:15 2006 -0500
49254
49255     Remove L2 Cache invalidate polling.
49256
49257 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
49258 Author: Jon Loeliger <jdl@jdl.com>
49259 Date:   Fri May 19 12:33:09 2006 -0500
49260
49261     Enable 2nd CPU and I2C.
49262
49263 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
49264 Author: Jon Loeliger <jdl@freescale.com>
49265 Date:   Mon May 15 07:26:56 2006 -0500
49266
49267     Update interrupt mapping.
49268
49269 commit 6cfea33477b04b63ed47386ed1629529484c33ba
49270 Author: Haiying Wang <Haiying.Wang@freescale.com>
49271 Date:   Wed May 10 09:38:06 2006 -0500
49272
49273     Remove unneeded INIT_RAM_LOCK cache twiddling.
49274     Correctly tracks r29 as global data pointer now.
49275
49276     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
49277
49278 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
49279 Author: Jon Loeliger <jdl@freescale.com>
49280 Date:   Wed May 10 09:33:07 2006 -0500
49281
49282     Remove unnecessary flash.c file.
49283
49284 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
49285 Author: Jon Loeliger <jdl@freescale.com>
49286 Date:   Tue May 9 08:23:49 2006 -0500
49287
49288     Get MPC8641HPCN flash images working.
49289
49290         Enable the CFI driver.
49291         Remove bogus LAWBAR7 cruft.
49292         Use correct TEXT_BASE, Fixup load script.
49293         Enable SPD EEPROM during DDR setup.
49294         Use generic RFC 1918 IP addresses by default.
49295
49296 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
49297 Author: Jon Loeliger <jdl@freescale.com>
49298 Date:   Thu Apr 27 10:15:16 2006 -0500
49299
49300     Cleanup whitespaces and style issues.
49301     Removed //-style comments.
49302     Use 80-column lines.
49303     Remove trailing whitespace.
49304     Remove dead code and debug cruft.
49305
49306 commit a2320a6bf8113a09544c42d160d10ac69d049a03
49307 Author: Jon Loeliger <jdl@freescale.com>
49308 Date:   Thu Apr 27 08:22:39 2006 -0500
49309
49310     Revert bad PCI prefetch limit change.
49311
49312 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
49313 Author: Jon Loeliger <jdl@freescale.com>
49314 Date:   Wed Apr 26 17:58:56 2006 -0500
49315
49316     Initial support for MPC8641 HPCN board.