]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Fix merge problems
[karo-tx-uboot.git] / CHANGELOG
1 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
2 Author: Mark Jackson <mpfj@mimc.co.uk>
3 Date:   Thu Jul 31 16:09:00 2008 +0100
4
5     Add gzipped logo support
6
7     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
8
9       If this option is set, additionally to standard BMP
10       images, gzipped BMP images can be displayed via the
11       splashscreen support or the bmp command.
12
13     However, the splashscreen function *only* supports standard BMP images.
14
15     This patch adds the documented gzip support.
16
17     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18
19 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
20 Author: Mark Jackson <mpfj@mimc.co.uk>
21 Date:   Thu Jul 31 15:56:48 2008 +0100
22
23     Fix Atmel LCD controller endianess for AVR32 processors
24
25     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
26     AVR32 (big endian) platforms.
27
28     As such, the controller can handle both big and little endian memory.
29
30     This patch fixes the driver for the AVR32 platform.
31
32     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33
34 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
35 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36 Date:   Thu Jul 31 15:56:01 2008 +0200
37
38     apollon: fix build out of tree
39
40     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41
42 commit 2e752be39d3e398d4ab89ffa6634c397df298297
43 Author: Guennadi Liakhovetski <lg@denx.de>
44 Date:   Thu Jul 31 12:35:04 2008 +0200
45
46     Uncompressed images loaded to their start address shall set load_end too
47
48     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
50
51 commit c37207d7f51e19c17f859966f314e27cc1231801
52 Author: Wolfgang Denk <wd@denx.de>
53 Date:   Wed Jul 16 16:38:59 2008 +0200
54
55     Fix printf() format problems with configurable prompts
56
57     U-Boot allows for configurable prompt strings using the
58     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
59     the assumption was that any such user defined problts would contain
60     exactly one "%d" format specifier. But some boards did not.
61
62     To allow for flexible boot prompts without adding too complex code we
63     now allow to specify the whole list of printf() arguments in the user
64     definition. This is powerful, but requires a responsible user who
65     really understands what he is doing, as he needs to know for exanple
66     which variables are available in the respective context.
67
68     Signed-off-by: Wolfgang Denk <wd@denx.de>
69
70 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
71 Author: Wolfgang Denk <wd@denx.de>
72 Date:   Thu Jul 31 17:02:14 2008 +0200
73
74     TQM85xx: fix typo introduce by commit ffbb5cb9
75
76     Signed-off-by: Wolfgang Denk <wd@denx.de>
77
78 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
79 Author: Wolfgang Denk <wd@denx.de>
80 Date:   Thu Jul 31 15:27:01 2008 +0200
81
82     mvbc_p board: fix most build warnings.
83
84     Signed-off-by: Wolfgang Denk <wd@denx.de>
85
86 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
87 Author: Wolfgang Denk <wd@denx.de>
88 Date:   Thu Jul 31 13:57:20 2008 +0200
89
90     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
91
92     Avoid "integer constant is too large for 'long' type" warnings.
93     And simplify the code.
94
95     Signed-off-by: Wolfgang Denk <wd@denx.de>
96
97 commit 9196b44334c330cc13de2464c59181e4db71f549
98 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
99 Date:   Wed Jul 30 23:21:19 2008 +0400
100
101     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
102
103     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
104
105 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
106 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
107 Date:   Wed Jul 30 23:20:32 2008 +0400
108
109     PPC: Add pci_clk in the global_data for CPM2 processors
110
111     This patch adds pci_clk field to the global_data structure for the
112     processors which have CPM2 module in case the CONFIG_PCI is defined.
113
114     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
115
116 commit f0ff885ca64655bee6540eb8a25eed90b1152686
117 Author: Kumar Gala <galak@kernel.crashing.org>
118 Date:   Wed Jul 30 14:13:30 2008 -0500
119
120     mpc85xx: Update linker scripts for Freescale boards
121
122     * Move to using absolute addressing always.  Makes the scripts a bit more
123       portable and common
124     * Moved .bss after the end of the image.  These allows us to have more
125       room in the resulting binary image for code and data.
126     * Removed .text object files that aren't really needed
127     * Make sure _end is 4-byte aligned as the .bss init code expects this.
128       (Its possible that the end of .bss isn't 4-byte aligned)
129
130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
131
132 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
133 Author: Kumar Gala <galak@kernel.crashing.org>
134 Date:   Wed Jul 30 08:01:15 2008 -0500
135
136     Fix compile warnings in dlmalloc
137
138     The origional code was using on odd reference to get to the first
139     real element in av_[].  The first two elements of the array are
140     not used for actual bins, but for house keeping.  If we are more
141     explicit about how use the first few elements we can get rid of the
142     warnings:
143
144     dlmalloc.c: In function 'malloc_extend_top':
145     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
146     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
147     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
148     ...
149
150     The logic of how this code came to be is:
151         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
152
153     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
154         bin_at(0) = &(av_[0])
155
156     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
157
158     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
159
160 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
161 Author: Stefan Roese <sr@denx.de>
162 Date:   Wed Jul 30 10:21:01 2008 +0200
163
164     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
165
166     Signed-off-by: Stefan Roese <sr@denx.de>
167
168 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
169 Author: Stefan Roese <sr@denx.de>
170 Date:   Wed Jul 30 09:59:51 2008 +0200
171
172     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
173
174     A recent patch used '#if (CONFIG_CMD_USB)' instead of
175     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
176     common/bootm.c compile again.
177
178     Signed-off-by: Stefan Roese <sr@denx.de>
179     Acked-by: Markus Klotzbuecher <mk@denx.de>
180
181 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
182 Author: Kyungmin Park <kmpark@infradead.org>
183 Date:   Tue Jul 22 08:01:43 2008 +0900
184
185     Remove unused I2C at apollon board
186
187     There are no I2C devices on this board.
188
189     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
190
191 commit 3c95960e526b3b026da20201db64526f46faf14b
192 Author: Wolfgang Denk <wd@denx.de>
193 Date:   Thu Jul 31 10:12:09 2008 +0200
194
195     at91rm9200dk, csb637: fix NAND related build problems
196
197     Tried fixing NAND support for the at91rm9200dk board; untested.
198     Disabled NAND support in the csb637 board config file.
199
200     Signed-off-by: Wolfgang Denk <wd@denx.de>
201
202 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
203 Author: Kumar Gala <galak@kernel.crashing.org>
204 Date:   Tue Jul 29 12:23:49 2008 -0500
205
206     fsl_i2c: Use timebase timer functions instead of get_timer()
207
208     The current implementation of get_timer() is only really useful after we
209     have relocated u-boot to memory.  The i2c code is used before that as part
210     of the SPD DDR setup.
211
212     We actually have a bug when using the get_timer() code before relocation
213     because the .bss hasn't been setup and thus we could be reading/writing
214     a random location (probably in flash).
215
216     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
217
218 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
219 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
220 Date:   Tue Jul 29 14:49:31 2008 +0200
221
222     Adder8xx: Fix CFG_MONITOR_LEN
223
224     Due to increased space usage, U-Boot can no longer be stored in three sectors.
225     The current U-Boot use just over three flash sectors (197k), and U-Boot will
226     become corrupt after saving environment variables. This patch adds another 64k
227     to CFG_MONITOR_LEN.
228
229     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
230
231 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
232 Author: Kyungmin Park <kmpark@infradead.org>
233 Date:   Tue Jul 29 08:47:57 2008 +0900
234
235     Add OneNAND IPL related files to gitignore
236
237     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
238
239 commit 8d87589e8e874df7120a3d9667f051bc33bac250
240 Author: Rafal Jaworowski <raj@semihalf.com>
241 Date:   Mon Jul 28 20:38:25 2008 +0200
242
243     API: Teach the storage layer about SATA and MMC options.
244
245     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
246     Acked-by: Rafal Jaworowski <raj@semihalf.com>
247
248 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
249 Author: Rafal Jaworowski <raj@semihalf.com>
250 Date:   Mon Jul 28 20:37:48 2008 +0200
251
252     API: Dump contents of sector 0 in the demo application.
253
254     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
255     Acked-by: Rafal Jaworowski <raj@semihalf.com>
256
257 commit 13ca6305f2eba49c175f6370c35286141059c789
258 Author: Rafal Jaworowski <raj@semihalf.com>
259 Date:   Mon Jul 28 20:37:10 2008 +0200
260
261     API: Correct storage enumeration routine, other minor fixes in API storage area.
262
263     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
264     Acked-by: Rafal Jaworowski <raj@semihalf.com>
265
266 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
267 Author: Rafal Jaworowski <raj@semihalf.com>
268 Date:   Mon Jul 28 20:36:19 2008 +0200
269
270     API: Fix compilation warnings in api_examples/demo.c.
271
272     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
273
274 commit c14eefcc48212af2f3314809605698dd8393a90a
275 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
276 Date:   Sun Jul 27 17:09:43 2008 +0200
277
278     Fix more printf() format warnings
279
280     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
281
282 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
283 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
284 Date:   Fri Jul 25 15:18:16 2008 +0200
285
286     Fix remaining CFG_CMD_ define, ifdef and comments
287
288     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
289
290 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
291 Author: Stefano Babic <sbabic@denx.de>
292 Date:   Fri Jul 25 08:57:40 2008 +0200
293
294     Add include for config.h in command.h.
295
296     Because the cmd_tbl_s structure depends on the configuration file, it
297     must be assured that config.h is included before the structure is
298     evaluated by the compiler. If this is not certain, it could happen
299     that the compiler generates structures of different size, depending
300     on the fact if the source file includes <config.h> before or after
301     <command.h>.
302
303     The effect is that u-boot crashes when tries to relocate the command
304     table (for ppc) or try to access to the command table for other
305     architectures.
306
307     The problem can happen on board-depending commands. All general
308     commands under /common are unaffected, because they include already
309     config.h before command.h.
310
311     Signed-off-by: Stefano Babic <sbabic@denx.de>
312
313 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
314 Author: Scott Wood <scottwood@freescale.com>
315 Date:   Wed Jul 23 13:16:06 2008 -0500
316
317     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
318
319     This fixes building out-of-tree.
320
321     Signed-off-by: Scott Wood <scottwood@freescale.com>
322
323 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
324 Author: Heiko Schocher <hs@denx.de>
325 Date:   Wed Jul 23 07:30:46 2008 +0200
326
327     Fix warnings if compiling with IDE support.
328
329     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
330     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
331
332     Signed-off-by: Heiko Schocher <hs@denx.de>
333
334 commit 7610db17fd4d59c51d825488526d85ede2f06767
335 Author: Adrian Filipi <adrian.filipi@eurotech.com>
336 Date:   Tue Jul 22 14:28:11 2008 -0400
337
338     Removed support for the adsvix board.
339
340     Support for the adsvix was originally provided by Applied Data
341     Systems (ADS), inc., now EuroTech, Inc.
342     The board never shipped aside from some sample boards.
343
344     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
345
346 commit f96b44cef897bd372beb86dde1b33637c119d84d
347 Author: Remy Bohmer <linux@bohmer.net>
348 Date:   Tue Jul 22 16:22:11 2008 +0200
349
350     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
351
352     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
353     never set, because relocation to RAM is actually never done by U-boot
354     itself. However, several pieces of code check if this flag is set at
355     some time.
356
357     So, to make sure this flag is set on boards skipping relocation, this
358     is added to the initialisation of U-boot at a moment where it is safe
359     to do so.
360
361     Signed-off-by: Remy Bohmer <linux@bohmer.net>
362
363 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
364 Author: Timur Tabi <timur@freescale.com>
365 Date:   Mon Jul 21 14:26:23 2008 -0500
366
367     fsl-i2c: fix writes to data segment before relocation
368
369     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
370     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
371     I2C bus speed and save the value in i2c_bus_speed[], which is a global
372     variable.  It is an error to write to the data segment before relocation,
373     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
374
375     Signed-off-by: Timur Tabi <timur@freescale.com>
376
377 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
378 Author: Wolfgang Ocker <weo@reccoware.de>
379 Date:   Mon Jul 28 16:56:51 2008 +0200
380
381     mips: Fix baudrate divisor computation on alchemy cpus
382
383     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
384     on alchemy cpus.
385
386     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
387     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
388
389 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
390 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
391 Date:   Wed Jul 23 10:55:46 2008 +0200
392
393     spi flash: Fix printf() format warnings
394
395     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
396
397 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
398 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
399 Date:   Wed Jul 23 10:55:31 2008 +0200
400
401     atmel_mci: Fix printf() format warnings
402
403     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
404
405 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
406 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
407 Date:   Wed Jul 23 10:55:15 2008 +0200
408
409     avr32: Fix printf() format warnings
410
411     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
412
413 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
414 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
415 Date:   Wed Jul 23 10:52:19 2008 +0200
416
417     avr32: asm/io.h needs asm/types.h
418
419     map_physmem() takes a phys_addr_t as parameter. This type is defined in
420     asm/types.h, so we need to include that file.
421
422     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
423
424 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
425 Author: Michal Simek <monstr@monstr.eu>
426 Date:   Thu Jul 17 12:25:46 2008 +0200
427
428     microblaze: Fix printf() format issues
429
430     Signed-off-by: Michal Simek <monstr@monstr.eu>
431
432 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
433 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
434 Date:   Thu Jul 17 07:27:51 2008 +0530
435
436     Remove unused code from lib_arm/bootm.c
437
438     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
439
440 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
441 Author: Detlev Zundel <dzu@denx.de>
442 Date:   Wed Jul 16 18:56:45 2008 +0200
443
444     tqm85xx: Demystify 'DK: !!!' comment
445
446     Signed-off-by: Detlev Zundel <dzu@denx.de>
447
448 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
449 Author: Detlev Zundel <dzu@denx.de>
450 Date:   Wed Jul 16 18:56:44 2008 +0200
451
452     83xx/85xx/86xx: Add LTEDR local bus definitions
453
454     Signed-off-by: Detlev Zundel <dzu@denx.de>
455
456 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
457 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
458 Date:   Wed Jul 16 16:22:32 2008 +0200
459
460     serial_xuartlite.c: fix compiler warnings
461
462     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
463     Acked-by: Grant Likely <grant.likely@secretlab.ca>
464
465 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
466 Author: Stefan Roese <sr@denx.de>
467 Date:   Fri Jul 18 11:03:35 2008 +0200
468
469     POST: Add disable interrupts in some of the missing CPU POST tests
470
471     Some CPU POST tests did not disable the interrupts while running. This
472     seems to be necessary to protect this self modifying code.
473
474     Signed-off-by: Stefan Roese <sr@denx.de>
475
476 commit 97a3bf268d096e0e97e54048448c35114edcf557
477 Author: Stefan Roese <sr@denx.de>
478 Date:   Fri Jul 18 10:43:24 2008 +0200
479
480     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
481
482     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
483     CFG_64BIT_LBA.
484
485     Signed-off-by: Stefan Roese <sr@denx.de>
486
487 commit 0043ac55024963295fc79b39af85b6dc3b261e17
488 Author: Niklaus Giger <niklaus.giger@netstal.com>
489 Date:   Fri Jul 18 11:22:23 2008 +0200
490
491     POST PPC4xx/spr IVPR only if PPC440
492
493     The SPR IVPR register is only present (as far as I know) for
494     processors with a PPC440 core.
495
496     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
497     Acked-by: Stefan Roese <sr@denx.de>
498
499 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
500 Author: Stefan Roese <sr@denx.de>
501 Date:   Fri Jul 18 10:42:29 2008 +0200
502
503     ppc4xx: Enable 64bit printf format on 440/460 platforms
504
505     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
506     440/460 platforms. This may be needed since those platforms support
507     36bit physical address space.
508
509     Signed-off-by: Stefan Roese <sr@denx.de>
510
511 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
512 Author: Stefan Roese <sr@denx.de>
513 Date:   Fri Jul 18 15:57:23 2008 +0200
514
515     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
516
517     This patch fixes a problem with incorrect MODTx (On Die Termination)
518     setup for a configuration with multiple DIMM's and multiple ranks.
519     Without this change Katmai was unable to boot Linux with DDR2 frequency
520     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
521     with DDR2 frequency = 640MHz and mem=4GB.
522
523     Signed-off-by: Stefan Roese <sr@denx.de>
524
525 commit 340ccb260f21516be360745d5c5e3bd0657698df
526 Author: Sebastian Siewior <bigeasy@linutronix.de>
527 Date:   Wed Jul 16 20:04:49 2008 +0200
528
529     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
530
531     This got broken by commits 93c56f212c
532      [cfi_flash: support of long cmd in U-boot.]
533
534     That command needs to be in little endian format on BE machines
535     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
536     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
537     the cmdbuf in case portwidth = chipwidth = 8bit.
538
539     Cc: Alexey Korolev <akorolev@infradead.org>
540     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
541     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
542
543 commit 699f05125509249072a0b865c8d35520d97cd501
544 Author: Wolfgang Denk <wd@denx.de>
545 Date:   Tue Jul 15 22:22:44 2008 +0200
546
547     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
548
549     Signed-off-by: Wolfgang Denk <wd@denx.de>
550
551 commit bcab74baa6b1b1c969038ab6f64a186239180405
552 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
553 Date:   Tue Jul 15 11:23:02 2008 -0400
554
555     Round the serial port clock divisor value returned by calc_divisor()
556
557     Round the serial port clock divisor value returned by
558     calc_divisor()
559
560     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
561     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
562
563 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
564 Author: Robin Getz <rgetz@blackfin.uclinux.org>
565 Date:   Tue Jul 15 21:44:46 2008 +0200
566
567     Fix DHCP protocol so U-Boot does not respond too early
568     on the network with it's offered IP number; it should not reply until
569     after it has received a DHCP ACK message. Also ensures that U-Boot
570     does it's DHCPREQUEST as broadcast (per RFC 2131).
571
572     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
573     Acked-by: Ben Warren <biggerbadderben@gmail.com>
574     Signed-off-by: Wolfgang Denk <wd@denx.de>
575
576 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
577 Author: Sebastian Siewior <bigeasy@linutronix.de>
578 Date:   Tue Jul 15 13:35:23 2008 +0200
579
580     cfi_flash: make the command u32 only
581
582     This got changed by commit 93c56f212c
583     [cfi_flash: support of long cmd in U-boot.]
584
585     Long is the wrong type because it will behave differently on 64bit
586     machines in a way that is probably not expected. u32 should be
587     enough.
588
589     Cc: Alexey Korolev <akorolev@infradead.org>
590     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
591     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
592
593 commit 31cfe57491b183acae575d486729e158f016c27b
594 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
595 Date:   Mon Jul 14 23:48:41 2008 +0200
596
597     tools/gitignore: update to all generated files
598
599     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
600
601 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
602 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
603 Date:   Wed Jul 9 18:30:44 2008 +0200
604
605     mpc5xxx: Add MVBC_P board support
606
607     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
608     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
609
610     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
611     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
612
613 commit e2d31fb3450653115452144363d5bde4e5e3e693
614 Author: Timur Tabi <timur@freescale.com>
615 Date:   Thu Jun 19 17:56:11 2008 -0500
616
617     Update Freescale sys_eeprom.c to handle CCID formats
618
619     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
620     NXID format replaces the older CCID format, but it's important to support both
621     since most boards out there still use the CCID format.  This change is in
622     preparation for using one file to handle both formats.  This will also unify
623     EEPROM support for all Freescale 85xx and 86xx boards.
624
625     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
626     instead of ID_EEPROM_ADDR.
627
628     Signed-off-by: Timur Tabi <timur@freescale.com>
629
630 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
631 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
632 Date:   Fri Jul 11 17:22:43 2008 +0900
633
634     pci: sh: Add pci_skip_dev and pci_print_dev function
635
636     Add function of new PCI, pci_skip_dev and pci_print_dev.
637
638     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
639     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
640
641 commit 1107014e835ec9d46c0333f4211d104f77442db0
642 Author: Andy Fleming <afleming@freescale.com>
643 Date:   Mon Jul 14 20:29:07 2008 -0500
644
645     Clean up INIT_RAM options
646
647     The L2_INIT_RAM option was unused, and recent changes to the TLB code
648     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
649     the amount of mapped space attached to nothing, we change things so the TLBs
650     get cleared.
651
652     Signed-off-by: Andy Fleming <afleming@freescale.com>
653
654 commit 4524561820a9327e89107854b3a7187800ccf719
655 Author: Andy Fleming <afleming@freescale.com>
656 Date:   Mon Jul 14 20:26:57 2008 -0500
657
658     Remove fake flash bank from 8544 DS
659
660     The fake flash bank was generating errors for anyone who didn't have a
661     PromJET hooked up to the board.  As that constitutes the vast majority of
662     users, we remove it.
663
664     Signed-off-by: Andy Fleming <afleming@freescale.com>
665
666 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
667 Author: Kumar Gala <galak@kernel.crashing.org>
668 Date:   Mon Jul 14 14:07:03 2008 -0500
669
670     MPC8544DS: Add ATI Video card support
671
672     Add support for using a PCIe ATI Video card on PCIe2.
673
674     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
675
676 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
677 Author: Kumar Gala <galak@kernel.crashing.org>
678 Date:   Mon Jul 14 14:07:02 2008 -0500
679
680     85xx: Add some L1/L2 SPR register definitions
681
682     Add new L1/L2 SPRs related to e500mc cache config and control.
683
684     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
685
686 commit e5852787f0c3c442a276262f13d91ca450605ac0
687 Author: Kumar Gala <galak@kernel.crashing.org>
688 Date:   Mon Jul 14 14:07:01 2008 -0500
689
690     MPC8544DS: Report board id, board version and fpga version.
691
692     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
693
694 commit 73f15a060f67a2462551c334215bd20fac6b81d1
695 Author: Kumar Gala <galak@kernel.crashing.org>
696 Date:   Mon Jul 14 14:07:00 2008 -0500
697
698     85xx: Cleanup L2 cache size detection
699
700     The L2 size detection code was a bit confusing and we kept having to add
701     code to it to handle new processors.  Change the sense of detection so we
702     look for the older processors that aren't changing.
703
704     Also added support for 1M cache size on 8572.
705
706     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
707
708 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
709 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
710 Date:   Fri Jul 11 15:33:08 2008 -0400
711
712     sbc8560: enable CONFIG_OF_LIBFDT by default
713
714     Make the default build for the sbc8560 board be powerpc
715     capable with libfdt support.
716
717     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
718
719 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
720 Author: Andy Fleming <afleming@freescale.com>
721 Date:   Mon Jul 14 20:04:40 2008 -0500
722
723     Fix indentation for default boot environment variables
724
725     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
726     similar #defines in sbc8560.h.
727
728     Signed-off-by: Andy Fleming <afleming@freescale.com>
729
730 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
731 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
732 Date:   Fri Jul 11 15:33:07 2008 -0400
733
734     sbc8560: add default fdt values
735
736     Add in the default fdt settings and the typical EXTRA_ENV
737     settings as borrowed from the mpc8560ads.  Fix a couple
738     of stale references to the mpc8560ads dating back to the
739     original clone/fork.
740
741     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
742     Signed-off-by: Andy Fleming <afleming@freescale.com>
743
744 commit d04e76edf92f7f89696989e8702b97e020455af3
745 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
746 Date:   Fri Jul 11 15:33:06 2008 -0400
747
748     sbc8560: add in ft_board_setup()
749
750     Add in for the sbc8560, the ft_board_setup() routine, based on what is
751     in use for the Freescale MPC8560ADS board.
752
753     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
754
755 commit c158bcaca3b31cbe38c4143812e6170e38a57393
756 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
757 Date:   Fri Jul 11 15:33:05 2008 -0400
758
759     sbc8560: define eth0 and eth1 instead of eth1 and eth2
760
761     The existing config doesn't define CONFIG_HAS_ETH0, and so the
762     fdt support doesn't update the zeros in the dtb local-mac with
763     real data from the u-boot env.  Since the existing config is
764     tailored to just two interfaces, get rid of the ETH2 definitions
765     at the same time.
766
767     Also don't include any end user specific data into the environment
768     by default -- things like MAC address, network parameters etc. need
769     to come from the end user.
770
771     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
772     Signed-off-by: Andy Fleming <afleming@freescale.com>
773
774 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
775 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
776 Date:   Fri Jul 11 15:33:04 2008 -0400
777
778     sbc8560: properly set cs0_bnds for 512MB
779
780     The sbc8560 board ships with 512MB of memory installed,
781     but the current cs0_bnds is hard coded for 256MB.  Set the
782     value based on CFG_SDRAM_SIZE.
783
784     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
785
786 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
787 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
788 Date:   Fri Jul 11 15:33:03 2008 -0400
789
790     sbc8560: proper definitions for TSEC.
791
792     The definitions for the TSEC have become out of date.  There is no
793     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
794     Update to match those of other boards, like the MPC8560ADS.
795
796     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
797     Acked-by: Ben Warren <biggerbadderben@gmail.com>
798
799 commit 71074abbe0c76429577aff58aeff0a24ad210b23
800 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
801 Date:   Wed Jul 9 13:23:05 2008 -0400
802
803     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
804
805     Some boards that have external 16550 UARTs don't have a direct
806     tie between bi_busfreq and the clock used for the UARTs.  Boards
807     that do have such a tie should set CFG_NS16550_CLK to be
808     get_bus_freq(0) -- which most of them do already.
809
810     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
811     Acked-by: Kim Phillips <kim.phillips@freescale.com>
812
813 commit 24ef76f320fbadf074105229826514db140f939f
814 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
815 Date:   Wed Jul 2 07:03:53 2008 -0700
816
817     Change the temp map to ROM to align addresses to page size.
818
819     With a page size of BOOKE_PAGESZ_16M, both the real and effective
820     addresses must be multiples of 16MB.  The hardware silently truncates
821     them so the code happens to work.  This patch clarifies the situation
822     by establishing addresses that the hardware doesn't need to truncate.
823
824     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
825     Signed-off-by: Andy Fleming <afleming@freescale.com>
826
827 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
828 Author: Kim Phillips <kim.phillips@freescale.com>
829 Date:   Tue Jun 17 17:45:22 2008 -0500
830
831     mpc85xx: use IS_E_PROCESSOR macro
832
833     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
834
835 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
836 Author: Kim Phillips <kim.phillips@freescale.com>
837 Date:   Mon Jun 16 15:55:53 2008 -0500
838
839     fdt: add crypto node handling for MPC8{3, 5}xxE processors
840
841     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
842     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
843     if on an 'EA' processor, e.g. MPC8349EA.
844
845     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
846
847 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
848 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
849 Date:   Fri Jul 11 15:10:11 2008 -0400
850
851     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
852
853     ARM DaVinci: Remove extern phy_t declaration by moving
854     code to proper place.
855
856     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
857
858 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
859 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
860 Date:   Fri Jul 11 15:10:10 2008 -0400
861
862     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
863
864     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
865     and prototype of i2c_init().
866
867     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
868
869 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
870 Author: Kumar Gala <galak@kernel.crashing.org>
871 Date:   Mon Jul 14 14:03:02 2008 -0500
872
873     Fix some more printf() format problems.
874
875     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
876
877 commit 45b16d22c64674ccd8c4637456a987463609141c
878 Author: Wolfgang Denk <wd@denx.de>
879 Date:   Mon Jul 14 22:38:42 2008 +0200
880
881     Fix coding style; make code better parsable by external tools
882
883     Signed-off-by: Wolfgang Denk <wd@denx.de>
884
885 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
886 Author: Wolfgang Denk <wd@denx.de>
887 Date:   Mon Jul 14 21:19:08 2008 +0200
888
889     cpu/i386/serial.c: Fix syntax errors
890
891     Signed-off-by: Wolfgang Denk <wd@denx.de>
892
893 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
894 Author: Wolfgang Denk <wd@denx.de>
895 Date:   Mon Jul 14 20:41:35 2008 +0200
896
897     elppc board: Coding style cleanup.
898
899     Signed-off-by: Wolfgang Denk <wd@denx.de>
900
901 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
902 Author: Wolfgang Denk <wd@denx.de>
903 Date:   Mon Jul 14 20:40:22 2008 +0200
904
905     elppc board: fix syntax error.
906
907     Signed-off-by: Wolfgang Denk <wd@denx.de>
908
909 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
910 Author: Wolfgang Denk <wd@denx.de>
911 Date:   Mon Jul 14 20:38:26 2008 +0200
912
913     EB+MCF-EV123 board: fix coding style (alingment)
914
915     Signed-off-by: Wolfgang Denk <wd@denx.de>
916
917 commit 6841785a0bb0f38175456a923edd634fb7dd6947
918 Author: Wolfgang Denk <wd@denx.de>
919 Date:   Mon Jul 14 20:36:44 2008 +0200
920
921     EB+MCF-EV123 board: fix syntx error
922
923     Signed-off-by: Wolfgang Denk <wd@denx.de>
924
925 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
926 Author: Andy Fleming <afleming@freescale.com>
927 Date:   Mon Jul 7 18:02:08 2008 -0500
928
929     Remove LBC_CACHE_BASE from 8544 DS
930
931     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
932     space for some anyway, we were allowing speculative loads into unmapped space,
933     which would cause an exception (annoying, even if ultimately harmless).
934     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
935     problem.
936
937     Signed-off-by: Andy Fleming <afleming@freescale.com>
938
939 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
940 Author: Wolfgang Denk <wd@denx.de>
941 Date:   Mon Jul 14 15:19:07 2008 +0200
942
943     Code cleanup: fix old style assignment ambiguities like "=-" etc.
944
945     Signed-off-by: Wolfgang Denk <wd@denx.de>
946
947 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
948 Author: Wolfgang Denk <wd@denx.de>
949 Date:   Mon Jul 14 15:10:53 2008 +0200
950
951     AmigaOneG3SE: remove dead and incomplete files
952
953     Signed-off-by: Wolfgang Denk <wd@denx.de>
954
955 commit b64f190b7a34224df09b559ca111eb1b733f00ad
956 Author: Wolfgang Denk <wd@denx.de>
957 Date:   Mon Jul 14 15:06:35 2008 +0200
958
959     Fix printf() format issues with sizeof_t types by using %zu
960
961     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
962     Signed-off-by: Wolfgang Denk <wd@denx.de>
963
964 commit f354b73e16a86f9e9085471a830605f74f84ea5d
965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
966 Date:   Mon Jul 14 14:11:45 2008 +0200
967
968     vsprintf: add z and t options
969
970     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
971
972 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
973 Author: Wolfgang Denk <wd@denx.de>
974 Date:   Sun Jul 13 23:07:35 2008 +0200
975
976     Fix some more printf() format issues.
977
978     Signed-off-by: Wolfgang Denk <wd@denx.de>
979
980 commit d5996dd555edf52721b7691a4c59de016251ed39
981 Author: Wolfgang Denk <wd@denx.de>
982 Date:   Sun Jul 13 19:51:00 2008 +0200
983
984     Fix some more printf() format problems.
985
986     Signed-off-by: Wolfgang Denk <wd@denx.de>
987
988 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
989 Author: Wolfgang Denk <wd@denx.de>
990 Date:   Sun Jul 13 19:48:26 2008 +0200
991
992     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
993
994     Signed-off-by: Wolfgang Denk <wd@denx.de>
995
996 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
997 Author: Anatolij Gustschin <agust@denx.de>
998 Date:   Sat Jul 12 17:31:36 2008 +0200
999
1000     Fix bug in Lime video driver
1001
1002     We need to wait while drawing engine clears frame
1003     buffer before any further software accesses to frame
1004     buffer will be initiated. Otherwise software drawn
1005     parts could be partially destroyed by the drawing
1006     engine or even GDC chip freeze could occur (as
1007     observed on socrates board).
1008
1009     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1010
1011 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
1012 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1013 Date:   Sat Jul 12 14:36:34 2008 +0200
1014
1015     Fix some more printf() format issues.
1016
1017     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1018
1019 commit 18c8a28aad49803780bd8d52432ded528e37e701
1020 Author: Michal Simek <monstr@monstr.eu>
1021 Date:   Fri Jul 11 15:11:57 2008 +0200
1022
1023     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
1024
1025     Signed-off-by: Michal Simek <monstr@monstr.eu>
1026     Acked-by: Stefan Roese <sr@denx.de>
1027
1028 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
1029 Author: Michal Simek <monstr@monstr.eu>
1030 Date:   Fri Jul 11 11:50:53 2008 +0200
1031
1032     hwmon: Cleaning hwmon devices
1033
1034     Clean Makefile
1035     Move device specific values to driver for better reading
1036
1037     Signed-off-by: Michal Simek <monstr@monstr.eu>
1038     Acked-by: Stefan Roese <sr@denx.de>
1039
1040 commit c78fce699c7ff467ecd841da6a79f065180bf578
1041 Author: Michal Simek <monstr@monstr.eu>
1042 Date:   Fri Jul 11 10:43:13 2008 +0200
1043
1044     FIS: repare incorrect return value with ramdisk handling
1045
1046     Microblaze and PowerPC use boot_get_ramdisk for loading
1047     ramdisk to memory with checking return value.
1048     Return 0 means success. Return 1 means failed.
1049     Here is correspond part of code from bootm.c which check
1050     return code.
1051
1052     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
1053                 &rd_data_start, &rd_data_end);
1054     if (ret)
1055         goto error;
1056
1057     Signed-off-by: Michal Simek <monstr@monstr.eu>
1058
1059 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
1060 Author: Michal Simek <monstr@monstr.eu>
1061 Date:   Fri Jul 11 10:10:32 2008 +0200
1062
1063     microblaze: Remove useless ancient headers
1064
1065     Signed-off-by: Michal Simek <monstr@monstr.eu>
1066
1067 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
1068 Author: Michal Simek <monstr@monstr.eu>
1069 Date:   Fri Jul 11 10:10:31 2008 +0200
1070
1071     microblaze: Clean uartlite driver
1072
1073     Redesign uartlite driver to in_be32 and out_be32 macros
1074     Fix missing header in io.h
1075
1076     Signed-off-by: Michal Simek <monstr@monstr.eu>
1077     Acked-by: Grant Likely <grant.likely@secretlab.ca>
1078
1079 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
1080 Author: Marcel Ziswiler <marcel@ziswiler.com>
1081 Date:   Fri Jul 11 02:39:14 2008 +0200
1082
1083     Enable passing of ATAGs required by latest Linux kernel.
1084
1085 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
1086 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1087 Date:   Fri Jul 11 10:24:15 2008 -0400
1088
1089     Fix integer overflow warning in calc_divisor()
1090
1091     which happened when rounding the serial port clock divisor
1092
1093     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1094
1095 commit 6b760189d77f001684e3160b355c185ca3804961
1096 Author: Marcel Ziswiler <marcel@ziswiler.com>
1097 Date:   Fri Jul 11 01:09:59 2008 +0200
1098
1099     Fix build time warnings in function mmc_decode_csd()
1100
1101     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1102
1103 commit c15947d6ce0d59925c97fdfac692476af6e262d0
1104 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1105 Date:   Thu Jul 10 10:46:33 2008 -0400
1106
1107     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
1108
1109     caused by missing dcache status/enable/disable functions.
1110
1111     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1112
1113 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
1114 Author: Stefan Roese <sr@denx.de>
1115 Date:   Thu Jul 10 13:53:31 2008 +0200
1116
1117     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
1118
1119     This patch removes some ft_board_setup() functions from some 4xx boards.
1120     This can be done since we now have a default weak implementation for this
1121     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
1122     implementation like canyonlands need their own version.
1123
1124     Signed-off-by: Stefan Roese <sr@denx.de>
1125
1126 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
1127 Author: Wolfgang Denk <wd@denx.de>
1128 Date:   Sun Jul 13 14:58:16 2008 +0200
1129
1130     Add last known maintainer for orphaned boards; reformat.
1131
1132     Signed-off-by: Wolfgang Denk <wd@denx.de>
1133
1134 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
1135 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1136 Date:   Thu Jul 10 13:16:04 2008 +0200
1137
1138     Remove kharris@nexus-tech.net from MAINTAINERS
1139
1140     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
1141     anymore. You can't be a maintainer without a valid e-mail address, so
1142     move all boards that used to be maintained by Kyle Harris to the
1143     "orphaned" list.
1144
1145     Currently, only PowerPC has a list of orphaned boards, so this patch
1146     creates one for ARM as well.
1147
1148     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1149
1150 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
1151 Author: Anatolij Gustschin <agust@denx.de>
1152 Date:   Thu Jul 10 01:15:10 2008 +0200
1153
1154     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
1155
1156     On the at91sam9260ep development board there is an EEPROM
1157     connected to the TWI interface (PA23, PA24 Peripheral A
1158     multiplexing), so we cannot use these pins as ETX2, ETX3.
1159     This patch configures PA10, PA11 pins for ETX2, ETX3
1160     instead of PA23, PA24 pins.
1161
1162     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1163     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
1164
1165 commit f889265753ddf4465d9d580827bb9289bfac55d6
1166 Author: Kenneth Johansson <kenneth@southpole.se>
1167 Date:   Sat Jul 12 13:18:34 2008 -0600
1168
1169     fix DIU for small screens
1170
1171     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
1172     so it was not possible to set a slow pixel clock and thus prevented
1173     display on small screens.
1174
1175     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
1176     Acked-by: John Rigby <jrigby@freescale.com>
1177
1178 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
1179 Author: John Rigby <jrigby@freescale.com>
1180 Date:   Fri Jul 11 14:44:09 2008 -0600
1181
1182     ADS5121 cleanup compile warnings
1183
1184     board/ads5121/iopin.c
1185         Replace bit fields in struct iopin_t with a single
1186         field and intialize it via plain old macros.
1187         This fixes the type pun warnings and makes the code
1188         more readable.
1189
1190     board/ads5121/ads5121.c
1191         Add include iopin.h to ads5121.c for the iopin_initialize
1192         prototype.
1193
1194         Add an extern void ads5121_diu_init(void)
1195
1196     Signed-off-by: John Rigby <jrigby@freescale.com>
1197
1198 commit bde63587622c4b830a27d1ddf7265843de9e994f
1199 Author: Wolfgang Denk <wd@denx.de>
1200 Date:   Fri Jul 11 22:56:11 2008 +0200
1201
1202     Fix some more printf() format issues.
1203
1204     Signed-off-by: Wolfgang Denk <wd@denx.de>
1205
1206 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
1207 Author: Wolfgang Denk <wd@denx.de>
1208 Date:   Fri Jul 11 22:55:31 2008 +0200
1209
1210     Fixed some out-of-tree build issues
1211
1212     Signed-off-by: Wolfgang Denk <wd@denx.de>
1213
1214 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
1215 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1216 Date:   Wed Jul 9 16:20:23 2008 -0500
1217
1218     ColdFire: Fix FB CS not setup properly for Mcf5282
1219
1220     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
1221     CFG_CSn_RO is defined as 0, the chipselect will not
1222     be assigned.
1223
1224     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1225
1226 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
1227 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1228 Date:   Wed Jul 9 15:47:27 2008 -0500
1229
1230     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
1231
1232     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
1233     clock module in cpu/<cf arch>/cpu_init.c
1234
1235     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1236
1237 commit f94945b517f10e01927101679c62361e03d4e837
1238 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1239 Date:   Wed Jul 9 15:25:01 2008 -0500
1240
1241     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
1242
1243     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1244
1245 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
1246 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1247 Date:   Wed Jul 9 15:21:44 2008 -0500
1248
1249     Fix compile error caused by missing timer function
1250
1251     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
1252
1253     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1254
1255 commit c37ea031175b807c54e6bad9b270e9bede6c0078
1256 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1257 Date:   Wed Jul 9 15:14:25 2008 -0500
1258
1259     Fix compile error caused by incorrect function return type
1260
1261     Rename int mii_init(void) to void mii_init(void)
1262
1263     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1264
1265 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
1266 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1267 Date:   Wed Jun 18 19:27:23 2008 -0500
1268
1269     ColdFire: Fix power up issue for MCF5235
1270
1271     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1272
1273 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
1274 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1275 Date:   Wed Jun 18 19:19:07 2008 -0500
1276
1277     ColdFire: Fix compiling error for MCF5275
1278
1279     The compiling error was caused by missing a closed parentheses
1280     in speed.c
1281
1282     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1283
1284 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
1285 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1286 Date:   Wed Jun 18 19:14:01 2008 -0500
1287
1288     ColdFire: Fix timer issue for MCF5272
1289
1290     The timer was assigned to wrong timer memory mapped which
1291     caused udelay() and timer() not working properly.
1292
1293     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1294
1295 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
1296 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1297 Date:   Wed Jun 18 19:12:13 2008 -0500
1298
1299     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
1300
1301     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1302
1303 commit 8371dc2066136be21e10b7b9293e469297d77298
1304 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1305 Date:   Wed Jun 18 19:05:23 2008 -0500
1306
1307     ColdFire: Add -got=single param for new linux v4e toolchains
1308
1309     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1310
1311 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
1312 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1313 Date:   Wed Jun 18 13:21:19 2008 -0500
1314
1315     ColdFire: Fix code flash configuration for M547x/M548x boards
1316
1317     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1318
1319 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
1320 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1321 Date:   Tue Jun 24 12:12:16 2008 -0500
1322
1323     ColdFire: Fix warning messages by passing correct data type in board.c
1324
1325     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1326
1327 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
1328 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1329 Date:   Thu May 29 12:21:54 2008 -0500
1330
1331     ColdFire: Fix UART baudrate formula
1332
1333     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
1334     can generate the wrong divisor due to integer division truncation.
1335     Round the calculated divisor value by adding 1/2 the baudrate
1336     before dividing by the baudrate.
1337
1338     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1339     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1340
1341 commit b578fb471444cbd7db1285701ba51343baaf73fb
1342 Author: Stefan Roese <sr@denx.de>
1343 Date:   Thu Jul 10 11:38:26 2008 +0200
1344
1345     ppc4xx: Fix include sequence in 4xx_pcie.c
1346
1347     This patch now moves common.h to the top of the inlcude list. This
1348     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
1349     the phys_size_t/phys_addr_t are defined to the correct size in this
1350     driver.
1351
1352     Signed-off-by: Stefan Roese <sr@denx.de>
1353
1354 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
1355 Author: Wolfgang Denk <wd@denx.de>
1356 Date:   Fri Jul 11 01:16:00 2008 +0200
1357
1358     Fix some more print() format errors.
1359
1360     Signed-off-by: Wolfgang Denk <wd@denx.de>
1361
1362 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
1363 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1364 Date:   Thu Jul 10 20:57:54 2008 +0200
1365
1366     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
1367
1368     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1369
1370 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
1371 Author: Sergey Lapin <slapin@ossfans.org>
1372 Date:   Thu Jun 5 11:06:29 2008 +0400
1373
1374     DataFlash AT45DB021 support
1375
1376     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
1377     bootstrap, u-boot and its environment, using NAND or other external
1378     storage for kernel and rootfs. This patch adds support for
1379     small 1024x263 chip.
1380
1381     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
1382
1383 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
1384 Author: Kim Phillips <kim.phillips@freescale.com>
1385 Date:   Thu Jul 10 14:00:15 2008 -0500
1386
1387     silence misc printf formatting compiler warnings
1388
1389     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1390
1391 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
1392 Author: Markus Klotzbücher <mk@denx.de>
1393 Date:   Thu Jul 10 14:47:09 2008 +0200
1394
1395     USB: shutdown USB before booting
1396
1397     This patch fixes a potentially serious issue related to USB which was
1398     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
1399     ARM920T. Martin wrote:
1400
1401       Turn off USB to prevent the host controller from writing to the
1402       SDRAM while Linux is booting. This could happen, because the HCCA
1403       (Host Controller Communication Area) lies within the SDRAM and the
1404       host controller writes continously to this area (as busmaster!), for
1405       example to increase the HccaFrameNumber variable, which happens
1406       every 1 ms.
1407
1408     This is a slightly modified version of the patch in order to shutdown
1409     USB when booting on all architectures.
1410
1411     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1412
1413 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
1414 Author: Martha Marx <mmarx@silicontkx.com>
1415 Date:   Thu May 29 14:23:25 2008 -0400
1416
1417     Configuration changes for ADS5121 Rev 3
1418
1419     ADS5121 Rev 3 board is now the default config
1420
1421     config targets are now
1422
1423     ads5121_config
1424         Rev 3 board with
1425         PCI
1426         M41T62 on board RTC
1427         512MB DRAM
1428
1429     ads5121_rev2_config
1430         Rev 2 board with
1431         No PCI
1432         256MB DRAM
1433
1434     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1435     Acked-by: Grant Likely <grant.likely@secretlab.ca>
1436     Acked-by: John Rigby <jrigby@freescale.com>
1437
1438 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
1439 Author: Martha Marx <mmarx@silicontkx.com>
1440 Date:   Thu May 29 15:37:21 2008 -0400
1441
1442     Consolidate ADS5121 IO Pin configuration
1443
1444     Consolidate ADS5121 IO Pin configuration to one file
1445     board/ads5121/iopin.c.
1446
1447     Remove pin config from cpu/mpc512x/fec.c
1448
1449     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1450     Acked-by: Grant Likely <grant.likely@secretlab.ca>
1451     Acked-by: John Rigby <jrigby@freescale.com>
1452
1453 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
1454 Author: Christian Eggers <christian@p2400.wgnetz.xx>
1455 Date:   Fri Jun 27 19:46:51 2008 +0200
1456
1457     Fix "usb part" command
1458
1459     Only print partition for selected device if user supplied the <dev>
1460     arg with the "usb part [dev]" command.
1461
1462     Signed-off-by: Christian Eggers <ceggers@gmx.de>
1463     Acked-by: Markus Klotzbuecher <mk@denx.de>
1464
1465 commit cc83b27217f7380041fea386ddb6d6d9b261617d
1466 Author: Harald Welte <laforge@gnumonks.org>
1467 Date:   Mon Jul 7 00:58:05 2008 +0800
1468
1469     fix USB devices with multiple configurations
1470
1471     This patch fixes bugs in usbdcore*.c related to the use of devices
1472     with multiple configurations.
1473
1474     The original code made mistakes about the meaning of configuration value and
1475     configuration index, and the resulting off-by-one errors resulted in:
1476
1477     * SET_CONFIGURATION always selected the first configuration, no matter what
1478       wValue is being passed.
1479     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
1480       configuration (index 0).
1481
1482     Signed-off-by: Harald Welte <laforge@openmoko.org>
1483     Acked-by: Markus Klotzbuecher <mk@denx.de>
1484
1485 commit 06c53beae1a726e707971c555613f09b270a2461
1486 Author: Wolfgang Denk <wd@denx.de>
1487 Date:   Thu Jul 10 13:16:09 2008 +0200
1488
1489     Fix some more print() format errors.
1490
1491     Signed-off-by: Wolfgang Denk <wd@denx.de>
1492
1493 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
1494 Author: Christian Eggers <christian@p2400.wgnetz.xx>
1495 Date:   Fri Jun 27 19:46:51 2008 +0200
1496
1497     Fix "usb part" command
1498
1499     Only print partition for selected device if user supplied the <dev>
1500     arg with the "usb part [dev]" command.
1501
1502     Signed-off-by: Christian Eggers <ceggers@gmx.de>
1503     Acked-by: Markus Klotzbuecher <mk@denx.de>
1504
1505 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
1506 Author: Harald Welte <laforge@gnumonks.org>
1507 Date:   Mon Jul 7 00:58:05 2008 +0800
1508
1509     fix USB devices with multiple configurations
1510
1511     This patch fixes bugs in usbdcore*.c related to the use of devices
1512     with multiple configurations.
1513
1514     The original code made mistakes about the meaning of configuration value and
1515     configuration index, and the resulting off-by-one errors resulted in:
1516
1517     * SET_CONFIGURATION always selected the first configuration, no matter what
1518       wValue is being passed.
1519     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
1520       configuration (index 0).
1521
1522     Signed-off-by: Harald Welte <laforge@openmoko.org>
1523     Acked-by: Markus Klotzbuecher <mk@denx.de>
1524
1525 commit e870690bdca154943ecadd5212d2d59c1b9d391b
1526 Author: Stefan Roese <sr@denx.de>
1527 Date:   Thu Jul 10 10:10:54 2008 +0200
1528
1529     MTD/NAND: Fix printf format warning in nand code
1530
1531     This patch fixes NAND related printf format warning. Those warnings are
1532     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1533     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
1534     really helpful.
1535
1536     Signed-off-by: Stefan Roese <sr@denx.de>
1537
1538 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
1539 Author: Stefan Roese <sr@denx.de>
1540 Date:   Thu Jul 10 10:00:45 2008 +0200
1541
1542     rtc: Fix printf format warning in m41t60.c
1543
1544     Signed-off-by: Stefan Roese <sr@denx.de>
1545
1546 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
1547 Author: Stefan Roese <sr@denx.de>
1548 Date:   Tue Jul 8 12:01:47 2008 +0200
1549
1550     pci: Move PCI device configuration check into a separate weak function
1551
1552     This patch moves the check, if a device should be skipped in PCI PNP
1553     configuration into the function pci_skip_dev(). This function is defined
1554     as weak so that it can be overwritten by a platform specific one if
1555     needed. The check if the device should get printed in the PCI summary upon
1556     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
1557     pci_print_dev() which is also defined as weak too.
1558
1559     Signed-off-by: Stefan Roese <sr@denx.de>
1560
1561 commit b002144e1dc21374b1ef5281fe6b5d014af96650
1562 Author: Stefan Roese <sr@denx.de>
1563 Date:   Thu Jul 10 09:58:06 2008 +0200
1564
1565     ppc4xx: Fix printf format warnings now visible with the updated format check
1566
1567     This patch fixes ppc4xx related printf format warning. Those warnings are
1568     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1569     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
1570     really helpful.
1571
1572     Signed-off-by: Stefan Roese <sr@denx.de>
1573
1574 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
1575 Author: Stefan Roese <sr@denx.de>
1576 Date:   Wed Jul 9 17:33:57 2008 +0200
1577
1578     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
1579
1580     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
1581     To support such configurations, we "only" map the first 2GB via the TLB's. We
1582     need some free virtual address space for the remaining peripherals like, SoC
1583     devices, FLASH etc.
1584
1585     Note that ECC is currently not supported on configurations with more than 2GB
1586     SDRAM. This is because we only map the first 2GB on such systems, and therefore
1587     the ECC parity byte of the remaining area can't be written.
1588
1589     Signed-off-by: Stefan Roese <sr@denx.de>
1590
1591 commit cf1c2ed91df26903b956948f37f82de9e1158a89
1592 Author: Larry Johnson <lrj@acm.org>
1593 Date:   Sat Jun 14 17:02:49 2008 -0400
1594
1595     ppc4xx: Remove implementation of testdram() from Korat board support
1596
1597     Signed-off-by: Larry Johnson <lrj@acm.org>
1598     Signed-off-by: Stefan Roese <sr@denx.de>
1599
1600 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
1601 Author: Larry Johnson <lrj@acm.org>
1602 Date:   Sat Jun 14 16:53:02 2008 -0400
1603
1604     ppc4xx: Update and add FDT to Korat board support
1605
1606     Signed-off-by: Larry Johnson <lrj@acm.org>
1607     Signed-off-by: Stefan Roese <sr@denx.de>
1608
1609 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
1610 Author: Wolfgang Denk <wd@denx.de>
1611 Date:   Thu Jul 10 01:13:30 2008 +0200
1612
1613     Minor coding style cleanup; update CHANGELOG
1614
1615     Signed-off-by: Wolfgang Denk <wd@denx.de>
1616
1617 commit 8915f1189c1d29d8be7f4de325702d90a8988219
1618 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1619 Date:   Wed Jul 9 17:50:45 2008 -0400
1620
1621     e1000: add support for 82545GM 64bit PCI-X copper variant
1622
1623     This PCI-X e1000 variant works by just adding in the correct
1624     PCI IDs in the appropriate places.
1625
1626     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1627
1628 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
1629 Author: Daniel Hellstrom <daniel@gaisler.com>
1630 Date:   Wed Jul 9 12:34:11 2008 +0000
1631
1632     SPARC: Build error fix
1633
1634     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
1635
1636     This patch makes SPARC targets build again. It is caused by
1637     phys_addr_t and phys_size_t being defined in the wrong header
1638     file. include/lmb.h need those typedefs to build.
1639
1640     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1641
1642 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
1643 Author: Marcel Ziswiler <marcel@ziswiler.com>
1644 Date:   Wed Jul 9 08:17:15 2008 +0200
1645
1646     Many spelling fixes in README.
1647
1648     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1649
1650 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
1651 Author: Marcel Ziswiler <marcel@ziswiler.com>
1652 Date:   Wed Jul 9 08:17:06 2008 +0200
1653
1654     Minor spelling fix in comment.
1655
1656     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1657
1658 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
1659 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1660 Date:   Tue Jul 8 14:54:58 2008 -0400
1661
1662     Round the serial port clock divisor value returned by calc_divisor()
1663
1664     Round the serial port clock divisor value returned by
1665     calc_divisor().
1666
1667     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1668     Signed-off-by: John Roberts <john.roberts@pwav.com>
1669
1670 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
1671 Author: Scott Wood <scottwood@freescale.com>
1672 Date:   Wed Jul 9 17:47:52 2008 -0500
1673
1674     NAND: ifdef-protect most of nand.h when using legacy NAND.
1675
1676     Some macros such as NAND_CTL_SETALE conflict between current and legacy
1677     NAND, being defined by the subsystem in the former case and the board
1678     config file in the latter.
1679
1680     Signed-off-by: Scott Wood <scottwood@freescale.com>
1681
1682 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
1683 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1684 Date:   Tue Jul 8 11:02:05 2008 -0400
1685
1686     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
1687
1688     ARM: Fix for incorrect version of patch applied when
1689     adding support for the Lyrtech SFF-SDR board.
1690
1691     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1692     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
1693
1694 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
1695 Author: Kyungmin Park <kmpark@infradead.org>
1696 Date:   Tue Jul 8 09:08:40 2008 +0900
1697
1698     Remove useless print message at apollon
1699
1700     Remove useless print message at apollon
1701
1702     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1703
1704 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
1705 Author: Andy Fleming <afleming@freescale.com>
1706 Date:   Mon Jul 7 14:24:39 2008 -0500
1707
1708     Fix LMB type issues
1709
1710     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
1711     of casting problems in the bootm code that called the LMB functions.
1712
1713     Signed-off-by: Andy Fleming <afleming@freescale.com>
1714
1715 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
1716 Author: Kumar Gala <galak@kernel.crashing.org>
1717 Date:   Mon Jul 7 09:39:06 2008 -0500
1718
1719     Fix compiler warnings
1720
1721     gcc-4.3.x generates the following:
1722
1723     bootm.c: In function 'do_bootm_linux':
1724     bootm.c:208: warning: cast from pointer to integer of different size
1725     bootm.c:215: warning: cast from pointer to integer of different size
1726
1727     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1728
1729 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
1730 Author: Harald Welte <laforge@gnumonks.org>
1731 Date:   Mon Jul 7 15:40:39 2008 +0800
1732
1733     Remove code duplication for setting the default environment
1734
1735     common/env_common.c (default_env): new function that resets the environment to
1736                     the default value
1737     common/env_common.c (env_relocate): use default_env instead of own copy
1738     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
1739     include/environment.h: added default_env prototype
1740
1741     Signed-off-by: Werner Almesberger <werner@openmoko.org>
1742     Signed-off-by: Harald Welte <laforge@openmoko.org>
1743
1744 commit 99c2b434d37863df5dda5207a53760c6506fc2be
1745 Author: Marcel Ziswiler <marcel@ziswiler.com>
1746 Date:   Sun Jun 22 16:13:46 2008 +0200
1747
1748     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
1749
1750     The writeenv() and readenv() calls introduced by the recently added bad block
1751     management for environment variables were missing casts therefore producing
1752     compile time warnings.
1753     While at it fixing some typo in a comment and indentation.
1754
1755     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1756     Signed-off-by: Scott Wood <scottwood@freescale.com>
1757
1758 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
1759 Author: Scott Wood <scottwood@freescale.com>
1760 Date:   Fri Jun 20 12:38:57 2008 -0500
1761
1762     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
1763
1764     This is particularly problematic now that non-NAND-specific code is
1765     including <nand.h>, and thus all debugging code is being compiled
1766     regardless of whether it was requested, as reported by Scott McNutt
1767     <smcnutt@psyent.com>.
1768
1769     Signed-off-by: Scott Wood <scottwood@freescale.com>
1770
1771 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
1772 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1773 Date:   Thu Jun 12 19:27:58 2008 +0200
1774
1775     mmc: Move atmel_mci driver into drivers/mmc
1776
1777     This makes it easier to use the driver on other platforms.
1778
1779     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1780     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1781
1782 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
1783 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1784 Date:   Thu Jun 12 19:27:57 2008 +0200
1785
1786     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
1787
1788     After we move the atmel_mci driver into drivers/mmc, we can't select
1789     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
1790     this driver so that there's no ambiguity.
1791
1792     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1793     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1794
1795 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
1796 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1797 Date:   Thu Jun 12 19:27:56 2008 +0200
1798
1799     Create drivers/mmc subdirectory
1800
1801     In order to consolidate more of the various MMC drivers around the
1802     tree, we must first have a common place to put them.
1803
1804     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1805     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1806
1807 commit b502611b51f02718c2d1117d4981dabceb5af6de
1808 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
1809 Date:   Sun Jul 6 12:30:09 2008 +0200
1810
1811     Change env_get_char from a global function ptr to a function
1812
1813     This avoids an early global data reference.
1814
1815     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1816
1817 commit 27269417ade432189b234d9fbac98b54e37b978c
1818 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
1819 Date:   Sun Jul 6 13:57:58 2008 +0400
1820
1821     Some copy-n-paste fixes in printf usage
1822
1823     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
1824
1825 commit 0e6989b9faf1588e8723535539e88a0df3c71356
1826 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
1827 Date:   Sun Jul 6 13:57:00 2008 +0400
1828
1829     FDT memory and pci node fixes for MPC8260ADS
1830
1831     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
1832
1833 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1834 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1835 Date:   Mon Jul 7 06:41:14 2008 -0700
1836
1837     Fix printf errors.
1838
1839     The compiler will help find mismatches between printf formats and
1840     arguments if you let it.  This patch adds the necessary attributes to
1841     declarations in include/common.h, then begins to correct the resulting
1842     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
1843     "%d" and incorrect arguments.  Others were just annoying, like
1844     int-long mismatches on a system where both are 32 bits.  It's worth
1845     fixing the annoying errors to catch the real ones.
1846
1847     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1848
1849 commit 417faf285b2527acb2de24c5cd3e2621d385408c
1850 Author: Becky Bruce <becky.bruce@freescale.com>
1851 Date:   Wed Jul 9 11:09:41 2008 -0500
1852
1853     Allow print_size to print in GB
1854
1855     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
1856
1857 commit e7c374529c87525c9aa463e0557c287887ae4e9e
1858 Author: Jason McMullan <mcmullan@netapp.com>
1859 Date:   Sun Jun 8 23:56:00 2008 -0400
1860
1861     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
1862
1863     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
1864     they are set in the U-Boot environment.
1865
1866     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
1867     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1868
1869 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
1870 Author: Stefan Roese <sr@denx.de>
1871 Date:   Tue Jul 8 12:57:14 2008 +0200
1872
1873     jedec_flash: Fix AM29DL800BB device ID
1874
1875     As pointed out by Jerry Hicks, this patch corrects the device ID of
1876     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
1877     datasheet (rev C4 from Dezember 2006).
1878
1879     Signed-off-by: Stefan Roese <sr@denx.de>
1880
1881 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
1882 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1883 Date:   Mon Jul 7 11:22:37 2008 +0900
1884
1885     sh: Fix compile error sh7763rdp board
1886
1887     Disable SH ether driver.
1888
1889     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1890
1891 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
1892 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1893 Date:   Tue Jul 8 12:03:24 2008 +0900
1894
1895     sh: Fix SH-boards compile error
1896
1897     By Cleanup out-or-tree building for some boards (.depend)
1898     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
1899     because filse ware changed, some SH-boards have compile error.
1900     I revised this problem.
1901
1902     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1903
1904 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
1905 Author: Jason Jin <Jason.jin@freescale.com>
1906 Date:   Tue May 13 11:50:36 2008 +0800
1907
1908     Feed the watchdog in u-boot for 8610 board.
1909
1910     The watchdog on 8610 board is enabled by setting sw[6]
1911     to on. Once enabled, the watchdog can not be disabled
1912     by software. So feed the dog in u-boot is necessary for
1913     normal operation.
1914
1915     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
1916
1917 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
1918 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1919 Date:   Wed Jun 18 12:10:33 2008 -0400
1920
1921     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
1922
1923     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
1924
1925     Remove duplicate code in a if/else block in
1926     cpu/arm926ejs/davinci/lxt972.c.
1927     Fixed style issues.
1928
1929     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1930     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1931
1932 commit fec61431a003f5778bafa2624073a571af8bec9f
1933 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1934 Date:   Wed Jun 18 12:10:31 2008 -0400
1935
1936     Remove duplicate definitions in include/lxt971a.h.
1937
1938     Remove duplicate definitions in include/lxt971a.h.
1939
1940     Remove duplicate registers and bits definitions in
1941     include/lxt971a.h for standard MII registers, and
1942     use values in include/miiphy.h instead.
1943
1944     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1945     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1946
1947 commit 9751ee0990f467941da0b095a4e995f863672d7a
1948 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1949 Date:   Wed Jun 11 21:05:00 2008 +0900
1950
1951     net: sh: Renesas SH7763 Ethernet device support
1952
1953     Renesas SH7763 has 2 channel Ethernet device.
1954     This is 10/100/1000 Base support.
1955     But this patch check 10/100 Base only.
1956
1957     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1958     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1959
1960 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
1961 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1962 Date:   Tue Jun 17 16:28:05 2008 +0900
1963
1964     sh: Update Renesas R2DPlus board
1965
1966     New NOR Flash board support and remove old type flash board config.
1967     And Remove network setting from config file.
1968
1969     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1970     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1971
1972 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
1973 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1974 Date:   Tue Jun 17 16:28:01 2008 +0900
1975
1976     sh: Update Renesas R7780MP board
1977
1978     New NOR Flash board support and remove network setting from config file.
1979
1980     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1981     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1982
1983 commit c001cd604e9f133743effbddb1c215b48e761c5a
1984 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1985 Date:   Tue Jun 17 16:27:56 2008 +0900
1986
1987     sh: Update Renesas Migo-R board
1988
1989     Remove network setting from config file.
1990
1991     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1992     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1993
1994 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
1995 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1996 Date:   Tue Jun 17 16:27:52 2008 +0900
1997
1998     sh: Update Hitachi MS7722SE board
1999
2000     Remove network setting from config file.
2001
2002     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2003     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2004
2005 commit 26209e48e8791670c93108029a5c31a30016c6df
2006 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2007 Date:   Tue Jun 17 16:27:48 2008 +0900
2008
2009     sh: Cleanup source code of SH7763RDP
2010
2011     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2012     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013
2014 commit 5cd5b2c96ef0025762931349d350287aec03ab47
2015 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2016 Date:   Tue Jun 17 16:27:44 2008 +0900
2017
2018     sh: Cleanup source code of R2DPlus
2019
2020     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2021     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2022
2023 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
2024 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2025 Date:   Tue Jun 17 16:27:41 2008 +0900
2026
2027     sh: Cleanup source code of R7780MP
2028
2029     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2030     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2031
2032 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
2033 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2034 Date:   Tue Jun 17 16:27:38 2008 +0900
2035
2036     sh: Cleanup source code of MS7722SE
2037
2038     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2039     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2040
2041 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
2042 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2043 Date:   Tue Jun 17 16:27:34 2008 +0900
2044
2045     sh: Cleanup source code of MS7720SE
2046
2047     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2048     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2049
2050 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
2051 Author: Wolfgang Denk <wd@denx.de>
2052 Date:   Mon Jul 7 00:45:03 2008 +0200
2053
2054     SH: fix out of tree building
2055
2056     Signed-off-by: Wolfgang Denk <wd@denx.de>
2057
2058 commit 9047bfa1e737d787be460387dd6f45737eeceb10
2059 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2060 Date:   Thu Jul 3 23:16:06 2008 +0900
2061
2062     net: smc911x: Fix typo
2063
2064     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2065
2066 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
2067 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2068 Date:   Wed Jul 2 18:54:08 2008 +0200
2069
2070     update mvBL-M7 board config
2071
2072     update mvBL-M7 config file to use UBOOT_VERSION and define
2073     CONFIG_HIGH_BATS.
2074
2075     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2076
2077 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
2078 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2079 Date:   Mon Jun 30 17:45:01 2008 +0900
2080
2081     net: fix compile problem in smc911x driver.
2082
2083     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2084     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2085
2086 commit 9fea65a6c469b1b474b27446feb58738baba2d31
2087 Author: Michal Simek <monstr@monstr.eu>
2088 Date:   Tue Jun 24 09:54:09 2008 +0200
2089
2090     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
2091
2092     This change helps with better handling with others
2093     Xilinx based platform.
2094
2095     Signed-off-by: Michal Simek <monstr@monstr.eu>
2096     Acked-by: Stefan Roese <sr@denx.de>
2097
2098 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
2099 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2100 Date:   Tue Jun 17 13:07:11 2008 +0900
2101
2102     net: ne2000: Move dev_addr variable from grobal to local.
2103
2104     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2105     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2106
2107 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
2108 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2109 Date:   Tue Jun 17 13:07:15 2008 +0900
2110
2111     net: ne2000: Fix compile error of NE2000
2112
2113     If enable DEBUG, can not compile ne2000 driver.
2114
2115     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2116     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2117
2118 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
2119 Author: Ben Warren <biggerbadderben@gmail.com>
2120 Date:   Mon Jun 23 22:57:27 2008 -0700
2121
2122     Add mechanisms for CPU and board-specific Ethernet initialization
2123
2124     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
2125     initialization to CPU or board-specific code.  Initial implementation is
2126     only on the Freescale TSEC controller, but others will be added soon.
2127
2128     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2129
2130 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
2131 Author: Wolfgang Denk <wd@denx.de>
2132 Date:   Sun Jul 6 01:21:46 2008 +0200
2133
2134     include/sha256.h: fix file permissions.
2135
2136     Signed-off-by: Wolfgang Denk <wd@denx.de>
2137
2138 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
2139 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
2140 Date:   Tue May 27 11:15:29 2008 +0200
2141
2142     [AT91SAM9] Fix NAND FLASH timings
2143
2144     Fix NAND FLASH timings for at91sam9x evaluation kits.
2145
2146     New timings are based on application note
2147     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
2148     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
2149
2150     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
2151     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2152     Acked-by: Stelian Pop <stelian@popies.net>
2153
2154 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
2155 Author: Stelian Pop <stelian@popies.net>
2156 Date:   Thu May 22 00:15:40 2008 +0200
2157
2158     Fix boot from NOR due to incorrect reset delay.
2159
2160     AT91 RSTC registers are battery-backuped, so their values
2161     are not reset across power cycles. One of those registers,
2162     the AT91_RSTC_MR register, is being modified by U-Boot, in
2163     the ethernet initialisation routine, to generate a 500ms
2164     user reset.
2165
2166     Unfortunately, this value is not being restored afterwards,
2167     causing subsequent resets to also last for 500ms.
2168
2169     This long reset sequence causes problems (at least) in the
2170     boot sequence from NOR: by the time the CPU tries to load
2171     a program from the NOR flash, the latter is still in reset
2172     and not yet available.
2173
2174     Additionaly, this patch fixes a bug in the original code which
2175     caused the reset delay to last for 2s instead of 500ms.
2176
2177     Signed-off-by: Stelian Pop <stelian@popies.net>
2178     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2179
2180 commit f492dd636fbbae529e17533995bc6e5813c007f6
2181 Author: Wolfgang Denk <wd@denx.de>
2182 Date:   Fri Jul 4 20:11:49 2008 +0200
2183
2184     Update CHANGELOG
2185
2186     Signed-off-by: Wolfgang Denk <wd@denx.de>
2187
2188 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
2189 Author: Wolfgang Denk <wd@denx.de>
2190 Date:   Fri Jul 4 20:07:35 2008 +0200
2191
2192     CCM/SCM boards: fix out of tree building
2193
2194     Signed-off-by: Wolfgang Denk <wd@denx.de>
2195
2196 commit ab4c3a490df9a964711556d2a05b0c787db45fde
2197 Author: Wolfgang Denk <wd@denx.de>
2198 Date:   Thu Jul 3 23:22:27 2008 +0200
2199
2200     SCM board: fix build errors.
2201
2202     Signed-off-by: Wolfgang Denk <wd@denx.de>
2203
2204 commit a566466f17ba0e2d2b6c250e77da678fb932470d
2205 Author: Wolfgang Denk <wd@denx.de>
2206 Date:   Thu Jul 3 23:06:36 2008 +0200
2207
2208     IAD210 board: fix ``"ALIGN" redefined'' warning.
2209
2210     Signed-off-by: Wolfgang Denk <wd@denx.de>
2211
2212 commit ad756314797c16fa5dca23e115aab881011f164f
2213 Author: Wolfgang Denk <wd@denx.de>
2214 Date:   Thu Jul 3 23:00:24 2008 +0200
2215
2216     CCM board: fix build errors.
2217
2218     Signed-off-by: Wolfgang Denk <wd@denx.de>
2219
2220 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
2221 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2222 Date:   Wed Jul 2 18:54:08 2008 +0200
2223
2224     update mvBL-M7 board config
2225
2226     update mvBL-M7 config file to use UBOOT_VERSION.
2227
2228     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2229     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2230
2231 commit ced209c50e80c25f13c083099b05044048d21f4f
2232 Author: Wolfgang Denk <wd@denx.de>
2233 Date:   Thu Jul 3 22:39:21 2008 +0200
2234
2235     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
2236
2237     Signed-off-by: Wolfgang Denk <wd@denx.de>
2238
2239 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
2240 Author: Wolfgang Denk <wd@denx.de>
2241 Date:   Thu Jul 3 22:34:08 2008 +0200
2242
2243     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
2244
2245     Signed-off-by: Wolfgang Denk <wd@denx.de>
2246
2247 commit 730f298485984b011b6ee8f4acb511cb45a843dd
2248 Author: Wolfgang Denk <wd@denx.de>
2249 Date:   Thu Jul 3 22:04:17 2008 +0200
2250
2251     lmb: fix "implicit declaration of function 'lmb_free'" warning
2252
2253     Signed-off-by: Wolfgang Denk <wd@denx.de>
2254
2255 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
2256 Author: Wolfgang Denk <wd@denx.de>
2257 Date:   Wed Jul 2 23:53:23 2008 +0200
2258
2259     Cleanup: remove redundant deleting on *~ files
2260
2261     Signed-off-by: Wolfgang Denk <wd@denx.de>
2262
2263 commit c8a3b109f07f02342d097b30908965f7261d9f15
2264 Author: Wolfgang Denk <wd@denx.de>
2265 Date:   Wed Jul 2 23:49:18 2008 +0200
2266
2267     Cleanup out-or-tree building for some boards (.depend)
2268
2269     Signed-off-by: Wolfgang Denk <wd@denx.de>
2270
2271 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
2272 Author: Wolfgang Denk <wd@denx.de>
2273 Date:   Wed Jul 2 23:38:50 2008 +0200
2274
2275     Cleanup: fix out-of-tree building for some boards
2276
2277     Signed-off-by: Wolfgang Denk <wd@denx.de>
2278
2279 commit 461fa68d20861811487944d22291db5a13410e20
2280 Author: Wolfgang Denk <wd@denx.de>
2281 Date:   Wed Jul 2 23:00:14 2008 +0200
2282
2283     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
2284
2285     Signed-off-by: Wolfgang Denk <wd@denx.de>
2286
2287 commit 5981ebd32017e062b08aa6747cf591276f2db779
2288 Author: Detlev Zundel <dzu@denx.de>
2289 Date:   Fri Jun 20 22:26:24 2008 +0200
2290
2291     fdt: Fix typo in variable name.
2292
2293     Signed-off-by: Detlev Zundel <dzu@denx.de>
2294
2295 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
2296 Author: Gary Jennejohn <garyj@denx.de>
2297 Date:   Thu Jun 19 11:11:19 2008 +0200
2298
2299     Add logos for RRvision board
2300
2301     Signed-off-by: Gary Jennejohn <garyj@denx.de>
2302
2303 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
2304 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
2305 Date:   Wed Jun 18 11:03:57 2008 +0200
2306
2307     mpc8260: add fdt_fixup_ethernet support
2308
2309     Add support for updating mac-address and local-mac-address in fdt for
2310     all MPC8260 targets.
2311
2312     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
2313
2314 commit f6a69559d64498a04e1e0b087a9b920e5775f866
2315 Author: Steven A. Falco <sfalco@harris.com>
2316 Date:   Thu Jun 12 13:24:42 2008 -0400
2317
2318     cmd_nvedit.c: clean up syntax highlighting
2319
2320     My text-editor (vim) has a bit of trouble syntax-highlighting the
2321     cmd_nvedit.c file, because it apparently does not parse C
2322     ifdef/else/endif. The following patch does not change the behavior of
2323     the code at all, but does allow the editor to properly
2324     syntax-highlight the file.
2325
2326     Signed-off-by: Steve Falco <sfalco@harris.com>
2327
2328 commit 75678c807a6272ecc5541eb32898c93887f08400
2329 Author: Steven A. Falco <sfalco@harris.com>
2330 Date:   Thu Jun 12 13:22:12 2008 -0400
2331
2332     Make setenv() return status
2333
2334     Currently, the setenv function does not return an error code.
2335     This patch allows to test for errors.
2336
2337     Signed-off-by: Steve Falco <sfalco@harris.com>
2338
2339 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
2340 Author: Kumar Gala <galak@kernel.crashing.org>
2341 Date:   Wed Jun 11 10:14:06 2008 -0500
2342
2343     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
2344
2345     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
2346     and fls is used to implement them.
2347
2348     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2349
2350 commit 83002a77cbdf383015ca384eff5fa31722d8e571
2351 Author: Magnus Lilja <lilja.magnus@gmail.com>
2352 Date:   Mon Jun 9 22:58:48 2008 +0200
2353
2354     i.MX31: Cleanup comments in lowlevel_init.S.
2355
2356     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2357
2358 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
2359 Author: Ben Warren <biggerbadderben@gmail.com>
2360 Date:   Sun Jun 8 23:28:33 2008 -0700
2361
2362     Move conditional compilation of MPC8XXX SPI driver to Makefile
2363
2364     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2365
2366 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
2367 Author: Juergen Kilb <J.Kilb@gmx.de>
2368 Date:   Sun Jun 8 17:59:53 2008 +0200
2369
2370     i.MX31: fixed CTRL-C detection
2371
2372     The Register URXD contains status information in bits [15..8].
2373     With status bit 15 set, CTRL-C was reported as 0x8003 instead
2374     of 0x03. Therefore CTRL-C was not detected.
2375     To solve this, bits [15..8] were masked out now.
2376
2377     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
2378     Acked-by: Felix Radensky <felix@embedded-sol.com>
2379
2380 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
2381 Author: Stefan Roese <sr@denx.de>
2382 Date:   Tue Jul 1 17:03:19 2008 +0200
2383
2384     ppc4xx: Fix 460EX/GT PCIe port initialization
2385
2386     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
2387     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
2388     this out.
2389
2390     Signed-off-by: Stefan Roese <sr@denx.de>
2391
2392 commit b571afde0295b007a45055ee49f8822c753a5651
2393 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2394 Date:   Sat Jun 7 12:29:52 2008 +0200
2395
2396     add SHA256 support
2397
2398     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2399     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
2400
2401 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
2402 Author: Marian Balakowicz <m8@semihalf.com>
2403 Date:   Fri Jun 6 23:07:40 2008 +0200
2404
2405     Delay FIT format check on sector based devices
2406
2407     Global FIT image operations like format check cannot be performed on
2408     a first sector data, defer them to the point when whole FIT image was
2409     uploaded to a system RAM.
2410
2411     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2412     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
2413     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
2414
2415 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
2416 Author: Dave Liu <r63238@freescale.com>
2417 Date:   Tue Jun 3 17:38:19 2008 +0800
2418
2419     sata: wait for device updating signature to host
2420
2421     The driver need wait for the device updating signature to host.
2422     If we don't wait for it, the driver can not detect the device(disk)
2423     when the system powers up.
2424
2425     Signed-off-by: Dave Liu <daveliu@freescale.com>
2426
2427 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
2428 Author: Stefan Roese <sr@denx.de>
2429 Date:   Sat Jun 28 14:56:17 2008 +0200
2430
2431     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
2432
2433     This patch implements a fix provided by AMCC so that the lockup upon
2434     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
2435     anymore:
2436
2437     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
2438     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
2439     USB 2.0 host and SATA.
2440
2441     This errata is not officially available yet. I'll update the comment
2442     to add the errata number later.
2443
2444     Signed-off-by: Stefan Roese <sr@denx.de>
2445
2446 commit 8b616edb118e37d05f6401389eaee1c636b22828
2447 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
2448 Date:   Mon Jun 2 16:42:19 2008 -0400
2449
2450     serial_pl010.c: add watchdog support
2451
2452     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
2453
2454 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
2455 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
2456 Date:   Mon Jun 2 16:40:08 2008 -0400
2457
2458     jffs2_1pass.c: add watchdog support
2459
2460     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
2461
2462 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
2463 Author: Sascha Laue <sascha.laue@liebherr.com>
2464 Date:   Fri May 30 09:48:14 2008 +0200
2465
2466     Configure DSP POST; add watchdog reset to diag command
2467
2468     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
2469
2470 commit f13526517859bf6b573e23ff47199e107d1009b5
2471 Author: Tor Krill <tor@excito.com>
2472 Date:   Thu May 29 10:40:17 2008 +0200
2473
2474     Add sata sil3114 support
2475
2476     Signed-off-by: Tor Krill <tor@excito.com>
2477
2478 commit e093a247628228100f405b6d7f6b1bfc16141938
2479 Author: Wolfgang Denk <wd@denx.de>
2480 Date:   Sat Jun 28 23:34:37 2008 +0200
2481
2482     Coding Style Cleanup
2483
2484     Signed-off-by: Wolfgang Denk <wd@denx.de>
2485
2486 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
2487 Author: Wolfgang Denk <wd@denx.de>
2488 Date:   Sat Jun 28 23:16:01 2008 +0200
2489
2490     Update CHANGELOG
2491
2492     Signed-off-by: Wolfgang Denk <wd@denx.de>
2493
2494 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
2495 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2496 Date:   Wed May 21 13:58:41 2008 -0400
2497
2498     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
2499
2500     This patch adds support for the Lyrtech SFF-SDR board,
2501     based on the TI DaVinci architecture (ARM926EJS).
2502
2503     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2504     Signed-off-by: Philip Balister <philip@balister.org>
2505     Signed-off-by: Wolfgang Denk <wd@denx.de>
2506
2507 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
2508 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2509 Date:   Thu May 22 11:09:59 2008 +0200
2510
2511     MMC: Consolidate MMC/SD command definitions
2512
2513     This moves the MMC and SD Card command definitions from
2514     include/asm/arch/mmc.h into include/mmc.h. These definitions are
2515     given by the MMC and SD Card standards, not by any particular
2516     architecture.
2517
2518     There's a lot more room for consolidation in the MMC drivers which
2519     I'm hoping to get done eventually, but this patch is a start.
2520
2521     Compile-tested for all avr32 boards as well as lpc2292sodimm and
2522     lubbock. This should cover all three mmc drivers in the tree.
2523
2524     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2525
2526 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
2527 Author: Kyungmin Park <kmpark@infradead.org>
2528 Date:   Wed May 21 14:38:08 2008 +0900
2529
2530     Use better Ethernet timings for apollon board
2531
2532     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2533
2534 commit 41c5eaa7253ed82bbae1eda5667755872c615164
2535 Author: Andy Fleming <afleming@freescale.com>
2536 Date:   Mon Jun 16 13:58:56 2008 -0500
2537
2538     Resize device tree to allow space for board changes and the chosen node
2539
2540     Current code requires that a compiled device tree have space added to the end to
2541     leave room for extra nodes added by board code (and the chosen node).  This
2542     requires that device tree creators anticipate how much space U-Boot will add to
2543     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
2544     tree when it needed more space, but this would require a systemic change to the
2545     fdt code, which is non-trivial.  Instead, we resize the tree inside
2546     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
2547     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
2548
2549     Signed-off-by: Andy Fleming <afleming@freescale.com>
2550
2551 commit 7570a9941fc565922078679a72d246fe208d696d
2552 Author: Andy Fleming <afleming@freescale.com>
2553 Date:   Mon Jun 16 13:58:55 2008 -0500
2554
2555     Fix an underflow bug in __lmb_alloc_base
2556
2557     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
2558     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
2559     merely updates __lmb_alloc_base to resemble the current version in Linux.
2560
2561     Signed-off-by: Andy Fleming <afleming@freescale.com>
2562
2563 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
2564 Author: Andy Fleming <afleming@freescale.com>
2565 Date:   Mon Jun 16 13:58:54 2008 -0500
2566
2567     Add lmb_free
2568
2569     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
2570     lmb_reserve to temporarily reserve some memory.
2571
2572     Signed-off-by: Andy Fleming <afleming@freescale.com>
2573
2574 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
2575 Author: Andy Fleming <afleming@freescale.com>
2576 Date:   Mon Jun 16 13:58:53 2008 -0500
2577
2578     Add ALIGN() macro
2579
2580     ALIGN() returns the smallest aligned value greater than the passed
2581     in address or size.  Taken from Linux.
2582
2583     Signed-off-by: Andy Fleming <afleming@freescale.com>
2584
2585 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
2586 Author: Stefan Roese <sr@denx.de>
2587 Date:   Tue Jun 24 17:15:22 2008 +0200
2588
2589     ppc4xx: Fix compilation problems with phys_size_t
2590
2591     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
2592     board specific files where it has been missing.
2593
2594     Signed-off-by: Stefan Roese <sr@denx.de>
2595
2596 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
2597 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
2598 Date:   Mon May 19 12:26:38 2008 +0200
2599
2600     Conditionally add -fno-stack-protector to CFLAGS
2601
2602     When compile-testing on powerpc, I get errors like this:
2603
2604     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
2605
2606     This seems to be because -fstack-protector is on by default, so
2607     let's explicitly disable it on all architectures that support the
2608     option.
2609
2610     The Ubuntu toolchain is affected by this problem, and according to
2611     Mike Frysinger, Gentoo has been running with SSP enabled for years.
2612     More and more distros are turning SSP on by default, so this problem
2613     is likely to get worse in the future.
2614
2615     Also, powerpc just happens to be one of the arches I do
2616     compile-testing on. There may be other arches affected by this too.
2617
2618     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2619
2620 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
2621 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2622 Date:   Sun May 18 19:09:52 2008 +0200
2623
2624     pcmcia/ti_pci1410a: Move compile condition to the Makefile
2625
2626     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2627
2628 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
2629 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2630 Date:   Sun May 18 19:09:51 2008 +0200
2631
2632     pxa_pcmcia: Move compile condition to the Makefile
2633
2634     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2635
2636 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
2637 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2638 Date:   Sun May 18 19:09:50 2008 +0200
2639
2640     marabun_pcmcia: Move compile condition to the Makefile
2641
2642     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2643
2644 commit 6a19c46cae43c16c528eddefae3db97134f1915d
2645 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2646 Date:   Mon Jun 23 13:25:34 2008 +0200
2647
2648     fix non-working mvBL-M7
2649
2650     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
2651
2652     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2653     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2654
2655 commit 846f1574ddddeda2bc227655e687308695f41cdc
2656 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2657 Date:   Mon Jun 23 11:40:56 2008 +0200
2658
2659     fix system config overwrite @ MPC834x and MPC8313
2660
2661     During 83xx setup the "System I/O configuration register high" gets
2662     overwritten with user defined value if CFG_SICRH is defined.
2663
2664     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
2665     must keep their reset value regardless of configuration.
2666
2667     On my board (using RGMII) those bits are set after reset - yet it's
2668     unclear where they come from.
2669
2670     The patch keeps both bits on MPC834x and MPC8313.
2671
2672     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2673     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2674
2675 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
2676 Author: Kim Phillips <kim.phillips@freescale.com>
2677 Date:   Tue Jun 17 17:45:27 2008 -0500
2678
2679     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
2680
2681     to avoid this:
2682
2683     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
2684     In file included from cpu.c:33:
2685     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
2686
2687     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2688
2689 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
2690 Author: Stefan Roese <sr@denx.de>
2691 Date:   Mon Jun 23 11:15:09 2008 +0200
2692
2693     ppc4xx: Fix problem in gpio_config()
2694
2695     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
2696     left by one. So the additional shift is bogus.
2697
2698     Signed-off-by: Stefan Roese <sr@denx.de>
2699
2700 commit 40777812316fc252c941665c0f60c148fd79d50f
2701 Author: Detlev Zundel <dzu@denx.de>
2702 Date:   Fri Jun 20 22:24:05 2008 +0200
2703
2704     fdt: Fix typo in variable name.
2705
2706     Signed-off-by: Detlev Zundel <dzu@denx.de>
2707
2708 commit 5f723a3b98c630bde33de74351f2121691fdef14
2709 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2710 Date:   Fri Jun 20 10:41:05 2008 +0200
2711
2712     avr32: Enable SPI flash support on ATNGW100
2713
2714     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
2715     the new SPI flash framework.
2716
2717     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2718
2719 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
2720 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2721 Date:   Fri Jun 20 12:44:28 2008 +0200
2722
2723     avr32: Fix SPI portmux initialization
2724
2725     Use the new GPIO manipulation functions to set up the chip select lines,
2726     and make sure both busses use GPIO for chip select control.
2727
2728     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2729
2730 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
2731 Author: Peter Ma <pma@mediamatech.com>
2732 Date:   Sun Jun 1 22:59:24 2008 -0700
2733
2734     avr32: Add GPIO manipulation functions
2735
2736     Adds GPIO manipulation functions for AVR32 AP7 platform.
2737
2738     Signed-off-by: Peter Ma <pma@mediamatech.com>
2739     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
2740     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2741
2742 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
2743 Author: Wolfgang Grandegger <wg@grandegger.com>
2744 Date:   Thu Jun 5 13:02:30 2008 +0200
2745
2746     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
2747
2748     This patch is based on the following patch sent a few minutes ago:
2749     "NAND FSL UPM: driver re-write using the hwcontrol callback"
2750     It is untested, of course. Anton, could you please give it a try.
2751
2752     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2753     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2754
2755 commit 96026d42fa4e646d28318c0a1438aac4b2017909
2756 Author: Anatolij Gustschin <agust@denx.de>
2757 Date:   Thu Jun 12 12:40:11 2008 +0200
2758
2759     Fix 4xx build issue
2760
2761     Building for 4xx doesn't work since commit 4dbdb768:
2762
2763     In file included from 4xx_pcie.c:28:
2764     include/asm/processor.h:971: error: expected ')' before 'ver'
2765     make[1]: *** [4xx_pcie.o] Error 1
2766
2767     This patch fixes the problem.
2768
2769     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2770     Acked-by: Stefan Roese <sr@denx.de>
2771     Acked-by: Kumar Gala <galak@kernel.crashing.org>
2772
2773 commit a036b0443657fe0f4773786de9092251869f08ac
2774 Author: Kumar Gala <galak@kernel.crashing.org>
2775 Date:   Thu Jun 19 01:45:50 2008 -0500
2776
2777     MPC8610HPCD: Report board id, board version and fpga version.
2778
2779     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2780
2781 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
2782 Author: Kumar Gala <galak@kernel.crashing.org>
2783 Date:   Thu Jun 19 01:45:27 2008 -0500
2784
2785     MPC8641HPCN: Report board id, board version and fpga version.
2786
2787     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2788
2789 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
2790 Author: Stefan Roese <sr@denx.de>
2791 Date:   Mon Jun 16 10:40:02 2008 +0200
2792
2793     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
2794
2795     This patch simplifies flash_toggle() (AMD commandset), which is used to
2796     detect if a FLASH device is still busy with erase/program operations. On
2797     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
2798     did not detect the busy state reliably, resulting in non erased sectors
2799     etc. This patch now simplifies this function by "just" comparing the
2800     complete data-word instead of ANDing it with the command-word (0x40)
2801     before the compatison. It is done the same way in the Linux implementation
2802     chip_ready() in cfi_cmdset_0002.c.
2803
2804     Signed-off-by: Stefan Roese <sr@denx.de>
2805
2806 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
2807 Author: Philip Balister <philip@balister.org>
2808 Date:   Mon Jun 16 08:58:07 2008 -0400
2809
2810     NAND: Add missing declaration to non-redundant saveenv().
2811
2812     Signed-off-by: Scott Wood <scottwood@freescale.com>
2813
2814 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
2815 Author: Wolfgang Grandegger <wg@grandegger.com>
2816 Date:   Mon Jun 2 15:09:55 2008 +0200
2817
2818     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
2819
2820     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2821     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2822     Signed-off-by: Scott Wood <scottwood@freescale.com>
2823
2824 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
2825 Author: Stefan Roese <sr@denx.de>
2826 Date:   Tue Jun 10 15:34:11 2008 +0200
2827
2828     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
2829
2830     This patch disables the square wave output of the M41T62 RTC used on
2831     Canyonlands & Glacier. Here the explanation:
2832
2833     The serial real-time clock part used in the design is an
2834     STMicro M41T62. This part has a full-time 32KHz square wave
2835     output that is connected to the TmrClk input to the
2836     processor. The default state for this square wave output is
2837     enabled so the output runs continuously when the board is
2838     powered normally and also from the battery. The TmrClk input
2839     to the processor goes to ground when the power is removed
2840     from the board/processor, and therefore the running square
2841     wave output is driving ground which drains the battery quickly.
2842
2843     Signed-off-by: Stefan Roese <sr@denx.de>
2844
2845 commit a94f22f08f280905926219e568568964cb9eeb9d
2846 Author: Andy Fleming <afleming@freescale.com>
2847 Date:   Wed Jun 11 18:10:20 2008 -0500
2848
2849     Fix build issue with string.h and linux/string.h
2850
2851     This commit:
2852     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
2853     Author: Wolfgang Denk <wd@denx.de>
2854     Date:   Fri Jun 6 14:28:14 2008 +0200
2855
2856         tools/mkimage: fix compiler warnings on some systems.
2857
2858     Broke building on some systems, because the host's string.h was interfering
2859     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
2860     we're building for the host, so now we only include when building inside
2861     u-boot.
2862
2863     Signed-off-by: Andy Fleming <afleming@freescale.com>
2864
2865 commit 9973e3c614721bbf169882ffc3be266a6611cd60
2866 Author: Becky Bruce <becky.bruce@freescale.com>
2867 Date:   Mon Jun 9 16:03:40 2008 -0500
2868
2869     Change initdram() return type to phys_size_t
2870
2871     This patch changes the return type of initdram() from long int to phys_size_t.
2872     This is required for a couple of reasons: long int limits the amount of dram
2873     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
2874     size of physical memory.  phys_size_t is defined as an unsigned long on almost
2875     all current platforms.
2876
2877     This patch *only* changes the return type of the initdram function (in
2878     include/common.h, as well as in each board's implementation of initdram).  It
2879     does not actually modify the code inside the function on any of the platforms;
2880     platforms which wish to support more than 2GB of DRAM will need to modify
2881     their initdram() function code.
2882
2883     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
2884     MPC8641HPCN.
2885
2886     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2887
2888 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
2889 Author: Becky Bruce <becky.bruce@freescale.com>
2890 Date:   Mon Jun 9 20:37:18 2008 -0500
2891
2892     Change lmb to use phys_size_t/phys_addr_t
2893
2894     This updates the lmb code to use phys_size_t
2895     and phys_addr_t instead of unsigned long.  Other code
2896     which interacts with this code, like getenv_bootm_size()
2897     is also updated.
2898
2899     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
2900
2901     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2902
2903 commit 61b09fc2952dc636017df4e7970e3de132276ba1
2904 Author: Becky Bruce <becky.bruce@freescale.com>
2905 Date:   Mon Jun 9 20:37:17 2008 -0500
2906
2907     Change print_size to take phys_size_t
2908
2909     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2910
2911 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
2912 Author: Becky Bruce <becky.bruce@freescale.com>
2913 Date:   Mon Jun 9 20:37:16 2008 -0500
2914
2915     Change bd/gd memsize/ram_size to be phys_size_t.
2916
2917     Currently, both are defined as an unsigned long, but
2918     should be phys_size_t. This should result in no real change,
2919     since phys_size_t is currently an unsigned long for all the
2920     default configs.  Also add print_lnum to cmd_bdinfo to deal
2921     with the potentially wider memsize.
2922
2923     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2924
2925 commit ba04f7010958e88a8910f2a123fee53fdc72e013
2926 Author: Kumar Gala <galak@kernel.crashing.org>
2927 Date:   Tue Jun 10 16:16:02 2008 -0500
2928
2929     FSL LAW: Add new interface to use the last free LAW
2930
2931     LAWs have the concept of priority so its useful to be able to allocate
2932     the lowest (highest number) priority.  We will end up using this with the
2933     new DDR code.
2934
2935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2936
2937 commit 859a86a25c569d3665ff413d1d923394b8a961f3
2938 Author: Kumar Gala <galak@kernel.crashing.org>
2939 Date:   Wed Jun 11 00:51:45 2008 -0500
2940
2941     85xx/86xx: Move to dynamic mgmt of LAWs
2942
2943     With the new LAW interface (set_next_law) we can move to letting the
2944     system allocate which LAWs are used for what purpose.  This makes life
2945     a bit easier going forward with the new DDR code.
2946
2947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2948     Signed-off-by: Andy Fleming <afleming@freescale.com>
2949     Acked-by: Jon Loeliger <jdl@freescale.com>
2950     Acked-by: Becky Bruce <becky.bruce@freescale.com>
2951
2952 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
2953 Author: Kumar Gala <galak@kernel.crashing.org>
2954 Date:   Wed Jun 11 00:44:10 2008 -0500
2955
2956     FSL LAW: Keep track of LAW allocations
2957
2958     Make it so we keep track of which LAWs have allocated and provide
2959     a function (set_next_law) which can allocate a LAW for us if one is
2960     free.
2961
2962     In the future we will move to doing more "dynamic" LAW allocation
2963     since the majority of users dont really care about what LAW number
2964     they are at.
2965
2966     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
2967
2968     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2969     Signed-off-by: Andy Fleming <afleming@freescale.com>
2970
2971 commit ddde74a159caa6e18b481fec01d40b885aebb566
2972 Author: Kumar Gala <galak@kernel.crashing.org>
2973 Date:   Mon Jun 9 22:31:57 2008 -0500
2974
2975     85xx: remove dummy board_early_init_f
2976
2977     A number of board ports have empty version of board_early_init_f
2978     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
2979
2980     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2981
2982 commit 81e56e9af0d43712db8efb843606a8d62eab454f
2983 Author: Kumar Gala <galak@kernel.crashing.org>
2984 Date:   Mon Jun 9 18:55:38 2008 -0500
2985
2986     MPC8544DS: Update config.h
2987
2988     * Enable flash progress
2989     * remove CLEAR_LAW0 since we dont really use it
2990
2991     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2992
2993 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
2994 Author: Kumar Gala <galak@kernel.crashing.org>
2995 Date:   Mon Jun 9 13:37:24 2008 -0500
2996
2997     85xx: Remove unused and unconfigured memory test code.
2998
2999     Remove unused and unconfigured DDR test code from FSL 85xx boards.
3000     Besides, other common code exists.
3001
3002     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3003
3004 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
3005 Author: Sergei Poselenov <sposelenov@emcraft.com>
3006 Date:   Fri Jun 6 15:42:45 2008 +0200
3007
3008     Socrates: Added FPGA base address update in FDT.
3009
3010     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3011
3012 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
3013 Author: Sergei Poselenov <sposelenov@emcraft.com>
3014 Date:   Fri Jun 6 15:42:44 2008 +0200
3015
3016     Socrates: NAND support added. Changed the U-Boot base address and
3017
3018     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3019
3020 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
3021 Author: Sergei Poselenov <sposelenov@emcraft.com>
3022 Date:   Fri Jun 6 15:42:43 2008 +0200
3023
3024     NAND: Added support for 128-bit OOB, adapted
3025
3026     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3027
3028 commit 31ca0208612f2eb57690110d7c2815953650e47b
3029 Author: Sergei Poselenov <sposelenov@emcraft.com>
3030 Date:   Fri Jun 6 15:42:42 2008 +0200
3031
3032     Socrates: added missed file with UPMA configuration data.
3033
3034     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
3035
3036 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
3037 Author: Sergei Poselenov <sposelenov@emcraft.com>
3038 Date:   Fri Jun 6 15:42:41 2008 +0200
3039
3040     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
3041
3042     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3043
3044 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
3045 Author: Sergei Poselenov <sposelenov@emcraft.com>
3046 Date:   Fri Jun 6 15:42:40 2008 +0200
3047
3048     Added the upmconfig() function for 85xx.
3049
3050     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3051     Signed-off-by: Andy Fleming <afleming@freescale.com>
3052
3053 commit d39e68514ff943930ee692cff3fde03532eb7fec
3054 Author: Sergei Poselenov <sposelenov@emcraft.com>
3055 Date:   Fri Jun 6 15:42:39 2008 +0200
3056
3057     Socrates: config file cleanup.
3058
3059     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3060
3061 commit e8cc3f04b124f757af4528206e60d8eb715ae083
3062 Author: Wolfgang Grandegger <wg@grandegger.com>
3063 Date:   Thu Jun 5 13:12:10 2008 +0200
3064
3065     TQM85xx: Change memory map to support Flash memory > 128 MiB
3066
3067     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
3068     memory. The current memory map only supports up to 128 MiB Flash.
3069     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
3070     set, up to 1 GiB flash is supported. To achieve this, the memory
3071     map has to be adjusted in great parts (for example the CCSRBAR is
3072     moved from 0xE0000000 to 0xA0000000).
3073
3074     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
3075     memory map also has to be considered in the kernel (changed
3076     CCSRBAR address, changed PCI IO base address, ...). Please use
3077     an appropriate Flat Device Tree blob (tqm8548.dtb).
3078
3079     Signed-off-by: Martin Krause <martin.krause@tqs.de>
3080     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3081
3082 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
3083 Author: Wolfgang Grandegger <wg@grandegger.com>
3084 Date:   Thu Jun 5 13:12:09 2008 +0200
3085
3086     TQM85xx: NAND support via local bus UPMB
3087
3088     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
3089     default and can be enabled for the TQM8548 modules. It is now based on
3090     the re-written FSL NAND UPM driver. A patch has been posted earlier today
3091     with the subject:
3092
3093     "NAND FSL UPM: driver re-write using the hwcontrol callback"
3094
3095     Note that the R/B pin is not supported by that module requiring to use
3096     the specified maximum delay time.
3097
3098     Note: With NAND support enabled the size of the U-Boot image exceeds
3099     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
3100     doubling the image size :-(.
3101
3102     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3103     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3104
3105 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
3106 Author: Wolfgang Grandegger <wg@grandegger.com>
3107 Date:   Thu Jun 5 13:12:08 2008 +0200
3108
3109     TQM8548: PCI express support
3110
3111     This patch adds support for PCI express cards. The board support
3112     now uses common FSL PCI init code, for both, PCI and PCIe on all
3113     TQM85xx modules.
3114
3115     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3116     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3117
3118 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
3119 Author: Wolfgang Grandegger <wg@grandegger.com>
3120 Date:   Thu Jun 5 13:12:07 2008 +0200
3121
3122     TQM8548: Basic support for the TQM8548 modules
3123
3124     This patch adds basic support for the TQM8548 module from TQ-Components
3125     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
3126     eTSEC 3 and 4
3127
3128     Furthermore Flash buffer write has been enabled to speed up output to
3129     the Flash by approx. a factor of 10.
3130
3131     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3132     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3133
3134 commit 25991353204c78b094c3c1fec90182dcd607ab8f
3135 Author: Wolfgang Grandegger <wg@grandegger.com>
3136 Date:   Thu Jun 5 13:12:06 2008 +0200
3137
3138     TQM85xx: Support for Flat Device Tree
3139
3140     This patch adds support for Linux kernels using the Flat Device Tree.
3141     It also re-defines the default environment settings for booting Linux
3142     with the FDT blob.
3143
3144     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3145
3146 commit d9ee843d54c54776e1fdb86336ce554906a87331
3147 Author: Wolfgang Grandegger <wg@grandegger.com>
3148 Date:   Thu Jun 5 13:12:05 2008 +0200
3149
3150     TQM85xx: Support for Intel 82527 compatible CAN controller
3151
3152     This patch adds initialization of the UPMC RAM to support up to two
3153     Intel 82527 compatible CAN controller on the TQM85xx modules.
3154
3155     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3156     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3157
3158 commit 518d5cfe72916323c746af1647764459914f555f
3159 Author: Wolfgang Grandegger <wg@grandegger.com>
3160 Date:   Thu Jun 5 13:12:04 2008 +0200
3161
3162     TQM85xx: Bugfix in the SDRAM initialisation
3163
3164     The CS0_BNDS register is now set according to the detected
3165     memory size.
3166
3167     Signed-off-by Martin Krause <martin.krause@tqs.de>
3168
3169 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
3170 Author: Wolfgang Grandegger <wg@grandegger.com>
3171 Date:   Thu Jun 5 13:12:03 2008 +0200
3172
3173     TQM85xx: Fix chip select configuration for second FLASH bank
3174
3175     This patch fixes the re-calculation of the automatic chip select
3176     configuration for boards with two populated FLASH banks.
3177
3178     Signed-off-by: Martin Krause <martin.krause@tqs.de>
3179
3180 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
3181 Author: Wolfgang Grandegger <wg@grandegger.com>
3182 Date:   Thu Jun 5 13:12:02 2008 +0200
3183
3184     TQM85xx: Support for Spansion 'N' type flashes added
3185
3186     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
3187     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
3188     needs to be changed -> new start address of the environment. The macro
3189     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
3190     defined for boards with 'N' type flashes.
3191
3192     Signed-off-by: Martin Krause <martin.krause@tqs.de>
3193     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3194
3195 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
3196 Author: Wolfgang Grandegger <wg@grandegger.com>
3197 Date:   Thu Jun 5 13:12:01 2008 +0200
3198
3199     TQM85xx: Fix CPM port pin configuration
3200
3201     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
3202     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
3203     as serial interface anyway. Worse, on some board variants configuring the
3204     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
3205
3206     Signed-off-by: Martin Krause <martin.krause@tqs.de>
3207
3208 commit b99ba1679e8cd51b023e67098c89e606e47137d2
3209 Author: Wolfgang Grandegger <wg@grandegger.com>
3210 Date:   Thu Jun 5 13:12:00 2008 +0200
3211
3212     TQM85xx: Various coding style fixes
3213
3214     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3215
3216 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
3217 Author: Gerald Van Baren <vanbaren@cideas.com>
3218 Date:   Tue Jun 10 22:15:58 2008 -0400
3219
3220     libfdt: Move the working_fdt pointer to cmd_fdt.c
3221
3222     The working_fdt pointer was declared in common/fdt_support.c but was
3223     not used there.  Move it to common/cmd_fdt.c where it is used (it is
3224     also used in lib_ppc/bootm.c).
3225
3226     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3227
3228 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
3229 Author: Kim Phillips <kim.phillips@freescale.com>
3230 Date:   Tue Jun 10 11:06:17 2008 -0500
3231
3232     fdt: unshadow global working fdt variable
3233
3234     differentiate with local variables of the same name by renaming the
3235     global 'fdt' variable 'working_fdt'.
3236
3237     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3238
3239 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
3240 Author: Andy Fleming <afleming@freescale.com>
3241 Date:   Tue Jun 10 18:49:34 2008 -0500
3242
3243     socrates: Fix PCI clk fix patch
3244
3245     The submitted patch seems to have been more up-to-date, but an older patch was
3246     already in the repository.  This patch encompasses the differences
3247
3248     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
3249
3250     Signed-off-by: Andy Fleming <afleming@freescale.com>
3251
3252 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
3253 Author: Wolfgang Grandegger <wg@grandegger.com>
3254 Date:   Thu Jun 5 13:02:29 2008 +0200
3255
3256     NAND FSL UPM: driver re-write using the hwcontrol callback
3257
3258     This is a re-write of the NAND FSL UPM driver using the more universal
3259     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
3260     list of furher modifications:
3261
3262     - For the time being, the UPM setup writing the UPM array has been
3263       removed from the driver and must now be done by the board specific
3264       code.
3265
3266     - The bus width definition in "struct fsl_upm_nand" is now in bits to
3267       comply with the corresponding Linux driver and 8, 16 and 32 bit
3268       accesses are supported.
3269
3270     - chip->dev_read is only set if fun->dev_ready != NULL, which is
3271       required for boards not connecting the R/B pin.
3272
3273     - A few issue have been fixed with MxMR bit manipulation like in the
3274       corresponding Linux driver.
3275
3276     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
3277           as well, because the address is already determined by
3278           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
3279
3280     This patch has been tested on a TQM8548 modules with the NAND chip
3281     Micron MT29F8G08FABWP.
3282
3283     This patch is based on the following patches posted to this list a few
3284     minutes ago:
3285
3286       PPC: add accessor macros to clear and set bits in one shot
3287       83xx/85xx/86xx: add more MxMR local bus definitions
3288
3289     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3290     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3291
3292 commit 6beecfbb542992eede5831240cd58678274683a9
3293 Author: Wolfgang Grandegger <wg@grandegger.com>
3294 Date:   Thu Jun 5 13:11:59 2008 +0200
3295
3296     MPC85xx: Beautify boot output of L2 cache configuration
3297
3298     The boot output is now aligned poperly with other boot output
3299     lines, e.g.:
3300
3301       FLASH: 128 MB
3302       L2:    512 KB enabled
3303
3304     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3305
3306 commit 398415114f0a705163a14543e9fef03f734b1ffa
3307 Author: Wolfgang Grandegger <wg@grandegger.com>
3308 Date:   Wed Jun 4 12:45:22 2008 +0200
3309
3310     PPC: add accessor macros to clear and set bits in one shot
3311
3312     PPC: add accessor macros to clear and set bits in one shot
3313
3314     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
3315     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
3316     They are very handy to manipulate bits it I/O registers.
3317
3318     This patch is required for my forthcoming FSL NAND UPM driver re-write and
3319     the support for the TQM8548 module.
3320
3321     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3322
3323 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
3324 Author: Wolfgang Grandegger <wg@grandegger.com>
3325 Date:   Wed Jun 4 13:52:17 2008 +0200
3326
3327     TQM: move TQM boards to board/tqc
3328
3329     Move all TQM board directories to the vendor specific directory "tqc"
3330     for modules from TQ-Components GmbH (http://www.tqc.de).
3331
3332     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3333
3334 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
3335 Author: Wolfgang Grandegger <wg@grandegger.com>
3336 Date:   Mon Jun 2 12:09:30 2008 +0200
3337
3338     83xx/85xx/86xx: add more MxMR local bus definitions
3339
3340     83xx/85xx/86xx: add more MxMR local bus definitions
3341
3342     This patch adds more macro definitions for the UPM Machine Mode Registers
3343     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
3344     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
3345     required for my forthcoming FSL NAND UPM driver re-write and the support
3346     for the TQM8548 module.
3347
3348     This patch is based on the following two patches from Anton Vorontsov:
3349
3350     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
3351     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
3352
3353     I leave coding style violation fixes, code beautification and name
3354     corrections to somebody else ;-(.
3355
3356     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3357
3358 commit c8c5fc266e4499e283c293ccb972863156aa4134
3359 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3360 Date:   Thu May 29 18:14:56 2008 +0400
3361
3362     83xx/85xx: further localbus cleanups
3363
3364     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
3365     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
3366
3367     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3368
3369 commit 42dbd667c88d496882d53e22656e89b654205492
3370 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3371 Date:   Wed May 28 18:20:15 2008 +0400
3372
3373     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
3374
3375     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
3376     use it on MPC85xx and MPC86xx processors.
3377
3378     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3379
3380 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
3381 Author: Kumar Gala <galak@kernel.crashing.org>
3382 Date:   Thu May 29 11:22:06 2008 -0500
3383
3384     85xx: Add setting of cache props in the device tree.
3385
3386     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3387
3388 commit 4dbdb7681e243431530df0725627192a0c4aefda
3389 Author: Kumar Gala <galak@kernel.crashing.org>
3390 Date:   Tue Jun 10 16:53:46 2008 -0500
3391
3392     85xx: expose cpu identification
3393
3394     The current cpu identification code is used just to return the name
3395     of the processor at boot.  There are some other locations that the name
3396     is useful (device tree setup).  Expose the functionality to other bits
3397     of code.
3398
3399     Also, drop the 'E' suffix and add it on by looking at the SVR version
3400     when we print this out.  This is mainly to allow the most flexible use
3401     of the name.  The device tree code tends to not care about the 'E' suffix.
3402
3403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3404
3405 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
3406 Author: Kim Phillips <kim.phillips@freescale.com>
3407 Date:   Tue Jun 10 13:25:24 2008 -0500
3408
3409     mpc83xx: MVBLM7: minor build fixups
3410
3411     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3412
3413 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
3414 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3415 Date:   Tue Jun 10 09:14:05 2008 +0200
3416
3417     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
3418
3419     Add MPC8343 based board mvBlueLYNX-M7.
3420     It's a single board stereo camera system.
3421     Please read doc/README.mvblm7 for details.
3422
3423     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3424     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3425
3426 commit c005b93925ba49f07da2aa748527996d927e172f
3427 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3428 Date:   Tue Jun 10 09:13:16 2008 +0200
3429
3430     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
3431
3432     Add MPC8343 based board mvBlueLYNX-M7.
3433     It's a single board stereo camera system.
3434     Please read doc/README.mvblm7 for details.
3435
3436     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3437     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3438
3439 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
3440 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3441 Date:   Thu May 29 18:14:56 2008 +0400
3442
3443     83xx/85xx: further localbus cleanups
3444
3445     move the BRx_* and ORx_* left behind in mpc85xx.h
3446
3447     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
3448     the same, just few differences which needs some attention though).
3449
3450     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
3451     of these defines. So this cleanup I'll leave for the "better times".
3452
3453     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3454     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3455
3456 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
3457 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3458 Date:   Wed May 28 18:20:15 2008 +0400
3459
3460     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
3461
3462     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
3463     use it on MPC85xx and MPC86xx processors.
3464
3465     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3466     Acked-by: Andy Fleming <afleming@freescale.com>
3467     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3468
3469 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
3470 Author: Tor Krill <tor@excito.com>
3471 Date:   Mon Jun 2 15:09:30 2008 +0200
3472
3473     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
3474
3475     Signed-off-by: Tor Krill <tor@excito.com>
3476     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3477
3478 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
3479 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3480 Date:   Mon Jun 9 23:37:44 2008 +0900
3481
3482     net: Conditional COBJS inclusion of network drivers
3483
3484     Replace COBJS-y with appropriate driver config names.
3485
3486     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3487     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3488
3489 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
3490 Author: Gerald Van Baren <vanbaren@cideas.com>
3491 Date:   Mon Jun 9 21:02:17 2008 -0400
3492
3493     Use strncmp() for the fdt command
3494
3495     Cleaner than doing multiple conditionals on characters.
3496
3497     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3498
3499 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
3500 Author: Gerald Van Baren <vanbaren@cideas.com>
3501 Date:   Sat Jun 7 12:25:05 2008 -0400
3502
3503     The fdt boardsetup command criteria was not unique
3504
3505     It was checking just for "b", which is not unique with respect to the
3506     "boot" command.  Change to check for "boa"[rdsetup].
3507
3508     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3509
3510 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
3511 Author: David Gibson <david@gibson.dropbear.id.au>
3512 Date:   Tue May 20 17:19:11 2008 +1000
3513
3514     libfdt: Several cleanups to parameter checking
3515
3516     This patch makes a couple of small cleanups to parameter checking of
3517     libfdt functions.
3518
3519         - In several functions which take a node offset, we use an
3520     idiom involving fdt_next_tag() first to check that we have indeed been
3521     given a node offset.  This patch adds a helper function
3522     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
3523
3524         - In fdt_rw.c in several places we have the expanded version
3525     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
3526     replaces those instances with an invocation of the macro; that's what
3527     it's for.
3528
3529         - In fdt_sw.c we rename the check_header_sw() function to
3530     sw_check_header() to match the analgous function in fdt_rw.c, and we
3531     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
3532     functions in fdt_rw.c
3533
3534     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3535
3536 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
3537 Author: Gerald Van Baren <vanbaren@cideas.com>
3538 Date:   Tue Jun 3 20:34:45 2008 -0400
3539
3540     Remove the deprecated CONFIG_OF_FLAT_TREE
3541
3542     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
3543     cleaner, has better functionality, and is better supported.
3544
3545     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3546
3547 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
3548 Author: Gerald Van Baren <vanbaren@cideas.com>
3549 Date:   Tue Jun 3 20:26:29 2008 -0400
3550
3551     Change the stxxst to CONFIG_OF_LIBFDT
3552
3553     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
3554     to CONFIG_OF_LIBFDT.
3555
3556     WARNING: It appears that this board lost its ability to boot via a
3557     flattened device tree prior to this changeset.
3558
3559     WARNING: This conversion was untested because I do not have a board to
3560     test it on.
3561
3562     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3563
3564 commit 589c04271d129729a8b01391453851ab9cc4069c
3565 Author: Gerald Van Baren <vanbaren@cideas.com>
3566 Date:   Tue Jun 3 20:24:58 2008 -0400
3567
3568     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
3569
3570     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
3571     to CONFIG_OF_LIBFDT.
3572
3573     WARNING: This conversion is untested because I do not have a board to
3574     test it on.
3575
3576     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
3577     /aliases/ethernet1 property for the ethernet to work.
3578
3579     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3580
3581 commit ee1e35bede91debc8bff9b02f75574486033b652
3582 Author: Kumar Gala <galak@kernel.crashing.org>
3583 Date:   Thu May 29 01:21:24 2008 -0500
3584
3585     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
3586
3587     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3588
3589 commit 3b9519fc50802436e417c839e69df7b2016cade5
3590 Author: Becky Bruce <becky.bruce@freescale.com>
3591 Date:   Wed May 14 13:10:04 2008 -0500
3592
3593     MPC85xx: Change traps.c to not reference non-addressable memory
3594
3595     Currently, END_OF_RAM is used by the trap code to determine if
3596     we should attempt to access the stack pointer or not. However,
3597     on systems with a lot of RAM, only a subset of the RAM is
3598     guaranteed to be mapped in and accessible.  Change END_OF_RAM
3599     to use get_effective_memsize() instead of using the raw ram
3600     size out of the bd.
3601
3602     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3603
3604 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
3605 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3606 Date:   Mon Jun 9 13:39:57 2008 +0900
3607
3608     sh: Renesas Solutions SH7763RDP board support
3609
3610     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
3611     In this patch, support SCIF, NOR Flash, and Ethernet.
3612
3613     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3614     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3615
3616 commit 60179098a95eaa972007d7ec58e4c1588029720f
3617 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3618 Date:   Fri Jun 6 16:24:13 2008 +0900
3619
3620     sh: Add support Renesas SH7763
3621
3622     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
3623     This patch supprts CPU register's header file.
3624
3625     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3626     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3627
3628 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
3629 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3630 Date:   Fri Jun 6 16:16:08 2008 +0900
3631
3632     sh: SH7763 SCIF support
3633
3634     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
3635     but only SCIF2 is different. This patch work all SCIF channel.
3636
3637     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3638     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3639
3640 commit 79b51ff8205f0354d5300570614c1d2db499679c
3641 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3642 Date:   Sat Jun 7 20:51:59 2008 +0900
3643
3644     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
3645
3646     Also get rid of some #ifdefs in *.c files.
3647
3648     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3649
3650 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
3651 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3652 Date:   Sat Jun 7 20:51:56 2008 +0900
3653
3654     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
3655
3656     CONFIG_SOC_AU1X00
3657
3658       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
3659       need to have this config as a system type specifier.
3660
3661     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
3662     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
3663
3664       Machine type specifiers. Each port should have one of aboves.
3665
3666     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3667
3668 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
3669 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
3670 Date:   Fri May 30 16:05:28 2008 -0400
3671
3672     env_nand.c: Added bad block management for environment variables
3673
3674     Modified to check for bad blocks and to skipping over them when
3675     CFG_ENV_RANGE has been defined.
3676     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
3677     flash block size.
3678
3679     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
3680     Signed-off-by: Scott Wood <scottwood@freescale.com>
3681
3682 commit 279726bd00558e80263d44581c44167625b7fb9a
3683 Author: Becky Bruce <becky.bruce@freescale.com>
3684 Date:   Wed May 14 13:09:58 2008 -0500
3685
3686     MPC86xx: Change traps.c to not reference non-addressable memory
3687
3688     Currently, END_OF_RAM is used by the trap code to determine if
3689     we should attempt to access the stack pointer or not. However,
3690     on systems with a lot of RAM, only a subset of the RAM is
3691     guaranteed to be mapped in and accessible.  Change END_OF_RAM
3692     to use get_effective_memsize() instead of using the raw ram
3693     size out of the bd to prevent us from trying to access
3694     non-mapped memory.
3695
3696     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3697
3698 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
3699 Author: Wolfgang Denk <wd@denx.de>
3700 Date:   Fri Jun 6 14:28:14 2008 +0200
3701
3702     tools/mkimage: fix compiler warnings on some systems.
3703
3704     Signed-off-by: Wolfgang Denk <wd@denx.de>
3705
3706 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
3707 Author: Stefan Roese <sr@denx.de>
3708 Date:   Fri Jun 6 16:10:41 2008 +0200
3709
3710     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
3711
3712     We use upper case letters for the AMCC processor defines (like
3713     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
3714     not CONFIG_440SPe. This patch fixes the last misspelled config options.
3715
3716     Signed-off-by: Stefan Roese <sr@denx.de>
3717
3718 commit 72675dc6c06a48846d180106161d49dd714383cc
3719 Author: Stefan Roese <sr@denx.de>
3720 Date:   Fri Jun 6 15:55:21 2008 +0200
3721
3722     ppc4xx: Unify AMCC's board config files (part 3/3)
3723
3724     This patch series unifies the AMCC eval board ports by introducing
3725     a common include header for all AMCC eval boards:
3726
3727     include/configs/amcc-common.h
3728
3729     This header now includes all common configuration options/defines which
3730     are removed from the board specific headers.
3731
3732     The reason for this is ease of maintenance and unified look and feel
3733     of all AMCC boards.
3734
3735     Signed-off-by: Stefan Roese <sr@denx.de>
3736
3737 commit 490f204096d6e2c9940f67816f154a8125bab116
3738 Author: Stefan Roese <sr@denx.de>
3739 Date:   Fri Jun 6 15:55:03 2008 +0200
3740
3741     ppc4xx: Unify AMCC's board config files (part 2/3)
3742
3743     This patch series unifies the AMCC eval board ports by introducing
3744     a common include header for all AMCC eval boards:
3745
3746     include/configs/amcc-common.h
3747
3748     This header now includes all common configuration options/defines which
3749     are removed from the board specific headers.
3750
3751     The reason for this is ease of maintenance and unified look and feel
3752     of all AMCC boards.
3753
3754     Signed-off-by: Stefan Roese <sr@denx.de>
3755
3756 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
3757 Author: Stefan Roese <sr@denx.de>
3758 Date:   Fri Jun 6 15:54:31 2008 +0200
3759
3760     ppc4xx: Unify AMCC's board config files (part 1/3)
3761
3762     This patch series unifies the AMCC eval board ports by introducing
3763     a common include header for all AMCC eval boards:
3764
3765     include/configs/amcc-common.h
3766
3767     This header now includes all common configuration options/defines which
3768     are removed from the board specific headers.
3769
3770     The reason for this is ease of maintenance and unified look and feel
3771     of all AMCC boards.
3772
3773     Signed-off-by: Stefan Roese <sr@denx.de>
3774
3775 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
3776 Author: Remy Bohmer <linux@bohmer.net>
3777 Date:   Thu Jun 5 13:03:36 2008 +0200
3778
3779     DM9000 fix status check fail 0x6d error for trizeps board
3780
3781     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
3782     the status byte need to be checked to identify a valid packet in the fifo
3783
3784     But, The several different Application Notes do not all speak the same
3785     language on these bits. They do not disagree, but only 1 Application Note
3786     noted explicitly that only these 2 bits need to be checked.
3787     Even the datasheets do not mention anything about these 2 bits.
3788
3789     Because the old code, and the kernel check the whole byte, I left this piece
3790     untouched.
3791
3792     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
3793     it should work.
3794
3795     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
3796     in the fifo) is much shorter now, compared to the older U-boot driver code,
3797     so that we can maybe run into a hardware condition now that was never seen
3798     before, or maybe was seen very unfrequently.
3799
3800     Additionaly added a cleanup of a stack variable.
3801
3802     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3803     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3804
3805 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
3806 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3807 Date:   Thu Jun 5 22:29:00 2008 +0900
3808
3809     [MIPS] Update <asm/addrspace.h> header
3810
3811     - Fix traditional KSEG names
3812     - Replace PHYSADDR with CPHYSADDR
3813
3814     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3815
3816 commit f0d5a6f060d00358b85c62a921a423ea8df71184
3817 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3818 Date:   Thu Jun 5 22:29:00 2008 +0900
3819
3820     [MIPS] mips_config.mk: Misc fixes
3821
3822     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
3823     - Modify comments
3824
3825     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3826
3827 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
3828 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3829 Date:   Thu Jun 5 22:29:00 2008 +0900
3830
3831     [MIPS] Kill unused <version.h> inclusions
3832
3833     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3834
3835 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
3836 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3837 Date:   Thu Jun 5 22:29:00 2008 +0900
3838
3839     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
3840
3841     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
3842     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
3843     in the U-Boot system.
3844
3845     The other is we don't have a proper time management counter like timestamp
3846     other ARCHs have. We need the 32-bit millisecond clock counter.
3847
3848     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
3849     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
3850     of calculated CP0 counter cycles in a CFG_HZ.
3851
3852     STRATEGY:
3853
3854     * Fix improper CFG_HZ value to have 1000
3855
3856     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
3857
3858     * timer_init: initialize timestamp and set up the first timer expiration.
3859       Note that we don't need to initialize CP0 count/compare registers here
3860       as they have been already zeroed out on the system reset. Leave them as
3861       they are.
3862
3863     * get_timer: calculate how many timestamps have been passed, then return
3864       base-relative timestamp. Make sure we can easily count missed timestamps
3865       regardless of CP0 count/compare value.
3866
3867     * get_ticks: return the current timestamp, that is get_timer(0).
3868
3869     Most parts are from good old Linux v2.6.16 kernel.
3870
3871     v2:
3872     - Remove FIXME comments as they turned out to be trivial.
3873     - Use CP0 compare register as a global variable for expirelo.
3874     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
3875       instead.
3876
3877     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3878
3879 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
3880 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3881 Date:   Thu Jun 5 22:29:00 2008 +0900
3882
3883     [MIPS] lib_mips/time.c: Fix udelay
3884
3885     What we have to do is just to wait for given micro-seconds. No need to
3886     take into account current time, get_timer and CFG_HZ.
3887
3888     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3889
3890 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
3891 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3892 Date:   Thu Jun 5 22:28:59 2008 +0900
3893
3894     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
3895
3896     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
3897     This patch replaces mips_{compare,count}_set and mips_count_get with
3898     existing macros.
3899
3900     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3901
3902 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
3903 Author: Remy Bohmer <linux@bohmer.net>
3904 Date:   Tue Jun 3 15:48:17 2008 +0200
3905
3906     Get rid of annoying/superfluous bad-checksum warning message
3907
3908     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
3909     It is annoying for ordinary users who start to doubt the network connection
3910     in general when they see messages like this.
3911
3912     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
3913     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
3914     now before checking the checksum.
3915
3916     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3917     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3918
3919 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
3920 Author: Remy Bohmer <linux@bohmer.net>
3921 Date:   Wed Jun 4 10:47:25 2008 +0200
3922
3923     Fix order for reading rx-status registers in 32bit mode of DM9000
3924
3925     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
3926     a bug in reading the rx-status registers in 32bit mode only.
3927     This patch repairs this.
3928
3929     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3930     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3931
3932 commit 98291e2e689096420465074cce926b226d2e71b4
3933 Author: Remy Bohmer <linux@bohmer.net>
3934 Date:   Tue Jun 3 15:26:26 2008 +0200
3935
3936     DM9000: Some minor code cleanups
3937
3938     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
3939     need some other minor cleanup.
3940
3941     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3942     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3943
3944 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
3945 Author: Remy Bohmer <linux@bohmer.net>
3946 Date:   Tue Jun 3 15:26:25 2008 +0200
3947
3948     DM9000: Make driver work properly for DM9000A
3949
3950     The DM9000A network controller does not work with the U-boot DM9000x driver.
3951     Analysis showed that many incoming packets are lost.
3952
3953     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
3954     check for a valid rx packet be done on the interrupt status register, not
3955     directly by performing the dummy read and the rx status check as is currently
3956     the case in the u-boot driver.
3957
3958     When the recommended poll is done as suggested the driver starts working
3959     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
3960     can be more than 1 package in the fifo at the same time.
3961
3962     The driver must perform the rx-status check in a loop and read and handle all
3963     packages until there is no more left _after_ the interrupt RX flag is set.
3964
3965     This change has been tested with DM9000A, DM9000E, DM9000EP.
3966
3967     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3968     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3969
3970 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
3971 Author: Remy Bohmer <linux@bohmer.net>
3972 Date:   Tue Jun 3 15:26:24 2008 +0200
3973
3974     DM9000: Improve eth_reset() routine
3975
3976     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
3977     reset procedure must be done twice to properly reset the DM9000 by means of software.
3978     This errata is not needed anymore for the DM9000A, but it does not bother it.
3979
3980     This change has been tested with DM9000A, DM9000E, DM9000EP.
3981
3982     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3983     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3984
3985 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
3986 Author: Remy Bohmer <linux@bohmer.net>
3987 Date:   Tue Jun 3 15:26:23 2008 +0200
3988
3989     DM9000: improve eth_send() routine
3990
3991     The eth_send routine of the U-boot DM9000x driver does not match the
3992     DM9000 or DM9000A application notes/programming guides.
3993
3994     This change improves the stability of the DM9000A network controller.
3995
3996     This change has been tested with DM9000A, DM9000E, DM9000EP.
3997
3998     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3999     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4000
4001 commit 134e266253c02a7832560da59d394989c4f64453
4002 Author: Remy Bohmer <linux@bohmer.net>
4003 Date:   Tue Jun 3 15:26:22 2008 +0200
4004
4005     DM9000: repair debug logging
4006
4007     It seems that the debugging code of the DM9000x driver in U-boot has not been
4008     compiled for a long time, because it cannot compile...
4009
4010     Also rearranged some loglines to get more useful info while debugging.
4011
4012     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4013     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4014
4015 commit a101361bfe23c120321e45d114c0603b8e0763e9
4016 Author: Remy Bohmer <linux@bohmer.net>
4017 Date:   Tue Jun 3 15:26:21 2008 +0200
4018
4019     DM9000: Add data bus-width auto detection.
4020
4021     The U-boot DM9000x driver contains a compile time bus-width definition for
4022     the databus connected to the network controller.
4023
4024     This compile check makes the code unclear, inflexible and is unneccessary.
4025     It can be asked to the network controller what its bus-width is by reading bits
4026     6 and 7 of the interrupt status register.
4027
4028     The linux kernel already uses a runtime mechanism to determine this bus-width,
4029     so the implementation below looks somewhat like that implementation.
4030
4031     This change has been tested with DM9000A, DM9000E, DM9000EP.
4032
4033     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4034     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4035
4036 commit 63a0afa0c32e5f4ea98a9439542870072437404d
4037 Author: Stefan Roese <sr@denx.de>
4038 Date:   Wed Jun 4 19:19:20 2008 +0200
4039
4040     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
4041
4042     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
4043     introduced by the commit:
4044
4045     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
4046
4047     With this patch SDRAM will get initialized again and booting from NAND
4048     is working again.
4049
4050     Signed-off-by: Stefan Roese <sr@denx.de>
4051     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
4052
4053 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
4054 Author: Wolfgang Denk <wd@denx.de>
4055 Date:   Tue May 27 14:19:30 2008 +0200
4056
4057     Socrates: Fix PCI bus frequency report
4058
4059     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4060
4061 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
4062 Author: Tor Krill <tor@excito.com>
4063 Date:   Thu May 29 11:10:30 2008 +0200
4064
4065     Fix incorrect switch for IF_TYPE in part.c
4066
4067     Use correct field in block_dev_desc_t when writing interface type in
4068     dev_print. Error introduced in 574b3195.
4069
4070     Also added fix from Martin Krause
4071
4072     Signed-off-by: Tor Krill <tor@excito.com>
4073
4074 commit b64b8a0bd310935b70af69ac970952f2b364ae56
4075 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
4076 Date:   Tue May 27 10:25:39 2008 +0200
4077
4078     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
4079
4080     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4081
4082 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
4083 Author: Peter Tyser <ptyser@xes-inc.com>
4084 Date:   Thu May 22 18:56:52 2008 -0500
4085
4086     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
4087
4088     Removed unneeded command line history initialization.  Also, the original
4089     code would access the 'initted' variable before relocation to SDRAM
4090     which resulted in erratic behavior since the bss is not initialized when
4091     executing from flash.
4092
4093     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4094
4095 commit 22f371b63038a4ecab04068877c1089e51a01ba1
4096 Author: Grant Erickson <gerickson@nuovations.com>
4097 Date:   Wed May 21 13:28:30 2008 -0700
4098
4099     PPC4xx: Simplified post_word_{load, store}
4100
4101     This patch simplifies post_word_{load,store} by using the preprocessor
4102     to eliminate redundant, copy-and-pasted code.
4103
4104     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4105
4106 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
4107 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
4108 Date:   Wed May 7 21:25:33 2008 +0400
4109
4110     cfi_flash: enable M18 flash chips family support.
4111
4112     Added new command set ID. Buffered write command processing is changed
4113     in order to support M18 flash chips family.
4114
4115     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
4116     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
4117
4118 commit 93c56f212ccdadc182018f0769cb284426b88f1d
4119 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
4120 Date:   Wed May 7 21:24:44 2008 +0400
4121
4122     cfi_flash: support of long cmd in U-boot.
4123
4124     Some NOR flash chips needs support of commands with length grether than max
4125     value size of uchar. For example all M18 family chips use 0x1ff command in
4126     buffered write mode as value of program loops count.
4127
4128     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
4129     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
4130
4131 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
4132 Author: Stefan Roese <sr@denx.de>
4133 Date:   Fri May 16 11:06:06 2008 +0200
4134
4135     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
4136
4137     On AD7414 the first value upon bootup is not read correctly.
4138     This is most likely because of the 800ms update time of the
4139     temp register in normal update mode. To get current values
4140     each time we issue the "dtt" command including upon powerup
4141     we switch into one-short mode.
4142
4143     This patch fixes the problem on AD7414 equipped boards (Sequoia,
4144     Canyonlands etc), that temp value printed in the bootup log was
4145     incorrect.
4146
4147     Signed-off-by: Stefan Roese <sr@denx.de>
4148
4149 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
4150 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4151 Date:   Fri May 30 16:55:06 2008 +0200
4152
4153     ppc4xx: Cleanup CPCI405 variant's config file
4154
4155     This patch removes some dead code from CPCI405 board's
4156     config files. JFFS2 support is also removed. It's not used and
4157     CPCI4052 does not build anymore without some size reduction.
4158
4159     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4160
4161 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
4162 Author: Kenneth Johansson <kenneth@southpole.se>
4163 Date:   Thu May 29 16:32:33 2008 +0200
4164
4165     Remove shell variable UNDEF_SYM.
4166
4167     UNDEF_SYM is a shell variable in the main Makefile used to force the
4168     linker to add all u-boot commands to the final image. It has no use here.
4169
4170     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
4171
4172 commit 8c66497e06bf803489c589df58ee591d71033274
4173 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4174 Date:   Fri May 16 11:10:35 2008 +0200
4175
4176     Add support for environment in SPI flash
4177
4178     This is pretty incomplete...it doesn't handle reading the environment
4179     before relocation, it doesn't support redundant environment, and it
4180     doesn't support embedded environment. But apart from that, it does
4181     seem to work.
4182
4183     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4184
4185 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
4186 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4187 Date:   Fri May 16 11:10:34 2008 +0200
4188
4189     SPI Flash: Add "sf" command
4190
4191     This adds a new command, "sf" which can be used to manipulate SPI
4192     flash. Currently, initialization, reading, writing and erasing is
4193     supported.
4194
4195     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4196
4197 commit d25ce7d24cc0f93881559f4009175ea305af65e8
4198 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4199 Date:   Fri May 16 11:10:33 2008 +0200
4200
4201     SPI Flash subsystem
4202
4203     This adds a new SPI flash subsystem.
4204
4205     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
4206     but some preliminary support for other flash types is in place as
4207     well.
4208
4209     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4210
4211 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
4212 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
4213 Date:   Fri May 16 11:10:32 2008 +0200
4214
4215     atmel_spi: Driver for the Atmel SPI controller
4216
4217     This adds a driver for the SPI controller found on most AT91 and AVR32
4218     chips, implementing the new SPI API.
4219
4220     Changed in v4:
4221       - Update to new API
4222       - Handle zero-length transfers appropriately. The user may send a
4223         zero-length SPI transfer with SPI_XFER_END set in order to
4224         deactivate the chip select after a series of transfers with chip
4225         select active. This is useful e.g. when polling the status
4226         register of DataFlash.
4227
4228     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
4229
4230 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
4231 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
4232 Date:   Fri May 16 11:10:31 2008 +0200
4233
4234     SPI API improvements
4235
4236     This patch gets rid of the spi_chipsel table and adds a handful of new
4237     functions that makes the SPI layer cleaner and more flexible.
4238
4239     Instead of the spi_chipsel table, each board that wants to use SPI
4240     gets to implement three hooks:
4241       * spi_cs_activate(): Activates the chipselect for a given slave
4242       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
4243       * spi_cs_is_valid(): Determines if the given bus/chipselect
4244         combination can be activated.
4245
4246     Not all drivers may need those extra functions however. If that's the
4247     case, the board code may just leave them out (assuming they know what
4248     the driver needs) or rely on the linker to strip them out (assuming
4249     --gc-sections is being used.)
4250
4251     To set up communication parameters for a given slave, the driver needs
4252     to call spi_setup_slave(). This returns a pointer to an opaque
4253     spi_slave struct which must be passed as a parameter to subsequent SPI
4254     calls. This struct can be freed by calling spi_free_slave(), but most
4255     driver probably don't want to do this.
4256
4257     Before starting one or more SPI transfers, the driver must call
4258     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
4259     the hardware. When all transfers are done, the driver must call
4260     spi_release_bus() to make the bus available to others, and possibly
4261     shut down the SPI controller hardware.
4262
4263     spi_xfer() behaves mostly the same as before, but it now takes a
4264     spi_slave parameter instead of a spi_chipsel function pointer. It also
4265     got a new parameter, flags, which is used to specify chip select
4266     behaviour. This may be extended with other flags in the future.
4267
4268     This patch has been build-tested on all powerpc and arm boards
4269     involved. I have not tested NIOS since I don't have a toolchain for it
4270     installed, so I expect some breakage there even though I've tried
4271     fixing up everything I could find by visual inspection.
4272
4273     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
4274     DataFlash drivers posted as a follow-up. I'd like some help testing
4275     other boards that use the existing SPI API.
4276
4277     But most of all, I'd like some comments on the new API. Is this stuff
4278     usable for everyone? If not, why?
4279
4280     Changed in v4:
4281       - Build fixes for various boards, drivers and commands
4282       - Provide common struct spi_slave definition that can be extended by
4283         drivers
4284       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
4285       - Make default bus and mode build-time configurable
4286       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
4287
4288     Changed in v3:
4289       - Add opaque struct spi_slave for controller-specific data associated
4290         with a slave.
4291       - Add spi_claim_bus() and spi_release_bus()
4292       - Add spi_free_slave()
4293       - spi_setup() is now called spi_setup_slave() and returns a
4294         struct spi_slave
4295       - soft_spi now supports four SPI modes (CPOL|CPHA)
4296       - Add bus parameter to spi_setup_slave()
4297       - Convert the new i.MX32 SPI driver
4298       - Convert the new MC13783 RTC driver
4299
4300     Changed in v2:
4301       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
4302         new API.
4303
4304     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
4305     Tested-by: Guennadi Liakhovetski <lg@denx.de>
4306
4307 commit 289011207d999b2e4085150d2aa30d547ad9b800
4308 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4309 Date:   Fri May 16 11:10:30 2008 +0200
4310
4311     Move definition of container_of() to common.h
4312
4313     AVR32 and AT91SAM9 both have their own identical definitions of
4314     container_of() taken from the Linux kernel. Move it to common.h so
4315     that all architectures can use it.
4316
4317     container_of() is already used by some drivers, and will be used
4318     extensively by the new and improved SPI API.
4319
4320     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4321
4322 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
4323 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4324 Date:   Fri May 16 11:08:11 2008 +0200
4325
4326     soft_i2c: Pull SDA high before reading
4327
4328     Spotted by Dean Capindale.
4329
4330     Systems that support open-drain GPIO properly are allowed provide an
4331     empty I2C_TRISTATE define. However, this means that we need to be
4332     careful not to drive SDA low when the slave is expected to respond.
4333
4334     This patch adds a missing I2C_SDA(1) to read_byte() required to
4335     tristate the SDA line on systems that support open-drain GPIO.
4336
4337     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4338
4339 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
4340 Author: Stefan Roese <sr@denx.de>
4341 Date:   Mon May 19 11:34:53 2008 +0200
4342
4343     ppc4xx: Remove implementations of testdram()
4344
4345     This patch removes the used testdram() implementations of the board
4346     that are maintained by myself.
4347
4348     Signed-off-by: Stefan Roese <sr@denx.de>
4349
4350 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
4351 Author: Stefan Roese <sr@denx.de>
4352 Date:   Mon Jun 2 17:37:28 2008 +0200
4353
4354     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
4355
4356     Historically the 405 U-Boot port had a dram_init() call in early init
4357     stage. This function was still called from start.S and most of the time
4358     coded in assembler. This is not needed anymore (since a long time) and
4359     boards should implement the common initdram() function in C instead.
4360
4361     This patch now removed the dram_init() call from start.S and removes the
4362     empty implementations that are scattered through most of the 405 board
4363     ports. Some older board ports really implement this dram_init() though.
4364     These are:
4365
4366     csb272
4367     csb472
4368     ERIC
4369     EXBITGEN
4370     W7OLMC
4371     W7OLMG
4372
4373     I changed those boards to call this assembler dram_init() function now
4374     from their board specific initdram() instead. This *should* work, but please
4375     test again on those platforms. And it is perhaps a good idea that those
4376     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
4377     some time. So further patches welcome here.
4378
4379     Signed-off-by: Stefan Roese <sr@denx.de>
4380
4381 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
4382 Author: Stefan Roese <sr@denx.de>
4383 Date:   Mon Jun 2 17:22:11 2008 +0200
4384
4385     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
4386
4387     Signed-off-by: Stefan Roese <sr@denx.de>
4388
4389 commit 39b32be18cd33b53a84065edcd4e465165cc5564
4390 Author: Stefan Roese <sr@denx.de>
4391 Date:   Mon Jun 2 17:20:03 2008 +0200
4392
4393     ppc4xx: Fix common ECC generation code for 440GP style platforms
4394
4395     This patch makes the common 4xx ECC code really usable on 440GP style
4396     platforms.
4397
4398     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
4399     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
4400     we need to make some processor dependant defines used later on by the
4401     driver.
4402
4403     Signed-off-by: Stefan Roese <sr@denx.de>
4404
4405 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
4406 Author: Stefan Roese <sr@denx.de>
4407 Date:   Mon Jun 2 17:13:55 2008 +0200
4408
4409     ppc4xx: Change Kilauea to use the common DDR2 init function
4410
4411     This patch changes the kilauea and kilauea_nand (for NAND booting)
4412     board port to not use a board specific DDR2 init routine anymore. Now
4413     the common code from cpu/ppc4xx is used.
4414
4415     Thanks to Grant Erickson for all his basic work on this 405EX early
4416     bootup.
4417
4418     Signed-off-by: Stefan Roese <sr@denx.de>
4419
4420 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
4421 Author: Stefan Roese <sr@denx.de>
4422 Date:   Mon Jun 2 14:59:21 2008 +0200
4423
4424     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
4425
4426     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
4427     ppc4xx related SDRAM/DDR/DDR2 controller defines.
4428
4429     Signed-off-by: Stefan Roese <sr@denx.de>
4430
4431 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
4432 Author: Stefan Roese <sr@denx.de>
4433 Date:   Mon Jun 2 14:57:41 2008 +0200
4434
4435     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
4436
4437     This patch removes all SDRAM related defines from the PPC4xx headers
4438     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
4439     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
4440
4441     It also introduces new defines for the equipped SDRAM controller based on
4442     which PPC variant is used. There new defines are:
4443
4444     used on 405GR/CR/EP and some Xilinx Virtex boards.
4445
4446     used on 440GP/GX/EP/GR.
4447
4448     used on 440EPx/GRx.
4449
4450     used on 405EX/r/440SP/SPe/460EX/GT.
4451
4452     Signed-off-by: Stefan Roese <sr@denx.de>
4453
4454 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
4455 Author: Stefan Roese <sr@denx.de>
4456 Date:   Mon Jun 2 14:35:44 2008 +0200
4457
4458     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
4459
4460     This patch consolidates the 405 and 440 parts of the NAND booting code
4461     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
4462     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
4463     Only *after* running from this location, nand_boot() is called.
4464
4465     Please note that the initsdram() call is now moved from nand_boot.c
4466     to start.S. I experienced problems with some boards like Kilauea
4467     (405EX), which don't have internal SRAM (OCM) and relocation needs to
4468     be done to SDRAM before the NAND controller can get accessed. When
4469     initdram() is called later on in nand_boot(), this can lead to problems
4470     with variables in the bss sections like nand_ecc_pos[].
4471
4472     Signed-off-by: Stefan Roese <sr@denx.de>
4473     Acked-by: Scott Wood <scottwood@freescale.com>
4474
4475 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
4476 Author: Grant Erickson <gerickson@nuovations.com>
4477 Date:   Thu May 22 14:44:24 2008 -0700
4478
4479     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
4480
4481     This patch (Part 2 of 2):
4482
4483     * Rolls up a suite of changes to enable correct primordial stack and
4484       global data handling when the data cache is used for such a purpose
4485       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
4486
4487     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
4488       eliminating redundant ECC initialization implementations and moving
4489       redundant SDRAM initialization out of board code into shared 4xx
4490       code.
4491
4492     * Enables MCSR visibility on the 405EX(r).
4493
4494     * Enables the use of the data cache for initial RAM on
4495       both AMCC's Kilauea and Makalu and removes a redundant
4496       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
4497
4498       - Removed, per Stefan Roese's request, defunct memory.c file for
4499         Makalu and rolled sdram_init from it into makalu.c.
4500
4501     With respect to the 4xx DDR initialization and ECC unification, there
4502     is certainly more work that can and should be done (file renaming,
4503     etc.). However, that can be handled at a later date on a second or
4504     third pass. As it stands, this patch moves things forward in an
4505     incremental yet positive way for those platforms that utilize this
4506     code and the features associated with it.
4507
4508     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4509     Signed-off-by: Stefan Roese <sr@denx.de>
4510
4511 commit c821b5f120bedf73867513466412587c6912a8f8
4512 Author: Grant Erickson <gerickson@nuovations.com>
4513 Date:   Thu May 22 14:44:14 2008 -0700
4514
4515     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
4516
4517     This patch (Part 1 of 2):
4518
4519     * Rolls up a suite of changes to enable correct primordial stack and
4520       global data handling when the data cache is used for such a purpose
4521       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
4522
4523     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
4524       eliminating redundant ECC initialization implementations and moving
4525       redundant SDRAM initialization out of board code into shared 4xx
4526       code.
4527
4528     * Enables MCSR visibility on the 405EX(r).
4529
4530     * Enables the use of the data cache for initial RAM on
4531       both AMCC's Kilauea and Makalu and removes a redundant
4532       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
4533
4534       - Removed, per Stefan Roese's request, defunct memory.c file for
4535         Makalu and rolled sdram_init from it into makalu.c.
4536
4537     With respect to the 4xx DDR initialization and ECC unification, there
4538     is certainly more work that can and should be done (file renaming,
4539     etc.). However, that can be handled at a later date on a second or
4540     third pass. As it stands, this patch moves things forward in an
4541     incremental yet positive way for those platforms that utilize this
4542     code and the features associated with it.
4543
4544     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4545     Signed-off-by: Stefan Roese <sr@denx.de>
4546
4547 commit a439680019e06171d4a5694b7992accce87f590e
4548 Author: Grant Erickson <gerickson@nuovations.com>
4549 Date:   Wed May 21 13:28:30 2008 -0700
4550
4551     PPC4xx: Simplified post_word_{load, store}
4552
4553     This patch simplifies post_word_{load,store} by using the preprocessor
4554     to eliminate redundant, copy-and-pasted code.
4555
4556     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4557
4558 commit f979690ee337450b2030aba128f95b7a8d9881c0
4559 Author: Kumar Gala <galak@kernel.crashing.org>
4560 Date:   Thu May 15 15:13:08 2008 -0500
4561
4562     Fix warnings from gcc-4.3.0 build on a ppc host
4563
4564     * The cfi_flash.c memset fix actual allows the board to boot so there is
4565       a bit more going on here than just resolving warnings associated with
4566       uninitialized variables.
4567
4568     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
4569       inline function 'ext2_find_next_zero_bit' which is not static
4570
4571     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4572
4573 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
4574 Author: Becky Bruce <becky.bruce@freescale.com>
4575 Date:   Wed May 14 13:09:51 2008 -0500
4576
4577     MPC512x: Change traps.c to not reference non-addressable memory
4578
4579     Currently, END_OF_RAM is used by the trap code to determine if
4580     we should attempt to access the stack pointer or not. However,
4581     on systems with a lot of RAM, only a subset of the RAM is
4582     guaranteed to be mapped in and accessible.  Change END_OF_RAM
4583     to use get_effective_memsize() instead of using the raw ram
4584     size out of the bd.
4585
4586     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4587
4588 commit 81673e9ae14b771cd13faf19947192599cae3959
4589 Author: Kumar Gala <galak@kernel.crashing.org>
4590 Date:   Tue May 13 19:01:54 2008 -0500
4591
4592     Make sure common.h is the first include.
4593
4594     If common.h isn't first we can get CONFIG_ options defined in the
4595     board config file ignored.  This can cause an issue if any of those
4596     config options impact the size of types of data structures
4597     (eg CONFIG_PHYS_64BIT).
4598
4599     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4600
4601 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
4602 Author: Marian Balakowicz <m8@semihalf.com>
4603 Date:   Tue May 13 15:53:29 2008 +0200
4604
4605     Avoid initrd and logbuffer area overlaps
4606
4607     Add logbuffer to reserved LMB areas to prevent initrd allocation
4608     from overlaping with it.
4609
4610     Make sure to use correct logbuffer base address.
4611
4612     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4613
4614 commit 6956d53d9934862507f83f0e3255dfd4662e7482
4615 Author: Sascha Laue <sascha.laue@liebherr.com>
4616 Date:   Tue May 13 13:29:54 2008 +0200
4617
4618     lwmon5: add memory-pattern-test to FPGA POST.
4619
4620 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
4621 Author: Becky Bruce <becky.bruce@freescale.com>
4622 Date:   Thu May 8 19:02:51 2008 -0500
4623
4624     PPC: 86xx Add bat registers to reginfo command
4625
4626     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4627
4628 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
4629 Author: Becky Bruce <becky.bruce@freescale.com>
4630 Date:   Fri May 9 15:41:35 2008 -0500
4631
4632     PPC: Add print_bats() to lib_ppc/bat_rw.c
4633
4634     This function prints the values of all the BAT register
4635     pairs - I needed this for debug earlier this week; adding it to
4636     lib_ppc so others can use it (and add it to reginfo commands
4637     if so desired).
4638
4639     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4640
4641 commit c148f24c15743a02e855636e6bed013bd121f7f2
4642 Author: Becky Bruce <becky.bruce@freescale.com>
4643 Date:   Thu May 15 21:29:04 2008 -0500
4644
4645     PPC: Change lib_ppc/bat_rw.c to use high bats
4646
4647     Currently, this code only deals with BATs 0-3, which makes
4648     it useless on systems that support BATs 4-7.  Add the
4649     support for these registers.
4650
4651     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
4652
4653 commit 31d826722434931e1152a09d140187dcf72f8aac
4654 Author: Becky Bruce <becky.bruce@freescale.com>
4655 Date:   Thu May 8 19:02:12 2008 -0500
4656
4657     PPC: Create and use CONFIG_HIGH_BATS
4658
4659     Change all code that conditionally operates on high bat
4660     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
4661     instead of the myriad ways this is done now.  Define the option
4662     for every config for which high bats are supported (and
4663     enabled by early boot, on parts where they're not always
4664     enabled)
4665
4666     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4667
4668 commit aa3b8bf9c30065bb2ea852799d32db5020598495
4669 Author: Wolfgang Grandegger <wg@grandegger.com>
4670 Date:   Wed May 28 19:55:19 2008 +0200
4671
4672     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
4673
4674     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4675     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4676
4677 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
4678 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4679 Date:   Wed May 28 13:06:25 2008 -0500
4680
4681     ColdFire: Add 10 base ethernet support for mcf5445x
4682
4683     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4684     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4685
4686 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
4687 Author: Jason McMullan <mcmullan@netapp.com>
4688 Date:   Fri May 30 00:53:38 2008 +0900
4689
4690     mips: Add an 'include/asm/errno.h', like all other architectures
4691
4692     All other u-boot architectures have an include/asm/errno.h, so
4693     this change adds it to the mips include/asm-mips headers also.
4694
4695     Stolen from Linux 2.6.25.
4696
4697     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4698
4699 commit e2ad8426624bac457acc6925b6ff408e9bf20466
4700 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4701 Date:   Fri May 30 00:53:38 2008 +0900
4702
4703     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
4704
4705     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4706
4707 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
4708 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4709 Date:   Fri May 30 00:53:38 2008 +0900
4710
4711     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
4712
4713     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4714
4715 commit bf462ae450a7f2eeeddc699ed345b391e3263540
4716 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4717 Date:   Fri May 30 00:53:37 2008 +0900
4718
4719     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
4720
4721     No functional changes.
4722
4723     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4724
4725 commit 89a1550ec6b74452274a7a23127936e2c7eec711
4726 Author: Jason McMullan <mcmullan@netapp.com>
4727 Date:   Fri May 30 00:53:37 2008 +0900
4728
4729     mips: If CONFIG_CMD_SPI is defined, call spi_init()
4730
4731     The mips architecture currently does not call 'spi_init()' in the generic
4732     board initialization routine is CONFIG_CMD_SPI is defined.
4733
4734     This patch rectifies that problem.
4735
4736     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4737     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4738
4739 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
4740 Author: Jason McMullan <mcmullan@netapp.com>
4741 Date:   Fri May 30 00:53:37 2008 +0900
4742
4743     [MIPS] lib_mips/board.c: Add nand_init
4744
4745     This patch adds the standard 'nand_init()' call to the mips generic
4746     'board_init_r()' call, bringing MIPS in line with the other architectures.
4747
4748     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4749     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4750
4751 commit d6ac2ed893c2168738aee01579d6283af8d37045
4752 Author: Scott Wood <scottwood@freescale.com>
4753 Date:   Thu May 22 10:49:46 2008 -0500
4754
4755     Remove prototypes of nand_init() in favor of including nand.h.
4756
4757     Likewise with onenand_init().
4758
4759     Signed-off-by: Scott Wood <scottwood@freescale.com>
4760
4761 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
4762 Author: Scott Wood <scottwood@freescale.com>
4763 Date:   Thu May 22 10:49:00 2008 -0500
4764
4765     Make onenand_uboot.h self-sufficient.
4766
4767     Don't assume types are provided by previously included headers.
4768
4769     Signed-off-by: Scott Wood <scottwood@freescale.com>
4770
4771 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
4772 Author: Dirk Behme <dirk.behme@gmail.com>
4773 Date:   Wed Jan 16 14:26:59 2008 +0100
4774
4775     nand: Correct NAND erase percentage output
4776
4777     For NAND erase sizes smaller than one NAND erase block, erase
4778     percentage output becomes grater than 100% e.g.
4779
4780     -- cut --
4781       > nand info
4782     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
4783       > nand erase 0x100000 0x2000
4784     NAND erase: device 0 offset 0x100000, size 0x2000
4785     Erasing at 0x100000 -- 200% complete.
4786     OK
4787       >
4788     -- cut --
4789
4790     Correct this and give user a warning that more is erased than specified:
4791
4792     -- cut --
4793       > nand erase 0x100000 0x2000
4794     NAND erase: device 0 offset 0x100000, size 0x2000
4795     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
4796                Erasing 0x00004000 instead
4797     Erasing at 0x100000 -- 100% complete.
4798     OK
4799       >
4800     -- cut --
4801
4802     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
4803
4804 commit 5922db6c0948506be91e0de44e7a6863a18a417f
4805 Author: Stelian Pop <stelian@popies.net>
4806 Date:   Tue May 13 17:31:24 2008 +0200
4807
4808     Cleanup nand_info[] declaration.
4809
4810     The nand_info array is declared as extern in several .c files.
4811     Those days, nand.h contains a reference to the array, so there is
4812     no need to declare it elsewhere.
4813
4814     Signed-off-by: Stelian Pop <stelian@popies.net>
4815     Signed-off-by: Scott Wood <scottwood@freescale.com>
4816
4817 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
4818 Author: Scott Wood <scottwood@freescale.com>
4819 Date:   Mon May 19 09:30:43 2008 -0500
4820
4821     NAND: Provide a sane default for NAND_MAX_CHIPS.
4822
4823     This allows the header to be included regardless of whether a board's
4824     config file provides NAND-related defininitions.
4825
4826     Signed-off-by: Scott Wood <scottwood@freescale.com>
4827
4828 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
4829 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4830 Date:   Mon May 26 12:19:10 2008 +0200
4831
4832     avr32: Fix theoretical race in udelay()
4833
4834     If the specified delay is very short, the cycle counter may go past the
4835     "end" time we are waiting for before we get around to reading it.
4836
4837     Fix it by checking the different between the cycle count "now" and the
4838     cycle count at the beginning. This will work as long as the delay
4839     measured in number of cycles is below 2^31.
4840
4841     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4842
4843 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
4844 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4845 Date:   Wed May 21 13:01:09 2008 +0200
4846
4847     avr32: Compile atmel_mci.o conditionally
4848
4849     Remove #ifdef CONFIG_MMC from the source file and use conditional
4850     compilation in the Makefile instead.
4851
4852     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4853
4854 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
4855 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4856 Date:   Thu May 22 12:28:25 2008 +0200
4857
4858     avr32: Fix wrong error flags in atmel_mci driver
4859
4860     Make sure we check for CRC errors when sending commands that use CRC
4861     checking.
4862
4863     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
4864     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4865
4866 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
4867 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4868 Date:   Wed May 21 11:10:59 2008 +0200
4869
4870     avr32: Fix two warnings in atmel_mci.c
4871
4872     The warnings are harmless but annoying. Let's fix them.
4873
4874     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4875
4876 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
4877 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4878 Date:   Mon May 19 11:36:28 2008 +0200
4879
4880     avr32: Rework SDRAM initialization code
4881
4882     This cleans up the SDRAM initialization and related code a bit, and
4883     allows faster booting.
4884
4885       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
4886       * Remove memory test from sdram_init() and make caller responsible
4887         for verifying the SDRAM and determining its size.
4888       * Remove base_address member from struct sdram_config (was sdram_info)
4889       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
4890       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
4891
4892     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4893
4894 commit 95107b7c028806919630bf02c653aa8f4f867c94
4895 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4896 Date:   Mon May 19 11:27:37 2008 +0200
4897
4898     avr32: Do stricter stack checking in the exception handler
4899
4900     Don't do a stack dump if the stack pointer is outside the memory area
4901     reserved for stack.
4902
4903     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4904
4905 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
4906 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4907 Date:   Fri May 2 15:32:57 2008 +0200
4908
4909     avr32: Use the same entry point for reset and exception handling
4910
4911     Since the reset vector is always aligned to a very large boundary, we
4912     can save a couple of KB worth of alignment padding by placing the
4913     exception vectors at the same address.
4914
4915     Deciding which one it is is easy: If we're handling an exception, the
4916     CPU is in Exception mode. If we're starting up after reset, the CPU is
4917     in Supervisor mode. So this adds a very minimal overhead to the reset
4918     path (only executed once) and the exception handling path (normally
4919     never executed at all.)
4920
4921     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4922
4923 commit 0c16eed2189a190bd5655b33c029f809a9b31128
4924 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4925 Date:   Fri May 2 15:24:22 2008 +0200
4926
4927     avr32: Put memset in its own section
4928
4929     All C code is compiled with -ffunction-sections -fdata-sections.
4930     Assembly functions should get their own sections as well so that
4931     everything looks consistent.
4932
4933     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4934
4935 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
4936 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4937 Date:   Fri May 2 15:21:40 2008 +0200
4938
4939     avr32: Rename pm_init() as clk_init() and make SoC-specific
4940
4941     pm_init() was always more about clock initialization than anything
4942     else. Dealing with PLLs, clock gating and such is also inherently
4943     SoC-specific, so move it into a SoC-specific directory.
4944
4945     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4946
4947 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
4948 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4949 Date:   Wed Apr 30 16:15:57 2008 +0200
4950
4951     avr32: Use new-style Makefile for the at32ap platform
4952
4953     This makes it easier to avoid compiling certain files later.
4954
4955     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4956
4957 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
4958 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4959 Date:   Wed Apr 30 14:36:47 2008 +0200
4960
4961     avr32: Remove unused file cpu/at32ap/pm.c
4962
4963     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4964
4965 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
4966 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4967 Date:   Wed Apr 30 14:19:28 2008 +0200
4968
4969     avr32: Clean up the HMATRIX code
4970
4971     Rework the HMATRIX configuration interface so that it becomes easier
4972     to configure the HMATRIX for boards with special needs, and add new
4973     parts.
4974
4975     The HMATRIX header file has been split into a general,
4976     chip-independent part with register definitions, etc. and a
4977     chip-specific part with SFR bitfield definitions and master/slave
4978     identifiers.
4979
4980     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4981
4982 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
4983 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4984 Date:   Thu Nov 22 12:14:11 2007 +0100
4985
4986     avr32: Add support for the ATSTK1006 board
4987
4988     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
4989     board. It's currently in production and will be available soon.
4990
4991     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4992
4993 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
4994 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4995 Date:   Tue Apr 29 12:53:05 2008 +0200
4996
4997     avr32: Get rid of the .flashprog section
4998
4999     The .flashprog section was only needed back when we were running
5000     directly from flash, and it's even more useless on NGW100 since it
5001     uses the CFI flash driver which never used this workaround in the
5002     first place.
5003
5004     Remove it on STK1000 as well, and get rid of all the associated code and
5005     annotations.
5006
5007     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5008
5009 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
5010 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5011 Date:   Wed Apr 30 13:09:56 2008 +0200
5012
5013     avr32: Use correct condition around macb clock accessors
5014
5015     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
5016     the chip has a MACB controller, not when it has a USART.
5017
5018     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5019
5020 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
5021 Author: David Brownell <david-b@pacbell.net>
5022 Date:   Wed Apr 16 22:57:58 2008 -0700
5023
5024     avr32: Disable the AP7000 internal watchdog on startup
5025
5026     This patch forces the watchdog off in all cases.  That will at least
5027     get rid of the constant reboot cycle, though it won't let the watchdog
5028     actually run in the new kernels:  its probe() comes up with a polite
5029     warning.
5030
5031     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5032
5033 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
5034 Author: David Brownell <david-b@pacbell.net>
5035 Date:   Fri Feb 22 12:54:39 2008 -0800
5036
5037     avr32: stk1002 and ngw100 convergence
5038
5039     Make STK1002 and NGW100 boards act more alike:
5040       - STK boards can use as many arguments as NGW
5041       - STK boards don't need to manage FPGAs either
5042       - NGW commands should match STK ones
5043
5044     Also spell U-Boot right in prompts for STK1002 and NGW100.
5045
5046     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5047     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
5048     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5049
5050 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
5051 Author: Sergei Poselenov <sposelenov@emcraft.com>
5052 Date:   Tue May 27 13:47:00 2008 +0200
5053
5054     Socrates: Fix PCI bus frequency report
5055
5056     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5057
5058 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
5059 Author: Sergei Poselenov <sposelenov@emcraft.com>
5060 Date:   Tue May 27 11:49:13 2008 +0200
5061
5062     Socrates: Added USB support.
5063
5064     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5065
5066 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
5067 Author: Sergei Poselenov <sposelenov@emcraft.com>
5068 Date:   Tue May 27 11:35:02 2008 +0200
5069
5070     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
5071
5072     In case of several PCI USB controllers on a board this variable
5073     specifys which controller to use.
5074     See doc/README.generic_usb_ohci for details.
5075
5076     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5077
5078 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
5079 Author: Sergei Poselenov <sposelenov@emcraft.com>
5080 Date:   Tue May 27 10:36:07 2008 +0200
5081
5082     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
5083
5084     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5085
5086 commit 83e9d7a2614d4006b92690afa3390c291734267e
5087 Author: Sergei Poselenov <sposelenov@emcraft.com>
5088 Date:   Mon May 26 18:16:04 2008 +0200
5089
5090     Socrates: Config file cleanup.
5091
5092     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5093
5094 commit 602cac1389b755b223272f2328a47e6f8c240848
5095 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5096 Date:   Sat May 24 12:47:46 2008 +0200
5097
5098     MAKEALL: add at91 list
5099
5100     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5101
5102 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
5103 Author: Ron Madrid <ron_madrid@sbcglobal.net>
5104 Date:   Fri May 23 15:37:05 2008 -0700
5105
5106     Add Marvell 88E1118 support for TSEC
5107
5108     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
5109     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5110
5111 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
5112 Author: Jens Gehrlein <sew_s@tqs.de>
5113 Date:   Mon May 5 14:06:11 2008 +0200
5114
5115     smc911x: add 16 bit support
5116
5117     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
5118     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5119
5120 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
5121 Author: Christian Eggers <ceggers@gmx.de>
5122 Date:   Wed May 21 22:12:00 2008 +0200
5123
5124     USB: replace old swap_ with proper endianess conversion macros
5125
5126     Signed-off-by: Christian Eggers <ceggers@gmx.de>
5127     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5128
5129 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
5130 Author: Christian Eggers <ceggers@gmx.de>
5131 Date:   Wed May 21 21:29:10 2008 +0200
5132
5133     Fix endianess conversion in usb_ohci.c
5134
5135     Signed-off-by: Christian Eggers <ceggers@gmx.de>
5136     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5137
5138 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
5139 Author: Sergei Poselenov <sposelenov@emcraft.com>
5140 Date:   Thu May 22 01:15:53 2008 +0200
5141
5142     USB: add support for multiple PCI OHCI controllers
5143
5144     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
5145     In case of several PCI USB controllers on a board this variable
5146     specifys which controller to use.
5147
5148     Also add USB support for sokrates board.
5149
5150     See doc/README.generic_usb_ohci for details.
5151
5152     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5153     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5154
5155 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
5156 Author: Wolfgang Denk <wd@denx.de>
5157 Date:   Wed May 21 16:56:08 2008 +0200
5158
5159     Fix some whitespace issues
5160
5161     introduced by 53677ef18 "Big white-space cleanup."
5162
5163     Signed-off-by: Wolfgang Denk <wd@denx.de>
5164
5165 commit 4416603aeb06861b468b06a981e52c3ff805db7b
5166 Author: York Sun <yorksun@freescale.com>
5167 Date:   Mon May 12 14:36:39 2008 -0500
5168
5169     Make ads5121 out-of-tree compiling safe
5170
5171     Reuse the existing DIU driver in board/freescale/common.
5172
5173     Signed-off-by: York Sun <yorksun@freescale.com>
5174
5175 commit 0e1bad47cd345c76c91a64caf41011e431b62599
5176 Author: York Sun <yorksun@freescale.com>
5177 Date:   Mon May 5 10:20:01 2008 -0500
5178
5179     Adding DIU support for Freescale 5121ADS
5180
5181     Add DIU and cfb console support to FSL 5121ADS board.
5182
5183     Use #define CONFIG_VIDEO in config file to enable fb console.
5184
5185     Signed-off-by: York Sun <yorksun@freescale.com>
5186
5187 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
5188 Author: York Sun <yorksun@freescale.com>
5189 Date:   Mon May 5 10:20:00 2008 -0500
5190
5191     Replace DPRINTF with debug
5192
5193     Remove DPRINTF macro and replace it with generic debug macro.
5194
5195     Signed-off-by: York Sun <yorksun@freescale.com>
5196
5197 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
5198 Author: York Sun <yorksun@freescale.com>
5199 Date:   Mon May 5 10:19:59 2008 -0500
5200
5201     Move pixel clock setting to board file
5202
5203     The clock divider has different format in 5121 and 8610. This patch moves it to
5204     board specific code.
5205
5206     Signed-off-by: York Sun <yorksun@freescale.com>
5207
5208 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
5209 Author: Wolfgang Denk <wd@denx.de>
5210 Date:   Tue May 20 16:00:29 2008 +0200
5211
5212     Big white-space cleanup.
5213
5214     This commit gets rid of a huge amount of silly white-space issues.
5215     Especially, all sequences of SPACEs followed by TAB characters get
5216     removed (unless they appear in print statements).
5217
5218     Also remove all embedded "vim:" and "vi:" statements which hide
5219     indentation problems.
5220
5221     Signed-off-by: Wolfgang Denk <wd@denx.de>
5222
5223 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
5224 Author: Sergei Poselenov <sposelenov@emcraft.com>
5225 Date:   Thu May 8 17:46:23 2008 +0200
5226
5227     socrates: fix second TSEC configuration (it is actually TSEC3)
5228
5229     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5230
5231 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
5232 Author: Sergei Poselenov <sposelenov@emcraft.com>
5233 Date:   Thu May 8 14:17:08 2008 +0200
5234
5235     Fixed reset for socrates
5236
5237     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5238
5239 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
5240 Author: Sergei Poselenov <sposelenov@emcraft.com>
5241 Date:   Wed May 7 15:10:49 2008 +0200
5242
5243     socrates: changes to support FDT
5244
5245     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5246     Signed-off-by: Wolfgang Denk <wd@denx.de>
5247
5248 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
5249 Author: Sergei Poselenov <sposelenov@emcraft.com>
5250 Date:   Wed Apr 30 11:42:50 2008 +0200
5251
5252     Initial support for "Socrates" board
5253
5254     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5255
5256 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
5257 Author: Yuri Tikhonov <yur@emcraft.com>
5258 Date:   Thu May 8 15:46:42 2008 +0200
5259
5260     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
5261
5262     This way we become able to utilize the full post_log_word for POST
5263     activities (overwise, POST ECC, which has 0x8000 ID, could be
5264     erroneously treated as started in post_output_backlog() even if there
5265     was actually no POST ECC run (because of OCM POST failure, for
5266     example).
5267
5268     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5269
5270 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
5271 Author: Yuri Tikhonov <yur@emcraft.com>
5272 Date:   Thu May 8 15:46:02 2008 +0200
5273
5274     POST: mark OCM test as POST_STOP
5275
5276     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5277
5278 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
5279 Author: Yuri Tikhonov <yur@emcraft.com>
5280 Date:   Thu May 8 15:45:26 2008 +0200
5281
5282     POST: add POST_STOP flag
5283
5284     Don't run futher tests in case of a test fails that is marked as
5285     POST_STOP.
5286
5287     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5288     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5289
5290 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
5291 Author: Yuri Tikhonov <yur@emcraft.com>
5292 Date:   Thu May 8 15:44:16 2008 +0200
5293
5294     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
5295
5296     Switch the OCM testid with the codec one. The reason is that current
5297     implementation requires the POST_ROM testid to fit into lower 16
5298     bits, and the codec test will never run with POST_ROM hopefully.
5299
5300     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5301
5302 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
5303 Author: Yuri Tikhonov <yur@emcraft.com>
5304 Date:   Thu May 8 15:43:28 2008 +0200
5305
5306     lwmon5: enable OCM post test on lwmon5 board
5307
5308     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5309
5310 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
5311 Author: Yuri Tikhonov <yur@emcraft.com>
5312 Date:   Thu May 8 15:42:47 2008 +0200
5313
5314     POST: OCM test added.
5315
5316     Added OCM test to POST layer. This version runs before all other tests
5317     but doesn't yet interrupt post sequence on failure.
5318
5319     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5320     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5321
5322 commit 6891260bdd935a382c95d9fa333922b0dfded68a
5323 Author: Yuri Tikhonov <yur@emcraft.com>
5324 Date:   Thu May 8 15:40:39 2008 +0200
5325
5326     POST: typo fix
5327
5328     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5329
5330 commit 727f63334676e760877d43bfb8f0e9331ac8b101
5331 Author: Hebbar <gururajakr@sanyo.co.in>
5332 Date:   Tue May 20 02:16:36 2008 -0700
5333
5334     common/usb.c: fix incorrect escape sequence
5335
5336     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
5337
5338 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
5339 Author: York Sun <yorksun@freescale.com>
5340 Date:   Thu May 15 15:26:27 2008 -0500
5341
5342     Fix 8313ERDB board configuration
5343
5344     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
5345     Correct TSEC1 vs TSEC2 assignment.
5346     Define ETHADDR and ETH1ADDR always.
5347
5348     Signed-off-by: York Sun <yorksun@freescale.com>
5349     Signed-off-by: Timur Tabi <timur@freescale.com>
5350
5351 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
5352 Author: Jon Loeliger <jdl@freescale.com>
5353 Date:   Mon May 19 09:47:25 2008 -0500
5354
5355     mpc86xx: Removed unused and unconfigured memory test code.
5356
5357     Besides, other common code exists.
5358
5359     Signed-off-by: Jon Loeliger <jdl@freescale.com>
5360
5361 commit 180a90abdae72587c0f679edf8991455e559440d
5362 Author: Wolfgang Denk <wd@denx.de>
5363 Date:   Mon May 19 12:47:11 2008 +0200
5364
5365     Release v1.3.3
5366
5367     Update CHANGELOG for release.
5368
5369     Signed-off-by: Wolfgang Denk <wd@denx.de>
5370
5371 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
5372 Author: Stefan Roese <sr@denx.de>
5373 Date:   Mon May 19 07:14:38 2008 +0200
5374
5375     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
5376
5377     When SATA is selected (via jumper J6) we need to disable the first PCIe
5378     node in the device tree, so that Linux doesn't initialize it. Otherwise
5379     the Linux SATA driver will fail to detect the devices.
5380
5381     The same goes the other way around too. So if PCIe is selected we need
5382     to disable the SATA node in the device tree.
5383
5384     This is because PCIe port 0 and SATA on 460EX share the same pins
5385     (multiplexed) and we have to configure in U-Boot which peripheral is
5386     enabled.
5387
5388     Signed-off-by: Stefan Roese <sr@denx.de>
5389
5390 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
5391 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5392 Date:   Sun May 18 19:09:58 2008 +0200
5393
5394     i386: Fix multiple definitions of __show_boot_progress
5395
5396     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5397
5398 commit 311f3446930c1e64c12026c1cfd00500b05be52d
5399 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5400 Date:   Sun May 18 19:09:57 2008 +0200
5401
5402     sc530_spunk: add missing SOBJS entry
5403
5404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5405
5406 commit a559317143b4f95927b08cd388707e6f077e95fa
5407 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5408 Date:   Sun May 18 19:09:56 2008 +0200
5409
5410     sc520_spunk: Fix flash
5411
5412     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
5413     flash.c:398: error: label at end of compound statement
5414
5415     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5416
5417 commit 91f221317af64191ee8caf303ea9305943158691
5418 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5419 Date:   Sun May 18 19:09:49 2008 +0200
5420
5421     drivers/pcmcia: add missing i82365
5422
5423     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5424
5425 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
5426 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5427 Date:   Sun May 18 19:09:47 2008 +0200
5428
5429     i386/bootm: remove unused var
5430
5431     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5432
5433 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
5434 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5435 Date:   Sun May 18 19:09:45 2008 +0200
5436
5437     example/gitignore: update with all generated examples
5438
5439     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5440
5441 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
5442 Author: Wolfgang Denk <wd@denx.de>
5443 Date:   Thu May 15 00:42:45 2008 +0200
5444
5445     TQM8272: fix out-of-tree building
5446
5447     ...and add to MAKEALL script
5448
5449     Signed-off-by: Wolfgang Denk <wd@denx.de>
5450
5451 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
5452 Author: Wolfgang Denk <wd@denx.de>
5453 Date:   Wed May 14 23:34:53 2008 +0200
5454
5455     environment: fix bug introduced by commit a8409f4f1ac8
5456
5457     env_get_char is not a function, but a pointer to one.
5458
5459     Signed-off-by: Wolfgang Denk <wd@denx.de>
5460
5461 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
5462 Author: Gary Jennejohn <garyj@denx.de>
5463 Date:   Wed May 14 13:39:22 2008 +0200
5464
5465     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
5466
5467     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
5468     use a redundant environment.
5469
5470     Signed-off-by: Gary Jennejohn <garyj@denx.de>
5471
5472 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
5473 Author: Wolfgang Denk <wd@denx.de>
5474 Date:   Wed May 14 13:55:30 2008 +0200
5475
5476     Fix config files for out-of-tree building
5477
5478     Several board/<...>/config.mk files include dynamically built (by
5479     the Makefile) config files but used the wrong file name of
5480         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
5481     instead if the correct
5482         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
5483
5484     The bug is nasty because the build result is correct for the (normal)
5485     in-tree builds, and because 'sinclude' is used no errors get raised
5486     even for out-of-tree build tests. But out-of-tree builds use an
5487     incomplete and thus usually incorrect configuration...
5488
5489     Signed-off-by: Wolfgang Denk <wd@denx.de>
5490
5491 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
5492 Author: Stefan Roese <sr@denx.de>
5493 Date:   Wed May 14 13:40:03 2008 +0200
5494
5495     ppc4xx: Fix bogus Canyonlands config.mk
5496
5497     This patch fixes the canyonlands config.mk file to enable correct
5498     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
5499
5500     Signed-off-by: Stefan Roese <sr@denx.de>
5501
5502 commit fdd1247a66d788a3446244f6fde9955a93c26322
5503 Author: Stefan Roese <sr@denx.de>
5504 Date:   Wed May 14 10:32:32 2008 +0200
5505
5506     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
5507
5508     Canyonlands has a file ddr2_fixed.c which needs special treatment when
5509     building in separate directory. It has to be linked to build directory
5510     otherwise it is not seen.
5511
5512     Signed-off-by: Stefan Roese <sr@denx.de>
5513
5514 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
5515 Author: Wolfgang Denk <wd@denx.de>
5516 Date:   Wed May 14 12:22:49 2008 +0200
5517
5518     environment: cleanup prototype declarations of env functions.
5519
5520     Signed-off-by: Wolfgang Denk <wd@denx.de>
5521
5522 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
5523 Author: Wolfgang Denk <wd@denx.de>
5524 Date:   Wed May 14 12:21:48 2008 +0200
5525
5526     linkstation_HGLAN: Fix out of tree building.
5527
5528     Signed-off-by: Wolfgang Denk <wd@denx.de>
5529
5530 commit 085551c05ca09e6c491ea11a1c6727a36776a545
5531 Author: Stefan Roese <sr@denx.de>
5532 Date:   Wed May 14 10:32:32 2008 +0200
5533
5534     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
5535
5536     Canyonlands has a file ddr2_fixed.c which needs special treatment when
5537     building in separate directory. It has to be linked to build directory
5538     otherwise it is not seen.
5539
5540     Signed-off-by: Stefan Roese <sr@denx.de>
5541
5542 commit 1510b82d50615f344e89d42533e8224cce067dc0
5543 Author: Wolfgang Denk <wd@denx.de>
5544 Date:   Tue May 13 23:15:52 2008 +0200
5545
5546     Makefile: fix "error: version_autogenerated.h: No such file or directory"
5547
5548     Signed-off-by: Wolfgang Denk <wd@denx.de>
5549
5550 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
5551 Author: Stelian Pop <stelian@popies.net>
5552 Date:   Tue May 13 17:31:24 2008 +0200
5553
5554     Cleanup nand_info[] declaration.
5555
5556     The nand_info array is declared as extern in several .c files.
5557     Those days, nand.h contains a reference to the array, so there is
5558     no need to declare it elsewhere.
5559
5560     Signed-off-by: Stelian Pop <stelian@popies.net>
5561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5562
5563 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
5564 Author: Stefan Roese <sr@denx.de>
5565 Date:   Tue May 13 20:22:01 2008 +0200
5566
5567     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
5568
5569     Signed-off-by: Stefan Roese <sr@denx.de>
5570
5571 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
5572 Author: Wolfgang Denk <wd@denx.de>
5573 Date:   Mon May 12 01:11:21 2008 +0200
5574
5575     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
5576
5577     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
5578     which broke many PowerPC boards.
5579
5580 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
5581 Author: Wolfgang Denk <wd@denx.de>
5582 Date:   Mon May 12 00:56:28 2008 +0200
5583
5584     Revert "Avoid initrd and logbuffer area overlaps"
5585
5586     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
5587     which breaks building on all PPC boards that don't use a log buffer.
5588
5589 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
5590 Author: Nick Spence <nick.spence@freescale.com>
5591 Date:   Sat May 10 14:02:04 2008 -0700
5592
5593     Fix offset calculation for multi-type legacy images.
5594
5595     Calculation of tail was incorrect when size % 4 == 0.
5596
5597     New code removes the conditional and does the same thing but with arithmetic
5598
5599     Signed-off-by: Nick Spence <nick.spence@freescale.com>
5600
5601 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
5602 Author: Wolfgang Denk <wd@denx.de>
5603 Date:   Mon May 12 00:40:58 2008 +0200
5604
5605     Revert "Change env_get_char from a global function ptr to a function."
5606
5607     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
5608     which is known to break booting from dataflash and NAND.
5609
5610 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
5611 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5612 Date:   Sun May 11 23:13:57 2008 +0200
5613
5614     API: remove duplicate syscall check
5615
5616     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5617
5618 commit 67e3beb52c320b0a31cf030716c99392cde2d532
5619 Author: Stelian Pop <stelian@popies.net>
5620 Date:   Fri May 9 21:46:51 2008 +0200
5621
5622     AT91: Cleanup unused config header file definitions.
5623
5624     CONFIG_ENV_OVERWRITE is commented out in the config header files,
5625     so let's cleanup the files by removing the whole definition.
5626
5627     Signed-off-by: Stelian Pop <stelian@popies.net>
5628     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5629
5630 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
5631 Author: Stelian Pop <stelian@popies.net>
5632 Date:   Thu May 8 14:52:34 2008 +0200
5633
5634     Support AT91CAP9 revC CPUs
5635
5636     The AT91CAP9 revC CPU has a few differences over the previous,
5637     revB CPU which was distributed in small quantities only (revA was
5638     an internal Atmel product only).
5639
5640     The revC silicon needs a special initialisation sequence to
5641     switch from the internal (imprecise) RC oscillator to the
5642     external 32k clock.
5643
5644     Signed-off-by: Stelian Pop <stelian@popies.net>
5645     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5646
5647 commit 098b7b4b441b12c2a64dd517930f43c793542759
5648 Author: Stelian Pop <stelian@popies.net>
5649 Date:   Thu May 8 14:52:33 2008 +0200
5650
5651     Use custom logo for Atmel boards
5652
5653     This patch adds a custom vendor logo for the Atmel AT91 boards.
5654
5655     Signed-off-by: Stelian Pop <stelian@popies.net>
5656     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5657
5658 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
5659 Author: Stelian Pop <stelian@popies.net>
5660 Date:   Thu May 8 14:52:32 2008 +0200
5661
5662     AT91SAM9RLEK: hook up the ATMEL LCD driver
5663
5664     This patch makes the necessary adaptations (PIO configurations and
5665     defines in config header file) to hook up the Atmel LCD driver to the
5666     AT91SAM9RLEK board.
5667
5668     Signed-off-by: Stelian Pop <stelian@popies.net>
5669     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5670
5671 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
5672 Author: Stelian Pop <stelian@popies.net>
5673 Date:   Thu May 8 14:52:31 2008 +0200
5674
5675     AT91SAM9263EK: hook up the ATMEL LCD driver
5676
5677     This patch makes the necessary adaptations (PIO configurations and
5678     defines in config header file) to hook up the Atmel LCD driver to the
5679     AT91SAM9263EK board.
5680
5681     Signed-off-by: Stelian Pop <stelian@popies.net>
5682     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5683
5684 commit 820f2a958325061a446115f3035e48e4726b3390
5685 Author: Stelian Pop <stelian@popies.net>
5686 Date:   Thu May 8 14:52:30 2008 +0200
5687
5688     AT91SAM9261EK: hook up the ATMEL LCD driver
5689
5690     This patch makes the necessary adaptations (PIO configurations and
5691     defines in config header file) to hook up the Atmel LCD driver to the
5692     AT91SAM9261EK board.
5693
5694     Signed-off-by: Stelian Pop <stelian@popies.net>
5695     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5696
5697 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
5698 Author: Stelian Pop <stelian@popies.net>
5699 Date:   Thu May 8 14:52:29 2008 +0200
5700
5701     AT91CAP9ADK: hook up the ATMEL LCD driver
5702
5703     This patch makes the necessary adaptations (PIO configurations and
5704     defines in config header file) to hook up the Atmel LCD driver to the
5705     AT91CAP9ADK board.
5706
5707     Signed-off-by: Stelian Pop <stelian@popies.net>
5708     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5709
5710 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
5711 Author: Stelian Pop <stelian@popies.net>
5712 Date:   Fri May 9 21:57:18 2008 +0200
5713
5714     Add ATMEL LCD driver
5715
5716     This patch adds support for the ATMEL LCDC driver which is used on some
5717     AT91 and AVR platforms.
5718
5719     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
5720     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
5721
5722     Signed-off-by: Stelian Pop <stelian@popies.net>
5723     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5724
5725 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
5726 Author: Stelian Pop <stelian@popies.net>
5727 Date:   Thu May 8 18:52:25 2008 +0200
5728
5729     AT91SAM9RLEK support
5730
5731     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
5732     board.
5733
5734     Signed-off-by: Stelian Pop <stelian@popies.net>
5735     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5736
5737 commit 8e429b3eee23927c1222679f6b6f53667b21595c
5738 Author: Stelian Pop <stelian@popies.net>
5739 Date:   Thu May 8 18:52:23 2008 +0200
5740
5741     AT91SAM9263EK support
5742
5743     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
5744     board.
5745
5746     Signed-off-by: Stelian Pop <stelian@popies.net>
5747     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5748
5749 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
5750 Author: Stelian Pop <stelian@popies.net>
5751 Date:   Thu May 8 20:52:22 2008 +0200
5752
5753     AT91SAM9261EK support
5754
5755     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
5756     board.
5757
5758     Signed-off-by: Stelian Pop <stelian@popies.net>
5759     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5760
5761 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
5762 Author: Stelian Pop <stelian@popies.net>
5763 Date:   Thu May 8 20:52:21 2008 +0200
5764
5765     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
5766
5767     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
5768     in order to cope with the changes in DataFlash partitionning scheme
5769     (cset c3a60cb3).
5770
5771     Signed-off-by: Stelian Pop <stelian@popies.net>
5772     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5773
5774 commit 96996ac25d5222611a8888968db6e53a6d3726da
5775 Author: Stelian Pop <stelian@popies.net>
5776 Date:   Thu May 8 20:52:20 2008 +0200
5777
5778     AT91SAM9260EK: Normalize BOOTARGS
5779
5780     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
5781     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
5782     variable.
5783
5784     Signed-off-by: Stelian Pop <stelian@popies.net>
5785     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5786
5787 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
5788 Author: Stelian Pop <stelian@popies.net>
5789 Date:   Thu May 8 20:52:19 2008 +0200
5790
5791     AT91SAM9260EK: Normalize SPI timings
5792
5793     This patch changes the SPI timings to closely match the ones
5794     used by the Linux kernel and the Atmel's own bootstrap project.
5795
5796     Signed-off-by: Stelian Pop <stelian@popies.net>
5797     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5798
5799 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
5800 Author: Stelian Pop <stelian@popies.net>
5801 Date:   Thu May 8 20:52:18 2008 +0200
5802
5803     AT91SAM9260EK: Handle 8 or 16 bit NAND
5804
5805     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
5806     makes the support configurable in the board config header file
5807     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
5808
5809     Signed-off-by: Stelian Pop <stelian@popies.net>
5810     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5811
5812 commit ab52640fc01624e208424e527af0b7b3a5a65a12
5813 Author: Stelian Pop <stelian@popies.net>
5814 Date:   Thu May 8 20:52:17 2008 +0200
5815
5816     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
5817
5818     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
5819     in order to cope with the changes in DataFlash partitionning scheme
5820     (cset c3a60cb3).
5821
5822     Signed-off-by: Stelian Pop <stelian@popies.net>
5823     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5824
5825 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
5826 Author: Stelian Pop <stelian@popies.net>
5827 Date:   Thu May 8 20:52:16 2008 +0200
5828
5829     AT91CAP9ADK: Normalize BOOTARGS
5830
5831     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
5832     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
5833     variable.
5834
5835     Signed-off-by: Stelian Pop <stelian@popies.net>
5836     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5837
5838 commit 93da48b910511911ce110656e17ed733c8ac4c45
5839 Author: Stelian Pop <stelian@popies.net>
5840 Date:   Thu May 8 20:52:15 2008 +0200
5841
5842     AT91CAP9ADK: Normalize SPI timings
5843
5844     This patch changes the SPI timings to closely match the ones
5845     used by the Linux kernel and the Atmel's own bootstrap project.
5846
5847     Signed-off-by: Stelian Pop <stelian@popies.net>
5848     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5849
5850 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
5851 Author: Stelian Pop <stelian@popies.net>
5852 Date:   Thu May 8 20:52:14 2008 +0200
5853
5854     AT91CAP9ADK: Handle 8 or 16 bit NAND
5855
5856     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
5857     makes the support configurable in the board config header file
5858     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
5859
5860     Signed-off-by: Stelian Pop <stelian@popies.net>
5861     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5862
5863 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
5864 Author: Stelian Pop <stelian@popies.net>
5865 Date:   Thu May 8 20:52:13 2008 +0200
5866
5867     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
5868
5869     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
5870     below avoids the duplication of u-boot.lds by putting the file in the
5871     cpu directory instead of the board one.
5872
5873     Signed-off-by: Stelian Pop <stelian@popies.net>
5874     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5875
5876 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
5877 Author: Stelian Pop <stelian@popies.net>
5878 Date:   Thu May 8 20:52:12 2008 +0200
5879
5880     Add proper copyright notices in Atmel boards Makefiles
5881
5882     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
5883     copyright notice. This patch adds the missing pieces.
5884
5885     Signed-off-by: Stelian Pop <stelian@popies.net>
5886     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5887
5888 commit e817a042cef6164bf26fee86f90326f2ec9e6745
5889 Author: Stelian Pop <stelian@popies.net>
5890 Date:   Thu May 8 20:52:11 2008 +0200
5891
5892     Add copyright information in Atmel boards partition.c
5893
5894     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
5895     the new created files. This patch fixes the problem.
5896
5897     Signed-off-by: Stelian Pop <stelian@popies.net>
5898     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5899
5900 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
5901 Author: Stelian Pop <stelian@popies.net>
5902 Date:   Thu May 8 20:52:10 2008 +0200
5903
5904     Update origin and copyright information in arch-at91sam9 header files
5905
5906     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
5907     copied from the Linux kernel sources. This patch explicitly specifies
5908     this origin for all the copied headers, and for those missing copyright
5909     information, adds it.
5910
5911     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
5912     in the latest kernel sources by 'at91sam9_smc.h'.
5913
5914     The copyright information has been confirmed by the AT91 Linux kernel
5915     maintainer, Andrew Victor <avictor.za@gmail.com>.
5916
5917     Signed-off-by: Stelian Pop <stelian@popies.net>
5918     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5919
5920 commit 79dd1712689d6a5031d7cbff54957049680751c7
5921 Author: Markus Klotzbücher <mk@denx.de>
5922 Date:   Thu May 8 16:00:55 2008 +0200
5923
5924     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
5925
5926     When using dhcp/bootp the "netmask" environment variable is not set
5927     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
5928     desireable, so the following patch adds this this option to the board
5929     config.
5930
5931     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5932     Signed-off-by: Stefan Roese <sr@denx.de>
5933
5934 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
5935 Author: Stefan Roese <sr@denx.de>
5936 Date:   Sat May 10 10:30:36 2008 +0200
5937
5938     ppc4xx: Update Makalu defconfig to use device-tree booting as default
5939
5940     This patch reworks the default environment on Makalu. Now "net_nfs" for
5941     example uses the device-tree style booting formerly know as "net_nfs_fdt".
5942     Also the addresses in RAM were changed because of the new image booting
5943     support, which check for image overwriting. So the addresses needed to
5944     get adjusted.
5945
5946     Signed-off-by: Stefan Roese <sr@denx.de>
5947
5948 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
5949 Author: Becky Bruce <bgill@freescale.com>
5950 Date:   Wed May 7 13:28:16 2008 -0500
5951
5952     PPC: fix map_physmem build warning
5953
5954     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
5955     enabled.  This quiets the warning.
5956
5957     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
5958
5959 commit 36f32675f40292002ee1fed252c180a43022d2d4
5960 Author: Becky Bruce <bgill@freescale.com>
5961 Date:   Wed May 7 13:24:57 2008 -0500
5962
5963     Update pci code to use phys_addr_t
5964
5965     Physical addrs need to be represented by phys_addr_t, not
5966     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
5967     are going to fail mightily.
5968
5969     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5970
5971 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
5972 Author: Nick Spence <nick.spence@freescale.com>
5973 Date:   Thu May 8 22:32:22 2008 -0700
5974
5975     Support legacy multi-type images without FDT section.
5976
5977     This patch enables legacy multi-type images containing only a Linux kernel
5978     and root file system to be loaded, maintaining compatibility with previous
5979     versions of u-boot.
5980
5981     This is required when using old image files such as a Linux 2.4 kernel /
5982     filesystem.
5983
5984     Signed-off-by: Nick Spence <nick.spence@freescale.com>
5985     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5986
5987 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
5988 Author: Wolfgang Denk <wd@denx.de>
5989 Date:   Sat May 10 00:38:02 2008 +0200
5990
5991     Update CHANGELOG.
5992
5993     Signed-off-by: Wolfgang Denk <wd@denx.de>
5994
5995 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
5996 Author: Wolfgang Denk <wd@denx.de>
5997 Date:   Sat May 10 00:36:09 2008 +0200
5998
5999     post/cpu/ppc4xx/Makefile: line length cleanup
6000
6001     Signed-off-by: Wolfgang Denk <wd@denx.de>
6002
6003 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
6004 Author: Stelian Pop <stelian@popies.net>
6005 Date:   Thu May 8 22:52:09 2008 +0200
6006
6007     Fix @ -> <at> substitution
6008
6009     When applying the AT91CAP9 patches upstream, something transformed
6010     the '@' character into the ' <at> ' sequence.
6011
6012     The patch below restores the original form in all the places where
6013     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
6014     were copied from AT91CAP9, and a couple of other files where the
6015     ' <at> ' sequence was present).
6016
6017     Signed-off-by: Stelian Pop <stelian@popies.net>
6018
6019 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
6020 Author: Stelian Pop <stelian@popies.net>
6021 Date:   Thu May 8 22:52:10 2008 +0200
6022
6023     Update origin and copyright information in arch-at91sam9 header files
6024
6025     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
6026     copied from the Linux kernel sources. This patch explicitly specifies
6027     this origin for all the copied headers, and for those missing copyright
6028     information, adds it.
6029
6030     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
6031     in the latest kernel sources by 'at91sam9_smc.h'.
6032
6033     The copyright information has been confirmed by the AT91 Linux kernel
6034     maintainer, Andrew Victor <avictor.za@gmail.com>.
6035
6036     Signed-off-by: Stelian Pop <stelian@popies.net>
6037
6038 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
6039 Author: Stelian Pop <stelian@popies.net>
6040 Date:   Thu May 8 22:52:11 2008 +0200
6041
6042     Add copyright information in Atmel boards partition.c
6043
6044     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
6045     the new created files. This patch fixes the problem.
6046
6047     Signed-off-by: Stelian Pop <stelian@popies.net>
6048
6049 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
6050 Author: Guennadi Liakhovetski <lg@denx.de>
6051 Date:   Thu May 8 10:09:27 2008 +0200
6052
6053     mx31ads: fix 32kHz clock handling
6054
6055     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
6056     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
6057     Also fix a typo when verifying a jumper configuration. While at it, make
6058     two needlessly global functions static.
6059
6060     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6061
6062 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
6063 Author: Marian Balakowicz <m8@semihalf.com>
6064 Date:   Wed May 7 13:10:04 2008 +0200
6065
6066     Avoid initrd and logbuffer area overlaps
6067
6068     Add logbuffer to reserved LMB areas to prevent initrd allocation
6069     from overlaping with it.
6070
6071     Make sure to use correct logbuffer base address.
6072
6073     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6074
6075 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
6076 Author: Marian Balakowicz <m8@semihalf.com>
6077 Date:   Wed May 7 13:08:54 2008 +0200
6078
6079     ppc: Cleanup get_effective_memsize() use
6080
6081     Removed duplicated effective memory size calculation code.
6082
6083     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6084
6085 commit 273c37d843d5b581090378016cd12dd9c586907b
6086 Author: Marian Balakowicz <m8@semihalf.com>
6087 Date:   Wed May 7 09:03:53 2008 +0200
6088
6089     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
6090
6091     Recent modifcations to LOGBUFFER handling code were incorrecly
6092     introduced to fit_check_kernel() routine during
6093     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
6094     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
6095
6096     This patch cleans up this merge issue.
6097
6098     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6099
6100 commit bc11756daff89a3de09ca80adac962b88cf06e6e
6101 Author: Grant Erickson <gerickson@nuovations.com>
6102 Date:   Tue May 6 20:16:15 2008 -0700
6103
6104     Propagate Error Status to the Shell on fw_printenv Errors
6105
6106     Changed implementation such that fw_printenv returns failure status
6107     when one or more specified variables do not exist or when incorrect
6108     command syntax is used.
6109
6110     This aids scripting fw_printenv such that the script can key of the
6111     return status rather than relying on standard error "scraping".
6112
6113     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6114     Signed-off-by: Wolfgang Denk <wd@denx.de>
6115
6116 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
6117 Author: Grant Erickson <gerickson@nuovations.com>
6118 Date:   Tue May 6 16:18:00 2008 -0700
6119
6120     Fix Compilation Errors with 'tools/env/fw_printenv'
6121
6122     In the current top-of-tree, 1.3.3.-rc2, the optional tool
6123     'tools/env/fw_printenv' fails to compile for two reasons:
6124
6125     1) The header watchdog.h cannot be found.
6126     2) The header zlib.h is picked up from the tool chain rather than the
6127        project causing a prototype conflict for crc32.
6128
6129     This patch addresses both of these issues.
6130
6131     Platforms Tested On:
6132     - AMCC "Kilauea"
6133
6134     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6135
6136 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
6137 Author: James Yang <James.Yang@freescale.com>
6138 Date:   Mon May 5 10:22:53 2008 -0500
6139
6140     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
6141
6142     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
6143     work before relocating to RAM because command history is written into
6144     a global array that is not writable before relocation.  This patch
6145     defers to the no-editing and no-history code in readline_into_buffer()
6146     if it is called before relocation.
6147
6148     Signed-off-by: James Yang <James.Yang@freescale.com>
6149     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6150
6151 commit 726c0f1e5f108dccea052965123b95837d2bd402
6152 Author: Detlev Zundel <dzu@denx.de>
6153 Date:   Mon May 5 16:11:22 2008 +0200
6154
6155     cosmetic: Adjust coding style for switch statements to be consistent
6156
6157     Signed-off-by: Detlev Zundel <dzu@denx.de>
6158
6159 commit 574b319512b13e10800f0045e39b993f4ca25e42
6160 Author: Detlev Zundel <dzu@denx.de>
6161 Date:   Mon May 5 16:11:21 2008 +0200
6162
6163     Fix disk type output in disk/part.c
6164
6165     Signed-off-by: Detlev Zundel <dzu@denx.de>
6166
6167 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
6168 Author: Vlad Lungu <vlad.lungu@windriver.com>
6169 Date:   Mon May 5 14:20:03 2008 +0300
6170
6171     Mail address change, documentation modified
6172
6173     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
6174
6175 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
6176 Author: Michal Simek <monstr@monstr.eu>
6177 Date:   Sun May 4 15:42:41 2008 +0200
6178
6179     microblaze: Repare intc handling
6180
6181     Signed-off-by: Michal Simek <monstr@monstr.eu>
6182
6183 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
6184 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6185 Date:   Sun May 4 15:17:52 2008 +0200
6186
6187     include/gitignore: update to all architectures
6188
6189     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6190
6191 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
6192 Author: Marcel Ziswiler <marcel@ziswiler.com>
6193 Date:   Mon May 5 02:12:06 2008 +0200
6194
6195     ide: Remove spurious second include of io.h
6196
6197     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
6198
6199     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6200
6201 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
6202 Author: Adrian Filipi <adrian.filipi@eurotech.com>
6203 Date:   Tue May 6 16:46:37 2008 -0400
6204
6205     Fix some typos
6206
6207     This patch fixes three typos.
6208     The first is a repetition of CONFIG_CMD_BSP.
6209     The second makes the #endif comment match its #if.
6210     The third is a spelling error.
6211
6212     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
6213
6214 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
6215 Author: Grant Erickson <gerickson@nuovations.com>
6216 Date:   Sun May 4 16:45:01 2008 -0700
6217
6218     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
6219
6220     Add support for the recognition of 'powerpc' as an alias for the PowerPC
6221     architecture type since Linux is already trending in that direction,
6222     preferring 'powerpc' to 'ppc'.
6223
6224     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6225
6226 commit f5a24259190c388c2527bdc49fee34577d862cc7
6227 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
6228 Date:   Fri May 2 13:35:15 2008 -0700
6229
6230     7450 and 86xx L2 cache invalidate bug corrections
6231
6232     The 7610 and related parts have an L2IP bit in the L2CR that is
6233     monitored to signal when the L2 cache invalidate is complete whereas the
6234     7450 and related parts utilize L2I for this purpose. However, the
6235     current code does not account for this difference. Additionally the 86xx
6236     L2 cache invalidate code used an "andi" instruction where an "andis"
6237     instruction should have been used.
6238
6239     This patch addresses both of these bugs.
6240
6241     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
6242     Acked-By: Jon Loeliger <jdl@freescale.com>
6243
6244 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
6245 Author: Wolfgang Denk <wd@denx.de>
6246 Date:   Fri May 9 10:16:13 2008 +0200
6247
6248     Avoid infinite loop "Generating include/autoconf.mk"
6249
6250     Fix a bogus circular dependency that caused an infinite loop of
6251     "Generating include/autoconf.mk" again and again.
6252
6253     Signed-off-by: Wolfgang Denk <wd@denx.de>
6254
6255 commit 567fb852178dbf59529d7301620a3f3732a4b02d
6256 Author: Stelian Pop <stelian@popies.net>
6257 Date:   Thu May 8 22:52:09 2008 +0200
6258
6259     Fix @ -> <at> substitution
6260
6261     When applying the AT91CAP9 patches upstream, something transformed
6262     the '@' character into the ' <at> ' sequence.
6263
6264     The patch below restores the original form in all the places where
6265     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
6266     were copied from AT91CAP9, and a couple of other files where the
6267     ' <at> ' sequence was present).
6268
6269     Signed-off-by: Stelian Pop <stelian@popies.net>
6270     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6271
6272 commit 73ccb3410a0785593cda7aee455dfc51f790e281
6273 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
6274 Date:   Mon Apr 28 14:04:32 2008 +0200
6275
6276     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
6277
6278     Signed-off-by: Gary Jennejohn <garyj@denx.de>
6279     Signed-off-by: Stefan Roese <sr@denx.de>
6280
6281 commit ef2642625cbfb1c3695e3478d08ae515052a4950
6282 Author: Stefan Roese <sr@denx.de>
6283 Date:   Thu May 8 11:10:46 2008 +0200
6284
6285     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
6286
6287     Signed-off-by: Stefan Roese <sr@denx.de>
6288
6289 commit a00eccfebc954ad9485161efeca7d9aaf626d530
6290 Author: Stefan Roese <sr@denx.de>
6291 Date:   Thu May 8 11:05:15 2008 +0200
6292
6293     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
6294
6295     This patch adds fdt (flattened device tree) support to all remaining AMCC
6296     eval boards. Most newer boards already support device tree. With this patch,
6297     all AMCC boards now enable device tree passing from U-Boot to Linux
6298     arch/powerpc kernels.
6299
6300     Signed-off-by: Stefan Roese <sr@denx.de>
6301
6302 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
6303 Author: Stefan Roese <sr@denx.de>
6304 Date:   Thu May 8 11:01:09 2008 +0200
6305
6306     ppc4xx: Add weak default ft_board_setup() routine
6307
6308     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
6309     This routine is defined as weak and can be overwritten by a board specific
6310     one if needed.
6311
6312     Signed-off-by: Stefan Roese <sr@denx.de>
6313
6314 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
6315 Author: Stefan Roese <sr@denx.de>
6316 Date:   Thu May 8 10:48:58 2008 +0200
6317
6318     ppc4xx: acadia: Add fdt support and fix section overlap problem
6319
6320     This patch adds fdt (flattened device tree) support to the AMCC
6321     Acadia eval board. This increases the image size and it doesn't
6322     fit anymore into 256kByte. Since we didn't want to remove features
6323     from the configuration, we decided to increase the U-Boot image size
6324     (add one flash sector).
6325
6326     Also changed the default environment definition to make it
6327     independent of such changes.
6328
6329     Signed-off-by: Stefan Roese <sr@denx.de>
6330
6331 commit 4adb3023de75bc150f088c8935db340930ad38c8
6332 Author: Ira Snyder <iws@ovro.caltech.edu>
6333 Date:   Tue Apr 29 11:18:54 2008 -0700
6334
6335     ppc4xx: Add device tree support to AMCC Yosemite
6336
6337     Add support for booting with a device tree blob. This is needed to boot
6338     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
6339     via the ethaddr variable.
6340
6341     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
6342     Signed-off-by: Stefan Roese <sr@denx.de>
6343
6344 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
6345 Author: Dave Mitchell <dmitchell@amcc.com>
6346 Date:   Wed May 7 09:00:23 2008 -0700
6347
6348     ppc4xx: Fix typos in 460GT/EX FBDV array
6349
6350     Corrected two typos in the 460GT/EX FBDV array.
6351
6352     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
6353     Signed-off-by: Stefan Roese <sr@denx.de>
6354
6355 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
6356 Author: Andy Fleming <afleming@freescale.com>
6357 Date:   Wed May 7 16:54:31 2008 -0500
6358
6359     85xx: Limit CPU2 workaround to parts that have the errata
6360
6361     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
6362     Signed-off-by: Andy Fleming <afleming@freescale.com>
6363
6364 commit a5fe514e8ace564300d2c1d73846ddff49654243
6365 Author: Lee Nipper <lee.nipper@freescale.com>
6366 Date:   Fri Apr 25 15:44:45 2008 -0500
6367
6368     mpc83xx: system performance settings for MPC8349EMDS.
6369
6370     These same settings are used on MPC8349ITX, and
6371     improve performance on MPC8349EMDS.
6372
6373     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
6374     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6375
6376 commit 49387dba910e485640b575e920ee463b7e611dc3
6377 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6378 Date:   Tue May 6 13:22:52 2008 +0900
6379
6380     [MIPS] cpu/mips/cache.S: Fix build warning
6381
6382     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
6383     warns illegal global symbol references by bal (and jal also) instruction.
6384     This does not happen with the latest binutils v2.18.
6385
6386     Here's an example on gth2_config:
6387
6388     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
6389     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
6390     c -EB -c -o cache.o cache.S
6391     cache.S: Assembler messages:
6392     cache.S:243: Warning: Pretending global symbol used as branch target is local.
6393     cache.S:250: Warning: Pretending global symbol used as branch target is local.
6394
6395     In principle, gas might be sensitive to global symbol references in PIC
6396     code because they should be processed through GOT (global offset table).
6397     But if `bal' instruction is used, it results in PC-based offset jump.
6398     This is the cause of this warning.
6399
6400     In practice, we know it doesn't matter whether PC-based reference or GOT-
6401     based. As for this case, both will work before/after relocation. But let's
6402     fix the code.
6403
6404     This patch explicitly sets up a target address, then jump there.
6405     Here's an example of disassembled code with/without this patch.
6406
6407      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
6408      9000066c:       ac80fffc        sw      zero,-4(a0)
6409      90000670:       01402821        move    a1,t2
6410     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
6411     -90000678:       01803021        move    a2,t4
6412     -9000067c:       01602821        move    a1,t3
6413     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
6414     -90000684:       01a03021        move    a2,t5
6415     -90000688:       03000008        jr      t8
6416     -9000068c:       00000000        nop
6417     +90000674:       01803021        move    a2,t4
6418     +90000678:       8f8f83ec        lw      t7,-31764(gp)
6419     +9000067c:       01e0f809        jalr    t7
6420     +90000680:       00000000        nop
6421     +90000684:       01602821        move    a1,t3
6422     +90000688:       01a03021        move    a2,t5
6423     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
6424     +90000690:       01e0f809        jalr    t7
6425     +90000694:       00000000        nop
6426     +90000698:       03000008        jr      t8
6427     +9000069c:       00000000        nop
6428
6429     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6430
6431 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
6432 Author: Vlad Lungu <vlad.lungu@windriver.com>
6433 Date:   Mon May 5 14:04:00 2008 +0300
6434
6435     Allow building mips versions with ELDK 3.1.1
6436
6437     .gpword works only with local symbols on certain binutils versions
6438
6439     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
6440
6441 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
6442 Author: Wolfgang Denk <wd@denx.de>
6443 Date:   Mon May 5 12:52:36 2008 +0200
6444
6445     MAKEALL: add inka4x0 board
6446
6447     Signed-off-by: Wolfgang Denk <wd@denx.de>
6448
6449 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
6450 Author: Wolfgang Denk <wd@denx.de>
6451 Date:   Sun May 4 21:34:23 2008 +0200
6452
6453     kb9202 board: fix build problem.
6454
6455     Signed-off-by: Wolfgang Denk <wd@denx.de>
6456
6457 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
6458 Author: Wolfgang Denk <wd@denx.de>
6459 Date:   Sun May 4 12:10:33 2008 +0200
6460
6461     Prepare for v1.3.3-rc3
6462
6463     Update ChNAGELOG, minor white space cleanup.
6464
6465     Signed-off-by: Wolfgang Denk <wd@denx.de>
6466
6467 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
6468 Author: Wolfgang Denk <wd@denx.de>
6469 Date:   Sun May 4 00:35:15 2008 +0200
6470
6471     drivers/net/tsec.c: Fix typo.
6472
6473     Signed-off-by: Wolfgang Denk <wd@denx.de>
6474
6475 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
6476 Author: Mike Frysinger <vapier@gentoo.org>
6477 Date:   Fri May 2 21:45:12 2008 -0400
6478
6479     version_autogenerated.h: use printf rather than echo -n
6480
6481     Some systems are dumb and do not implement the -n flag to echo (like OS X).
6482     Convert the Makefile to use printf as this should work everywhere.
6483
6484     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6485     Signed-off-by: Wolfgang Denk <wd@denx.de>
6486
6487 commit 4acc2a108ad0a669165924704a6cb083f9138242
6488 Author: Mike Frysinger <vapier@gentoo.org>
6489 Date:   Fri May 2 18:17:50 2008 -0400
6490
6491     fix building when saveenv is disabled in some setups
6492
6493     If you enable environment in the flash, but disable the embedded
6494     option, and you disable the saveenv command, then the #if nested
6495     logic will trigger a compile failure:
6496     env_flash.c: In function 'env_relocate_spec':
6497     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
6498     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
6499
6500     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6501
6502 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
6503 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
6504 Date:   Fri May 2 16:10:04 2008 -0400
6505
6506     SBC8548: fix address mask to allow 64M flash
6507
6508     Fix incorrect mask to enable all 64MB of onboard flash.
6509     Previously U-Boot incorrectly mapped only 8MB of flash, this
6510     patch correctly maps all the available flash.
6511
6512     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
6513
6514 commit 3648085c464c8c22ef76fab006ca4344d3796124
6515 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6516 Date:   Fri May 2 19:48:56 2008 +0200
6517
6518     qemu_mips: add README
6519
6520     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6521
6522 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
6523 Author: Marcel Ziswiler <marcel@ziswiler.com>
6524 Date:   Fri May 2 02:35:59 2008 +0200
6525
6526     Fix misspelled comment
6527
6528     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6529
6530 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
6531 Author: Mike Frysinger <vapier@gentoo.org>
6532 Date:   Thu May 1 04:13:05 2008 -0400
6533
6534     mkimage: make mmap() checks consistent
6535
6536     The mmap() related code is full of inconsistent casts/constants when
6537     it comes to error checking, and may break when building on some
6538     systems (like ones that do not implicitly define the caddr_t type).
6539     Let's just avoid the whole mess by writing the code nice and clean in
6540     the first place.
6541
6542     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6543
6544 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
6545 Author: Marcel Ziswiler <marcel@ziswiler.com>
6546 Date:   Thu May 1 09:05:34 2008 +0200
6547
6548     Fix defined but not used build warning
6549
6550     - warning: 'srom' defined but not used
6551
6552     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6553
6554 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
6555 Author: Marcel Ziswiler <marcel@ziswiler.com>
6556 Date:   Thu May 1 09:05:26 2008 +0200
6557
6558     Fix implicit declaration build warnings
6559
6560     - warning: implicit declaration of function ‘serial_initialize’
6561
6562     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6563
6564 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
6565 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6566 Date:   Tue Apr 29 19:18:32 2008 +0200
6567
6568     TSEC: add config options for VSC8601 RGMII PHY
6569
6570     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
6571     and Tx clock lines. They are configured using 2 bits in extended
6572     register 0x17.
6573     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
6574     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
6575
6576     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6577     Acked-by: Andy Fleming <afleming@freescale.com>
6578     Acked-by: Ben Warren <biggerbadderben@gmail.com>
6579     --
6580
6581      drivers/net/tsec.c |    6 ++++++
6582      drivers/net/tsec.h |    3 +++
6583      2 files changed, 9 insertions(+), 0 deletions(-)
6584
6585 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
6586 Author: Wolfgang Denk <wd@denx.de>
6587 Date:   Sat May 3 23:07:15 2008 +0200
6588
6589     Revert "ColdFire: Get information from the correct GCC"
6590
6591     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
6592     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
6593
6594 commit c4e5f52a58d278eebb87f476e353972c5dacea40
6595 Author: Wolfgang Denk <wd@denx.de>
6596 Date:   Sat May 3 22:25:00 2008 +0200
6597
6598     config.mk: use correct (cross) compiler
6599
6600     Some config.mk files reference $(CC) to test for specific tool chain
6601     features, so make sure $(CC) gets set before including any such
6602     config files.
6603
6604     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
6605     the correct GCC").
6606
6607     Signed-off-by: Wolfgang Denk <wd@denx.de>
6608
6609 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
6610 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6611 Date:   Thu May 1 02:13:44 2008 +0200
6612
6613     pxa: fix previous definition on cpu init
6614
6615     start.S:183:1: warning: "ICMR" redefined
6616     In file included from start.S:33:
6617     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
6618     start.S:187:1: warning: "RCSR" redefined
6619     ...
6620
6621     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6622
6623 commit 6d12e697de794d700767f22f950e3026ccf4daf6
6624 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6625 Date:   Thu May 1 02:13:43 2008 +0200
6626
6627     pxa: fix pcmcia operation on 'i' may be undefined
6628
6629     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6630     Signed-off-by: Wolfgang Denk <wd@denx.de>
6631
6632 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
6633 Author: Kumar Gala <galak@kernel.crashing.org>
6634 Date:   Wed Apr 30 16:24:35 2008 -0500
6635
6636     MPC8610HPCD: Drop -O2 from the build flags
6637
6638     Make the flags use -Os like all other boards
6639
6640     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6641
6642 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
6643 Author: Stefan Roese <sr@denx.de>
6644 Date:   Wed Apr 30 15:50:39 2008 +0200
6645
6646     RTC: Fix month offset by one problem in M41T62 RTC driver
6647
6648     This patch fixes a problem with the month being read and written
6649     incorrectly (offset by one). This only gets visible by also using
6650     the Linux driver (rtc-m41t80).
6651
6652     Tested on AMCC Canyonlands.
6653
6654     Signed-off-by: Stefan Roese <sr@denx.de>
6655
6656 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
6657 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6658 Date:   Sat May 3 13:51:44 2008 +0900
6659
6660     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
6661
6662     Current trick to pick up GNU assembler minor version uses a dot(.) as a
6663     delimiter, and take the second field to obtain minor version number. But
6664     as can be expected, this doesn't work with a version string which has
6665     dots more than needs.
6666
6667     Here's an example:
6668
6669     $ mips-linux-gnu-as --version | grep 'GNU assembler'
6670     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
6671     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
6672     2-129) 2
6673     $
6674
6675     This patch restricts the version format to 2.XX.XX... This will work
6676     in most cases.
6677
6678     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
6679     2.18.50.20080215
6680     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
6681     18
6682     $
6683
6684     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6685
6686 commit ea638951acead7f1086c908c0b9f086beab82a22
6687 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6688 Date:   Sat May 3 13:51:28 2008 +0900
6689
6690     [MIPS] cpu/mips/cache.S: Add dcache_enable
6691
6692     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
6693     "allow ports to override bootelf behavior") requires ports to have this
6694     function.
6695
6696     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6697     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6698
6699 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
6700 Author: Wolfgang Denk <wd@denx.de>
6701 Date:   Thu May 1 21:30:16 2008 +0200
6702
6703     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
6704
6705     Onenand needs a version of memcpy() which performs 16 bit accesses
6706     only; make sure the name does not conflict with the standard
6707     function.
6708
6709     Signed-off-by: Wolfgang Denk <wd@denx.de>
6710
6711 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
6712 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6713 Date:   Wed Apr 30 22:38:17 2008 +0200
6714
6715     cmd_nand: fix warning: str2long ncompatible pointer type
6716
6717     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6718
6719 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
6720 Author: Timur Tabi <timur@freescale.com>
6721 Date:   Fri Apr 4 11:16:11 2008 -0500
6722
6723     Fix calculation of I2C clock for some 86xx chips
6724
6725     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
6726     There is no pattern that can be used to determine which chips use which
6727     frequency, so the only way to determine is to look up the actual SOC
6728     designation and use the right value for that SOC.
6729
6730     Signed-off-by: Timur Tabi <timur@freescale.com>
6731
6732 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
6733 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6734 Date:   Wed Apr 30 12:11:19 2008 -0500
6735
6736     ColdFire: Fix ethernet hang issue for mcf547x_8x
6737
6738     The ethernet hang is caused by receiving buffer in DRAM is not
6739     yet ready due to access cycles require longer time in DRAM.
6740     Relocate DMA buffer descriptors from DRAM to internal SRAM.
6741
6742     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6743
6744 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
6745 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6746 Date:   Wed Apr 30 12:10:47 2008 -0500
6747
6748     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
6749
6750     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
6751     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6752
6753 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
6754 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6755 Date:   Wed Apr 30 12:10:23 2008 -0500
6756
6757     ColdFire: Get information from the correct GCC
6758
6759     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
6760     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6761
6762 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
6763 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
6764 Date:   Wed Apr 30 18:02:59 2008 +0200
6765
6766     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
6767
6768     Fix warnings
6769
6770     nv_nand.c: In function 'saveenv':
6771     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
6772     env_nand.c: In function 'env_relocate_spec':
6773     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
6774
6775     if compiled for davinci_schmoogie_config.
6776
6777     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
6778     Ack by: Sergey Kubushyn <ksi@koi8.net>
6779
6780 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
6781 Author: Anatolij Gustschin <agust@denx.de>
6782 Date:   Wed Apr 30 13:34:40 2008 +0200
6783
6784     Fix warnings while compiling net/net.c for MPC8610HPCD board
6785
6786     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
6787     causing overriding default -Os option. New gcc (ver. 4.2.2)
6788     produces warnings while compiling net/net.c file with -O2
6789     option. The patch is an attempt to fix this.
6790
6791     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6792
6793 commit 58b575e575c25fdf8c88141e145db201f3092149
6794 Author: Sascha Laue <Sascha.Laue@gmx.biz>
6795 Date:   Wed Apr 30 15:23:38 2008 +0200
6796
6797     lwmon5: fix offset error in sysmon0 POST
6798
6799     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
6800     Signed-off-by: Wolfgang Denk <wd@denx.de>
6801
6802 commit e7419b243a373de4ee042f7d4f45f66de787240d
6803 Author: Sascha Laue <Sascha.Laue@gmx.biz>
6804 Date:   Wed Apr 30 15:16:35 2008 +0200
6805
6806     lwmon5: fix manual merge error in POST
6807
6808     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
6809
6810 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
6811 Author: Wolfgang Denk <wd@denx.de>
6812 Date:   Wed Apr 30 17:46:26 2008 +0200
6813
6814     cmd_nand.c: fix another 'incompatible pointer type' warning.
6815
6816     Signed-off-by: Wolfgang Denk <wd@denx.de>
6817
6818 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
6819 Author: Wolfgang Denk <wd@denx.de>
6820 Date:   Wed Apr 30 17:25:07 2008 +0200
6821
6822     Makefile: fix parallel builds
6823
6824     This problem shows up with parallel builds only; it results in
6825     somewhat cryptic error messages like
6826
6827         $ JOBS=-j6 MAKEALL netstar
6828         Configuring for netstar board...
6829         arm-linux-ld: cannot find -lgeneric
6830         make[1]: *** [eeprom.srec] Error 1
6831
6832     A few boards (like netstar and voiceblue) need some libraries for
6833     building; however, the board Makefile does not contain any such
6834     dependencies which may cause problems with parallel builds. Adding
6835     such dependencies is difficult as we would also have to provide build
6836     rules, which already exist in the respective library Makefiles.
6837
6838     To solve this, we make sure that all libraries get built before the
6839     board code.
6840
6841     Signed-off-by: Wolfgang Denk <wd@denx.de>
6842
6843 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
6844 Author: Stefan Roese <sr@denx.de>
6845 Date:   Wed Apr 30 14:51:36 2008 +0200
6846
6847     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
6848
6849     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
6850     used for NAND booting to match the values needed for the new 512MB
6851     DIMM modules shipped with the productions boards:
6852
6853     Crucial: CT6464AC667.8FB
6854
6855     Signed-off-by: Stefan Roese <sr@denx.de>
6856
6857 commit ea9202a659dc75996facf1475f1866a19a9d3129
6858 Author: Stefan Roese <sr@denx.de>
6859 Date:   Wed Apr 30 10:49:43 2008 +0200
6860
6861     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
6862
6863     This patch fixes a problem with DIMMs that have 8 banks. Now the
6864     MCIF0_MBxCF register will be setup correctly for this setup too.
6865
6866     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
6867
6868     Signed-off-by: Stefan Roese <sr@denx.de>
6869
6870 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
6871 Author: Wolfgang Denk <wd@denx.de>
6872 Date:   Tue Apr 29 23:41:06 2008 +0200
6873
6874     Prepare v1.3.3-rc2, again.
6875
6876     Signed-off-by: Wolfgang Denk <wd@denx.de>
6877
6878 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
6879 Author: Wolfgang Denk <wd@denx.de>
6880 Date:   Tue Apr 29 23:35:24 2008 +0200
6881
6882     Prepare v1.3.3-rc2
6883
6884     Signed-off-by: Wolfgang Denk <wd@denx.de>
6885
6886 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
6887 Author: Wolfgang Denk <wd@denx.de>
6888 Date:   Tue Apr 29 23:32:20 2008 +0200
6889
6890     common/env_nand.c: fix one more incompatible pointer type issue
6891
6892     Signed-off-by: Wolfgang Denk <wd@denx.de>
6893
6894 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
6895 Author: Wolfgang Denk <wd@denx.de>
6896 Date:   Tue Apr 29 21:33:08 2008 +0200
6897
6898     post/board/lwmon5/sysmon.c: fix manual merge error.
6899
6900     Signed-off-by: Wolfgang Denk <wd@denx.de>
6901
6902 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
6903 Author: Kumar Gala <galak@kernel.crashing.org>
6904 Date:   Tue Apr 29 12:54:59 2008 -0500
6905
6906     85xx: Add -mno-spe to e500/85xx builds
6907
6908     Newer gcc's might be configured to enable autovectorization by default.
6909     If we happen to build with one of those compilers we will get SPE
6910     instructions in random code.
6911
6912     -mno-spe disables the compiler for automatically generating SPE
6913     instructions without our knowledge.
6914
6915     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6916
6917 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
6918 Author: Kumar Gala <galak@kernel.crashing.org>
6919 Date:   Tue Apr 29 10:18:34 2008 -0500
6920
6921     Update .gitignore for zlib.h
6922
6923     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6924
6925 commit 45239cf4152109caa925145ccd433529902df887
6926 Author: Kumar Gala <galak@kernel.crashing.org>
6927 Date:   Tue Apr 29 10:27:08 2008 -0500
6928
6929     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
6930
6931     All the 85xx and 86xx UM describe the register as timing_cfg_3
6932     not as ext_refrec.
6933
6934     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6935
6936 commit ef7d30b14394e4c4a153118f5845760cadada02a
6937 Author: Kumar Gala <galak@kernel.crashing.org>
6938 Date:   Tue Apr 29 10:28:34 2008 -0500
6939
6940     85xx/86xx: Rename DDR init address and init extended address register
6941
6942     Rename init_addr and init_ext_addr to match the docs between
6943     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
6944
6945     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6946
6947 commit cf6cc014270549684873a5972d2595052c468cb6
6948 Author: Kumar Gala <galak@kernel.crashing.org>
6949 Date:   Mon Apr 28 02:24:04 2008 -0500
6950
6951     85xx: Additional fixes and cleanup of MP code
6952
6953     * adjust __spin_table alignment to match ePAPR v0.94 spec
6954     * loop over all cpus when determing who is up.  This fixes an issue if
6955       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
6956       cpu_up_mask so there is no harm
6957     * Added some protection in the code to ensure proper behavior.  These
6958       changes are explicitly needed but don't hurt:
6959       - Added eieio to ensure the "hot word" of the table is written after
6960         all other table updates have occurred.
6961       - Added isync to ensure we don't prefetch loading of table entries
6962         until we a released
6963
6964     These issues we raised by Dave Liu.
6965
6966     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6967
6968 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
6969 Author: Yuri Tikhonov <yur@emcraft.com>
6970 Date:   Tue Apr 29 15:06:41 2008 +0200
6971
6972     lwmon5: minor clean-up to include/configs/lwmon5.h
6973
6974     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
6975     the CFG_DSPIC_TEST_ADDR definition more readable.
6976
6977     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6978
6979 commit f4c4d21a885ccc222fd0acdf653b683249e85117
6980 Author: Stefan Roese <sr@denx.de>
6981 Date:   Tue Apr 29 16:08:05 2008 +0200
6982
6983     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
6984
6985     Signed-off-by: Stefan Roese <sr@denx.de>
6986
6987 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
6988 Author: Yuri Tikhonov <yur@emcraft.com>
6989 Date:   Tue Apr 29 13:32:45 2008 +0200
6990
6991     ppc flush_cache: add watch-dog triggering into the loops.
6992
6993     Some boards (e.g. lwmon5) need rather a frequent watch-dog
6994     kicking. Since the time it takes for the flush_cache() function
6995     to complete its job depends on the size of data being flushed, one
6996     may encounter watch-dog resets on such boards when, for example,
6997     download big files over ethernet.
6998
6999     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7000
7001 commit cab99d6f3281ab6784feccf98b9b425daa58418a
7002 Author: Stefan Roese <sr@denx.de>
7003 Date:   Tue Apr 29 14:44:54 2008 +0200
7004
7005     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
7006
7007     Signed-off-by: Stefan Roese <sr@denx.de>
7008
7009 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
7010 Author: Stefan Roese <sr@denx.de>
7011 Date:   Tue Apr 29 14:12:07 2008 +0200
7012
7013     ppc4xx: Fix Katmai CFG_MONITOR_LEN
7014
7015     Signed-off-by: Stefan Roese <sr@denx.de>
7016
7017 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
7018 Author: Stefan Roese <sr@denx.de>
7019 Date:   Tue Apr 29 13:57:07 2008 +0200
7020
7021     ppc4xx: Complete remove bogus dflush()
7022
7023     Since the current dflush() implementation is know to have some problems
7024     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
7025     it by using clean_dcache_range().
7026
7027     Tested on Katmai with ECC DIMM.
7028
7029     Signed-off-by: Stefan Roese <sr@denx.de>
7030
7031 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
7032 Author: Stefan Roese <sr@denx.de>
7033 Date:   Tue Apr 29 13:36:51 2008 +0200
7034
7035     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
7036
7037     As it seems the "old" ECC initialization routine by using dflush() didn't
7038     write all lines in the dcache back to memory on lwmon5. This could lead
7039     to ECC error upon Linux booting. This patch changes the program_ecc()
7040     routine to now use clean_dcache_range() instead of dflush().
7041     clean_dcache_range() uses dcbst which is exactly what we want in this
7042     case.
7043
7044     Since dflush() is known is cause problems, this routine will be
7045     removed completely and replaced by clean_dcache_range() with an
7046     additional patch.
7047
7048     Signed-off-by: Stefan Roese <sr@denx.de>
7049
7050 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
7051 Author: Yuri Tikhonov <yur@emcraft.com>
7052 Date:   Mon Apr 28 18:19:34 2008 +0200
7053
7054     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
7055
7056     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7057
7058 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
7059 Author: Markus Brunner <super.firetwister@googlemail.com>
7060 Date:   Mon Apr 28 08:47:47 2008 +0200
7061
7062     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
7063
7064     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
7065     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
7066     doesn't exist.
7067
7068     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
7069
7070 commit 2ef7503a593c77a80c2a054011970227c4b62774
7071 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7072 Date:   Thu Apr 24 07:57:17 2008 +0200
7073
7074     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
7075
7076     Move non-inlied functions into specific drivers file
7077     Set get_prom as weak
7078
7079     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7080     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7081     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7082
7083 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
7084 Author: Guennadi Liakhovetski <lg@denx.de>
7085 Date:   Thu Apr 3 17:04:19 2008 +0200
7086
7087     net: make ARP timeout configurable
7088
7089     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
7090     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
7091     to the boards get lost, which typically are ARP replies. By configuring
7092     the timeout to a lower value we significantly improve the first network
7093     transfer time on this board. The timeout is specified in milliseconds,
7094     later internally it is converted to deciseconds, because it has to be
7095     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
7096     different boards.
7097
7098     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7099     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7100
7101 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
7102 Author: Guennadi Liakhovetski <lg@denx.de>
7103 Date:   Thu Apr 3 13:36:18 2008 +0200
7104
7105     minor cs8900 driver clean up
7106
7107     Remove a redundant register definition, clean up some coding style
7108     violations.
7109
7110     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7111     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7112
7113 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
7114 Author: Wolfgang Denk <wd@denx.de>
7115 Date:   Mon Apr 28 22:01:04 2008 +0200
7116
7117     jffs2_1pass.c: fix incompatible pointer type warning
7118
7119     Signed-off-by: Wolfgang Denk <wd@denx.de>
7120
7121 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
7122 Author: Sascha Laue <Sascha.Laue@gmx.biz>
7123 Date:   Tue Apr 1 10:10:18 2008 +0200
7124
7125     lwmon5: update dsPIC POST spezification
7126
7127     The specification for the lwmon5 board dsPIC POST got changed.
7128     Also add defines for the temperatures  and voltages.
7129
7130     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
7131
7132 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
7133 Author: Sascha Laue <Sascha.Laue@gmx.biz>
7134 Date:   Tue Apr 1 15:13:03 2008 +0200
7135
7136     Fix watchdog POST for lwmon5
7137
7138     If the hardware watchdog detects a voltage error, the watchdog sets
7139     GPIO62 to low. The watchdog POST has to detect this low level.
7140
7141     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
7142     Signed-off-by: Wolfgang Denk <wd@denx.de>
7143
7144 commit dd5748bcd669f46aeb6686c1b341323843738ccc
7145 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7146 Date:   Mon Apr 28 14:37:14 2008 +0200
7147
7148     rtl8169: fix compiler warnings
7149
7150     Fix multiple compiler warnings related to argument type mismatch.
7151
7152     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7153
7154 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
7155 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7156 Date:   Mon Apr 28 14:36:06 2008 +0200
7157
7158     IDE: fix compiler warnings
7159
7160     The IDE driver can use 32-bit addresses in LBA mode, in which case it
7161     spits multiple warnings during compilation. Fix them.
7162
7163     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7164
7165 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
7166 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7167 Date:   Mon Apr 28 14:35:57 2008 +0200
7168
7169     LinkStation: fix compiler warning, add a maintainer
7170
7171     out_8 wants a pointer to an unsigned as the first argument. Add a
7172     maintainer for Linkstation boards.
7173
7174     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7175
7176 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
7177 Author: Wolfgang Denk <wd@denx.de>
7178 Date:   Mon Apr 28 14:55:12 2008 +0200
7179
7180     cmd_nand.c: fix "differ in signedness" problem
7181
7182     Signed-off-by: Wolfgang Denk <wd@denx.de>
7183
7184 commit f2c288a35341ad02ac03b1563d786763c9c8f159
7185 Author: Wolfgang Denk <wd@denx.de>
7186 Date:   Mon Apr 28 12:48:47 2008 +0200
7187
7188     pcnet.c: fix a merge issue
7189
7190     Signed-off-by: Wolfgang Denk <wd@denx.de>
7191
7192 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
7193 Author: Wolfgang Denk <wd@denx.de>
7194 Date:   Mon Apr 28 12:08:18 2008 +0200
7195
7196     NAND: fix some strict-aliasing compiler warnings
7197
7198     Signed-off-by: Wolfgang Denk <wd@denx.de>
7199
7200 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
7201 Author: Stefan Roese <sr@denx.de>
7202 Date:   Mon Apr 28 11:37:14 2008 +0200
7203
7204     ppc4xx: Fix compile warning of hcu4 board
7205
7206     Signed-off-by: Stefan Roese <sr@denx.de>
7207
7208 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
7209 Author: Wolfgang Denk <wd@denx.de>
7210 Date:   Mon Apr 28 11:31:23 2008 +0200
7211
7212     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
7213
7214     Signed-off-by: Wolfgang Denk <wd@denx.de>
7215
7216 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
7217 Author: Guennadi Liakhovetski <lg@denx.de>
7218 Date:   Mon Apr 28 00:25:32 2008 +0200
7219
7220     mx31ads: fix loadaddr environment variable define
7221
7222     Arithmetic expressions do not get evaluated under stringification. Remove
7223     default network configuration, add DHCP command support. Thanks to Felix
7224     Radensky for reporting.
7225
7226     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7227
7228 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
7229 Author: Wolfgang Denk <wd@denx.de>
7230 Date:   Mon Apr 28 10:55:24 2008 +0200
7231
7232     katmai: fix section overlap problem
7233
7234     Since we didn't want to remove features from the configuration, we
7235     decided to increase the U-Boot image size (add one flash sector).
7236
7237     Also changed the default environment definition to make it
7238     independent of such changes.
7239
7240     Signed-off-by: Wolfgang Denk <wd@denx.de>
7241     Acked-by: Stefan Roese <sr@denx.de>
7242
7243 commit 941d696d25624e3cc65ebf924199541acf52d74e
7244 Author: Wolfgang Denk <wd@denx.de>
7245 Date:   Mon Apr 28 10:55:24 2008 +0200
7246
7247     katmai: fix section overlap problem
7248
7249     Since we didn't want to remove features from the configuration, we
7250     decided to increase the U-Boot image size (add one flash sector).
7251
7252     Also changed the default environment definition to make it
7253     independent of such changes.
7254
7255     Signed-off-by: Wolfgang Denk <wd@denx.de>
7256     Acked-by: Stefan Roese <sr@denx.de>
7257
7258 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
7259 Author: Kumar Gala <galak@kernel.crashing.org>
7260 Date:   Sat Apr 26 11:44:44 2008 -0500
7261
7262     post: Fix building with O=
7263
7264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7265
7266 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
7267 Author: Wolfgang Denk <wd@denx.de>
7268 Date:   Sat Apr 26 01:55:00 2008 +0200
7269
7270     Prepare v1.3.3-rc1
7271
7272     Signed-off-by: Wolfgang Denk <wd@denx.de>
7273
7274 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
7275 Author: Wolfgang Denk <wd@denx.de>
7276 Date:   Sat Apr 26 01:25:39 2008 +0200
7277
7278     post/Makefile: make sure to use the correct flags
7279
7280     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
7281     messages to be printed.
7282
7283     Signed-off-by: Wolfgang Denk <wd@denx.de>
7284
7285 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
7286 Author: Wolfgang Denk <wd@denx.de>
7287 Date:   Sat Apr 26 00:34:42 2008 +0200
7288
7289     Coding Style cleanup, update CHANGELOG
7290
7291     Signed-off-by: Wolfgang Denk <wd@denx.de>
7292
7293 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
7294 Author: Magnus Lilja <lilja.magnus@gmail.com>
7295 Date:   Sun Apr 20 10:38:12 2008 +0200
7296
7297     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
7298
7299     This patch enables SPI and MC13783/RTC support for the Litekit board.
7300
7301     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7302
7303 commit f97abbfb47d9e407354e157cae3f6369e460cd37
7304 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
7305 Date:   Fri Apr 25 01:08:32 2008 -0500
7306
7307     MPC8544DS: decode pcie3 end-point configuration correctly.
7308
7309     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
7310     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7311
7312 commit 292188e15523c165c4269403fdcd33c26d89176e
7313 Author: Roy Zang <tie-fei.zang@freescale.com>
7314 Date:   Fri Apr 25 00:55:09 2008 -0500
7315
7316     MPC8544DS: Removes the unknown flash message information
7317
7318     This patch removes the unknown flash message information:
7319     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
7320     This unknown flash message is caused by PromJet.
7321     Some of the board user is unhappy with this information.
7322
7323     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7324     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7325
7326 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
7327 Author: Kim Phillips <kim.phillips@freescale.com>
7328 Date:   Thu Apr 24 14:07:38 2008 -0500
7329
7330     mpc83xx: bump loadaddr over fdtaddr to 0x500000
7331
7332     this seems as a good compromise between human memory, typing,
7333     and last but not least, to accommodate for current and future kernel bloat.
7334
7335     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7336     Acked-by: Dave Liu <daveliu@freescale.com>
7337
7338 commit be5a7190265a34d968578ff266549c60f6f57654
7339 Author: Dave Liu <r63238@freescale.com>
7340 Date:   Tue Apr 15 13:12:23 2008 +0800
7341
7342     mpc83xx: clean up the readme for 83xx boards
7343
7344     1. correct the typo
7345     2. correct the memory map for 837xerdb board
7346
7347     Signed-off-by: Dave Liu <daveliu@freescale.com>
7348
7349 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
7350 Author: Dave Liu <r63238@freescale.com>
7351 Date:   Tue Apr 15 13:11:11 2008 +0800
7352
7353     mpc83xx: remove the unused CPM's stuff
7354
7355     The MPC83xx family never have CPM block, so remove it from 83xx.
7356
7357     Signed-off-by: Dave Liu <daveliu@freescale.com>
7358
7359 commit c63ad6325a8ac0097a54b418a3288926b0484b18
7360 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7361 Date:   Fri Apr 18 16:29:40 2008 +0200
7362
7363     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
7364
7365     This patch adds a configurable flash auto protection list that can be used
7366     to make U-Boot protect flash regions in flash_init().
7367
7368     The idea has been discussed on the u-boot mailing list starting
7369     on Nov 18th, 2007.
7370
7371     Even this patch brings a new feature it is used as a bugfix for 4xx
7372     platforms where flash_init() does not completely protect the
7373     monitor's flash range in all situations.
7374
7375     U-Boot protects the flash range from CFG_MONITOR_BASE to
7376     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
7377     include the reset vector at 0xfffffffc.
7378
7379     Example:
7380     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
7381
7382     This config option will auto protect the last 512k of flash that
7383     contains the bootloader on board like APC405 and PMC405.
7384
7385     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7386
7387 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
7388 Author: Stefan Roese <sr@denx.de>
7389 Date:   Fri Apr 25 13:59:03 2008 +0200
7390
7391     ppc4xx: Remove double defines in lwmon5.h
7392
7393     introduced with latest lwmon5/POST merge
7394
7395     Signed-off-by: Stefan Roese <sr@denx.de>
7396
7397 commit 7590378fb9c686709492ceb142825cd058255956
7398 Author: Bartlomiej Sieka <tur@semihalf.com>
7399 Date:   Fri Apr 25 13:54:02 2008 +0200
7400
7401     Use watchdog-aware functions when calculating hashes of images - take two
7402
7403     Some files didn't get updated properly with the "Use watchdog-aware
7404     functions when calculating hashes of images" commit, this commit
7405     fixes this.
7406
7407     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7408     Signed-off-by: Wolfgang Denk <wd@denx.de>
7409
7410 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
7411 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7412 Date:   Fri Apr 25 12:01:39 2008 +0200
7413
7414     ppc4xx: Add bootcount limit handling for APC405 boards
7415
7416     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7417
7418 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
7419 Author: Bartlomiej Sieka <tur@semihalf.com>
7420 Date:   Fri Apr 25 12:10:09 2008 +0200
7421
7422     Use watchdog-aware functions when calculating hashes of images
7423
7424     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7425
7426 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
7427 Author: Wolfgang Denk <wd@denx.de>
7428 Date:   Fri Apr 25 12:44:08 2008 +0200
7429
7430     USB: fix more GCC 4.2.x aliasing warnings
7431
7432     Signed-off-by: Wolfgang Denk <wd@denx.de>
7433     Acked-by: Markus Klotzbuecher <mk@denx.de>
7434
7435 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
7436 Author: Wolfgang Denk <wd@denx.de>
7437 Date:   Fri Apr 25 12:41:53 2008 +0200
7438
7439     lib_generic/crc32.c: add missing #include <watchdog.h>
7440
7441     Signed-off-by: Wolfgang Denk <wd@denx.de>
7442
7443 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
7444 Author: Wolfgang Denk <wd@denx.de>
7445 Date:   Fri Apr 25 11:52:21 2008 +0200
7446
7447     lib_generic/crc32.c: fix compile problem
7448
7449     Signed-off-by: Wolfgang Denk <wd@denx.de>
7450
7451 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
7452 Author: Stefan Roese <sr@denx.de>
7453 Date:   Tue Apr 22 12:20:32 2008 +0200
7454
7455     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
7456
7457     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
7458     environment variable will now get passed to the Linux kernel by setting
7459     the device_type property of the PCIe device tree node. For normal root-
7460     complex configuration it will keep its defaults value of "pci" and for
7461     endpoint configuration it will get changed to "pci-endpoint".
7462
7463     Signed-off-by: Stefan Roese <sr@denx.de>
7464
7465 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
7466 Author: Yuri Tikhonov <yur@emcraft.com>
7467 Date:   Thu Apr 24 10:30:53 2008 +0200
7468
7469     lwmon5: watchdog POST fix
7470
7471     Use the GPT0_MASKx registers as the temporary storage for watch-dog
7472     timer POST test instead of GPT0_COMPx. The latter
7473     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
7474
7475     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7476     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7477
7478 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
7479 Author: Kim Phillips <kim.phillips@freescale.com>
7480 Date:   Mon Apr 21 18:10:14 2008 -0500
7481
7482     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
7483
7484     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
7485     proven problematic getting right from the start at least on 83xx and
7486     4xx.
7487
7488     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7489
7490 commit a99715b8ebfc500f3f40e01b36b64d473938443d
7491 Author: Detlev Zundel <dzu@denx.de>
7492 Date:   Fri Apr 18 14:50:01 2008 +0200
7493
7494     Realining some header definitions.
7495
7496     Signed-off-by: Detlev Zundel <dzu@denx.de>
7497
7498 commit 4acbc6c7f993cae409c424615415a3e76820f13d
7499 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7500 Date:   Thu Apr 24 07:57:16 2008 +0200
7501
7502     NE2000: coding style cleanup
7503
7504     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7505
7506 commit b4aff1ffaf7120032c653357c007faa14f74d29d
7507 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7508 Date:   Wed Apr 23 00:11:47 2008 +0900
7509
7510     qemu-mips.h: Add CFI support
7511
7512     CONFIG_ENV_OVERWRITE is also added.
7513
7514     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
7515
7516     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7517     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7518
7519 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
7520 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7521 Date:   Tue Apr 22 22:47:27 2008 +0900
7522
7523     doc/README.mips: Add MIPS notes
7524
7525     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7526
7527 commit 215b01bba8bc662d35f72b084700b192d367dfb4
7528 Author: Bartlomiej Sieka <tur@semihalf.com>
7529 Date:   Tue Apr 22 12:27:56 2008 +0200
7530
7531     Add support for calculating hashes with watchdog triggering
7532
7533     Implement watchodg-aware variants of hash calculation functions:
7534     - crc32_wd()
7535     - md5_wd()
7536     - sha1_csum_wd()
7537     The above functions calculate the hash of the input buffer in chunks,
7538     triggering the watchdog after processing each chunk. The chunk size
7539     is given as a function call parameter.
7540
7541     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7542
7543 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
7544 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7545 Date:   Wed Apr 23 11:02:12 2008 +0900
7546
7547     qemu-mips: Cleanup whitespace, indentation, etc.
7548
7549     No functional change.
7550
7551     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
7552     Then I re-created from scratch, and changed more lines than the original.
7553
7554     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7555     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7556
7557 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
7558 Author: Vlad Lungu <vlad@comsys.ro>
7559 Date:   Wed Oct 10 23:02:09 2007 +0300
7560
7561     Fixed pcnet io_base
7562
7563     Bus and phys address are not always the same
7564
7565     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7566
7567 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
7568 Author: Wolfgang Denk <wd@denx.de>
7569 Date:   Thu Apr 24 23:44:26 2008 +0200
7570
7571     drivers/net/pcnet.c: Coding Style cleanup.
7572
7573     Signed-off-by: Wolfgang Denk <wd@denx.de>
7574
7575 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
7576 Author: Vlad Lungu <vlad@comsys.ro>
7577 Date:   Wed Oct 10 23:04:23 2007 +0300
7578
7579     Added Am79C970A chip id to pcnet
7580
7581     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7582
7583 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
7584 Author: Magnus Lilja <lilja.magnus@gmail.com>
7585 Date:   Sun Apr 20 10:35:03 2008 +0200
7586
7587     i.MX31: Fix architecture numbers for ADS and Litekit boards
7588
7589     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
7590
7591     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7592
7593 commit e7ae84d6c7288790e88639f57cb60daf89c11369
7594 Author: Magnus Lilja <lilja.magnus@gmail.com>
7595 Date:   Sun Apr 20 10:36:36 2008 +0200
7596
7597     i.MX31: Use symbolic names for Litekit membases.
7598
7599     Use symbolic names instead of hard coded addresses for Litekit membases.
7600
7601     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7602
7603 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
7604 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7605 Date:   Sat Apr 19 17:59:20 2008 +0200
7606
7607     Fix show_boot_progress prototype
7608
7609     in commit fad634071 "make show_boot_progress () weak."
7610     show_boot_progress is supposed to be declared as weak but declared as
7611     inline instead.
7612
7613     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7614
7615 commit edbed247a14d70b94958010f736621212285de91
7616 Author: Bartlomiej Sieka <tur@semihalf.com>
7617 Date:   Fri Apr 18 12:39:23 2008 +0200
7618
7619     Memory footprint optimizations
7620
7621     As suggested by Wolfgang Denk:
7622     - image printing functions:
7623       - remove wrappers
7624       - remove indentation prefix from functions' signatures
7625     - merge getenv_verify and getenv_autostart into one parametrized function
7626
7627     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7628
7629 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
7630 Author: Guennadi Liakhovetski <lg@denx.de>
7631 Date:   Tue Apr 15 13:33:11 2008 +0200
7632
7633     MX31ADS environment variable update, spi and rtc support
7634
7635     Update MX31ADS default environment to better match the flash layout and
7636     the memory map, support SPI and RTC.
7637
7638     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7639
7640 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
7641 Author: Kumar Gala <galak@kernel.crashing.org>
7642 Date:   Mon Apr 21 09:28:36 2008 -0500
7643
7644     85xx: Round up frequency calculations to get reasonable output
7645
7646     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
7647
7648     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
7649
7650     Signed-off-by: Dejan Minic <minic@freescale.com>
7651     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7652     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7653     Acked-by: Andy Fleming <afleming@freescale.com>
7654
7655 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
7656 Author: Kumar Gala <galak@kernel.crashing.org>
7657 Date:   Wed Apr 23 16:58:04 2008 -0500
7658
7659     fsl_pci: Only modify registers if we have them
7660
7661     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
7662
7663     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7664
7665 commit 83fe32334337def160b302aa9d152d808bfcc68e
7666 Author: Markus Klotzbücher <mk@denx.de>
7667 Date:   Wed Apr 23 10:57:33 2008 +0200
7668
7669     USB: remove a cpu bug workaround for an unsupported architecture.
7670
7671     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7672
7673 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
7674 Author: Markus Klotzbücher <mk@denx.de>
7675 Date:   Wed Apr 23 10:53:23 2008 +0200
7676
7677     USB: fix those pesky aliasing warnings issued by gcc-4.2
7678
7679     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7680     Signed-off-by: Detlev Zundel <dzu@denx.de>
7681
7682 commit 89cdab788f3716b335fefb60b836ebcf975aceab
7683 Author: Mike Frysinger <vapier@gentoo.org>
7684 Date:   Mon Mar 31 11:02:01 2008 -0400
7685
7686     crc32: use uint32_t rather than unsigned long
7687
7688     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
7689     this is done with the build toolchain instead of the target tool
7690     chain, so if the build is a 64bit system but the target is 32bits,
7691     the size will obviously be wrong. This converts all unsigned long
7692     stuff related to crc32 to uint32_t types. Compile tested only: output
7693     of ./tools/envcrc when run on a 32bit build system matches that of a
7694     64bit build system.
7695
7696     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7697     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7698
7699 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
7700 Author: Dirk Behme <dirk.behme@googlemail.com>
7701 Date:   Wed Mar 26 09:53:29 2008 +0100
7702
7703     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
7704
7705     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
7706
7707     Changes:
7708
7709     - Remove *_masked() functions as noted by Wolfgang
7710
7711     - Adapt register naming to recent TI spec (sprue26, March 2007)
7712
7713     - Fix reset_timer() handling
7714
7715     - 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.
7716
7717     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
7718
7719     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
7720
7721     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
7722
7723     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
7724
7725     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
7726     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
7727
7728 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
7729 Author: Sergei Poselenov <sposelenov@emcraft.com>
7730 Date:   Wed Apr 9 16:09:41 2008 +0200
7731
7732     Added watchdog triggering calls in the "mtest" test function.
7733
7734     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7735
7736 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
7737 Author: Yuri Tikhonov <yur@emcraft.com>
7738 Date:   Sun Apr 6 19:19:14 2008 +0200
7739
7740     lwmon5 watchdog: limit trigger rate
7741
7742     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
7743     the CONFIG_WD_MAX_RATE value.
7744
7745     Note that an earlier version of this patch which used microseconds
7746     instead of ticks dis not work. The problem was that we used
7747     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
7748     get_tbclk(), which in turn calls get_sys_info(). It turns out that
7749     this function does a lot of prolonged operations (like divisions)
7750     which take too much time so we do not trigger the watchdog in time,
7751     and it resets the system.
7752
7753     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7754
7755 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
7756 Author: Yuri Tikhonov <yur@emcraft.com>
7757 Date:   Mon Mar 31 10:51:37 2008 +0200
7758
7759     POST: move CONFIG_POST to Makefiles
7760
7761     Introduce the new logical option CONFIG_HAS_POST which is set when the
7762     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
7763     to determine should the POST libs be compiled for the selected target
7764     platform, or not.
7765
7766     To avoid breaking u-boot linking process, the empty post/libpost.a file is
7767     created for platforms which do not have POSTs.
7768
7769     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7770     Signed-off-by: Wolfgang Denk <wd@denx.de>
7771
7772 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
7773 Author: Yuri Tikhonov <yur@emcraft.com>
7774 Date:   Mon Mar 31 10:49:34 2008 +0200
7775
7776     POST: preparations for moving CONFIG_POST to Makefiles
7777
7778     Remove CONFIG_POST ifdefs from the post/ source files.
7779
7780     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7781     Signed-off-by: Wolfgang Denk <wd@denx.de>
7782
7783 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
7784 Author: Stefan Roese <sr@denx.de>
7785 Date:   Tue Apr 22 14:14:20 2008 +0200
7786
7787     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
7788
7789     This patch fixes the Canyonlands and Glacier default environment to better
7790     fit to the arch/powerpc device-tree kernels. The variables dealing with
7791     arch/ppc booting are removed, since these boards are supported only in
7792     arch/powerpc. Glacier uses the same config file as Canyonlands.
7793
7794     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
7795
7796     Signed-off-by: Stefan Roese <sr@denx.de>
7797
7798 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
7799 Author: Stefan Roese <sr@denx.de>
7800 Date:   Tue Apr 22 14:06:42 2008 +0200
7801
7802     ppc4xx: Small coding style cleanup for the latest esd patches
7803
7804     Signed-off-by: Stefan Roese <sr@denx.de>
7805
7806 commit 79941d63bc03aed8c48d7602f18217cc200ee931
7807 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7808 Date:   Mon Apr 21 18:01:07 2008 +0200
7809
7810     ppc4xx: Update CPU strapping for PMC440 boards
7811
7812     This patch removes the temporary 'test' strapping option
7813     of the sbe command. The '667' strapping option now uses
7814     a PLB/PCI divider of 3.
7815
7816     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7817
7818 commit f00cf3193a6635355b121e90debb2f54e777e7da
7819 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7820 Date:   Mon Apr 21 14:42:21 2008 +0200
7821
7822     ppc4xx: Remove unused APC405 strataflash driver
7823
7824     The APC405 board support has been migrated to use the common
7825     CFI flash driver.
7826
7827     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7828
7829 commit 1c686676a86473bbd92151f0544e109413f6ed06
7830 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7831 Date:   Mon Apr 21 14:42:17 2008 +0200
7832
7833     ppc4xx: Update APC405 configuration
7834
7835     - enable esd's auto_update mechanism
7836     - support alternative flash layout on rev. 1.8 boards
7837     - update default environment
7838     - use common CFI flash driver
7839     - coding style cleanup
7840
7841     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7842
7843 commit 0b9872515a521bf7866dc24b85ddce708e60d702
7844 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7845 Date:   Mon Apr 21 14:42:11 2008 +0200
7846
7847     ppc4xx: Update APC405 board support
7848
7849     - enable esd's auto_update mechanism
7850     - fix LCD support on latest hardware revision (uses other LCD controller)
7851     - support alternative flash layout on rev. 1.8 boards
7852     - coding style cleanup
7853
7854     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7855
7856 commit 83975d02e225e231960784972e7820a8b303756b
7857 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7858 Date:   Mon Apr 21 14:42:06 2008 +0200
7859
7860     ppc4xx: update esd's common auto_update code for 405 boards
7861
7862     - Coding style cleanup (long lines)
7863     - improve handling of protected flash regions
7864     - remove dead code
7865
7866     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7867
7868 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
7869 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7870 Date:   Mon Apr 21 14:41:59 2008 +0200
7871
7872     ppc4xx: Update esd's common LCD code for 405 boards
7873
7874     - Coding style cleanup (long lines)
7875     - Add s1d13505 support
7876     - Make some functions return a result code instead of void
7877
7878     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7879
7880 commit dea68189424c3f1242427a8146a3861bf093173c
7881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7882 Date:   Mon Apr 21 11:36:55 2008 +0200
7883
7884     ppc4xx: Update FPGA image for APC405 boards
7885
7886     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7887
7888 commit 2a05b152924acfcec3b037693329e517e6d3578f
7889 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7890 Date:   Mon Apr 21 11:36:08 2008 +0200
7891
7892     ppc4xx: Update bootlogo for APC405 boards
7893
7894     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7895
7896 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
7897 Author: Stefan Roese <sr@denx.de>
7898 Date:   Fri Apr 18 16:41:31 2008 +0200
7899
7900     ppc4xx: Add dcache_enable() for 440
7901
7902     dcache_enable() was missing for 440 and the patch
7903     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
7904     "] behavior uses this function.
7905
7906     Note: Currently the cache handling functions like
7907     d/icache_disable/enable() are NOP's on 440. This may be changed in the
7908     future.
7909
7910     Signed-off-by: Stefan Roese <sr@denx.de>
7911
7912 commit a49e0d177a0749614b316ec847fb623f09c82c07
7913 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7914 Date:   Mon Apr 21 11:19:04 2008 +0200
7915
7916     video: Add missing free for logo memory
7917
7918     This patch adds two missing free()s.
7919
7920     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7921
7922 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
7923 Author: Troy Kisky <troy.kisky@boundarydevices.com>
7924 Date:   Mon Sep 24 16:41:43 2007 -0700
7925
7926     PATCH - Fix oob data copied into supplied buffer
7927
7928     This patch correctly sets the oobavail variable
7929     and fixes a bug where the oob data was not valid when
7930     there where multiple groups in oobfree.
7931
7932     First segment fixes a typo
7933     Second segment fixes a bug where oob data may be copied incorrectly.
7934     Third segment adds an error message when exiting due to write protect.
7935     Forth segment fixes a bug where oobavail may be set incorrectly.
7936
7937     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
7938
7939 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
7940 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7941 Date:   Fri Apr 18 17:24:32 2008 +0200
7942
7943     ppc4xx: Fix sys_get_info() for 405GP(r)
7944
7945     This patch assigns the correct EBC clock for 405GP(r) CPUs
7946     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
7947     uses an uninitialized EBC clock in its startup message.
7948
7949     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7950
7951 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
7952 Author: Wolfgang Denk <wd@denx.de>
7953 Date:   Sun Apr 20 15:39:38 2008 -0700
7954
7955     Makefile: remove nand_spl/System.map when cleaning up.
7956
7957 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
7958 Author: Wolfgang Denk <wd@denx.de>
7959 Date:   Sun Apr 20 15:35:52 2008 -0700
7960
7961     MAKEALL: sort entries / lists.
7962
7963     Signed-off-by: Wolfgang Denk <wd@denx.de>
7964
7965 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
7966 Author: Kumar Gala <galak@kernel.crashing.org>
7967 Date:   Fri Apr 18 11:29:01 2008 -0500
7968
7969     85xx: Fix size of cpu-release-addr property
7970
7971     The cpu-release-addr is defined as always being a 64-bit quanity regardless
7972     if we are running on a 32-bit or 64-bit machine.
7973
7974 commit 88353a985109562a639b2f8a0c90d77011bfe374
7975 Author: Timur Tabi <timur@freescale.com>
7976 Date:   Fri Apr 4 11:15:58 2008 -0500
7977
7978     Fix calculation of I2C clock for some 85xx chips
7979
7980     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
7981     some use CCB/3.  There is no pattern that can be used to determine which
7982     chips use which frequency, so the only way to determine is to look up the
7983     actual SOC designation and use the right value for that SOC.
7984
7985     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
7986
7987     Signed-off-by: Timur Tabi <timur@freescale.com>
7988
7989 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
7990 Author: Wolfgang Denk <wd@denx.de>
7991 Date:   Fri Apr 18 11:44:27 2008 -0700
7992
7993     Fix build breakage casued by commit c0559be371b2
7994
7995         Change env_get_char from a global function ptr to a function.
7996
7997     Signed-off-by: Wolfgang Denk <wd@denx.de>
7998
7999 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
8000 Author: Wolfgang Denk <wd@denx.de>
8001 Date:   Fri Apr 18 10:53:41 2008 -0700
8002
8003     Coding Style cleanup, update CHANGELOG.
8004
8005     Signed-off-by: Wolfgang Denk <wd@denx.de>
8006
8007 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
8008 Author: Mike Frysinger <vapier@gentoo.org>
8009 Date:   Tue Apr 8 14:00:57 2008 -0400
8010
8011     Add support for u-boot in svn and localversion-* files
8012
8013     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8014
8015 commit d23ff6827decf121461fbc5622612fd7effe207e
8016 Author: Guennadi Liakhovetski <lg@denx.de>
8017 Date:   Thu Apr 3 17:04:22 2008 +0200
8018
8019     MX31ADS network and flash updates
8020
8021     This patch allows U-Boot to use buffered writes to the Spansion NOR
8022     flash installed on this board, and eliminates long delays in network
8023     transfers after the board startup.
8024
8025     Also modify flash layout to embed main and redundant environment
8026     blocks in the U-Boot image.
8027
8028     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8029
8030 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
8031 Author: Guennadi Liakhovetski <lg@denx.de>
8032 Date:   Mon Apr 14 10:53:12 2008 +0200
8033
8034     Support for the MX31ADS evaluation board from Freescale
8035
8036     This patch adds support for the MX31ADS evaluation board from Freescale,
8037     initialization code is copied from RedBoot sources, also provided by
8038     Freescale.
8039
8040     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8041
8042 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
8043 Author: Stefan Roese <sr@denx.de>
8044 Date:   Tue Apr 8 10:33:29 2008 +0200
8045
8046     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
8047
8048     Signed-off-by: Stefan Roese <sr@denx.de>
8049
8050 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
8051 Author: Stefan Roese <sr@denx.de>
8052 Date:   Tue Apr 8 10:33:28 2008 +0200
8053
8054     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
8055
8056     Signed-off-by: Stefan Roese <sr@denx.de>
8057
8058 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
8059 Author: Stefan Roese <sr@denx.de>
8060 Date:   Tue Apr 8 10:33:27 2008 +0200
8061
8062     ppc4xx: Add Glacier NAND booting target
8063
8064     Signed-off-by: Stefan Roese <sr@denx.de>
8065
8066 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
8067 Author: Stefan Roese <sr@denx.de>
8068 Date:   Tue Apr 8 10:31:00 2008 +0200
8069
8070     nand_spl: Update nand_spl to support 2k page size NAND devices
8071
8072     This patch adds support for booting from 2k page sized NAND device
8073     (e.g. Micron 29F2G08AAC).
8074
8075     Tested on AMCC Canyonlands.
8076
8077     Signed-off-by: Stefan Roese <sr@denx.de>
8078
8079 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
8080 Author: Anatolij Gustschin <agust@denx.de>
8081 Date:   Thu Apr 17 18:18:00 2008 +0200
8082
8083     Fix crash on sequoia in ppc_4xx_eth_init
8084
8085     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
8086     with cache enabled (TLB Parity exeption). This patch
8087     fixes the problem.
8088
8089     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8090
8091 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
8092 Author: Anatolij Gustschin <agust@denx.de>
8093 Date:   Thu Apr 17 18:15:27 2008 +0200
8094
8095     ppc4xx: Fix crash on sequoia with cache enabled
8096
8097     Currently U-Boot crashes on sequoia board in CPU POST if
8098     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
8099     won't be disabled by change_tlb before CPU POST because
8100     there is an insufficient adress range check since
8101     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
8102     this problem.
8103
8104     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8105
8106 commit 43c509254fab375c49936498da944658117ed07c
8107 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8108 Date:   Thu Apr 17 23:35:13 2008 +0900
8109
8110     Use jr as register jump instruction
8111
8112     Current assembler codes are inconsistent in the way of register jump
8113     instruction usage; some use jr, some use j. Of course GNU as allows both
8114     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
8115     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
8116     at all.
8117
8118     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8119
8120 commit 7ce63709828d37b08866e537339a169bd0db2bd3
8121 Author: Guennadi Liakhovetski <lg@denx.de>
8122 Date:   Tue Apr 15 14:15:30 2008 +0200
8123
8124     RTC driver for MC13783
8125
8126     MC13783 is a multifunction IS with an SPI interface to the host. This
8127     driver handles the RTC controller in this chip.
8128
8129     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8130
8131 commit 38254f45b0b412332726c90d3184ad47479fcffb
8132 Author: Guennadi Liakhovetski <lg@denx.de>
8133 Date:   Tue Apr 15 14:14:25 2008 +0200
8134
8135     New i.MX31 SPI driver
8136
8137     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
8138     only implemented and tested on i.MX31, can with a modified register layout
8139     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
8140     controllers too.
8141
8142     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8143
8144 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
8145 Author: Magnus Lilja <lilja.magnus@gmail.com>
8146 Date:   Tue Apr 15 19:09:10 2008 +0200
8147
8148     Fix name of i.MX31 boards in config file header
8149
8150     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
8151
8152     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8153
8154 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
8155 Author: Mike Frysinger <vapier@gentoo.org>
8156 Date:   Sun Apr 13 19:42:19 2008 -0400
8157
8158     allow ports to override go behavior
8159
8160     Split the arch-specific logic out of the common go code and into a dedicated
8161     weak function called do_go_exec() that lives in cpu directories.  This will
8162     need review from i386/nios people to make sure I didn't break them.
8163
8164 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
8165 Author: Mike Frysinger <vapier@gentoo.org>
8166 Date:   Sun Apr 13 19:42:18 2008 -0400
8167
8168     allow ports to override bootelf behavior
8169
8170     Change the bootelf setup function into a dedicated weak function called
8171     do_bootelf_exec.  This way ports can control the behavior however they
8172     like before/after calling the ELF entry point.
8173
8174 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
8175 Author: Ulf Samuelsson <ulf@atmel.com>
8176 Date:   Sat Apr 12 20:56:03 2008 +0200
8177
8178     Reorder ARM boards in Makefile
8179
8180     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
8181     are no longer under ARM92xT header.
8182
8183     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
8184     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8185
8186 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
8187 Author: Ulf Samuelsson <ulf@atmel.com>
8188 Date:   Sat Apr 12 20:29:44 2008 +0200
8189
8190     Clean up dataflash partitioning
8191
8192     This patch removes the board dependent parts from
8193     "drivers/mtd/dataflash.c".
8194     Each board relying on this, will have the appropriate
8195     code in a new file, "partition.c" in the board directory.
8196     board Makefiles updated to use the file.
8197
8198     The dataflash partitions are aligned on sector/page boundaries.
8199
8200     The CONFIG_NEW_DF_PARTITION was used to create named partitions
8201     This is now the default operation, and the CONFIG variable is removed.
8202
8203     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
8204
8205 commit 51ecde946fec511a16346e498204ca10ad71080d
8206 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8207 Date:   Sat Apr 12 14:08:45 2008 +0200
8208
8209     gitignore: udpate stgit generated and .patch file
8210
8211     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8212
8213 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
8214 Author: Wolfgang Denk <wd@denx.de>
8215 Date:   Fri Apr 18 00:15:36 2008 -0700
8216
8217     Get rid of redundant copy of renamed header file.
8218
8219     Signed-off-by: Wolfgang Denk <wd@denx.de>
8220
8221 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
8222 Author: Vlad Lungu <vlad@comsys.ro>
8223 Date:   Fri Apr 11 21:20:14 2008 +0300
8224
8225     Fix dependency generation for older gcc versions
8226
8227      With gcc 3.3.3 at least, compilation fails with
8228
8229     Generating include/autoconf.mk
8230     gcc: compilation of header file requested
8231     make: *** [include/autoconf.mk] Error 1
8232
8233     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
8234
8235     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
8236
8237 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
8238 Author: Marian Balakowicz <m8@semihalf.com>
8239 Date:   Fri Apr 11 11:07:49 2008 +0200
8240
8241     Restore the ability to continue booting after legacy image overwrite
8242
8243     Before new uImage code was merged, bootm code allowed for the kernel image to
8244     get overwritten during decompresion. new uImage introduced a check for image
8245     overwrites and refused to boot the image that got overwritten. This patch
8246     restores the old behavior. It also adds a warning when the image overwriten is
8247     a multi-image file, because in such case accessing componentes other than the
8248     first one will fail.
8249
8250     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8251
8252 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
8253 Author: Marian Balakowicz <m8@semihalf.com>
8254 Date:   Fri Apr 11 11:07:43 2008 +0200
8255
8256     ppc: Fix ftd_blob variable init when processing raw blob
8257
8258     Set fdt_blob variable before its value is printed out.
8259
8260     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8261
8262 commit 3d36be030043cd841a2551d00a395135e363a64b
8263 Author: Jason Wessel <jason.wessel@windriver.com>
8264 Date:   Thu Apr 10 14:30:16 2008 -0500
8265
8266     Remove all the search paths from the .lds files.
8267
8268     The cross compiler is responsible for providing the correct libraries
8269     and the logic to find the linking libraries.
8270
8271     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
8272
8273 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
8274 Author: Bartlomiej Sieka <tur@semihalf.com>
8275 Date:   Mon Apr 14 15:44:16 2008 +0200
8276
8277     Boot-related documentation update
8278
8279     - document 'bootm_low' and 'bootm_size' environment variables
8280     - update inaccurate CFG_BOOTMAPSZ entry
8281
8282     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8283
8284 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
8285 Author: Guennadi Liakhovetski <lg@denx.de>
8286 Date:   Wed Apr 9 17:34:08 2008 +0200
8287
8288     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
8289
8290     Restore logic reverted by commit
8291
8292     commit 80767a6cead9990d9e77e62be947843c2c72f469
8293     Author: Peter Pearse <peter.pearse@arm.com>
8294     Date:   Wed Sep 5 16:04:41 2007 +0100
8295
8296         Changed API name to coloured_led.h
8297         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
8298         Tidied other cpu/arm920t/start.S code
8299
8300     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8301
8302 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
8303 Author: Mike Frysinger <vapier@gentoo.org>
8304 Date:   Tue Apr 8 10:24:24 2008 -0400
8305
8306     Remove conflicting NAND ID
8307
8308     There are two NAND entries with ID 0xDC and this obviously causes problems.
8309     In the kernel, they punted the first entry, so we should do the same.
8310
8311     See this upstream e-mail for more info:
8312     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
8313
8314     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
8315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8316
8317 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
8318 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8319 Date:   Tue Apr 8 16:20:35 2008 +0900
8320
8321     cpu/mips/cpu.c: Fix flush_cache bug
8322
8323     Cache operations have to take line address (addr), not start_addr.
8324     I noticed this bug when debugging ping failure.
8325
8326     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8327
8328 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
8329 Author: Martin Krause <martin.krause@tqs.de>
8330 Date:   Thu Apr 3 14:29:01 2008 +0200
8331
8332     TQM5200: fix default IDE reset level
8333
8334     Before the first call of ide_reset(), the level of the IDE reset
8335     signal on the TQM5200 is low (reset asserted). This patch sets the
8336     default value to high (reset not asserted).
8337
8338     Currently this patch fixes no real problem, but it is cleaner to
8339     assert the reset signal only on demand, and not permanently.
8340
8341     Signed-off-by: Martin Krause <martin.krause@tqs.de>
8342
8343 commit c61e033d6e8abb7b4060ee36060961e1399f6079
8344 Author: Detlev Zundel <dzu@denx.de>
8345 Date:   Thu Apr 3 14:18:48 2008 +0200
8346
8347     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
8348
8349     Signed-off-by: Detlev Zundel <dzu@denx.de>
8350
8351 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
8352 Author: Detlev Zundel <dzu@denx.de>
8353 Date:   Thu Apr 3 14:18:47 2008 +0200
8354
8355     mgcoge, mgsuv: rename 'addcon' to 'addcons'
8356
8357     The latter name with 13 users is already established, so we will use
8358     that.
8359
8360     Signed-off-by: Detlev Zundel <dzu@denx.de>
8361
8362 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
8363 Author: Martin Krause <martin.krause@tqs.de>
8364 Date:   Thu Apr 3 13:37:56 2008 +0200
8365
8366     IDE: fix bug in reset sequence
8367
8368     According to the ata (ata5) specification the RESET- signal
8369     shall be asserted for at least 25 us. Without this patch,
8370     the RESET- signal is asserted on some boards for only < 1 us
8371     (e. g. on the TQM5200). This patch adds a general delay of
8372     25 us to the RESET- signal.
8373
8374     Without this patch a Platinum 4 GiB CF card is not recognised
8375     properly on boards with a TQM5200 (STK52xx, TB5200).
8376
8377     Signed-off-by: Martin Krause <martin.krause@tqs.de>
8378
8379 commit 813bea96a960916c72b4a3a7df840151529c26ce
8380 Author: Sascha Laue <Sascha.Laue@gmx.biz>
8381 Date:   Thu Apr 3 14:43:11 2008 +0200
8382
8383     lwmon5: disable CONFIG_ZERO_BOOTDELAY
8384
8385     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
8386
8387 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
8388 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8389 Date:   Wed Apr 2 08:03:58 2008 +0200
8390
8391     ds174x: Fix warning on return in rtc_get and rtc_set functions
8392
8393     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8394
8395 commit a253b38bf50c85227c33ca0febc870ee49d1588e
8396 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8397 Date:   Wed Apr 2 08:03:57 2008 +0200
8398
8399     cmd_log.c: Fix assignment differ in signedness
8400
8401     In function 'logbuff_init_ptrs':
8402     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
8403
8404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8405
8406 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
8407 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
8408 Date:   Wed Apr 2 11:04:43 2008 +0530
8409
8410     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
8411
8412     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
8413
8414 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
8415 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8416 Date:   Tue Apr 1 14:07:10 2008 +0200
8417
8418     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
8419
8420     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8421
8422 commit c08fb3ea36d19b1640b7906264581e9105534399
8423 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8424 Date:   Tue Apr 15 10:24:14 2008 +0200
8425
8426     Additional PCI IDs for IDE and network controllers
8427
8428     These PCI IDs are required by the Linkstation platforms.
8429
8430     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8431
8432 commit c0559be371b2a64b1a817088c3308688e2182f93
8433 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
8434 Date:   Mon Apr 14 23:01:50 2008 +0200
8435
8436     Change env_get_char from a global function ptr to a function.
8437
8438     This avoids an early global data reference.
8439
8440     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
8441
8442 commit 3e0f331c05d72f140715c1e9fca991927e44d422
8443 Author: Guennadi Liakhovetski <lg@denx.de>
8444 Date:   Tue Apr 29 12:35:08 2008 +0000
8445
8446     Clean up smsc911x driver
8447
8448     Replace direct register address derefencing with accessor functions.
8449     Restrict explicitly 32-bit bus-width, extend affected configurations
8450     respectively.
8451
8452     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8453     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8454
8455 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
8456 Author: Sascha Hauer <s.hauer@pengutronix.de>
8457 Date:   Tue Apr 15 00:08:20 2008 -0400
8458
8459     This patch adds a driver for the following smsc network controllers:
8460     LAN9115
8461     LAN9116
8462     LAN9117
8463     LAN9215
8464     LAN9216
8465     LAN9217
8466
8467     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8468     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
8469     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8470
8471 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
8472 Author: Sascha Laue <Sascha.Laue@gmx.biz>
8473 Date:   Tue Apr 1 15:13:03 2008 +0200
8474
8475     Fix watchdog POST for lwmon5
8476
8477     If the hardware watchdog detects a voltage error, the watchdog sets
8478     GPIO62 to low. The watchdog POST has to detect this low level.
8479
8480     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
8481
8482 commit 24b448448a917e52806f82660a5c9d47608894fb
8483 Author: Dave Liu <r63238@freescale.com>
8484 Date:   Tue Apr 1 15:22:11 2008 +0800
8485
8486     ata: update the libata.h from ata.h of linux kernel
8487
8488     Current libata.h of u-boot is out of sync from linux kernel,
8489     this patch make it be consistent with linux kernel.
8490
8491     Signed-off-by: Dave Liu <daveliu@freescale.com>
8492     Signed-off-by: Tor Krill <tor@excito.com>
8493
8494 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
8495 Author: Kumar Gala <galak@kernel.crashing.org>
8496 Date:   Mon Mar 31 11:59:27 2008 -0500
8497
8498     Allow use of ARCH=powerpc when building
8499
8500     The linux kernel is now mostly ARCH=powerpc, so to make life easier
8501     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
8502
8503     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8504
8505 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
8506 Author: Kyungmin Park <kmpark@infradead.org>
8507 Date:   Mon Mar 31 10:40:54 2008 +0900
8508
8509     Add apollon board MAINTAINERS entry
8510
8511     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8512
8513 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
8514 Author: Kyungmin Park <kmpark@infradead.org>
8515 Date:   Mon Mar 31 10:40:36 2008 +0900
8516
8517     Fix OneNAND read
8518
8519     It should access with 16-bit instead of 8-bit
8520
8521     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
8522
8523     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8524
8525 commit a9da2b41079d230db3a5641625311983f85ce1fb
8526 Author: Kyungmin Park <kmpark@infradead.org>
8527 Date:   Mon Mar 31 10:40:19 2008 +0900
8528
8529     Fix OneNAND erase command
8530
8531     It mis-calculates the block address.
8532     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
8533
8534     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8535
8536 commit 61525f2ffa156665a66908fda47dbf29d65ea579
8537 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8538 Date:   Mon Mar 31 01:32:15 2008 +0200
8539
8540     Support for LinkStation / KuroBox HD and HG PPC models
8541
8542     This patch is based on the port by Mihai Georgian (see linkstation.c for
8543     Copyright information) and implements support for LinkStation / KuroBox HD
8544     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
8545     the moment, pending network driver fixing.
8546
8547     Notice to users: this is pretty much a barebone port. Support for network
8548     on HG models is already in the U-Boot mainline, but you might also want
8549     patches to switch fan / phy modes depending on the negotiated ethernet
8550     parameters. This patch also doesn't support console switching, booting EM
8551     mode, Buffalo specific ext2 magic number. So, if you want to use any of
8552     those, you need additional patches. Otherwise this patche provides a fully
8553     functional u-boot with a network console on your system.
8554
8555     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8556
8557 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
8558 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8559 Date:   Sun Mar 30 01:22:13 2008 -0500
8560
8561     Add CONFIG_MII_INIT support to related boards
8562
8563     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
8564     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
8565     that use mii_init() in cmd_init.c.
8566
8567     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8568     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8569
8570 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
8571 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8572 Date:   Sun Mar 30 01:19:06 2008 -0500
8573
8574     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
8575
8576     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
8577     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
8578
8579     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8580
8581 commit e99ccb488181d012248c6be30b2093e950319fc5
8582 Author: Kumar Gala <galak@kernel.crashing.org>
8583 Date:   Thu Mar 27 11:46:38 2008 -0500
8584
8585     Introduce phys_size_t and move phys_addr_t into asm/types.h
8586
8587     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
8588     that have larger physical addresses like 44x, 85xx, and 86xx.
8589
8590     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8591
8592 commit 20a14a42a25f72e379f38460b8a8484667536795
8593 Author: Andy Fleming <afleming@freescale.com>
8594 Date:   Wed Apr 2 16:19:07 2008 -0500
8595
8596     Rename include/md5.h to include/u-boot/md5.h
8597
8598     Some systems have md5.h installed in /usr/include/. This isn't the
8599     desired file (we want the one in include/md5.h). This will avoid the
8600     conflict. This fixes the host tools building problem by creating a new
8601     directory for U-Boot specific header files.
8602
8603     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
8604     Denk]
8605
8606     Signed-off-by: Wolfgang Denk <wd@denx.de>
8607     Signed-off-by: Andy Fleming <afleming@freescale.com>
8608     Acked-by: Timur Tabi <timur@freescale.com>
8609
8610 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
8611 Author: Dave Liu <r63238@freescale.com>
8612 Date:   Thu Mar 27 18:51:17 2008 +0800
8613
8614     drivers: code clean up
8615
8616     Signed-off-by: Dave Liu <daveliu@freescale.com>
8617
8618 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
8619 Author: Dave Liu <r63238@freescale.com>
8620 Date:   Thu Mar 27 18:50:41 2008 +0800
8621
8622     drivers: clean up the ata_piix.h
8623
8624     Signed-off-by: Dave Liu <daveliu@freescale.com>
8625
8626 commit e8f7ba404f1409606962815ecc955a06984b08b3
8627 Author: Dave Liu <r63238@freescale.com>
8628 Date:   Thu Mar 27 18:49:56 2008 +0800
8629
8630     doc: english polishing for README.sata
8631
8632     according to gvb's suggestion, polishing for the doc.
8633
8634     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
8635     Signed-off-by: Dave Liu <daveliu@freescale.com>
8636
8637 commit 3e3f766a5274d204780460e1879723b565296d34
8638 Author: Kumar Gala <galak@kernel.crashing.org>
8639 Date:   Wed Mar 26 18:53:28 2008 -0500
8640
8641     Fix warnings introduced by I2C bus speed setting patch
8642
8643     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8644
8645 commit 3c735e7437150e8615f26930c7819db85634276d
8646 Author: eran liberty <eran.liberty@gmail.com>
8647 Date:   Thu Mar 27 00:50:49 2008 +0100
8648
8649     Altera Stratix II support
8650
8651     Adds Support for Altera's Stratix II.
8652
8653     Within your board specific init file you will have to call
8654
8655     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
8656     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
8657
8658     Altera_desc* contines (for example):
8659         {
8660          Altera_StratixII,      /* part type */
8661          passive_serial,        /* interface type */
8662          1,                     /* bytes of data part can accept */
8663          (void *)(&funcs),      /* interface function table */
8664          0L,                    /* base interface address */
8665          0                      /* implementation specific cookie */
8666          }
8667
8668     funcs is the interface. It is of type altera_board_specific_func.
8669     It looks like this:
8670     altera_board_specific_func func = {
8671         pre_fn,
8672         config_fn,
8673         status_fn,
8674         done_fn,
8675         clk_fn,
8676         data_fn,
8677         abort_fn,
8678         post_fn,
8679     };
8680
8681     you will have to implement these functions, which is usually bit
8682     banging some gpio.
8683
8684     Signed-off-by: Eran Liberty <liberty@extricom.com>
8685
8686 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
8687 Author: Wolfgang Denk <wd@denx.de>
8688 Date:   Sun Apr 13 14:32:54 2008 -0700
8689
8690     Update CHANGELOG
8691
8692     Signed-off-by: Wolfgang Denk <wd@denx.de>
8693
8694 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
8695 Author: Sascha Hauer <s.hauer@pengutronix.de>
8696 Date:   Wed Mar 26 20:41:17 2008 +0100
8697
8698     Phytec Phycore-i.MX31 support
8699
8700     This patch adds support for the Phytec Phycore-i.MX31 board
8701
8702     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8703     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8704
8705 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
8706 Author: Sascha Hauer <s.hauer@pengutronix.de>
8707 Date:   Wed Mar 26 20:41:09 2008 +0100
8708
8709     mx31 litekit support
8710
8711     This patch adds support for the mx31 litekit board
8712
8713     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8714     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8715
8716 commit cdace0661208754a53019ea0dc7b803a040e0939
8717 Author: Sascha Hauer <s.hauer@pengutronix.de>
8718 Date:   Wed Mar 26 20:40:49 2008 +0100
8719
8720     add an i2c driver for mx31
8721
8722     This patch adds an i2c driver for Freescale i.MX processors
8723
8724     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8725     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8726
8727 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
8728 Author: Sascha Hauer <s.hauer@pengutronix.de>
8729 Date:   Wed Mar 26 20:40:42 2008 +0100
8730
8731     core support for Freescale mx31
8732
8733     This patch adds the core support for Freescale mx31
8734
8735     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8736     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8737
8738 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
8739 Author: Wolfgang Denk <wd@denx.de>
8740 Date:   Sun Apr 13 14:19:23 2008 -0700
8741
8742     Fix compile error
8743
8744     ...as suggested by Peter Pearse
8745
8746     Signed-off-by: Wolfgang Denk <wd@denx.de>
8747
8748 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
8749 Author: Sascha Hauer <s.hauer@pengutronix.de>
8750 Date:   Wed Mar 26 20:40:36 2008 +0100
8751
8752     Separate omap24xx specific code from arm1136
8753
8754     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
8755     to cpu/arm1136/omap24xx.
8756
8757     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8758     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8759
8760 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
8761 Author: Mike Frysinger <vapier@gentoo.org>
8762 Date:   Tue Jan 29 18:21:05 2008 -0500
8763
8764     disable caches before booting an app for Blackfin apps
8765
8766     It isn't generally save to execute applications outside of U-Boot with caches
8767     enabled due to the way the Blackfin processor handles caches (requires
8768     software assistance).  This patch disables caches before booting an ELF or
8769     just booting raw code.  The previous discussion on the patch was that we
8770     wanted to use weaks instead, but that proved to not be feasible when multiple
8771     symbols are involved, which puts us back at the ifdef solution.  I've
8772     minimized the ugliness by moving the setup step outside of the main function.
8773
8774     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8775
8776 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
8777 Author: Wolfgang Denk <wd@denx.de>
8778 Date:   Sun Apr 13 10:03:54 2008 -0700
8779
8780     ppc: Get rid of unused machine type definitions
8781
8782     Signed-off-by: Wolfgang Denk <wd@denx.de>
8783
8784 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
8785 Author: Wolfgang Denk <wd@denx.de>
8786 Date:   Sun Apr 13 09:59:26 2008 -0700
8787
8788     Coding Style cleanup; update CHANGELOG
8789
8790     Signed-off-by: Wolfgang Denk <wd@denx.de>
8791
8792 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
8793 Author: Larry Johnson <lrj@acm.org>
8794 Date:   Thu Feb 21 13:58:11 2008 -0500
8795
8796     LM73 bug fix for negative temperatures and cleanup
8797
8798     When the LM73 temperature sensor measures a temperature below 0 C, the
8799     current driver does not perform sign extension, so the result returned is
8800     512 C too high.  This patch fixes the problem, and does general cleanup
8801     of the code.
8802
8803     Signed-off-by: Larry Johnson <lrj@acm.org>
8804
8805 commit 96ef831f713289afba19da0c8f905e99da2b23e0
8806 Author: Guennadi Liakhovetski <lg@denx.de>
8807 Date:   Thu Apr 3 13:36:02 2008 +0200
8808
8809     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
8810
8811     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
8812     series require different addresses for buffered write commands. Define a
8813     configuration option to support buffered writes on those chips. A more
8814     elegant solution would be to automatically detect those chips by parsing
8815     their CFI records, but that would require introduction of a fixup table
8816     into the cfi_flash driver.
8817
8818     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8819
8820 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
8821 Author: Lee Nipper <lee.nipper@freescale.com>
8822 Date:   Thu Apr 10 09:35:06 2008 -0500
8823
8824     mpc83xx: Update DIMM data bus width test to support 40-bit width
8825
8826     32-bit wide ECC memory modules report 40-bit width.
8827     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
8828
8829     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
8830     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8831
8832 commit 5fb5a689d822ca61e814bd523fc930af335242fa
8833 Author: Dave Liu <r63238@freescale.com>
8834 Date:   Mon Mar 31 17:05:12 2008 +0800
8835
8836     mpc83xx: Fix the bug of serdes initialization
8837
8838     Currently the serdes will not be initializated due to the
8839     partid's error.
8840
8841     Signed-off-by: Dave Liu <daveliu@freescale.com>
8842     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8843
8844 commit 2000784818f043db7ca60e2846a72d097766b894
8845 Author: Dave Liu <r63238@freescale.com>
8846 Date:   Thu Apr 3 16:28:29 2008 +0800
8847
8848     mpc83xx: Fix the SATA clock setting of 837x targets
8849
8850     Currently the SATA controller clock is configured as CSB clock,
8851     usually the CSB clock is 400/333/266MHz.
8852
8853     However, The SATA IP block is only guaranteed to operate up to
8854     200 MHz as stated in the HW spec.
8855
8856     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
8857
8858     This patch makes the SATA clock as half of CSB clock.
8859
8860     Signed-off-by: Dave Liu <daveliu@freescale.com>
8861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8862
8863 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
8864 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8865 Date:   Wed Apr 2 13:41:21 2008 +0200
8866
8867     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
8868
8869     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8870     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8871
8872 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
8873 Author: Kumar Gala <galak@kernel.crashing.org>
8874 Date:   Wed Apr 9 04:20:57 2008 -0500
8875
8876     85xx: Fix detection of MP cpu spin up
8877
8878     We were looking at the wrong memory offset to determine of a secondary
8879     cpu had been spun up or not.  Also added a warning message if the
8880     all the secondary cpus we expect don't spin up.
8881
8882     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8883
8884 commit f3e04bdc3f360c66801a9048956e61e41a16edba
8885 Author: Kumar Gala <galak@kernel.crashing.org>
8886 Date:   Tue Apr 8 10:45:50 2008 -0500
8887
8888     85xx: Use SVR_SOC_VER instead of SVR_VER
8889
8890     The recent change introduced by 'Update SVR numbers to expand support'
8891     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
8892     to compare against a particular processor id.
8893
8894     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8895
8896 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
8897 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
8898 Date:   Fri Apr 11 10:00:35 2008 -0400
8899
8900     ppc4xx: Fix power mgt definitions for PPC440
8901
8902     Corrected DCR addresses of PPC440EP power management registers.
8903
8904     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
8905
8906 commit 950a392464e616b4590bc4501be46e2d7d162dea
8907 Author: Wolfgang Denk <wd@denx.de>
8908 Date:   Fri Apr 11 15:11:26 2008 +0200
8909
8910     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
8911
8912     Reverting became necessary after it turned out that the patches in
8913     the u-boot-arm repo were modified, and in some cases corrupted.
8914
8915     This reverts the following commits:
8916
8917         066bebd6353e33af3adefc3404560871699e9961
8918         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
8919         c88ae20580b2b01487b4cdcc8b2a113f551aee36
8920         a147e56f03871bba4f05058d5e04ce7deb010b04
8921         d6674e0e2a6a1f033945f78838566210d3f28c95
8922         8c8463cce44d849e37744749b32d38e1dfb12e50
8923         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
8924         8bf69d81782619187933a605f1a95ee1d069478d
8925         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
8926         a574a73852a527779234e73e17e7597fd8128882
8927         1377b5583a48021d983e1fd565f7d40c89e84d63
8928         1704dc20917b4f71e373e2c888497ee666d40380
8929
8930     Signed-off-by: Wolfgang Denk <wd@denx.de>
8931
8932 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
8933 Author: Stefan Roese <sr@denx.de>
8934 Date:   Fri Apr 11 07:02:29 2008 +0200
8935
8936     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
8937
8938     This patch reworks the default environment on Kilauea/Haleakala. Now
8939     "net_nfs" for exmaple uses the device-tree style booting formerly know
8940     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
8941     new image booting support, which check for image overwriting. So the
8942     addresses needed togeet adjusted.
8943
8944     Signed-off-by: Stefan Roese <sr@denx.de>
8945
8946 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
8947 Author: Stefan Roese <sr@denx.de>
8948 Date:   Wed Apr 9 11:58:02 2008 +0200
8949
8950     ppc4xx: Fix Canyonlands default environment to work with new image support
8951
8952     Since the new image support checks for image overwriting, the default
8953     environment needs to get adjusted to use correct addresses.
8954
8955     Signed-off-by: Stefan Roese <sr@denx.de>
8956
8957 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
8958 Author: Stefan Roese <sr@denx.de>
8959 Date:   Wed Apr 9 11:54:11 2008 +0200
8960
8961     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
8962
8963     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
8964     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
8965     on 4xx systems _start currently cannot be used for this calculation.
8966     So revert back to the original version for now.
8967
8968     Signed-off-by: Stefan Roese <sr@denx.de>
8969
8970 commit f91374f65eae8b42cac329e06ba1c54728278efb
8971 Author: Michal Simek <monstr@monstr.eu>
8972 Date:   Fri Mar 28 12:49:52 2008 +0100
8973
8974     microblaze: Sort microblaze boards in MAKEALL script
8975
8976 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
8977 Author: Michal Simek <monstr@monstr.eu>
8978 Date:   Fri Mar 28 11:58:45 2008 +0100
8979
8980     microblaze: clean microblaze_config.mk
8981
8982     FLAGS are generated by U-BOOT generator.
8983     Board specific FLAGS are in board directory
8984
8985     Signed-off-by: Michal Simek <monstr@monstr.eu>
8986
8987 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
8988 Author: Michal Simek <monstr@monstr.eu>
8989 Date:   Fri Mar 28 12:47:19 2008 +0100
8990
8991     microblaze: xupv2p fix config file for supporting FDT
8992
8993 commit 188dc16b189143573b1ed90e584bf866d75cdd12
8994 Author: Michal Simek <monstr@monstr.eu>
8995 Date:   Fri Mar 28 11:53:02 2008 +0100
8996
8997     microblaze: ml401 fix config file for supporting FDT
8998
8999     Signed-off-by: Michal Simek <monstr@monstr.eu>
9000
9001 commit 4c6a6f02e239236261333759997eeaf86b30b54c
9002 Author: Michal Simek <monstr@monstr.eu>
9003 Date:   Fri Mar 28 11:22:48 2008 +0100
9004
9005     microblaze: ml401 - add ifdef for GPIO
9006
9007     Signed-off-by: Michal Simek <monstr@monstr.eu>
9008
9009 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
9010 Author: Michal Simek <monstr@monstr.eu>
9011 Date:   Fri Mar 28 12:13:03 2008 +0100
9012
9013     microblaze: clean uart16550 and uartlite handling
9014
9015     Signed-off-by: Michal Simek <monstr@monstr.eu>
9016
9017 commit 0b20f250877441460fb79d72192954abe8498834
9018 Author: Michal Simek <monstr@monstr.eu>
9019 Date:   Fri Mar 28 11:08:31 2008 +0100
9020
9021     microblaze: Add Emaclite driver to Makefile
9022
9023     Signed-off-by: Michal Simek <monstr@monstr.eu>
9024
9025 commit 868cde5310f88234b774878e4f06e79df10a88b3
9026 Author: Michal Simek <monstr@monstr.eu>
9027 Date:   Fri Mar 28 11:08:01 2008 +0100
9028
9029     microblaze: Add Emac driver to Makefile
9030
9031     Signed-off-by: Michal Simek <monstr@monstr.eu>
9032
9033 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
9034 Author: Michal Simek <monstr@monstr.eu>
9035 Date:   Fri Mar 28 12:42:29 2008 +0100
9036
9037     microblaze: add Emac ethernet driver
9038
9039 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
9040 Author: Michal Simek <monstr@monstr.eu>
9041 Date:   Fri Mar 28 12:41:56 2008 +0100
9042
9043     microblaze: add Emaclite ethernet driver
9044
9045 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
9046 Author: Michal Simek <monstr@monstr.eu>
9047 Date:   Fri Mar 28 11:04:01 2008 +0100
9048
9049     microblaze: ML401 and XUPV2P remove emac and emaclite reference
9050
9051     Signed-off-by: Michal Simek <monstr@monstr.eu>
9052
9053 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
9054 Author: Michal Simek <monstr@monstr.eu>
9055 Date:   Fri Mar 28 10:59:32 2008 +0100
9056
9057     microblaze: remove old setting for emac driver
9058
9059     Signed-off-by: Michal Simek <monstr@monstr.eu>
9060
9061 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
9062 Author: Michal Simek <monstr@monstr.eu>
9063 Date:   Fri Mar 28 10:58:15 2008 +0100
9064
9065     microblaze: Clean Makefile from ancient emac driver
9066
9067     Signed-off-by: Michal Simek <monstr@monstr.eu>
9068
9069 commit ab68f921d9c741830f721c3d879c13a0c5597183
9070 Author: Daniel Hellstrom <daniel@gaisler.com>
9071 Date:   Fri Mar 28 10:20:43 2008 +0100
9072
9073     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
9074
9075     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9076
9077 commit 6ed8a43a19bb0275501bc286007daafa923552cf
9078 Author: Daniel Hellstrom <daniel@gaisler.com>
9079 Date:   Wed Mar 26 23:38:48 2008 +0100
9080
9081     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.
9082
9083     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9084
9085 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
9086 Author: Daniel Hellstrom <daniel@gaisler.com>
9087 Date:   Wed Mar 26 23:34:47 2008 +0100
9088
9089     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
9090
9091     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9092
9093 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
9094 Author: Daniel Hellstrom <daniel@gaisler.com>
9095 Date:   Fri Mar 28 10:06:52 2008 +0100
9096
9097     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
9098
9099     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9100
9101 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
9102 Author: Daniel Hellstrom <daniel@gaisler.com>
9103 Date:   Wed Mar 26 23:26:48 2008 +0100
9104
9105     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
9106
9107     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9108
9109 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
9110 Author: Daniel Hellstrom <daniel@gaisler.com>
9111 Date:   Fri Mar 28 10:00:33 2008 +0100
9112
9113     SPARC: Added support for SPARC LEON2 SOC Processor.
9114
9115     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9116
9117 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
9118 Author: Daniel Hellstrom <daniel@gaisler.com>
9119 Date:   Wed Mar 26 23:00:38 2008 +0100
9120
9121     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.
9122
9123     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9124
9125 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
9126 Author: Daniel Hellstrom <daniel@gaisler.com>
9127 Date:   Wed Mar 26 22:51:29 2008 +0100
9128
9129     SPARC: Added support for SPARC LEON3 SOC processor.
9130
9131     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9132
9133 commit bf3d8b31169546fcddb4737391e1893fb12d033a
9134 Author: Daniel Hellstrom <daniel@gaisler.com>
9135 Date:   Fri Mar 28 08:29:26 2008 +0100
9136
9137     SPARC: added SPARC support for new uimage in common code.
9138
9139     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9140
9141 commit 00ab32c85405a4fe65fd4128243086210fc90a21
9142 Author: Daniel Hellstrom <daniel@gaisler.com>
9143 Date:   Wed Mar 26 22:36:03 2008 +0100
9144
9145     SPARC: added SPARC board information to the command bdinfo.
9146
9147     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9148
9149 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
9150 Author: Daniel Hellstrom <daniel@gaisler.com>
9151 Date:   Fri Mar 28 09:47:00 2008 +0100
9152
9153     SPARC: Added generic support for SPARC architecture.
9154
9155     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9156
9157 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
9158 Author: Stefan Roese <sr@denx.de>
9159 Date:   Thu Apr 3 14:50:34 2008 +0200
9160
9161     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
9162
9163     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
9164     has 2 RGMII instances and we need to configure the 2nd RGMII instance
9165     for the EMAC2+3 channels.
9166
9167     Signed-off-by: Stefan Roese <sr@denx.de>
9168
9169 commit c2a545ce33b26d80337f80b533828839249fb1c9
9170 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9171 Date:   Wed Apr 2 08:03:56 2008 +0200
9172
9173     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
9174
9175     fdt.c: In function 'ft_cpu_setup':
9176     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
9177     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
9178     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
9179     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
9180
9181     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9182
9183 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
9184 Author: Andy Fleming <afleming@freescale.com>
9185 Date:   Mon Mar 31 20:45:56 2008 -0500
9186
9187     Fix fdt set command to conform to dts spec
9188
9189     The fdt set command was treating properties specified as <00> and <0011>
9190     as byte streams, rather than as an array of cells.  As we already have
9191     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
9192     we should use the <> syntax to describe arrays of cells, which are always
9193     32-bits per element.  If we imagine this likely (IMHO) scenario:
9194
9195     > fdt set /ethernet-phy@1 reg <1>
9196
9197     With the old code, this would create a bad fdt, since the reg cell would be
9198     made to be one byte in length.  But the cell must be 4 bytes, so this would
9199     break mysteriously.
9200
9201     Also, the dts spec calls for constants inside the angle brackets (<>)
9202     to conform to C constant standards as they pertain to base.
9203     Take this scenario:
9204
9205     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
9206
9207     The old fdt command would complain that it couldn't parse that.  Or, if you
9208     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
9209     do this:
9210
9211     > fdt set /mydev clock <1f78a40>
9212
9213     Whereas the new code will accept decimal numbers.
9214
9215     While I was in there, I extended the fdt command parser to handle property
9216     strings which are split across multiple arguments:
9217
9218     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
9219     > fdt p /ethernet@f00
9220     ethernet@f00 {
9221         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
9222     };
9223
9224     Lastly, the fdt print code was rearranged slightly to print arrays of cells
9225     if the length of the property is a multiple of 4 bytes, and to not print
9226     leading zeros.
9227
9228     Signed-off-by: Andy Fleming <afleming@freescale.com>
9229
9230 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
9231 Author: Stefan Roese <sr@denx.de>
9232 Date:   Wed Apr 2 08:39:33 2008 +0200
9233
9234     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
9235
9236     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
9237     interface. This usage can be configured with the jumper J6. This patch
9238     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
9239     is installed.
9240
9241     Signed-off-by: Stefan Roese <sr@denx.de>
9242
9243 commit 6fe2946f198481254a6ee9600d7456b8316a4083
9244 Author: Kim Phillips <kim.phillips@freescale.com>
9245 Date:   Fri Mar 28 17:37:49 2008 -0500
9246
9247     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
9248
9249     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
9250     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
9251     started.
9252
9253     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9254
9255 commit b5873f1732b92a25690e1513b90dfb0d644f6697
9256 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9257 Date:   Tue Apr 1 07:30:51 2008 +0200
9258
9259     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
9260
9261     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9262
9263 commit 2d934ea51f276522b532f870a820e844ff480b5b
9264 Author: Tor Krill <tor@excito.com>
9265 Date:   Fri Mar 28 15:29:45 2008 +0100
9266
9267     Add Vitesse 8601 support to TSEC driver
9268
9269     Add phy_info for Vitesse VSC8601.
9270     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
9271
9272     Signed-off-by: Tor Krill <tor@excito.com>
9273     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
9274     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9275
9276 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
9277 Author: Daniel Hellstrom <daniel@gaisler.com>
9278 Date:   Mon Mar 31 14:25:00 2008 +0000
9279
9280     SPARC: added SMC91111 driver in and out macros for LEON processors.
9281
9282     This patch makes SPARC/LEON processors able to read and write
9283     to the SMC91111 chip using the chip external I/O bus of the memory
9284     controller. This patchs defines the standard in and out macros
9285     expected by the SMC9111 driver.
9286
9287     To access that I/O bus one must set up the memory controller
9288     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
9289     up this correctly when the other MCTRL parameters are set up. It
9290     can be set up from the board configuration header file.
9291
9292     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9293     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9294
9295 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
9296 Author: Stelian Pop <stelian@popies.net>
9297 Date:   Wed Mar 26 18:52:34 2008 +0100
9298
9299     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
9300
9301     Signed-off-by: Stelian Pop <stelian@popies.net>
9302
9303 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
9304 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9305 Date:   Mon Mar 31 21:31:04 2008 +0200
9306
9307     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
9308
9309     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9310
9311 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
9312 Author: Stelian Pop <stelian@popies.net>
9313 Date:   Wed Mar 26 18:52:33 2008 +0100
9314
9315     Add support for AT91SAM9260EK
9316
9317     Support for booting from internal DataFlash, external DataFlash card
9318     or NAND flash is available.
9319
9320     Signed-off-by: Stelian Pop <stelian@popies.net>
9321
9322 commit 1762f13b4aab88b685b1722f17dada247945624b
9323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9324 Date:   Mon Mar 31 21:20:49 2008 +0200
9325
9326     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
9327
9328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9329
9330 commit 761712188b353494defb2b644491ff73d0daaa6f
9331 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9332 Date:   Mon Mar 31 21:12:17 2008 +0200
9333
9334     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
9335
9336     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9337
9338 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
9339 Author: Stelian Pop <stelian@popies.net>
9340 Date:   Wed Mar 26 20:52:32 2008 +0100
9341
9342     Port AT91CAP9 to the new headers
9343
9344     Adapt the existing AT91CAP9 code to the new headers and APIs.
9345
9346     Signed-off-by: Stelian Pop <stelian@popies.net>
9347
9348 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
9349 Author: Stelian Pop <stelian@popies.net>
9350 Date:   Wed Mar 26 19:52:31 2008 +0100
9351
9352     Finish header files reworking
9353
9354     Replace AT91CAP9.h file with several splitted header files coming
9355     from the Linux kernel.
9356
9357     This is part 2 of the replacement: more header imports and edits.
9358
9359     Signed-off-by: Stelian Pop <stelian@popies.net>
9360
9361 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
9362 Author: Stelian Pop <stelian@popies.net>
9363 Date:   Wed Mar 26 19:52:30 2008 +0100
9364
9365     Import several header files from Linux
9366
9367     Replace AT91CAP9.h file with several splitted header files coming
9368     from the Linux kernel.
9369
9370     This is part 1 of the replacement: pristine header files import.
9371
9372     Signed-off-by: Stelian Pop <stelian@popies.net>
9373
9374 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
9375 Author: Stelian Pop <stelian@popies.net>
9376 Date:   Wed Mar 26 20:52:28 2008 +0100
9377
9378     Move at91cap9 specific files to at91sam9 directory
9379
9380     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
9381     common infrastructure can be used. Let this infrastructure be
9382     named after the AT91SAM9 family, and move the existing AT91CAP9
9383     files to the new place.
9384
9385     Signed-off-by: Stelian Pop <stelian@popies.net>
9386
9387 commit 61106a565870ff503f92b251b94bd7afef889a04
9388 Author: Stelian Pop <stelian@popies.net>
9389 Date:   Wed Mar 26 21:52:27 2008 +0100
9390
9391     Use timer_init() instead of board supplied interrupt_init()
9392
9393     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
9394     the board, so use timer_init() instead of interrupt_init().
9395
9396     Signed-off-by: Stelian Pop <stelian@popies.net>
9397
9398 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
9399 Author: Stelian Pop <stelian@popies.net>
9400 Date:   Wed Mar 26 21:52:36 2008 +0100
9401
9402     Cleanup DataFlash partition handling
9403
9404     DataFlash partition information has become a mess. This patch
9405     defines a single partition scheme for Atmel DataFlashes. This partition
9406     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
9407
9408     Signed-off-by: Stelian Pop <stelian@popies.net>
9409
9410 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
9411 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9412 Date:   Fri Mar 28 08:47:45 2008 -0500
9413
9414     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
9415
9416     When the version_string function in start.S is not 4-byte align,
9417     it will cause the compiler generates "unaligned opcodes detected
9418     in executable segment". This issue affects all ColdFire CPUs.
9419     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
9420     it is not aligned.
9421
9422     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9423     Acked-by: John Rigby <jrigby@freescale.com>
9424
9425 commit bae61eefe15b4d454060a7140e49ae58322be803
9426 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9427 Date:   Tue Mar 25 15:41:15 2008 -0500
9428
9429     ColdFire: Add dspi and serial flash support for MCF5445x
9430
9431     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9432     Acked-by: John Rigby <jrigby@freescale.com>
9433
9434 commit 48ead7a7a922fceaf494e352abfab8216a41b417
9435 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9436 Date:   Tue Mar 18 17:37:01 2008 -0500
9437
9438     ColdFire: Remove R5200 board
9439
9440     This board never went into production
9441
9442     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
9443     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9444     Acked-by: John Rigby <jrigby@freescale.com>
9445
9446 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
9447 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
9448 Date:   Thu Jan 24 14:02:32 2008 -0600
9449
9450     ColdFire: Added M5275EVB support.
9451
9452     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
9453     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9454     Acked-by: John Rigby <jrigby@freescale.com>
9455
9456 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
9457 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
9458 Date:   Mon Feb 4 15:38:20 2008 -0600
9459
9460     ColdFire: Added MCF5275 cpu support.
9461
9462     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
9463     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9464     Acked-by: John Rigby <jrigby@freescale.com>
9465
9466 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
9467 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9468 Date:   Mon Mar 17 12:14:11 2008 -0500
9469
9470     ColdFire: Define bootdelay in configuration file for M52277EVB
9471
9472     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
9473     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9474     Acked-by: John Rigby <jrigby@freescale.com>
9475
9476 commit 77878f16cedee17161ff2336990970fffc6cea35
9477 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9478 Date:   Mon Mar 17 12:09:07 2008 -0500
9479
9480     ColdFire: Fix second memory Chipselect for M5475EVB
9481
9482     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9483     Acked-by: John Rigby <jrigby@freescale.com>
9484
9485 commit 43d60642395a550956cb21d287c8cfa563913d28
9486 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9487 Date:   Thu Mar 13 14:26:32 2008 -0500
9488
9489     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
9490
9491     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9492     Acked-by: John Rigby <jrigby@freescale.com>
9493
9494 commit eb14ebe813a0cb5d47905228da446a5ad692473b
9495 Author: Larry Johnson <lrj@acm.org>
9496 Date:   Sun Mar 30 20:33:04 2008 -0500
9497
9498     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
9499
9500     Signed-off-by: Larry Johnson <lrj@acm.org>
9501
9502 commit 02e3892021112f21067d9ed1d04ae4182725ba52
9503 Author: Stefan Roese <sr@denx.de>
9504 Date:   Mon Mar 31 12:20:48 2008 +0200
9505
9506     ppc4xx: Small whitespace fix of esd patches
9507
9508     Signed-off-by: Stefan Roese <sr@denx.de>
9509
9510 commit 034394abb524785047c815f00dde8cdbdc1593c5
9511 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9512 Date:   Sun Mar 30 18:52:44 2008 +0200
9513
9514     ppc4xx: Cleanup PMC440 board support
9515
9516     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9517
9518 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
9519 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9520 Date:   Sun Mar 30 18:52:06 2008 +0200
9521
9522     ppc4xx: Add ptm configuration variables for PMC440
9523
9524     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
9525     environment variables.
9526
9527     Cleanup pci_target_init.
9528
9529     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9530
9531 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
9532 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9533 Date:   Sun Mar 30 18:01:15 2008 +0200
9534
9535     ppc4xx: Minor updates for DU440 boards
9536
9537     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9538
9539 commit d5bffeb868d6b4d462f558dac43011027b6644b7
9540 Author: Mike Frysinger <vapier@gentoo.org>
9541 Date:   Tue Feb 19 00:54:20 2008 -0500
9542
9543     Blackfin: cleanup and overhaul common board init functions
9544
9545     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9546
9547 commit b86b3416f874358acaf07519e7620cdb2145f75b
9548 Author: Mike Frysinger <vapier@gentoo.org>
9549 Date:   Tue Feb 19 00:50:58 2008 -0500
9550
9551     Blackfin: cleanup lib_blackfin/cache.c
9552
9553     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9554
9555 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
9556 Author: Mike Frysinger <vapier@gentoo.org>
9557 Date:   Sun Mar 30 15:46:13 2008 -0400
9558
9559     Blackfin: unify cpu and boot modes
9560
9561     All of the duplicated code for Blackfin processors and boot modes have been
9562     unified.  After all, the core is the same for all processors, just the
9563     peripheral set differs (which gets handled in the drivers).
9564
9565     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9566
9567 commit 880cc4381ea8360248cddcdf87a64566745a5724
9568 Author: Stelian Pop <stelian@popies.net>
9569 Date:   Wed Mar 26 22:52:35 2008 +0100
9570
9571     Fix CFG_NO_FLASH compilation.
9572
9573     Many Atmel boards have no "real" (NOR) flash on board, and rely only
9574     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
9575     be present in a board configuration file, while still enabling flash
9576     commands like 'flinfo', 'protect', etc.
9577
9578     Signed-off-by: Stelian Pop <stelian@popies.net>
9579
9580 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
9581 Author: Mike Frysinger <vapier@gentoo.org>
9582 Date:   Tue Feb 19 00:58:13 2008 -0500
9583
9584     Blackfin: BF537-stamp: cleanup spi flash driver
9585
9586     This punts the old spi flash driver for a new/generalized one until the
9587     common one can be integrated.
9588
9589     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9590
9591 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
9592 Author: Ben Warren <biggerbadderben@gmail.com>
9593 Date:   Sun Mar 30 11:34:34 2008 -0400
9594
9595     Fix macro typo in common/cmd_mii.c
9596
9597     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
9598     actually applied the wrong patch.
9599
9600     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9601
9602 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
9603 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9604 Date:   Sun Mar 30 16:39:53 2008 +0200
9605
9606     use correct at91rm9200 register name in m501sk board
9607
9608     This fixes a naming bug for at91rm9200 lowlevel init code:
9609     NOR boot flash is on chipselect 0, not chipselect 2.  This
9610     makes code use the register name from chip datasheets.
9611
9612     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9613
9614 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
9615 Author: David Brownell <david-b@pacbell.net>
9616 Date:   Fri Jan 18 12:55:00 2008 -0800
9617
9618     use correct at91rm9200 register name
9619
9620     This fixes a naming bug for at91rm9200 lowlevel init code:
9621     NOR boot flash is on chipselect 0, not chipselect 2.  This
9622     makes code use the register name from chip datasheets.
9623
9624     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9625
9626 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
9627 Author: David Brownell <david-b@pacbell.net>
9628 Date:   Fri Jan 18 12:45:45 2008 -0800
9629
9630     add missing ARM boards to MAKEALL
9631
9632     Add some missing ARM boards to MAKEALL.  These build correctly,
9633     unlike several of the boards already listed.
9634
9635     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9636
9637 commit 066bebd6353e33af3adefc3404560871699e9961
9638 Author: Peter Pearse <peter.pearse@arm.com>
9639 Date:   Sun Mar 30 11:34:09 2008 +0100
9640
9641     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
9642     to prevent compilation error.
9643
9644     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
9645
9646 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
9647 Author: Guennadi Liakhovetski <[lg@denx.de]>
9648 Date:   Sun Mar 30 11:32:30 2008 +0100
9649
9650     Support for the MX31ADS evaluation board from Freescale
9651
9652     This patch adds support for the MX31ADS evaluation board from Freescale,
9653     initialization code is copied from RedBoot sources, also provided by Freescale.
9654
9655     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9656
9657 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
9658 Author: Sascha Hauer <s.hauer@pengutronix.de>
9659 Date:   Sun Mar 30 11:32:27 2008 +0100
9660
9661     Phytec Phycore-i.MX31 support
9662
9663     This patch adds support for the Phytec Phycore-i.MX31 board
9664
9665     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9666     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9667
9668 commit a147e56f03871bba4f05058d5e04ce7deb010b04
9669 Author: Sascha Hauer <s.hauer@pengutronix.de>
9670 Date:   Sun Mar 30 11:32:24 2008 +0100
9671
9672     mx31 litekit support
9673
9674     This patch adds support for the mx31 litekit board
9675
9676     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9677     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9678
9679 commit d6674e0e2a6a1f033945f78838566210d3f28c95
9680 Author: Sascha Hauer <s.hauer@pengutronix.de>
9681 Date:   Sun Mar 30 11:32:21 2008 +0100
9682
9683     add SMSC LAN9x1x Network driver
9684
9685     This patch adds a driver for the following smsc network controllers:
9686     LAN9115
9687     LAN9116
9688     LAN9117
9689     LAN9215
9690     LAN9216
9691     LAN9217
9692
9693     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9694     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9695
9696 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
9697 Author: Sascha Hauer <s.hauer@pengutronix.de>
9698 Date:   Sun Mar 30 11:32:16 2008 +0100
9699
9700     add an i2c driver for mx31
9701
9702     This patch adds an i2c driver for Freescale i.MX processors
9703
9704     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9705     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9706
9707 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
9708 Author: Sascha Hauer <s.hauer@pengutronix.de>
9709 Date:   Sun Mar 30 11:30:43 2008 +0100
9710
9711     core support for Freescale mx31
9712
9713     This patch adds the core support for Freescale mx31
9714
9715     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9716     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9717
9718 commit 8bf69d81782619187933a605f1a95ee1d069478d
9719 Author: Sascha Hauer <s.hauer@pengutronix.de>
9720 Date:   Sun Mar 30 11:28:46 2008 +0100
9721
9722     Separate omap24xx specific code from arm1136
9723
9724     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
9725
9726     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9727     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9728
9729 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
9730 Author: Peter Pearse <peter.pearse@arm.com>
9731 Date:   Sun Mar 30 11:23:05 2008 +0100
9732
9733     Add pmdra into MAKEALL
9734
9735     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
9736
9737 commit a574a73852a527779234e73e17e7597fd8128882
9738 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
9739 Date:   Sun Mar 30 11:21:58 2008 +0100
9740
9741     Adds support for the Prodrive PMDRA board, based on a DM6441
9742
9743     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
9744
9745 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
9746 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
9747 Date:   Sun Mar 30 11:11:34 2008 +0100
9748
9749     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
9750
9751     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
9752
9753 commit 1704dc20917b4f71e373e2c888497ee666d40380
9754 Author: Dirk Behme <dirk.behme@gmail.com>
9755 Date:   Sun Mar 30 11:09:01 2008 +0100
9756
9757     - Remove *_masked() functions as noted by Wolfgang
9758     - Adapt register naming to recent TI spec (sprue26, March 2007)
9759     - Fix reset_timer() handling
9760     - As reported by Pieter [1] the overflow fix introduced a
9761     delay of factor 16 (e.g 2 seconds became 32). While the
9762     overflow fix is basically okay, it missed to divide udelay by
9763     16, too. Fix this.
9764     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
9765     - Remove software division of timer count value (DIV(x)
9766     macro) and do it in hardware (TIM_CLK_DIV).
9767     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
9768     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
9769     the hints & testing!
9770
9771     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
9772
9773     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
9774
9775 commit ac3315c26e143c31680750c9c13f027efbcc887e
9776 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9777 Date:   Thu Mar 6 16:45:44 2008 +0100
9778
9779     new PHY @ e1000 - 2nd try
9780
9781     Add 82541ER device with latest integrated IGP2 PHY.
9782     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
9783
9784     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9785     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9786
9787 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
9788 Author: Daniel Hellstrom <daniel@gaisler.com>
9789 Date:   Fri Mar 28 20:22:53 2008 +0100
9790
9791     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
9792
9793     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
9794     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
9795     available at www.gaisler.com.
9796
9797     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
9798     offloading etc.) can be determined by a bit in the control register.
9799     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
9800
9801     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9802     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9803
9804 commit 233a8bcd94997f3f345833a3b82e836222f2a206
9805 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
9806 Date:   Mon Mar 17 17:08:22 2008 -0500
9807
9808     Add CONFIG_MII_INIT in cmd_mii.c
9809
9810     Provide common configuration in do_mii() to execute mii_init()
9811     for all cpu architectures
9812
9813     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9814     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9815
9816 commit f605479de2deb11e834f31dfdb0af107c86aced6
9817 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
9818 Date:   Mon Mar 17 17:08:16 2008 -0500
9819
9820     ColdFire: Fix FEC transmit issue for MCF5275
9821
9822     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9823     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9824
9825 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
9826 Author: Aras Vaichas <arasv@magtech.com.au>
9827 Date:   Wed Mar 26 09:43:57 2008 +1100
9828
9829     DHCP request fix for Windows Server 2003
9830
9831     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
9832     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
9833     interoperability problems with Windows Server 200x DHCP server when U-Boot
9834     client responds too fast for server to handle.
9835
9836     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
9837     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9838
9839 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
9840 Author: Daniel Hellstrom <daniel@gaisler.com>
9841 Date:   Fri Mar 28 20:40:19 2008 +0100
9842
9843     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
9844
9845     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
9846     SPARC CPUs implement flash_read64 which calls __raw_readq.
9847
9848     For current SPARC architectures (LEON2 and LEON3) each read from the
9849     FLASH must lead to a cache miss. This is because FLASH can not be set
9850     non-cacheable since program code resides there, and alternatively disabling
9851     cache is poor from performance view, or doing a cache flush between each
9852     read is even poorer.
9853
9854     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
9855     load alternative space, the alternative space number (ASI) is processor
9856     implementation spcific and can be found by including <asm/processor.h>.
9857
9858     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9859
9860 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
9861 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9862 Date:   Fri Mar 28 15:41:25 2008 +0100
9863
9864     Make MPC83xx one step closer to full relocation.
9865
9866     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
9867     and use GOT relative reference.
9868
9869     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9870     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9871
9872 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
9873 Author: Michael Barkowski <michael.barkowski@freescale.com>
9874 Date:   Thu Mar 27 14:34:43 2008 -0400
9875
9876     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
9877
9878     This patch fixes eeprom page size so that you can now write more than
9879     64 bytes at a time.
9880
9881     It also makes the board take MAC addresses, if found, from EEPROM.
9882
9883     User should place up to 4 addresses at offset 0x7f00, for
9884     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
9885     four six-byte values should have it's CRC at the end.  crc32 and
9886     eeprom commands can be used to accomplish this.
9887
9888     If CRC fails, MAC addresses come from the environment.  If CRC
9889     succeeds, the environment is overwritten at startup.
9890
9891     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
9892     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9893
9894 commit 8f325cff31f6e745e6540014b131b9a97f61944c
9895 Author: Michael Barkowski <michael.barkowski@freescale.com>
9896 Date:   Fri Mar 28 15:15:38 2008 -0400
9897
9898     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
9899
9900     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
9901     controller on the PCI bus in Linux on the MPC8323ERDB.
9902
9903     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
9904     config file.
9905
9906     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
9907     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9908
9909 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
9910 Author: Kim Phillips <kim.phillips@freescale.com>
9911 Date:   Fri Mar 28 10:19:07 2008 -0500
9912
9913     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
9914
9915     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
9916     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
9917     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
9918     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
9919     convenience macros.
9920
9921     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9922
9923 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
9924 Author: Kim Phillips <kim.phillips@freescale.com>
9925 Date:   Fri Mar 28 10:18:53 2008 -0500
9926
9927     mpc83xx: display ddr frequency in board_add_ram_info banner
9928
9929     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9930
9931 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
9932 Author: Kim Phillips <kim.phillips@freescale.com>
9933 Date:   Fri Mar 28 10:18:40 2008 -0500
9934
9935     mpc83xx: unreinvent mem_clk
9936
9937     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
9938     mem_*_clk for consistency's sake.
9939
9940     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9941
9942 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
9943 Author: Kim Phillips <kim.phillips@freescale.com>
9944 Date:   Fri Mar 28 14:31:23 2008 -0500
9945
9946     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
9947
9948     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9949
9950 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
9951 Author: Dave Liu <r63238@freescale.com>
9952 Date:   Wed Mar 26 22:57:19 2008 +0800
9953
9954     mpc83xx: enable the SATA interface on mpc837xemds board
9955
9956     Enable the first two SATA interfaces on MPC837xEMDS board,
9957     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
9958
9959     Signed-off-by: Dave Liu <daveliu@freescale.com>
9960     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9961
9962 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
9963 Author: Dave Liu <r63238@freescale.com>
9964 Date:   Wed Mar 26 22:56:36 2008 +0800
9965
9966     mpc83xx: initialize serdes for MPC837xEMDS boards
9967
9968     This patch is stolen from Anton Vorontsov's patch
9969     for mpc837xerdb boards.
9970
9971     The reference clk and xcorevdd voltage of serdes1/2
9972     is same between mpc837xemds and mpc837xerdb.
9973
9974     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
9975     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
9976     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
9977
9978     Signed-off-by: Dave Liu <daveliu@freescale.com>
9979     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9980
9981 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
9982 Author: Stefan Roese <sr@denx.de>
9983 Date:   Fri Mar 28 14:09:04 2008 +0100
9984
9985     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
9986
9987     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
9988     interface. This usage can be configured with the jumper J6. This patch
9989     displays the current configuration upon bootup and changes the PCIe
9990     init loop, to only initialize the availabel PCIe slots.
9991
9992     Signed-off-by: Stefan Roese <sr@denx.de>
9993
9994 commit 90447ecbbac8572457b6d8903073ac3f120995ba
9995 Author: Tor Krill <tor@excito.com>
9996 Date:   Fri Mar 28 11:29:10 2008 +0100
9997
9998     MTD/CFI: Add support for 16bit legacy AMD flash
9999
10000     Add entry for 512Kx16 AMD flash to jedec_table.
10001     Read out 16bit device id if chipwidth is 16bit.
10002     Fixed coding style after Stefans feedback
10003
10004     Signed-off-by: Tor Krill <tor@excito.com>
10005
10006 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
10007 Author: Stefan Roese <sr@denx.de>
10008 Date:   Fri Mar 28 11:02:53 2008 +0100
10009
10010     ppc: Small change to CFG_MEM_TOP_HIDE description
10011
10012     Signed-off-by: Stefan Roese <sr@denx.de>
10013
10014 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
10015 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10016 Date:   Thu Mar 27 15:44:12 2008 +0900
10017
10018     sh: Add support stat structure and stat.h
10019
10020     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10021
10022 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
10023 Author: Mark Jonas <toertel@gmail.com>
10024 Date:   Sat Mar 22 19:27:52 2008 +0100
10025
10026     sh: Removed warning when compiling drivers/serial/serial_sh.c.
10027
10028     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
10029     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10030
10031 commit f309fa38929ffba71230c02330ffa42f4bba6333
10032 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10033 Date:   Wed Mar 12 18:02:57 2008 +0900
10034
10035     sh: Remove disable_ctrlc function from R7780MP
10036
10037     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10038
10039 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
10040 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10041 Date:   Wed Mar 12 17:55:15 2008 +0900
10042
10043     sh: Add maintainer of R7780MP to MAINTAINER file
10044
10045     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
10046
10047     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10048
10049 commit f5e2466f7baa887a7df0c536333eea8231333497
10050 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10051 Date:   Tue Mar 25 17:11:24 2008 +0900
10052
10053     sh: Add support Renesas Solutions R2D plus board
10054
10055     R2D plus is SH reference board used with SH7751R.
10056     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
10057     one PCI bus, VGA, and two Ethernet controller.
10058
10059     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10060
10061 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
10062 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10063 Date:   Wed Mar 12 12:15:29 2008 +0900
10064
10065     sh: Add support SH4 cache control
10066
10067     Add support SH4 cache control and flash_cache function
10068
10069     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10070
10071 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
10072 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10073 Date:   Mon Mar 24 01:53:01 2008 +0900
10074
10075     sh: Add support PCI host driver for SH7751/SH7751R
10076
10077     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10078
10079 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
10080 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10081 Date:   Mon Mar 24 02:11:26 2008 +0900
10082
10083     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
10084
10085     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10086
10087 commit 566933278101c144d75361ea682678a326c1290d
10088 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10089 Date:   Wed Mar 12 12:10:28 2008 +0900
10090
10091     sh: Add support SuperH SH7751/SH7751R
10092
10093     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10094
10095 commit 3313e0e26224fc9a0c445124f3455058c696df84
10096 Author: Mark Jonas <toertel@gmail.com>
10097 Date:   Mon Mar 10 11:37:10 2008 +0100
10098
10099     sh: Added support for SH7720 based board MPR2.
10100
10101     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
10102     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10103
10104 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
10105 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10106 Date:   Thu Mar 6 14:05:53 2008 +0900
10107
10108     sh: Fix receive FIFO level register of SH4A
10109
10110     Receive FIFO level register is different in SH4A.
10111     Because register is different, cannot occasionally receive data.
10112
10113     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10114
10115 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
10116 Author: Yusuke Goda <goda.yusuke@renesas.com>
10117 Date:   Tue Mar 11 12:55:12 2008 +0900
10118
10119     sh: Add support Renesas Solutions R7780MP
10120
10121     Renesas Solutions R7780MP is a reference board on SH7780.
10122     This board has serial, 10/100 base Ethernet deivice, CF slot
10123     and VGA devices. This board can set extension board.
10124     Extension board has 10/100/1000 base Ethernet device, PCI slot,
10125     S-ATA, iDVR slot.
10126
10127     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10128     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10129
10130 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
10131 Author: Yusuke Goda <goda.yusuke@renesas.com>
10132 Date:   Wed Mar 5 14:30:02 2008 +0900
10133
10134     sh: Add support PCI of SuperH and SH7780
10135
10136     This patch add support PCI of SuperH base code and SH7780 specific code.
10137
10138     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10139     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10140
10141 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
10142 Author: Yusuke Goda <goda.yusuke@renesas.com>
10143 Date:   Wed Mar 5 14:23:26 2008 +0900
10144
10145     sh: Add support SH7780
10146
10147     SH7780 is CPU of Renesas Technology.
10148     This CPU has
10149      - CPU clock 400MHz
10150      - PCI support
10151      - DDR-SDRAM controller
10152      - etc ...
10153
10154     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10155     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10156
10157 commit c2042f5952a686c414031309b8f244513bf578f0
10158 Author: goda.yusuke <goda.yusuke@renesas.com>
10159 Date:   Fri Jan 25 20:46:36 2008 +0900
10160
10161     sh: Add support Renesas Solutions Migo-R board
10162
10163     Migo-R is a board based on SH7722 and has may devices.
10164     In this patch, supported SCIF, NOR flash and Ethernet.
10165
10166     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10167     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10168
10169 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
10170 Author: Bartlomiej Sieka <tur@semihalf.com>
10171 Date:   Thu Mar 27 15:06:40 2008 +0100
10172
10173     Fix host tool build breakage, take two
10174
10175     Revert commit 87c8431f and fix build breakage so that the build continues
10176     to work on FC systems.
10177
10178     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10179
10180 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
10181 Author: Stefan Roese <sr@denx.de>
10182 Date:   Wed Mar 19 09:36:47 2008 +0100
10183
10184     ppc4xx: Enable ECC on LWMON5
10185
10186     Since all ECC related problems seem to be resolved on LWMON5, this patch
10187     now enables ECC support.
10188
10189     We have to write the ECC bytes by zeroing and flushing in smaller
10190     steps, since the whole 256MByte takes too long for the external
10191     watchdog.
10192
10193     Signed-off-by: Stefan Roese <sr@denx.de>
10194
10195 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
10196 Author: Larry Johnson <lrj@acm.org>
10197 Date:   Mon Mar 17 11:10:35 2008 -0500
10198
10199     ppc4xx: Updates to Korat-specific code
10200
10201     This patch contains updates for changes for the Korat PPC440EPx board.
10202     These changes include:
10203
10204     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
10205     described in the new "doc/README.korat" file;
10206
10207     (2) a new memory map for the registers in the board's CPLD;
10208
10209     (3) a revised format for manufacturer's data in serial EEPROM; and
10210
10211     (4) changes to track updates to U-Boot for the Sequoia board.
10212
10213     Signed-off-by: Larry Johnson <lrj@acm.org>
10214
10215 commit f766cdf89b3a2a7634b8c5869f606150e332036c
10216 Author: Markus Brunner <super.firetwister@gmail.com>
10217 Date:   Thu Mar 27 10:46:25 2008 +0100
10218
10219     ppc4xx: PPC405EP Set EMAC noise filter bits
10220
10221     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
10222     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
10223     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
10224
10225     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
10226     Signed-off-by: Stefan Roese <sr@denx.de>
10227
10228 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
10229 Author: Mike Nuss <mike@terascala.com>
10230 Date:   Wed Feb 20 11:54:20 2008 -0500
10231
10232     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
10233
10234     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
10235     after startup to change the speed of the clocks. This patch adds the
10236     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
10237     initialization code will reconfigure the PLL to run the system with a CPU
10238     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
10239     external EEPROM.
10240
10241     Signed-off-by: Mike Nuss <mike@terascala.com>
10242     Acked-by: Stefan Roese <sr@denx.de>
10243
10244 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
10245 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10246 Date:   Thu Mar 27 09:12:40 2008 +0100
10247
10248     new-image: Fix host tool build breakage
10249
10250     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10251
10252 commit 6fb4b640562a10daff0dbe537638d511b5b48650
10253 Author: Stefan Roese <sr@denx.de>
10254 Date:   Thu Mar 27 10:24:03 2008 +0100
10255
10256     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
10257
10258     Signed-off-by: Stefan Roese <sr@denx.de>
10259
10260 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
10261 Author: Stefan Roese <sr@denx.de>
10262 Date:   Wed Mar 19 10:23:43 2008 +0100
10263
10264     ppc4xx: Add fdt support to Prodrive alpr
10265
10266     Since this board will probably be ported to arch/powerpc in the
10267     near future, we add device tree support now. This way we are
10268     "ready" for arch/powerpc from now on.
10269
10270     Signed-off-by: Stefan Roese <sr@denx.de>
10271
10272 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
10273 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
10274 Date:   Mon Mar 17 09:27:56 2008 +0100
10275
10276     ppc4xx: Enable cache support on the ALPR board
10277
10278     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
10279
10280 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
10281 Author: Stefan Roese <sr@denx.de>
10282 Date:   Wed Mar 26 10:14:11 2008 +0100
10283
10284     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
10285
10286     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
10287     memory area will get subtracted from the top (end) of ram and won't get
10288     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
10289     should gets passed the now "corrected" memory size and won't touch it
10290     either. This should work for arch/ppc and arch/powerpc. Only Linux board
10291     ports in arch/powerpc with bootwrapper support, which recalculate the
10292     memory size from the SDRAM controller setup, will have to get fixed
10293     in Linux additionally.
10294
10295     This patch enables this config option on some PPC440EPx boards as a workaround
10296     for the CHIP 11 errata. Here the description from the AMCC documentation:
10297
10298     CHIP_11: End of memory range area restricted access.
10299     Category: 3
10300
10301     Overview:
10302     The 440EPx DDR controller does not acknowledge any
10303     transaction which is determined to be crossing over the
10304     end-of-memory-range boundary, even if the starting address is
10305     within valid memory space. Any such transaction from any PLB4
10306     master will result in a PLB time-out on PLB4 bus.
10307
10308     Impact:
10309     In case of such misaligned bursts, PLB4 masters will not
10310     retrieve any data at all, just the available data up to the
10311     end of memory, especially the 440 CPU. For example, if a CPU
10312     instruction required an operand located in memory within the
10313     last 7 words of memory, the DCU master would burst read 8
10314     words to update the data cache and cross over the
10315     end-of-memory-range boundary. Such a DCU read would not be
10316     answered by the DDR controller, resulting in a PLB4 time-out
10317     and ultimately in a Machine Check interrupt. The data would
10318     be inaccessible to the CPU.
10319
10320     Workaround:
10321     Forbid any application to access the last 256 bytes of DDR
10322     memory. For example, make your operating system believe that
10323     the last 256 bytes of DDR memory are absent. AMCC has a patch
10324     that does this, available for Linux.
10325
10326     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
10327     lwmon5, korat, sequoia
10328
10329     The other remaining 440EPx board were intentionally not included
10330     since it is not clear to me, if they use the end of ram for some
10331     other purpose. This is unclear, since these boards have CONFIG_PRAM
10332     defined and even comments like this:
10333
10334     PMC440.h:
10335     /* esd expects pram at end of physical memory.
10336      * So no logbuffer at the moment.
10337      */
10338
10339     It is strongly recommended to not use the last 256 bytes on those
10340     boards too. Patches from the board maintainers are welcome.
10341
10342     Signed-off-by: Stefan Roese <sr@denx.de>
10343
10344 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
10345 Author: Stefan Roese <sr@denx.de>
10346 Date:   Thu Mar 27 10:09:05 2008 +0100
10347
10348     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
10349
10350     Signed-off-by: Stefan Roese <sr@denx.de>
10351
10352 commit d56a3ce179688cde61073a3690e21703d68fafd7
10353 Author: Stefan Roese <sr@denx.de>
10354 Date:   Tue Mar 25 17:51:13 2008 +0100
10355
10356     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
10357
10358     The routine ft_board_setup() configures the EBC NOR mappings for the
10359     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
10360     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
10361     problem, we need to pass the corrected address here too.
10362
10363     Signed-off-by: Stefan Roese <sr@denx.de>
10364
10365 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
10366 Author: Stefan Roese <sr@denx.de>
10367 Date:   Wed Mar 19 16:35:12 2008 +0100
10368
10369     ppc4xx: Fix compilation warning in 4xx_enet.c
10370
10371     Signed-off-by: Stefan Roese <sr@denx.de>
10372
10373 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
10374 Author: Stefan Roese <sr@denx.de>
10375 Date:   Wed Mar 19 16:20:49 2008 +0100
10376
10377     ppc4xx: Add AMCC Glacier 406GT eval board support
10378
10379     This patch adds support for the AMCC Glacier 460GT eval board.
10380     The main difference to the Canyonlands board are listed here:
10381
10382     - 4 ethernet ports instead of 2
10383     - no SATA port
10384     - no USB port
10385
10386     Currently EMAC2+3 are not working. This will be fixed in a later
10387     release.
10388
10389     Signed-off-by: Stefan Roese <sr@denx.de>
10390
10391 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
10392 Author: Stefan Roese <sr@denx.de>
10393 Date:   Thu Mar 27 08:47:26 2008 +0100
10394
10395     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
10396
10397     Signed-off-by: Stefan Roese <sr@denx.de>
10398
10399 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
10400 Author: Anatolij Gustschin <agust@denx.de>
10401 Date:   Wed Mar 26 21:05:43 2008 +0100
10402
10403     Fix out of tree building issue
10404
10405     Currently U-Boot building in some external directory
10406     doesn't work. This patch tries to fix the problem.
10407
10408     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10409
10410 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
10411 Author: Anatolij Gustschin <agust@denx.de>
10412 Date:   Wed Mar 26 18:13:33 2008 +0100
10413
10414     README: update documentation (availability, links, etc.)
10415
10416     Fix typo in README
10417
10418     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10419
10420 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
10421 Author: Anatolij Gustschin <agust@denx.de>
10422 Date:   Wed Mar 26 17:47:44 2008 +0100
10423
10424     Fix compilation error in cmd_usb.c
10425
10426     This patch fixes compilation error
10427     cmd_usb.c: In function 'do_usb':
10428     cmd_usb.c:552: error: void value not ignored as it ought to be
10429
10430     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10431
10432 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
10433 Author: Timur Tabi <timur@freescale.com>
10434 Date:   Fri Mar 14 17:45:29 2008 -0500
10435
10436     Add support for setting the I2C bus speed in fsl_i2c.c
10437
10438     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
10439     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
10440     but fsl_i2c.c ignores it and uses conservative value when programming the
10441     I2C bus speed.
10442
10443     Signed-off-by: Timur Tabi <timur@freescale.com>
10444     Acked-by: Andy Fleming <afleming@freescale.com>
10445
10446 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
10447 Author: Wolfgang Denk <wd@denx.de>
10448 Date:   Thu Mar 27 00:03:57 2008 +0100
10449
10450     Coding style cleanup, update CHANGELOG
10451
10452     Signed-off-by: Wolfgang Denk <wd@denx.de>
10453
10454 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
10455 Author: Dave Liu <r63238@freescale.com>
10456 Date:   Wed Mar 26 22:55:32 2008 +0800
10457
10458     drivers: add the support for Freescale SATA controller
10459
10460     Add the Freescale on-chip SATA controller driver to u-boot,
10461     The SATA controller is used on the 837x and 8315 targets,
10462     The driver can be used to load kernel, fs and dtb.
10463
10464     The features list:
10465     - 1.5/3 Gbps link speed
10466     - LBA48, LBA28 support
10467     - DMA and FPDMA support
10468     - Two ports support
10469
10470     Signed-off-by: Dave Liu <daveliu@freescale.com>
10471
10472 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
10473 Author: Dave Liu <r63238@freescale.com>
10474 Date:   Wed Mar 26 22:54:44 2008 +0800
10475
10476     ata: add the readme for SATA command line
10477
10478     Signed-off-by: Dave Liu <daveliu@freescale.com>
10479
10480 commit cd54081cd479e542fc399b8a40651ff11a1ad849
10481 Author: Dave Liu <r63238@freescale.com>
10482 Date:   Wed Mar 26 22:53:24 2008 +0800
10483
10484     ata: enable the sata initialize on boot up
10485
10486     Signed-off-by: Dave Liu <daveliu@freescale.com>
10487
10488 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
10489 Author: Dave Liu <r63238@freescale.com>
10490 Date:   Wed Mar 26 22:52:36 2008 +0800
10491
10492     ata: add the fis struct for SATA
10493
10494     Signed-off-by: Dave Liu <daveliu@freescale.com>
10495
10496 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
10497 Author: Dave Liu <r63238@freescale.com>
10498 Date:   Wed Mar 26 22:51:44 2008 +0800
10499
10500     ata: add the libata support
10501
10502     add simple libata support in u-boot
10503
10504     Signed-off-by: Dave Liu <daveliu@freescale.com>
10505
10506 commit 8e9bb43429e50df55fa41932cbe65841ff579220
10507 Author: Dave Liu <r63238@freescale.com>
10508 Date:   Wed Mar 26 22:50:45 2008 +0800
10509
10510     ata: make the ata_piix driver using new SATA framework
10511
10512     original ata_piix driver is using IDE framework, not real
10513     SATA framework. For now, the ata_piix driver is only used
10514     by x86 sc520_cdp board. This patch makes the ata_piix driver
10515     use the new SATA framework, so
10516
10517     - remove the duplicated command stuff
10518     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
10519     - add the CONFIG_CMD_SATA define to sc520_cdp.h
10520
10521     Signed-off-by: Dave Liu <daveliu@freescale.com>
10522
10523 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
10524 Author: Dave Liu <r63238@freescale.com>
10525 Date:   Wed Mar 26 22:49:44 2008 +0800
10526
10527     ata: add the support for SATA framework
10528
10529     - add the SATA framework
10530     - add the SATA command line
10531
10532     Signed-off-by: Dave Liu <daveliu@freescale.com>
10533
10534 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
10535 Author: Dave Liu <r63238@freescale.com>
10536 Date:   Wed Mar 26 22:48:18 2008 +0800
10537
10538     ata: merge the header of ata_piix driver
10539
10540     move the sata.h from include/ to drivers/block/ata_piix.h
10541
10542     Signed-off-by: Dave Liu <daveliu@freescale.com>
10543
10544 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
10545 Author: Dave Liu <r63238@freescale.com>
10546 Date:   Wed Mar 26 22:47:06 2008 +0800
10547
10548     ata: merge the ata_piix driver
10549
10550     move the cmd_sata.c from common/ to drivers/ata_piix.c,
10551     the cmd_sata.c have some part of ata_piix controller drivers.
10552     consolidate the driver to have better framework.
10553
10554     Signed-off-by: Dave Liu <daveliu@freescale.com>
10555
10556 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
10557 Author: Markus Klotzbuecher <mk@denx.de>
10558 Date:   Wed Mar 26 18:26:43 2008 +0100
10559
10560     USB, Storage: fix a bug introduced in commit
10561     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
10562     to only print only information on one storage device, but not for
10563     multiple.
10564
10565     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10566
10567 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
10568 Author: Anatolij Gustschin <agust@denx.de>
10569 Date:   Wed Mar 26 17:47:44 2008 +0100
10570
10571     Fix compilation error in cmd_usb.c
10572
10573     This patch fixes compilation error
10574     cmd_usb.c: In function 'do_usb':
10575     cmd_usb.c:552: error: void value not ignored as it ought to be
10576
10577     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10578     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10579
10580 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
10581 Author: Kumar Gala <galak@kernel.crashing.org>
10582 Date:   Wed Mar 26 08:53:53 2008 -0500
10583
10584     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
10585
10586     Provide a board_lmb_reserve helper function to ensure we reserve
10587     the page of memory we are using for the boot page translation code.
10588
10589     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10590
10591 commit 79679d80021ab095e639e250ca472fe526da02e2
10592 Author: Kumar Gala <galak@kernel.crashing.org>
10593 Date:   Wed Mar 26 08:34:25 2008 -0500
10594
10595     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
10596
10597     The following changes are needed to be inline with ePAPR v0.81:
10598
10599     * r4, r5 and now always set to 0 on boot release
10600     * r7 is used to pass the size of the initial map area (IMA)
10601     * EPAPR_MAGIC value changed for book-e processors
10602     * changes in the spin table layout
10603     * spin table supports a 64-bit physical release address
10604
10605     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10606
10607 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
10608 Author: Jon Loeliger <jdl@freescale.com>
10609 Date:   Wed Mar 19 15:02:07 2008 -0500
10610
10611     FSL: Clean up board/freescale/common/Makefile
10612
10613     Each file that can be built here now follows some
10614     CONFIG_ option so that they are appropriately built
10615     or not, as needed.  And CONFIG_ defines were added
10616     to various board config files to make sure that happens.
10617
10618     The other board/freescale/*/Makefiles no longer need
10619     to reach up and over into ../common to build their
10620     individually needed files any more.
10621
10622     Boards that are CDS specific were renamed with cds_ prefix.
10623
10624     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10625
10626 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
10627 Author: Kumar Gala <galak@kernel.crashing.org>
10628 Date:   Wed Feb 27 22:00:27 2008 -0600
10629
10630     85xx: Fix merge duplication
10631
10632     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
10633
10634     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10635
10636 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
10637 Author: James Yang <James.Yang@freescale.com>
10638 Date:   Tue Feb 12 16:35:07 2008 -0600
10639
10640     85xx: Expand CCSR space with more DDR controller registers.
10641
10642     Signed-off-by: James Yang <James.Yang@freescale.com>
10643     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10644     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10645
10646 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
10647 Author: James Yang <James.Yang@freescale.com>
10648 Date:   Fri Feb 8 18:05:08 2008 -0600
10649
10650     85xx: Speed up get_ddr_freq() and get_bus_freq()
10651
10652     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
10653     called.  However, get_sys_info() recalculates extraneous information when
10654     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
10655     values from global_data instead.
10656
10657     Signed-off-by: James Yang <James.Yang@freescale.com>
10658     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10659
10660 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
10661 Author: James Yang <James.Yang@freescale.com>
10662 Date:   Fri Feb 8 16:46:27 2008 -0600
10663
10664     85xx: Show DDR memory data rate in addition to the memory clock frequency.
10665
10666     Show the DDR memory data rate in addition to the memory clock
10667     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
10668     memory clock.
10669
10670     Signed-off-by: James Yang <James.Yang@freescale.com>
10671     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10672
10673 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
10674 Author: James Yang <James.Yang@freescale.com>
10675 Date:   Fri Feb 8 16:44:53 2008 -0600
10676
10677     85xx: get_tbclk() speed up and rounding fix
10678
10679     Speed up get_tbclk() by referencing pre-computed bus clock
10680     frequency value from global data instead of sys_info_t.  Fix
10681     rounding of result to nearest; previously it was rounding
10682     upwards.
10683
10684     Signed-off-by: James Yang <James.Yang@freescale.com>
10685     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10686
10687 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
10688 Author: Andy Fleming <afleming@freescale.com>
10689 Date:   Wed Feb 6 01:19:40 2008 -0600
10690
10691     Update SVR numbers to expand support
10692
10693     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
10694     is used to distinguish certain variants within an SOC family.  To
10695     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
10696     constants to reflect the larger value.  We also add SVR numbers for all
10697     of the current variants.  Finally, to make things neater, rather than
10698     use an enormous switch statement to print out the CPU type, we create
10699     and array of SVR/name pairs (using a macro), and print out the CPU name
10700     that matches the SVR SOC version.
10701
10702     Signed-off-by: Andy Fleming <afleming@freescale.com>
10703
10704 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
10705 Author: Andy Fleming <afleming@freescale.com>
10706 Date:   Wed Feb 6 01:12:57 2008 -0600
10707
10708     Add the Freescale PCI device IDs
10709
10710     Signed-off-by: Andy Fleming <afleming@freescale.com>
10711
10712 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
10713 Author: Kumar Gala <galak@kernel.crashing.org>
10714 Date:   Thu Feb 14 11:04:23 2008 -0600
10715
10716     85xx: Added support for multicore boot mechanism
10717
10718     Added the cpu command that provides a generic mechanism to get status,
10719     reset, and release secondary cores in multicore processors.
10720
10721     Added support for using the ePAPR defined spin-table mechanism on 85xx.
10722
10723     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10724     Signed-off-by: Andy Fleming <afleming@freescale.com>
10725
10726 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
10727 Author: Kumar Gala <galak@kernel.crashing.org>
10728 Date:   Thu Jan 17 16:48:33 2008 -0600
10729
10730     85xx: Added support for multicore boot mechanism
10731
10732     Added the cpu command that provides a generic mechanism to get status,
10733     reset, and release secondary cores in multicore processors.
10734
10735     Added support for using the ePAPR defined spin-table mechanism on 85xx.
10736
10737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10738
10739 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
10740 Author: Kumar Gala <galak@kernel.crashing.org>
10741 Date:   Wed Jan 30 14:55:14 2008 -0600
10742
10743     85xx: Add the concept of CFG_CCSRBAR_PHYS
10744
10745     When we go to 36-bit physical addresses we need to keep the concept of
10746     the physical CCSRBAR address seperate from the virtual one.
10747
10748     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
10749
10750     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10751
10752 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
10753 Author: Wolfgang Denk <wd@denx.de>
10754 Date:   Wed Mar 26 15:38:47 2008 +0100
10755
10756     Coding style cleanup.
10757
10758     Signed-off-by: Wolfgang Denk <wd@denx.de>
10759
10760 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
10761 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10762 Date:   Wed Mar 26 13:02:13 2008 +0100
10763
10764     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
10765
10766     The default settings for RTC DS1337 keeps the OSC
10767     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
10768     turn it off.
10769
10770     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10771
10772 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
10773 Author: Wolfgang Denk <wd@denx.de>
10774 Date:   Wed Mar 26 11:48:46 2008 +0100
10775
10776     Cleanup coding style, update CHANGELOG
10777
10778     Signed-off-by: Wolfgang Denk <wd@denx.de>
10779
10780 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
10781 Author: Wolfgang Denk <wd@denx.de>
10782 Date:   Wed Mar 26 10:40:12 2008 +0100
10783
10784     README: update documentation (availability, links, etc.)
10785
10786     Signed-off-by: Wolfgang Denk <wd@denx.de>
10787
10788 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
10789 Author: Aras Vaichas <arasv@magtech.com.au>
10790 Date:   Tue Mar 25 12:09:07 2008 +1100
10791
10792     USB Storage, add meaningful return value
10793
10794     This patch changes the "usb storage" command to return success if it
10795     finds a USB storage device, otherwise it returns error.
10796
10797     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10798
10799 commit 18e69a35efbb078403db0c0063986470dad7d082
10800 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10801 Date:   Fri Mar 14 23:20:18 2008 +0300
10802
10803     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
10804
10805     Linux understands "host" (default), "peripheral" and "otg" (broken).
10806     Though, U-Boot doesn't restrict dr_mode variable to these values (think
10807     of renames in future).
10808
10809     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10810     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10811
10812 commit c7604783b236e368f225efb7b3efb418fe20b404
10813 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10814 Date:   Fri Mar 14 23:20:30 2008 +0300
10815
10816     tsec: fix link detection for the RTL8211B PHY
10817
10818     RTL8211B sets link state register after autonegotiation complete,
10819     so with bootdelay=0 RTL8211B will report lack of the link.
10820
10821     To fix this, we should wait for aneg to complete, even if the
10822     link is currently down.
10823
10824     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10825     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10826
10827 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
10828 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10829 Date:   Mon Mar 24 20:47:09 2008 +0300
10830
10831     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
10832
10833     device_type = "soc" is being deprecated, newer device trees will use
10834     "fsl,soc" and/or "fsl,immr" for the soc nodes.
10835
10836     This patch also adds clock-frequency property for soc nodes (the same
10837     value as bus-frequency).
10838
10839     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10840
10841 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
10842 Author: Joe D'Abbraccio <ljd015@freescale.com>
10843 Date:   Mon Mar 24 13:00:59 2008 -0400
10844
10845     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
10846
10847     With the original value of 1/2 clock cycle delay, the system ran relatively
10848     stable except when we run benchmarks that are intensive users of memory.
10849     When I run samba connected disk with a HDBENCH test, the system locks-up
10850     or reboots sporadically.
10851
10852     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
10853
10854 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
10855 Author: Scott Wood <scottwood@freescale.com>
10856 Date:   Mon Mar 24 12:44:13 2008 -0500
10857
10858     mpc83xx: Set PCI I/O bus-address base to zero.
10859
10860     The device trees for these boards describe PCI I/O as starting from
10861     address zero from the device's perspective.
10862
10863     Placing I/O elsewhere may cause problems with certain PCI boards, and may
10864     cause problems with Linux.
10865
10866     Signed-off-by: Scott Wood <scottwood@freescale.com>
10867
10868 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
10869 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10870 Date:   Mon Mar 24 20:47:05 2008 +0300
10871
10872     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
10873
10874     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
10875     This patch fixes "system time drifting" problem.
10876
10877     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10878
10879 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
10880 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10881 Date:   Mon Mar 24 20:47:02 2008 +0300
10882
10883     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
10884
10885     This is needed to update /choosen/linux,stdout-path properly.
10886
10887     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10888
10889 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
10890 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10891 Date:   Mon Mar 24 20:47:00 2008 +0300
10892
10893     mpc83xx: MPC8360E-RDK: add dhcp command
10894
10895     Plus modify environment to use it and remove bootfile env variable,
10896     it is internal and CONFIG_BOOTFILE is used for these purposes.
10897
10898     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10899
10900 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
10901 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10902 Date:   Mon Mar 24 20:46:57 2008 +0300
10903
10904     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
10905
10906     Current DDR setup easily causes memory corruption, this patch fixes it.
10907
10908     Also fix TIMING_CFG0_MRS_CYC definition.
10909
10910     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10911
10912 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
10913 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10914 Date:   Mon Mar 24 20:46:53 2008 +0300
10915
10916     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
10917
10918     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
10919     controller and FHCI (QE USB).
10920
10921     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10922
10923 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
10924 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10925 Date:   Mon Mar 24 20:46:51 2008 +0300
10926
10927     mpc83xx: MPC8360E-RDK: add support for NAND
10928
10929     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10930
10931 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
10932 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10933 Date:   Mon Mar 24 20:46:46 2008 +0300
10934
10935     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
10936
10937     This is needed for BCM PHYs to work on this board.
10938
10939     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10940
10941 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
10942 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10943 Date:   Mon Mar 24 20:46:34 2008 +0300
10944
10945     uec: add support for Broadcom BCM5481 Gigabit PHY
10946
10947     This patch adds basic support for Broadcom BCM5481 PHY.
10948
10949     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
10950     Peter Barada <peterb@logicpd.com>.
10951
10952     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10953
10954 commit 6a600c3a1876bc203445df4f0fd6b12648259666
10955 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10956 Date:   Mon Mar 24 20:46:28 2008 +0300
10957
10958     uec: add support for RGMII_RXID interface mode
10959
10960     PHY drivers will use it to setup software delay between RXD and RXC
10961     signals.
10962
10963     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10964
10965 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
10966 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10967 Date:   Mon Mar 24 20:46:24 2008 +0300
10968
10969     uec: add support for gbit mii status readings
10970
10971     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10972
10973 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
10974 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10975 Date:   Mon Mar 24 17:40:47 2008 +0300
10976
10977     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
10978
10979     This is primarily for the early console support.
10980
10981     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10982
10983 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
10984 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10985 Date:   Mon Mar 24 17:40:43 2008 +0300
10986
10987     83xx: initialize serdes for MPC837XRDB boards
10988
10989     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
10990     On the MPC8378ERDB: 2 PCI-E
10991     On the MPC8379ERDB: 4 SATA
10992
10993     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10994
10995 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
10996 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10997 Date:   Mon Mar 24 17:40:32 2008 +0300
10998
10999     83xx: serdes setup routines
11000
11001     This patch adds few routines to configure serdes on 837x targets.
11002
11003     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11004
11005 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
11006 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11007 Date:   Mon Mar 24 17:40:27 2008 +0300
11008
11009     83xx: split COBJS onto separate lines
11010
11011     ..plus get rid of some #ifdefs in the .c files.
11012
11013     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11014
11015 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
11016 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11017 Date:   Mon Mar 24 17:40:23 2008 +0300
11018
11019     83xx: nand support for MPC837XRDB boards
11020
11021     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11022
11023 commit 82e45a204190593e8613145a928f998fb8c909c4
11024 Author: Jerry Van Baren <gvb.uboot@gmail.com>
11025 Date:   Tue Mar 18 21:44:41 2008 -0400
11026
11027     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
11028
11029     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11030     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11031
11032 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
11033 Author: Michael Barkowski <michael.barkowski@freescale.com>
11034 Date:   Thu Mar 20 13:15:39 2008 -0400
11035
11036     mpc8323erdb: remove RTC and add EEPROM
11037
11038     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
11039
11040     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11041     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11042
11043 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
11044 Author: Michael Barkowski <michael.barkowski@freescale.com>
11045 Date:   Thu Mar 20 13:15:34 2008 -0400
11046
11047     mpc8323erdb: Improve the system performance
11048
11049     The following changes are based on kernel UCC ethernet performance:
11050
11051     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
11052     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
11053         switch to enable this setting.
11054
11055     The following changes are based on the App Note AN3369 and
11056     verified to improve memory latency using LMbench:
11057
11058     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
11059     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
11060         previously.
11061     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
11062         Twr=15ns, and this was already the setting in DDR_MODE)
11063     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
11064         Trp=15ns)
11065     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
11066         Tras=40ns)
11067     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
11068         Trcd=15ns)
11069     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
11070         Trfc=75ns)
11071     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
11072         on Tfaw=50ns)
11073     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
11074         on CL=3 and WL=2).
11075
11076     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11077     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11078
11079 commit fc549c871f43933396a5b3e21d897023d4b31b8d
11080 Author: Michael Barkowski <michael.barkowski@freescale.com>
11081 Date:   Thu Mar 20 13:15:28 2008 -0400
11082
11083     mpc8323erdb: use readable DDR config macros
11084
11085     Use available shift/mask macros to define DDR configuration.
11086
11087     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11088     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11089
11090 commit 89c7784ed90ba50301eec521144f95111e472906
11091 Author: Timur Tabi <timur@freescale.com>
11092 Date:   Fri Feb 8 13:15:55 2008 -0600
11093
11094     83xx: Add Vitesse VSC7385 firmware uploading
11095
11096     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
11097     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
11098     Cleaned up the board header files to make selecting the VSC7385 easier to
11099     control.
11100
11101     Signed-off-by: Timur Tabi <timur@freescale.com>
11102     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11103
11104 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
11105 Author: Timur Tabi <timur@freescale.com>
11106 Date:   Fri Feb 8 13:15:54 2008 -0600
11107
11108     NET: Add Vitesse VSC7385 firmware uploading
11109
11110     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
11111     and other boards.  A small firwmare must be uploaded to its on-board memory
11112     before it can be enabled.  This patch adds the code which uploads firmware
11113     (but not the firmware itself).
11114
11115     Previously, this feature was provided by a U-Boot application that was
11116     made available only on Freescale BSPs.  The VSC7385 firmware must still
11117     be obtained separately, but at least there is no longer a need for a separate
11118     application.
11119
11120     Signed-off-by: Timur Tabi <timur@freescale.com>
11121     Acked-by: Ben Warren <biggerbadderben@gmail.com>
11122
11123 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
11124 Author: Wolfgang Denk <wd@denx.de>
11125 Date:   Wed Mar 26 00:52:10 2008 +0100
11126
11127     Coding Style cleanyp; update CHANGELOG
11128
11129     Signed-off-by: Wolfgang Denk <wd@denx.de>
11130
11131 commit 43ddd9c820fec44816188f53346b464e20b3142d
11132 Author: Jerry Van Baren <gvb.uboot@gmail.com>
11133 Date:   Sat Mar 22 14:23:49 2008 -0400
11134
11135     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
11136
11137     These defines embedded the u-boot env variables and/or the bd_t structure
11138     in the fdt blob.  The conclusion of discussion on the u-boot email list
11139     was that embedding these in the fdt blob is not useful: there are better
11140     ways of passing the data (in fact, the fdt blob itself replaces the
11141     bd_t struct).
11142
11143     The only board that enables these is the stxxtc and they don't appear
11144     to be used by linux.
11145
11146     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11147     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11148
11149 commit 22ed2285743359fd1fe73e411dff914b2256e68f
11150 Author: Stefan Roese <sr@denx.de>
11151 Date:   Mon Mar 17 10:49:25 2008 +0100
11152
11153     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
11154
11155     Signed-off-by: Stefan Roese <sr@denx.de>
11156
11157 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
11158 Author: Kyungmin Park <kmpark@infradead.org>
11159 Date:   Mon Mar 17 08:54:06 2008 +0900
11160
11161     Add Flex-OneNAND booting support
11162
11163     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
11164     using a NOR Flash interface. This on-chip integration enables system designers
11165     to reduce external system logic and use high-density NAND Flash
11166     in applications that would otherwise have to use more NOR components.
11167
11168     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
11169     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
11170     that require low reliability and high density, SLC area of Flex-OneNAND
11171     to store data that need high reliability and high performance. Flex-OneNAND
11172     can let users take advantage of storing these two different types of data
11173     into one chip, which is making Flex-OneNAND more cost- and space-effective.
11174
11175     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11176
11177 commit c512389cc4a10253249271ff6c887c6dab1f0db2
11178 Author: André Schwarz <andre.schwarz@matrix-vision.de>
11179 Date:   Thu Mar 13 13:50:52 2008 +0100
11180
11181     MPC5200: support setup without FEC
11182
11183     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
11184     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
11185
11186     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
11187     Acked-by: Grant Likely <grant.likely@secretlab.ca>
11188
11189 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
11190 Author: Jon Loeliger <jdl@freescale.com>
11191 Date:   Wed Mar 5 18:05:46 2008 -0600
11192
11193     FSL: Move board/mpc8266ads under board/freescale
11194
11195     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11196
11197 commit 7f1d846e5c5754449c286587d099d85246062772
11198 Author: Jon Loeliger <jdl@freescale.com>
11199 Date:   Wed Mar 5 18:05:47 2008 -0600
11200
11201     FSL: Move board/mpc7448hpc2 under board/freescale
11202
11203     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11204
11205 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
11206 Author: Jon Loeliger <jdl@freescale.com>
11207 Date:   Wed Mar 5 18:05:45 2008 -0600
11208
11209     FSL: Move board/mpc8260ads under board/freescale
11210
11211     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11212
11213 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
11214 Author: goda.yusuke <goda.yusuke@renesas.com>
11215 Date:   Wed Mar 5 17:08:33 2008 +0900
11216
11217     net: Add support AX88796L ethernet device
11218
11219     AX88796L is device of NE2000 compatible.
11220     This patch support AX88796L ethernet device.
11221
11222     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
11223     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11224
11225 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
11226 Author: Wolfgang Denk <wd@denx.de>
11227 Date:   Tue Mar 25 22:50:41 2008 +0100
11228
11229     ne2000 driver: change #ifdef to Makefile conditional compilation
11230
11231     Signed-off-by: Wolfgang Denk <wd@denx.de>
11232
11233 commit e710185aae90c64d39c2d453e40e58ceefe4f250
11234 Author: goda.yusuke <goda.yusuke@renesas.com>
11235 Date:   Wed Mar 5 17:08:20 2008 +0900
11236
11237     net: Divided code of NE2000 ethernet driver
11238
11239     There are more devices of the NE2000 base.
11240     A present code is difficult for us to support more devices.
11241     To support more NE2000 clone devices, separated the function.
11242
11243     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
11244     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11245
11246 commit 395bce4f59a507a60a475f7ee46bed47de9482df
11247 Author: Mike Frysinger <vapier@gentoo.org>
11248 Date:   Sun Feb 24 23:58:13 2008 -0500
11249
11250     net/Blackfin: move on-chip MAC driver into drivers/net/
11251
11252     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
11253     directory, but it is not board specific, so relocate it to the drivers dir
11254     so that other Blackfin ports can utilize it.
11255
11256     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11257
11258 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
11259 Author: Mike Frysinger <vapier@gentoo.org>
11260 Date:   Sun Feb 24 23:52:35 2008 -0500
11261
11262     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
11263
11264     Since the "ssync" instruction may have hardware anomalies associated with
11265     it, have the smc91111 driver use the SSYNC macro rather than invoking it
11266     directly.  We workaround all the anomalies via this macro.
11267
11268     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11269
11270 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
11271 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11272 Date:   Sun Feb 17 22:57:47 2008 +0000
11273
11274     8xx: Update OF support on 8xx
11275
11276     This patch does some shifting around of OF support on 8xx.
11277
11278     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11279
11280 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
11281 Author: Kumar Gala <galak@kernel.crashing.org>
11282 Date:   Fri Feb 15 15:16:18 2008 -0600
11283
11284     ppc: Allow boards to specify how much memory they can map
11285
11286     For historical reasons we limited the stack to 256M because some boards
11287     could only map that much via BATS.  However newer boards are capable of
11288     mapping more memory (for example 85xx is capble of doing up to 2G).
11289
11290     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11291
11292 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
11293 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11294 Date:   Fri Feb 15 01:05:58 2008 +0000
11295
11296     8xx : Add OF support to Adder875 board port - resubmit
11297
11298     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11299
11300 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
11301 Author: Kumar Gala <galak@kernel.crashing.org>
11302 Date:   Thu Feb 14 20:44:42 2008 -0600
11303
11304     Add setexpr command
11305
11306     Add a simple expr style command that will set an env variable as the result
11307     of the command.  This allows us to do simple math in shell.  The following
11308     operations are supported: &, |, ^, +, -, *, /.
11309
11310     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11311
11312 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
11313 Author: Jon Loeliger <jdl@freescale.com>
11314 Date:   Wed Mar 5 17:27:48 2008 -0600
11315
11316     FSL: Move board/mpc7448hpc2 under board/freescale
11317
11318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11319
11320 commit 449c703374a8868453425e15da7e2f76221b72e4
11321 Author: Jon Loeliger <jdl@freescale.com>
11322 Date:   Wed Mar 5 17:21:43 2008 -0600
11323
11324     FSL: Move board/mpc8266ads under board/freescale
11325
11326     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11327
11328 commit 5863577989ad689427bb750107e9a75f1c1645d2
11329 Author: Jon Loeliger <jdl@freescale.com>
11330 Date:   Wed Mar 5 16:41:41 2008 -0600
11331
11332     FSL: Move board/mpc8260ads under board/freescale
11333
11334     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11335
11336 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
11337 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11338 Date:   Tue Mar 25 21:30:08 2008 +0900
11339
11340     [MIPS] Move gth2_config from ARM section to MIPS
11341
11342     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11343
11344 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
11345 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11346 Date:   Tue Mar 25 21:30:07 2008 +0900
11347
11348     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
11349
11350     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11351
11352 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
11353 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11354 Date:   Tue Mar 25 21:30:07 2008 +0900
11355
11356     [MIPS] Fix dcache_status()
11357
11358     You can't judge UNCACHED by Config.K0 LSB.
11359
11360     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11361
11362 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
11363 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11364 Date:   Tue Mar 25 21:30:07 2008 +0900
11365
11366     [MIPS] Introduce _machine_restart
11367
11368     Handles machine specific functions by using weak functions.
11369
11370     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11371
11372 commit decaba6f5cf386d569ac3997bebb871b966c6b18
11373 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11374 Date:   Tue Mar 25 21:30:07 2008 +0900
11375
11376     [MIPS] Cleanup CP0 Status initialization
11377
11378     Add setup_c0_status from Linux. For the moment we disable interrupts, set
11379     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
11380     reset-time configuration and will work well across most processors.
11381
11382     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11383
11384 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
11385 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11386 Date:   Tue Mar 25 21:30:07 2008 +0900
11387
11388     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
11389
11390     Without this change, we'll be suffering from deffered WATCH exception
11391     once Status.EXL is cleared. Make sure Cause.WP is cleared.
11392
11393     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11394
11395 commit 26138623230ca2bad3c78e05a65527ea70c8b688
11396 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11397 Date:   Tue Mar 25 21:30:07 2008 +0900
11398
11399     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
11400
11401     Move things to appropriate place.
11402
11403     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11404
11405 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
11406 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11407 Date:   Tue Mar 25 21:30:06 2008 +0900
11408
11409     [MIPS] Implement flush_cache()
11410
11411     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
11412     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
11413     function is used not only in U-Boot specfic programs but also at loading
11414     target binaries.
11415
11416     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11417
11418 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
11419 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11420 Date:   Tue Mar 25 21:30:06 2008 +0900
11421
11422     [MIPS] Fix I-/D-cache initialization loops
11423
11424     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
11425     again per a loop for I-cache initialization. But according to 'See MIPS
11426     Run', we're encouraged to use three separate loops rather than combining
11427     them *for both I- and D-cache*. This patch tries to fix this.
11428
11429     In accordance with fixing above, mips_init_[id]cache are separated from
11430     mips_cache_reset(), and rewrite cache loops are completely rewritten with
11431     useful macros.
11432
11433     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11434
11435 commit 1898840797c7f50799377bd5b285a8a93a82c419
11436 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11437 Date:   Tue Mar 25 21:30:06 2008 +0900
11438
11439     [MIPS] Replace memory clearance code with f_fill64
11440
11441     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
11442
11443     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11444
11445 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
11446 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11447 Date:   Tue Mar 25 21:30:06 2008 +0900
11448
11449     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
11450
11451     This patch replaces the current function definitions with NESTED, LEAF
11452     and END macro. They specify some more additional information about the
11453     function; an alignment of symbol, type of symbol, stack frame usage, etc.
11454     These information explicitly tells the assembler and the debugger about
11455     the types of code we want to generate.
11456
11457     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11458
11459 commit 282223a607c611425fa33f5428f8eae6636972bb
11460 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11461 Date:   Tue Mar 25 11:43:17 2008 +0900
11462
11463     [MIPS] asm headers' updates
11464
11465     Make some asm headers adjusted to the latest Linux kernel.
11466
11467     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11468
11469 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
11470 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11471 Date:   Tue Mar 25 11:39:29 2008 +0900
11472
11473     [MIPS] Request for the 'mips_cache_lock()' removal
11474
11475     The initial intension of having mips_cache_lock() was to use the cache
11476     as memory for temporary stack use so that a C environment can be set up
11477     as early as possible.
11478
11479     But now mips_cache_lock() follow lowlevel_init(). We've already have the
11480     real memory initilaized at this point, therefore we could/should use it.
11481     No reason to lock at all.
11482
11483     Other problems:
11484
11485     Cache locking is not consistent across MIPS implementaions. Some imple-
11486     mentations don't support locking at all. The style of locking varies -
11487     some support per line locking, others per way, etc. Some parts use bits
11488     in status registers instead of cache ops. Current mips_cache_lock() is
11489     not necessarily general-purpose.
11490
11491     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
11492     they are never get unlocked, so the code relies on whatever gets loaded
11493     after U-Boot to re-initialize the cache and clear the locks. We're sup-
11494     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
11495     but leave the situation as it is for a long time.
11496
11497     For these reasons, I proposed the removal of mips_cache_lock() from the
11498     global start-up code.
11499
11500     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
11501     *things have changed*. If he wants the same behavior as before, he needs
11502     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
11503
11504     If we don't have any regression report through several releases, then
11505     we'll remove codes entirely.
11506
11507     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11508     Acked-by: Andrew Dyer <amdyer@gmail.com>
11509
11510 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
11511 Author: Yuri Tikhonov <yur@emcraft.com>
11512 Date:   Mon Mar 24 11:30:54 2008 +0100
11513
11514     lwmon5 SYSMON POST: fix backlight control
11515
11516     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
11517     run on the board, then the SYSMON POST controls the display backlight
11518     (doesn't switch backlight ON if POST FAILED, and does switch the
11519     backlight ON if PASSED).
11520
11521     If not, then the video driver controls the display backlight (just
11522     switch ON the backlight upon initialization).
11523
11524     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11525
11526 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
11527 Author: Yuri Tikhonov <yur@emcraft.com>
11528 Date:   Mon Mar 24 11:29:14 2008 +0100
11529
11530     lwmon5 SYSMON POST: fix handling of negative temperatures
11531
11532     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
11533
11534     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11535
11536 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
11537 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11538 Date:   Fri Mar 7 16:04:25 2008 +0900
11539
11540     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
11541
11542     In current source code, when the device number of PCI is 0, process PCI
11543     bridge without fail. However, when the device number is 0, it is not PCI
11544     always bridge. There are times when device of PCI allocates.
11545
11546     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
11547     use this patch.
11548
11549     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11550     Acked-by: Stefan Roese <sr@denx.de>
11551
11552 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
11553 Author: Yuri Tikhonov <yur@emcraft.com>
11554 Date:   Fri Mar 21 09:18:40 2008 +0100
11555
11556     LWMON5: fix dsPIC POST
11557
11558     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
11559
11560     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
11561
11562 commit 388b82fddc7c05596f3f615f190da0448227dc82
11563 Author: Bartlomiej Sieka <tur@semihalf.com>
11564 Date:   Thu Mar 20 23:23:13 2008 +0100
11565
11566     [new uImage] Enable new uImage support for the pcs440ep board.
11567
11568     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11569
11570 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
11571 Author: Bartlomiej Sieka <tur@semihalf.com>
11572 Date:   Thu Mar 20 23:23:13 2008 +0100
11573
11574     [new uImage] Do not compile new uImage format support by default
11575
11576     Disable default building of new uImage format support in preparation
11577     for merge with the master. Support for new format can be enabled on
11578     a per-board basis, by defining the following in the board's config file:
11579
11580     #define CONFIG_FIT             1
11581     #define CONFIG_OF_LIBFDT       1
11582
11583     This can be optionally defined to give more verbose output:
11584
11585     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
11586
11587     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11588
11589 commit dafaede8a46c7159310239e036c93e31c6374487
11590 Author: Bartlomiej Sieka <tur@semihalf.com>
11591 Date:   Thu Mar 20 23:20:31 2008 +0100
11592
11593     [new uImage] Disable debuging output in preparation for merge with master
11594
11595     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11596
11597 commit fbe7a155027beacebaee9b32e1ada781fe924bca
11598 Author: Bartlomiej Sieka <tur@semihalf.com>
11599 Date:   Thu Mar 20 19:38:45 2008 +0100
11600
11601     [new uImage] Compilation and new uImage handling fixes for imxtract
11602
11603     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
11604     include/config_cmd_default.h. Fix few warnings and handling of new format
11605     images.
11606
11607     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11608
11609 commit 36cc8cbb3379d5166f882641123521735c469f92
11610 Author: Bartlomiej Sieka <tur@semihalf.com>
11611 Date:   Thu Mar 20 23:10:19 2008 +0100
11612
11613     [new uImage] Fix autoscr command used with new uImage format
11614
11615     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11616
11617 commit 43142e817f0597be412e7cbe19413f5532eafa5d
11618 Author: Bartlomiej Sieka <tur@semihalf.com>
11619 Date:   Thu Mar 20 23:10:19 2008 +0100
11620
11621     [new uImage] Fix *.its files location in documentation
11622
11623     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11624
11625 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
11626 Author: Wolfgang Denk <wd@denx.de>
11627 Date:   Thu Mar 20 22:01:38 2008 +0100
11628
11629     lwmon5 POST: remove unreachable code
11630
11631     plus some coding style cleanup
11632
11633     Signed-off-by: Wolfgang Denk <wd@denx.de>
11634
11635 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
11636 Author: Yuri Tikhonov <yur@emcraft.com>
11637 Date:   Thu Mar 20 17:56:04 2008 +0300
11638
11639     LWMON5: POST RTC fix
11640
11641     Modify the RTC API to provide one a status for the time reported by
11642     the rtc_get() function:
11643       0 - a reliable time is guaranteed,
11644     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
11645           and so on).
11646
11647     The RTC chip drivers are responsible for providing this info if the
11648     corresponding chip supports such functionality. If not - always
11649     report that the time is reliable.
11650
11651     The POST RTC test was modified to detect the RTC faults utilizing
11652     this new rtc_get() feature.
11653
11654     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11655
11656 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
11657 Author: Martin Krause <martin.krause@tqs.de>
11658 Date:   Wed Mar 19 14:25:14 2008 +0100
11659
11660     TQM5200B: update MTD partition layout
11661
11662     - insert partition for dtb blob to TQM5200B MTD layout
11663     - set env variables dependent on the configured board
11664       (TQM5200 or TQM5200B)
11665
11666     Signed-off-by: Martin Krause <martin.krause@tqs.de>
11667
11668 commit f0105727d132f56a21fa3ed8b162309cca6cac44
11669 Author: Stefan Roese <sr@denx.de>
11670 Date:   Wed Mar 19 07:09:26 2008 +0100
11671
11672     CFI: Small cleanup for FLASH_SHOW_PROGRESS
11673
11674     With this patch we don't need that many #ifdef's in the code. It moves
11675     the subtraction into the macro and defines a NOP-macro when
11676     CONFIG_FLASH_SHOW_PROGRESS is not defined.
11677
11678     Signed-off-by: Stefan Roese <sr@denx.de>
11679     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
11680
11681 commit 9a042e9ca512beaaa2cb450274313fc477141241
11682 Author: Jerry Van Baren <gvb.uboot@gmail.com>
11683 Date:   Sat Mar 8 13:48:01 2008 -0500
11684
11685     Flash programming progress countdown.
11686
11687     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11688
11689 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
11690 Author: Bartlomiej Sieka <tur@semihalf.com>
11691 Date:   Wed Mar 19 10:00:06 2008 +0100
11692
11693     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
11694
11695     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11696
11697 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
11698 Author: David Gibson <david@gibson.dropbear.id.au>
11699 Date:   Mon Feb 18 18:09:04 2008 +1100
11700
11701     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
11702
11703     Since fdt_node_offset_by_compatible() was converted to the new
11704     fdt_next_node() iterator, a chunk of initialization code became
11705     redundant, but was not removed by oversight.  This patch cleans it up.
11706
11707     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11708
11709 commit d0ccb9b140b472039732de102fc14597eedb14df
11710 Author: David Gibson <david@gibson.dropbear.id.au>
11711 Date:   Mon Feb 18 18:06:31 2008 +1100
11712
11713     libfdt: Trivial cleanup for CHECK_HEADER)
11714
11715     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
11716     However, there are a handful of functions (fdt_move, rw_check_header,
11717     fdt_open_into) from other files which could also use it (currently
11718     they open-code something more-or-less identical).  Therefore, this
11719     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
11720     places.
11721
11722     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11723
11724 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
11725 Author: Kumar Gala <galak@kernel.crashing.org>
11726 Date:   Wed Feb 20 14:32:36 2008 -0600
11727
11728     Fix fdt boardsetup command parsing
11729
11730     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
11731
11732     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11733
11734 commit 804887e6001e2f00bea11431bf34d6d472512cda
11735 Author: Kumar Gala <galak@kernel.crashing.org>
11736 Date:   Fri Feb 15 03:34:36 2008 -0600
11737
11738     Add sub-commands to fdt
11739
11740     fdt header                          - Display header info
11741     fdt bootcpu <id>                    - Set boot cpuid
11742     fdt memory <addr> <size>            - Add/Update memory node
11743     fdt rsvmem print                    - Show current mem reserves
11744     fdt rsvmem add <addr> <size>        - Add a mem reserve
11745     fdt rsvmem delete <index>           - Delete a mem reserves
11746
11747     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11748
11749 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
11750 Author: David Gibson <david@gibson.dropbear.id.au>
11751 Date:   Thu Feb 14 16:50:34 2008 +1100
11752
11753     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
11754
11755     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
11756     node which has NOP tags interspersed with its properties.  In this
11757     case fdt_add_subnode_namelen() will put the new subnode before the
11758     first NOP tag, even if there are properties after it, which will
11759     result in an invalid blob.
11760
11761     This patch fixes the bug, and adds a testcase for it.
11762
11763     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11764
11765 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
11766 Author: David Gibson <david@gibson.dropbear.id.au>
11767 Date:   Tue Feb 12 11:58:31 2008 +1100
11768
11769     libfdt: Add and use a node iteration helper function.
11770
11771     This patch adds an fdt_next_node() function which can be used to
11772     iterate through nodes of the tree while keeping track of depth.  This
11773     function is used to simplify the iteration code in a lot of other
11774     functions, and is also exported for use by library users.
11775
11776     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11777
11778 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
11779 Author: David Gibson <david@gibson.dropbear.id.au>
11780 Date:   Fri Jan 11 14:55:05 2008 +1100
11781
11782     libfdt: Add fdt_set_name() function
11783
11784     This patch adds an fdt_set_name() function to libfdt, mirroring
11785     fdt_get_name().  This is a r/w function which alters the name of a
11786     given device tree node.
11787
11788     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11789
11790 commit 23e20aa6488e6c0622496549861bfdc74108debe
11791 Author: Yuri Tikhonov <yur@pollux.denx.de>
11792 Date:   Tue Mar 18 13:33:30 2008 +0100
11793
11794     lwmon5: Fix register test logic to match the specific GDC h/w.
11795
11796     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11797     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11798
11799 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
11800 Author: Yuri Tikhonov <yur@pollux.denx.de>
11801 Date:   Tue Mar 18 13:27:57 2008 +0100
11802
11803     Fix backlight in the lwmon5 POST.
11804
11805     Backlight was switched on even when temperature was too low.
11806
11807     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11808     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11809
11810 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
11811 Author: Yuri Tikhonov <yur@pollux.denx.de>
11812 Date:   Wed Feb 6 18:48:36 2008 +0100
11813
11814     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).
11815
11816      To enable this, alternative, configuration the U-Boot board configuration
11817     file for lwmon5 includes the definitions of alternative addresses for header
11818     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
11819
11820      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
11821     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
11822     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
11823
11824     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11825
11826 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
11827 Author: Yuri Tikhonov <yur@pollux.denx.de>
11828 Date:   Mon Feb 4 17:11:53 2008 +0100
11829
11830     Add support for the lwmon5 board reset via GPIO58.
11831
11832     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11833     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11834
11835 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
11836 Author: Yuri Tikhonov <yur@pollux.denx.de>
11837 Date:   Mon Feb 4 17:09:55 2008 +0100
11838
11839     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
11840
11841     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11842     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11843
11844 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
11845 Author: Yuri Tikhonov <yur@pollux.denx.de>
11846 Date:   Mon Feb 4 14:11:03 2008 +0100
11847
11848     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.
11849
11850     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11851     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11852
11853 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
11854 Author: Yuri Tikhonov <yur@pollux.denx.de>
11855 Date:   Mon Feb 4 14:10:42 2008 +0100
11856
11857     The patch adds new POST tests for the Lwmon5 board. These are:
11858
11859     * External Watchdog test;
11860     * dsPIC tests;
11861     * FPGA test;
11862     * GDC test;
11863     * Sysmon tests.
11864
11865     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11866     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11867
11868 commit c2ed33efbfff5767bca236828e021c55fd547b6c
11869 Author: Yuri Tikhonov <yur@pollux.denx.de>
11870 Date:   Mon Feb 4 14:10:01 2008 +0100
11871
11872     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
11873
11874     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11875
11876 commit 3a5d1e7f1309998791702b2a559e3126781746b9
11877 Author: Yuri Tikhonov <yur@pollux.denx.de>
11878 Date:   Tue Mar 18 13:33:30 2008 +0100
11879
11880     lwmon5: Fix register test logic to match the specific GDC h/w.
11881
11882     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11883     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11884
11885 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
11886 Author: Yuri Tikhonov <yur@pollux.denx.de>
11887 Date:   Tue Mar 18 13:27:57 2008 +0100
11888
11889     Fix backlight in the lwmon5 POST.
11890
11891     Backlight was switcehd on even when temperature was too low.
11892
11893     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11894     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11895
11896 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
11897 Author: Yuri Tikhonov <yur@pollux.denx.de>
11898 Date:   Wed Feb 6 18:48:36 2008 +0100
11899
11900      The patch introduces the alternative configuration of the log buffer for
11901     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
11902     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
11903     PPC440EPX_GPT0_COMP5).
11904
11905      To enable this, alternative, configuration the U-Boot board configuration
11906     file for lwmon5 includes the definitions of alternative addresses for header
11907     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
11908
11909      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
11910     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
11911     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
11912
11913     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11914
11915 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
11916 Author: Yuri Tikhonov <yur@pollux.denx.de>
11917 Date:   Mon Feb 4 17:11:53 2008 +0100
11918
11919     Add support for the lwmon5 board reset via GPIO58.
11920
11921     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11922     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11923
11924 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
11925 Author: Yuri Tikhonov <yur@pollux.denx.de>
11926 Date:   Mon Feb 4 17:09:55 2008 +0100
11927
11928     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
11929     Disable external watch-dog for now.
11930
11931     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11932     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11933
11934 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
11935 Author: Yuri Tikhonov <yur@pollux.denx.de>
11936 Date:   Mon Feb 4 14:11:03 2008 +0100
11937
11938     The patch introduces the CRITICAL feature of POST tests. If the test
11939     marked as POST_CRITICAL fails then the alternative, post_critical,
11940     boot-command is used. If this command is not defined then U-Boot
11941     enters into interactive mode.
11942
11943     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11944     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11945
11946 commit 65b20dcefc89618193fa51947968dada91e4c778
11947 Author: Yuri Tikhonov <yur@pollux.denx.de>
11948 Date:   Mon Feb 4 14:10:42 2008 +0100
11949
11950     The patch adds new POST tests for the Lwmon5 board.
11951     These are:
11952
11953     * External Watchdog test;
11954     * dsPIC tests;
11955     * FPGA test;
11956     * GDC test;
11957     * Sysmon tests.
11958
11959     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11960     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11961
11962 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
11963 Author: Yuri Tikhonov <yur@pollux.denx.de>
11964 Date:   Mon Feb 4 14:10:01 2008 +0100
11965
11966     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
11967
11968     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11969
11970 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
11971 Author: Wolfgang Denk <wd@denx.de>
11972 Date:   Tue Mar 18 17:35:51 2008 +0100
11973
11974     HMI1001: fix compile problem.
11975
11976     Signed-off-by: Wolfgang Denk <wd@denx.de>
11977
11978 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
11979 Author: Mike Frysinger <vapier@gentoo.org>
11980 Date:   Mon Feb 18 05:32:30 2008 -0500
11981
11982     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
11983
11984     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
11985     for the board specific driver at all.  Just use the common CFI driver.
11986
11987     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11988
11989 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
11990 Author: Mike Frysinger <vapier@gentoo.org>
11991 Date:   Tue Feb 19 00:36:14 2008 -0500
11992
11993     Blackfin: add proper ELF markings to some assembly functions
11994
11995     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11996
11997 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
11998 Author: Mike Frysinger <vapier@gentoo.org>
11999 Date:   Tue Feb 19 00:35:17 2008 -0500
12000
12001     Blackfin: new cplbinfo command for viewing cplb tables
12002
12003     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12004
12005 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
12006 Author: Mike Frysinger <vapier@gentoo.org>
12007 Date:   Mon Feb 18 05:37:51 2008 -0500
12008
12009     Blackfin: update MAINTAINERS list
12010
12011     Add maintainer information for the Blackfin boards.
12012
12013     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12014
12015 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
12016 Author: Mike Frysinger <vapier@gentoo.org>
12017 Date:   Mon Feb 18 05:26:48 2008 -0500
12018
12019     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
12020
12021     Stop tying things to the processor that should be tied to other defines and
12022     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
12023     system to select the -mcpu option.
12024
12025     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12026
12027 commit 86a20fb920bd198105acf7b1191117f566d637ed
12028 Author: Mike Frysinger <vapier@gentoo.org>
12029 Date:   Sat Feb 16 07:40:36 2008 -0500
12030
12031     Blackfin: move bootldr command to common code
12032
12033     This moves the Blackfin-common bootldr command out of the BF537-STAMP
12034     specific board directory and into the common directory so that all Blackfin
12035     boards may utilize it.
12036
12037     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12038
12039 commit decbe029b2a9d3333d02c433389b1c821eea96d7
12040 Author: Heiko Schocher <hs@denx.de>
12041 Date:   Fri Mar 14 11:05:20 2008 +0100
12042
12043     mgcoge: update configuration
12044
12045     Fix configuration for mgcoge board
12046
12047     Signed-off-by: Heiko Schocher <hs@denx.de>
12048
12049 commit c136724cda0219c49f1d4b346f00da29b14fdf14
12050 Author: Wolfgang Denk <wd@denx.de>
12051 Date:   Sun Mar 16 01:22:59 2008 +0100
12052
12053     drivers/rtc/Makefile: keep list sorted
12054
12055     Signed-off-by: Wolfgang Denk <wd@denx.de>
12056
12057 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
12058 Author: Tor Krill <tor@excito.com>
12059 Date:   Sat Mar 15 15:40:26 2008 +0100
12060
12061     Add support for Intersil isl1208 RTC
12062
12063     Signed-off-by: Tor Krill <tor@excito.com>
12064
12065 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
12066 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12067 Date:   Sat Mar 15 17:36:41 2008 +0100
12068
12069     cramfs: Fix ifdef
12070
12071     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12072
12073 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
12074 Author: Wolfgang Denk <wd@denx.de>
12075 Date:   Sun Mar 16 01:12:58 2008 +0100
12076
12077     Conding style cleanup
12078
12079     Signed-off-by: Wolfgang Denk <wd@denx.de>
12080
12081 commit 41712b4e8c95dff23354bcd620e1f9477160c190
12082 Author: Stefan Roese <sr@denx.de>
12083 Date:   Wed Mar 5 12:31:53 2008 +0100
12084
12085     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
12086
12087     This patch adds USB OHCI support to the Canyonlands board port. It also
12088     enables EXT2 support.
12089
12090     Signed-off-by: Stefan Roese <sr@denx.de>
12091
12092 commit 2596f5b9d353ff3e4387a3325d05740f16958038
12093 Author: Stefan Roese <sr@denx.de>
12094 Date:   Wed Mar 5 12:29:32 2008 +0100
12095
12096     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
12097
12098     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
12099     way a board just needs to define this new option to enable the "force
12100     NoPowerSwitching mode" instead of adding new CPU/architecture defines
12101     to the USB source itself.
12102
12103     This new option will be used first with the new AMCC 460EX Canyonlands
12104     board port, which will be posted in a few days.
12105
12106     This patch also fixes a small compilation problem when DEBUG is enabled.
12107
12108     Signed-off-by: Stefan Roese <sr@denx.de>
12109
12110 commit 71665ebf88408ff2acb762af47989fd4365b321a
12111 Author: Stefan Roese <sr@denx.de>
12112 Date:   Mon Mar 3 17:27:02 2008 +0100
12113
12114     ppc4xx: Add Canyonlands NAND booting support
12115
12116     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
12117     NAND devices. The only bootstrap option for NAND booting is option F for
12118     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
12119     EEPROM needs to be programmed accordingly.
12120
12121     This patch adds basic NAND booting support for the AMCC Canyonlands aval
12122     board and also adds support to the "bootstrap" command, to enable NAND
12123     booting I2C setting.
12124
12125     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
12126
12127     Signed-off-by: Stefan Roese <sr@denx.de>
12128
12129 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
12130 Author: Stefan Roese <sr@denx.de>
12131 Date:   Tue Mar 11 16:53:00 2008 +0100
12132
12133     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
12134
12135     This patch adds support for the AMCC Canyonlands 460EX evaluation
12136     board.
12137
12138     Signed-off-by: Stefan Roese <sr@denx.de>
12139
12140 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
12141 Author: Stefan Roese <sr@denx.de>
12142 Date:   Tue Mar 11 16:52:24 2008 +0100
12143
12144     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
12145
12146     This patch adds support for the AMCC Canyonlands 460EX evaluation
12147     board.
12148
12149     Signed-off-by: Stefan Roese <sr@denx.de>
12150
12151 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
12152 Author: Stefan Roese <sr@denx.de>
12153 Date:   Tue Mar 11 16:51:17 2008 +0100
12154
12155     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
12156
12157     This patch adds support for the AMCC Canyonlands 460EX evaluation
12158     board.
12159
12160     Signed-off-by: Stefan Roese <sr@denx.de>
12161
12162 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
12163 Author: Stefan Roese <sr@denx.de>
12164 Date:   Tue Mar 11 15:11:43 2008 +0100
12165
12166     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
12167
12168     This patch adds basic support for the AMCC 460EX/460GT PPC's.
12169
12170     Signed-off-by: Stefan Roese <sr@denx.de>
12171
12172 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
12173 Author: Stefan Roese <sr@denx.de>
12174 Date:   Tue Mar 11 15:11:18 2008 +0100
12175
12176     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
12177
12178     This patch adds basic support for the AMCC 460EX/460GT PPC's.
12179
12180     Signed-off-by: Stefan Roese <sr@denx.de>
12181
12182 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
12183 Author: Stefan Roese <sr@denx.de>
12184 Date:   Tue Mar 11 15:07:10 2008 +0100
12185
12186     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
12187
12188     This patch adds basic support for the AMCC 460EX/460GT PPC's.
12189
12190     Signed-off-by: Stefan Roese <sr@denx.de>
12191
12192 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
12193 Author: Stefan Roese <sr@denx.de>
12194 Date:   Tue Mar 11 15:05:50 2008 +0100
12195
12196     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
12197
12198     This patch adds basic support for the AMCC 460EX/460GT PPC's.
12199
12200     Signed-off-by: Stefan Roese <sr@denx.de>
12201
12202 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
12203 Author: Stefan Roese <sr@denx.de>
12204 Date:   Tue Mar 11 15:05:26 2008 +0100
12205
12206     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
12207
12208     This patch adds basic support for the AMCC 460EX/460GT PPC's.
12209
12210     Signed-off-by: Stefan Roese <sr@denx.de>
12211
12212 commit 56e410178375d9f20be25fb24e180974f0ae120b
12213 Author: Stefan Roese <sr@denx.de>
12214 Date:   Tue Feb 19 22:07:57 2008 +0100
12215
12216     ppc4xx: interrupt.c reworked
12217
12218     This patch is a rework of the 4xx interrupt handling done while
12219     adding the 460EX/GT support. Interrupts are needed on 4xx for the
12220     EMAC driver.
12221
12222     Signed-off-by: Stefan Roese <sr@denx.de>
12223
12224 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
12225 Author: Stefan Roese <sr@denx.de>
12226 Date:   Tue Feb 19 22:01:57 2008 +0100
12227
12228     ppc4xx: program_tlb now uses 64bit physical addess
12229
12230     This patch changes the physical addess parameter from 32bit to 64bit.
12231     This is needed for 36bit 4xx platforms to access areas located
12232     beyond the 4GB border, like SoC peripherals (EBC etc.).
12233
12234     Signed-off-by: Stefan Roese <sr@denx.de>
12235
12236 commit c3307fa186af85771924c434997089b8104c0a46
12237 Author: Stefan Roese <sr@denx.de>
12238 Date:   Tue Feb 19 21:58:25 2008 +0100
12239
12240     ppc4xx: miiphy.c reworked
12241
12242     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
12243     badly neede some cleanup.
12244
12245     Signed-off-by: Stefan Roese <sr@denx.de>
12246
12247 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
12248 Author: Stefan Roese <sr@denx.de>
12249 Date:   Tue Feb 19 16:21:49 2008 +0100
12250
12251     rtc: Add M41T62 support
12252
12253     This patch add support for the STM M41T62 RTC. It is used and tested
12254     on the AMCC Canyonlands 406EX platform.
12255
12256     Signed-off-by: Stefan Roese <sr@denx.de>
12257
12258 commit 217d383e201adc7f2271145ae345ea5eae2b7170
12259 Author: Niklaus Giger <niklaus.giger@netstal.com>
12260 Date:   Mon Feb 25 18:46:43 2008 +0100
12261
12262     ppc4xx: Add 405GPr based MCU25 board specific files
12263
12264     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12265
12266 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
12267 Author: Niklaus Giger <niklaus.giger@netstal.com>
12268 Date:   Mon Feb 25 18:46:42 2008 +0100
12269
12270     ppc4xx: Add 405GPr based MCU25 board config file
12271
12272     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12273
12274 commit b05f35436b733a240559e77e46bed8439665ecc5
12275 Author: Niklaus Giger <niklaus.giger@netstal.com>
12276 Date:   Mon Feb 25 18:46:41 2008 +0100
12277
12278     ppc4xx: Add 405GPr based MCU25 board. Global files
12279
12280     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12281
12282 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
12283 Author: Niklaus Giger <niklaus.giger@netstal.com>
12284 Date:   Mon Feb 25 18:37:02 2008 +0100
12285
12286     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
12287
12288     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12289
12290 commit a079494853cc2bfeddb26673219db0b4b2b31566
12291 Author: Niklaus Giger <niklaus.giger@netstal.com>
12292 Date:   Mon Feb 25 18:37:01 2008 +0100
12293
12294     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
12295
12296     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
12297     the FLASH_CFI_LEGACY et al. config options.
12298
12299     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12300
12301 commit e4170e5a50c8110f792bc37472833ae669d69951
12302 Author: Stefan Roese <sr@denx.de>
12303 Date:   Tue Mar 11 13:52:25 2008 +0100
12304
12305     ppc4xx: Fix comment in 405EX DDR2 init code
12306
12307     Signed-off-by: Stefan Roese <sr@denx.de>
12308
12309 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
12310 Author: Bartlomiej Sieka <tur@semihalf.com>
12311 Date:   Fri Mar 14 16:22:34 2008 +0100
12312
12313     Add MD5 support to the new uImage format
12314
12315     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12316
12317 commit 0ede0c383530a418cf98be9122371a86573cd0db
12318 Author: Bartlomiej Sieka <tur@semihalf.com>
12319 Date:   Fri Mar 14 16:22:34 2008 +0100
12320
12321     Add the MD5 algorithm
12322
12323     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
12324     calculated using the md5() function -- see include/md5.h for details.
12325
12326     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12327
12328 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
12329 Author: Wolfgang Denk <wd@denx.de>
12330 Date:   Fri Mar 14 16:04:54 2008 +0100
12331
12332     tools/setlocalversion: use a git-describe-ish format
12333
12334     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
12335     where 'nnnnn' is the number of commits since the last tag (i.e.,
12336     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
12337     and to see how much has been changed since the referenced tag.
12338
12339     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
12340
12341     Signed-off-by: Wolfgang Denk <wd@denx.de>
12342
12343 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
12344 Author: Wolfgang Denk <wd@denx.de>
12345 Date:   Thu Mar 13 14:32:03 2008 +0100
12346
12347     HMI1001: add support for MPC5200 Rev. B processors.
12348
12349     Signed-off-by: Wolfgang Denk <wd@denx.de>
12350
12351 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
12352 Author: Wolfgang Denk <wd@denx.de>
12353 Date:   Thu Mar 13 14:29:49 2008 +0100
12354
12355     TQM5200: remove dead code
12356
12357     This board never used a MGT5100 processor.
12358
12359     Signed-off-by: Wolfgang Denk <wd@denx.de>
12360
12361 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
12362 Author: Marian Balakowicz <m8@semihalf.com>
12363 Date:   Wed Mar 12 12:14:15 2008 +0100
12364
12365     [new uImage] Fix build issue on ARM
12366
12367     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
12368
12369     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12370
12371 commit 3310c549a73a949430bfda90876df7552a1dab0c
12372 Author: Marian Balakowicz <m8@semihalf.com>
12373 Date:   Wed Mar 12 12:13:13 2008 +0100
12374
12375     [new uImage] Add new uImage format documentation and examples
12376
12377     Create doc/uImage.FIT documentation directory with the following files:
12378     - command_syntax_extensions.txt : extended command syntax description
12379     - howto.txt                     : short usage howto
12380     - source_file_format.txt        : internal new uImage format description
12381
12382     Add example image source files:
12383     - kernel.its
12384     - kernel_fdt.its
12385     - multi.its
12386
12387     Update README appropriately.
12388
12389     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12390     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12391
12392 commit 1ec73761d2e247078f4520a265d463e8b73391a2
12393 Author: Marian Balakowicz <m8@semihalf.com>
12394 Date:   Wed Mar 12 10:35:52 2008 +0100
12395
12396     [new uImage] Fix definition of common bootm_headers_t fields
12397
12398     verify, autostart and lmb fields are used regardless of CONFIG_FIT
12399     setting, move their definitions to common section.
12400
12401     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12402
12403 commit 1d1cb4270edc6a99276834064069717f9782c491
12404 Author: Marian Balakowicz <m8@semihalf.com>
12405 Date:   Wed Mar 12 10:35:51 2008 +0100
12406
12407     [new uImage] Fix build problems on trab board
12408
12409     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12410
12411 commit f773bea8e11f4a11c388dcee956b2444203e6b65
12412 Author: Marian Balakowicz <m8@semihalf.com>
12413 Date:   Wed Mar 12 10:35:46 2008 +0100
12414
12415     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
12416
12417     Save FIT configuration provied in the first bootm argument and use it
12418     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
12419     arguments are not specified.
12420
12421     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12422
12423 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
12424 Author: Marian Balakowicz <m8@semihalf.com>
12425 Date:   Wed Mar 12 10:33:01 2008 +0100
12426
12427     [new uImage] More verbose kernel image uncompress error message
12428
12429     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12430
12431 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
12432 Author: Marian Balakowicz <m8@semihalf.com>
12433 Date:   Wed Mar 12 10:33:01 2008 +0100
12434
12435     [new uImage] Use show_boot_progress() for new uImage format
12436
12437     This patch allocates a set of show_boot_progress() IDs for new uImage format
12438     and adds show_boot_progress() calls in new uImage format handling code.
12439
12440     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12441
12442 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
12443 Author: Marian Balakowicz <m8@semihalf.com>
12444 Date:   Wed Mar 12 10:33:01 2008 +0100
12445
12446     [new uImage] Add new uImage fromat support to fpga command
12447
12448     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12449
12450 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
12451 Author: Marian Balakowicz <m8@semihalf.com>
12452 Date:   Wed Mar 12 10:33:01 2008 +0100
12453
12454     [new uImage] Add new uImage format handling to other bootm related commands
12455
12456     Updated commands:
12457
12458     docboot  - cmd_doc.c
12459     fdcboot  - cmd_fdc.c
12460     diskboot - cmd_ide.c
12461     nboot    - cmd_nand.c
12462     scsiboot - cmd_scsi.c
12463     usbboot  - cmd_usb.c
12464
12465     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12466
12467 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
12468 Author: Marian Balakowicz <m8@semihalf.com>
12469 Date:   Wed Mar 12 10:33:00 2008 +0100
12470
12471     [new uImage] Add new uImage format support to imgextract command
12472
12473     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12474
12475 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
12476 Author: Marian Balakowicz <m8@semihalf.com>
12477 Date:   Wed Mar 12 10:33:00 2008 +0100
12478
12479     [new uImage] Add new uImage format support to autoscript routine
12480
12481     autoscript() routine is updated to accept second argument, which
12482     is only used for FIT images and provides a FIT subimage unit name.
12483
12484     autoscript() routine callers must now pass two arguments. For
12485     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
12486     variable 'autoscript_uname' is introduced and used as a FIT
12487     subimage unit name source.
12488
12489     autoscript command accepts extended syntax of the addr argument:
12490     addr:<subimg_uname>
12491
12492     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12493
12494 commit cd7c596e9f561dbbc17b717277438aee78cde14f
12495 Author: Marian Balakowicz <m8@semihalf.com>
12496 Date:   Wed Mar 12 10:33:00 2008 +0100
12497
12498     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
12499
12500     This patch updates architecture specific implementations of
12501     do_bootm_linux() adding new uImage format handling for
12502     operations like get kernel entry point address, get kernel
12503     image data start address.
12504
12505     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12506
12507 commit 3dfe110149311425919e6d6a14b561b4207498f1
12508 Author: Marian Balakowicz <m8@semihalf.com>
12509 Date:   Wed Mar 12 10:32:59 2008 +0100
12510
12511     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
12512
12513     This patch adds new node offset fields to struct bootm_headers
12514     and updates bootm_headers processing code to make use of them.
12515     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
12516
12517     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12518
12519 commit bc8ed486b125452ba3bd8344f052f437329150c5
12520 Author: Marian Balakowicz <m8@semihalf.com>
12521 Date:   Wed Mar 12 10:32:53 2008 +0100
12522
12523     [new uImage] ppc: Add new uImage format support to FDT handling routines
12524
12525     Support for new (FIT) format uImages is added to powerpc specific
12526     boot_get_fdt() routine which now recognizes, sanity checks FIT image
12527     and is able to access data sections of the requested component image.
12528
12529     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12530
12531 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
12532 Author: Marian Balakowicz <m8@semihalf.com>
12533 Date:   Wed Mar 12 10:14:57 2008 +0100
12534
12535     [new uImage] Re-enable interrupts for non automatic booting
12536
12537     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
12538     environment variable is not set to 'yes'.
12539
12540     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12541
12542 commit d985c8498c4e47095820da97aa722381d39172c5
12543 Author: Marian Balakowicz <m8@semihalf.com>
12544 Date:   Wed Mar 12 10:14:38 2008 +0100
12545
12546     [new uImage] Remove unnecessary arguments passed to ramdisk routines
12547
12548     boot_get_ramdisk() and image_get_ramdisk() do not need all
12549     cmdtp, flag, argc and argv arguments. Simplify routines definition.
12550
12551     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12552
12553 commit c87796483bc7c2900470dc747c367f602577608d
12554 Author: Marian Balakowicz <m8@semihalf.com>
12555 Date:   Wed Mar 12 10:12:37 2008 +0100
12556
12557     [new uImage] Add new uImage format support for ramdisk handling
12558
12559     This patch updates boot_get_ramdisk() routine adding format
12560     verification and handling for new (FIT) uImages.
12561
12562     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12563
12564 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
12565 Author: Marian Balakowicz <m8@semihalf.com>
12566 Date:   Wed Mar 12 10:01:05 2008 +0100
12567
12568     [new uImage] Add new uImage format support for kernel booting
12569
12570     New format uImages are recognized by the bootm command,
12571     validity of specified kernel component image is checked and
12572     its data section located and used for further processing
12573     (uncompress, load, etc.)
12574
12575     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12576
12577 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
12578 Author: Marian Balakowicz <m8@semihalf.com>
12579 Date:   Tue Mar 11 12:35:20 2008 +0100
12580
12581     [new uImage] Add new uImage format support for imls and iminfo commands
12582
12583     imls and iminfo can now recognize nad print out contents of the new (FIT)
12584     format uImages.
12585
12586     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12587
12588 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
12589 Author: Bartlomiej Sieka <tur@semihalf.com>
12590 Date:   Tue Mar 11 12:34:47 2008 +0100
12591
12592     [new uImage] Add support for new uImage format to mkimage tool
12593
12594     Support for the new uImage format (FIT) is added to mkimage tool.
12595     Commandline syntax is appropriately extended:
12596
12597     mkimage [-D dtc_options] -f fit-image.its fit-image
12598
12599     mkimage (together with dtc) takes fit-image.its and referenced therein
12600     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
12601     final image that can be transferred to the target (e.g., via tftp) and then
12602     booted using the bootm command in U-Boot.
12603
12604     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12605
12606 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
12607 Author: Marian Balakowicz <m8@semihalf.com>
12608 Date:   Mon Mar 10 17:53:49 2008 +0100
12609
12610     [new uImage] Make node unit names const in struct bootm_headers
12611
12612     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12613
12614 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
12615 Author: Marian Balakowicz <m8@semihalf.com>
12616 Date:   Fri Feb 29 21:24:06 2008 +0100
12617
12618     [new uImage] New uImage low-level API
12619
12620     Add FDT-based functions for handling new format component images,
12621     configurations, node operations, property get/set, etc.
12622
12623     fit_        - routines handling global new format uImage operations
12624                   like get/set top level property, process all nodes, etc.
12625     fit_image_  - routines handling component images subnodes
12626     fit_conf_   - routines handling configurations node
12627
12628     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12629     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12630
12631 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
12632 Author: Wolfgang Denk <wd@denx.de>
12633 Date:   Sun Mar 9 16:20:02 2008 +0100
12634
12635     Release v1.3.2
12636
12637     Update CHANGELOG for release.
12638
12639     Signed-off-by: Wolfgang Denk <wd@denx.de>
12640
12641 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
12642 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12643 Date:   Sun Mar 9 14:52:11 2008 +0100
12644
12645     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
12646
12647     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12648     Signed-off-by: Wolfgang Denk <wd@denx.de>
12649
12650 commit db695b78515ddb88a2d4f3357c120345efbf59ec
12651 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12652 Date:   Sun Mar 9 10:44:01 2008 +0100
12653
12654     scb9328: Fix flash warning: type qualifiers ignored on function return type
12655
12656     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12657
12658 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
12659 Author: Wolfgang Denk <wd@denx.de>
12660 Date:   Sun Mar 9 10:50:41 2008 +0100
12661
12662     esd/common/fpga.c: fix indentation.
12663
12664     Signed-off-by: Wolfgang Denk <wd@denx.de>
12665
12666 commit cc3843e36453e2b8db65d7e56de938ba045016a0
12667 Author: Wolfgang Denk <wd@denx.de>
12668 Date:   Sun Mar 9 10:33:31 2008 +0100
12669
12670     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
12671
12672     and get rid of a couple of unneeded casts.
12673
12674     Signed-off-by: Wolfgang Denk <wd@denx.de>
12675
12676 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
12677 Author: Wolfgang Denk <wd@denx.de>
12678 Date:   Sun Mar 9 10:09:53 2008 +0100
12679
12680     esd/common/fpga.c: fix 'assignment of read-only location' error
12681
12682     Signed-off-by: Wolfgang Denk <wd@denx.de>
12683
12684 commit c6fe4dabac066e8758345d249032768496983a3e
12685 Author: Wolfgang Denk <wd@denx.de>
12686 Date:   Sun Mar 9 02:13:19 2008 +0100
12687
12688     Makefile: make build silently again.
12689
12690     Signed-off-by: Wolfgang Denk <wd@denx.de>
12691
12692 commit 76babc86576f092573599334c85ec543fdbc6015
12693 Author: Wolfgang Denk <wd@denx.de>
12694 Date:   Sun Mar 9 02:07:49 2008 +0100
12695
12696     m501sk: Fix out of tree building
12697
12698     Signed-off-by: Wolfgang Denk <wd@denx.de>
12699
12700 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
12701 Author: Wolfgang Denk <wd@denx.de>
12702 Date:   Sun Mar 9 00:06:09 2008 +0100
12703
12704     ADS5121: fix out of tree build
12705
12706     and simplify Makefile a bit.
12707
12708     Signed-off-by: Wolfgang Denk <wd@denx.de>
12709
12710 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
12711 Author: Wolfgang Denk <wd@denx.de>
12712 Date:   Sat Mar 8 22:35:31 2008 +0100
12713
12714     Release v1.3.2
12715
12716     Signed-off-by: Wolfgang Denk <wd@denx.de>
12717
12718 commit 78a90f827df74520e939c794fc7413dace21c4db
12719 Author: Wolfgang Denk <wd@denx.de>
12720 Date:   Sat Mar 8 22:35:04 2008 +0100
12721
12722     Update CHANGELOG
12723
12724     Signed-off-by: Wolfgang Denk <wd@denx.de>
12725
12726 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
12727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12728 Date:   Sat Mar 8 21:30:04 2008 +0100
12729
12730     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
12731
12732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12733
12734 commit d75469d48c05795144f4b8ba76addbb4920a7bba
12735 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12736 Date:   Sat Mar 8 09:25:49 2008 +0900
12737
12738     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
12739
12740     When rtl_recv() of rtl8169 is called, OWNbit of status register
12741     is not enable occasionally.
12742     rtl_recv() doesn't work normally when the driver doesn't do
12743     appropriate processing.
12744     This patch fix this problem.
12745
12746     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12747
12748 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
12749 Author: Heiko Schocher <hs@denx.de>
12750 Date:   Fri Mar 7 08:15:28 2008 +0100
12751
12752     mgsuvd: update board configuration
12753
12754     initialize the UPIOx controller.
12755
12756     Signed-off-by: Heiko Schocher <hs@denx.de>
12757
12758 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
12759 Author: Heiko Schocher <hs@denx.de>
12760 Date:   Fri Mar 7 08:13:41 2008 +0100
12761
12762     mgcoge: update board configuration
12763
12764     add support for the config Flash.
12765     initialize the UPIOx controller.
12766
12767     Signed-off-by: Heiko Schocher <hs@denx.de>
12768
12769 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
12770 Author: Kim Phillips <kim.phillips@freescale.com>
12771 Date:   Fri Mar 7 12:27:31 2008 -0600
12772
12773     mpc83xx: make dtb basename file references equal those of linux
12774
12775     the dts file basenames were updated in linux - this helps avoid
12776     inadvertently loading any old dtbs laying around.
12777
12778     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12779
12780 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
12781 Author: Kim Phillips <kim.phillips@freescale.com>
12782 Date:   Wed Feb 27 16:08:22 2008 -0600
12783
12784     net: uec_phy: actually increment the timeout counter
12785
12786     allow u-boot to recover (and, e.g., switch to another interface) in the
12787     case where a PHY does not report autonegotiation is complete within its
12788     two second timeout value.
12789
12790     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12791
12792 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
12793 Author: Markus Brunner <super.firetwister@googlemail.com>
12794 Date:   Wed Mar 5 21:38:12 2008 +0100
12795
12796     fix taihu soft spi_read
12797
12798     The taihu board used gpio_read_out_bit which reads the output register and not
12799     the pin state.
12800
12801     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
12802
12803 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
12804 Author: Stefan Roese <sr@denx.de>
12805 Date:   Fri Mar 7 08:01:43 2008 +0100
12806
12807     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
12808
12809     Signed-off-by: Stefan Roese <sr@denx.de>
12810
12811 commit bd4458cb47abecabd406b1210457be96c69fc49d
12812 Author: Dave Liu <r63238@freescale.com>
12813 Date:   Tue Mar 4 16:59:22 2008 +0800
12814
12815     837xEMDS: Improve the system performance
12816
12817     1. Make the CSB bus pipeline depth as 4, and enable
12818        the repeat mode;
12819     2. Raise the eTSEC emergency priority;
12820     3. Use the highest IP blocks clock.
12821
12822     Signed-off-by: Dave Liu <daveliu@freescale.com>
12823
12824 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
12825 Author: Detlev Zundel <dzu@denx.de>
12826 Date:   Thu Mar 6 16:45:53 2008 +0100
12827
12828     Replace "run load; run update" with conditionalized "run load update".
12829
12830     The latter version stops when "run load" fails for whatever reasons
12831     rendering the combination *a lot* more secure.
12832
12833     Signed-off-by: Detlev Zundel <dzu@denx.de>
12834
12835 commit 6bc113886d7d316df1a4e459bec8baf027518551
12836 Author: Stefan Roese <sr@denx.de>
12837 Date:   Tue Mar 4 17:40:41 2008 +0100
12838
12839     net: Print error message upon net usage when no ethernet-interface is found
12840
12841     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
12842     defined. Then no ethernet interface is available but a simple "tftp"
12843     command will return without any error message which is quite confusing.
12844
12845     Signed-off-by: Stefan Roese <sr@denx.de>
12846
12847 commit a30a549a3553032d809e0356306b62de0b125901
12848 Author: Jon Loeliger <jdl@freescale.com>
12849 Date:   Tue Mar 4 10:03:03 2008 -0600
12850
12851     Remove erroneous or extra spd.h #includers.
12852
12853     Many of the spd.h #includers don't need it,
12854     and wanted to have spd_sdram() declared instead.
12855     Since they didn't get that, some also had open
12856     coded extern declarations of it instead or as well.
12857     Fix it all up by using spd_sdram.h where needed.
12858
12859     Signed-off-by: Jon Loeliger <jdl@freescale.com>
12860
12861 commit a4475386cef14af3fd88f0518b688e755669486d
12862 Author: Wolfgang Denk <wd@denx.de>
12863 Date:   Tue Mar 4 17:41:28 2008 +0100
12864
12865     PCS440EP: fix build problems (redundant #define)
12866
12867     Signed-off-by: Wolfgang Denk <wd@denx.de>
12868
12869 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
12870 Author: Stefan Roese <sr@denx.de>
12871 Date:   Tue Mar 4 17:39:25 2008 +0100
12872
12873     net: Print error message upon net usage when no ethernet-interface is found
12874
12875     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
12876     defined. Then no ethernet interface is available but a simple "tftp"
12877     command will return without any error message which is quite confusing.
12878
12879     Signed-off-by: Stefan Roese <sr@denx.de>
12880
12881 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
12882 Author: Wolfgang Denk <wd@denx.de>
12883 Date:   Tue Mar 4 17:38:50 2008 +0100
12884
12885     W7OLMC/W7OLMG: fix build problems (redundant #define)
12886
12887     Signed-off-by: Wolfgang Denk <wd@denx.de>
12888
12889 commit f9301e1cda296245ba052d7b08321199c3d0af9d
12890 Author: Wolfgang Denk <wd@denx.de>
12891 Date:   Tue Mar 4 14:58:31 2008 +0100
12892
12893     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
12894
12895     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
12896     problem for out-of-tree builds which caused "make clean" to fail.
12897
12898     Signed-off-by: Wolfgang Denk <wd@denx.de>
12899
12900 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
12901 Author: Wolfgang Denk <wd@denx.de>
12902 Date:   Tue Mar 4 11:58:26 2008 +0100
12903
12904     examples/Makefile: build "hello_world" on 8xx, too.
12905
12906     Signed-off-by: Wolfgang Denk <wd@denx.de>
12907
12908 commit 74eb0222594fd23aafdf168e60e872814eea8b62
12909 Author: Mike Nuss <mike@terascala.com>
12910 Date:   Mon Mar 3 15:27:05 2008 -0500
12911
12912     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
12913
12914     Every now and then a Sequoia board (or equivalent hardware) had
12915     problems connecting to a Gigabit capable network interface.
12916
12917     There were differences in the PHY setup between Linux and U-Boot.
12918
12919     This patch fixes the problem. Apparently "remote fault" is being set,
12920     which signals to some devices (on the other end of the cable) that a
12921     fault has occurred, while other devices ignore it. I believe the RF bit
12922     was causing the issue, but I removed T4 also, to match up with Linux.
12923
12924     Signed-off-by: Mike Nuss <mike@terascala.com>
12925
12926 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
12927 Author: Timur Tabi <timur@freescale.com>
12928 Date:   Mon Mar 3 09:58:52 2008 -0600
12929
12930     fix QE firmware uploading limit
12931
12932     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
12933     systems with more than one RISC core.
12934
12935     Signed-off-by: Timur Tabi <timur@freescale.com>
12936
12937 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
12938 Author: Bernhard Nemec <bnemec@ganssloser.com>
12939 Date:   Mon Mar 3 11:57:23 2008 +0000
12940
12941     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
12942
12943     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
12944     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
12945
12946     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
12947
12948 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
12949 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
12950 Date:   Mon Mar 3 10:39:13 2008 +0200
12951
12952     fix copy from ram to dataflash
12953
12954     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
12955     routines instead of dataflash. This is because it checks "if source
12956     address is not dataflash" instead of target address.
12957
12958     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
12959
12960 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
12961 Author: Wolfgang Denk <wd@denx.de>
12962 Date:   Mon Mar 3 12:16:44 2008 +0100
12963
12964     Fix quoting problem (preboot setting) in many board config files.
12965
12966     Signed-off-by: Wolfgang Denk <wd@denx.de>
12967
12968 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
12969 Author: Wolfgang Denk <wd@denx.de>
12970 Date:   Mon Mar 3 12:36:49 2008 +0100
12971
12972     ADS5121: Fix default environment.
12973
12974     Signed-off-by: Wolfgang Denk <wd@denx.de>
12975
12976 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
12977 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12978 Date:   Sun Mar 2 16:12:31 2008 +0100
12979
12980     Makefile: Fix missing unconfig and mkconfig use
12981
12982     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12983
12984 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
12985 Author: michael <trimarchi@gandalf.sssup.it>
12986 Date:   Sun Mar 2 23:33:46 2008 +0100
12987
12988     Fix checking fat32 cluster size.
12989
12990     This fixes the cluster size tests in the FAT32 file system.
12991     The current implementation of VFAT support doesn't work if the
12992     referred cluster has an offset > 16bit representation, causing
12993     "fatload" and "fatls" commands etc. to fail.
12994
12995     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
12996
12997 commit 661bad63a076a96c39c64f136915f146725af92b
12998 Author: Wolfgang Denk <wd@denx.de>
12999 Date:   Sun Mar 2 22:57:23 2008 +0100
13000
13001     Prepare v1.3.2-rc2 release candidate
13002
13003     Signed-off-by: Wolfgang Denk <wd@denx.de>
13004
13005 commit 76957cb3d621bf664311908e5962e151c633c285
13006 Author: Stefan Roese <sr@denx.de>
13007 Date:   Sat Mar 1 12:11:40 2008 +0100
13008
13009     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
13010
13011     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
13012     currently 4k/2k is configured. This patch fixes this issue.
13013
13014     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
13015
13016     Signed-off-by: Stefan Roese <sr@denx.de>
13017
13018 commit 118978c8eb43803e2794233922df4249fa278b83
13019 Author: Woodruff, Richard <r-woodruff2@ti.com>
13020 Date:   Fri Feb 29 17:34:35 2008 -0600
13021
13022     Fix alignment error on ARM for modules
13023
13024     Fix alignment fault on ARM when running modules.  With out an explicit
13025     linker file gcc4.2.1 will half word align __bss_start's value.  The word
13026     dereference will crash hello_world.
13027
13028     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
13029
13030 commit ce1120dd703e6f12c59e4eba9962356a0300b832
13031 Author: Dave Liu <r63238@freescale.com>
13032 Date:   Fri Feb 29 17:45:31 2008 +0800
13033
13034     fs: Fix ext2 read issue
13035
13036     The ext2 aligned process will corrupt the key
13037     data struct, the patch fix this.
13038
13039     Signed-off-by: Dave Liu <daveliu@freescale.com>
13040
13041 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
13042 Author: Wolfgang Denk <wd@denx.de>
13043 Date:   Sun Mar 2 22:45:33 2008 +0100
13044
13045     Makefile: cleanup "clean" target
13046
13047     Make sure CDPATH settings cannot interfere.
13048     Update CHANGELOG.
13049
13050     Signed-off-by: Wolfgang Denk <wd@denx.de>
13051
13052 commit ffda586fc1373243c9794babde69500f6293a8d8
13053 Author: Li Yang <leoli@freescale.com>
13054 Date:   Fri Feb 29 11:46:05 2008 +0800
13055
13056     add cscope build target
13057
13058     Add cscope build target to generate cscope database for code browsing.
13059
13060     Signed-off-by: Li Yang <leoli@freescale.com>
13061
13062 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
13063 Author: Kim Phillips <kim.phillips@freescale.com>
13064 Date:   Wed Feb 27 15:06:39 2008 -0600
13065
13066     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
13067
13068     erratum 5.6 states the autoneg completion bit is functional only if the
13069     autoneg bit is asserted.
13070
13071     This fixes any secondarily-issued networking commands on non-gigabit
13072     links on the mpc8360 mds board.
13073
13074     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13075
13076 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
13077 Author: John Rigby <jrigby@freescale.com>
13078 Date:   Tue Feb 26 09:38:14 2008 -0700
13079
13080     MPC5121e ADS PCI support take 3
13081
13082     Adds PCI support for MPC5121
13083
13084     Tested with drivers/net/rtl8139.c
13085
13086     Support is conditional since PCI on old silicon does not work.
13087
13088     ads5121_PCI_config turns on PCI
13089
13090     In this version, condition compilation of PCI code has been moved
13091     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
13092     suggested by Jean-Christophe PLAGNIOL-VILLARD
13093
13094     Signed-off-by: John Rigby <jrigby@freescale.com>
13095
13096 commit 44b4dbed4133f657705b7c5193209da9978243a7
13097 Author: Anatolij Gustschin <agust@denx.de>
13098 Date:   Mon Feb 25 23:53:07 2008 +0100
13099
13100     Fix warnings while compilation of post/drivers/memory.c
13101
13102     Fix warnings while compilation with new gcc in eldk-4.2
13103
13104     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13105
13106 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
13107 Author: Anatolij Gustschin <agust@denx.de>
13108 Date:   Mon Feb 25 20:54:04 2008 +0100
13109
13110     ppc4xx: Fix problem in 4xx_enet.c driver
13111
13112     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
13113     enabled. To reproduce the problem ensure that 'ethrotate'
13114     environment variable isn't set to "no" and then run
13115     "tftp 200000 not_existent_file".
13116     This patch tries to fix the issue.
13117
13118     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13119
13120 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
13121 Author: Anatolij Gustschin <agust@denx.de>
13122 Date:   Mon Feb 25 20:04:20 2008 +0100
13123
13124     POST: Disable cache while SPR POST
13125
13126     Currently (since commit b2e2142c) u-boot crashes on
13127     sequoia board while SPR test if CONFIG_4xx_DCACHE is
13128     enabled. This patch disables the cache while SPR test.
13129
13130     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13131
13132 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
13133 Author: Martin Krause <martin.krause@tqs.de>
13134 Date:   Mon Feb 25 17:52:40 2008 +0100
13135
13136     TQM5200: use automatic fdt memory fixup (part 2)
13137
13138     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
13139     TB5200 and TB5200_B to fixup the /memory node with the memory values
13140     detected by U-Boot.
13141
13142     Signed-off-by: Martin Krause <martin.krause@tqs.de>
13143
13144 commit 44ceec253ea941b301abf4b079d52324def69d92
13145 Author: Martin Krause <martin.krause@tqs.de>
13146 Date:   Mon Feb 25 15:17:05 2008 +0100
13147
13148     TQM5200: use automatic fdt memory fixup
13149
13150     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
13151     TB5200 and TB5200_B to fixup the /memory node with the memory values
13152     detected by U-Boot.
13153
13154     Signed-off-by: Martin Krause <martin.krause@tqs.de>
13155
13156 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
13157 Author: Martin Krause <martin.krause@tqs.de>
13158 Date:   Mon Feb 25 13:27:52 2008 +0100
13159
13160     TQM5200: fix bug in SDRAM initialization code
13161
13162     This patch fixes a bug in the SDRAM initialization code for the
13163     TQM5200. The hi_addr bit is now set correctly. Without this patch
13164     the hi_addr bit is always set to 1, if the second SDRAM bank is
13165     not populated.
13166
13167     For other MPC5200 boards a correspondig patch has already been applied
13168     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
13169
13170     Signed-off-by: Martin Krause <martin.krause@tqs.de>
13171     --
13172     Forget the first patch please. I confused flash with SDRAM in
13173     the comment ...
13174
13175 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
13176 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13177 Date:   Mon Feb 25 00:03:12 2008 +0100
13178
13179     mx1fs2/flash: Fix multiple compiler warnings
13180
13181     "pointer targets in assignment differ in signedness"
13182
13183     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13184
13185 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
13186 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13187 Date:   Mon Feb 25 00:03:11 2008 +0100
13188
13189     arm-imx: Fix register definitions
13190
13191     Sync register definitions with linux
13192
13193     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13194
13195 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
13196 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13197 Date:   Mon Feb 25 00:03:10 2008 +0100
13198
13199     actua1/actua2/actua3: Fix multiple unused variable warnings
13200
13201     - actua1:
13202         actux1.c: In function 'checkboard':
13203         actux1.c:92: warning: unused variable 'revision'
13204
13205     - actua2:
13206         actux2.c: In function 'checkboard':
13207         actux2.c:100: warning: unused variable 's'
13208         actux2.c:99: warning: unused variable 'revision'
13209         actux2.c: In function 'reset_phy':
13210         actux2.c:130: warning: unused variable 'i'
13211
13212     - actua3:
13213         actux3.c: In function 'checkboard':
13214         actux3.c:114: warning: unused variable 'revision'
13215
13216     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13217
13218 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
13219 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13220 Date:   Sun Feb 24 11:44:29 2008 +0900
13221
13222     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
13223
13224     The previous patch was lacking of i386, microblaze, nios and nios2. This
13225     patch tries to fix them.
13226
13227     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13228
13229 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
13230 Author: Marian Balakowicz <m8@semihalf.com>
13231 Date:   Fri Feb 29 22:22:46 2008 +0100
13232
13233     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
13234
13235     Do not use global fdt blob pointer, calculate blob size from routine
13236     argument blob pointer.
13237
13238     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13239
13240 commit d1cc52879c8966507dad9fb575481e6d3985e64e
13241 Author: David Gibson <david@gibson.dropbear.id.au>
13242 Date:   Tue Feb 12 00:58:31 2008 +1100
13243
13244     libfdt: Add and use a node iteration helper function.
13245
13246     This patch adds an fdt_next_node() function which can be used to
13247     iterate through nodes of the tree while keeping track of depth.  This
13248     function is used to simplify the iteration code in a lot of other
13249     functions, and is also exported for use by library users.
13250
13251     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
13252
13253 commit 8cf30809a82902a471866d2f07725ce3b8a22291
13254 Author: Bartlomiej Sieka <tur@semihalf.com>
13255 Date:   Fri Feb 29 16:00:24 2008 +0100
13256
13257     [new uImage] Add libfdt support to mkimage
13258
13259     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13260
13261 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
13262 Author: Bartlomiej Sieka <tur@semihalf.com>
13263 Date:   Fri Feb 29 16:00:23 2008 +0100
13264
13265     [new uImage] Add sha1.o object to mkimage binary build
13266
13267     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13268
13269 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
13270 Author: Marian Balakowicz <m8@semihalf.com>
13271 Date:   Fri Feb 29 16:00:06 2008 +0100
13272
13273     [new uImage] Fix component handling for legacy multi component images
13274
13275     Use uint32_t when accessing size table in image_multi_count() and
13276     image_multi_getimg() for multi component images.
13277
13278     Add missing uimage_to_cpu() endianness conversion.
13279
13280     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13281
13282 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
13283 Author: Marian Balakowicz <m8@semihalf.com>
13284 Date:   Fri Feb 29 15:59:59 2008 +0100
13285
13286     [new uImage] Share common uImage code between mkimage and U-boot
13287
13288     This patch adds the following common routines:
13289
13290     1) Dedicated mkimage print_header() is replaced with common
13291     image_print_contents()
13292     image_print_contents_noindent()
13293
13294     2) Common os/arch/type/comp fields name <--> id translation routines
13295     genimg_get_os_name()
13296     genimg_get_arch_name()
13297     genimg_get_type_name()
13298     genimg_get_comp_name()
13299     genimg_get_os_id()
13300     genimg_get_arch_id()
13301     genimg_get_type_id()
13302     genimg_get_comp_id()
13303
13304     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13305
13306 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
13307 Author: Marian Balakowicz <m8@semihalf.com>
13308 Date:   Fri Feb 29 14:58:34 2008 +0100
13309
13310     [new uImage] Update naming convention for bootm/uImage related code
13311
13312     This patch introduces the following prefix convention for the
13313     image format handling and bootm related code:
13314
13315     genimg_             - dual format shared code
13316     image_              - legacy uImage format specific code
13317     fit_                - new uImage format specific code
13318     boot_               - booting process related code
13319
13320     Related routines are renamed and a few pieces of code are moved around and
13321     re-grouped.
13322
13323     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13324
13325 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
13326 Author: Kumar Gala <galak@kernel.crashing.org>
13327 Date:   Wed Feb 27 21:51:51 2008 -0600
13328
13329     [new uImage] Respect autostart setting in linux bootm
13330
13331     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13332     Acked-by: Marian Balakowicz <m8@semihalf.com>
13333
13334 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
13335 Author: Kumar Gala <galak@kernel.crashing.org>
13336 Date:   Wed Feb 27 21:51:50 2008 -0600
13337
13338     [new uImage] Provide ability to restrict region used for boot images
13339
13340     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
13341     to restrict what memory range is used for bootm.
13342
13343     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13344     Acked-by: Marian Balakowicz <m8@semihalf.com>
13345
13346 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
13347 Author: Kumar Gala <galak@kernel.crashing.org>
13348 Date:   Wed Feb 27 21:51:49 2008 -0600
13349
13350     [new uImage] Use lmb for bootm allocations
13351
13352     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
13353     functions over to using lmb for allocation of the ramdisk, command line
13354     and kernel bd info.
13355
13356     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
13357     tree.
13358
13359     Provided a weak function that board code can call to do additional
13360     lmb reserves if needed.
13361
13362     Also introduce the concept of bootmap_base to specify the offset in
13363     physical memory that the bootmap is located at.  This is used for
13364     allocations of the cmdline, kernel bd, and device tree as they should
13365     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
13366
13367     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13368
13369 commit f5614e7926863bf0225ec860d9b319741a9c4004
13370 Author: Kumar Gala <galak@kernel.crashing.org>
13371 Date:   Wed Feb 27 21:51:48 2008 -0600
13372
13373     [new uImage] Add autostart flag to bootm_headers structure
13374
13375     The autostart env variable was dropped as part of the initial new uImage
13376     cleanup.  Add it back here so the arch specific code can decide if it
13377     wants to really boot or not.
13378
13379     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13380     Acked-by: Marian Balakowicz <m8@semihalf.com>
13381
13382 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
13383 Author: Kumar Gala <galak@kernel.crashing.org>
13384 Date:   Wed Feb 27 21:51:47 2008 -0600
13385
13386     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
13387
13388     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
13389     the memory spaces used by various boot images and structures.  This code
13390     will allow us to simplify the code in bootm and its support functions.
13391
13392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13393
13394 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
13395 Author: Kumar Gala <galak@kernel.crashing.org>
13396 Date:   Tue Feb 19 22:03:47 2008 -0600
13397
13398     [new uImage] ppc: Allow boards to specify effective amount of memory
13399
13400     For historical reasons we limited the stack to 256M because some boards
13401     could only map that much via BATS.  However newer boards are capable of
13402     mapping more memory (for example 85xx is capable of doing up to 2G).
13403
13404     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13405     Acked-by: Marian Balakowicz <m8@semihalf.com>
13406
13407 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
13408 Author: Kumar Gala <galak@kernel.crashing.org>
13409 Date:   Wed Feb 27 21:51:46 2008 -0600
13410
13411     [new uImage] rework error handling so common functions don't reset
13412
13413     Changed image_get_ramdisk() to just return NULL on error and have
13414     get_ramdisk() propogate that error to the caller.  It's left to the
13415     caller to call do_reset() if it wants to.
13416
13417     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
13418     to a common location.  In the future we will change get_fdt() and
13419     fdt_relocate() to return success/failure and not call do_reset() at all.
13420
13421     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13422     Acked-by: Marian Balakowicz <m8@semihalf.com>
13423
13424 commit d2bc095a639672def11d5d043b5688d0dbd692ec
13425 Author: Kumar Gala <galak@kernel.crashing.org>
13426 Date:   Wed Feb 27 21:51:45 2008 -0600
13427
13428     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
13429
13430     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
13431     however it does mean we have to go in and fixup the initrd info since
13432     we don't know where it will be.
13433
13434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13435
13436 commit 27953493ef025fb698d68c5dee39b36f01f4d530
13437 Author: Kumar Gala <galak@kernel.crashing.org>
13438 Date:   Wed Feb 27 21:51:44 2008 -0600
13439
13440     [new uImage] ppc: Determine if we are booting an OF style
13441
13442     If we are bootin OF style than we can skip setting up some things
13443     that are used for the old boot method.
13444
13445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13446     Acked-by: Marian Balakowicz <m8@semihalf.com>
13447
13448 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
13449 Author: Kumar Gala <galak@kernel.crashing.org>
13450 Date:   Wed Feb 27 21:51:43 2008 -0600
13451
13452     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
13453
13454     We don't actually need the kdb param as we are just using it to get
13455     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
13456     boot via OF we might not actually fill out a kdb.
13457
13458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13459     Acked-by: Marian Balakowicz <m8@semihalf.com>
13460
13461 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
13462 Author: Kumar Gala <galak@kernel.crashing.org>
13463 Date:   Wed Feb 27 16:30:47 2008 -0600
13464
13465     85xx: Don't icbi when unlocking the cache
13466
13467     There is no reason to icbi when invalidating the temporary stack in
13468     the d-cache.  Its impossible on e500 to have the i-cache contain
13469     any addresses in the temp stack and it can be problematic in generating
13470     transactions on the bus to non-valid addresses.
13471
13472     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13473
13474 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
13475 Author: Andy Fleming <afleming@freescale.com>
13476 Date:   Wed Feb 27 15:50:50 2008 -0600
13477
13478     Fix source for ECM error IVPR
13479
13480     The source vector for the ECM was being set to 2,
13481     but that's what the source vector for DDR was being
13482     set to.  Change it to 1.
13483
13484     Signed-off-by: Andy Fleming <afleming@freescale.com>
13485
13486 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
13487 Author: Andy Fleming <afleming@freescale.com>
13488 Date:   Wed Feb 27 14:29:58 2008 -0600
13489
13490     Invalidate INIT_RAM TLB mappings
13491
13492     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
13493     mappings to be unguarded.  This collided with an existing "bug"
13494     where the mappings for the INIT_RAM were being kept around.
13495     This meant that speculative loads to those addresses were
13496     succeeding in the TLB, and going out to the bus, where they
13497     were causing an exception (there's nothing at that address). The
13498     Flash code was coincidentally causing such a speculative load.
13499     Rather than go back to mapping the INIT RAM as guarded, we fix
13500     it so that the entries for the INIT_RAM are invalidated.  Thus
13501     the speculative loads will fail in the TLB, and have no effect.
13502
13503     Signed-off-by: Andy Fleming <afleming@freescale.com>
13504
13505 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
13506 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13507 Date:   Sun Feb 17 22:56:17 2008 +0100
13508
13509     sbc8548: Fix Revision reading and unused variable 'path'
13510
13511     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13512
13513 commit 495d162374c472f46454453553382ad0735dc725
13514 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13515 Date:   Sun Feb 17 22:56:16 2008 +0100
13516
13517     sbc8548: Fix cfi flash bank declaration
13518
13519     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13520
13521 commit 4efbe9dbb129f857f27856936112c8c02f016be6
13522 Author: Marian Balakowicz <m8@semihalf.com>
13523 Date:   Wed Feb 27 11:02:26 2008 +0100
13524
13525     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
13526
13527     Dual format image code must properly handle all three FDT passing methods:
13528     - raw FDT blob passed
13529     - FDT blob embedded in the legacy uImage
13530     - FDT blob embedded in the new uImage
13531
13532     This patch enables proper raw FDT handling when no FIT imaeg support
13533     is compiled in. This is a bit tricky as we must dected FIT format even
13534     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
13535     blobs use tha same low level format (libfdt).
13536
13537     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13538
13539 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
13540 Author: Marian Balakowicz <m8@semihalf.com>
13541 Date:   Wed Feb 27 11:02:26 2008 +0100
13542
13543     [new uImage] POWERPC: Add image_get_fdt() routine
13544
13545     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
13546     (3) or embedded in the new uImage. For the (2) case embedding image must be
13547     verified before we get FDT from it. This patch factors out legacy image
13548     specific verification routine to the separate helper routine.
13549
13550     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13551     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13552
13553 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
13554 Author: Marian Balakowicz <m8@semihalf.com>
13555 Date:   Wed Feb 27 11:02:07 2008 +0100
13556
13557     [new uImage] Add image_get_kernel() routine
13558
13559     Legacy image specific verification is factored out to a separate helper
13560     routine to keep get_kernel() generic and simple.
13561
13562     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13563     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13564
13565 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
13566 Author: Marian Balakowicz <m8@semihalf.com>
13567 Date:   Wed Feb 27 11:01:04 2008 +0100
13568
13569     [new uImage] Move image verify flag to bootm_headers structure
13570
13571     Do not pass image verification flag directly to related routines.
13572     Simplify argument passing and move it to the bootm_header structure which
13573     contains curently processed image specific data and is already being passed
13574     on the argument list.
13575
13576     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13577     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13578
13579 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
13580 Author: Marian Balakowicz <m8@semihalf.com>
13581 Date:   Wed Feb 27 11:00:47 2008 +0100
13582
13583     [Makefile] Sort COBJS in lib_<arch> Makefiles
13584
13585     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13586
13587 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
13588 Author: Marian Balakowicz <m8@semihalf.com>
13589 Date:   Wed Feb 27 11:00:47 2008 +0100
13590
13591     [new uImage] Optimize gen_get_image() flow control
13592
13593     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
13594     to do, update its control flow to better reflect that simple case.
13595
13596     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13597     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13598
13599 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
13600 Author: Marian Balakowicz <m8@semihalf.com>
13601 Date:   Mon Feb 4 08:28:17 2008 +0100
13602
13603     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
13604
13605     PPC specific FDT blob handling code is divided into two separate routines:
13606
13607     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
13608     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
13609
13610     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13611     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13612
13613 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
13614 Author: Jon Loeliger <jdl@freescale.com>
13615 Date:   Mon Feb 25 13:13:37 2008 -0600
13616
13617     86xx: Fix renamed GUR symbols in sbc8641d board.
13618
13619     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
13620     (86xx: Fix GUR PCI config registers properly), we should have
13621     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
13622     symbols in the sbc8641d board as well.  Fix this oversight.
13623
13624     Signed-off-by: Jon Loeliger <jdl@freescale.com>
13625
13626 commit 64cd594e623c39f73964d18787763e4533f791f7
13627 Author: Stefan Roese <sr@denx.de>
13628 Date:   Mon Feb 25 16:50:48 2008 +0100
13629
13630     ppc4xx: Fix acadia_nand build problem
13631
13632     Don't include testdram() on NAND-booting target acadia_nand. This saves
13633     a few bytes and makes the target build clean again.
13634
13635     Signed-off-by: Stefan Roese <sr@denx.de>
13636
13637 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
13638 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13639 Date:   Sun Feb 24 23:03:12 2008 +0000
13640
13641     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
13642
13643     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13644
13645 commit 724902c8464e610642b3a170278b99710325888e
13646 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13647 Date:   Sun Feb 24 23:03:11 2008 +0000
13648
13649     arm-imx: Fix registers definition
13650
13651     Sync registers definition with linux
13652
13653     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13654
13655 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
13656 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13657 Date:   Sun Feb 24 23:03:10 2008 +0000
13658
13659     actua1/actua2/actua3: Fix multipleunused variable
13660
13661     - actua1:
13662         actux1.c: In function 'checkboard':
13663         actux1.c:92: warning: unused variable 'revision'
13664
13665     - actua2:
13666         actux2.c: In function 'checkboard':
13667         actux2.c:100: warning: unused variable 's'
13668         actux2.c:99: warning: unused variable 'revision'
13669         actux2.c: In function 'reset_phy':
13670         actux2.c:130: warning: unused variable 'i'
13671
13672     - actua3:
13673         actux3.c: In function 'checkboard':
13674         actux3.c:114: warning: unused variable 'revision'
13675
13676     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13677
13678 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
13679 Author: Marian Balakowicz <m8@semihalf.com>
13680 Date:   Mon Feb 4 08:28:09 2008 +0100
13681
13682     [new uImage] Add dual format uImage support framework
13683
13684     This patch adds framework for dual format images. Format detection is added
13685     and the bootm controll flow is updated to include cases for new FIT format
13686     uImages.
13687
13688     When the legacy (image_header based) format is detected appropriate
13689     legacy specific handling is invoked. For the new (FIT based) format uImages
13690     dual boot framework has a minial support, that will only print out a
13691     corresponding debug messages. Implementation of the FIT specific handling will
13692     be added in following patches.
13693
13694     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13695
13696 commit b29661fc1151077776454288051bc9a488351ce8
13697 Author: Wolfgang Denk <wd@denx.de>
13698 Date:   Sun Feb 24 15:21:36 2008 +0100
13699
13700     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
13701
13702     Signed-off-by: Wolfgang Denk <wd@denx.de>
13703
13704 commit 00b48a48424894daa589d166d73277830b1c6ac4
13705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13706 Date:   Sat Feb 23 12:15:56 2008 +0100
13707
13708     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
13709
13710     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13711
13712 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
13713 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13714 Date:   Sat Feb 23 17:24:16 2008 +0900
13715
13716     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
13717
13718     ----------------------------------------------------------------
13719     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
13720
13721     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
13722     32bit targets.
13723
13724     GCC can be made to warn about usage of long long types with ISO C90
13725     (-ansi), but only with -pedantic.  You can write this in a way that even
13726     then it doesn't cause warnings, namely by:
13727
13728     #ifdef __GNUC__
13729     __extension__ typedef __signed__ long long __s64;
13730     __extension__ typedef unsigned long long __u64;
13731     #endif
13732
13733     The __extension__ keyword in front of this switches off any pedantic
13734     warnings for this expression.
13735
13736     Signed-off-by: Olaf Hering <olh@suse.de>
13737     Cc: <linux-arch@vger.kernel.org>
13738     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13739     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13740     ----------------------------------------------------------------
13741
13742     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13743
13744 commit 208acd112e6517b21fc30c420396902b103563ac
13745 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13746 Date:   Sat Feb 23 17:07:57 2008 +0900
13747
13748     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
13749
13750     This will reduce the build time.
13751
13752     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13753
13754 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
13755 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13756 Date:   Sat Feb 23 17:05:00 2008 +0900
13757
13758     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
13759
13760     This will reduce the build time.
13761
13762     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13763
13764 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
13765 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13766 Date:   Sat Feb 23 16:58:41 2008 +0900
13767
13768     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
13769
13770     This reduces the build time by ~10%. Here's the gth2_config example.
13771
13772             BEFORE       AFTER
13773     real    0m31.441s    0m27.833s
13774     user    0m24.766s    0m23.045s
13775     sys     0m10.425s    0m7.468s
13776
13777     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13778
13779 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
13780 Author: Marcel Moolenaar <marcelm@juniper.net>
13781 Date:   Fri Feb 22 10:48:07 2008 -0800
13782
13783     make define2mk.sed work on FreeBSD
13784
13785     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
13786     the define2mk.sed script was identified as the source of the link
13787     failure on FreeBSD. The problem is that sed(1) does not always support
13788     the '+' operator. It isn't on FreeBSD. The attach patch implements the
13789     equivalent, using the '*' operator instead and should work everywhere.
13790
13791     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
13792
13793 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
13794 Author: Detlev Zundel <dzu@denx.de>
13795 Date:   Fri Feb 22 17:21:32 2008 +0100
13796
13797     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
13798
13799     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
13800     final traces of long-deprecated "ramdisk" kernel parm") makes these
13801     changes neccessary.
13802
13803     Signed-off-by: Detlev Zundel <dzu@denx.de>
13804
13805 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
13806 Author: Larry Johnson <lrj@acm.org>
13807 Date:   Thu Feb 21 13:58:16 2008 -0500
13808
13809     LM75 bug fix for negative temperatures
13810
13811     When the LM75 temperature sensor measures a temperature below 0 C, the
13812     current driver does not perform sign extension, so the result returned is
13813     256 C too high.  This patch fixes the problem.
13814
13815     Signed-off-by: Larry Johnson <lrj@acm.org>
13816
13817 commit 5a910c224b13e413bda41922379add6d75c32da3
13818 Author: Heiko Schocher <hs@denx.de>
13819 Date:   Thu Feb 21 18:33:45 2008 +0100
13820
13821     IDS8247: update MAINTAINER entry.
13822
13823     Signed-off-by: Heiko Schocher <hs@denx.de>
13824
13825 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
13826 Author: Heiko Schocher <hs@denx.de>
13827 Date:   Thu Feb 21 18:31:15 2008 +0100
13828
13829     Fix device tree for mgsuvd board.
13830
13831     Rename the "scc" node in "ethernet" for the mgsuvd board.
13832
13833     Signed-off-by: Heiko Schocher <hs@denx.de>
13834
13835 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
13836 Author: Yuri Tikhonov <yur@emcraft.com>
13837 Date:   Thu Feb 21 14:23:42 2008 +0100
13838
13839     lwmon5: enable hardware watchdog
13840
13841     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
13842     causing it to reboot the board if U-Boot does a long busy-wait with
13843     udelay(). Thus, for these boards we have to restart WD more
13844     frequently.
13845
13846     This patch splits the busy-wait udelay() into smaller, predefined,
13847     intervals, so that the watchdog timer may be resetted with the
13848     configurable (CONFIG_WD_PERIOD) interval.
13849
13850     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13851
13852 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
13853 Author: Anatolij Gustschin <agust@denx.de>
13854 Date:   Thu Feb 21 12:52:29 2008 +0100
13855
13856     ppc4xx: Support for ATI Radeon 9200 card on sequoia
13857
13858     Adds configuration option for ATI Radeon 9200 card
13859     support to sequoia config file. If CONFIG_VIDEO
13860     is enabled, TEXT_BASE should be changed to 0xFFF80000.
13861
13862     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13863
13864 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
13865 Author: Kumar Gala <galak@kernel.crashing.org>
13866 Date:   Mon Feb 18 08:18:07 2008 -0600
13867
13868     Remove duplicate defines for ARRAY_SIZE
13869
13870     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
13871     the define in common.h.
13872
13873     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13874
13875 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
13876 Author: Kumar Gala <galak@kernel.crashing.org>
13877 Date:   Mon Feb 18 08:09:37 2008 -0600
13878
13879     ppc: Allow boards to specify effective amount of memory
13880
13881     For historical reasons we limited the stack to 256M because some boards
13882     could only map that much via BATS.  However newer boards are capable of
13883     mapping more memory (for example 85xx is capable of doing up to 2G).
13884
13885     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13886
13887 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
13888 Author: Mike Frysinger <vapier@gentoo.org>
13889 Date:   Mon Feb 18 05:24:13 2008 -0500
13890
13891     include autoconf.mk before any other .mk files
13892
13893     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
13894     those .mk files can have make if statements based on the current config.
13895
13896     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13897
13898 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
13899 Author: Mike Frysinger <vapier@gentoo.org>
13900 Date:   Mon Feb 18 05:10:07 2008 -0500
13901
13902     error check autoconf.mk generation
13903
13904     If any of the steps for generating autoconf.mk fail currently, they go
13905     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
13906     This is simpler and more robust than placing '|| exit $$?' after every line.
13907
13908     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13909
13910 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
13911 Author: Stefano Babic <sbabic@denx.de>
13912 Date:   Mon Feb 18 08:03:51 2008 +0100
13913
13914     Fix bug in dependency checking
13915
13916     By adding VERSION_FILE to the PHONY targets the script
13917     /tools/setlocalversion is always called and version_autogenerated.h
13918     is replaced only if the script find a modified source file.
13919
13920     Signed-off-by: Stefano Babic <sbabic@denx.de>
13921
13922 commit 98ba144ccc912eee90dd42699f023c497ce774c6
13923 Author: Kyungmin Park <kmpark@infradead.org>
13924 Date:   Mon Feb 18 14:35:43 2008 +0900
13925
13926     Fix GPMC CS2 memory setup at apollon
13927
13928     It disables the current map first
13929
13930     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13931
13932 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
13933 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13934 Date:   Sun Feb 17 23:52:46 2008 +0100
13935
13936     uli526x: Fix multiple differ in signedness and parentheses around comparison
13937
13938     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13939
13940 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
13941 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13942 Date:   Sun Feb 17 16:58:04 2008 +0100
13943
13944     MIPS: Fix CFG_NO_FLASH support
13945
13946     - Fix flash_init call when CFG_NO_FLASH is used
13947     - Remove no more needed flash.c for qemu-mips
13948
13949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13950
13951 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
13952 Author: Mike Frysinger <vapier@gentoo.org>
13953 Date:   Sat Feb 16 02:40:18 2008 -0500
13954
13955     easylogo: clean up some more and add -r (rgb) support
13956
13957     Michael Hennerich added support for outputting an image in RGB format rather
13958     than forcing YUYV all the time.  This makes obvious sense if the display you
13959     have takes RGB input rather than YUYV.
13960
13961     Rather than hack in support for options, I've converted it to use getopt and
13962     cleaned up the argument parsing in the process.
13963
13964     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
13965     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13966
13967 commit f65c98129ccada3f7caf97d80395a95b84e911de
13968 Author: Mike Frysinger <vapier@gentoo.org>
13969 Date:   Sat Feb 16 02:12:37 2008 -0500
13970
13971     Makefile: add target for $(LDSCRIPT)
13972
13973     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
13974     then change into the board directory and try and create it.  This allows you
13975     to generate the linker script on the fly based upon board defines (like the
13976     Blackfin boards do).
13977
13978     There should be no regressions due to this change as the normal case is to
13979     already have a u-boot.lds file.  If that's the case, then there's nothing to
13980     generate, and so make will always exit.  The fix here is that if the linker
13981     script does not exist, the implicit rules take over and attempt to guess how
13982     to generate the file.
13983
13984     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13985
13986 commit 5583cbf736474ef754e128a54fb78632f57b48fd
13987 Author: Marian Balakowicz <m8@semihalf.com>
13988 Date:   Thu Feb 21 17:27:49 2008 +0100
13989
13990     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
13991
13992     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13993
13994 commit 2242f5369822bc7780db95c47985bb408ea9157b
13995 Author: Marian Balakowicz <m8@semihalf.com>
13996 Date:   Thu Feb 21 17:27:41 2008 +0100
13997
13998     [new uImage] Rename and move print_image_hdr() routine
13999
14000     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14001
14002 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
14003 Author: Marian Balakowicz <m8@semihalf.com>
14004 Date:   Thu Feb 21 17:20:20 2008 +0100
14005
14006     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
14007
14008     Introducing routines for parsing new uImage format bootm arguments:
14009     [<addr>]#<conf>             - configuration specification
14010     [<addr>]:<subimg>   - subimage specification
14011
14012     New format images can contain multiple subimages of the same type. For example
14013     a single new format image file can contain three kernels, two ramdisks and a
14014     couple of FDT blobs. Subimage and configuration specifications are extensions
14015     to bootm (and other image-related commands) arguments' syntax that allow to
14016     specify which particular subimage should be operated on.
14017
14018     Subimage specification is used to denote a particular subimage. Configurations
14019     are a bit more complex -- they are used to define a particualr booting setup,
14020     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
14021     etc.
14022
14023     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14024
14025 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
14026 Author: Marian Balakowicz <m8@semihalf.com>
14027 Date:   Thu Feb 21 17:20:19 2008 +0100
14028
14029     [new uImage] Add gen_get_image() routine
14030
14031     This routine assures that image (whether legacy or FIT) is not
14032     in a special dataflash storage.
14033
14034     If image address is a dataflash address image is moved to system RAM.
14035
14036     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14037
14038 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
14039 Author: Marian Balakowicz <m8@semihalf.com>
14040 Date:   Thu Feb 21 17:20:18 2008 +0100
14041
14042     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
14043
14044     New uImage format (Flattened Image Tree) requires libfdt
14045     functionality, print out error message if CONFIG_OF_LIBFDT
14046     is not defined.
14047
14048     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
14049     This commit turns it on by default.
14050
14051     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14052
14053 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
14054 Author: Michael Schwingen <michael@schwingen.org>
14055 Date:   Mon Feb 18 23:16:35 2008 +0100
14056
14057     CFI: Do not use uninitialized cmd_reset
14058
14059     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
14060     commands instead
14061
14062     From a short test, it looks like AMD-style flash roms treat *any* unknown
14063     command write as a reset, at least when in CFI Query mode, so issuing the
14064     Intel reset command to AMD-style flashs seems safe (from the small sample I
14065     have), plus the 3-cycle magic sequence should kick the state machine into
14066     the right state even without a reset command. Since the AMD-style flashs
14067     require the unlock sequence for real operation, I chose to try the AMD reset
14068     command first, so that Intel flashs do no see an invalid command prior to
14069     the CFI query.
14070
14071     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
14072     plus Intel StrataFlash.
14073
14074     Signed-off-by: Michael Schwingen <michael@schwingen.org>
14075     Signed-off-by: Stefan Roese <sr@denx.de>
14076
14077 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
14078 Author: Rafal Jaworowski <raj@semihalf.com>
14079 Date:   Thu Feb 21 11:56:44 2008 +0100
14080
14081     API: Add (c) and licensing notice to the public API header.
14082
14083     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
14084
14085 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
14086 Author: Yuri Tikhonov <yur@emcraft.com>
14087 Date:   Thu Feb 21 11:06:07 2008 +0100
14088
14089     Fix CPU POST test failure
14090
14091     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
14092     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
14093     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
14094     This patch just saves the CR value before running the test code, so allowing
14095     it to do anything it wants with CR.
14096
14097     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
14098     Acked-by: Yuri Tikhonov <yur@emcraft.com>
14099     --
14100
14101 commit d5908b093955415f3d340706378b991f911af671
14102 Author: Jon Loeliger <jdl@freescale.com>
14103 Date:   Wed Feb 20 15:26:51 2008 -0600
14104
14105     8610HPCD: Document the flashbank selection switches.
14106
14107     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14108
14109 commit a551cee99ad1d1da20fd23ad265de47448852f56
14110 Author: Jon Loeliger <jdl@freescale.com>
14111 Date:   Wed Feb 20 14:22:26 2008 -0600
14112
14113     86xx: Fix GUR PCI config registers properly.
14114
14115     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
14116     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
14117     botched it due to not realizing that 8610 and 8641 had different
14118     Global Utility Register defintions, one of which was like 85xx,
14119     and the other wasn't.  Correct this problem by introducing two
14120     symbols, one for each 86xx SoC, but neither of which is named
14121     anything like 85xx.
14122
14123     My bad.  Lovely Wednesday with git bisect.  You know.
14124
14125     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14126
14127 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
14128 Author: Jon Loeliger <jdl@freescale.com>
14129 Date:   Wed Feb 20 12:24:11 2008 -0600
14130
14131     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
14132
14133     Without an actual supported video card hooked up, enabling
14134     the CONFIG_VIDEO by default just makes it look broken by
14135     routing all console output to the video card.   Don't.
14136
14137     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14138
14139 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
14140 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14141 Date:   Wed Jan 30 15:08:15 2008 -0600
14142
14143     ColdFire: Fix missing code flash size for M5485EVB
14144
14145     Signed-off-by: James Mahan <kmahan@freescale.com>
14146     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14147
14148 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
14149 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14150 Date:   Wed Jan 30 15:04:42 2008 -0600
14151
14152     ColdFire: Fix 5282 and 5271 interrupt mask bit
14153
14154     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14155
14156 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
14157 Author: Jon Loeliger <jdl@freescale.com>
14158 Date:   Tue Feb 19 12:31:08 2008 -0600
14159
14160     8610HPCD: Fix typos in two PCI setup registers.
14161
14162     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
14163     were erroneously present as 85xx names and values, leftover from
14164     the clone wars.  Fix this by removing the 85xx cruft from the
14165     86xx codebase.
14166
14167     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14168
14169 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
14170 Author: Jon Loeliger <jdl@freescale.com>
14171 Date:   Mon Feb 18 14:01:56 2008 -0600
14172
14173     86xx: Convert sbc8641d to use libfdt.
14174
14175     This is the proper fix for a missing closing brace in the function
14176     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
14177     The ft_cpu_setup() function in mpc8641hpcn.c should have been
14178     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
14179     but was missed.  Only, the sbc8641d was nominally still using it.
14180     It all got ripped out, and the funcality that was in ft_board_setup()
14181     was refactored to remove the CPU portions into the new file
14182     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
14183
14184     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
14185
14186     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14187
14188 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
14189 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14190 Date:   Sun Feb 17 23:35:31 2008 +0100
14191
14192     mpc86xx: Fix unused variable 'config' and 'immap'
14193
14194     and remove useless CONFIG_DDR_INTERLEAVE
14195
14196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14197
14198 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
14199 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14200 Date:   Sun Feb 17 23:03:36 2008 +0100
14201
14202     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
14203
14204     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14205
14206 commit b6f29c84c208a091f95a10cbc9852d729659ba20
14207 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14208 Date:   Sun Feb 17 14:15:31 2008 +0100
14209
14210     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
14211
14212     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14213
14214 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
14215 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14216 Date:   Sun Feb 17 14:15:32 2008 +0100
14217
14218     pxa: fix assignment from incompatible pointer type
14219
14220     fix mmc_bread function prototype
14221
14222     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14223
14224 commit 64d792063fff90b8118179b092feee09fe5cae13
14225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14226 Date:   Sun Feb 17 14:15:30 2008 +0100
14227
14228     at91cap9adk: fix implicit declaration of function 'eth_init'
14229
14230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14231
14232 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
14233 Author: Wolfgang Denk <wd@denx.de>
14234 Date:   Sun Feb 17 15:43:44 2008 +0100
14235
14236     Remove files added by mistake, update CHANGELOG.
14237
14238     Signed-off-by: Wolfgang Denk <wd@denx.de>
14239
14240 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
14241 Author: Mike Nuss <mike@terascala.com>
14242 Date:   Wed Feb 6 11:10:11 2008 -0500
14243
14244     PPC440EPx: Optionally enable second I2C bus
14245
14246     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
14247     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
14248     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
14249
14250     Signed-off-by: Mike Nuss <mike@terascala.com>
14251     Cc: Stefan Roese <sr@denx.de>
14252
14253 commit ef5b4f221c22d05770878513951745f236b5b43f
14254 Author: Niklaus Giger <niklaus.giger@netstal.com>
14255 Date:   Tue Feb 5 10:26:44 2008 +0100
14256
14257     ppc4xx: HCU4/5. Cleanup configs
14258
14259     - hcu4.h: Removed define of CONFIG_PPC405GPr
14260     - Corrected phy addresses
14261     - Fix boot variables
14262     - Respect line length of 80 chars
14263
14264     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14265
14266 commit 74973126d1be63ac75bdc192f46234dca3a7c421
14267 Author: Niklaus Giger <niklaus.giger@netstal.com>
14268 Date:   Tue Feb 5 11:31:28 2008 +0100
14269
14270     ppc4xx: HCU4/5. Cleanups
14271
14272     - Fix some coding style violations.
14273     - Use in/out_u16/32 where appropriate.
14274     - Use register names from ppc405.h.
14275     - Fix trace useage for Lauterbach.
14276     - Remove obsolete generation HCU2.
14277     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
14278
14279     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14280
14281 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
14282 Author: Niklaus Giger <niklaus.giger@netstal.com>
14283 Date:   Tue Feb 5 10:26:41 2008 +0100
14284
14285     ppc4xx: PPC405GPr fix missing register definitions
14286
14287     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14288
14289 commit 214398d9cb22268d9d4f7563359edca0f78297a2
14290 Author: Larry Johnson <lrj@acm.org>
14291 Date:   Fri Jan 18 21:49:05 2008 -0500
14292
14293     ppc4xx: Beautify configuration files for Sequoia and Korat boards
14294
14295     Signed-off-by: Larry Johnson <lrj@acm.org>
14296
14297 commit 30c6a241e88499f536e86d325759e29ba00ff67f
14298 Author: Anatolij Gustschin <agust@denx.de>
14299 Date:   Fri Feb 15 20:09:01 2008 +0100
14300
14301     Wipe out assembler warnings while compiling x86 biosemu
14302
14303     This patch tries to get rid of some assembler warnings about
14304     changed .got2 section type while compiling x86 bios emulator
14305     code.
14306
14307     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14308
14309 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
14310 Author: Wolfgang Denk <wd@denx.de>
14311 Date:   Fri Feb 15 00:57:09 2008 +0100
14312
14313     Prepare v1.3.2-rc1 release candidate
14314
14315 commit f33e9653c9c09868995d788511d573771c209fe5
14316 Author: Anatolij Gustschin <agust@denx.de>
14317 Date:   Fri Feb 15 00:13:20 2008 +0100
14318
14319     Fix compile warning on lib_ppc/board.c
14320
14321     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14322
14323 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
14324 Author: Anatolij Gustschin <agust@denx.de>
14325 Date:   Thu Feb 14 18:22:04 2008 +0100
14326
14327     Add Radeon Mobility 9200 pci device id to the radeon driver
14328
14329     This patch extends PCI device id table of the
14330     radeon driver so that the driver will also support
14331     Radeon Mobility 9200 (M9+) based boards.
14332
14333     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14334
14335 commit 1b8607e1f7143548c6062c28371449ec69588c00
14336 Author: Anatolij Gustschin <agust@denx.de>
14337 Date:   Thu Feb 14 18:19:50 2008 +0100
14338
14339     Extend ATI Radeon driver to support more video modes
14340
14341     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
14342     800x600, 640x480 at 24, 16 and 8 bpp.
14343
14344     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14345
14346 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
14347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14348 Date:   Sun Feb 10 17:05:20 2008 +0100
14349
14350     xsengine: fix typo and few coding style
14351
14352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14353
14354 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
14355 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14356 Date:   Fri Feb 8 21:25:58 2008 +0100
14357
14358     Fix wrong memory limit calculation in memory-test
14359
14360     If the length of the memory address range passed to the "mtest" command is
14361     not of the form 2^x - 1, not all address lines are tested. This bug is
14362     inherited from the original software at
14363     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
14364     this.
14365
14366     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14367
14368 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
14369 Author: Wolfgang Denk <wd@denx.de>
14370 Date:   Fri Feb 15 00:11:39 2008 +0100
14371
14372     Coding STyle cleanup.
14373
14374     Signed-off-by: Wolfgang Denk <wd@denx.de>
14375
14376 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
14377 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14378 Date:   Tue Feb 5 13:30:43 2008 +0900
14379
14380     sh: Fix register address of SH7722
14381
14382     The address of SH7722 is wrong by old document.
14383     This patch fixes this problem.
14384
14385     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14386
14387 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
14388 Author: Mike Frysinger <vapier@gentoo.org>
14389 Date:   Mon Feb 4 17:44:23 2008 -0500
14390
14391     only update version header as needed
14392
14393     Constantly rebuilding the version header will force useless relinking, so we
14394     simply need to compare the new header with the existing one before updating
14395     it.
14396
14397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14398
14399 commit 208447f8e953f347425eb92c8e28d59e6d911363
14400 Author: Mike Frysinger <vapier@gentoo.org>
14401 Date:   Mon Jan 28 05:56:19 2008 -0500
14402
14403     Do not specify a CROSS_COMPILE default when executing size
14404
14405     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14406
14407 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
14408 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14409 Date:   Wed Feb 13 11:19:19 2008 +0100
14410
14411     Fix return value of mtest when CFG_ALT_MEMTEST set
14412
14413     Fix a missing return statement from a non-void function.
14414
14415     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14416
14417 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
14418 Author: Timur Tabi <timur@freescale.com>
14419 Date:   Wed Jan 9 14:35:26 2008 -0600
14420
14421     85xx, 86xx: Determine I2C clock frequencies and store in global_data
14422
14423     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
14424
14425     Update the get_clocks() function in 85xx and 86xx to determine the I2C
14426     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
14427
14428     Signed-off-by: Timur Tabi <timur@freescale.com>
14429
14430 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
14431 Author: Wolfgang Denk <wd@denx.de>
14432 Date:   Thu Feb 14 23:18:01 2008 +0100
14433
14434     TQM834x: clean up configuration
14435
14436     Get board name consistent with Linux and elsewhere;
14437     get rid of local network definitions etc.
14438
14439     Signed-off-by: Wolfgang Denk <wd@denx.de>
14440
14441 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
14442 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14443 Date:   Thu Feb 14 08:02:12 2008 +0100
14444
14445     TFTP: fix search of ':' in BootFile
14446
14447     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14448
14449 commit 0bc9efada170096c6b273f19165e32936d330d80
14450 Author: Wolfgang Denk <wd@denx.de>
14451 Date:   Thu Feb 14 22:46:55 2008 +0100
14452
14453     Coding style cleanup; update CHANGELOG.
14454
14455     Signed-off-by: Wolfgang Denk <wd@denx.de>
14456
14457 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
14458 Author: Wolfgang Denk <wd@denx.de>
14459 Date:   Thu Feb 14 22:43:22 2008 +0100
14460
14461     PPC: Use r2 instead of r29 as global data pointer
14462
14463     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
14464     will refuse to use load/store multiple insns; instead, it issues a
14465     list of simple load/store instructions upon function entry and exit,
14466     resulting in bigger code size, which in turn makes the build for a
14467     few boards fail.
14468
14469     Use r2 instead.
14470
14471     Signed-off-by: Wolfgang Denk <wd@denx.de>
14472
14473 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
14474 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
14475 Date:   Wed Jan 30 09:08:49 2008 +0100
14476
14477     ARM: make the machid configurable via the environment
14478
14479     If the variable "machid" exists, let do_bootm_linux use that instead
14480     of bd->bi_arch_number.
14481
14482     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
14483
14484 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
14485 Author: Vlad Lungu <vlad@comsys.ro>
14486 Date:   Wed Jan 23 16:34:46 2008 +0200
14487
14488     Use #ifdef CONFIG_FSLDMAFEC
14489
14490     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
14491     fails
14492
14493     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
14494
14495 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
14496 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14497 Date:   Sat Jan 19 10:25:59 2008 +0900
14498
14499     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
14500
14501     Current MII_DEBUG is confusing in two ways. One is useless define-then-
14502     undef at the top of the file. The other is there is only one debug() in
14503     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
14504     While there are many useful printf()/puts() debug codes, but they are for
14505     DEBUG, not for MII_DEBUG.
14506
14507     This patch tries to put them all together into MII_DEBUG and debug().
14508
14509     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14510
14511 commit 751b9b5189f3274b03c809172631316d6b002c82
14512 Author: Kyungmin Park <kmpark@infradead.org>
14513 Date:   Thu Jan 17 16:43:25 2008 +0900
14514
14515     OneNAND Initial Program Loader (IPL) support
14516
14517     This patch enables the OneNAND boot within U-Boot.
14518     Before this work, we used another OneNAND IPL called X-Loader based
14519     on open source. With this work, we can build the oneboot.bin image
14520     without other program.
14521
14522     The build sequence is simple.
14523     First, it compiles the u-boot.bin
14524     Second, it compiles OneNAND IPL
14525     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
14526     The mechanism is similar with NAND boot except it boots from itself.
14527
14528     Another thing is that you can only use the OneNAND IPL only to work
14529     other bootloader such as RedBoot and so on.
14530
14531     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14532
14533 commit 21f6f9636f0e978397548751347425fbf8d42bb3
14534 Author: Andy Fleming <afleming@freescale.com>
14535 Date:   Wed Jan 16 13:06:59 2008 -0600
14536
14537     Fix CONFIG_MMC usage in fat code
14538
14539     A #if statement in fat.c depended on CONFIG_MMC, instead of
14540     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
14541     as "1" rather than just defined.  Now it's better.
14542
14543     Signed-off-by: Andy Fleming <afleming@freescale.com>
14544
14545 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
14546 Author: Rafal Jaworowski <raj@semihalf.com>
14547 Date:   Tue Jan 15 12:52:31 2008 +0100
14548
14549     ppc: Refactor cache routines, so there is only one common set.
14550
14551     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
14552
14553 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
14554 Author: Jon Loeliger <jdl@jdl.com>
14555 Date:   Wed Jan 23 15:55:02 2008 -0600
14556
14557     86xx: Fix compilation warning in sys_eprom.c
14558
14559     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
14560
14561     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14562
14563 commit 65230107025733e89e28fd5e5cfd916d4953c28a
14564 Author: Haavard Skinnemoen <hskinnemoen at>
14565 Date:   Fri Feb 22 11:40:50 2008 +0000
14566
14567     Move AT91RM9200DK board support under board/atmel
14568
14569     We already have a vendor subdir for Atmel, so we should use it.
14570
14571     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
14572
14573 commit 6d0943a6be99977d6d853d51749e9963d68eb192
14574 Author: Andreas Engel <andreas.engel@ericsson.com>
14575 Date:   Mon Jan 14 09:06:52 2008 +0000
14576
14577     ARM: cleanup duplicated exception handlingcode
14578
14579     Move duplicated exception handling code into lib_arm.
14580
14581     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
14582
14583 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
14584 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
14585 Date:   Fri Feb 1 10:09:03 2008 +0000
14586
14587     Support for Artila M-501 starter kit
14588
14589     Kimmo Leppala / Sysart and
14590     Timo Tuunainen / Sysart
14591
14592 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
14593 Author: Stelian Pop <stelian@popies.net>
14594 Date:   Mon Feb 11 10:50:19 2008 +0000
14595
14596     AT91CAP9 support
14597
14598     ---------------------------------
14599
14600     read_dataflash() takes a signed char pointer as a parameter. Silence a
14601     few warnings dues to incorrect parameter types in env_dataflash.c.
14602
14603     Signed-off-by: Stelian Pop <stelian@popies.net>
14604
14605 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
14606 Author: Stelian Pop <stelian@popies.net>
14607 Date:   Thu Feb 7 09:42:57 2008 +0000
14608
14609     AT91CAP9 support : move board files to Atmel vendor directory.
14610
14611     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
14612
14613     Signed-off-by: Stelian Pop <stelian@popies.net>
14614
14615 commit 7263ef191b87da94768f762c7093bedeb70db98f
14616 Author: Stelian Pop <stelian at>
14617 Date:   Thu Jan 3 21:15:56 2008 +0000
14618
14619     AT91CAP9 support : MACB changes
14620
14621     Signed-off-by: Stelian Pop <stelian <at> popies.net>
14622     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
14623
14624 commit 6afcabf11d7321850f4feaadfee841488ace54c5
14625 Author: Stelian Pop <stelian@popies.net>
14626 Date:   Thu Feb 7 16:37:54 2008 +0000
14627
14628     AT91CAP9 support : board/ files
14629
14630     Signed-off-by: Stelian Pop <stelian@popies.net>
14631
14632 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
14633 Author: Stelian Pop <stelian at>
14634 Date:   Wed Jan 30 21:15:54 2008 +0000
14635
14636     AT91CAP9 support : cpu/ files
14637
14638     Signed-off-by: Stelian Pop <stelian <at> popies.net>
14639
14640 commit fa506a926cec348805143576c941f8e61b333cc0
14641 Author: Stelian Pop <stelian@popies.net>
14642 Date:   Thu Jan 31 21:15:53 2008 +0000
14643
14644     AT91CAP9 support : include/ files
14645
14646     Signed-off-by: Stelian Pop <stelian@popies.net>
14647
14648 commit 20b197c6f2799af399a68f96a1aff543a75621b8
14649 Author: Stelian Pop <stelian@popies.net>
14650 Date:   Sun Jan 20 19:49:21 2008 +0000
14651
14652     AT91CAP9 support : build integration
14653
14654     Signed-off-by: Stelian Pop <stelian@popies.net>
14655
14656 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
14657 Author: Stelian Pop <stelian@popies.net>
14658 Date:   Sun Jan 20 21:07:00 2008 +0000
14659
14660     Improve DataFlash CS definition.
14661
14662     Use a structure instead of the error prone unnamed array to
14663     define the possible dataflash banks.
14664
14665     Signed-off-by: Stelian Pop <stelian@popies.net>
14666
14667 commit a6cdd21b56014208706238712a853a9e9a0a2290
14668 Author: Stelian Pop <stelian@popies.net>
14669 Date:   Sat Jan 19 21:09:35 2008 +0000
14670
14671     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
14672
14673     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
14674
14675     cpu/arm926ejs/start.o: In function `cpu_init_crit':
14676     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
14677
14678     Signed-off-by: Stelian Pop <stelian@popies.net>
14679
14680 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
14681 Author: Peter Pearse <peter.pearse@arm.com>
14682 Date:   Fri Feb 1 16:50:24 2008 +0000
14683
14684     Fix timer overflow in DaVinci
14685     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
14686
14687 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
14688 Author: Peter Pearse <peter.pearse@arm.com>
14689 Date:   Fri Feb 1 16:49:08 2008 +0000
14690
14691     Update board NetStar
14692     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
14693
14694 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
14695 Author: Niklaus Giger <niklaus.giger@netstal.com>
14696 Date:   Tue Feb 5 10:26:42 2008 +0100
14697
14698     ppc4xx: HCU4/5. Fix make O=../xx
14699
14700     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14701
14702 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
14703 Author: Larry Johnson <lrj@acm.org>
14704 Date:   Tue Jan 22 08:51:59 2008 -0500
14705
14706     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
14707
14708     Signed-off-by: Larry Johnson <lrj@acm.org>
14709
14710 commit fe891ecf4d187e9d11dde869ed4623af52b54451
14711 Author: Hiroshi Ito <ito@mlb.co.jp>
14712 Date:   Thu Jan 31 18:35:04 2008 +0900
14713
14714     NFS Timeout with large files.
14715
14716     Retry to send NFS packet before reaching timeout.
14717
14718     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
14719
14720 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
14721 Author: Johannes Stezenbach <js@sig21.net>
14722 Date:   Tue Jan 29 00:11:25 2008 +0100
14723
14724     Add dependencies to avoid race conditions with parallel make.
14725
14726     Signed-off-by: Johannes Stezenbach <js@sig21.net>
14727
14728 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
14729 Author: Mike Frysinger <vapier@gentoo.org>
14730 Date:   Mon Jan 28 05:46:01 2008 -0500
14731
14732     Mark board_init_[fr] as noreturn
14733
14734     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14735
14736 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
14737 Author: Mike Frysinger <vapier@gentoo.org>
14738 Date:   Mon Jan 28 05:28:50 2008 -0500
14739
14740     Only use TEXT_BASE if defined by the board
14741
14742     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14743
14744 commit 1b769881750030f10743808b9d6013e11f559350
14745 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14746 Date:   Fri Jan 25 07:54:47 2008 +0100
14747
14748     Fix remaining CONFIG_COMMANDS
14749
14750     update comments
14751     Fix coding style
14752
14753     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14754
14755 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
14756 Author: Niklaus Giger <niklaus.giger@netstal.com>
14757 Date:   Mon Jan 21 16:46:00 2008 +0100
14758
14759     Add *~ to .gitignore
14760
14761     One should never add a backup file ending in with ~ to the git repository.
14762
14763     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14764
14765 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
14766 Author: Kumar Gala <galak@kernel.crashing.org>
14767 Date:   Thu Jan 17 00:02:10 2008 -0600
14768
14769     Remove duplicate defines for ARRAY_SIZE
14770
14771     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14772
14773 commit c77ce474b1c57b13e9d36d9830f147966c143694
14774 Author: Stelian Pop <stelian@popies.net>
14775 Date:   Mon Jan 14 22:08:14 2008 +0100
14776
14777     Fix incorrect address test in AT91F_DataflashSelect().
14778
14779     Signed-off-by: Stelian Pop <stelian@popies.net>
14780
14781 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
14782 Author: Kumar Gala <galak@kernel.crashing.org>
14783 Date:   Wed Feb 13 15:09:58 2008 -0600
14784
14785     Fix building of fdt_support.c if DEBUG set
14786
14787     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14788
14789 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
14790 Author: Jon Loeliger <jdl@freescale.com>
14791 Date:   Tue Feb 12 14:53:28 2008 -0600
14792
14793     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
14794
14795     These replace direct structure references for IMMR sections.
14796
14797     Signed-off-by: Jon Loeliger <jdl@freescale.com>
14798
14799 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
14800 Author: Wolfgang Denk <wd@denx.de>
14801 Date:   Tue Feb 12 00:45:06 2008 +0100
14802
14803     Get rid of "#undef DEBUG" from board config files.
14804
14805     Signed-off-by: Wolfgang Denk <wd@denx.de>
14806
14807 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
14808 Author: Timur Tabi <timur@freescale.com>
14809 Date:   Tue Jan 15 17:09:41 2008 -0600
14810
14811     Remove #undef DEBUG from MPC83xx board header files
14812
14813     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
14814     The inclusion of this line makes it impossible to enable debug code in
14815     other source files, because "#define DEBUG" typically needs to be defined
14816     before any header files are included.
14817
14818     Signed-off-by: Timur Tabi <timur@freescale.com>
14819
14820 commit 69018ce2e086e9caf35b914d675b82bc4888f077
14821 Author: Kumar Gala <galak@kernel.crashing.org>
14822 Date:   Thu Jan 17 08:25:45 2008 -0600
14823
14824     QE: Move FDT support into a common file
14825
14826     Move the flat device tree setup for QE related devices into
14827     a common file shared between 83xx & 85xx platforms that have QE's.
14828
14829     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14830
14831 commit 5cf746c303710329f8040d9c62ee354313e3e91f
14832 Author: Marian Balakowicz <m8@semihalf.com>
14833 Date:   Thu Jan 31 13:59:09 2008 +0100
14834
14835     [new uImage] Move kernel data find code to get_kernel() routine
14836
14837     Verification of the kernel image (in old format) and finding kernel
14838     data is moved to a dedicated routine. The routine will also hold
14839     support for, to be added, new image format.
14840
14841     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14842
14843 commit 7b325454fd231d4273de3fe373850f777fb086bf
14844 Author: Marian Balakowicz <m8@semihalf.com>
14845 Date:   Thu Jan 31 13:58:20 2008 +0100
14846
14847     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
14848
14849     Move FDT blob finding and relocation to a dedicated
14850     get_fdt() routine. It increases code readability and
14851     will make adding support for new uImage format easier.
14852
14853     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14854
14855 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
14856 Author: Marian Balakowicz <m8@semihalf.com>
14857 Date:   Thu Jan 31 13:58:13 2008 +0100
14858
14859     [new uImage] Cleanup do_botm_linux() boot allocations
14860
14861     This patch moves common pre-boot allocation steps shared between PPC
14862     and M68K to a helper routines:
14863
14864     common:
14865     - get_boot_sp_limit()
14866     - get_boot_cmline()
14867     - get_boot_kbd()
14868
14869     platform:
14870     - set_clocks_in_mhz()
14871
14872     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14873
14874 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
14875 Author: Marian Balakowicz <m8@semihalf.com>
14876 Date:   Thu Jan 31 13:57:17 2008 +0100
14877
14878     [new uImage] Move ramdisk loading to a common routine
14879
14880     Ramdisk loading code, including initrd_high variable handling,
14881     was duplicated for PPC and M68K platforms. This patch creates
14882     common helper routine that is being called from both platform
14883     do_bootm_linux() routines.
14884
14885     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14886
14887 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
14888 Author: Marian Balakowicz <m8@semihalf.com>
14889 Date:   Thu Jan 31 13:55:53 2008 +0100
14890
14891     [new uImage] Removed dead ramdisk code on microblaze architectures
14892
14893     Microblaze do_bootm_linux() includes ramdisk processing code but
14894     the ramdisk does not get used anywhere later on.
14895
14896     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14897
14898 commit 5ad03eb3854c162684222a718b44c0716ea0db03
14899 Author: Marian Balakowicz <m8@semihalf.com>
14900 Date:   Thu Jan 31 13:55:39 2008 +0100
14901
14902     [new uImage] Factor out common image_get_ramdisk() routine
14903
14904     Architecture specific do_bootm_linux() routines share common
14905     ramdisk image processing code. Move this code to a common
14906     helper routine.
14907
14908     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14909
14910 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
14911 Author: Marian Balakowicz <m8@semihalf.com>
14912 Date:   Thu Jan 31 13:20:08 2008 +0100
14913
14914     [new uImage] Move FDT error printing to common fdt_error() routine
14915
14916     FDT error handling in PPC do_bootm_linux() shares the same message format.
14917     This patch moves error message printing to a helper fdt_error() routine.
14918
14919     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14920     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
14921
14922 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
14923 Author: Marian Balakowicz <m8@semihalf.com>
14924 Date:   Thu Jan 31 13:20:07 2008 +0100
14925
14926     [new uImage] Factor out common routines for getting os/arch/type/comp names
14927
14928     Move numeric-id to name translation for image os/arch/type/comp header
14929     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
14930     image_get_type_name(), image_get_comp_name().
14931
14932     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14933
14934 commit e99c26694a384221d336f6448c06a57479c0baa4
14935 Author: Marian Balakowicz <m8@semihalf.com>
14936 Date:   Thu Jan 31 13:20:07 2008 +0100
14937
14938     [new uImage] Remove standalone applications handling from boootm
14939
14940     Standalone applications are supposed to be run using the "go" command.
14941     This patch removes standalone images handling from the do_bootm().
14942
14943     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14944
14945 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
14946 Author: Marian Balakowicz <m8@semihalf.com>
14947 Date:   Thu Jan 31 13:20:07 2008 +0100
14948
14949     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
14950
14951     Support for OF_FLAT_TREE is to be obsoleted in the near future,
14952     remove related code from the bootm routines.
14953
14954     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14955
14956 commit 82850f3d32a2661868ec6876bed7a22c55cef718
14957 Author: Marian Balakowicz <m8@semihalf.com>
14958 Date:   Thu Jan 31 13:20:06 2008 +0100
14959
14960     [new uImage] Use image API in SH do_bootm_linux() routine
14961
14962     Introduce image handling API for lately added Hitachi SH architecture.
14963
14964     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14965
14966 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
14967 Author: Marian Balakowicz <m8@semihalf.com>
14968 Date:   Thu Jan 31 13:20:06 2008 +0100
14969
14970     [new uImage] Rename architecture specific bootm code files
14971
14972     Implementation of the do_bootm_linux() and other bootm helper routines is
14973     architecture specific code. As such it resides in lib_<arch> directories
14974     in files named <arch>_linux.c
14975
14976     This patch renames those files to a more clear and accurate
14977     lib_<arch>/bootm.c form.
14978
14979     List of the renamed files:
14980        lib_arm/armlinux.c -> lib_arm/bootm.c
14981        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
14982        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
14983        lib_i386/i386_linux.c -> lib_i386/bootm.c
14984        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
14985        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
14986        lib_mips/mips_linux.c -> lib_mips/bootm.c
14987        lib_nios/nios_linux.c -> lib_nios/bootm.c
14988        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
14989        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
14990        lib_sh/sh_linux.c -> lib_sh/bootm.c
14991
14992     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14993
14994 commit 7582438c285bf0cef82909d0f232de64ec567a8a
14995 Author: Marian Balakowicz <m8@semihalf.com>
14996 Date:   Thu Jan 31 13:20:06 2008 +0100
14997
14998     [new uImage] Return error on image move/uncompress overwrites
14999
15000     Check for overwrites during image move/uncompress, return with error
15001     when the original image gets corrupted. Report clear message to the user
15002     and prevent further troubles when pointer to the corrupted images is passed
15003     to do_bootm_linux routine.
15004
15005     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15006
15007 commit f13e7b2e993c61fed1f607962501e051940d6e80
15008 Author: Marian Balakowicz <m8@semihalf.com>
15009 Date:   Tue Jan 8 18:12:17 2008 +0100
15010
15011     [new uImage] Cleanup image header pointer use in bootm code
15012
15013     - use single image header pointer instead of a set of auxilliary variables.
15014     - add multi component image helper routines: get component size/data address
15015
15016     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15017
15018 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
15019 Author: Marian Balakowicz <m8@semihalf.com>
15020 Date:   Tue Jan 8 18:17:10 2008 +0100
15021
15022     [new uImage] Cleanup cmd_bootm.c
15023
15024     - sort and cleanup headers, declarations, etc.
15025     - group related routines
15026     - cleanup indentation, white spaces
15027
15028     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15029
15030 commit af13cdbc01eaf88880978bfb4f603e012818ba24
15031 Author: Marian Balakowicz <m8@semihalf.com>
15032 Date:   Tue Jan 8 18:11:45 2008 +0100
15033
15034     [new uImage] Add memmove_wd() common routine
15035
15036     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
15037
15038     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15039
15040 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
15041 Author: Marian Balakowicz <m8@semihalf.com>
15042 Date:   Tue Jan 8 18:11:44 2008 +0100
15043
15044     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
15045
15046     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15047
15048 commit 15158971f49255ccef54f0979a942cfd3de2ae52
15049 Author: Marian Balakowicz <m8@semihalf.com>
15050 Date:   Tue Jan 8 18:11:44 2008 +0100
15051
15052     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
15053
15054     Use image header copy instead of a (possibly corrupted) pointer to
15055     a initial image location.
15056
15057     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15058
15059 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
15060 Author: Marian Balakowicz <m8@semihalf.com>
15061 Date:   Tue Jan 8 18:11:44 2008 +0100
15062
15063     [new uImage] Remove I386 uImage fake_header() routine
15064
15065     I386 targets are not using a uImage format, instead fake header
15066     is added to ram image before it is further processed by bootm.
15067
15068     Remove this fixup and force proper uImage use for I386.
15069
15070     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15071
15072 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
15073 Author: Marian Balakowicz <m8@semihalf.com>
15074 Date:   Tue Jan 8 18:11:44 2008 +0100
15075
15076     [new uImage] Move CHUNKSZ definition to image.h
15077
15078     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
15079     move this definition to a common header.
15080
15081     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15082
15083 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
15084 Author: Marian Balakowicz <m8@semihalf.com>
15085 Date:   Tue Jan 8 18:11:43 2008 +0100
15086
15087     [new uImage] Move gunzip() common code to common/gunzip.c
15088
15089     Move gunzip(), zalloc() and zfree() to a separate file.
15090     Share zalloc() and zfree() with cramfs uncompress routine.
15091
15092     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15093
15094 commit d45d5a18b6b36688f2365623f9d550566c664b5b
15095 Author: Marian Balakowicz <m8@semihalf.com>
15096 Date:   Tue Jan 8 18:11:43 2008 +0100
15097
15098     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
15099
15100     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
15101     readable in PPC variant of do_bootm_linux() routine.
15102
15103     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15104
15105 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
15106 Author: Marian Balakowicz <m8@semihalf.com>
15107 Date:   Tue Jan 8 18:11:43 2008 +0100
15108
15109     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
15110
15111     PPC implementation of do_bootm_linux() routine is moved to
15112     a dedicated file lib_ppc/ppc_linux.c
15113
15114     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15115
15116 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
15117 Author: Marian Balakowicz <m8@semihalf.com>
15118 Date:   Tue Jan 8 18:14:09 2008 +0100
15119
15120     [new uImage] Define a API for image handling operations
15121
15122     - Add inline helper macros for basic header processing
15123     - Move common non inline code common/image.c
15124     - Replace direct header access with the API routines
15125     - Rename IH_CPU_* to IH_ARCH_*
15126
15127     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15128
15129 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
15130 Author: Marian Balakowicz <m8@semihalf.com>
15131 Date:   Thu Jan 31 13:19:58 2008 +0100
15132
15133     Add missing cmd_ximg.o to common/Makefile
15134
15135     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15136
15137 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
15138 Author: Grzegorz Bernacki <gjb@semihalf.com>
15139 Date:   Mon Jan 28 10:15:02 2008 +0100
15140
15141     ADS5121e: DDR2 init/timing update.
15142
15143     Signed-off-by: John Rigby <jrigby@freescale.com>
15144     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
15145
15146 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
15147 Author: John Rigby <jrigby@freescale.com>
15148 Date:   Wed Jan 30 13:36:57 2008 -0700
15149
15150     Device tree updates
15151
15152     Changes to match 5121 device tree going mainline in 2.6.25.
15153
15154     Change OF_SOC from "soc5121" to plain "soc".
15155     Remove unneeded "ref-frequency" fixups.
15156     Remove "address" enetaddr fixup.
15157
15158     Add bus-frequency fixup for old OF_SOC so old
15159     kernels with old device trees will work with new
15160     u-boot with 66MHz IPS clock
15161
15162     Signed-off-by: John Rigby <jrigby@freescale.com>
15163
15164 commit de55d18df3ff2ea614624e74793de7c43520e0e7
15165 Author: John Rigby <jrigby@freescale.com>
15166 Date:   Wed Jan 30 13:36:56 2008 -0700
15167
15168     Change IPS freq to 66MHz
15169
15170     Recommended frequency is 66MHz
15171     Change divider from 4 to 3.
15172
15173     Signed-off-by: John Rigby <jrigby@freescale.com>
15174
15175 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
15176 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15177 Date:   Mon Jan 14 22:38:55 2008 +0100
15178
15179     xsengine: rename board_post_init to board_late_init
15180
15181     missing migration from "Cleanup of some init functions"
15182     in c837dcb1a316745092567bfe4fb266d0941884ff
15183
15184     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15185
15186 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
15187 Author: Larry Johnson <lrj@acm.org>
15188 Date:   Sat Jan 12 23:35:33 2008 -0500
15189
15190     Add attribute POST_PREREL to ECC memory POST
15191
15192     Signed-off-by: Larry Johnson <lrj@acm.org>
15193
15194 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
15195 Author: Kumar Gala <galak@kernel.crashing.org>
15196 Date:   Thu Jan 17 08:25:45 2008 -0600
15197
15198     QE: Move FDT support into a common file
15199
15200     Move the flat device tree setup for QE related devices into
15201     a common file shared between 83xx & 85xx platforms that have QE's.
15202
15203     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15204
15205 commit d38da537943cd36356b9d3d9d9b60533554b81d8
15206 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15207 Date:   Wed Jan 23 17:20:14 2008 +0100
15208
15209     AVR32: Make SDRAM refresh rate configurable
15210
15211     The existing code assumes the SDRAM row refresh period should always
15212     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
15213     refresh rate should really be 7.81 us.
15214
15215     Add a refresh_period member to struct sdram_info and initialize it
15216     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
15217     panic() until the refresh_period member is updated properly.
15218
15219     Big thanks to Gerhard Berghofer for pointing out this issue.
15220
15221     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15222
15223 commit 61151cccb660cdb06a07fb283de6089913d7bde0
15224 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15225 Date:   Thu Apr 19 10:10:11 2007 +0200
15226
15227     ATSTK1000: Fix potential flash programming bug
15228
15229     The (now obsolete) atngw100 flash programming code was having problems
15230     programming the onboard at49bv642 chip. The atstk1000 flash
15231     programming code may have the same bug, so import fix for this problem
15232     from the AVR32 Linux BSP.
15233
15234     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15235
15236 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
15237 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15238 Date:   Thu Nov 22 17:04:13 2007 +0100
15239
15240     ATSTK1004: Fix comment about default load address
15241
15242     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
15243     wouldn't have worked anyway since the board can only access 4MB of
15244     SDRAM.
15245
15246     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15247
15248 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
15249 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15250 Date:   Thu Nov 22 17:01:24 2007 +0100
15251
15252     ATSTK1002: Use SDRAM + 4MB as default load address
15253
15254     Many people run into problems when they compile a big kernel and load
15255     the uImage at the default SDRAM + 2MB address as the kernel will
15256     overwrite the uImage as it is being unpacked. Increase the default
15257     load address so that we can load a 4MB kernel image without any
15258     problems.
15259
15260     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15261
15262 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
15263 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15264 Date:   Thu Nov 22 16:51:39 2007 +0100
15265
15266     ATNGW100: Fix default mtest range
15267
15268     Let mtest cover the whole SDRAM except the last megabyte, which is
15269     where u-boot lives.
15270
15271     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15272
15273 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
15274 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15275 Date:   Tue Jan 22 15:31:56 2008 +0900
15276
15277     sh: Fix register address of SH7722.
15278
15279     The address of SH7722 is wrong by old document.
15280     This patch fixes this problem.
15281
15282     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15283
15284 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
15285 Author: Mike Frysinger <vapier@gentoo.org>
15286 Date:   Mon Feb 4 19:26:57 2008 -0500
15287
15288     new command for displaying strings at specified memory locations
15289
15290     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15291
15292 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
15293 Author: Mike Frysinger <vapier@gentoo.org>
15294 Date:   Mon Feb 4 19:26:57 2008 -0500
15295
15296     rewrite/cleanup Blackfin RTC driver
15297
15298     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15299
15300 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
15301 Author: Mike Frysinger <vapier@gentoo.org>
15302 Date:   Mon Feb 4 19:26:57 2008 -0500
15303
15304     generate u-boot.ldr for Blackfin targets
15305
15306     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15307
15308 commit b779f7a59530436040f157f7841db7ab796542df
15309 Author: Mike Frysinger <vapier@gentoo.org>
15310 Date:   Mon Feb 4 19:26:57 2008 -0500
15311
15312     scrub unused symbols
15313
15314     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15315
15316 commit cc2977acc3bbbb7850f16645dd1081f95335868d
15317 Author: Mike Frysinger <vapier@gentoo.org>
15318 Date:   Mon Feb 4 19:26:57 2008 -0500
15319
15320     move Blackfin cpu object list to respective cpu directories
15321
15322     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15323
15324 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
15325 Author: Mike Frysinger <vapier@gentoo.org>
15326 Date:   Mon Feb 4 19:26:57 2008 -0500
15327
15328     interface to Blackfin on-chip One-Time-Programmable memory
15329
15330     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15331
15332 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
15333 Author: Mike Frysinger <vapier@gentoo.org>
15334 Date:   Mon Feb 4 19:26:56 2008 -0500
15335
15336     add support for memory commands with Blackfin L1 instruction memory
15337
15338     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15339
15340 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
15341 Author: Mike Frysinger <vapier@gentoo.org>
15342 Date:   Mon Feb 4 19:26:56 2008 -0500
15343
15344     use C code rather than inline assembly
15345
15346     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15347
15348 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
15349 Author: Mike Frysinger <vapier@gentoo.org>
15350 Date:   Mon Feb 4 19:26:56 2008 -0500
15351
15352     add Blackfin-specific reginfo command
15353
15354     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15355
15356 commit 0858b835e7ea501ea084d34cef75932f098342bb
15357 Author: Mike Frysinger <vapier@gentoo.org>
15358 Date:   Mon Feb 4 19:26:55 2008 -0500
15359
15360     add support for Blackfin symbol prefixes to examples
15361
15362     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15363
15364 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
15365 Author: Mike Frysinger <vapier@gentoo.org>
15366 Date:   Mon Feb 4 19:26:55 2008 -0500
15367
15368     add Blackfin-specific bdinfo command
15369
15370     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15371
15372 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
15373 Author: Mike Frysinger <vapier@gentoo.org>
15374 Date:   Mon Feb 4 19:26:55 2008 -0500
15375
15376     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
15377
15378     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15379
15380 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
15381 Author: Mike Frysinger <vapier@gentoo.org>
15382 Date:   Mon Feb 4 19:26:55 2008 -0500
15383
15384     unify the Blackfin board targets
15385
15386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15387
15388 commit d4d7730853e5d675f76ec666807da3028c91d592
15389 Author: Mike Frysinger <vapier@gentoo.org>
15390 Date:   Mon Feb 4 19:26:55 2008 -0500
15391
15392     punt Blackfin VDSP headers and import sanitized/auto-generated ones
15393
15394     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15395
15396 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
15397 Author: Mike Frysinger <vapier@gentoo.org>
15398 Date:   Mon Feb 4 19:26:54 2008 -0500
15399
15400     always pull in asm/blackfin.h for Blackfin ports
15401
15402     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15403
15404 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
15405 Author: Mike Frysinger <vapier@gentoo.org>
15406 Date:   Mon Feb 4 19:26:54 2008 -0500
15407
15408     add missing __raw versions of Blackfin read/write io functions
15409
15410     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15411
15412 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
15413 Author: Mike Frysinger <vapier@gentoo.org>
15414 Date:   Mon Feb 4 19:26:54 2008 -0500
15415
15416     add the default Blackfin logo used by Blackfin boards with splash screens
15417
15418     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15419
15420 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
15421 Author: Mike Frysinger <vapier@gentoo.org>
15422 Date:   Mon Feb 4 19:26:54 2008 -0500
15423
15424     add some more Blackfin docs
15425
15426     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15427
15428 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
15429 Author: Mike Frysinger <vapier@gentoo.org>
15430 Date:   Mon Feb 4 19:26:54 2008 -0500
15431
15432     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
15433
15434     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15435
15436 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
15437 Author: Mike Frysinger <vapier@gentoo.org>
15438 Date:   Mon Feb 4 19:26:54 2008 -0500
15439
15440     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
15441
15442     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15443
15444 commit b45264ee85cbd92020640a32e02fb434fd557108
15445 Author: Mike Frysinger <vapier@gentoo.org>
15446 Date:   Mon Feb 4 19:26:53 2008 -0500
15447
15448     add gitignores for Blackfin pieces
15449
15450     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15451
15452 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
15453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15454 Date:   Fri Jan 18 01:14:03 2008 +0100
15455
15456     TFTP: add host ip addr support
15457
15458     allow to use a different server as set in serverip
15459     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
15460     if not defined the max length will be at 128
15461
15462     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15463
15464 commit e56b4b494cd92def577969f9678395aa22d34c9f
15465 Author: Timur Tabi <timur@freescale.com>
15466 Date:   Wed Jan 9 14:35:26 2008 -0600
15467
15468     85xx,86xx: Determine I2C clock frequencies and store in global_data
15469
15470     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
15471
15472     Update the get_clocks() function in 85xx and 86xx to determine the I2C
15473     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
15474
15475     Signed-off-by: Timur Tabi <timur@freescale.com>
15476
15477 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
15478 Author: Wolfgang Denk <wd@denx.de>
15479 Date:   Thu Dec 27 10:56:54 2007 +0100
15480
15481     OMAP5912: fix FIFO handling in UART driver
15482
15483     According to the OMAP5912 Serial Interfaces Reference Guide (see
15484     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
15485     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
15486     changed when the baud clock is not running, i. e. when both DLL and
15487     DLH are set to 0.
15488
15489     Thus make sure that DLL and DLH are 0 when writing the FCR.
15490
15491     Signed-off-by: Wolfgang Denk <wd@denx.de>
15492
15493 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
15494 Author: Harald Welte <laforge@openmoko.org>
15495 Date:   Wed Dec 19 15:10:52 2007 +0100
15496
15497     ARM: S3C24x0 SoC NAND controller support
15498
15499     This patch adds NAND support to the S3C24x0 SoC code in u-boot
15500
15501     Signed-off-by: Harald Welte <laforge@openmoko.org>
15502
15503 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
15504 Author: Harald Welte <laforge@openmoko.org>
15505 Date:   Wed Dec 19 14:24:40 2007 +0100
15506
15507     ARM: s3c24xx: Multiple serial port support
15508
15509     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
15510
15511     Signed-off-by: Harald Welte <laforge@openmoko.org>
15512
15513 commit a25f72f1f73a11de68251fb88c89991e202e68fa
15514 Author: Harald Welte <laforge@openmoko.org>
15515 Date:   Wed Dec 19 14:16:57 2007 +0100
15516
15517     ARM: arm920t: Allow use of 'gd' pointer from IRQ
15518
15519     This patch allows us to use the 'gd' pointer (and thus environment
15520     and everything else associated with it) from interrupt context on
15521     arm920t.
15522
15523     Signed-off-by: Harald Welte <laforge@openmoko.org>
15524
15525 commit be19bd5cd0f454b63298844a0b5377e029b2caad
15526 Author: Harald Welte <laforge@openmoko.org>
15527 Date:   Wed Dec 19 14:19:38 2007 +0100
15528
15529     ARM: arm920/s3c24xx: IRQ demulitplexer callback
15530
15531     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
15532     plus a stub implementation of it for the S3C2410.
15533
15534     The purpose is to allow arm920t implementations such as the s3c24x0 to
15535     implement interrupt handlers in u-boot without having to touch core
15536     arm920t code.
15537
15538     Signed-off-by: Harald Welte <laforge@openmoko.org>
15539
15540 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
15541 Author: Hebbar <gururajakr@sanyo.co.in>
15542 Date:   Tue Dec 18 16:03:07 2007 -0800
15543
15544     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
15545
15546     Add ifdef to bdinfo command to display ethernet information
15547     only if CONFIG_CMD_NET is defined for arm modules.
15548
15549     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
15550
15551 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
15552 Author: Hebbar <gururajakr@sanyo.co.in>
15553 Date:   Tue Dec 18 16:00:54 2007 -0800
15554
15555     ARM: add I2C init function call in lib_arm/board.c
15556
15557     Adds I2C init func call to init sequence for ARM boards. This is
15558     present in ppc,blackfin and other processor init sequence.
15559
15560     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
15561
15562 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
15563 Author: Stefan Roese <sr@denx.de>
15564 Date:   Fri Feb 1 09:38:29 2008 +0100
15565
15566     ppc4xx: Fix ndfc HW ECC byte order
15567
15568     The current ndfc HW ECC implementation swaps the first two ECC bytes.
15569     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
15570     so this swapping in the HW ECC driver is bogus. This patch fixes this
15571     problem and now really uses the SMC ECC byte order.
15572
15573     Thanks to Sean MacLennan for pointing this out.
15574
15575     Signed-off-by: Stefan Roese <sr@denx.de>
15576
15577 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
15578 Author: Stefan Roese <sr@denx.de>
15579 Date:   Wed Jan 30 15:35:50 2008 +0100
15580
15581     ppc4xx: Fix GPIO configuration for pcs440ep
15582
15583     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
15584     49-63 for GPIO. They have been configured as trace signals. This patch
15585     fixes this by clearing the corresponding bit.
15586
15587     Signed-off-by: Stefan Roese <sr@denx.de>
15588
15589 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
15590 Author: Stefan Roese <sr@denx.de>
15591 Date:   Wed Jan 30 14:48:28 2008 +0100
15592
15593     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
15594
15595     Signed-off-by: Stefan Roese <sr@denx.de>
15596
15597 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
15598 Author: Ladislav Michl <ladis@linux-mips.org>
15599 Date:   Fri Dec 7 00:42:32 2007 +0100
15600
15601     ARM: Board voiceblue update
15602
15603     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
15604
15605 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
15606 Author: Ladislav Michl <ladis@linux-mips.org>
15607 Date:   Thu Dec 6 23:24:57 2007 +0100
15608
15609     ARM: AT91RM9200 based boards config cleanup
15610
15611     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
15612
15613     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
15614     indentation.
15615
15616 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
15617 Author: Ladislav Michl <ladis@linux-mips.org>
15618 Date:   Thu Dec 6 22:59:16 2007 +0100
15619
15620     ARM: Fix at91rm9200dk base address
15621
15622     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
15623     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
15624     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
15625     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
15626     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
15627     I'm sending this patch 4th (!) time in hope it produces at least some
15628     reaction.
15629
15630     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
15631
15632     Fix at91rm9200dk base and environment address.
15633
15634 commit c95219fae2a7add7daa2f91aedca65b1698465c7
15635 Author: stefano babic <sbabic@denx.de>
15636 Date:   Tue Nov 20 10:40:24 2007 +0100
15637
15638     MMC for PXA 27X (resubmit)
15639
15640     MMC support for X_Scale PXA is broken and does not work.
15641     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
15642     There were already some patches around the world but none of them was
15643     merged into the official u-boot tree.
15644
15645     This patch makes order fixing this issue. Resubmit after code cleanup.
15646
15647     Applied and tested on PXA 270 (TrizepsIV module).
15648
15649     Signed-off-by: Stefano Babic <sbabic@denx.de>
15650
15651 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
15652 Author: stefano babic <sbabic@denx.de>
15653 Date:   Tue Nov 20 10:37:04 2007 +0100
15654
15655     Fix gcc issues in pxa-regs.h
15656
15657     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
15658     issues generates wrong code.
15659     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
15660     This patch fixes the problem and solves the gcc-4 issues as the linux
15661     kernel does.
15662
15663     Signed-off-by: Stefano Babic <sbabic@denx.de>
15664     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
15665
15666 commit 7047b388876e7b905b2ec4edb8010543e3641b85
15667 Author: Jens Gehrlein <sew_s@tqs.de>
15668 Date:   Tue Jan 29 08:45:03 2008 +0100
15669
15670     TQM834x: enable DHCP
15671
15672     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
15673     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15674
15675 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
15676 Author: Jens Gehrlein <sew_s@tqs.de>
15677 Date:   Tue Jan 29 08:45:02 2008 +0100
15678
15679     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
15680
15681     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
15682     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15683
15684 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
15685 Author: Ben Warren <biggerbadderben@gmail.com>
15686 Date:   Sat Jan 26 23:41:19 2008 -0500
15687
15688     Fix conditional compilation of mpx8xxx_spi driver
15689
15690     This driver should only compile if CONFIG_MPC8XXX_SPI is set
15691
15692     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15693     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15694
15695 commit 63f732d3d3880feb531f48af247c025bf01462b0
15696 Author: Rafal Jaworowski <raj@semihalf.com>
15697 Date:   Tue Jan 29 17:00:34 2008 +0100
15698
15699     API: Provide dummy halt() in the glue layer.
15700
15701     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
15702
15703     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
15704
15705 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
15706 Author: Rafal Jaworowski <raj@semihalf.com>
15707 Date:   Tue Jan 29 16:57:38 2008 +0100
15708
15709     API: Convert conditional building to the new scheme.
15710
15711     This fixes a build breakage with CONFIG_API enabled, which appeared after
15712     the recent changes in the U-Boot build system.
15713
15714     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
15715
15716 commit 98b742489c09780be6a832eeaa4e5eff824792bb
15717 Author: Wolfgang Denk <wd@denx.de>
15718 Date:   Fri Jan 25 09:56:17 2008 +0100
15719
15720     inka4x0: remove dead code
15721
15722     Signed-off-by: Wolfgang Denk <wd@denx.de>
15723
15724 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
15725 Author: Becky Bruce <becky.bruce@freescale.com>
15726 Date:   Wed Jan 23 16:31:06 2008 -0600
15727
15728     86xx: Add reginfo command
15729
15730     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15731
15732 commit ddcebcb638715a6278da93b553d5016f99823816
15733 Author: Becky Bruce <becky.bruce@freescale.com>
15734 Date:   Wed Jan 23 16:31:05 2008 -0600
15735
15736     86xx: Add print_laws function to fsl_law.c
15737
15738     This can be used for debug, and will be used by board code
15739     to help implement reginfo.
15740
15741     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15742
15743 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
15744 Author: Becky Bruce <becky.bruce@freescale.com>
15745 Date:   Wed Jan 23 16:31:04 2008 -0600
15746
15747     86xx: Remove old-style law setup code
15748
15749     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
15750
15751     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15752
15753 commit 713d8186649dae874613d495b0cecaa039a98b30
15754 Author: Becky Bruce <becky.bruce@freescale.com>
15755 Date:   Wed Jan 23 16:31:03 2008 -0600
15756
15757     86xx: Convert sbc8641d to use new law setup code.
15758
15759     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15760
15761 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
15762 Author: Becky Bruce <becky.bruce@freescale.com>
15763 Date:   Wed Jan 23 16:31:02 2008 -0600
15764
15765     86xx: Convert mpc8610hpcd to new law setup method.
15766
15767     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15768
15769 commit 4933b91f8a49e436681f163df3173beb91cac44a
15770 Author: Becky Bruce <becky.bruce@freescale.com>
15771 Date:   Wed Jan 23 16:31:01 2008 -0600
15772
15773     86xx: Support new law setup method and convert mpc8641
15774
15775     Adds the support code in cpu/mpc86xx for the new law setup code
15776     recently created fsl_law.c, and changes the MPC8641HPCN config
15777     to use this code.
15778
15779     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15780
15781 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
15782 Author: Becky Bruce <becky.bruce@freescale.com>
15783 Date:   Wed Jan 23 16:31:00 2008 -0600
15784
15785     86xx: Rearrange the sequence in start.S
15786
15787     * split the BAT initialization so that only 2 BATs (for the boot page
15788     and stack) are programmed very early on.  The rest are initialized later.
15789     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
15790     after translation has been enabled.
15791
15792     These changes will facilitate the moving of law and BAT initialization
15793     to C code, and will aid with 36-bit physical addressing support.
15794
15795     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15796
15797 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
15798 Author: Wolfgang Denk <wd@denx.de>
15799 Date:   Wed Jan 23 14:41:37 2008 +0100
15800
15801     Coding Style Cleanup; update CHANGELOG
15802
15803     Signed-off-by: Wolfgang Denk <wd@denx.de>
15804
15805 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
15806 Author: Wolfgang Denk <wd@denx.de>
15807 Date:   Wed Jan 23 14:31:17 2008 +0100
15808
15809     Coding Style Cleanup; update CHANGELOG
15810
15811     Signed-off-by: Wolfgang Denk <wd@denx.de>
15812
15813 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
15814 Author: Dave Liu <r63238@freescale.com>
15815 Date:   Fri Jan 18 10:07:04 2008 +0800
15816
15817     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
15818
15819     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
15820     cause the 83xx immap broken, so the DMA and PCI will
15821     be failed.
15822
15823     The patch fix the struct spi8xxx and rm struct spi83xx.
15824
15825     Signed-off-by: Dave Liu <daveliu@freescale.com>
15826     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15827
15828 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
15829 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15830 Date:   Sat Apr 14 17:11:49 2007 +0200
15831
15832     AVR32: ATNGW100 board support
15833
15834     Add support for the ATNGW100 Network Gateway reference design,
15835     including flash, ethernet and MMC support.
15836
15837     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15838
15839 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
15840 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15841 Date:   Sat Nov 24 18:15:31 2007 +0100
15842
15843     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
15844
15845     I don't know why the relevant layers can't do this by itself, but this
15846     is what ppc does.
15847
15848     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15849
15850 commit 799891ef7b1b3432032ec23466df6b665a797fa4
15851 Author: Michael Schwingen <michael@schwingen.org>
15852 Date:   Fri Jan 18 00:04:28 2008 +0100
15853
15854     Add AcTux board support
15855
15856     Hi,
15857
15858     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
15859     files that
15860     contain changes for multiple boards, the board-specific files follow as
15861     separate patches.
15862
15863     Signed-off-by: Michael Schwingen <michael@schwingen.org>
15864
15865 commit 66a4344a4d910a11125df7768899ad529719855e
15866 Author: Michael Schwingen <michael@schwingen.org>
15867 Date:   Wed Jan 16 19:53:23 2008 +0100
15868
15869     add AcTux-4 board support
15870
15871     Signed-off-by: Michael Schwingen <michael@schwingen.org>
15872
15873 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
15874 Author: Michael Schwingen <michael@schwingen.org>
15875 Date:   Wed Jan 16 19:51:55 2008 +0100
15876
15877     add AcTux-3 board support
15878
15879     Signed-off-by: Michael Schwingen <michael@schwingen.org>
15880
15881 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
15882 Author: Michael Schwingen <michael@schwingen.org>
15883 Date:   Wed Jan 16 19:51:14 2008 +0100
15884
15885     add AcTux-2 board support
15886
15887     Signed-off-by: Michael Schwingen <michael@schwingen.org>
15888
15889 commit ea99e8f05b7240fd657739e286664664ae160abe
15890 Author: Michael Schwingen <michael@schwingen.org>
15891 Date:   Wed Jan 16 19:50:37 2008 +0100
15892
15893     add AcTux-1 board support
15894
15895     Signed-off-by: Michael Schwingen <michael@schwingen.org>
15896
15897 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
15898 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15899 Date:   Mon Jan 14 19:20:08 2008 +0100
15900
15901     ARM: remove useless function board_post_init
15902
15903     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15904
15905 commit 96bd462942022e4569b582c072a0ed26de1cd19b
15906 Author: Michael Schwingen <michael@schwingen.org>
15907 Date:   Thu Jan 10 14:59:46 2008 +0100
15908
15909     IXP: enable RTS
15910
15911     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
15912     No handshaking is done, but the active RTS signal allows to
15913     connect to the target using a PC which is using RTS/CTS
15914     handshake, and does no harm if the PC is set to ignore RTS.
15915
15916     Signed-off-by: Michael Schwingen <michael@schwingen.org>
15917
15918 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
15919 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15920 Date:   Mon Jan 7 08:41:34 2008 +0100
15921
15922     IXP: add dynamic microcode addr
15923
15924     allow to load the microde from flash or ram by download it through
15925     the serial or other.
15926
15927     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15928     Acked-by: Stefan Roese <sr@denx.de>
15929
15930 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
15931 Author: Michael Schwingen <michael@schwingen.org>
15932 Date:   Sat Nov 10 15:44:12 2007 +0100
15933
15934     load ixp42x NPE firmware from separate flash block, remove dead code
15935
15936     Hi,
15937
15938     the following patch adds support to move the IXP42X NPE firmware to a
15939     separate flash block, whose start address is defined in
15940     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
15941     NPE-enabled u-boot without copyright problems due to the NPE firmware.
15942
15943     I hope the patch applies, I get whitespace-related differences in the NPE
15944     files due to trailing whitespace in the original versions.
15945
15946     Signed-off-by: Michael Schwingen <michael@schwingen.org>
15947     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15948
15949 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
15950 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15951 Date:   Tue Jan 15 14:15:46 2008 -0600
15952
15953     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
15954
15955     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15956     Signed-off by: John Rigby <jrigby@freescale.com>
15957
15958 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
15959 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15960 Date:   Tue Jan 15 14:02:49 2008 -0600
15961
15962     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
15963
15964     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15965     Signed-off by: John Rigby <jrigby@freescale.com>
15966
15967 commit 777d1abd9796f1c2e148417cc10657e847d318ce
15968 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15969 Date:   Tue Jan 15 14:00:25 2008 -0600
15970
15971     ColdFire: Add MCF547x_8x FEC driver
15972
15973     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15974     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15975     Signed-off by: John Rigby <jrigby@freescale.com>
15976
15977 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
15978 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15979 Date:   Tue Jan 15 13:54:09 2008 -0600
15980
15981     ColdFire: Add MCF547x_8x dma code and header files
15982
15983     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15984     Signed-off by: John Rigby <jrigby@freescale.com>
15985
15986 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
15987 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15988 Date:   Tue Jan 15 13:52:03 2008 -0600
15989
15990     ColdFire: Add MCF547x_8x dma code - 2
15991
15992     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15993     Signed-off by: John Rigby <jrigby@freescale.com>
15994
15995 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
15996 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15997 Date:   Tue Jan 15 13:48:52 2008 -0600
15998
15999     ColdFire: Add MCF547x_8x dma code - 1
16000
16001     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16002     Signed-off by: John Rigby <jrigby@freescale.com>
16003
16004 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
16005 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16006 Date:   Tue Jan 15 13:39:44 2008 -0600
16007
16008     ColdFire: Add MCF547x_8x related header files
16009
16010     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16011     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16012     Signed-off by: John Rigby <jrigby@freescale.com>
16013
16014 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
16015 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16016 Date:   Tue Jan 15 13:37:34 2008 -0600
16017
16018     ColdFire: Add MCF547x_8x cpu arch
16019
16020     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16021     Signed-off by: John Rigby <jrigby@freescale.com>
16022
16023 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
16024 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16025 Date:   Mon Jan 14 17:47:23 2008 -0600
16026
16027     ColdFire: Add MCF5227x cpu and M52277EVB support-3
16028
16029     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16030     Signed-off by: John Rigby <jrigby@freescale.com>
16031
16032 commit c87581027994c148131b2f11aa75501f782ec19a
16033 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16034 Date:   Mon Jan 14 17:46:19 2008 -0600
16035
16036     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
16037
16038     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16039     Signed-off by: John Rigby <jrigby@freescale.com>
16040
16041 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
16042 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16043 Date:   Mon Jan 14 17:43:33 2008 -0600
16044
16045     ColdFire: Add MCF5227x cpu and M52277EVB support-1
16046
16047     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16048     Signed-off by: John Rigby <jrigby@freescale.com>
16049
16050 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
16051 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16052 Date:   Mon Jan 14 17:35:44 2008 -0600
16053
16054     ColdFire: Fix CFI Flash low level Read/Write macro
16055
16056     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16057     Signed-off by: John Rigby <jrigby@freescale.com>
16058
16059 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
16060 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16061 Date:   Mon Jan 14 17:23:08 2008 -0600
16062
16063     ColdFire: Add M5373EVB platform support - 2
16064
16065     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16066     Signed-off by: John Rigby <jrigby@freescale.com>
16067
16068 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
16069 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16070 Date:   Mon Jan 14 17:19:54 2008 -0600
16071
16072     ColdFire: Add M5373EVB platform support - 1
16073
16074     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16075     Signed-off by: John Rigby <jrigby@freescale.com>
16076
16077 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
16078 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16079 Date:   Mon Jan 14 17:17:03 2008 -0600
16080
16081     ColdFire: Update FlexBus CS for MCF532x
16082
16083     Definition update and change from 16bit to 32bit
16084
16085     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16086     Signed-off by: John Rigby <jrigby@freescale.com>
16087
16088 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
16089 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16090 Date:   Mon Jan 14 17:11:47 2008 -0600
16091
16092     ColdFire: PCI and misc updates for MCF5445x
16093
16094     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16095     Signed-off by: John Rigby <jrigby@freescale.com>
16096
16097 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
16098 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16099 Date:   Mon Jan 14 17:06:55 2008 -0600
16100
16101     ColdFire: MCF5445x header files cleanup
16102
16103     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16104     Signed-off by: John Rigby <jrigby@freescale.com>
16105
16106 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
16107 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16108 Date:   Mon Jan 14 16:59:42 2008 -0600
16109
16110     ColdFire: MCF532x header files cleanup
16111
16112     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16113     Signed-off by: John Rigby <jrigby@freescale.com>
16114
16115 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
16116 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16117 Date:   Mon Jan 14 15:30:15 2008 -0600
16118
16119     ColdFire: Add modules header files
16120
16121     Add CF specific modules header files
16122
16123     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16124     Signed-off-by: John Rigby <jrigby@freescale.com>
16125
16126 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
16127 Author: Kim Phillips <kim.phillips@freescale.com>
16128 Date:   Thu Jan 17 12:48:00 2008 -0600
16129
16130     codingstyle cleanup for spi driver
16131
16132     ..and rm unused CONFIG_FSL_SPI define
16133
16134     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16135
16136 commit d59feffb42c9f174116db7a82a311df98983dfce
16137 Author: Haiying Wang <Haiying.Wang@freescale.com>
16138 Date:   Wed Jan 16 17:12:12 2008 -0500
16139
16140     FSL: Fix common EEPROM_data structure definition
16141
16142     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
16143     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
16144       bd->bi_ethaddr.
16145
16146     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16147
16148 commit 6bee764bd6da510a4aad614880300c968bc7318d
16149 Author: Timur Tabi <timur@freescale.com>
16150 Date:   Wed Jan 16 15:48:12 2008 -0600
16151
16152     86xx: enable command-line editing
16153
16154     Enable command-line editing for all MPC86xx boards.
16155
16156     Signed-off-by: Timur Tabi <timur@freescale.com>
16157
16158 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
16159 Author: Ben Warren <biggerbadderben@gmail.com>
16160 Date:   Wed Jan 16 22:37:42 2008 -0500
16161
16162     Implement hard SPI driver on MPC8349EMDS
16163
16164     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
16165     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
16166
16167     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16168     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16169
16170 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
16171 Author: Ben Warren <biggerbadderben@gmail.com>
16172 Date:   Wed Jan 16 22:37:35 2008 -0500
16173
16174     Add support for a Freescale non-CPM SPI controller
16175
16176     This patch adds support for the SPI controller found on Freescale PowerPC
16177     processors such as the MCP834x family.  Additionally, a new config option,
16178     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
16179
16180     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16181     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16182
16183 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
16184 Author: Dave Liu <r63238@freescale.com>
16185 Date:   Thu Jan 17 18:23:19 2008 +0800
16186
16187     mpc83xx: Fix the fatal conflict of merge
16188
16189     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
16190     will cause the mpc8315erdb board can't boot up.
16191
16192     The patch fix that bug, and remove the duplicated #ifdef
16193     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
16194     MPC8313E processor.
16195
16196     Signed-off-by: Dave Liu <daveliu@freescale.com>
16197     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16198
16199 commit 3259eeaa4148125a81417477f62c05bd67f60587
16200 Author: Larry Johnson <lrj@acm.org>
16201 Date:   Thu Jan 17 08:50:09 2008 -0500
16202
16203     Merge Sequoia beautification into Korat code
16204
16205     Signed-off-by: Larry Johnson <lrj@acm.org>
16206
16207 commit e16925773211291b562e77187061e9dd1d757217
16208 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16209 Date:   Thu Jan 17 07:45:05 2008 +0100
16210
16211     net: add 'ethrotate' environment variable
16212
16213     [PATCH] net: add 'ethrotate' environment variable
16214
16215     This patch replaces the buildtime configuration option
16216     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
16217     configuration veriable. See README.
16218
16219     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16220     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16221
16222 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
16223 Author: Stefan Roese <sr@denx.de>
16224 Date:   Thu Jan 17 14:29:04 2008 +0100
16225
16226     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
16227
16228     Signed-off-by: Stefan Roese <sr@denx.de>
16229
16230 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
16231 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16232 Date:   Thu Jan 17 18:07:32 2008 +0900
16233
16234     sh: Remove CONFIG_COMMANDS from MS7720SE config file
16235
16236     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16237
16238 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
16239 Author: Niklaus Giger <niklaus.giger@netstal.com>
16240 Date:   Wed Jan 16 18:39:20 2008 +0100
16241
16242     ppc4xx: Netstal HCU4 board: added various fixes and POST
16243
16244     - Moved some common code to netstal/common/nm_bsp.c.
16245     - sdram initialisation goes go netstal/common/fixed_sdram.c.
16246     - Added support for POST.
16247     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
16248
16249     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16250
16251 commit 69b0634a4ee98c9791815600d43b99f626a952f3
16252 Author: Niklaus Giger <niklaus.giger@netstal.com>
16253 Date:   Thu Jan 17 12:53:56 2008 +0100
16254
16255     ppc4xx: netstal/common define routines used by all boards
16256
16257     Added some routines used by all Netstal boards:
16258     - nm_bsp.c: - nm_show_print and
16259             -  common_misc_init_r
16260             - set_params_for_sw_install. Very specific code to handle our SW
16261               installation procedure
16262     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
16263       to handle sdram initialization.
16264     - nm.h: Common header
16265
16266     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16267
16268 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
16269 Author: Niklaus Giger <niklaus.giger@netstal.com>
16270 Date:   Wed Jan 16 18:39:18 2008 +0100
16271
16272     ppc4xx: Netstal HCU5 board: added various fixes and POST
16273
16274     - Moved some common code to nestal/common/nm_bsp.c.
16275     - Added support for the vxWorks EDR.
16276     - Enable trace for Lauterbach, if present.
16277     - Added support for POST.
16278     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
16279
16280     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16281
16282 commit 4371090e5da77edc7bf9f296364db4801639d9c4
16283 Author: Niklaus Giger <niklaus.giger@netstal.com>
16284 Date:   Wed Jan 16 18:39:08 2008 +0100
16285
16286     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
16287
16288     - Various fixes
16289     - Reduced rom_size from 384 to 320 kB
16290     - Environment is now in flash
16291     - Added POST
16292     - Support for OF
16293
16294     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16295
16296 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
16297 Author: Niklaus Giger <niklaus.giger@netstal.com>
16298 Date:   Wed Jan 16 18:37:50 2008 +0100
16299
16300     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
16301
16302     - Various fixes
16303     - Reduced rom_size from 384 to 320 kB
16304     - Environment is now in flash
16305     - Added POST
16306     - Support for OF
16307
16308     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16309
16310 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
16311 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16312 Date:   Thu Jan 17 10:53:08 2008 +0100
16313
16314     ppc4xx: Complete DU440 board support
16315
16316     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16317
16318 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
16319 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16320 Date:   Thu Jan 17 10:52:30 2008 +0100
16321
16322     ppc4xx: Add DU440 board support
16323
16324     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16325
16326 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
16327 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16328 Date:   Thu Jan 17 15:53:52 2008 +0900
16329
16330     sh: Update SuperH SCIF driver
16331
16332     This patch fixed wrong SH7720 CPU macro and changed macro that
16333     calculated value of SCBRR register.
16334
16335     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16336
16337 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
16338 Author: Grzegorz Bernacki <gjb@semihalf.com>
16339 Date:   Wed Jan 16 15:12:47 2008 +0100
16340
16341     Set ips dividor to 1/4 of csb clock.
16342
16343     Previous setting cause ips clock to be out of spec. This bug was found by John
16344     Rigby from Freescale.
16345
16346     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16347
16348 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
16349 Author: Kumar Gala <galak@kernel.crashing.org>
16350 Date:   Thu Jan 17 02:19:18 2008 -0600
16351
16352     85xx: Get ride of old TLB setup code
16353
16354     Now that all boards have been converted, remove old config code and the
16355     config option for the new style.
16356
16357     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16358
16359 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
16360 Author: Kumar Gala <galak@kernel.crashing.org>
16361 Date:   Thu Jan 17 02:02:10 2008 -0600
16362
16363     85xx: Convert TQM85xx to new TLB setup
16364
16365     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16366
16367 commit 74121b470c14f7eaf284ee838bffca6f9521069e
16368 Author: Kumar Gala <galak@kernel.crashing.org>
16369 Date:   Thu Jan 17 01:56:32 2008 -0600
16370
16371     85xx: Convert STXGP3 & STXSSA to new TLB setup
16372
16373     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16374
16375 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
16376 Author: Kumar Gala <galak@kernel.crashing.org>
16377 Date:   Thu Jan 17 01:44:34 2008 -0600
16378
16379     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
16380
16381     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16382
16383 commit 818218bac6a11591e2542c344d2330e0f4e1968b
16384 Author: Kumar Gala <galak@kernel.crashing.org>
16385 Date:   Thu Jan 17 01:31:34 2008 -0600
16386
16387     85xx: Convert PM854/PM856 to new TLB setup
16388
16389     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16390
16391 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
16392 Author: Kumar Gala <galak@kernel.crashing.org>
16393 Date:   Thu Jan 17 01:25:33 2008 -0600
16394
16395     85xx: Convert MPC8540EVAL to new TLB setup
16396
16397     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16398
16399 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
16400 Author: Kumar Gala <galak@kernel.crashing.org>
16401 Date:   Thu Jan 17 01:12:22 2008 -0600
16402
16403     85xx: Convert MPC8568 MDS to new TLB setup
16404
16405     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16406
16407 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
16408 Author: Kumar Gala <galak@kernel.crashing.org>
16409 Date:   Thu Jan 17 01:01:09 2008 -0600
16410
16411     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
16412
16413     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16414
16415 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
16416 Author: Kumar Gala <galak@kernel.crashing.org>
16417 Date:   Thu Jan 17 00:52:29 2008 -0600
16418
16419     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
16420
16421     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16422
16423 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
16424 Author: Kumar Gala <galak@kernel.crashing.org>
16425 Date:   Thu Jan 17 00:32:17 2008 -0600
16426
16427     85xx: Convert ATUM8548 to new TLB setup
16428
16429     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16430
16431 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
16432 Author: Kumar Gala <galak@kernel.crashing.org>
16433 Date:   Wed Jan 16 23:11:57 2008 -0600
16434
16435     85xx: Convert MPC8544 DS to new TLB setup
16436
16437     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16438
16439 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
16440 Author: Kumar Gala <galak@kernel.crashing.org>
16441 Date:   Wed Jan 16 22:38:34 2008 -0600
16442
16443     85xx: Reworked initial processor init
16444
16445     Reworked the initial processor initialzation sequence:
16446     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
16447     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
16448     * Reworked initial asm code to do most of the core init before TLBs
16449
16450     The main reasons for these changes are to allow handling of 36-bit phys
16451     addresses in the future and some of the issues that will exist when we
16452     do that.
16453
16454     There are a few caveats on what can be initialized via the LAW and TLB
16455     static tables:
16456     * TLB entry 14/15 can't be initialized via the TLB table
16457     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
16458       the code that is currently executing.
16459
16460     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16461
16462 commit 44a23cfd6360a68eaa41f945190618a55519eac3
16463 Author: Kumar Gala <galak@kernel.crashing.org>
16464 Date:   Wed Jan 16 22:33:22 2008 -0600
16465
16466     85xx: Introduce new tlb API
16467
16468     Add a set of functions to manipulate TLB entries:
16469      * set_tlb() - write a tlb entry
16470      * invalidate_tlb() - invalidate a tlb array
16471      * disable_tlb() - disable a variable size tlb entry
16472      * init_tlbs() - setup initial tlbs based on static table
16473
16474     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16475
16476 commit be88b1699863c262818f3af7f60173b4d48df8fc
16477 Author: Stefan Roese <sr@denx.de>
16478 Date:   Thu Jan 17 07:50:17 2008 +0100
16479
16480     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
16481
16482     Signed-off-by: Stefan Roese <sr@denx.de>
16483
16484 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
16485 Author: Kumar Gala <galak@kernel.crashing.org>
16486 Date:   Wed Jan 16 10:04:42 2008 -0600
16487
16488     85xx: Use proper defines for PCI addresses
16489
16490     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
16491     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
16492     be used for configuring the PCI ATMU.
16493
16494     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16495
16496 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
16497 Author: Kumar Gala <galak@kernel.crashing.org>
16498 Date:   Wed Jan 16 09:22:29 2008 -0600
16499
16500     85xx: Remove old style of LAW init
16501
16502     All boards are now using the new fsl_law code so we can drop the old version.
16503
16504     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16505
16506 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
16507 Author: Kumar Gala <galak@kernel.crashing.org>
16508 Date:   Wed Jan 16 09:15:29 2008 -0600
16509
16510     85xx: convert remaining 85xx boards over to use new LAW init code
16511
16512     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
16513     to use new LAW init code.
16514
16515     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16516
16517 commit 572b13afc42710f2957c382a710360429c0e099b
16518 Author: Kumar Gala <galak@kernel.crashing.org>
16519 Date:   Wed Jan 16 09:11:53 2008 -0600
16520
16521     85xx: convert STXGP3/STXSSA over to use new LAW init code
16522
16523     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16524
16525 commit 45f2166ac0233a9263058378f39612bd11f61196
16526 Author: Kumar Gala <galak@kernel.crashing.org>
16527 Date:   Wed Jan 16 09:06:48 2008 -0600
16528
16529     85xx: convert PM854/PM856 over to use new LAW init code
16530
16531     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16532
16533 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
16534 Author: Kumar Gala <galak@kernel.crashing.org>
16535 Date:   Wed Jan 16 09:05:27 2008 -0600
16536
16537     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
16538
16539     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16540
16541 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
16542 Author: Kumar Gala <galak@kernel.crashing.org>
16543 Date:   Wed Jan 16 01:45:10 2008 -0600
16544
16545     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
16546
16547     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16548
16549 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
16550 Author: Kumar Gala <galak@kernel.crashing.org>
16551 Date:   Wed Jan 16 01:32:06 2008 -0600
16552
16553     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
16554
16555     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16556
16557 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
16558 Author: Kumar Gala <galak@kernel.crashing.org>
16559 Date:   Wed Jan 16 01:16:16 2008 -0600
16560
16561     85xx: convert MPC8544 DS over to use new LAW init code
16562
16563     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16564
16565 commit 83d40dfd79fe868796275802f60116d84b9e4395
16566 Author: Kumar Gala <galak@kernel.crashing.org>
16567 Date:   Wed Jan 16 01:13:58 2008 -0600
16568
16569     85xx: Move LAW init code into C
16570
16571     Move the initialization of the LAWs into C code and provide an API
16572     to allow modification of LAWs after init.
16573
16574     Board code is responsible to provide a law_table and num_law_entries.
16575
16576     We should be able to use the same code on 86xx as well.
16577
16578     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16579
16580 commit bed8ce838a609aaab136d43b25e6df2a520bc854
16581 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16582 Date:   Sat Dec 22 15:03:12 2007 +0100
16583
16584     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
16585
16586     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16587
16588 commit 0764c164fed6277d359cf132d55187ea34290114
16589 Author: Vlad Lungu <vlad@comsys.ro>
16590 Date:   Wed Jan 16 19:27:51 2008 +0200
16591
16592     MIPS:Target support for qemu -M mips
16593
16594     With serial, NE2000, IDE support. Tested in big-endian mode.
16595     Memory size hard-coded to 128M for now, so don't play with
16596     the -m option.
16597
16598     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
16599
16600 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
16601 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16602 Date:   Fri Jan 11 00:01:37 2008 +0100
16603
16604     Fix nfs command help to reflect that the serverip is optional
16605
16606     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16607     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16608
16609 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
16610 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16611 Date:   Mon Dec 10 22:32:14 2007 +0100
16612
16613     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
16614
16615     and move is_valid_ether_addr board file
16616
16617     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16618     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16619
16620 commit c2f896b8fc4722e36915903e1942e138e68ce804
16621 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16622 Date:   Wed Jan 16 16:13:31 2008 +0900
16623
16624     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
16625
16626     rx_status on the memory is basically in LE, but needs to be handled in CPU
16627     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
16628     it'll work fine.
16629
16630     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16631     Cc: Masami Komiya <mkomiya@sonare.it>
16632     Cc: Lucas Jin <lucasjin@gmail.com>
16633     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16634
16635 commit 96a236746fe6a7b84802afb4ed31536696d34812
16636 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16637 Date:   Wed Jan 16 16:12:26 2008 +0900
16638
16639     drivers/net/rtl8139.c: Fix cache coherency issues
16640
16641     Current driver is meant for cache coherent systems. This patch adds
16642     flush_cache() routines to support cache non-coherent systems.
16643
16644     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16645     Cc: Masami Komiya <mkomiya@sonare.it>
16646     Cc: Lucas Jin <lucasjin@gmail.com>
16647     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16648
16649 commit d1276c76c1e2b5035296689280ba1acb2c425104
16650 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16651 Date:   Wed Jan 16 16:11:14 2008 +0900
16652
16653     drivers/net/rtl8139.c: Fix tx timeout
16654
16655     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
16656     does, the condition "(currticks() < to)" becomes invalid and immediately
16657     leads to tx timeout error. This patch introduces the fine-graded udely(10)
16658     loops to ease the impact of wrapping around.
16659
16660     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16661     Cc: Masami Komiya <mkomiya@sonare.it>
16662     Cc: Lucas Jin <lucasjin@gmail.com>
16663     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16664
16665 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
16666 Author: Dave Liu <r63238@freescale.com>
16667 Date:   Fri Jan 11 18:45:28 2008 +0800
16668
16669     TSEC: Add the support for RealTek RTL8211B PHY
16670
16671     Add the support of RealTek RTL8211B PHY, the RTL8211B
16672     PHY only supports RGMII and MII mode.
16673
16674     Signed-off-by: Dave Liu <daveliu@freescale.com>
16675     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16676
16677 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
16678 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16679 Date:   Wed Jan 16 09:40:41 2008 +0100
16680
16681     Remove annoying debug printout for PHY less boards.
16682
16683     PHY less board prints out lots of "read wrong ...":
16684     read wrong value : mii_id 3,mii_reg 2, base e0102320
16685     read wrong value : mii_id 3,mii_reg 3, base e0102320
16686     UEC: PHY is Generic MII (ffffffff)
16687     read wrong value : mii_id 3,mii_reg 4, base e0102320
16688     read wrong value : mii_id 3,mii_reg 0, base e0102320
16689     read wrong value : mii_id 3,mii_reg 1, base e0102320
16690     read wrong value : mii_id 3,mii_reg 1, base e0102320
16691     read wrong value : mii_id 3,mii_reg 5, base e0102320
16692     read wrong value : mii_id 3,mii_reg 1, base e0102320
16693     read wrong value : mii_id 3,mii_reg 1, base e0102320
16694     read wrong value : mii_id 3,mii_reg 5, base e0102320
16695     FSL UEC0: Full Duplex
16696     FSL UEC0: Speed 100BT
16697     FSL UEC0: Link is up
16698     Using FSL UEC0 device
16699
16700     Make this printout depend on UEC_VERBOSE_DEBUG and
16701     remove its definition in uec_phy.c
16702
16703     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16704     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16705
16706 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
16707 Author: Kim Phillips <kim.phillips@freescale.com>
16708 Date:   Tue Jan 15 14:11:00 2008 -0600
16709
16710     net: reduce boot latency on QE UEC based boards
16711
16712     actually polling for PHY autonegotiation to finish enables us to remove the
16713     5 second boot prompt latency present on QE based boards.
16714
16715     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
16716     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
16717     code shamelessly stolen from tsec driver.
16718
16719     also rm unused CONFIG_RMII_MODE code.
16720
16721     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16722     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16723     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16724
16725 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
16726 Author: michael.firth@bt.com <michael.firth@bt.com>
16727 Date:   Wed Jan 16 11:40:51 2008 +0000
16728
16729     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
16730
16731     The current TSEC driver limits MDIO access to the devices that have been configured as attached
16732     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
16733
16734     Signed-off-by: Michael Firth <michael.firth@bt.com>
16735     Acked-by: Andy Fleming <afleming@freescale.com>
16736     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16737
16738 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
16739 Author: Kim Phillips <kim.phillips@freescale.com>
16740 Date:   Wed Jan 16 00:38:05 2008 -0600
16741
16742     Add support for the MPC837xERDB
16743
16744     MPC837xERDB board support includes:
16745     * DDR2 330MHz hardcoded (soldered on the board)
16746     * Local Bus NOR Flash
16747     * I2C, UART and RTC
16748     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
16749     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
16750     *                  load)
16751
16752     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
16753     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
16754     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16755
16756 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
16757 Author: Kim Phillips <kim.phillips@freescale.com>
16758 Date:   Wed Jan 16 12:06:16 2008 -0600
16759
16760     mpc83xx: add support for more system clock performance controls
16761
16762     System registers that are modified are the Arbiter Configuration
16763     Register (ACR), the System Priority Control Register (SPCR), and the
16764     System Clock Configuration Register (SCCR).
16765
16766     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
16767     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
16768     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16769
16770 commit 16c3cde050e2d243e62b37486f1558570787beb8
16771 Author: James Yang <james.yang@freescale.com>
16772 Date:   Wed Jan 16 11:58:08 2008 -0600
16773
16774     FSL: Generalize PIXIS reset command parsing.
16775
16776     Before, the order of arguments to the pixis_reset
16777     command needed to be supplied in a hard-coded order.
16778     Generalize the command parsing to allow any order.
16779
16780     Signed-off-by: James Yang <james.yang@freescale.com>
16781     Acked-by: Jon Loeliger <jdl@freescale.com>
16782
16783 commit ad8f8687b78c3e917b173f038926695383c55555
16784 Author: Jon Loeliger <jdl@freescale.com>
16785 Date:   Tue Jan 15 13:42:41 2008 -0600
16786
16787     FSL: Convert board/freescale/common/Makefile to use CONFIG_
16788
16789     Convert the board/freescale/common/Makefile to use
16790     CONFIG_* options to select which files to conditionally
16791     compile into the board/freescale/common library rather
16792     than conditionally compiling entire files.
16793
16794     Now handles::
16795         CONFIG_FSL_PIXIS
16796         CONFIG_FSL_DIU_FB
16797         CONFIG_PQ_MDS_PIB
16798
16799     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
16800
16801     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16802
16803 commit 7c2221eb230372a9e537c4f6636b147b0909325f
16804 Author: Roy Zang <tie-fei.zang@freescale.com>
16805 Date:   Tue Jan 15 16:38:38 2008 +0800
16806
16807     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
16808
16809     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
16810     Remove unused ethernet CONFIG_ options.
16811
16812     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16813     Acked-by: Jon Loeliger <jdl@freescale.com>
16814
16815 commit 711a7946277d2e29af481011e8635e9975c54e45
16816 Author: Kim Phillips <kim.phillips@freescale.com>
16817 Date:   Tue Jan 15 14:05:14 2008 -0600
16818
16819     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
16820
16821     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
16822
16823     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16824
16825 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
16826 Author: Kim Phillips <kim.phillips@freescale.com>
16827 Date:   Tue Jan 15 09:51:12 2008 -0600
16828
16829     mpc83xx: clean up mpc8360emds.c warnings
16830
16831     mpc8360emds.c: In function 'ft_board_setup':
16832     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
16833     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
16834     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
16835     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
16836     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
16837     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
16838
16839     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16840
16841 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
16842 Author: Kim Phillips <kim.phillips@freescale.com>
16843 Date:   Mon Jan 14 16:14:46 2008 -0600
16844
16845     mpc83xx: fix phy-connection-type fixup code
16846
16847     use tree passed to us in local blob, not global fdt.
16848
16849     Also use fdt_path_offset to convert to relative offset, since absolute
16850     reference is needed to check for rgmii-id mode string value.
16851
16852     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16853
16854 commit 2b4c952be7c4357a13e839d48df80853820c33eb
16855 Author: Kumar Gala <galak@kernel.crashing.org>
16856 Date:   Mon Jan 14 09:01:40 2008 -0600
16857
16858     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
16859
16860     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16862
16863 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
16864 Author: Poonam Aggrwal <b10812@freescale.com>
16865 Date:   Mon Jan 14 09:41:14 2008 +0530
16866
16867     Changes in uboot DDR configuration for MPC8313eRDB
16868
16869     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
16870     DDR configuration in u-boot code. Some are related to performance, some
16871     affect stability and some correct few basic errors in the current
16872     configuration.
16873
16874     The changes have been tested and found to give better memory latency
16875     figures on MPC8313eRDB.LMBench figures prove it.
16876
16877     The changes are:
16878
16879     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
16880       (this may improve performance for application with many read
16881       or write to open pages).
16882     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
16883       001 (activating all the CS when only one is used may cause
16884       unwanted noise on the system)
16885
16886     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
16887       Tras=45ns)
16888     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
16889
16890     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
16891       comply with the 3 ODT clk requirements)
16892     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
16893     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
16894
16895     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
16896     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
16897
16898     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
16899     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
16900
16901     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
16902     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
16903
16904     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
16905     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
16906     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
16907     Cc: Josep P J <PJ.Joseph@freescale.com>
16908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16909
16910 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
16911 Author: Jerry Van Baren <gvb.uboot@gmail.com>
16912 Date:   Sat Jan 12 13:24:14 2008 -0500
16913
16914     Enable the isdram command on the MPC8360EMDS board
16915
16916     The isdram command prints out decoded information the "serial presence
16917     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
16918     debugging memory configuration problems.
16919
16920     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16921     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16922
16923 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
16924 Author: Dave Liu <r63238@freescale.com>
16925 Date:   Fri Jan 11 18:48:24 2008 +0800
16926
16927     mpc83xx: Add the support for MPC8315ERDB board
16928
16929     The features list:
16930     - Boot from NOR Flash
16931     - DDR2 266MHz hardcoded configuration
16932     - Local bus NOR Flash R/W operation
16933     - I2C, UART, MII and RTC
16934     - eTSEC0/1 support
16935     - PCI host
16936
16937     Signed-off-by: Dave Liu <daveliu@freescale.com>
16938     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16939
16940 commit b05884efa614e4d8a9413158fc228e0dc02ab704
16941 Author: Dave Liu <r63238@freescale.com>
16942 Date:   Fri Jan 11 18:46:50 2008 +0800
16943
16944     mpc83xx: Add config of eTSEC emergency priority in SPCR
16945
16946     The TSEC emergency priority definition of 831x/837x
16947     is different than the definition of 834x in SPCR register.
16948
16949     Add the other config of TSEC emergency priority into
16950     cpu_init.c
16951
16952     Signed-off-by: Dave Liu <daveliu@freescale.com>
16953     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16954
16955 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
16956 Author: Dave Liu <r63238@freescale.com>
16957 Date:   Fri Jan 11 18:42:19 2008 +0800
16958
16959     mpc83xx: Remove cache config from MPC8360ERDK.h
16960
16961     The MPC8360ERDK board support patch is added before
16962     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
16963     so, miss clean up it.
16964
16965     The patch clean up the miss cache config.
16966
16967     Signed-off-by: Dave Liu <daveliu@freescale.com>
16968     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16969
16970 commit cd9d23053d435c08fc8695017b5cb9003fcda786
16971 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16972 Date:   Mon Jan 14 23:09:32 2008 +0300
16973
16974     nand: FSL UPM NAND driver
16975
16976     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16977
16978 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
16979 Author: Kyungmin Park <kmpark@infradead.org>
16980 Date:   Tue Jan 15 08:59:44 2008 +0900
16981
16982     OneNAND: Separate U-Boot dependent code from OneNAND
16983
16984     OneNAND: Separate U-Boot dependent code from OneNAND
16985
16986     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16987
16988 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
16989 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16990 Date:   Wed Jan 16 10:33:46 2008 +0100
16991
16992     ppc4xx: Sequoia coding style cleanup and beautification
16993
16994     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16995
16996 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
16997 Author: Larry Johnson <lrj@acm.org>
16998 Date:   Tue Jan 15 14:35:58 2008 -0500
16999
17000     ppc4xx: Refactor ECC POST for AMCC Denali core
17001
17002     The ECC POST reported intermittent failures running after power-up on
17003     the Korat PPC440EPx board.  Even when the test passed, the debugging
17004     output occasionally reported additional unexpected ECC errors.
17005
17006     This refactoring has three main objectives: (1) minimize the code
17007     executed with ECC enabled during the tests, (2) add more checking of the
17008     results so any unexpected ECC errors would cause the test to fail, and
17009     (3) use synchronization (only) where required by the processor.
17010
17011     Signed-off-by: Larry Johnson <lrj@acm.org>
17012
17013 commit 2465665b73ac2f688af945b1ed510752afa816a4
17014 Author: David Saada <David.Saada@ecitele.com>
17015 Date:   Tue Jan 15 10:40:24 2008 +0200
17016
17017     QE UEC: Extend number of supported UECs to 4
17018
17019     This patch extends the number of supported UECs to 4. Note that the
17020     problem of QE thread resources exhaustion is resolved by setting the
17021     correct number of QE threads according to Ethernet type (GBE or FE).
17022
17023     Signed-off-by: David Saada <david.saada@ecitele.com>
17024     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17025
17026 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
17027 Author: Wolfgang Denk <wd@denx.de>
17028 Date:   Wed Jan 16 00:01:01 2008 +0100
17029
17030     LWMON5: enable hush shell as command line parser
17031
17032     Signed-off-by: Wolfgang Denk <wd@denx.de>
17033
17034 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
17035 Author: Wolfgang Denk <wd@denx.de>
17036 Date:   Tue Jan 15 17:22:28 2008 +0100
17037
17038     ADS5121: disable watchdog; enable image timestamps
17039
17040     Signed-off-by: Wolfgang Denk <wd@denx.de>
17041
17042 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
17043 Author: Wolfgang Denk <wd@denx.de>
17044 Date:   Tue Jan 15 17:21:28 2008 +0100
17045
17046     TK885D: fixes for bigger flash sector sizes on new modules;
17047     adjust default environment;
17048     disable SCC ethernet (not used on this board).
17049
17050     Signed-off-by: Wolfgang Denk <wd@denx.de>
17051
17052 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
17053 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17054 Date:   Tue Jan 15 17:48:13 2008 +0900
17055
17056     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
17057
17058     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17059
17060 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
17061 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17062 Date:   Tue Jan 15 23:25:25 2008 +0900
17063
17064     sh: Add support SH7710/SH7712
17065
17066     SH7710/SH7712 of SH3 CPU are supported.
17067     SH771X is called SH-Ether, and has the Ether controller in CPU.
17068     The driver of Ether is not included in this patch.
17069
17070     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17071
17072 commit 63a11be68306870e04d3851ed9fa41955cdf4894
17073 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17074 Date:   Tue Jan 15 23:06:17 2008 +0900
17075
17076     sh: Add support of map_physmem() and unmap_physmem() to SuperH
17077
17078     This patch add the support of map_physmem() and unmap_physmem()
17079     used with Common Flash Interface(CFI) driver.
17080
17081     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17082
17083 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
17084 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17085 Date:   Wed Jan 9 14:42:27 2008 +0900
17086
17087     sh: Add maintainer of MS7720SE to the MAINTAINER file
17088
17089     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17090
17091 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
17092 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17093 Date:   Wed Jan 9 14:39:58 2008 +0900
17094
17095     sh: Fix board name in MS7720SE's config.mk
17096
17097     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17098
17099 commit c0a04d93734d768b39dbb72fb501b65614c8615d
17100 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17101 Date:   Wed Jan 9 14:37:36 2008 +0900
17102
17103     sh: Add MS7720SE to MAKEALL
17104
17105     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17106
17107 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
17108 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17109 Date:   Mon Dec 3 22:58:50 2007 +0900
17110
17111     sh: Add support for MS7720RP02 board
17112
17113     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17114     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17115     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17116
17117 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
17118 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17119 Date:   Wed Jan 9 14:30:02 2008 +0900
17120
17121     sh: Add support for SH7720 in serial_sh driver.
17122
17123     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17124     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17125     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17126
17127 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
17128 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17129 Date:   Mon Dec 3 22:58:45 2007 +0900
17130
17131     sh: Add support SH3 and SH7720
17132
17133     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17134     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17135     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17136
17137 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
17138 Author: Stefan Roese <sr@denx.de>
17139 Date:   Tue Jan 15 10:11:02 2008 +0100
17140
17141     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
17142
17143     Signed-off-by: Stefan Roese <sr@denx.de>
17144
17145 commit 17bef68097ab3692500a36fb31115bff7910aa99
17146 Author: Niklaus Giger <niklausgiger@gmx.ch>
17147 Date:   Mon Jan 14 14:04:42 2008 +0100
17148
17149     ppc_4xx: Fix post spr.c for PPC405
17150
17151     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
17152     for PPC440 and derivates processor.
17153
17154     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17155
17156 commit 06c428bcd4413014b43236e77765022071424fa6
17157 Author: Dave Liu <r63238@freescale.com>
17158 Date:   Mon Jan 14 11:12:01 2008 +0800
17159
17160     QE: fix compile warning
17161
17162     qe.c: In function 'qe_upload_firmware':
17163     qe.c:390: warning: pointer targets in passing argument 2
17164     uec.c: In function 'uec_initialize':
17165     uec.c:1236: warning: 'uec_info' may be used uninitialized
17166
17167     Signed-off-by: Dave Liu <daveliu@freescale.com>
17168
17169 commit a0dd99d51efa55fe023e19c97ead92683725eb11
17170 Author: Stefan Roese <sr@denx.de>
17171 Date:   Mon Jan 14 10:05:05 2008 +0100
17172
17173     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
17174
17175     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
17176     to remove the USB PHY reset after powerup. The CPLD will keep the
17177     USB PHY in reset (active low) until the bit is set to 1 in
17178     board_early_init_f().
17179
17180     Signed-off-by: Stefan Roese <sr@denx.de>
17181
17182 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
17183 Author: Wolfgang Denk <wd@denx.de>
17184 Date:   Sun Jan 13 23:26:45 2008 +0100
17185
17186     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
17187
17188     Signed-off-by: Wolfgang Denk <wd@denx.de>
17189
17190 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
17191 Author: Wolfgang Denk <wd@denx.de>
17192 Date:   Sun Jan 13 23:37:50 2008 +0100
17193
17194     ADS5121: Fix typo in ads5121.c, adjust default environment
17195
17196     Signed-off-by: Wolfgang Denk <wd@denx.de>
17197
17198 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
17199 Author: John Rigby <jrigby@freescale.com>
17200 Date:   Fri Aug 24 18:18:43 2007 -0600
17201
17202     ADS5121: MAX slew rate for PATA pins
17203
17204     Signed-off-by: John Rigby <jrigby@freescale.com>
17205
17206 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
17207 Author: Wolfgang Denk <wd@denx.de>
17208 Date:   Sun Jan 13 21:05:52 2008 +0100
17209
17210     Fix Makefile dependency problem with parallel builds.
17211
17212     Signed-off-by: Wolfgang Denk <wd@denx.de>
17213
17214 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
17215 Author: Wolfgang Denk <wd@denx.de>
17216 Date:   Sun Jan 13 19:51:39 2008 +0100
17217
17218     MPC8544DS: fix board Makefile for silent build (with -s)
17219
17220     Signed-off-by: Wolfgang Denk <wd@denx.de>
17221
17222 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
17223 Author: Wolfgang Denk <wd@denx.de>
17224 Date:   Sun Jan 13 16:44:08 2008 +0100
17225
17226     PMC440 board: fix board Makefile for out-of-tree building
17227
17228     Signed-off-by: Wolfgang Denk <wd@denx.de>
17229
17230 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
17231 Author: Wolfgang Denk <wd@denx.de>
17232 Date:   Sun Jan 13 16:07:44 2008 +0100
17233
17234     Makalu: fix compile warning
17235
17236     Signed-off-by: Wolfgang Denk <wd@denx.de>
17237
17238 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
17239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17240 Date:   Sun Jan 13 12:36:12 2008 +0100
17241
17242     cmd_nand : fix compiler warning.
17243
17244     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17245
17246 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
17247 Author: Michael Schwingen <rincewind@discworld.dascon.de>
17248 Date:   Sat Jan 12 20:29:47 2008 +0100
17249
17250     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
17251
17252     Signed-off-by: Michael Schwingen <michael@schwingen.org>
17253     Acked-by: Stefan Roese <sr@denx.de>
17254
17255 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
17256 Author: Wolfgang Denk <wd@denx.de>
17257 Date:   Sun Jan 13 02:19:44 2008 +0100
17258
17259     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
17260
17261     Signed-off-by: Wolfgang Denk <wd@denx.de>
17262
17263 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
17264 Author: Wolfgang Denk <wd@denx.de>
17265 Date:   Sun Jan 13 02:19:13 2008 +0100
17266
17267     MPC8xx FEC driver: fix compiler warning.
17268
17269     Signed-off-by: Wolfgang Denk <wd@denx.de>
17270
17271 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
17272 Author: Wolfgang Denk <wd@denx.de>
17273 Date:   Sun Jan 13 00:59:21 2008 +0100
17274
17275     Fix Makefile dependencies issues; allow silent build
17276
17277     - get rid of "version" target whichdidn't really work
17278     - make autoconf.mk depend on version_autogenerated.h to make sure
17279       to rebuild files as needed
17280     - add XECHO macro to allow for silent build using "make -s"
17281
17282     Signed-off-by: Wolfgang Denk <wd@denx.de>
17283
17284 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
17285 Author: Wolfgang Denk <wd@denx.de>
17286 Date:   Sun Jan 13 00:55:47 2008 +0100
17287
17288     ADS5121e: fix compile warning
17289
17290     Signed-off-by: Wolfgang Denk <wd@denx.de>
17291
17292 commit f2b6f4610627fe3d607620e25082916a01538875
17293 Author: Wolfgang Denk <wd@denx.de>
17294 Date:   Sun Jan 13 00:55:18 2008 +0100
17295
17296     MUNICes: fix board Makefile for remote build directory
17297
17298     Signed-off-by: Wolfgang Denk <wd@denx.de>
17299
17300 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
17301 Author: Oliver Weber <almoeli@gmx.de>
17302 Date:   Wed Jan 9 17:04:38 2008 +0100
17303
17304     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
17305
17306     Signed-off-by: Oliver Weber <almoeli@gmx.de>
17307
17308 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
17309 Author: Andreas Engel <andreas.engel@ericsson.com>
17310 Date:   Wed Jan 9 17:10:56 2008 +0100
17311
17312     Make bootretry work when command line editing is enabled
17313
17314     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
17315     This patch fixes the problem.
17316
17317     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
17318
17319 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
17320 Author: Larry Johnson <lrj@acm.org>
17321 Date:   Fri Jan 11 23:26:18 2008 -0500
17322
17323     Refactor code for "i2c sdram" command
17324
17325     Signed-off-by: Larry Johnson <lrj@acm.org>
17326
17327 commit 0df6b8446c4721b91ce311548114891130371083
17328 Author: Larry Johnson <lrj@acm.org>
17329 Date:   Thu Jan 10 22:23:39 2008 -0500
17330
17331     Fix "i2c sdram" command for DDR2 DIMMs
17332
17333     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
17334     "i2c sdram" command.  This patch provides correct alternative
17335     interpretations when DDR2 memory is detected.
17336
17337     Signed-off-by: Larry Johnson <lrj@acm.org>
17338
17339 commit 64134f011254123618798ff77c42ba196b2ec485
17340 Author: Wolfgang Denk <wd@denx.de>
17341 Date:   Sat Jan 12 20:31:39 2008 +0100
17342
17343     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
17344
17345     With recent toolchain versions, some boards would not build because
17346     or errors like this one (here for ocotea board when building with
17347     ELDK 4.2 beta):
17348     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
17349
17350     For many boards, the .bss section is big enough that it wraps around
17351     at the end of the address space (0xFFFFFFFF), so the problem will not
17352     be visible unless you use a 64 bit tool chain for development. On
17353     some boards however, changes to the code size (due to different
17354     optimizations) we bail out with section overlaps like above.
17355
17356     The fix is to add the NOLOAD attribute to the .bss and .sbss
17357     sections, telling the linker that .bss does not consume any space in
17358     the image.
17359
17360     Signed-off-by: Wolfgang Denk <wd@denx.de>
17361
17362 commit 3afac79ec27b91df185f090b31dad9620779f440
17363 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17364 Date:   Fri Jan 11 20:42:58 2008 -0600
17365
17366     USB: Add Philips 1561 PCI-OHCI ids
17367     (needed for M5475EVB)
17368
17369     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17370
17371 commit 5e8def6731cd7bec74bff42a16b139de04010353
17372 Author: Wolfgang Denk <wd@denx.de>
17373 Date:   Sat Jan 12 15:51:34 2008 +0100
17374
17375     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
17376     boards.
17377
17378     Signed-off-by: Heiko Schocher <hs@denx.de>
17379     Signed-off-by: Wolfgang Denk <wd@denx.de>
17380
17381 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
17382 Author: Grzegorz Bernacki <gjb@semihalf.com>
17383 Date:   Fri Jan 11 12:03:43 2008 +0100
17384
17385     MPC512X: Cleanup bus clock names.
17386
17387     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
17388
17389 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
17390 Author: Grzegorz Bernacki <gjb@semihalf.com>
17391 Date:   Tue Jan 8 17:16:59 2008 +0100
17392
17393     MPC512X: Fixed typo in macro name.
17394
17395     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
17396
17397 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
17398 Author: Grzegorz Bernacki <gjb@semihalf.com>
17399 Date:   Tue Jan 8 17:16:15 2008 +0100
17400
17401     ads5121: Added support for FDT.
17402
17403     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
17404
17405 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
17406 Author: Wolfgang Denk <wd@denx.de>
17407 Date:   Sat Jan 12 01:05:50 2008 +0100
17408
17409     Coding Style cleanup; update CHANGELOG.
17410
17411     Signed-off-by: Wolfgang Denk <wd@denx.de>
17412
17413 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
17414 Author: Heiko Schocher <hs@denx.de>
17415 Date:   Fri Jan 11 15:15:17 2008 +0100
17416
17417     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
17418
17419     Signed-off-by: Timur Tabi <timur@freescale.com>
17420     Signed-off-by: Heiko Schocher <hs@denx.de>
17421
17422 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
17423 Author: Heiko Schocher <hs@denx.de>
17424 Date:   Fri Jan 11 15:15:16 2008 +0100
17425
17426     MUNICes: Set the right CFG_DEFAULT_MBAR value.
17427
17428     Signed-off-by: Heiko Schocher <hs@denx.de>
17429
17430 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
17431 Author: Heiko Schocher <hs@denx.de>
17432 Date:   Fri Jan 11 15:15:15 2008 +0100
17433
17434     added the config File for the MUNICes board.
17435
17436     Signed-off-by: Heiko Schocher <hs@denx.de>
17437
17438 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
17439 Author: Heiko Schocher <hs@denx.de>
17440 Date:   Fri Jan 11 15:15:14 2008 +0100
17441
17442     added basic support for the MUNICes board.
17443
17444     Signed-off-by: Heiko Schocher <hs@denx.de>
17445
17446 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
17447 Author: Wolfgang Denk <wd@denx.de>
17448 Date:   Sat Jan 12 00:39:37 2008 +0100
17449
17450     Update CHANGELOG and MAINTAINERS files.
17451
17452     Signed-off-by: Wolfgang Denk <wd@denx.de>
17453
17454 commit 5ba7390c3cb579172be66888a371707b47b5be4e
17455 Author: Anatolij Gustschin <agust@denx.de>
17456 Date:   Fri Jan 11 02:15:02 2008 +0100
17457
17458     Fix compilation problem in common/cmd_bmp.c
17459
17460     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
17461     isn't defined. This patch fix this.
17462
17463     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17464
17465 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
17466 Author: Heiko Schocher <hs@denx.de>
17467 Date:   Fri Jan 11 01:12:09 2008 +0100
17468
17469     Fix defaultconfig for the mgcoge board.
17470
17471     Signed-off-by: Heiko Schocher <hs@denx.de>
17472
17473 commit ac9db066b26935f31bff15c98168b19faeb603f3
17474 Author: Heiko Schocher <hs@denx.de>
17475 Date:   Fri Jan 11 01:12:08 2008 +0100
17476
17477     Added support for the mgcoge board from keymile.
17478
17479     Signed-off-by: Heiko Schocher <hs@denx.de>
17480
17481 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
17482 Author: Heiko Schocher <hs@denx.de>
17483 Date:   Fri Jan 11 01:12:07 2008 +0100
17484
17485     Enable SMC microcode relocation patch for SMC1.
17486
17487     Signed-off-by: Heiko Schocher <hs@denx.de>
17488
17489 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
17490 Author: Heiko Schocher <hs@denx.de>
17491 Date:   Fri Jan 11 01:12:06 2008 +0100
17492
17493     Added support for the mgsuvd board from keymile.
17494
17495     Signed-off-by: Heiko Schocher <hs@denx.de>
17496
17497 commit bf05293973b348f6946c9df92cd3c65ece42d0be
17498 Author: James Yang <james.yang@freescale.com>
17499 Date:   Thu Jan 10 16:02:07 2008 -0600
17500
17501     Fix 64-bit vsprintf.
17502
17503     There were some size and unsigned problems.
17504     Also add support for "ll" size modifier in format string like glibc
17505
17506     Signed-off-by: James Yang <James.Yang@freescale.com>
17507     Acked-by: Jon Loeliger <jdl@freescale.com>
17508
17509 commit 92fa37eac530860643afa26ae347af3d23d67309
17510 Author: Larry Johnson <lrj@acm.org>
17511 Date:   Wed Jan 9 12:42:35 2008 -0500
17512
17513     Remove superfluous preprocessor conditionals from LM73 driver
17514
17515     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
17516
17517     (2) Use conditional Makefile.o.
17518
17519     Signed-off-by: Larry Johnson <lrj@acm.org>
17520
17521 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
17522 Author: Guennadi Liakhovetski <lg@denx.de>
17523 Date:   Thu Jan 10 17:59:07 2008 +0100
17524
17525     Add support for the TK885D baseboard from TELE-DATA
17526
17527     The TK885D board uses a TQM885D module from TQ, this port adds an
17528     own configuration file and adds a last_stage_init() method to
17529     configure the two PHYs, depending on the phy_auto_nego environment
17530     variable.
17531
17532     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17533
17534 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
17535 Author: Kumar Gala <galak@kernel.crashing.org>
17536 Date:   Thu Jan 10 02:22:05 2008 -0600
17537
17538     Fix compiler warning
17539
17540     main.c: In function 'readline_into_buffer':
17541     main.c:927: warning: unused variable 'p_buf'
17542
17543     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17544
17545 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
17546 Author: Anatolij Gustschin <agust@denx.de>
17547 Date:   Fri Jan 11 14:30:01 2008 +0100
17548
17549     Add Fujitsu CoralP/Lime video driver
17550
17551     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17552     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
17553
17554 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
17555 Author: Anatolij Gustschin <agust@denx.de>
17556 Date:   Fri Jan 11 02:39:47 2008 +0100
17557
17558     Fix video console newline and carriage return handling
17559
17560     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
17561     are not displayed correctly. This is an attempt to fix
17562     this issue. Also add carriage return handling.
17563
17564     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17565     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
17566
17567 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
17568 Author: Stefan Roese <sr@denx.de>
17569 Date:   Fri Jan 11 15:53:58 2008 +0100
17570
17571     ppc4xx: Fix sdram init on Sequoia boards
17572
17573     Clear possible errors in MCSR resulting from data-eye-search.
17574     If not done, then we could get an interrupt later on when
17575     exceptions are enabled.
17576
17577     Signed-off-by: Stefan Roese <sr@denx.de>
17578
17579 commit d610a60730b7464f6f659db49d264d89a7c71061
17580 Author: Anatolij Gustschin <agust@denx.de>
17581 Date:   Fri Jan 11 15:31:09 2008 +0100
17582
17583     ppc4xx: Rework Lime support for lwmon5
17584
17585     Rework Lime support for lwmon5 using new video driver
17586
17587     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17588
17589 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
17590 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17591 Date:   Fri Jan 11 14:55:16 2008 +0100
17592
17593     ppc4xx: Update PMC440 config file
17594
17595     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17596
17597 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
17598 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17599 Date:   Fri Jan 11 14:55:08 2008 +0100
17600
17601     ppx4xx: Fix sdram init on PMC440 boards
17602
17603     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17604
17605 commit 061aad4d320dddce26247699dcf2875ee2ea1366
17606 Author: Dave Liu <r63238@freescale.com>
17607 Date:   Thu Jan 10 23:09:33 2008 +0800
17608
17609     mpc83xx: Fix the bug of 266MHz data rate DDR
17610
17611     The DDR doesn't work on the 266MHz data rate,
17612     the patch fix the bug.
17613
17614     Signed-off-by: Dave Liu <daveliu@freescale.com>
17615     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17616
17617 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
17618 Author: Dave Liu <r63238@freescale.com>
17619 Date:   Thu Jan 10 23:08:26 2008 +0800
17620
17621     mpc83xx: Make the code more readable
17622
17623     Format the code, make it more readable
17624
17625     Signed-off-by: Dave Liu <daveliu@freescale.com>
17626     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17627
17628 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
17629 Author: Dave Liu <r63238@freescale.com>
17630 Date:   Thu Jan 10 23:07:23 2008 +0800
17631
17632     mpc83xx: Reduce the latency of DDR
17633
17634     Reduce the AL from 2 to 1 clock to improve the performance.
17635
17636     Signed-off-by: Dave Liu <daveliu@freescale.com>
17637     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17638
17639 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
17640 Author: Dave Liu <r63238@freescale.com>
17641 Date:   Thu Jan 10 23:06:05 2008 +0800
17642
17643     mpc83xx: Fix the wrong definition of MPC8315E
17644
17645     According to the latest user manual of MPC8315E,
17646     1) The SVCOD of HRCWL is different than 837x
17647     2) The SCCR has changes
17648
17649     Signed-off-by: Dave Liu <daveliu@freescale.com>
17650     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17651
17652 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
17653 Author: Dave Liu <r63238@freescale.com>
17654 Date:   Thu Jan 10 23:05:00 2008 +0800
17655
17656     mpc83xx: Fix the typo in mpc83xx.h
17657
17658     The SPCR about TSEC priority is wrong.
17659
17660     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
17661     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
17662     Signed-off-by: Dave Liu <daveliu@freescale.com>
17663     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17664
17665 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
17666 Author: Dave Liu <r63238@freescale.com>
17667 Date:   Thu Jan 10 23:04:13 2008 +0800
17668
17669     mpc83xx: Fix the typo in global data struct
17670
17671     Fix the typo in global_data.h
17672
17673     Signed-off-by: Dave Liu <daveliu@freescale.com>
17674     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17675
17676 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
17677 Author: Dave Liu <r63238@freescale.com>
17678 Date:   Thu Jan 10 23:03:03 2008 +0800
17679
17680     mpc83xx: Remove cache config from config.h
17681
17682     clean up the cache config from configs.h of board
17683
17684     Signed-off-by: Dave Liu <daveliu@freescale.com>
17685     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17686
17687 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
17688 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17689 Date:   Wed Jan 9 20:57:47 2008 +0300
17690
17691     mpc83xx: add support for the MPC8360E-RDK
17692
17693     This is MPC8360E based board with:
17694     - 256MB fixed SDRAM;
17695     - 8MB Intel Strata NOR flash;
17696     - StMICRO 64MiB NAND flash;
17697     - two 10/100/1000 ethernet ports connected via Broadcom
17698       BCM5481 PHYs;
17699     - two 10/100 ethernet ports connected via National
17700       DP83848 PHYs;
17701     - one PCI and one miniPCI slots;
17702     - four serial ports (two NS16550-compatible, two UCCs);
17703     - four USB ports working through MPC8360E "FHCI" USB controller;
17704     - Fujitsu MB86277 graphics controller;
17705     - Analog to Digital Converter/Touchscreen controller, AD7843
17706       connected to SPI.
17707
17708     Features not supported in this patch are:
17709     - StMICRO 64MiB NAND flash (patch sent);
17710     - MINT framebuffer initialization (patch is pending);
17711     - Fetching production information from the EEPROM via I2C;
17712     - FHCI USB;
17713     - Two slow UCCs used as RS-485 UARTs.
17714
17715     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17716     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17717
17718 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
17719 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17720 Date:   Wed Jan 9 20:57:40 2008 +0300
17721
17722     mpc83xx: add "fsl, qe" compatible fixups
17723
17724     New device trees will use "fsl,qe" compatible properties.
17725
17726     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17727     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17728
17729 commit 977b57583a7c34010e566a09a679ec3c1836f996
17730 Author: Kim Phillips <kim.phillips@freescale.com>
17731 Date:   Wed Jan 9 15:24:06 2008 -0600
17732
17733     mpc83xx: add missing CONFIG_HAS_ETH0 defines
17734
17735     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
17736     is defined; add the define to the missing board configs.
17737
17738     Thanks to Emilian Medve for finding this.
17739
17740     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17741
17742 commit b830b7f1635984ba607219fcbd78597c28eeb529
17743 Author: Becky Bruce <bgill@freescale.com>
17744 Date:   Thu Jan 10 14:00:28 2008 -0600
17745
17746     86xx: Support 2GB DIMMs
17747
17748     Configure the number of bits used to address the banks inside the SDRAM
17749     device.  The default register value of 0 means 2 bits to address 4 banks.
17750     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
17751
17752     Signed-off-by: Becky Bruce <bgill@freescale.com>
17753
17754 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
17755 Author: Niklaus Giger <niklausgiger@gmx.ch>
17756 Date:   Thu Jan 10 18:50:33 2008 +0100
17757
17758     ppc4xx: Make Sequoia boot vxWorks
17759
17760     vxWorks expects in
17761     TLB 0 a entry for the Machine Check interrupt
17762     TLB 1 a entry for the RAM
17763     TLB 2 a entry for the EBC
17764     TLB 3 a entry for the boot flash
17765
17766     After changing the baudrate to 9600 I had no problems to boot the
17767     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
17768     June 18, 2007)
17769
17770     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17771
17772 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
17773 Author: Larry Johnson <lrj@arlinx.com>
17774 Date:   Wed Jan 9 23:10:27 2008 -0500
17775
17776     ppc4xx: Fix dflush() to restore DVLIM register
17777
17778     Signed-off-by: Larry Johnson <lrj@acm.org>
17779
17780 commit 252f60b068d1f94190b5bcfda169db582387e15e
17781 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17782 Date:   Thu Jan 10 03:52:44 2008 -0500
17783
17784     Nios2: remove common/cmd_bdinfo.c unused variable.
17785
17786     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17787     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
17788
17789 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
17790 Author: Ben Warren <biggerbadderben@gmail.com>
17791 Date:   Wed Jan 9 18:15:53 2008 -0500
17792
17793     Fix Ethernet init() return codes
17794
17795     Change return values of init() functions in all Ethernet drivers to conform
17796     to the following:
17797
17798         >=0: Success
17799         <0:  Failure
17800
17801     All drivers going forward should return 0 on success.  Current drivers that
17802     return 1 on success were left as-is to minimize changes.
17803
17804     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17805     Acked-by: Stefan Roese <sr@denx.de>
17806     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17807     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17808     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17809     Acked-By: Timur Tabi <timur@freescale.com>
17810
17811 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
17812 Author: Wolfgang Denk <wd@denx.de>
17813 Date:   Thu Jan 10 00:55:14 2008 +0100
17814
17815     Coding Style cleanup; update CHANGELOG
17816
17817     Signed-off-by: Wolfgang Denk <wd@denx.de>
17818
17819 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
17820 Author: Kim Phillips <kim.phillips@freescale.com>
17821 Date:   Wed Jan 9 16:56:54 2008 -0600
17822
17823     Add QE brg freq and correct qe bus freq fdt update code
17824
17825     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17826     Signed-off-by: Andy Fleming <afleming@freescale.com>
17827
17828 commit 890dfef06c2d169a3356359596890754dfb8ee1c
17829 Author: Andy Fleming <afleming@freescale.com>
17830 Date:   Wed Jan 9 16:34:51 2008 -0600
17831
17832     Remove cache config from ATUM8548 and sbc8548 configs
17833
17834     These boards weren't updated by Kumar's config patch because they
17835     weren't in the tree, yet.
17836
17837     Signed-off-by: Andy Fleming <afleming@freescale.com>
17838
17839 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
17840 Author: Timur Tabi <timur@freescale.com>
17841 Date:   Mon Jan 7 13:31:19 2008 -0600
17842
17843     85xx: add ability to upload QE firmware
17844
17845     Define the layout of a binary blob that contains a QE firmware and instructions
17846     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
17847     perform the actual upload.  Add command-line command "qe fw" to take a firmware
17848     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
17849     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
17850     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
17851
17852     Signed-off-by: Timur Tabi <timur@freescale.com>
17853
17854 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
17855 Author: Kumar Gala <galak@kernel.crashing.org>
17856 Date:   Tue Jan 8 01:22:21 2008 -0600
17857
17858     85xx: Remove cache config from configs.h
17859
17860     Either use the standard defines in asm/cache.h or grab the information
17861     at runtime from the L1CFG SPR.
17862
17863     Also, minor cleanup in cache.h to make the code a bit more readable.
17864
17865     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17866
17867 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
17868 Author: robert lazarski <robertlazarski@gmail.com>
17869 Date:   Fri Dec 21 10:39:27 2007 -0500
17870
17871     mpc85xx: Add support for ATUM8548 (updated)
17872
17873     Add support for Instituto Atlantico's ATUM8548 board
17874
17875     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
17876     Signed-off-by: Andy Fleming <afleming@freescale.com>
17877
17878 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
17879 Author: robert lazarski <robertlazarski@gmail.com>
17880 Date:   Fri Dec 21 10:36:37 2007 -0500
17881
17882     mpc85xx: Add support for ATUM8548 (updated)
17883
17884     Add support for Instituto Atlantico's ATUM8548 board
17885
17886     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
17887
17888 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
17889 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
17890 Date:   Thu Dec 13 06:45:14 2007 -0600
17891
17892     mpc85xx: Add support for SBC8548 (updated)
17893
17894     Add support for Wind River's SBC8548 reference board.
17895
17896     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
17897
17898 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
17899 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
17900 Date:   Thu Dec 13 06:45:08 2007 -0600
17901
17902     mpc85xx: Add support for SBC8548 (updated)
17903
17904     Add support for Wind River's SBC8548 reference board.
17905
17906     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
17907     Signed-off by: Andy Fleming <afleming@freescale.com>
17908
17909 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
17910 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17911 Date:   Mon Oct 22 19:58:19 2007 +0400
17912
17913     MPC8568E-MDS: set up QE pario for UART1
17914
17915     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
17916     be set up appropriately.
17917
17918     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17919
17920 commit ad162249cb371e9e38971676f09be791e5f3cf4a
17921 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17922 Date:   Mon Oct 22 18:12:46 2007 +0400
17923
17924     MPC8568E-MDS: reset UCCs to use them reliably
17925
17926     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
17927     UCCs.
17928
17929     p.s Similar code exists in the Linux kernel board file (for capability
17930     reasons with older U-Boots), but should be removed some day.
17931
17932     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17933
17934 commit 2146cf56821c3364786ca94a7306008c5824b238
17935 Author: Kumar Gala <galak@kernel.crashing.org>
17936 Date:   Wed Dec 19 01:18:15 2007 -0600
17937
17938     Reworked FSL Book-E TLB macros to be more readable
17939
17940     The old macros made it difficult to know what WIMGE and perm bits
17941     were set for a TLB entry.  Actually use the bit masks for these items
17942     since they are only a single bit.
17943
17944     Also moved the macros into mmu.h out of e500.h since they aren't specific
17945     to e500.
17946
17947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17948
17949 commit 1d47273d46925929f8f2c1913cd96d7257aade88
17950 Author: Kumar Gala <galak@kernel.crashing.org>
17951 Date:   Tue Dec 18 23:21:51 2007 -0600
17952
17953     Use FSL Book-E MMU macros from Linux Kernel
17954
17955     Grab the FSL Book-E MAS register macros from Linux.  Also added
17956     defines for page sizes up to 4TB and removed SHAREN since it doesnt
17957     really exist.
17958
17959     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17960
17961 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
17962 Author: Andy Fleming <afleming@freescale.com>
17963 Date:   Wed Jan 9 13:51:32 2008 -0600
17964
17965     Fix my own merge stupidity
17966
17967     Way back in August I merged Heiko's patch:
17968     566a494f592: [PCS440EP] upgrade the PCS440EP board
17969
17970     with Jon's CONFIG_COMMANDS patches.
17971
17972     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
17973
17974     However, in the process, I left out some of Heiko's good changes.
17975
17976     Now Heiko's and Jon's patches are properly merged in fat_register_device()
17977
17978     Signed-off-by: Andy Fleming <afleming@freescale.com>
17979
17980 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
17981 Author: James Yang <James.Yang@freescale.com>
17982 Date:   Wed Jan 9 11:17:49 2008 -0600
17983
17984     Expose parse_line() globally.
17985
17986     Add new function readline_into_buffer() that allows the
17987     output of readline to be put into a pointer to char buffer.
17988
17989     This refactoring allows other functions besides the
17990     main command loop to also use the same input mechanism.
17991
17992     Signed-off-by: James Yang <James.Yang@freescale.com>
17993     Acked-by: Jon Loeliger <jdl@freescale.com>
17994
17995 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
17996 Author: Guennadi Liakhovetski <lg@denx.de>
17997 Date:   Wed Jan 9 01:15:25 2008 +0100
17998
17999     trivial: fix consequences of a bad merge
18000
18001     Fix what looks like a merge artifact.
18002
18003     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18004
18005 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
18006 Author: Zhang Wei <wei.zhang@freescale.com>
18007 Date:   Thu Jan 3 10:51:15 2008 +0800
18008
18009     Add Ctrl combo key support to usb keyboard driver.
18010
18011     Ctrl combo key support is added, which is very useful to input Ctrl-C
18012     for interrupt current job.
18013     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
18014     key input when tstc() is called.
18015
18016     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
18017
18018 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
18019 Author: Marcel Ziswiler <marcel@ziswiler.com>
18020 Date:   Sun Dec 30 03:30:56 2007 +0100
18021
18022     fix various comments
18023
18024     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18025
18026 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
18027 Author: Marcel Ziswiler <marcel@ziswiler.com>
18028 Date:   Sun Dec 30 03:30:46 2007 +0100
18029
18030     fix comments with new drivers organization
18031
18032     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18033
18034 commit a9b410dc7d2a4721c408b13abfc037988150f145
18035 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18036 Date:   Fri Dec 28 12:50:59 2007 +0900
18037
18038     Remove the obsolete terse version of do_mii()
18039
18040     We now have more useful version of do_mii() and everybody use it.
18041     Gerald Van Baren says:
18042
18043     > When I originally wrote the mii command 6(!) years ago, I wrote a
18044     > verbose version that printed human readable decomposition of the flags,
18045     > etc., and a terse one that didn't print as much stuff and thus had a
18046     > smaller memory footprint.
18047     >
18048     > It sounds like the terse version has withered and died, apparently
18049     > people are only using the verbose version (which is very understandable,
18050     > I do myself).
18051
18052     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18053     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18054
18055 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
18056 Author: Mike Frysinger <vapier@gentoo.org>
18057 Date:   Thu Dec 27 13:42:56 2007 -0500
18058
18059     Do not reference sha1.c when building mkimage.
18060
18061     remove sha1.o from mkimage linking since it isn't actually used.
18062
18063     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
18064
18065 commit b9173af73e524d37c812f210173cf83385c5171a
18066 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18067 Date:   Thu Dec 27 15:39:54 2007 +0900
18068
18069     common/cmd_mii.c: Add sanity argc check
18070
18071     If type mii command without arguments, we suffer from uninitialized argv[]
18072     entries; for example we MIPS get stuck by TLB error.
18073
18074     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18075
18076 commit 500856eb1707ed17d9204baa61dd59948d3b2899
18077 Author: Rafal Jaworowski <raj@semihalf.com>
18078 Date:   Wed Jan 9 19:39:36 2008 +0100
18079
18080     API for external applications.
18081
18082     This is an API for external (standalone) applications running on top of
18083     U-Boot, and is meant to be more extensible and robust than the existing
18084     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
18085     for more details.
18086
18087     Included is the demo application using this new framework (api_examples).
18088
18089     Please note this is still an experimental feature, and is turned off by
18090     default.
18091
18092     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
18093
18094 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
18095 Author: Jon Loeliger <jdl@freescale.com>
18096 Date:   Wed Jan 9 12:14:55 2008 -0600
18097
18098     86xx: Remove cache config from configs.h
18099
18100     Just use the standard defines in asm/cache.h.
18101
18102     Signed-off-by: Jon Loeliger <jdl@freescale.com>
18103
18104 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
18105 Author: Rafal Jaworowski <raj@semihalf.com>
18106 Date:   Wed Jan 9 18:05:27 2008 +0100
18107
18108     Globalize envmatch()
18109
18110     The newly introduced API (routines related to env vars) will need to call
18111     it.
18112
18113     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
18114
18115 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
18116 Author: Jon Loeliger <jdl@freescale.com>
18117 Date:   Fri Jan 4 12:07:27 2008 -0600
18118
18119     Convert MPC8610HPCD to use libfdt.
18120
18121     Assumes the presence of the aliases node in the DTS to
18122     locate the pci and serial nodes for fixups.
18123
18124     Use consistent fdtaddr and fdtfile in environment variables.
18125
18126     Signed-off-by: Jon Loeliger <jdl@freescale.com>
18127
18128 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
18129 Author: Jon Loeliger <jdl@freescale.com>
18130 Date:   Fri Jan 4 11:58:23 2008 -0600
18131
18132     8610: Fix lingering compile warnings.
18133
18134     Turn off DEBUG.
18135
18136     Signed-off-by: Jon Loeliger <jdl@freescale.com>
18137
18138 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
18139 Author: Wolfgang Denk <wd@denx.de>
18140 Date:   Wed Jan 9 15:14:46 2008 +0100
18141
18142     Coding Style cleanup, update CHANGELOG
18143
18144     Signed-off-by: Wolfgang Denk <wd@denx.de>
18145
18146 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
18147 Author: Mike Frysinger <vapier@gentoo.org>
18148 Date:   Tue Dec 18 04:29:55 2007 -0500
18149
18150     fix easylogo on big endian dev systems
18151
18152     didnt realize how out of shape easylogo actually was until i tried using it.
18153     this patch does byte swapping as need be on the input tga header since the tga
18154     is in little endian but the host could just as well be big endian.  i didnt
18155     bother using bswap macros or such stuff from system headers as nothing in
18156     POSIX dictates byte swapping functionality.
18157
18158     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
18159
18160 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
18161 Author: Mike Frysinger <vapier@gentoo.org>
18162 Date:   Tue Dec 18 03:23:25 2007 -0500
18163
18164     cleanup easylogo
18165
18166     - make the Makefile not suck
18167     - include proper headers for prototypes
18168     - fix obvious broken handling of strchr() when handling '.' in filenames
18169
18170     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
18171
18172 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
18173 Author: raptorbrino@aim.com <raptorbrino@aim.com>
18174 Date:   Thu Dec 13 21:23:28 2007 -0500
18175
18176     Fix build problems under Cygwin
18177
18178     This patch allows u-boot to build without error in a cygwin
18179     environment.  Cygwin does not define __u64 in it's
18180     include/asm/types.h file.  The -idirafter flag in the u-boot
18181     build causes the inclusion of the cygwin types.h file as opposed
18182     to u-bot/include/asm/types.h file which does define __u64.
18183     Subsequently, sha1.c compile fails due to unknown symbol.
18184
18185     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
18186
18187 commit 43ef1c381f9195504a2488f5cb909227eb97d475
18188 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
18189 Date:   Fri Nov 30 17:29:59 2007 +0100
18190
18191     cmd_bmp: Add support for displaying gzip compressed bmps
18192
18193     The existing code can show information about a gzip compressed BMP
18194     image, but can't actually display it.
18195
18196     Therefore, move the decompression code out of bmp_info() and use it in
18197     bmp_display() as well in order to display a compressed BMP image.
18198
18199     Also, clean things up a bit and fix a memory leak while we're at it.
18200
18201     [hskinnemoen@atmel.com: a bit of refactoring]
18202     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
18203
18204 commit d197ffd8172c6fdef38733424640a9a47295d6e9
18205 Author: Guennadi Liakhovetski <lg@denx.de>
18206 Date:   Thu Nov 29 21:15:56 2007 +0100
18207
18208     Fix and optimize MII operations on FEC (MPC8xx) controllers
18209
18210     This patch fixes several issues at least on a MPC885 based system with two
18211     FEC interfaces used in MII mode.
18212
18213     1. PHY discovery should first read PHY_PHYIDR2 register and only then
18214        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
18215        otherwise the values read are wrong. Also notice, that PHY discovery
18216        cannot work on MPC88x / MPC87x in setups with both FECs active at all
18217        in its present form, because for both interfaces the registers from FEC
18218        1 are used to communicate over MII.
18219
18220     2. Remove code duplication for resetting the FEC by isolating it into a
18221        separate function.
18222
18223     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
18224
18225     4. Optimize mii_init() to only reset the FEC 1 controller once.
18226
18227     5. Fix a typo in mii_init() using index i instead of j thus potentially
18228        leading to unpredictable results.
18229
18230     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18231
18232 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
18233 Author: Guennadi Liakhovetski <lg@denx.de>
18234 Date:   Tue Nov 20 13:14:20 2007 +0100
18235
18236     Fix endianness conversions in rtl8169 driver
18237
18238     It is unclear on what platforms this driver has been tested, since
18239     noone up to now defines CONFIG_RTL8169 in the board configuration
18240     header. Now it has been fixed for a big-endian mpc8241 based
18241     linkstation platform. This patch presents the necessary endianness
18242     conversion fixes.
18243
18244     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18245
18246 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
18247 Author: Zhang Wei <wei.zhang@freescale.com>
18248 Date:   Thu Jan 3 10:51:15 2008 +0800
18249
18250     Add Ctrl combo key support to usb keyboard driver.
18251
18252     Ctrl combo key support is added, which is very useful to input Ctrl-C
18253     for interrupt current job.
18254     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
18255     key input when tstc() is called.
18256
18257     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
18258     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18259
18260 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
18261 Author: Wolfgang Denk <wd@denx.de>
18262 Date:   Wed Jan 9 13:43:38 2008 +0100
18263
18264     Coding Style clenaup; update CHANGELOG
18265
18266     Signed-off-by: Wolfgang Denk <wd@denx.de>
18267
18268 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
18269 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18270 Date:   Thu Dec 27 17:13:11 2007 +0100
18271
18272     Remove bit swapping in Xilinx Spartan bitfile loading
18273
18274     This patch removes the unnecessary bit swapping when
18275     booting .bit files with the 'fpga loadb' command.
18276
18277     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18278
18279 commit 437fc7327f0611f82937858f2d80e4cd61b40984
18280 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18281 Date:   Thu Dec 27 17:13:05 2007 +0100
18282
18283     Fix MSB check in Xilinx Spartan slave serial mode
18284
18285     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18286
18287 commit 3bff4ffa33729a42645e328a21e8d16488872958
18288 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18289 Date:   Thu Dec 27 17:12:56 2007 +0100
18290
18291     Add new Xilinx Spartan FPGA types
18292
18293     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18294
18295 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
18296 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18297 Date:   Thu Dec 27 17:12:43 2007 +0100
18298
18299     Add pre and post configuration callbacks for Spartan FPGAs
18300
18301     This patch adds a post configuration callback for Spartan2/3 FPGAs.
18302     pre and post configuration callback are now optional and
18303     not called when the function pointer is set to NULL.
18304
18305     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18306
18307 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
18308 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18309 Date:   Thu Dec 27 17:12:34 2007 +0100
18310
18311     Improve configuration of FPGA subsystem
18312
18313     This patch removes the FPGA subsystem configuration through
18314     the CONFIG_FPGA bitmask configuration option.
18315
18316     See README for the new options:
18317
18318         CONFIG_FPGA,
18319         CONFIG_FPGA_<vendor>,
18320         CONFIG_FPGA_<family>
18321
18322     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18323
18324 commit 95c6bc7d4a3588b452baca610f8c795a83630477
18325 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18326 Date:   Thu Dec 27 16:55:17 2007 +0100
18327
18328     Add Epson RX8025 RTC support
18329
18330     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18331
18332 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
18333 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18334 Date:   Thu Dec 27 16:57:23 2007 +0100
18335
18336     serial: Make default_serial_console() a weak function
18337
18338     With this patch it is possible to reimplement default_serial_console()
18339     in board specific code. This will be done in the upcomming PMC440
18340     U-Boot port. This also allows the lwmon board maintainer to
18341     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
18342
18343     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18344
18345 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
18346 Author: Harald Welte <laforge@openmoko.org>
18347 Date:   Wed Dec 19 14:14:47 2007 +0100
18348
18349     add 'terminal program' functionality
18350
18351     This patch adds a 'cu' like serial terminal command to u-boot
18352     using which you can access other serial ports from the system console.
18353
18354     OpenMoko uses this in their Neo1973 phones to get access to the GSM
18355     Modem and GPS chip from the bootloader.
18356
18357     Signed-off-by: Harald Welte <laforge@openmoko.org>
18358
18359 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
18360 Author: Harald Welte <laforge@openmoko.org>
18361 Date:   Wed Dec 19 14:12:53 2007 +0100
18362
18363     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
18364     that used to exist with the legacy NAND code
18365
18366     Signed-off-by: Harald Welte <laforge@openmoko.org>
18367
18368 commit f540c42d9564854b19ce9bbb70affe172529fe70
18369 Author: Harald Welte <laforge@openmoko.org>
18370 Date:   Wed Dec 19 14:09:58 2007 +0100
18371
18372     Fix building with CRAMFS but not JFFS2 support
18373
18374     Signed-off-by: Harald Welte <laforge@openmoko.org>
18375
18376 commit 23d0baf967fecdaf1804f045f6339337c5607eec
18377 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18378 Date:   Sat Dec 22 15:52:58 2007 +0100
18379
18380     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
18381
18382     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18383     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18384
18385 commit 23776ff292966a85d811126933830bed48211826
18386 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18387 Date:   Tue Dec 11 10:53:12 2007 +0100
18388
18389     ARM: support board-specific ethernet PHY init
18390
18391     Add until the new phylib will be arrived
18392
18393     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18394
18395 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
18396 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18397 Date:   Sat Dec 8 16:34:08 2007 +0100
18398
18399     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
18400
18401     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18402
18403 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
18404 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18405 Date:   Sun Dec 9 11:01:10 2007 +0100
18406
18407     Add missing file in gitignore and comments
18408
18409     based on Linux source tree's .gitignore files
18410
18411     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18412
18413 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
18414 Author: Wolfgang Denk <wd@denx.de>
18415 Date:   Wed Jan 9 11:36:21 2008 +0100
18416
18417     Coding Style cleanup, update CHANGELOG
18418
18419     Signed-off-by: Wolfgang Denk <wd@denx.de>
18420
18421 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
18422 Author: Stefan Roese <sr@denx.de>
18423 Date:   Wed Jan 9 10:38:58 2008 +0100
18424
18425     POST: Execute SPR test after relocation
18426
18427     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
18428     self modifying code and this doesn't work with stack in d-cache, since
18429     I can't move the code from d-cache to i-cache. We move the SPR test to
18430     be executed a little later, after relocation. Then stack is located in
18431     SDRAM and this self-modifying code is no problem anymore.
18432
18433     Signed-off-by: Stefan Roese <sr@denx.de>
18434
18435 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
18436 Author: Stefan Roese <sr@denx.de>
18437 Date:   Wed Jan 9 10:28:20 2008 +0100
18438
18439     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
18440
18441     This patch configures the LWMON5 port to use d-cache as init-ram and
18442     the unused GPT0_COMP6 as POST WORD storage.
18443
18444     Signed-off-by: Stefan Roese <sr@denx.de>
18445
18446 commit 1754f50b710194f886b6f2831803d8960171a14d
18447 Author: Stefan Roese <sr@denx.de>
18448 Date:   Wed Jan 9 10:25:46 2008 +0100
18449
18450     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
18451
18452     The privious 4xx POST implementation only supported storing the POST
18453     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
18454     we need to store the POST WORD in some other non volatile location.
18455     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
18456     a location.
18457
18458     Signed-off-by: Stefan Roese <sr@denx.de>
18459
18460 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
18461 Author: Stefan Roese <sr@denx.de>
18462 Date:   Wed Jan 9 10:23:16 2008 +0100
18463
18464     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
18465
18466     This patch adds support for locking the init-ram/stack in d-cache,
18467     so that other regions may use d-cache as well
18468
18469     Note, that this current implementation locks exactly 4k of d-cache,
18470     so please make sure that you don't define a bigger init-ram area. Take
18471     a look at the lwmon5 440EPx implementation as a reference.
18472
18473     Signed-off-by: Stefan Roese <sr@denx.de>
18474
18475 commit 0ddb89601a8d29e808db450366752ffdc6267c53
18476 Author: Wolfgang Denk <wd@denx.de>
18477 Date:   Wed Jan 9 10:16:33 2008 +0100
18478
18479     Fix memset bug in ext2fs_read_file()
18480
18481     ext2fs_read_file() had the function arguments swapped.
18482
18483     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
18484
18485     Signed-off-by: Wolfgang Denk <wd@denx.de>
18486
18487 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
18488 Author: Markus Klotzbücher <mk@denx.de>
18489 Date:   Tue Jan 5 08:17:15 1988 +0100
18490
18491     Fix problems with usb storage devices on MPC5200 /TQM5200
18492
18493     The MPC5200 OHCI controller operates in big endian, so
18494     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
18495
18496     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18497
18498 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
18499 Author: Wolfgang Denk <wd@denx.de>
18500 Date:   Tue Jan 8 22:58:27 2008 +0100
18501
18502     Fix compile problem with new env code.
18503
18504     Signed-off-by: Wolfgang Denk <wd@denx.de>
18505
18506 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
18507 Author: Markus Klotzbücher <mk@denx.de>
18508 Date:   Tue Nov 27 10:23:20 2007 +0100
18509
18510     tools: fix fw_printenv tool to compile again
18511
18512     This patch updates the fw_printenv/fw_setenv userspace tool to include
18513     the correct MTD header in order to compile against current kernel
18514     headers. Backward compatibility is preserved by introducing an option
18515     MTD_VERSION which can be set to "old" for compilation using the old MTD
18516     headers. Along with this a number of warnings are fixed.
18517
18518     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18519
18520 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
18521 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18522 Date:   Tue Jan 8 15:40:09 2008 +0100
18523
18524     ppc4xx: assign PCI interrupts on seuqoia boards
18525
18526     Some operating systems rely on assigned PCI interrupts.
18527
18528     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18529
18530 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
18531 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18532 Date:   Tue Jan 8 15:50:49 2008 +0100
18533
18534     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
18535
18536     This patch allows the use of 4xx interrupt vector number defines
18537     in board specific code outside cpu/ppc4xx.
18538
18539     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18540
18541 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
18542 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18543 Date:   Tue Jan 8 15:39:01 2008 +0100
18544
18545     ppc4xx: Fix UIC2 vector number base
18546
18547     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18548
18549 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
18550 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18551 Date:   Tue Jan 8 12:49:58 2008 +0100
18552
18553     ppc4xx: Update PLB/PCI divider for PMC440 board
18554
18555     This patch updates the PLB/PCI divider when running at
18556     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
18557
18558     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18559
18560 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
18561 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18562 Date:   Tue Jan 8 11:13:09 2008 +0100
18563
18564     ppc4xx: Disable error message when no NAND chip is installed on PMC440
18565
18566     Add CFG_NAND_QUIET_TEST option to disable error message when
18567     no NAND chip is installed on PMC440 boards.
18568
18569     Disable a couple of config defines that are only used for NAND_U_BOOT.
18570
18571     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18572
18573 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
18574 Author: Wolfgang Denk <wd@denx.de>
18575 Date:   Tue Jan 8 22:58:27 2008 +0100
18576
18577     Fix compile problem with new env code.
18578
18579     Signed-off-by: Wolfgang Denk <wd@denx.de>
18580
18581 commit 6de66b35426312a21174a9bf0576a094e2904bea
18582 Author: Markus Klotzbücher <mk@denx.de>
18583 Date:   Tue Nov 27 10:23:20 2007 +0100
18584
18585     tools: fix fw_printenv tool to compile again
18586
18587     This patch updates the fw_printenv/fw_setenv userspace tool to include
18588     the correct MTD header in order to compile against current kernel
18589     headers. Backward compatibility is preserved by introducing an option
18590     MTD_VERSION which can be set to "old" for compilation using the old MTD
18591     headers. Along with this a number of warnings are fixed.
18592
18593     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18594
18595 commit ad3006fe7e84667021753b74247b0bafd97ba35f
18596 Author: Gerald Van Baren <vanbaren@cideas.com>
18597 Date:   Mon Jan 7 23:47:32 2008 -0500
18598
18599     LIBFDT: use memmove() instead of memcpy()
18600
18601     This is partial patch from the DTC/libfdt
18602     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
18603     Author: David Gibson <david@gibson.dropbear.id.au>
18604     Date:   Wed Nov 21 11:56:14 2007 +1100
18605
18606         The patch also fixes one genuine bug caught by valgrind -
18607         _packblocks() in fdt_rw.c was using memcpy() where it should have been
18608         using memmove().
18609
18610     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18611
18612 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
18613 Author: David Gibson <david@gibson.dropbear.id.au>
18614 Date:   Mon Dec 17 14:42:07 2007 +1100
18615
18616     libfdt: Add more documentation (patch the seventh)
18617
18618     This patch adds more documenting comments to libfdt.h.  Specifically,
18619     these document the read/write functions (not including fdt_open_into()
18620     and fdt_pack(), for now).
18621
18622     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18623
18624 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
18625 Author: David Gibson <david@gibson.dropbear.id.au>
18626 Date:   Mon Dec 17 14:41:52 2007 +1100
18627
18628     libfdt: Add more documentation (patch the sixth)
18629
18630     This patch adds some more documenting comments to libfdt.h.
18631     Specifically this documents all the write-in-place functions.
18632
18633     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18634
18635 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
18636 Author: Gerald Van Baren <vanbaren@cideas.com>
18637 Date:   Sat Dec 29 22:45:27 2007 -0500
18638
18639     Fine grained per property /chosen updating.
18640
18641     Implement a suggestion by Scott Wood to make the /chosen handling fine
18642     grained.  Don't overwrite pre-existing properties on a per-property basis,
18643     so if /chosen exists but a necessary /chosen/property doesn't, it gets
18644     created.  If a /chosen property exists, it is NOT overwritten unless the
18645     "force" flag is true.
18646
18647     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18648
18649 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
18650 Author: Gerald Van Baren <vanbaren@cideas.com>
18651 Date:   Sat Jan 5 15:33:29 2008 -0500
18652
18653     Improve the FDT help message.
18654
18655     Add a note that "fdt copy" makes the new address active.
18656     Remove most of the extra hints at the end of the fdt help.
18657
18658     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18659
18660 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
18661 Author: Gerald Van Baren <vanbaren@cideas.com>
18662 Date:   Sat Jan 5 14:52:04 2008 -0500
18663
18664     Support setting FDT properties with optional values.
18665
18666     Fix a bug found and documented by Bartlomiej Sieka where the optional
18667     value on "fdt set <path> <prop> [<val>]" wasn't optional.
18668
18669     => fdt mknode / testnode
18670     => fdt print /testnode
18671     testnode {
18672     };
18673     => fdt set /testnode testprop
18674     => fdt print /testnode
18675     testnode {
18676             testprop;
18677     };
18678
18679     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18680
18681 commit 22fb2246df91bfc840d87f0c5910818bad55577a
18682 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18683 Date:   Fri Dec 28 11:56:30 2007 +0100
18684
18685     Add fdt_find_and_setprop() to fdt_support.h
18686
18687     fdt_find_and_setprop() is used by several 4xx boards and it's
18688     missing in the appropriate header. This patch eliminates a
18689     warning when building U-Boot for such boards.
18690
18691     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18692     Acked-by: Stefan Roese <sr@denx.de>
18693
18694 commit 802b769bac17b0560d3535a42c502469ee190cd1
18695 Author: Stefan Roese <sr@denx.de>
18696 Date:   Tue Jan 8 18:39:30 2008 +0100
18697
18698     ppc4xx: Return 0 on success in 4xx ethernet driver
18699
18700     Signed-off-by: Stefan Roese <sr@denx.de>
18701
18702 commit 6775c68683a53c7abc778774641aac6f833a2cbf
18703 Author: Kim Phillips <kim.phillips@freescale.com>
18704 Date:   Tue Jan 8 09:59:49 2008 -0600
18705
18706     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
18707
18708     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18709
18710 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
18711 Author: Kim Phillips <kim.phillips@freescale.com>
18712 Date:   Thu Dec 20 16:28:34 2007 -0600
18713
18714     mpc83xx: rm remaining FLAT_TREE code
18715
18716     ..in board pci.c files
18717
18718     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18719
18720 commit b3458d2cd55d01732e30a76d898afd99e871cd67
18721 Author: Kim Phillips <kim.phillips@freescale.com>
18722 Date:   Thu Dec 20 15:57:28 2007 -0600
18723
18724     mpc83xx: remove FLAT_TREE code
18725
18726     need to rm it from pci code, too!
18727
18728     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18729
18730 commit 5b8bc606c61456566af6912f818a153b6b06f242
18731 Author: Kim Phillips <kim.phillips@freescale.com>
18732 Date:   Thu Dec 20 14:09:22 2007 -0600
18733
18734     mpc83xx: convert to using do_fixup_*()
18735
18736     convert to using simpler mpc85xx style fdt update code; streamline by
18737     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
18738     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
18739     converted over to using libfdt).
18740
18741     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18742
18743 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
18744 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18745 Date:   Thu Dec 20 12:58:51 2007 -0500
18746
18747     sbc8349: enable libfdt by default on WRS SBC8349 board.
18748
18749     Make libfdt the default for the WRS SBC8349 board.
18750     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
18751     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
18752
18753     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18754
18755 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
18756 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18757 Date:   Thu Dec 20 12:58:16 2007 -0500
18758
18759     sbc8349: migrate board to libfdt
18760
18761     This adds libfdt support code for the Wind River sbc8349 board.
18762
18763     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
18764     the other Freescale 83xx boards.
18765
18766     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18767
18768 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
18769 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18770 Date:   Thu Dec 20 12:56:19 2007 -0500
18771
18772     sbc8349: Remove board specific ECC code
18773
18774     ECC code is now shared for all 83xx boards, so remove board specific one.
18775     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
18776
18777     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18778
18779 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
18780 Author: Kim Phillips <kim.phillips@freescale.com>
18781 Date:   Thu Dec 20 01:30:48 2007 -0600
18782
18783     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
18784
18785     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
18786
18787     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18788
18789 commit ccf21c311e68d48399eff1e72936052885f6e3f7
18790 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
18791 Date:   Thu Dec 6 16:43:40 2007 +0100
18792
18793     Add support CONFIG_UEC_ETH3 in MPC83xx
18794
18795     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
18796
18797 commit e6af9932d31171e35db880e7b2f29f903b1b7660
18798 Author: Kumar Gala <galak@kernel.crashing.org>
18799 Date:   Mon Nov 26 11:00:54 2007 -0600
18800
18801     Remove CONFIG options related to OF that we dont use
18802
18803     The MPC8360E MDS config defined:
18804         CONFIG_OF_HAS_BD_T
18805         CONFIG_OF_HAS_UBOOT_ENV
18806
18807     Which we don't use or ever needed.  This seems like copy-paste feature creep.
18808
18809     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18810
18811 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
18812 Author: Kim Phillips <kim.phillips@freescale.com>
18813 Date:   Mon Dec 10 14:16:22 2007 -0600
18814
18815     mpc83xx: supress compiler warning
18816
18817     mpc8360emds.c: In function ‘ft_board_setup’:
18818     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
18819     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
18820
18821     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18822
18823 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
18824 Author: Kim Phillips <kim.phillips@freescale.com>
18825 Date:   Tue Nov 27 14:17:29 2007 -0600
18826
18827     mpc83xx: fix remaining fdt_find_node_by_path references
18828
18829     rename to fdt_path_offset
18830
18831     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18832
18833 commit 921d4b19ad1be704df58725485d9292dc0414adf
18834 Author: Kim Phillips <kim.phillips@freescale.com>
18835 Date:   Mon Nov 19 12:30:09 2007 -0600
18836
18837     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
18838
18839     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
18840     This change guarantees that the environment will be located on the
18841     first flash sector after the U-Boot image.
18842
18843     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18844
18845 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
18846 Author: Kim Phillips <kim.phillips@freescale.com>
18847 Date:   Fri Nov 9 14:28:08 2007 -0600
18848
18849     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
18850
18851     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
18852     properties in the device tree so the PHY gets configured for internal delay on
18853     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
18854
18855     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18856
18857 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
18858 Author: Dave Liu <r63238@freescale.com>
18859 Date:   Tue Sep 18 12:41:15 2007 +0800
18860
18861     mpc83xx: update the CREDITS and MAINTAINERS
18862
18863     update the CREDITS and MAINTAINERS.
18864
18865     Signed-off-by: Dave Liu <daveliu@freescale.com>
18866
18867 commit b21add4b42af7b767448251b599b91066a160e0d
18868 Author: Dave Liu <r63238@freescale.com>
18869 Date:   Tue Sep 18 12:40:21 2007 +0800
18870
18871     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
18872
18873     Add the MAINTAINER and MAKEALL entries for mpc837xemds
18874
18875     Signed-off-by: Dave Liu <daveliu@freescale.com>
18876
18877 commit f8900ce9094c462355eb792eea264ff16ac8fd16
18878 Author: Dave Liu <r63238@freescale.com>
18879 Date:   Tue Sep 18 12:38:53 2007 +0800
18880
18881     mpc83xx: Add the MPC837xEMDS board readme
18882
18883     Add the README.mpc837xemds to /doc
18884
18885     Signed-off-by: Dave Liu <daveliu@freescale.com>
18886
18887 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
18888 Author: Dave Liu <r63238@freescale.com>
18889 Date:   Tue Sep 18 12:37:57 2007 +0800
18890
18891     mpc83xx: Add the support of MPC837xEMDS board
18892
18893     The MPC837xEMDS board support:
18894     * DDR2 400MHz hardcoded and SPD init
18895     * Local bus NOR Flash
18896     * I2C, UART, MII and RTC
18897     * eTSEC RGMII
18898     * PCI host
18899
18900     Signed-off-by: Dave Liu <daveliu@freescale.com>
18901
18902 commit 555da61702771fe0f76f3de23b4e7590f3704161
18903 Author: Dave Liu <r63238@freescale.com>
18904 Date:   Tue Sep 18 12:36:58 2007 +0800
18905
18906     mpc83xx: Add the support of MPC8315E SoC
18907
18908     The MPC8315E SoC including e300c3 core and new IP blocks,
18909     such as TDM, PCI Express and SATA controller.
18910
18911     Signed-off-by: Dave Liu <daveliu@freescale.com>
18912
18913 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
18914 Author: Dave Liu <r63238@freescale.com>
18915 Date:   Tue Sep 18 12:36:11 2007 +0800
18916
18917     mpc83xx: Add the support of MPC837x SoC
18918
18919     The MPC837x SoC including e300c4 core and new IP blocks,
18920     such as SDHC, PCI Express and SATA controller.
18921
18922     Signed-off-by: Dave Liu <daveliu@freescale.com>
18923
18924 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
18925 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18926 Date:   Wed Nov 14 18:54:53 2007 +0300
18927
18928     MPC8360E-MDS: configure and enable second UART
18929
18930     Despite user manual, BCSR9.7 is negated (high) on HRST, so
18931     UART2 is disabled. Fix that and configure QE pins properly.
18932
18933     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18934
18935 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
18936 Author: Timur Tabi <timur@freescale.com>
18937 Date:   Mon Nov 5 09:34:06 2007 -0600
18938
18939     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
18940
18941     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
18942     currently-defined 83xx boards.  This change guarantees that the environment
18943     will be located on the first flash sector after the U-Boot image.
18944
18945     Signed-off-by: Timur Tabi <timur@freescale.com>
18946     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18947
18948 commit e05329516a13616b53240cd85b739217c2bf87f1
18949 Author: Larry Johnson <lrj@acm.org>
18950 Date:   Fri Jan 4 13:27:02 2008 -0500
18951
18952     ppc4xx: Remove weak binding from common Denali data-eye search code
18953
18954     Now that there are no board-specific versions of
18955     "denali_core_search_data_eye()", the weak binding on the common version
18956     can be removed.
18957
18958     Signed-off-by: Larry Johnson <lrj@acm.org>
18959
18960 commit 5ba576c01602fd328800a427964c36a0a05c5dce
18961 Author: Stefan Roese <sr@denx.de>
18962 Date:   Sat Jan 5 09:13:46 2008 +0100
18963
18964     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
18965
18966     Signed-off-by: Stefan Roese <sr@denx.de>
18967
18968 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
18969 Author: Stefan Roese <sr@denx.de>
18970 Date:   Sat Jan 5 09:12:41 2008 +0100
18971
18972     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
18973
18974     On Katmai the complete auto-calibration somehow doesn't seem to
18975     produce the best results, meaning optimal values for RQFD/RFFD.
18976     This was discovered by GDA using a high bandwidth scope,
18977     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
18978     so now on Katmai "only" RFFD is auto-calibrated.
18979
18980     This patch also adds RDCC calibration as mentioned on page 7 of
18981     the AMCC PowerPC440SP/SPe DDR2 application note:
18982     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
18983
18984     Signed-off-by: Stefan Roese <sr@denx.de>
18985
18986 commit 49db47b8ae6afff2b898be312948ff501357dc80
18987 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18988 Date:   Wed Jan 2 16:48:42 2008 +0100
18989
18990     ppc4xx: Remove sdram.h from PMC440 board
18991
18992     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18993
18994 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
18995 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18996 Date:   Wed Jan 2 16:48:34 2008 +0100
18997
18998     ppc4xx: use common denali core defines and data eye search code for PMC440
18999
19000     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19001
19002 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
19003 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19004 Date:   Wed Jan 2 12:05:14 2008 +0100
19005
19006     ppc4xx: More cleanup for esd's LCD code
19007
19008     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19009
19010 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
19011 Author: Stefan Roese <sr@denx.de>
19012 Date:   Fri Jan 4 12:00:01 2008 +0100
19013
19014     ppc4xx: Fix Sequoia NAND booting target
19015
19016     The Sequoia NAND booting target now uses the recently extracted
19017     cpu/ppc4xx/denali_data_eye.c file too.
19018
19019     Signed-off-by: Stefan Roese <sr@denx.de>
19020
19021 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
19022 Author: Lawrence R. Johnson <lrj@acm.org>
19023 Date:   Thu Jan 3 15:02:02 2008 -0500
19024
19025     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
19026
19027     Signed-off-by: Larry Johnson <lrj@acm.org>
19028
19029 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
19030 Author: Lawrence R. Johnson <lrj@acm.org>
19031 Date:   Fri Jan 4 02:11:56 2008 -0500
19032
19033     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
19034
19035     Note: this patch changes the configuration of some GPIO registers:
19036
19037        Register      Old Value   New Value
19038     ---------------  ----------  ----------
19039     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
19040     DCR GPIO0_TSRH   0x55005000  0x00000000
19041     DCR GPIO1_TCR    0xC2000000  0xE2000000
19042     DCR GPIO1_TSRL   0x0C000000  0x00200000
19043     DCR GPIO1_ISR2L  0x00050000  0x00110000
19044
19045     Signed-off-by: Larry Johnson <lrj@acm.org>
19046
19047 commit 5ab884b254ca2e707ab50545cd705f30108cf491
19048 Author: Lawrence R. Johnson <lrj@acm.org>
19049 Date:   Thu Jan 3 18:54:00 2008 -0500
19050
19051     ppc4xx: Add functionality to GPIO support
19052
19053     This patch makes two additions to GPIO support:
19054
19055     First, it adds function gpio_read_in_bit() to read the a bit from the
19056     GPIO Input Register (GPIOx_IR) in the same way that function
19057     gpio_read_out_bit() reads a bit from the GPIO Output Register
19058     (GPIOx_OR).
19059
19060     Second, it modifies function gpio_set_chip_configuration() to provide
19061     an additional option for configuring the GPIO from the
19062     "CFG_4xx_GPIO_TABLE".
19063
19064     According to the 440EPx User's Manual, when an alternate output is used,
19065     the three-state control is configured in one of two ways, depending on
19066     the particular output.  The first option is to select the corresponding
19067     alternate three-state control in the GPIOx_TRSH/L registers.  The second
19068     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
19069     the GPIOx_TRSH/L registers, and set the corresponding bit in the
19070     GPIOx_TCR register to enable the output.  For example, the Manual
19071     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
19072     the alternate three-state control (first option), and specifies
19073     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
19074     enabled in the GPIOx_TCR register (second option).
19075
19076     Currently, gpio_set_chip_configuration() configures all alternate signal
19077     outputs to use the first option.  This patch allow the second option to
19078     be selected by setting the "out_val" element in the table entry to
19079     "GPIO_OUT_1".  The first option is used when the "out_val" element is
19080     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
19081     alternate signal is selected, and because all current GPIO tables set
19082     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
19083     not change any existing configurations.
19084
19085     Signed-off-by: Larry Johnson <lrj@acm.org>
19086
19087 commit 196404cdc1de495d6182e84731c200fc5748df15
19088 Author: Larry Johnson <lrj@arlinx.com>
19089 Date:   Sun Dec 30 01:01:54 2007 -0500
19090
19091     PPC4xx: Remove sdram.h from board/lwmon5
19092
19093     These definitions are now in "include/ppc440.h".
19094
19095     Signed-off-by: Larry Johnson <lrj@acm.org>
19096
19097 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
19098 Author: Larry Johnson <lrj@arlinx.com>
19099 Date:   Sun Dec 30 01:01:32 2007 -0500
19100
19101     PPC4xx: Use common code for LWMON5 board SDRAM support
19102
19103     This patch also modifies the functionality of the code so that the data-eye
19104     search is now done with with the cache disabled.
19105
19106     Signed-off-by: Larry Johnson <lrj@acm.org>
19107
19108 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
19109 Author: Larry Johnson <lrj@arlinx.com>
19110 Date:   Sun Dec 30 01:01:14 2007 -0500
19111
19112     PPC4xx: Remove sdram.h from board/amcc/sequoia
19113
19114     These definitions are now in "include/ppc440.h".
19115
19116     Signed-off-by: Larry Johnson <lrj@acm.org>
19117
19118 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
19119 Author: Larry Johnson <lrj@arlinx.com>
19120 Date:   Sun Dec 30 01:00:50 2007 -0500
19121
19122     PPC4xx: Use common code for Sequoia board SDRAM support
19123
19124     Signed-off-by: Larry Johnson <lrj@acm.org>
19125
19126 commit 8b0c5c127690335758100c25eaec2b84db97c101
19127 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19128 Date:   Thu Dec 27 16:58:41 2007 +0100
19129
19130     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
19131
19132     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
19133     networking stack does not automatically switch to
19134     another interface. This patch does not touch the default
19135     behavior.
19136
19137     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19138     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19139
19140 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
19141 Author: Upakul Barkakaty <upakul@gmail.com>
19142 Date:   Thu Nov 29 12:16:13 2007 +0530
19143
19144     NET: Proper return code handling in eth_init() function in file eth.c
19145
19146     This patch modifies the return code handling in the eth_init()
19147     function, to be compatible with the handling of the return codes in
19148     the other network stack files. It now returns a 0 on Success and -1 on
19149     error.
19150
19151     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
19152     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19153
19154 commit 5ca2d0953e4579a80810966cca2077e20d912c97
19155 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
19156 Date:   Mon Nov 19 20:27:04 2007 +0900
19157
19158     net/eth.c: Fix env_enetaddr signed overflow
19159
19160     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
19161     warned as below:
19162
19163       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
19164
19165       DRAM:  256 MB
19166       Flash: 32 MB
19167       In:    serial
19168       Out:   serial
19169       Err:   serial
19170       Net:   NEC-Candy
19171       Warning: NEC-Candy MAC addresses don't match:
19172       Address in SROM is         00:00:4C:80:92:A2
19173       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
19174
19175     This patch changes env_enetaddr type from `char' to `unsigned char'.
19176
19177     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
19178     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
19179     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19180
19181 commit f85b60710571b37293d2233933b76e2aa3db5635
19182 Author: Rafal Jaworowski <raj@semihalf.com>
19183 Date:   Thu Dec 27 18:19:02 2007 +0100
19184
19185     Introduce new eth_receive routine
19186
19187     The purpose of this routine is receiving a single network frame, outside of
19188     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
19189     U-Boot will let them utilise networking facilities. For sending a raw frame
19190     the already existing eth_send() can be used.
19191
19192     The direct consumer of this routine is the newly introduced API layer for
19193     external applications (enabled with CONFIG_API).
19194
19195     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
19196     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
19197     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19198
19199 commit 5c740711f0ea5b51414b341b71597c4a0751be74
19200 Author: Jon Loeliger <jdl@freescale.com>
19201 Date:   Thu Jan 3 10:41:04 2008 -0600
19202
19203     8610: Move include of config.h earlier.
19204
19205     Include config.h earlier in the set of #includes
19206     so as to avoid a incidental and duplicate definition
19207     of CFG_CACHELINE_SIZE.
19208
19209     Signed-off-by: Jon Loeliger
19210
19211 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
19212 Author: Jon Loeliger <jdl@freescale.com>
19213 Date:   Tue Dec 4 10:53:34 2007 -0600
19214
19215     Don't slam #undef DEBUG in the 8641HPCN config file.
19216
19217     Doing so prevents it from being individually set
19218     and useful in other files.
19219
19220     Signed-off-by: Jon Loeliger <jdl@freescale.com>
19221
19222 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
19223 Author: Jon Loeliger <jdl@freescale.com>
19224 Date:   Wed Nov 28 14:47:18 2007 -0600
19225
19226     Convert MPC8641HPCN to use libfdt.
19227
19228     Assumes the presence of the aliases node in the DTS to
19229     locate the ethernet, pci and serial nodes for fixups.
19230
19231     Use consistent fdtaddr and fdtfile in environment variables.
19232
19233     Signed-off-by: Jon Loeliger <jdl@freescale.com>
19234
19235 commit ce37422d0002e10490e268392e0c4e3028e52cec
19236 Author: Stefan Roese <sr@denx.de>
19237 Date:   Wed Jan 2 14:06:26 2008 +0100
19238
19239     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
19240
19241     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
19242     flash chips connected to a 32bit wide port.
19243
19244     Signed-off-by: Stefan Roese <sr@denx.de>
19245
19246 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
19247 Author: Wolfgang Denk <wd@denx.de>
19248 Date:   Wed Jan 2 15:58:44 2008 +0100
19249
19250     Fix compile problem introduced by "cleanup" commit 3dfd708c
19251
19252     Signed-off-by: Wolfgang Denk <wd@denx.de>
19253
19254 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
19255 Author: Wolfgang Denk <wd@denx.de>
19256 Date:   Wed Jan 2 15:54:45 2008 +0100
19257
19258     Make scripts and Makefiles POSIX compliant
19259
19260     The bash builtin versions of the "test" (resp. "[") command allow
19261     using "==" for string comparisons, but POSIX compatible implemen-
19262     tations (like /usr/bin/test) insist on using "=" only. On such systems
19263     you will see:
19264
19265         $ /usr/bin/test a == a && echo OK
19266         /usr/bin/test: ==: binary operator expected
19267
19268     This patch fixes Makefiles and scripts to use POSIX style.
19269
19270     Signed-off-by: Wolfgang Denk <wd@denx.de>
19271
19272 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
19273 Author: Stefan Roese <sr@denx.de>
19274 Date:   Wed Jan 2 14:05:37 2008 +0100
19275
19276     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
19277
19278     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
19279     flash chips connected to a 32bit wide port.
19280
19281     Signed-off-by: Stefan Roese <sr@denx.de>
19282
19283 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
19284 Author: Wolfgang Denk <wd@denx.de>
19285 Date:   Wed Jan 2 12:38:43 2008 +0100
19286
19287     Minor coding style cleanup.
19288
19289     Signed-off-by: Wolfgang Denk <wd@denx.de>
19290
19291 commit e174ac34adf5d5653df12bc3cf19c52063a71269
19292 Author: Stefan Roese <sr@denx.de>
19293 Date:   Fri Dec 28 17:29:56 2007 +0100
19294
19295     ppc4xx: Coding style cleanup
19296
19297     Signed-off-by: Stefan Roese <sr@denx.de>
19298
19299 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
19300 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19301 Date:   Fri Dec 28 17:07:24 2007 +0100
19302
19303     ppc4xx: Complete PMC440 board support
19304
19305     This patch brings the PMC440 board configuration file.
19306     Finally it enables the PMC440 board support.
19307
19308     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19309
19310 commit 407843a582560fc5231299561ab3c2b6b6cd3397
19311 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19312 Date:   Fri Dec 28 17:07:18 2007 +0100
19313
19314     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
19315
19316     This patch adds some BSP commands and FPGA booting support
19317     for esd's PMC440 boards.
19318
19319     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19320
19321 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
19322 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19323 Date:   Fri Dec 28 17:07:14 2007 +0100
19324
19325     ppc4xx: Add initial esd PMC440 board files
19326
19327     This patch adds the first files for the new esd PMC440 boards.
19328     The next two patches will complete the PMC440 board support.
19329
19330     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19331
19332 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
19333 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19334 Date:   Fri Dec 28 17:10:36 2007 +0100
19335
19336     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
19337
19338     - add EEPROM write protection for esd PLU405 boards.
19339     - initialize NAND GPIOs
19340     - use correct io accessors
19341     - cleanup
19342
19343     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19344
19345 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
19346 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19347 Date:   Fri Dec 28 17:10:44 2007 +0100
19348
19349     ppc4xx: use correct io accessors for esd's LCD code
19350
19351     This patch fixes esd's LCD dectection code to work correctly with
19352     newer gcc versions.
19353
19354     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19355
19356 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
19357 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19358 Date:   Fri Dec 28 17:10:42 2007 +0100
19359
19360     ppc4xx: Maintenance patch for VOH405 boards
19361
19362     - add EEPROM write protection
19363     - initialize NAND GPIOs
19364     - use correct io accessors
19365     - slow down I2C clock to 100kHz
19366     - enable ext. I2C bus
19367     - cleanup
19368
19369     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19370
19371 commit c05569066dbcba3fdf36d4d1943df265dc316a86
19372 Author: Stefan Roese <sr@denx.de>
19373 Date:   Fri Dec 28 16:08:08 2007 +0100
19374
19375     ppc4xx: Enable 405EP PCI arbiter per default on all boards
19376
19377     In an attmemt to clean up the 4xx start.S file, I removed the enabling
19378     of the internal 405EP PCI arbiter. This is needed for multiple other
19379     405EP platforms, like most of the esd 405EP. Now the internal PCI
19380     arbiter is enabled again per default as it has been before.
19381
19382     Signed-off-by: Stefan Roese <sr@denx.de>
19383     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19384
19385 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
19386 Author: Stefan Roese <sr@denx.de>
19387 Date:   Fri Dec 28 15:53:46 2007 +0100
19388
19389     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
19390
19391     Signed-off-by: Stefan Roese <sr@denx.de>
19392     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19393
19394 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
19395 Author: Stefan Roese <sr@denx.de>
19396 Date:   Fri Dec 28 06:06:04 2007 +0100
19397
19398     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
19399
19400     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
19401     platforms mentioned above.
19402
19403     Signed-off-by: Stefan Roese <sr@denx.de>
19404
19405 commit b568fd25574181a3b12ae3d66b2913903442cb83
19406 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19407 Date:   Thu Dec 27 17:03:46 2007 +0100
19408
19409     Remove CPCI440 board
19410
19411     This board never left prototyping state and it
19412     became a millstone round my neck. So remove it.
19413
19414     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19415
19416 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
19417 Author: Larry Johnson <lrj@arlinx.com>
19418 Date:   Thu Dec 27 11:28:51 2007 -0500
19419
19420     Add support for Korat PPC440EPx board
19421
19422     These patches add support for the PPC440EPx-based "Korat" board to
19423     U-Boot.  They are based primarily on support for the Sequoia board.
19424
19425     Signed-off-by: Larry Johnson <lrj@acm.org>
19426
19427 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
19428 Author: Larry Johnson <lrj@arlinx.com>
19429 Date:   Sat Dec 22 15:16:25 2007 -0500
19430
19431     Add configuration file for Korat board
19432
19433     This patch supplies the configuration file for the Korat PPC440EPx-
19434     processor board.
19435
19436     Signed-off-by: Larry Johnson <lrj@acm.org>
19437
19438 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
19439 Author: Larry Johnson <lrj@arlinx.com>
19440 Date:   Sat Dec 22 15:16:11 2007 -0500
19441
19442     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
19443
19444     Signed-off-by: Larry Johnson <lrj@acm.org>
19445
19446 commit aba19604d848b2838cfb9ebe818909e6a216058e
19447 Author: Larry Johnson <lrj@arlinx.com>
19448 Date:   Thu Dec 27 10:54:48 2007 -0500
19449
19450     Add 440EPx DDR2 SPD DIMM support
19451
19452     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
19453     controller.  It should also work on the 440GRx.  It is based on the DDR2
19454     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
19455
19456     This code has been tested on prototype Korat boards with three Kingston
19457     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
19458     (two ranks).  The Korat board has a single DIMM socket, but support has
19459     been provided (though not tested) for boards with two DIMM sockets.
19460
19461     Signed-off-by: Larry Johnson <lrj@acm.org>
19462
19463 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
19464 Author: Larry Johnson <lrj@arlinx.com>
19465 Date:   Sat Dec 22 15:15:30 2007 -0500
19466
19467     Copy 440EPx/GRx SDRAM data-eye search to common directory
19468
19469     This patch creates a non-board-specific file for performing the SDRAM
19470     data-eye search.  It also adds ECC error checking to the test of valid
19471     data on readback when ECC is enabled.
19472
19473     Signed-off-by: Larry Johnson <lrj@acm.org>
19474
19475 commit c46f53333b22b1f9098676bea8884fc7db820cf3
19476 Author: Larry Johnson <lrj@arlinx.com>
19477 Date:   Sat Dec 22 15:15:13 2007 -0500
19478
19479     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
19480
19481     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
19482     It also fixes two typos in the definitions, so the board-specific
19483     "sdram.h" files containing these definitions are also fixed to avoid
19484     compiler warnings.
19485
19486     Signed-off-by: Larry Johnson <lrj@acm.org>
19487
19488 commit c348578bf612d0c56d8d376d23cae16defbd86af
19489 Author: Larry Johnson <lrj@arlinx.com>
19490 Date:   Thu Dec 27 10:50:55 2007 -0500
19491
19492     Add Ethernet 1000BASE-X support for PPC4xx
19493
19494     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
19495     is defined, the PHY will advertise it's capabilities for autonegotiation
19496     based on the capabilities shown in the PHY's status registers, including
19497     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
19498     advertise hard-coded capabilities, as before.
19499
19500     Signed-off-by: Larry Johnson <lrj@acm.org>
19501
19502 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
19503 Author: Larry Johnson <lrj@arlinx.com>
19504 Date:   Thu Dec 27 09:52:17 2007 -0500
19505
19506     Add driver for National Semiconductor LM73 temperature sensor
19507
19508     This driver is based on the driver for the LM75.
19509
19510     Signed-off-by: Larry Johnson <lrj@acm.org>
19511
19512 commit 12618278688ea9b3d76536960a5ad2e3790fac40
19513 Author: Larry Johnson <lrj@arlinx.com>
19514 Date:   Sat Dec 22 15:14:00 2007 -0500
19515
19516     Add driver for STMicroelectronics M41T60 RTC
19517
19518     This driver is based on the driver for the M41T11.  In the intended
19519     application, the RTC will be powered by a large capacitor, rather than a
19520     battery.  The driver therefore checks to see whether the RTC has lost
19521     power.  The chip's OUT bit is normally reset from its power-up state.  If
19522     the OUT bit is read as set, or if the date and time are not valid, then the
19523     RTC is assumed to have lost power, and its date and time are reset to
19524     1900-01-01 00:00:00.
19525
19526     Support for adjusting the speed of the clock to improve accuracy is
19527     provided through an environment variable.
19528
19529     Signed-off-by: Larry Johnson <lrj@acm.org>
19530
19531 commit d3471173e14b7544bb60339eda8d3d3906694b0a
19532 Author: Larry Johnson <lrj@arlinx.com>
19533 Date:   Sat Dec 22 15:34:39 2007 -0500
19534
19535     Use out_be32() and friends to access memory-mapped registers in sequoia.c
19536
19537     Signed-off-by: Larry Johnson <lrj@acm.org>
19538
19539 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
19540 Author: Larry Johnson <lrj@arlinx.com>
19541 Date:   Sat Dec 22 15:34:20 2007 -0500
19542
19543     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
19544
19545     Signed-off-by: Larry Johnson <lrj@acm.org>
19546
19547 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
19548 Author: Larry Johnson <lrj@arlinx.com>
19549 Date:   Sat Dec 22 15:23:50 2007 -0500
19550
19551     Cosmetic changes to ECC POST for AMCC Denali core
19552
19553     Signed-off-by: Larry Johnson <lrj@acm.org>
19554
19555 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
19556 Author: Stefan Roese <sr@denx.de>
19557 Date:   Wed Dec 26 20:20:19 2007 +0100
19558
19559     ppc4xx: Fix compilation problem in 405 cache POST test
19560
19561     Signed-off-by: Stefan Roese <sr@denx.de>
19562
19563 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
19564 Author: Stefan Roese <sr@denx.de>
19565 Date:   Sat Dec 22 12:20:09 2007 +0100
19566
19567     ppc4xx: Move virtual address of POST cache test to bigger address
19568
19569     On Sequoia & LWMON5 the virtual address of the POST cache test is now
19570     moved to a bigger address. This enables usage of more memory on those
19571     boards.
19572
19573     Signed-off-by: Stefan Roese <sr@denx.de>
19574
19575 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
19576 Author: Stefan Roese <sr@denx.de>
19577 Date:   Sat Dec 22 12:18:26 2007 +0100
19578
19579     ppc4xx: Fix problem in 44x cache POST routine
19580
19581     As repoted by Larry Johnson, running "diag run cache" caused a crash
19582     in U-Boot. This problem was introduced by a patch that removed the
19583     TLB entry for the cache test after the test has completed. Since this
19584     TLB was only setup once, a 2nd attempt to run this cache test
19585     failed with a crash. Now this TLB entry is created every time the
19586     routine is called.
19587
19588     Signed-off-by: Stefan Roese <sr@denx.de>
19589
19590 commit b0265b576bb8fa9465f99e99c323768b562fadc2
19591 Author: Stefan Roese <sr@denx.de>
19592 Date:   Fri Dec 21 07:51:29 2007 +0100
19593
19594     ppc4xx: Update Makalu fdt support
19595
19596     Signed-off-by: Stefan Roese <sr@denx.de>
19597
19598 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
19599 Author: Stefan Roese <sr@denx.de>
19600 Date:   Wed Dec 19 09:05:40 2007 +0100
19601
19602     ppc4xx: Add fdt support to AMCC Katmai eval board
19603
19604     Signed-off-by: Stefan Roese <sr@denx.de>
19605
19606 commit 328a340392a5df9aaf00792be989df73e750859e
19607 Author: Stefan Roese <sr@denx.de>
19608 Date:   Tue Dec 18 08:44:51 2007 +0100
19609
19610     ppc4xx: fdt: Cleanup setup of cpu node setup
19611
19612     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
19613     without using the absolute path to the cpu node. This makes it possible
19614     to use this U-Boot version with both versions of cpu-node naming
19615     "cpu@0" and the former "PowerPC,440EPx@0".
19616
19617     Signed-off-by: Stefan Roese <sr@denx.de>
19618
19619 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
19620 Author: Stefan Roese <sr@denx.de>
19621 Date:   Mon Dec 17 17:26:21 2007 +0100
19622
19623     ppc4xx: Fix lwmon5 compilation problem
19624
19625     Now that the 440EPx ECC test is not board specific anymore
19626     remove this Makefile.
19627
19628     Signed-off-by: Stefan Roese <sr@denx.de>
19629
19630 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
19631 Author: Anatolij Gustschin <agustschin@t-online.de>
19632 Date:   Wed Dec 5 17:43:20 2007 +0100
19633
19634     Fix ppc4xx clear_bss() code
19635
19636     ppc4xx clear_bss() fails if BSS segment size is not
19637     divisible by 4 without remainder. This patch provides
19638     fix for this problem.
19639
19640     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19641
19642 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
19643 Author: Niklaus Giger <niklausgiger@gmx.ch>
19644 Date:   Fri Nov 30 18:35:11 2007 +0100
19645
19646     PPC4xx: Minimal changes to add vxWorks support
19647
19648     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19649
19650 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
19651 Author: Markus Klotzbücher <mk@denx.de>
19652 Date:   Fri Nov 23 13:09:18 2007 +0100
19653
19654     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
19655
19656     When using dhcp/bootp the "netmask" environment variable is not
19657     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
19658     desireable, so the following patch adds this this option to the board
19659     config.
19660
19661     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
19662     Signed-off-by: Stefan Roese <sr@denx.de>
19663
19664 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
19665 Author: Larry Johnson <lrj@arlinx.com>
19666 Date:   Sat Oct 27 12:48:15 2007 -0400
19667
19668     Fix/enhance ECC POST for 440EPx/GRx
19669
19670     This patch allows the ECC POST to be used for different boards with the
19671     PPC440 Denali SDRAM controller.  Modifications include skipping the test
19672     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
19673     to prevent timing errors.
19674
19675     Signed-off-by: Larry Johnson <lrj@acm.org>
19676
19677 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
19678 Author: Larry Johnson <lrj@arlinx.com>
19679 Date:   Sat Oct 27 12:48:05 2007 -0400
19680
19681     PPC4xx: Move/rename ECC POST for 440EPx/GRx
19682
19683     Signed-off-by: Larry Johnson <lrj@acm.org>
19684
19685 commit c29d2d3680046d430022c55e50fcb27f5866517e
19686 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19687 Date:   Fri Dec 14 11:20:33 2007 +0100
19688
19689     ppc4xx: use correct io accessors for 4xx ethernet POST
19690
19691     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19692
19693 commit ba79fde58a48c0a6ff8e2a96caba951594142203
19694 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19695 Date:   Fri Dec 14 11:19:56 2007 +0100
19696
19697     ppc4xx: fix flush + invalidate_dcache_range arguments
19698
19699     flush + invalidate_dcache_range() expect the start and stop+1 address.
19700     So the stop address is the first address behind (!) the range.
19701
19702     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19703
19704 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
19705 Author: Stefan Roese <sr@denx.de>
19706 Date:   Fri Dec 14 08:41:29 2007 +0100
19707
19708     ppc4xx: fdt: use fdt_fixup_ethernet()
19709
19710     By using aliases in the dts file, the ethernet node fixup is
19711     much easier with the recently added functions.
19712
19713     Please note that the dts file needs the aliases for this to work.
19714
19715     Signed-off-by: Stefan Roese <sr@denx.de>
19716
19717 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
19718 Author: Stefan Roese <sr@denx.de>
19719 Date:   Thu Dec 13 14:52:53 2007 +0100
19720
19721     ppc4xx: Bring 4xx fdt support up-to-date
19722
19723     This patch update the 4xx fdt support. It enabled fdt booting
19724     on the AMCC Kilauea and Sequoia for now. More can follow later
19725     quite easily.
19726
19727     Signed-off-by: Stefan Roese <sr@denx.de>
19728
19729 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
19730 Author: Stefan Roese <sr@denx.de>
19731 Date:   Thu Dec 27 07:50:54 2007 +0100
19732
19733     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
19734
19735     The check for an sufficiently erased destination was missing in the
19736     buffered write function of the cfi flash driver (when
19737     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
19738     writing to such a region will fail with the currect error message.
19739
19740     Signed-off-by: Stefan Roese <sr@denx.de>
19741
19742 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
19743 Author: Martin Krause <martin.krause@tqs.de>
19744 Date:   Mon Nov 12 10:56:17 2007 +0100
19745
19746     Some configuration updates for the TQM5200 based TB5200 board:
19747
19748     - enable command line history
19749     - increase malloc space (because of bigger flash sectors)
19750
19751     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19752
19753 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
19754 Author: Martin Krause <martin.krause@tqs.de>
19755 Date:   Thu Sep 27 11:10:08 2007 +0200
19756
19757     TQM8xx: use the CFI flash driver on all TQM8xx boards
19758
19759     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19760
19761 commit 11d9eec479b470eab9242ab937fca70a876d9376
19762 Author: Martin Krause <martin.krause@tqs.de>
19763 Date:   Wed Sep 26 17:55:56 2007 +0200
19764
19765     TQM885D: adjust for doubled flash sector size + some minor fixes
19766
19767     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19768
19769 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
19770 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
19771 Date:   Wed Sep 26 17:55:54 2007 +0200
19772
19773     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
19774
19775     CAS-Latency=2, Write Recovery Time tWR=2
19776     The max. supported bus frequency is 66 MHz. Therefore, changed
19777     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
19778
19779     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19780
19781 commit b988b8cd443989be65161888eea0127ad03f846f
19782 Author: Martin Krause <martin.krause@tqs.de>
19783 Date:   Wed Sep 26 17:55:56 2007 +0200
19784
19785     TQM885D: use calculated cpuclk instead of measuring it
19786
19787     On the TQM885D the measurement of cpuclk with the PIT reference
19788     timer ist not necessary. Since all module variants use the same
19789     external 10 MHz oscillator, the cpuclk only depends on the PLL
19790     configuration - which is readable by software.
19791
19792     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19793
19794 commit 492c7049869348d31168de8dad89651315e468e0
19795 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
19796 Date:   Thu Sep 27 14:54:46 2007 +0200
19797
19798     TQM885D: fix SDRAM refresh
19799
19800     At 133 MHz the current SDRAM refresh rate is too fast
19801     (measured 4 * 1.17 us).
19802     CFG_MAMR_PTA changes from 39 to 128. This result
19803     in a refresh rate of 4 * 7.8 us at the default clock
19804     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
19805     This is a compromise until a new method is found to
19806     adjust the refresh rate.
19807
19808     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19809
19810 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
19811 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
19812 Date:   Thu Sep 27 14:54:46 2007 +0200
19813
19814     TQM860M: Support for 10col SDRAMs, max. 128 MiB
19815
19816     Signed-off-by: Martin Krause <martin.krause@tqs.de>
19817
19818 commit 61fb15c516fef5631e305f1976d7b3a679725856
19819 Author: Wolfgang Denk <wd@denx.de>
19820 Date:   Thu Dec 27 01:52:50 2007 +0100
19821
19822     Fix coding style issues; update CHANGELOG.
19823
19824     Signed-off-by: Wolfgang Denk <wd@denx.de>
19825
19826 commit 467bcee11fe26ad422f2de971aa70866079870f2
19827 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19828 Date:   Fri Dec 14 15:36:18 2007 +0100
19829
19830     cfi_flash: Add manufacturer-specific fixups
19831
19832     Run fixups based on the JEDEC manufacturer ID independent of the
19833     command set ID.
19834
19835     This changes current behaviour: Previously, geometry reversal for AMD
19836     chips were done based on the command set ID, while they are now done
19837     based on the JEDEC manufacturer and device ID.
19838
19839     Also add fixup for top-boot Atmel chips. A fixup is needed for
19840     AT49BV6416(T) too, but since u-boot currently only reads the low byte
19841     of the device ID, there's no way to tell it apart from AT49BV642D,
19842     which should not have this fixup. Since AT49BV642D support is
19843     necessary to get ATNGW100 board support into mainline, I've commented
19844     out the fixup for now.
19845
19846     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19847
19848 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
19849 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19850 Date:   Fri Dec 14 15:36:17 2007 +0100
19851
19852     cfi_flash: Add cmdset-specific init functions
19853
19854     Move things like reading JEDEC IDs and fixing up geometry reversal
19855     into separate functions. The geometry reversal fixup is now performed
19856     by altering the qry structure directly, which makes the sector init
19857     code slightly cleaner.
19858
19859     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19860
19861 commit e23741f4a6d8047520ef0d4971762749b3587d32
19862 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19863 Date:   Fri Dec 14 15:36:16 2007 +0100
19864
19865     cfi_flash: Read whole QRY structure in one go
19866
19867     Read out the whole CFI Standard Query structure after successful cfi
19868     identification. This allows subsequent code to access this information
19869     directly without having to go through flash_read_uchar() and friends.
19870
19871     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19872
19873 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
19874 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19875 Date:   Mon Dec 17 11:02:44 2007 +0100
19876
19877     AVR32: Fix logic inversion in disable_interrupts()
19878
19879     disable_interrupts() should return nonzero if interrupts were
19880     _enabled_ before, not disabled.
19881
19882     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19883
19884 commit acac475212cbedb17b321a363a1c878e2b47b37f
19885 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19886 Date:   Fri Dec 14 16:51:22 2007 +0100
19887
19888     AVR32: Enable interrupts at bootup
19889
19890     The timer code depends on the timer interrupt to keep track of the
19891     upper 32 bits of the cycle counter. This obviously doesn't work when
19892     interrupts are disabled the whole time.
19893
19894     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19895
19896 commit 9570bcd87f4db255514f43b6701746c412f8fef0
19897 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19898 Date:   Thu Nov 15 10:03:45 2007 +0100
19899
19900     AVR32: Fix wrong pin setup for USART3
19901
19902     As reported by Gerhard Berghofer:
19903
19904     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
19905     instead of PB18 and PB19.
19906
19907     which is obviously correct. There's currently no code that uses
19908     USART3, but custom boards may run into problems.
19909
19910     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19911
19912 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
19913 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19914 Date:   Thu Nov 1 12:44:20 2007 +0100
19915
19916     README: Remove ATSTK1000 daughterboard list
19917
19918     As noted by Kim Phillips, these lists tend to become out of date.
19919
19920     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19921
19922 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
19923 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19924 Date:   Tue Oct 30 14:56:36 2007 +0100
19925
19926     Add ATSTK100[234] to MAINTAINERS
19927
19928     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
19929     "mother". Also update the entry for ATSTK1000 to be not only about the
19930     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
19931
19932     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19933
19934 commit 64ff2357b1727213803591813dbc779c924bf772
19935 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19936 Date:   Mon Oct 29 13:02:54 2007 +0100
19937
19938     AVR32: Add support for the ATSTK1004 board
19939
19940     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
19941     which is a derivative of AT32AP7000.
19942
19943     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19944
19945 commit 667568db157f374b85abd7e03596ddd1f0b25681
19946 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19947 Date:   Mon Oct 29 13:02:54 2007 +0100
19948
19949     AVR32: Add support for the ATSTK1003 board
19950
19951     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
19952     which is a derivative of AT32AP7000.
19953
19954     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19955
19956 commit 5fee84a794a51ec830548cda485a770efb018b92
19957 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19958 Date:   Mon Oct 29 13:23:33 2007 +0100
19959
19960     AVR32: Make some AT32AP700x peripherals optional
19961
19962     Add a chip-features file providing definitions of the form
19963
19964     AT32AP700x_CHIP_HAS_<peripheral>
19965
19966     to indicate the availability of the given peripheral on the currently
19967     selected chip.
19968
19969     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19970
19971 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
19972 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19973 Date:   Mon Oct 29 13:09:56 2007 +0100
19974
19975     AVR32: Rename at32ap7000 -> at32ap700x
19976
19977     The SoC-specific code for all the AT32AP700x CPUs is practically
19978     identical; the only difference is that some chips have less features
19979     than others. By doing this rename, we can add support for the AP7000
19980     derivatives simply by making some features conditional.
19981
19982     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19983
19984 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
19985 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19986 Date:   Fri Jun 29 18:22:34 2007 +0200
19987
19988     atmel_mci: Show SR when block read fails
19989
19990     Show controller status as well as card status when an error occurs
19991     during block read.
19992
19993     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19994
19995 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
19996 Author: Stefan Roese <sr@denx.de>
19997 Date:   Thu Dec 13 14:52:53 2007 +0100
19998
19999     ppc4xx: Bring 4xx fdt support up-to-date
20000
20001     This patch update the 4xx fdt support. It enabled fdt booting
20002     on the AMCC Kilauea and Sequoia for now. More can follow later
20003     quite easily.
20004
20005     Signed-off-by: Stefan Roese <sr@denx.de>
20006
20007 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
20008 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20009 Date:   Thu Dec 13 12:56:34 2007 +0100
20010
20011     cfi_flash: Use map_physmem() and unmap_physmem()
20012
20013     Use map_physmem() and unmap_physmem() to convert from physical to
20014     virtual addresses. This gives the arch a chance to provide an uncached
20015     mapping for flash accesses.
20016
20017     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20018
20019 commit 4d7d6936eb29af7cca330937808312aa5f61454d
20020 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20021 Date:   Thu Dec 13 12:56:33 2007 +0100
20022
20023     Introduce map_physmem() and unmap_physmem()
20024
20025     map_physmem() returns a virtual address which can be used to access a
20026     given physical address without involving the cache. unmap_physmem()
20027     should be called when the virtual address returned by map_physmem() is
20028     no longer needed.
20029
20030     This patch adds a stub implementation which simply returns the
20031     physical address cast to a uchar * for all architectures except AVR32,
20032     which converts the physical address to an uncached virtual mapping.
20033     unmap_physmem() is a no-op on all architectures, but if any
20034     architecture needs to do such mappings through the TLB, this is the
20035     hook where those TLB entries can be invalidated.
20036
20037     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20038
20039 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
20040 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20041 Date:   Thu Dec 13 12:56:32 2007 +0100
20042
20043     cfi_flash: Introduce read and write accessors
20044
20045     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
20046     them to access the flash memory. This makes it clearer when the flash
20047     is actually being accessed; merely dereferencing a volatile pointer
20048     looks just like any other kind of access.
20049
20050     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20051
20052 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
20053 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20054 Date:   Thu Dec 13 12:56:31 2007 +0100
20055
20056     Implement __raw_{read,write}[bwl] on all architectures
20057
20058     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
20059     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
20060     from Linux.
20061
20062     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20063
20064 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
20065 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20066 Date:   Sat Oct 6 18:55:36 2007 +0200
20067
20068     cfi_flash: Reorder functions and eliminate extra prototypes
20069
20070     Reorder the functions in cfi_flash.c so that each function only uses
20071     functions that have been defined before it. This allows the static
20072     prototype declarations near the top to be eliminated and might allow
20073     gcc to do a better job inlining functions.
20074
20075     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20076
20077 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
20078 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20079 Date:   Thu Dec 13 12:56:29 2007 +0100
20080
20081     cfi_flash: Make some needlessly global functions static
20082
20083     Make functions not declared in any header file static.
20084
20085     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20086
20087 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
20088 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20089 Date:   Thu Dec 13 12:56:28 2007 +0100
20090
20091     cfi_flash: Break long lines
20092
20093     This patch tries to keep all lines in the cfi_flash driver below 80
20094     columns. There are a few lines left which don't fit this requirement
20095     because I couldn't find any trivial way to break them (i.e. it would
20096     take some restructuring, which I intend to do in a later patch.)
20097
20098     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20099
20100 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
20101 Author: Bartlomiej Sieka <tur@semihalf.com>
20102 Date:   Tue Dec 11 13:59:57 2007 +0100
20103
20104     CFI: synchronize command offsets with Linux CFI driver
20105
20106     Fixes non-working CFI Flash on the Inka4x0 board.
20107
20108     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20109
20110 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
20111 Author: Kumar Gala <galak@kernel.crashing.org>
20112 Date:   Fri Dec 7 12:17:34 2007 -0600
20113
20114     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
20115
20116     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
20117     (MPC8544DS, MPC8548CDS, MPC8568MDS).
20118
20119     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20120
20121 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
20122 Author: Kumar Gala <galak@kernel.crashing.org>
20123 Date:   Fri Dec 7 12:04:30 2007 -0600
20124
20125     Update Freescale MPC85xx ADS/CDS/MDS board config
20126
20127     * Enabled CONFIG_CMD_ELF
20128
20129     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20130
20131 commit d435793229ce29a42797c1edc39f5b34f987f91a
20132 Author: Kumar Gala <galak@kernel.crashing.org>
20133 Date:   Fri Dec 7 04:59:26 2007 -0600
20134
20135     Handle Asynchronous DDR clock on 85xx
20136
20137     The MPC8572 introduces the concept of an asynchronous DDR clock with
20138     regards to the platform clock.
20139
20140     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
20141     mode.
20142
20143     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20144
20145 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
20146 Author: Kumar Gala <galak@kernel.crashing.org>
20147 Date:   Thu Nov 29 10:34:28 2007 -0600
20148
20149     Update Freescale MPC85xx ADS/CDS/MDS board config
20150
20151     * Removed some misc environment setup
20152     * Enabled CONFIG_CMDLINE_EDITING
20153
20154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20155
20156 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
20157 Author: Kumar Gala <galak@kernel.crashing.org>
20158 Date:   Thu Nov 29 10:47:44 2007 -0600
20159
20160     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
20161
20162     Minor path corrections needed to ensure buildability.
20163
20164     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20165
20166 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
20167 Author: Kumar Gala <galak@kernel.crashing.org>
20168 Date:   Thu Nov 29 10:16:18 2007 -0600
20169
20170     Move the MPC8540 ADS board under board/freescale.
20171
20172     Minor path corrections needed to ensure buildability.
20173
20174     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20175
20176 commit 870ceac5b3a3486c109396e005af81ae762b5710
20177 Author: Kumar Gala <galak@kernel.crashing.org>
20178 Date:   Thu Nov 29 10:14:50 2007 -0600
20179
20180     Move the MPC8560 ADS board under board/freescale.
20181
20182     Minor path corrections needed to ensure buildability.
20183
20184     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20185
20186 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
20187 Author: Kumar Gala <galak@kernel.crashing.org>
20188 Date:   Thu Nov 29 10:13:47 2007 -0600
20189
20190     Move the MPC8568 MDS board under board/freescale.
20191
20192     Minor path corrections needed to ensure buildability.
20193
20194     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20195
20196 commit a853d56c59b33415304531443633808736acfc6e
20197 Author: Kumar Gala <galak@kernel.crashing.org>
20198 Date:   Thu Nov 29 02:18:59 2007 -0600
20199
20200     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
20201
20202     We already had defines for LAWAR_TRGT_IF_* that we should use
20203     rather than creating new ones.  Also, added some missing defines for
20204     PCIE targets.
20205
20206     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20207
20208 commit 04db400892da37b76a585e332a0c137954ad2015
20209 Author: Kumar Gala <galak@kernel.crashing.org>
20210 Date:   Thu Nov 29 02:10:09 2007 -0600
20211
20212     Stop using immap_t on 85xx
20213
20214     In the future the offsets to various blocks may not be in same location.
20215     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
20216     instead of getting it via &immap.
20217
20218     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20219
20220 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
20221 Author: Kumar Gala <galak@kernel.crashing.org>
20222 Date:   Thu Nov 29 01:23:09 2007 -0600
20223
20224     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
20225
20226     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20227
20228 commit c480861bf000156e6a3e932c258db59ff2212dd3
20229 Author: Kumar Gala <galak@kernel.crashing.org>
20230 Date:   Thu Nov 29 01:06:19 2007 -0600
20231
20232     Update MPC8568 MDS to use libfdt
20233
20234     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
20235     ethernet, pci, and serial for the various fixups that are done.
20236
20237     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20238
20239 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
20240 Author: Haiying Wang <Haiying.Wang@freescale.com>
20241 Date:   Wed Nov 14 15:52:06 2007 -0500
20242
20243     Add PCI Express support on MPC8568MDS
20244
20245     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20246     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20247
20248 commit b90d25497625b90ffa3f2911a0895ca237556ff5
20249 Author: Kumar Gala <galak@kernel.crashing.org>
20250 Date:   Thu Nov 29 00:11:44 2007 -0600
20251
20252     Update MPC85xx CDS to use libfdt
20253
20254     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
20255     ethernet, pci, and serial for the various fixups that are done.
20256
20257     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20258
20259 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
20260 Author: Kumar Gala <galak@kernel.crashing.org>
20261 Date:   Wed Nov 28 22:54:27 2007 -0600
20262
20263     Update MPC8540 ADS to use libfdt
20264
20265     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
20266     ethernet, pci, and serial for the various fixups that are done.
20267
20268     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20269
20270 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
20271 Author: Kumar Gala <galak@kernel.crashing.org>
20272 Date:   Wed Nov 28 22:40:31 2007 -0600
20273
20274     Update MPC8560 ADS to use libfdt
20275
20276     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
20277     ethernet, pci, and serial for the various fixups that are done.
20278
20279     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20280
20281 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
20282 Author: Kumar Gala <galak@kernel.crashing.org>
20283 Date:   Wed Nov 28 00:36:33 2007 -0600
20284
20285     Stop using immap_t for cpm offset on 85xx
20286
20287     In the future the offsets to various blocks may not be in same location.
20288     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
20289     instead of getting it via &immap->im_cpm.
20290
20291     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20292
20293 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
20294 Author: Kumar Gala <galak@kernel.crashing.org>
20295 Date:   Tue Nov 27 23:25:02 2007 -0600
20296
20297     Stop using immap_t for guts offset on 85xx
20298
20299     In the future the offsets to various blocks may not be in same location.
20300     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
20301     instead of getting it via &immap->im_gur.
20302
20303     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20304
20305 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
20306 Author: Kumar Gala <galak@kernel.crashing.org>
20307 Date:   Tue Nov 27 22:42:34 2007 -0600
20308
20309     Update MPC8544 DS config
20310
20311     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
20312     * Removed some misc environment setup
20313     * Moved to using fdtfile & fdtaddr as fdt env var names
20314     * Enabled CONFIG_CMDLINE_EDITING
20315
20316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20317
20318 commit addce57e2e4c49e77ffb2020a84690713bb18b47
20319 Author: Kumar Gala <galak@kernel.crashing.org>
20320 Date:   Mon Nov 26 17:12:24 2007 -0600
20321
20322     Update MPC8544DS to use libfdt
20323
20324     Updated the MPC8544DS config to use libfdt and assume use of aliases for
20325     ethernet, pci, and serial for the various fixups that are done.
20326
20327     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20328
20329 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
20330 Author: Kumar Gala <galak@kernel.crashing.org>
20331 Date:   Thu Nov 29 00:15:30 2007 -0600
20332
20333     Add libfdt based ft_cpu_setup for mpc85xx
20334
20335     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20336
20337 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
20338 Author: Stefan Roese <sr@denx.de>
20339 Date:   Tue Dec 11 13:38:19 2007 +0100
20340
20341     ppc4xx: Correct GPIO offset in gpio_config()
20342
20343     Thanks to Gary Jennejohn for pointing this out.
20344
20345     Signed-off-by: Stefan Roese <sr@denx.de>
20346
20347 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
20348 Author: Stefan Roese <sr@denx.de>
20349 Date:   Tue Dec 11 11:46:01 2007 +0100
20350
20351     rtc: Fix merging problem
20352
20353     Signed-off-by: Stefan Roese <sr@denx.de>
20354
20355 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
20356 Author: Stefan Roese <sr@denx.de>
20357 Date:   Sat Dec 8 14:47:34 2007 +0100
20358
20359     ppc4xx: 405EX: Correctly enable USB pins
20360
20361     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
20362     function control) registers. This is done for the AMCC Kilauea and
20363     Makalu eval boards.
20364
20365     Signed-off-by: Stefan Roese <sr@denx.de>
20366
20367 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
20368 Author: Stefan Roese <sr@denx.de>
20369 Date:   Sat Dec 8 08:25:09 2007 +0100
20370
20371     CFI: Coding style cleanup
20372
20373     Signed-off-by: Stefan Roese <sr@denx.de>
20374
20375 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
20376 Author: Michael Schwingen <michael@schwingen.org>
20377 Date:   Fri Dec 7 23:35:02 2007 +0100
20378
20379     CFI: support JEDEC flash roms in CFI-flash framework
20380
20381     The following patch adds support for non-CFI flash ROMS, by hooking into the
20382     CFI flash code and using most of its code, as recently discussed here in the
20383     thread "Mixing CFI and non-CFI flashs".
20384
20385     Signed-off-by: Michael Schwingen <michael@schwingen.org>
20386     Signed-off-by: Stefan Roese <sr@denx.de>
20387
20388 commit c01b17dd856fa120b2970f50d9598546a4927ec3
20389 Author: Gerald Van Baren <vanbaren@cideas.com>
20390 Date:   Wed Nov 28 21:24:50 2007 -0500
20391
20392     Conditionally compile fdt_fixup_ethernet()
20393
20394     Fix compiler warnings: On boards that don't have ethernets defined,
20395     don't compile fdt_fixup_ethernet().
20396
20397 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
20398 Author: Kumar Gala <galak@kernel.crashing.org>
20399 Date:   Tue Nov 27 21:59:46 2007 -0600
20400
20401     Convert boards that set memory node to use fdt_fixup_memory()
20402
20403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20404
20405 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
20406 Author: Kumar Gala <galak@kernel.crashing.org>
20407 Date:   Mon Nov 26 17:06:15 2007 -0600
20408
20409     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
20410
20411     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
20412     determine which serial alias we should set linux,stdout-path to.
20413
20414     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20415
20416 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
20417 Author: Kumar Gala <galak@kernel.crashing.org>
20418 Date:   Mon Nov 26 14:57:45 2007 -0600
20419
20420     Add common memory fixup function
20421
20422     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
20423
20424     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20425
20426 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
20427 Author: Kumar Gala <galak@kernel.crashing.org>
20428 Date:   Mon Nov 26 11:19:12 2007 -0600
20429
20430     Conditionally compile fdt_support.c
20431
20432     Modify common/Makefile to conditionally compile fdt_support.c based
20433     on CONFIG_OF_LIBFDT.
20434
20435     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20436
20437 commit d88e7ba0980773479e1a64badb293116071b7ef0
20438 Author: Kumar Gala <galak@kernel.crashing.org>
20439 Date:   Mon Nov 26 10:41:40 2007 -0600
20440
20441     Fix build breakage due to libfdt import
20442
20443     The IDS8247 got lost in the update and need an API update
20444     do to rename of functions in libfdt.
20445
20446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20447
20448 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
20449 Author: Gerald Van Baren <vanbaren@cideas.com>
20450 Date:   Fri Nov 23 19:43:20 2007 -0500
20451
20452     Add spaces around the = in the fdt print format.
20453
20454     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20455
20456 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
20457 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20458 Date:   Fri Dec 7 01:25:38 2007 +0900
20459
20460     sh: Moved driver of the SuperH dependence
20461
20462     The composition of the directory in the drivers/ changed.
20463     I moved SuperH serial driver and marubun PCMCIA driver.
20464
20465     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20466
20467 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
20468 Author: Wolfgang Denk <wd@denx.de>
20469 Date:   Thu Dec 6 10:21:19 2007 +0100
20470
20471     Release v1.3.1
20472
20473     Signed-off-by: Wolfgang Denk <wd@denx.de>
20474
20475 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
20476 Author: Wolfgang Denk <wd@denx.de>
20477 Date:   Thu Dec 6 10:21:03 2007 +0100
20478
20479     ADS5121 Board: fix compile problem.
20480
20481     Signed-off-by: Wolfgang Denk <wd@denx.de>
20482
20483 commit a27044b14a9e93678a82d7b35f202b93e7687abc
20484 Author: Stefan Roese <sr@denx.de>
20485 Date:   Thu Dec 6 05:58:43 2007 +0100
20486
20487     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
20488
20489     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
20490     setting the FIXD bit in the SDR0_MFR register. Here a description of the
20491     symptoms:
20492
20493     Problem Description
20494     ------------------------------
20495     If a DMA is performed between memory and PCI with the DMA 1 Controller
20496     using prefetch, and as a result uses a special purpose buffer selected by
20497     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
20498     the first part of the transfer sequence is performed twice. The
20499     PPC440SPe PCI Controller requests more data than was needed such that in
20500     the case of enforce memory protection, a host CPU  exception can occur.
20501     No data is corrupted, because data transfer is stopped in the PCI
20502     Controller. Prefetch enable is specified by setting DMA Configuration
20503     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
20504
20505     Behavior that may be observed in a running system
20506     ---------------------------------------------------------------------------
20507
20508     1. DMA performance is decreased because of the double access on the PCI bus
20509     interface.
20510     2. If an illegal access to some address on the PCI bus is detected at the
20511     system level, a machine check or similar system error may occur.
20512
20513     Workarounds Available
20514     ----------------------------------
20515
20516     1. Do not program prefetch. Note that a prefetch command cannot be programmed
20517     without selecting a special purpose buffer.
20518     2. To avoid crossing a physical boundary of the PCI slave device, add 512
20519     bytes of address to the PCI address range.
20520
20521     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
20522     from AMCC and slighly changed.
20523
20524     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
20525     Signed-off-by: Stefan Roese <sr@denx.de>
20526
20527 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
20528 Author: Stefan Roese <sr@denx.de>
20529 Date:   Tue Dec 4 16:29:48 2007 +0100
20530
20531     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
20532
20533     Signed-off-by: Stefan Roese <sr@denx.de>
20534
20535 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
20536 Author: Wolfgang Denk <wd@denx.de>
20537 Date:   Mon Dec 3 00:15:28 2007 +0100
20538
20539     Prepare for 1.3.1-rc1
20540
20541     Signed-off-by: Wolfgang Denk <wd@denx.de>
20542
20543 commit e15e33433e7c05111968dc9b434a52fd42cbd221
20544 Author: Stefan Roese <sr@denx.de>
20545 Date:   Fri Nov 30 07:15:41 2007 +0100
20546
20547     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
20548
20549     This manual PCIe reset triggering solves the problem seen with the
20550     Intel EPRO/1000 card, which was not detected (link not established)
20551     upon power-up reset.
20552
20553     Signed-off-by: Stefan Roese <sr@denx.de>
20554
20555 commit 260eea5676ca46903a335686cc020b29c4ca46fe
20556 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20557 Date:   Thu Nov 29 01:21:54 2007 +0900
20558
20559     sh: Add SuperH boards maintainer to MAINTAINERS file
20560
20561     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
20562
20563     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20564
20565 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
20566 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20567 Date:   Thu Nov 29 00:13:04 2007 +0900
20568
20569     sh: Add ms7750se support in MAKEALL
20570
20571     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20572
20573 commit c7144373427a178332bf9754131c8c34c52c200a
20574 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20575 Date:   Tue Nov 27 09:44:53 2007 +0100
20576
20577     sh: Add sh3 and sh4 support in MAKEALL
20578
20579     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20580     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20581
20582 commit 130080874a3d28450098481a262c5f7c855e908d
20583 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20584 Date:   Sun Nov 25 02:51:17 2007 +0900
20585
20586     sh: Add document for SuperH.
20587
20588     This document is a summary of information concerning SuperH of U-Boot.
20589
20590     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20591
20592 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
20593 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20594 Date:   Sun Nov 25 02:39:31 2007 +0900
20595
20596     sh: Add marubun's pcmcia driver
20597
20598     Marubun pcmcia is a chip for PCMCIA used with SuperH.
20599     Of course, this can be used even by other architectures.
20600     When use this driver, came to be able to use CompactFlash
20601     and Ethernet.
20602
20603     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20604
20605 commit febd86b969b975289ed948f1ac0eb9722da41ced
20606 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20607 Date:   Sun Nov 25 02:32:13 2007 +0900
20608
20609     sh: Update SuperH SCIF driver
20610
20611     - Changed volatile unsigned to vu_.
20612     - Changed Makefile for kconfig.
20613
20614     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20615
20616 commit 8be760903645af09871be50ad0a6f9ebb62b311d
20617 Author: Stefan Roese <sr@denx.de>
20618 Date:   Tue Nov 27 11:57:35 2007 +0100
20619
20620     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
20621
20622     After an error in the AMCC 405EX users manual now correctly configure
20623     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
20624     usage.
20625
20626     Signed-off-by: Stefan Roese <sr@denx.de>
20627
20628 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
20629 Author: Wolfgang Denk <wd@denx.de>
20630 Date:   Mon Nov 26 19:18:21 2007 +0100
20631
20632     Cleanup coding style; update CHANGELOG
20633
20634     Signed-off-by: Wolfgang Denk <wd@denx.de>
20635
20636 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
20637 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20638 Date:   Sun Nov 25 22:39:25 2007 +0100
20639
20640     MAKEALL: add missing 512x boards in ppc
20641
20642     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20643
20644 commit a340c325e668ca7386c2276387681720be9c3757
20645 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20646 Date:   Sun Nov 25 18:45:47 2007 +0100
20647
20648     Makefile : fix tags ctags etags with new drivers organization
20649
20650     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20651
20652 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
20653 Author: Stefan Roese <sr@denx.de>
20654 Date:   Mon Nov 26 15:06:14 2007 +0100
20655
20656     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
20657
20658     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
20659     operation.
20660
20661     Signed-off-by: Stefan Roese <sr@denx.de>
20662
20663 commit ca1ce226287270bb01e25b8e3674c701f12edf19
20664 Author: Stefan Roese <sr@denx.de>
20665 Date:   Mon Nov 26 15:01:45 2007 +0100
20666
20667     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
20668
20669     Signed-off-by: Stefan Roese <sr@denx.de>
20670
20671 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
20672 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20673 Date:   Sun Nov 25 18:45:47 2007 +0100
20674
20675     Makefile : fix tags ctags etags with new drivers organization
20676
20677     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20678
20679 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
20680 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20681 Date:   Sat Nov 24 21:26:56 2007 +0100
20682
20683     drivers/mtd : move mtd drivers to drivers/mtd
20684
20685     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20686
20687 commit 318c0b90431f2648552e5ade78833f42652ce859
20688 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20689 Date:   Sat Nov 24 21:17:55 2007 +0100
20690
20691     drivers/misc : move misc drivers to drivers/misc
20692
20693     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20694
20695 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
20696 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20697 Date:   Sat Nov 24 21:13:59 2007 +0100
20698
20699     drivers/block : move block drivers to drivers/block
20700
20701     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20702
20703 commit 0c698dcaa70275eb8814f665b545547cee013892
20704 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20705 Date:   Sat Nov 24 20:59:50 2007 +0100
20706
20707     drivers/rtc : move rtc drivers to drivers/rtc
20708
20709     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20710
20711 commit f868cc5a50757d94f36c312395481cb0f187d9e6
20712 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20713 Date:   Sat Nov 24 20:14:44 2007 +0100
20714
20715     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
20716
20717     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20718
20719 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
20720 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20721 Date:   Sat Nov 24 19:46:45 2007 +0100
20722
20723     drivers/input : move input drivers to drivers/input
20724
20725     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20726
20727 commit e4558666293364fc3af1c1d9381ca933fa0f1275
20728 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20729 Date:   Sat Nov 24 19:40:11 2007 +0100
20730
20731     drivers/usb : move usb drivers to drivers/usb
20732
20733     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20734
20735 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
20736 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20737 Date:   Sat Nov 24 19:33:38 2007 +0100
20738
20739     drivers/serial : move serial drivers to drivers/serial
20740
20741     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20742
20743 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
20744 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20745 Date:   Wed Nov 21 21:19:24 2007 +0100
20746
20747     drivers/net : move net drivers to drivers/net
20748
20749     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20750
20751 commit 352d259130b349fe9593b8dada641bd78a9659e5
20752 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20753 Date:   Tue Nov 20 20:41:48 2007 +0100
20754
20755     drivers/video : move video drivers to drivers/video
20756
20757     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20758
20759 commit 73646217186aa17afc8e305c5f06f06dd335eaad
20760 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20761 Date:   Tue Nov 20 20:33:09 2007 +0100
20762
20763     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
20764
20765     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20766
20767 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
20768 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20769 Date:   Tue Nov 20 20:28:09 2007 +0100
20770
20771     drivers/pci : move pci drivers to drivers/pci
20772
20773     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20774
20775 commit 9162352817579840d7802da6d85872b3ca003c97
20776 Author: Gerald Van Baren <vanbaren@cideas.com>
20777 Date:   Thu Nov 22 17:23:23 2007 -0500
20778
20779     Fix fdt printing for updated libfdt
20780
20781     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
20782
20783     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20784
20785 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
20786 Author: Kumar Gala <galak@kernel.crashing.org>
20787 Date:   Wed Nov 21 13:30:15 2007 -0600
20788
20789     Add additional fdt fixup helper functions
20790
20791     Added the following fdt fixup helpers:
20792      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
20793      * do_fixup_by_compat{_u32} - Find matching nodes by compat
20794
20795     The _u32 variants work the same only the property they are setting
20796     is know to be a 32-bit integer instead of a byte buffer.
20797
20798     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20799
20800 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
20801 Author: Kumar Gala <galak@kernel.crashing.org>
20802 Date:   Wed Nov 21 11:11:03 2007 -0600
20803
20804     Add fdt_fixup_ethernet helper to set mac addresses
20805
20806     Added a fixup helper that uses aliases to set mac addresses
20807     in the device tree based on the bd_t
20808
20809     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20810
20811 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
20812 Author: Kumar Gala <galak@kernel.crashing.org>
20813 Date:   Wed Nov 21 14:07:46 2007 -0600
20814
20815     Fix warnings from import of libfdt
20816
20817     cmd_fdt.c: In function fdt_print:
20818     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
20819     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
20820     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
20821     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
20822
20823     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20824
20825 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
20826 Author: Kumar Gala <galak@kernel.crashing.org>
20827 Date:   Wed Oct 24 11:04:22 2007 -0500
20828
20829     Update libfdt from device tree compiler (dtc)
20830
20831     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
20832     the device tree compiler (dtc) project.
20833
20834     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20835
20836 commit e93becf80d732b64aef81b23e8b6ece02c40533d
20837 Author: Kumar Gala <galak@kernel.crashing.org>
20838 Date:   Sat Nov 3 19:46:28 2007 -0500
20839
20840     Move do_fixup* for libfdt into common code
20841
20842     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
20843     into common/fdt_support.c and renamed:
20844
20845     do_fixup()  -> do_fixup_by_path()
20846     do_fixup_u32()      -> do_fixup_by_path_u32()
20847
20848     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20849
20850 commit f738b4a75998f42a7408defadc9baac7a31c92db
20851 Author: Kumar Gala <galak@kernel.crashing.org>
20852 Date:   Thu Oct 25 16:15:07 2007 -0500
20853
20854     Make no options to fdt print default to '/'
20855
20856     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20857
20858 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
20859 Author: Kumar Gala <galak@kernel.crashing.org>
20860 Date:   Wed Oct 24 10:21:57 2007 -0500
20861
20862     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
20863
20864     Removed:
20865         fdt_node_is_compatible
20866         fdt_find_node_by_type
20867         fdt_find_compatible_node
20868
20869     To ease merge of newer libfdt as we aren't using them anywhere at this time.
20870
20871     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
20872     reason.
20873
20874     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20875
20876 commit 98e2867cc85409b919f862e6c16026461ec955df
20877 Author: Grant Likely <grant.likely@secretlab.ca>
20878 Date:   Wed Nov 21 09:19:37 2007 -0700
20879
20880     [BUILD] Remove libraries when updating autoconf.mk
20881
20882     Fix library problems caused by conditional compilation.  Using
20883     autoconf.mk to decide which files to compile has caused a problem when
20884     changing configuration from one board to another without clearing out
20885     the library (*.a) files.
20886
20887     It used to be that the linker was always passed the same list of .o
20888     files when building the .a files.  However, that is not longer true
20889     with conditional compilation.  Now, a different board config will have
20890     a different file list passed to the linker.  The problem occurs when
20891     a library has already been built and the board config is changed.
20892
20893     Since the linker will update instead of replace a preexisting library,
20894     then if the file list changes to remove some object files the old
20895     objects will still exist in the library.
20896
20897     The solution is to remove all old library files when autoconf.mk is
20898     made.
20899
20900     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
20901
20902 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
20903 Author: Kumar Gala <galak@kernel.crashing.org>
20904 Date:   Wed Nov 21 08:49:50 2007 -0600
20905
20906     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
20907
20908     Modify libfdt/Makefile to conditionally compile the *.c files based
20909     on the board config.
20910
20911     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20912
20913 commit 4a43719a7738712811d822ca8125427b27a55cdc
20914 Author: Grant Likely <grant.likely@secretlab.ca>
20915 Date:   Mon Sep 24 09:05:31 2007 -0600
20916
20917     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
20918
20919     Modify common/Makefile to conditionally compile the cmd_*.c files based
20920     on the board config.
20921
20922     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
20923
20924 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
20925 Author: Grant Likely <grant.likely@secretlab.ca>
20926 Date:   Mon Sep 24 09:05:31 2007 -0600
20927
20928     [BUILD] Generate include/autoconf.mk from board config files
20929
20930     Use cpp and sed to postprocess config.h and import the defined values
20931     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
20932     give 'make' access to the board configuration.
20933
20934     Doing this enables conditional compilation at the Makefile level instead
20935     of by wrapping every .c file with #ifdef/#endif wrappers.
20936
20937     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
20938
20939 commit 68b88999da87ab88e71e1306192905be3450198e
20940 Author: Jon Loeliger <jdl@freescale.com>
20941 Date:   Tue Nov 20 15:02:26 2007 -0600
20942
20943     8610HPCD: Enable the 8610 Display Interface Unit
20944
20945     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20946
20947 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
20948 Author: Jon Loeliger <jdl@freescale.com>
20949 Date:   Tue Nov 20 15:00:53 2007 -0600
20950
20951     Move 8610 DIU interface structure definitions to header file.
20952
20953     These two structures are still needed during the
20954     initialization and setup of the DIU hardware.
20955     So move them to the fsl_diu_fb.h file for now.
20956     Official "blah".
20957
20958     Noticed-by: York Sun <yorksun@freescale.com>
20959     Signed-off-by: Jon Loeliger <jdl@freescale.com>
20960
20961 commit 080c646dbf474a109c3f85718fb01ce042a38c45
20962 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20963 Date:   Tue Nov 20 20:14:18 2007 +0100
20964
20965     drivers/i2c : move i2c drivers to drivers/i2c
20966
20967     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20968
20969 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
20970 Author: Wolfgang Denk <wd@denx.de>
20971 Date:   Mon Nov 19 22:20:24 2007 +0100
20972
20973     Prepare for 1.3.0 release.
20974
20975     Signed-off-by: Wolfgang Denk <wd@denx.de>
20976
20977 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
20978 Author: Haiying Wang <Haiying.Wang@freescale.com>
20979 Date:   Mon Nov 19 10:02:13 2007 -0500
20980
20981     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
20982
20983     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
20984
20985     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20986
20987 commit f8c320609366176b31104d9bf5e295232e1c7f1d
20988 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
20989 Date:   Mon Nov 19 11:14:16 2007 +0900
20990
20991     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
20992
20993     lowlevel_init.S: Assembler messages:
20994     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
20995
20996     Looking at codes, the `memtest' and `clearmem' are intentional mixed
20997     use of `global symbols' and `label' for debugging purpose. To make it
20998     build, just disable global-symbols-use for now. As a result `memtest'
20999     still remains as unused, but leave it be...
21000
21001     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
21002
21003 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
21004 Author: Wolfgang Denk <wd@denx.de>
21005 Date:   Mon Nov 19 12:59:14 2007 +0100
21006
21007     Fix build problems with mp2usb board
21008
21009     Signed-off-by: Wolfgang Denk <wd@denx.de>
21010
21011 commit 6bf4c686afca1e86e1c384d59218f914605713bf
21012 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21013 Date:   Sun Nov 18 18:36:11 2007 +0100
21014
21015     s3c24x0: Fix usb_ohci.c missing in Makefile
21016     and usb_ohci.c warning differ in signedness
21017
21018     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21019
21020 commit 6073f61e078da5ddb521b56256bcc36508589883
21021 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21022 Date:   Sun Nov 18 12:55:02 2007 +0100
21023
21024     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
21025
21026     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21027
21028 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
21029 Author: Wolfgang Denk <wd@denx.de>
21030 Date:   Sun Nov 18 17:11:09 2007 +0100
21031
21032     Fix compiler warnings for ARM systems.
21033
21034     Signed-off-by: Wolfgang Denk <wd@denx.de>
21035
21036 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
21037 Author: Wolfgang Denk <wd@denx.de>
21038 Date:   Sun Nov 18 16:36:27 2007 +0100
21039
21040     Fix compiler warnings for PPC systems. Update CHANGELOG.
21041
21042     Signed-off-by: Wolfgang Denk <wd@denx.de>
21043
21044 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
21045 Author: Stefan Roese <sr@denx.de>
21046 Date:   Sun Nov 18 14:44:44 2007 +0100
21047
21048     ppc4xx: Correct 405EX PCIe UTL register mapping
21049
21050     Map 4k mem space for UTL registers for each port.
21051
21052     Signed-off-by: Stefan Roese <sr@denx.de>
21053
21054 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
21055 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21056 Date:   Sat Nov 17 11:31:10 2007 +0100
21057
21058     Fix warning differ in signedness in net/net.c and net/nfs.c
21059
21060 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
21061 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21062 Date:   Sat Nov 17 20:42:45 2007 +0900
21063
21064     gth2.c: Fix a warning on gth2 build.
21065
21066     gth2.c: In function 'misc_init_r':
21067     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
21068
21069     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21070
21071 commit 2309c130aa4c84b91bd874a41269c923eb61b555
21072 Author: Stefan Roese <sr@denx.de>
21073 Date:   Sat Nov 17 07:58:25 2007 +0100
21074
21075     Fix warning differ in signedness in common/cmd_scsi.c
21076
21077     Signed-off-by: Stefan Roese <sr@denx.de>
21078
21079 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
21080 Author: Stefan Roese <sr@denx.de>
21081 Date:   Sat Nov 17 14:52:29 2007 +0100
21082
21083     ppc4xx: Update AMCC Kilauea config file
21084
21085     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
21086
21087     Signed-off-by: Stefan Roese <sr@denx.de>
21088
21089 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
21090 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21091 Date:   Sat Nov 17 20:05:26 2007 +0900
21092
21093     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
21094
21095     Current trick to pick up GNU assembler minor version does not work with the
21096     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
21097     "(GNU Binutils) ".
21098
21099       $ sde-as --version |grep "GNU assembler"
21100       GNU assembler 2.15.94 mipssde-6.02.02-20050602
21101       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
21102       2.15.94
21103       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
21104       15
21105       $
21106
21107       $ mips-linux-as --version |grep "GNU assembler"
21108       GNU assembler (GNU Binutils) 2.18
21109       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
21110       (GNU
21111       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
21112       (no output)
21113       $
21114
21115     As a result of above, you'll see many noises with such binutils:
21116
21117       make -C cpu/mips/
21118       /bin/sh: line 0: [: : integer expression expected
21119       /bin/sh: line 0: [: : integer expression expected
21120       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
21121       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
21122       /bin/sh: line 0: [: : integer expression expected
21123       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
21124       /bin/sh: line 0: [: : integer expression expected
21125       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
21126       /bin/sh: line 0: [: : integer expression expected
21127
21128     This patch simplifies the trick and makes it work with both versions of gas.
21129     I also replace an expensive `awk (or gawk)' with `cut'.
21130
21131     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21132
21133 commit 16664f72850846e645616da1c0fa5afcd6d15f15
21134 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21135 Date:   Sat Nov 17 20:05:26 2007 +0900
21136
21137     [MIPS] Remove useless instructions for initializing $gp.
21138
21139     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21140
21141 commit 03c031d5660ea946c39af6e2e16267da857c609f
21142 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21143 Date:   Sat Oct 27 15:27:06 2007 +0900
21144
21145     [MIPS] MIPS 4K core: Coding style cleanups
21146
21147     No logical changes.
21148
21149     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21150
21151 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
21152 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21153 Date:   Sat Nov 17 20:05:20 2007 +0900
21154
21155     [MIPS] gth2.c: Fix a warning on gth2 build.
21156
21157     gth2.c: In function 'misc_init_r':
21158     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
21159
21160     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21161
21162 commit 4fbd0741b2b6441da10be93e10267122581b7079
21163 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21164 Date:   Sat Oct 27 15:22:33 2007 +0900
21165
21166     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
21167
21168     au1x00_eth.c: In function 'au1x00_miiphy_write':
21169     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
21170
21171     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21172
21173 commit f01320459736f156707425cf8112f98606301aa4
21174 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21175 Date:   Sat Oct 27 15:00:25 2007 +0900
21176
21177     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
21178
21179     au1x00_eth.c: In function 'au1x00_enet_initialize':
21180     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
21181     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
21182     au1x00_eth.c:246: error: for each function it appears in.)
21183     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
21184     au1x00_eth.c: In function 'au1x00_miiphy_write':
21185     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
21186     make[1]: *** [au1x00_eth.o] Error 1
21187
21188     Fixed by moving these two functions forward.
21189
21190     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21191
21192 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
21193 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21194 Date:   Sat Oct 27 15:00:25 2007 +0900
21195
21196     MAKEALL: Added missing pb1000 board
21197
21198     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21199
21200 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
21201 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21202 Date:   Sat Oct 27 15:00:24 2007 +0900
21203
21204     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
21205
21206     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21207
21208 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
21209 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21210 Date:   Sat Oct 27 15:00:24 2007 +0900
21211
21212     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
21213
21214     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21215
21216 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
21217 Author: Wolfgang Denk <wd@denx.de>
21218 Date:   Sat Nov 17 02:34:38 2007 +0100
21219
21220     Update CHANGELOIG, prepare for -rc4
21221
21222     Signed-off-by: Wolfgang Denk <wd@denx.de>
21223
21224 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
21225 Author: Luotao Fu <l.fu@pengutronix.de>
21226 Date:   Wed Nov 14 18:58:33 2007 +0100
21227
21228     Fix the i2c frequency and default address in rsdproto board
21229
21230     rsdproto board support has wrong I2C frequency and wrong return value
21231     handling.
21232
21233     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
21234
21235 commit 429c180edad038f91c989cb14b478228092e7054
21236 Author: Wolfgang Denk <wd@denx.de>
21237 Date:   Sat Nov 17 01:45:38 2007 +0100
21238
21239     powerpc: Backout relocation changes for MPC5121, too.
21240
21241     Apply Grant Likely's backout to MPC5121 code, too.
21242
21243     Pointed out by Rafal Jaworowski <raj@semihalf.com>
21244
21245     Signed-off-by: Wolfgang Denk <wd@denx.de>
21246
21247 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
21248 Author: Grant Likely <grant.likely@secretlab.ca>
21249 Date:   Tue Nov 13 22:18:33 2007 -0700
21250
21251     powerpc: Backout relocation changes.
21252
21253     Ugh.  I *hate* to back this change out, but these compiler flags don't
21254     work for relocation on all versions of GCC.  I've not been able to
21255     reproduce the environment in my setup (and hence, not been able to
21256     find a combination that *does* work), so I've got no choice but to go
21257     back to the old gcc flags and linker script.
21258
21259     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21260
21261 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
21262 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21263 Date:   Tue Nov 13 09:11:05 2007 +0100
21264
21265     Fixed mips_io_port_base build errors.
21266
21267     This patch has been sent on:
21268     - 29 Sep 2007
21269
21270     Although mips_io_port_base is currently a part of IDE command, it is quite
21271     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
21272     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
21273
21274     This patch is triggered by multiple definition of `mips_io_port_base' build
21275     error on gth2 (and tb0229 also needs this fix.)
21276
21277     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
21278     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
21279     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
21280     make: *** [u-boot] Error 1
21281
21282     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21283     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21284
21285 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
21286 Author: Wolfgang Denk <wd@denx.de>
21287 Date:   Sat Nov 17 01:30:40 2007 +0100
21288
21289     Fix a bug in the slave serial programming mode for the Xilinx
21290     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
21291     the most significant bit was set, which did not work on any
21292     architecture where "char" defaulted to be an unsigned type.
21293
21294     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
21295
21296     Signed-off-by: Wolfgang Denk <wd@denx.de>
21297
21298 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
21299 Author: Jon Loeliger <jdl@freescale.com>
21300 Date:   Thu Nov 1 12:23:29 2007 -0500
21301
21302     86xx: Fix broken variable reference when #def DEBUGing.
21303
21304     Sometimes you can't reference the DDR2 controller variables.
21305
21306     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21307
21308 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
21309 Author: Jason Jin <Jason.jin@freescale.com>
21310 Date:   Fri Oct 26 18:32:00 2007 +0800
21311
21312     make 8610 board use pixis reset
21313
21314     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21315
21316 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
21317 Author: Jason Jin <Jason.jin@freescale.com>
21318 Date:   Mon Oct 29 19:26:21 2007 +0800
21319
21320     Unify pixis_reset altbank across board families
21321
21322     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
21323     into the separate board config files.
21324
21325     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21326     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21327
21328 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
21329 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21330 Date:   Wed Nov 7 08:19:21 2007 +0100
21331
21332     Fix warning: pointer targets in assignment differ in signedness
21333
21334     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21335
21336 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
21337 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21338 Date:   Wed Nov 7 08:19:19 2007 +0100
21339
21340     Fix warning differ in signedness in common/cmd_ide.c
21341
21342     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21343
21344 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
21345 Author: Stefan Roese <sr@denx.de>
21346 Date:   Fri Nov 16 14:16:54 2007 +0100
21347
21348     ppc4xx: Enable 405EX PCIe UTL register configuration
21349
21350     Till now the UTL registers on 405EX were not initialized but left with
21351     their default values. This patch new initializes some of the UTL
21352     registers on 405EX.
21353
21354     Signed-off-by: Stefan Roese <sr@denx.de>
21355
21356 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
21357 Author: Stefan Roese <sr@denx.de>
21358 Date:   Fri Nov 16 14:00:59 2007 +0100
21359
21360     ppc4xx: Update AMCC Makalu for board rev 1.1
21361
21362     This patch adds changes needed for Makalu rev 1.1:
21363
21364     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
21365     - Enable 2nd ethernet port EMAC1
21366     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
21367     - Reset PCIe ports via GPIO upon bootup
21368
21369     Signed-off-by: Stefan Roese <sr@denx.de>
21370
21371 commit 4d4faae65e115e327425cd514c1a35146a85166b
21372 Author: Grant Likely <grant.likely@secretlab.ca>
21373 Date:   Mon Sep 24 09:05:31 2007 -0600
21374
21375     Group PCI and PCMCIA drivers in drivers/Makefile
21376
21377     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21378
21379 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
21380 Author: Grant Likely <grant.likely@secretlab.ca>
21381 Date:   Mon Sep 24 09:05:31 2007 -0600
21382
21383     Group block/flash drivers in drivers/Makefile
21384
21385     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21386
21387 commit df58c81551700f058b44cacf55a7997fa63bfe0a
21388 Author: Grant Likely <grant.likely@secretlab.ca>
21389 Date:   Mon Sep 24 09:05:31 2007 -0600
21390
21391     Group USB drivers in drivers/Makefile
21392
21393     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21394
21395 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
21396 Author: Grant Likely <grant.likely@secretlab.ca>
21397 Date:   Mon Sep 24 09:05:30 2007 -0600
21398
21399     Group i2c drivers in drivers/Makefile
21400
21401     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21402
21403 commit ec00c76de0e5971273905998d62d6bb119324218
21404 Author: Grant Likely <grant.likely@secretlab.ca>
21405 Date:   Mon Sep 24 09:05:30 2007 -0600
21406
21407     Group console drivers in drivers/Makefile
21408
21409     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21410
21411 commit 754f230aa01b8c789fc31f8013c2487954073300
21412 Author: Grant Likely <grant.likely@secretlab.ca>
21413 Date:   Mon Sep 24 09:05:30 2007 -0600
21414
21415     Group network drivers in drivers/Makefile
21416
21417     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21418
21419 commit f0037c56b0d12cd46215124667b9f83d60ef9391
21420 Author: Grant Likely <grant.likely@secretlab.ca>
21421 Date:   Mon Sep 24 09:05:30 2007 -0600
21422
21423     Build: split COBJS value into multiple lines
21424
21425     This change is in preparation for condtitionial compile support in the
21426     build system.  By spliting them all into seperate lines now, subsequent
21427     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
21428     be less invasive and easier to review
21429
21430     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21431
21432 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
21433 Author: Grant Likely <grant.likely@secretlab.ca>
21434 Date:   Mon Sep 24 09:05:30 2007 -0600
21435
21436     Add .gitignore files
21437
21438     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21439     Acked-by: Kim Phillips <kim.phillips@freescale.com>
21440
21441 commit 955413f35f054a82e40042f1dbcf501c6a05719b
21442 Author: Grant Likely <grant.likely@secretlab.ca>
21443 Date:   Thu Nov 15 08:27:52 2007 -0700
21444
21445     Revert "Correct relocation fixup for mpc5xx"
21446
21447     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
21448     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21449
21450 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
21451 Author: Grant Likely <grant.likely@secretlab.ca>
21452 Date:   Thu Nov 15 08:24:32 2007 -0700
21453
21454     Revert "Correct fixup relocation for MPC5xxx"
21455
21456     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
21457     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21458
21459 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
21460 Author: Grant Likely <grant.likely@secretlab.ca>
21461 Date:   Thu Nov 15 08:21:04 2007 -0700
21462
21463     Revert "Correct fixup relocation for mpc8220"
21464
21465     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
21466     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21467
21468 commit 70922342369e5e39b286fe21e768a239ca07a514
21469 Author: Grant Likely <grant.likely@secretlab.ca>
21470 Date:   Thu Nov 15 08:20:57 2007 -0700
21471
21472     Revert "Correct fixup relocation for mpc824x"
21473
21474     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
21475     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21476
21477 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
21478 Author: Grant Likely <grant.likely@secretlab.ca>
21479 Date:   Thu Nov 15 08:20:50 2007 -0700
21480
21481     Revert "Correct fixup relocation for mpc8260"
21482
21483     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
21484     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21485
21486 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
21487 Author: Grant Likely <grant.likely@secretlab.ca>
21488 Date:   Thu Nov 15 08:20:43 2007 -0700
21489
21490     Revert "Correct fixup relocation for mpc83xx"
21491
21492     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
21493     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21494
21495 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
21496 Author: Grant Likely <grant.likely@secretlab.ca>
21497 Date:   Thu Nov 15 08:20:25 2007 -0700
21498
21499     Revert "[MPC512x] Correct fixup relocation"
21500
21501     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
21502     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21503
21504 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
21505 Author: Stefan Roese <sr@denx.de>
21506 Date:   Thu Nov 15 14:25:09 2007 +0100
21507
21508     ppc4xx: Small AMCC Kilauea cleanup
21509
21510     Remove not needed pci_target_init() function.
21511
21512     Signed-off-by: Stefan Roese <sr@denx.de>
21513
21514 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
21515 Author: Stefan Roese <sr@denx.de>
21516 Date:   Thu Nov 15 14:23:55 2007 +0100
21517
21518     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
21519
21520     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
21521     - Cleanup of the 4xx GPIO functions
21522     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
21523
21524     Signed-off-by: Stefan Roese <sr@denx.de>
21525
21526 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
21527 Author: Stefan Roese <sr@denx.de>
21528 Date:   Thu Nov 15 14:20:08 2007 +0100
21529
21530     ppc4xx: AMCC Taihu board config file cleanup
21531
21532     This patch makes the AMCC Taihu a little more compatible to the other
21533     AMCC eval boards.
21534
21535     Signed-off-by: Stefan Roese <sr@denx.de>
21536
21537 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
21538 Author: Marian Balakowicz <m8@semihalf.com>
21539 Date:   Thu Nov 15 13:37:28 2007 +0100
21540
21541     [INKA4x0] NG hardware: flash support
21542
21543     Disabled and remove inka4x0 custom flash driver, use CFI flash
21544     driver instead.
21545
21546     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21547
21548 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
21549 Author: Marian Balakowicz <m8@semihalf.com>
21550 Date:   Thu Nov 15 13:29:55 2007 +0100
21551
21552     [INKA4x0] NG hardware: SDRAM support
21553
21554     Add support for three new DDR chips that may  be present on a NG
21555     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
21556
21557     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
21558
21559     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21560
21561 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
21562 Author: Marian Balakowicz <m8@semihalf.com>
21563 Date:   Thu Nov 15 13:24:43 2007 +0100
21564
21565     [INKA4x0] NG hardware: platform code update
21566
21567     - Cleanup compile warnings.
21568     - Add missing '\0' in default environment.
21569     - Increase CFG_MONITOR_LEN to 256 KiB.
21570     - Add required CFG_USE_PPCENV.
21571
21572     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21573
21574 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
21575 Author: Peter Pearse <peter.pearse@arm.com>
21576 Date:   Thu Nov 15 08:58:00 2007 +0000
21577
21578     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
21579     Remove warnings re onenand_read() & write()
21580
21581 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
21582 Author: Peter Pearse <peter.pearse@arm.com>
21583 Date:   Thu Nov 15 08:45:13 2007 +0000
21584
21585     Correction patch
21586
21587 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
21588 Author: Roy Zang <tie-fei.zang@freescale.com>
21589 Date:   Thu Sep 13 18:52:28 2007 +0800
21590
21591     Enable ULi1575 Ethernet support in 8610HPCD config
21592
21593     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
21594     Acked-by: Jon Loeliger <jdl@freescale.com>
21595
21596 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
21597 Author: Stefan Roese <sr@denx.de>
21598 Date:   Tue Nov 13 08:18:20 2007 +0100
21599
21600     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
21601
21602     Signed-off-by: Stefan Roese <sr@denx.de>
21603
21604 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
21605 Author: Stefan Roese <sr@denx.de>
21606 Date:   Tue Nov 13 08:06:11 2007 +0100
21607
21608     ppc4xx: Fix 405EX PCIe UTLSET register setup
21609
21610     Signed-off-by: Stefan Roese <sr@denx.de>
21611
21612 commit 1ce55151c85d068f70317a8d65c61058b891afb4
21613 Author: Heiko Schocher <hs@denx.de>
21614 Date:   Tue Nov 13 07:50:29 2007 +0100
21615
21616     [UC101] SRAM now with 2 MB working.
21617
21618     Signed-off-by: Heiko Schocher <hs@denx.de>
21619
21620 commit 2d14684341109a69616e4d6016cd61402d55086f
21621 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21622 Date:   Fri Nov 9 15:37:53 2007 +0100
21623
21624     ppc4xx: Use generic usb-ohci driver for sequoia board
21625
21626     This patch makes the sequoia board use the generic usb-ohci driver
21627     instead of cpu/ppc4xx/usb_ohci.c.
21628
21629     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21630     Signed-off-by: Stefan Roese <sr@denx.de>
21631
21632 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
21633 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21634 Date:   Fri Nov 9 15:37:23 2007 +0100
21635
21636     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
21637
21638     This patch disables the 44x d-cache on 'usb start' and
21639     reenables it on 'usb stop'. This should be seen as a
21640     temporary fix until the generic usb-ohci driver can
21641     life with d-cache enabled.
21642
21643     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21644     Signed-off-by: Stefan Roese <sr@denx.de>
21645
21646 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
21647 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21648 Date:   Fri Nov 9 15:36:44 2007 +0100
21649
21650     ppc4xx: Remove redundant code from 4xx network driver
21651
21652     This patch removes some redundant code and decrements the end
21653     address of cache flush and invalidate by 1.
21654
21655     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21656     Signed-off-by: Stefan Roese <sr@denx.de>
21657
21658 commit 5ca9881aad8c413ac2a82868a5e3719178254502
21659 Author: Peter Pearse <peter.pearse@arm.com>
21660 Date:   Fri Nov 9 15:24:26 2007 +0000
21661
21662     Add apollon board support
21663     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21664
21665 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
21666 Author: Stefan Roese <sr@denx.de>
21667 Date:   Fri Nov 9 12:19:58 2007 +0100
21668
21669     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
21670
21671     Signed-off-by: Stefan Roese <sr@denx.de>
21672
21673 commit c7f69c340277935a6c19a956421852da944a365f
21674 Author: Stefan Roese <sr@denx.de>
21675 Date:   Fri Nov 9 12:18:54 2007 +0100
21676
21677     ppc4xx: Make output a little shorter on I2C bootrom detection
21678
21679     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
21680     already print a line with the information which I2C bootrom is
21681     used for bootstrap configuration. So we don't need this extra line
21682     with "I2C boot EEPROM en-/dis-abled".
21683
21684     This patch also has a little code cleanup integrated.
21685
21686     Signed-off-by: Stefan Roese <sr@denx.de>
21687
21688 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
21689 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21690 Date:   Thu Nov 8 12:50:18 2007 -0600
21691
21692     ColdFire: MCF5329 - Remove reset registers from CCM
21693
21694     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21695
21696 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
21697 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21698 Date:   Thu Nov 8 12:31:11 2007 -0600
21699
21700     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
21701
21702     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21703
21704 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
21705 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21706 Date:   Thu Nov 8 12:19:01 2007 -0600
21707
21708     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
21709
21710     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21711
21712 commit 225a24b5e062ad94627424508ae814f51dbe1a34
21713 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21714 Date:   Wed Nov 7 18:00:54 2007 -0600
21715
21716     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
21717
21718     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21719
21720 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
21721 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21722 Date:   Wed Nov 7 17:56:15 2007 -0600
21723
21724     ColdFire: MCF532x - Update do_reset() using core reset
21725
21726     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21727
21728 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
21729 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21730 Date:   Wed Nov 7 17:51:00 2007 -0600
21731
21732     ColdFire: Update cpu flag for 4.2-xx compiler
21733
21734     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21735
21736 commit 070ba56115b4da63b46e974287fa4550d4023386
21737 Author: York Sun <yorksun@freescale.com>
21738 Date:   Wed Oct 31 14:59:04 2007 -0500
21739
21740     8610: Add console frame buffer support to FSL 8610 DIU driver.
21741
21742     Add cfb console support to FSL 8610 DIU driver.
21743     Inspect board version from PIXIS to obtain correct pixel format.
21744
21745     Use #define CONFIG_VIDEO in config file to enable fb console.
21746
21747     To switch monitor, set monitor variable to
21748     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
21749     followed by "diufb init".
21750
21751     Preserve logo bitmap at the top of the fb console.
21752
21753     Signed-off-by: York Sun <yorksun@freescale.com>
21754     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21755
21756 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
21757 Author: York Sun <yorksun@freescale.com>
21758 Date:   Mon Oct 29 13:58:39 2007 -0500
21759
21760     8610: Add 8610 DIU display driver
21761
21762     1280x1024 and 1024x768 @ 32 bpp are supported now.
21763     DVI, Single-link LVDS, Double-link LVDS are all supported.
21764
21765     Environmental variable "monitor" is used to specify monitor port.
21766
21767     A new command "diufb" is introduced to reinitialize monitor
21768     and display a BMP file in the memory. So far, 1-bit, 4-bit,
21769     8-bit and 24-bit BMP formats are supported.
21770
21771         diufb init
21772             - initialize the diu driver
21773         Enable the port specified in the environmental variable "monitor"
21774
21775         diufb addr
21776             - display bmp file in memory.
21777         The bmp image should be no bigger than the resolution, 1280x1024
21778         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
21779
21780     Note, this driver allocate memory but doesn't free it after use
21781     It is written on purpose -- to avoid a failure of reallocation
21782     due to memory fragement.
21783
21784     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
21785
21786     Signed-off-by: York Sun <yorksun@freescale.com>
21787     Signed-off-by: Jon loeliger <jdl@freescale.com>
21788
21789 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
21790 Author: York Sun <yorksun@freescale.com>
21791 Date:   Wed Oct 31 10:43:59 2007 -0500
21792
21793     FSL: Add a freescale bitmap logo.
21794
21795     This Freescale logo is a 340 x 128 x 4bpp BMP file
21796     that can be displayed by the DIU Framebuffer driver.
21797
21798     Signed-off-by: York Sun <yorksun@freescale.com>
21799     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21800
21801 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
21802 Author: York Sun <yorksun@freescale.com>
21803 Date:   Mon Oct 29 13:57:53 2007 -0500
21804
21805     8610: Make some extra debug environment variables conditional.
21806
21807     One may #define ENV_DEBUG to get them back again.
21808
21809     Signed-off-by: York Sun <yorksun@freescale.com>
21810
21811 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
21812 Author: Jason Jin <Jason.jin@freescale.com>
21813 Date:   Mon Oct 29 19:26:21 2007 +0800
21814
21815     8610: Actually enable pixis_reset CONFIGs
21816
21817     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21818
21819 commit f3bceaab230b4748d0afc4109b6837308f018b40
21820 Author: Jason Jin <Jason.jin@freescale.com>
21821 Date:   Fri Oct 26 18:31:59 2007 +0800
21822
21823     Fix the BAT definition of PCI IO on 8610 board
21824
21825     The address in the BAT register is aligned with the BAT size.
21826     The original definition actually did not define BAT for PCIE2 IO.
21827     This patch fix this.
21828
21829     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21830
21831 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
21832 Author: Jason Jin <Jason.jin@freescale.com>
21833 Date:   Mon Oct 29 19:26:21 2007 +0800
21834
21835     Unify pixis_reset altbank across board families
21836
21837     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
21838     into the separate board config files.
21839
21840     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21841     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21842
21843 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
21844 Author: Jason Jin <Jason.jin@freescale.com>
21845 Date:   Fri Oct 26 18:32:00 2007 +0800
21846
21847     make 8610 board use pixis reset
21848
21849     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21850
21851 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
21852 Author: Jon Loeliger <jdl@freescale.com>
21853 Date:   Thu Nov 1 12:23:29 2007 -0500
21854
21855     86xx: Fix broken variable reference when #def DEBUGing.
21856
21857     Sometimes you can't reference the DDR2 controller variables.
21858
21859     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21860
21861 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
21862 Author: Roy Zang <tie-fei.zang@freescale.com>
21863 Date:   Mon Nov 5 17:39:24 2007 +0800
21864
21865     Implement general ULi 526x Ethernet driver support in U-boot
21866
21867     This patch implements general ULi 526x Ethernet driver.
21868     Until now, it is the only native Ethernet port on
21869     MPC8610HPCD board, but it could be used on other boards
21870     with ULi 526x Ethernet port as well.
21871
21872     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
21873     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
21874     Acked-by: Jon Loeliger <jdl@freescale.com>
21875     Signed-off-by: Ben Warren <bwarren@qstreams.com>
21876
21877 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
21878 Author: Larry Johnson <lrj@arlinx.com>
21879 Date:   Thu Nov 1 08:46:50 2007 -0500
21880
21881     NET: Add Ethernet 1000BASE-X support for PPC4xx
21882
21883     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
21884     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
21885     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
21886     "mii info" command is modified to distinguish between 1000BASE-T and -X.
21887
21888     Signed-off-by: Larry Johnson <lrj@acm.org>
21889     Signed-off-by: Ben Warren <bwarren@qstreams.com>
21890
21891 commit 298035df4948b113d29ac0e694717d34b95bc5dc
21892 Author: Larry Johnson <lrj@arlinx.com>
21893 Date:   Wed Oct 31 11:21:29 2007 -0500
21894
21895     NET: Cosmetic changes
21896
21897     Signed-off-by: Larry Johnson <lrj@acm.org>
21898     Signed-off-by: Ben Warren <bwarren@qstreams.com>
21899
21900 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
21901 Author: Stefan Roese <sr@denx.de>
21902 Date:   Mon Nov 5 07:43:05 2007 +0100
21903
21904     ppc4xx: Make output a little shorter on PCIe detection
21905
21906     Now not max 3 lines but 2 lines are printed per PCIe port.
21907
21908     Signed-off-by: Stefan Roese <sr@denx.de>
21909
21910 commit 992742a5b09d9040adbd156fb90756af66ade310
21911 Author: Wolfgang Denk <wd@denx.de>
21912 Date:   Sat Nov 3 23:09:27 2007 +0100
21913
21914     Cleanup coding style; update CHANGELOG
21915
21916     Signed-off-by: Wolfgang Denk <wd@denx.de>
21917
21918 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
21919 Author: Bruce Adler <bruce.adler@ccpu.com>
21920 Date:   Fri Nov 2 13:15:42 2007 -0700
21921
21922     fix wording in README
21923
21924     Changed the wording to properly describe the shadowing
21925     of the environment from ROM to RAM
21926
21927     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
21928
21929 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
21930 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21931 Date:   Wed Oct 31 02:18:15 2007 +0900
21932
21933     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
21934
21935     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21936
21937 commit ec22755799466c8a103664bb3a5e647bf9c238f4
21938 Author: Vlad Lungu <vlad@comsys.ro>
21939 Date:   Thu Oct 25 16:08:14 2007 +0300
21940
21941     Trimmed some variables in ne2000.c
21942
21943     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
21944
21945 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
21946 Author: Zhang Wei <wei.zhang@freescale.com>
21947 Date:   Thu Oct 25 17:51:27 2007 +0800
21948
21949     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
21950
21951     The scan code of the key 'z' is 0x1d, which should be handled.
21952
21953     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
21954     controller.
21955
21956     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
21957
21958 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
21959 Author: Zhang Wei <wei.zhang@freescale.com>
21960 Date:   Thu Oct 25 17:30:04 2007 +0800
21961
21962     Fix USB support issue for MPC8641HPCN board.
21963
21964     The configuration file has already enabled USB, but it
21965     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
21966     on MPC8641HPCN can not work because of the wrong USB
21967     register endian.
21968
21969     And add the USB command to U-Boot commands list.
21970
21971     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
21972
21973 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
21974 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21975 Date:   Wed Oct 24 18:16:01 2007 +0200
21976
21977     Use config_cmd_default.h instead of config_cmd_all.h
21978
21979     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21980
21981 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
21982 Author: Marian Balakowicz <m8@semihalf.com>
21983 Date:   Wed Oct 24 01:37:36 2007 +0200
21984
21985     TQM5200: Call usb_cpu_init() during board init
21986
21987     usb_cpu_init() configures GPS USB pins, clocks, etc. and
21988     is required for proper operation of kernel USB subsystem.
21989     This setup was previously done in the kernel by the fixup
21990     code which is being removed, thus low level init must be
21991     done by U-boot now.
21992
21993     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21994
21995 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
21996 Author: Guennadi Liakhovetski <lg@denx.de>
21997 Date:   Tue Oct 23 16:25:50 2007 +0200
21998
21999     Fix typo in nfs.c
22000
22001     An obvious typo. Originally fixed in linkstation u-boot port.
22002
22003     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22004
22005 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
22006 Author: Guennadi Liakhovetski <lg@denx.de>
22007 Date:   Tue Oct 23 14:35:05 2007 +0200
22008
22009     Fix a typo in cpu/mpc824x/interrupts.c
22010
22011     Since December 2003 the timer_interrupt_cpu() function in
22012     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
22013     parameter. Remove it.
22014
22015     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22016
22017 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
22018 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
22019 Date:   Wed Oct 17 11:13:51 2007 +0200
22020
22021     add ft_cpu_setup(..) on mpc8260
22022
22023     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
22024     based on code from mpc5xxx
22025
22026     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
22027     --
22028
22029 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
22030 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
22031 Date:   Wed Oct 17 11:18:42 2007 +0200
22032
22033     changes for IDS8247 board support
22034
22035     To get the IDS8247 board working following are done:
22036      - FCC2 is deactivated
22037      - FCC1 is activated
22038      - I2C is activated
22039      - CFI driver is activated
22040      - Adapted for use with LIBFDT
22041
22042     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
22043     --
22044
22045 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
22046 Author: Stefan Roese <sr@denx.de>
22047 Date:   Sat Nov 3 12:08:28 2007 +0100
22048
22049     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
22050
22051     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
22052     Again, only one image supports both targets.
22053
22054     Signed-off-by: Stefan Roese <sr@denx.de>
22055
22056 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
22057 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
22058 Date:   Wed Oct 24 15:48:37 2007 +0200
22059
22060     ATSTK1002: Remove default ethernet addresses
22061
22062     Wolfgang is right: It's not a good idea to set up default initial
22063     ethernet addresses for a board, even though they belong to the local
22064     range.
22065
22066     This will change the failure mode from "IT manager screams at you for
22067     using duplicate ethernet addresses" to a nice error message explaining
22068     that the ethernet address hasn't been set properly.
22069
22070     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
22071
22072 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
22073 Author: Justin Flammia <jflammia@savantav.com>
22074 Date:   Mon Oct 29 17:40:35 2007 -0400
22075
22076     DHCP Client Fix
22077
22078     This is a multi-part message in MIME format.
22079
22080     commit e6e505eae94ed721e123e177489291fc4544b7b8
22081     Author: Justin Flammia <jflammia@savantav.com>
22082     Date:   Mon Oct 29 17:19:03 2007 -0400
22083
22084         Found a bug in the way the DHCP Request packet is built, where the IP address
22085         that is offered by the server is bound to prematurely. This patch is a fix of
22086         that bug where the IP address offered by the DHCP server is not used until
22087         after the DHCP ACK from the server is received.
22088
22089     Signed-off-by: Justin Flammia <jflammia@savantav.com>
22090     Signed-off-by: Ben Warren <bwarren@qstreams.com>
22091
22092 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
22093 Author: Stefan Roese <sr@denx.de>
22094 Date:   Wed Oct 31 20:58:34 2007 +0100
22095
22096     ppc4xx: Fix acadia_nand build problem
22097
22098     Since the cache handling functions were moved from start.S into cache.S
22099     the acadia NAND booting Makfile needs to be adapted accordingly.
22100
22101     Signed-off-by: Stefan Roese <sr@denx.de>
22102
22103 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
22104 Author: Stefan Roese <sr@denx.de>
22105 Date:   Wed Oct 31 20:57:11 2007 +0100
22106
22107     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
22108
22109     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
22110     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
22111     boards by defining CONFIG_4xx_DCACHE in the board config file. This
22112     option will disappear, when more boards use is successfully and no
22113     more known problems exist.
22114
22115     This is tested successfully on Sequoia and Katmai. The only problem that
22116     needs to be fixed is, that USB is not working on Sequoia right now, since
22117     it will need some cache handling code too, similar to the 4xx EMAC driver.
22118
22119     Signed-off-by: Stefan Roese <sr@denx.de>
22120
22121 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
22122 Author: Stefan Roese <sr@denx.de>
22123 Date:   Wed Oct 31 20:51:10 2007 +0100
22124
22125     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
22126
22127     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
22128     disable the cache for the CPU POST tests, since these tests consist
22129     of self modifying code. This is done via the new change_tlb() function.
22130
22131     Signed-off-by: Stefan Roese <sr@denx.de>
22132
22133 commit f71b2888b4b3c870909a0341427b2a914246f81f
22134 Author: Stefan Roese <sr@denx.de>
22135 Date:   Wed Oct 31 20:47:26 2007 +0100
22136
22137     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
22138
22139     This patch enables the 4xx EMAC POST driver to work too, when dcache is
22140     enabled.
22141
22142     Signed-off-by: Stefan Roese <sr@denx.de>
22143
22144 commit a2685904061b35a17583d65fe47cdc2686a69eaa
22145 Author: Stefan Roese <sr@denx.de>
22146 Date:   Wed Oct 31 20:45:53 2007 +0100
22147
22148     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
22149
22150     Signed-off-by: Stefan Roese <sr@denx.de>
22151
22152 commit ff768cb168d8157c24a25016dbfbeb465e47f420
22153 Author: Stefan Roese <sr@denx.de>
22154 Date:   Wed Oct 31 18:01:24 2007 +0100
22155
22156     ppc4xx: Change 4xx ethernet driver to handle cached memory too
22157
22158     This patch enables the 4xx EMAC driver to work too, when dcache is
22159     enabled.
22160
22161     Signed-off-by: Stefan Roese <sr@denx.de>
22162
22163 commit 483e09a223c666269ef81d3573a6591b1046b0ef
22164 Author: Stefan Roese <sr@denx.de>
22165 Date:   Wed Oct 31 17:59:22 2007 +0100
22166
22167     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
22168
22169     This function is used to either turn cache on or off in a specific
22170     memory area.
22171
22172     Signed-off-by: Stefan Roese <sr@denx.de>
22173
22174 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
22175 Author: Stefan Roese <sr@denx.de>
22176 Date:   Wed Oct 31 17:57:52 2007 +0100
22177
22178     ppc4xx: Remove cache definition from 4xx board config files
22179
22180     All 4xx board config files don't need the cache definitions anymore.
22181     These are now defined in common headers.
22182
22183     Signed-off-by: Stefan Roese <sr@denx.de>
22184
22185 commit 9b94ac61d2176185c30adf0793e079ec30e68687
22186 Author: Stefan Roese <sr@denx.de>
22187 Date:   Wed Oct 31 17:55:58 2007 +0100
22188
22189     ppc4xx: Rework 4xx cache support
22190
22191     New cache handling functions added and all existing functions
22192     moved from start.S into seperate cache.S.
22193
22194     Signed-off-by: Stefan Roese <sr@denx.de>
22195
22196 commit 06713773da4ac3d390c63d82641eb553224b27c2
22197 Author: Stefan Roese <sr@denx.de>
22198 Date:   Tue Oct 23 18:03:12 2007 +0200
22199
22200     ppc4xx: Remove compiler warning from previous commit
22201
22202     Signed-off-by: Stefan Roese <sr@denx.de>
22203
22204 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
22205 Author: Stefan Roese <sr@denx.de>
22206 Date:   Tue Oct 23 14:40:30 2007 +0200
22207
22208     ppc4xx: Remove temporary TLB entry in POST cache test
22209
22210     Signed-off-by: Stefan Roese <sr@denx.de>
22211
22212 commit 1338e6a81834099ba19733b69aafd8ef5f098094
22213 Author: Stefan Roese <sr@denx.de>
22214 Date:   Tue Oct 23 14:05:08 2007 +0200
22215
22216     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
22217
22218     I lately noticed, that newer 4xx board with GBit support sometimes don't
22219     finish link autonegotiation in 4 seconds. Changing this timeout to 5
22220     seconds seems fine here.
22221
22222     Signed-off-by: Stefan Roese <sr@denx.de>
22223
22224 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
22225 Author: Stefan Roese <sr@denx.de>
22226 Date:   Tue Oct 23 14:03:17 2007 +0200
22227
22228     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
22229
22230     This patch changes all in32/out32 calls to use the recommended in_be32/
22231     out_be32 macros instead.
22232
22233     Signed-off-by: Stefan Roese <sr@denx.de>
22234
22235 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
22236 Author: Stefan Roese <sr@denx.de>
22237 Date:   Thu Oct 25 12:24:59 2007 +0200
22238
22239     ppc4xx: Fix POST ethernet test for Haleakala
22240
22241     The POST ethernet test needed to be changed to dynamically determine
22242     the count of ethernet devices. This code is cloned from the 4xx
22243     ethernet driver.
22244
22245     Signed-off-by: Stefan Roese <sr@denx.de>
22246
22247 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
22248 Author: Stefan Roese <sr@denx.de>
22249 Date:   Tue Oct 23 11:31:05 2007 +0200
22250
22251     ppc4xx: Correct UART input clock calculation and passing to fdt
22252
22253     We now use a value in the gd (global data) structure for the UART input
22254     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
22255     in get_sys_info().
22256
22257     Signed-off-by: Stefan Roese <sr@denx.de>
22258
22259 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
22260 Author: Stefan Roese <sr@denx.de>
22261 Date:   Tue Oct 23 10:10:08 2007 +0200
22262
22263     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
22264
22265     The Haleakala is nearly identical with the Kilauea eval board. The only
22266     difference is that the 405EXr only supports one EMAC and one PCIe
22267     interface. This patch adds support for the Haleakala board by using
22268     the identical image for Kilauea and Haleakala. The distinction is done
22269     by comparing the PVR.
22270
22271     Signed-off-by: Stefan Roese <sr@denx.de>
22272
22273 commit 9f798766aa85e62eb8fa8c721e148df609b78137
22274 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
22275 Date:   Tue Oct 23 08:29:10 2007 +0200
22276
22277     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
22278
22279     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
22280
22281     Note:
22282     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
22283     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
22284     modules are still plugged in. So it is recommended to remove the DIMM
22285     modules while using the NAND booting code with the fixed SDRAM setup!
22286
22287     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
22288     Signed-off-by: Stefan Roese <sr@denx.de>
22289
22290 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
22291 Author: Stefan Roese <sr@denx.de>
22292 Date:   Mon Oct 22 16:24:44 2007 +0200
22293
22294     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
22295
22296     Signed-off-by: Stefan Roese <sr@denx.de>
22297
22298 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
22299 Author: Stefan Roese <sr@denx.de>
22300 Date:   Mon Oct 22 16:22:40 2007 +0200
22301
22302     ppc4xx: Rework of 4xx serial driver (4)
22303
22304     Change 4xx_uart.c:
22305
22306     - Use in_8/out_8 macros instead of in8/out8
22307     - No need for UART_BASE marco anymore, now really handled via function
22308       parameter
22309     - serial_init_common() introduced
22310     - Further coding style cleanup
22311
22312     Signed-off-by: Stefan Roese <sr@denx.de>
22313
22314 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
22315 Author: Stefan Roese <sr@denx.de>
22316 Date:   Mon Oct 22 15:45:49 2007 +0200
22317
22318     ppc4xx: Rework of 4xx serial driver (3)
22319
22320     Change all linker scripts to reference the changed driver name iop480_uart.o.
22321
22322     Signed-off-by: Stefan Roese <sr@denx.de>
22323
22324 commit 882ae41274921f9016131806bdeb27e19606f47a
22325 Author: Stefan Roese <sr@denx.de>
22326 Date:   Mon Oct 22 15:44:39 2007 +0200
22327
22328     ppc4xx: Rework of 4xx serial driver (2)
22329
22330     Change all linker scripts to reference the changed driver name 4xx_uart.o.
22331
22332     Note: In most cased all these explicit referencing of these object files
22333     in the linker scripts is not neccessary. Only for manually embedded
22334     environment into the U-Boot image, which is not done is most cases.
22335
22336     Signed-off-by: Stefan Roese <sr@denx.de>
22337
22338 commit ad31e40bed042cb670d0036fea96435007afb838
22339 Author: Stefan Roese <sr@denx.de>
22340 Date:   Mon Oct 22 15:09:59 2007 +0200
22341
22342     ppc4xx: Rework of 4xx serial driver (1)
22343
22344     This patch starts the rework of the PPC4xx serial driver. First we split
22345     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
22346     handling code and the other one iop480_uart.c with the UART code for the
22347     PLX-Tech IOP480 PPC (PPC403 based).
22348
22349     Signed-off-by: Stefan Roese <sr@denx.de>
22350
22351 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
22352 Author: Stefan Roese <sr@denx.de>
22353 Date:   Mon Oct 22 10:30:38 2007 +0200
22354
22355     ppc4xx: Correct UART input clock calculation and passing to fdt
22356
22357     Signed-off-by: Stefan Roese <sr@denx.de>
22358
22359 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
22360 Author: Stefan Roese <sr@denx.de>
22361 Date:   Mon Oct 22 07:34:34 2007 +0200
22362
22363     ppc4xx: Add initial AMCC Makalu 405EX support
22364
22365     Signed-off-by: Stefan Roese <sr@denx.de>
22366
22367 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
22368 Author: Stefan Roese <sr@denx.de>
22369 Date:   Mon Oct 22 07:33:52 2007 +0200
22370
22371     ppc4xx: Add freqUART to CPU speed detection
22372
22373     This value is needed later for the device tree configuration of
22374     the uart clock.
22375
22376     Signed-off-by: Stefan Roese <sr@denx.de>
22377
22378 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
22379 Author: Stefan Roese <sr@denx.de>
22380 Date:   Sun Oct 21 14:26:29 2007 +0200
22381
22382     ppc: Small Kilauea cleanup of config file
22383
22384     Signed-off-by: Stefan Roese <sr@denx.de>
22385
22386 commit 758c037aeead34b49631b8da3a90b1bba14c0410
22387 Author: Stefan Roese <sr@denx.de>
22388 Date:   Sun Oct 21 08:16:12 2007 +0200
22389
22390     rtc: Add Xicor/Intersil X1205 RTC support
22391
22392     This patch adds support for the Xicor/Intersil X1205 RTC used on the
22393     AMCC Makalu eval board. This driver is basically cloned from the Linux
22394     driver version (2.6.23).
22395
22396     This patch also introduces the Linux bcd.h header for the BCD2BIN/
22397     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
22398     should be converted to also use this header instead of implementing
22399     their own local copy of these functions/macros.
22400
22401     Signed-off-by: Stefan Roese <sr@denx.de>
22402
22403 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
22404 Author: Stefan Roese <sr@denx.de>
22405 Date:   Sun Oct 21 08:12:41 2007 +0200
22406
22407     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
22408
22409     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
22410     PPC440_SYS_INFO structure into the common ppc4xx.h header.
22411
22412     Lot's of other macros are good candidates to be consolidated this way
22413     in the future.
22414
22415     Signed-off-by: Stefan Roese <sr@denx.de>
22416
22417 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
22418 Author: Stefan Roese <sr@denx.de>
22419 Date:   Sun Oct 21 08:05:18 2007 +0200
22420
22421     ppc4xx: Fix size setup in Kilauea DDR2 init routine
22422
22423     The size was initilized wrong. Instead of 256MB, the DDR2 controller
22424     was setup to 512MB. Now the correct values is used.
22425
22426     This patch also does a little cleanup and adds a comment here.
22427
22428     Signed-off-by: Stefan Roese <sr@denx.de>
22429
22430 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
22431 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
22432 Date:   Thu Oct 18 17:29:04 2007 +0200
22433
22434     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
22435
22436     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
22437     number is used to access system registers.
22438
22439     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
22440     Signed-off-by: Stefan Roese <sr@denx.de>
22441
22442 commit c36c68160333ac5fe41ec3db12a728b7075b3912
22443 Author: Stefan Roese <sr@denx.de>
22444 Date:   Thu Oct 18 07:42:27 2007 +0200
22445
22446     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
22447
22448     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
22449     is the internal SRAM. Since I now ported and tested this endpoint mode
22450     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
22451     Katmai.
22452
22453     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
22454     this setup.
22455
22456     Signed-off-by: Stefan Roese <sr@denx.de>
22457
22458 commit 5cb4af4791f61843432155142b6cfac901f66c10
22459 Author: Stefan Roese <sr@denx.de>
22460 Date:   Thu Oct 18 07:39:38 2007 +0200
22461
22462     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
22463
22464     This patch adds endpoint support for the AMCC Kilauea eval board. It can
22465     be tested by connecting a reworked PCIe cable (only 1x lane singles
22466     connected) to another root-complex.
22467
22468     In this test setup, a 64MB inbound window is configured at BAR0 which maps
22469     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
22470     access the first 64MB of the SDRAM on the PPC side.
22471
22472     Signed-off-by: Stefan Roese <sr@denx.de>
22473
22474 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
22475 Author: Stefan Roese <sr@denx.de>
22476 Date:   Sat Oct 13 16:43:23 2007 +0200
22477
22478     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
22479
22480     This patch adds support for dynamic configuration of PCIe ports for the
22481     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
22482     boards Yucca & Katmai and the 405EX board Kilauea.
22483
22484     This dynamic configuration is done via the "pcie_mode" environement
22485     variable. This variable can be set to "EP" or "RP" for endpoint or
22486     rootpoint mode. Multiple values can be joined via the ":" delimiter.
22487     Here an example:
22488
22489     pcie_mode=RP:EP:EP
22490
22491     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
22492     as endpoint.
22493
22494     Per default Yucca will be configured as:
22495     pcie_mode=RP:EP:EP
22496
22497     Per default Katmai will be configured as:
22498     pcie_mode=RP:RP:REP
22499
22500     Per default Kilauea will be configured as:
22501     pcie_mode=RP:RP
22502
22503     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
22504     Signed-off-by: Stefan Roese <sr@denx.de>
22505
22506 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
22507 Author: Stefan Roese <sr@denx.de>
22508 Date:   Thu Oct 11 11:15:59 2007 +0200
22509
22510     ppc4xx: Enable device tree support (fdt) on Kilauea per default
22511
22512     This patch enables the fdt support on the AMCC Kilauea eval board.
22513     Additionally now EBC ranges fdt fixup is included to support NOR
22514     FLASH mapping via the Linux physmap_of driver.
22515
22516     This Kilauea port now support booting arch/ppc and arch/powerpc
22517     Linux kernels. The default environment "net_nfs" is for arch/ppc
22518     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
22519     support will be removed.
22520
22521     Signed-off-by: Stefan Roese <sr@denx.de>
22522
22523 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
22524 Author: Stefan Roese <sr@denx.de>
22525 Date:   Thu Oct 11 11:11:45 2007 +0200
22526
22527     ppc4xx: Add additional debug info to 4xx fdt support
22528
22529     Signed-off-by: Stefan Roese <sr@denx.de>
22530
22531 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
22532 Author: Stefan Roese <sr@denx.de>
22533 Date:   Fri Oct 5 21:28:58 2007 +0200
22534
22535     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
22536
22537     Signed-off-by: Stefan Roese <sr@denx.de>
22538
22539 commit 1941cce71b1ae975602854045061e82f94ecd012
22540 Author: Stefan Roese <sr@denx.de>
22541 Date:   Fri Oct 5 17:35:10 2007 +0200
22542
22543     ppc4xx: Fix small merge problem in 4xx_enet.c
22544
22545     Signed-off-by: Stefan Roese <sr@denx.de>
22546
22547 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
22548 Author: Stefan Roese <sr@denx.de>
22549 Date:   Fri Oct 5 17:11:30 2007 +0200
22550
22551     ppc4xx: Add initial AMCC Kilauea 405EX support
22552
22553     Signed-off-by: Stefan Roese <sr@denx.de>
22554
22555 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
22556 Author: Stefan Roese <sr@denx.de>
22557 Date:   Fri Oct 5 17:10:59 2007 +0200
22558
22559     ppc4xx: Add PPC405EX support
22560
22561     Signed-off-by: Stefan Roese <sr@denx.de>
22562
22563 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
22564 Author: Stefan Roese <sr@denx.de>
22565 Date:   Fri Oct 5 17:09:36 2007 +0200
22566
22567     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
22568
22569     Signed-off-by: Stefan Roese <sr@denx.de>
22570
22571 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
22572 Author: Stefan Roese <sr@denx.de>
22573 Date:   Fri Oct 5 17:07:50 2007 +0200
22574
22575     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
22576
22577     Signed-off-by: Stefan Roese <sr@denx.de>
22578
22579 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
22580 Author: Stefan Roese <sr@denx.de>
22581 Date:   Fri Oct 5 17:04:57 2007 +0200
22582
22583     POST: Add 405EX support to 4xx UART POST test
22584
22585     Signed-off-by: Stefan Roese <sr@denx.de>
22586
22587 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
22588 Author: Stefan Roese <sr@denx.de>
22589 Date:   Fri Oct 5 15:10:02 2007 +0200
22590
22591     DTT: Prepare DS1775 driver for use of different I2C addresses
22592
22593     Signed-off-by: Stefan Roese <sr@denx.de>
22594
22595 commit 19e93b1e16d267220440d827b920fbad8abfa70f
22596 Author: Stefan Roese <sr@denx.de>
22597 Date:   Fri Oct 5 14:23:43 2007 +0200
22598
22599     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
22600
22601     Signed-off-by: Stefan Roese <sr@denx.de>
22602
22603 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
22604 Author: Stefan Roese <sr@denx.de>
22605 Date:   Fri Oct 5 09:22:33 2007 +0200
22606
22607     ppc4xx: 4xx_pcie: Disable debug output as default
22608
22609     Signed-off-by: Stefan Roese <sr@denx.de>
22610
22611 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
22612 Author: Stefan Roese <sr@denx.de>
22613 Date:   Fri Oct 5 09:18:23 2007 +0200
22614
22615     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
22616
22617     Signed-off-by: Stefan Roese <sr@denx.de>
22618
22619 commit 4dbee8a90df613eb517aadbecebd70f168913d30
22620 Author: Stefan Roese <sr@denx.de>
22621 Date:   Fri Oct 5 07:57:20 2007 +0200
22622
22623     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
22624
22625     128MB seems to be the smallest possible value for the memory size
22626     for on PCIe port. With this change now the BAR's of the PCIe cards
22627     are accessible under U-Boot.
22628
22629     One big note: This only works for PCIe port 0 & 1. For port 2 this
22630     currently doesn't work, since the base address is now 0xc0000000
22631     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
22632     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
22633     to change the base addresses completely and this change would have
22634     too much impact right now.
22635
22636     This patch adds debug output to the 4xx pcie driver too.
22637
22638     Signed-off-by: Stefan Roese <sr@denx.de>
22639
22640 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
22641 Author: Stefan Roese <sr@denx.de>
22642 Date:   Wed Oct 3 21:16:32 2007 +0200
22643
22644     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
22645
22646     Signed-off-by: Stefan Roese <sr@denx.de>
22647
22648 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
22649 Author: Stefan Roese <sr@denx.de>
22650 Date:   Wed Oct 3 15:01:02 2007 +0200
22651
22652     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
22653
22654     These files were introduced with the IBM 405GP but are currently used on all
22655     4xx PPC platforms. So the name doesn't match the content anymore. This patch
22656     renames the files to 4xx_pci.c/h.
22657
22658     Signed-off-by: Stefan Roese <sr@denx.de>
22659
22660 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
22661 Author: Stefan Roese <sr@denx.de>
22662 Date:   Wed Oct 3 14:14:58 2007 +0200
22663
22664     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
22665
22666     Signed-off-by: Stefan Roese <sr@denx.de>
22667
22668 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
22669 Author: Stefan Roese <sr@denx.de>
22670 Date:   Wed Oct 3 10:38:09 2007 +0200
22671
22672     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
22673
22674     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
22675         the SDR registers of the PCIe ports. This makes the overall design
22676         clearer, since it removed a lot of switch statements which are not
22677         needed anymore.
22678
22679         Also, the functions ppc4xx_init_pcie_rootport() and
22680         ppc4xx_init_pcie_entport() are merged into a single function
22681         ppc4xx_init_pcie_port(), since most of the code was duplicated.
22682         This makes maintainance and porting to other 4xx platforms
22683         easier.
22684
22685     Signed-off-by: Stefan Roese <sr@denx.de>
22686
22687 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
22688 Author: Stefan Roese <sr@denx.de>
22689 Date:   Wed Oct 3 07:48:09 2007 +0200
22690
22691     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
22692
22693     This patch is the first patch of a series to make the 440SPe PCIe code
22694     usable on different 4xx PPC platforms. In preperation for the new 405EX
22695     which is also equipped with PCIe interfaces.
22696
22697     (2) This patch renames the functions from 440spe_ to 4xx_ with a
22698         little additional cleanup
22699
22700     Signed-off-by: Stefan Roese <sr@denx.de>
22701
22702 commit c7c6da23028f146d912514b95aefa3da7cf37699
22703 Author: Stefan Roese <sr@denx.de>
22704 Date:   Wed Oct 3 07:34:10 2007 +0200
22705
22706     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
22707
22708     This patch is the first patch of a series to make the 440SPe PCIe code
22709     usable on different 4xx PPC platforms. In preperation for the new 405EX
22710     which is also equipped with PCIe interfaces.
22711
22712     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
22713
22714     Signed-off-by: Stefan Roese <sr@denx.de>
22715
22716 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
22717 Author: Marian Balakowicz <m8@semihalf.com>
22718 Date:   Wed Oct 24 01:37:36 2007 +0200
22719
22720     TQM5200: Call usb_cpu_init() during board init
22721
22722     usb_cpu_init() configures GPS USB pins, clocks, etc. and
22723     is required for proper operation of kernel USB subsystem.
22724     This setup was previously done in the kernel by the fixup
22725     code which is being removed, thus low level init must be
22726     done by U-boot now.
22727
22728     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22729     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22730
22731 commit b5af773f8d92677e06f3295b45557c9d0a487c24
22732 Author: Zhang Wei <wei.zhang@freescale.com>
22733 Date:   Thu Oct 25 17:51:27 2007 +0800
22734
22735     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
22736
22737     The scan code of the key 'z' is 0x1d, which should be handled.
22738
22739     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
22740     controller.
22741
22742     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
22743     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22744
22745 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
22746 Author: Rodolfo Giometti <giometti@enneenne.com>
22747 Date:   Mon Oct 15 11:59:17 2007 +0200
22748
22749     PXA USB OHCI: "usb stop" implementation.
22750
22751     Some USB keys need to be switched off before loading the kernel
22752     otherwise they can remain in an undefined status which prevents them
22753     to be correctly recognized by the kernel.
22754
22755     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
22756     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22757
22758 commit 31548249decf18a6b877a18436b6139dd483fe4a
22759 Author: Justin Flammia <jflammia@savantav.com>
22760 Date:   Mon Oct 29 17:40:35 2007 -0400
22761
22762     DHCP Client Fix
22763
22764     This is a multi-part message in MIME format.
22765
22766     commit e6e505eae94ed721e123e177489291fc4544b7b8
22767     Author: Justin Flammia <jflammia@savantav.com>
22768     Date:   Mon Oct 29 17:19:03 2007 -0400
22769
22770         Found a bug in the way the DHCP Request packet is built, where the IP address
22771         that is offered by the server is bound to prematurely. This patch is a fix of
22772         that bug where the IP address offered by the DHCP server is not used until
22773         after the DHCP ACK from the server is received.
22774
22775     Signed-off-by: Justin Flammia <jflammia@savantav.com>
22776     Signed-off-by: Ben Warren <bwarren@qstreams.com>
22777
22778 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
22779 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22780 Date:   Thu Oct 25 17:16:22 2007 -0500
22781
22782     ColdFire 54455: Fix correct boot location for atmel and intel
22783
22784     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22785
22786 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
22787 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22788 Date:   Thu Oct 25 17:14:00 2007 -0500
22789
22790     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
22791
22792     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22793
22794 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
22795 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22796 Date:   Thu Oct 25 17:12:36 2007 -0500
22797
22798     ColdFire 5329: Assign correct SDRAM size and fix cache
22799
22800     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22801
22802 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
22803 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22804 Date:   Thu Oct 25 17:10:23 2007 -0500
22805
22806     ColdFire 5253: Assign correct SDRAM size
22807
22808     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22809
22810 commit 2acefa72ee0026f862ab65597ca687428f63a973
22811 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22812 Date:   Thu Oct 25 17:09:17 2007 -0500
22813
22814     ColdFire 5282: Fix external flash boot and return dramsize
22815
22816     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22817
22818 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
22819 Author: Bartlomiej Sieka <tur@semihalf.com>
22820 Date:   Thu Oct 25 17:20:01 2007 +0200
22821
22822     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
22823
22824     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22825
22826 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
22827 Author: Martin Krause <martin.krause@tqs.de>
22828 Date:   Wed Oct 24 08:42:25 2007 +0200
22829
22830     TQM5200: fix spurious characters on second serial interface
22831
22832     With this patch PSC3 is configured as UART. This is done, because if
22833     the pins of PSC3 are not configured at all (-> all pins are GPI),
22834     due to crosstalk, spurious characters may be send over the RX232_2_TXD
22835     signal line.
22836
22837     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22838     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
22839
22840 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
22841 Author: Martin Krause <martin.krause@tqs.de>
22842 Date:   Wed Oct 24 08:41:27 2007 +0200
22843
22844     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
22845
22846     Some commands for the STK52xx base board try to access the SM501 grafic
22847     controller. But the TQM5200S has no grafic controller (only the TQM5200
22848     and the TQM5200B have). This patch deactivates the commands accessing
22849     the SM501 for the TQM5200S.
22850
22851     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22852     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
22853
22854 commit b31f64343ead9482cd439b1adbe4c34026a641b1
22855 Author: Martin Krause <martin.krause@tqs.de>
22856 Date:   Mon Oct 22 16:45:53 2007 +0200
22857
22858     TQM5200: fix spurious characters on second serial interface
22859
22860     With this patch PSC3 is configured as UART. This is done, because if
22861     the pins of PSC3 are not configured at all (-> all pins are GPI),
22862     due to crosstalk, spurious characters may be send over the RX232_2_TXD
22863     signal line.
22864
22865     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22866
22867 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
22868 Author: Martin Krause <martin.krause@tqs.de>
22869 Date:   Mon Oct 22 16:40:06 2007 +0200
22870
22871     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
22872
22873     Some commands for the STK52xx base board try to access the SM501 grafic
22874     controller. But the TQM5200S has no grafic controller (only the TQM5200
22875     and the TQM5200B have). This patch deactivates the commands accessing
22876     the SM501 for the TQM5200S.
22877
22878     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22879
22880 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
22881 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22882 Date:   Sun Oct 21 09:14:28 2007 +0200
22883
22884     Mips: Fix string functions differ prototype declaration
22885
22886     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22887
22888 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
22889 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22890 Date:   Fri Oct 19 17:51:40 2007 -0500
22891
22892     fsl_pci_init enable COMMAND_MEMORY if inbound window
22893
22894     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
22895     to pciauto_setup_device has the side effect of not getting
22896     COMMAND_MEMORY set.
22897
22898     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22899
22900 commit e9d0d527992566ebef9826962ff1745b2f082b92
22901 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22902 Date:   Fri Oct 19 10:55:24 2007 +0200
22903
22904     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
22905
22906     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22907
22908 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
22909 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22910 Date:   Fri Oct 19 08:10:15 2007 +0200
22911
22912     fix warning: no return statement in function returning non-void
22913
22914     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22915
22916 commit e78220f6e514206757acfe247297fc9a328a881f
22917 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22918 Date:   Fri Oct 19 06:33:45 2007 +0200
22919
22920     xsengine: Fix no partition type specified, use DOS as default
22921
22922     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22923
22924 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
22925 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22926 Date:   Fri Oct 19 00:24:59 2007 +0200
22927
22928     lubbock: Fix no partition type specified, use DOS as default
22929
22930     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22931
22932 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
22933 Author: Wolfgang Denk <wd@denx.de>
22934 Date:   Tue Oct 23 16:50:03 2007 +0200
22935
22936     Coding style: keep lists sorted; update CHANGELOG
22937
22938     Signed-off-by: Wolfgang Denk <wd@denx.de>
22939
22940 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
22941 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22942 Date:   Fri Oct 19 00:09:05 2007 +0200
22943
22944     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
22945
22946     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22947
22948 commit 96455bfebc9887837095c9051d216f53c61b5f10
22949 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22950 Date:   Fri Oct 19 00:07:39 2007 +0200
22951
22952     Fix warning differ in signedness in board/innokom/innokom.c
22953
22954     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22955
22956 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
22957 Author: Marcel Ziswiler <marcel@ziswiler.com>
22958 Date:   Fri Oct 19 00:25:33 2007 +0200
22959
22960     fix pxa255_idp board
22961
22962     The pxa255_idp being an old unmaintained board showed several issues:
22963     1. CONFIG_INIT_CRITICAL was still defined.
22964     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
22965     3. Symbol flash_addr was undeclared.
22966     4. The boards lowlevel_init function was still called memsetup.
22967     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
22968     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
22969     'target CPU does not support interworking' warnings on recent compilers.
22970     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
22971     indexes rather than the register definitions from the pxa-regs header
22972     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
22973     avoid any ambiguities.
22974     8. There were several redefinition warnings concerning ICMR, OSMR3,
22975     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
22976     9. The board configuration file was rather outdated.
22977     10. The part header file defined the vendor, product and revision arrays
22978     as unsigned chars instead of just chars in the block_dev_desc_t
22979     structure.
22980
22981     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
22982
22983 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
22984 Author: Rune Torgersen <runet@innovsys.com>
22985 Date:   Wed Oct 17 11:56:31 2007 -0500
22986
22987     Make MPC8266ADS command selection more robust
22988
22989     Fix MPC8266 command line definition so it won't break when new commands
22990     are added to u-boot.
22991     Signed-off-by Rune Torgersen <runet@innovsys.com>
22992
22993 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
22994 Author: Bartlomiej Sieka <tur@semihalf.com>
22995 Date:   Tue Oct 23 13:14:10 2007 +0200
22996
22997     Motion-PRO: Update configuration to accomodate next generation board.
22998
22999     New board has faster oscillator and a different Flash chip. This affects:
23000     - CFG_MPC5XXX_CLKIN
23001     - SDRAM timings
23002     - Flash CS configuration (timings)
23003     - Flash sector size, and thus MTD partition layout
23004     - malloc() arena size (due to bigger Flash sectors)
23005     - smaller memory test range (due to bigger malloc() arena)
23006
23007     This patch also enables more extensive memory testing via "mtest".
23008
23009     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23010
23011 commit eff501904df2bf1724a750062628ba2c51dbb1f8
23012 Author: Bartlomiej Sieka <tur@semihalf.com>
23013 Date:   Tue Oct 23 11:36:07 2007 +0200
23014
23015     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
23016
23017     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
23018     register must be written a value of 0x00000004 as the first step of the
23019     SDRAM contorller configuration.
23020
23021     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23022
23023 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
23024 Author: Peter Pearse <peter.pearse@arm.com>
23025 Date:   Tue Oct 23 10:22:16 2007 +0100
23026
23027     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
23028
23029 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
23030 Author: Stefan Roese <sr@denx.de>
23031 Date:   Tue Oct 23 10:17:42 2007 +0200
23032
23033     ppc4xx: lwmon5: Some further GPIO config changes
23034
23035     Signed-off-by: Stefan Roese <sr@denx.de>
23036
23037 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
23038 Author: Vlad Lungu <vlad@comsys.ro>
23039 Date:   Sun Oct 21 22:10:10 2007 +0900
23040
23041     [MIPS] Fix UNCACHED_SDRAM
23042
23043     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
23044
23045     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
23046     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23047
23048 commit 00101dd7a32d12f698150123e47e4b3420279f86
23049 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23050 Date:   Sun Oct 21 21:30:42 2007 +0900
23051
23052     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
23053
23054     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23055
23056 commit eb700636db017d310edaeb559b13d82588560674
23057 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23058 Date:   Sun Oct 21 10:55:37 2007 +0900
23059
23060     [MIPS] u-boot.lds: Define _gp in a standard manner
23061
23062     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23063
23064 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
23065 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23066 Date:   Sun Oct 21 10:55:36 2007 +0900
23067
23068     [MIPS] Fix $gp usage
23069
23070     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
23071     As a general principle, we should use _gp for $gp.
23072
23073     Thanks to linker script's help we fortunately have _gp which equals to
23074     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
23075     be able to access to GOT entires, global variables and procedure entry
23076     points. The right thing to do is to use _gp.
23077
23078     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
23079     which holds the offset from _gp. When updating GOT entries, we use this
23080     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
23081
23082     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
23083     I made some change to leave over num_got_entries.
23084
23085     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23086     Cc: Vlad Lungu <vlad@comsys.ro>
23087
23088 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
23089 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23090 Date:   Sun Oct 21 10:55:36 2007 +0900
23091
23092     [MIPS] u-boot.lds: Fix __got_start and __got_end
23093
23094     Ensure that __got_start points to top of the `.got', and __got_end points
23095     to bottom as well, so that we never fail to count num_got_entries.
23096
23097     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23098
23099 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
23100 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23101 Date:   Sun Oct 21 10:55:36 2007 +0900
23102
23103     [MIPS] u-boot.lds: Remove duplicated .sdata section
23104
23105     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23106
23107 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
23108 Author: Wolfgang Denk <wd@denx.de>
23109 Date:   Sun Oct 21 01:01:17 2007 +0200
23110
23111     Minor coding style cleanup; update CHANGELOG
23112
23113     Signed-off-by: Wolfgang Denk <wd@denx.de>
23114
23115 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
23116 Author: Vlad Lungu <vlad@comsys.ro>
23117 Date:   Thu Oct 4 20:47:10 2007 +0300
23118
23119     Fix NE2000 driver:
23120
23121     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
23122     to do anything in eth_stop() if eth_init() was not called.
23123     Simplified RX path in order to avoid timeouts on really really
23124     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
23125     clever enough to cope with 1 packet per eth_rx().
23126
23127     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
23128
23129 commit df90968b48fb34fa9072fab150db2ac89678f537
23130 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
23131 Date:   Mon Sep 24 13:32:13 2007 -0400
23132
23133     Setting MSR[DE] in do_reset
23134
23135     Hello,
23136        This patch ensures the soft reset of the board for the 85xx boards
23137        by setting the MSR[DE] in the do_reset function.
23138
23139     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
23140
23141 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
23142 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
23143 Date:   Mon Sep 24 13:36:01 2007 -0400
23144
23145     MSR overwrite fix
23146
23147     Hello,
23148       This patch fixes the MSR overwrite in the start.S when moving out of
23149       the last 4K page.
23150
23151     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
23152
23153 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
23154 Author: Dan Wilson <dwilson@fulcrummicro.com>
23155 Date:   Fri Oct 19 11:33:48 2007 -0500
23156
23157     tsec driver should clear RHALT on startup
23158
23159     This was causing problems for some people.
23160
23161     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
23162     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
23163     Signed-off-by: Andy Fleming <afleming@freescale.com>
23164
23165 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
23166 Author: Kumar Gala <galak@kernel.crashing.org>
23167 Date:   Thu Oct 11 00:29:18 2007 -0500
23168
23169     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
23170
23171     On the MPC85xx CDS we have two issues:
23172
23173     1. The device tree fixup code did not check to see if the property we are
23174     trying to update is actually found.  Its possible that it would update
23175     random memory starting at 0.
23176
23177     2. Newer Linux kernel's have moved the location of the PCI nodes to be
23178     sibilings of the soc node and not children.  The explicit PATH to the PCI
23179     node would not be found for these device trees.  Add the ability to handle
23180     both paths.  In the future we shouldn't handle such fixups by explicit path.
23181
23182     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23183
23184 commit a3063eec775719b7e91023bbec3f64b3118791df
23185 Author: Kumar Gala <galak@kernel.crashing.org>
23186 Date:   Thu Oct 11 00:18:48 2007 -0500
23187
23188     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
23189
23190     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
23191     console.  Make it so we match that config what we tell Linux as the early
23192     STDOUT console.
23193
23194     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23195
23196 commit e1ce3cb617bb06f91f82f98915391175addf3e82
23197 Author: Kumar Gala <galak@kernel.crashing.org>
23198 Date:   Tue Oct 2 11:12:27 2007 -0500
23199
23200     Remove magic numbers from cache related operations for mpc85xx
23201
23202     The mpc85xx start code uses some magic numbers that we actually
23203     have #defines for in <config.h> so use those instead.
23204
23205     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23206
23207 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
23208 Author: Detlev Zundel <dzu@denx.de>
23209 Date:   Fri Oct 19 16:47:26 2007 +0200
23210
23211     Fix two typos.
23212
23213     Signed-off-by: Detlev Zundel <dzu@denx.de>
23214
23215 commit 281df457c1aa50d2752165d0c5c3282d4027b974
23216 Author: Tony Li <tony.li@freescale.com>
23217 Date:   Thu Oct 18 17:47:19 2007 +0800
23218
23219     mpc83xx: Add configure entry for MPC83xx ATM support
23220
23221     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
23222     Makfile and MAKEALL
23223
23224     Signed-off-by: Tony Li <tony.li@freescale.com>
23225     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23226
23227 commit d2646554f529a9577515eceb0ec5eceee18244ba
23228 Author: Tony Li <tony.li@freescale.com>
23229 Date:   Thu Oct 18 17:44:38 2007 +0800
23230
23231     mpc83xx: pq-mds-pib.c typo error
23232
23233     Correct to val8 from val.
23234
23235     Signed-off-by: Tony Li <tony.li@freescale.com>
23236     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23237
23238 commit 3e11ae80fec1ee12194940955431186abf6009c2
23239 Author: Stefan Roese <sr@denx.de>
23240 Date:   Wed Oct 17 15:40:19 2007 +0200
23241
23242     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
23243
23244     Signed-off-by: Stefan Roese <sr@denx.de>
23245
23246 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
23247 Author: Jon Loeliger <jdl@freescale.com>
23248 Date:   Tue Oct 16 15:27:43 2007 -0500
23249
23250     Initial mpc8610hpcd Makefile files.
23251
23252     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23253     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
23254     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23255     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23256
23257 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
23258 Author: Jon Loeliger <jdl@freescale.com>
23259 Date:   Tue Oct 16 15:26:51 2007 -0500
23260
23261     Initial mpc8610hpcd cpu/, README and include/ files.
23262
23263     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23264     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
23265     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23266     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23267
23268 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
23269 Author: Jon Loeliger <jdl@freescale.com>
23270 Date:   Tue Oct 16 13:54:01 2007 -0500
23271
23272     Initial mpc8610hpcd board files.
23273
23274     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23275     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
23276     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23277     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23278
23279 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
23280 Author: runet@innovsys.com <runet@innovsys.com>
23281 Date:   Tue Oct 16 14:50:40 2007 -0500
23282
23283     Make MPC8266ADS board compile again.
23284
23285     Signed-off-by: Runet Torgersen <runet@innovsys.com>
23286
23287 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
23288 Author: Jon Loeliger <jdl@freescale.com>
23289 Date:   Mon Aug 27 12:41:03 2007 -0500
23290
23291     86xx: Allow for fewer DDR slots per memory controller.
23292
23293     As a direct correlation exists between DDR DIMM slots
23294     and SPD EEPROM addresses used to configure them, use
23295     the individually defined SPD_EEPROM_ADDRESS* values to
23296     determine if a DDR DIMM slot should have its SPD
23297     configuration read or not.
23298
23299     Effectively, this now allows for 1 or 2 DIMM slots
23300     per memory controller.
23301
23302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
23303
23304 commit 4d4a945e189a2f384c66432316da2788a0ac1607
23305 Author: Rodolfo Giometti <giometti@enneenne.com>
23306 Date:   Mon Oct 15 11:59:17 2007 +0200
23307
23308     PXA USB OHCI: "usb stop" implementation.
23309
23310     Some USB keys need to be switched off before loading the kernel
23311     otherwise they can remain in an undefined status which prevents them
23312     to be correctly recognized by the kernel.
23313
23314     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
23315
23316 commit e2e93442e558cf1500e92861f99713b2f045ea22
23317 Author: Stefan Roese <sr@denx.de>
23318 Date:   Mon Oct 15 11:39:00 2007 +0200
23319
23320     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
23321
23322     The I2C bootstrap values that can be setup via the "bootstrap" command,
23323     were setup incorrect regarding the generation of the internal sync PCI
23324     clock. The values for PLB clock == 133MHz were slighly incorrect and the
23325     values for PLB clock == 166MHz were totally incorrect. This could
23326     lead to a hangup upon booting while PCI configuration scan.
23327
23328     This patch fixes this issue and configures valid PCI divisor values
23329     for the sync PCI clock, with respect to the provided external async
23330     PCI frequency.
23331
23332     Here the values of the formula in the chapter 14.2 "PCI clocking"
23333     from the 440EPx users manual:
23334
23335     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
23336
23337     33MHz async PCI frequency:
23338     PLB = 133:
23339     =>      32 <= 44.3 <= 65        (div = 3)
23340
23341     PLB = 166:
23342     =>      32 <= 55.3 <= 65        (div = 3)
23343
23344     66MHz async PCI frequency:
23345     PLB = 133:
23346     =>      65 <= 66.5 <= 132       (div = 2)
23347
23348     PLB = 166:
23349     =>      65 <= 83 <= 132         (div = 2)
23350
23351     Signed-off-by: Stefan Roese <sr@denx.de>
23352
23353 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
23354 Author: Stefan Roese <sr@denx.de>
23355 Date:   Mon Oct 15 11:29:33 2007 +0200
23356
23357     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
23358
23359     The BCSR status bit for the 66MHz PCI operation was correctly
23360     addressed (MSB/LSB problem). Now the correct currently setup
23361     PCI frequency is displayed upon bootup.
23362
23363     This patch also fixes this problem on Rainier & Yellowstone, since these
23364     boards use the same souce code as Sequoia & Yosemite do.
23365
23366     Signed-off-by: Stefan Roese <sr@denx.de>
23367
23368 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
23369 Author: Martin Krause <martin.krause@tqs.de>
23370 Date:   Wed Sep 26 17:55:56 2007 +0200
23371
23372     TQM860M: adjust for doubled flash sector size.
23373
23374     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
23375     doubled sector size.
23376
23377     Signed-off-by: Martin Krause <martin.krause@tqs.de>
23378
23379 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
23380 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
23381 Date:   Wed Sep 26 17:55:54 2007 +0200
23382
23383     TQM8xx: Fix CAN timing.
23384
23385     Signed-off-by: Martin Krause <martin.krause@tqs.de>
23386
23387 commit d43e489baf02afae49077791fb22332d240d8656
23388 Author: Martin Krause <martin.krause@tqs.de>
23389 Date:   Thu Sep 27 14:54:36 2007 +0200
23390
23391     TQM866M: fix SDRAM refresh
23392
23393     At 133 MHz the current SDRAM refresh rate is too fast
23394     (measured 4 * 1.17 us).
23395     CFG_MAMR_PTA changes from 39 to 97. This result
23396     in a refresh rate of 4 * 7.8 us at the default clock
23397     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
23398     This is a compromise until a new method is found to
23399     adjust the refresh rate.
23400
23401     Signed-off-by: Martin Krause <martin.krause@tqs.de>
23402
23403 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
23404 Author: Martin Krause <martin.krause@tqs.de>
23405 Date:   Wed Sep 26 17:55:55 2007 +0200
23406
23407     TQM866M: adjust for doubled flash sector size.
23408
23409     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
23410     doubled sector size.
23411
23412     Signed-off-by: Martin Krause <martin.krause@tqs.de>
23413
23414 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
23415 Author: Michal Simek <monstr@monstr.eu>
23416 Date:   Sun Oct 14 16:12:29 2007 +0200
23417
23418     [FIX] XUPV2P change command handling
23419     and remove code violation
23420
23421 commit 636400198228d96983c06657b17f760f5989958e
23422 Author: Wolfgang Denk <wd@denx.de>
23423 Date:   Sun Oct 14 00:13:19 2007 +0200
23424
23425     Prepare for 1.3.0-rc3 release
23426
23427     Signed-off-by: Wolfgang Denk <wd@denx.de>
23428
23429 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
23430 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23431 Date:   Sat Sep 29 13:41:37 2007 +0200
23432
23433     Fix warning differ in signedness in cpu/pxa/mmc.c
23434
23435     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23436
23437 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
23438 Author: Wolfgang Denk <wd@denx.de>
23439 Date:   Sat Oct 13 23:51:14 2007 +0200
23440
23441     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
23442
23443     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23444     Signed-off-by: Wolfgang Denk <wd@denx.de>
23445
23446 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
23447 Author: Wolfgang Denk <wd@denx.de>
23448 Date:   Sat Oct 13 21:15:39 2007 +0200
23449
23450     Coding Style cleanup.
23451
23452     Signed-off-by: Wolfgang Denk <wd@denx.de>
23453
23454 commit e1893815b0999410d7a327589611c7b38e95299e
23455 Author: Wolfgang Denk <wd@denx.de>
23456 Date:   Fri Oct 12 15:49:39 2007 +0200
23457
23458     GP3 SSA: enable RTC
23459
23460     Signed-off-by: Wolfgang Denk <wd@denx.de>
23461
23462 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
23463 Author: Grzegorz Bernacki <gjb@semihalf.com>
23464 Date:   Tue Oct 9 13:58:24 2007 +0200
23465
23466     [ads5121] EEPROM support added.
23467
23468     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
23469
23470 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
23471 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
23472 Date:   Sat Oct 6 18:55:35 2007 +0200
23473
23474     AVR32: Initialize bi_flash* in board_init_r
23475
23476     The ATSTK1000-specific flash driver intializes bi_flashstart,
23477     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
23478     driver, don't.
23479
23480     Initialize these in board_init_r instead so that things will still be
23481     set up correctly when we switch to the CFI driver.
23482
23483     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23484
23485 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
23486 Author: Marian Balakowicz <m8@semihalf.com>
23487 Date:   Fri Oct 5 10:40:54 2007 +0200
23488
23489     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
23490
23491     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23492
23493 commit 92869195ef8210758d2176230c0a36897afd50ed
23494 Author: Bartlomiej Sieka <tur@semihalf.com>
23495 Date:   Fri Oct 5 09:46:06 2007 +0200
23496
23497     CM5200: Fix missing null-termination in hostname manipulation code
23498
23499     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23500
23501 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
23502 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
23503 Date:   Tue Oct 2 19:09:01 2007 +0200
23504
23505     Fix memtest breakage
23506
23507     CFG_MEMTEST_START uses weird magic involving gd, which fails to
23508     compile. Use hardcoded values instead (we actually know how much RAM
23509     we have on board.)
23510
23511     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23512
23513 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
23514 Author: Stefan Roese <sr@denx.de>
23515 Date:   Tue Oct 2 11:44:46 2007 +0200
23516
23517     ppc4xx: Coding style cleanup
23518
23519     Signed-off-by: Stefan Roese <sr@denx.de>
23520
23521 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
23522 Author: Stefan Roese <sr@denx.de>
23523 Date:   Tue Oct 2 11:44:19 2007 +0200
23524
23525     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
23526
23527     Signed-off-by: Stefan Roese <sr@denx.de>
23528
23529 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
23530 Author: Grzegorz Bernacki <gjb@semihalf.com>
23531 Date:   Mon Oct 1 09:51:50 2007 +0200
23532
23533     Program EPLD to force full duplex mode for PHY.
23534
23535     EPLD forces modes of PHY operation. By default full duplex is turned off.
23536     This fix turns it on.
23537
23538     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
23539
23540 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
23541 Author: Timo Ketola <timo.ketola@exertus.fi>
23542 Date:   Mon Sep 24 14:50:32 2007 +0300
23543
23544     Bugfix: Use only one PTD for one endpoint
23545
23546     Original isp116x-hcd code prepared multiple PTDs for longer than 16
23547     byte transfers for one endpoint. That is unnecessary because the
23548     ISP116x is able to split long data from one PTD into multiple
23549     transactions based on the buffer size of the endpoint. It also caused
23550     serious problems if the endpoint NAKed some of the transactions. In
23551     that case ISP116x wouldn't notice that the other PTDs were for the same
23552     endpoint and would try the other PTDs possibly out of order. That would
23553     break the whole transfer.
23554
23555     This patch makes isp116x_submit_job to use one PTD for one transfer.
23556
23557     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
23558     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23559
23560 commit 86ec86c04326c3913178a7679aa910de071da75d
23561 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23562 Date:   Thu Sep 27 23:27:47 2007 +0200
23563
23564     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
23565
23566     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23567
23568 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
23569 Author: Stefan Roese <sr@denx.de>
23570 Date:   Tue Sep 11 14:12:55 2007 +0200
23571
23572     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
23573
23574     Signed-off-by: Stefan Roese <sr@denx.de>
23575
23576 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
23577 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
23578 Date:   Wed Sep 26 16:35:54 2007 -0500
23579
23580     85xx io out functions need sync after write.
23581
23582     This fixes the mc146818 rtc_read/write functions for 85xx.
23583
23584     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23585
23586 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
23587 Author: Grant Likely <grant.likely@secretlab.ca>
23588 Date:   Tue Sep 25 15:48:05 2007 -0600
23589
23590     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
23591
23592     CFG_FPGA_XILINX is a bit value used to test against the value in
23593     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
23594     think that is the intention in this code.
23595
23596     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23597
23598 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
23599 Author: Michal Simek <monstr@monstr.eu>
23600 Date:   Mon Sep 24 00:41:30 2007 +0200
23601
23602     [FIX] change command handling and removing code violation
23603
23604 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
23605 Author: Michal Simek <monstr@monstr.eu>
23606 Date:   Mon Sep 24 00:36:06 2007 +0200
23607
23608     [FIX] change sets of commands
23609     because changing of command handling brings
23610     compilation problems
23611
23612 commit cb1bc63b75a232571eb69aa2c8aa919321655845
23613 Author: Michal Simek <monstr@monstr.eu>
23614 Date:   Mon Sep 24 00:30:42 2007 +0200
23615
23616     [FIX] Email reparation & Copyright
23617     Both codes are written by myself without any
23618     support from CTU
23619
23620 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
23621 Author: Michal Simek <monstr@monstr.eu>
23622 Date:   Mon Sep 24 00:25:11 2007 +0200
23623
23624     [PATCH] Change macro name for UartLite
23625     because PowerPC 405 can use UartLite as console
23626
23627 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
23628 Author: Michal Simek <monstr@monstr.eu>
23629 Date:   Mon Sep 24 00:21:19 2007 +0200
23630
23631     [PATCH] Add support for design without interrupt controller
23632     Polling timer
23633
23634 commit 0731933ec8ec45d02ba89b52df673d526873cdde
23635 Author: Michal Simek <monstr@monstr.eu>
23636 Date:   Mon Sep 24 00:19:48 2007 +0200
23637
23638     [FIX] resolve problem with cpu without barrel shifter
23639
23640 commit db14d77995ce515b728b178b63f82babe60e3d56
23641 Author: Michal Simek <monstr@monstr.eu>
23642 Date:   Mon Sep 24 00:18:46 2007 +0200
23643
23644     [FIX] repair email address
23645
23646 commit 481d4328618804add1f818a6c96296121cd0528e
23647 Author: Michal Simek <monstr@monstr.eu>
23648 Date:   Mon Sep 24 00:17:42 2007 +0200
23649
23650     [FIX] repair MFSL commands
23651
23652 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
23653 Author: Michal Simek <monstr@monstr.eu>
23654 Date:   Mon Sep 24 00:08:37 2007 +0200
23655
23656     synchronizition with mainline
23657
23658 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
23659 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23660 Date:   Sun Sep 23 02:42:38 2007 +0900
23661
23662     sh: Add support command of ide with sh
23663
23664     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23665
23666 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
23667 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23668 Date:   Sun Sep 23 02:38:42 2007 +0900
23669
23670     sh: Update Makefile
23671
23672     Add support MS7722SE01 to Makefile.
23673
23674     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23675
23676 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
23677 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23678 Date:   Sun Sep 23 02:31:13 2007 +0900
23679
23680     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
23681
23682     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23683
23684 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
23685 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23686 Date:   Sun Sep 23 02:19:24 2007 +0900
23687
23688     sh: Update MS7750SE01 platform
23689
23690     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23691
23692 commit 516ad760db3553766267ada01b7d5d727faa4bbd
23693 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23694 Date:   Sun Sep 23 02:17:08 2007 +0900
23695
23696     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
23697
23698     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23699
23700 commit b02bad128669e567fce87d8df823b06a0144b8db
23701 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23702 Date:   Sun Sep 23 02:12:30 2007 +0900
23703
23704     sh: Update core code of SuperH.
23705
23706     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23707
23708 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
23709 Author: Wolfgang Denk <wd@denx.de>
23710 Date:   Thu Sep 20 00:04:14 2007 +0200
23711
23712     v1.3.0-rc2
23713
23714     Signed-off-by: Wolfgang Denk <wd@denx.de>
23715
23716 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
23717 Author: Wolfgang Denk <wd@denx.de>
23718 Date:   Tue Sep 18 21:36:35 2007 +0200
23719
23720     Avoid compiler warning.
23721
23722     Signed-off-by: Wolfgang Denk <wd@denx.de>
23723
23724 commit 8a783a65851bc7421ab69f442261215e21b8891a
23725 Author: Grant Likely <grant.likely@secretlab.ca>
23726 Date:   Tue Sep 18 12:24:57 2007 -0600
23727
23728     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
23729
23730     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
23731     nulls in a string differently.  For example, the following statement:
23732         echo "this is a string\0" > afile
23733     Will produce the following with /bin/bash:
23734         "this is a string\0"
23735     But with /bin/dash, will produce:
23736         "this is a string
23737
23738     Bug fixed by moving the embedded null out of the makefile and into the
23739     config header.  Also renamed the macro to avoid usage colision with the same
23740     macro used by other board ports.
23741
23742     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23743
23744 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
23745 Author: Wolfgang Denk <wd@denx.de>
23746 Date:   Tue Sep 18 17:40:27 2007 +0200
23747
23748     MCC200: fix build warning
23749
23750     The MCC200 board config file includes version.h for some customer-
23751     specific setting, which causes warnings with "make depend"; build
23752     version.h before depend.
23753
23754     Signed-off-by: Wolfgang Denk <wd@denx.de>
23755
23756 commit bd86220f58b99d6896198c385fda132f0c980915
23757 Author: Peter Pearse <peter.pearse@arm.com>
23758 Date:   Tue Sep 18 13:07:54 2007 +0100
23759
23760     Move coloured led API to status_led.h
23761     Improve indentation in drivers/at45.c
23762
23763 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
23764 Author: Eirik Aanonsen <eaa@wprmedical.com>
23765 Date:   Tue Sep 18 08:47:20 2007 +0200
23766
23767     Update atstk1002 bootargs.
23768
23769     Updates to atstk1002 U-Boot header file:
23770     - Changed bootargs:
23771         * Set the bootargs for at1002 to point to the SD-card partition instead
23772         * ... of the boot flash.
23773         * Removing the rootfstype since that argument are not needed.
23774
23775     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
23776     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23777
23778 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
23779 Author: Eirik Aanonsen <eaa@wprmedical.com>
23780 Date:   Wed Sep 12 13:32:37 2007 +0200
23781
23782     Add some comments to clocks in atstk1002.h
23783
23784     This patch applies some clarifying comments to how the different
23785     clocks are setup according to atstk1002.h Some of the previous
23786     comments where stating wrongful information.
23787
23788     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23789
23790 commit 97213f32416ead885deafea86774e912ffd60ad0
23791 Author: David Saada <David.Saada@ecitele.com>
23792 Date:   Mon Sep 17 17:04:47 2007 +0200
23793
23794     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
23795
23796     Signed-off-by: David Saada <david.saada@ecitele.com>
23797
23798 commit 30363e98fa470fbecea5e8bc0f1443352754f303
23799 Author: Stefan Roese <sr@denx.de>
23800 Date:   Mon Sep 17 08:20:47 2007 +0200
23801
23802     Small whitespace cleanup of OneNAND patch
23803
23804     Signed-off-by: Stefan Roese <sr@denx.de>
23805
23806 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
23807 Author: Kyungmin Park <kmpark@infradead.org>
23808 Date:   Mon Sep 10 17:15:14 2007 +0900
23809
23810     OneNAND support (take #2)
23811
23812     [PATCH 3/3] OneNAND support (take #2)
23813
23814     OneNAND support at U-Boot
23815
23816     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23817
23818 commit 17aa2800457df0c06b41516f46f126712c196219
23819 Author: Kyungmin Park <kmpark@infradead.org>
23820 Date:   Mon Sep 10 17:14:34 2007 +0900
23821
23822     OneNAND support (take #2)
23823
23824     [PATCH 2/3] OneNAND support (take #2)
23825
23826     OneNAND support at U-Boot
23827
23828     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23829
23830 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
23831 Author: Kyungmin Park <kmpark@infradead.org>
23832 Date:   Mon Sep 10 17:13:49 2007 +0900
23833
23834     OneNAND support (take #2)
23835
23836     [PATCH 1/3] OneNAND support (take #2)
23837
23838     OneNAND support at U-Boot
23839
23840     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23841
23842 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
23843 Author: Michal Simek <monstr@monstr.eu>
23844 Date:   Sun Sep 16 20:51:57 2007 +0200
23845
23846     [FIX] remove files form repository
23847
23848 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
23849 Author: Wolfgang Denk <wd@denx.de>
23850 Date:   Sun Sep 16 17:10:04 2007 +0200
23851
23852     TQM8xx[LM]: Fix broken environment alignment.
23853
23854     With recent toolchains, the environment sectors were no longer aligned to
23855     sector boundaries. The reason was a combination of two bugs:
23856
23857     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
23858        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
23859        this gets defined, is not included here (and cannot be included
23860        without causing lots of problems).
23861
23862        Added a new #define CFG_USE_PPCENV for all boards which really
23863        want to put the environment is a ".ppcenv" section.
23864
23865     2) The linker scripts just include environment.o, silently assuming
23866        that the objects in that file are really in the order in which
23867        they are coded in the C file, i. e. "environment" first, then
23868        "redundand_environment", and "env_size" last. However, current
23869        toolchains (GCC-4.x) reorder the objects, causing the environment
23870        data not to start on a flash sector boundary:
23871
23872        Instead of:                                      we got:
23873
23874         40008000 T environment                  40008000 T env_size
23875         4000c000 T redundand_environment        40008004 T redundand_environment
23876         40010000 T env_size                     4000c004 T environment
23877
23878        Note: this patch fixes just the first part, and cures the alignment
23879        problem by making sure that "env_size" gets placed correctly. However,
23880        we still have a potential issue because primary and redundant
23881        environment sectors are actually swapped, i. e. we have now:
23882
23883         40008000 T redundand_environment
23884         4000c000 T environment
23885         40010000 T env_size
23886
23887        This shall be fixed in the next version.
23888
23889     Signed-off-by: Wolfgang Denk <wd@denx.de>
23890
23891 commit eb6da8050797c204c9d010548424186c7ce32fc1
23892 Author: Wolfgang Denk <wd@denx.de>
23893 Date:   Sun Sep 16 02:39:35 2007 +0200
23894
23895     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
23896
23897     Signed-off-by: Wolfgang Denk <wd@denx.de>
23898
23899 commit cd2d1602c54cc6957bdef3872272a4b264893960
23900 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
23901 Date:   Mon Sep 10 14:54:56 2007 -0400
23902
23903     Typo fix in tsec.c
23904
23905     Fixup for the break statement in wrong place.
23906
23907     [Patch by urwithsughosh@gmail.com]
23908     Acked-by: Andy Fleming <afleming@freescale.com>
23909     Signed-off-by:      Wolfgang Denk <wd@denx.de>
23910
23911 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
23912 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23913 Date:   Tue Sep 11 17:04:00 2007 +0200
23914
23915     Fix do_div() usage in nand process output
23916
23917     Fix usage of do_div() in nand erase|read|write process output.
23918
23919     The last patch to nand_util.c introduced do_div() instead of libgcc's
23920     implementation. But do_div() returns the quotient in its first
23921     macro parameter and not as result.
23922
23923     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23924
23925 commit c750d2e6692a000a82f29de7bf24e3dc21239161
23926 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23927 Date:   Wed Sep 12 12:36:53 2007 +0200
23928
23929     NAND: Add CFG_NAND_QUIET option
23930
23931     This config option sets the default for the progress information
23932     output behavior that can also be configured through the 'quiet'
23933     environment variable.
23934
23935     The legacy NAND code does not print the current progress info
23936     on the console. So this option is for backward compatibility for
23937     units that are in the field and where setting the quiet variable
23938     is not an option. With CFG_NAND_QUIET set to '1' the console
23939     progress info is turned off. This can still be overwritten
23940     through the environment variable.
23941
23942     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23943
23944 commit dcb88630290d2bcd803386dd4c2be73142994c4f
23945 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
23946 Date:   Thu Sep 13 16:06:05 2007 -0700
23947
23948     ColdFire: fix build error becasue of bad type of mii_init()
23949
23950     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
23951
23952 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
23953 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
23954 Date:   Thu Sep 13 16:04:05 2007 -0700
23955
23956     ColdFire: Fix build error caused by pixis.c
23957
23958     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
23959
23960     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
23961
23962 commit e21659e30660a1377c42af135a6114efe39801d9
23963 Author: Sam Sparks <SSparks@twacs.com>
23964 Date:   Fri Sep 14 11:14:42 2007 -0600
23965
23966     Update MPC8349ITX*_config to place config.tmp in right place.
23967
23968     MPC834ITX*_config does not store config.tmp at the correct locatation,
23969     causing MPC8349ITXGP to have the wrong TEXT_BASE.
23970
23971     Signed-off-by: Sam Sparks <SSparks@twacs.com>
23972     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23973
23974 commit 1218abf1b5817a39a82399b4b928b00750575bda
23975 Author: Wolfgang Denk <wd@denx.de>
23976 Date:   Sat Sep 15 20:48:41 2007 +0200
23977
23978     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
23979
23980     Signed-off-by: Wolfgang Denk <wd@denx.de>
23981
23982 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
23983 Author: Dirk Behme <dirk.behme@googlemail.com>
23984 Date:   Sat Sep 15 11:55:42 2007 +0200
23985
23986     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
23987
23988     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
23989     function local.
23990
23991     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23992
23993     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
23994
23995 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
23996 Author: Michal Simek <monstr@monstr.eu>
23997 Date:   Sat Sep 15 00:03:35 2007 +0200
23998
23999     Synchronize with U-BOOT mainline
24000
24001 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
24002 Author: Sam Sparks <SSparks@twacs.com>
24003 Date:   Fri Sep 14 11:14:42 2007 -0600
24004
24005     Update MPC8349ITX*_config to place config.tmp in right place.
24006
24007     MPC834ITX*_config does not store config.tmp at the correct locatation,
24008     causing MPC8349ITXGP to have the wrong TEXT_BASE.
24009
24010     Signed-off-by: Sam Sparks <SSparks@twacs.com>
24011     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24012     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24013
24014 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
24015 Author: Bartlomiej Sieka <tur@semihalf.com>
24016 Date:   Thu Sep 13 18:21:48 2007 +0200
24017
24018     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
24019
24020     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
24021
24022 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
24023 Author: Bartlomiej Sieka <tur@semihalf.com>
24024 Date:   Thu Sep 13 16:33:59 2007 +0200
24025
24026     tqm5200: Restore customary env. variable boot commands for powerpc kernels
24027
24028     - update default definitions of kernel_addr and fdt_addr env. variables
24029     - make arch/powerpc booting the default scenario
24030     - update MTD partition layout to match the above
24031
24032     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24033
24034 commit f34024d4a328e6edd906456da98d2c537155c4f7
24035 Author: Wolfgang Denk <wd@denx.de>
24036 Date:   Wed Sep 12 00:48:57 2007 +0200
24037
24038     Fix memory corruption problem on STX GP3 SSA Board.
24039
24040     Signed-off-by: Wolfgang Denk <wd@denx.de>
24041
24042 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
24043 Author: Peter Pearse <peter.pearse@arm.com>
24044 Date:   Tue Sep 11 15:35:01 2007 +0100
24045
24046     Final tidy
24047
24048 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
24049 Author: Grzegorz Bernacki <gjb@semihalf.com>
24050 Date:   Tue Sep 11 15:42:11 2007 +0200
24051
24052     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
24053     scan on second pci bus.
24054
24055     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24056
24057 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
24058 Author: Grzegorz Bernacki <gjb@semihalf.com>
24059 Date:   Tue Sep 11 12:57:52 2007 +0200
24060
24061     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
24062
24063     Bamboo has a file sdram.c which needs special treatment when building in
24064     separate directory. It has to be linked to build directory otherwise it is
24065     not seen.
24066
24067     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24068
24069 commit d45963854eff39d575124d859419bb4953ce2c87
24070 Author: Michal Simek <monstr@monstr.eu>
24071 Date:   Tue Sep 11 00:37:04 2007 +0200
24072
24073     [FIX] Microblaze ML401 - repare FLASH handling
24074
24075 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
24076 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
24077 Date:   Mon Sep 10 16:55:59 2007 +0100
24078
24079     Allocate CPU Architecture Code for STMicroelectronics' ST200.
24080
24081     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
24082     ---------------------------------------------------
24083
24084 commit 754bac48156f8958d8f6a53a51eda88ab5758929
24085 Author: Wolfgang Denk <wd@denx.de>
24086 Date:   Mon Sep 10 20:42:31 2007 +0200
24087
24088     Update version to match current state.
24089
24090     Signed-off-by: Wolfgang Denk <wd@denx.de>
24091
24092 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
24093 Author: Grzegorz Bernacki <gjb@semihalf.com>
24094 Date:   Mon Sep 10 17:39:08 2007 +0200
24095
24096     [MPC512x] Streamline frame handling in the FEC driver
24097
24098     - convert frame size settings to be derived from a single base
24099     - set frame size to the recommended default value
24100
24101     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24102
24103 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
24104 Author: Kyungmin Park <kmpark@infradead.org>
24105 Date:   Mon Sep 10 11:34:00 2007 +0900
24106
24107     Remove compiler warning: target CPU does not support interworking
24108
24109     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24110
24111 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
24112 Author: Wolfgang Denk <wd@denx.de>
24113 Date:   Sun Sep 9 21:21:33 2007 +0200
24114
24115     Fix compile error in spc1920 config.
24116
24117     Signed-off-by: Markus Klotzbücher <mk@denx.de>
24118     Signed-off-by: Wolfgang Denk <wd@denx.de>
24119
24120 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
24121 Author: Grant Likely <grant.likely@secretlab.ca>
24122 Date:   Fri Sep 7 09:25:07 2007 -0600
24123
24124     Bugfix: make bootm+libfdt compile on boards with no flash
24125
24126     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24127
24128 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
24129 Author: Grzegorz Bernacki <gjb@semihalf.com>
24130 Date:   Fri Sep 7 18:35:37 2007 +0200
24131
24132     [PPC440SPe] PCIe environment settings for Katmai and Yucca
24133
24134     - 'pciconfighost' is set by default in order to be able to scan bridges
24135     behind the primary host/PCIe
24136
24137     - 'pciscandelay' env variable is recognized to allow for user-controlled
24138     delay before the PCIe bus enumeration; some peripheral devices require a
24139     significant delay before they can be scanned (e.g. LSI8408E); without the
24140     delay they are not detected
24141
24142     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24143
24144 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
24145 Author: Grzegorz Bernacki <gjb@semihalf.com>
24146 Date:   Fri Sep 7 18:20:23 2007 +0200
24147
24148     [PPC440SPe] Improve PCIe configuration space access
24149
24150     - correct configuration space mapping
24151     - correct bus numbering
24152     - better access to config space
24153
24154     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
24155     first device on the first bus. We now allow to configure up to 16 buses;
24156     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
24157     peripheral devices farther in hierarchy can be identified.
24158
24159     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24160
24161 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
24162 Author: Grzegorz Bernacki <gjb@semihalf.com>
24163 Date:   Fri Sep 7 17:46:18 2007 +0200
24164
24165     [PPC440SPe] Convert machine check exceptions handling
24166
24167     Convert using fixup mechanism to suppressing MCK for the duration of config
24168     read/write transaction: while fixups work fine with the case of a precise
24169     exception, we identified a major drawback with this approach when there's
24170     an imprecise case. In this scenario there is the following race condition:
24171     the fixup is (by design) set to catch the instruction following the one
24172     actually causing the exception; if an interrupt (e.g. decrementer) happens
24173     between those two instructions, the ISR code is executed before the fixup
24174     handler the machine check is no longer protected by the fixup handler as it
24175     appears as within the ISR code. In consequence the fixup approach is being
24176     phased out and replaced with explicit suppressing of MCK during a PCIe
24177     config read/write cycle.
24178
24179     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24180
24181 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
24182 Author: Wolfgang Denk <wd@denx.de>
24183 Date:   Fri Sep 7 17:43:36 2007 +0200
24184
24185     Fix typo in MAKEALL script.
24186
24187     Signed-off-by: Wolfgang Denk <wd@denx.de>
24188
24189 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
24190 Author: Grzegorz Bernacki <gjb@semihalf.com>
24191 Date:   Fri Sep 7 17:09:21 2007 +0200
24192
24193     [MPC512x] Proper handling of larger frames in the FEC driver
24194
24195     When frame larger than local RX buffer is received, it is split and handled
24196     by two buffer descriptors. Prior to this patch the FEC driver discarded
24197     contents of a buffer descriptor without the 'LAST' bit set, so the first
24198     part of the frame was lost in case of larger frames. This fix allows to
24199     safely combine the two pieces into the whole frame.
24200
24201     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24202
24203 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
24204 Author: Rafal Jaworowski <raj@semihalf.com>
24205 Date:   Fri Sep 7 17:05:36 2007 +0200
24206
24207     [MPC512x] Correct fixup relocation
24208
24209     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
24210
24211 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
24212 Author: Wolfgang Denk <wd@denx.de>
24213 Date:   Fri Sep 7 01:21:25 2007 +0200
24214
24215     Update CHANGELOG, minor coding style cleanup.
24216
24217 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
24218 Author: stefano babic <sbabic@denx.de>
24219 Date:   Thu Aug 30 23:01:49 2007 +0200
24220
24221     PXA270: Added support for TrizepsIV board.
24222
24223     This patch add support for the Trizeps IV module (520Mhz).
24224
24225     Signed-off-by: Stefano Babic <sbabic@denx.de>
24226
24227 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
24228 Author: stefano babic <sbabic@denx.de>
24229 Date:   Thu Aug 30 22:57:04 2007 +0200
24230
24231     PXA270: Add support for multiple serial ports.
24232
24233     This patch adds support for multiple serial ports to the PXA target.
24234     FFUART, BTUART and STUART are supported.
24235
24236     Signed-off-by: Stefano Babic <sbabic@denx.de>
24237
24238 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
24239 Author: stefano babic <sbabic@denx.de>
24240 Date:   Thu Aug 30 22:48:47 2007 +0200
24241
24242     PXA270: fix compile issue (invalid lvalue)
24243
24244     Code is broken for PXA270 due to "invalid lvalue in assignment".
24245
24246     This patch fix it in pxa-regs.h
24247
24248     Signed-off-by: Stefano Babic <sbabic@denx.de>
24249
24250 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
24251 Author: Jason Jin <Jason.jin@freescale.com>
24252 Date:   Thu Aug 30 18:19:05 2007 +0800
24253
24254     Add BUILD_DIR support for bios emulator.
24255
24256     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24257
24258 commit b4d8a55145442f136982634862341a3e02002bda
24259 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24260 Date:   Fri Aug 31 14:41:51 2007 +0900
24261
24262     [MIPS] Remove inline asm string functions
24263
24264     Stop using inline string functions on MIPS as other ARCHs do so,
24265     since the optimized inline asm versions are not small.
24266
24267     This change is triggered by a following MIPS build error:
24268     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
24269     common/exports.c:32: undefined reference to `strcmp'
24270     make: *** [u-boot] Error 1
24271
24272     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24273
24274 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
24275 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24276 Date:   Fri Aug 31 14:41:45 2007 +0900
24277
24278     [MIPS] Update asm string header
24279
24280     This patches contains several bugfixes and cleanups in the latest upstream:
24281
24282      - Don't include linux/config.h
24283      - Remove buggy inline version of memscan.
24284      - Merge with Linux 2.6.11-rc3.
24285      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
24286      - Goodbye mips64.  31704 lines of code bite the dust.
24287      - Replace extern inline with static inline.
24288      - Fix return value of strncpy.
24289      - Remove a bunch more "$1" clobbers.
24290
24291     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24292
24293 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
24294 Author: Bartlomiej Sieka <tur@semihalf.com>
24295 Date:   Tue Sep 4 17:31:22 2007 +0200
24296
24297     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
24298
24299     Fix incorrect blob address calculation in do_bootm_linux() that prevents
24300     booting the kernel from a multi-file image (kernel + initrd + blob).
24301
24302     Also, make minor updates to the U-Boot's output and to the coding style.
24303
24304     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24305
24306 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
24307 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
24308 Date:   Fri Aug 31 14:29:04 2007 +0200
24309
24310     Add support for Sil680 IDE controller.
24311
24312     o add drivers/sil680.c to support the Sil680 IDE-controller.
24313     o drivers/Makefile: add sil680.o.
24314
24315     Signed-off-by: Gary Jennejohn <garyj@denx.de>
24316
24317 commit e79021223bc339df655e360645a52c457a74b067
24318 Author: Grant Likely <grant.likely@secretlab.ca>
24319 Date:   Thu Sep 6 09:47:40 2007 -0600
24320
24321     bootm/fdt: Only process the fdt if an fdt address was provided
24322
24323     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
24324     kernels using the board info structure (instead of passing a device tree)
24325     This change allows the old style booting to be used if the fdt argument
24326     was not passed to 'bootm'.
24327
24328     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24329     Acked-by: Kim Phillips <kim.phillips@freescale.com>
24330
24331 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
24332 Author: Grant Likely <grant.likely@secretlab.ca>
24333 Date:   Thu Sep 6 09:46:23 2007 -0600
24334
24335     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
24336
24337     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
24338
24339     Tested on: lite5200b
24340
24341     Note: the fixup functions have not been moved to a common place.  This
24342     patch is targeted for immediate merging as in solves a build issue, but
24343     the final name/location of the fixups is still subject to debate.  I
24344     propose to merge this now, and move the fixups in the next merge window
24345     to be usable by all targets.
24346
24347     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24348
24349 commit 41bb76e941929f54a73206fb132f7a4c275543a3
24350 Author: Grant Likely <grant.likely@secretlab.ca>
24351 Date:   Thu Sep 6 09:46:17 2007 -0600
24352
24353     libfdt: add convenience function fdt_find_and_setprop()
24354
24355     Given the path to a node, fdt_find_and_setprop() allows a property value
24356     to be set directly.
24357
24358     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24359
24360 commit 80767a6cead9990d9e77e62be947843c2c72f469
24361 Author: Peter Pearse <peter.pearse@arm.com>
24362 Date:   Wed Sep 5 16:04:41 2007 +0100
24363
24364     Changed API name to coloured_led.h
24365     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
24366     Tidied other cpu/arm920t/start.S code
24367
24368 commit 56a9270521baaa00e12639a978302a67f61ef060
24369 Author: Kumar Gala <galak@kernel.crashing.org>
24370 Date:   Thu Aug 30 16:18:18 2007 -0500
24371
24372     Fix ULI RTC support on MPC8544 DS
24373
24374     The RTC on the M1575 ULI chipset requires a dummy read before
24375     we are able to talk to the RTC.  We accomplish this by adding a
24376     second memory region to the PHB the ULI is on and read from it.
24377
24378     The second region is added to maintain compatiabilty with Linux's
24379     view of the PCI memory map.
24380
24381     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24382
24383 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
24384 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24385 Date:   Thu Aug 30 01:58:48 2007 -0500
24386
24387     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
24388
24389     pcie is now differentiated from pci.  Add 8641 bus-range updates.
24390
24391     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24392
24393 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
24394 Author: Peter Pearse <peter.pearse@arm.com>
24395 Date:   Tue Sep 4 16:18:38 2007 +0100
24396
24397     Add coloured led interface for ARM boards.
24398     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
24399
24400 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
24401 Author: Peter Pearse <peter.pearse@arm.com>
24402 Date:   Tue Sep 4 14:49:28 2007 +0100
24403
24404     Move include/led.h to board/at91rm9200dk
24405
24406 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
24407 Author: Peter Pearse <peter.pearse@arm.com>
24408 Date:   Tue Sep 4 14:25:51 2007 +0100
24409
24410     Ran Lindent on drivers/at45.c
24411
24412 commit 557ab89d294f08dd532f21d19861b40093200a33
24413 Author: Peter Pearse <peter.pearse@arm.com>
24414 Date:   Tue Sep 4 14:23:50 2007 +0100
24415
24416     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
24417
24418 commit 81b73dec16fd1227369a191e725e10044a9d56b8
24419 Author: Gary Jennejohn <garyj@denx.de>
24420 Date:   Fri Aug 31 15:21:46 2007 +0200
24421
24422     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
24423
24424     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
24425     set to non-zero, because it doesn't support MRM (memory-read-
24426     multiple) correctly. We now added the possibility to configure
24427     this register in the board config file, so that the default value
24428     of 8 can be overridden.
24429
24430     Here the details of this patch:
24431
24432     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
24433       board-specific settings. As an example the sequoia board requires 0.
24434       Idea from Stefan Roese <sr@denx.de>.
24435     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
24436       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
24437     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
24438       CFG_PCI_CACHE_LINE_SIZE to 0.
24439
24440     Signed-off-by: Gary Jennejohn <garyj@denx.de>
24441     Signed-off-by: Stefan Roese <sr@denx.de>
24442
24443 commit 60174746c668b309378a91488dded898e9553eae
24444 Author: Wolfgang Denk <wd@denx.de>
24445 Date:   Fri Aug 31 10:01:51 2007 +0200
24446
24447     Fix TFTP OACK code for short packets.
24448
24449     The old code had a loop limit overflow bug which caused a semi-
24450     infinite loop for small packets, because in "i<len-8", "i" was signed,
24451     but "len" was unsigned, and "len-8" became a huge number for small
24452     values of "len".
24453
24454     This is a workaround which replaces broken commit 8f1bc284.
24455
24456     Signed-off-by: Wolfgang Denk <wd@denx.de>
24457
24458 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
24459 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24460 Date:   Thu Aug 30 15:03:05 2007 +0200
24461
24462     Reduce BOOTDELAY variable to 1 second by default for STK1002
24463
24464     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24465     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24466
24467 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
24468 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24469 Date:   Thu Aug 30 15:03:04 2007 +0200
24470
24471     Remove double quotation marks around MAC address for STK1002
24472
24473     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24474     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24475
24476 commit ff13ac8c7bbebb238e339592de765c546dba1073
24477 Author: Wolfgang Denk <wd@denx.de>
24478 Date:   Thu Aug 30 14:42:15 2007 +0200
24479
24480     Backout commit 8f1bc284 as it causes TFTP to fail.
24481
24482     Signed-off-by: Wolfgang Denk <wd@denx.de>
24483
24484 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
24485 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24486 Date:   Thu Aug 30 02:26:17 2007 -0500
24487
24488     Revert "Fix MPC8544DS PCIe3 scsi."
24489
24490     This reverts commit 9468e680.
24491     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
24492
24493     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24494
24495 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
24496 Author: Grant Likely <grant.likely@secretlab.ca>
24497 Date:   Wed Aug 29 18:26:24 2007 -0600
24498
24499     tftp: don't implicity trust the format of recevied packets
24500
24501     The TFTP OACK code trusts that the incoming packet is formated as
24502     ASCII text and can be processed by string functions. It also has a
24503     loop limit overflow bug where if the packet length is less than 8, it
24504     ends up looping over *all* of memory to find the 'blksize' string.
24505
24506     This patch solves the problem by forcing the packet to be null
24507     terminated and using strstr() to search for the sub string.
24508
24509     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24510
24511 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
24512 Author: Stefan Roese <sr@denx.de>
24513 Date:   Wed Aug 29 16:31:18 2007 +0200
24514
24515     ppc4xx: Change lwmon5 default environment to support Linux RTC
24516
24517     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
24518     to supply the RTC I2C address as bootline parameter. This patch
24519     adds support for this rtc probing parameter to the bootargs:
24520
24521     "rtc-pcf8563.probe=0,0x51"
24522
24523     Signed-off-by: Stefan Roese <sr@denx.de>
24524
24525 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
24526 Author: Kim Phillips <kim.phillips@freescale.com>
24527 Date:   Wed Aug 29 09:06:05 2007 -0500
24528
24529     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
24530
24531     this had slipped through the cracks, since the sbc board was added
24532     after I wrote the original patch to remove all these symbols, and
24533     before it was merged.
24534
24535     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24536
24537 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
24538 Author: Wolfgang Denk <wd@denx.de>
24539 Date:   Wed Aug 29 14:05:30 2007 +0200
24540
24541     Add mii_init() prototype
24542
24543     to get rid of a *lot* of compiler warnings.
24544
24545     Signed-off-by: Wolfgang Denk <wd@denx.de>
24546
24547 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
24548 Author: Wolfgang Denk <wd@denx.de>
24549 Date:   Wed Aug 29 13:35:03 2007 +0200
24550
24551     Disable network support on cmi_mpc5xx board
24552
24553     ..because it caused compiler errors and there seems to be no
24554     board maintainer to take care of this.
24555
24556     Signed-off-by: Wolfgang Denk <wd@denx.de>
24557
24558 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
24559 Author: Kumar Gala <galak@kernel.crashing.org>
24560 Date:   Mon Aug 20 09:44:00 2007 -0500
24561
24562     Fix MPC8544DS PCIe3 scsi.
24563
24564     <ed.swarthout@freescale.com>
24565
24566     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
24567     is allocating memory space it doesn't need.
24568
24569     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
24570     Signed-off-by: Andy Fleming <afleming@freescale.com>
24571
24572 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
24573 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24574 Date:   Tue Aug 21 09:38:59 2007 -0500
24575
24576     8548cds fixes
24577
24578     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
24579     correct consoledev needed for linux boot.
24580     Standardize on fdt{file,addr} var to hold dtb file name.
24581
24582     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
24583
24584     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24585
24586 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
24587 Author: Haiying Wang <Haiying.Wang@freescale.com>
24588 Date:   Thu Aug 23 15:20:54 2007 -0400
24589
24590     Enable L2 cache for MPC8568MDS board
24591
24592     The L2 cache size is 512KB for 8568, print out the correct informaiton.
24593
24594     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24595
24596 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
24597 Author: Jason Jin <Jason.jin@freescale.com>
24598 Date:   Wed Aug 22 17:54:49 2007 +0800
24599
24600     Remove the bios emulator binary files from MAI board
24601
24602     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24603
24604 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
24605 Author: Kim Phillips <kim.phillips@freescale.com>
24606 Date:   Tue Aug 21 17:00:17 2007 -0500
24607
24608     support board vendor-common makefiles
24609
24610     if a board/$(VENDOR)/common/Makefile exists, build it.
24611
24612     also add the first such case, board/freescale/common/Makefile, to
24613     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
24614     dictated by board configuration.
24615
24616     thusly get rid of alternate build dir errors such as:
24617
24618     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
24619
24620     by putting the common/ mkdir command in its proper place (the common
24621     Makefile). Common bits from existing individual board Makefiles have
24622     been removed.
24623
24624     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24625
24626 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
24627 Author: stefano babic <sbabic@denx.de>
24628 Date:   Tue Aug 21 15:52:33 2007 +0200
24629
24630     Fix: TFTP is not working on little endian systems
24631
24632     TFTP does not work anymore after multicast tftp
24633     patch was applied on little endian systems.
24634     This patch fix it.
24635
24636     Signed-off-by: Stefano Babic <sbabic@denx.de>
24637
24638 commit 5f470948570526e9186f053a3003da7719604e90
24639 Author: stefano babic <sbabic@denx.de>
24640 Date:   Tue Aug 21 15:50:33 2007 +0200
24641
24642     Fix MAC address setting in DM9000 driver.
24643
24644     The logic to check if there is a correct MAC address in the DM9000
24645     EEPROM, added in the last patch, is wrong. Now the MAC address is
24646     always taken from the environment, even if a suitable MAC is present
24647     in the EEPROM.
24648
24649     Signed-off-by: Stefano Babic <sbabic@denx.de>
24650
24651 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
24652 Author: Martin Krause <martin.krause@tqs.de>
24653 Date:   Tue Aug 21 12:40:34 2007 +0200
24654
24655     MPC5xxx: fix some compiler warnings in USB code
24656
24657     Fix the following warnings:
24658     - usb.c:xx: warning: function declaration isn't a prototype
24659     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
24660       from pointer wihtout a cast
24661
24662     Signed-off-by: Martin Krause <martin.krase@tqs.de>
24663
24664 commit 16e23c3f5dab6937f5109365416808c7f15c122b
24665 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24666 Date:   Mon Aug 20 23:55:33 2007 -0500
24667
24668     fsl_pci_init - Remove self PCSRBAR allocation
24669
24670     CPU physical address space was being wasted by allocating a
24671     PCSRBAR PCI inbound region to it's memory space.
24672
24673     As a rule, PCSRBAR should be left alone since it does not affect
24674     transactions from self and other masters may have changed it.
24675
24676     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
24677
24678 commit 0e700ce03a23bb1921149bc77008ace7103d5289
24679 Author: Martin Krause <martin.krause@tqs.de>
24680 Date:   Mon Aug 20 13:56:47 2007 +0200
24681
24682     Fix compiler warning in include/s3c2410.h
24683
24684     This patch fixes the "type qualifiers ignored on fuction return tpye"
24685     warning for include/s3c2410.h
24686
24687     Signed-off-by: Martin Krause <martin.krause@tqs.de>
24688
24689 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
24690 Author: Dirk Behme <dirk.behme@googlemail.com>
24691 Date:   Mon Aug 20 07:09:05 2007 +0200
24692
24693     Fix compilation error for omap2420h4_config.
24694
24695     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
24696     and flash_probe() calls in env_flash.c.
24697
24698     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
24699
24700 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
24701 Author: Kim Phillips <kim.phillips@freescale.com>
24702 Date:   Fri Aug 10 14:34:14 2007 -0500
24703
24704     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
24705
24706     and make some minor corrections to the FDT part of the README.
24707
24708     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24709
24710 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
24711 Author: Wolfgang Denk <wd@denx.de>
24712 Date:   Wed Aug 29 01:32:05 2007 +0200
24713
24714     Minor coding style cleanup.
24715
24716     Signed-off-by: Wolfgang Denk <wd@denx.de>
24717
24718 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
24719 Author: Heiko Schocher <hs@pollux.denx.de>
24720 Date:   Tue Aug 28 17:40:33 2007 +0200
24721
24722     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
24723
24724     Signed-off-by: Heiko Schocher <hs@denx.de>
24725
24726 commit f98984cb194bb34dbe1db9429d3b51133af30d07
24727 Author: Heiko Schocher <hs@pollux.denx.de>
24728 Date:   Tue Aug 28 17:39:14 2007 +0200
24729
24730     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
24731               define there own I/O functions.
24732               (Needed for the pcs440ep board).
24733             - The default I/O Functions are again 8 Bit accesses.
24734             - Added CONFIG_CMD_IDE for the pcs440ep Board.
24735
24736     Signed-off-by: Heiko Schocher <hs@denx.de>
24737
24738 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
24739 Author: Semih Hazar <semih.hazar@indefia.com>
24740 Date:   Mon Aug 20 19:00:01 2007 +0300
24741
24742     AVR32: Change prototype of memset
24743
24744     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
24745     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24746
24747 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
24748 Author: Yuri Tikhonov <yur@emcraft.com>
24749 Date:   Sat Aug 25 05:07:16 2007 +0200
24750
24751     POST: limit memory test area to not touch global data anymore
24752
24753     As experienced on lwmon5, on some boards the POST memory test can
24754     corrupt the global data buffer (bd). This patch fixes this issue
24755     by checking and limiting this area.
24756
24757     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24758     Signed-off-by: Stefan Roese <sr@denx.de>
24759
24760 commit 75e1a84d483e36be10e206e539b028c4889e1158
24761 Author: Stefan Roese <sr@denx.de>
24762 Date:   Fri Aug 24 15:41:42 2007 +0200
24763
24764     ppc4xx: Add RTC POST test to lwmon5 board configuration
24765
24766     Since this RTC POST test is taking quite a while to complete
24767     it's only initiated upon special keypress same as the complete
24768     memory POST.
24769
24770     Signed-off-by: Stefan Roese <sr@denx.de>
24771
24772 commit d7bfa620037a6d2210159387571bdf93aa32c162
24773 Author: Stefan Roese <sr@denx.de>
24774 Date:   Fri Aug 24 15:19:10 2007 +0200
24775
24776     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
24777
24778     Signed-off-by: Stefan Roese <sr@denx.de>
24779
24780 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
24781 Author: Stefan Roese <sr@denx.de>
24782 Date:   Thu Aug 23 11:02:37 2007 +0200
24783
24784     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
24785
24786     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
24787     board. Now the "eeprom" command can be used to read/write from/to this
24788     device. Additionally a new command was added "eepromwp" to en-/disable
24789     the write-protect of this 2nd EEPROM.
24790
24791     The 1st EEPROM is not affected by this write-protect command.
24792
24793     Signed-off-by: Stefan Roese <sr@denx.de>
24794
24795 commit c64fb30e4c5976007d56fc1789c7a0666082b536
24796 Author: Stefan Roese <sr@denx.de>
24797 Date:   Wed Aug 22 08:56:09 2007 +0200
24798
24799     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
24800
24801     Signed-off-by: Stefan Roese <sr@denx.de>
24802
24803 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
24804 Author: Stefan Roese <sr@denx.de>
24805 Date:   Tue Aug 21 16:27:57 2007 +0200
24806
24807     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
24808
24809     This patch adds support for the matrix keyboard on the lwmon5 board.
24810     Since the implementation in the dsPCI is kind of compatible with the
24811     "old" lwmon board, most of the code is copied from the lwmon
24812     board directory.
24813
24814     Signed-off-by: Stefan Roese <sr@denx.de>
24815
24816 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
24817 Author: Wolfgang Denk <wd@denx.de>
24818 Date:   Sun Aug 19 10:27:34 2007 +0200
24819
24820     Fix some build errors.
24821
24822     Signed-off-by: Wolfgang Denk <wd@denx.de>
24823
24824 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
24825 Author: Wolfgang Denk <wd@denx.de>
24826 Date:   Sat Aug 18 22:00:38 2007 +0200
24827
24828     Update CHANGELOG.
24829
24830 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
24831 Author: Kim Phillips <kim.phillips@freescale.com>
24832 Date:   Thu Aug 16 22:52:39 2007 -0500
24833
24834     lib_ppc: make board_add_ram_info weak
24835
24836     platforms wishing to display RAM diagnostics in addition to size,
24837     can do so, on one line, in their own board_add_ram_info()
24838     implementation.
24839
24840     this consequently eliminates CONFIG_ADD_RAM_INFO.
24841
24842     Thanks to Stefan for the hint.
24843
24844     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24845
24846 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
24847 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24848 Date:   Fri Aug 17 12:43:44 2007 +0900
24849
24850     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
24851
24852     This patch has been sent on:
24853     - 6 Jun 2007
24854
24855     Many users of PCI config read routines tend to ignore the function
24856     ret value, and are only concerned about the contents of *val. Based
24857     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
24858     the *val on dword read error.
24859
24860     Without this fix, for example, we'll go on scanning bus with vendor or
24861     header_type uninitialized. This brings many unnecessary config trials.
24862
24863     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24864
24865 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
24866 Author: Stefan Roese <sr@denx.de>
24867 Date:   Sat Aug 18 14:37:52 2007 +0200
24868
24869     ColdFire: Fix some remaining problems with CFG_CMD_
24870
24871     Signed-off-by: Stefan Roese <sr@denx.de>
24872
24873 commit 8280f6a1c43247616b68224675188e5ccd124650
24874 Author: Stefan Roese <sr@denx.de>
24875 Date:   Sat Aug 18 14:33:02 2007 +0200
24876
24877     Coding style cleanup
24878
24879     Signed-off-by: Stefan Roese <sr@denx.de>
24880
24881 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
24882 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24883 Date:   Thu Aug 16 19:23:50 2007 -0500
24884
24885     ColdFire: Add M5235EVB Platform for MCF523x
24886
24887     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24888
24889 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
24890 Author: Kim Phillips <kim.phillips@freescale.com>
24891 Date:   Fri Aug 17 09:30:00 2007 -0500
24892
24893     mpc83xx: fix typo in DDR2 programming
24894
24895     introduced in the implement board_add_ram_info patch as I was cleaning out the
24896     magic numbers.  sorry.
24897
24898     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24899
24900 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
24901 Author: Kim Phillips <kim.phillips@freescale.com>
24902 Date:   Thu Aug 16 22:53:09 2007 -0500
24903
24904     mpc83xx: move freescale boards to boards/freescale
24905
24906     includes build fixes.
24907
24908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24909
24910 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
24911 Author: Kim Phillips <kim.phillips@freescale.com>
24912 Date:   Thu Aug 16 22:52:59 2007 -0500
24913
24914     mpc83xx: suppress unused variable 'val8' warning
24915
24916     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24917
24918 commit bbea46f76f767b919070b4829bf34c86bd223248
24919 Author: Kim Phillips <kim.phillips@freescale.com>
24920 Date:   Thu Aug 16 22:52:48 2007 -0500
24921
24922     mpc83xx: implement board_add_ram_info
24923
24924     add board_add_ram_info, to make memory diagnostic output more
24925     consistent. u-boot banner output now looks like:
24926
24927     DRAM:  256 MB (DDR1, 64-bit, ECC on)
24928
24929     and for boards with SDRAM on the local bus, a line such as this is
24930     added:
24931
24932     SDRAM: 64 MB (local bus)
24933
24934     also replaced some magic numbers with their equivalent define names.
24935
24936     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24937
24938 commit 14778585d1389d86d5846efec29e5fce892680ce
24939 Author: Tony Li <tony.li@freescale.com>
24940 Date:   Fri Aug 17 10:35:59 2007 +0800
24941
24942     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
24943
24944     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
24945     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
24946
24947     Signed-off-by Tony Li <tony.li@freescale.com>
24948
24949 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
24950 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24951 Date:   Thu Aug 16 15:05:11 2007 -0500
24952
24953     ColdFire: Add M54455EVB for MCF5445x
24954
24955     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24956
24957 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
24958 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24959 Date:   Thu Aug 16 13:20:50 2007 -0500
24960
24961     ColdFire: Add M5253EVBE platform for MCF52x2
24962
24963     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24964
24965 commit a605aacd8324094199402816cc6d9124aba57b8d
24966 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24967 Date:   Thu Aug 16 05:04:31 2007 -0500
24968
24969     ColdFire: Add M5249EVB platform for MCF52x2
24970
24971     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24972
24973 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
24974 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24975 Date:   Wed Aug 15 20:32:06 2007 -0500
24976
24977     ColdFire: Update Freescale MCF52x2 platforms
24978
24979     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24980
24981 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
24982 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24983 Date:   Wed Aug 15 19:55:10 2007 -0500
24984
24985     ColdFire: Update EB+MCF-EV123 platform
24986
24987     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24988
24989 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
24990 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24991 Date:   Wed Aug 15 19:46:38 2007 -0500
24992
24993     ColdFire: update TASREG platform for MCF52x2
24994
24995     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24996
24997 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
24998 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24999 Date:   Wed Aug 15 19:45:51 2007 -0500
25000
25001     ColdFire: update r5200 platform for MCF52x2
25002
25003     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25004
25005 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
25006 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25007 Date:   Wed Aug 15 19:43:20 2007 -0500
25008
25009     ColdFire: idmr platform MCF52x2 update
25010
25011     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25012
25013 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
25014 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25015 Date:   Wed Aug 15 19:41:06 2007 -0500
25016
25017     ColdFire: cobra5272 platform for MCF52x2 update
25018
25019     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25020
25021 commit 56115665b4a64c10c01440c57749b265e0908fa4
25022 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25023 Date:   Wed Aug 15 19:38:15 2007 -0500
25024
25025     ColdFire: MCF52x2 Header files update
25026
25027     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25028
25029 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
25030 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25031 Date:   Wed Aug 15 19:21:21 2007 -0500
25032
25033     ColdFire: MCF52x2 update
25034
25035     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25036
25037 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
25038 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25039 Date:   Wed Aug 15 18:46:11 2007 -0500
25040
25041     ColdFire: MCF5329 update cache
25042
25043     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25044
25045 commit 7171977fb8fd77cfb6676953fa9a05789c450513
25046 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25047 Date:   Wed Aug 15 15:40:20 2007 -0500
25048
25049     ColdFire: MCF5329 header file clean up
25050
25051     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25052
25053 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
25054 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25055 Date:   Wed Aug 15 15:39:17 2007 -0500
25056
25057     ColdFire: MCF5329 Update and cleanup
25058
25059     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25060
25061 commit 10327dc5541f947c0cf7e31fef86c4706169607a
25062 Author: Andy Fleming <afleming@freescale.com>
25063 Date:   Thu Aug 16 16:35:02 2007 -0500
25064
25065     Add CONFIG_HAS_ETH0 to all boards with TSEC
25066
25067     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
25068     to update TSEC1's device-tree node, so we need to add it
25069     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
25070     since they will eventually do something similar.
25071
25072     Signed-off-by: Andy Fleming <afleming@freescale.com>
25073
25074 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
25075 Author: Kumar Gala <galak@kernel.crashing.org>
25076 Date:   Thu Aug 16 15:05:04 2007 -0500
25077
25078     Update MPC8544 DS PCI memory map
25079
25080     The PCIe bus that the ULI M1575 is connected to has no possible way of
25081     needing more than the fixed amount of IO & Memory space needed by the ULI.
25082
25083     So make it use far less IO & memory space and have it use the shared LAW.  This
25084     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
25085     by each bus.
25086
25087     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25088
25089 commit ea5877e31ed63ade948fd1293895ec23fe01472e
25090 Author: Kumar Gala <galak@kernel.crashing.org>
25091 Date:   Thu Aug 16 11:01:21 2007 -0500
25092
25093     Fix up some fdt issues on 8544DS
25094
25095     It looks like we had a merge issue that duplicated a bit of code
25096     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
25097     the MAC address properly set in the device tree on boot for TSEC1
25098
25099     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25100
25101 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
25102 Author: Niklaus Giger <niklaus.giger@netstal.com>
25103 Date:   Thu Aug 16 15:16:03 2007 +0200
25104
25105     PPC4xx:HCU4/5 cleanup
25106
25107     Minor cleanups to confirm to the u-boot coding style.
25108     Some german expressions -> english.
25109     HCU5 enforces a unique IP adress for a given slot in the rack.
25110
25111     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25112
25113 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
25114 Author: Niklaus Giger <niklaus.giger@netstal.com>
25115 Date:   Thu Aug 16 15:16:02 2007 +0200
25116
25117     PPC4xx:HCU4/5 cleanup ecc/sdram init
25118
25119     Make ecc initialisation robust, as DDR2-ECC errors may be generated
25120     while zeroing the RAM.
25121
25122     Return 16 bytes (a cacheline) less than the available memory, as the
25123     board and/or PPC440EPx might have problems accessing the last bytes.
25124
25125     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25126
25127 commit d35b508a55508535b6e8445b718585d27df733d3
25128 Author: Kim Phillips <kim.phillips@freescale.com>
25129 Date:   Wed Aug 15 22:29:56 2007 -0500
25130
25131     fdt: suppress unused variable 'bd' warning
25132
25133     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25134
25135 commit 82bd9ee77490588d4da785d75829ca63d0176baf
25136 Author: Andy Fleming <afleming@freescale.com>
25137 Date:   Wed Aug 15 20:06:50 2007 -0500
25138
25139     Fix warnings from of_data copy fix
25140
25141     Forgot to cast of_flat_tree to ulong.
25142
25143     Signed-off-by: Andy Fleming <afleming@freescale.com>
25144
25145 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
25146 Author: Andy Fleming <afleming@freescale.com>
25147 Date:   Wed Aug 15 20:03:44 2007 -0500
25148
25149     Don't wait for disconnected TSECs
25150
25151     The TSEC driver's PHY code waits a long time for autonegotiation to
25152     complete, even if the link is down.  The PHY knows the link is
25153     down or up before autonegotiation completes, so we can short-circuit
25154     the process if the link is down.
25155
25156     Signed-off-by: Andy Fleming <afleming@freescale.com>
25157
25158 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
25159 Author: Andy Fleming <afleming@freescale.com>
25160 Date:   Wed Aug 15 20:03:34 2007 -0500
25161
25162     Fix numerous bugs in the 8568 UEC support
25163
25164     Actually, fixed a large bug in the UEC for *all* platforms.
25165     How did this ever work?
25166
25167     uec_init() did not follow the spec for eth_init(), and returned
25168     0 on success.  Switch it to return the link like tsec_init()
25169     (and 0 on error)
25170
25171     The immap for the 8568 was defined based on MPC8568, rather than
25172     CONFIG_MPC8568
25173
25174     CONFIG_QE was off
25175
25176     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
25177
25178     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
25179     enabled
25180
25181     Signed-off-by: Andy Fleming <afleming@freescale.com>
25182
25183 commit 3a79013e2adda53332dfd0b511066a805e929a9d
25184 Author: Andy Fleming <afleming@freescale.com>
25185 Date:   Wed Aug 15 20:03:25 2007 -0500
25186
25187     Define tsec flag values in config files
25188
25189     The tsec_info structure and array has a "flags" field for each
25190     ethernet controller.  This field is the only reason there are
25191     settings.  Switch to defining TSECn_FLAGS for each controller
25192     in the config header, and we can greatly simplify the array, and
25193     also simplify the addition of future boards.
25194
25195     Signed-off-by: Andy Fleming <afleming@freescale.com>
25196
25197 commit ec7238229507e7f47533a611ea8c53319d234cf3
25198 Author: Andy Fleming <afleming@freescale.com>
25199 Date:   Wed Aug 15 20:03:13 2007 -0500
25200
25201     Add support for building all boards with a TSEC
25202
25203     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
25204     Now we can do a MAKEALL test on all of them!
25205
25206     Signed-off-by: Andy Fleming <afleming@freescale.com>
25207
25208 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
25209 Author: Andy Fleming <afleming@freescale.com>
25210 Date:   Wed Aug 15 17:30:56 2007 -0500
25211
25212     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
25213
25214     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
25215     neglected to *also* put the code inside the similar #ifdef
25216     for CONFIG_OF_FLAT_TREE.
25217
25218     Signed-off-by: Andy Fleming <afleming@freescale.com>
25219
25220 commit 78f9fef7f406078c8bf7191e665a73f795157746
25221 Author: Scott Wood <scottwood@freescale.com>
25222 Date:   Wed Aug 15 15:46:46 2007 -0500
25223
25224     mpc885ads: Don't define CONFIG_BZIP2.
25225
25226     bzip2 requires a significant chunk of malloc space, and there isn't
25227     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
25228     and a downloaded image at 0x400000.
25229
25230     Signed-off-by: Scott Wood <scottwood@freescale.com>
25231
25232 commit 002275a3ed8b114885f6702d6d544d0780dfe689
25233 Author: Michal Simek <Monstr@seznam.cz>
25234 Date:   Thu Aug 16 08:54:10 2007 +0200
25235
25236     Bios emulator - fix microblaze toolchain problem
25237
25238     microblaze CPU have problem with bios_emulator code.
25239     Microblaze toolchain doesn't support PRAGMA PACK.
25240
25241     Signed-off-by: Michal Simek <monstr@monstr.eu>
25242
25243 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
25244 Author: Wolfgang Denk <wd@denx.de>
25245 Date:   Thu Aug 16 11:51:04 2007 +0200
25246
25247     Minor Coding Style fix; Update CHANGELOG file.
25248
25249     Signed-off-by: Wolfgang Denk <wd@denx.de>
25250
25251 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
25252 Author: Stefan Roese <sr@denx.de>
25253 Date:   Thu Aug 16 11:21:49 2007 +0200
25254
25255     ppc4xx: Remove #warning in esd auto_update.c
25256
25257     Signed-off-by: Stefan Roese <sr@denx.de>
25258
25259 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
25260 Author: Stefan Roese <sr@denx.de>
25261 Date:   Fri Jun 22 17:32:28 2007 +0200
25262
25263     ppc7xx: Update CPCI750 board
25264
25265     This small CPCI750 update extends the board specific command
25266     "show_config" to display the Marvell strapping registers and
25267     extends the PCI IDE controller.
25268
25269     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25270     Signed-off-by: Stefan Roese <sr@denx.de>
25271
25272 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
25273 Author: Michal Simek <monstr@monstr.eu>
25274 Date:   Thu Aug 16 10:46:28 2007 +0200
25275
25276     [FIX] Changes for bios_emulator code for others architecture
25277
25278 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
25279 Author: Michal Simek <monstr@monstr.eu>
25280 Date:   Thu Aug 16 10:45:09 2007 +0200
25281
25282     [FIX] Remove unused include file
25283
25284 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
25285 Author: Stefan Roese <sr@denx.de>
25286 Date:   Thu Aug 16 10:18:33 2007 +0200
25287
25288     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
25289
25290     Signed-off-by: Stefan Roese <sr@denx.de>
25291
25292 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
25293 Author: Stefan Roese <sr@denx.de>
25294 Date:   Thu Aug 16 09:54:51 2007 +0200
25295
25296     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
25297
25298     Signed-off-by: Stefan Roese <sr@denx.de>
25299
25300 commit 02ba7022f62bb75908296c58c63866e1d294b69a
25301 Author: Stefan Roese <sr@denx.de>
25302 Date:   Thu Aug 16 09:52:29 2007 +0200
25303
25304     ppc4xx: Update Sequoia/Rainier bootstrap command
25305
25306     As suggested by David Mitchell, here an update for the Sequoia/Rainier
25307     bootstrap command.
25308
25309     Signed-off-by: Stefan Roese <sr@denx.de>
25310
25311 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
25312 Author: Kim Phillips <kim.phillips@freescale.com>
25313 Date:   Wed Aug 15 22:30:39 2007 -0500
25314
25315     mpc83xx: enable libfdt by default on freescale boards
25316
25317     this enables libfdt code by default for the
25318     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
25319     mpc8349itx and gp boards.
25320
25321     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25322
25323 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
25324 Author: Kim Phillips <kim.phillips@freescale.com>
25325 Date:   Wed Aug 15 22:30:33 2007 -0500
25326
25327     mpc83xx: migrate remaining freescale boards to libfdt
25328
25329     this adds libfdt support code for the freescale
25330     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
25331     and gp boards.
25332
25333     Boards remain compatible with OF_FLAT_TREE.
25334
25335     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25336
25337 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
25338 Author: Kim Phillips <kim.phillips@freescale.com>
25339 Date:   Wed Aug 15 22:30:26 2007 -0500
25340
25341     mpc83xx: move common /memory node update mechanism to cpu.c
25342
25343     also adds common prototypes to include/common.h.
25344
25345     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25346
25347 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
25348 Author: Kim Phillips <kim.phillips@freescale.com>
25349 Date:   Wed Aug 15 22:30:19 2007 -0500
25350
25351     mpc83xx: remaining 8360 libfdt fixes
25352
25353     PCI clocks and QE frequencies weren't being updated, and the core clock
25354     was being updated incorrectly.  This patch also adds a /memory node if
25355     it doesn't already exist prior to update.
25356
25357     plus some cosmetic trimming to single line comments.
25358
25359     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25360
25361 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
25362 Author: Kim Phillips <kim.phillips@freescale.com>
25363 Date:   Wed Aug 15 22:30:12 2007 -0500
25364
25365     mpc83xx: fix UEC2->1 typo in libfdt setup code
25366
25367     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25368
25369 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
25370 Author: Kim Phillips <kim.phillips@freescale.com>
25371 Date:   Wed Aug 15 22:30:05 2007 -0500
25372
25373     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
25374
25375     and reorder the existing 83xx maintainers alpha.
25376
25377     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25378
25379 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
25380 Author: Michal Simek <monstr@monstr.eu>
25381 Date:   Wed Aug 15 21:15:05 2007 +0200
25382
25383     [FIX] Resolve problem with warnings
25384     microblaze toolchain don't support PRAGMA PACK.
25385
25386 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
25387 Author: Michal Simek <monstr@monstr.eu>
25388 Date:   Wed Aug 15 21:05:07 2007 +0200
25389
25390     [FIX] Correction command setting for Microblaze boards
25391
25392 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
25393 Author: Michal Simek <monstr@monstr.eu>
25394 Date:   Wed Aug 15 21:03:41 2007 +0200
25395
25396     [FIX] Correction command definition
25397
25398 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
25399 Author: Jon Loeliger <jdl@freescale.com>
25400 Date:   Wed Aug 15 11:55:35 2007 -0500
25401
25402     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
25403
25404     Remove a leftover in net/tftp.c while we're at it.
25405
25406     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25407
25408 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
25409 Author: Jon Loeliger <jdl@freescale.com>
25410 Date:   Wed Aug 15 12:20:40 2007 -0500
25411
25412     Move the MPC8641HPCN board under board/freescale.
25413
25414     Minor path corrections needed to ensure buildability.
25415
25416     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25417
25418 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
25419 Author: Jon Loeliger <jdl@freescale.com>
25420 Date:   Wed Aug 15 11:46:22 2007 -0500
25421
25422     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
25423
25424     Remove a leftover in net/tftp.c while we're at it.
25425
25426     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25427
25428 commit 210f463c71917b7a4495c2103c228b9c179ae64d
25429 Author: Jerry Van Baren <gvb.uboot@gmail.com>
25430 Date:   Wed Aug 15 11:13:15 2007 -0400
25431
25432     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
25433
25434     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
25435     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
25436     when it should have gone inside of the conditional.  As a result, it
25437     broke non-LIBFDT board builds.
25438
25439     Also added a missing "not." to the comment.
25440
25441     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
25442
25443 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
25444 Author: Niklaus Giger <niklaus.giger@netstal.com>
25445 Date:   Wed Aug 15 12:14:23 2007 +0200
25446
25447     PPC4xx:HCU4/5-Board fix compile warning
25448
25449     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25450
25451 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
25452 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25453 Date:   Tue Aug 14 14:06:45 2007 -0500
25454
25455     Fix malloc size error in ahci_init_one.
25456
25457     Typically this causes scsi init to corrupt the
25458     devlist and break the coninfo command.
25459     Fix a compiler size warning.
25460
25461     Signed-off-by: Jason Jin <jason.jin@freescale.com>
25462     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25463     Acked-by: Andy Fleming <afleming@freescale.com>
25464
25465 commit b361acd64fd2525c081b9b288b0804efe209c0e9
25466 Author: ksi@koi8.net <ksi@koi8.net>
25467 Date:   Tue Aug 14 10:02:16 2007 -0700
25468
25469     TI DaVinci - fix unsupported %hhx format
25470
25471     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
25472
25473 commit f01dbb5424a81453c81190dd30e945891466f621
25474 Author: Wolfgang Denk <wd@denx.de>
25475 Date:   Tue Aug 14 18:42:36 2007 +0200
25476
25477     Coding style cleanup. Update CHANGELOG.
25478
25479     Signed-off-by: Wolfgang Denk <wd@denx.de>
25480
25481 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
25482 Author: Andy Fleming <afleming@freescale.com>
25483 Date:   Tue Aug 14 10:32:59 2007 -0500
25484
25485     Fix initrd/dtb interaction
25486
25487     The original code would wrongly relocate the blob to be right before
25488     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
25489     if it is defined.  So we make two changes:
25490
25491     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
25492
25493     2) If the blob is being relocated, relocate it before kbd, not initrd
25494
25495     Signed-off-by: Andy Fleming <afleming@freescale.com>
25496
25497 commit e54b970173769307a116bd34028b6d0c2eea2a4e
25498 Author: Peter Pearse <peter.pearse@arm.com>
25499 Date:   Tue Aug 14 15:40:00 2007 +0100
25500
25501     Supply spi interface in at45.c
25502
25503 commit 4ce846ec59f36b85d6644a769690ad3feb667575
25504 Author: Stefan Roese <sr@denx.de>
25505 Date:   Tue Aug 14 15:12:01 2007 +0200
25506
25507     POST: Fix merge problem
25508
25509     Signed-off-by: Stefan Roese <sr@denx.de>
25510
25511 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
25512 Author: Stefan Roese <sr@denx.de>
25513 Date:   Tue Aug 14 15:03:17 2007 +0200
25514
25515     Coding style cleanup
25516
25517     Signed-off-by: Stefan Roese <sr@denx.de>
25518
25519 commit 779e975117a75e91fcebe226a63104dbfb924ab1
25520 Author: Stefan Roese <sr@denx.de>
25521 Date:   Tue Aug 14 14:44:41 2007 +0200
25522
25523     ppc4xx: Add initial Zeus (PPC405EP) board support
25524
25525     Signed-off-by: Stefan Roese <sr@denx.de>
25526
25527 commit c5a172a5fd636c12467429e3f7910e53773979c6
25528 Author: Stefan Roese <sr@denx.de>
25529 Date:   Tue Aug 14 14:41:55 2007 +0200
25530
25531     POST: Add option for external ethernet loopback test
25532
25533     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
25534     is not done using an internal loopback connection, but by assuming
25535     that an external loopback connector is plugged into the board.
25536
25537     Signed-off-by: Stefan Roese <sr@denx.de>
25538
25539 commit eb2b4010ae426245172988804ee8d9193fb41038
25540 Author: Stefan Roese <sr@denx.de>
25541 Date:   Tue Aug 14 14:39:44 2007 +0200
25542
25543     POST: Add ppc405 support to cache and UART POST
25544
25545     Signed-off-by: Stefan Roese <sr@denx.de>
25546
25547 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
25548 Author: Peter Pearse <peter.pearse@arm.com>
25549 Date:   Tue Aug 14 10:46:32 2007 +0100
25550
25551     Replace lost end of at45.c.
25552
25553 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
25554 Author: Peter Pearse <peter.pearse@arm.com>
25555 Date:   Tue Aug 14 10:30:06 2007 +0100
25556
25557     Update Makefiles for merged and split at45.c.
25558
25559 commit 3454cece2db57cb9eb7087995f7e73066a163f71
25560 Author: Peter Pearse <peter.pearse@arm.com>
25561 Date:   Tue Aug 14 10:21:06 2007 +0100
25562
25563     Delete the merged files.
25564
25565 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
25566 Author: Peter Pearse <peter.pearse@arm.com>
25567 Date:   Tue Aug 14 10:14:05 2007 +0100
25568
25569     Add the files.
25570
25571 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
25572 Author: Peter Pearse <peter.pearse@arm.com>
25573 Date:   Tue Aug 14 10:10:52 2007 +0100
25574
25575     Add MACH_TYPE records for several AT91 boards.
25576     Merge to two at45.c files into a common file, split to at45.c and spi.c
25577     Fix spelling error in DM9161 PHY Support.
25578     Initialize at91rm9200 board (and set LED).
25579     Add PIO control for at91rm9200dk LEDs and Mux.
25580     Change dataflash partition boundaries to be compatible with Linux 2.6.
25581
25582     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
25583     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
25584
25585 commit 4ef35e53c693556c54b0c22d6f873de87bade253
25586 Author: Wolfgang Denk <wd@denx.de>
25587 Date:   Tue Aug 14 09:54:46 2007 +0200
25588
25589     Coding style cleanup, update CHANGELOG
25590
25591     Signed-off-by: Wolfgang Denk <wd@denx.de>
25592
25593 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
25594 Author: Wolfgang Denk <wd@denx.de>
25595 Date:   Tue Aug 14 09:47:27 2007 +0200
25596
25597     Coding style cleanup; rebuild CHANGELOG
25598
25599 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
25600 Author: Randy Vinson <rvinson@linuxbox.(none)>
25601 Date:   Tue Feb 27 19:42:22 2007 -0700
25602
25603     85xxCDS: Add make targets for legacy systems.
25604
25605     The PCI ID select values on the Arcadia main board differ depending
25606     on the version of the hardware. The standard configuration supports
25607     Rev 3.1. The legacy target supports Rev 2.x.
25608
25609     Signed-off-by Randy Vinson <rvinson@mvista.com>
25610
25611 commit e41094c7e38177c755fbd9b182018069614f080d
25612 Author: Andy Fleming <afleming@freescale.com>
25613 Date:   Tue Aug 14 01:50:09 2007 -0500
25614
25615     85xxCDS: Enable the VIA PCI-to-ISA bridge.
25616
25617     Author: Randy Vinson <rvinson@linuxbox.(none)>
25618
25619     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
25620     Arcadia main board.
25621
25622     Signed-off-by: Randy Vinson <rvinson@mvista.com>
25623     Signed-off-by: York Sun <yorksun@freescale.com>
25624
25625 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
25626 Author: Andy Fleming <afleming@freescale.com>
25627 Date:   Tue Aug 14 00:14:25 2007 -0500
25628
25629     Add support for UEC to 8568
25630
25631     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25632     Signed-off-by: Andy Fleming <afleming@freescale.com>
25633
25634 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
25635 Author: Haiying Wang <Haiying.Wang@freescale.com>
25636 Date:   Tue Jun 19 14:18:34 2007 -0400
25637
25638     Add PCI support for MPC8568MDS board
25639
25640     This patch is against u-boot-mpc85xx.git of www.denx.com
25641
25642     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25643     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
25644
25645 commit d111d6382c99fdea08c2312eeeae8786945e189a
25646 Author: Haiying Wang <Haiying.Wang@freescale.com>
25647 Date:   Tue Jun 19 14:18:32 2007 -0400
25648
25649     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
25650
25651     This patch is against u-boot-mpc85xx.git of www.denx.com
25652
25653     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
25654     both MPC8548CDS board and MPC8568MDS board, especially for supporting
25655     533MHz DDR2.
25656
25657     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
25658     DDR2 on all current board versions especially ver 1.92 or later to bring
25659     up.
25660
25661     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25662
25663 commit 3db0bef59eab1155801618cef5c481e97553b597
25664 Author: Kumar Gala <galak@kernel.crashing.org>
25665 Date:   Tue Aug 7 18:07:27 2007 -0500
25666
25667     Use an absolute address when jumping out of 4k boot page
25668
25669     On e500 when we leave the 4k boot page we should use an absolute address since
25670     we don't know where the board code may want us to be really running at.
25671
25672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25673
25674 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
25675 Author: Andy Fleming <afleming@freescale.com>
25676 Date:   Mon Aug 13 14:49:59 2007 -0500
25677
25678     MPC85xx BA bits not set for 3-bit bank address DIMM
25679
25680     The current implementation does not set the number of bank address bits
25681     (BA) in the processor. The default assumes 2 logical bank bits. This
25682     works fine for a DIMM that uses devices with 4 internal banks (SPD
25683     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
25684     devices with 8 internal banks (SPD byte17 = 0x8).
25685
25686     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
25687
25688 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
25689 Author: Andy Fleming <afleming@freescale.com>
25690 Date:   Mon Aug 13 14:38:06 2007 -0500
25691
25692     Fix minor 85xx warnings
25693
25694     Some patches had inserted warnings into the build:
25695     * mpc8560ads declared data without using it
25696     * cpu_init declared ecm and immap without using it in all CONFIGs
25697     * MPC8548CDS.h had its default filenames changed so that they contained
25698       "\m" in the paths.  Made the defaults not Windows-specific (or
25699       anything-specific)
25700
25701     Signed-off-by: Andy Fleming <afleming@freescale.com>
25702
25703 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
25704 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25705 Date:   Fri Jul 27 01:50:52 2007 -0500
25706
25707     8548cds PCIE support.
25708
25709     Make the early L1 cache stack region guarded to prevent speculative
25710     fetches outside the locked range.
25711
25712     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
25713     init.S whitespace cleanup.
25714
25715     Allow TEXT_BASE value to be specified on command line.  This allows it
25716     to be set to 0xfffc0000 which cuts the uboot binary in half.
25717
25718     Clear and enable lbc and ecm errors.
25719
25720     Update last_busno in device-tree for pci and pcie.
25721
25722     Remove load of obsolete cpu/mpc85xx/pci.0
25723
25724     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25725     Acked-by: Andy Fleming <afleming@freescale.com>
25726
25727 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
25728 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25729 Date:   Fri Jul 27 01:50:51 2007 -0500
25730
25731     8544ds PCIE support
25732
25733     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
25734
25735     Enable LBC and ECM errors and clear error registers.
25736
25737     Add tftpflash env var to get uboot from tftp server and flash it.
25738
25739     Add pci/pcie convenience env vars to display register space:
25740       "run pcie3regs" to see all pcie3 ccsr registers
25741       "run pcie3cfg" to see all cfg registers
25742     Whitespace cleanup and MPC8544DS.h
25743
25744     Enable CONFIG_INTERRUPTS.
25745
25746     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25747     Acked-by: Andy Fleming <afleming@freescale.com>
25748
25749 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
25750 Author: Andy Fleming <afleming@freescale.com>
25751 Date:   Tue Aug 14 01:34:21 2007 -0500
25752
25753     85xx start.S cleanup and exception support
25754
25755     From: Ed Swarthout <Ed.Swarthout@freescale.com>
25756
25757     Support external interrupts from platform to eliminate system hangs.
25758     Define CONFIG_INTERRUPTS board configure option to enable.
25759     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
25760
25761     Remove extra cpu initialization redundant with hardware initialization.
25762     Whitespace cleanup.
25763
25764     Define and use _START_OFFSET consistent with other processors using
25765     ppc_asm.tmpl
25766
25767     Move additional code from .text to boot page to make room for
25768     exception vectors at start of image.
25769
25770     Handle Machine Check, External and Critical exceptions.
25771
25772     Fix e500 machine check error determination in traps.c
25773
25774     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
25775
25776     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25777     Acked-by: Andy Fleming <afleming@freescale.com>
25778
25779 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
25780 Author: Andy Fleming <afleming@freescale.com>
25781 Date:   Tue Aug 14 01:33:18 2007 -0500
25782
25783     Add MPC8544DS README
25784
25785     Signed-off-by: Andy Fleming <afleming@freescale.com>
25786
25787 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
25788 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25789 Date:   Fri Jul 27 01:50:48 2007 -0500
25790
25791     85xx allow debugger to configure ddr.
25792
25793     Only check for mpc8548 rev 1 when compiled for 8548.
25794
25795     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25796     Acked-by: Andy Fleming <afleming@freescale.com>
25797
25798 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
25799 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25800 Date:   Fri Jul 27 01:50:47 2007 -0500
25801
25802     mpc85xx L2 cache reporting and SRAM relocation option.
25803
25804     Allow debugger to override flash cs0/cs1 settings to enable alternate
25805     boot regions
25806
25807     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25808     Acked-by: Andy Fleming <afleming@freescale.com>
25809
25810 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
25811 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25812 Date:   Fri Jul 27 01:50:46 2007 -0500
25813
25814     e500 needs ppc_asm.tmp MCK_EXCEPTION
25815
25816     Always define MCK_EXCEPTION macro - so e500 can use it too.
25817
25818     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25819     Acked-by: Andy Fleming <afleming@freescale.com>
25820
25821 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
25822 Author: David Updegraff <dave@cray.com>
25823 Date:   Mon Jun 11 10:41:07 2007 -0500
25824
25825     multicast tftp: RFC2090
25826
25827     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
25828     on Realtek RTL8139 and Freescale TSEC.
25829
25830     Signed-off-by: David Updegraff <dave@cray.com>
25831     Signed-off-by: Ben Warren <bwarren@qstreams.com>
25832
25833 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
25834 Author: Wilson Callan <wcallan@savantav.com>
25835 Date:   Sat Jul 28 10:56:13 2007 -0400
25836
25837     New CONFIG_BOOTP_SERVERIP option
25838
25839     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
25840     from the bootp server
25841
25842     Signed-off-by: Wilson Callan <wcallan@savantav.com>
25843     Signed-off-by: Ben Warren <bwarren@qstreams.com>
25844
25845 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
25846 Author: Mike Rapoport <mike@compulab.co.il>
25847 Date:   Sun Aug 12 08:48:27 2007 +0300
25848
25849     Add ability to take MAC address from the environment to DM9000 driver
25850
25851     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
25852     Signed-off-by: Ben Warren <bwarren@qstreams.com>
25853
25854 commit be5d72d10d47609326226225181e301fb9a33b58
25855 Author: Wolfgang Denk <wd@denx.de>
25856 Date:   Mon Aug 13 21:57:53 2007 +0200
25857
25858     Minor coding style cleanup. Update CHANGELOG.
25859
25860     Signed-off-by: Wolfgang Denk <wd@denx.de>
25861
25862 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
25863 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
25864 Date:   Sat Aug 11 06:54:58 2007 -0500
25865
25866     Modify SBC8641D to use new Freescale PCI routines
25867
25868     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
25869     adapter.
25870
25871     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
25872     Signde-off-by: Jon Loeliger <jdl@freescale.com>
25873
25874 commit a08458303e7f9db67f296980036d3292c35cb45c
25875 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
25876 Date:   Fri Jun 29 18:38:51 2007 +0200
25877
25878     atmel_mci: Fix data timeout value
25879
25880     Calculate the data timeout based on values from the CSD instead of
25881     just using a hardcoded DTOR value. This is a backport of a similar fix
25882     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
25883     instead of down.
25884
25885     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
25886
25887 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
25888 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
25889 Date:   Mon Aug 13 17:22:31 2007 +0200
25890
25891     AVR32: Include <div64.h> instead of <asm/div64.h>
25892
25893     include/asm-avr32/div64.h was recently moved to include/div64.h, but
25894     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
25895     the patch was merged perhaps?)
25896
25897     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
25898     compiles again.
25899
25900     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
25901
25902 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
25903 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
25904 Date:   Wed Jun 27 13:34:26 2007 +0200
25905
25906     atmel_mci: Use 512 byte blocksize if possible
25907
25908     Instead of always using the largest blocksize the card supports, check
25909     if it can support smaller block sizes and use 512 bytes if possible.
25910     Most cards do support this, and other parts of u-boot seem to have
25911     trouble with block sizes different from 512 bytes.
25912
25913     Also enable underrun/overrun protection.
25914
25915     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
25916     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
25917
25918 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
25919 Author: Stefan Roese <sr@denx.de>
25920 Date:   Mon Aug 13 09:05:33 2007 +0200
25921
25922     ppc4xx: Fix problem in PLL clock calculation
25923
25924     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
25925     and fixes a bug in the PLL clock calculation.
25926
25927     Signed-off-by: Stefan Roese <sr@denx.de>
25928
25929 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
25930 Author: Wolfgang Denk <wd@denx.de>
25931 Date:   Sun Aug 12 21:34:50 2007 +0200
25932
25933     Update CHANGELOG
25934
25935 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
25936 Author: Wolfgang Denk <wd@denx.de>
25937 Date:   Sun Aug 12 21:34:34 2007 +0200
25938
25939     Minor alignment of output, 2nd try.
25940     Also update CHANGELOG
25941
25942     Signed-off-by: Wolfgang Denk <wd@denx.de>
25943
25944 commit 6b309f22a724fad8418e811751a0741b893419cf
25945 Author: Wolfgang Denk <wd@denx.de>
25946 Date:   Sun Aug 12 20:35:49 2007 +0200
25947
25948     Minor alignment of output
25949
25950     Signed-off-by: Wolfgang Denk <wd@denx.de>
25951
25952 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
25953 Author: Wolfgang Denk <wd@denx.de>
25954 Date:   Sun Aug 12 18:28:18 2007 +0200
25955
25956     Cleanup output on ADS5121 board
25957
25958     Signed-off-by: Wolfgang Denk
25959
25960 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
25961 Author: Wolfgang Denk <wd@denx.de>
25962 Date:   Sun Aug 12 15:11:38 2007 +0200
25963
25964     Adapt board configuration and fix kernel crash on MCC200 board.
25965
25966     The update procedure was modified to turn off the USB subsystem
25967     before exit for MCC200 and TRAB. This is necessary as otherwise the
25968     USB controller continues to write periodically to system memory!
25969
25970     MCC200-specific notes:
25971     - the patch disables the magic key check for MCC200
25972     - the patch contains the configuration changes made
25973       for the new revision of the board.
25974
25975     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25976     Signed-off-by: Wolfgang Denk <wd@denx.de>
25977
25978 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
25979 Author: Wolfgang Denk <wd@denx.de>
25980 Date:   Sun Aug 12 14:47:54 2007 +0200
25981
25982     Adjust default configuration of ADS5121 board.
25983
25984     Signed-off-by: Wolfgang Denk <wd@denx.de>
25985
25986 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
25987 Author: Wolfgang Denk <wd@denx.de>
25988 Date:   Sun Aug 12 14:27:39 2007 +0200
25989
25990     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
25991
25992     Signed-off-by: Wolfgang Denk <wd@denx.de>
25993
25994 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
25995 Author: Gerald Van Baren <vanbaren@cideas.com>
25996 Date:   Tue Aug 7 21:14:22 2007 -0400
25997
25998     Improve error print messages.
25999
26000     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26001
26002 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
26003 Author: Kim Phillips <kim.phillips@freescale.com>
26004 Date:   Tue Jul 17 13:57:04 2007 -0500
26005
26006     fdt: allow for builds that don't want env and bd_t nodes
26007
26008     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
26009     area.
26010
26011     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26012
26013 commit 91148bf7aeba142d6f348805db7625db7da64d6f
26014 Author: Kim Phillips <kim.phillips@freescale.com>
26015 Date:   Tue Jul 17 13:56:53 2007 -0500
26016
26017     fdt: do board setup based on fdt address specified on bootm line
26018
26019     The last fdt patch to bootm did board setup based on the address
26020     specified by a prior fdt address command invocation.  The bootm
26021     code, as its call to fdt_chosen does, should use the fdt specified
26022     by the user on the bootm command.  Note this restores full
26023     functionality for the 8360's existing default boot environment
26024     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
26025     before booting a kernel).
26026
26027     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26028
26029 commit e125a2ffc209dd34794e326c7175658253beadf3
26030 Author: Gerald Van Baren <vanbaren@cideas.com>
26031 Date:   Tue Jul 10 20:40:39 2007 -0400
26032
26033     Call ft_board_setup() from the bootm command.
26034
26035     In the patch titled "Create new fdt boardsetup command..." I removed the
26036     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
26037     to add a direct call back into cmd_bootm.c
26038
26039     This fixes the oversight by adding the direct call to the bootm command.
26040
26041     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26042
26043 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
26044 Author: Gerald Van Baren <vanbaren@cideas.com>
26045 Date:   Mon Jun 25 23:25:28 2007 -0400
26046
26047     Create new fdt boardsetup command, fix bug parsing [] form of set values.
26048
26049     Previously ft_board_setup() was called by fdt_chosen() which was not
26050     really correctly structured.  This splits ft_board_setup() out by creating
26051     a new fdt boardsetup command.
26052
26053     Fix a bug when parsing fdt set command values which have the square
26054     bracket form [00 11 22 33] - the length was updated incorrectly in when
26055     parsing that form.
26056
26057     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26058
26059 commit 6f35ded9e85493595e0eb66a82b502a95326d049
26060 Author: Gerald Van Baren <vanbaren@cideas.com>
26061 Date:   Mon Jun 25 20:55:58 2007 -0400
26062
26063     Tighten up the error messages.
26064
26065     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26066
26067 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
26068 Author: Gerald Van Baren <vanbaren@cideas.com>
26069 Date:   Mon Jun 25 19:52:23 2007 -0400
26070
26071     Asthetic improvements: error messages and line lengths.
26072
26073     Tighten up the error messages, split overlength lines.
26074
26075     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26076
26077 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
26078 Author: Gerald Van Baren <vanbaren@cideas.com>
26079 Date:   Fri May 25 22:08:57 2007 -0400
26080
26081     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
26082
26083     The fdt_chosen() function was adding/seting some properties ad-hoc
26084       improperly and duplicated (poorly) what was done in ft_board_setup()
26085
26086     Clean up long lines (setting properties, printing errors).
26087
26088     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26089
26090 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
26091 Author: Gerald Van Baren <vanbaren@cideas.com>
26092 Date:   Mon May 21 23:27:16 2007 -0400
26093
26094     For fdt_find_node_by_path(), handle the root path properly.
26095
26096     Also removes the special case root path detection in cmd_fdt.c since it
26097     is no longer necessary.
26098
26099     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26100
26101 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
26102 Author: Gerald Van Baren <vanbaren@cideas.com>
26103 Date:   Thu May 17 23:54:36 2007 -0400
26104
26105     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
26106
26107     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26108     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26109
26110 commit 1a861169bc3758f9de3aead62b058736c6891246
26111 Author: Gerald Van Baren <vanbaren@cideas.com>
26112 Date:   Wed Jun 6 22:47:58 2007 -0400
26113
26114     Replace fdt_node_offset() with fdt_find_node_by_path().
26115
26116     The new name matches more closely the kernel's name, which is also
26117     a much better description.
26118
26119     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26120     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26121
26122 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
26123 Author: Gerald Van Baren <vanbaren@cideas.com>
26124 Date:   Wed May 16 22:39:59 2007 -0400
26125
26126     Fix cmd_fdt line lengths, refactor code.
26127
26128     Break lines that were greater than 80 characters in length.
26129     Move the fdt print and property parsing code to separate static functions
26130       to reduce coding clutter in the fdt_cmd handling body.
26131
26132     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26133
26134 commit 25114033ab21788810c48ba4df103b649da1223b
26135 Author: Gerald Van Baren <vanbaren@cideas.com>
26136 Date:   Sat May 12 09:47:25 2007 -0400
26137
26138     FDT command improvements.
26139
26140     Fix "fdt set" so that it will create a non-existing property.
26141     Add "fdt mknode" to create nodes.
26142
26143     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26144
26145 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
26146 Author: Gerald Van Baren <vanbaren@cideas.com>
26147 Date:   Sat May 12 09:45:46 2007 -0400
26148
26149     Reorganize and fix problems (returns) in the bootm command.
26150
26151     Do *NOT* return after the "point of no return" has been passed.
26152       If something goes wrong, the board must be reset after that point.
26153     Move the "Transferring control to Linux" debug message back to where it
26154       belongs: just before transferring control to linux.
26155
26156     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26157
26158 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
26159 Author: Gerald Van Baren <vanbaren@cideas.com>
26160 Date:   Tue May 8 21:27:35 2007 -0400
26161
26162     Fix bugs in the CONFIG_OF_LIBFDT
26163
26164     Stupid coding mistakes (identified by Timur Tabi, thanks).
26165
26166     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26167
26168 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
26169 Author: Gerald Van Baren <vanbaren@cideas.com>
26170 Date:   Wed Apr 25 22:47:15 2007 -0400
26171
26172     Improve fdt move length handling.
26173
26174     Make the length parameter optional: if not specified, do the move using
26175     the current size unchanged.
26176
26177     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26178
26179 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
26180 Author: Gerald Van Baren <vanbaren@cideas.com>
26181 Date:   Wed Apr 25 22:23:36 2007 -0400
26182
26183     Minor code clean up.
26184
26185     Declare the variable fdt properly as extern.
26186     Call the "set_fn" function pointer the "short way" without the full
26187       dereferencing syntax.
26188
26189     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26190
26191 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
26192 Author: Gerald Van Baren <vanbaren@cideas.com>
26193 Date:   Wed Apr 25 21:24:27 2007 -0400
26194
26195     Improve error messages, more informative.
26196
26197     Print more than the raw libfdt error message strings.  This is especially
26198     useful for cluing in the user when the bootm command aborts due to
26199     blob problems.
26200
26201     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26202
26203 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
26204 Author: Gerald Van Baren <vanbaren@cideas.com>
26205 Date:   Fri Apr 20 22:46:53 2007 -0400
26206
26207     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
26208
26209     This is the way u-boot reduces configured-out code.  At Wolfgang
26210     Grandegger and Wolfgang Denk's request, make libfdt conform.
26211
26212     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26213
26214 commit 923efd286411ed052d9e074f59f8986d6081061c
26215 Author: Bruce Adler <bruce.adler@ccpu.com>
26216 Date:   Fri Aug 10 14:54:47 2007 -0700
26217
26218     add image size and descriptors for Spartan 3E FPGA chips
26219
26220     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
26221
26222     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
26223
26224 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
26225 Author: Kim Phillips <kim.phillips@freescale.com>
26226 Date:   Fri Aug 10 15:34:48 2007 -0500
26227
26228     make MAKEALL more immune to merge conflicts
26229
26230     ..by placing board entries one per line, as suggested by jdl.
26231
26232     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26233
26234 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
26235 Author: Kim Phillips <kim.phillips@freescale.com>
26236 Date:   Fri Aug 10 13:28:25 2007 -0500
26237
26238     README: Remove outdated cpu type, board type, and NAME_config lists
26239
26240     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26241
26242 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
26243 Author: Dave Liu <r63238@freescale.com>
26244 Date:   Fri Aug 10 15:48:59 2007 +0800
26245
26246     mpc83xx: Suppress the warning 'burstlen'
26247
26248     suppress the warning 'burstlen' of spd_sdram.
26249
26250     Signed-off-by: Dave Liu <daveliu@freescale.com>
26251
26252 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
26253 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
26254 Date:   Thu Aug 9 15:11:03 2007 -0500
26255
26256     Add support for SBC8641D. Config files.
26257
26258     Add support for Wind River's SBC8641D reference board.
26259
26260     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
26261     Acked-by: Wolfgang Denk <wd@denx.de>
26262     Acked-by: Jon Loeliger <jdl@freescale.com>
26263
26264 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
26265 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
26266 Date:   Thu Aug 9 15:10:53 2007 -0500
26267
26268     Add support for SBC8641D.  Board files.
26269
26270     Add support for Wind River's SBC8641D reference board.
26271
26272     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
26273     Acked-by: Wolfgang Denk <wd@denx.de>
26274     Acked-by: Jon Loeliger <jdl@freescale.com>
26275
26276 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
26277 Author: Stefan Roese <sr@denx.de>
26278 Date:   Fri Aug 10 20:34:58 2007 +0200
26279
26280     Conding style cleanup
26281
26282     Signed-off-by: Stefan Roese <sr@denx.de>
26283
26284 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
26285 Author: Sergey Kubushyn <ksi@koi8.net>
26286 Date:   Fri Aug 10 20:26:18 2007 +0200
26287
26288     [ARM] TI DaVinci support, hopefully final
26289
26290     Add support for the following DaVinci boards:
26291     - DV_EVM
26292     - SCHMOOGIE
26293     - SONATA
26294
26295     Changes:
26296
26297     - Split into separate board directories
26298     - Removed changes to MTD_DEBUG (or whatever it's called)
26299     - New CONFIG_CMD party line followed
26300     - Some cosmetic fixes, cleanup etc.
26301     - Patches against the latest U-Boot tree as of now.
26302     - Fixed CONFIG_CMD_NET in net files.
26303     - Fixed CONFIG_CMD_EEPROM for schmoogie.
26304     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
26305        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
26306        but it at least compiles.
26307
26308     Here is an excerpt from session log on SCHMOOGIE...
26309
26310     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
26311
26312     DRAM:  128 MB
26313     NAND:  128 MiB
26314     In:    serial
26315     Out:   serial
26316     Err:   serial
26317     ARM Clock : 297MHz
26318     DDR Clock : 162MHz
26319     ETH PHY   : DP83848 @ 0x01
26320     U-Boot > iprobe
26321     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
26322     U-Boot > ping 192.168.253.10
26323     host 192.168.253.10 is alive
26324     U-Boot >
26325
26326     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
26327     Acked-by: Dirk Behme <dirk.behme@gmail.com>
26328     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
26329     Acked-by: Stefan Roese <sr@denx.de>
26330
26331 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
26332 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
26333 Date:   Fri Jul 27 01:50:45 2007 -0500
26334
26335     fsl_pci_init cleanup.
26336
26337     Do not enable normal errors created during probe (master abort, perr,
26338     and pcie Invalid Configuration access).
26339
26340     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
26341
26342     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26343     Acked-by: Andy Fleming <afleming@freescale.com>
26344
26345 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
26346 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
26347 Date:   Fri Jul 27 01:50:44 2007 -0500
26348
26349     pciauto_setup_device bars_num fix
26350
26351     Passing bars_num=0 to pciauto_setup_device should assign no bars.
26352
26353     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26354     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26355     Acked-by: Andy Fleming <afleming@freescale.com>
26356
26357 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
26358 Author: Jon Loeliger <jdl@freescale.com>
26359 Date:   Mon Aug 6 17:39:44 2007 -0500
26360
26361     8641hpcn: Do correct sized pointer math.
26362
26363     When I rebased Ed's patch and cleaned up a few compilation
26364     problems, I apparently rebased my brain on crack first.
26365     Fix that by doing (char *) sized pointer math as needed.
26366
26367     Signed-off-by: Jon Loeliger <jdl@freescale.com>
26368
26369 commit cfc7a7f5bb3273c9951173c788001d45118f141f
26370 Author: Jon Loeliger <jdl@freescale.com>
26371 Date:   Thu Aug 2 14:42:20 2007 -0500
26372
26373     cpu/86xx fixes.
26374
26375     Remove rev 1 fixes.
26376     Always set PICGCR_MODE.
26377     Enable machine check and provide board config option
26378     to set and handle SoC error interrupts.
26379
26380     Include MSSSR0 in error message.
26381
26382     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
26383
26384     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26385     Signed-off-by: Jon Loeliger <jdl@freescale.com>
26386
26387 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
26388 Author: Stefan Roese <sr@denx.de>
26389 Date:   Fri Aug 10 10:42:25 2007 +0200
26390
26391     Coding style cleanup
26392
26393     Signed-off-by: Stefan Roese <sr@denx.de>
26394
26395 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
26396 Author: Dirk Behme <dirk.behme@googlemail.com>
26397 Date:   Thu Aug 2 17:42:08 2007 +0200
26398
26399     Make use of generic 64bit division in nand_util.c
26400
26401     Use generic 64bit division in nand_util.c. This makes nand_util.c
26402     independent of any toolchain 64bit division.
26403
26404     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
26405
26406 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
26407 Author: Dirk Behme <dirk.behme@googlemail.com>
26408 Date:   Thu Aug 2 17:41:14 2007 +0200
26409
26410     Move 64bit division from avr32 to generic lib
26411
26412     Move the 64bit division from lib_avr32 to lib_generic. With this, all
26413     boards can do_div/__div64_32 if needed, not only avr one. Code is put
26414     to lib_generic, so no larger memory footprint if not used. No code
26415     modifications. Thanks for proposal by Håvard Skinnemoen.
26416
26417     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
26418
26419 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
26420 Author: Niklaus Giger <niklausgiger@gmx.ch>
26421 Date:   Fri Jul 27 11:31:22 2007 +0200
26422
26423     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
26424
26425     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26426
26427 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
26428 Author: Niklaus Giger <niklausgiger@gmx.ch>
26429 Date:   Fri Jul 27 11:30:33 2007 +0200
26430
26431     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
26432
26433     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26434
26435 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
26436 Author: Niklaus Giger <niklausgiger@gmx.ch>
26437 Date:   Fri Jul 27 11:38:26 2007 +0200
26438
26439     Add PPC4xx-HCU4 and HCU5 boards: common files
26440
26441     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26442
26443 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
26444 Author: Niklaus Giger <niklausgiger@gmx.ch>
26445 Date:   Fri Jul 27 11:28:44 2007 +0200
26446
26447     Add PPC4xx-HCU4 and HCU5 boards: make related
26448
26449     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26450
26451 commit 137fdd9f474ecb853efdace5200576308c67f18d
26452 Author: Niklaus Giger <niklausgiger@gmx.ch>
26453 Date:   Fri Jul 27 11:28:03 2007 +0200
26454
26455     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
26456
26457     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26458
26459 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
26460 Author: Niklaus Giger <niklausgiger@gmx.ch>
26461 Date:   Fri Jul 27 11:27:15 2007 +0200
26462
26463     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
26464
26465     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26466
26467 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
26468 Author: Niklaus Giger <niklausgiger@gmx.ch>
26469 Date:   Fri Jul 27 11:25:31 2007 +0200
26470
26471     Add PPC4xx-HCU4 and HCU5 boards: READMEs
26472
26473     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26474
26475 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
26476 Author: Niklaus Giger <niklausgiger@gmx.ch>
26477 Date:   Fri Jul 27 11:37:40 2007 +0200
26478
26479     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
26480
26481     This series of patches adds support for 2 boards from Netstal Maschinen.
26482
26483     The HCU4 has a PPC405Gpr and
26484     the HCU5 has a PPC440EPX.
26485
26486     The HCU4 has a somehow complicated flash setup, as the booteprom is
26487     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
26488     elegant solution.
26489
26490     The HCU5 has only a booteprom as the whole code will be downloaded from a
26491     different board which has HD, CD-ROM, etc and where all code is stored.
26492
26493     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
26494     Thanks them a lot.
26495
26496     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26497
26498 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
26499 Author: Stefan Roese <sr@denx.de>
26500 Date:   Fri Aug 10 08:42:55 2007 +0200
26501
26502     ppc4xx: Update lwmon5 POST configuration
26503
26504     Signed-off-by: Stefan Roese <sr@denx.de>
26505
26506 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
26507 Author: Yuri Tikhonov <yur@emcraft.com>
26508 Date:   Fri Aug 10 08:25:22 2007 +0200
26509
26510     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
26511
26512     The patch adds support for UART POST on ppc44x-based boards with no
26513     external serial clocks installed.
26514
26515     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26516     Acked-by: Stefan Roese <sr@denx.de>
26517
26518 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
26519 Author: Kim Phillips <kim.phillips@freescale.com>
26520 Date:   Mon Aug 6 18:18:34 2007 -0500
26521
26522     mpc83xx: fix ITX[GP] O=builddir builds
26523
26524     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
26525
26526     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
26527     "BUILD_DIR=<some dir> ./MAKEALL ..."
26528
26529     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26530
26531 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
26532 Author: Dave Liu <r63238@freescale.com>
26533 Date:   Wed Aug 1 15:00:59 2007 +0800
26534
26535     mpc83xx: Correct the README for DDR ECC
26536
26537     Update the README for DDR ECC, change the name
26538     to README.mpc83xx.ddrecc.
26539
26540     Signed-off-by: Dave Liu <daveliu@freescale.com>
26541     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26542
26543 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
26544 Author: Dave Liu <r63238@freescale.com>
26545 Date:   Wed Aug 1 15:00:15 2007 +0800
26546
26547     mpc83xx: Consolidate the ECC support of 83xx
26548
26549     Remove the duplicated source code of ecc command on the <board>.c,
26550     for reused, move these code to cpu/mpc83xx directory.
26551
26552     Signed-off-by: Dave Liu <daveliu@freescale.com>
26553     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26554
26555 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
26556 Author: Dave Liu <r63238@freescale.com>
26557 Date:   Sat Aug 4 13:37:39 2007 +0800
26558
26559     mpc83xx: Correct the burst length for DDR2 with 32 bits
26560
26561     The burst length should be 4 for DDR2 with 32 bits bus
26562
26563     Signed-off-by: Dave Liu <daveliu@freescale.com>
26564
26565 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
26566 Author: Kim Phillips <kim.phillips@freescale.com>
26567 Date:   Wed Jul 25 19:25:33 2007 -0500
26568
26569     mpc83xx: add support for the MPC8323E RDB
26570
26571     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
26572     five 10/100 ethernet ports connected via an ICPlus IP175C
26573     switch, one PCI slot, and serial.  Features not supported
26574     in this patch are SD card interface, 2 USB ports, and the
26575     two phone ports.
26576
26577     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
26578     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26579
26580 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
26581 Author: Kim Phillips <kim.phillips@freescale.com>
26582 Date:   Wed Jul 25 19:25:28 2007 -0500
26583
26584     mpc83xx: fixup generic pci for libfdt
26585
26586     add libfdt support to the generic 83xx pci code
26587
26588     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26589
26590 commit f57ac7a7b37109245b69db80839ebee26179966a
26591 Author: Kim Phillips <kim.phillips@freescale.com>
26592 Date:   Wed Jul 25 19:25:22 2007 -0500
26593
26594     mpc83xx: fix 8360 and cpu functions to update fdt being passed
26595
26596     ..and not the global fdt. Rename local fdt vars to blob so as not to
26597     be confused with the global var with the same three-letter name.
26598
26599     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26600
26601 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
26602 Author: Jerry Van Baren <gvb.uboot@gmail.com>
26603 Date:   Wed Jul 4 21:34:24 2007 -0400
26604
26605     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
26606
26607     Several node strings were not correct (trailing slashes and properties
26608       in the strings)
26609     Added setting of the timebase-frequency.
26610     Improved error messages and use debug() instead of printf().
26611
26612     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26613     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26614
26615 commit 26d02c9bbac1751c5e19294f000100b48d43a920
26616 Author: Jerry Van Baren <gvb.uboot@gmail.com>
26617 Date:   Wed Jul 4 21:27:30 2007 -0400
26618
26619     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
26620
26621     The new name matches more closely the kernel's name, which is also
26622     a much better description.
26623
26624     These are the mpc83xx changes made necessary by the function name change.
26625
26626     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26627     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26628     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26629
26630 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
26631 Author: Dave Liu <daveliu@freescale.com>
26632 Date:   Mon Jun 25 10:41:56 2007 +0800
26633
26634     mpc83xx: Add support for the display of reset status
26635
26636     83xx processor family has many reset sources, such as
26637     power on reset, software hard reset, software soft reset,
26638     JTAG, bus monitor, software watchdog, check stop reset,
26639     external hard reset, external software reset.
26640     sometimes, to figure out the fault of system, we need to
26641     know the cause of reset early before the prompt of
26642     u-boot present.
26643
26644     Signed-off-by: Dave Liu <daveliu@freescale.com>
26645     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26646
26647 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
26648 Author: Dave Liu <daveliu@freescale.com>
26649 Date:   Mon Jun 25 10:41:04 2007 +0800
26650
26651     mpc83xx: Fix the align bug of SDMA buffer
26652
26653     According to the latest user manual, the SDMA temporary
26654     buffer base address must be 4KB aligned.
26655
26656     Signed-off-by: Dave Liu <daveliu@freescale.com>
26657     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26658
26659 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
26660 Author: Dave Liu <daveliu@freescale.com>
26661 Date:   Mon Jun 25 13:21:12 2007 +0800
26662
26663     mpc83xx: Revise the MPC8360EMDS readme doc
26664
26665     When the rev2.x silicon mount on the MPC8360EMDS baord,
26666     and if you are using the u-boot version after the commit
26667     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
26668     to make the ethernet interface usable, we have to setup
26669     the jumpers correctly.
26670
26671     Signed-off-by: Dave Liu <daveliu@freescale.com>
26672     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26673
26674 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
26675 Author: Timur Tabi <timur@freescale.com>
26676 Date:   Tue Jul 3 13:46:32 2007 -0500
26677
26678     FSL I2C driver programs the two I2C busses differently
26679
26680     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
26681     The second I2C bus has its slave address programmed incorrectly and is
26682     missing a 5-us delay.
26683
26684     Signed-off-by: Timur Tabi <timur@freescale.com>
26685     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26686
26687 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
26688 Author: Timur Tabi <timur@freescale.com>
26689 Date:   Tue Jul 3 13:04:34 2007 -0500
26690
26691     Update SCCR programming in cpu_init_f() to support all 83xx processors
26692
26693     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
26694     bitfields for all 83xx processors.  The code to update some bitfields was
26695     compiled only on some processors.  Now, the bitfields are programmed as long
26696     as the corresponding CFG_SCCR option is defined in the board header file.
26697     This means that the board header file should not define any CFG_SCCR macros
26698     for bitfields that don't exist on that processor, otherwise the SCCR will be
26699     programmed incorrectly.
26700
26701     Signed-off-by: Timur Tabi <timur@freescale.com>
26702     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26703
26704 commit 9546266999f0b9b51372636614211b88d90f0f25
26705 Author: Martin Krause <martin.krause@tqs.de>
26706 Date:   Fri Jun 22 13:04:22 2007 +0200
26707
26708     TQM834x: cleanup configuraton
26709
26710     Remove irritating #undef DEBUG
26711
26712     Signed-off-by: Martin Krause <martin.krause@tqs.de>
26713     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26714
26715 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
26716 Author: david.saada <David.Saada@ecitele.com>
26717 Date:   Mon Jun 18 09:09:53 2007 -0700
26718
26719     MPC83xx: Fix makefile to generate config.h file in the build directory
26720
26721     MPC83xx: Fix the Makefile config sections to generate the include/config.h
26722     file in the build directory instead of the source directory.
26723
26724     Signed-off-by: David Saada <david.saada@ecitele.com>
26725     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26726
26727 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
26728 Author: Lee Nipper <Lee.Nipper@freescale.com>
26729 Date:   Thu Jun 14 20:07:33 2007 -0500
26730
26731     mpc83xx: Add support for 8360 silicon revision 2.1
26732
26733     This change adds 8360 silicon revision 2.1 support to u-boot.
26734
26735     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
26736     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26737
26738 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
26739 Author: Kumar Gala <galak@kernel.crashing.org>
26740 Date:   Wed Aug 8 04:14:28 2007 -0500
26741
26742     Treat ppc64 host as ppc
26743
26744     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26745
26746 commit 0dc4279b08ff82472bec2e2c90858602459febe8
26747 Author: Jason Jin <Jason.jin@freescale.com>
26748 Date:   Wed Aug 8 09:01:46 2007 +0800
26749
26750     Minor fix for bios emulator makefile
26751
26752     Add $(obj) to LIB avoiding objects be built in the source dir
26753
26754     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26755
26756 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
26757 Author: Jason Jin <Jason.jin@freescale.com>
26758 Date:   Wed Aug 8 08:33:11 2007 +0800
26759
26760     Add CONFIG_BIOSEMU define to guard all the bios emulator code
26761
26762     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26763
26764     This patch fix the compile issue on the board that did not enable the bios emulator
26765
26766 commit ed8106433522f2ea8933e9808346860d061d7731
26767 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
26768 Date:   Tue Jul 31 12:27:25 2007 -0500
26769
26770     tsec: fix multiple PHY support
26771
26772     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
26773     broke multiple PHY support in tsec.c.  This fixes it.
26774
26775     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
26776     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26777
26778 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
26779 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
26780 Date:   Thu Aug 9 09:08:18 2007 -0500
26781
26782     tsec: Allow Ten Bit Interface address to be configurable
26783
26784     Allow the address of the Ten Bit Interface (TBI) to be changed in the
26785     event of a conflict with another device.
26786
26787     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
26788
26789 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
26790 Author: Stefan Roese <sr@denx.de>
26791 Date:   Wed Aug 8 09:54:26 2007 +0200
26792
26793     Coding style cleanup
26794
26795     Signed-off-by: Stefan Roese <sr@denx.de>
26796
26797 commit a41de1f0d373e09c782dea558385a06247111ba5
26798 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26799 Date:   Sun Aug 5 05:15:18 2007 -0500
26800
26801     Port enabled for I2C signals and chipselects port configuration.
26802
26803     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26804
26805 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
26806 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26807 Date:   Sun Aug 5 04:31:18 2007 -0500
26808
26809     Added NAND support
26810
26811     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26812
26813 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
26814 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26815 Date:   Sun Aug 5 04:11:20 2007 -0500
26816
26817     Added I2C support
26818
26819     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26820
26821 commit 99c03c175d2689093176facf17c58ce2cb320001
26822 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26823 Date:   Sun Aug 5 03:58:52 2007 -0500
26824
26825     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
26826
26827     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26828
26829 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
26830 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26831 Date:   Sun Aug 5 03:55:21 2007 -0500
26832
26833     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
26834
26835     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26836
26837 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
26838 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26839 Date:   Sun Aug 5 03:43:30 2007 -0500
26840
26841     Moved sync() from board file to include/asm-m68k/io.h
26842
26843     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26844
26845 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
26846 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26847 Date:   Sun Aug 5 03:30:44 2007 -0500
26848
26849     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
26850
26851     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26852
26853 commit 9998bd37ead85e93953559720710d3b0685c81e6
26854 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26855 Date:   Sun Aug 5 03:19:10 2007 -0500
26856
26857     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
26858
26859     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26860
26861 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
26862 Author: Jason Jin <Jason.jin@freescale.com>
26863 Date:   Tue Aug 7 16:17:06 2007 +0800
26864
26865     Add CONFIG_BIOSEMU define to guard all the bios emulator code
26866
26867     This patch fix the compile issue on the board that did not enable the bios emulator
26868
26869 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
26870 Author: Wolfgang Denk <wd@denx.de>
26871 Date:   Tue Aug 7 16:02:13 2007 +0200
26872
26873     Fix missing brace error in fs/fat/fat.c
26874     [pointed out by Roderik Wildenburg]
26875
26876     Signed-off-by: Wolfgang Denk <wd@denx.de>
26877
26878 commit 706714d97a0d08d59eda4de2268c39f504688329
26879 Author: Michal Simek <monstr@monstr.eu>
26880 Date:   Mon Aug 6 23:41:53 2007 +0200
26881
26882     [FIX] remove cute code
26883
26884 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
26885 Author: Michal Simek <monstr@monstr.eu>
26886 Date:   Mon Aug 6 23:35:26 2007 +0200
26887
26888     [FIX] Fix romfs code
26889
26890 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
26891 Author: Michal Simek <monstr@monstr.eu>
26892 Date:   Mon Aug 6 23:31:49 2007 +0200
26893
26894     [FIX] Coding style cleanup - Wolfgang's suggestions
26895
26896 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
26897 Author: Wolfgang Denk <wd@denx.de>
26898 Date:   Mon Aug 6 23:21:05 2007 +0200
26899
26900     Fixed typo in README (pointed out by Martin Jost).
26901
26902     Signed-off-by: Wolfgang Denk <wd@denx.de>
26903
26904 commit 537223afa61f64480df31ce440a9cb386df4a814
26905 Author: Stefan Roese <sr@denx.de>
26906 Date:   Mon Aug 6 21:10:17 2007 +0200
26907
26908     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
26909
26910     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
26911     here an updated Bamboo README.
26912
26913     Signed-off-by: Stefan Roese <sr@denx.de>
26914
26915 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
26916 Author: Wolfgang Denk <wd@denx.de>
26917 Date:   Mon Aug 6 02:17:36 2007 +0200
26918
26919     Coding style cleanup. Update CHANGELOG.
26920
26921     Signed-off-by: Wolfgang Denk <wd@denx.de>
26922
26923 commit 221838cc7eb178370ff62aa05920a582e12ac322
26924 Author: Jason Jin <Jason.jin@freescale.com>
26925 Date:   Tue Jul 10 09:03:22 2007 +0800
26926
26927     Remove the bios emulator from MAI board.
26928
26929     The bios emulator in the MAI board can not pass compile
26930     and have a lot of crap in it. remove it and will have a
26931     clean and small bios emulator in the drivers directory
26932     which can be uesed for every board.
26933
26934     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26935
26936 commit 5618332409bb96f4448d1712899369fc80c0b489
26937 Author: Jason Jin <Jason.jin@freescale.com>
26938 Date:   Fri Jul 13 12:14:59 2007 +0800
26939
26940     Fix some compile issues for MAI board.
26941
26942     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26943
26944 commit 0f460a1ee148b648ee242c3157650287d4296260
26945 Author: Jason Jin <Jason.jin@freescale.com>
26946 Date:   Fri Jul 13 12:14:58 2007 +0800
26947
26948     Configurations for ATI video card BIOS emulator
26949
26950     This patch add definition of the BIOS emulator and the ATI framebuffer
26951     driver for MPC8641HPCN board.
26952
26953     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26954     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
26955
26956 commit ece92f85053b8df613edcf05b26a416cbc3d629c
26957 Author: Jason Jin <Jason.jin@freescale.com>
26958 Date:   Fri Jul 6 08:34:56 2007 +0800
26959
26960     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
26961     ATI video card BIOS. and can be used for x86 code emulation by some
26962     modifications.
26963
26964     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26965
26966 commit 5072188acabde3178fac7f5a597150e6e74fd40c
26967 Author: Jason Jin <Jason.jin@freescale.com>
26968 Date:   Fri Jul 6 08:33:33 2007 +0800
26969
26970     This is a framebuffer driver for ATI video card, can work for PCI9200,
26971     X300, X700, X800 ATI video cards.
26972
26973     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
26974     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26975
26976 commit 5728be389e65fd47f34b33c2596271eb4db751ae
26977 Author: Wolfgang Denk <wd@denx.de>
26978 Date:   Mon Aug 6 01:01:49 2007 +0200
26979
26980     Coding style cleanup. Update CHANGELOG.
26981
26982     Signed-off-by: Wolfgang Denk <wd@denx.de>
26983
26984 commit 8092fef4c29b395958bb649647da7e3775731517
26985 Author: Martin Krause <Martin.Krause@tqs.de>
26986 Date:   Tue Dec 12 14:26:01 2006 +0100
26987
26988     Add functions to list of exported functions
26989
26990     Additionally export the following fuctions (to make trab_config build again):
26991     - simple_strtol()
26992     - strcmp()
26993
26994     Also bump the ABI version to reflect this change
26995
26996     Signed-off-by: Martin Krause <martin.krause@tqs.de>
26997
26998 commit 63cec5814fab5d2b1c86982327433807a5ac0249
26999 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27000 Date:   Thu Aug 2 14:09:49 2007 -0500
27001
27002     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
27003
27004     All of the PCI/PCI-Express driver and initialization code that
27005     was in the MPC8641HPCN port has now been moved into the common
27006     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
27007     utilized by the 85xx ports as well.
27008
27009     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
27010
27011     Also enable the second PCI-Express controller on 8641
27012     by getting its BATS and CFG_ setup right.
27013
27014     Fixed a u16 vendor compiler warning in AHCI driver too.
27015
27016     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27017     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
27018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27019
27020 commit a274ca4f6d68830e7c916f897561cff8c4101c38
27021 Author: Michal Simek <monstr@monstr.eu>
27022 Date:   Sun Aug 5 22:33:05 2007 +0200
27023
27024     [FIX] Coding style cleanup
27025
27026 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
27027 Author: Michal Simek <monstr@monstr.eu>
27028 Date:   Sun Aug 5 16:13:31 2007 +0200
27029
27030     [FIX] Xilinx Uartlite driver
27031     Because PPC405 can use UARTLITE serial interface and
27032     Microblaze can use Uart16550 serial interface not only Uartlite.
27033
27034 commit 98889edd50aadf862071eb5664747ad0d568a20e
27035 Author: Michal Simek <monstr@monstr.eu>
27036 Date:   Sun Aug 5 15:54:53 2007 +0200
27037
27038     [FIX] Change configuration for XUPV2P Microblaze board
27039
27040 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
27041 Author: Michal Simek <monstr@monstr.eu>
27042 Date:   Sun Aug 5 15:53:50 2007 +0200
27043
27044     [PATCH] Added support for Xilinx Emac community driver
27045
27046 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
27047 Author: Bartlomiej Sieka <tur@semihalf.com>
27048 Date:   Fri Aug 3 12:08:16 2007 +0200
27049
27050     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
27051
27052     Add the ability for modules from the Schindler cm5200 family to use a
27053     single U-Boot image:
27054     - rename cm1_qp1 to cm5200
27055     - add run-time module detection
27056     - parametrize SDRAM configuration according to the module we are running on
27057
27058     Few minor, board-specific fixes included in this patch:
27059     - better MAC address handling
27060     - updated default environment ('update' command uses +{filesize} now)
27061     - improved error messages in the auto-update code
27062     - allow booting U-Boot from RAM (CFG_RAMBOOT)
27063
27064     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
27065     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
27066     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27067
27068 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
27069 Author: Andy Fleming <afleming@freescale.com>
27070 Date:   Fri Aug 3 04:05:25 2007 -0500
27071
27072     Add Marvell 1149 PHY support to the TSEC
27073
27074 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
27075 Author: Wolfgang Denk <wd@denx.de>
27076 Date:   Thu Aug 2 21:27:46 2007 +0200
27077
27078     Coding style cleanup, update CHANGELOG
27079
27080     Signed-off-by: Wolfgang Denk <wd@denx.de>
27081
27082 commit 63e22764d2f8653f68888c667eb65b3996b52680
27083 Author: Wolfgang Denk <wd@denx.de>
27084 Date:   Thu Aug 2 10:11:18 2007 +0200
27085
27086     Minor cleanup of <board>_nand build rules.
27087
27088 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
27089 Author: Stefan Roese <sr@denx.de>
27090 Date:   Thu Aug 2 08:33:56 2007 +0200
27091
27092     ppc4xx: Code cleanup
27093
27094     Signed-off-by: Stefan Roese <sr@denx.de>
27095
27096 commit c92409812206ac67a7fa7aae298539a9c3804a46
27097 Author: Grzegorz Bernacki <gjb@semihalf.com>
27098 Date:   Tue Jul 31 18:51:48 2007 +0200
27099
27100     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
27101
27102     During config transactions on the PCIe bus an attempt to scan for a
27103     non-existent device can lead to a machine check exception with certain
27104     peripheral devices. In order to avoid crashing in such scenarios the
27105     instrumented versions of the config cycle read routines are introduced, so
27106     the exceptions fixups framework can gracefully recover.
27107
27108     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
27109     Acked-by: Rafal Jaworowski <raj@semihalf.com>
27110
27111 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
27112 Author: Rafal Jaworowski <raj@semihalf.com>
27113 Date:   Tue Jul 31 18:19:54 2007 +0200
27114
27115     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
27116
27117     This brings back separate settings for PCIe bus numbers depending on chip
27118     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
27119     commit. 440SPe rev. A does NOT work properly with the same settings as for
27120     the rev. B (no devices are seen on the bus during enumeration).
27121
27122     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27123
27124 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
27125 Author: Wolfgang Denk <wd@denx.de>
27126 Date:   Thu Aug 2 00:48:45 2007 +0200
27127
27128     Fix build errors and warnings / code cleanup.
27129
27130     Signed-off-by: Wolfgang Denk <wd@denx.de>
27131
27132 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
27133 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
27134 Date:   Tue Jul 31 10:24:56 2007 +0200
27135
27136     ppc4xx: Update AMCC Bamboo 440EP support
27137
27138     Changed storage type of cfg_simulate_spd_eeprom to const
27139     Changed storage type of gpio_tab to stack storage
27140     (Cannot access global data declarations in .bss until afer code relocation)
27141
27142     Improved SDRAM tests to catch problems where data is not uniquely addressable
27143     (e.g. incorrectly programmed SDRAM row or columns)
27144
27145     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
27146     Fixed AM29LV320DT (OpCode Flash) sector map
27147
27148     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
27149     Signed-off-by: Stefan Roese <sr@denx.de>
27150
27151 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
27152 Author: Stefan Roese <sr@denx.de>
27153 Date:   Tue Jul 31 08:37:01 2007 +0200
27154
27155     ppc4xx: Update 440EPx lwmon5 board support
27156
27157     - Clear ECC status regs after ECC POST test
27158     - Set dcbz for ECC generation with caches enabled as default
27159     - Code cleanup
27160
27161     Signed-off-by: Stefan Roese <sr@denx.de>
27162
27163 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
27164 Author: Stefan Roese <sr@denx.de>
27165 Date:   Mon Jul 30 11:04:57 2007 +0200
27166
27167     ppc4xx: Only print ECC related info when the error bis are set
27168
27169     Signed-off-by: Stefan Roese <sr@denx.de>
27170
27171 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
27172 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27173 Date:   Fri Jul 27 16:44:31 2007 +0200
27174
27175     new FPGA image for PLU405 board
27176
27177     new FPGA image for PLU405 board with improved CompactFlash timing
27178
27179     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27180
27181 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
27182 Author: Rafal Jaworowski <raj@semihalf.com>
27183 Date:   Fri Jul 27 14:43:59 2007 +0200
27184
27185     [ADS5121] Support for the ADS5121 board
27186
27187     The following MPC5121e subsystems are supported:
27188
27189     - low-level CPU init
27190     - NOR Boot Flash (common CFI driver)
27191     - DDR SDRAM
27192     - FEC
27193     - I2C
27194     - Watchdog
27195
27196     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
27197     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27198     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
27199
27200 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
27201 Author: Rafal Jaworowski <raj@semihalf.com>
27202 Date:   Fri Jul 27 14:22:04 2007 +0200
27203
27204     [PPC] Remove unused MSR_USER definition
27205
27206     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27207
27208 commit d4024bb72dd81695ec099b2199eda0d27c623e62
27209 Author: John Otken <john@softadvances.com>
27210 Date:   Thu Jul 26 17:49:11 2007 +0200
27211
27212     ppc4xx: Add support for AMCC 405EP Taihu board
27213
27214     Signed-off-by: John Otken <john@softadvances.com>
27215
27216 commit b66091de6c7390620312c2501db23d8391e7cabb
27217 Author: Anatolij Gustschin <agust@denx.de>
27218 Date:   Thu Jul 26 15:08:01 2007 +0200
27219
27220     ppc4xx: lwmon5: Update Lime initialization
27221
27222     Change Lime SDRAM initialization to now support 100MHz and
27223     133MHz (if enabled). Also the framebuffer is initialized to
27224     display a blue rectangle with a white border.
27225
27226     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27227     Signed-off-by: Stefan Roese <sr@denx.de>
27228
27229 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
27230 Author: Stefan Roese <sr@denx.de>
27231 Date:   Tue Jul 24 09:52:52 2007 +0200
27232
27233     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
27234
27235     The used Intel NOR FLASH chips have internally two dies, and are now
27236     treated as two seperate chips.
27237
27238     Signed-off-by: Stefan Roese <sr@denx.de>
27239
27240 commit aedf5bde179ecfbd0a96130d18996a96518b785f
27241 Author: Stefan Roese <sr@denx.de>
27242 Date:   Tue Jul 24 07:20:09 2007 +0200
27243
27244     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
27245
27246     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
27247     interrupt controller.
27248
27249     Signed-off-by: Stefan Roese <sr@denx.de>
27250
27251 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
27252 Author: Stefan Roese <sr@denx.de>
27253 Date:   Fri Jul 20 15:03:44 2007 +0200
27254
27255     ppc4xx: Fix bug with default GPIO output value
27256
27257     As spotted by Matthias Fuchs, the default output values for all GPIO1
27258     outputs were not setup correctly. This patch fixes this issue.
27259
27260     Signed-off-by: Stefan Roese <sr@denx.de>
27261
27262 commit 531e3e8b831f357056448fa573137d5fb37000fd
27263 Author: Pavel Kolesnikov <concord@emcraft.com>
27264 Date:   Fri Jul 20 15:03:03 2007 +0200
27265
27266     POST: Add ECC POST for the lwmon5 board
27267
27268     This patch adds ECC Post test for the Lwmon5 board based
27269     on PPC440EPx to U-Boot.
27270
27271     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
27272     Acked-by: Yuri Tikhonov <yur@emcraft.com>
27273     Acked-by: Stefan Roese <sr@denx.de>
27274
27275 commit cc3023b9f95d7ac959a764471a65001062aecf41
27276 Author: Rafal Jaworowski <raj@semihalf.com>
27277 Date:   Thu Jul 19 17:12:28 2007 +0200
27278
27279     Fix breakage of 8xx boards from recent commit.
27280
27281     This patch fixes the negative consequences for 8xx of the recent
27282     "ppc4xx: Clean up 440 exceptions handling" commit.
27283
27284     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27285
27286 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
27287 Author: Stefan Roese <sr@denx.de>
27288 Date:   Mon Jul 16 13:11:12 2007 +0200
27289
27290     Coding style cleanup
27291
27292     Signed-off-by: Stefan Roese <sr@denx.de>
27293
27294 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
27295 Author: Stefan Roese <sr@denx.de>
27296 Date:   Mon Jul 16 10:02:12 2007 +0200
27297
27298     ppc4xx: Code cleanup
27299
27300     Signed-off-by: Stefan Roese <sr@denx.de>
27301
27302 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
27303 Author: Stefan Roese <sr@denx.de>
27304 Date:   Mon Jul 16 10:01:38 2007 +0200
27305
27306     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
27307
27308     Signed-off-by: Stefan Roese <sr@denx.de>
27309
27310 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
27311 Author: Stefan Roese <sr@denx.de>
27312 Date:   Mon Jul 16 10:00:43 2007 +0200
27313
27314     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
27315
27316     The new boardspecific DDR2 controller configuration is used for the Yucca
27317     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
27318
27319     Signed-off-by: Stefan Roese <sr@denx.de>
27320
27321 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
27322 Author: Stefan Roese <sr@denx.de>
27323 Date:   Mon Jul 16 09:57:00 2007 +0200
27324
27325     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
27326
27327     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
27328     support non default, boardspecific DDR(2) controller configuration.
27329
27330     Signed-off-by: Stefan Roese <sr@denx.de>
27331
27332 commit 5743a9207a370b90f09b20ebd61167c806b937f3
27333 Author: Stefan Roese <sr@denx.de>
27334 Date:   Mon Jul 16 08:53:51 2007 +0200
27335
27336     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
27337
27338     The new function remove_tlb() can be used to remove the TLB's used to
27339     map a specific memory region. This is especially useful for the DDR(2)
27340     setup routines which configure the SDRAM area temporarily as a cached
27341     area (for speedup on auto-calibration and ECC generation) and later
27342     need this area uncached for normal usage.
27343
27344     Signed-off-by: Stefan Roese <sr@denx.de>
27345
27346 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
27347 Author: Michal Simek <monstr@monstr.eu>
27348 Date:   Mon Jul 16 00:31:07 2007 +0200
27349
27350     [PATCH] Support for Xilinx EmacLite controller
27351
27352 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
27353 Author: Wolfgang Denk <wd@denx.de>
27354 Date:   Sat Jul 14 22:51:02 2007 +0200
27355
27356     Update CHANGELOG
27357
27358     Signed-off-by: Wolfgang Denk <wd@denx.de>
27359
27360 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
27361 Author: Michal Simek <monstr@monstr.eu>
27362 Date:   Sat Jul 14 13:11:28 2007 +0200
27363
27364     [FIX] support for simply measuring time
27365
27366 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
27367 Author: Michal Simek <monstr@monstr.eu>
27368 Date:   Sat Jul 14 12:41:23 2007 +0200
27369
27370     [FS] Added support for ROMFS
27371
27372 commit 011595307731a7a67a7445d107c279d031e8ab97
27373 Author: Heiko Schocher <hs@pollux.denx.de>
27374 Date:   Sat Jul 14 01:06:58 2007 +0200
27375
27376     [PCS440EP]  - fix compile error, if BUILD_DIR is used
27377
27378 commit 5a2f1098d81ad58b309e5e558d0492643166a799
27379 Author: Michal Simek <monstr@monstr.eu>
27380 Date:   Sat Jul 14 00:18:48 2007 +0200
27381
27382     [PATCH] Support time without timer
27383
27384 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
27385 Author: Michal Simek <monstr@monstr.eu>
27386 Date:   Fri Jul 13 21:43:55 2007 +0200
27387
27388     [PATCH] Remove problem with disabled BARREL SHIFTER
27389
27390 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
27391 Author: Michal Simek <monstr@monstr.eu>
27392 Date:   Fri Jul 13 21:41:44 2007 +0200
27393
27394     [FIX] correct help for rspr
27395
27396 commit fad63407154f46246ce80d53a9c669a44362ac67
27397 Author: Heiko Schocher <hs@pollux.denx.de>
27398 Date:   Fri Jul 13 09:54:17 2007 +0200
27399
27400     make show_boot_progress () weak.
27401
27402     Signed-off-by: Heiko Schocher <hs@denx.de>
27403
27404 commit 907902472391b6ca1876ec300687562ecaf459b1
27405 Author: Heiko Schocher <hs@pollux.denx.de>
27406 Date:   Fri Jul 13 08:26:05 2007 +0200
27407
27408     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
27409                 - fix compile error, if BUILD_DIR is used
27410
27411     Signed-off-by: Heiko Schocher <hs@denx.de>
27412
27413 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
27414 Author: Stefan Roese <sr@denx.de>
27415 Date:   Thu Jul 12 16:32:08 2007 +0200
27416
27417     ppc4xx: Change receive buffer handling in the 4xx emac driver
27418
27419     This change fixes a bug in the receive buffer handling, that
27420     could lead to problems upon high network traffic (broadcasts...).
27421
27422     Signed-off-by: Stefan Roese <sr@denx.de>
27423
27424 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
27425 Author: Wolfgang Denk <wd@denx.de>
27426 Date:   Thu Jul 12 01:45:34 2007 +0200
27427
27428     Update CHANGELOG, minor coding style cleanup.
27429
27430     Signed-off-by: Wolfgang Denk <wd@denx.de>
27431
27432 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
27433 Author: Andy Fleming <afleming@freescale.com>
27434 Date:   Fri Jun 8 16:41:18 2007 -0500
27435
27436     Remove erroneous errata code from Marvel 88E1111S driver
27437
27438     The Marvel 88E1111S driver for the TSEC was copied from the
27439     88E1101 driver, and included a fix for an erratum which does not
27440     exist on that part.  Now it is removed
27441
27442     Signed-off-by: Andy Fleming <afleming@freescale.com>
27443
27444 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
27445 Author: Andy Fleming <afleming@freescale.com>
27446 Date:   Tue Jun 5 16:38:44 2007 -0500
27447
27448     From: eran liberty <eran.liberty@gmail.com>
27449
27450     adds the reset register to 85xx immap
27451
27452     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
27453     Signed-off-by: Andy Fleming <afleming@freescale.com>
27454
27455 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
27456 Author: Andy Fleming <afleming@freescale.com>
27457 Date:   Thu May 10 17:50:01 2007 -0500
27458
27459     Polished the 85xx ADS config files
27460
27461     Made the boot commands use device trees by default.
27462     Also moved the ramdisk to 1000000 (I think the previous address
27463     was getting overridden during boot).
27464
27465     Signed-off-by: Andy Fleming <afleming@freescale.com>
27466
27467 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
27468 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27469 Date:   Wed May 9 11:03:32 2007 -0500
27470
27471     8544ds: Fix Makefile after moving pixis to board/freescale.
27472
27473     The OBJTREE != SRCTREE build scenario was broken.
27474     This fixes it.
27475
27476     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27477     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27478
27479 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
27480 Author: Andy Fleming <afleming@freescale.com>
27481 Date:   Wed May 9 00:54:20 2007 -0500
27482
27483     tsec: Fix PHY code to match first driver
27484
27485     Jarrold Wen noticed that the generic PHY code always matches
27486     under the current implementation.  Change it so the first match
27487     wins, and *only* unknown PHYs trigger the generic driver
27488
27489     Signed-off-by: Andy Fleming <afleming@freescale.com>
27490
27491 commit ccc091aac61a38cd998d575d92f7232e256d6312
27492 Author: Andy Fleming <afleming@freescale.com>
27493 Date:   Tue May 8 17:27:43 2007 -0500
27494
27495     Add support for CPM device tree configuration to 8560 ADS
27496
27497     * Adds code to modify CPM frequencies
27498     * Cleans up the config file to #define TSEC and (for now) #undef FCC
27499     * Adds the MII command for all 8560 ADS configurations
27500     * Updates config file to provide convenience commands for booting
27501       with a device tree
27502
27503     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
27504     Signed-off-by: Andy Fleming <afleming@freescale.com>
27505
27506 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
27507 Author: Andy Fleming <afleming@freescale.com>
27508 Date:   Tue May 8 17:23:02 2007 -0500
27509
27510     Fix Marvell 88e1145 PHY init code
27511
27512     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
27513     where the reset was being done after the errata code instead of
27514     before.
27515
27516     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
27517     Signed-off-by: Andy Fleming <afleming@freescale.com>
27518
27519 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
27520 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27521 Date:   Wed Jul 11 14:52:16 2007 -0500
27522
27523     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
27524
27525     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27526
27527 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
27528 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27529 Date:   Wed Jul 11 14:52:08 2007 -0500
27530
27531     pciauto setup bridge
27532
27533     The P2P bridge bus numbers programmed into the device are relative to
27534     hose->first_busno.
27535
27536     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27537
27538 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
27539 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27540 Date:   Wed Jul 11 14:52:01 2007 -0500
27541
27542     Support PCIe extended config registers
27543
27544     FSL PCIe block has extended cfg registers in the 100 and 400 range.
27545     For example, to read the LTSSM register: pci display <busn>.0 404 1
27546
27547     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27548
27549 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
27550 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27551 Date:   Wed Jul 11 14:51:48 2007 -0500
27552
27553     Minor improvements to drivers/pci_auto.c
27554
27555     - Make pciauto_{pre,post}scan_setup_bridge non-static
27556     - Added physical address display in debug messages.
27557
27558     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27559
27560 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
27561 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27562 Date:   Wed Jul 11 14:51:35 2007 -0500
27563
27564     Start pci hose scan from hose->current_busno.
27565
27566     Ensure hose->current_busno is not less than first_busno.  This fixes
27567     broken board code which leaves current_busno=0 when first_busno is
27568     greater than 0 for the cases with multiple controllers.
27569
27570     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27571
27572 commit 3865b1fb7843a08ad49a6319a36415752276ff48
27573 Author: Stefan Roese <sr@denx.de>
27574 Date:   Wed Jul 11 12:13:53 2007 +0200
27575
27576     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
27577
27578     Signed-off-by: Stefan Roese <sr@denx.de>
27579
27580 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
27581 Author: Bartlomiej Sieka <tur@semihalf.com>
27582 Date:   Wed Jul 11 20:11:07 2007 +0200
27583
27584     CM1.QP1: Support for the Schindler CM1.QP1 board.
27585
27586     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
27587     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27588
27589 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
27590 Author: Heiko Schocher <hs@pollux.denx.de>
27591 Date:   Wed Jul 11 18:39:11 2007 +0200
27592
27593     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
27594                 - now the Flash ST M29W040B is supported (not tested)
27595                 - fix the "led" command
27596                 - fix compile error, if BUILD_DIR is used
27597
27598     Signed-off-by: Heiko Schocher <hs@denx.de>
27599
27600 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
27601 Author: Stefan Roese <sr@denx.de>
27602 Date:   Sun Jul 8 13:44:27 2007 +0200
27603
27604     Fix malloc problem introduced with the relocation fixup for the PPC platform
27605
27606     The relocation fixup didn't handle the malloc pointer initialization
27607     correctly. This patch fixes this problem. Tested successfully on 4xx.
27608     The relocation fixup patches for 4xx will follow soon.
27609
27610     Signed-off-by: Stefan Roese <sr@denx.de>
27611
27612 commit 0dca874db62718e41253659e60f3a1de7eb418ce
27613 Author: TsiChung <tcliew@Goku.(none)>
27614 Date:   Tue Jul 10 15:45:43 2007 -0500
27615
27616     Cache update and added CFG_UNIFY_CACHE
27617
27618     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.
27619
27620     Signed-off-by: TsiChung <tcliew@Goku.(none)>
27621
27622 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
27623 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27624 Date:   Thu Jul 5 23:36:16 2007 -0500
27625
27626     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
27627
27628     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
27629
27630     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27631
27632 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
27633 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27634 Date:   Thu Jul 5 23:31:25 2007 -0500
27635
27636     Update header files
27637
27638     Include immap.h and renamed mcfrtc.h to rtc.h
27639
27640     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27641
27642 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
27643 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27644 Date:   Thu Jul 5 23:29:21 2007 -0500
27645
27646     Add mcffec_initialize()
27647
27648     Added mcffec_initialize() in eth_initialize()
27649
27650     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27651
27652 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
27653 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27654 Date:   Thu Jul 5 23:27:40 2007 -0500
27655
27656     Update header file and clean up
27657
27658     Include immap.h
27659
27660     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27661
27662 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
27663 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27664 Date:   Thu Jul 5 23:23:15 2007 -0500
27665
27666     New uart structure and defines
27667
27668     Seperated from mcfuart.h
27669
27670     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27671
27672 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
27673 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27674 Date:   Thu Jul 5 23:22:31 2007 -0500
27675
27676     New timer structure and defines
27677
27678     Seperated from mcftimer.h
27679
27680     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27681
27682 commit e04acb2eba4782489417240eff76e20e176aec10
27683 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27684 Date:   Thu Jul 5 23:21:09 2007 -0500
27685
27686     Rename mcfrtc to rtc
27687
27688     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
27689
27690     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27691
27692 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
27693 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27694 Date:   Thu Jul 5 23:17:36 2007 -0500
27695
27696     Rename mcfserial.c. Update include header
27697
27698     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
27699
27700     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27701
27702 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
27703 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27704 Date:   Thu Jul 5 23:13:58 2007 -0500
27705
27706     Header file update, clean up and cache handling
27707
27708     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
27709
27710     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27711
27712 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
27713 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27714 Date:   Thu Jul 5 23:10:40 2007 -0500
27715
27716     Create interrupts.c and modify Makefile
27717
27718     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
27719
27720     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27721
27722 commit ddd104f1ed655eda50c06ba636237a83ed943f34
27723 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27724 Date:   Thu Jul 5 23:06:55 2007 -0500
27725
27726     Enable Icache
27727
27728     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27729
27730 commit b9bf3de377b2bae70c983c9b97feae914999e735
27731 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27732 Date:   Thu Jul 5 23:05:31 2007 -0500
27733
27734     Update header file and some clean up
27735
27736     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
27737
27738     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27739
27740 commit 84a015b52ec820a5ae173717d78516de731c89c2
27741 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27742 Date:   Thu Jul 5 23:03:28 2007 -0500
27743
27744     Update header file and enable icache
27745
27746     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
27747
27748     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27749
27750 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
27751 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27752 Date:   Thu Jul 5 23:01:22 2007 -0500
27753
27754     Update header file and removed interrupt_init()
27755
27756     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
27757
27758     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27759
27760 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
27761 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27762 Date:   Thu Jul 5 22:57:46 2007 -0500
27763
27764     Update for flash.o and mii.o
27765
27766     Removed flash.o and added mii.o
27767
27768     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27769
27770 commit c5ded275d839e4ff79f41718d50a835d989f57bc
27771 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27772 Date:   Thu Jul 5 22:56:19 2007 -0500
27773
27774     MII functions calls.
27775
27776     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27777
27778 commit 427c814104560e29bda14955c67703245aaaa5b4
27779 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27780 Date:   Thu Jul 5 22:54:42 2007 -0500
27781
27782     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
27783
27784     The removed MII routines will be placed in mii.c.
27785
27786     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27787
27788 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
27789 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27790 Date:   Thu Jul 5 22:51:05 2007 -0500
27791
27792     Duplicate code
27793
27794     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
27795
27796     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27797
27798 commit 2744354a8437b8f78db178e30660215688bff570
27799 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27800 Date:   Thu Jul 5 22:46:38 2007 -0500
27801
27802     Seperate old structure defines and new structure defines
27803
27804     Removed new uart structure and defines to uart.h
27805
27806     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27807
27808 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
27809 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27810 Date:   Thu Jul 5 22:45:01 2007 -0500
27811
27812     Seperate old structure defines and new structure defines
27813
27814     New timer structure and defines will move to new timer.h
27815
27816     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27817
27818 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
27819 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27820 Date:   Thu Jul 5 22:42:23 2007 -0500
27821
27822     Clean up
27823
27824     Removed whitespace
27825
27826     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27827
27828 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
27829 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27830 Date:   Thu Jul 5 22:41:24 2007 -0500
27831
27832     Clean up
27833
27834     Replaced whitespace with tabs
27835
27836     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27837
27838 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
27839 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27840 Date:   Thu Jul 5 22:39:07 2007 -0500
27841
27842     Create new header file and move peripherals base address from configs file to new header file.
27843
27844     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.
27845
27846     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27847
27848 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
27849 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27850 Date:   Thu Jul 5 22:24:58 2007 -0500
27851
27852     Revert file mode
27853
27854     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
27855
27856     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27857
27858 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
27859 Author: Jon Loeliger <jdl@freescale.com>
27860 Date:   Tue Jul 10 11:19:50 2007 -0500
27861
27862     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
27863
27864     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27865     Those always evaluated TRUE, and thus were always compiled
27866     even when IDE really wasn't defined/wanted.
27867
27868     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27869
27870 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
27871 Author: Jon Loeliger <jdl@freescale.com>
27872 Date:   Tue Jul 10 11:13:21 2007 -0500
27873
27874     drivers/: Remove lingering references to CFG_CMD_* symbols.
27875
27876     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27877     Those always evaluated TRUE, and thus were always compiled
27878     even when IDE really wasn't defined/wanted.
27879
27880     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27881
27882 commit f40a7f3e3888b42a43674b099e5470022c8c544c
27883 Author: Jon Loeliger <jdl@freescale.com>
27884 Date:   Tue Jul 10 11:07:56 2007 -0500
27885
27886     fs/: Remove lingering references to CFG_CMD_* symbols.
27887
27888     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27889     Those always evaluated TRUE, and thus were always compiled
27890     even when IDE really wasn't defined/wanted.
27891
27892     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27893
27894 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
27895 Author: Jon Loeliger <jdl@freescale.com>
27896 Date:   Tue Jul 10 11:05:02 2007 -0500
27897
27898     net/: Remove lingering references to CFG_CMD_* symbols.
27899
27900     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27901     Those always evaluated TRUE, and thus were always compiled
27902     even when IDE really wasn't defined/wanted.
27903
27904     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27905
27906 commit 902531788376046da212afd1661cffb62f3daa1c
27907 Author: Jon Loeliger <jdl@freescale.com>
27908 Date:   Tue Jul 10 11:02:44 2007 -0500
27909
27910     common/: Remove lingering references to CFG_CMD_* symbols.
27911
27912     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27913     Those always evaluated TRUE, and thus were always compiled
27914     even when IDE really wasn't defined/wanted.
27915
27916     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27917
27918 commit d39b57415838c73fb0a37eca84de3c68ba990586
27919 Author: Jon Loeliger <jdl@freescale.com>
27920 Date:   Tue Jul 10 10:48:22 2007 -0500
27921
27922     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
27923
27924     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27925     Those always evaluated TRUE, and thus were always compiled
27926     even when IDE really wasn't defined/wanted.
27927
27928     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27929
27930 commit 77a318545d57aefa844752465b94c7e09a3f26d0
27931 Author: Jon Loeliger <jdl@freescale.com>
27932 Date:   Tue Jul 10 10:39:10 2007 -0500
27933
27934     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
27935
27936     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27937     Those always evaluated TRUE, and thus were always compiled
27938     even when IDE really wasn't defined/wanted.
27939
27940     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27941
27942 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
27943 Author: Jon Loeliger <jdl@freescale.com>
27944 Date:   Tue Jul 10 10:27:39 2007 -0500
27945
27946     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
27947
27948     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27949
27950 commit 079a136c3588814784561d6e4856970ee82d6e2a
27951 Author: Jon Loeliger <jdl@freescale.com>
27952 Date:   Tue Jul 10 10:12:10 2007 -0500
27953
27954     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
27955
27956     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27957     used to be included but CONFIG_BOOTP_MASK was not defined.
27958
27959     Remove lingering references to CFG_CMD_* symbols.
27960
27961     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27962
27963 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
27964 Author: Jon Loeliger <jdl@freescale.com>
27965 Date:   Tue Jul 10 09:38:02 2007 -0500
27966
27967     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
27968
27969     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27970     used to be included but CONFIG_BOOTP_MASK was not defined.
27971
27972     Remove lingering references to CFG_CMD_* symbols.
27973
27974     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27975
27976 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
27977 Author: Jon Loeliger <jdl@freescale.com>
27978 Date:   Tue Jul 10 09:29:01 2007 -0500
27979
27980     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
27981
27982     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27983     used to be included but CONFIG_BOOTP_MASK was not defined.
27984
27985     Remove lingering references to CFG_CMD_* symbols.
27986
27987     Signed-off-by: Jon Loeliger <jdl@freescale.com>
27988
27989 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
27990 Author: Jon Loeliger <jdl@freescale.com>
27991 Date:   Tue Jul 10 09:22:23 2007 -0500
27992
27993     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
27994
27995     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27996     used to be included but CONFIG_BOOTP_MASK was not defined.
27997
27998     Remove lingering references to CFG_CMD_* symbols.
27999
28000     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28001
28002 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
28003 Author: Jon Loeliger <jdl@freescale.com>
28004 Date:   Tue Jul 10 09:10:49 2007 -0500
28005
28006     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
28007
28008     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
28009     used to be included but CONFIG_BOOTP_MASK was not defined.
28010
28011     Remove lingering references to CFG_CMD_* symbols.
28012
28013     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28014
28015 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
28016 Author: Jon Loeliger <jdl@freescale.com>
28017 Date:   Tue Jul 10 09:02:57 2007 -0500
28018
28019     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
28020
28021     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
28022     used to be included but CONFIG_BOOTP_MASK was not defined.
28023
28024     Remove lingering references to CFG_CMD_* symbols.
28025
28026     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28027
28028 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
28029 Author: Jon Loeliger <jdl@freescale.com>
28030 Date:   Mon Jul 9 22:08:34 2007 -0500
28031
28032     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
28033
28034     All of the choices for CONFIG_BOOTP_ are now documented in
28035     the README file.  You must now individually select exactly
28036     the set that you want using a series of
28037         #define CONFIG_BOOTP_<x>
28038     statements in the board port config files now.
28039
28040     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28041
28042 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
28043 Author: Jon Loeliger <jdl@freescale.com>
28044 Date:   Mon Jul 9 21:57:31 2007 -0500
28045
28046     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28047
28048     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28049
28050 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
28051 Author: Jon Loeliger <jdl@freescale.com>
28052 Date:   Mon Jul 9 21:48:26 2007 -0500
28053
28054     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28055
28056     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28057
28058 commit 37d4bb70586659dedef1658ce1bed071be098aec
28059 Author: Jon Loeliger <jdl@freescale.com>
28060 Date:   Mon Jul 9 21:38:02 2007 -0500
28061
28062     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28063
28064     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28065
28066 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
28067 Author: Jon Loeliger <jdl@freescale.com>
28068 Date:   Mon Jul 9 21:31:24 2007 -0500
28069
28070     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28071
28072     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28073
28074 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
28075 Author: Jon Loeliger <jdl@freescale.com>
28076 Date:   Mon Jul 9 21:24:19 2007 -0500
28077
28078     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28079
28080     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28081
28082 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
28083 Author: Jon Loeliger <jdl@freescale.com>
28084 Date:   Mon Jul 9 21:16:53 2007 -0500
28085
28086     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28087
28088     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28089
28090 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
28091 Author: Jon Loeliger <jdl@freescale.com>
28092 Date:   Mon Jul 9 19:12:30 2007 -0500
28093
28094     Retire CONFIG_COMMANDS finally.
28095     Strip old CFG_CMD_* symbols out.
28096
28097     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28098
28099 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
28100 Author: Jon Loeliger <jdl@freescale.com>
28101 Date:   Mon Jul 9 19:10:03 2007 -0500
28102
28103     Update README.* to reference new CONFIG_CMD_* names now.
28104
28105     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28106
28107 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
28108 Author: Jon Loeliger <jdl@freescale.com>
28109 Date:   Mon Jul 9 19:06:00 2007 -0500
28110
28111     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
28112
28113     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28114
28115 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
28116 Author: Jon Loeliger <jdl@freescale.com>
28117 Date:   Mon Jul 9 18:57:22 2007 -0500
28118
28119     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
28120
28121     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28122
28123 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
28124 Author: Jon Loeliger <jdl@freescale.com>
28125 Date:   Mon Jul 9 18:45:16 2007 -0500
28126
28127     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
28128
28129     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28130
28131 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
28132 Author: Jon Loeliger <jdl@freescale.com>
28133 Date:   Mon Jul 9 18:38:39 2007 -0500
28134
28135     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
28136
28137     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28138
28139 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
28140 Author: Jon Loeliger <jdl@freescale.com>
28141 Date:   Mon Jul 9 18:31:28 2007 -0500
28142
28143     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
28144
28145     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28146
28147 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
28148 Author: Jon Loeliger <jdl@freescale.com>
28149 Date:   Mon Jul 9 18:24:55 2007 -0500
28150
28151     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
28152
28153     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28154
28155 commit fcec2eb93e126400009729328e797f12bc94f1fd
28156 Author: Jon Loeliger <jdl@freescale.com>
28157 Date:   Mon Jul 9 18:19:09 2007 -0500
28158
28159     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
28160
28161     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28162
28163 commit a593814f2be0c9cdc3133cd550b167b8a988328f
28164 Author: Jon Loeliger <jdl@freescale.com>
28165 Date:   Mon Jul 9 18:10:50 2007 -0500
28166
28167     rtc/: Remove obsolete references to CONFIG_COMMANDS
28168
28169     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28170
28171 commit 67350568f9d46e66c21829f3513b3db0caeb948b
28172 Author: Jon Loeliger <jdl@freescale.com>
28173 Date:   Mon Jul 9 18:05:38 2007 -0500
28174
28175     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
28176
28177     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28178
28179 commit 7def6b34f910f08d7ef0a14646da067719237ca2
28180 Author: Jon Loeliger <jdl@freescale.com>
28181 Date:   Mon Jul 9 18:02:11 2007 -0500
28182
28183     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
28184
28185     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28186
28187 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
28188 Author: Jon Loeliger <jdl@freescale.com>
28189 Date:   Mon Jul 9 17:56:50 2007 -0500
28190
28191     fs/: Remove obsolete references to CONFIG_COMMANDS
28192
28193     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28194
28195 commit c91898bbc505aff3e12a807af88e76da18efb7ee
28196 Author: Jon Loeliger <jdl@freescale.com>
28197 Date:   Mon Jul 9 17:46:09 2007 -0500
28198
28199     tools/: Remove obsolete references to CONFIG_COMMANDS
28200
28201     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28202
28203 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
28204 Author: Jon Loeliger <jdl@freescale.com>
28205 Date:   Mon Jul 9 17:45:14 2007 -0500
28206
28207     net/: Remove obsolete references to CONFIG_COMMANDS
28208
28209     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28210
28211 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
28212 Author: Jon Loeliger <jdl@freescale.com>
28213 Date:   Mon Jul 9 17:39:42 2007 -0500
28214
28215     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
28216
28217     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28218
28219 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
28220 Author: Jon Loeliger <jdl@freescale.com>
28221 Date:   Mon Jul 9 17:30:01 2007 -0500
28222
28223     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
28224
28225     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28226
28227 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
28228 Author: Jon Loeliger <jdl@freescale.com>
28229 Date:   Mon Jul 9 17:22:37 2007 -0500
28230
28231     disk/: Remove obsolete references to CONFIG_COMMANDS
28232
28233     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28234
28235 commit 639221c76c88215bd55af83ad174fc30d1940f8f
28236 Author: Jon Loeliger <jdl@freescale.com>
28237 Date:   Mon Jul 9 17:15:49 2007 -0500
28238
28239     include/: Remove obsolete references to CONFIG_COMMANDS
28240     Mostly removed from comments here.
28241
28242     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28243
28244 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
28245 Author: Wolfgang Denk <wd@denx.de>
28246 Date:   Tue Jul 10 00:01:28 2007 +0200
28247
28248     Coding style cleanup; update CHANGELOG.
28249
28250     Signed-off-by: Wolfgang Denk <wd@denx.de>
28251
28252 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
28253 Author: Stefan Roese <sr@denx.de>
28254 Date:   Mon Jul 9 11:00:24 2007 +0200
28255
28256     Small coding style cleanup
28257
28258     Signed-off-by: Stefan Roese <sr@denx.de>
28259
28260 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
28261 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28262 Date:   Mon Jul 9 10:10:08 2007 +0200
28263
28264     Migrate esd 405EP boards to new NAND subsystem
28265
28266     Remove unused CFG_NAND_LEGACY define
28267
28268     These boards to not have NAND.
28269
28270     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28271
28272 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
28273 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28274 Date:   Mon Jul 9 10:10:06 2007 +0200
28275
28276     Migrate esd 405EP boards to new NAND subsystem
28277
28278     Migrate esd 405EP boards to new NAND subsystem
28279
28280     -cleanup
28281     -use correct io accessors (in/out_be32())
28282
28283     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28284
28285 commit e09f7ab5749c345f924da272bea0521a73af5b11
28286 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28287 Date:   Mon Jul 9 10:10:04 2007 +0200
28288
28289     Migrate esd 405EP boards to new NAND subsystem
28290
28291     This patch prepares the migration from the legacy NAND driver
28292     to U-Boot's new NAND subsystem for esd boards.
28293
28294     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28295
28296 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
28297 Author: Jon Loeliger <jdl@freescale.com>
28298 Date:   Sun Jul 8 18:10:08 2007 -0500
28299
28300     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
28301
28302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28303
28304 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
28305 Author: Jon Loeliger <jdl@freescale.com>
28306 Date:   Sun Jul 8 18:05:39 2007 -0500
28307
28308     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
28309
28310     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28311
28312 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
28313 Author: Jon Loeliger <jdl@freescale.com>
28314 Date:   Sun Jul 8 18:02:23 2007 -0500
28315
28316     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
28317
28318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28319
28320 commit baa26db4113679b80970ff447d91cc10217742a6
28321 Author: Jon Loeliger <jdl@freescale.com>
28322 Date:   Sun Jul 8 17:51:39 2007 -0500
28323
28324     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
28325
28326     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28327
28328 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
28329 Author: Jon Loeliger <jdl@freescale.com>
28330 Date:   Sun Jul 8 17:02:01 2007 -0500
28331
28332     Clear up confusion over the CMD_POST and POST_DIAG mess.
28333
28334     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
28335     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
28336     Clear this mess up some.
28337
28338     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28339
28340 commit b3631487105a57ab7cbadfc26efbaf9676275018
28341 Author: Jon Loeliger <jdl@freescale.com>
28342 Date:   Sun Jul 8 15:45:08 2007 -0500
28343
28344     Remove references to the old cmd_confdefs.h include file.
28345
28346     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28347
28348 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
28349 Author: Jon Loeliger <jdl@freescale.com>
28350 Date:   Sun Jul 8 15:42:59 2007 -0500
28351
28352     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
28353
28354     Use new CONFIG_CMD_* in lwmon5.h board config file.
28355     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
28356
28357     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28358
28359 commit a5562901661bd428f7e5feb333f796372cb81019
28360 Author: Jon Loeliger <jdl@freescale.com>
28361 Date:   Sun Jul 8 15:31:57 2007 -0500
28362
28363     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
28364
28365     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28366
28367 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
28368 Author: Jon Loeliger <jdl@freescale.com>
28369 Date:   Sun Jul 8 15:02:44 2007 -0500
28370
28371     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
28372
28373     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28374
28375 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
28376 Author: Jon Loeliger <jdl@freescale.com>
28377 Date:   Sun Jul 8 15:12:40 2007 -0500
28378
28379     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
28380
28381     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28382
28383 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
28384 Author: Jon Loeliger <jdl@freescale.com>
28385 Date:   Sun Jul 8 14:55:07 2007 -0500
28386
28387     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
28388
28389     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28390
28391 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
28392 Author: Jon Loeliger <jdl@freescale.com>
28393 Date:   Sun Jul 8 14:49:44 2007 -0500
28394
28395     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
28396
28397     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28398
28399 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
28400 Author: Jon Loeliger <jdl@freescale.com>
28401 Date:   Sun Jul 8 14:21:43 2007 -0500
28402
28403     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
28404
28405     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28406
28407 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
28408 Author: Jon Loeliger <jdl@freescale.com>
28409 Date:   Sun Jul 8 14:14:17 2007 -0500
28410
28411     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
28412
28413     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28414
28415 commit 348f258f24253433e4a2302a0bbceb6740a67246
28416 Author: Jon Loeliger <jdl@freescale.com>
28417 Date:   Sun Jul 8 13:46:18 2007 -0500
28418
28419     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
28420
28421     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28422
28423 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
28424 Author: Jon Loeliger <jdl@freescale.com>
28425 Date:   Sun Jul 8 10:09:35 2007 -0500
28426
28427     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
28428
28429     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28430
28431 commit 60a0876b5106b34220e459c208bbf648073306c0
28432 Author: Jon Loeliger <jdl@freescale.com>
28433 Date:   Sat Jul 7 21:04:26 2007 -0500
28434
28435     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
28436
28437     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28438
28439 commit dcaa71562826a2466e894c868d132509dcda8444
28440 Author: Jon Loeliger <jdl@freescale.com>
28441 Date:   Sat Jul 7 20:56:05 2007 -0500
28442
28443     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
28444
28445     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28446
28447 commit 3c3227f3c737502311b25b72084573901cbbf17d
28448 Author: Jon Loeliger <jdl@freescale.com>
28449 Date:   Sat Jul 7 20:40:43 2007 -0500
28450
28451     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
28452
28453     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28454
28455 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
28456 Author: Jon Loeliger <jdl@freescale.com>
28457 Date:   Thu Jul 5 19:52:35 2007 -0500
28458
28459     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
28460
28461     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28462
28463 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
28464 Author: Jon Loeliger <jdl@freescale.com>
28465 Date:   Thu Jul 5 19:32:07 2007 -0500
28466
28467     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
28468
28469     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28470
28471 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
28472 Author: Jon Loeliger <jdl@freescale.com>
28473 Date:   Thu Jul 5 19:13:52 2007 -0500
28474
28475     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
28476
28477     Since ADS860.h includes "board/fads/fads.h" with ramifications
28478     on the CONFIG_COMMAND treatment, it too has to be adjusted to
28479     exclude already configured commands in this same commit.
28480
28481     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28482
28483 commit 10e038932f22ee80ebd53de312531e70e6590a2f
28484 Author: Thomas Knobloch <knobloch@siemens.com>
28485 Date:   Fri Jul 6 14:58:39 2007 +0200
28486
28487     [NAND] Bad block skipping for command nboot
28488
28489     The old implementation of command nboot does not support reading the image from
28490     NAND flash with skipping of bad blocks. The patch implements a new version of
28491     the nboot command: by calling nboot.jffs2 from the u-boot command line the
28492     command will load the image from NAND flash with respect to bad blocks (by using
28493     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
28494     read.jffs2 ...".
28495
28496     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
28497     Signed-off-by: Stefan Roese <sr@denx.de>
28498
28499 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
28500 Author: Stefan Roese <sr@denx.de>
28501 Date:   Fri Jul 6 12:26:51 2007 +0200
28502
28503     ppc4xx: Update lwmon5 default environment
28504
28505     Signed-off-by: Stefan Roese <sr@denx.de>
28506
28507 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
28508 Author: Stefan Roese <sr@denx.de>
28509 Date:   Fri Jul 6 11:48:24 2007 +0200
28510
28511     ppc4xx: Update lwmon5 board
28512
28513     Add unlock=yes environment variable to default variables to unlock
28514     the CFI flash by default.
28515
28516     Signed-off-by: Stefan Roese <sr@denx.de>
28517
28518 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
28519 Author: Stefan Roese <sr@denx.de>
28520 Date:   Fri Jul 6 09:45:47 2007 +0200
28521
28522     Fix problem with get/setdcr commands introduced by cfg patches
28523
28524     Signed-off-by: Stefan Roese <sr@denx.de>
28525
28526 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
28527 Author: Wolfgang Denk <wd@denx.de>
28528 Date:   Fri Jul 6 02:50:19 2007 +0200
28529
28530     Code cleanup and default config update for STC GP3 SSA board.
28531
28532     Signed-off-by: Wolfgang Denk <wd@denx.de>
28533
28534 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
28535 Author: Wolfgang Denk <wd@denx.de>
28536 Date:   Thu Jul 5 17:56:27 2007 +0200
28537
28538     Fixing some typos etc. introduced mainly by cfg patches.
28539
28540     Signed-off-by: Wolfgang Denk <wd@denx.de>
28541
28542 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
28543 Author: Wolfgang Denk <wd@denx.de>
28544 Date:   Thu Jul 5 11:12:16 2007 +0200
28545
28546     Minor coding style cleanup. Update CHANGELOG.
28547
28548 commit dca3b3d6d6396b67e5e84af53452164923c73443
28549 Author: Jon Loeliger <jdl@jdl.com>
28550 Date:   Wed Jul 4 22:33:46 2007 -0500
28551
28552     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
28553
28554     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28555
28556 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
28557 Author: Jon Loeliger <jdl@jdl.com>
28558 Date:   Wed Jul 4 22:33:38 2007 -0500
28559
28560     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
28561
28562     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28563
28564 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
28565 Author: Jon Loeliger <jdl@jdl.com>
28566 Date:   Wed Jul 4 22:33:30 2007 -0500
28567
28568     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
28569
28570     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28571
28572 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
28573 Author: Jon Loeliger <jdl@jdl.com>
28574 Date:   Wed Jul 4 22:33:23 2007 -0500
28575
28576     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
28577
28578     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28579
28580 commit 26a34560d56a9df5bc2ae23525d9229736134757
28581 Author: Jon Loeliger <jdl@jdl.com>
28582 Date:   Wed Jul 4 22:33:17 2007 -0500
28583
28584     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
28585
28586     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28587
28588 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
28589 Author: Jon Loeliger <jdl@jdl.com>
28590 Date:   Wed Jul 4 22:33:13 2007 -0500
28591
28592     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
28593
28594     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28595
28596 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
28597 Author: Jon Loeliger <jdl@jdl.com>
28598 Date:   Wed Jul 4 22:33:07 2007 -0500
28599
28600     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
28601
28602     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28603
28604 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
28605 Author: Jon Loeliger <jdl@jdl.com>
28606 Date:   Wed Jul 4 22:33:01 2007 -0500
28607
28608     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
28609
28610     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28611
28612 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
28613 Author: Jon Loeliger <jdl@jdl.com>
28614 Date:   Wed Jul 4 22:32:57 2007 -0500
28615
28616     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
28617
28618     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28619
28620 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
28621 Author: Jon Loeliger <jdl@jdl.com>
28622 Date:   Wed Jul 4 22:32:51 2007 -0500
28623
28624     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
28625
28626     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28627
28628 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
28629 Author: Jon Loeliger <jdl@jdl.com>
28630 Date:   Wed Jul 4 22:32:32 2007 -0500
28631
28632     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
28633
28634     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28635
28636 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
28637 Author: Jon Loeliger <jdl@jdl.com>
28638 Date:   Wed Jul 4 22:32:25 2007 -0500
28639
28640     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
28641
28642     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28643
28644 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
28645 Author: Jon Loeliger <jdl@jdl.com>
28646 Date:   Wed Jul 4 22:32:19 2007 -0500
28647
28648     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
28649
28650     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28651
28652 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
28653 Author: Jon Loeliger <jdl@jdl.com>
28654 Date:   Wed Jul 4 22:32:10 2007 -0500
28655
28656     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
28657
28658     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28659
28660 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
28661 Author: Jon Loeliger <jdl@jdl.com>
28662 Date:   Wed Jul 4 22:32:03 2007 -0500
28663
28664     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
28665
28666     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28667
28668 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
28669 Author: Jon Loeliger <jdl@jdl.com>
28670 Date:   Wed Jul 4 22:31:56 2007 -0500
28671
28672     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
28673
28674     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28675
28676 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
28677 Author: Jon Loeliger <jdl@jdl.com>
28678 Date:   Wed Jul 4 22:31:49 2007 -0500
28679
28680     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
28681
28682     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28683
28684 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
28685 Author: Jon Loeliger <jdl@jdl.com>
28686 Date:   Wed Jul 4 22:31:42 2007 -0500
28687
28688     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
28689
28690     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28691
28692 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
28693 Author: Jon Loeliger <jdl@jdl.com>
28694 Date:   Wed Jul 4 22:31:35 2007 -0500
28695
28696     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
28697
28698     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28699
28700 commit d794cfefead5fc177cf4f41164e80382e9c9484a
28701 Author: Jon Loeliger <jdl@jdl.com>
28702 Date:   Wed Jul 4 22:31:15 2007 -0500
28703
28704     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
28705
28706     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28707
28708 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
28709 Author: Jon Loeliger <jdl@jdl.com>
28710 Date:   Wed Jul 4 22:31:07 2007 -0500
28711
28712     include/configs: Use new CONFIG_CMD_* in STx board config files.
28713
28714     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28715
28716 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
28717 Author: Jon Loeliger <jdl@jdl.com>
28718 Date:   Wed Jul 4 22:30:58 2007 -0500
28719
28720     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
28721
28722     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28723
28724 commit 2694690e285acaa34922f55f4b5ae030da60c55a
28725 Author: Jon Loeliger <jdl@jdl.com>
28726 Date:   Wed Jul 4 22:30:50 2007 -0500
28727
28728     include/configs: Use new CONFIG_CMD_* in TQM board config files.
28729
28730     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28731
28732 commit 1cc4c458329765b58e584a19821e796b3c10e976
28733 Author: Jon Loeliger <jdl@jdl.com>
28734 Date:   Wed Jul 4 22:30:28 2007 -0500
28735
28736     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
28737
28738     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28739
28740 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
28741 Author: Jon Loeliger <jdl@jdl.com>
28742 Date:   Wed Jul 4 22:30:06 2007 -0500
28743
28744     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
28745
28746     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28747
28748 commit b44896215a09c60fa40cae906f7ed207bbc2c492
28749 Author: Sergei Poselenov <sposelenov@emcraft.com>
28750 Date:   Thu Jul 5 08:17:37 2007 +0200
28751
28752     Merged POST framework with the current TOT.
28753
28754     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28755
28756 commit b24629fa377214d63bb40d1360e354b6d3e4af56
28757 Author: Jon Loeliger <jdl@jdl.com>
28758 Date:   Wed Jun 13 13:23:15 2007 -0500
28759
28760     mpc86xx: Remove old CFG_CMD_* references.
28761
28762     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28763
28764 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
28765 Author: Jon Loeliger <jdl@jdl.com>
28766 Date:   Wed Jun 13 13:22:54 2007 -0500
28767
28768     Add MPC8568MDS to MAKEALL 85xx target.
28769
28770     It was missing from the original port submission.
28771
28772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28773
28774 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
28775 Author: Jon Loeliger <jdl@jdl.com>
28776 Date:   Wed Jun 13 13:22:08 2007 -0500
28777
28778     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
28779
28780     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28781
28782 commit 56b304ac2091689506088a9ae67f63fd6300cf16
28783 Author: Jon Loeliger <jdl@jdl.com>
28784 Date:   Wed Jun 13 13:21:37 2007 -0500
28785
28786     Fix #if typo in CONFIG_CMD_* changes.
28787
28788     Signed-off-by: Jon Loeliger <jdl@freescale.com>
28789
28790 commit f780b83316d9af1f61d71cc88b1917b387b9b995
28791 Author: Niklaus Giger <niklausgiger@gmx.ch>
28792 Date:   Wed Jun 27 18:11:38 2007 +0200
28793
28794     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
28795
28796     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
28797
28798 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
28799 Author: Stefan Roese <sr@denx.de>
28800 Date:   Wed Jul 4 10:06:30 2007 +0200
28801
28802     ppc4xx: Update lwmon5 board
28803
28804     - Add optional ECC generation routine to preserve existing
28805       RAM values. This is needed for the Linux log-buffer support
28806     - Add optional DDR2 setup with CL=4
28807     - GPIO50 not used anymore
28808     - Lime register setup added
28809
28810     Signed-off-by: Stefan Roese <sr@denx.de>
28811
28812 commit 6810a34677dbc446334f5e451f1682426dd33b49
28813 Author: Grant Likely <grant.likely@secretlab.ca>
28814 Date:   Tue Jul 3 00:17:28 2007 -0600
28815
28816     Fix Makefile to use $(MKCONFIG) macro for all board ports
28817
28818     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28819
28820 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
28821 Author: Grant Likely <grant.likely@secretlab.ca>
28822 Date:   Tue Jul 3 00:17:28 2007 -0600
28823
28824     Fix Makefile to use $(MKCONFIG) macro for all board ports
28825
28826     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28827
28828 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
28829 Author: Grant Likely <grant.likely@secretlab.ca>
28830 Date:   Tue Jul 3 00:34:49 2007 -0600
28831
28832     Correct fixup relocation for mpc83xx
28833
28834     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28835
28836 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
28837 Author: Grant Likely <grant.likely@secretlab.ca>
28838 Date:   Tue Jul 3 00:34:44 2007 -0600
28839
28840     Correct fixup relocation for mpc8260
28841
28842     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28843
28844 commit f3a52fe05923935db86985daf9438e2f70ac39aa
28845 Author: Grant Likely <grant.likely@secretlab.ca>
28846 Date:   Tue Jul 3 00:34:39 2007 -0600
28847
28848     Correct fixup relocation for mpc824x
28849
28850     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28851
28852 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
28853 Author: Grant Likely <grant.likely@secretlab.ca>
28854 Date:   Tue Jul 3 00:34:34 2007 -0600
28855
28856     Correct fixup relocation for mpc8220
28857
28858     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28859
28860 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
28861 Author: Grant Likely <grant.likely@secretlab.ca>
28862 Date:   Tue Jul 3 00:34:29 2007 -0600
28863
28864     Correct fixup relocation for MPC5xxx
28865
28866     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28867
28868 commit 3649cd99ba815b6601868735765602f00ef3692b
28869 Author: Grant Likely <grant.likely@secretlab.ca>
28870 Date:   Tue Jul 3 00:34:24 2007 -0600
28871
28872     Correct relocation fixup for mpc5xx
28873
28874     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28875
28876 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
28877 Author: Grant Likely <grant.likely@secretlab.ca>
28878 Date:   Tue Jul 3 00:34:19 2007 -0600
28879
28880     Don't set gd->reloc_off if relocation of .fixup works correctly
28881
28882     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28883
28884 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
28885 Author: Grant Likely <grant.likely@secretlab.ca>
28886 Date:   Tue Jul 3 00:34:14 2007 -0600
28887
28888     Remove obsolete mpc83xx linker scripts
28889
28890     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28891
28892 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
28893 Author: Grant Likely <grant.likely@secretlab.ca>
28894 Date:   Tue Jul 3 00:34:09 2007 -0600
28895
28896     Consolidate mpc8260 linker scripts
28897
28898     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28899
28900 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
28901 Author: Grant Likely <grant.likely@secretlab.ca>
28902 Date:   Tue Jul 3 00:34:04 2007 -0600
28903
28904     Remove obsolete mpc824x linker scripts
28905
28906     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28907
28908 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
28909 Author: Grant Likely <grant.likely@secretlab.ca>
28910 Date:   Tue Jul 3 00:33:59 2007 -0600
28911
28912     Remove obsolete mpc824x linker scripts (3 of 4)
28913
28914     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28915
28916 commit a71c084f3ac7fedf144537db2b2da47323068833
28917 Author: Grant Likely <grant.likely@secretlab.ca>
28918 Date:   Tue Jul 3 00:33:53 2007 -0600
28919
28920     Remove obsolete mpc824x linker scripts (2 of 4)
28921
28922     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28923
28924 commit f670a15468d1365241d40022b9408e1004181f5e
28925 Author: Grant Likely <grant.likely@secretlab.ca>
28926 Date:   Tue Jul 3 00:33:48 2007 -0600
28927
28928     Remove obsolete mpc824x linker scripts (1 of 4)
28929
28930     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28931
28932 commit 09555bd45a04c0e54f172528d21bc18896550d28
28933 Author: Grant Likely <grant.likely@secretlab.ca>
28934 Date:   Tue Jul 3 00:33:43 2007 -0600
28935
28936     Remove obsolete mpc8220 linker scripts
28937
28938     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28939
28940 commit 5efb992f046e51225c93d52f80fecbe433abd789
28941 Author: Grant Likely <grant.likely@secretlab.ca>
28942 Date:   Tue Jul 3 00:33:38 2007 -0600
28943
28944     Remove obsolete mpc5xxx linker scripts (3 of 3)
28945
28946     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28947
28948 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
28949 Author: Grant Likely <grant.likely@secretlab.ca>
28950 Date:   Tue Jul 3 00:33:33 2007 -0600
28951
28952     Remove obsolete mpc5xxx linker scripts (2 of 3)
28953
28954     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28955
28956 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
28957 Author: Grant Likely <grant.likely@secretlab.ca>
28958 Date:   Tue Jul 3 00:33:28 2007 -0600
28959
28960     Remove obsolete mpc5xxx linker scripts (1 of 3)
28961
28962     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28963
28964 commit b7d8e05f8675249b5f208aa73babeed384a4519d
28965 Author: Grant Likely <grant.likely@secretlab.ca>
28966 Date:   Tue Jul 3 00:33:23 2007 -0600
28967
28968     Remove obsolete mpc5xx linker scripts
28969
28970     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28971
28972 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
28973 Author: Grant Likely <grant.likely@secretlab.ca>
28974 Date:   Tue Jul 3 00:33:18 2007 -0600
28975
28976     Consolidate mpc83xx linker scripts
28977
28978     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28979
28980 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
28981 Author: Grant Likely <grant.likely@secretlab.ca>
28982 Date:   Tue Jul 3 00:33:13 2007 -0600
28983
28984     Consolidate mpc8260 linker scripts
28985
28986     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28987
28988 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
28989 Author: Grant Likely <grant.likely@secretlab.ca>
28990 Date:   Tue Jul 3 00:33:08 2007 -0600
28991
28992     Consolidate mpc824x linker scripts
28993
28994     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28995
28996 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
28997 Author: Grant Likely <grant.likely@secretlab.ca>
28998 Date:   Tue Jul 3 00:33:03 2007 -0600
28999
29000     Consolidate mpc8220 linker scripts
29001
29002     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
29003
29004 commit d181c9a15cd41863fe24840d17848429f27d3c8c
29005 Author: Grant Likely <grant.likely@secretlab.ca>
29006 Date:   Tue Jul 3 00:32:58 2007 -0600
29007
29008     Consolidate mpc5xxx linker scripts
29009
29010     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
29011
29012 commit 287ac924adb7291bebe5086652a362a30ab28b13
29013 Author: Grant Likely <grant.likely@secretlab.ca>
29014 Date:   Tue Jul 3 00:32:53 2007 -0600
29015
29016     Consolidate mpc5xx linker scripts
29017
29018     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
29019
29020 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
29021 Author: Wolfgang Denk <wd@denx.de>
29022 Date:   Wed Jul 4 00:43:53 2007 +0200
29023
29024     Fix a few file permission problems.
29025
29026     Signed-off-by: Wolfgang Denk <wd@denx.de>
29027
29028 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
29029 Author: Wolfgang Denk <wd@denx.de>
29030 Date:   Wed Jul 4 00:38:38 2007 +0200
29031
29032     Minor coding style cleanup. Rebuild CHANGELOG file.
29033
29034 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
29035 Author: Jon Loeliger <jdl@jdl.com>
29036 Date:   Mon Jun 11 19:03:44 2007 -0500
29037
29038     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
29039
29040     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29041
29042 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
29043 Author: Jon Loeliger <jdl@jdl.com>
29044 Date:   Mon Jun 11 19:03:39 2007 -0500
29045
29046     README: Rewrite command line config to use CONFIG_CMD_* names.
29047
29048     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29049
29050 commit 72a074cec68e5bad60d63206c050974e08afd804
29051 Author: Jon Loeliger <jdl@jdl.com>
29052 Date:   Mon Jun 11 19:03:34 2007 -0500
29053
29054     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29055
29056     This is a compatibility step that allows both the older form
29057     and the new form to co-exist for a while until the older can
29058     be removed entirely.
29059
29060     All transformations are of the form:
29061     Before:
29062         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29063     After:
29064         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29065
29066     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29067
29068 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
29069 Author: Jon Loeliger <jdl@jdl.com>
29070 Date:   Mon Jun 11 19:03:28 2007 -0500
29071
29072     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29073
29074     This is a compatibility step that allows both the older form
29075     and the new form to co-exist for a while until the older can
29076     be removed entirely.
29077
29078     All transformations are of the form:
29079     Before:
29080         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29081     After:
29082         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29083
29084     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29085
29086 commit 9107ebe0d352420895ab69b715697bdebc8caf50
29087 Author: Jon Loeliger <jdl@jdl.com>
29088 Date:   Mon Jun 11 19:03:23 2007 -0500
29089
29090     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29091
29092     This is a compatibility step that allows both the older form
29093     and the new form to co-exist for a while until the older can
29094     be removed entirely.
29095
29096     All transformations are of the form:
29097     Before:
29098         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29099     After:
29100         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29101
29102     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29103
29104 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
29105 Author: Jon Loeliger <jdl@jdl.com>
29106 Date:   Mon Jun 11 19:03:19 2007 -0500
29107
29108     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29109
29110     This is a compatibility step that allows both the older form
29111     and the new form to co-exist for a while until the older can
29112     be removed entirely.
29113
29114     All transformations are of the form:
29115     Before:
29116         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29117     After:
29118         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29119
29120     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29121
29122 commit 737184114ec9c9e0ab94d6713536126073bd2472
29123 Author: Jon Loeliger <jdl@jdl.com>
29124 Date:   Mon Jun 11 19:03:15 2007 -0500
29125
29126     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29127
29128     This is a compatibility step that allows both the older form
29129     and the new form to co-exist for a while until the older can
29130     be removed entirely.
29131
29132     All transformations are of the form:
29133     Before:
29134         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29135     After:
29136         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29137
29138     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29139
29140 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
29141 Author: Jon Loeliger <jdl@jdl.com>
29142 Date:   Mon Jun 11 19:03:08 2007 -0500
29143
29144     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29145
29146     This is a compatibility step that allows both the older form
29147     and the new form to co-exist for a while until the older can
29148     be removed entirely.
29149
29150     All transformations are of the form:
29151     Before:
29152         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29153     After:
29154         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29155
29156     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29157
29158 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
29159 Author: Jon Loeliger <jdl@jdl.com>
29160 Date:   Mon Jun 11 19:03:03 2007 -0500
29161
29162     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29163
29164     This is a compatibility step that allows both the older form
29165     and the new form to co-exist for a while until the older can
29166     be removed entirely.
29167
29168     All transformations are of the form:
29169     Before:
29170         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29171     After:
29172         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29173
29174     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29175
29176 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
29177 Author: Jon Loeliger <jdl@jdl.com>
29178 Date:   Mon Jun 11 19:02:58 2007 -0500
29179
29180     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29181
29182     This is a compatibility step that allows both the older form
29183     and the new form to co-exist for a while until the older can
29184     be removed entirely.
29185
29186     All transformations are of the form:
29187     Before:
29188         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29189     After:
29190         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29191
29192     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29193
29194 commit 98b79003c21c2578206003256de4e781d6b36ca8
29195 Author: Jon Loeliger <jdl@jdl.com>
29196 Date:   Mon Jun 11 19:02:53 2007 -0500
29197
29198     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29199
29200     This is a compatibility step that allows both the older form
29201     and the new form to co-exist for a while until the older can
29202     be removed entirely.
29203
29204     All transformations are of the form:
29205     Before:
29206         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29207     After:
29208         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29209
29210     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29211
29212 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
29213 Author: Jon Loeliger <jdl@jdl.com>
29214 Date:   Mon Jun 11 19:02:49 2007 -0500
29215
29216     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29217
29218     This is a compatibility step that allows both the older form
29219     and the new form to co-exist for a while until the older can
29220     be removed entirely.
29221
29222     All transformations are of the form:
29223     Before:
29224         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29225     After:
29226         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29227
29228     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29229
29230 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
29231 Author: Jon Loeliger <jdl@jdl.com>
29232 Date:   Mon Jun 11 19:02:34 2007 -0500
29233
29234     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29235
29236     This is a compatibility step that allows both the older form
29237     and the new form to co-exist for a while until the older can
29238     be removed entirely.
29239
29240     All transformations are of the form:
29241     Before:
29242         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29243     After:
29244         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29245
29246     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29247
29248 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
29249 Author: Jon Loeliger <jdl@jdl.com>
29250 Date:   Mon Jun 11 19:02:20 2007 -0500
29251
29252     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29253
29254     This is a compatibility step that allows both the older form
29255     and the new form to co-exist for a while until the older can
29256     be removed entirely.
29257
29258     All transformations are of the form:
29259     Before:
29260         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29261     After:
29262         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29263
29264     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29265
29266 commit d5be43de93ff905c465e509d45a3164ef48d26e7
29267 Author: Jon Loeliger <jdl@jdl.com>
29268 Date:   Mon Jun 11 19:02:10 2007 -0500
29269
29270     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29271
29272     This is a compatibility step that allows both the older form
29273     and the new form to co-exist for a while until the older can
29274     be removed entirely.
29275
29276     All transformations are of the form:
29277     Before:
29278         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29279     After:
29280         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29281
29282     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29283
29284 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
29285 Author: Jon Loeliger <jdl@jdl.com>
29286 Date:   Mon Jun 11 19:02:05 2007 -0500
29287
29288     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29289
29290     This is a compatibility step that allows both the older form
29291     and the new form to co-exist for a while until the older can
29292     be removed entirely.
29293
29294     All transformations are of the form:
29295     Before:
29296         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29297     After:
29298         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29299
29300     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29301
29302 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
29303 Author: Jon Loeliger <jdl@jdl.com>
29304 Date:   Mon Jun 11 19:01:54 2007 -0500
29305
29306     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29307
29308     This is a compatibility step that allows both the older form
29309     and the new form to co-exist for a while until the older can
29310     be removed entirely.
29311
29312     All transformations are of the form:
29313     Before:
29314         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29315     After:
29316         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29317
29318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29319
29320 commit a76adc8142c1d956385a109e0b70f9319ede4d66
29321 Author: Jon Loeliger <jdl@jdl.com>
29322 Date:   Mon Jun 11 19:01:43 2007 -0500
29323
29324     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29325
29326     This is a compatibility step that allows both the older form
29327     and the new form to co-exist for a while until the older can
29328     be removed entirely.
29329
29330     All transformations are of the form:
29331     Before:
29332         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29333     After:
29334         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29335
29336     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29337
29338 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
29339 Author: Jon Loeliger <jdl@jdl.com>
29340 Date:   Mon Jun 11 19:01:34 2007 -0500
29341
29342     Introduce initial versions of new Command Config files.
29343
29344     Derive three new files from cmd_confdefs.h:
29345         config_bootp.h - Has BOOTP related config options, not commands
29346         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
29347         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
29348
29349     For now, include "config_bootp.h" for compatability until all
29350     users of it directly include it properly.
29351
29352     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29353
29354 commit 1f2a05898658900dc5717761e27abf2052e67e13
29355 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
29356 Date:   Sat Jun 30 18:50:48 2007 +0200
29357
29358     Fix S-ATA support.
29359
29360     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
29361
29362 commit a5d71e290f3673269be8eefb4ec44f53412f9461
29363 Author: Heiko Schocher <hs@pollux.denx.de>
29364 Date:   Mon Jun 25 19:11:37 2007 +0200
29365
29366     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
29367
29368     Signed-off-by: Heiko Schocher <hs@denx.de>
29369
29370 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
29371 Author: Niklaus Giger <niklaus.giger@nestal.com>
29372 Date:   Mon Jun 25 17:03:13 2007 +0200
29373
29374     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
29375
29376     This patch prints the DDR status registers upon machine check
29377     interrupt on the 440EPx/GRx. This can be useful especially when
29378     ECC support is enabled.
29379
29380     I added some small changes to the original patch from Niklaus to
29381     make it compile clean.
29382
29383     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
29384     Signed-off-by: Stefan Roese <sr@denx.de>
29385
29386 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
29387 Author: Niklaus Giger <niklaus.giger@nestal.com>
29388 Date:   Mon Jun 25 16:50:55 2007 +0200
29389
29390     ppc4xx: Fix O=buildir builds
29391
29392     This patch fixes the problem to assemble cpu/ppc4xx/start.S
29393     experienced last week where building failed having specified
29394     O=../build.sequoia.
29395
29396     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
29397
29398 commit 466fff1a7bb5fe764a06450626f6098219f446b8
29399 Author: Stefan Roese <sr@denx.de>
29400 Date:   Mon Jun 25 15:57:39 2007 +0200
29401
29402     ppc4xx: Add pci_pre_init() for 405 boards
29403
29404     This patch removes the CFG_PCI_PRE_INIT option completely, since
29405     it's not needed anymore with the patch from Matthias Fuchs with
29406     the "weak" pci_pre_init() implementation.
29407
29408     Signed-off-by: Stefan Roese <sr@denx.de>
29409
29410 commit 6f35c53166213c24a5a0e2390ed861136ff73870
29411 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29412 Date:   Sun Jun 24 17:41:21 2007 +0200
29413
29414     ppc4xx: Maintenance patch for esd's CPCI405 derivats
29415
29416     -add pci_pre_init() for pci interrupt fixup code
29417     -disable phy sleep mode via reset_phy() function
29418     -use correct io accessors
29419     -cleanup
29420
29421     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29422
29423 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
29424 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29425 Date:   Sun Jun 24 17:23:41 2007 +0200
29426
29427     ppc4xx: Add pci_pre_init() for 405 boards
29428
29429     This patch adds support for calling a plattform dependant
29430     pci_pre_init() function for 405 boards. This can be used to
29431     move the current pci_405gp_fixup_irq() function into the
29432     board code.
29433
29434     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
29435     A default function with 'weak' attribute is used when
29436     a board specific pci_pre_init() is not implemented.
29437
29438     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29439
29440 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
29441 Author: Wolfgang Denk <wd@denx.de>
29442 Date:   Fri Jun 22 23:59:00 2007 +0200
29443
29444     Coding stylke cleanup; rebuild CHANGELOG
29445
29446 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
29447 Author: Igor Lisitsin <igor@emcraft.com>
29448 Date:   Wed Apr 18 14:55:19 2007 +0400
29449
29450     Adapt log buffer code to support Linux 2.6
29451
29452     A new environment variable, "logversion", selects the log buffer
29453     behaviour. If it is not set or set to a value other than 2, then the
29454     old, Linux 2.4.4, behaviour is selected.
29455
29456     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
29457     --
29458
29459 commit a11e06965ec91270c51853407ff1261d3c740386
29460 Author: Igor Lisitsin <igor@emcraft.com>
29461 Date:   Wed Mar 28 19:06:19 2007 +0400
29462
29463     Extend POST support for PPC440
29464
29465     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
29466
29467     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
29468     --
29469
29470 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
29471 Author: Heiko Schocher <hs@pollux.denx.de>
29472 Date:   Fri Jun 22 19:11:54 2007 +0200
29473
29474     [PCS440EP]      upgrade the PCS440EP board:
29475                     - Show on the Status LEDs, some States of the board.
29476                     - Get the MAC addresses from the EEProm
29477                     - use PREBOOT
29478                     - use the CF on the board.
29479                     - check the U-Boot image in the Flash with a SHA1
29480                       checksum.
29481                     - use dynamic TLB entries generation for the SDRAM
29482
29483     Signed-off-by: Heiko Schocher <hs@denx.de>
29484
29485 commit 3a1f5c81b0b9557817a789bece839905581c2205
29486 Author: Stefan Roese <sr@denx.de>
29487 Date:   Fri Jun 22 16:58:40 2007 +0200
29488
29489     ppc4xx: Fix problem with extended program_tlb() funtion
29490
29491     The recently extended program_tlb() function had a problem when
29492     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
29493     virtual address was not incremented. This patch fixes this issue
29494     and is tested on Katmai with 512MB SDRAM.
29495
29496     Signed-off-by: Stefan Roese <sr@denx.de>
29497
29498 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
29499 Author: Rafal Jaworowski <raj@semihalf.com>
29500 Date:   Fri Jun 22 14:58:04 2007 +0200
29501
29502     [ppc] Fix build breakage for all non-4xx PowerPC variants.
29503
29504     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
29505     - minor 4xx cleanup
29506
29507 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
29508 Author: Mike Frysinger <vapier@gentoo.org>
29509 Date:   Fri Jun 22 10:34:12 2007 +0200
29510
29511     [patch] add nand_init() prototype to nand.h
29512
29513     since nand_init() is expected to be called by other parts of u-boot, there
29514     should be a prototype for it in nand.h
29515
29516     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29517     Signed-off-by: Stefan Roese <sr@denx.de>
29518
29519 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
29520 Author: Wolfgang Denk <wd@denx.de>
29521 Date:   Wed Jun 20 18:14:24 2007 +0200
29522
29523     Coding style cleanup. Refresh CHANGELOG.
29524
29525 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
29526 Author: Stefan Roese <sr@denx.de>
29527 Date:   Tue Jun 19 17:22:44 2007 +0200
29528
29529     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
29530
29531     This patch adds a board command to configure the I2C bootstrap EEPROM
29532     values. Right now 533 and 667MHz are supported for booting either via NOR
29533     or NAND FLASH. Here the usage:
29534
29535     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
29536     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
29537
29538     Signed-off-by: Stefan Roese <sr@denx.de>
29539
29540 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
29541 Author: Stefan Roese <sr@denx.de>
29542 Date:   Tue Jun 19 16:42:31 2007 +0200
29543
29544     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
29545
29546     The latest changes showed a problem with the location of the NAND-SPL
29547     image in the OCM and the init-data area (incl. cache). This patch
29548     fixes this problem.
29549
29550     Signed-off-by: Stefan Roese <sr@denx.de>
29551
29552 commit 86ba99e34194394052d24c04dc40d1263d29a26f
29553 Author: Stefan Roese <sr@denx.de>
29554 Date:   Tue Jun 19 16:40:58 2007 +0200
29555
29556     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
29557
29558     Signed-off-by: Stefan Roese <sr@denx.de>
29559
29560 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
29561 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29562 Date:   Mon Jun 18 13:50:13 2007 -0500
29563
29564     Added M5329AFEE and M5329BFEE Platforms
29565
29566     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
29567     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
29568     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
29569     rtc/mcfrtc.c
29570
29571     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
29572     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
29573     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
29574     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
29575     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
29576     lib_m68k/time.c, net/eth.c and rtc/Makefile
29577
29578     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29579
29580 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
29581 Author: Michal Simek <monstr@monstr.eu>
29582 Date:   Sun Jun 17 19:04:11 2007 +0200
29583
29584     [fix] email reparation
29585
29586 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
29587 Author: Michal Simek <monstr@monstr.eu>
29588 Date:   Sun Jun 17 19:03:21 2007 +0200
29589
29590     [FIX] fix microblaze file permitission
29591
29592 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
29593 Author: Stefan Roese <sr@denx.de>
29594 Date:   Fri Jun 15 11:33:41 2007 +0200
29595
29596     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
29597
29598     Now CONFIG_440 has to be defined in all PPC440 board config files.
29599
29600     Signed-off-by: Stefan Roese <sr@denx.de>
29601
29602 commit efa35cf12d914d4caba942acd5a6c45f217de302
29603 Author: Grzegorz Bernacki <gjb@semihalf.com>
29604 Date:   Fri Jun 15 11:19:28 2007 +0200
29605
29606     ppc4xx: Clean up 440 exceptions handling
29607
29608     - Introduced dedicated switches for building 440 and 405 images required
29609       for 440-specific machine instructions like 'rfmci' etc.
29610
29611     - Exception vectors moved to the proper location (_start moved away from
29612       the critical exception handler space, which it occupied)
29613
29614     - CriticalInput now serviced (with default handler)
29615
29616     - MachineCheck properly serviced (added a dedicated handler and return
29617       subroutine)
29618
29619     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
29620       unhandled and those not relevant for 4xx were eliminated)
29621
29622     - Eliminated Linux leftovers, removed dead code
29623
29624     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
29625     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
29626     Signed-off-by: Stefan Roese <sr@denx.de>
29627
29628 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
29629 Author: Stefan Roese <sr@denx.de>
29630 Date:   Fri Jun 15 08:18:01 2007 +0200
29631
29632     [ppc4xx] Add initial lwmon5 board support
29633
29634     This patch adds initial support for the Liebherr lwmon5 board euqipped
29635     with an AMCC 440EPx PowerPC.
29636
29637     Signed-off-by: Stefan Roese <sr@denx.de>
29638
29639 commit 85f737376d5ff3d5f0d45a8b657686326d175307
29640 Author: Stefan Roese <sr@denx.de>
29641 Date:   Fri Jun 15 07:39:43 2007 +0200
29642
29643     [ppc4xx] Extend 44x GPIO setup with default output state
29644
29645     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
29646     is extended with the default GPIO output state (level).
29647
29648     Signed-off-by: Stefan Roese <sr@denx.de>
29649
29650 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
29651 Author: Stefan Roese <sr@denx.de>
29652 Date:   Thu Jun 14 11:14:32 2007 +0200
29653
29654     [ppc4xx] Extend program_tlb() with virtual & physical addresses
29655
29656     Now program_tlb() allows to program a TLB (or multiple) with
29657     different virtual and physical addresses. With this change, now one
29658     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
29659     diabled and once with caches enabled.
29660
29661     Signed-off-by: Stefan Roese <sr@denx.de>
29662
29663 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
29664 Author: Detlev Zundel <dzu@denx.de>
29665 Date:   Wed May 23 19:02:41 2007 +0200
29666
29667     Change 'repeatable' attribute of some commands to sensible values.
29668
29669     Most prominently this changes 'erase' to be non-repeatable.
29670
29671     Signed-off-by: Detlev Zundel <dzu@denx.de>
29672
29673 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
29674 Author: Detlev Zundel <dzu@denx.de>
29675 Date:   Wed May 23 18:47:48 2007 +0200
29676
29677     Fix 'run' not to continue after interrupted command
29678
29679     Signed-off-by: Detlev Zundel <dzu@denx.de>
29680
29681 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
29682 Author: Jason Jin <Jason.jin@freescale.com>
29683 Date:   Mon Jun 11 15:14:24 2007 +0200
29684
29685     USB: This patch fix readl in ohci swap reg access.
29686
29687     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
29688
29689 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
29690 Author: Bartlomiej Sieka <tur@semihalf.com>
29691 Date:   Fri Jun 8 14:52:22 2007 +0200
29692
29693     TQM5200: Add Flat Device Tree support, update default env. accordingly.
29694
29695     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
29696     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
29697
29698 commit 9045f33c023f698660a2e45d1b2194c0711abebc
29699 Author: Wolfgang Denk <wd@denx.de>
29700 Date:   Fri Jun 8 10:24:58 2007 +0200
29701
29702     Fix config problems on SC3 board; make ide_reset_timeout work.
29703
29704 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
29705 Author: Benoît Monin <bmonin@adeneo.eu>
29706 Date:   Fri Jun 8 09:55:24 2007 +0200
29707
29708     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
29709
29710     Set the correct value in GPIOx_TCR when configuring the gpio
29711     with CFG_440_GPIO_TABLE.
29712
29713     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
29714     Signed-off-by: Stefan Roese <sr@denx.de>
29715
29716 commit f539edc076cfe52bff919dd512ba8d7af0e22092
29717 Author: Vadim Bendebury <vbendeb@google.com>
29718 Date:   Thu May 24 15:52:25 2007 -0700
29719
29720     cosmetic changes to bcm570x driver
29721
29722     This is a cosmetic only changes submission.
29723     It affects files relevant to bcm570x driver.
29724     the commands used to generate this change was
29725
29726     cd drivers
29727     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
29728
29729     The BMW target (the only one using this chip so far) builds cleanly, the
29730     `before and after' generated object files for drivers/bcm570x.c and
29731     drivers/tigon3.o are identical as reported by objdump -d
29732
29733     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
29734     Signed-off-by: Ben Warren <bwarren@qstreams.com>
29735
29736 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
29737 Author: Wolfgang Denk <wd@denx.de>
29738 Date:   Wed Jun 6 16:26:56 2007 +0200
29739
29740     Coding Style cleanup; generate new CHANGELOG file.
29741
29742     Signed-off-by: Wolfgang Denk <wd@denx.de>
29743
29744 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
29745 Author: Markus Klotzbuecher <mk@denx.de>
29746 Date:   Wed Jun 6 11:49:44 2007 +0200
29747
29748     TRAB, USB: update trab board configuration for use of generic ohci driver
29749
29750 commit dace45acd1c1357daa9322099d07c9a9e08b0024
29751 Author: Markus Klotzbuecher <mk@denx.de>
29752 Date:   Wed Jun 6 11:49:43 2007 +0200
29753
29754     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
29755
29756 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
29757 Author: Markus Klotzbuecher <mk@denx.de>
29758 Date:   Wed Jun 6 11:49:43 2007 +0200
29759
29760     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
29761
29762 commit fc43be478f2aa37ce38acd85355038866e4162af
29763 Author: Markus Klotzbuecher <mk@denx.de>
29764 Date:   Wed Jun 6 11:49:35 2007 +0200
29765
29766     USB/OHCI: endianness cleanup in the generic ohci driver
29767
29768 commit c440bfe6d6d92d66478a7e84402b31f48413617b
29769 Author: Stefan Roese <sr@denx.de>
29770 Date:   Wed Jun 6 11:42:13 2007 +0200
29771
29772     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
29773
29774     This patch adds NAND booting support for the AMCC Acadia eval board.
29775
29776     Please make sure to configure jumper J7 to position 2-3 when booting
29777     from NOR, and to position 1-2 when booting for NAND.
29778
29779     I also added a board command to configure the I2C bootstrap EEPROM
29780     values. Right now only 267MHz is support for booting either via NOR
29781     or NAND FLASH. Here the usage:
29782
29783     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
29784     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
29785
29786     Signed-off-by: Stefan Roese <sr@denx.de>
29787
29788 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
29789 Author: Rodolfo Giometti <giometti@linux.it>
29790 Date:   Wed Jun 6 10:08:14 2007 +0200
29791
29792     Files include/linux/byteorder/{big,little}_endian.h define
29793     __BIG_ENDIAN and __LITTLE_ENDIAN.
29794
29795     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
29796
29797 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
29798 Author: Zhang Wei <wei.zhang@freescale.com>
29799 Date:   Wed Jun 6 10:08:14 2007 +0200
29800
29801     Add USB PCI-OHCI, USB keyboard and event poll support to the
29802     MPC8641HPCN board config file.
29803
29804     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
29805
29806 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
29807 Author: Zhang Wei <wei.zhang@freescale.com>
29808 Date:   Wed Jun 6 10:08:14 2007 +0200
29809
29810     USB PCI-OHCI, interrupt pipe and usb event poll support
29811
29812     This patch added USB PCI-OHCI chips support, interrupt pipe support
29813     and usb event poll support. For supporting the USB interrupt pipe, the
29814     globe urb_priv is moved to purb in ed struct. Now, we can process
29815     several urbs at one time. The interrupt pipe support codes are ported
29816     from Linux kernel 2.4.
29817
29818     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
29819
29820 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
29821 Author: Zhang Wei <wei.zhang@freescale.com>
29822 Date:   Wed Jun 6 10:08:13 2007 +0200
29823
29824     USB event poll support
29825
29826     This patch adds USB event poll support, which could be used in usbkbd
29827     and other usb devices driver when the asynchronous interrupt
29828     processing is supported.
29829
29830     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
29831
29832 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
29833 Author: Rodolfo Giometti <giometti@linux.it>
29834 Date:   Wed Jun 6 10:08:12 2007 +0200
29835
29836     ISP116x: delay for crappy USB keys
29837
29838     Using some (very) slow USB keys cause the USB host controller buffers
29839     are not ready to be read by the CPU so we need an extra delay before
29840     reading the USB storage data.
29841
29842     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
29843
29844 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
29845 Author: Markus Klotzbuecher <mk@denx.de>
29846 Date:   Wed Jun 6 10:08:12 2007 +0200
29847
29848     Change duplicate usb_cpu_init_fail to usb_board_init_fail
29849
29850     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
29851     this out.
29852
29853     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29854
29855 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
29856 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
29857 Date:   Tue Jun 5 12:30:52 2007 -0500
29858
29859     mpc8641 image size cleanup
29860
29861     e600 does not have a bootpg restriction.
29862     Move the version string to beginning of image at fff00000.
29863     Resetvec.S is not needed.
29864     Update flash copy instructions.
29865     Add tftpflash env variable
29866
29867     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
29868     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29869
29870 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
29871 Author: Benoît Monin <bmonin@adeneo.eu>
29872 Date:   Mon Jun 4 08:36:05 2007 +0200
29873
29874     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
29875
29876     The attached patch is mainly cosmetic, allowing u-boot to
29877     display the correct bootstrap option letter according to the
29878     datasheets.
29879
29880     The original patch was extended with 405EZ support by Stefan
29881     Roese.
29882
29883     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
29884     Signed-off-by: Stefan Roese <sr@denx.de>
29885
29886 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
29887 Author: Nikita V. Youshchenko <yoush@debian.org>
29888 Date:   Wed May 23 12:45:19 2007 +0400
29889
29890     fix compilation problem for mpc8349itx CFG_RAMBOOT
29891
29892     Current include/configs/MPC8349ITX.h does contain some support for building
29893     image that will be started from memory (without putting in into flash).
29894     It could be triggered by building with TEXT_BASE set to a low value.
29895
29896     However, this support is incomplete: using of low TEXT_BASE causes
29897     defining configuration macros in inconsistent way, which later leads
29898     to compilation errors. In particular. flash support is being disabled,
29899     but then flash structures get referenced.
29900
29901     This patch fixes this, making it possible to build with low TEXT_BASE.
29902
29903     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
29904
29905     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29906
29907 commit 8a364f0970de49949d635e60accf463c6443ef8c
29908 Author: Nikita V. Youshchenko <yoush@debian.org>
29909 Date:   Wed May 23 12:45:25 2007 +0400
29910
29911     add missing 'console' var to default mpc8349itx config
29912
29913     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29914
29915 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
29916 Author: Stefan Roese <sr@denx.de>
29917 Date:   Fri Jun 1 16:18:17 2007 +0200
29918
29919     ppc4xx: Add missing file for Bamboo NAND booting support
29920
29921     Signed-off-by: Stefan Roese <sr@denx.de>
29922
29923 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
29924 Author: Stefan Roese <sr@denx.de>
29925 Date:   Fri Jun 1 15:58:19 2007 +0200
29926
29927     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
29928
29929     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
29930     suggested by AMCC it is not recommended to dynamically change the EBC
29931     speed after bootup. So we undo this change to be on the safe side.
29932
29933     Signed-off-by: Stefan Roese <sr@denx.de>
29934
29935 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
29936 Author: Stefan Roese <sr@denx.de>
29937 Date:   Fri Jun 1 15:29:04 2007 +0200
29938
29939     ppc4xx: Update Sequoia NAND booting support with ECC
29940
29941     Signed-off-by: Stefan Roese <sr@denx.de>
29942
29943 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
29944 Author: Stefan Roese <sr@denx.de>
29945 Date:   Fri Jun 1 15:27:11 2007 +0200
29946
29947     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
29948
29949     This patch adds NAND booting support for the AMCC Bamboo eval board.
29950     Since the NAND-SPL boot image is limited to 4kbytes, this version
29951     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
29952     supported, since the setup code for I2C DIMM autodetection and
29953     configuration is too big for this NAND bootloader.
29954
29955     Signed-off-by: Stefan Roese <sr@denx.de>
29956
29957 commit 42be56f53c8b107868e6125c8524ae84293e95a7
29958 Author: Stefan Roese <sr@denx.de>
29959 Date:   Fri Jun 1 15:23:04 2007 +0200
29960
29961     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
29962
29963     The U-Boot NAND booting support is now extended to support ECC
29964     upon loading of the NAND U-Boot image.
29965
29966     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
29967
29968     Signed-off-by: Stefan Roese <sr@denx.de>
29969
29970 commit a471db07fbb65a841ffc9f4f112562b945230f98
29971 Author: Stefan Roese <sr@denx.de>
29972 Date:   Fri Jun 1 15:19:29 2007 +0200
29973
29974     ppc4xx: Prepare Bamboo port for NAND booting support
29975
29976     This patch updates the "normal" Bamboo NOR booting port, so
29977     that it is compatible with the coming soon NAND booting
29978     Bamboo port.
29979
29980     It also enables the 2nd NAND flash on the Bamboo.
29981
29982     Signed-off-by: Stefan Roese <sr@denx.de>
29983
29984 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
29985 Author: Stefan Roese <sr@denx.de>
29986 Date:   Fri Jun 1 15:16:58 2007 +0200
29987
29988     ppc4xx: Update in_be32() functions and friends to latest Linux version
29989
29990     Signed-off-by: Stefan Roese <sr@denx.de>
29991
29992 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
29993 Author: Stefan Roese <sr@denx.de>
29994 Date:   Fri Jun 1 15:15:12 2007 +0200
29995
29996     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
29997
29998     This patch adds hardware ECC support to the NDFC driver. It also
29999     changes the register access from using the "simple" in32/out32
30000     functions to the in_be32/out_be32 functions, which make sure
30001     that the access is correctly synced. This is the only recommended
30002     access to SoC registers in the current Linux kernel.
30003
30004     Signed-off-by: Stefan Roese <sr@denx.de>
30005
30006 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
30007 Author: Stefan Roese <sr@denx.de>
30008 Date:   Fri Jun 1 15:12:15 2007 +0200
30009
30010     NAND: Update nand_ecc.c to latest Linux version
30011
30012     This patch updates the nand_ecc code to the latest Linux version.
30013     The main reason for this is the more compact code. This makes
30014     it possible to include the ECC code into the NAND bootloader
30015     image (NAND_SPL) for PPC4xx.
30016
30017     Signed-off-by: Stefan Roese <sr@denx.de>
30018
30019 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
30020 Author: Stefan Roese <sr@denx.de>
30021 Date:   Fri Jun 1 15:09:50 2007 +0200
30022
30023     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
30024
30025     Signed-off-by: Stefan Roese <sr@denx.de>
30026
30027 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
30028 Author: Stefan Roese <sr@denx.de>
30029 Date:   Fri Jun 1 13:45:24 2007 +0200
30030
30031     ppc4xx: Change Luan config file to support ECC
30032
30033     With the updated 44x DDR2 driver the Luan board now supports
30034     ECC generation and checking.
30035
30036     Signed-off-by: Stefan Roese <sr@denx.de>
30037
30038 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
30039 Author: Stefan Roese <sr@denx.de>
30040 Date:   Fri Jun 1 13:45:00 2007 +0200
30041
30042     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
30043
30044     Add config option for 180 degree advance clock control as needed
30045     for the AMCC Luan eval board.
30046
30047     Signed-off-by: Stefan Roese <sr@denx.de>
30048
30049 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
30050 Author: Wolfgang Denk <wd@denx.de>
30051 Date:   Thu May 31 17:20:09 2007 +0200
30052
30053     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
30054
30055     Signed-off-by: Wolfgang Denk <wd@denx.de>
30056
30057 commit 7049288fb1f16f1b317140226cdebd07bd416395
30058 Author: Bartlomiej Sieka <tur@semihalf.com>
30059 Date:   Sun May 27 17:26:46 2007 +0200
30060
30061     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
30062
30063     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30064
30065 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
30066 Author: Bartlomiej Sieka <tur@semihalf.com>
30067 Date:   Sun May 27 17:06:36 2007 +0200
30068
30069     Motion-PRO: Add support for redundant environment.
30070
30071     Enable redundant environment, add a MTD partition for it; also add env.
30072     variable command for passing MTD partitions to the kernel command line.
30073
30074     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30075     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30076
30077 commit a26eabeec31746f06d309103690892805696e344
30078 Author: Bartlomiej Sieka <tur@semihalf.com>
30079 Date:   Sun May 27 17:05:11 2007 +0200
30080
30081     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
30082
30083     Allow passing longer command line to the kernel - useful especially
30084     for passing MTD partition layout.
30085
30086     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30087     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30088
30089 commit 9160b96f71483a116de81c68985e8ee306d36764
30090 Author: Bartlomiej Sieka <tur@semihalf.com>
30091 Date:   Sun May 27 17:04:18 2007 +0200
30092
30093     Fix: Add missing NULL termination in strings expanded by macros parser.
30094
30095     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30096     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30097
30098 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
30099 Author: Bartlomiej Sieka <tur@semihalf.com>
30100 Date:   Sun May 27 17:03:37 2007 +0200
30101
30102     Motion-PRO: Update EEPROM's page write bits and write delay.
30103
30104     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
30105     have a page write capability of two bytes", and "This device offers fast (1ms)
30106     byte write". Add 3ms of extra delay.
30107
30108     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30109     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30110
30111 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
30112 Author: Bartlomiej Sieka <tur@semihalf.com>
30113 Date:   Sun May 27 16:58:45 2007 +0200
30114
30115     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
30116
30117     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
30118     networking does not function. This commit switches PHY to TX mode by clearing
30119     the FX_SEL bit of Mode Control Register. It also reverses commit
30120     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
30121
30122     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30123     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30124
30125 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
30126 Author: Bartlomiej Sieka <tur@semihalf.com>
30127 Date:   Sun May 27 16:57:15 2007 +0200
30128
30129     Motion-PRO: Add support for the temperature sensor.
30130
30131     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30132     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30133
30134 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
30135 Author: Bartlomiej Sieka <tur@semihalf.com>
30136 Date:   Sun May 27 16:55:23 2007 +0200
30137
30138     Motion-PRO: Add displaying of CPLD revision information during boot.
30139
30140     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
30141     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30142
30143 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
30144 Author: Bartlomiej Sieka <tur@semihalf.com>
30145 Date:   Sun May 27 16:53:43 2007 +0200
30146
30147     MPC5xxx: Change names of defines related to IPB and PCI clocks.
30148
30149     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
30150     them does not cause PCI or IPB clocks to run at the specified speed.
30151     Instead, they configure divisors used to calculate said clocks. This
30152     patch renames the defines according to their real function.
30153
30154     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30155     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30156
30157 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
30158 Author: Bartlomiej Sieka <tur@semihalf.com>
30159 Date:   Sun May 27 16:51:48 2007 +0200
30160
30161     Motion-PRO: Add LED support.
30162
30163     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
30164     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30165     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30166
30167 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
30168 Author: Ulf Samuelsson <ulf@atmel.com>
30169 Date:   Thu May 24 12:12:47 2007 +0200
30170
30171     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
30172
30173     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
30174     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30175     Signed-off-by: Stefan Roese <sr@denx.de>
30176
30177 commit d756894722c888d09a9fa1df8323753772d3dcce
30178 Author: Stefan Roese <sr@denx.de>
30179 Date:   Thu May 24 09:49:00 2007 +0200
30180
30181     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
30182
30183     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
30184     fixes a small bug in the 405EZ OCM initialization. Thanks for
30185     spotting.
30186
30187     Signed-off-by: Stefan Roese <sr@denx.de>
30188
30189 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
30190 Author: Stefan Roese <sr@denx.de>
30191 Date:   Thu May 24 08:22:09 2007 +0200
30192
30193     ppc4xx: Update AMCC Acadia support for board revision 1.1
30194
30195     This patch updates the Acadia (405EZ) support for the new 1.1 board
30196     revision. It also adds support for NAND FLASH via the 4xx NDFC.
30197
30198     Please note that the jumper J7 must be in position 2-3 for this
30199     NAND support. Position 1-2 is for NAND booting only. NAND booting
30200     support will follow later.
30201
30202     Signed-off-by: Stefan Roese <sr@denx.de>
30203
30204 commit 822d55365bb557e084d0e33625a6dedcc866110b
30205 Author: Jon Loeliger <jdl@freescale.com>
30206 Date:   Wed May 23 14:09:46 2007 -0500
30207
30208     Add LIST_86xx MAKEALL target for PowerPC builds.
30209
30210     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30211
30212 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
30213 Author: Stefan Roese <sr@denx.de>
30214 Date:   Tue May 22 12:48:09 2007 +0200
30215
30216     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
30217
30218     Signed-off-by: Stefan Roese <sr@denx.de>
30219
30220 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
30221 Author: Stefan Roese <sr@denx.de>
30222 Date:   Tue May 22 12:46:10 2007 +0200
30223
30224     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
30225
30226     This patch adds support for 405 PPC's to the 4xx NAND driver
30227     ndfc.c. This is in preparation for the new AMCC 405EZ.
30228
30229     Signed-off-by: Stefan Roese <sr@denx.de>
30230
30231 commit 10603d76767426be803dadd4fb688b97eb69481c
30232 Author: Stefan Roese <sr@denx.de>
30233 Date:   Mon May 21 07:41:22 2007 +0200
30234
30235     ppc4xx: Fix problem in 405EZ OCM initialization
30236
30237     As spotted by Bruce Adler this patch fixes an initialization problem
30238     for the 405EZ OCM.
30239
30240     Signed-off-by: Stefan Roese <sr@denx.de>
30241
30242 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
30243 Author: Peter Pearse <peter.pearse@arm.com>
30244 Date:   Fri May 18 16:47:03 2007 +0100
30245
30246     Reduce line lengths to 80 characters max.
30247
30248 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
30249 Author: Peter Pearse <peter.pearse@arm.com>
30250 Date:   Fri May 18 14:34:07 2007 +0100
30251
30252     Makefile permissions
30253
30254 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
30255 Author: Peter Pearse <peter.pearse@arm.com>
30256 Date:   Fri May 18 14:33:11 2007 +0100
30257
30258     Makefile permissions
30259
30260 commit 255a3577c848706441daee0174543efe205a77f8
30261 Author: Kim Phillips <kim.phillips@freescale.com>
30262 Date:   Wed May 16 16:52:19 2007 -0500
30263
30264     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
30265
30266     For all practical u-boot purposes, TSECs don't differ throughout the
30267     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
30268
30269     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30270
30271 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
30272 Author: Stefano Babic <sbabic@denx.de>
30273 Date:   Wed May 16 14:49:12 2007 +0200
30274
30275     Fix compile problem cause my Microblaze merge
30276
30277     Signed-off-by: Stefano Babic <sbabic@denx.de>
30278
30279 commit ada4697d0230d6da552867777f98a67ec3ba2579
30280 Author: Jeffrey Mann <mannj@embeddedplanet.com>
30281 Date:   Wed May 16 13:23:10 2007 +0200
30282
30283     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
30284
30285     Because the Sequoia board does not boot with an EBC faster than 66MHz,
30286     the clock divider are changed after the initial boot process.
30287
30288     This allows for maximum clocking speeds  to be achieved on newer boards.
30289     Sequoia boards with 666.66 MHz processors require that the EBC divider
30290     be set to 3 in order to start the initial boot process at a slower EBC
30291     speed. After the initial boot process, the divider can be set back to 2,
30292     which will cause the boards to run at 83.333MHz. This is backward
30293     compatible with boards with 533.33 MHz processors, as these boards will
30294     already be set with an EBC divider of 2.
30295
30296     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30297
30298 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
30299 Author: Wolfgang Denk <wd@denx.de>
30300 Date:   Wed May 16 01:16:53 2007 +0200
30301
30302     Minor Coding Style cleanup, update CHANGELOG.
30303
30304     Signed-off-by: Wolfgang Denk <wd@denx.de>
30305
30306 commit d62f64cc23a940eafe712c776b3249e4160753d1
30307 Author: Wolfgang Denk <wd@denx.de>
30308 Date:   Wed May 16 00:13:33 2007 +0200
30309
30310     Coding Style Cleanup, new CHANGELOG
30311
30312 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
30313 Author: Wolfgang Denk <wd@denx.de>
30314 Date:   Tue May 15 23:38:05 2007 +0200
30315
30316     Minor coding style cleanup.
30317
30318 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
30319 Author: mushtaq khan <mushtaq_k@procsys.com>
30320 Date:   Fri Apr 20 14:23:02 2007 +0530
30321
30322     Add driver for S-ATA-controller on Intel processors with South
30323     Bridge, ICH-5, ICH-6 and ICH-7.
30324
30325     Implementation:
30326
30327     1. Code is divided in to two files. All functions, which are
30328        controller specific are kept in "drivers/ata_piix.c" file and
30329        functions, which are not controller specific, are kept in
30330        "common/cmd_sata.c" file.
30331
30332     2. Reading and Writing from the S-ATA drive is done using PIO method.
30333
30334     3. Driver can be configured for 48-bit addressing by defining macro
30335        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
30336        addressing.
30337
30338     4. S-ATA read function is hooked to the File system, commands like
30339        ext2ls and ext2load file can be used. This has been tested.
30340
30341     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
30342        controller and identifies the S-ATA drives connected to it.
30343
30344     6. U-Boot command "sata" is added, which is used to read/write, print
30345        partition table and get info about the drives present. This I have
30346        implemented in same way as "ide" command is implemented in U-Boot.
30347
30348     7. This driver is for S-ATA in native mode.
30349
30350     8. This driver does not support the Native command queuing and
30351        Hot-plugging.
30352
30353     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
30354
30355 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
30356 Author: mushtaq khan <mushtaq_k@procsys.com>
30357 Date:   Mon Apr 30 15:57:22 2007 +0530
30358
30359     Fixes bug clearing the bss section for i386
30360
30361     Hi,
30362     There is a bug in the code of clearing the bss section for processor
30363     i386.(File: cpu/i386/start.S)
30364     In the code, bss_start addr (starting addr of bss section) is put into
30365     the register %eax, but the code which clears the bss section refers to
30366     the addr pointed by %edi.
30367
30368     This patch fixes this bug by putting bss_start into %edi register.
30369
30370     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
30371
30372 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
30373 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
30374 Date:   Mon Apr 30 16:47:28 2007 -0500
30375
30376     Add support for BCM5464 Quad Phy
30377
30378     Added support for Broadcom's BCM5464 Quad Phy
30379
30380     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
30381
30382 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
30383 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
30384 Date:   Wed May 9 08:10:57 2007 +0800
30385
30386     Search the exception table with linear algorithm
30387
30388     Search the exception table with linear algorithm instead of
30389     bisecting algorithm.
30390     Because the exception table might be unsorted.
30391
30392     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
30393
30394 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
30395 Author: Aubrey.Li <aubrey.adi@gmail.com>
30396 Date:   Mon May 14 11:47:35 2007 +0800
30397
30398     Fix compilation issues on MACOSX
30399
30400     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
30401     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
30402
30403 commit 56fd7162985c412317bbf763a225fba23c64fd31
30404 Author: Stephen Williams <steve@icarus.com>
30405 Date:   Tue May 15 07:55:42 2007 -0700
30406
30407     Fix for compile of JSE target
30408
30409     The attached patch fixes the compile of the JSE board in the
30410     denx git as of 14 may 2007. It is an extremely simple patch,
30411     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
30412
30413      Fix to compile JSE against 20070514 git of u-boot
30414
30415 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
30416 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
30417 Date:   Sun May 13 21:01:03 2007 +0900
30418
30419     sh: MS7750SE support.
30420
30421     This adds support for the Hitachi MS7750SE.
30422
30423     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30424
30425 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
30426 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
30427 Date:   Sun May 13 20:58:00 2007 +0900
30428
30429     sh: First support code of SuperH.
30430
30431     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30432
30433 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
30434 Author: Stefan Roese <sr@denx.de>
30435 Date:   Fri May 11 12:01:49 2007 +0200
30436
30437     ppc4xx: Add mtcpr/mfcpr access macros
30438
30439     Signed-off-by: Stefan Roese <sr@denx.de>
30440
30441 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
30442 Author: Stefan Roese <sr@denx.de>
30443 Date:   Fri May 11 12:01:06 2007 +0200
30444
30445     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
30446
30447     Signed-off-by: Stefan Roese <sr@denx.de>
30448
30449 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
30450 Author: Piotr Kruszynski <ppk@semihalf.com>
30451 Date:   Thu May 10 16:55:52 2007 +0200
30452
30453     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
30454     definition.
30455
30456 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
30457 Author: Peter Pearse <peter.pearse@arm.com>
30458 Date:   Wed May 9 11:42:44 2007 +0100
30459
30460     Add the board directory for SMN42
30461
30462 commit 160131bf965785419626df6c388729fe0b597992
30463 Author: Peter Pearse <peter.pearse@arm.com>
30464 Date:   Wed May 9 11:41:58 2007 +0100
30465
30466     Add the files for the SMN42 board
30467
30468 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
30469 Author: Peter Pearse <peter.pearse@arm.com>
30470 Date:   Wed May 9 11:40:34 2007 +0100
30471
30472     Remove the deleted files for the SMN42 patch
30473
30474 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
30475 Author: Peter Pearse <peter.pearse@arm.com>
30476 Date:   Wed May 9 11:37:56 2007 +0100
30477
30478     New board SMN42 branch
30479
30480 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
30481 Author: Peter Pearse <peter.pearse@arm.com>
30482 Date:   Wed May 9 10:24:38 2007 +0100
30483
30484     Makefile permissions
30485
30486 commit b84289b595731e8851df46e893845cc1322c9b9b
30487 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
30488 Date:   Tue May 8 14:17:07 2007 -0500
30489
30490     8641hpcn: Fix Makefile after moving pixis to board/freescale.
30491
30492     The OBJTREE != SRCTREE build scenario was broken.
30493     This fixes it.
30494
30495     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
30496     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30497
30498 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
30499 Author: Michal Simek <monstr@monstr.eu>
30500 Date:   Tue May 8 15:57:43 2007 +0200
30501
30502     add: reading special purpose registers
30503
30504 commit 1a50f164beb065f360fbddb76029607d6b099698
30505 Author: Michal Simek <monstr@monstr.eu>
30506 Date:   Tue May 8 14:52:52 2007 +0200
30507
30508     add: Microblaze V5 exception handling
30509
30510 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
30511 Author: Michal Simek <monstr@monstr.eu>
30512 Date:   Tue May 8 14:39:11 2007 +0200
30513
30514     add: FSL control read and write
30515
30516 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
30517 Author: Piotr Kruszynski <ppk@semihalf.com>
30518 Date:   Tue May 8 13:05:44 2007 +0200
30519
30520     [Motion-PRO] Add support for I2C, EEPROM and RTC.
30521
30522 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
30523 Author: Bartlomiej Sieka <tur@semihalf.com>
30524 Date:   Tue May 8 10:23:56 2007 +0200
30525
30526     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
30527     environment.
30528
30529 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
30530 Author: Bartlomiej Sieka <tur@semihalf.com>
30531 Date:   Tue May 8 09:39:12 2007 +0200
30532
30533     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
30534     eliminates networking problems in Linux (timeouts).
30535
30536 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
30537 Author: Bartlomiej Sieka <tur@semihalf.com>
30538 Date:   Tue May 8 09:21:57 2007 +0200
30539
30540     [Motion-PRO] Enable Flat Device Tree support and modify default environment
30541     to allow booting of FDT-expecting kernels.
30542
30543 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
30544 Author: Michal Simek <monstr@monstr.eu>
30545 Date:   Mon May 7 23:58:31 2007 +0200
30546
30547     new: USE_MSR_INTR support
30548
30549 commit 008861a2f3ef2c062744d733787c7e530a1b8761
30550 Author: Bartlomiej Sieka <tur@semihalf.com>
30551 Date:   Mon May 7 22:36:15 2007 +0200
30552
30553     [MPC5xxx] There are networking problems on the Motion-PRO board with
30554     current PHY initalization code (tftp timeouts all the time). This commit
30555     temporarily disables PHY initalization sequence to make the networking
30556     operational, until a fix is found.
30557
30558 commit abca901869c3760b6c5fecb825db6c1d91a78a93
30559 Author: Wolfgang Denk <wd@denx.de>
30560 Date:   Mon May 7 22:10:36 2007 +0200
30561
30562     Get rid of duplicated file (see include/configs/sbc8560.h instead)
30563
30564     Signed-off-by: Wolfgang Denk <wd@denx.de>
30565
30566 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
30567 Author: Wolfgang Denk <wd@denx.de>
30568 Date:   Mon May 7 22:07:08 2007 +0200
30569
30570     Get rid of duplicated file (see doc/README.SBC8560 instead)
30571
30572     Signed-off-by: Wolfgang Denk <wd@denx.de>
30573
30574 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
30575 Author: Michal Simek <monstr@monstr.eu>
30576 Date:   Mon May 7 19:43:10 2007 +0200
30577
30578     fix: read and write MSR - repair number of parameters
30579
30580 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
30581 Author: Jeffrey Mann <mannj@embeddedplanet.com>
30582 Date:   Mon May 7 19:42:49 2007 +0200
30583
30584     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
30585
30586     A '3' got cut off in the formatting of the last patch to automatically
30587     change the clock speed of the system clock on sequoia board.
30588
30589     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30590     Signed-off-by: Stefan Roese <sr@denx.de>
30591
30592 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
30593 Author: Michal Simek <monstr@monstr.eu>
30594 Date:   Mon May 7 19:33:51 2007 +0200
30595
30596     new: fsl interrupt support
30597     FSL_Has_data is connected to INTC.
30598
30599 commit 792032baa7d625e34c981ab6df521911bd8dc861
30600 Author: Michal Simek <monstr@monstr.eu>
30601 Date:   Mon May 7 19:30:12 2007 +0200
30602
30603     fix: interrupt handler
30604     remove asm code
30605
30606 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
30607 Author: Michal Simek <monstr@monstr.eu>
30608 Date:   Mon May 7 19:25:08 2007 +0200
30609
30610     fix: remove asm code
30611
30612 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
30613 Author: Michal Simek <monstr@monstr.eu>
30614 Date:   Mon May 7 19:12:43 2007 +0200
30615
30616     fix: clean interrupt
30617
30618 commit 42efed6130c8fcf7da881385b5427065d2801757
30619 Author: Michal Simek <monstr@monstr.eu>
30620 Date:   Mon May 7 17:22:25 2007 +0200
30621
30622     fix: interrupt handler for multiple sources
30623
30624 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
30625 Author: Michal Simek <monstr@monstr.eu>
30626 Date:   Mon May 7 17:11:09 2007 +0200
30627
30628     new: add writing to msr register
30629
30630 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
30631 Author: Markus Klotzbuecher <mk@denx.de>
30632 Date:   Mon May 7 16:43:56 2007 +0200
30633
30634     Fix an ancient CHANGELOG conflict
30635
30636 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
30637 Author: Timur Tabi <timur@freescale.com>
30638 Date:   Sat May 5 08:12:30 2007 +0200
30639
30640     5xxx: write MAC address to mac-address and local-mac-address
30641
30642     Some device trees have a mac-address property, some have local-mac-address,
30643     and some have both.  To support all of these device trees, ftp_cpu_setup()
30644     should write the MAC address to mac-address and local-mac-address, if they
30645     exist.
30646
30647     Signed-off-by: Timur Tabi <timur@freescale.com>
30648     Acked-by: Grant Likely <grant.likely@secretlab.ca>
30649
30650 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
30651 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30652 Date:   Sun Apr 29 14:01:54 2007 +0200
30653
30654     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
30655
30656     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
30657     message. Use PVR to distinguish between the two variants, and print proper CPU
30658     information.
30659
30660     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30661     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30662     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
30663
30664 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
30665 Author: Ladislav Michl <ladis@linux-mips.org>
30666 Date:   Wed Apr 25 16:01:26 2007 +0200
30667
30668     [PATCH] simplify silent console
30669
30670     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30671     Acked-by: Stefan Roese <sr@denx.de>
30672
30673 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
30674 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
30675 Date:   Mon Apr 23 15:30:39 2007 +0200
30676
30677     [PATCH] Avoid assigning PCI resources from zero address
30678
30679     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
30680     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
30681     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
30682     sentence about "0" being considered an invalid address) -- so, use a reasonable
30683     starting value of 0x1000 (that's what the most Linux archs are using).
30684
30685     Alternatively, one might have fixed the calls to pci_set_region() individually
30686     (some code even seems to have taken care of this issue) but that would have
30687     been a lot more work. :-)
30688
30689     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
30690     Acked-by: Stefan Roese <sr@denx.de>
30691
30692 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
30693 Author: Jeffrey Mann <mannj@embeddedplanet.com>
30694 Date:   Mon Apr 23 14:00:11 2007 +0200
30695
30696     [patch] setenv(...) can delete environmentalvariables
30697
30698     update setenv() function so that entering a NULL value for the
30699     variable's value will delete the environmental variable
30700
30701     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30702     Acked-by: Stefan Roese <sr@denx.de>
30703
30704 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
30705 Author: Mike Frysinger <vapier@gentoo.org>
30706 Date:   Mon Apr 23 13:54:24 2007 +0200
30707
30708     [patch] use unsigned char in smc91111 driver for mac
30709
30710     the v_mac variable in the smc91111 driver is declared as a signed char ...
30711     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
30712     because when it gets printed out, you get a display like:
30713     0xFFFFFFE0 and that's no good
30714
30715     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30716
30717 commit ffc50f9bb194343c6303517a517708457a5eb6b8
30718 Author: Michal Simek <monstr@monstr.eu>
30719 Date:   Sat May 5 18:54:42 2007 +0200
30720
30721     new: FSL and MSR support #2
30722
30723 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
30724 Author: Michal Simek <monstr@monstr.eu>
30725 Date:   Sat May 5 18:27:16 2007 +0200
30726
30727     new: FSL and MSR support
30728
30729 commit 2f15278c2eb911c668b4fe562130b78cf554d139
30730 Author: Wolfgang Denk <wd@denx.de>
30731 Date:   Sat May 5 18:23:11 2007 +0200
30732
30733     Coding stylke cleanup; update CHANGELOG.
30734
30735     Signed-off-by: Wolfgang Denk <wd@denx.de>
30736
30737 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
30738 Author: Wolfgang Denk <wd@denx.de>
30739 Date:   Sat May 5 18:05:02 2007 +0200
30740
30741     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
30742
30743     Signed-off-by: Wolfgang Denk <wd@denx.de>
30744
30745 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
30746 Author: Wolfgang Denk <wd@denx.de>
30747 Date:   Sat May 5 17:15:50 2007 +0200
30748
30749     Make "file" command happy with some config.mk files; update CHANGELOG
30750
30751 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
30752 Author: Jeffrey Mann <mannj@embeddedplanet.com>
30753 Date:   Sat May 5 08:32:14 2007 +0200
30754
30755     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
30756
30757     The AMCC Secquoia board has been changed in a new revision from using a
30758     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
30759     indicates the difference. This patch reads that bit and uses the correct
30760     clock speed for the board. This code is backward compatable will all
30761     prior boards. All prior boards will be read as 33.000.
30762
30763     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30764     Signed-off-by: Stefan Roese <sr@denx.de>
30765
30766 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
30767 Author: Stefan Roese <sr@denx.de>
30768 Date:   Sat May 5 08:29:01 2007 +0200
30769
30770     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
30771
30772     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
30773     for the 4k NAND boot image so define bus_frequency to 133MHz here
30774     which is save for the refresh counter setup.
30775
30776     Signed-off-by: Stefan Roese <sr@denx.de>
30777
30778 commit 2f550ab976405300f5b07bf2890800840d0aa05f
30779 Author: Timur Tabi <timur@freescale.com>
30780 Date:   Sat May 5 08:12:30 2007 +0200
30781
30782     5xxx: write MAC address to mac-address and local-mac-address
30783
30784     Some device trees have a mac-address property, some have local-mac-address,
30785     and some have both.  To support all of these device trees, ftp_cpu_setup()
30786     should write the MAC address to mac-address and local-mac-address, if they
30787     exist.
30788
30789     Signed-off-by: Timur Tabi <timur@freescale.com>
30790     Acked-by: Grant Likely <grant.likely@secretlab.ca>
30791
30792 commit a79886590593ba1d667c840caa4940c61639f18f
30793 Author: Thomas Knobloch <knobloch@siemens.com>
30794 Date:   Sat May 5 07:04:42 2007 +0200
30795
30796     NAND: Wrong calculation of page number in nand_block_bad()
30797
30798     In case that there is no memory based bad block table available the
30799     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
30800     nand_block_bad() directly. When parameter 'getchip' is set to zero,
30801     nand_block_bad() will not right shift the offset to calculate the
30802     correct page number.
30803
30804     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
30805     Signed-off-by: Stefan Roese <sr@denx.de>
30806
30807 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
30808 Author: Wolfgang Denk <wd@denx.de>
30809 Date:   Fri May 4 10:02:33 2007 +0200
30810
30811     Fix initrd length corruption in bootm command.
30812
30813     When using FDT Images, the length of an inital ramdisk was
30814     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
30815
30816     Patches by Timur Tabi & Johns Daniel.
30817
30818     Signed-off-by: Wolfgang Denk <wd@denx.de>
30819
30820 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
30821 Author: Kim Phillips <kim.phillips@freescale.com>
30822 Date:   Thu May 3 19:43:52 2007 -0500
30823
30824     mpc83xx: fix trivial error in MAKEALL
30825
30826     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30827
30828 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
30829 Author: Wolfgang Denk <wd@denx.de>
30830 Date:   Thu May 3 16:34:41 2007 +0200
30831
30832     Update board configuration for STX GP3SSA board:
30833
30834     Enable hush shell, environment in flash rather in EEPROM,
30835     more user-friendly default environment, etc.
30836     The simple EEPROM environment can be selected easily in the board
30837     config file.
30838
30839     Signed-off-by: Wolfgang Denk <wd@denx.de>
30840
30841 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
30842 Author: Wolfgang Denk <wd@denx.de>
30843 Date:   Tue Apr 24 14:37:49 2007 +0200
30844
30845     Cleanup STX GP3SSA code; fix build and compile problems.
30846
30847 commit 35171dc04e028ecacc23ad916a66295472555dbf
30848 Author: Dan Malek <dan@embeddedalley.com>
30849 Date:   Fri Jan 5 09:15:34 2007 +0100
30850
30851     Add support for STX GP3SSA (stxssa) Board
30852
30853     Signed-off-by Dan Malek, <dan@embeddedalley.com>
30854
30855 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
30856 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
30857 Date:   Wed May 2 13:31:53 2007 +0200
30858
30859     macb: Don't restart autonegotiation if we already have link
30860
30861     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
30862     link is already up.
30863
30864     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
30865
30866 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
30867 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
30868 Date:   Wed May 2 13:22:38 2007 +0200
30869
30870     macb: Introduce a few barriers when dealing with DMA descriptors
30871
30872     There were a few theoretical possibilities that the compiler might
30873     optimize away DMA descriptor reads and/or writes and thus cause
30874     synchronization problems with the hardware. Insert barriers where
30875     we depend on reads/writes actually hitting memory.
30876
30877     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
30878
30879 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
30880 Author: Andy Fleming <afleming@freescale.com>
30881 Date:   Sat Feb 24 01:08:13 2007 -0600
30882
30883     Cleaned up some 85xx PCI bugs
30884
30885     * Cleaned up the CDS PCI Config Tables and added NULL entries to
30886       the end
30887     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
30888     * Fixed 85xx PCI code to assign powar region sizes based on the
30889       config values (rather than hard-coding them)
30890     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
30891
30892     Signed-off-by: Andy Fleming <afleming@freescale.com>
30893
30894 commit 6743105988fc44d5b0d30388c790607835aae7a6
30895 Author: Andy Fleming <afleming@freescale.com>
30896 Date:   Mon Apr 23 02:54:25 2007 -0500
30897
30898     Add support for the 8568 MDS board
30899
30900     This included some changes to common files:
30901     * Add 8568 processor SVR to various places
30902     * Add support for setting the qe bus-frequency value in the dts
30903     * Add the 8568MDS target to the Makefile
30904
30905     Signed-off-by: Andy Fleming <afleming@freescale.com>
30906
30907 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
30908 Author: David Updegraff <dave@cray.com>
30909 Date:   Fri Apr 20 14:34:48 2007 -0500
30910
30911     Add support for treating unknown PHYs as generic PHYs.
30912
30913     When bringing up u-boot on new boards, PHY support sometimes gets
30914     neglected.  Most PHYs don't really need any special support,
30915     though.  By adding a generic entry that always matches if nothing
30916     else does, we can provide support for "unsupported" PHYs for the
30917     tsec.
30918
30919     The generic PHY driver supports most PHYs, including gigabit.
30920
30921     Signed-off-by: David Updegraff <dave@cray.com>
30922     Signed-off-by: Andy Fleming <afleming@freescale.com>
30923
30924 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
30925 Author: James Yang <James.Yang@freescale.com>
30926 Date:   Wed Feb 7 15:28:04 2007 -0600
30927
30928     Conditionalize 8641 Rev1.0 MCM workarounds
30929
30930     Signed-off-by: James Yang <James.Yang@freescale.com>
30931     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30932
30933 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
30934 Author: Timur Tabi <timur@freescale.com>
30935 Date:   Mon Apr 30 13:59:50 2007 -0500
30936
30937     Fix memory initialization on MPC8349E-mITX
30938
30939     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
30940     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
30941     on some ITX boards, notably those with a revision 3.1 CPU.
30942
30943     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
30944     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
30945
30946     Signed-off-by: Timur Tabi <timur@freescale.com>
30947     Acked-by: Michael Benedict <MBenedict@twacs.com>
30948     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30949
30950 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
30951 Author: Kim Phillips <kim.phillips@freescale.com>
30952 Date:   Mon Apr 30 15:26:21 2007 -0500
30953
30954     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
30955
30956     and fix CPU: to align with Board: display text.
30957
30958     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30959
30960 commit c1ab82669d9525998c34e802a12cad662723f22a
30961 Author: James Yang <James.Yang@freescale.com>
30962 Date:   Fri Mar 16 13:02:53 2007 -0500
30963
30964     Rewrote picos_to_clk() to avoid rounding errors.
30965     Clarified that conversion is to DRAM clocks rather than platform clocks.
30966     Made function static to spd_sdram.c.
30967
30968     Signed-off-by: James Yang <James.Yang@freescale.com>
30969     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30970
30971 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
30972 Author: Stefan Roese <sr@denx.de>
30973 Date:   Sun Apr 29 14:13:01 2007 +0200
30974
30975     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
30976
30977     Signed-off-by: Stefan Roese <sr@denx.de>
30978
30979 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
30980 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30981 Date:   Sun Apr 29 14:01:54 2007 +0200
30982
30983     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
30984
30985     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
30986     message. Use PVR to distinguish between the two variants, and print proper CPU
30987     information.
30988
30989     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30990     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30991     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
30992
30993 commit 5c5d3242935cf3543af01142627494434834cf98
30994 Author: Kim Phillips <kim.phillips@freescale.com>
30995 Date:   Wed Apr 25 12:34:38 2007 -0500
30996
30997     mpc83xx: minor fixups for 8313rdb introduction
30998
30999 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
31000 Author: Ladislav Michl <ladis@linux-mips.org>
31001 Date:   Wed Apr 25 16:01:26 2007 +0200
31002
31003     [PATCH] simplify silent console
31004
31005     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
31006     Acked-by: Stefan Roese <sr@denx.de>
31007
31008 commit 144876a380f5756f57412caf74c1d6dc201dd796
31009 Author: Michal Simek <monstr@monstr.eu>
31010 Date:   Tue Apr 24 23:01:02 2007 +0200
31011
31012     [PATCH] MTD partition support, JFFS2 support
31013
31014 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
31015 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31016 Date:   Tue Apr 24 14:03:45 2007 +0200
31017
31018     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
31019
31020     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31021
31022 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
31023 Author: Andy Fleming <afleming@freescale.com>
31024 Date:   Mon Apr 23 02:37:47 2007 -0500
31025
31026     Reworked 85xx speed detection code
31027
31028     Changed the code to read the registers and calculate the clock
31029     rates, rather than using a "switch" statement.
31030
31031     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
31032
31033     Signed-off-by: Andy Fleming <afleming@freescale.com>
31034
31035 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
31036 Author: Andy Fleming <afleming@freescale.com>
31037 Date:   Mon Apr 23 02:24:28 2007 -0500
31038
31039     Enable 8544 support
31040
31041     * Add support to the Makefile
31042     * Add 8544 configuration support to the tsec driver
31043     * Add 8544 SVR numbers to processor.h
31044
31045     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31046     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31047
31048 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
31049 Author: Andy Fleming <afleming@freescale.com>
31050 Date:   Fri Feb 23 17:12:25 2007 -0600
31051
31052     Support 1G size on 8548
31053
31054     e500v2 and newer cores support 1G page sizes.
31055
31056     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31057     Signed-off-by: Andy Fleming <afleming@freescale.com>
31058
31059 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
31060 Author: Andy Fleming <afleming@freescale.com>
31061 Date:   Fri Feb 23 17:11:16 2007 -0600
31062
31063     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
31064
31065     The other pagesz constants use one letter to specify order of
31066     magnitude.  Also change the one reference to it in mpc8548cds/init.S
31067
31068     Signed-off-by: Andy Fleming <afleming@freescale.com>
31069
31070 commit 1f9a318cea14272edd10d63739e2d326c90f430e
31071 Author: Andy Fleming <afleming@freescale.com>
31072 Date:   Fri Feb 23 16:28:46 2007 -0600
31073
31074     Only set ddrioovcr for 8548 rev1.
31075
31076     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31077     Signed-off-by: Andy Fleming <afleming@freescale.com>
31078
31079 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
31080 Author: Andy Fleming <afleming@freescale.com>
31081 Date:   Sat Feb 24 01:16:45 2007 -0600
31082
31083     Tweak DDR ECC error counter
31084
31085     Enable single-bit error counter when memory was cleared by ddr controller.
31086
31087     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31088     Signed-off-by: Andy Fleming <afleming@freescale.com>
31089
31090 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
31091 Author: Timur Tabi <timur@freescale.com>
31092 Date:   Mon Feb 12 13:34:55 2007 -0600
31093
31094     85xx: write MAC address to mac-address and local-mac-address
31095
31096     Some device trees have a mac-address property, some have local-mac-address,
31097     and some have both.  To support all of these device trees, ftp_cpu_setup()
31098     should write the MAC address to mac-address and local-mac-address, if they
31099     exist.
31100
31101     Signed-off-by: Timur Tabi <timur@freescale.com>
31102
31103 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
31104 Author: Andy Fleming <afleming@freescale.com>
31105 Date:   Mon Apr 23 01:44:44 2007 -0500
31106
31107     Some 85xx cpu cleanups
31108
31109     * Cleaned up the TSR[WIS] clearing
31110     * Cleaned up DMA initialization
31111
31112     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31113     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31114     Acked-by: Andy Fleming <afleming@freescale.com>
31115
31116 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
31117 Author: Andy Fleming <afleming@freescale.com>
31118 Date:   Mon Apr 23 01:32:22 2007 -0500
31119
31120     Add cpu support for the 8544
31121
31122     Recognize new SVR values, and add a few register definitions
31123
31124     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31125     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31126     Acked-by: Andy Fleming <afleming@freescale.com>
31127
31128 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
31129 Author: Jon Loeliger <jdl@freescale.com>
31130 Date:   Wed Apr 11 16:51:02 2007 -0500
31131
31132     Add MPC8544DS basic port board files.
31133
31134     Add board port under new board/freescale directory
31135     structure and reuse existing PIXIS FPGA support there.
31136
31137     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31138     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31139
31140 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
31141 Author: Jon Loeliger <jdl@freescale.com>
31142 Date:   Wed Apr 11 16:50:57 2007 -0500
31143
31144     Add MPC8544DS main configuration file.
31145
31146     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31147     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31148
31149 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
31150 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31151 Date:   Wed Dec 27 22:07:15 2006 +0300
31152
31153     Fix PCI I/O space mapping on Freescale MPC85x0ADS
31154
31155     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
31156     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
31157     describing the local address window used for the PCI I/O space accesses -- fix
31158     this and carry over the necessary changes into the MPC8560ADS code since the
31159     PCI I/O space mapping was also broken for this board (by the earlier commit
31160     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
31161     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
31162
31163     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31164
31165      board/mpc8540ads/init.S      |    4 ++--
31166      board/mpc8560ads/init.S      |    4 ++--
31167      include/configs/MPC8540ADS.h |    5 ++---
31168      include/configs/MPC8541CDS.h |    2 +-
31169      include/configs/MPC8548CDS.h |    2 +-
31170      include/configs/MPC8560ADS.h |    8 ++++----
31171      6 files changed, 12 insertions(+), 13 deletions(-)
31172
31173 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
31174 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31175 Date:   Tue Dec 5 16:42:30 2006 +0800
31176
31177     u-boot: Fix e500 v2 core reset bug
31178
31179     The following patch fixes the e500 v2 core reset bug.
31180     For e500 v2 core, a new reset control register is added to reset the
31181     processor.
31182
31183     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31184
31185 commit 63247a5acd58032e6cf33f525bc3923b467bac88
31186 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31187 Date:   Wed Dec 20 11:01:00 2006 +0800
31188
31189     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
31190
31191     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
31192     entry number to control the loop.  This can reduce the potential risk
31193     for the 85xx processor increasing its TLB adn LAW entry number.
31194
31195     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
31196     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31197
31198 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
31199 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31200 Date:   Mon Dec 18 17:01:04 2006 +0800
31201
31202     u-boot: Fix the 85xxcds tsec bug
31203
31204     Fix the 85xxcds tsec bug.
31205     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
31206
31207     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31208
31209 commit 7337b237ffc4aaf1b9467024fe472a880d852598
31210 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31211 Date:   Fri Dec 15 14:43:31 2006 +0800
31212
31213     u-boot: Fix CPU2 errata on MPC8548CDS board
31214
31215     This patch apply workaround of CPU2 errata on MPC8548CDS board.
31216
31217     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
31218
31219 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
31220 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
31221 Date:   Mon Dec 18 16:25:15 2006 +0800
31222
31223     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
31224
31225     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
31226
31227     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
31228
31229 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
31230 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31231 Date:   Thu Dec 14 14:14:55 2006 +0800
31232
31233     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
31234
31235     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
31236     board.
31237     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31238
31239 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
31240 Author: Scott Wood <scottwood@freescale.com>
31241 Date:   Mon Apr 16 14:54:15 2007 -0500
31242
31243     mpc83xx: Add MPC8313ERDB support.
31244
31245     Signed-off-by: Scott Wood <scottwood@freescale.com>
31246
31247 commit 49ea3b6eafe606285ae4d5c378026153dde53200
31248 Author: Scott Wood <scottwood@freescale.com>
31249 Date:   Mon Apr 16 14:34:21 2007 -0500
31250
31251     mpc83xx: Add generic PCI setup code.
31252
31253     Board code can now request the generic setup code rather than having to
31254     copy-and-paste it for themselves.  Boards should be converted to use this
31255     once they're tested with it.
31256
31257     Signed-off-by: Scott Wood <scottwood@freescale.com>
31258
31259 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
31260 Author: Scott Wood <scottwood@freescale.com>
31261 Date:   Mon Apr 16 14:34:19 2007 -0500
31262
31263     mpc83xx: Add 831x support to speed.c.
31264
31265     Signed-off-by: Scott Wood <scottwood@freescale.com>
31266
31267 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
31268 Author: Scott Wood <scottwood@freescale.com>
31269 Date:   Mon Apr 16 14:34:18 2007 -0500
31270
31271     mpc83xx: Add 831x support to global_data.h
31272
31273     Signed-off-by: Scott Wood <scottwood@freescale.com>
31274
31275 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
31276 Author: Scott Wood <scottwood@freescale.com>
31277 Date:   Mon Apr 16 14:34:16 2007 -0500
31278
31279     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
31280
31281     Rather than misleadingly define PVR_83xx as the specific type of 83xx
31282     being built for, the PVR of each core revision is defined. checkcpu() now
31283     prints the core that it detects, rather than aborting if it doesn't find
31284     what it thinks it wants.
31285
31286     Signed-off-by: Scott Wood <scottwood@freescale.com>
31287
31288 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
31289 Author: Scott Wood <scottwood@freescale.com>
31290 Date:   Mon Apr 16 14:34:15 2007 -0500
31291
31292     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
31293
31294     Signed-off-by: Scott Wood <scottwood@freescale.com>
31295
31296 commit d87c57b201b4572d16f1b642998faa00c9912b16
31297 Author: Scott Wood <scottwood@freescale.com>
31298 Date:   Mon Apr 16 14:31:55 2007 -0500
31299
31300     mpc83xx: Add register definitions for MPC831x.
31301
31302     Signed-off-by: Scott Wood <scottwood@freescale.com>
31303
31304 commit 7fc4c71a143be8666d70803fb25ae60379c95622
31305 Author: Stefan Roese <sr@denx.de>
31306 Date:   Mon Apr 23 15:39:59 2007 +0200
31307
31308     Fix file mode
31309
31310     Signed-off-by: Stefan Roese <sr@denx.de>
31311
31312 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
31313 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31314 Date:   Mon Apr 23 15:30:39 2007 +0200
31315
31316     [PATCH] Avoid assigning PCI resources from zero address
31317
31318     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
31319     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
31320     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
31321     sentence about "0" being considered an invalid address) -- so, use a reasonable
31322     starting value of 0x1000 (that's what the most Linux archs are using).
31323
31324     Alternatively, one might have fixed the calls to pci_set_region() individually
31325     (some code even seems to have taken care of this issue) but that would have
31326     been a lot more work. :-)
31327
31328     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31329     Acked-by: Stefan Roese <sr@denx.de>
31330
31331 commit afb903a2eb9436baa9270ccc0c27082d86497d89
31332 Author: Jeffrey Mann <mannj@embeddedplanet.com>
31333 Date:   Mon Apr 23 14:00:11 2007 +0200
31334
31335     [patch] setenv(...) can delete environmentalvariables
31336
31337     update setenv() function so that entering a NULL value for the
31338     variable's value will delete the environmental variable
31339
31340     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
31341     Acked-by: Stefan Roese <sr@denx.de>
31342
31343 commit 36f104e5caa747d568eff26b369565af57c2ffa6
31344 Author: Mike Frysinger <vapier@gentoo.org>
31345 Date:   Mon Apr 23 13:54:24 2007 +0200
31346
31347     [patch] use unsigned char in smc91111 driver for mac
31348
31349     the v_mac variable in the smc91111 driver is declared as a signed char ...
31350     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
31351     because when it gets printed out, you get a display like:
31352     0xFFFFFFE0 and that's no good
31353
31354     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31355
31356 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
31357 Author: Rodolfo Giometti <giometti@enneenne.com>
31358 Date:   Mon Apr 23 13:10:52 2007 +0200
31359
31360     USB: (Another) delay for crappy USB keys.
31361
31362     Some USB keys are slow in giving back an answer when the Root HUB
31363     enables power lines.
31364
31365     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
31366
31367 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
31368 Author: Stefan Roese <sr@denx.de>
31369 Date:   Mon Apr 23 12:00:22 2007 +0200
31370
31371     Remove BOARDLIBS usage completely
31372
31373     Signed-off-by: Stefan Roese <sr@denx.de>
31374
31375 commit 32556443840f127170e4baa8bdd5b567039f6c36
31376 Author: Michal Simek <monstr@monstr.eu>
31377 Date:   Sat Apr 21 21:07:22 2007 +0200
31378
31379     [PATCH] SystemACE support for Microblaze
31380
31381 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
31382 Author: Michal Simek <monstr@monstr.eu>
31383 Date:   Sat Apr 21 21:02:40 2007 +0200
31384
31385     16bit read/write little endian
31386
31387 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
31388 Author: Michal Simek <monstr@monstr.eu>
31389 Date:   Sat Apr 21 20:53:31 2007 +0200
31390
31391     Change ML401 parameters - Xilinx BSP
31392
31393 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
31394 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
31395 Date:   Wed Feb 28 05:37:29 2007 -0600
31396
31397     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
31398
31399     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31400
31401 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
31402 Author: Zhang Wei <wei.zhang@freescale.com>
31403 Date:   Fri Jan 19 10:42:37 2007 +0800
31404
31405     Enable LAWs for MPC8641 PCI-Ex2.
31406
31407     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
31408     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31409
31410 commit bd7851ce1e1f140665b520026abf1042968b1102
31411 Author: Jon Loeliger <jdl@freescale.com>
31412 Date:   Fri Apr 20 14:12:26 2007 -0500
31413
31414     mpc86xx; Write MAC address to mac-address and local-mac-address
31415
31416     Some device trees have a mac-address property, some have local-mac-address,
31417     and some have both.  To support all of these device trees, ftp_cpu_setup()
31418     should write the MAC address to mac-address and local-mac-address, if they
31419     exist.
31420
31421     Signed-off-by: Timur Tabi <timur@freescale.com>
31422     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31423
31424 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
31425 Author: Jon Loeliger <jdl@freescale.com>
31426 Date:   Fri Apr 20 14:11:38 2007 -0500
31427
31428     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
31429
31430     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31431     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31432
31433 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
31434 Author: Wolfgang Denk <wd@denx.de>
31435 Date:   Fri Apr 20 17:43:28 2007 +0200
31436
31437     Cleanup compiler warnings, update CHANGELOG
31438
31439     Signed-off-by: Wolfgang Denk <wd@denx.de>
31440
31441 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
31442 Author: Detlev Zundel <dzu@denx.de>
31443 Date:   Fri Apr 20 12:01:47 2007 +0200
31444
31445     Fix breakage of NC650 board with respect to nand support.
31446
31447     Signed-off-by: Detlev Zundel <dzu@denx.de>
31448
31449 commit 39f23cd90947639ac278a18ff277ec786b5ac167
31450 Author: Domen Puncer <domen.puncer@telargo.com>
31451 Date:   Fri Apr 20 11:13:16 2007 +0200
31452
31453     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
31454
31455     G2 core reference manual says decrementer and time base
31456     are decreasing/increasing once every 4 bus clock cycles.
31457     Lets fix it, so time in Linux won't run twice as fast
31458
31459     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
31460     Acked-by: Grant Likely <grant.likely@secretlab.ca>
31461
31462 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
31463 Author: Gerald Van Baren <vanbaren@cideas.com>
31464 Date:   Thu Apr 19 23:14:39 2007 -0400
31465
31466     Fix serious pointer bug with bootm and reserve map.
31467
31468     What was suppose to be a stack variable was declared as a pointer,
31469       overwriting random memory.
31470     Also moved the libfdt.a requirement into the main Makefile.  That is
31471       The U-Boot Way.
31472
31473 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
31474 Author: Stefan Roese <sr@denx.de>
31475 Date:   Thu Apr 19 09:53:52 2007 +0200
31476
31477     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
31478
31479     Previous versions used full wait states for the chip select #1 which
31480     is connected to the Xilinix SystemACE controller on the AMCC Katmai
31481     evaluation board. This leads to really slow access and therefore low
31482     performance. This patch now sets up the chip select a lot faster
31483     resulting in much better read/write performance of the Linux driver.
31484
31485     Signed-off-by: Stefan Roese <sr@denx.de>
31486
31487 commit 37837828d89084879bee2f2b8c7c68d4695940df
31488 Author: Wolfgang Denk <wd@denx.de>
31489 Date:   Wed Apr 18 17:49:29 2007 +0200
31490
31491     Clenaup, update CHANGELOG
31492
31493     Signed-off-by: Wolfgang Denk <wd@denx.de>
31494
31495 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
31496 Author: Wolfgang Denk <wd@denx.de>
31497 Date:   Wed Apr 18 17:20:58 2007 +0200
31498
31499     Update CHANGELOG
31500
31501     Signed-off-by: Wolfgang Denk <wd@denx.de>
31502
31503 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
31504 Author: Wolfgang Denk <wd@denx.de>
31505 Date:   Wed Apr 18 17:07:26 2007 +0200
31506
31507     Cleanup, update CHANGELOG
31508
31509     Sigend-off-by: Wolfgang Denk <wd@denx.de>
31510
31511 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
31512 Author: Wolfgang Denk <wd@denx.de>
31513 Date:   Wed Apr 18 16:17:46 2007 +0200
31514
31515     Update CHANGELOG
31516
31517 commit ad4eb555671d97f96dc56eab55103b1f86874b01
31518 Author: Wolfgang Denk <wd@denx.de>
31519 Date:   Wed Apr 18 14:30:39 2007 +0200
31520
31521     MCC200 board: remove warning which is obsolete after PSoC firmware changes
31522
31523     Signed-off-by: Wolfgang Denk <wd@denx.de>
31524
31525 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
31526 Author: Domen Puncer <domen.puncer@telargo.com>
31527 Date:   Wed Apr 18 12:11:05 2007 +0200
31528
31529     [PATCH] icecube/lite5200b: document wakeup from low-power support
31530
31531     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
31532
31533 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
31534 Author: Stefan Roese <sr@denx.de>
31535 Date:   Wed Apr 18 12:07:47 2007 +0200
31536
31537     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
31538
31539     Signed-off-by: Stefan Roese <sr@denx.de>
31540
31541 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
31542 Author: Stefan Roese <sr@denx.de>
31543 Date:   Wed Apr 18 12:05:59 2007 +0200
31544
31545     ppc4xx: Add output for bootrom location to 405EZ ports
31546
31547     Now 405EZ ports also show upon bootup from which boot device
31548     they are configured to boot:
31549
31550     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
31551
31552     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
31553            Bootstrap Option E - Boot ROM Location EBC (32 bits)
31554            16 kB I-Cache 16 kB D-Cache
31555     Board: Acadia - AMCC PPC405EZ Evaluation Board
31556
31557     Signed-off-by: Stefan Roese <sr@denx.de>
31558
31559 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
31560 Author: Peter Pearse <peter.pearse@arm.com>
31561 Date:   Tue Apr 17 13:30:33 2007 +0100
31562
31563     Move ppearse to ARM board list
31564     Add Konstantin Kletschke for scb9328.
31565     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
31566
31567 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
31568 Author: Domen Puncer <domen.puncer@telargo.com>
31569 Date:   Mon Apr 16 14:00:13 2007 +0200
31570
31571     [PATCH] icecube/lite5200b: wakeup from low-power support
31572
31573     U-Boot part of Lite5200b low power mode support.
31574     Puts SDRAM out of self-refresh and transfers control to
31575     address saved at physical 0x0.
31576
31577     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
31578     Acked-by: Grant Likely <grant.likely@secretlab.ca>
31579
31580 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
31581 Author: Gerald Van Baren <vanbaren@cideas.com>
31582 Date:   Sun Apr 15 13:54:26 2007 -0400
31583
31584     Fix the ft_cpu_setup() property settings.
31585
31586     Use "setter" functions instead of flags, cleaner and more flexible.
31587     It also fixes the problem noted by Timur Tabi that the ethernet MAC
31588     addresses were all being set incorrectly to the same MAC address.
31589
31590 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
31591 Author: Gerald Van Baren <vanbaren@cideas.com>
31592 Date:   Sat Apr 14 22:51:24 2007 -0400
31593
31594     Improve the bootm command for CONFIG_OF_LIBFDT
31595
31596     In bootm, create the "/chosen" node only if it doesn't already exist
31597       (better matches the previous behavior).
31598     Update for proper reserved memory map handling for initrd.
31599
31600 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
31601 Author: Gerald Van Baren <vanbaren@cideas.com>
31602 Date:   Sat Apr 14 22:46:41 2007 -0400
31603
31604     Add some utilities to manipulate the reserved memory map.
31605
31606 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
31607 Author: Wolfgang Denk <wd@denx.de>
31608 Date:   Sat Apr 14 21:16:54 2007 +0200
31609
31610     Update CHANGELOG
31611
31612 commit 8e6875183cdca91c134408d119d4abcd48ef6856
31613 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31614 Date:   Sun Dec 17 18:56:46 2006 +0100
31615
31616     AVR32: Enable MMC support
31617
31618     Set up the portmux for the MMC interface and enable the MMC driver
31619     along with support for DOS partitions, ext2 and FAT filesystems.
31620
31621     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31622
31623 commit fc26c97bb6df41b4a95662c34054fe912387bf38
31624 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31625 Date:   Fri Jan 20 10:03:53 2006 +0100
31626
31627     Atmel MCI driver
31628
31629     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
31630
31631     The AT91 ARM-based CPUs use basically the same hardware, so it should
31632     be possible to share this driver, but no effort has been made so far.
31633
31634     Hardware documentation can be found in the AT32AP7000 data sheet,
31635     which can be downloaded from
31636
31637     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
31638
31639     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31640
31641 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
31642 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31643 Date:   Sun Dec 17 18:55:37 2006 +0100
31644
31645     AVR32: Add clk and gpio infrastructure for mmci
31646
31647     Implement functions for configuring the mmci pins, as well as
31648     functions for getting the clock rate of the mmci controller.
31649
31650     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31651
31652 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
31653 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31654 Date:   Sun Dec 17 18:53:56 2006 +0100
31655
31656     Enable partition support with MMC
31657
31658     Include implementations of init_part() and get_partition_info() when
31659     CONFIG_MMC is set.
31660
31661     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31662
31663 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
31664 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31665 Date:   Sun Dec 17 17:14:30 2006 +0100
31666
31667     AVR32: Enable networking
31668
31669     Implement MACB initialization for AVR32 and ATSTK1000, and turn
31670     everything on, including the MACB driver.
31671
31672     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31673
31674 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
31675 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31676 Date:   Fri Jan 20 10:03:34 2006 +0100
31677
31678     Atmel MACB ethernet driver
31679
31680     Driver for the Atmel MACB on-chip ethernet controller.
31681
31682     This driver has been tested on the ATSTK1000 board with a AT32AP7000
31683     CPU. It should probably work on AT91SAM926x as well with some minor
31684     modifications.
31685
31686     Hardware documentation can be found in the AT32AP7000 data sheet,
31687     which can be downloaded from
31688
31689     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
31690
31691     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31692
31693 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
31694 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31695 Date:   Sun Dec 17 16:56:14 2006 +0100
31696
31697     AVR32: Add clk and gpio infrastructure for macb0 and macb1
31698
31699     Implement functions for configuring the macb0 and macb1 pins, as
31700     well as functions for getting the clock rate of the various
31701     busses the macb ethernet controllers are connected to.
31702
31703     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31704
31705 commit d5acb95b16a0a74c643524342c3437e765426d05
31706 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31707 Date:   Sun Dec 17 15:39:15 2006 +0100
31708
31709     AVR32: Implement simple DMA memory allocator
31710
31711     Implement dma_alloc_coherent() which returns cache-aligned
31712     uncacheable memory.
31713
31714     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31715
31716 commit 91975b0fea773c9e681fea8cf3349669f27685ee
31717 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31718 Date:   Sun Dec 17 15:46:02 2006 +0100
31719
31720     Import <linux/mii.h> from the Linux kernel
31721
31722     Instead of creating yet another set of MII register definitions
31723     in the macb driver, here's a complete set of definitions for everyone
31724     to use.
31725
31726     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31727
31728 commit 1b804b229556a4d862da93c0ec94e79419364b2c
31729 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31730 Date:   Wed Mar 21 19:47:36 2007 +0100
31731
31732     AVR32: Include more commands for ATSTK1000
31733
31734     Include the imi, imls and jffs commands sets by default on ATSTK1000.
31735     Also define CONFIG_BOOTARGS to something more useful, define
31736     CONFIG_BOOTCOMMAND and enable autoboot by default.
31737
31738     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31739
31740 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
31741 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31742 Date:   Wed Mar 21 19:44:48 2007 +0100
31743
31744     AVR32: Provide a definition of struct stat
31745
31746     Copy the definition of struct stat from the Linux kernel.
31747
31748     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31749
31750 commit 12f099c08167a7a51aeee623bc16dafd0841271c
31751 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31752 Date:   Sun Dec 17 14:46:06 2006 +0100
31753
31754     AVR32: Use initdram() instead of board_init_memories()
31755
31756     Conform to the "standard" interface and use initdram() instead of
31757     board_init_memories() on AVR32. This enables us to get rid of the
31758     sdram_size member of the global_data struct as well.
31759
31760     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31761
31762 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
31763 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31764 Date:   Mon Nov 20 15:53:10 2006 +0100
31765
31766     AVR32: Relocate u-boot to SDRAM
31767
31768     Relocate the u-boot image into SDRAM like everyone else does. This
31769     means that we can handle much larger .data and .bss than we used to.
31770
31771     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31772
31773 commit df548d3c3e2bbc40258713167859ffc2ce99a900
31774 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31775 Date:   Sun Nov 19 18:06:53 2006 +0100
31776
31777     AVR32: Resource management rewrite
31778
31779     Rewrite the resource management code (i.e. I/O memory, clock gating,
31780     gpio) so it doesn't depend on any global state. This is necessary
31781     because this code is heavily used before relocation to RAM, so we
31782     can't write to any global variables.
31783
31784     As an added bonus, this makes u-boot's memory footprint a bit smaller,
31785     although some functionality has been left out; all clocks are enabled
31786     all the time, and there's no checking for gpio line conflicts.
31787
31788     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31789
31790 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
31791 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31792 Date:   Sat Nov 18 18:01:13 2006 +0100
31793
31794     AVR32: Clean up memory-map.h for at32ap7000
31795
31796     Convert spaces to tabs (must have missed this one last time around),
31797     sort the entries by address and group them together by bus
31798     connectivity.
31799
31800     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31801
31802 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
31803 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31804 Date:   Sat Nov 18 17:32:31 2006 +0100
31805
31806     AVR32: Build position-independent u-boot
31807
31808     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
31809     position independent. This will make relocation a lot easier.
31810
31811     -mno-init-got means that gcc shouldn't emit code to load the GOT
31812     address into r6 in every function prologue. We do it once and for
31813     all in the early startup assembly code, so enabling this option
31814     makes u-boot a bit faster and smaller.
31815
31816     The assembly parts have always been position-independent, so no code
31817     changes should be necessary.
31818
31819     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31820
31821 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
31822 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31823 Date:   Sat Nov 18 17:24:31 2006 +0100
31824
31825     AVR32: Use avr32-linux- cross-compilation prefix by default
31826
31827     It doesn't really matter which toolchain you use to compile u-boot,
31828     but the avr32-linux one is probably what most people have installed.
31829
31830     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31831
31832 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
31833 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31834 Date:   Sat Nov 18 17:15:30 2006 +0100
31835
31836     AVR32: Split start_u_boot into board_init_f and board_init_r
31837
31838     Split the avr32 initialization code into a function to run before
31839     relocation, board_init_f and a function to run after relocation,
31840     board_init_r. For now, board_init_f simply calls board_init_r
31841     at the end.
31842
31843     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31844
31845 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
31846 Author: Heiko Schocher <hs@pollux.denx.de>
31847 Date:   Sat Apr 14 05:26:48 2007 +0200
31848
31849     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
31850             clear the Display after reset.
31851
31852     Signed-off-by: Heiko Schocher <hs@denx.de>
31853
31854 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
31855 Author: Denis Peter <d.peter@mpl.ch>
31856 Date:   Fri Apr 13 09:13:33 2007 +0200
31857
31858     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
31859
31860     Fix bug introduced by "Fix get_partition_info() parameter error in all
31861     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
31862     to use diskboot or scsiboot form another device than 0.
31863
31864     Signed-off-by: Denis Peter <d.peter@mpl.ch>
31865
31866 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
31867 Author: Greg Lopp <lopp@pobox.com>
31868 Date:   Fri Apr 13 08:02:24 2007 +0200
31869
31870     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
31871
31872     Signed-of-by: Greg Lopp <lopp@pobox.com>
31873     Acked-by: Grant Likely <grant.likely@secretlab.ca>
31874
31875 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
31876 Author: Xie Xiaobo <r63061@freescale.com>
31877 Date:   Fri Mar 9 19:08:25 2007 +0800
31878
31879     Fix two bugs for MPC83xx DDR2 controller SPD Init
31880
31881     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
31882     the first bug is that the picos_to_clk routine introduces a huge
31883     rounding error in 83xx.
31884     the second bug is that the mode register write recovery field is
31885     tWR-1, not tWR >> 1.
31886
31887 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
31888 Author: Jeffrey Mann <mannj@embeddedplanet.com>
31889 Date:   Thu Apr 12 14:15:59 2007 +0200
31890
31891     ppc4xx: Fix i2c divisor calcularion for PPC4xx
31892
31893     This patch fixes changes the i2c_init(...) function to use the function
31894     get_OPB_freq() rather than calculating the OPB speed by
31895     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
31896     specific per processor. The prior method was not and so was calculating
31897     the wrong speed for some PPC4xx processors.
31898
31899     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
31900     Signed-off-by: Stefan Roese <sr@denx.de>
31901
31902 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
31903 Author: Wolfgang Denk <wd@denx.de>
31904 Date:   Wed Apr 11 17:25:01 2007 +0200
31905
31906     Update CHANGELOG
31907
31908     Signed-off-by: Wolfgang Denk <wd@denx.de>
31909
31910 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
31911 Author: Wolfgang Denk <wd@denx.de>
31912 Date:   Wed Apr 11 17:22:55 2007 +0200
31913
31914     Update for SC3 board
31915
31916     * Make IDE timeout configurable through ide_reset_timeout variable.
31917     * Use Newline as "password" string
31918     * Use just a single partition in NAND flash
31919
31920 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
31921 Author: Haiying Wang <haiying.wang@freescale.com>
31922 Date:   Mon Jan 22 12:37:30 2007 -0600
31923
31924     Add PIXIS FPGA support for MPC8641HPCN board.
31925
31926     Move the 8641HPCN's PIXIS code to the new directory
31927     board/freescale/common/ as it will be shared by
31928     future boards not in the same processor family.
31929
31930     Write a "pixis_reset" command that utilizes the FPGA
31931     reset sequencer to support alternate soft-reset options
31932     such as using the "alternate" flash bank, enabling
31933     the watch dog, or choosing different CPU frequencies.
31934
31935     Add documentation for the pixis_reset to README.mpc8641hpcn.
31936
31937     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
31938     Signed-off-by: Jon Loeliger <jdl@freescale.com>
31939
31940 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
31941 Author: Gerald Van Baren <vanbaren@cideas.com>
31942 Date:   Fri Apr 6 14:19:43 2007 -0400
31943
31944     Moved fdt command support code to fdt_support.c
31945
31946     ...in preparation for improving the bootm command's handling of fdt blobs.
31947     Also cleaned up some coding sloppiness.
31948
31949 commit 6679f9299534e488a171a9bb8f9bb891de247aab
31950 Author: Gerald Van Baren <vanbaren@cideas.com>
31951 Date:   Fri Apr 6 14:17:14 2007 -0400
31952
31953     libfdt: Make fdt_check_header() public
31954
31955     Changed _fdt_check_header() to fdt_check_header() and made it part of
31956     the interface - it is a useful routine.
31957
31958     Also did some asthetics cleanup to the include files (headers).
31959
31960 commit c0707ce65677650b5ceab0500ee50ae5168afef2
31961 Author: Aubrey Li <aubrey.adi@gmail.com>
31962 Date:   Thu Apr 5 18:34:06 2007 +0800
31963
31964     [Blackfin][PATCH] Kill off a bunch of common local prototypes
31965
31966 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
31967 Author: Aubrey Li <aubrey.adi@gmail.com>
31968 Date:   Thu Apr 5 18:33:04 2007 +0800
31969
31970     [Blackfin][PATCH] Fix dynamic CPLB generation issue
31971
31972 commit 0445e3a264251d75b1be45ef713c70726a2952f0
31973 Author: Aubrey Li <aubrey.adi@gmail.com>
31974 Date:   Thu Apr 5 18:31:47 2007 +0800
31975
31976     [Blackfin][PATCH] minior cleanup
31977
31978 commit 155fd766573981090e638b493d5857562151862e
31979 Author: Aubrey Li <aubrey.adi@gmail.com>
31980 Date:   Thu Apr 5 18:31:18 2007 +0800
31981
31982     [Blackfin][PATCH] Fix copyright and update license
31983
31984 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
31985 Author: Aubrey Li <aubrey.adi@gmail.com>
31986 Date:   Thu Apr 5 18:30:25 2007 +0800
31987
31988     [Blackfin][PATCH] Add BF537 EMAC driver initialization
31989
31990 commit 889256e8604e0c68db1d866d720894dffede9df6
31991 Author: Aubrey Li <aubrey.adi@gmail.com>
31992 Date:   Thu Apr 5 18:29:55 2007 +0800
31993
31994     [Blackfin][PATCH] call real the system synchronize instruction
31995
31996 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
31997 Author: Aubrey Li <aubrey.adi@gmail.com>
31998 Date:   Thu Apr 5 18:29:17 2007 +0800
31999
32000     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
32001
32002 commit dfeeab2cd680df047e68e723b246adf6f33bb556
32003 Author: Aubrey Li <aubrey.adi@gmail.com>
32004 Date:   Thu Apr 5 18:28:34 2007 +0800
32005
32006     [Blackfin][PATCH]: fix flash unaligned copy issue
32007
32008 commit 443feb740584e406efa203af909fe2926608e8d5
32009 Author: Igor Marnat <marny@rambler.ru>
32010 Date:   Wed Mar 21 09:55:01 2007 +0300
32011
32012     Update usage of 'nc' in README.NetConsole
32013
32014     Added information about usage of NetConsole on systems where the -l and -p
32015     switches are mutually exclusive.
32016
32017     Signed-off-by: Igor Marnat <marny@rambler.ru>
32018     Signed-off-by: Ben Warren <bwarren@qstreams.com>
32019
32020 commit 31c98a88228021b314c89ebb8104fb6473da4471
32021 Author: Wolfgang Denk <wd@denx.de>
32022 Date:   Wed Apr 4 02:09:30 2007 +0200
32023
32024     Minor coding style cleanup.
32025
32026 commit 94abd7c0583ebe01e799b25f451201deeaab550d
32027 Author: Wolfgang Denk <wd@denx.de>
32028 Date:   Wed Apr 4 01:49:15 2007 +0200
32029
32030     Minor cleanup.
32031
32032 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
32033 Author: Rodolfo Giometti <giometti@enneenne.com>
32034 Date:   Tue Apr 3 14:27:18 2007 +0200
32035
32036     Support for the Philips ISP116x HCD (Host Controller Driver)
32037
32038     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
32039
32040 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
32041 Author: Markus Klotzbuecher <mk@denx.de>
32042 Date:   Tue Apr 3 14:27:08 2007 +0200
32043
32044     USB: cleanup monahans usb support. Remove dead code.
32045
32046     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32047
32048 commit a65c5768e5537530bd1780af3d3fddc3113a163c
32049 Author: Stefan Roese <sr@denx.de>
32050 Date:   Mon Apr 2 10:09:30 2007 +0200
32051
32052     ppc4xx: Change SysACE address on Katmai
32053
32054     With this new base address of the Xilinx SystemACE controller
32055     the Linux driver will be easier to adapt, since it can now be
32056     mapped via the "normal" ioremap() call.
32057
32058     Signed-off-by: Stefan Roese <sr@denx.de>
32059
32060 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
32061 Author: Gerald Van Baren <vanbaren@cideas.com>
32062 Date:   Sat Mar 31 14:30:53 2007 -0400
32063
32064     Fix some minor whitespace violations.
32065
32066 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
32067 Author: Gerald Van Baren <vanbaren@cideas.com>
32068 Date:   Sat Mar 31 12:23:51 2007 -0400
32069
32070     Add a flattened device tree (fdt) command (2 of 2)
32071
32072     Modifications to the existing code to support the new fdt command.
32073
32074 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
32075 Author: Gerald Van Baren <vanbaren@cideas.com>
32076 Date:   Sat Mar 31 12:22:10 2007 -0400
32077
32078     Add a flattened device tree (fdt) command (1 of 2)
32079
32080     The fdt command uses David Gibson's libfdt library to manipulate as well
32081     as print the flattened device tree.  This patch is the new command,
32082     the second part is the modifications to the existing code.
32083
32084 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
32085 Author: Gerald Van Baren <vanbaren@cideas.com>
32086 Date:   Sat Mar 31 12:13:43 2007 -0400
32087
32088     libfdt: Enhanced and published fdt_next_tag()
32089
32090     Enhanced the formerly private function _fdt_next_tag() to allow stepping
32091       through the tree, used to produce a human-readable dump, and made
32092       it part of the published interface.
32093     Also added some comments.
32094
32095 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
32096 Author: Gerald Van Baren <vanbaren@cideas.com>
32097 Date:   Sat Mar 31 12:05:39 2007 -0400
32098
32099     libfdt: Customizations for use by u-boot.
32100
32101     Changes to David Gibson's original source to fit into u-boot's
32102     environment.  No functionality changes.
32103
32104 commit 35748177c64a4a83a00057e93bb33e40278a2a96
32105 Author: Gerald Van Baren <vanbaren@cideas.com>
32106 Date:   Sat Mar 31 12:00:56 2007 -0400
32107
32108     libfdt: Import libfdt source (2 of 2)
32109
32110     This adds the applicable libfdt source files (unmodified) and a README
32111     to explain where the source came from.
32112
32113 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
32114 Author: Gerald Van Baren <vanbaren@cideas.com>
32115 Date:   Sat Mar 31 11:59:59 2007 -0400
32116
32117     libfdt: Import libfdt source (1 of 2)
32118
32119     This adds the applicable libfdt source files (unmodified) and a README
32120     to explain where the source came from.
32121
32122 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
32123 Author: Stefan Roese <sr@denx.de>
32124 Date:   Sat Mar 31 13:16:23 2007 +0200
32125
32126     ppc4xx: Update Katmai bootstrap command
32127
32128     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
32129     is selected.
32130
32131     Signed-off-by: Stefan Roese <sr@denx.de>
32132
32133 commit cabee756a6532986729477c3cc1ea16ef8517ad2
32134 Author: Stefan Roese <sr@denx.de>
32135 Date:   Sat Mar 31 13:15:06 2007 +0200
32136
32137     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
32138
32139     Additional RAM information is now printed upon powerup, like
32140     DDR2 frequency and CAS latency.
32141
32142     Signed-off-by: Stefan Roese <sr@denx.de>
32143
32144 commit 60723803431ac75cad085690789e433d5ab9174e
32145 Author: Stefan Roese <sr@denx.de>
32146 Date:   Sat Mar 31 08:48:36 2007 +0200
32147
32148     ppc4xx: Change Yucca config file to support ECC
32149
32150     With the updated 44x DDR2 driver the Yucca board now supports
32151     ECC generation and checking.
32152
32153     Signed-off-by: Stefan Roese <sr@denx.de>
32154
32155 commit 490e5730c674b20d708b783a2c5ffd7208f83873
32156 Author: Stefan Roese <sr@denx.de>
32157 Date:   Sat Mar 31 08:47:34 2007 +0200
32158
32159     ppc4xx: Fix "bootstrap" command for Katmai board
32160
32161     The board specific "bootstrap" command is now fixed and can
32162     be used for the AMCC Katmai board to configure different
32163     CPU/PLB/OPB frequencies.
32164
32165     Signed-off-by: Stefan Roese <sr@denx.de>
32166
32167 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
32168 Author: Stefan Roese <sr@denx.de>
32169 Date:   Sat Mar 31 08:46:08 2007 +0200
32170
32171     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
32172
32173     Fix a bug in the auto calibration routine. This driver now runs
32174     more reliable with the tested modules. It's also tested with
32175     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
32176
32177     Signed-off-by: Stefan Roese <sr@denx.de>
32178
32179 commit 342cd097be1e7affe82f42ab3da220959a699e64
32180 Author: Michal Simek <monstr@monstr.eu>
32181 Date:   Fri Mar 30 22:52:09 2007 +0200
32182
32183     [PATCH] Clean include dependence
32184
32185 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
32186 Author: Michal Simek <monstr@monstr.eu>
32187 Date:   Fri Mar 30 22:42:45 2007 +0200
32188
32189     [CLEAN] Remove inefficient Suzaku code
32190
32191 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
32192 Author: Stefan Roese <sr@denx.de>
32193 Date:   Wed Mar 28 15:03:16 2007 +0200
32194
32195     Merge some AMCC make targets to keep the top-level Makefile smaller
32196
32197     Signed-off-by: Stefan Roese <sr@denx.de>
32198
32199 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
32200 Author: Stefan Roese <sr@denx.de>
32201 Date:   Wed Mar 28 14:52:12 2007 +0200
32202
32203     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
32204
32205     The "old" i2c commands (iprobe, imd...) are now compiled in again,
32206     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
32207     config option.
32208
32209     Signed-off-by: Stefan Roese <sr@denx.de>
32210
32211 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
32212 Author: Michal Simek <monstr@monstr.eu>
32213 Date:   Tue Mar 27 00:32:16 2007 +0200
32214
32215     PATCH: Resolve GPL license problem
32216
32217 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
32218 Author: Rodolfo Giometti <giometti@enneenne.com>
32219 Date:   Mon Mar 26 12:03:36 2007 +0200
32220
32221     PXA: pxa27x USB OHCI support
32222
32223     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
32224
32225 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
32226 Author: Markus Klotzbuecher <mk@denx.de>
32227 Date:   Mon Mar 26 11:21:05 2007 +0200
32228
32229     USB: remove the S3C24X0_merge #define, which was introduced while
32230     merging OHCI drivers.
32231
32232     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32233
32234 commit 1798049522f594013aea29457d46794298c6ae15
32235 Author: Michal Simek <root@monstr.eu>
32236 Date:   Mon Mar 26 01:39:07 2007 +0200
32237
32238     Support for XUPV2P board
32239     Reset support
32240     BSP autoconfig support
32241
32242 commit 0d974d5297349504a2ddfa09314be573b5df320a
32243 Author: Stefan Roese <sr@denx.de>
32244 Date:   Sat Mar 24 15:57:09 2007 +0100
32245
32246     [PATCH] Add 4xx GPIO functions
32247
32248     This patch adds some 4xx GPIO functions. It also moves some of the
32249     common code and defines into a common 4xx GPIO header file.
32250
32251     Signed-off-by: Stefan Roese <sr@denx.de>
32252
32253 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
32254 Author: Stefan Roese <sr@denx.de>
32255 Date:   Sat Mar 24 15:55:58 2007 +0100
32256
32257     [PATCH] Small Sequoia cleanup
32258
32259     Signed-off-by: Stefan Roese <sr@denx.de>
32260
32261 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
32262 Author: Stefan Roese <sr@denx.de>
32263 Date:   Sat Mar 24 15:45:34 2007 +0100
32264
32265     [PATCH] Clean up 40EZ/Acadia support
32266
32267     This patch cleans up all the open issue of the preliminary
32268     Acadia support.
32269
32270     Signed-off-by: Stefan Roese <sr@denx.de>
32271
32272 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
32273 Author: Jon Loeliger <jdl@freescale.com>
32274 Date:   Tue Dec 12 11:02:20 2006 -0600
32275
32276     Fix 8641HPCN problem with ld version 2.16
32277
32278     (Dot outside sections problem).
32279
32280     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
32281
32282     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32283
32284 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
32285 Author: Haiying Wang <haiying.wang@freescale.com>
32286 Date:   Thu Dec 7 10:35:55 2006 -0600
32287
32288     Set Rev 2.x 86xx PIC in mixed mode.
32289
32290     Prevent false interrupt from hanging Linux as MSR[EE] is set
32291     to enable interrupts by changing the PIC out of the default
32292     pass through mode into mixed mode.
32293
32294     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
32295     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32296
32297 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
32298 Author: Jason Jin <jason.jin@freescale.com>
32299 Date:   Thu Dec 7 10:32:35 2006 -0600
32300
32301     Add flash cmd function to 8641HPCN ramboot
32302
32303     Also fixes some commmand for 8641 HPCN ramboot case.
32304
32305     Signed-off-by: Jason Jin <jason.jin@freescale.com>
32306     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32307
32308 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
32309 Author: Ed Swarthout <ed.swarthout@freescale.com>
32310 Date:   Thu Dec 7 10:34:14 2006 -0600
32311
32312     Add support for 8641 Rev 2 silicon.
32313
32314     Without this patch, I am unable to get to the prompt on rev 2 silicon.
32315     Only set ddrioovcr for rev1.
32316
32317     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
32318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32319
32320 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
32321 Author: Wolfgang Denk <wd@denx.de>
32322 Date:   Thu Mar 22 00:13:12 2007 +0100
32323
32324     Code cleanup / re-insert previous Copyright entries.
32325
32326     Signed-off-by: Wolfgang Denk <wd@denx.de>
32327
32328 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
32329 Author: Wolfgang Denk <wd@denx.de>
32330 Date:   Wed Mar 21 23:26:15 2007 +0100
32331
32332     Code cleanup. Update CHANGELOG
32333
32334 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
32335 Author: Stefan Roese <sr@denx.de>
32336 Date:   Wed Mar 21 14:54:29 2007 +0100
32337
32338     ppc4xx: Fix file mode of include/configs/acadia.h
32339
32340     Signed-off-by: Stefan Roese <sr@denx.de>
32341
32342 commit d5f4614c9350d9333e575100fb250aab774d0258
32343 Author: Markus Klotzbuecher <mk@denx.de>
32344 Date:   Wed Mar 21 14:41:46 2007 +0100
32345
32346     SPC1920: fix small clock routing bug
32347
32348     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32349
32350 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
32351 Author: Stefan Roese <sr@denx.de>
32352 Date:   Wed Mar 21 13:39:57 2007 +0100
32353
32354     [PATCH] Add AMCC Acadia (405EZ) eval board support
32355
32356     This patch adds support for the new AMCC Acadia eval board.
32357
32358     Please note that this Acadia/405EZ support is still in a beta stage.
32359     Still lot's of cleanup needed but we need a preliminary release now.
32360
32361     Signed-off-by: Stefan Roese <sr@denx.de>
32362
32363 commit e01bd218b00af73499331a1a701625a852cd286f
32364 Author: Stefan Roese <sr@denx.de>
32365 Date:   Wed Mar 21 13:38:59 2007 +0100
32366
32367     [PATCH] Add AMCC PPC405EZ support
32368
32369     This patch adds support for the new AMCC 405EZ PPC. It is in
32370     preparation for the AMCC Acadia board support.
32371
32372     Please note that this Acadia/405EZ support is still in a beta stage.
32373     Still lot's of cleanup needed but we need a preliminary release now.
32374
32375     Signed-off-by: Stefan Roese <sr@denx.de>
32376
32377 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
32378 Author: Heiko Schocher <hs@pollux.denx.de>
32379 Date:   Wed Mar 21 08:45:17 2007 +0100
32380
32381     [PATCH] TQM8272: dont change the bits given from the HRCW
32382                      for the SIUMCR and BCR Register.
32383                      Fix the calculation for the EEprom Size
32384
32385     Signed-off-by: Heiko Schocher <hs@denx.de>
32386
32387 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
32388 Author: Aubrey Li <aubrey.adi@gmail.com>
32389 Date:   Tue Mar 20 18:16:24 2007 +0800
32390
32391     [Blackfin][PATCH] Add BF561 EZKIT board support
32392
32393 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
32394 Author: Aubrey Li <aubrey.adi@gmail.com>
32395 Date:   Mon Mar 19 22:55:58 2007 +0800
32396
32397     [Blackfin][PATCH] minor cleanup
32398
32399 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
32400 Author: Wolfgang Denk <wd@denx.de>
32401 Date:   Mon Mar 19 13:10:08 2007 +0100
32402
32403     Remove obsoleted POST files.
32404
32405     Signed-off-by: Wolfgang Denk <wd@denx.de>
32406
32407 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
32408 Author: Aubrey Li <aubrey.adi@gmail.com>
32409 Date:   Mon Mar 19 01:26:11 2007 +0800
32410
32411     [PATCH] Add flash chip M29W320ET/B support
32412
32413 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
32414 Author: Aubrey Li <aubrey.adi@gmail.com>
32415 Date:   Mon Mar 19 01:24:52 2007 +0800
32416
32417     [Blackfin][PATCH] Add BF537 stamp board support
32418
32419 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
32420 Author: Stefan Roese <sr@denx.de>
32421 Date:   Fri Mar 16 21:11:42 2007 +0100
32422
32423     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
32424
32425     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
32426     DDR memory are dynamically programmed matching the total size
32427     of the equipped memory (DIMM modules).
32428
32429     Signed-off-by: Stefan Roese <sr@denx.de>
32430
32431 commit 76d1466f918b881cda2d259254761e73885093c2
32432 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32433 Date:   Tue Mar 13 13:38:05 2007 +0100
32434
32435     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
32436             boards in terms of unification.
32437
32438     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32439
32440 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
32441 Author: Wolfgang Denk <wd@denx.de>
32442 Date:   Tue Mar 13 16:05:55 2007 +0100
32443
32444     Make SC3 board build with 'make O='; use 'addcons' consistently
32445     (SC3 and Jupiter used to use 'addcon' instead).
32446
32447     Signed-off-by: Wolfgang Denk wd@denx.de
32448
32449 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
32450 Author: Heiko Schocher <hs@pollux.denx.de>
32451 Date:   Tue Mar 13 09:40:59 2007 +0100
32452
32453     [PATCH] update board config for jupiter Board:
32454             added Hush Shell,
32455                   CONFIG_CMDLINE_EDITING,
32456                   CFG_ENV_ADDR_REDUND activated
32457
32458     Signed-off-by: Heiko Schocher <hs@denx.de>
32459
32460 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
32461 Author: Aubrey Li <aubrey.adi@gmail.com>
32462 Date:   Mon Mar 12 12:11:55 2007 +0800
32463
32464     [Blackfin][PATCH] minor cleanup
32465
32466 commit bfa5754a58477ac917d21527cd0f079d87cf188e
32467 Author: Aubrey Li <aubrey.adi@gmail.com>
32468 Date:   Mon Mar 12 01:42:06 2007 +0800
32469
32470     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
32471
32472 commit 8440bb14581a294375c34b91b42512f9753d1130
32473 Author: Aubrey Li <aubrey.adi@gmail.com>
32474 Date:   Mon Mar 12 00:25:14 2007 +0800
32475
32476     [Blackfin][PATCH] code cleanup
32477
32478 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
32479 Author: Michal Simek <monstr@monstr.eu>
32480 Date:   Sun Mar 11 13:48:24 2007 +0100
32481
32482     [Microblaze][PATCH] part 2
32483     timer support
32484     interrupt controller support
32485     flash support
32486     ethernet support
32487     cache support
32488     board information support
32489     env support
32490     booting image support
32491
32492     adding support for Xilinx ML401
32493
32494 commit 76316a318de91f6184e7c22a10e02d275ade2441
32495 Author: Michal Simek <monstr@monstr.eu>
32496 Date:   Sun Mar 11 13:42:58 2007 +0100
32497
32498     [Microblaze][PATCH]
32499     timer support
32500     interrupt controller support
32501     flash support
32502     ethernet support
32503     cache support
32504     board information support
32505     env support
32506     booting image support
32507
32508     adding support for Xilinx ML401
32509
32510 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
32511 Author: Aubrey Li <aubrey.adi@gmail.com>
32512 Date:   Sat Mar 10 23:49:29 2007 +0800
32513
32514     [Blackfin][PATCH] code cleanup
32515
32516 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
32517 Author: Aubrey.Li <aubrey.adi@gmail.com>
32518 Date:   Fri Mar 9 13:40:56 2007 +0800
32519
32520     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
32521
32522 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
32523 Author: Aubrey.Li <aubrey.adi@gmail.com>
32524 Date:   Fri Mar 9 13:38:44 2007 +0800
32525
32526     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
32527
32528 commit 992423ab43c2bcf6b704853bd00af77450915e20
32529 Author: Stefan Roese <sr@denx.de>
32530 Date:   Thu Mar 8 23:00:08 2007 +0100
32531
32532     ppc4xx: Fix file mode of sequoia.c
32533
32534     Signed-off-by: Stefan Roese <sr@denx.de>
32535
32536 commit eb92f613556800f7483666db09d9a237ad911d4a
32537 Author: Wolfgang Denk <wd@pollux.denx.de>
32538 Date:   Thu Mar 8 22:52:51 2007 +0100
32539
32540     Minor cleanup.
32541
32542 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
32543 Author: John Otken john@softadvances.com <john@softadvances.com>
32544 Date:   Thu Mar 8 09:39:48 2007 -0600
32545
32546     ppc4xx: Clear Sequoia/Rainier security engine reset bits
32547
32548     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
32549
32550 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
32551 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32552 Date:   Thu Mar 8 16:26:52 2007 +0100
32553
32554     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
32555
32556     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32557
32558 commit d9fc703246840c4b268debf48c334ba55c597dc0
32559 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32560 Date:   Thu Mar 8 16:25:47 2007 +0100
32561
32562     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
32563
32564     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32565
32566 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
32567 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32568 Date:   Thu Mar 8 16:23:11 2007 +0100
32569
32570     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
32571
32572     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32573
32574 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
32575 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32576 Date:   Thu Mar 8 16:20:32 2007 +0100
32577
32578     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
32579
32580     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32581
32582 commit f9fc6a5852a6335840882fa2111925010eea1abe
32583 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32584 Date:   Wed Mar 7 15:32:01 2007 +0100
32585
32586     fixed ethernet phy configuration for plu405 board
32587
32588     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32589
32590 commit 769104c9356594deb2092e204a39c05b33202d6c
32591 Author: Wolfgang Denk <wd@pollux.denx.de>
32592 Date:   Thu Mar 8 21:49:27 2007 +0100
32593
32594     Minor cleanup
32595
32596 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
32597 Author: Stefan Roese <sr@denx.de>
32598 Date:   Thu Mar 8 10:13:16 2007 +0100
32599
32600     [PATCH] Update AMCC Luan 440SP eval board support
32601
32602     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
32603     inititializition. This includes DDR auto calibration and support
32604     for different DIMM modules, instead of the fixed setup used in
32605     the earlier version.
32606
32607     This patch also enables the cache in FLASH for the startup
32608     phase of U-Boot (while running from FLASH). After relocating to
32609     SDRAM the cache is disabled again. This will speed up the boot
32610     process, especially the SDRAM setup, since there are some loops
32611     for memory testing (auto calibration).
32612
32613     Signed-off-by: Stefan Roese <sr@denx.de>
32614
32615 commit 2f5df47351910a2936c7741cf111855829200943
32616 Author: Stefan Roese <sr@denx.de>
32617 Date:   Thu Mar 8 10:10:18 2007 +0100
32618
32619     [PATCH] Update AMCC Yucca 440SPe eval board support
32620
32621     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
32622     inititializition. This includes DDR auto calibration and support
32623     for different DIMM modules, instead of the fixed setup used in
32624     the earlier version.
32625
32626     Signed-off-by: Stefan Roese <sr@denx.de>
32627
32628 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
32629 Author: Stefan Roese <sr@denx.de>
32630 Date:   Thu Mar 8 10:07:18 2007 +0100
32631
32632     ppc4xx: Small AMCC Katmai 440SPe update
32633
32634     Signed-off-by: Stefan Roese <sr@denx.de>
32635
32636 commit df294497479b1dca6dd86318b2a912f72fede0df
32637 Author: Stefan Roese <sr@denx.de>
32638 Date:   Thu Mar 8 10:06:09 2007 +0100
32639
32640     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
32641
32642     Signed-off-by: Stefan Roese <sr@denx.de>
32643
32644 commit 83853178bd36bca6f0f8f1331476620c84a587fc
32645 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
32646 Date:   Wed Mar 7 12:14:50 2007 -0600
32647
32648     net - Support ping reply when processing net-loop
32649
32650     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
32651
32652     This permits the ping command to test the phy interface when the phy
32653     is put in loopback mode (typically by setting register 0 bit 14).
32654
32655     It also allows the port to respond to an external ping when u-boot is
32656     processing some other net command (such as tftp).  This is useful when
32657     tftp appears to hang.
32658
32659     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
32660     Signed-off-by: Ben Warren <bwarren@qstreams.com>
32661
32662 commit fa1aef15bcd47736687be1af544506e90fba545d
32663 Author: Stefan Roese <sr@denx.de>
32664 Date:   Wed Mar 7 16:43:00 2007 +0100
32665
32666     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
32667
32668     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
32669     DDR memory are dynamically programmed matching the total size
32670     of the equipped memory (DIMM modules).
32671
32672     Signed-off-by: Stefan Roese <sr@denx.de>
32673
32674 commit e2ebe696818939e2b974628be9c921ea3fe9de13
32675 Author: Stefan Roese <sr@denx.de>
32676 Date:   Wed Mar 7 16:39:36 2007 +0100
32677
32678     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
32679
32680     This patch fixes a problem that occurs when 2 DIMM's are
32681     used. This problem was first spotted and fixed by Gerald Jackson
32682     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
32683     problem in a little more clever way.
32684
32685     This patch also adds the nice functionality to dynamically
32686     create the TLB entries for the SDRAM (tlb.c). So we should
32687     never run into such problems with wrong (too short) TLB
32688     initialization again on these platforms.
32689
32690     As this feature is new to the "old" 44x SPD DDR driver, it
32691     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
32692
32693     Signed-off-by: Stefan Roese <sr@denx.de>
32694
32695 commit 39218433983417b9df087976a79e3f80dd5e83d6
32696 Author: Wolfgang Denk <wd@denx.de>
32697 Date:   Wed Mar 7 16:33:44 2007 +0100
32698
32699     UC101: fix compiler warnings
32700
32701 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
32702 Author: Wolfgang Denk <wd@pollux.denx.de>
32703 Date:   Wed Mar 7 16:19:46 2007 +0100
32704
32705     HMI1001: fix build error, cleanup compiler warnings.
32706
32707 commit ad5bb451ade552c44bef9119d907929ebc2c126f
32708 Author: Wolfgang Denk <wd@pollux.denx.de>
32709 Date:   Tue Mar 6 18:08:43 2007 +0100
32710
32711     Restructure POST directory to support of other CPUs, boards, etc.
32712
32713 commit a5284efd125967675b2e9c6ef7b95832268ad360
32714 Author: Wolfgang Denk <wd@pollux.denx.de>
32715 Date:   Tue Mar 6 18:01:47 2007 +0100
32716
32717     Fix HOSTARCH handling.
32718     Patch by Mike Frysinger, Mar 05 2007
32719
32720 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
32721 Author: Stefan Roese <sr@denx.de>
32722 Date:   Tue Mar 6 07:47:04 2007 +0100
32723
32724     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
32725
32726     As provided by the AMCC applications team, this patch optimizes the
32727     DDR2 setup for 166MHz bus speed. The values provided are also save
32728     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
32729     setup has to be adjusted as done in this patch.
32730
32731     For this the NAND booting version had to include the "speed.c" file
32732     from the cpu/ppc4xx directory. With this addition the NAND SPL image
32733     will just fit into the 4kbytes of program space. gcc version 4.x as
32734     provided with ELDK 4.x is needed to generate this optimized code.
32735
32736     Signed-off-by: Stefan Roese <sr@denx.de>
32737
32738 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
32739 Author: Wolfgang Denk <wd@pollux.denx.de>
32740 Date:   Sun Mar 4 01:36:05 2007 +0100
32741
32742     Some code cleanup.
32743
32744 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
32745 Author: Kim Phillips <kim.phillips@freescale.com>
32746 Date:   Wed Feb 28 00:02:04 2007 -0600
32747
32748     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
32749
32750     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
32751
32752 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
32753 Author: Kumar Gala <galak@kernel.crashing.org>
32754 Date:   Tue Feb 27 23:51:42 2007 -0600
32755
32756     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
32757
32758     The config value for:
32759     * CFG_ACR_PIPE_DEP
32760     * CFG_ACR_RPTCNT
32761     * CFG_SPCR_TSEC1EP
32762     * CFG_SPCR_TSEC2EP
32763     * CFG_SCCR_TSEC1CM
32764     * CFG_SCCR_TSEC2CM
32765
32766     Were not being used when setting the appropriate register
32767
32768     Added:
32769     * CFG_SCCR_USBMPHCM
32770     * CFG_SCCR_USBDRCM
32771     * CFG_SCCR_PCICM
32772     * CFG_SCCR_ENCCM
32773
32774     To allow full config of the SCCR.
32775
32776     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
32777     that were just bogus.
32778
32779     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32780
32781 commit d51b3cf371cd441030460ef19d36b2924c361b1a
32782 Author: Kim Phillips <kim.phillips@freescale.com>
32783 Date:   Thu Feb 22 20:06:57 2007 -0600
32784
32785     mpc83xx: update [local-]mac-address properties on UEC based devices
32786
32787     8360 and 832x weren't updating their [local-]mac-address
32788     properties. This patch fixes that.
32789
32790     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32791
32792 commit 61f4f912acbe60776c5e00df1ec94094ce672957
32793 Author: Timur Tabi <timur@freescale.com>
32794 Date:   Tue Feb 13 10:41:42 2007 -0600
32795
32796     mpc83xx: write MAC address to mac-address and local-mac-address
32797
32798     Some device trees have a mac-address property, some have local-mac-address,
32799     and some have both.  To support all of these device trees, this patch
32800     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
32801     This function already updates local-mac-address.
32802
32803     Signed-off-by: Timur Tabi <timur@freescale.com>
32804
32805 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
32806 Author: Kim Phillips <kim.phillips@freescale.com>
32807 Date:   Tue Feb 27 18:41:08 2007 -0600
32808
32809     mpc83xx: add command line editing by default
32810
32811 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
32812 Author: Kim Phillips <kim.phillips@freescale.com>
32813 Date:   Wed Feb 14 19:50:53 2007 -0600
32814
32815     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
32816
32817     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
32818     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
32819
32820     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
32821
32822     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32823     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
32824
32825 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
32826 Author: Xie Xiaobo <r63061@freescale.com>
32827 Date:   Wed Feb 14 18:27:17 2007 +0800
32828
32829     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
32830
32831     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
32832     it pass DDR/DDR2 compliance tests.
32833
32834     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
32835
32836 commit b110f40bd180c6b560276589beedf753e97c46ce
32837 Author: Xie Xiaobo <r63061@freescale.com>
32838 Date:   Wed Feb 14 18:27:06 2007 +0800
32839
32840     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
32841
32842     MPC8360E rev2.0 have new spridr,and PVR value,
32843     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
32844
32845     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
32846
32847 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
32848 Author: Xie Xiaobo <r63061@freescale.com>
32849 Date:   Wed Feb 14 18:26:44 2007 +0800
32850
32851     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
32852
32853     MPC8349E rev3.1 have new spridr,and PVR value,
32854     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
32855
32856     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
32857
32858 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
32859 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
32860 Date:   Wed Jan 31 11:04:19 2007 +0100
32861
32862     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
32863
32864     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
32865     which is used to se if an slave will ACK after receiving its address.
32866
32867     Correct i2c probing to use this method as the old method could upset
32868     a slave as it wrote a data byte to it.
32869
32870     Add a small delay in i2c_init() to let the controller
32871     shutdown any ongoing I2C activity.
32872
32873     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32874
32875 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
32876 Author: Timur Tabi <timur@freescale.com>
32877 Date:   Wed Jan 31 15:54:29 2007 -0600
32878
32879     mpc83xx: Add support for the MPC8349E-mITX-GP
32880
32881     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
32882     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
32883     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
32884
32885     Signed-off-by: Timur Tabi <timur@freescale.com>
32886
32887 commit fab16807adad350f618024350c6950165c247c72
32888 Author: Timur Tabi <timur@freescale.com>
32889 Date:   Wed Jan 31 15:54:20 2007 -0600
32890
32891     mpc83xx: Delete sdram_init() for MPC8349E-mITX
32892
32893     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
32894     never does anything.  This patch deletes it.
32895
32896     Signed-off-by: Timur Tabi <timur@freescale.com>
32897
32898 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
32899 Author: Dave Liu <daveliu@freescale.com>
32900 Date:   Fri Jan 19 10:43:26 2007 +0800
32901
32902     mpc83xx: Fix the LAW1/3 bug
32903
32904     The patch solves the alignment problem of the local bus access windows to
32905     render accessible the memory bank and PHY registers of UPC 1 (starting at
32906     0xf801 0000). What we actually did was to adjust the sizes of the bus
32907     access windows so that the base address alignment requirement would be met.
32908
32909     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
32910     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
32911     Signed-off-by: Dave Liu <daveliu@freescale.com>
32912
32913 commit 97c4b397dce236a7318b304667bf89e59d08b17c
32914 Author: Kim Phillips <kim.phillips@freescale.com>
32915 Date:   Tue Jan 30 16:15:31 2007 -0600
32916
32917     mpc83xx: don't hang if watchdog configured on 8360, 832x
32918
32919     don't hang if watchdog configured on 8360, 832x
32920
32921     The watchdog programming model is the same across all 83xx devices;
32922     make the code reflect that.
32923
32924 commit b70047478570e371ce7223be342ce98afea0f7d6
32925 Author: Kim Phillips <kim.phillips@freescale.com>
32926 Date:   Tue Jan 30 16:15:21 2007 -0600
32927
32928     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
32929
32930     protect memcpy to bad address if a local-mac-address is missing from dt
32931
32932 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
32933 Author: Kim Phillips <kim.phillips@freescale.com>
32934 Date:   Tue Jan 30 16:15:04 2007 -0600
32935
32936     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
32937
32938     make 8360 default environment fdt be 8360 (not 8349)
32939
32940 commit a28899c910024a0226331df07207b1038c300c93
32941 Author: Emilian Medve <Emilian.Medve@freescale.com>
32942 Date:   Tue Jan 30 16:14:50 2007 -0600
32943
32944     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
32945
32946     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
32947     be used for busy-waiting since it strips the 'volatile' property from
32948     the bd variable. gcc3 was working by pure luck.
32949
32950     This is a follow on patch to "Fix the UEC driver bug of QE"
32951
32952 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
32953 Author: Kumar Gala <galak@kernel.crashing.org>
32954 Date:   Tue Jan 30 14:08:30 2007 -0600
32955
32956     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
32957
32958     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
32959     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
32960     CONFIG_MPC834X so they are more generic.
32961
32962     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32963
32964 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
32965 Author: Kim Phillips <kim.phillips@freescale.com>
32966 Date:   Thu Jan 25 13:40:55 2007 -0600
32967
32968     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
32969
32970 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
32971 Author: Kim Phillips <kim.phillips@freescale.com>
32972 Date:   Wed Jan 24 17:18:37 2007 -0600
32973
32974     mpc83xx: sort Makefile targets
32975
32976     reordered targets alphabetically
32977
32978 commit 91e25769771c1164ed63ffca0add49f934ae3343
32979 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
32980 Date:   Tue Jan 16 11:38:14 2007 -0500
32981
32982     mpc83xx: U-Boot support for Wind River SBC8349
32983
32984     I've redone the SBC8349 support to match git-current, which
32985     incorporates all the MPC834x updates from Freescale since the 1.1.6
32986     release,  including the DDR changes.
32987
32988     I've kept all the SBC8349 files as parallel as possible to the
32989     MPC8349EMDS ones for ease of maintenance and to allow for easy
32990     inspection of what was changed to support this board.  Hence the SBC8349
32991     U-Boot has FDT support and everything else that the MPC8349EMDS has.
32992
32993     Fortunately the Freescale updates added support for boards using CS0,
32994     but I had to change spd_sdram.c to allow for board specific settings for
32995     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
32996     default if the board doesn't specify a value.)
32997
32998     Hopefully this should be mergeable as-is and require no whitespace
32999     cleanups or similar, but if something doesn't measure up then let me
33000     know and I'll fix it.
33001
33002     Thanks,
33003     Paul.
33004
33005 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
33006 Author: Sam Song <samsongshu@yahoo.com.cn>
33007 Date:   Thu Dec 14 19:03:21 2006 +0800
33008
33009     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
33010
33011     A redundant semicolon existed in mpc8349itx.c
33012     should be removed.
33013
33014     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
33015
33016 commit f35f358241c549be3f75cfe2eaa642914275b7ba
33017 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
33018 Date:   Wed Dec 6 21:23:55 2006 -0500
33019
33020     mpc83xx: Put the version (and magic) after the HRCW.
33021
33022     Put the version (and magic) after the HRCW.  This puts it in a fixed
33023     location in flash, not at the start of flash but as close as we can get.
33024
33025     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
33026
33027 commit 48aecd969171a6e99a55fae04933857787f9a5bd
33028 Author: Dave Liu <r63238@freescale.com>
33029 Date:   Thu Dec 7 21:14:51 2006 +0800
33030
33031     mpc83xx: Add the MPC832XEMDS board readme
33032
33033     Add the MPC832XEMDS board readme
33034
33035     Signed-off-by: Dave Liu <daveliu@freescale.com>
33036
33037 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
33038 Author: Dave Liu <r63238@freescale.com>
33039 Date:   Thu Dec 7 21:13:15 2006 +0800
33040
33041     mpc83xx: Add support for the MPC832XEMDS board
33042
33043     This patch supports DUART, ETH3/4 and PCI etc.
33044
33045     Signed-off-by: Dave Liu <daveliu@freescale.com>
33046
33047 commit e080313c32322e15ab5a18eb896a252858c57284
33048 Author: Dave Liu <r63238@freescale.com>
33049 Date:   Thu Dec 7 21:11:58 2006 +0800
33050
33051     mpc83xx: streamline the 83xx immr head file
33052
33053     For better format and style, I streamlined the 83xx head files,
33054     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
33055     duplicated macro definition appear in the both files; 2) the structure
33056     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
33057     macro definition put inside the each structure. So, I cleaned up the
33058     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
33059     moved the macro definition to mpc83xx.h, Just like MPC8260.
33060
33061     CHANGELOG
33062
33063     *streamline the 83xx immr head file
33064
33065     Signed-off-by: Dave Liu <daveliu@freescale.com>
33066
33067 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
33068 Author: Dave Liu <r63238@freescale.com>
33069 Date:   Wed Dec 6 11:38:17 2006 +0800
33070
33071     mpc83xx: Fix the UEC driver bug of QE
33072
33073     The patch prevents the GCC tool chain from striping useful code for
33074     optimization. It will make UEC ethernet driver workable, Otherwise the
33075     UEC will fail in tx when you are using gcc4.x. but the driver can work
33076     when using gcc3.4.3.
33077
33078     CHANGELOG
33079
33080     *Prevent the GCC from striping code for optimization, Otherwise the UEC
33081     will tx failed when you are using gcc4.x.
33082
33083     Signed-off-by: Dave Liu <daveliu@freescale.com>
33084
33085 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
33086 Author: Stefan Roese <sr@denx.de>
33087 Date:   Thu Mar 1 21:11:36 2007 +0100
33088
33089     [PATCH] Update AMCC Katmai 440SPe eval board support
33090
33091     This patch updates the recently added Katmai board support. The biggest
33092     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
33093     driver.
33094
33095     Please note, that still some problems are left with some memory
33096     configurations. See the driver for more details.
33097
33098     Signed-off-by: Stefan Roese <sr@denx.de>
33099
33100 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
33101 Author: Stefan Roese <sr@denx.de>
33102 Date:   Thu Mar 1 07:03:25 2007 +0100
33103
33104     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
33105
33106     Signed-off-by: Stefan Roese <sr@denx.de>
33107
33108 commit ccbc7036648e465697ca298ba51e0e76dda352a0
33109 Author: Wolfgang Denk <wd@pollux.denx.de>
33110 Date:   Wed Feb 28 01:28:53 2007 +0100
33111
33112     SC3: fix typo in default environment
33113
33114 commit e344568b1b46af85ec32d815586f91bc115d6223
33115 Author: Sergei Poselenov <sposelenov@emcraft.com>
33116 Date:   Tue Feb 27 20:15:30 2007 +0300
33117
33118     MCC200: Fixes for update procedure
33119
33120     - fix logic error in image type handling
33121     - make sure file system images (cramfs etc.) get stored in flash
33122       with image header stripped so they can be mounted through MTD
33123
33124 commit 743571145b37182757d4e688a77860b36ee77573
33125 Author: Wolfgang Denk <wd@pollux.denx.de>
33126 Date:   Tue Feb 27 14:26:04 2007 +0100
33127
33128     Minor code cleanup.
33129
33130 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
33131 Author: Sergei Poselenov <sposelenov@emcraft.com>
33132 Date:   Tue Feb 27 12:40:16 2007 +0300
33133
33134     MCC200 update - add LCD Progress Indicator
33135
33136 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
33137 Author: Stefan Roese <sr@denx.de>
33138 Date:   Thu Feb 22 07:43:34 2007 +0100
33139
33140     [PATCH] get_dev() now unconditionally uses manual relocation
33141
33142     Since the relocation fix is not included yet and we're not sure how
33143     it will be added, this patch removes code that required relocation
33144     to be fixed for now.
33145
33146     Signed-off-by: Stefan Roese <sr@denx.de>
33147
33148 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
33149 Author: Stefan Roese <sr@denx.de>
33150 Date:   Thu Feb 22 07:40:23 2007 +0100
33151
33152     [PATCH] Change systemace driver to select 8 & 16bit mode
33153
33154     As suggested by Grant Likely this patch enables the Xilinx SystemACE
33155     driver to select 8 or 16bit mode upon startup.
33156
33157     Signed-off-by: Stefan Roese <sr@denx.de>
33158
33159 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
33160 Author: Haiying Wang <Haiying.Wang@freescale.com>
33161 Date:   Wed Feb 21 16:52:31 2007 +0100
33162
33163     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
33164
33165     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
33166     is fully finished. The sync() is defined in each CPU's io.h file. For
33167     those CPUs which do not need sync for now, a dummy sync() is defined in
33168     their io.h as well.
33169
33170     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33171
33172 commit da04995c7dc6772013a9a0dc5c767f190c402478
33173 Author: Stefan Roese <sr@denx.de>
33174 Date:   Wed Feb 21 13:44:34 2007 +0100
33175
33176     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
33177
33178     Signed-off-by: Stefan Roese <sr@denx.de>
33179
33180 commit 751bb57107d78978ae08e697c3deba816f5be091
33181 Author: Stefan Roese <sr@denx.de>
33182 Date:   Tue Feb 20 13:21:57 2007 +0100
33183
33184     [PATCH] Fix relocation problem with "new" get_dev() function
33185
33186     This patch enables the "new" get_dev() function for block devices
33187     introduced by Grant Likely to be used on systems that still suffer
33188     from the relocation problems (manual relocation neede because of
33189     problems with linker script).
33190
33191     Hopefully we can resolve this relocation issue soon for all platform
33192     so we don't need this additional code anymore.
33193
33194     Signed-off-by: Stefan Roese <sr@denx.de>
33195
33196 commit d93e2212f962668b3dce091ff5edc33f2347fe37
33197 Author: Stefan Roese <sr@denx.de>
33198 Date:   Tue Feb 20 13:17:42 2007 +0100
33199
33200     [PATCH] Update SystemACE driver for 16bit access
33201
33202     This patch removes some problems when the Xilinx SystemACE driver
33203     is used with 16bit access on an big endian platform (like the
33204     AMCC Katmai).
33205
33206     Signed-off-by: Stefan Roese <sr@denx.de>
33207
33208 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
33209 Author: Stefan Roese <sr@denx.de>
33210 Date:   Tue Feb 20 13:15:40 2007 +0100
33211
33212     [PATCH] Clean up Katmai (440SPe) linker script
33213
33214     Signed-off-by: Stefan Roese <sr@denx.de>
33215
33216 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
33217 Author: Stefan Roese <sr@denx.de>
33218 Date:   Tue Feb 20 10:57:08 2007 +0100
33219
33220     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
33221
33222     Signed-off-by: Stefan Roese <sr@denx.de>
33223
33224 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
33225 Author: Stefan Roese <sr@denx.de>
33226 Date:   Tue Feb 20 10:51:26 2007 +0100
33227
33228     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
33229
33230     This patch switches to the desired I2C bus when the date/dtt
33231     commands are called. This can be configured using the
33232     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
33233
33234     Signed-off-by: Stefan Roese <sr@denx.de>
33235
33236 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
33237 Author: Stefan Roese <sr@denx.de>
33238 Date:   Tue Feb 20 10:43:34 2007 +0100
33239
33240     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
33241
33242     This patch adds support for the DDR2 controller used on the
33243     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
33244     board and works fine with the following DIMM modules:
33245
33246     - Corsair CM2X512-5400C4 (512MByte per DIMM)
33247     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
33248     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
33249
33250     This patch also adds the nice functionality to dynamically
33251     create the TLB entries for the SDRAM (tlb.c). So we should
33252     never run into such problems with wrong (too short) TLB
33253     initialization again on these platforms.
33254
33255     Signed-off-by: Stefan Roese <sr@denx.de>
33256
33257 commit 36d830c9830379045f5daa9f542ac1c990c70068
33258 Author: Stefan Roese <sr@denx.de>
33259 Date:   Tue Feb 20 10:35:42 2007 +0100
33260
33261     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
33262
33263     Since the existing 4xx SPD SDRAM initialization routines for the
33264     405 SDRAM controller and the 440 DDR controller don't have much in
33265     common this patch splits both drivers into different files.
33266
33267     This is in preparation for the 440 DDR2 controller support (440SP/e).
33268
33269     Signed-off-by: Stefan Roese <sr@denx.de>
33270
33271 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
33272 Author: Stefan Roese <sr@denx.de>
33273 Date:   Tue Feb 20 10:27:08 2007 +0100
33274
33275     [PATCH] PPC4xx: Add support for multiple I2C busses
33276
33277     This patch adds support for multiple I2C busses on the PPC4xx
33278     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
33279     to make use of this feature.
33280
33281     It also merges the 405 and 440 i2c header files into one common
33282     file 4xx_i2c.h.
33283
33284     Also the 4xx i2c reset procedure is reworked since I experienced
33285     some problems with the first access on the 440SPe Katmai board.
33286
33287     Signed-off-by: Stefan Roese <sr@denx.de>
33288
33289 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
33290 Author: Grant Likely <grant.likely@secretlab.ca>
33291 Date:   Tue Feb 20 09:05:45 2007 +0100
33292
33293     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
33294
33295     Block device read/write is anonymous data; there is no need to use a
33296     typed pointer.  void * is fine.  Also add a hook for block_read functions
33297
33298     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33299
33300 commit 53758fa20e935cc87eeb0519ed365df753a6f289
33301 Author: Grant Likely <grant.likely@secretlab.ca>
33302 Date:   Tue Feb 20 09:05:38 2007 +0100
33303
33304     [PATCH 8_9] Add block_write hook to block_dev_desc_t
33305
33306     Preparation for future patches which support block device writing
33307
33308     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33309
33310 commit f4852ebe6ca946a509667eb68be42026f837be76
33311 Author: Grant Likely <grant.likely@secretlab.ca>
33312 Date:   Tue Feb 20 09:05:31 2007 +0100
33313
33314     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
33315
33316     Register read/write does not need to be wrapped in a full function.  The
33317     patch replaces them with macros.
33318
33319     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33320
33321 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
33322 Author: Grant Likely <grant.likely@secretlab.ca>
33323 Date:   Tue Feb 20 09:05:23 2007 +0100
33324
33325     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
33326
33327     The code in this file is not a command; it is a device driver.  Put it in
33328     the correct place.  There are zero functional changes in this patch, it
33329     only moves the file.
33330
33331     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33332
33333 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
33334 Author: Grant Likely <grant.likely@secretlab.ca>
33335 Date:   Tue Feb 20 09:05:16 2007 +0100
33336
33337     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
33338
33339     This patch is in preparation of additional changes to the sysace driver.
33340     May as well take this opportunity to fixup the inconsistent whitespace since
33341     this file is about to undergo major changes anyway.
33342
33343     There are zero functional changes in this patch.  It only cleans up the
33344     the whitespace.
33345
33346     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33347
33348 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
33349 Author: Grant Likely <grant.likely@secretlab.ca>
33350 Date:   Tue Feb 20 09:05:07 2007 +0100
33351
33352     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
33353
33354     isprint is already defined in ctype.c
33355
33356     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33357
33358 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
33359 Author: Grant Likely <grant.likely@secretlab.ca>
33360 Date:   Tue Feb 20 09:05:00 2007 +0100
33361
33362     [PATCH 3_9] Move buffer print code from md command to common function
33363
33364     Printing a buffer is a darn useful thing.  Move the buffer print code
33365     into print_buffer() in lib_generic/
33366
33367     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33368
33369 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
33370 Author: Grant Likely <grant.likely@secretlab.ca>
33371 Date:   Tue Feb 20 09:04:52 2007 +0100
33372
33373     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
33374
33375     Change the xilinx device drivers and board code to include config.h
33376     instead of xparameters.h directly.  config.h always includes the
33377     correct xparameters file.  This change reduces the posibility of
33378     including the wrong file when adding a new xilinx board port
33379
33380     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33381
33382 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
33383 Author: Grant Likely <grant.likely@secretlab.ca>
33384 Date:   Tue Feb 20 09:04:34 2007 +0100
33385
33386     [PATCH 1_4] Merge common get_dev() routines for block devices
33387
33388     Each of the filesystem drivers duplicate the get_dev routine.  This change
33389     merges them into a single function in part.c
33390
33391     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33392
33393 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
33394 Author: Wolfgang Denk <wd@pollux.denx.de>
33395 Date:   Mon Feb 19 23:09:51 2007 +0100
33396
33397     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
33398     as root file system images.
33399
33400 commit 489c696ae7211218961d159e43e722d74c36fcbc
33401 Author: Sergei Poselenov <sposelenov@emcraft.com>
33402 Date:   Wed Feb 14 14:30:28 2007 +0300
33403
33404     MCC200: Extensions to Software Update Mechanism
33405
33406     Update / extend Software Update Mechanism for MCC200 board:
33407
33408     - Add support for rootfs image added. The environment variables
33409       "rootfs_st" and "rootfs_nd" can be used to override the default
33410       values of the image start and end.
33411     - Remove excessive key check code.
33412     - Code cleanup.
33413
33414 commit 4be23a12f23f1372634edc3215137b09768b7949
33415 Author: Stefan Roese <sr@denx.de>
33416 Date:   Mon Feb 19 08:23:15 2007 +0100
33417
33418     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
33419
33420     As spotted by Matthias Fuchs, the READY input should not be
33421     enabled for the NOR FLASH on the Sequoia board.
33422
33423     Signed-off-by: Stefan Roese <sr@denx.de>
33424
33425 commit 2605e90bf676d48123afe5719a846d2b52b24aac
33426 Author: Heiko Schocher <hs@pollux.denx.de>
33427 Date:   Fri Feb 16 07:57:42 2007 +0100
33428
33429     [PATCH] Added support for the jupiter board.
33430
33431     Signed-off-by: Heiko Schocher <hs@denx.de>
33432
33433 commit 497d012e5be0194e1084073d0081eb1a844796b2
33434 Author: Gary Jennejohn <garyj@pollux.denx.de>
33435 Date:   Mon Feb 12 13:11:50 2007 +0100
33436
33437     LPC2292: patch from Siemens.
33438
33439 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
33440 Author: Stefan Roese <sr@denx.de>
33441 Date:   Sat Feb 10 08:49:31 2007 +0100
33442
33443     [PATCH] Add missing p3mx.h file to repository (ups)
33444
33445     Signed-off-by: Stefan Roese <sr@denx.de>
33446
33447 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
33448 Author: Bartlomiej Sieka <tur@semihalf.com>
33449 Date:   Fri Feb 9 10:45:42 2007 +0100
33450
33451     [Motion-PRO] Preliminary support for the Motion-PRO board.
33452
33453 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
33454 Author: Stefan Roese <sr@denx.de>
33455 Date:   Wed Feb 7 16:51:08 2007 +0100
33456
33457     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
33458
33459     Some boards that can have more than 768MBytes of SDRAM need to
33460     set "initrd_high", so that the initrd can be accessed by the
33461     Linux kernel.
33462
33463     Signed-off-by: Stefan Roese <sr@denx.de>
33464
33465 commit 7372ca68227930d03cffa548310524cad5b96733
33466 Author: Stefan Roese <sr@denx.de>
33467 Date:   Fri Feb 2 12:44:22 2007 +0100
33468
33469     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
33470
33471     Previously the strapping DCR/SDR was read to determine if the internal PCI
33472     arbiter is enabled or not. This strapping bit can be overridden, so now
33473     the current status is read from the correct DCR/SDR register.
33474
33475     Signed-off-by: Stefan Roese <sr@denx.de>
33476
33477 commit 2aa54f651a42d198673318f07a20c89a43e4d197
33478 Author: Stefan Roese <sr@denx.de>
33479 Date:   Fri Feb 2 12:42:08 2007 +0100
33480
33481     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
33482
33483     Signed-off-by: Stefan Roese <sr@denx.de>
33484
33485 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
33486 Author: Stefan Roese <sr@denx.de>
33487 Date:   Thu Feb 1 13:22:41 2007 +0100
33488
33489     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
33490
33491     When PCI PNP is enabled the pci pnp configuration routine is called
33492     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
33493     problems with some PCI cards. For now disable the PCI PNP configuration.
33494
33495     Signed-off-by: Stefan Roese <sr@denx.de>
33496
33497 commit 2902fadade3be7659467e8d074048c6b7068f5c0
33498 Author: Stefan Roese <sr@denx.de>
33499 Date:   Wed Jan 31 16:56:10 2007 +0100
33500
33501     [PATCH] Update 440EPx/440GRx cpu detection
33502
33503     Signed-off-by: Stefan Roese <sr@denx.de>
33504
33505 commit d5ea287b02a6945c3977410e364a879dd1a555c8
33506 Author: Stefan Roese <sr@denx.de>
33507 Date:   Wed Jan 31 16:38:04 2007 +0100
33508
33509     [PATCH] Update esd cpci5200 files
33510
33511     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
33512
33513 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
33514 Author: Stefan Roese <sr@denx.de>
33515 Date:   Wed Jan 31 16:37:34 2007 +0100
33516
33517     [PATCH] Add support for esd mecp5200 board
33518
33519     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
33520
33521 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
33522 Author: Stefan Roese <sr@denx.de>
33523 Date:   Wed Jan 31 12:38:50 2007 +0100
33524
33525     [PATCH] Remove unneccessary yellowstone board config file
33526
33527     Signed-off-by: Stefan Roese <sr@denx.de>
33528
33529 commit e802594b6fa1b166308820c276b96dc0d7cc731c
33530 Author: Stefan Roese <sr@denx.de>
33531 Date:   Tue Jan 30 17:06:10 2007 +0100
33532
33533     [PATCH] Update Sequoia (440EPx) config file
33534
33535     The config file now handles the 2nd target, the Rainier (440GRx)
33536     evaluation board better. Additionally the PPC input clock was
33537     adjusted to match the correct value of 33.0 MHz.
33538
33539     Signed-off-by: Stefan Roese <sr@denx.de>
33540
33541 commit 700200c67e73b83751418abe7815840dca8fd6cb
33542 Author: Stefan Roese <sr@denx.de>
33543 Date:   Tue Jan 30 17:04:19 2007 +0100
33544
33545     [PATCH] Merge Yosemite & Yellowstone board ports
33546
33547     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
33548     share one config file and all board specific files. This way we
33549     don't have to maintain two different sets of files for nearly
33550     identical boards.
33551
33552     Signed-off-by: Stefan Roese <sr@denx.de>
33553
33554 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
33555 Author: Stefan Roese <sr@denx.de>
33556 Date:   Tue Jan 30 15:01:49 2007 +0100
33557
33558     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
33559
33560     SCPU doesn't use redundant environment in flash.
33561
33562     Signed-off-by: Stefan Roese <sr@denx.de>
33563
33564 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
33565 Author: Stefan Roese <sr@denx.de>
33566 Date:   Tue Jan 30 12:51:07 2007 +0100
33567
33568     [PATCH] alpr: Update alpr board config file
33569
33570     Signed-off-by: Stefan Roese <sr@denx.de>
33571
33572 commit f8db84f132b1e335f20f96138a1f09ed97b08664
33573 Author: Wolfgang Denk <wd@pollux.denx.de>
33574 Date:   Tue Jan 30 00:50:40 2007 +0100
33575
33576     LPC2292 SODIMM port coding style cleanup.
33577
33578 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
33579 Author: Gary Jennejohn <garyj@pollux.denx.de>
33580 Date:   Wed Jan 24 12:16:56 2007 +0100
33581
33582     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
33583
33584 commit 2daf046ba627f85f44195815778140039636244e
33585 Author: Bartlomiej Sieka <tur@semihalf.com>
33586 Date:   Tue Jan 23 17:22:06 2007 +0100
33587
33588     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
33589
33590 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
33591 Author: Bartlomiej Sieka <tur@semihalf.com>
33592 Date:   Tue Jan 23 14:21:14 2007 +0100
33593
33594     [iDMR] Flash driver on initialisation write-protects some sectors,
33595     currently sectors 0-3. Sector 3 does not need to be protected, though
33596     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
33597     fixes this, i.e., only sectors 0-2 are protected.
33598
33599 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
33600 Author: Bartlomiej Sieka <tur@semihalf.com>
33601 Date:   Tue Jan 23 14:11:22 2007 +0100
33602
33603     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
33604     "mii device" results in "Unexpected exception"). Fixing this properly
33605     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
33606     this commit disables MII commads for now.
33607
33608 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
33609 Author: Bartlomiej Sieka <tur@semihalf.com>
33610 Date:   Tue Jan 23 13:25:22 2007 +0100
33611
33612     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
33613     Identification Register (CIR).
33614
33615 commit fdef388758506765d4d6a7155c8f1584c63ff581
33616 Author: roy zang <tie-fei.zang@freescale.com>
33617 Date:   Mon Jan 22 13:19:21 2007 +0800
33618
33619     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
33620     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
33621     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
33622     mpc7448hpc2 board.
33623
33624 commit a4012396645533aef218354eeba754dff0deace8
33625 Author: Wolfgang Denk <wd@pollux.denx.de>
33626 Date:   Fri Jan 19 23:08:39 2007 +0100
33627
33628     Minor code cleanup.
33629
33630 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
33631 Author: Heiko Schocher <hs@pollux.denx.de>
33632 Date:   Fri Jan 19 19:57:10 2007 +0100
33633
33634     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
33635
33636     Signed-off-by: Heiko Schocher <hs@denx.de>
33637
33638 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
33639 Author: Heiko Schocher <hs@pollux.denx.de>
33640 Date:   Fri Jan 19 18:05:26 2007 +0100
33641
33642     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
33643                  if you must swap the bytes between reading/writing.
33644                  (Needed for the SC3 board)
33645
33646     Signed-off-by: Heiko Schocher <hs@denx.de>
33647
33648 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
33649 Author: Stefan Roese <sr@denx.de>
33650 Date:   Thu Jan 18 16:05:47 2007 +0100
33651
33652     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
33653
33654     Signed-off-by: Stefan Roese <sr@denx.de>
33655
33656 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
33657 Author: Stefan Roese <sr@denx.de>
33658 Date:   Thu Jan 18 11:54:52 2007 +0100
33659
33660     [PATCH] Update Prodrive P3Mx support
33661
33662     Signed-off-by: Stefan Roese <sr@denx.de>
33663
33664 commit 34167a36c29ee946b727465db5c014746a08e978
33665 Author: Stefan Roese <sr@denx.de>
33666 Date:   Thu Jan 18 11:48:10 2007 +0100
33667
33668     [PATCH] Add missing Taishan config file
33669
33670     Signed-off-by: Stefan Roese <sr@denx.de>
33671
33672 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
33673 Author: Heiko Schocher <hs@pollux.denx.de>
33674 Date:   Thu Jan 18 11:28:51 2007 +0100
33675
33676     [PATCH] Fix: Compilerwarnings for SC3 board.
33677                  The EBC Configuration Register is now by CFG_EBC_CFG definable
33678                  Added JFFS2 support for the SC3 board.
33679
33680     Signed-off-by: Heiko Schocher <hs@denx.de>
33681
33682 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
33683 Author: Stefan Roese <sr@denx.de>
33684 Date:   Thu Jan 18 10:25:34 2007 +0100
33685
33686     [PATCH] Add support for AMCC Taishan PPC440GX eval board
33687
33688     Signed-off-by: Stefan Roese <sr@denx.de>
33689
33690 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
33691 Author: Wolfgang Denk <wd@pollux.denx.de>
33692 Date:   Tue Jan 16 18:30:50 2007 +0100
33693
33694     Raname solidcard3 into sc3; add redundant env for sc3
33695
33696 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
33697 Author: Wolfgang Denk <wd@pollux.denx.de>
33698 Date:   Tue Jan 16 12:46:35 2007 +0100
33699
33700     Update default environment for Solidcard3
33701
33702 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
33703 Author: Stefan Roese <sr@denx.de>
33704 Date:   Mon Jan 15 09:46:29 2007 +0100
33705
33706     [PATCH] Fix 440SPe rev B detection from previous patch
33707
33708     Signed-off-by: Stefan Roese <sr@denx.de>
33709
33710 commit a443d31410c571ee8f970da819a44d698fdd6b1f
33711 Author: Heiko Schocher <hs@pollux.denx.de>
33712 Date:   Sun Jan 14 13:35:31 2007 +0100
33713
33714         [FIX] correct I2C Writes for the LM81 Sensor.
33715
33716         Signed-off-by: Heiko Schocher <hs@denx.de>
33717
33718 commit 0bba5452835f19a61204edcda3a58112fd8e2208
33719 Author: Wolfgang Denk <wd@pollux.denx.de>
33720 Date:   Sat Jan 13 11:17:10 2007 +0100
33721
33722     Undo commit 3033ebb2: reset command does not take any arguments
33723
33724     Haiying Wang's modification to the reset command was broken, undo it.
33725
33726     Signed-off-by: Wolfgang Denk <wd@denx.de>
33727
33728 commit 95981778cff0038fd9941044d6a3eda810e33258
33729 Author: Stefan Roese <sr@denx.de>
33730 Date:   Sat Jan 13 08:01:03 2007 +0100
33731
33732     [PATCH] Update 440SP(e) cpu revisions
33733
33734     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
33735
33736     Signed-off-by: Stefan Roese <sr@denx.de>
33737
33738 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
33739 Author: Stefan Roese <sr@denx.de>
33740 Date:   Sat Jan 13 07:59:56 2007 +0100
33741
33742     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
33743
33744     Now the board revision and the current PCI bus speed are printed after
33745     the board message.
33746
33747     Also the EBC initialising is now done via defines in the board config
33748     file.
33749
33750     Signed-off-by: Stefan Roese <sr@denx.de>
33751
33752 commit 36adff362c2c0141ff8a810d42a7e478f779130f
33753 Author: Stefan Roese <sr@denx.de>
33754 Date:   Sat Jan 13 07:59:19 2007 +0100
33755
33756     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
33757
33758     Now the board revision and the current PCI bus speed are printed after
33759     the board message.
33760
33761     Also the EBC initialising is now done via defines in the board config
33762     file.
33763
33764     Signed-off-by: Stefan Roese <sr@denx.de>
33765
33766 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
33767 Author: Stefan Roese <sr@denx.de>
33768 Date:   Sat Jan 13 07:57:51 2007 +0100
33769
33770     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
33771
33772     Now the board revision and the current PCI bus speed are printed after
33773     the board message.
33774
33775     Signed-off-by: Stefan Roese <sr@denx.de>
33776
33777 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
33778 Author: Heiko Schocher <hs@pollux.denx.de>
33779 Date:   Thu Jan 11 15:44:44 2007 +0100
33780
33781         Added support for the SOLIDCARD III board from Eurodesign
33782
33783         Signed-off-by: Heiko Schocher <hs@denx.de>
33784
33785 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
33786 Author: Reinhard Thies <Reinhard.Thies@web.de>
33787 Date:   Wed Jan 10 14:41:14 2007 +0100
33788
33789     Adjusted default environment for cam5200 board.
33790
33791 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
33792 Author: Wolfgang Denk <wd@pollux.denx.de>
33793 Date:   Wed Jan 10 15:35:52 2007 +0100
33794
33795     Update CHANGELOG
33796
33797 commit 787fa15860a57833e50bd30555079a9cd4e519b8
33798 Author: Wolfgang Denk <wd@pollux.denx.de>
33799 Date:   Wed Jan 10 01:28:39 2007 +0100
33800
33801     Fix auto_update for MCC200 board.
33802
33803     The invocation of do_auto_update() is moved to the end of the
33804     misc_init_r() function, after the flash mappings have been
33805     initialized. Please find attached a patch that implements that
33806     change.
33807
33808     Also correct the decoding of the keypad status. With this update, the
33809     key that will trigger the update is Column 2, Row 2.
33810
33811 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
33812 Author: Marian Balakowicz <m8@semihalf.com>
33813 Date:   Wed Jan 10 00:26:15 2007 +0100
33814
33815     CAM5200 flash driver modifications:
33816     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
33817     - add second build target 'cam5200_niosflash' which still uses custom driver
33818
33819 commit 67fea022fa957f59653b5238c7496f80a6b70432
33820 Author: Markus Klotzbuecher <mk@denx.de>
33821 Date:   Tue Jan 9 16:02:48 2007 +0100
33822
33823     SPC1920: cleanup memory contoller setup
33824
33825 commit 8fc2102faa23593c80381437c09f7745a14deb40
33826 Author: Markus Klotzbuecher <mk@denx.de>
33827 Date:   Tue Jan 9 14:57:14 2007 +0100
33828
33829     Fix the cpu speed setup to work with all boards.
33830
33831 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
33832 Author: Markus Klotzbuecher <mk@denx.de>
33833 Date:   Tue Jan 9 14:57:13 2007 +0100
33834
33835     SPC1920: add support for the FM18L08 Ramtron FRAM
33836
33837 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
33838 Author: Markus Klotzbuecher <mk@denx.de>
33839 Date:   Tue Jan 9 14:57:13 2007 +0100
33840
33841     SPC1920: update the HPI register addresses to work with the second
33842     generation of hardware
33843
33844 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
33845 Author: Markus Klotzbuecher <mk@creamnet.de>
33846 Date:   Tue Jan 9 14:57:13 2007 +0100
33847
33848     Miscellanious spc1920 related cleanups
33849
33850 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
33851 Author: Markus Klotzbuecher <mk@denx.de>
33852 Date:   Tue Jan 9 14:57:12 2007 +0100
33853
33854     SPC1920 GO/NOGO led should be set to color red in U-Boot
33855
33856 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
33857 Author: Markus Klotzbuecher <mk@creamnet.de>
33858 Date:   Tue Jan 9 14:57:12 2007 +0100
33859
33860     Add support for the DS3231 RTC
33861
33862 commit 8139567b60d678584b05f0718a681f2047c5e14f
33863 Author: Markus Klotzbuecher <mk@creamnet.de>
33864 Date:   Tue Jan 9 14:57:11 2007 +0100
33865
33866     SMC1 uses external CLK4 instead of BRG on spc1920
33867
33868 commit d8d9de1a02fbd880b613d607143d1f57342affc7
33869 Author: Markus Klotzbuecher <mk@creamnet.de>
33870 Date:   Tue Jan 9 14:57:10 2007 +0100
33871
33872     Update the SPC1920 CMB PLD driver
33873
33874 commit 3f34f869162750e5e999fd140f884f5de952bcfe
33875 Author: Markus Klotzbuecher <mk@creamnet.de>
33876 Date:   Tue Jan 9 14:57:10 2007 +0100
33877
33878     Add / enable I2C support on the spc1920 board
33879
33880 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
33881 Author: Markus Klotzbuecher <mk@creamnet.de>
33882 Date:   Tue Jan 9 14:57:10 2007 +0100
33883
33884     Add support for the tms320671x host port interface (HPI)
33885
33886 commit f4eb54529bb3664c3a562e488b460fe075f79d67
33887 Author: Wolfgang Denk <wd@pollux.denx.de>
33888 Date:   Sun Jan 7 00:13:11 2007 +0100
33889
33890     Prepare for release 1.2.0
33891
33892 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
33893 Author: Stefan Roese <sr@denx.de>
33894 Date:   Sat Jan 6 15:58:09 2007 +0100
33895
33896     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
33897
33898     This patch fixes a problem with an incorrect setup for the refresh
33899     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
33900
33901     Signed-off-by: Stefan Roese <sr@denx.de>
33902
33903 commit f16c1da9577f06c5fc08651a4065537407de4635
33904 Author: Stefan Roese <sr@denx.de>
33905 Date:   Sat Jan 6 15:56:13 2007 +0100
33906
33907     [PATCH] Update ALPR board files
33908
33909     This update brings the ALPR board support to the newest version.
33910     It also fixes a problem with the NAND driver.
33911
33912     Signed-off-by: Stefan Roese <sr@denx.de>
33913
33914 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
33915 Author: Stefan Roese <sr@denx.de>
33916 Date:   Fri Jan 5 11:46:05 2007 +0100
33917
33918     [PATCH] nand: Fix problem with oobsize calculation
33919
33920     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
33921
33922     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
33923     returns a 0x15. In the code fragment below bits [1:0] determine the
33924     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
33925     next field is also ANDed with 0x3. However this is a one bit field
33926     as defined in the Hynix and Samsung parts in the 4th ID byte that
33927     determins the oobsize, not a two bit field. It works on Samsung as
33928     bits[3:2] are 01. However for the Hynix there is a 11 in these two
33929     bits, so the oob size gets messed up.
33930
33931     I checked the correct linux code and the suggested fix from Brian is
33932     also available in the linux nand mtd driver.
33933
33934     Signed-off-by: Stefan Roese <sr@denx.de>
33935
33936 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
33937 Author: Stefan Roese <sr@denx.de>
33938 Date:   Fri Jan 5 10:40:36 2007 +0100
33939
33940     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
33941
33942     This fix will make the MAL burst disabling patch for the Linux
33943     EMAC driver obsolete.
33944
33945     Signed-off-by: Stefan Roese <sr@denx.de>
33946
33947 commit 023889838282b6237b401664f22dd22dfba2c066
33948 Author: Stefan Roese <sr@denx.de>
33949 Date:   Fri Jan 5 10:38:05 2007 +0100
33950
33951     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
33952
33953     This code will optimize the DDR2 controller setup on a board specific
33954     basis.
33955
33956     Note: This code doesn't work right now on the NAND booting image for the
33957     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
33958
33959     Signed-off-by: Stefan Roese <sr@denx.de>
33960
33961 commit cce4acbb68398634b8d011ed7bb0d12269c84230
33962 Author: Bartlomiej Sieka <tur@semihalf.com>
33963 Date:   Thu Dec 28 19:08:21 2006 +0100
33964
33965     Few V38B changes:
33966       - fix a typo in V38B config file
33967       - move watchdog initialisation earlier in the boot process
33968       - add "wdt=off" to default kernel command line (disables kernel watchdog)
33969
33970 commit 92eb729bad876725aeea908d2addba0800620840
33971 Author: Wolfgang Denk <wd@pollux.denx.de>
33972 Date:   Wed Dec 27 01:26:13 2006 +0100
33973
33974     Fix bug in adaption of Stefano Babic's CFI driver patch.
33975
33976 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
33977 Author: Wolfgang Denk <wd@pollux.denx.de>
33978 Date:   Sun Dec 24 01:42:57 2006 +0100
33979
33980     Minor code cleanup.
33981
33982 commit d784fdb05900ada3686d5778783e1fb328e9fb66
33983 Author: Stefano Babic <sbabic@denx.de>
33984 Date:   Tue Dec 12 00:22:42 2006 +0100
33985
33986     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
33987
33988 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
33989 Author: Stefan Roese <sr@denx.de>
33990 Date:   Fri Dec 22 14:29:40 2006 +0100
33991
33992     [PATCH] Fix sequoia flash autodetection (finally correct)
33993
33994     Now 32MByte and 64MByte FLASH is know to work and other
33995     configurations should work too.
33996
33997     Signed-off-by: Stefan Roese <sr@denx.de>
33998
33999 commit 82e5236a8b719543643fd26d5827938ab2b94818
34000 Author: Wolfgang Denk <wd@pollux.denx.de>
34001 Date:   Fri Dec 22 10:30:26 2006 +0100
34002
34003     Minor code cleanup; update CHANGELOG.
34004
34005 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
34006 Author: Heiko Schocher <hs@pollux.denx.de>
34007 Date:   Thu Dec 21 17:17:02 2006 +0100
34008
34009     Added support for the TQM8272 board from TQ
34010
34011     Signed-off-by: Heiko Schocher <hs@denx.de>
34012
34013 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
34014 Author: Heiko Schocher <hs@pollux.denx.de>
34015 Date:   Thu Dec 21 16:14:48 2006 +0100
34016
34017     [PATCH] Add support for the UC101 board from MAN.
34018
34019     Signed-off-by: Heiko Schocher <hs@denx.de>
34020
34021 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
34022 Author: Bartlomiej Sieka <tur@semihalf.com>
34023 Date:   Wed Dec 20 00:29:43 2006 +0100
34024
34025     Fix to make the baudrate changes immediate for the MCF52x2 family.
34026
34027 commit daa6e418bcc0c717752e8de939c213c790286096
34028 Author: Bartlomiej Sieka <tur@semihalf.com>
34029 Date:   Wed Dec 20 00:27:32 2006 +0100
34030
34031     Preliminary support for the iDMR board (ColdFire).
34032
34033 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
34034 Author: Andrei Safronov <safronov@pollux.denx.de>
34035 Date:   Fri Dec 8 16:23:08 2006 +0100
34036
34037     automatic update mechanism
34038
34039 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
34040 Author: roy zang <tie-fei.zang@freescale.com>
34041 Date:   Mon Dec 4 17:56:59 2006 +0800
34042
34043     Slight code clean up.
34044     Add comments, delete duplicate define and remove spaces.
34045     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34046
34047 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
34048 Author: roy zang <tie-fei.zang@freescale.com>
34049 Date:   Mon Dec 4 17:54:21 2006 +0800
34050
34051     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
34052     multiplier table can not refect the real PLL clock behavior of these
34053     processors. Please refer to the hardware specification for detailed
34054     information of the corresponding processors.
34055     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34056
34057 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
34058 Author: roy zang <tie-fei.zang@freescale.com>
34059 Date:   Mon Dec 4 14:46:23 2006 +0800
34060
34061     Remove the static MAC address, ip address, server ip, netmask and
34062     gateway ip for network setting.
34063     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34064
34065 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
34066 Author: roy zang <tie-fei.zang@freescale.com>
34067 Date:   Mon Dec 4 14:33:08 2006 +0800
34068
34069     Remove the duplicate memory test code for mpc744ihpc2 board.
34070     If a memory test is needed, please use the functions in
34071     post/memory.c or memtest command.
34072     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34073
34074 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
34075 Author: roy zang <tie-fei.zang@freescale.com>
34076 Date:   Fri Dec 1 19:01:25 2006 +0800
34077
34078     Fix the exception occuring in RAM table search issue.
34079     The original search_one_table() function code can only processes the search
34080     for the exception occurring in FLASH/ROM, because the exception and fixup
34081     table usually locate in FLASH. If the exception address is also in
34082     FLASH, it will be OK.
34083     If the exception occurs in RAM, after the u-boot relocation, a
34084     relocation offset should be added.
34085
34086     clean up the code in cpu/74xx_7xx/cpu.c
34087
34088     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34089
34090 commit ee311214e0d216f904feea269599d0934bf71f23
34091 Author: roy zang <tie-fei.zang@freescale.com>
34092 Date:   Fri Dec 1 11:47:36 2006 +0800
34093
34094     Clean up the code according to codestyle:
34095     (1) remove some C++ comments.
34096     (2) remove trailing white space.
34097     (3) remove trailing empty line.
34098     (4) Indentation by table.
34099     (5) remove {} in one line condition.
34100     (6) add space before '(' in function call.
34101     Remove some weird printf () output.
34102     Add necessary comments.
34103     Modified Makefile to support building in a separate directory.
34104
34105 commit dd520bf314c7add4183c5191692180f576f96b60
34106 Author: Wolfgang Denk <wd@pollux.denx.de>
34107 Date:   Thu Nov 30 18:02:20 2006 +0100
34108
34109     Code cleanup.
34110
34111 commit 8d9a8610b8256331132227e9e6585c6bd5742787
34112 Author: Wolfgang Denk <wd@pollux.denx.de>
34113 Date:   Thu Nov 30 01:54:07 2006 +0100
34114
34115     Code cleanup. Update CHANGELOG.
34116
34117 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
34118 Author: Grant Likely <grant.likely@secretlab.ca>
34119 Date:   Wed Nov 29 16:23:42 2006 +0100
34120
34121     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
34122
34123     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
34124     not the XLB frequency.
34125
34126     This patch depends on the previous patches for MPC52xx device tree support
34127
34128     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34129     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
34130
34131 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
34132 Author: Stefan Roese <sr@denx.de>
34133 Date:   Wed Nov 29 15:42:37 2006 +0100
34134
34135     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
34136
34137     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
34138     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
34139     quite similar and share the same board directory "prodrive/p3mx"
34140     and the same config file "p3mx.h".
34141
34142     Signed-off-by: Stefan Roese <sr@denx.de>
34143
34144 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
34145 Author: Stefan Roese <sr@denx.de>
34146 Date:   Wed Nov 29 12:53:15 2006 +0100
34147
34148     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
34149
34150     In the bootvx command the load address was only read from the env
34151     variable "loadaddr" and not optionally passed as paramter as described
34152     in the help. This is fixed with this patch. The behaviour is now the
34153     same as in the bootelf command.
34154
34155     Signed-off-by: Stefan Roese <sr@denx.de>
34156
34157 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
34158 Author: Stefan Roese <sr@denx.de>
34159 Date:   Wed Nov 29 12:03:57 2006 +0100
34160
34161     [PATCH] include/ppc440.h minor error affecting interrupts
34162
34163     Fixed include/ppc440.c for UIC address Bug
34164
34165     Corrects bug affecting the addresses for the universal interrupt
34166     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
34167
34168     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
34169     Signed-off-by: Stefan Roese <sr@denx.de>
34170
34171 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
34172 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34173 Date:   Tue Nov 28 16:17:27 2006 -0600
34174
34175     Make fsl-i2c not conflict with SOFT I2C
34176
34177     Signed-off-by: Timur Tabi <timur@freescale.com>
34178
34179 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
34180 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34181 Date:   Tue Nov 28 16:17:18 2006 -0600
34182
34183     Fix I2C master address initialization.
34184
34185     Signed-off-by: Timur Tabi <timur@freescale.com>
34186
34187 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
34188 Author: Kim Phillips <kim.phillips@freescale.com>
34189 Date:   Tue Nov 28 23:31:19 2006 -0600
34190
34191     Assign maintainers for mpc8349emds and mpc8360emds
34192
34193     Dave for mpc8360emds, and me for mpc8349emds.
34194
34195 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
34196 Author: Kim Phillips <kim.phillips@freescale.com>
34197 Date:   Tue Nov 28 23:28:33 2006 -0600
34198
34199     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
34200
34201     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
34202     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
34203
34204 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
34205 Author: Timur Tabi <timur@freescale.com>
34206 Date:   Tue Nov 28 12:09:35 2006 -0600
34207
34208     mpc83xx: Miscellaneous code style fixes
34209
34210     Implement various code style fixes and similar changes.
34211
34212     Signed-off-by: Timur Tabi <timur@freescale.com>
34213
34214 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
34215 Author: Stefan Roese <sr@denx.de>
34216 Date:   Tue Nov 28 17:55:49 2006 +0100
34217
34218     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
34219
34220     This patch adds the code and configuration necessary to boot with an
34221     arch/powerpc Linux kernel.
34222
34223     Signed-off-by: Grant Likely <grant.likely@gmail.com>
34224     Acked-by: Jon Loeliger <jdl@freescale.com>
34225
34226 commit e732faec95a83cb468b4850ae807c8301dde8f6a
34227 Author: Stefan Roese <sr@denx.de>
34228 Date:   Tue Nov 28 16:09:24 2006 +0100
34229
34230     [PATCH] PPC4xx: 440SP Rev. C detection added
34231
34232     Signed-off-by: Stefan Roese <sr@denx.de>
34233
34234 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
34235 Author: Stefan Roese <sr@denx.de>
34236 Date:   Tue Nov 28 11:04:45 2006 +0100
34237
34238     [PATCH] nand: Fix patch merge problem
34239
34240     Signed-off-by: Stefan Roese <sr@denx.de>
34241
34242 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
34243 Author: Stefan Roese <sr@denx.de>
34244 Date:   Tue Nov 28 11:04:45 2006 +0100
34245
34246     [PATCH] nand: Fix patch merge problem
34247
34248     Signed-off-by: Stefan Roese <sr@denx.de>
34249
34250 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
34251 Author: Wolfgang Denk <wd@pollux.denx.de>
34252 Date:   Mon Nov 27 22:53:53 2006 +0100
34253
34254     Update CHANGELOG
34255
34256 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
34257 Author: Stefan Roese <sr@denx.de>
34258 Date:   Mon Nov 27 17:43:25 2006 +0100
34259
34260     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
34261
34262     Patch below corrects the setting of the zmiifer register, it was
34263     overwritting the register rather than ORing the settings.
34264
34265     Signed-off-by: Neil Wilson <NWilson@airspan.com>
34266     Signed-off-by: Stefan Roese <sr@denx.de>
34267
34268 commit d1a72545296800b7e219f93104ad5836f0003d66
34269 Author: Stefan Roese <sr@denx.de>
34270 Date:   Mon Nov 27 17:34:10 2006 +0100
34271
34272     [PATCH] Select NAND embedded environment from board configuration
34273
34274     The current NAND Bootloader setup forces the environment
34275     variables to be in line with the bootloader. This change
34276     enables the configuration to be made in the board include
34277     file instead so that it can be individually enabled.
34278
34279     Signed-off-by: Nick Spence <nick.spence@freescale.com>
34280     Signed-off-by: Stefan Roese <sr@denx.de>
34281
34282 commit 15784862857c3c2214498defcfed84ff137fb81e
34283 Author: Stefan Roese <sr@denx.de>
34284 Date:   Mon Nov 27 17:22:19 2006 +0100
34285
34286     [PATCH] nand_wait() timeout fixes
34287
34288     Two fixes for the nand_wait() function in
34289     drivers/nand/nand_base.c:
34290
34291     1. Use correct timeouts. The original timeouts in Linux
34292     source are 400ms and 20ms not 40s and 20s
34293
34294     2. Return correct error value in case of timeout. 0 is
34295     interpreted as OK.
34296
34297     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
34298     Signed-off-by: Stefan Roese <sr@denx.de>
34299
34300 commit da5553b095bf04f4f109ad7e565dae3aba47b230
34301 Author: Stefan Roese <sr@denx.de>
34302 Date:   Mon Nov 27 17:04:06 2006 +0100
34303
34304     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
34305
34306     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
34307     arguments to bootm.  It removes the getenv("disable_of") test that used
34308     to be used for this purpose.
34309
34310     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34311     Acked-by: Jon Loeliger <jdl@freescale.com>
34312
34313 commit a9398e018593782c5fa7d0741955fc1256b34c1e
34314 Author: Wolfgang Denk <wd@pollux.denx.de>
34315 Date:   Mon Nov 27 15:32:42 2006 +0100
34316
34317     Minor code cleanup. Update CHANGELOG.
34318
34319 commit 1729b92cde575476684bffe819d0b7791b57bff2
34320 Author: Stefan Roese <sr@denx.de>
34321 Date:   Mon Nov 27 14:52:04 2006 +0100
34322
34323     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
34324
34325     Signed-off-by: Stefan Roese <sr@denx.de>
34326
34327 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
34328 Author: Stefan Roese <sr@denx.de>
34329 Date:   Mon Nov 27 14:49:51 2006 +0100
34330
34331     [PATCH] alpr: remove unused board specific flash driver
34332
34333     Signed-off-by: Stefan Roese <sr@denx.de>
34334
34335 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
34336 Author: Stefan Roese <sr@denx.de>
34337 Date:   Mon Nov 27 14:48:41 2006 +0100
34338
34339     [PATCH] 4xx: Fix problem with board specific reset code
34340
34341     Signed-off-by: Stefan Roese <sr@denx.de>
34342
34343 commit ec0c2ec725aec9524a177a77ce75559e644a931a
34344 Author: Stefan Roese <sr@denx.de>
34345 Date:   Mon Nov 27 14:46:06 2006 +0100
34346
34347     [PATCH] Remove testing 4xx enet PHY setup
34348
34349     Signed-off-by: Stefan Roese <sr@denx.de>
34350
34351 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
34352 Author: Stefan Roese <sr@denx.de>
34353 Date:   Mon Nov 27 14:12:17 2006 +0100
34354
34355     [PATCH] Update Prodrive ALPR board support (440GX)
34356
34357     Signed-off-by: Stefan Roese <sr@denx.de>
34358
34359 commit 58b485776698c3d71ec5a215e392123b4c15afa3
34360 Author: Markus Klotzbuecher <mk@denx.de>
34361 Date:   Mon Nov 27 11:51:21 2006 +0100
34362
34363     Add a small README with information on the generic ohci driver.
34364
34365 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
34366 Author: Markus Klotzbuecher <mk@denx.de>
34367 Date:   Mon Nov 27 11:46:46 2006 +0100
34368
34369     Fix some endianness issues related to the generic ohci driver
34370
34371 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
34372 Author: Markus Klotzbuecher <mk@denx.de>
34373 Date:   Mon Nov 27 11:44:58 2006 +0100
34374
34375     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
34376     to choose between the old and the generic OHCI drivers.
34377
34378 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
34379 Author: Markus Klotzbuecher <mk@denx.de>
34380 Date:   Mon Nov 27 11:43:09 2006 +0100
34381
34382     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
34383     and adapted board configs TQM5200 and yosemite accordingly. This commit
34384     also makes the maximum number of root hub ports configurable
34385     (CFG_USB_OHCI_MAX_ROOT_PORTS).
34386
34387 commit 78d620ebb5871d252270dedfad60c6568993b780
34388 Author: Wolfgang Denk <wd@atlas.denx.de>
34389 Date:   Thu Nov 23 22:58:58 2006 +0100
34390
34391     Updates for TQM5200 modules:
34392     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
34393     - simplify "udate" definitions
34394
34395 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
34396 Author: Stefan Roese <sr@denx.de>
34397 Date:   Wed Nov 22 13:20:50 2006 +0100
34398
34399     [PATCH] PPC4xx start.S: Fix for processor errata
34400
34401     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
34402     errata 1.12: 440_33 by moving patch up in code.
34403
34404     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
34405     Signed-off-by: Stefan Roese <sr@denx.de>
34406
34407 commit 4ef6251403f637841000e0fef9e832aa01339822
34408 Author: Stefan Roese <sr@denx.de>
34409 Date:   Mon Nov 20 20:39:52 2006 +0100
34410
34411     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
34412
34413     Signed-off-by: Stefan Roese <sr@denx.de>
34414
34415 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
34416 Author: Wolfgang Denk <wd@pollux.denx.de>
34417 Date:   Mon Nov 20 10:28:30 2006 +0100
34418
34419     Update CHANGELOG
34420
34421 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
34422 Author: Stefan Roese <sr@denx.de>
34423 Date:   Mon Nov 13 13:55:24 2006 +0100
34424
34425     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
34426
34427        * Adds support for AMD command set Top Boot flash geometry reversal
34428        * Adds support for reading JEDEC Manufacturer ID and Device ID
34429        * Adds support for displaying command set, manufacturer id and
34430          device ids (flinfo)
34431        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
34432        * Removes outdated change history (refer to git log instead)
34433
34434     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
34435     Signed-off-by: Stefan Roese <sr@denx.de>
34436
34437 commit b21b511d4c50408f4853f46f06b601272196223f
34438 Author: Wolfgang Denk <wd@pollux.denx.de>
34439 Date:   Sun Nov 12 21:13:23 2006 +0100
34440
34441     Update CHANGELOG
34442
34443 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
34444 Author: Bartlomiej Sieka <tur@semihalf.com>
34445 Date:   Sat Nov 11 22:48:22 2006 +0100
34446
34447     Disable the watchdog in the default config for the V38B board.
34448
34449 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
34450 Author: Bartlomiej Sieka <tur@semihalf.com>
34451 Date:   Sat Nov 11 22:43:00 2006 +0100
34452
34453     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
34454     group is enabled for USB earlier (in cpu_init_f() instead of
34455     usb_lowlevel_init()).
34456
34457 commit 91650b3e4de688038d4f71279c44858e3e2c6870
34458 Author: Wolfgang Denk <wd@pollux.denx.de>
34459 Date:   Mon Nov 6 17:06:36 2006 +0100
34460
34461     Sequential accesses to non-existent memory must be synchronized,
34462     at least on G2 cores.
34463
34464     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
34465
34466 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
34467 Author: Timur Tabi <timur@freescale.com>
34468 Date:   Fri Nov 3 19:15:00 2006 -0600
34469
34470     mpc83xx: Update 83xx to use fsl_i2c.c
34471
34472     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
34473     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
34474     Added multiple I2C bus support to fsl_i2c.c.
34475
34476     Signed-off-by: Timur Tabi <timur@freescale.com>
34477
34478 commit d239d74b1c937984bc519083a8e7de373a390f06
34479 Author: Timur Tabi <timur@freescale.com>
34480 Date:   Fri Nov 3 12:00:28 2006 -0600
34481
34482     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
34483
34484     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
34485     tree matches the other 8xxx trees.
34486
34487     Signed-off-by: Timur Tabi <timur@freescale.com>
34488
34489 commit f7fb2e703ec9688541416962724adff70a7322cb
34490 Author: Kim Phillips <kim.phillips@freescale.com>
34491 Date:   Thu Nov 2 19:47:11 2006 -0600
34492
34493     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
34494
34495 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
34496 Author: Dave Liu <daveliu@freescale.com>
34497 Date:   Thu Nov 2 18:05:50 2006 -0600
34498
34499     mpc83xx: Fix the incorrect dcbz operation
34500
34501     The 834x rev1.x silicon has one CPU5 errata.
34502
34503     The issue is when the data cache locked with
34504     HID0[DLOCK], the dcbz instruction looks like no-op inst.
34505
34506     The right behavior of the data cache is when the data cache
34507     Locked with HID0[DLOCK], the dcbz instruction allocates
34508     new tags in cache.
34509
34510     The 834x rev3.0 and later and 8360 have not this bug inside.
34511
34512     So, when 834x rev3.0/8360 are working with ECC, the dcbz
34513     instruction will corrupt the stack in cache, the processor will
34514     checkstop reset.
34515
34516     However, the 834x rev1.x can work with ECC with these code,
34517     because the sillicon has this cache bug. The dcbz will not
34518     corrupt the stack in cache.
34519     Really, it is the fault code running on fault sillicon.
34520
34521     This patch fix the incorrect dcbz operation. Instead of
34522     CPU FP writing to initialise the ECC.
34523
34524     CHANGELOG:
34525     * Fix the incorrect dcbz operation instead of CPU FP
34526     writing to initialise the ECC memory. Otherwise, it
34527     will corrupt the stack in cache, The processor will checkstop
34528     reset.
34529
34530     Signed-off-by: Dave Liu <daveliu@freescale.com>
34531
34532 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
34533 Author: Kim Phillips <kim.phillips@freescale.com>
34534 Date:   Wed Nov 1 00:10:40 2006 -0600
34535
34536     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
34537
34538     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
34539     STDOUT_PATH configuration bits to mpc8349emds,
34540     mpc8349itx, and mpc8360emds board code.
34541
34542     redo environment to use bootm with the fdtaddr
34543     for booting ARCH=powerpc kernels by default,
34544     and provide default fdtaddr values.
34545
34546 commit 48041365b3420589ad464ebc7752e0053538b729
34547 Author: Kim Phillips <kim.phillips@freescale.com>
34548 Date:   Wed Nov 1 00:07:25 2006 -0600
34549
34550     mpc83xx: change ft code to modify local-mac-address property
34551
34552     Update 83xx OF code to update local-mac-address properties
34553     for ethernet instead of the obsolete 'address' property.
34554
34555 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
34556 Author: Timur Tabi <timur@freescale.com>
34557 Date:   Tue Oct 31 21:23:16 2006 -0600
34558
34559     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
34560
34561     This patch also adds an improved I2C set_speed(), which handles all clock
34562     frequencies.
34563
34564     Signed-off-by: Timur Tabi <timur@freescale.com>
34565
34566 commit ac4b5622ce050b5ee1e154b98df630d778661632
34567 Author: Dave Liu <daveliu@freescale.com>
34568 Date:   Tue Oct 31 19:54:59 2006 -0600
34569
34570     mpc83xx: add the README.mpc8360emds
34571
34572     add doc/README.mpc8360emds to accompany the new board support
34573
34574 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
34575 Author: Dave Liu <daveliu@freescale.com>
34576 Date:   Fri Nov 3 12:11:15 2006 -0600
34577
34578     mpc83xx: add QE ethernet support
34579
34580     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
34581
34582 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
34583 Author: Dave Liu <daveliu@freescale.com>
34584 Date:   Fri Nov 3 19:33:44 2006 -0600
34585
34586     mpc83xx: Add MPC8360EMDS basic board support
34587
34588     Add support for the Freescale MPC8360EMDS board.
34589     Includes DDR, DUART, Local Bus, PCI.
34590
34591 commit 23892e49352de74f7fac36ff90bb1be143d195e3
34592 Author: Dave Liu <daveliu@freescale.com>
34593 Date:   Tue Oct 31 19:30:40 2006 -0600
34594
34595     mpc83xx: add the QUICC Engine (QE) immap file
34596
34597     common QE immap file.  Also required for 8360.
34598
34599 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
34600 Author: Dave Liu <daveliu@freescale.com>
34601 Date:   Tue Oct 31 19:25:38 2006 -0600
34602
34603     mpc83xx: Add 8360 specifics to 83xx immap
34604
34605     Mainly add QE device dependencies, with appropriate 8360 protection.
34606     Lindent also run.
34607
34608 commit 988833324a7fda482c8ac3ca23eb539f8232e404
34609 Author: Timur Tabi <timur@freescale.com>
34610 Date:   Tue Oct 31 19:14:41 2006 -0600
34611
34612     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
34613
34614     PREREQUISITE PATCHES:
34615
34616     * This patch can only be applied after the following patches have been applied:
34617
34618       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
34619       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
34620
34621     CHANGELOG:
34622
34623     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
34624       the clock for the 2nd USB board (Linux kernel will hang otherwise),
34625       and fix the CONFIG_BOOTARGS macro.
34626
34627     Signed-off-by: Timur Tabi <timur@freescale.com>
34628
34629 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
34630 Author: Timur Tabi <timur@freescale.com>
34631 Date:   Tue Oct 31 18:44:42 2006 -0600
34632
34633     mpc83xx: Add support for the MPC8349E-mITX
34634
34635     PREREQUISITE PATCHES:
34636
34637     * This patch can only be applied after the following patches have been applied:
34638
34639       1) DNX#2006090742000024 "Add support for multiple I2C buses"
34640       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
34641       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
34642       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
34643       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
34644
34645     CHANGELOG:
34646
34647     * Add support for the Freescale MPC8349E-mITX reference design platform.
34648       The second TSEC (Vitesse 7385 switch) is not supported at this time.
34649
34650     Signed-off-by: Timur Tabi <timur@freescale.com>
34651
34652 commit 183da6d9b446cc12123455844ad1187e2375626f
34653 Author: Ben Warren <bwarren@qstreams.com>
34654 Date:   Tue Sep 12 10:15:53 2006 -0400
34655
34656     Additional MPC8349 support for multibus i2c
34657
34658     Hello,
34659
34660     Here is a patch for a file that was accidentally left out of a previous
34661     attempt.
34662
34663     It accompanies the patch with ticket DNX#2006090742000024
34664
34665     CHANGELOG:
34666             Change PCI initialization to use new multi-bus I2C API.
34667
34668     regards,
34669     Ben
34670
34671 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
34672 Author: Ben Warren <bwarren@qstreams.com>
34673 Date:   Thu Sep 7 16:51:04 2006 -0400
34674
34675     Multi-bus I2C implementation of MPC834x
34676
34677     Hello,
34678
34679     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
34680     family and the MPC8349EMDS board in particular.
34681     This patch requires Patch 1 (Add support for multiple I2C buses).
34682     Testing was performed on a 533MHz board.
34683
34684     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
34685
34686     Signed-off-by: Ben Warren <bwarren@qstreams.com>
34687
34688     CHANGELOG:
34689             Implemented driver-level code to support two I2C buses on the
34690     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
34691     are 50kHz, 100kHz and 400kHz on each bus.
34692
34693     regards,
34694     Ben
34695
34696 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
34697 Author: Ben Warren <bwarren@qstreams.com>
34698 Date:   Thu Sep 7 16:50:54 2006 -0400
34699
34700     Add support for multiple I2C buses
34701
34702     Hello,
34703
34704     Attached is a patch providing support for multiple I2C buses at the
34705     command level.  The second part of the patch includes an implementation
34706     for the MPC834x CPU and MPC8349EMDS board.
34707
34708     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
34709
34710     Signed-off-by: Ben Warren <bwarren@qstreams.com>
34711
34712     Overview:
34713
34714     1. Include new 'i2c' command (based on USB implementation) using
34715     CONFIG_I2C_CMD_TREE.
34716
34717     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
34718     the commands to change bus number and speed are only available under the
34719     new 'i2c' command mentioned in the first bullet.
34720
34721     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
34722     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
34723     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
34724
34725     CHANGELOG:
34726             Added new 'i2c' master command for all I2C interaction.  This is
34727     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
34728     setting I2C bus speed as well as changing the active bus if the board
34729     has more than one (conditionally compiled with
34730     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
34731     Updated README.
34732
34733     regards,
34734     Ben
34735
34736 commit bed85caf872714ebf53013967a695c9d63acfc68
34737 Author: Timur Tabi <timur@freescale.com>
34738 Date:   Tue Oct 31 18:13:36 2006 -0600
34739
34740     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
34741
34742     CHANGELOG:
34743
34744     * Errata DDR6, which affects all current MPC 834x processors, lists changes
34745       required to maintain compatibility with various types of DDR memory.  This
34746       patch implements those changes.
34747
34748     Signed-off-by: Timur Tabi <timur@freescale.com>
34749
34750 commit afd6e470f639883002c7c59d562690a5cb0f4865
34751 Author: Timur Tabi <timur@freescale.com>
34752 Date:   Wed Oct 25 18:45:23 2006 -0500
34753
34754     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
34755
34756 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
34757 Author: Timur Tabi <timur@freescale.com>
34758 Date:   Tue Aug 22 17:07:00 2006 -0500
34759
34760     mpc83xx: Add support for variable flash memory sizes on 83xx systems
34761
34762     CHANGELOG:
34763
34764     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
34765        window registers, instead of using a hard-coded value of 8MB.
34766
34767     Signed-off-by: Timur Tabi <timur@freescale.com>
34768
34769 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
34770 Author: Tanya Jiang <tanya.jiang@freescale.com>
34771 Date:   Thu Aug 3 18:38:13 2006 +0800
34772
34773     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
34774
34775     Unified TQM834x variable names with 83xx and consolidated macro
34776     in preparation for the 8360 and other upcoming 83xx devices.
34777
34778     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
34779
34780 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
34781 Author: Dave Liu <daveliu@freescale.com>
34782 Date:   Wed Oct 25 14:41:21 2006 -0500
34783
34784     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
34785
34786     Incorporated the common unified variable names and the changes in preparation
34787     for releasing mpc8360 patches.
34788
34789     Signed-off-by: Dave Liu <daveliu@freescale.com>
34790
34791 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
34792 Author: Tanya Jiang <tanya.jiang@freescale.com>
34793 Date:   Thu Aug 3 18:36:02 2006 +0800
34794
34795     mpc83xx: Fix missing build for mpc8349emds pci.c
34796
34797     Make pci build for mpc8349emds
34798
34799     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
34800
34801 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
34802 Author: Tanya Jiang <tanya.jiang@freescale.com>
34803 Date:   Thu Aug 3 18:39:49 2006 +0800
34804
34805     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
34806
34807     Removed unused file resetvec.S for mpc83xx cpu
34808
34809     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
34810
34811 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
34812 Author: Nick Spence <Nick.Spence@freescale.com>
34813 Date:   Sat Sep 30 00:32:59 2006 -0700
34814
34815     NAND Flash verify across block boundaries
34816
34817     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
34818     defined
34819     and the write crosses a block boundary. The pointer to the verification
34820     buffer (bufstart) is not being updated to reflect the starting of the
34821     new
34822     block so the verification of the second block fails.
34823
34824     CHANGELOG:
34825
34826     * Fix NAND FLASH page verification across block boundaries
34827
34828 commit f484dc791a3932537213c43c654cc1295c64b84c
34829 Author: Nick Spence <nick.spence@freescale.com>
34830 Date:   Thu Sep 7 07:39:46 2006 -0700
34831
34832     Added RGMII support to the TSECs and Marvell 881111 Phy
34833
34834     Added a phy initialization to adjust the RGMII RX and TX timing
34835     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
34836
34837     Signed-off-by: Nick Spence <nick.spence@freescale.com>
34838
34839 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
34840 Author: roy zang <tie-fei.zang@freescale.com>
34841 Date:   Fri Nov 3 13:10:00 2006 +0800
34842
34843     Remove some unused CFG define.
34844     undef CFG_DRAM_TEST
34845
34846 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
34847 Author: roy zang <tie-fei.zang@freescale.com>
34848 Date:   Fri Nov 3 13:07:36 2006 +0800
34849
34850     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
34851     Both work. 0xFF000000 seems more reasonable.
34852
34853 commit c59200443072353044aa4bf737a5a60f9a9af231
34854 Author: Wolfgang Denk <wd@pollux.denx.de>
34855 Date:   Thu Nov 2 15:15:01 2006 +0100
34856
34857     Release U-Boot 1.1.6
34858
34859 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
34860 Author: roy zang <tie-fei.zang@freescale.com>
34861 Date:   Thu Nov 2 19:14:48 2006 +0800
34862
34863     This patch comes from Yuli's posted patch on 8/8/2006
34864     titled "CFI Driver Little-Endian write Issue".
34865
34866     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
34867
34868     If that patch applied, please discard this one.
34869     Until now , I do not see his patch is applied. So please apply this one.
34870
34871     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
34872     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34873
34874 commit b825f158e449e1e9cf74c08e572955e122394c96
34875 Author: roy zang <tie-fei.zang@freescale.com>
34876 Date:   Thu Nov 2 19:12:31 2006 +0800
34877
34878     Tsi108 on chip i2c support.
34879
34880     The i2c  Interface provides a master-only, serial interface that can be
34881     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
34882     device reset.
34883
34884     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34885     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34886
34887 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
34888 Author: roy zang <tie-fei.zang@freescale.com>
34889 Date:   Thu Nov 2 19:11:06 2006 +0800
34890
34891     Tsi108 on chip pci controller support.
34892
34893     If there is no pci card, the tsi108/109 pci configure read will
34894     cause a machine check exception to the processor. PCI error should
34895     also be cleared after the read.
34896
34897     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34898     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34899
34900 commit d1927cee977126e547ceeba23e4f978f377cfb8f
34901 Author: roy zang <tie-fei.zang@freescale.com>
34902 Date:   Thu Nov 2 19:08:55 2006 +0800
34903
34904     Tundra tsi108 on chip Ethernet controller support.
34905
34906     The following is a brief description of the Ethernet controller:
34907     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
34908     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
34909     to manage the two physical connection devices (PHYs).  Each Ethernet port
34910     has its own statistics monitor that tracks and reports key interface
34911     statistics.  Each port supports a 256-entry hash table for address
34912     filtering.  In addition, each port is bridged to the Switch Fabric
34913     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
34914
34915     Each Ethernet port also has a pair of internal Ethernet DMA channels to
34916     support the transmit and receive data flows.  The Ethernet DMA channels
34917     use descriptors set up in memory, the memory map of the device, and
34918     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
34919     handles arbitration for the Switch Fabric.  The Controller also
34920     has a register businterface for register accesses and status monitor
34921     control.
34922
34923     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
34924     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
34925     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
34926     data flows to and from the Ethernet Controller through the Switch Fabric.
34927
34928     Each Ethernet port uses its transmit and receive DMA channels to manage
34929     data flows through buffer descriptors that are predefined by the
34930     system (the descriptors can exist anywhere in the system memory map).
34931     These descriptors are data structures that point to buffers filled
34932     with data ready to transmit over Ethernet, or they point to empty
34933     buffers ready to receive data from Ethernet.
34934
34935     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34936     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34937
34938 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
34939 Author: roy zang <tie-fei.zang@freescale.com>
34940 Date:   Thu Nov 2 19:01:33 2006 +0800
34941
34942     Tundra tsi108 header file.
34943
34944     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
34945     PowerPC processors that offers numerous system interconnect options for
34946     embedded application designers. The Tsi108 can interconnect 60x or
34947     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
34948     and Flash. Provided the macro define for tsi108 chip.
34949
34950     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34951     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34952
34953 commit 87c4db09699c6b89176b31004afcb83eb1585d47
34954 Author: roy zang <tie-fei.zang@freescale.com>
34955 Date:   Thu Nov 2 18:59:15 2006 +0800
34956
34957     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
34958     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
34959
34960     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34961     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34962
34963 commit 27801b8ab11c61b577e45742a515bb3b23b80241
34964 Author: roy zang <tie-fei.zang@freescale.com>
34965 Date:   Thu Nov 2 18:57:21 2006 +0800
34966
34967     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
34968     Make ,config.mk and link file for the mpc7448hpc2 board.
34969
34970     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34971     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34972
34973 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
34974 Author: roy zang <tie-fei.zang@freescale.com>
34975 Date:   Thu Nov 2 18:55:04 2006 +0800
34976
34977     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
34978     The mpc7448hpc2 board support header file.
34979
34980     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34981     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34982
34983 commit 625bb5ddb50b243f931262ca8c46956409471917
34984 Author: roy zang <tie-fei.zang@freescale.com>
34985 Date:   Thu Nov 2 18:52:21 2006 +0800
34986
34987     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
34988     The mpc7448hpc2 board support low level assemble language init code.
34989
34990     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34991     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34992
34993 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
34994 Author: roy zang <tie-fei.zang@freescale.com>
34995 Date:   Thu Nov 2 18:49:51 2006 +0800
34996
34997     General code modification for mpc7448hpc2 board support.
34998     1. Add 7447A and 7448 processor support.
34999     2. Add the following flags.
35000
35001     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
35002     (such as by switch on board), this flag should be set.
35003
35004     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
35005     relocates to RAM, this flag should be set.
35006
35007     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
35008     system hang in exception, this flag should be set.
35009
35010     There is a design issue for tsi108/109 pci configure  read. When pci scan
35011     the slots, if there is no pci card, the tsi108/9 will cause a machine
35012     check exception for mpc7448 processor.
35013
35014     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
35015     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
35016
35017 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
35018 Author: roy zang <tie-fei.zang@freescale.com>
35019 Date:   Thu Nov 2 18:34:47 2006 +0800
35020
35021     Add README file for mpc7448hpc2 board.
35022     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
35023
35024 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
35025 Author: Bartlomiej Sieka <tur@semihalf.com>
35026 Date:   Wed Nov 1 02:04:38 2006 +0100
35027
35028     Finish up support for MarelV38B board
35029      - add watchdog support
35030      - enable GPIO_WKUP_7 pin for input
35031      - code cleanup
35032
35033 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
35034 Author: Bartlomiej Sieka <tur@semihalf.com>
35035 Date:   Wed Nov 1 01:45:46 2006 +0100
35036
35037     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
35038           * remove warnings when compiling ethaddr.c
35039           * adjust linker script (fixes a crash resulting from incorrect
35040           definition of __u_boot_cmd_start)
35041     - Some MarelV38B code cleanup.
35042
35043 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
35044 Author: Bartlomiej Sieka <tur@semihalf.com>
35045 Date:   Wed Nov 1 01:38:16 2006 +0100
35046
35047     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
35048       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
35049       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
35050       MPC5XXX_WU_GPIO_DATA_O for affected boards.
35051
35052     - Add defintions for some MPC5XXX GPIO pins.
35053
35054 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
35055 Author: Bartlomiej Sieka <tur@semihalf.com>
35056 Date:   Wed Nov 1 01:34:29 2006 +0100
35057
35058     Changed MarelV38B board make target to lowercase. Config file cleanup.
35059
35060 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
35061 Author: Wolfgang Denk <wd@pollux.denx.de>
35062 Date:   Sun Oct 29 01:03:51 2006 +0200
35063
35064     Automatically adjust ARFLAGS so "make -s" is really silent.
35065
35066 commit fae684e89844856383bdf101440889557df3e6b1
35067 Author: Stefan Roese <sr@denx.de>
35068 Date:   Sat Oct 28 16:45:00 2006 +0200
35069
35070     [PATCH] omap925.c: Remove unused functions
35071
35072     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
35073     Signed-off-by: Stefan Roese <sr@denx.de>
35074
35075 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
35076 Author: Stefan Roese <sr@denx.de>
35077 Date:   Sat Oct 28 17:12:58 2006 +0200
35078
35079     [PATCH] Add some missing machtypes for netstar & voiceblue boards
35080
35081     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
35082     numbers in code.
35083
35084     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
35085     Signed-off-by: Stefan Roese <sr@denx.de>
35086
35087 commit 856f054410cef52d868feb330168b2a4c4091328
35088 Author: Stefan Roese <sr@denx.de>
35089 Date:   Sat Oct 28 15:55:52 2006 +0200
35090
35091     [PATCH] NAND: Partition name support added to NAND subsystem
35092
35093     chpart, nboot and NAND subsystem related commands now accept also partition
35094     name to specify offset.
35095
35096     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
35097     Signed-off-by: Stefan Roese <sr@denx.de>
35098
35099 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
35100 Author: Wolfgang Denk <wd@pollux.denx.de>
35101 Date:   Sat Oct 28 02:29:44 2006 +0200
35102
35103     Update CHANGELOG.
35104
35105 commit 2751a95abd1b96911081c357e96a12fa97b40dee
35106 Author: Wolfgang Denk <wd@pollux.denx.de>
35107 Date:   Sat Oct 28 02:29:14 2006 +0200
35108
35109     Enable commandline editing and hush shell on all TQM boards.
35110
35111 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
35112 Author: Wolfgang Denk <wd@pollux.denx.de>
35113 Date:   Sat Oct 28 02:28:02 2006 +0200
35114
35115     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
35116
35117 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
35118 Author: Wolfgang Denk <wd@denx.de>
35119 Date:   Sat Oct 28 01:14:32 2006 +0200
35120
35121     Check for illegal character '=' in environment variable names.
35122
35123     Make sure the string passed as variable name does not contain a '='
35124     character. This not only prevents the common error or typing
35125     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
35126     also closes a backdoor which allowed to delete write-protected
35127     environment variables, for example by using "setenv ethaddr=".
35128
35129 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
35130 Author: Wolfgang Denk <wd@pollux.denx.de>
35131 Date:   Sat Oct 28 00:38:39 2006 +0200
35132
35133     Minor code cleanup.
35134
35135 commit e11887a77d81077416a2d1c5e0354916fee8c034
35136 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35137 Date:   Thu Oct 26 17:55:31 2006 +0200
35138
35139     Don't pass any debug options directly to the assembler
35140
35141     When passing the -g option to gcc, gcc automatically selects a
35142     suitable --g<format> option to pass on to the assembler.
35143     Thus, there's no point in forcing a specific debug option on the
35144     assembler using the -Wa mechanism.
35145
35146     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35147
35148 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
35149 Author: Jon Loeliger <jdl@freescale.com>
35150 Date:   Fri Oct 27 07:47:22 2006 -0500
35151
35152     MPC86xx: Cleaned up unused and conditionally used local variables.
35153
35154     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35155
35156 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
35157 Author: Wolfgang Denk <wd@pollux.denx.de>
35158 Date:   Fri Oct 27 11:55:21 2006 +0200
35159
35160     Fix "ar" flags in some Makefiles to allow for silent "make -s"
35161
35162 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
35163 Author: Ben Warren <bwarren@qstreams.com>
35164 Date:   Thu Oct 26 14:38:25 2006 -0400
35165
35166     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
35167     to a TSEC (e.g. a switch is connected via RMII) or
35168     if the PHY is defective/incorrectly configured.
35169
35170     Signed-off-by: Ben Warren <bwarren@qstreams.com>
35171
35172 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
35173 Author: Ben Warren <bwarren@qstreams.com>
35174 Date:   Thu Oct 26 14:38:25 2006 -0400
35175
35176     Fix TSEC driver: avoid crashes if PHY is not attached
35177     to a TSEC (e.g. a switch is connected via RMII) or
35178     if the PHY is defective/incorrectly configured.
35179
35180     Signed-off-by: Ben Warren <bwarren@qstreams.com>
35181
35182 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
35183 Author: Wolfgang Denk <wd@pollux.denx.de>
35184 Date:   Thu Oct 26 16:24:31 2006 +0200
35185
35186     Code cleanup.
35187
35188 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
35189 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35190 Date:   Wed Oct 25 15:48:59 2006 +0200
35191
35192     Finish up support for the ATSTK1000/ATSTK1002 boards
35193
35194     Add atstk1002_config target to Makefile and move the AVR32 section
35195     down below Blackfin so that it doesn't end up in the middle of
35196     MIPS.
35197
35198     Drop the autogenerated linker script thing for now. Will have to
35199     revisit how to handle chips with different flash and RAM layout
35200     later.
35201
35202     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35203
35204 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
35205 Author: Kumar Gala <galak@kernel.crashing.org>
35206 Date:   Tue Oct 24 23:47:37 2006 -0500
35207
35208     Added support for Multi-Image files that contain a device tree
35209
35210     If a Multi-Image file contains a third image we try to use it as a
35211     device tree.  The device tree image is assumed to be uncompressed in the
35212     image file.  We automatically allocate space for the device tree in memory
35213     and provide an 8k pad to allow more than a reasonable amount of growth.
35214
35215     Additionally, a device tree that was contained in flash will now automatically
35216     get copied to system memory as part of boot.  Previously an error was
35217     reported if one tried to boot a device tree that was in flash.
35218
35219     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35220
35221 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
35222 Author: Wolfgang Denk <wd@denx.de>
35223 Date:   Tue Oct 24 21:35:55 2006 +0200
35224
35225     Switch to automatically generated CHANGELOG file.
35226     (use "make CHANGELOG" to update it from time to time)
35227
35228 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
35229 Author: Stefan Roese <sr@denx.de>
35230 Date:   Tue Oct 24 18:06:48 2006 +0200
35231
35232     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
35233     Patch by Stefan Roese, 24 Oct 2006
35234
35235 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
35236 Author: Wolfgang Denk <wd@pollux.denx.de>
35237 Date:   Tue Oct 24 17:24:55 2006 +0200
35238
35239     Merge with /home/wd/git/u-boot/master
35240
35241 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
35242 Author: Wolfgang Denk <wd@pollux.denx.de>
35243 Date:   Tue Oct 24 15:32:57 2006 +0200
35244
35245     Code cleanup
35246
35247 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
35248 Author: Wolfgang Denk <wd@pollux.denx.de>
35249 Date:   Tue Oct 24 14:51:36 2006 +0200
35250
35251     Move atstk1000 files into vendor specific directory.
35252     Patch by Haavard Skinnemoen, 12 Sep 2006
35253
35254 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
35255 Author: Wolfgang Denk <wd@pollux.denx.de>
35256 Date:   Tue Oct 24 14:42:37 2006 +0200
35257
35258     Add ATSTK1000 and ATSTK1002 board support
35259     Patch by Haavard Skinnemoen, 06 Sep 2006
35260
35261     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
35262     daughterboard.
35263
35264     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
35265     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
35266     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
35267     CompactFlash cards. For more information, please see this page:
35268
35269     http://www.atmel.com/dyn/products/tools.asp?family_id=682
35270
35271     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
35272     AT32AP7000 chip.
35273
35274     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35275
35276 commit f93ae788c3640fcde5db383471d45548ff4060d0
35277 Author: Wolfgang Denk <wd@pollux.denx.de>
35278 Date:   Tue Oct 24 14:31:24 2006 +0200
35279
35280     Add common serial driver for Atmel AT32 and AT91 chips
35281     Patch by Haavard Skinnemoen, 06 Sep 2006
35282
35283     This is a first attempt at creating a common serial driver for Atmel
35284     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
35285     be possible to support AT91RM9200 and other ARM-based chips with some
35286     minor modifications.
35287
35288     There's nothing fundamentally AVR32-specific in this driver, but it
35289     does use some features which are currently only defined for the
35290     AT32AP CPU port:
35291       * pm_get_clock_freq: Obtain the clock frequency of a given domain
35292       * gd->console_uart: A "struct device" containing information about
35293         register mappings, gpio resources and clocks associated with the
35294         UART device.
35295
35296     For more information about these features, please see the "AT32AP
35297     CPU" patch.
35298
35299 commit 72a087e04705c26cad982879ebd06b5281bf825a
35300 Author: Wolfgang Denk <wd@pollux.denx.de>
35301 Date:   Tue Oct 24 14:27:35 2006 +0200
35302
35303     Add AT32AP CPU and AT32AP7000 SoC support
35304     Patch by Haavard Skinnemoen, 06 Sep 2006
35305
35306     This patch adds support for the AT32AP CPU family and the AT32AP7000
35307     chip, which is the first chip implementing the AVR32 architecture.
35308
35309     The AT32AP CPU core is a high-performance implementation featuring a
35310     7-stage pipeline, separate instruction- and data caches, and a MMU.
35311     For more information, please see the "AVR32 AP Technical Reference":
35312
35313     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
35314
35315     In addition to this, the AT32AP7000 chip comes with a large set of
35316     integrated peripherals, many of which are shared with the AT91 series
35317     of ARM-based microcontrollers from Atmel. Full data sheet is
35318     available here:
35319
35320     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
35321
35322     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35323
35324 commit 7b64fef33c66be648826c0ff9758298ef13d0604
35325 Author: Wolfgang Denk <wd@pollux.denx.de>
35326 Date:   Tue Oct 24 14:21:16 2006 +0200
35327
35328     Add AVR32 architecture support
35329     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
35330
35331     This patch adds common infrastructure code for the Atmel AVR32
35332     architecture. See doc/README.AVR32 for details.
35333
35334     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35335
35336 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
35337 Author: Wolfgang Denk <wd@pollux.denx.de>
35338 Date:   Tue Oct 24 13:57:33 2006 +0200
35339
35340     Use -g instead of -gstabs in AFLAGS_DEBUG
35341     Patch by Haavard Skinnemoen, 30 Aug 2006
35342
35343     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
35344     matter what the target's preferred debugging format is. This patch
35345     simply replaces -gstabs with -g, so that the default debugging format
35346     for the architecture is used.
35347
35348 commit 965829872169c2996023840d98e1d85ad148d629
35349 Author: Wolfgang Denk <wd@pollux.denx.de>
35350 Date:   Tue Oct 24 13:55:18 2006 +0200
35351
35352     Fix/workaround broken dependency handling with make 3.81
35353     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
35354
35355 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
35356 Author: Marian Balakowicz <m8@semihalf.com>
35357 Date:   Mon Oct 23 22:17:05 2006 +0200
35358
35359     Fix sequoia separate object direcory building problems.
35360
35361 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
35362 Author: Jon Loeliger <jdl@freescale.com>
35363 Date:   Fri Oct 20 17:16:35 2006 -0500
35364
35365     Use generic I2C register block on 85xx and 86xx.
35366
35367     Replace private IMMAP I2C structures with generic reg block
35368     and allow 86xx to have multiple I2C device busses.
35369
35370     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35371
35372 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
35373 Author: Jon Loeliger <jdl@freescale.com>
35374 Date:   Fri Oct 20 15:54:34 2006 -0500
35375
35376     Fix compilation warnings on a few 85xx boards.
35377
35378     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35379
35380 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
35381 Author: Jon Loeliger <jdl@freescale.com>
35382 Date:   Fri Oct 20 15:50:15 2006 -0500
35383
35384     Converted all 85xx boards to use a common FSL I2C driver.
35385     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
35386     And removed hard i2c path from a few u-boot.lds scipts too.
35387     Minor whitespace cleanups along the way.
35388
35389     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35390
35391 commit 4d45f69e362b05892c9e92a7907e5820995612aa
35392 Author: Jon Loeliger <jdl@freescale.com>
35393 Date:   Thu Oct 19 12:02:24 2006 -0500
35394
35395     Rewrite a series of goto statements as a sequences of
35396     conditional expressions instead.
35397
35398     Use consistent return code 0/-1 for good/bad indicators.
35399
35400     Include one fewer file if the driver isn't used at all.
35401
35402     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35403
35404 commit 7237c033b02fe295880435f1eb80819a0c987532
35405 Author: Jon Loeliger <jdl@freescale.com>
35406 Date:   Thu Oct 19 11:02:16 2006 -0500
35407
35408     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
35409
35410     in an effort to begin to unify the umpteen FSL I2C drivers that
35411     are all otherwise very similar.
35412
35413     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35414
35415 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
35416 Author: Jon Loeliger <jdl@freescale.com>
35417 Date:   Thu Oct 19 11:33:52 2006 -0500
35418
35419     * Fix a bunch of compiler warnings for gcc 4.0
35420
35421     Signed-off-by: Matthew McClintock <msm@freescale.com>
35422
35423 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
35424 Author: Stefan Roese <sr@denx.de>
35425 Date:   Tue Oct 17 06:14:31 2006 +0200
35426
35427     Add monitor functions for indirect access to PPC440 DCR's
35428     Patch by Leonid Baryudin, 12 Oct 2006
35429
35430 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
35431 Author: Jon Loeliger <jdl@freescale.com>
35432 Date:   Fri Oct 13 16:47:53 2006 -0500
35433
35434     Fixed leading whitespace issues.
35435     Removed spurious LAWAR thing.
35436
35437     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35438
35439 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
35440 Author: Jon Loeliger <jdl@freescale.com>
35441 Date:   Thu Oct 12 10:42:36 2006 -0500
35442
35443     Remove unneeded include files and local variable.
35444
35445     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35446
35447 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
35448 Author: Grant Likely <grant.likely@secretlab.ca>
35449 Date:   Tue Oct 10 00:23:32 2006 -0600
35450
35451     Fix possible uninitialized variable compiler warning.
35452
35453     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
35454     do_bootm_linux() may be uninitialized.  There is no possibility in the
35455     current code that len will get used uninitialized, but this fix follows
35456     the existing convention of setting both len and data to zero at the same
35457     time.
35458
35459     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
35460
35461 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
35462 Author: Matthew McClintock <msm@freescale.com>
35463 Date:   Wed Oct 11 15:13:01 2006 -0500
35464
35465     * Fix a bunch of compiler warnings for gcc 4.0
35466
35467     Signed-off-by: Matthew McClintock <msm@freescale.com>
35468
35469 commit bf651baa365e5447246aad6a633ccd667cf24a39
35470 Author: Jon Loeliger <jdl@freescale.com>
35471 Date:   Wed Oct 11 10:10:43 2006 -0500
35472
35473     Move "ar" flags to config.mk to allow for silent "make -s"
35474
35475 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
35476 Author: Jon Loeliger <jdl@freescale.com>
35477 Date:   Tue Oct 10 17:19:03 2006 -0500
35478
35479     Coding style changes to remove local varible blocks
35480     and reformat a bit nicer.
35481
35482 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
35483 Author: Jon Loeliger <jdl@freescale.com>
35484 Date:   Tue Oct 10 17:16:04 2006 -0500
35485
35486     Fix whitespace issues.
35487
35488 commit 7b382b7125f2397cce63253df62f183e3dfa2770
35489 Author: Jon Loeliger <jdl@freescale.com>
35490 Date:   Tue Oct 10 17:14:45 2006 -0500
35491
35492     Fix whitespace issues.
35493
35494 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
35495 Author: Jon Loeliger <jdl@freescale.com>
35496 Date:   Tue Oct 10 17:06:53 2006 -0500
35497
35498     Fix whitespace issues.
35499
35500 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
35501 Author: Jon Loeliger <jdl@freescale.com>
35502 Date:   Tue Oct 10 17:03:43 2006 -0500
35503
35504     Ran lindent and cleaned up whitespace issues.
35505     Format for 80-columns too.
35506
35507 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
35508 Author: Jon Loeliger <jdl@freescale.com>
35509 Date:   Tue Oct 10 17:02:22 2006 -0500
35510
35511     Fix whitespace and 80-col issues.
35512
35513 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
35514 Author: Stefan Roese <sr@denx.de>
35515 Date:   Sat Oct 7 11:36:51 2006 +0200
35516
35517     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
35518     Patch by Stefan Roese, 07 Oct 2006
35519
35520 commit 5bc528fa4da751d472397b308137238a6465afd2
35521 Author: Stefan Roese <sr@denx.de>
35522 Date:   Sat Oct 7 11:35:25 2006 +0200
35523
35524     Update ALPR code (NAND support working now)
35525     Patch by Stefan Roese, 07 Oct 2006
35526
35527 commit 77d5034847d328753b80c46b83f960a14a26f40e
35528 Author: Stefan Roese <sr@denx.de>
35529 Date:   Sat Oct 7 11:33:03 2006 +0200
35530
35531     Remove compile warnings in fpga code
35532     Patch by Stefan Roese, 07 Oct 2006
35533
35534 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
35535 Author: Stefan Roese <sr@denx.de>
35536 Date:   Sat Oct 7 11:30:52 2006 +0200
35537
35538     Add CONFIG_BOARD_RESET to configure board specific reset function
35539     Patch by Stefan Roese, 07 Oct 2006
35540
35541 commit f55df18187e7a45cb73fec4370d12135e6691ae1
35542 Author: John Traill <john.traill@freescale.com>
35543 Date:   Fri Sep 29 08:23:12 2006 +0100
35544
35545     Fix missing tCycle/modfreq calculation.
35546
35547     Signed-off-by: John Traill <john.traill@freescale.com>
35548
35549 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
35550 Author: Andy Fleming <afleming@freescale.com>
35551 Date:   Wed Sep 13 10:33:35 2006 -0500
35552
35553     Updated config headers to add default FDT-based booting
35554
35555 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
35556 Author: Andy Fleming <afleming@freescale.com>
35557 Date:   Wed Sep 13 10:34:18 2006 -0500
35558
35559     Add support for eTSEC 3 & 4 on 8548 CDS
35560
35561     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
35562       This will only work on rev 1.3 boards (but doesn't break older boards)
35563     * Cleaned up some comments to reflect the expanded role of tsec
35564       in other systems
35565
35566 commit 084d648b109c8984f83674043c1a7fa3885ef801
35567 Author: Andy Fleming <afleming@freescale.com>
35568 Date:   Wed Sep 13 10:33:56 2006 -0500
35569
35570     Added code to support 2.6.18 PCI changes in u-boot
35571
35572     * Added code to swizzle the IRQ map for the PCI
35573
35574 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
35575 Author: Jon Loeliger <jdl@freescale.com>
35576 Date:   Tue Sep 19 09:34:10 2006 -0500
35577
35578     Modified makefile for new build mechanism.
35579
35580     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35581
35582 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
35583 Author: Jon Loeliger <jdl@freescale.com>
35584 Date:   Thu Sep 14 08:40:36 2006 -0500
35585
35586     Handle 86xx SVR values according to the new Reference Manual.
35587     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
35588     by the byte in bits 16-23 instead.
35589     Thanks to Jason Jin for noticing.
35590
35591     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35592
35593 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
35594 Author: Zhang Wei <wei.zhang@freescale.com>
35595 Date:   Mon Aug 28 14:25:31 2006 +0800
35596
35597     Fixed an OF-tree off-by-one bug when adding a new property name.
35598     This bug will cause the kernel booting to pause a long time.
35599
35600     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35601     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
35602
35603 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
35604 Author: Jon Loeliger <jdl@freescale.com>
35605 Date:   Tue Aug 29 11:05:09 2006 -0500
35606
35607     Remove trailing empty lines.
35608
35609 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
35610 Author: Jon Loeliger <jdl@freescale.com>
35611 Date:   Tue Aug 29 09:48:49 2006 -0500
35612
35613     Remove bogus msync and use volatile asm.
35614
35615 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
35616 Author: Jon Loeliger <jdl@freescale.com>
35617 Date:   Tue Aug 29 08:17:14 2006 -0500
35618
35619     Add myself as maintainer for MPC8641HPCN.
35620
35621 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
35622 Author: Zhang Wei <wei.zhang@freescale.com>
35623 Date:   Mon Aug 28 14:25:31 2006 +0800
35624
35625     Fixed an OF-tree off-by-one bug when adding a new property name.
35626     This bug will cause the kernel booting to pause a long time.
35627
35628     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35629
35630 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
35631 Author: Haiying Wang <haiying.wang@freescale.com>
35632 Date:   Fri Aug 25 14:38:34 2006 -0400
35633
35634     Change ramdiskaddr and dtbaddr
35635     Remove PEX fluff commands.
35636
35637     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
35638     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35639
35640 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
35641 Author: Matthew McClintock <msm@freescale.com>
35642 Date:   Wed Aug 23 13:32:45 2006 -0500
35643
35644     * Another small fix for booting with disable_of
35645
35646     Signed-off-by: Matthew McClintock <msm@freescale.com>
35647
35648 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
35649 Author: Jon Loeliger <jdl@freescale.com>
35650 Date:   Wed Aug 23 11:04:43 2006 -0500
35651
35652     Cleanup and lindent new AHCI driver.
35653
35654 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
35655 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
35656 Date:   Wed Aug 23 19:15:12 2006 +0800
35657
35658     Add AHCI define and sata support for MPC8641HPCN board.
35659
35660     Signed-off-by:Jason Jin<jason.jin@freescale.com>
35661
35662 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
35663 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
35664 Date:   Wed Aug 23 19:10:44 2006 +0800
35665
35666     Add AHCI support to u-boot
35667
35668     Add AHCI support in u-boot, enable the sata disk controllers which
35669     following the AHCI protocol.
35670
35671     Signed-off-by:Jason Jin<jason.jin@freescale.com>
35672
35673 commit d8ea2acf5f137cae99417df4f573d036ee384668
35674 Author: Zhang Wei <wei.zhang@freescale.com>
35675 Date:   Wed Aug 23 17:54:32 2006 +0800
35676
35677     Add dtb boot-up parameter to default boot commands.
35678
35679     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35680
35681 commit b93775c2036b99baa390ea425c4771895bbc63c4
35682 Author: Jon Loeliger <jdl@freescale.com>
35683 Date:   Tue Aug 22 18:26:08 2006 -0500
35684
35685     Cleanup even more poorly introduced whitespace.
35686
35687 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
35688 Author: Jon Loeliger <jdl@freescale.com>
35689 Date:   Tue Aug 22 18:07:00 2006 -0500
35690
35691     Cleanup more poorly introduced whitespace.
35692
35693 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
35694 Author: Jon Loeliger <jdl@freescale.com>
35695 Date:   Tue Aug 22 17:54:05 2006 -0500
35696
35697     Cleanup poorly introduced whitespace.
35698
35699 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
35700 Author: Jon Loeliger <jdl@freescale.com>
35701 Date:   Tue Aug 22 12:25:27 2006 -0500
35702
35703     General indent and whitespace cleanups.
35704
35705 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
35706 Author: Jon Loeliger <jdl@freescale.com>
35707 Date:   Tue Aug 22 12:06:18 2006 -0500
35708
35709     General indent and whitespace cleanups.
35710
35711 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
35712 Author: Jon Loeliger <jdl@freescale.com>
35713 Date:   Tue Aug 22 10:42:21 2006 -0500
35714
35715     Cleanup compiler warnings.
35716
35717 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
35718 Author: Matthew McClintock <msm@freescale.com>
35719 Date:   Tue Aug 22 09:31:59 2006 -0500
35720
35721     Fix disable_of booting
35722
35723     Signed-off-by: Matthew McClintock <msm@freescale.com>
35724
35725 commit 87a449c8ac396420cb24260f717ea9e6faa82047
35726 Author: Matthew McClintock <msm@freescale.com>
35727 Date:   Tue Aug 22 09:23:55 2006 -0500
35728
35729     Support for FDT in uImage format, error when using FDT from flash
35730
35731     Signed-off-by: Matthew McClintock <msm@freescale.com>
35732
35733 commit 75c299c38369d01addd5e054b8a16217b70f4a86
35734 Author: Haiying Wang <haiying.wang@freescale.com>
35735 Date:   Tue Aug 15 15:12:55 2006 -0400
35736
35737     Unlock cache before kernel starts up for MPC86xx
35738
35739 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
35740 Author: Haiying Wang <haiying.wang@freescale.com>
35741 Date:   Tue Aug 15 15:13:15 2006 -0400
35742
35743     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
35744
35745 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
35746 Author: Haiying Wang <haiying.wang@freescale.com>
35747 Date:   Tue Aug 15 15:12:55 2006 -0400
35748
35749     Unlock cache before kernel starts up for MPC86xx
35750
35751 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
35752 Author: Haiying Wang <haiying.wang@freescale.com>
35753 Date:   Tue Aug 15 15:13:15 2006 -0400
35754
35755     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
35756
35757 commit 86c8e17f25e972a7e272950a0735fad84e082b88
35758 Author: Matthew McClintock <msm@freescale.com>
35759 Date:   Wed Aug 16 13:59:47 2006 -0500
35760
35761     * Fix disable_of booting
35762
35763     Signed-off-by: Matthew McClintock <msm@freescale.com>
35764
35765 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
35766 Author: Matthew McClintock <msm@freescale.com>
35767 Date:   Wed Aug 16 10:54:09 2006 -0500
35768
35769     * Support for FDT in uImage format, error when using FDT from flash
35770
35771     Signed-off-by: Matthew McClintock <msm@freescale.com>
35772
35773 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
35774 Author: Stefan Roese <sr@denx.de>
35775 Date:   Tue Aug 15 14:22:35 2006 +0200
35776
35777     Add initial support for the ALPR board from Prodrive
35778     NAND needs some additional testing
35779     Patch by Heiko Schocher, 15 Aug 2006
35780
35781 commit f0ff4692ff3372dec55074a8eb444943ab095abb
35782 Author: Stefan Roese <sr@denx.de>
35783 Date:   Tue Aug 15 14:15:51 2006 +0200
35784
35785     Add FPGA Altera Cyclone 2 support
35786     Patch by Heiko Schocher, 15 Aug 2006
35787
35788 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
35789 Author: Jon Loeliger <jdl@freescale.com>
35790 Date:   Mon Aug 14 15:33:38 2006 -0500
35791
35792     Fix BAT0 to actually be cacheable, non-guarded as documented.
35793
35794     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35795
35796 commit 40bc83559db5745681909fd7382ae509567e116d
35797 Author: Jon Loeliger <jdl@freescale.com>
35798 Date:   Wed Aug 9 15:32:16 2006 -0500
35799
35800     Removed MPC8641HPCN DTS source file from build.
35801     It is no longer linked into U-Boot; its sources are
35802     now located in the kernel tree.
35803
35804     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35805
35806 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
35807 Author: Matthew McClintock <msm@freescale.com>
35808 Date:   Wed Jun 28 10:47:03 2006 -0500
35809
35810     * Switched default PCI speed for 8540 ADS back to 33MHz
35811
35812     * Added comments and a printf to warn that PCI-X won't
35813       work at 33MHz
35814       Patch by Andy Fleming 17-Mar-2006
35815
35816     Signed-off-by: Andy Fleming <afleming@freescale.com>
35817
35818 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
35819 Author: Matthew McClintock <msm@freescale.com>
35820 Date:   Wed Jun 28 10:46:35 2006 -0500
35821
35822     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
35823
35824     Signed-off-by: Andy Fleming <afleming@freescale.com>
35825
35826 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
35827 Author: Matthew McClintock <msm@freescale.com>
35828 Date:   Wed Jun 28 10:46:13 2006 -0500
35829
35830     * Added VIA configuration table
35831
35832     * Added support for PCI2 on CDS
35833       Patch by Andy Fleming 17-Mar-2006
35834
35835     Signed-off-by: Andy Fleming <afleming@freescale.com>
35836
35837 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
35838 Author: Matthew McClintock <msm@freescale.com>
35839 Date:   Wed Jun 28 10:45:41 2006 -0500
35840
35841     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
35842
35843     Signed-off-by: Andy Fleming <afleming@freescale.com>
35844
35845 commit 97074ed9655309b64231bc2cee69fe85399f8055
35846 Author: Matthew McClintock <msm@freescale.com>
35847 Date:   Wed Jun 28 10:45:17 2006 -0500
35848
35849     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
35850
35851     Signed-off-by: Andy Fleming <afleming@freescale.com>
35852
35853 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
35854 Author: Matthew McClintock <msm@freescale.com>
35855 Date:   Wed Jun 28 10:44:49 2006 -0500
35856
35857     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
35858
35859     Signed-off-by: Andy Fleming <afleming@freescale.com>
35860
35861 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
35862 Author: Matthew McClintock <msm@freescale.com>
35863 Date:   Wed Jun 28 10:44:23 2006 -0500
35864
35865     * 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
35866
35867     Signed-off-by: Andy Fleming <afleming@freescale.com>
35868
35869 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
35870 Author: Matthew McClintock <msm@freescale.com>
35871 Date:   Wed Jun 28 10:43:36 2006 -0500
35872
35873     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
35874
35875     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35876
35877 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
35878 Author: Matthew McClintock <msm@freescale.com>
35879 Date:   Wed Jun 28 10:43:00 2006 -0500
35880
35881     * 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
35882
35883 commit 5498d90312aad9f6bdbf047986027c35b03cd163
35884 Author: Matthew McClintock <msm@freescale.com>
35885 Date:   Wed Jun 28 10:42:24 2006 -0500
35886
35887     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
35888
35889 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
35890 Author: Matthew McClintock <msm@freescale.com>
35891 Date:   Wed Jun 28 10:41:37 2006 -0500
35892
35893     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
35894
35895 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
35896 Author: John Traill <john.traill@freescale.com>
35897 Date:   Wed Aug 9 14:33:50 2006 +0100
35898
35899     Add Rapidio support for the MPC8641HPCN
35900
35901     Signed-off-by: John Traill <john.traill@freescale.com>
35902
35903 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
35904 Author: John Traill <john.traill@freescale.com>
35905 Date:   Tue Aug 8 11:32:43 2006 +0100
35906
35907     Fix caslat calculation
35908
35909     Signed-off-by: John Traill <john.traill@freescale.com>
35910
35911 commit 709d3073e74153278e7904a70819bbef7df50e1a
35912 Author: Jon Loeliger <jdl@freescale.com>
35913 Date:   Thu Aug 3 16:17:56 2006 -0500
35914
35915     Convert to mac-address in ethernet nodes.
35916
35917 commit 71748af833ca1017edf1415be376366ff2937d17
35918 Author: Haiying Wang <haiying.wang@freescale.com>
35919 Date:   Fri Jul 28 12:41:35 2006 -0400
35920
35921     Correct the irq value of DUART2
35922
35923 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
35924 Author: Haiying Wang <haiying.wang@freescale.com>
35925 Date:   Fri Jul 28 12:41:41 2006 -0400
35926
35927     Change the space size of PEX IO in README
35928
35929 commit 239db37c94f7a92941c4465feceb867c609241c5
35930 Author: Haiying Wang <haiying.wang@freescale.com>
35931 Date:   Fri Jul 28 12:41:18 2006 -0400
35932
35933     Move get_board_sys_clk to board directory
35934
35935 commit 492900b985439fbce1a118afde1e35def870db03
35936 Author: John Traill <john.traill@freescale.com>
35937 Date:   Fri Jul 28 09:03:54 2006 +0100
35938
35939     Fix 8641HPCN pollution
35940
35941 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
35942 Author: John Traill <john.traill@freescale.com>
35943 Date:   Fri Jul 28 08:16:06 2006 +0100
35944
35945     Fix 8641HPCN timebase
35946
35947 commit c86360b830f1eecd7a72208575dde4f57879faea
35948 Author: Zhang Wei <wei.zhang@freescale.com>
35949 Date:   Fri Jul 28 00:01:34 2006 +0800
35950
35951     Fixed OF device tree of mpc86xxhpcn board.
35952
35953     The changes works in with kernel irq mapping rework.
35954
35955     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35956
35957 commit bea3f28d285942bf3f7ab339ce85178ded544225
35958 Author: Haiying Wang <haiying.wang@freescale.com>
35959 Date:   Wed Jul 12 10:48:05 2006 -0400
35960
35961     Add support for reading and writing mac addresses to or from ID EEPROM.
35962
35963     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
35964     With attached patch, we can use command "mac/mac read/mac save/"
35965     to read and write EEPROM under u-boot prompt.
35966
35967     U-boot will calculate the checksum of EEPROM while bootup,
35968     if it is right, then u-boot will check whether the mac address
35969     of eTSEC0/1/2/3 is availalbe (non-zero).
35970
35971     If there is mac address availabe in EEPROM, u-boot will use it,
35972     otherewise, u-boot will use the mac address defined in
35973     MPC8641HPCN.h. This matches the requirement to set unique mac address
35974     for each TSEC port.
35975
35976     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
35977     Signed-off-by: York Sun <yorksun@freescale.com>
35978
35979 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
35980 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
35981 Date:   Thu Jul 13 10:35:10 2006 -0500
35982
35983     Fixed initrd issue by define big RAM
35984
35985     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
35986
35987 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
35988 Author: Jason Jin <Jason.jin@freescale.com>
35989 Date:   Fri Jul 7 10:01:45 2006 -0500
35990
35991     We made a u-boot patch to fix the hang up issue
35992     when booting filesystem from ramdisk.
35993
35994     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
35995
35996 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
35997 Author: Matthew McClintock <msm@freescale.com>
35998 Date:   Wed Jun 28 10:47:03 2006 -0500
35999
36000     * Switched default PCI speed for 8540 ADS back to 33MHz
36001     * Added comments and a printf to warn that PCI-X won't
36002       work at 33MHz
36003       Patch by Andy Fleming 17-Mar-2006
36004
36005     Signed-off-by: Andy Fleming <afleming@freescale.com>
36006
36007 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
36008 Author: Matthew McClintock <msm@freescale.com>
36009 Date:   Wed Jun 28 10:46:35 2006 -0500
36010
36011     * Fixed a bug where 8555 PCI code used the old variable and
36012       function names
36013       Patch by Andy Fleming 17-Mar-2006
36014
36015     Signed-off-by: Andy Fleming <afleming@freescale.com>
36016
36017 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
36018 Author: Matthew McClintock <msm@freescale.com>
36019 Date:   Wed Jun 28 10:46:13 2006 -0500
36020
36021     * Added VIA configuration table
36022     * Added support for PCI2 on CDS
36023       Patch by Andy Fleming 17-Mar-2006
36024
36025     Signed-off-by: Andy Fleming <afleming@freescale.com>
36026
36027 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
36028 Author: Matthew McClintock <msm@freescale.com>
36029 Date:   Wed Jun 28 10:45:41 2006 -0500
36030
36031     * Fixed PCI memory definitions
36032       Patch by Andy Fleming 17-Mar-2006
36033
36034     Signed-off-by: Andy Fleming <afleming@freescale.com>
36035
36036 commit 087454609e47295443af793a282cddcd91a5f49c
36037 Author: Matthew McClintock <msm@freescale.com>
36038 Date:   Wed Jun 28 10:45:17 2006 -0500
36039
36040     * Added support for initializing second PCI bus on 85xx
36041       Patch by Andy Fleming 17-Mar-2006
36042
36043     Signed-off-by: Andy Fleming <afleming@freescale.com>
36044
36045 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
36046 Author: Matthew McClintock <msm@freescale.com>
36047 Date:   Wed Jun 28 10:44:49 2006 -0500
36048
36049     * Added PCI-X #defines for PCI-X initialization
36050       Patch by Andy Fleming on 17-Mar-2006
36051
36052     Signed-off-by: Andy Fleming <afleming@freescale.com>
36053
36054 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
36055 Author: Matthew McClintock <msm@freescale.com>
36056 Date:   Wed Jun 28 10:44:23 2006 -0500
36057
36058     * Made sure the code which disables prefetch for PCI devices
36059       sets the size of the prefetch region to 0
36060       Patch by Andy Fleming on 17-Mar-2006
36061
36062     Signed-off-by: Andy Fleming <afleming@freescale.com>
36063
36064 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
36065 Author: Matthew McClintock <msm@freescale.com>
36066 Date:   Wed Jun 28 10:43:36 2006 -0500
36067
36068     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
36069       Patch by Jon Loeliger 17-Jan-2006
36070
36071     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36072
36073 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
36074 Author: Matthew McClintock <msm@freescale.com>
36075 Date:   Wed Jun 28 10:43:00 2006 -0500
36076
36077     * Removed the oftree.dts for stxxtx in light of the changes
36078       to the flat device tree handling code
36079       Patch by Matthew McClintock 26-June-2006
36080
36081 commit 1b380ec225665e73959677f3893dc658c5925e05
36082 Author: Matthew McClintock <msm@freescale.com>
36083 Date:   Wed Jun 28 10:42:24 2006 -0500
36084
36085     * Patch to modify ft_build.c to update flat device trees in place
36086       Patch by Matthew McClintock 26-June-2006
36087
36088 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
36089 Author: Matthew McClintock <msm@freescale.com>
36090 Date:   Wed Jun 28 10:41:37 2006 -0500
36091
36092     * Modify bootm command to support booting with flat device trees
36093       Patch by Matthew McClintock 26-June-2006
36094
36095 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
36096 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
36097 Date:   Wed Jun 28 08:43:56 2006 -0500
36098
36099     Change Id to symbolic name for RTL8139
36100
36101     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36102
36103 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
36104 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
36105 Date:   Tue Jun 27 18:12:10 2006 +0800
36106
36107     Fix RTL8139 in big endian
36108
36109     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
36110     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
36111
36112 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
36113 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
36114 Date:   Tue Jun 27 18:12:23 2006 +0800
36115
36116     Fix Tsec bug when no link
36117
36118      When tftp a non-exist file from the tftp server, u-boot will check
36119      the link of all eth port. The original file will return wrong link
36120      state on the no link ports.
36121
36122     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
36123
36124 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
36125 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
36126 Date:   Tue Jun 27 18:12:02 2006 +0800
36127
36128     Fix bug for io_bar size during pci scan
36129
36130     During the pci scan process, Some devices return bar_reponse with the
36131     highest bytes 0, such as the pci bridge in uli1575 return bar_response
36132     with 0xffffff, So the bar_size should be manually set under 64K.
36133
36134     Signed-off-by: Jason Jin <jason.jin@freescale.com>
36135
36136 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
36137 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
36138 Date:   Tue Jun 27 18:11:54 2006 +0800
36139
36140     Enable PCIE1 for MPC8641HPCN board
36141
36142     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36143
36144 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
36145 Author: Wolfgang Denk <wd@pollux.denx.de>
36146 Date:   Mon Jun 26 11:06:00 2006 +0200
36147
36148     More code cleanup
36149
36150 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
36151 Author: Jon Loeliger <jdl@freescale.com>
36152 Date:   Thu Jun 22 08:51:46 2006 -0500
36153
36154     Fix bug in 8641hpcn reset command with no args.
36155
36156     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
36157     Acked-by: Jon Loeliger <jdl@freescale.com>
36158
36159 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
36160 Author: Zhang Wei <wei.zhang@freescale.com>
36161 Date:   Tue Jun 20 17:47:15 2006 +0800
36162
36163     Reworked IRQ mapping in OF-tree.
36164
36165 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
36166 Author: Jon Loeliger <jdl@freescale.com>
36167 Date:   Thu Jun 15 21:33:37 2006 -0500
36168
36169     Do not enable address translation on secondary CPUs.
36170     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
36171
36172     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36173
36174 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
36175 Author: Wolfgang Denk <wd@pollux.denx.de>
36176 Date:   Wed Jun 14 18:14:56 2006 +0200
36177
36178     Code cleanup
36179
36180 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
36181 Author: Wolfgang Denk <wd@pollux.denx.de>
36182 Date:   Wed Jun 14 17:45:53 2006 +0200
36183
36184     Various USB related patches
36185     - Add support for mpc8xx USB device.
36186     - Add support for Common Device Class - Abstract Control Model USB console.
36187     - Add support for flow control in USB slave devices.
36188     - Add support for switching between gserial and cdc_acm using environment.
36189     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
36190     - Update usbcore slightly to ease host enumeration.
36191     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
36192     - Add AdderUSB_config as a defconfig to enable usage of the USB console
36193       by default with the Adder87x U-Boot port.
36194     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
36195
36196 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
36197 Author: Jon Loeliger <jdl@jdl.com>
36198 Date:   Wed Jun 7 10:53:55 2006 -0500
36199
36200     Fix a get_board_sys_clk() use-before-def warning.
36201
36202     Signed-off-by: Jon Loeliger <jdl@jdl.com>
36203
36204 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
36205 Author: Jon Loeliger <jdl@jdl.com>
36206 Date:   Wed Jun 7 10:52:49 2006 -0500
36207
36208     Allow DTC path to be passed in.
36209
36210     Signed-off-by: Jon Loeliger <jdl@jdl.com>
36211
36212 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
36213 Author: Haiying Wang <haiying.wang@freescale.com>
36214 Date:   Tue Jun 6 16:54:29 2006 -0400
36215
36216     Modify the IRQ of DUART2
36217
36218 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
36219 Author: Jon Loeliger <jdl@jdl.com>
36220 Date:   Wed May 31 13:55:35 2006 -0500
36221
36222     Review cleanups.
36223
36224     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36225
36226 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
36227 Author: Jon Loeliger <jdl@jdl.com>
36228 Date:   Wed May 31 12:44:44 2006 -0500
36229
36230     White space cleanup.
36231     Some 80-column cleanups.
36232     Convert printf() to puts() where possible.
36233     Use #include "spd_sdram.h" as needed.
36234     Enhanced reset command usage message a bit.
36235
36236     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36237
36238 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
36239 Author: Jon Loeliger <jdl@jdl.com>
36240 Date:   Wed May 31 11:39:34 2006 -0500
36241
36242     Removed unneeded local_bus_init() from 8641HPCN board.
36243
36244     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36245
36246 commit 4d3d729c16c392d2982d3266b659d333c927697d
36247 Author: Jon Loeliger <jdl@jdl.com>
36248 Date:   Wed May 31 11:24:28 2006 -0500
36249
36250     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
36251
36252     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36253
36254 commit b2a941de060350ad15878d8219825f4950e9bb8e
36255 Author: Jon Loeliger <jdl@jdl.com>
36256 Date:   Wed May 31 10:07:28 2006 -0500
36257
36258     Remove dead debug code.
36259
36260     Signed-off-by: Jon Loeliger <jdl@jdl.com>
36261
36262 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
36263 Author: Jon Loeliger <jdl@freescale.com>
36264 Date:   Tue May 30 17:47:00 2006 -0500
36265
36266     Move mpc86xx PIXIS code to board directory
36267
36268     First cut at moving the PIXIS platform code out of
36269     the 86xx cpu directory and into board/mpc8641hpcn
36270     where it belongs.
36271
36272     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36273
36274 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
36275 Author: Markus Klotzbuecher <mk@denx.de>
36276 Date:   Tue May 30 16:56:14 2006 +0200
36277
36278     Support generic OHCI support for the s3c24x0 cpu.
36279
36280 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
36281 Author: Haiying Wang <Haiying.Wang@freescale.com>
36282 Date:   Tue May 30 09:10:32 2006 -0500
36283
36284     Improve "reset" command's interaction with watchdog.
36285
36286         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
36287         "reset altbank wd" will reset another bank WITH watch dog enabled
36288         "diswd" will disable watch dog after u-boot boots up successfully
36289
36290     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
36291
36292 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
36293 Author: Haiying Wang <Haiying.Wang@freescale.com>
36294 Date:   Tue May 30 08:51:19 2006 -0500
36295
36296     Fix two SDRAM setup bugs.
36297
36298         Fix ECC setup bug.
36299         Enable 1T/2T based on number of DIMMs present.
36300
36301     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
36302
36303 commit d11fec5015334deb2010e36ce00bb118cc5429a5
36304 Author: Haiying Wang <Haiying.Wang@freescale.com>
36305 Date:   Fri May 26 10:24:48 2006 -0500
36306
36307     Add first draft of the MPC8641HPCN doc/README.
36308
36309     Signed-off-by: Jon Loeliger <jdl@jdl.com>
36310
36311 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
36312 Author: Haiying Wang <Haiying.Wang@freescale.com>
36313 Date:   Fri May 26 10:13:04 2006 -0500
36314
36315     Added pci@8000 block.
36316     Updated ethernet interrupt mappings (moved up 48).
36317     Cleaned up a few comments.
36318
36319     Signed-off-by: Jon Loeliger <jdl@jdl.com>
36320
36321 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
36322 Author: Haiying Wang <Haiying.Wang@freescale.com>
36323 Date:   Fri May 26 10:01:16 2006 -0500
36324
36325     Allow args on reset command.
36326
36327     Signed-off-by: Jon Loeliger <jdl@jdl.com>
36328
36329 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
36330 Author: Markus Klotzbuecher <mk@denx.de>
36331 Date:   Tue May 23 13:38:35 2006 +0200
36332
36333     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
36334     fixes to the latter.
36335
36336 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
36337 Author: Markus Klotzbuecher <mk@denx.de>
36338 Date:   Tue May 23 10:33:11 2006 +0200
36339
36340     More cleanup for the delta board and the generic usb_ohci driver. Added
36341     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
36342     initialization and cleanup hooks respectively.
36343
36344 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
36345 Author: Markus Klotzbuecher <mk@denx.de>
36346 Date:   Mon May 22 16:33:54 2006 +0200
36347
36348     This patch adds USB storage support for the delta board. This is the first
36349     board to make use of a generic OHCI driver, that calls hooks for board
36350     dependant initialization.
36351
36352 commit 14e37081ff3cac7ebe6e93836523429853b6b292
36353 Author: Jon Loeliger <jdl@jdl.com>
36354 Date:   Fri May 19 13:28:39 2006 -0500
36355
36356     Change arbitration to round-robin for SMP linux.
36357
36358 commit 9a655876e5995be80f49054e2509500e871e4d3a
36359 Author: Jon Loeliger <jdl@jdl.com>
36360 Date:   Fri May 19 13:26:34 2006 -0500
36361
36362     Enable dual DDR controllers and interleaving.
36363
36364 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
36365 Author: Jon Loeliger <jdl@jdl.com>
36366 Date:   Fri May 19 13:22:44 2006 -0500
36367
36368     Update 86xx address map and LAWBARs.
36369
36370 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
36371 Author: Jon Loeliger <jdl@jdl.com>
36372 Date:   Fri May 19 13:14:15 2006 -0500
36373
36374     Remove L2 Cache invalidate polling.
36375
36376 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
36377 Author: Jon Loeliger <jdl@jdl.com>
36378 Date:   Fri May 19 12:33:09 2006 -0500
36379
36380     Enable 2nd CPU and I2C.
36381
36382 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
36383 Author: Jon Loeliger <jdl@freescale.com>
36384 Date:   Mon May 15 07:26:56 2006 -0500
36385
36386     Update interrupt mapping.
36387
36388 commit 6cfea33477b04b63ed47386ed1629529484c33ba
36389 Author: Haiying Wang <Haiying.Wang@freescale.com>
36390 Date:   Wed May 10 09:38:06 2006 -0500
36391
36392     Remove unneeded INIT_RAM_LOCK cache twiddling.
36393     Correctly tracks r29 as global data pointer now.
36394
36395     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
36396
36397 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
36398 Author: Jon Loeliger <jdl@freescale.com>
36399 Date:   Wed May 10 09:33:07 2006 -0500
36400
36401     Remove unnecessary flash.c file.
36402
36403 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
36404 Author: Jon Loeliger <jdl@freescale.com>
36405 Date:   Tue May 9 08:23:49 2006 -0500
36406
36407     Get MPC8641HPCN flash images working.
36408
36409         Enable the CFI driver.
36410         Remove bogus LAWBAR7 cruft.
36411         Use correct TEXT_BASE, Fixup load script.
36412         Enable SPD EEPROM during DDR setup.
36413         Use generic RFC 1918 IP addresses by default.
36414
36415 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
36416 Author: Jon Loeliger <jdl@freescale.com>
36417 Date:   Thu Apr 27 10:15:16 2006 -0500
36418
36419     Cleanup whitespaces and style issues.
36420     Removed //-style comments.
36421     Use 80-column lines.
36422     Remove trailing whitespace.
36423     Remove dead code and debug cruft.
36424
36425 commit a2320a6bf8113a09544c42d160d10ac69d049a03
36426 Author: Jon Loeliger <jdl@freescale.com>
36427 Date:   Thu Apr 27 08:22:39 2006 -0500
36428
36429     Revert bad PCI prefetch limit change.
36430
36431 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
36432 Author: Jon Loeliger <jdl@freescale.com>
36433 Date:   Wed Apr 26 17:58:56 2006 -0500
36434
36435     Initial support for MPC8641 HPCN board.