]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Prepare 2009.06-rc3
[karo-tx-uboot.git] / CHANGELOG
1 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
2 Author: Wolfgang Denk <wd@denx.de>
3 Date:   Wed Jun 10 00:15:11 2009 +0200
4
5     rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
6
7     Signed-off-by: Wolfgang Denk <wd@denx.de>
8
9 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
10 Author: Daniel Mack <daniel@caiaq.de>
11 Date:   Thu Jun 4 19:44:12 2009 +0200
12
13     ubifs: fix small error path mismatch
14
15     In do_readpage(), don't free 'dn' if its allocation failed.
16
17     Signed-off-by: Daniel Mack <daniel@caiaq.de>
18
19 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
20 Author: Wolfgang Denk <wd@denx.de>
21 Date:   Thu Jun 4 00:31:07 2009 +0200
22
23     EP88x: fix broken linker script
24
25     Signed-off-by: Wolfgang Denk <wd@denx.de>
26     Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
27
28 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
29 Author: Wolfgang Denk <wd@denx.de>
30 Date:   Fri May 15 00:16:02 2009 +0200
31
32     TQM85xx: minor config file cleanup
33
34     Remove "saveenv" from "update" definition: the environment is outside
35     the U-Boot image on TQM85xx and therefor not affected by updates.
36
37     Also "beautify" code a bit (vertical alignment).
38
39     Signed-off-by: Wolfgang Denk <wd@denx.de>
40
41 commit c0296b1801fc9426d772fa75fe58458db605dfee
42 Author: Wolfgang Denk <wd@denx.de>
43 Date:   Fri May 15 00:16:01 2009 +0200
44
45     TQM85xx: adapt for new flash types
46
47     Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
48     series while new boards have 'N' type Flashes from the S29GLxxxN
49     series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
50
51     We now change the configuration to the new flash types for all
52     boards; this also works on old boards - we just waste two flash
53     sectors for the environment which could be smaller there.
54
55     Signed-off-by: Wolfgang Denk <wd@denx.de>
56
57 commit 6735104924f06340071a6914a9ee3345607fc102
58 Author: Dave Liu <daveliu@freescale.com>
59 Date:   Mon May 18 17:49:23 2009 +0800
60
61     85xx: Fix the wrong SYS_CLK_IN for 8569MDS
62
63     The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
64     The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
65     so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
66
67     Signed-off-by: Dave Liu <daveliu@freescale.com>
68
69 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
70 Author: Dave Liu <daveliu@freescale.com>
71 Date:   Fri May 15 10:27:44 2009 +0800
72
73     85xx: Fix the wrong BCSR address of 8569MDS
74
75     The BCSR17[7] = 1 will unlock the write protect of FLASH.
76     The WP# pin only controls the write protect of top/bottom sector,
77     That is why we can save env, but we can't write the first sector
78     before the patch.
79
80     Signed-off-by: Dave Liu <daveliu@freescale.com>
81
82 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
83 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
84 Date:   Tue Jun 2 16:27:10 2009 -0500
85
86     85xx: bugfix for reading maximum TLB size on mpc85xx
87
88     The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
89     This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
90     (256 MB)
91     which made u-boot hang in board_init_f() when trying to create a new stack
92     in RAM.
93     I have an mpc8540 with one 1GB dimm.
94
95     Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
96     Signed-off-by: Andy Fleming <afleming@freescale.com>
97     Acked-by: Kumar Gala <galak@kernel.crashing.org>
98
99 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
100 Author: Dave Liu <daveliu@freescale.com>
101 Date:   Fri Mar 27 14:32:43 2009 +0800
102
103     85xx: Fix the clock adjust of mpc8569mds board
104
105     Currently the clk_adj is 6 (3/4 cycle), The settings will cause
106     the DDR controller hang at the data init. Change the clk_adj
107     from 6 to 4 (1/2 cycle), make the memory system stable.
108
109     Signed-off-by: Dave Liu <daveliu@freescale.com>
110
111 commit faa14babd7466dfade358f9cac128ae246b9bf1b
112 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
113 Date:   Fri Jun 5 16:54:31 2009 +0200
114
115     at91: fix a USB problem for AT91SAM9261
116
117     This patch corrects the missing PLLB initialization in usb_cpu_init()
118     for AT91SAM9261.
119     Because of the missing PLLB initialization, the USB support for all
120     AT91SAM9261 based boards will work only if the PLLB is configured by a
121     precedent bootloader.
122
123     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
124     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
125     Signed-off-by: Remy Bohmer <linux@bohmer.net>
126
127 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
128 Author: Felix Radensky <felix@embedded-sol.com>
129 Date:   Sun May 31 20:44:15 2009 +0300
130
131     ppc4xx/net: Fix MDIO clock setup
132
133     This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
134     Current code assumes that the value of sysinfo.freqOPB is 100000000
135     when OPB frequency is 100MHz. In reality it is 100000001. As a result
136     MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
137     the standard. This in not a problem on boards equipped with Marvell PHYs
138     (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
139     but can be a problem for other PHYs (e.g. Realtek ones).
140
141     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
142     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
143
144 commit d65e34d12514de2bbe3b8f519761d641c081bad0
145 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
146 Date:   Wed Feb 25 14:27:29 2009 +0900
147
148     rtl8169: fix PCI system memory address
149
150     When PCI device use system memory, some PCI host controller should be
151     set physical memory address.
152
153     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
154     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
155
156 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
157 Author: Manikandan Pillai <mani.pillai@ti.com>
158 Date:   Wed Apr 8 09:14:35 2009 +0530
159
160     SMC911x driver fixed for NFS boot
161
162     eth_halt() function in the smc911x drivers used to call the
163     smc911x_reset() function. eth_halt() used to be called after
164     tftp transfers. This used to put the ethernet chip in reset
165     while the linux boots up resulting in the ethernet driver
166     not coming up. NFS boot used to fail as a result.
167
168     This patch calls smc911x_shutdown() instead of smc911x_reset().
169     Some comments received has also been fixed.
170
171     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
172     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
173
174 commit e5a3bc2401a23f1890611f020f57f94824a534db
175 Author: Remy Bohmer <linux@bohmer.net>
176 Date:   Sun May 3 12:11:40 2009 +0200
177
178     Add config option for disabling DM9000-SROM support.
179
180     Some boards do not have SROM support for the DM9000 network adapter.
181     Instead of listing these board names in the driver code, make this
182     option configurable from the board config file.
183
184     It also removes a build warning for the at91sam9261ek board:
185     'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
186
187     And it repaires the trizepsiv board build which was broken around the
188     same routines
189
190     Signed-off-by: Remy Bohmer <linux@bohmer.net>
191     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
192
193 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
194 Author: Daniel Mack <daniel@caiaq.de>
195 Date:   Wed Apr 8 13:23:37 2009 +0200
196
197     smc911x: write back the manually set MAC address
198
199     If the MAX address is given by the environment, write it back to the
200     hardware.
201
202     Signed-off-by: Daniel Mack <daniel@caiaq.de>
203     Cc: Sascha Hauer <s.hauer@pengutronix.de>
204     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
205
206 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
207 Author: Wolfgang Denk <wd@denx.de>
208 Date:   Fri May 15 00:16:03 2009 +0200
209
210     Redundant Environment: protect full sector size
211
212     Several boards used different ways to specify the size of the
213     protected area when enabling flash write protection for the sectors
214     holding the environment variables: some used CONFIG_ENV_SIZE and
215     CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
216     a mix of both for the "normal" and the "redundant" areas.
217
218     Normally, this makes no difference at all. However, things are
219     different when you have to deal with boards that can come with
220     different types of flash chips, which may have different sector
221     sizes.
222
223     Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
224     biggest sector size, which may include several sectors on boards using
225     the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
226     or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
227     case that only the first of these sectors get protected, while the
228     following ones aren't.
229
230     This is no real problem, but it can be confusing for the user -
231     especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
232     "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
233     "redundant" area.
234
235     To avoid such inconsistencies, I changed all sucn boards that I found
236     to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
237     not cause any functional changes to the code.
238
239     Signed-off-by: Wolfgang Denk <wd@denx.de>
240     Cc: Paul Ruhland
241     Cc: Pantelis Antoniou <panto@intracom.gr>
242     Cc: Stefan Roese <sr@denx.de>
243     Cc: Gary Jennejohn <garyj@denx.de>
244     Cc: Dave Ellis <DGE@sixnetio.com>
245     Acked-by: Stefan Roese <sr@denx.de>
246
247 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
248 Author: Ilya Yanok <yanok@emcraft.com>
249 Date:   Thu May 14 14:03:09 2009 +0400
250
251     mmc: it's safe to ignore mmc_send_if_cond() return value
252
253     Return value of mmc_send_if_cond() can be safely ignored (as it is
254     done in Linux). This makes older cards work with MXC MCI controller.
255
256     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
257
258 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
259 Author: Stefan Roese <sr@denx.de>
260 Date:   Mon May 11 15:54:13 2009 +0200
261
262     cfi_mtd: Fix bug in last sector detection
263
264     This patch now enabled this cfi-mtd wrapper to correctly detect and
265     erase the last sector in an NOR FLASH device.
266
267     Signed-off-by: Stefan Roese <sr@denx.de>
268
269 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
270 Author: Yauhen Kharuzhy <jekhor@gmail.com>
271 Date:   Thu May 7 00:43:30 2009 +0300
272
273     mmc: Fix decoding of SCR & function switch data on little-endian machines
274
275     SCR & switch data are read from card as big-endian words and should be
276     converted to CPU byte order.
277
278     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
279     Signed-off-by: Andy Fleming <afleming@freescale.com>
280
281 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
282 Author: Yauhen Kharuzhy <jekhor@gmail.com>
283 Date:   Thu May 7 13:08:53 2009 +0300
284
285     mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
286
287     Cards which are not compatible with SD 2.0 standard, may return response
288     for CMD8 command, but it will be invalid in terms of SD 2.0. We should
289     accept this case as admissible, just like Linux does.
290
291     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
292     Signed-off-by: Andy Fleming <afleming@freescale.com>
293
294 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
295 Author: Rabin Vincent <rabin@rab.in>
296 Date:   Sun Apr 5 13:30:56 2009 +0530
297
298     mmc: drop unnecessary casts
299
300     Now that response is a uint, we can drop all the casts.
301
302     Signed-off-by: Rabin Vincent <rabin@rab.in>
303
304 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
305 Author: Rabin Vincent <rabin@rab.in>
306 Date:   Sun Apr 5 13:30:55 2009 +0530
307
308     mmc: fix response decoding on little endian
309
310     The mmc code defines the response as an array of chars.  However, it
311     access the response bytes both as (i) an array of four uints (with
312     casts) and (ii) as individual chars.  The former case is used more
313     often, including by the driver when it assigns the response.
314
315     The char-wise accesses are broken on little endian systems because they
316     assume that the bytes in the uints are in big endian byte order.
317
318     This patch fixes this by changing the response to be an array of four
319     uints and replacing the char-wise accesses with equivalent uint-wise
320     accesses.
321
322     Signed-off-by: Rabin Vincent <rabin@rab.in>
323
324 commit 9b1f942c09dd942e6de3185caa81c111b14de567
325 Author: Rabin Vincent <rabin@rab.in>
326 Date:   Sun Apr 5 13:30:54 2009 +0530
327
328     mmc: use lldiv to fix arm eabi build
329
330     The generic MMC core uses direct long long divisions, which do not build
331     with ARM EABI toolchains.  Use lldiv() instead, which works everywhere.
332
333     Signed-off-by: Rabin Vincent <rabin@rab.in>
334
335 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
336 Author: Rabin Vincent <rabin@rab.in>
337 Date:   Sun Apr 5 13:30:53 2009 +0530
338
339     mmc: check find_mmc_device return value
340
341     find_mmc_device returns NULL if an invalid device number is specified.
342     Check for this to avoid dereferencing NULL pointers.
343
344     Signed-off-by: Rabin Vincent <rabin@rab.in>
345
346 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
347 Author: Rabin Vincent <rabin@rab.in>
348 Date:   Sun Apr 5 13:30:52 2009 +0530
349
350     mmc: clean up help texts
351
352     Remove some repeated words and superfluous newlines in the mmc command
353     help entries.
354
355     Signed-off-by: Rabin Vincent <rabin@rab.in>
356
357 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
358 Author: Mike Frysinger <vapier@gentoo.org>
359 Date:   Fri May 29 17:01:48 2009 -0400
360
361     Blackfin: spi: fix pin handling of SPI0 SSEL4
362
363     CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
364     peripheral in order to work.
365
366     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
367
368 commit 2157359dad2533987f5eb0181ef543693fad6a33
369 Author: Mike Frysinger <vapier@gentoo.org>
370 Date:   Tue May 26 02:51:57 2009 -0400
371
372     Blackfin: fix if() logic in bootrom evt1 check
373
374     A missing set of parenthesis caused the silicon revision to apply only to
375     the BF533 and not the BF531/BF532 variants.
376
377     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
378
379 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
380 Author: Stefan Roese <sr@denx.de>
381 Date:   Sat May 16 12:04:22 2009 +0200
382
383     jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
384
385     Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
386     mtdparts_init() is available in both files, cmd_mtdparts.c and
387     cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
388     the jffs2/mtdparts command/file split those 2 different versions
389     already existed. So this is nothing new. The main problem is that the
390     variables "current_dev" and "current_partnum" are declared in both
391     files now. This doesn't work.
392
393     This patch now changes the names of those variable to more specific
394     names: "current_mtd_dev" and "current_mtd_partnum". This is because
395     this patch also changes the declaration from static to global, so
396     that they can be used from both files.
397
398     Please note that my first tests were not successful. The MTD devices
399     selected via mtdparts are now accessed but I'm failing to see the
400     directory listed via the "ls" command. Nothing is displayed. Perhaps
401     I didn't generate the JFFS2 image correctly (I never used JFFS2 in
402     U-Boot before). Not sure. Perhaps somebody else could take a look at
403     this as well. I'll continue looking into this on Monday.
404
405     Signed-off-by: Stefan Roese <sr@denx.de>
406     Cc: Wolfgang Denk <wd@denx.de>
407     Cc: Detlev Zundel <dzu@denx.de>
408     Cc: Ilya Yanok <yanok@emcraft.com>
409     Cc: Renaud barbier <renaud.barbier@ge.com>
410
411 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
412 Author: Graf Yang <graf.yang@analog.com>
413 Date:   Sun May 24 02:34:34 2009 -0400
414
415     Blackfin: bf518f-ezbrd: setup portmux for async flash
416
417     The pins for async memory where parallel flash lives are not enabled by
418     default, so make sure we mux them as needed.
419
420     Signed-off-by: Graf Yang <graf.yang@analog.com>
421     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
422
423 commit f40f6db278f602b55820693634a7256b0b4e4b80
424 Author: Stefan Roese <sr@denx.de>
425 Date:   Wed May 20 10:58:03 2009 +0200
426
427     nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
428
429     This patch enables Smart Media (SMC) ECC byte ordering which is used
430     on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
431     incompatible ECC byte ordering to the Linux kernel NDFC driver.
432
433     Signed-off-by: Stefan Roese <sr@denx.de>
434     Acked-by: Scott Wood <scottwood@freescale.com>
435
436 commit 399aab7748bef053d59612211e1bd7a3fabfce18
437 Author: Stefan Roese <sr@denx.de>
438 Date:   Wed May 20 10:58:02 2009 +0200
439
440     ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
441
442     This patch now uses the correct ECC byte order (Smart Media - SMC)
443     to be used on the 4xx NAND FLASH driver. Without this patch we have
444     incompatible ECC byte ordering to the Linux kernel NDFC driver.
445
446     Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
447     drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
448     a seperate patch.
449
450     Signed-off-by: Stefan Roese <sr@denx.de>
451     Acked-by: Scott Wood <scottwood@freescale.com>
452
453 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
454 Author: Stefan Roese <sr@denx.de>
455 Date:   Wed May 20 10:58:01 2009 +0200
456
457     ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
458
459     This patch moves the definition for the PPC4xx NAND FLASH controller
460     (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
461     upcoming fix for the ECC byte ordering of the NDFC driver.
462
463     Signed-off-by: Stefan Roese <sr@denx.de>
464     Acked-by: Scott Wood <scottwood@freescale.com>
465
466 commit 2df72b82bc9e17b88dc82735a067749220beb025
467 Author: Kim Phillips <kim.phillips@freescale.com>
468 Date:   Tue May 19 12:53:36 2009 -0500
469
470     common: fix inline--weak error spotted by gcc 4.4
471
472     cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
473
474     removing the inline attribute fixes it.
475
476     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
477
478 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
479 Author: Kim Phillips <kim.phillips@freescale.com>
480 Date:   Tue May 19 12:53:32 2009 -0500
481
482     TQM834x: remove defines causing gcc4.4 warnings
483
484     Configuring for TQM834x board...
485     cpu_init.c: In function 'cpu_init_f':
486     cpu_init.c:262: warning: array subscript is above array bounds
487     cpu_init.c:263: warning: array subscript is above array bounds
488     cpu_init.c:270: warning: array subscript is above array bounds
489     ...
490
491     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
492
493 commit 0850301747228a3327f2815a85284d26ade3de95
494 Author: Andreas Huber <andreas.huber@keymile.com>
495 Date:   Tue May 19 11:06:30 2009 +0200
496
497     UBI: fix return code in ubi_volume_read
498
499     Return -ENODEV instead of 0 when trying to read from a non existing volume.
500
501     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
502     Signed-off-by: Stefan Roese <sr@denx.de>
503
504 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
505 Author: Graf Yang <graf.yang@analog.com>
506 Date:   Tue May 19 04:40:08 2009 -0400
507
508     Blackfin: fix timer_init()/timer_reset()
509
510     The timer_init() function was not using the right csync instruction, nor
511     was it doing it right after disabling the core timer.
512
513     The timer_reset() function would reset the timestamp, but not the actual
514     timer, so there was a common edge case where get_timer() return a jump of
515     one timestamp (couple milliseconds) right after resetting.  This caused
516     many functions to improperly timeout right away.
517
518     Signed-off-by: Graf Yang <graf.yang@analog.com>
519     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
520
521 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
522 Author: Shinya Kuribayashi <skuribay@pobox.com>
523 Date:   Sat May 16 09:12:09 2009 +0900
524
525     MIPS: lib_mips/board.c: Remove unused variables
526
527     This fixes the following build warnings:
528
529     board.c: In function 'board_init_r':
530     board.c:328: warning: unused variable 'i'
531     board.c:326: warning: unused variable 'e'
532
533     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
534
535 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
536 Author: Shinya Kuribayashi <skuribay@pobox.com>
537 Date:   Sat May 16 09:12:09 2009 +0900
538
539     MIPS: Make all extern-ed functions in bitops.h static
540
541     All these functions are expected to be static inline-ed.
542     This patch also fixes the following build warnings on MIPS targets:
543
544     include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
545     include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
546     include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
547     include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
548
549     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
550
551 commit 87423d740b91329b8d1d0b73cafd6930993b558a
552 Author: Thomas Lange <thomas@corelatus.se>
553 Date:   Fri Apr 24 16:22:16 2009 +0200
554
555     MIPS: Implement ethernet halt for au1x00
556
557     Implement ethernet halt() by putting MAC0 in reset.
558     If we do not do this, we will get memory corruption
559     when ethernet frames are received during early OS boot.
560
561     Signed-off-by: Thomas Lange <thomas@corelatus.se>
562     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
563
564 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
565 Author: Wolfgang Denk <wd@denx.de>
566 Date:   Fri May 15 23:29:23 2009 +0200
567
568     Prepare v2009.06-rc2
569
570     Update CHANGELOG.
571
572     Signed-off-by: Wolfgang Denk <wd@denx.de>
573
574 commit f4317ea91942f44cc1c433277927b61618e9b0a5
575 Author: Daniel Mack <daniel@caiaq.de>
576 Date:   Tue May 5 12:48:29 2009 +0200
577
578     ARM: fix PXA build by defining UP2OCR
579
580     U-Boot does not currently build for PXA platforms with USB support
581     enabled:
582
583     usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
584
585     Signed-off-by: Daniel Mack <daniel@caiaq.de>
586     Cc: Markus Klotzbuecher <mk@denx.de>
587
588     Edited commit message.
589     Signed-off-by: Wolfgang Denk <wd@denx.de>
590
591 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
592 Author: Wolfgang Denk <wd@denx.de>
593 Date:   Fri May 15 22:32:57 2009 +0200
594
595     Minor Coding Style fix; update CHANGELOG.
596
597     Signed-off-by: Wolfgang Denk <wd@denx.de>
598
599 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
600 Author: Wolfgang Denk <wd@denx.de>
601 Date:   Fri May 15 09:27:58 2009 +0200
602
603     IDE: bail out of dev_print() for unknown device types
604
605     Commit 574b319512 introduced a subtle bug by mixing a list of tests
606     for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
607     then mostly did not work because "dev_desc->type" cannot take any
608     "IF_*" type values. A later fix in commit 8ec6e332ea changed the
609     switch() into testing "dev_desc->if_type", but at this point the
610     initial test for unknown device types was completely lost, which
611     resulted in output like that for IDE ports without device attached:
612
613       Device 1: Model:  Firm:  Ser#:
614                 Type: # 1F #
615                 Capacity: not available
616
617     This patch re-introduces the missing test for unknown device types.
618
619     Signed-off-by: Wolfgang Denk <wd@denx.de>
620     Cc: Stefan Roese <sr@denx.de>
621     Cc: Detlev Zundel <dzu@denx.de>
622     Tested-by: Stefan Roese <sr@denx.de>
623
624 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
625 Author: Stefan Roese <sr@denx.de>
626 Date:   Thu May 14 07:25:13 2009 +0200
627
628     74xx_7xx: Fix rounding problem in CPU frequency calculation
629
630     This patch fixes a problem in the CPU frequency calculation. Without it
631     a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
632
633     Signed-off-by: Stefan Roese <sr@denx.de>
634
635 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
636 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
637 Date:   Wed May 13 22:24:12 2009 +0200
638
639     console.h: remove unused prototype 'console_realloc'
640
641     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
642
643 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
644 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
645 Date:   Wed May 13 22:16:31 2009 +0200
646
647     api: remove un-needed ifdef CONFIG_API already handle by the Makefile
648
649     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
650
651 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
652 Author: Detlev Zundel <dzu@denx.de>
653 Date:   Wed May 13 10:54:10 2009 +0200
654
655     Fix e-mail address of Gary Jennejohn.
656
657     Signed-off-by: Detlev Zundel <dzu@denx.de>
658
659 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
660 Author: Emil Medve <Emilian.Medve@Freescale.com>
661 Date:   Tue May 12 13:48:32 2009 -0500
662
663     Remove inline qualifier from show_boot_progress()
664
665     The 'inline' is conflicting with the semantic of 'weak' attribute and with the
666     way the show_boot_progress() function is used.
667
668     Also gcc 4.4 is complaining about it:
669
670     main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
671
672     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
673
674 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
675 Author: Wolfgang Denk <wd@denx.de>
676 Date:   Tue May 12 15:17:35 2009 +0200
677
678     MPC8260: fixup device tree by property instead of path
679
680     cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
681     clock frequencies in the device tree, using a CPU path
682     "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
683
684     However, this does not work when one board config file (here:
685     MPC8260ADS.h) is intended to be used for several diffrent CPUs and
686     therefor contains a generic definition like "cpu@0", as the device
687     trees that will then be loaded will contain specific names like
688     "PowerPC,8272@0".
689
690     We switch to using do_fixup_by_prop_u32() instead, so we can search
691     for device_type="cpu", as it is done in other architectures, too.
692
693     Signed-off-by: Wolfgang Denk <wd@denx.de>
694     Cc: Heiko Schocher <hs@denx.de>
695     Acked-by: Heiko Schocher <hs@denx.de>
696     Tested-by: Heiko Schocher <hs@denx.de>
697
698 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
699 Author: Rohit Hagargundgi <h.rohit@samsung.com>
700 Date:   Mon Mar 9 19:45:46 2009 +0530
701
702     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
703
704     Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
705     CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
706     and is used by OneNAND ipl when reading U-Boot image.
707
708     Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
709     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
710
711 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
712 Author: Ben Warren <biggerbadderben@gmail.com>
713 Date:   Tue Apr 28 17:04:51 2009 -0700
714
715     Schedule removal of non-CONFIG_NET_MULTI net driver API
716
717     This will make CONFIG_NET_MULTI the only net driver configuration and
718     we'll be able to remove this option.
719
720     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
721
722 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
723 Author: Detlev Zundel <dzu@denx.de>
724 Date:   Tue May 5 16:04:06 2009 +0200
725
726     powerpc/inka4x0: Remove left-over ide reset code.
727
728     The pin which was used in preliminary versions of the board for ide
729     reset is really connected to the rtc clock.
730
731     Signed-off-by: Detlev Zundel <dzu@denx.de>
732
733 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
734 Author: Marco Stornelli <marco.stornelli@gmail.com>
735 Date:   Tue Apr 28 19:04:02 2009 +0200
736
737     Add imls utility command
738
739     This patch adds, under tools folder, a new command called imls. Its
740     goal is the same of UBoot's imls but it can be used as Linux shell
741     command. It reads from raw mtd partition and prints the list of the
742     stored images.
743
744     Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
745
746 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
747 Author: Heiko Schocher <hs@denx.de>
748 Date:   Tue Apr 28 08:36:11 2009 +0200
749
750     netloop: updates for NetLoop
751
752     Fix some issues introduced from commit:
753     2f70c49e5b9813635ad73666aa30f304c7fdeda9
754     suggested by Mike Frysinger.
755
756     - added some comment for the env_id variable in common_cmd_nvedit.c
757     - moved some variables in fn scope instead of file scope
758     - NetInitLoop now static void
759
760     Signed-off-by: Heiko Schocher <hs@denx.de>
761     Acked-by: Ben Warren <biggerbadderben@gmail.com>
762
763 commit 3c1d89545de11822f8b5afb5646a57757620bd95
764 Author: Heiko Schocher <hs@denx.de>
765 Date:   Tue Apr 28 07:48:39 2009 +0200
766
767     82xx, ids8247: added ids8247 board to MAKEALL script
768
769     Signed-off-by: Heiko Schocher <hs@denx.de>
770
771 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
772 Author: Detlev Zundel <dzu@denx.de>
773 Date:   Thu May 7 13:08:55 2009 +0200
774
775     arm/imx31_phycore: Fix bi_arch_number
776
777     Signed-off-by: Detlev Zundel <dzu@denx.de>
778     Cc: Sascha Hauer <s.hauer@pengutronix.de>
779
780 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
781 Author: Sascha Hauer <s.hauer@pengutronix.de>
782 Date:   Fri May 15 10:21:33 2009 +0200
783
784     remove myself as phycore/litekit Maintainer
785
786     I never acked a patch that adds me as phycore i.MX31 maintainer nor was
787     it me who pushed the patches, so remove myself from the maintainer list
788     so that other people do not longer wait for my ack.
789
790     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
791
792 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
793 Author: Sergey Lapin <slapin@ossfans.org>
794 Date:   Tue May 12 12:25:14 2009 +0400
795
796     AFEB9260 network fix
797
798     AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
799     Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
800     not 0.
801
802     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
803
804 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
805 Author: Graf Yang <graf.yang@analog.com>
806 Date:   Tue May 5 02:26:27 2009 -0400
807
808     Blackfin: bf518f-ezbrd: reset ethernet PHY during init
809
810     We don't know what state the ethernet PHY is in when starting up, so make
811     sure we set it to a sane state.  This fixes troubles seen when Linux boots
812     up, configures the PHY is a non-default state, and then the system reboots
813     into U-Boot which previously expected a reset state only.
814
815     Signed-off-by: Graf Yang <graf.yang@analog.com>
816     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
817
818 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
819 Author: Mike Frysinger <vapier@gentoo.org>
820 Date:   Tue May 5 01:35:41 2009 -0400
821
822     Blackfin: bf527-ezkit: fix SPI flash env params
823
824     The BF527-EZKIT settings for storing the environment in SPI flash wasn't
825     using the correct sector settings for the SPI flash part that is actually
826     on the board.
827
828     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
829
830 commit f58bf804a14324c6c9186a7a664fa23281780e8b
831 Author: Mike Frysinger <vapier@gentoo.org>
832 Date:   Fri Apr 24 23:54:19 2009 -0400
833
834     Blackfin: avoid get_sclk() with early serial debug
835
836     When the clock functions were changed to use cached values (and thereby
837     avoiding expensive math functions), early serial debug broke because the
838     baud programming is called before external memory is available.
839
840     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
841
842 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
843 Author: Mike Frysinger <vapier@gentoo.org>
844 Date:   Fri Apr 24 23:39:41 2009 -0400
845
846     Blackfin: fix booting with older bootroms (no EVT1)
847
848     When dropping jump block support, the assumption was that all bootroms
849     supported entry point redirection via the EVT1 register.  Unfortunately,
850     this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
851     and older and BF561).  No one really noticed earlier because these parts
852     usually are booted by bypassing the bootrom entirely, and older BF533
853     parts are not supported at all (too many anomalies).
854
855     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
856
857 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
858 Author: Mike Frysinger <vapier@gentoo.org>
859 Date:   Fri Apr 24 23:22:48 2009 -0400
860
861     Blackfin: recurse with early serial initcode
862
863     Make sure we recurse through serial_putc() rather than bang on the UART
864     transmit register directly to avoid hardware overflows when using \n.
865
866     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
867
868 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
869 Author: Wolfgang Denk <wd@denx.de>
870 Date:   Fri May 1 21:59:12 2009 +0200
871
872     Prepare v2009.06-rc1
873
874     Update CHANGELOG.
875
876     Signed-off-by: Wolfgang Denk <wd@denx.de>
877
878 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
879 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
880 Date:   Fri May 1 15:38:06 2009 +0200
881
882     at91: remove lowlevel_init.S
883
884     lowlevel_init.S is not used any more so remove it.
885     As consequence, we also don't have to generate u-boot.lds
886     but can use a static version as before.
887
888     This also fixes the out-of-tree build problem introduced
889     with commit f0a2c7b4 "at91: add support for the PM9263 board"
890
891     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
892     Signed-off-by: Wolfgang Denk <wd@denx.de>
893
894 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
895 Author: Wolfgang Denk <wd@denx.de>
896 Date:   Fri May 1 00:16:11 2009 +0200
897
898     Update CHANGELOG; minor coding style cleanup.
899
900     Signed-off-by: Wolfgang Denk <wd@denx.de>
901
902 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
903 Author: Manikandan Pillai <mani.pillai@ti.com>
904 Date:   Tue Apr 21 17:29:05 2009 +0200
905
906     OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
907
908     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
909     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
910
911 commit ac9140037a84629c5583066ff1a177396c47d89d
912 Author: Dirk Behme <dirk.behme@googlemail.com>
913 Date:   Fri Apr 17 14:27:56 2009 +0200
914
915     OMAP3: Beagle: Set pinmux conditionally for Rev C boards
916
917     The Beagle Rev C boards pull UART2 from an alternate set of balls.
918
919     Signed-off-by: Steve Sakoman <steve@sakoman.com>
920     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
921
922 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
923 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
924 Date:   Mon Apr 27 18:33:33 2009 +0200
925
926     ubifs: BUG: Blocks commpressed with zlib
927
928     Blocks compressed with zlib dont have the full gzip header.
929
930     Without this patch, block compressed with zlib cannot be readed!
931
932     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
933
934 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
935 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
936 Date:   Mon Apr 27 18:33:32 2009 +0200
937
938     lib_generic: gunzip: New function zunzip
939
940     Separate gunzip in
941
942     gunzip: Find the end of the header and call zunzip.
943     zunzip: Inflate gunzip block without header.
944
945     UBI fs blocks can be compresed in lzo, zlib or no-compression. The
946     current implementation of u-boot supported all the compressions but
947     there was a bug in the implementation of the zlib blocks.
948
949     UBIFS's Zlib blocks do not have header but they were compressed using
950     gunzip, a function used to decompress gunzip files/sectors with a
951     header.
952
953     This patch adds a new function zunzip that uncompress a zlib block with
954     no header.
955
956     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
957
958 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
959 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
960 Date:   Thu Apr 23 15:37:16 2009 +0200
961
962     at91: fixed plla calc when no USB support is active
963
964     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
965     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
966
967 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
968 Author: Ladislav Michl <ladis@linux-mips.org>
969 Date:   Wed Apr 22 01:12:04 2009 +0200
970
971     arm925t: Fix CONFIG_SYS_HZ to 1000
972
973     Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
974     get_timer.
975
976     Changes since original version:
977     * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
978       improve timer resolution.
979
980     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
981
982 commit 42bf4b2248146abdc592bde0009c6ea42067f437
983 Author: Dirk Behme <dirk.behme@googlemail.com>
984 Date:   Tue Apr 14 20:15:17 2009 +0200
985
986     OMAP3: Remove legacy NAND defines
987
988     Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
989
990     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
991
992 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
993 Author: Sanjeev Premi <premi@ti.com>
994 Date:   Mon Apr 27 21:27:54 2009 +0530
995
996     OMAP3: Print correct silicon revision
997
998     The function display_board_info() displays incorrect
999     silicon revision - based on the return value from
1000     function get_cpu_rev().
1001
1002     This patch fixes the problem.
1003
1004     Signed-off-by: Sanjeev Premi <premi@ti.com>
1005
1006 commit 90006e9b33bcdbf241b0295d186e3634137907a9
1007 Author: Sanjeev Premi <premi@ti.com>
1008 Date:   Mon Apr 27 21:27:44 2009 +0530
1009
1010     OMAP3: Remove unused board-types
1011
1012     The board-types defined in struct omap3_sysinfo seem to be
1013     unused. The function display_board_info() is passed
1014     board type as an argument; which is ignored.
1015
1016     This patch removes all uses of board-type, related definitions
1017     and functions.
1018
1019     Signed-off-by: Sanjeev Premi <premi@ti.com>
1020
1021 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
1022 Author: Sanjeev Premi <premi@ti.com>
1023 Date:   Mon Apr 27 21:27:27 2009 +0530
1024
1025     OMAP3: Use functions print_cpuinfo() and checkboard()
1026
1027     Use the functions print_cpuinfo() and checkboard() to
1028     display the cpu and board specific information.
1029
1030     These functions reuse content from the existing function
1031     display_board_info() - which has been removed.
1032
1033     Also, updated the existig OMAP3 configurations to
1034     define:
1035      - CONFIG_DISPLAY_CPUINFO
1036      - CONFIG_DISPLAY_BOARDINFO
1037
1038     Signed-off-by: Sanjeev Premi <premi@ti.com>
1039
1040 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
1041 Author: Stefan Roese <sr@denx.de>
1042 Date:   Wed Mar 18 11:17:37 2009 +0100
1043
1044     MTD: Change cfi-mtd to accept non-uniform sector sizes
1045
1046     With this patch non-uniform NOR FLASH chips (chips with multiple erase
1047     regions) can be exported via the cfi-mtd layer and therefor used by UBI.
1048     We select the largest sector size as erasesize. The cfi driver will make
1049     sure that the smaller sectors are handled correctly.
1050
1051     Signed-off-by: Stefan Roese <sr@denx.de>
1052
1053 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
1054 Author: Anatolij Gustschin <agust@denx.de>
1055 Date:   Thu Apr 23 12:35:22 2009 +0200
1056
1057     video: fix bug in cfb_console.c code
1058
1059     Fix bug in drawing long version/info strings:
1060     U-Boot version string like
1061     "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
1062     is long and doesn't wrap around correctly while drawing
1063     beside the logo. Such long strings partially overwrite
1064     the logo. This patch is an attempt to fix it.
1065
1066     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1067
1068 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
1069 Author: Wolfgang Denk <wd@denx.de>
1070 Date:   Tue Apr 28 08:50:31 2009 +0200
1071
1072     cmd_ext2.c: fix compile warnings
1073
1074     Get rid of these warnings:
1075
1076     cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
1077     cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
1078
1079     Signed-off-by: Wolfgang Denk <wd@denx.de>
1080
1081 commit 28afe0160f87ff74574150d703055a965f91422a
1082 Author: Heiko Schocher <hs@denx.de>
1083 Date:   Mon Apr 27 10:48:20 2009 +0200
1084
1085     ids8247: Remove legacy NAND defines
1086
1087     because legacy NAND support is deprecated converting to current
1088     NAND interface. !This just compile, because I have no more the
1089     hardware to test it.
1090
1091     Signed-off-by: Heiko Schocher <hs@denx.de>
1092
1093 commit dbd33614404b65aa441c5620c3dbd560c4460c09
1094 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1095 Date:   Mon Apr 27 09:13:31 2009 +0200
1096
1097     ubifs: BUG realpath string must be ended with NULL
1098
1099     If the memory used to copy the link_make is "dirty" the string wont
1100     be ended with NULL, throwing out multiple memory bugs.
1101
1102     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1103     Acked-by: Stefan Roese <sr@denx.de>
1104
1105 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
1106 Author: Peter Tyser <ptyser@xes-inc.com>
1107 Date:   Fri Apr 24 15:59:56 2009 -0500
1108
1109     bmp_logo: Check return value of fread()
1110
1111     Add basic error handling to fread() function calls.  This prevents
1112     compililation warnings such as:
1113
1114     bmp_logo.c: In function â€˜main’:
1115     bmp_logo.c:71: warning: ignoring return value of â€˜fread’, declared with
1116     attribute warn_unused_result
1117     ...
1118
1119     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1120
1121 commit eea8be86d1c2b570660d1f6c553845e13164231a
1122 Author: Peter Tyser <ptyser@xes-inc.com>
1123 Date:   Fri Apr 24 15:59:46 2009 -0500
1124
1125     ncb: Check return value of write()
1126
1127     This prevents the compilation warning:
1128
1129     ncb.c: In function 'main':
1130     ncb.c:32: warning: ignoring return value of â€˜write’, declared with
1131     attribute warn_unused_result
1132
1133     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1134
1135 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
1136 Author: Stefan Roese <sr@denx.de>
1137 Date:   Fri Apr 24 15:59:35 2009 +0200
1138
1139     mtd: nand/onenand: Register mtd device upon device scanning
1140
1141     With this patch the NAND and OneNAND devices are registered in the MTD
1142     subsystem and can then be referenced by the mtdcore code (e.g.
1143     get_mtd_device_nm()). This is needed for the new "ubi part" command
1144     syntax without the flash type parameter (nor|nand|onenand).
1145
1146     Signed-off-by: Stefan Roese <sr@denx.de>
1147
1148 commit 10bb62d85a0850dbad1fdd34123378686373f166
1149 Author: Stefan Roese <sr@denx.de>
1150 Date:   Fri Apr 24 15:58:33 2009 +0200
1151
1152     mtd: nand: Include linux/mtd/partitions.h in nand_base.h
1153
1154     This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
1155     defined:
1156
1157     nand_base.c: In function 'nand_release':
1158     nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
1159
1160     Signed-off-by: Stefan Roese <sr@denx.de>
1161
1162 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
1163 Author: Stefan Roese <sr@denx.de>
1164 Date:   Fri Apr 24 20:24:19 2009 +0200
1165
1166     ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
1167
1168     This patch removes the now unnecessary flash type parameter from the
1169     "ubi part" command. Currently the user has to define the type of flash
1170     he will be using UBI on. Example:
1171
1172     => ubi part nor partition1
1173
1174     With this patch this type parameter is not needed anymore. The user can
1175     now select the partition directly without the flash type paramter.
1176     Example:
1177
1178     => ubi part partition1
1179
1180     This breaks backward compatibility right now because of the change in the
1181     command syntax. But UBI support is still quite fresh and the advantage of
1182     this new command is syntax big enough for this change. Additionally the
1183     code is much cleaner now.
1184
1185     Signed-off-by: Stefan Roese <sr@denx.de>
1186     CC: Kyungmin Park <kyungmin.park@samsung.com>
1187
1188 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
1189 Author: Detlev Zundel <dzu@denx.de>
1190 Date:   Thu Apr 23 13:14:20 2009 +0200
1191
1192     mips/vcth: Use generic 16550 uart driver
1193
1194     As the common code also handles baudrate switching, which the board
1195     specific vct.c driver did not support, this is one of the rare
1196     occassions where deleting code actually adds a feature :)
1197
1198     Signed-off-by: Detlev Zundel <dzu@denx.de>
1199     Acked-by: Stefan Roese <sr@denx.de>
1200     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1201
1202 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
1203 Author: Ladislav Michl <ladis@linux-mips.org>
1204 Date:   Tue Apr 21 02:26:31 2009 +0200
1205
1206     Separate mtdparts command from jffs2
1207
1208     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
1209     > Currently the mtdparts commands are included in the jffs2 command support.
1210     > This doesn't make sense anymore since other commands (e.g. UBI) use this
1211     > infrastructure as well now. This patch separates the mtdparts commands from
1212     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
1213     > support is needed.
1214
1215     One more leftover... Let nboot command know about partitions even if JFFS2
1216     support is not enabled.
1217
1218     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1219     Acked-by: Stefan Roese <sr@denx.de>
1220
1221 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
1222 Author: Peter Tyser <ptyser@xes-inc.com>
1223 Date:   Mon Apr 20 11:22:13 2009 -0500
1224
1225     cmd_ide: Remove unused AmigaOneG3SE code
1226
1227     The output_data_short() and input_data_short() functions for the
1228     AmigaOneG3SE are unused and result in compiler warnings.
1229
1230     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1231
1232 commit c93c102ace00764a56dbdf78bac134a23906721e
1233 Author: Peter Tyser <ptyser@xes-inc.com>
1234 Date:   Mon Apr 20 11:21:40 2009 -0500
1235
1236     AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
1237
1238     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1239
1240 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
1241 Author: Peter Tyser <ptyser@xes-inc.com>
1242 Date:   Mon Apr 20 11:09:05 2009 -0500
1243
1244     Replace __asm references with __asm__
1245
1246     __asm__ follows gcc's documented syntax and is generally more common
1247     than __asm.  This change is only asthetic and should not affect
1248     functionality.
1249
1250     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1251
1252 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
1253 Author: Peter Tyser <ptyser@xes-inc.com>
1254 Date:   Mon Apr 20 11:08:46 2009 -0500
1255
1256     Replace __attribute references with __attribute__
1257
1258     __attribute__ follows gcc's documented syntax and is generally more
1259     common than __attribute.  This change is only asthetic and should not
1260     affect functionality.
1261
1262     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1263
1264 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
1265 Author: David Brownell <dbrownell@users.sourceforge.net>
1266 Date:   Thu Apr 16 19:55:48 2009 -0700
1267
1268     mtdpart command: align output columns
1269
1270     Make the headers in the "mtdparts" command output line up
1271     with their columns ... strike the extra TAB character.
1272
1273     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1274
1275 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
1276 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1277 Date:   Thu Apr 16 10:51:03 2009 +0900
1278
1279     Remove sa1100.h
1280
1281     sa1100.h is not used anywhere, then remove it.
1282
1283     $ find . -name '*.h' -empty -print
1284     ./include/sa1100.h
1285     $ git grep 'sa1100.h' .
1286     $
1287
1288     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1289     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1290
1291 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
1292 Author: Stefan Roese <sr@denx.de>
1293 Date:   Tue Apr 14 17:51:21 2009 +0200
1294
1295     UBIFS: Remove tnc_commit.c which is not used in the read-only version
1296
1297     I missed removing this file while implementing the UBIFS support. It's
1298     not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
1299     for spotting.
1300
1301     Signed-off-by: Stefan Roese <sr@denx.de>
1302
1303 commit 6356daff70867822bdb23cea49f98e65421a25b8
1304 Author: Adrian Hunter <adrian.hunter@nokia.com>
1305 Date:   Tue Apr 14 17:50:38 2009 +0200
1306
1307     UBIFS: fix recovery bug
1308
1309     UBIFS did not recovery in a situation in which it could
1310     have. The relevant function assumed there could not be
1311     more nodes in an eraseblock after a corrupted node, but
1312     in fact the last (NAND) page written might contain anything.
1313     The correct approach is to check for empty space (0xFF bytes)
1314     from then on.
1315
1316     Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
1317     Signed-off-by: Stefan Roese <sr@denx.de>
1318
1319 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
1320 Author: Gao Guanhua <B22826@freescale.com>
1321 Date:   Tue Apr 14 14:37:35 2009 +0800
1322
1323     fs: Fix the wrong type of var
1324
1325     The filelen should be signed type, not unsigned type.
1326     otherwise, The condition as below never take.
1327         if (filelen < 0)
1328
1329     Signed-off-by: Gao Guanhua <B22826@freescale.com>
1330     Signed-off-by: Dave Liu <daveliu@freescale.com>
1331
1332 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
1333 Author: Wolfgang Denk <wd@denx.de>
1334 Date:   Tue Apr 28 00:29:34 2009 +0200
1335
1336     Update CHANGELOG
1337
1338     Signed-off-by: Wolfgang Denk <wd@denx.de>
1339
1340 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
1341 Author: David Brownell <dbrownell@users.sourceforge.net>
1342 Date:   Thu Apr 16 23:15:15 2009 -0700
1343
1344     dm9000 EEPROM reading bugfix
1345
1346     Make the U-Boot dm9000 driver read addresses from EEPROM just
1347     like Linux does ... read six bytes, instead of reading twelve
1348     bytes and then discarding every other one.
1349
1350     Using the right Ethernet address is a big win.
1351
1352     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1353     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1354     Acked-by: Ben Warren <biggerbadderben@gmail.com>
1355
1356 commit d4c02e6f5d49880123e7f584b88f857ffd874381
1357 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1358 Date:   Wed Feb 25 14:27:24 2009 +0900
1359
1360     rtl8169: fix cache coherency problem
1361
1362     Fix the problem that cannot access actual data when CPU data cache enabled.
1363
1364     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1365     Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1366     Acked-by: Ben Warren <biggerbadderben@gmail.com>
1367
1368 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
1369 Author: Dirk Behme <dirk.behme@googlemail.com>
1370 Date:   Tue Apr 21 17:30:51 2009 +0200
1371
1372     OMAP3: Fix changed mmc init command
1373
1374     In recent U-Boot mmcinit changed to mmc init.
1375
1376     Signed-off-by: Steve Sakoman <steve@sakoman.com>
1377     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1378
1379 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
1380 Author: Wolfgang Denk <wd@denx.de>
1381 Date:   Sun Apr 26 20:39:26 2009 +0200
1382
1383     lib_arm/board.c: remove misleading "test-only" comment.
1384
1385     For a long time, the print_cpuinfo() declaration in lib_arm/board.c
1386     had been marked as "test-only", which is plain wrong considering
1387     current usage.  Delete this misleading comment.
1388
1389     Signed-off-by: Wolfgang Denk <wd@denx.de>
1390
1391 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
1392 Author: David Brownell <dbrownell@users.sourceforge.net>
1393 Date:   Sun Apr 12 15:40:16 2009 -0700
1394
1395     minor DaVinci clock cleanup
1396
1397     Minor cleanup to clock-related defines for DaVinci DM6446 boards:
1398
1399      - CONFIG_SYS_CLK_FREQ is unused; remove it.
1400
1401      - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
1402
1403     On DM6446 both of those peripheral clocks actually come from the
1404     same source, the primary oscillator.  Having them use the same
1405     symbol avoids bugs in the clone'n'modify development cycle.
1406
1407     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1408
1409 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
1410 Author: Minkyu Kang <mk7.kang@samsung.com>
1411 Date:   Mon Apr 6 19:59:29 2009 +0900
1412
1413     s3c64xx: remove unnecessary definition
1414
1415     CONFIG_S3C6400 is must defined at config header file
1416     That definition is unnecessary at this file
1417
1418     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1419
1420 commit 14b9308d511b53042ef478936e367a67282df66a
1421 Author: Heiko Schocher <hs@denx.de>
1422 Date:   Fri Apr 24 06:50:45 2009 +0200
1423
1424     83xx: searching "muram-data" by compatible property
1425
1426     if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
1427     in the muram-data node, the reg entry needs to be updated.
1428     This is done in fdt_fixup_muram(), but we should use
1429     the compatible "fsl,qe-muram-data" for searching the
1430     node instead of searching the muram-data node with
1431     an absolute path.
1432
1433     Signed-off-by: Heiko Schocher <hs@denx.de>
1434     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1435
1436 commit 8e15088794807944b221c11609d36789efc7f767
1437 Author: Anatolij Gustschin <agust@denx.de>
1438 Date:   Thu Apr 23 21:29:34 2009 +0200
1439
1440     mpc83xx: MPC8360ERDK: fix environment offset configuration bug
1441
1442     The size of U-Boot binary for MPC8360ERDK increased
1443     (> 2 flash sectors now), so 'saveenv' will partially
1444     overwrite U-Boot in flash and will brick the board.
1445     This patch moves environment offset to fourth flash
1446     sector and also fixes CONFIG_SYS_MONITOR_LEN.
1447
1448     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1449     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1450
1451 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
1452 Author: Michael Zaidman <michael.zaidman@gmail.com>
1453 Date:   Sat Apr 4 01:43:00 2009 +0300
1454
1455     NetLoop initialization bug
1456
1457     The patch fixes the bug of partial initialization of global network
1458     parameters.
1459
1460     Upon u-boot's start up the first ping command causes a failure of the
1461     consequent TFTP command. It happens in the recently added mechanism of
1462     the NetLoop initialization where initialization of global network
1463     parameters is separated in the NetInitLoop routine which is called per
1464     env_id change. Thus, ping request will initialize the network parameters
1465     necessary for ping operation only, afterwards the env_changed_id will be
1466     set to the env_id that will prevent all following initialization requests
1467     from other protocols.
1468     The problem is that the initialized by ping subset of network parameters
1469     is not sufficient for other protocols and particularly for TFTP which
1470     requires the NetServerIp also.
1471
1472     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
1473     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1474
1475 commit b11f664f52c2855990107c18f242223377183575
1476 Author: Timur Tabi <timur@freescale.com>
1477 Date:   Thu Apr 9 10:27:05 2009 -0500
1478
1479     net: fix ULI 526x macro usage in netdev.h
1480
1481     Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
1482     is used everywhere else, so that's the correct macro name.  Without this fix,
1483     Ethernet will not work on the Freescale MPC8610 HPCD.
1484
1485     Signed-off-by: Timur Tabi <timur@freescale.com>
1486     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1487
1488 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
1489 Author: David Brownell <dbrownell@users.sourceforge.net>
1490 Date:   Sun Apr 12 15:38:06 2009 -0700
1491
1492     fix DaVinci NS16550_REG_SIZE regression
1493
1494     Update the DaVinci DM6446 boards to use the new convention
1495     for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
1496     from the original 4 bytes, but these chips are little-endian.
1497
1498     (Resolves a regression added recently by the include/ns16550.h
1499     patch to "Unify structure declaration for registers".  The code
1500     previously worked just fine because the registers were accessed
1501     as host-endian words, not as bytes.)
1502
1503     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1504
1505 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
1506 Author: Mike Frysinger <vapier@gentoo.org>
1507 Date:   Sun Apr 12 22:29:20 2009 -0400
1508
1509     cmd_nand: drop duplicate NULL ptr check
1510
1511     The first if statement checks for NULL ptrs, so there is no need to check
1512     it again in later else cases (such as .oob).
1513
1514     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1515     CC: Scott Wood <scottwood@freescale.com>
1516
1517 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
1518 Author: David Brownell <dbrownell@users.sourceforge.net>
1519 Date:   Mon Apr 13 08:03:38 2009 -0700
1520
1521     CMD_UBI != MTD_PARTITIONS
1522
1523     Fix dependency goofage:  it should certainly be possible to have the
1524     partition support without bringing in UBI commands.
1525
1526     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1527     Acked-by: Stefan Roese <sr@denx.de>
1528
1529 commit 6ebff365eb63093ca35b687316002535c6a18820
1530 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1531 Date:   Thu Apr 16 21:30:48 2009 +0200
1532
1533     at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
1534
1535     The timer has been rewrote with a precision at ~0,18%
1536
1537     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1538     Tested-by: Sergey Lapin <slapin@ossfans.org>
1539     Tested-by: Eric BENARD <ebenard@free.fr>
1540
1541 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
1542 Author: Ilko Iliev <iliev@ronetix.at>
1543 Date:   Thu Apr 16 21:30:48 2009 +0200
1544
1545     at91: add support for the PM9263 board of Ronetix GmbH
1546
1547     The PM9263 board is based on the AT91SAM9263-EK board.
1548
1549     Here is the page on Ronetix website:
1550     http://www.ronetix.at/starter_kit_9263.html
1551
1552     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
1553     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1554
1555 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
1556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1557 Date:   Thu Apr 16 21:30:44 2009 +0200
1558
1559     at91sam9/at91cap: improve clock framework
1560
1561     calculate dynamically the clock rate and pllb setting for usb
1562
1563     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1564
1565 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
1566 Author: Stefan Roese <sr@denx.de>
1567 Date:   Wed Apr 15 14:08:48 2009 +0200
1568
1569     ppc4xx: Disable POST memory test on NAND-booting Kilauea
1570
1571     Don't run the memory POST on the NAND-booting version. It will
1572     overwrite part of the U-Boot image which is already loaded from NAND
1573     to SDRAM. We were just lucky that it booted at all with this SDRAM
1574     test enabled.
1575
1576     Signed-off-by: Stefan Roese <sr@denx.de>
1577
1578 commit 9a929170be89b27bce677504da27e88600c06c49
1579 Author: Stefan Roese <sr@denx.de>
1580 Date:   Wed Apr 15 14:06:26 2009 +0200
1581
1582     ppc4xx: Disable POST memory test on NAND-booting Sequoia
1583
1584     Don't run the memory POST on the NAND-booting version. It will
1585     overwrite part of the U-Boot image which is already loaded from NAND
1586     to SDRAM. We were just lucky that it booted at all with this SDRAM
1587     test enabled.
1588
1589     Signed-off-by: Stefan Roese <sr@denx.de>
1590
1591 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
1592 Author: Stefan Roese <sr@denx.de>
1593 Date:   Wed Apr 15 11:32:53 2009 +0200
1594
1595     ppc4xx: Remove unused code for Sequoia NAND booting version
1596
1597     The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
1598     used at all. This patch changes it's define to the currently used value of
1599     133333333 and removes the unnecessary code.
1600
1601     Signed-off-by: Stefan Roese <sr@denx.de>
1602
1603 commit cf9409885cbe01405bad76790e99f8adf3351f4d
1604 Author: Stefan Roese <sr@denx.de>
1605 Date:   Wed Apr 15 10:50:48 2009 +0200
1606
1607     ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
1608
1609     This additional text in the bootup log helps to see if the board is
1610     configured for NAND-booting. Especially helpful for boards that can
1611     boot from NOR and NAND (e.g. most of the AMCC eval boards).
1612
1613     Signed-off-by: Stefan Roese <sr@denx.de>
1614
1615 commit 5132106a27b8fb302677852b26ffd319b40d17e2
1616 Author: Stefan Roese <sr@denx.de>
1617 Date:   Wed Apr 8 10:36:22 2009 +0200
1618
1619     ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
1620
1621     Currently the NOR & NAND support in Linux only works for the "standard"
1622     Sequoia, the version booting for NOR flash. The NAND-booting version
1623     has the chip-selects swapped. Here the chip-select mappings:
1624
1625     "Standard" NOR-booting version:
1626     CS0 NOR
1627     CS3 NAND
1628
1629     NAND-booting version:
1630     CS0 NAND
1631     CS3 NOR
1632
1633     With this path the dtb gets fixed-up, so that the correct chip-select
1634     numbers are patched in the dtb enabling correct NOR & NAND support
1635     in Linux on the NAND-booting Sequoia version.
1636
1637     Signed-off-by: Stefan Roese <sr@denx.de>
1638
1639 commit aad4eca4ba8d597747199d8af723426681557dda
1640 Author: Mike Frysinger <vapier@gentoo.org>
1641 Date:   Sat Apr 4 09:10:27 2009 -0400
1642
1643     Blackfin: audit UART for all known anomalies
1644
1645     There is no code change here, just new comments, but this keeps me from
1646     having to do another audit from scratch in the future.
1647
1648     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1649
1650 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
1651 Author: Mike Frysinger <vapier@gentoo.org>
1652 Date:   Sat Apr 4 08:40:13 2009 -0400
1653
1654     Blackfin: add check for anomaly 05000362
1655
1656     DESCRIPTION:
1657     The column address width settings for banks 2 and 3 are misconnected in
1658     the SDRAM controller.  Accesses to bank 2 will result in an error if the
1659     Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
1660     that of bank 2.
1661
1662     WORKAROUND:
1663     If using bank 2, make sure that banks 2 and 3 have the same column address
1664     width settings in the EBIU_SDBCTL register.  This must be the case
1665     regardless of whether or not bank 3 is enabled.
1666
1667     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1668
1669 commit c2e07449f546fb375289cdac1a608fdc20357873
1670 Author: Mike Frysinger <vapier@gentoo.org>
1671 Date:   Sat Apr 4 08:29:55 2009 -0400
1672
1673     Blackfin: add comment about anomaly 05000430 avoidance
1674
1675     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1676
1677 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
1678 Author: Mike Frysinger <vapier@gentoo.org>
1679 Date:   Sat Apr 4 08:10:22 2009 -0400
1680
1681     Blackfin: add workaround for anomaly 05000242
1682
1683     DESCRIPTION:
1684     If the DF bit is set prior to a hardware reset, the PLL will continue to
1685     divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
1686     cleared in the PLL_CTL register.
1687
1688     WORKAROUND:
1689     Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
1690     2 after reset.
1691
1692     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1693
1694 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
1695 Author: Mike Frysinger <vapier@gentoo.org>
1696 Date:   Sat Apr 4 08:09:24 2009 -0400
1697
1698     Blackfin: add workaround for anomaly 05000171
1699
1700     DESCRIPTION:
1701     The Boot ROM is executed at power up/reset and changes the value of the
1702     SICA_IWR registers from their default reset value of 0xFFFF, but does not
1703     restore them.
1704
1705     WORKAROUND:
1706     User code should not rely on the default value of these registers.  Set
1707     the desired values explicitly.
1708
1709     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1710
1711 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
1712 Author: Mike Frysinger <vapier@gentoo.org>
1713 Date:   Sat Apr 4 08:22:36 2009 -0400
1714
1715     Blackfin: update anomaly sheets
1716
1717     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1718
1719 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
1720 Author: Graf Yang <graf.yang@analog.com>
1721 Date:   Sat Apr 4 07:45:57 2009 -0400
1722
1723     Blackfin: nand: flush peripheral before polling it
1724
1725     We need to make sure the data written to the nand flash controller makes
1726     it there before we start polling its status register.  Otherwise, we may
1727     get stale data and return before the controller is actually ready.
1728
1729     Signed-off-by: Graf Yang <graf.yang@analog.com>
1730     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1731     Acked-by: Scott Wood <scottwood@freescale.com>
1732
1733 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
1734 Author: Remy Bohmer <linux@bohmer.net>
1735 Date:   Sun Apr 5 11:43:28 2009 +0200
1736
1737     Support for PXA27X UDC.
1738
1739         This Patch adds Support for PXA27X UDC.
1740         (Rebased to drivers/usb reorganisation)
1741
1742     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
1743     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1744
1745 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
1746 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1747 Date:   Fri Apr 3 12:46:58 2009 +0200
1748
1749     drivers/usb: regorganisation
1750
1751     move to linux usb driver organisation
1752
1753     as following
1754
1755     drivers/usb/gadget
1756     drivers/usb/host
1757     drivers/usb/musb
1758
1759     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1760     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1761
1762 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
1763 Author: Todor I Mollov <tmollov@ucsd.edu>
1764 Date:   Sat Apr 4 06:53:06 2009 -0400
1765
1766     Blackfin: spi: make cs deassert function deterministic
1767
1768     Blackfin SPI driver was not driving the SPI chip-select high before
1769     putting the chip-select signals into tri-state mode.  This is probably
1770     something that slipped by unnoticed in most designs.  If the signals are
1771     put directly into a tri-state mode, then the board is relying on the
1772     pull-up resistors to pull up the chip-select before the next transaction.
1773     Most of the time this is fine, except when you have two transactions that
1774     follow each other very closely, such as the flash erase and read status
1775     register commands.  In this case I was seeing a 500ns separation between
1776     the transactions.  In my setup, with a 10kOhm pull-up, it would meet
1777     timing spec about half the time and resulted in intermittent errors.  (A
1778     stronger pull up would fix this, but our design is targeted for low power
1779     consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
1780     I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
1781     chip-selects high before putting them into tri-state.  For me, this
1782     resulted in a rise time of 5ns instead of the previous rise time of about
1783     1us, and fully satisfied the timing spec of the chip.
1784
1785     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
1786     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1787
1788 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
1789 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1790 Date:   Sat Dec 13 21:08:05 2008 +0100
1791
1792     integratorap: fix PCI support
1793
1794     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1795
1796 commit 1c397508c836dfcb01fb2471c71de0727051f117
1797 Author: Dirk Behme <dirk.behme@googlemail.com>
1798 Date:   Mon Mar 30 21:15:23 2009 +0200
1799
1800     OMAP3: Update Overo pin mux for new expansion board
1801
1802     A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
1803     switches. This patch changes the pinmux configuration for those pins.
1804     They were previously set up for unused MMC3_DAT4-7.
1805
1806     Signed-off-by: Steve Sakoman <steve@sakoman.com>
1807     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1808
1809 commit ab298231518675b3784aea88ee9b978438f99e63
1810 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1811 Date:   Sun Apr 5 13:08:03 2009 +0200
1812
1813     arm: unify reset command
1814
1815     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1816
1817 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
1818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1819 Date:   Sun Apr 5 13:06:31 2009 +0200
1820
1821     arm: clean cache management
1822
1823     unify arm cache management except for non standard cache as ARM7TDMI
1824
1825     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1826
1827 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
1828 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1829 Date:   Sun Apr 5 13:02:43 2009 +0200
1830
1831     arm: update co-processor 15 access
1832
1833     import system.h from linux
1834
1835     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1836
1837 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
1838 Author: Guennadi Liakhovetski <lg@denx.de>
1839 Date:   Sun Apr 5 00:42:02 2009 +0200
1840
1841     ARM: add the imx31_phycore_eet target to MAINTAINERS
1842
1843     imx31_phycore_eet is a variant of the imx31_phycore board with a few
1844     extensions, which justifies a separate entry in the MAINTAINERS list,
1845     whereas normally all entries sharing a single configuration file and a
1846     board/ directory have only one entry in MAINTAINERS.
1847
1848     Reported-by: Wolfgang Denk <wd@denx.de>
1849     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1850
1851 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
1852 Author: Guennadi Liakhovetski <lg@denx.de>
1853 Date:   Sun Apr 5 00:37:07 2009 +0200
1854
1855     ARM: fix out-of-tree build of imx31_phycore_eet
1856
1857     Fix out-of-tree build of the imx31_phycore_eet target.
1858
1859     Reported-by: Wolfgang Denk <wd@denx.de>
1860     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1861
1862 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
1863 Author: Jon Smirl <jonsmirl@gmail.com>
1864 Date:   Sat Apr 4 17:44:51 2009 -0400
1865
1866     mpc5200: reduce delays in i2c
1867
1868     The previous code waited 1000us before checking i2c
1869     status. Measurement shows i2c is usually ready in
1870     under 50us. Change the polling interval to 15us,
1871     loop 6,667 times to keep the polling timeout constant
1872     at 100ms.
1873
1874 commit 36003268968949110ef145d9f2eaf8439c96d25b
1875 Author: Sanjeev Premi <premi@ti.com>
1876 Date:   Fri Apr 3 14:00:07 2009 +0530
1877
1878     OMAP: Fix compile issue
1879
1880     Fixes this compile error:
1881     board.c: In function 'do_switch_ecc':
1882     board.c:339: error: 'cmd_tbl_t' has no member named 'help'
1883     make[1]: *** [board.o] Error 1
1884     make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
1885     make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
1886
1887     This is due to the fact that current command uses long
1888     help for the usage print even if the CONFIG_SYS_LONGHELP
1889     is not enabled. (Thanks Jean-Christophe for explanation).
1890
1891     Signed-off-by: Sanjeev Premi <premi@ti.com>
1892
1893 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
1894 Author: Minkyu Kang <mk7.kang@samsung.com>
1895 Date:   Fri Apr 3 09:56:16 2009 +0900
1896
1897     s3c64xx: fix the wrong gpio offset
1898
1899     This patch fix the wrong gpio offset
1900
1901     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1902
1903 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
1904 Author: Kyungmin Park <kmpark@infradead.org>
1905 Date:   Wed Nov 26 10:18:13 2008 +0900
1906
1907     Move machine specific code to board at s3c64xx (v2)
1908
1909     Move machine specific code to smdk6400.
1910     Some board use OneNAND instead of NAND.
1911
1912     Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
1913     So it's better to use macro instead of hard-coded value.
1914
1915     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1916
1917 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
1918 Author: Tom Rix <Tom.Rix@windriver.com>
1919 Date:   Wed Apr 1 22:02:19 2009 -0500
1920
1921     ZOOM1 Remove legacy NAND defines
1922
1923     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1924
1925 commit 5891151707ee5902fe62d554c247f42865815757
1926 Author: Tom Rix <Tom.Rix@windriver.com>
1927 Date:   Wed Apr 1 22:02:20 2009 -0500
1928
1929     OMAP3 Fix multiline formatting in board init files.
1930
1931     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1932
1933 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
1934 Author: Wolfgang Denk <wd@denx.de>
1935 Date:   Sun Apr 5 00:27:57 2009 +0200
1936
1937     Update CHANGELOG, coding style cleanup.
1938
1939 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
1940 Author: Wolfgang Denk <wd@denx.de>
1941 Date:   Sun Apr 5 00:18:44 2009 +0200
1942
1943     One more fix for building env_embedded.o
1944
1945     In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
1946     commit afcbce07, we also need to do the same for
1947     CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
1948
1949     Signed-off-by: Wolfgang Denk <wd@denx.de>
1950
1951 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
1952 Author: Scott Wood <scottwood@freescale.com>
1953 Date:   Thu Apr 2 16:15:10 2009 -0500
1954
1955     common/image.c: Relocate strings in tables.
1956
1957     Without this, u-boot can crash or print garbage if the original link
1958     address no longer points to a valid string.
1959
1960     Signed-off-by: Scott Wood <scottwood@freescale.com>
1961
1962 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
1963 Author: Scott Wood <scottwood@freescale.com>
1964 Date:   Thu Apr 2 16:10:36 2009 -0500
1965
1966     mpc8260: Fill in brg's clock-frequency in device tree.
1967
1968     Signed-off-by: Scott Wood <scottwood@freescale.com>
1969
1970 commit c73ed274a211699739d83c2cef92853dc6716e15
1971 Author: Scott Wood <scottwood@freescale.com>
1972 Date:   Thu Apr 2 18:20:43 2009 -0500
1973
1974     MPC8260ADS: Add nfsboot/ramboot to default environment.
1975
1976     This brings it in line with other Freescale boards.
1977
1978     Signed-off-by: Scott Wood <scottwood@freescale.com>
1979
1980 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
1981 Author: Andreas Huber <andreas.huber@keymile.com>
1982 Date:   Thu Apr 2 17:15:34 2009 +0200
1983
1984     UBI/cfi-mtd: Fix mtd name for multiple chips
1985
1986     On platforms with multiple NOR chips, currently only the first one
1987     can be selected using the "ubi part" command. This patch fixes this
1988     problem by using different names for the NOR "mtd devices".
1989
1990     It also changes the name of the NOR MTD device from "cfi-mtd" to
1991     "norX" (X indexing the device numer) to better match the mtdparts
1992     defaults.
1993
1994     Signed-off-by: Stefan Roese <sr@denx.de>
1995     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
1996
1997 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
1998 Author: Peter Korsgaard <jacmet@sunsite.dk>
1999 Date:   Tue Mar 31 17:52:16 2009 +0200
2000
2001     tools/setlocalversion: use git svn instead of git-svn
2002
2003     Use the new "git <subcmd>" syntax instead of the deprecated
2004     "git-<subcmd>".
2005
2006     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2007
2008 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
2009 Author: Mingkai Hu <Mingkai.hu@freescale.com>
2010 Date:   Tue Mar 31 14:09:40 2009 +0800
2011
2012     eSPI: add the eSPI register support
2013
2014     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
2015
2016 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
2017 Author: Minkyu Kang <mk7.kang@samsung.com>
2018 Date:   Mon Mar 30 14:55:51 2009 +0900
2019
2020     cmd_mmc: add support for device command for selecting mmc device
2021
2022     This patch improves device command for selecting mmc device
2023
2024     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2025
2026 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
2027 Author: Alan Carvalho de Assis <acassis@gmail.com>
2028 Date:   Sat Mar 28 19:50:16 2009 -0300
2029
2030     Small fix to m5282evb
2031
2032     This is just a small fix to get u-boot on m5282evb.
2033
2034     Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
2035
2036 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
2037 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2038 Date:   Fri Mar 27 10:21:14 2009 +0100
2039
2040     UBIFS: add R/O compatibility
2041
2042     Now UBIFS is supported by u-boot. If we ever decide to change the
2043     media format, then people will have to upgrade their u-boots to
2044     mount new format images. However, very often it is possible to
2045     preserve R/O forward-compatibility, even though the write
2046     forward-compatibility is not preserved.
2047
2048     This patch introduces a new super-block field which stores the
2049     R/O compatibility version.
2050
2051     Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2052     Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
2053     Signed-off-by: Stefan Roese <sr@denx.de>
2054
2055 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
2056 Author: Mike Frysinger <vapier@gentoo.org>
2057 Date:   Mon Mar 23 22:27:34 2009 -0400
2058
2059     more command usage cleanup
2060
2061     Fix up a few dangling commands like in "Command usage cleanup" commit.
2062
2063     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2064
2065 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
2066 Author: Ladislav Michl <ladis@linux-mips.org>
2067 Date:   Mon Mar 23 12:06:07 2009 +0100
2068
2069     Separate mtdparts command from jffs2
2070
2071     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
2072     > Currently the mtdparts commands are included in the jffs2 command support.
2073     > This doesn't make sense anymore since other commands (e.g. UBI) use this
2074     > infrastructure as well now. This patch separates the mtdparts commands from
2075     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
2076     > support is needed.
2077
2078     ... and to make it useful for NAND chips as well, we should also remove now
2079     unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
2080     jffs2/load_kernel.h which is a bit misleading filename for that purpose,
2081     but that can be fixed later (tm).
2082
2083     Signed-off-by:  Ladislav Michl <ladis@linux-mips.org>
2084
2085 commit b196ca75503ce307c535b87bf47d51f05e7530df
2086 Author: Mike Frysinger <vapier@gentoo.org>
2087 Date:   Sun Mar 22 22:18:01 2009 -0400
2088
2089     smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
2090
2091     Rather than sticking Blackfin-specific stuff into the eeprom example, use
2092     an indirect macro so that any board can override it with their own magic
2093     sauce in their board config file.
2094
2095     Also fix some spurious semi-colons in defines while I'm at it ...
2096
2097     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2098     CC: Ben Warren <biggerbadderben@gmail.com>
2099
2100 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
2101 Author: Sascha Hauer <s.hauer@pengutronix.de>
2102 Date:   Sat Mar 21 09:38:46 2009 -0400
2103
2104     mpc52xx phy: initialize only when needed
2105
2106     Do not initialize phy on startup, instead initialize it
2107     when we actually need it.
2108
2109     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2110
2111 commit 03bab0091948196b9558248684c04f60943ca4b5
2112 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2113 Date:   Mon Mar 30 16:51:40 2009 +0200
2114
2115     at91sam9263ek: enable hush and auto complete support
2116
2117     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2118     Acked-by: Stelian Pop <stelian@popies.net>
2119
2120 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
2121 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2122 Date:   Fri Mar 27 23:26:44 2009 +0100
2123
2124     at91: move dataflash spi driver to drivers/spi
2125
2126     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2127
2128 commit 2b7178afce59f71e95da657273f4132012098c1f
2129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2130 Date:   Fri Mar 27 23:26:44 2009 +0100
2131
2132     at91: move usb driver to drivers/usb
2133
2134     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2135
2136 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
2137 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2138 Date:   Fri Mar 27 23:26:43 2009 +0100
2139
2140     at91rm9200: Reset update
2141
2142     Update the rm9200 reset sequence to try executing a board-specific reset
2143     function and move specific board reset to board.
2144
2145     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2146
2147 commit 3524049cd053746298e4cfab2449882e75c146fc
2148 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2149 Date:   Fri Mar 27 23:26:43 2009 +0100
2150
2151     at91rm9200: move serial shutdown code to serial drivers
2152
2153     introduce serial_exit for this purpose. Use it only when the rm9200
2154     serial driver is active
2155
2156     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2157
2158 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
2159 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2160 Date:   Fri Mar 27 23:26:43 2009 +0100
2161
2162     at91rm9200: move serial driver to drivers/serial
2163
2164     add CONFIG_AT91RM9200_USART to activate the driver
2165
2166     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2167
2168 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
2169 Author: Ulf Samuelsson <ulf@atmel.com>
2170 Date:   Fri Mar 27 23:26:43 2009 +0100
2171
2172     Add support for the AT91RM9200EK Board.
2173
2174     The AT91RM9200-EK Evaluation Board supports the AT91RM9200
2175     ARM9-based 32-bit RISC microcontroller and enables real-time code development
2176     and evaluation.
2177
2178     Here is the chip page on Atmel website:
2179     http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
2180
2181     with
2182         - NOR (cfi driver)
2183         - DataFlash
2184         - USB OHCI
2185         - Net
2186         - I2C (hard)
2187
2188     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
2189     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2190
2191 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
2192 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2193 Date:   Fri Mar 27 23:26:42 2009 +0100
2194
2195     add dataflash mmc mux missing support
2196
2197     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2198
2199 commit 2a325ce3c705ab2d82760afc541c511328472df8
2200 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2201 Date:   Fri Mar 27 23:26:42 2009 +0100
2202
2203     at91rm9200dk: Move conditional compilation to Makefile
2204
2205     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2206
2207 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
2208 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2209 Date:   Fri Mar 27 23:26:42 2009 +0100
2210
2211     at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
2212
2213     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2214
2215 commit 843a2654bce74192de2b5a43474fdc27a572ab40
2216 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2217 Date:   Fri Mar 27 23:26:42 2009 +0100
2218
2219     at91sam9: add watchdog support
2220
2221     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
2222     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2223
2224 commit a47492ac60657dd9d59c713aa049319ea6eabd52
2225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2226 Date:   Fri Mar 27 13:14:52 2009 +0100
2227
2228     at91sam9/at91cap: spi init add hardware chip select support
2229
2230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2231
2232 commit 66932ac3929c7a145a6ef6574a96fd7535154951
2233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2234 Date:   Sat Apr 4 19:15:40 2009 +0200
2235
2236     netstar: fix crc32.c dependancy location
2237
2238     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2239
2240 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
2241 Author: Scott Wood <scottwood@freescale.com>
2242 Date:   Fri Apr 3 15:24:40 2009 -0500
2243
2244     MPC8260ADS: Define CONFIG_HAS_ETH0.
2245
2246     This is required so that the MAC address will be updated in the device tree.
2247
2248     Signed-off-by: Scott Wood <scottwood@freescale.com>
2249
2250 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
2251 Author: Scott Wood <scottwood@freescale.com>
2252 Date:   Fri Apr 3 15:26:45 2009 -0500
2253
2254     PQ2FADS: Enable PCI.
2255
2256     PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
2257
2258     Signed-off-by: Scott Wood <scottwood@freescale.com>
2259
2260 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
2261 Author: Wolfgang Denk <wd@denx.de>
2262 Date:   Sat Apr 4 16:57:50 2009 +0200
2263
2264     Fix quoting bug introduced by commit 74de7aef
2265
2266     Signed-off-by: Wolfgang Denk <wd@denx.de>
2267
2268 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
2269 Author: Wolfgang Denk <wd@denx.de>
2270 Date:   Sat Apr 4 16:14:51 2009 +0200
2271
2272     Fix implicit declaration of function 'htons'
2273
2274     Include <netinet/in.h> instead of <linux/in.h> to get htons()
2275     prototpye.
2276
2277     Signed-off-by: Wolfgang Denk <wd@denx.de>
2278
2279 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
2280 Author: Kumar Gala <galak@kernel.crashing.org>
2281 Date:   Sat Apr 4 10:21:02 2009 -0500
2282
2283     fsl_law: Fix bug in calculation of LAW sizing
2284
2285     In set_ddr_laws() when we determined how much of the size requested
2286     to be mapped was covered by the the first LAW we needed to recalculate
2287     the size based on what was actually mapped.
2288
2289     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2290
2291 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
2292 Author: Kumar Gala <galak@kernel.crashing.org>
2293 Date:   Thu Apr 2 13:57:05 2009 -0500
2294
2295     fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
2296
2297     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2298
2299 commit c8514622e2713d9c47919acfe23fce386782afe7
2300 Author: Kumar Gala <galak@kernel.crashing.org>
2301 Date:   Thu Apr 2 13:22:48 2009 -0500
2302
2303     fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
2304
2305     Rename the pci header for FSL HW so we can move some prototypes
2306     in there and stop doing explicit externs
2307
2308     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2309
2310 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
2311 Author: Wolfgang Denk <wd@denx.de>
2312 Date:   Sat Apr 4 16:10:40 2009 +0200
2313
2314     Fix building of env_embedded.o
2315
2316     Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
2317     only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
2318     building for many boards.
2319
2320     We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
2321     set.
2322
2323     Signed-off-by: Wolfgang Denk <wd@denx.de>
2324
2325 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
2326 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2327 Date:   Sat Apr 4 12:49:11 2009 +0200
2328
2329     rename include/zlib.h to include/u-boot/zlib.h
2330
2331     Some systems have zlib.h installed in /usr/include/. This isn't the
2332     desired file for u-boot code - we want the one in include/zlib.h.
2333     This rename will avoid the conflict.
2334
2335     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2336     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2337
2338 commit ae644c178f097874a92a6d934f364985fc7e075a
2339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2340 Date:   Sat Apr 4 12:46:31 2009 +0200
2341
2342     tools/Makefile: fix image.c dependancy location
2343
2344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2345     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2346
2347 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
2348 Author: Mike Frysinger <vapier@gentoo.org>
2349 Date:   Sat Apr 4 07:42:25 2009 -0400
2350
2351     tools: add ncb to gitignore
2352
2353     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2354
2355 commit 453c0d7558215cbc8636d94af172886d84e0dbba
2356 Author: Detlev Zundel <dzu@denx.de>
2357 Date:   Fri Apr 3 16:45:46 2009 +0200
2358
2359     include/ns16550.h: Unify structure declaration for registers
2360
2361     Instead of special casing the different access patterns, use common
2362     code with light macros sprinkled in to accomodate for the different
2363     layouts of the register structure.
2364
2365     Note that this also changes the types of the registers for the
2366     "positively packed (>1)" cases.  As the registers truly are unsigned
2367     chars, this is surely the Right Thing, but it is a semantic change.
2368     Note that for this case depending on the endianness on the bus, we may
2369     see a change of behaviour.
2370
2371     Signed-off-by: Detlev Zundel <dzu@denx.de>
2372
2373 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
2374 Author: Peter Tyser <ptyser@xes-inc.com>
2375 Date:   Fri Mar 13 18:54:52 2009 -0500
2376
2377     Delete now unused tools/Makefile.win32
2378
2379     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2380
2381 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
2382 Author: Peter Tyser <ptyser@xes-inc.com>
2383 Date:   Fri Mar 13 18:54:51 2009 -0500
2384
2385     Add support for building native win32 tools
2386
2387     Add support for compiling the host tools in the tools directory using
2388     the MinGW toolchain.  This produces executables which can be used on
2389     standard Windows computers without requiring cygwin.
2390
2391     One must specify the MinGW compiler and strip utilities as if they
2392     were the host toolchain in order to build win32 executables, eg:
2393
2394     make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
2395
2396     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2397
2398 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
2399 Author: Peter Tyser <ptyser@xes-inc.com>
2400 Date:   Fri Mar 13 18:54:50 2009 -0500
2401
2402     tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
2403
2404     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2405
2406 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
2407 Author: Peter Tyser <ptyser@xes-inc.com>
2408 Date:   Fri Mar 13 18:54:49 2009 -0500
2409
2410     tools/Makefile: Create generic build rules
2411
2412     Create a few generic build rules to replace the current method which has
2413     1 build target for each file
2414
2415     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2416
2417 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
2418 Author: Peter Tyser <ptyser@xes-inc.com>
2419 Date:   Fri Mar 13 18:54:48 2009 -0500
2420
2421     tools/Makefile: Use auto-generated object file dependencies
2422
2423     Files in the SRCS variable have their dependencies automatically
2424     generated so remove duplicate explicit dependencies
2425
2426     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2427
2428 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
2429 Author: Peter Tyser <ptyser@xes-inc.com>
2430 Date:   Fri Mar 13 18:54:47 2009 -0500
2431
2432     tools/Makefile: Remove symlinks for remaining source files
2433
2434     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2435
2436 commit eed073315b6447eceadf7468a4c2b757442c7c6f
2437 Author: Peter Tyser <ptyser@xes-inc.com>
2438 Date:   Fri Mar 13 18:54:46 2009 -0500
2439
2440     tools/Makefile: Dynamically generate libfdt object dependencies
2441
2442     Add the libfdt files to the SRCS variable so that they have their
2443     dependencies automatically generated
2444
2445     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2446
2447 commit c0170175393b94560fa7a5da6dd31377df5f4a72
2448 Author: Peter Tyser <ptyser@xes-inc.com>
2449 Date:   Fri Mar 13 18:54:45 2009 -0500
2450
2451     tools/Makefile: Remove symlinks for fdt targets
2452
2453     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2454
2455 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
2456 Author: Peter Tyser <ptyser@xes-inc.com>
2457 Date:   Fri Mar 13 18:54:44 2009 -0500
2458
2459     tools/Makefile: Add libfdt/ to the include search path
2460
2461     This change makes the process of symlinking libfdt_internal.h
2462     unnecessary
2463
2464     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2465
2466 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
2467 Author: Peter Tyser <ptyser@xes-inc.com>
2468 Date:   Fri Mar 13 18:54:43 2009 -0500
2469
2470     tools: Remove unecessary symlinking of zlib.h
2471
2472     crc32.c uses the zlib.h header in include/u-boot/zlib.h.  The symlink
2473     was previously necessary to give U-Boot's version of zlib.h precedence
2474     over the host computer's version of zlib.h.
2475
2476     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2477
2478 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
2479 Author: Peter Tyser <ptyser@xes-inc.com>
2480 Date:   Fri Mar 13 18:54:42 2009 -0500
2481
2482     tools/Makefile: Add tools/ to the include search path
2483
2484     This change makes the process of symlinking mkimage.h and fdt_host.h
2485     unnecessary
2486
2487     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2488
2489 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
2490 Author: Peter Tyser <ptyser@xes-inc.com>
2491 Date:   Fri Mar 13 18:54:41 2009 -0500
2492
2493     tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
2494
2495     Also conditionally add ncb.o to OBJ_FILES list
2496
2497     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2498
2499 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
2500 Author: Peter Tyser <ptyser@xes-inc.com>
2501 Date:   Fri Mar 13 18:54:40 2009 -0500
2502
2503     tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
2504
2505     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2506
2507 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
2508 Author: Peter Tyser <ptyser@xes-inc.com>
2509 Date:   Fri Mar 13 18:54:39 2009 -0500
2510
2511     tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
2512
2513     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2514
2515 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
2516 Author: Peter Tyser <ptyser@xes-inc.com>
2517 Date:   Fri Mar 13 18:54:38 2009 -0500
2518
2519     tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
2520
2521     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2522
2523 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
2524 Author: Peter Tyser <ptyser@xes-inc.com>
2525 Date:   Fri Mar 13 18:54:37 2009 -0500
2526
2527     tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
2528
2529     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2530
2531 commit eeba8617908e33f7e7db3b1588c04ca65b856793
2532 Author: Peter Tyser <ptyser@xes-inc.com>
2533 Date:   Fri Mar 13 18:54:36 2009 -0500
2534
2535     tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
2536
2537     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2538
2539 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
2540 Author: Peter Tyser <ptyser@xes-inc.com>
2541 Date:   Fri Mar 13 18:54:35 2009 -0500
2542
2543     tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
2544
2545     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2546
2547 commit ee3584a5970230ee96aae19505ad3226734ee4ff
2548 Author: Peter Tyser <ptyser@xes-inc.com>
2549 Date:   Fri Mar 13 18:54:34 2009 -0500
2550
2551     tools/Makefile: Split variable declarations into multiple lines
2552
2553     Split variable declarations into multiple lines and use the standard
2554     VAR-y convention.  Also move object and binary variable declarations to
2555     after config.mk has been included to allow for these lists to utilize
2556     the CONFIG_XXX variables.
2557
2558     These changes lay the groundwork for conditional compilation of files
2559     in the tools directory.
2560
2561     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2562
2563 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
2564 Author: Peter Tyser <ptyser@xes-inc.com>
2565 Date:   Fri Mar 13 18:54:33 2009 -0500
2566
2567     tools/Makefile: Remove inappropriate double-tabs
2568
2569     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2570
2571 commit 652f4ba076689fd0acd447561a777b1c440a4b57
2572 Author: Peter Tyser <ptyser@xes-inc.com>
2573 Date:   Fri Mar 13 18:54:32 2009 -0500
2574
2575     tools/Makefile: Remove HOSTARCH HOSTOS defines
2576
2577     The values of HOSTARCH and HOSTOS which are exported from the top-level
2578     Makefile should be used
2579
2580     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2581
2582 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
2583 Author: Peter Tyser <ptyser@xes-inc.com>
2584 Date:   Fri Mar 13 18:54:31 2009 -0500
2585
2586     gen_eth_addr: Use POSIX rand() and srand()
2587
2588     Replace random()/srandom() use with rand()/srand() to support
2589     compilation with the mingw toolchain.  The rand()/srand() functions are
2590     generally more common and are functionally equivalent to the original
2591     random()/srandom() calls.
2592
2593     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2594
2595 commit 24d2ae5e9debe4b75151a55251031a14477fa875
2596 Author: Peter Tyser <ptyser@xes-inc.com>
2597 Date:   Fri Mar 13 18:54:28 2009 -0500
2598
2599     elf.h: Use stdint.h to provide standard typedefs for WIN32
2600
2601     The original code provided an incomplete set of typedefs for WIN32
2602     compiles and replicated the standard typedefs that are already
2603     provided by stdint.h
2604
2605     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2606
2607 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
2608 Author: Peter Tyser <ptyser@xes-inc.com>
2609 Date:   Fri Mar 13 18:54:27 2009 -0500
2610
2611     common/Makefile: Conditionally compile env_embedded.o
2612
2613     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2614
2615 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
2616 Author: Peter Tyser <ptyser@xes-inc.com>
2617 Date:   Fri Mar 13 18:54:26 2009 -0500
2618
2619     Makefile: Add removal of *.exe files to clean target
2620
2621     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2622
2623 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
2624 Author: Peter Tyser <ptyser@xes-inc.com>
2625 Date:   Fri Mar 13 18:54:25 2009 -0500
2626
2627     Makefile: Make autoconf.mk a dependency of the depend target
2628
2629     The original code did not generate autoconf.mk until after some targets
2630     dependencies had already been calculated, for example the directories in
2631     the SUBDIRS variable
2632
2633     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2634
2635 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
2636 Author: unsik Kim <donari75@gmail.com>
2637 Date:   Wed Feb 25 11:31:24 2009 +0900
2638
2639     mflash: Initial mflash support
2640
2641     Mflash is fusion memory device mainly targeted consumer eletronic and
2642     mobile phone.
2643     Internally, it have nand flash and other hardware logics and supports
2644     some different operation (ATA, IO, XIP) modes.
2645
2646     IO mode is custom mode for the host that doesn't have IDE interface.
2647     (Many mobile targeted SoC doesn't have IDE bus)
2648
2649     This driver support mflash IO mode.
2650
2651     Followings are brief descriptions about IO mode.
2652
2653     1. IO mode based on ATA protocol and uses some custom command. (read
2654        confirm, write confirm)
2655     2. IO mode uses SRAM bus interface.
2656
2657     Signed-off-by: unsik Kim <donari75@gmail.com>
2658
2659 commit 200779e3e2a9aeda7030b171a8c39d7797019917
2660 Author: Detlev Zundel <dzu@denx.de>
2661 Date:   Fri Apr 3 11:53:01 2009 +0200
2662
2663     Rename common ns16550 constants with UART_ prefix to prevent conflicts
2664
2665     Fix problems introduced in commit
2666     7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
2667     diagnosis functions for inka4x0] which redefined MSR_RI which is
2668     already used on PowerPC systems.
2669
2670     Also eliminate redundant definitions in ps2mult.h.  More cleanup will
2671     be needed for other redundant occurrences though.
2672
2673     Signed-off-by: Detlev Zundel <dzu@denx.de>
2674
2675 commit 99067b08f4a0ce20ff337a35211239f334d8f451
2676 Author: Scott Wood <scottwood@freescale.com>
2677 Date:   Wed Apr 1 15:33:24 2009 -0500
2678
2679     Noisily disable the legacy NAND subsystem.
2680
2681     Legacy NAND is marked for feature removal after April 2009 (i.e. this
2682     upcoming release).  There are still several boards that reference it
2683     (though many do so only for disk-on-chip support which has been silently
2684     disabled for a while now).  These boards will now fail to build
2685     with #error, though the code is still there if the user removes #error.
2686
2687     The plan is to remove the code outright in the next release, along with
2688     any board code that refers to it (such as board/esd/common/auto_update.c).
2689
2690     Also, remove the legacy NAND API description from README.nand.
2691
2692     Signed-off-by: Scott Wood <scottwood@freescale.com>
2693
2694 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
2695 Author: apgmoorthy <moorthy.apg@samsung.com>
2696 Date:   Fri Mar 27 14:45:23 2009 +0530
2697
2698     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
2699
2700     Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
2701     However, u-boot image for apollon board is 195KB making the board
2702     unbootable with OneNAND.
2703
2704     Fix ipl to read CONFIG_SYS_MONITOR_LEN.
2705     CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
2706
2707     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
2708     Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
2709     Signed-off-by: Scott Wood <scottwood@freescale.com>
2710
2711 commit 74de7aefd79690bae8cf5a5120f5962d444be089
2712 Author: Wolfgang Denk <wd@denx.de>
2713 Date:   Wed Apr 1 23:34:12 2009 +0200
2714
2715     Add "source" command; prepare removal of "autoscr" command
2716
2717     According to the doc/feature-removal-schedule.txt, the "autoscr"
2718     command will be replaced by the "source" command in approximately 6
2719     months from now.
2720
2721     This patch prepares this change and starts a 6 month transition
2722     period as follows:
2723
2724     - The new "source" command has been added, which implements exactly
2725       the same functionlaity as the old "autoscr" command before
2726     - The old "autoscr" command name is kept as an alias for compatibility
2727     - Command sequences, script files atc. have been adapted to use the
2728       new "source" command
2729     - Related environment variables ("autoscript", "autoscript_uname")
2730       have *not* been adapted yet; these will be renamed resp. removed in
2731       a separate patch when the support for the "autoscr" command get's
2732       finally dropped.
2733
2734     Signed-off-by: Wolfgang Denk <wd@denx.de>
2735
2736 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
2737 Author: Wolfgang Denk <wd@denx.de>
2738 Date:   Thu Apr 2 17:31:09 2009 +0200
2739
2740     Add "GPL cleanup" task to feature-removal-schedule.txt
2741
2742     Announce removal of all non-GPL or GPL-incompatible files
2743     after August 2009.
2744
2745     Signed-off-by: Wolfgang Denk <wd@denx.de>
2746
2747 commit d9596ffbdc79cea285010b67dd20a4618303f624
2748 Author: Mike Frysinger <vapier@gentoo.org>
2749 Date:   Thu Apr 2 12:51:28 2009 -0400
2750
2751     sf: stmicro: dont send 4 bytes when reading status register
2752
2753     I can't find anywhere in the datasheet that says the status register needs
2754     3 dummy bytes sent to it before being able to read back the first real
2755     result.  Tests on a Blackfin board show that after writing the opcode, the
2756     status register starts coming back immediately.  So only write out the
2757     read status register opcode before polling the result.
2758
2759     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2760     CC: Jason McMullan <mcmullan@netapp.com>
2761     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2762
2763 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
2764 Author: Mike Frysinger <vapier@gentoo.org>
2765 Date:   Thu Apr 2 08:11:31 2009 -0400
2766
2767     sf: set common timeouts in seconds, not milliseconds
2768
2769     Since timeouts are only hit when there is a problem in the system, we
2770     don't want to prematurely timeout on a functioning setup.  Thus having
2771     low timeouts (in milliseconds) doesn't gain us anything in the production
2772     case, but rather increases likely hood of causing problems where none
2773     otherwise exist.
2774
2775     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2776     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2777
2778 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
2779 Author: Mike Frysinger <vapier@gentoo.org>
2780 Date:   Thu Apr 2 06:51:49 2009 -0400
2781
2782     sf: stmicro: use common page timeout define
2783
2784     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2785     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2786
2787 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
2788 Author: Mike Frysinger <vapier@gentoo.org>
2789 Date:   Sat Mar 28 06:41:09 2009 -0400
2790
2791     sf: always read 5 bytes for the idcode
2792
2793     Some SPI flash drivers like to have extended id information available
2794     (like the spansion flash), so rather than making it re-issue the ID cmd
2795     to get at the last 2 bytes, have the common code read 5 bytes rather than
2796     just 3.  This also matches the Linux behavior where it always reads 5 id
2797     bytes from all flashes.
2798
2799     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2800     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2801     CC: Mingkai Hu <Mingkai.hu@freescale.com>
2802
2803 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
2804 Author: Mike Frysinger <vapier@gentoo.org>
2805 Date:   Fri Mar 27 16:34:21 2009 -0400
2806
2807     sf: stmicro: drop redundant id read
2808
2809     The common SPI flash code reads the idcode and passes it down to the SPI
2810     flash driver, so there is no need to read it again ourselves.
2811
2812     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2813     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2814     CC: Jason McMullan <mcmullan@netapp.com>
2815     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2816
2817 commit 1c5874374e091b4bb62917c519861f7682fe066e
2818 Author: Mike Frysinger <vapier@gentoo.org>
2819 Date:   Fri Mar 27 19:27:58 2009 -0400
2820
2821     sf: add driver for SST flashes
2822
2823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2824     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2825
2826 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
2827 Author: Mike Frysinger <vapier@gentoo.org>
2828 Date:   Mon Mar 23 23:03:58 2009 -0400
2829
2830     sf: drop DEBUG defines
2831
2832     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2833     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2834
2835 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
2836 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2837 Date:   Sun Jan 4 07:44:07 2009 +0100
2838
2839     mtd: add some at45 spi flash support
2840
2841      - AT45DB321D
2842      - AT45DB161D
2843      - AT45DB081D
2844      - AT45DB041D
2845      - AT45DB021D
2846      - AT45DB011D
2847
2848     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2849     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2850
2851 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
2852 Author: Mingkai Hu <Mingkai.hu@freescale.com>
2853 Date:   Tue Mar 31 14:09:41 2009 +0800
2854
2855     mtd: SPI Flash: Support the Spansion Flash
2856
2857     Add MTD SPI Flash support for S25FL008A, S25FL016A,
2858     S25FL032A, S25FL064A, S25FL128P.
2859
2860     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
2861     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2862
2863 commit 40587701924aa0afc86b3840421b4cc6de42c748
2864 Author: Mike Frysinger <vapier@gentoo.org>
2865 Date:   Mon Mar 30 20:56:45 2009 -0400
2866
2867     Blackfin: force all boards to HZ of 1000
2868
2869     Since the Blackfin timer code requires HZ to be 1000, barf on any board
2870     that tries to use a different value.
2871
2872     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2873
2874 commit f4032d2eec9d71a59c6c724671e577f67a76839b
2875 Author: Mike Frysinger <vapier@gentoo.org>
2876 Date:   Fri Mar 27 21:07:45 2009 -0400
2877
2878     Blackfin: bf533-stamp: drop old spi flash driver
2879
2880     Now that the common SPI flash code supports all the flashes, we can stop
2881     using the old driver.
2882
2883     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2884
2885 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
2886 Author: Mike Frysinger <vapier@gentoo.org>
2887 Date:   Thu Mar 26 15:42:12 2009 -0400
2888
2889     Blackfin: add BF538/BF539 SPI portmux handling
2890
2891     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2892
2893 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
2894 Author: Mike Frysinger <vapier@gentoo.org>
2895 Date:   Mon Mar 23 22:36:10 2009 -0400
2896
2897     Blackfin: do not delay on output bytes
2898
2899     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2900
2901 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
2902 Author: Mike Frysinger <vapier@gentoo.org>
2903 Date:   Mon Mar 23 22:17:27 2009 -0400
2904
2905     Blackfin: drop newline from OTP help
2906
2907     Looks like I accidentally added a newline to the OTP help when merging and
2908     older change.
2909
2910     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2911
2912 commit d3c38d96b991d641a33f7748130dae008563cdc9
2913 Author: Mike Frysinger <vapier@gentoo.org>
2914 Date:   Sun Mar 22 23:43:31 2009 -0400
2915
2916     Blackfin: convert bfin_sdh to legacy mmc
2917
2918     The Blackfin SDH controller is still using the legacy framework, so update
2919     the driver to use the renamed functions.
2920
2921     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2922
2923 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
2924 Author: Mike Frysinger <vapier@gentoo.org>
2925 Date:   Sun Feb 22 16:30:38 2009 -0500
2926
2927     Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
2928
2929     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2930
2931 commit ad9073211ca9e62162a39851e082b8d07a662fb6
2932 Author: Mike Frysinger <vapier@gentoo.org>
2933 Date:   Fri Feb 13 17:10:58 2009 -0500
2934
2935     Blackfin: fix crash when booting from external memory
2936
2937     When testing a u-boot binary that hasn't been booted from the bootrom, we
2938     have to make sure the bootstruct structure has sane storage space.  If we
2939     don't, the initcode will crash when it tries to dereference an invalid
2940     pointer.
2941
2942     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2943
2944 commit 84a9dda324c3faa56be14449d7519b993d9397a9
2945 Author: Mike Frysinger <vapier@gentoo.org>
2946 Date:   Sun Oct 12 21:32:52 2008 -0400
2947
2948     Blackfin: bf518f-ezbrd: new board port
2949
2950     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2951
2952 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
2953 Author: Mike Frysinger <vapier@gentoo.org>
2954 Date:   Sun Oct 12 21:30:48 2008 -0400
2955
2956     Blackfin: bf526-ezbrd: new board port
2957
2958     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2959
2960 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
2961 Author: Mike Frysinger <vapier@gentoo.org>
2962 Date:   Sun Oct 12 21:25:33 2008 -0400
2963
2964     Blackfin: bf538f-ezkit: new board port
2965
2966     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2967
2968 commit d9a5d113b93583c984711127ab8503e136ed1e4a
2969 Author: Mike Frysinger <vapier@gentoo.org>
2970 Date:   Sun Oct 12 20:59:12 2008 -0400
2971
2972     Blackfin: bf527-ezkit: new board port
2973
2974     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2975
2976 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
2977 Author: Mike Frysinger <vapier@gentoo.org>
2978 Date:   Sun Oct 12 05:05:42 2008 -0400
2979
2980     Blackfin: bf548-ezkit: new board port
2981
2982     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2983
2984 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
2985 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
2986 Date:   Tue Mar 3 14:23:59 2009 +0100
2987
2988     libfdt: Fix C++ compile-time cast error on gnu 4.2.1
2989
2990     Allow the inclusion of libfdt.h in C++ source.
2991
2992     Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
2993     Acked-by: David Gibson <david@gibson.dropbear.id.au>
2994
2995 commit 13d93f38e86818739317b0206d597265cf9e675e
2996 Author: Emil Medve <Emilian.Medve@Freescale.com>
2997 Date:   Mon Feb 23 10:43:36 2009 -0600
2998
2999     Fix a possible overflow case detected by gcc 4.3.2
3000
3001     .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
3002     .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
3003
3004     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
3005
3006 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
3007 Author: David Gibson <david@gibson.dropbear.id.au>
3008 Date:   Fri Feb 6 14:03:24 2009 +1100
3009
3010     libfdt: Rework/cleanup fdt_next_tag()
3011
3012     Currently, callers of fdt_next_tag() must usually follow the call with
3013     some sort of call to fdt_offset_ptr() to verify that the blob isn't
3014     truncated in the middle of the tag data they're going to process.
3015     This is a bit silly, since fdt_next_tag() generally has to call
3016     fdt_offset_ptr() on at least some of the data following the tag for
3017     its own operation.
3018
3019     This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
3020     verify the data between its starting offset and the offset it returns
3021     in nextoffset.  This simplifies fdt_get_property() which no longer has
3022     to verify itself that the property data is all present.
3023
3024     At the same time, I neaten and clarify the error handling for
3025     fdt_next_tag().  Previously, fdt_next_tag() could return -1 instead of
3026     a tag value in some circumstances - which almost none of the callers
3027     checked for.  Also, fdt_next_tag() could return FDT_END either because
3028     it encountered an FDT_END tag, or because it reached the end of the
3029     structure block - no way was provided to tell between these cases.
3030
3031     With this patch, fdt_next_tag() always returns FDT_END with a negative
3032     value in nextoffset for an error.  This means the several places which
3033     loop looking for FDT_END will still work correctly - they only need to
3034     check for errors at the end.  The errors which fdt_next_tag() can
3035     report are:
3036         - -FDT_ERR_TRUNCATED if it reached the end of the structure
3037            block instead of finding a tag.
3038
3039         - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
3040                tag data couldn't be verified with fdt_offset_ptr().
3041
3042     This patch also updates the callers of fdt_next_tag(), where
3043     appropriate, to make use of the new error reporting.
3044
3045     Finally, the prototype for the long gone _fdt_next_tag() is removed
3046     from libfdt_internal.h.
3047
3048     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3049
3050 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
3051 Author: David Gibson <david@gibson.dropbear.id.au>
3052 Date:   Fri Feb 6 14:01:56 2009 +1100
3053
3054     libfdt: Rework fdt_next_node()
3055
3056     Currently fdt_next_node() will find the next node in the blob
3057     regardless of whether it is above, below or at the same level in the
3058     tree as the starting node - the depth parameter is updated to indicate
3059     which is the case.  When a depth parameter is supplied, this patch
3060     makes it instead terminate immediately when it finds the END_NODE tag
3061     for a node at depth 0.  In this case it returns the offset immediately
3062     past the END_NODE tag.
3063
3064     This has a couple of advantages.  First, this slightly simplifies
3065     fdt_subnode_offset(), which no longer needs to explicitly check that
3066     fdt_next_node()'s iteration hasn't left the starting node.  Second,
3067     this allows fdt_next_node() to be used to implement
3068     _fdt_node_end_offset() considerably simplifying the latter function.
3069
3070     The other users of fdt_next_node() either don't need to iterate out of
3071     the starting node, or don't pass a depth parameter at all.  Any
3072     callers that really need to iterate out of the starting node, but keep
3073     tracking depth can do so by biasing the initial depth value.
3074
3075     This is a semantic change, but I think it's very unlikely to break any
3076     existing library users.
3077
3078     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3079
3080 commit c123098035be8bae3859bbfbd06861f197c07631
3081 Author: Scott Wood <scottwood@freescale.com>
3082 Date:   Tue Mar 31 17:49:36 2009 -0500
3083
3084     mpc83xx: Set guarded bit on BAT that covers the end of the address space
3085
3086     The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
3087     address space; however, not all of this space is covered by a device.  In
3088     particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
3089     at the far end of the address space.
3090
3091     In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
3092     some circumstances, this leads to the CPU speculatively loading from
3093     0xfffffff8 if p is NULL.  This leads to a machine check.
3094
3095     Signed-off-by: Scott Wood <scottwood@freescale.com>
3096
3097     continuation to the remaining mpc83xx boards that suffer from the same problem.
3098
3099     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3100
3101 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
3102 Author: Kim Phillips <kim.phillips@freescale.com>
3103 Date:   Mon Mar 30 14:28:05 2009 -0500
3104
3105     rtc: remove broken rtc_read and rtc_write declarations
3106
3107     commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
3108     EPSON)" introduces the following build error on boards configuring e.g,
3109     the ds1374 rtc:
3110
3111     Configuring for MPC837XEMDS board...
3112     ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
3113     /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
3114     ds1374.c:104: error: conflicting types for 'rtc_write'
3115     /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
3116
3117     this reverts the erroneous chunk.
3118
3119     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3120     Acked-by: Detlev Zundel <dzu@denx.de>
3121     CC: Detlev Zundel <dzu@denx.de>
3122     CC: Andreas Pfefferle <ap@denx.de>
3123
3124 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
3125 Author: Kumar Gala <galak@kernel.crashing.org>
3126 Date:   Tue Mar 31 17:58:13 2009 -0500
3127
3128     85xx/86xx: Ensure MP boot page is not used
3129
3130     We had a bug on 86xx in which the boot page used to bring up secondary
3131     cores was being overwritten and used for the malloc region in u-boot.
3132
3133     We need to reserve the region of memory that the boot page is going to
3134     be put at so nothing uses it.
3135
3136     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3137     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
3138
3139 commit c840d26c752141b94bbc24ac748ddd45752a955a
3140 Author: Kumar Gala <galak@kernel.crashing.org>
3141 Date:   Tue Mar 31 23:11:05 2009 -0500
3142
3143     85xx: Introduce determine_mp_bootpg() helper.
3144
3145     Match determine_mp_bootpg() that was added for 86xx.  We need this to
3146     address a bug introduced in v2009.03 with 86xx MP booting.  We have to
3147     make sure to reserve the region of memory used for the MP bootpg() so
3148     other u-boot code doesn't use it.
3149
3150     Also added a comment about how cpu_reset() is dealing w/an errata on
3151     early 85xx MP HW.
3152
3153     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3154
3155 commit 7649a590b53ee548f41428bf20780f74ce9fc099
3156 Author: Kumar Gala <galak@kernel.crashing.org>
3157 Date:   Tue Mar 31 23:02:38 2009 -0500
3158
3159     86xx: Cleanup MP support
3160
3161     * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
3162     * Introduce determine_mp_bootpg() helper.  We'll need this to address a
3163       bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
3164       to reserve the region of memory used for the MP bootpg() so other
3165       u-boot code doesn't use it.
3166     * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
3167       allow cmd_mp.c to build and work. In the future we should look at
3168       implementing all these functions. This could be common w/85xx if we
3169       use spin tables on 86xx.
3170
3171     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3172
3173 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
3174 Author: Becky Bruce <beckyb@kernel.crashing.org>
3175 Date:   Tue Mar 31 18:38:37 2009 -0500
3176
3177     mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
3178
3179     We're missing the board_lmb_reserve definitions that allow
3180     cpu_mp_lmb_reserve to be called; this means that Linux
3181     is free to reallocate reserved pages.  Linux currently boots
3182     because we're getting lucky - the page we've reserved is
3183     high enough in memory that it isn't allocated by Linux
3184     while we still need it to be in existence.
3185
3186     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
3187     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3188
3189 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
3190 Author: Ladislav Michl <ladis@linux-mips.org>
3191 Date:   Tue Mar 31 13:43:10 2009 +0200
3192
3193     NetStar: fix NAND
3194
3195     Fix NAND support broken during new NAND code merge. Move those few lines of
3196     code to board/netstar/netstar.c
3197
3198     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3199
3200 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
3201 Author: Jens Scharsig <esw@bus-elektronik.de>
3202 Date:   Tue Mar 31 08:18:29 2009 +0200
3203
3204     soft_i2c.c compiler/linker error
3205
3206     This patch fix the compiler/linker errors
3207
3208     common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
3209     common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
3210
3211     if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
3212     uesd/undef (wrong define order)
3213
3214     and
3215
3216     removes additional empty lines
3217
3218     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
3219
3220 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
3221 Author: Haiying Wang <Haiying.Wang@freescale.com>
3222 Date:   Fri Mar 27 17:02:45 2009 -0400
3223
3224     MPC85xx: Add MPC8569MDS board support
3225
3226     This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
3227     EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
3228
3229     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3230     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
3231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3232
3233 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
3234 Author: Haiying Wang <Haiying.Wang@freescale.com>
3235 Date:   Fri Mar 27 17:02:44 2009 -0400
3236
3237     MPC85xx: Add MPC8569 CPU support
3238
3239     There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
3240     LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
3241     then invalidate it after LBCR bit 13 is set.
3242
3243     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3244     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3245
3246 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
3247 Author: Haiying Wang <Haiying.Wang@freescale.com>
3248 Date:   Thu Mar 26 17:01:49 2009 -0400
3249
3250     MPC85xx: Load and enable QE microcode patch in IRAM
3251
3252     For the silicon which doesn't have ROM support in QE, it always needs to load
3253     a pre-built ucode binary to IRAM so that QE can work.
3254
3255     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3256     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
3257
3258 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
3259 Author: Kumar Gala <galak@kernel.crashing.org>
3260 Date:   Thu Mar 19 09:16:10 2009 -0500
3261
3262     85xx: Add support for additional e500mc features
3263
3264     * Enable backside L2
3265     * e500mc no longer has timebase enable in HID (moved to CCSR register)
3266
3267     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3268
3269 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
3270 Author: Dave Liu <daveliu@freescale.com>
3271 Date:   Sat Mar 14 12:48:30 2009 +0800
3272
3273     fsl-ddr: add the DDR3 SPD infrastructure
3274
3275     - support mirrored DIMMs, not support register DIMMs
3276     - test passed on P2020DS board with MT9JSF12872AY-1G1D1
3277     - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
3278
3279     Signed-off-by: Dave Liu <daveliu@freescale.com>
3280     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
3281
3282 commit 6a8197836702991468cead5ead073f589e2623ad
3283 Author: Dave Liu <daveliu@freescale.com>
3284 Date:   Sat Mar 14 12:48:19 2009 +0800
3285
3286     fsl-ddr: Fix two bugs in the ddr infrastructure
3287
3288     1. wr_lat
3289        UM said the total write latency for DDR2 is equal to
3290        WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
3291        so, the WR_LAT = CL - 1;
3292     2. rd_to_pre
3293        we missed to add the ADD_LAT for DDR2 case.
3294
3295     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3296     Signed-off-by: Dave Liu <daveliu@freescale.com>
3297
3298 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
3299 Author: Kumar Gala <galak@kernel.crashing.org>
3300 Date:   Thu Mar 26 01:34:39 2009 -0500
3301
3302     83xx: Use common LSDMR defines from asm/fsl_lbc.h
3303
3304     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3305     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3306
3307 commit b0fe93eda69721aef1fdef576164b668fad83bbd
3308 Author: Kumar Gala <galak@kernel.crashing.org>
3309 Date:   Thu Mar 26 01:34:38 2009 -0500
3310
3311     85xx: Use common LSDMR defines from asm/fsl_lbc.h
3312
3313     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3314
3315 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
3316 Author: Kumar Gala <galak@kernel.crashing.org>
3317 Date:   Thu Mar 26 01:34:37 2009 -0500
3318
3319     Add LSDMR (SDRAM Mode Register) definition on localbus
3320
3321     The masks for various bit defines of LSDMR are common and thus we can
3322     define them in one place rather than replicating them in each config.h
3323
3324     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3325
3326 commit 89c00fb15859213788f0ad089934c376fb356099
3327 Author: Ladislav Michl <ladis@linux-mips.org>
3328 Date:   Mon Mar 30 18:58:41 2009 +0200
3329
3330     OMAP: use {read,write}l to access timer registers
3331
3332     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3333
3334 commit 81472d893fa565c9d300928a40e504a689bde131
3335 Author: Ladislav Michl <ladis@linux-mips.org>
3336 Date:   Mon Mar 30 18:58:41 2009 +0200
3337
3338     OMAP: rename timer divisor
3339
3340     Divisor field is called PTV not PVT.
3341
3342     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3343     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3344
3345 commit fe672d60b2a8c9e803596ba4533fa1776015551d
3346 Author: Ladislav Michl <ladis@linux-mips.org>
3347 Date:   Mon Mar 30 18:58:40 2009 +0200
3348
3349     OMAP: reindent timer code
3350
3351     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3352
3353 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
3354 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3355 Date:   Mon Mar 30 18:58:40 2009 +0200
3356
3357     s3c2410: move nand driver to drivers/mtd/nand
3358
3359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3360
3361 commit d3b635774194404bcd424f6b376419bce22076ad
3362 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3363 Date:   Mon Mar 30 18:58:40 2009 +0200
3364
3365     s3c24x0: move i2c driver to drivers/i2c
3366
3367     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3368
3369 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
3370 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3371 Date:   Mon Mar 30 18:58:39 2009 +0200
3372
3373     s3c24x0: move serial driver to drivers/serial
3374
3375     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3376
3377 commit 942ba9969b9efa25f816c238861ecb339c54ed73
3378 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3379 Date:   Mon Mar 30 18:58:39 2009 +0200
3380
3381     davinci: move i2c driver to drivers/i2c
3382
3383     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3384
3385 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
3386 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3387 Date:   Mon Mar 30 18:58:39 2009 +0200
3388
3389     davinci: move nand driver to drivers/mtd/nand
3390
3391     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3392
3393 commit d3e55d0774a180c1837bd7ddec464015e883bd86
3394 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3395 Date:   Mon Mar 30 18:58:38 2009 +0200
3396
3397     imx: move serial driver to drivers/serial
3398
3399     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3400
3401 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
3402 Author: Detlev Zundel <dzu@denx.de>
3403 Date:   Mon Mar 30 00:31:36 2009 +0200
3404
3405     inka4x0: Use proper accessor macros for memory mapped registers.
3406
3407     Signed-off-by: Detlev Zundel <dzu@denx.de>
3408
3409 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
3410 Author: Detlev Zundel <dzu@denx.de>
3411 Date:   Mon Mar 30 00:31:35 2009 +0200
3412
3413     inka4x0: Add hardware diagnosis and RTC in configuration.
3414
3415     This patch adds the board specific communication routines needed by
3416     the external 4543 RTC.
3417
3418     Signed-off-by: Detlev Zundel <dzu@denx.de>
3419     Signed-off-by: Andreas Pfefferle <ap@denx.de>
3420
3421 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
3422 Author: Detlev Zundel <dzu@denx.de>
3423 Date:   Mon Mar 30 00:31:34 2009 +0200
3424
3425     inka4x0: Add hardware diagnosis functions for inka4x0
3426
3427     This patch adds advanced diagnosis functions for the inka4x0 board.
3428
3429     Signed-off-by: Andreas Pfefferle <ap@denx.de>
3430     Signed-off-by: Detlev Zundel <dzu@denx.de>
3431
3432 commit 04e11cf383ff6231535fd981023bb1306b2133d4
3433 Author: Detlev Zundel <dzu@denx.de>
3434 Date:   Mon Mar 30 00:31:33 2009 +0200
3435
3436     rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
3437
3438     Signed-off-by: Detlev Zundel <dzu@denx.de>
3439     Signed-off-by: Andreas Pfefferle <ap@denx.de>
3440
3441 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
3442 Author: Detlev Zundel <dzu@denx.de>
3443 Date:   Mon Mar 30 00:31:32 2009 +0200
3444
3445     drivers/twserial: Add protocol driver for "three wire serial" interface.
3446
3447     This pretty unintelligent interface is used on some RTC chips.
3448
3449     Signed-off-by: Detlev Zundel <dzu@denx.de>
3450
3451 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
3452 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3453 Date:   Sun Mar 29 23:01:42 2009 +0200
3454
3455     arm720t/clps7111: move serial driver to drivers/serial
3456
3457     add CONFIG_CLPS7111_SERIAL to activate the driver
3458
3459     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3460
3461 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
3462 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3463 Date:   Sun Mar 29 23:01:42 2009 +0200
3464
3465     lpc2292: move serial driver to drivers/serial
3466
3467     add CONFIG_LPC2292_SERIAL to activate the driver
3468
3469     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3470
3471 commit 176a600d0ecdaccbac483d2ba992d0119f853119
3472 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3473 Date:   Sun Mar 29 23:01:42 2009 +0200
3474
3475     ks8695: move serial driver to drivers/serial
3476
3477     add CONFIG_KS8695_SERIAL to activate the driver
3478
3479     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3480
3481 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
3482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3483 Date:   Sun Mar 29 23:01:42 2009 +0200
3484
3485     s3c64xx: move usb driver to drivers/usb
3486
3487     add CONFIG_USB_S3C64XX to activate the driver
3488
3489     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3490
3491 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
3492 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3493 Date:   Sun Mar 29 23:01:41 2009 +0200
3494
3495     imx31: move serial driver to drivers/serial
3496
3497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3498
3499 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
3500 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3501 Date:   Sun Mar 29 23:01:41 2009 +0200
3502
3503     netarm: move serial driver to drivers/serial
3504
3505     add CONFIG_NETARM_SERIAL to activate the driver
3506
3507     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3508
3509 commit 412ab705888742add435dd6ffc2e8bda14962235
3510 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3511 Date:   Sun Mar 29 23:01:41 2009 +0200
3512
3513     sa1100: move serial driver to drivers/serial
3514
3515     add CONFIG_SA1100_SERIAL to activate the driver
3516
3517     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3518
3519 commit b2368754a9202225fd072e159fb78da7d2cdb623
3520 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3521 Date:   Sun Mar 29 23:01:41 2009 +0200
3522
3523     s3c44b0: extract cache from cpu.c
3524
3525     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3526
3527 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
3528 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3529 Date:   Sun Mar 29 23:01:41 2009 +0200
3530
3531     s3c44b0: move serial driver to drivers/serial
3532
3533     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3534
3535 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
3536 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3537 Date:   Sun Mar 29 23:01:40 2009 +0200
3538
3539     s3c44b0: move rtc driver to drivers/rtc
3540
3541     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3542
3543 commit 50f601cca8985615f9e3de4c34887448ade8a64b
3544 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3545 Date:   Sun Mar 29 23:01:40 2009 +0200
3546
3547     s3c44b0: move i2c driver to drivers/i2c
3548
3549     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3550
3551 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
3552 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3553 Date:   Sun Mar 29 23:01:36 2009 +0200
3554
3555     s3c4510b: move specific code to soc directory
3556
3557     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3558
3559 commit 04531f3c11c693dc54924f82c41979d960309c9d
3560 Author: Ladislav Michl <ladis@linux-mips.org>
3561 Date:   Wed Mar 25 23:43:58 2009 +0100
3562
3563     NetStar: add RTC support
3564
3565     Add RTC support.
3566
3567     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3568
3569 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
3570 Author: Ladislav Michl <ladis@linux-mips.org>
3571 Date:   Wed Mar 25 23:43:50 2009 +0100
3572
3573     NetStar: use generic flash driver
3574
3575     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3576
3577 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
3578 Author: Ladislav Michl <ladis@linux-mips.org>
3579 Date:   Mon Mar 16 23:31:20 2009 +0100
3580
3581     NetStar: update crcit utility
3582
3583     Make crc32 function to match its prototype. Use more meaningful identifiers.
3584
3585     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3586
3587 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
3588 Author: Ladislav Michl <ladis@linux-mips.org>
3589 Date:   Mon Mar 23 17:46:27 2009 +0100
3590
3591     Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
3592
3593     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3594
3595 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
3596 Author: Wolfgang Denk <wd@denx.de>
3597 Date:   Sun Mar 29 00:58:16 2009 +0100
3598
3599     VCMA9: fix compile errors
3600
3601     Fix these:
3602     cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
3603     cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
3604
3605     Signed-off-by: Wolfgang Denk <wd@denx.de>
3606
3607 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
3608 Author: Wolfgang Denk <wd@denx.de>
3609 Date:   Sun Mar 29 00:54:21 2009 +0100
3610
3611     ARM: fix warning: 'print_eth' defined but not used
3612
3613     This warning got issued for all ARM systems that don't have
3614     CONFIG_CMD_NET enabled.
3615
3616     Signed-off-by: Wolfgang Denk <wd@denx.de>
3617
3618 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
3619 Author: Ladislav Michl <ladis@linux-mips.org>
3620 Date:   Mon Mar 23 18:16:34 2009 +0100
3621
3622     cs8900 compile fix
3623
3624     cs8900.c: In function 'eth_init':
3625     cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
3626     cs8900.c:165: error: invalid operands to binary <<
3627     cs8900.c:166: error: invalid operands to binary <<
3628     cs8900.c:167: error: invalid operands to binary <<
3629
3630     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3631     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3632
3633 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
3634 Author: Wolfgang Denk <wd@denx.de>
3635 Date:   Sat Mar 28 20:16:16 2009 +0100
3636
3637     Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
3638
3639     ...and some other compile warnings.
3640
3641     Signed-off-by: Wolfgang Denk <wd@denx.de>
3642
3643 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
3644 Author: Wolfgang Denk <wd@denx.de>
3645 Date:   Sat Mar 28 16:17:29 2009 +0100
3646
3647     mpc8xx/ether.c: fix warning: unused variable 'bd'
3648
3649     Also minor coding style cleanup.
3650
3651     Signed-off-by: Wolfgang Denk <wd@denx.de>
3652
3653 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
3654 Author: Detlev Zundel <dzu@denx.de>
3655 Date:   Wed Mar 25 17:27:52 2009 +0100
3656
3657     command.c: Expose the core of do_help as _do_help to the rest of u-boot.
3658
3659     Other commands implementing subcommands can reuse this code nicely.
3660
3661     Signed-off-by: Detlev Zundel <dzu@denx.de>
3662     Signed-off-by: Andreas Pfefferle <ap@denx.de>
3663
3664 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
3665 Author: Detlev Zundel <dzu@denx.de>
3666 Date:   Tue Mar 24 18:02:33 2009 +0100
3667
3668     mpc5xxx: Add structure definition for several more register blocks.
3669
3670     Signed-off-by: Detlev Zundel <dzu@denx.de>
3671
3672 commit 739b0e594677a0676577bc95db4495a5563fc7f8
3673 Author: Detlev Zundel <dzu@denx.de>
3674 Date:   Fri Mar 27 15:03:55 2009 +0100
3675
3676     MAINTAINERS: Add entry for 'inka4x0' board.
3677
3678     Signed-off-by: Detlev Zundel <dzu@denx.de>
3679
3680 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
3681 Author: Detlev Zundel <dzu@denx.de>
3682 Date:   Fri Mar 27 15:03:54 2009 +0100
3683
3684     MAINTAINERS: Keep list sorted.
3685
3686     Signed-off-by: Detlev Zundel <dzu@denx.de>
3687
3688 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
3689 Author: Mike Frysinger <vapier@gentoo.org>
3690 Date:   Thu Mar 26 11:17:41 2009 -0400
3691
3692     karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
3693
3694     The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
3695
3696     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3697     CC: Ben Warren <biggerbadderben@gmail.com>
3698
3699 commit 76756e41cde0a617e781a604cc47dfaef63697cd
3700 Author: Heiko Schocher <hs@denx.de>
3701 Date:   Thu Mar 26 07:33:59 2009 +0100
3702
3703     ppc: cleanup compiler errors/warnings
3704
3705     Current u-boot top of tree builds with warnings/errors for
3706     the following boards:
3707
3708     ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
3709     RPXClassic debris PN62
3710
3711     following patch solves this.
3712
3713     Signed-off-by: Heiko Schocher <hs@denx.de>
3714     Acked-by: Mike Frysinger <vapier@gentoo.org>
3715
3716 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
3717 Author: Stefan Roese <sr@denx.de>
3718 Date:   Thu Mar 26 16:14:13 2009 +0100
3719
3720     ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
3721
3722     This patch fixes a bug in the Sequoia TLB init code to reconfigure
3723     the correct TLB (boot space) after running from RAM. This bug was
3724     introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
3725     [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
3726     TLB in the Sequoia init.S file.
3727
3728     Signed-off-by: Stefan Roese <sr@denx.de>
3729
3730 commit e2b66fe453a3679f807b37fc5923d89214302764
3731 Author: Wolfgang Denk <wd@denx.de>
3732 Date:   Thu Mar 26 10:00:57 2009 +0100
3733
3734     ads5121: enable instruction cache
3735
3736     Enabling the instruction cache significantly accelerates U-Boot
3737     operations like CRC checking, image uncompression, etc.
3738
3739     Kudos to Andrea Scian for pointing out.
3740
3741     Signed-off-by: Wolfgang Denk <wd@denx.de>
3742
3743 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
3744 Author: Jon Smirl <jonsmirl@gmail.com>
3745 Date:   Sun Mar 22 22:55:45 2009 -0400
3746
3747     mpc5200: suppress printf until console initialized
3748
3749     On boards which have the environment in eeprom, i2c_init() is called
3750     before the console and RAM are initialized.
3751     Suppress printfs until the console is initialized.
3752
3753     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
3754     Acked-by: Heiko Schocher <hs@denx.de>
3755
3756 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
3757 Author: Guennadi Liakhovetski <lg@denx.de>
3758 Date:   Wed Mar 25 11:36:50 2009 +0100
3759
3760     ARM: Add the imx31_phycore_eet board to MAKEALL
3761
3762     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3763
3764 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
3765 Author: Nishanth Menon <nm@ti.com>
3766 Date:   Wed Mar 25 22:13:56 2009 +0100
3767
3768     OMAP3:Beagle: Enable mtdparts
3769
3770     http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
3771     provides a flexible way to create and maintain u-boot mtd
3772     partitions. This allows commands such as "nand erase fs"
3773     to work and the user no longer needs to decode the absolute
3774     nand offsets. This patch enables this function for beagleboard
3775
3776     Signed-off-by: Nishanth Menon <nm@ti.com>
3777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3778
3779 commit 4de1a5daab079ddc8ce1274144700203d692105c
3780 Author: Mike Frysinger <vapier@gentoo.org>
3781 Date:   Sun Feb 22 16:26:35 2009 -0500
3782
3783     Blackfin: bf537-stamp: split post code out into dedicated post.c
3784
3785     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3786
3787 commit 5e8f245743ed14c89e495ba2c027703db9813160
3788 Author: Mike Frysinger <vapier@gentoo.org>
3789 Date:   Sat Oct 11 22:51:56 2008 -0400
3790
3791     Blackfin: add support for S25FL128 parts
3792
3793     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3794
3795 commit bf1e028bf3eab1d702fa0627cade4460688f3913
3796 Author: Mike Frysinger <vapier@gentoo.org>
3797 Date:   Sat Oct 11 22:51:23 2008 -0400
3798
3799     Blackfin: overhaul SPI flash handling to speed things up
3800
3801     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3802
3803 commit efcc08cededa2168b96f12a22a5872340880d334
3804 Author: Mike Frysinger <vapier@gentoo.org>
3805 Date:   Sat Oct 11 22:51:05 2008 -0400
3806
3807     Blackfin: add support for SST SPI flashes
3808
3809     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3810
3811 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
3812 Author: Mike Frysinger <vapier@gentoo.org>
3813 Date:   Sat Oct 11 22:50:10 2008 -0400
3814
3815     Blackfin: add hack for crappy m25p80
3816
3817     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3818
3819 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
3820 Author: Mike Frysinger <vapier@gentoo.org>
3821 Date:   Wed Jan 21 20:47:12 2009 -0500
3822
3823     Blackfin: bf537-stamp: increase monitor size
3824
3825     The new jffs2 code pushed the code size just over the limit, so increase
3826     the limit a bit more.
3827
3828     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3829
3830 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
3831 Author: Mike Frysinger <vapier@gentoo.org>
3832 Date:   Mon Dec 8 16:16:11 2008 -0500
3833
3834     Blackfin: bf537-stamp: bump default SCLK up to 125MHz
3835
3836     Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
3837     increase the speed of SCLK to 125MHz rather than 100MHz.
3838
3839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3840
3841 commit 751e54c3b77311b720b794813cce20546f288ada
3842 Author: Mike Frysinger <vapier@gentoo.org>
3843 Date:   Sat Oct 11 22:44:14 2008 -0400
3844
3845     Blackfin: bf537-stamp: rewrite MAC-in-flash handling
3846
3847     Use the common net eth functions to setup the env/global data with the MAC
3848     address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
3849
3850     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3851
3852 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
3853 Author: Mike Frysinger <vapier@gentoo.org>
3854 Date:   Tue Dec 9 13:47:39 2008 -0500
3855
3856     Blackfin: add clkin_hz= to default kernel command line for ADI boards
3857
3858     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3859
3860 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
3861 Author: Mike Frysinger <vapier@gentoo.org>
3862 Date:   Sun Oct 12 23:49:13 2008 -0400
3863
3864     Blackfin: bf533-stamp: bump up default clocks
3865
3866     Since the hardware can handle it, bump the default clocks from 80mhz SCLK
3867     and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
3868
3869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3870
3871 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
3872 Author: Mike Frysinger <vapier@gentoo.org>
3873 Date:   Sat Oct 11 22:40:22 2008 -0400
3874
3875     Blackfin: bf533-stamp: rewrite startup LED notifications
3876
3877     Again, don't clobber pins that we aren't actually using, and use the common
3878     LED framework rather than our own hob-job-but-not-really-working.
3879
3880     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3881
3882 commit cf6f469e2730fc8ab3523808b828be000d6eee77
3883 Author: Mike Frysinger <vapier@gentoo.org>
3884 Date:   Sun Jun 1 09:09:48 2008 -0400
3885
3886     Blackfin: unify common ADI board settings
3887
3888     Rather than duplicate the same ADI settings in every ADI board, create a
3889     common ADI config header and have all ADI boards start using that.  This
3890     will also make merging the ~10 boards I have to forward port a lot easier.
3891
3892     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3893
3894 commit 196c74311f394c6eb08bd9ab07a35671299b9851
3895 Author: Kyungmin Park <kmpark@infradead.org>
3896 Date:   Tue Mar 3 09:05:53 2009 +0900
3897
3898     Reduce OneNAND IPL common code
3899
3900     OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
3901     bootloader, but it's common code used about 300~400 bytes. So board
3902     specific codes, such as lowlevel_init, can't has enough code. It make
3903     a difficult to implement OneNAND IPL.
3904
3905     his patch make this common code as small as possible. and give
3906     lowlevel_init can have more codes.
3907
3908     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3909     Signed-off-by: Scott Wood <scottwood@freescale.com>
3910
3911 commit 16f2f5a351004129e79e79816697a367fd9e5446
3912 Author: Wolfgang Grandegger <wg@grandegger.com>
3913 Date:   Wed Feb 11 18:38:24 2009 +0100
3914
3915     Add multi-chip NAND support for the TQM8548 modules
3916
3917     This patches configures the NAND UPM-FSL driver with multi-chip
3918     support for the Micron MT29F8G08FAB NAND flash memory on the
3919     TQM8548 modules.
3920
3921     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3922     Signed-off-by: Scott Wood <scottwood@freescale.com>
3923
3924 commit 33846df28fa1f4cf96a96c18142d48d813caa892
3925 Author: Wolfgang Grandegger <wg@grandegger.com>
3926 Date:   Wed Feb 11 18:38:23 2009 +0100
3927
3928     Add wait flags to support board/chip specific delays
3929
3930     The NAND flash on the TQM8548_BE modules requires a short delay after
3931     running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
3932     requires a further short delay after writing out a buffer. Normally the
3933     R/B pin should be checked, but it's not connected on the TQM8548_BE.
3934     The corresponding Linux FSL UPM driver uses similar delay points at the
3935     same locations. To manage these extra delays in a more general way, I
3936     introduced the "wait_flags" field allowing the board-specific driver to
3937     specify various types of extra delay.
3938
3939     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3940     Signed-off-by: Scott Wood <scottwood@freescale.com>
3941
3942 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
3943 Author: Wolfgang Grandegger <wg@grandegger.com>
3944 Date:   Wed Feb 11 18:38:22 2009 +0100
3945
3946     Add support for TQM-specific chip select logic to FSL-UPM
3947
3948     For the NAND chips on the TQM8548 modules, a special chip-select logic is
3949     used. It uses dedicated address lines to be set via UPM machine address
3950     register (mar). This patch adds such support to the FSL-UPM driver.
3951
3952     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3953     Signed-off-by: Scott Wood <scottwood@freescale.com>
3954
3955 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
3956 Author: Wolfgang Grandegger <wg@grandegger.com>
3957 Date:   Wed Feb 11 18:38:21 2009 +0100
3958
3959     Add multi chip support to the FSL-UPM driver
3960
3961     This patch adds support for multi-chip NAND devices to the FSL-UPM
3962     driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
3963     called with the argument "chip_nr" to allow testing the proper chip
3964     select line. The NAND support of the MPC8360ERDK is updated as well.
3965     No other boards are currently using the FSL UPM driver.
3966
3967     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3968     Signed-off-by: Scott Wood <scottwood@freescale.com>
3969
3970 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
3971 Author: Wolfgang Grandegger <wg@grandegger.com>
3972 Date:   Wed Feb 11 18:38:20 2009 +0100
3973
3974     Enable multi chip support in the NAND layer
3975
3976     This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
3977     Multi-chips devices are displayed as shown:
3978
3979       Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
3980
3981     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3982     Signed-off-by: Scott Wood <scottwood@freescale.com>
3983
3984 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
3985 Author: Mike Frysinger <vapier@gentoo.org>
3986 Date:   Sat Oct 11 21:58:33 2008 -0400
3987
3988     Blackfin: put memory into self-refresh before/after programming clocks
3989
3990     When initializing the core clocks, stick external memory into self-refresh.
3991     This gains us a few cool things:
3992      - support suspend-to-RAM with Linux
3993      - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
3994      - make sure settings are stable before flashing new version
3995      - finally fully unify initialize startup code path between LDR/non-LDR
3996
3997     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3998
3999 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
4000 Author: Mike Frysinger <vapier@gentoo.org>
4001 Date:   Sat Oct 11 21:56:08 2008 -0400
4002
4003     Blackfin: do not program voltage regulator on parts that do not have one
4004
4005     Some newer Blackfins (like the BF51x) do not have an on-chip voltage
4006     regulator, so do not attempt to program the memory as if it does.
4007
4008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4009
4010 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
4011 Author: Mike Frysinger <vapier@gentoo.org>
4012 Date:   Sun Jun 1 01:28:24 2008 -0400
4013
4014     Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
4015
4016     If the board config does not specify an explicit EBIU_SDBCTL value, set it
4017     up with sane values based on other configuration options.
4018
4019     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4020
4021 commit 3986e981f565c08f10c7e526af8cb518d741c349
4022 Author: Mike Frysinger <vapier@gentoo.org>
4023 Date:   Sat Dec 6 18:06:58 2008 -0500
4024
4025     Blackfin: handle reboot anomaly 432
4026
4027     Workaround anomaly 432:
4028     The bfrom_SysControl() firmware function does not clear the SIC_IWR1
4029     register before executing the PLL programming sequence.  Therefore, any
4030     interrupt enabled in the SIC_IWR1 register prior to the call to
4031     bfrom_SysControl() can prematurely terminate the idle sequence required
4032     for the PLL to relock properly. SIC_IWR0 is properly handled.
4033
4034     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4035
4036 commit 7e1d212b6da492c6ea32c62af92e185284f41291
4037 Author: Mike Frysinger <vapier@gentoo.org>
4038 Date:   Sat Oct 18 04:04:49 2008 -0400
4039
4040     Blackfin: kill off LDR jump block
4041
4042     The Boot ROM uses EVT1 as the entry point so set that rather than having
4043     to use a tiny jump block in the default EVT1 location.
4044
4045     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4046
4047 commit a75fa148d60b1975403441e45565621bba50d2d9
4048 Author: Mike Frysinger <vapier@gentoo.org>
4049 Date:   Tue Jan 6 10:00:48 2009 -0500
4050
4051     Blackfin: simplify symbol_lookup() a bit
4052
4053     No need to skip a byte as the symbol table handles this.
4054
4055     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4056
4057 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
4058 Author: Mike Frysinger <vapier@gentoo.org>
4059 Date:   Sat Feb 7 05:43:21 2009 -0500
4060
4061     Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
4062
4063     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4064
4065 commit 58130f8920151d9e8942bbdf3388f2defb47e415
4066 Author: Mike Frysinger <vapier@gentoo.org>
4067 Date:   Sat Feb 7 05:41:17 2009 -0500
4068
4069     Blackfin: drop SPORT_TX read helper macros
4070
4071     The SPORT_TX registers cannot be read (the hardware will trigger an error),
4072     so drop the read helper macros.
4073
4074     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4075
4076 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
4077 Author: Mike Frysinger <vapier@gentoo.org>
4078 Date:   Sat Feb 7 05:25:35 2009 -0500
4079
4080     Blackfin: unify duplicate CPU port definitions
4081
4082     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4083
4084 commit 744fd240d181b0b05b1436e1b655c9a62526c752
4085 Author: Mike Frysinger <vapier@gentoo.org>
4086 Date:   Fri Feb 6 00:59:50 2009 -0500
4087
4088     Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
4089
4090     With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
4091     are no longer used/needed.
4092
4093     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4094
4095 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
4096 Author: Mike Frysinger <vapier@gentoo.org>
4097 Date:   Mon Oct 6 04:01:26 2008 -0400
4098
4099     Blackfin: print out Flash: before checking it
4100
4101     If there is some problem in the flash init/checking code, it's nicer to see
4102     the message "Flash:" before crashing.  This way the source of the problem
4103     is a bit more straightforward.
4104
4105     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4106
4107 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
4108 Author: Mike Frysinger <vapier@gentoo.org>
4109 Date:   Thu Aug 7 15:33:09 2008 -0400
4110
4111     Blackfin: safely flush data caches when in writeback mode
4112
4113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4114
4115 commit c06f2b13022703611bc3e512bd34f9014a46f448
4116 Author: Mike Frysinger <vapier@gentoo.org>
4117 Date:   Thu Aug 7 13:21:48 2008 -0400
4118
4119     Blackfin: update lockbox api according to latest documentation
4120
4121     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4122
4123 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
4124 Author: Mike Frysinger <vapier@gentoo.org>
4125 Date:   Sat Oct 11 21:49:06 2008 -0400
4126
4127     Blackfin: mark bfin_reset static
4128
4129     The function is only used locally, so mark it static.
4130
4131     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4132
4133 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
4134 Author: Sonic Zhang <Sonic.Zhang@analog.com>
4135 Date:   Fri Mar 20 19:28:20 2009 -0400
4136
4137     Blackfin: spi: there is no PORTJ_FER MMR on BF537
4138
4139     Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
4140     then there is no PORTJ_FER register for us to worry about.
4141
4142     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
4143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4144
4145 commit e82b762f293debc53c5afa90f37264f6b07520f9
4146 Author: Mike Frysinger <vapier@gentoo.org>
4147 Date:   Tue Mar 17 13:58:23 2009 -0400
4148
4149     Blackfin: fix jtag console tstc
4150
4151     The jtag tstc operation was checking the hardware to see if data is
4152     available from it (which is fine for the jtag getc operation), but the
4153     higher layers need to know whether any data is available.  Since we have
4154     to read up to 4 bytes at a time from the hardware, the higher layers need
4155     to know they can consume the cached bytes as well.
4156
4157     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4158
4159 commit bc683f58b1f1d8d20546fe019483967a51a49df1
4160 Author: Mike Frysinger <vapier@gentoo.org>
4161 Date:   Sun Feb 22 16:23:41 2009 -0500
4162
4163     Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
4164
4165     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4166
4167 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
4168 Author: Mike Frysinger <vapier@gentoo.org>
4169 Date:   Sun Feb 22 16:02:27 2009 -0500
4170
4171     Blackfin: unify net-related init code
4172
4173     Unify all of the net-related init code in the common Blackfin board init
4174     code to clean up the ifdef mess a bit.
4175
4176     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4177
4178 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
4179 Author: Mike Frysinger <vapier@gentoo.org>
4180 Date:   Wed Feb 18 12:51:48 2009 -0500
4181
4182     Blackfin: fix SWRST/SYSCR register sizes
4183
4184     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4185
4186 commit a9d6777d39154978b9ef9c682b2627a3480b194c
4187 Author: Mike Frysinger <vapier@gentoo.org>
4188 Date:   Wed Feb 18 12:51:31 2009 -0500
4189
4190     Blackfin: update anomaly lists
4191
4192     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4193
4194 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
4195 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4196 Date:   Thu Mar 19 18:31:38 2009 +0100
4197
4198     avr32: fix cacheflush.h location introducted by d8f2aa3298610b
4199
4200     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4201     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4202
4203 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
4204 Author: Eric Schumann <E.Schumann@phytec.de>
4205 Date:   Sat Mar 21 09:59:34 2009 -0400
4206
4207     Make flash protection work, when the environment is in EEPROM
4208
4209     On the pcm030 the environment is located in the onboard EEPROM. But we want
4210     to handle flash sector protection in a safe manner. So we must read the
4211     unlock environment variable from EEPROM instead from flash.
4212
4213     This patch is required as long the evironment is saved into the EEPROM.
4214
4215     Stefan: Additional change as suggested by Wolfgang, use bigger char array
4216     (instead of 4).
4217
4218     Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
4219     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
4220     Acked-by: Wolfgang Denk <wd@denx.de>
4221     Signed-off-by: Stefan Roese <sr@denx.de>
4222
4223 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
4224 Author: Jon Smirl <jonsmirl@gmail.com>
4225 Date:   Sat Mar 21 11:17:56 2009 -0400
4226
4227     Add define for mpc5200 CDM_CLK_ENA
4228
4229     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
4230
4231 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
4232 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
4233 Date:   Sun Mar 22 14:48:16 2009 +0100
4234
4235     at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
4236
4237     AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
4238
4239     The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
4240     It is essentially the same, with a few minor differences.
4241
4242     Here is the chip page on Atmel website:
4243     http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
4244
4245     Signed-off-by: Justin Waters <justin.waters@timesys.com>
4246     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
4247     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4248
4249 commit 118d168035cc93f586da4812c89cb153eb9f4243
4250 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4251 Date:   Sun Mar 22 14:28:14 2009 +0100
4252
4253     cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
4254
4255     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4256
4257 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
4258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4259 Date:   Sun Mar 22 14:28:13 2009 +0100
4260
4261     cmc_pu2: fix misc_init_r prototype
4262
4263     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4264
4265 commit 53158aea995221706b42c7bad9f717b31ae20414
4266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4267 Date:   Sun Jan 11 03:32:01 2009 +0100
4268
4269     at91sam9xeek: fix soc name
4270
4271     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4272
4273 commit 74c076d6c33d6d42ab065541a38383587879e7b7
4274 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4275 Date:   Sun Mar 22 10:22:34 2009 +0100
4276
4277     at91sam9/at91cap: move nand drivers to drivers/mtd/nand
4278
4279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4280
4281 commit 163966087d62680547f188a93c61d01c8155254e
4282 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4283 Date:   Sat Mar 21 21:08:01 2009 +0100
4284
4285     atmel/at91/boards: compile dataflash partition only when dataflash is
4286
4287     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4288
4289 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
4290 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4291 Date:   Sat Mar 21 21:08:00 2009 +0100
4292
4293     at91sam9/at91cap: move common macb initialisation to cpu
4294
4295     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4296
4297 commit f3f91f886bc8927fd692ac411b7423a87ffec532
4298 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4299 Date:   Sat Mar 21 21:08:00 2009 +0100
4300
4301     at91sam9/at91cap: move common usb host initialisation to cpu
4302
4303     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4304
4305 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
4306 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4307 Date:   Sat Mar 21 21:08:00 2009 +0100
4308
4309     at91sam9/at91cap: move common led management to cpu
4310
4311     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4312
4313 commit 7ebafb7ec1a0285af8380623c009576f92583b98
4314 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4315 Date:   Sat Mar 21 21:07:59 2009 +0100
4316
4317     at91sam9/at91cap: move common spi initialisation to cpu
4318
4319     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4320
4321 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
4322 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4323 Date:   Sat Mar 21 21:07:59 2009 +0100
4324
4325     at91sam9/at91cap: move common serial initialisation to cpu
4326
4327     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4328
4329 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
4330 Author: Wolfgang Denk <wd@denx.de>
4331 Date:   Sat Mar 21 22:04:41 2009 +0100
4332
4333     Prepare 2009.03
4334
4335     Update CHANGELOG
4336
4337     Signed-off-by: Wolfgang Denk <wd@denx.de>
4338
4339 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
4340 Author: Vivek Kutal <vivek.kutal@azingo.com>
4341 Date:   Mon Feb 23 21:35:11 2009 +0530
4342
4343     Replaced endpoint numbers with appropriate macros in usbtty.c.
4344
4345     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
4346     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4347
4348 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
4349 Author: Michael Lawnick <ml.lawnick@gmx.de>
4350 Date:   Thu Mar 19 10:06:41 2009 +0100
4351
4352     UBIFS: Missing offset relocation for compressor 'none'
4353
4354     On systems where U-Boot is linked to another address than it really lays
4355     (e.g. backup image), calls via function pointers must be fixed with a
4356     '+= gd->reloc_off'.
4357     This was not done for none_compr in ubifs_compressors_init() what leads
4358     to system crash on ubifsmount command.
4359
4360     Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
4361     Acked-by: Stefan Roese <sr@denx.de>
4362
4363 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
4364 Author: Stefan Roese <sr@denx.de>
4365 Date:   Thu Mar 19 15:35:50 2009 +0100
4366
4367     UBIFS: Add UBIFS commands
4368
4369     This patchset adds these UBIFS related commands:
4370
4371     - ubifsmount
4372       Mount an UBIFS volume
4373
4374     - ubifsls
4375       List a directory of the mounted UBIFS volume
4376
4377     - ubifsload
4378       Load a file from the mounted UBIFS volume to memory
4379
4380     Signed-off-by: Stefan Roese <sr@denx.de>
4381
4382 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
4383 Author: Stefan Roese <sr@denx.de>
4384 Date:   Thu Mar 19 15:35:05 2009 +0100
4385
4386     UBIFS: Implement read-only UBIFS support in U-Boot
4387
4388     The U-Boot UBIFS implementation is largely a direct copy from the current
4389     Linux version (2.6.29-rc6). As already done in the UBI version we have an
4390     "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
4391     ...). This makes it possible to use the original Linux code with very
4392     little changes. And by this we can better update to later Linux versions.
4393
4394     I removed some of the Linux features that are not used in the U-Boot
4395     version (e.g. garbage-collection, write support).
4396
4397     Signed-off-by: Stefan Roese <sr@denx.de>
4398     CC: Artem Bityutskiy <dedekind@infradead.org>
4399     CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
4400
4401 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
4402 Author: Stefan Roese <sr@denx.de>
4403 Date:   Thu Mar 19 15:34:56 2009 +0100
4404
4405     Add LZO decompressor support
4406
4407     This patch adds LZO decompression support to U-Boot. It is needed for
4408     the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
4409     decompressor. Since we only support read-only in UBIFS, only the
4410     decompressor is needed.
4411
4412     All this is copied with minor changes from the current Linux kernel
4413     version (2.6.28-rc8).
4414
4415     This patch only implements this LZO decompressor support for PPC.
4416     Other platforms using UBIFS will have to add the required
4417     "include/asm/unaligned.h" as well. It should be fairly easy to copy this
4418     from the Linux source tree as I have done it for PPC in this patch.
4419
4420     Signed-off-by: Stefan Roese <sr@denx.de>
4421
4422 commit 68d7d65100e84df00bca971c114092731b441090
4423 Author: Stefan Roese <sr@denx.de>
4424 Date:   Thu Mar 19 13:30:36 2009 +0100
4425
4426     Separate mtdparts command from jffs2
4427
4428     Currently the mtdparts commands are included in the jffs2 command support.
4429     This doesn't make sense anymore since other commands (e.g. UBI) use this
4430     infrastructure as well now. This patch separates the mtdparts commands from
4431     the jffs2 commands making it possible to only select mtdparts when no JFFS2
4432     support is needed.
4433
4434     Signed-off-by: Stefan Roese <sr@denx.de>
4435     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4436
4437 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
4438 Author: Stefan Roese <sr@denx.de>
4439 Date:   Wed Feb 25 12:11:15 2009 +0100
4440
4441     powerpc: Only use eth_getenv_enetaddr() if networking is enabled
4442
4443     Signed-off-by: Stefan Roese <sr@denx.de>
4444
4445 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
4446 Author: Grzegorz Bernacki <gjb@semihalf.com>
4447 Date:   Tue Mar 17 10:06:40 2009 +0100
4448
4449     Add support for the digsy MTC board.
4450
4451     This is the InterControl custom device based on the MPC5200B chip.
4452
4453     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4454
4455 commit ff7dc067369e30066744f096995aef7d97574d15
4456 Author: Stefan Roese <sr@denx.de>
4457 Date:   Mon Feb 23 16:52:36 2009 +0100
4458
4459     powerpc: Fix compilation warning in board.c
4460
4461     Fix this warning:
4462
4463     board.c: In function 'board_init_r':
4464     board.c:653: warning: unused variable 'i'
4465     board.c:651: warning: unused variable 'e'
4466
4467     Signed-off-by: Stefan Roese <sr@denx.de>
4468
4469 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
4470 Author: Stefan Roese <sr@denx.de>
4471 Date:   Mon Feb 23 16:42:51 2009 +0100
4472
4473     ppc4xx: Don't write the MAC address into the internal SoC registers
4474
4475     Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
4476     addresses into the SoC registers instead.
4477
4478     Signed-off-by: Stefan Roese <sr@denx.de>
4479
4480 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
4481 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4482 Date:   Fri Feb 20 10:19:19 2009 +0100
4483
4484     ppc4xx: Use correct io accessors for esd 405/440 boards
4485
4486     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
4487     macros. Also volatile pointer references are replaced by the
4488     new accessors.
4489
4490     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4491     Signed-off-by: Stefan Roese <sr@denx.de>
4492
4493 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
4494 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4495 Date:   Fri Feb 20 10:19:18 2009 +0100
4496
4497     ppc4xx: Use correct io accessors for esd 405 boards
4498
4499     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
4500     macros. Also volatile pointer references are replaced by the
4501     new accessors.
4502
4503     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4504     Signed-off-by: Stefan Roese <sr@denx.de>
4505
4506 commit a59205d1519375d027f97a545ad642ab20fce6f8
4507 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4508 Date:   Fri Feb 20 10:19:17 2009 +0100
4509
4510     ppc4xx: Cleanup linker scripts of esd 4xx boards
4511
4512     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4513     Signed-off-by: Stefan Roese <sr@denx.de>
4514
4515 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
4516 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4517 Date:   Fri Feb 20 10:19:16 2009 +0100
4518
4519     ppc4xx: Update TEXT_BASE for DASA_SIM boards
4520
4521     Fix building DASA_SIM boards by increasing U-Boot's size in flash.
4522
4523     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4524     Signed-off-by: Stefan Roese <sr@denx.de>
4525
4526 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
4527 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4528 Date:   Fri Feb 20 10:19:15 2009 +0100
4529
4530     ppc4xx: DU405 maintenance fix
4531
4532     -strip unused features
4533     -fix resetting phy
4534
4535     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4536     Signed-off-by: Stefan Roese <sr@denx.de>
4537
4538 commit 75511b47ac2647be48218dbb93af05b21f404f67
4539 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4540 Date:   Fri Feb 20 10:19:14 2009 +0100
4541
4542     ppc4xx: Abort autoboot only by space key on CPCI405 boards
4543
4544     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4545     Signed-off-by: Stefan Roese <sr@denx.de>
4546
4547 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
4548 Author: Graeme Russ <graeme.russ@gmail.com>
4549 Date:   Tue Feb 24 21:14:56 2009 +1100
4550
4551     Add basic relocation to i386 port
4552
4553     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4554
4555 commit 8c63d47651f77d9fb887cad433370b866eb0a193
4556 Author: Graeme Russ <graeme.russ@gmail.com>
4557 Date:   Tue Feb 24 21:14:45 2009 +1100
4558
4559     Implement SC520 timers
4560
4561     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4562
4563 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
4564 Author: Graeme Russ <graeme.russ@gmail.com>
4565 Date:   Tue Feb 24 21:14:32 2009 +1100
4566
4567     Factor out SC520 sub-features
4568
4569     Moved sub-features of the SC520 code which is currently selectively compiled
4570     using #ifdef out of sc520.c into individual files selectively compiled via
4571     the makefile
4572
4573     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4574
4575 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
4576 Author: Graeme Russ <graeme.russ@gmail.com>
4577 Date:   Tue Feb 24 21:13:40 2009 +1100
4578
4579     Rewrite i386 interrupt handling
4580
4581     Rewrite interrupt handling functionality for the i386 port. Separated
4582     functionality into separate CPU and Architecture components.
4583
4584     It appears as if the i386 interrupt handler functionality was intended
4585     to allow multiple handlers to be installed for a given interrupt.
4586     Unfortunately, this functionality was not fully implemented and also
4587     had the problem that irq_free_handler() does not allow the passing
4588     of the handler function pointer and therefore could never be used to
4589     free specific handlers that had been installed for a given IRQ.
4590
4591     There were also various issues with array bounds not being fully
4592     tested.
4593
4594     I had two objectives in mind for the new implementation:
4595
4596     1) Keep the implementation as similar as possible to existing
4597        implementations. To that end, I have used the leon2/3
4598        implementations as the reference
4599
4600     2) Seperate CPU and Architecture specific elements. All specific i386
4601        interrupt functionality is now in cpu/i386/ with the high level
4602        API and architecture specific code in lib_i386. Functionality
4603        specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
4604        been further split out into an individual file to allow for the
4605        implementation of the PIC architecture of the SC520 CPU (supports
4606        more IRQs)
4607
4608     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4609
4610 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
4611 Author: Graeme Russ <graeme.russ@gmail.com>
4612 Date:   Tue Feb 24 21:12:35 2009 +1100
4613
4614     Move ali512x.h
4615
4616     Moved ali512x.h from include/asm-i386/ic/ to /include
4617
4618     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4619
4620 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
4621 Author: Graeme Russ <graeme.russ@gmail.com>
4622 Date:   Tue Feb 24 21:12:20 2009 +1100
4623
4624     Rename SC520 Configuration Options
4625
4626     Options are now all uniformly CONFIG_SYS_SC520_<option>
4627
4628     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4629
4630 commit f62fb99941c625605aa16a0097b396a5c16d2c88
4631 Author: Trent Piepho <xyzzy@speakeasy.org>
4632 Date:   Wed Feb 18 15:22:05 2009 -0800
4633
4634     Fix all linker script to handle all rodata sections
4635
4636     A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
4637     which needs to be added the the linker script.  Instead of just adding this
4638     one section, we use a wildcard ".rodata*" to get all rodata linker section
4639     gcc has now and might add in the future.
4640
4641     However, '*(.rodata*)' by itself will result in sub-optimal section
4642     ordering.  The sections will be sorted by object file, which causes extra
4643     padding between the unaligned rodata.str.1.1 of one object file and the
4644     aligned rodata of the next object file.  This is easy to fix by using the
4645     SORT_BY_ALIGNMENT command.
4646
4647     This patch has not be tested one most of the boards modified.  Some boards
4648     have a linker script that looks something like this:
4649
4650     *(.text)
4651     . = ALIGN(16);
4652     *(.rodata)
4653     *(.rodata.str1.4)
4654     *(.eh_frame)
4655
4656     I change this to:
4657
4658     *(.text)
4659     . = ALIGN(16);
4660     *(.eh_frame)
4661     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
4662
4663     This means the start of rodata will no longer be 16 bytes aligned.
4664     However, the boundary between text and rodata/eh_frame is still aligned to
4665     16 bytes, which is what I think the real purpose of the ALIGN call is.
4666
4667     Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
4668
4669 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
4670 Author: Mike Frysinger <vapier@gentoo.org>
4671 Date:   Wed Feb 11 18:26:08 2009 -0500
4672
4673     remove bi_enet*addr from global data for all arches
4674
4675     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4676     CC: Ben Warren <biggerbadderben@gmail.com>
4677     CC: Daniel Hellstrom <daniel@gaisler.com>
4678     CC: Michal Simek <monstr@seznam.cz>
4679     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4680     CC: Scott McNutt <smcnutt@psyent.com>
4681     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4682
4683 commit eb85aa594c1b57a1e3be9689b65171a137a36432
4684 Author: Mike Frysinger <vapier@gentoo.org>
4685 Date:   Wed Feb 11 20:07:19 2009 -0500
4686
4687     ppc: mark global bi_enet*addr as legacy
4688
4689     The environment is the canonical storage location of the mac address, so
4690     we're killing off the global data location and moving everything to
4691     querying the env directly.
4692
4693     In the ppc case, these things are part of the legacy ABI, so keep them
4694     around but mark them as legacy so no new code will touch them.
4695
4696     Also stop calling load_sernum_ethaddr() since all boards now implement
4697     this as a stub.
4698
4699     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4700     CC: Ben Warren <biggerbadderben@gmail.com>
4701
4702 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
4703 Author: Mike Frysinger <vapier@gentoo.org>
4704 Date:   Wed Feb 11 20:09:52 2009 -0500
4705
4706     boards: get mac address from env and move load_sernum_ethaddr() to board init
4707
4708     The environment is the canonical storage location of the mac address, so
4709     we're killing off the global data location and moving everything to
4710     querying the env directly.
4711
4712     Rather than have common ppc code call a board-specific function like
4713     load_sernum_ethaddr(), have each board call it in its own board-specific
4714     misc_init_r() function.
4715
4716     The boards that get converted here are:
4717         - kup4k/kup4x
4718         - pcs440ep
4719         - tqm8xx
4720
4721     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4722     CC: Ben Warren <biggerbadderben@gmail.com>
4723     CC: Stefan Roese <sr@denx.de>
4724
4725 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
4726 Author: Mike Frysinger <vapier@gentoo.org>
4727 Date:   Wed Feb 11 19:55:01 2009 -0500
4728
4729     cmc_pu2: get mac address from environment
4730
4731     The environment is the canonical storage location of the mac address, so
4732     we're killing off the global data location and moving everything to
4733     querying the env directly.
4734
4735     Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
4736     handle this board specially in common ARM code.
4737
4738     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4739     CC: Ben Warren <biggerbadderben@gmail.com>
4740
4741 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
4742 Author: Mike Frysinger <vapier@gentoo.org>
4743 Date:   Mon Feb 16 18:03:14 2009 -0500
4744
4745     boards: move board_get_enetaddr() into board-specific init
4746
4747     The environment is the canonical storage location of the mac address, so
4748     we're killing off the global data location and moving everything to
4749     querying the env directly.
4750
4751     Rather than have the common ppc code have board-specific hooks, move the
4752     board_get_enetaddr() function into the board-specific init functions.
4753
4754     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4755     CC: Ben Warren <biggerbadderben@gmail.com>
4756
4757 commit f11e6ff5b1859d9213f0d501b3309e065f487543
4758 Author: Mike Frysinger <vapier@gentoo.org>
4759 Date:   Wed Feb 11 19:39:55 2009 -0500
4760
4761     arm: get mac address from environment
4762
4763     The environment is the canonical storage location of the mac address, so
4764     we're killing off the global data location and moving everything to
4765     querying the env directly.
4766
4767     Some warts are remaining and should be killed off (by moving the func to
4768     the appropriate board init code):
4769         - davinci_eth_set_mac_addr
4770         - cs8900_get_enetaddr
4771         - smc_set_mac_addr
4772
4773     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4774     CC: Ben Warren <biggerbadderben@gmail.com>
4775
4776 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
4777 Author: Mike Frysinger <vapier@gentoo.org>
4778 Date:   Wed Feb 11 19:36:20 2009 -0500
4779
4780     nx823: get mac address from environment
4781
4782     The environment is the canonical storage location of the mac address, so
4783     we're killing off the global data location and moving everything to
4784     querying the env directly.
4785
4786     For the nx823, the serial number is moved out of load_sernum_ethaddr() and
4787     into misc_init_r() as is the env setup.  This lets us kill off the former
4788     function in the process.
4789
4790     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4791     CC: Ben Warren <biggerbadderben@gmail.com>
4792
4793 commit 19b5b533ccd522abeb501d510750693c35e20456
4794 Author: Mike Frysinger <vapier@gentoo.org>
4795 Date:   Wed Feb 11 18:27:18 2009 -0500
4796
4797     lib_*/board.c: do not initialize bi_enet*addr in global data
4798
4799     Since everyone is using the environment for mac address storage, there is
4800     no point in seeding the global data.
4801
4802     The arches that are converted here:
4803         i386
4804         m68k
4805         microblaze
4806         mips
4807         nios
4808         nios2
4809         sh
4810         sparc
4811
4812     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4813     CC: Ben Warren <biggerbadderben@gmail.com>
4814     CC: Daniel Hellstrom <daniel@gaisler.com>
4815     CC: Michal Simek <monstr@seznam.cz>
4816     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4817     CC: Scott McNutt <smcnutt@psyent.com>
4818     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4819
4820 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
4821 Author: Mike Frysinger <vapier@gentoo.org>
4822 Date:   Wed Feb 11 19:19:54 2009 -0500
4823
4824     npe: get mac address from environment
4825
4826     The environment is the canonical storage location of the mac address, so
4827     we're killing off the global data location and moving everything to
4828     querying the env directly.
4829
4830     The resulting code can also be simplified even further.
4831
4832     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4833     CC: Stefan Roese <sr@denx.de>
4834     CC: Ben Warren <biggerbadderben@gmail.com>
4835
4836 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
4837 Author: Mike Frysinger <vapier@gentoo.org>
4838 Date:   Wed Feb 11 19:18:41 2009 -0500
4839
4840     cpu/: get mac address from environment
4841
4842     The environment is the canonical storage location of the mac address, so
4843     we're killing off the global data location and moving everything to
4844     querying the env directly.
4845
4846     The cpus that get converted here:
4847         at91rm9200
4848         mpc512x
4849         mpc5xxx
4850         mpc8260
4851         mpc8xx
4852         ppc4xx
4853
4854     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4855     CC: Ben Warren <biggerbadderben@gmail.com>
4856     CC: John Rigby <jrigby@freescale.com>
4857     CC: Stefan Roese <sr@denx.de>
4858
4859 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
4860 Author: Mike Frysinger <vapier@gentoo.org>
4861 Date:   Wed Feb 11 19:09:54 2009 -0500
4862
4863     lan91c96/smc91111/smc911x: get mac address from environment
4864
4865     The environment is the canonical storage location of the mac address, so
4866     we're killing off the global data location and moving everything to
4867     querying the env directly.
4868
4869     Also, do not bother checking the EEPROM if the env is setup.  This
4870     simplifies the code greatly.
4871
4872     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4873     Signed-off-by: Wolfgang Dnek <wd@denx.de>
4874     CC: Ben Warren <biggerbadderben@gmail.com>
4875     CC: Rolf Offermanns <rof@sysgo.de>
4876     CC: Erik Stahlman <erik@vt.edu>
4877     CC: Daris A Nevil <dnevil@snmc.com>
4878     CC: Sascha Hauer <s.hauer@pengutronix.de>
4879
4880 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
4881 Author: Mike Frysinger <vapier@gentoo.org>
4882 Date:   Wed Feb 11 19:14:09 2009 -0500
4883
4884     sh_eth: get mac address from environment
4885
4886     The environment is the canonical storage location of the mac address, so
4887     we're killing off the global data location and moving everything to
4888     querying the env directly.
4889
4890     The sh_eth driver can also be simplified a bit by using enetaddr member of
4891     the eth_device structure.
4892
4893     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4894     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4895     CC: Carlos Munoz <carlos@kenati.com>
4896     CC: Ben Warren <biggerbadderben@gmail.com>
4897
4898 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
4899 Author: Mike Frysinger <vapier@gentoo.org>
4900 Date:   Wed Feb 11 19:06:09 2009 -0500
4901
4902     cs8900: get mac address from environment
4903
4904     The environment is the canonical storage location of the mac address, so
4905     we're killing off the global data location and moving everything to
4906     querying the env directly.
4907
4908     The cs8900 driver also changes slightly in that the hardware is not
4909     consulted if the mac address in the env is sane.
4910
4911     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4912     CC: Marius Groeger <mgroeger@sysgo.de>
4913     CC: Ben Warren <biggerbadderben@gmail.com>
4914
4915 commit c4b8762f11d337e6a9d90c227b2871d65d372469
4916 Author: Mike Frysinger <vapier@gentoo.org>
4917 Date:   Wed Feb 11 19:04:25 2009 -0500
4918
4919     bcm570x: get mac address from environment
4920
4921     The environment is the canonical storage location of the mac address, so
4922     we're killing off the global data location and moving everything to
4923     querying the env directly.
4924
4925     Since the address is in the PLM_DEVICE_BLOCK structure already, there is
4926     no need to pass the NodeAddress as a second parameter.  So drop the second
4927     argument to the LM_SetMacAddress() function (and update the tigon3 driver
4928     accordingly).
4929
4930     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4931     CC: Ben Warren <biggerbadderben@gmail.com>
4932
4933 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
4934 Author: Mike Frysinger <vapier@gentoo.org>
4935 Date:   Wed Feb 11 19:01:26 2009 -0500
4936
4937     drivers/net/: get mac address from environment
4938
4939     The environment is the canonical storage location of the mac address, so
4940     we're killing off the global data location and moving everything to
4941     querying the env directly.
4942
4943     The drivers that get converted here:
4944         3c589
4945         4xx_enet
4946         dc2114x
4947         dm9000x
4948         enc28j60
4949         fsl_mcdmafec
4950         ks8695eth
4951         mcffec
4952         rtl8019
4953         rtl8169
4954         s3c4510b_eth
4955         xilinx_emac
4956         xilinx_emaclite
4957
4958     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4959     CC: Ben Warren <biggerbadderben@gmail.com>
4960     CC: Rolf Offermanns <rof@sysgo.de>
4961     CC: Stefan Roese <sr@denx.de>
4962     CC: Sascha Hauer <saschahauer@web.de>
4963     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4964     CC: Greg Ungerer <greg.ungerer@opengear.com>
4965     CC: Xue Ligong <lgxue@hotmail.com>
4966     CC: Masami Komiya <mkomiya@sonare.it>
4967     CC: Curt Brune <curt@cucy.com>
4968     CC: Michal SIMEK <monstr@monstr.eu>
4969
4970 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
4971 Author: Mike Frysinger <vapier@gentoo.org>
4972 Date:   Wed Feb 11 18:38:38 2009 -0500
4973
4974     boards: get mac address from environment
4975
4976     The boards that get converted here to use the environment for the mac
4977     address rather than global data:
4978         debris
4979         mgcoge
4980         mgsuvd
4981         muas3001
4982         netstal
4983         pn62
4984         sixnet
4985         vcma9
4986         xilinx (the ones that use xilinx_enet)
4987
4988     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4989     CC: Ben Warren <biggerbadderben@gmail.com>
4990     CC: Sangmoon Kim <dogoil@etinsys.com>
4991     CC: Heiko Schocher <hs@denx.de>
4992     CC: David Mueller <d.mueller@elsoft.ch>
4993     CC: Niklaus Giger <niklaus.giger@netstal.com>
4994     CC: Wolfgang Grandegger <wg@denx.de>
4995     CC: Dave Ellis <DGE@sixnetio.com>
4996     CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
4997
4998 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
4999 Author: Mike Frysinger <vapier@gentoo.org>
5000 Date:   Wed Feb 11 18:36:45 2009 -0500
5001
5002     AmigaOneG3SE/enet: get mac address from environment
5003
5004     Always use the MAC address that is stored in the environment first before
5005     falling back to the ROM.  This also cuts out any comparison steps: if the
5006     mac in the env is sane, the ROM is never consulted.
5007
5008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5009     CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
5010     CC: Ben Warren <biggerbadderben@gmail.com>
5011
5012 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
5013 Author: Mike Frysinger <vapier@gentoo.org>
5014 Date:   Wed Feb 11 18:52:38 2009 -0500
5015
5016     nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
5017
5018     Since the ethernet layer handles updating of device addresses itself from
5019     the environment, there is no point in calling eth_set_enetaddr().
5020
5021     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5022     CC: Ben Warren <biggerbadderben@gmail.com>
5023
5024 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
5025 Author: Mike Frysinger <vapier@gentoo.org>
5026 Date:   Wed Feb 11 18:54:07 2009 -0500
5027
5028     lynxkdi: get mac address from environment
5029
5030     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5031     CC: Ben Warren <biggerbadderben@gmail.com>
5032
5033 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
5034 Author: Mike Frysinger <vapier@gentoo.org>
5035 Date:   Wed Feb 11 18:51:43 2009 -0500
5036
5037     bootvx: get mac address from environment
5038
5039     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5040     CC: Niklaus Giger <niklaus.giger@member.fsf.org>
5041     CC: Ben Warren <biggerbadderben@gmail.com>
5042
5043 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
5044 Author: Mike Frysinger <vapier@gentoo.org>
5045 Date:   Wed Feb 11 18:50:10 2009 -0500
5046
5047     bdinfo: get mac address from environment
5048
5049     Add a new print_eth() function to automate the eth*addr env var acquisition
5050     and display.  Affects all arches.
5051
5052     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5053     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5054     CC: Scott McNutt <smcnutt@psyent.com>
5055     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5056     CC: Michal Simek <monstr@seznam.cz>
5057     CC: Daniel Hellstrom <daniel@gaisler.com>
5058     CC: Ben Warren <biggerbadderben@gmail.com>
5059
5060 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
5061 Author: Mike Frysinger <vapier@gentoo.org>
5062 Date:   Wed Feb 11 18:23:48 2009 -0500
5063
5064     net: get mac address from environment and use eth util funcs
5065
5066     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5067     CC: Ben Warren <biggerbadderben@gmail.com>
5068
5069 commit 500b6c51e4c41f4562cb48344af98deb7e342731
5070 Author: Mike Frysinger <vapier@gentoo.org>
5071 Date:   Mon Oct 13 15:06:25 2008 -0400
5072
5073     Blackfin: bfin_mac: force boards to setup the MAC themselves
5074
5075     Since the on-chip MAC does not have an eeprom or similar interface, force
5076     all Blackfin boards that use this driver to setup the board data with a
5077     proper MAC.
5078
5079     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5080     CC: Ben Warren <biggerbadderben@gmail.com>
5081
5082 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
5083 Author: Mike Frysinger <vapier@gentoo.org>
5084 Date:   Wed Feb 11 14:12:34 2009 -0500
5085
5086     doc/README.enetaddr: document proper MAC usage
5087
5088     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5089     CC: Ben Warren <biggerbadderben@gmail.com>
5090
5091 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
5092 Author: Mike Frysinger <vapier@gentoo.org>
5093 Date:   Thu Jan 29 19:43:44 2009 -0500
5094
5095     net: new utility functions for working with enetaddr's
5096
5097     Declare new utility functions for converting between the environment
5098     variables (eth*addr) and the binary MAC address representation.  This way
5099     we can unify all the random places that already do this kind of thing.
5100
5101     The functions in question:
5102         eth_parse_enetaddr - "..." -> {...}
5103         eth_getenv_enetaddr - env -> {...}
5104         eth_setenv_enetaddr - {...} -> env
5105
5106     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5107     CC: Ben Warren <biggerbadderben@gmail.com>
5108
5109 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
5110 Author: Mike Frysinger <vapier@gentoo.org>
5111 Date:   Tue Feb 17 00:00:53 2009 -0500
5112
5113     convert print_IPaddr() to %pI4
5114
5115     Now that our printf functions support the %pI4 modifier like the kernel,
5116     let's drop the inflexible print_IPaddr() function and covert over to the
5117     %pI4 modifier.
5118
5119     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5120     CC: Ben Warren <biggerbadderben@gmail.com>
5121
5122 commit 6c6166f52983dac775e3852f9d0f49d033f27108
5123 Author: Mike Frysinger <vapier@gentoo.org>
5124 Date:   Mon Feb 16 23:21:36 2009 -0500
5125
5126     vsprintf: pull updates from Linux kernel
5127
5128     This brings in support for the %p modifier which allows us to easily print
5129     out things like ip addresses, mac addresses, and pointers.
5130
5131     It also converts the rarely used 'q' length modifier to the common 'L'
5132     modifier when dealing with quad types.
5133
5134     While this new code is a bit larger (~1k .text), most of it should be made
5135     up by converting the existing ip/mac address code to use format modifiers.
5136
5137     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5138
5139 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
5140 Author: Jon Smirl <jonsmirl@gmail.com>
5141 Date:   Thu Mar 19 23:04:18 2009 -0400
5142
5143     .gitignore for generated files in api_examples directory
5144
5145     Add .gitignore for generated files in api_examples directory
5146
5147     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
5148     Signed-off-by: Wolfgang Denk <wd@denx.de>
5149
5150 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
5151 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5152 Date:   Wed Mar 18 12:27:04 2009 +0900
5153
5154     net: sh_eth: Remove sh_eth_reset() from halt function
5155
5156     sh_eth_reset is function to reset Ether IP.
5157     The MAC address is stored in IP, but it is initialized by this function.
5158     OS (e.g. Linux Kernel) can not use this device when initialized.
5159     This revises this problem.
5160
5161     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5162
5163 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
5164 Author: Anatolij Gustschin <agust@denx.de>
5165 Date:   Fri Mar 20 12:45:50 2009 +0100
5166
5167     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
5168
5169     PCI outbound address map configuration doesn't match the
5170     PCI memory address range covered by appropriate TLB entry
5171     configuration for canyonlands causing machine check
5172     exceptions while accessing PCI memory regions. This patch
5173     provides a fix for this issue.
5174
5175     Kazuaki Ichinohe observed and reported this issue while
5176     testing display output with PCI ATI video card on canyonlands.
5177
5178     Signed-off-by: Anatolij Gustschin <agust@denx.de>
5179     Signed-off-by: Stefan Roese <sr@denx.de>
5180
5181 commit 7a88601a34132548c3c591ea87ab3468b51121b0
5182 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5183 Date:   Fri Mar 6 10:09:37 2009 -0500
5184
5185     CFI: geometry reversal for STMicro M29W320DT
5186
5187     Follow up to the flash_fixup_stm to fix geometry reversal
5188     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
5189
5190     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5191     Signed-off-by: Stefan Roese <sr@denx.de>
5192
5193 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
5194 Author: Mike Frysinger <vapier@gentoo.org>
5195 Date:   Wed Feb 25 17:29:40 2009 -0500
5196
5197     smc911x_eeprom: update register API
5198
5199     The smc911x driver changed the naming convention for its register funcs,
5200     so update the eeprom code accordingly.
5201
5202     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5203     CC: Ben Warren <biggerbadderben@gmail.com>
5204
5205 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
5206 Author: Grzegorz Bernacki <gjb@semihalf.com>
5207 Date:   Tue Mar 17 10:06:39 2009 +0100
5208
5209     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
5210
5211     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
5212     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
5213     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
5214     Total5200 and will be used by digsy MTC and other boards with
5215     ATA CS on I2C pins.
5216
5217     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5218
5219 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
5220 Author: Heiko Schocher <hs@denx.de>
5221 Date:   Thu Mar 12 07:37:34 2009 +0100
5222
5223     8xx: add support for new keymile kmsupx4 board.
5224
5225     This patch adds support for the kmsupx4 board from Keymile,
5226     based on a Freescale MPC852T CPU
5227
5228     - serial console on SMC1
5229     - 32 MB SDRAM
5230     - 32 MB NOR Flash
5231     - Ethernet over SCC3
5232     - I2C Bitbang
5233
5234     Signed-off-by: Heiko Schocher <hs@denx.de>
5235
5236 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
5237 Author: Heiko Schocher <hs@denx.de>
5238 Date:   Thu Mar 12 07:37:28 2009 +0100
5239
5240     8xx, mgsuvd: rename board to a more generic name
5241
5242     renaming the "mgsuvd" board port into "km8xx", because
5243     there come more similar boards from keymile.
5244     Compiling the mgsuvd board with "make mgsuvd_config"
5245     remains.
5246
5247     Signed-off-by: Heiko Schocher <hs@denx.de>
5248
5249 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
5250 Author: Heiko Schocher <hs@denx.de>
5251 Date:   Thu Mar 12 07:37:23 2009 +0100
5252
5253     8xx, mgsuvd: Coding Style cleanup config file
5254
5255     Signed-off-by: Heiko Schocher <hs@denx.de>
5256
5257 commit 364123db6730d32330f818b65360d2cd27396667
5258 Author: Heiko Schocher <hs@denx.de>
5259 Date:   Thu Mar 12 07:37:18 2009 +0100
5260
5261     powerpc: common updates for keymile boards
5262
5263     - added to keymile-common.h:
5264       - bootcount support
5265       - COMMAND HISTORY
5266       - CONFIG_AUTO_COMPLETE
5267       - CONFIG_SYS_FLASH_PROTECTION
5268       - JFFS2 support
5269       - CONFIG_VERSION_VARIABLE
5270     - extracted common I2C settings for all boards
5271     - common default environment settings summarized
5272
5273     Signed-off-by: Heiko Schocher <hs@denx.de>
5274
5275 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
5276 Author: Heiko Schocher <hs@denx.de>
5277 Date:   Thu Mar 12 07:37:15 2009 +0100
5278
5279     8xx, icache: enabling ICache not before running from RAM
5280
5281     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
5282     is not enabled before code runs from RAM.
5283
5284     Signed-off-by: Heiko Schocher <hs@denx.de>
5285
5286 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
5287 Author: Heiko Schocher <hs@denx.de>
5288 Date:   Thu Mar 12 07:37:11 2009 +0100
5289
5290     82xx, mgcoge: fix environment sector size
5291
5292     Size of one environment sector is 0x20000.
5293
5294     Signed-off-by: Heiko Schocher <hs@denx.de>
5295
5296 commit 27057d416c7cc9eb1860953da8836352c07f13e9
5297 Author: Ladislav Michl <ladis@linux-mips.org>
5298 Date:   Mon Mar 16 23:27:31 2009 +0100
5299
5300     NetStar: config reindentation
5301
5302     Fix indentation broken by symbol renames. "Sort" driver related definitons.
5303
5304     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5305
5306 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
5307 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5308 Date:   Tue Mar 17 11:21:43 2009 +0000
5309
5310     ColdFire: Fix incorrect definition
5311
5312     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5313
5314 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
5315 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5316 Date:   Mon Mar 2 19:16:45 2009 +0000
5317
5318     ColdFire: Fix M5329EVB and M5373EVB nand issue
5319
5320     The Nand flash was unable to read and write properly
5321     due to Nand Chip Select (nCE) setup was in reverse
5322     order. Also, increase the Nand time out value to 60.
5323
5324     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5325
5326 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
5327 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5328 Date:   Tue Jan 27 15:19:35 2009 +0000
5329
5330     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
5331
5332     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
5333     ColdFire compiler.
5334
5335     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5336
5337 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
5338 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5339 Date:   Tue Jan 27 12:57:47 2009 +0000
5340
5341     ColdFire: Provide gzip image size V2 & V3 platforms
5342
5343     Default gzip bootm size is 8MB. Some platforms require
5344     more than 8MB
5345
5346     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5347
5348 commit c3a9e6374210679a81f611c1bcf968988bc20e41
5349 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5350 Date:   Wed Feb 18 11:49:31 2009 +0000
5351
5352     ColdFire: Fix M54451 serial boot dram setup
5353
5354     The serial boot dram extended/standard mode register was not
5355     setup and was using default DRAM setup causing the U-boot was
5356     unstable to boot up in serial mode.
5357
5358     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5359
5360 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
5361 Author: arun c <arun.edarath@gmail.com>
5362 Date:   Thu Dec 4 15:57:15 2008 +0530
5363
5364     Coldfire: XL Bus minor fixes
5365
5366     According to coldfire manual data timeout > address time out
5367     also use correct macro to program XARB_CFG
5368
5369     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
5370
5371 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
5372 Author: Scott Wood <scottwood@freescale.com>
5373 Date:   Tue Mar 17 12:06:04 2009 -0500
5374
5375     NAND: Have nboot accept .e and .i as legacy no-ops.
5376
5377     This was intended to happen before, but a trivial bug prevented it.
5378
5379     Signed-off-by: Scott Wood <scottwood@freescale.com>
5380
5381 commit 0987505540918b2464b73069af3a5b766dbd3ceb
5382 Author: Ladislav Michl <ladis@linux-mips.org>
5383 Date:   Fri Mar 13 14:38:19 2009 +0100
5384
5385     NAND: Make nboot skip bad blocks
5386
5387     nboot command currently does not skip bad blocks and gives read error when
5388     loading image stored over bad block. With patch applied, nboot works as
5389     expected:
5390
5391     Device 0 bad blocks:
5392       00780000
5393       014a0000
5394       02000000
5395       02cc0000
5396       04aa0000
5397
5398     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
5399        Image Name:   Linux-2.6.22-omap1
5400        Created:      2008-11-20  23:44:32 UTC
5401        Image Type:   ARM Linux Kernel Image (uncompressed)
5402        Data Size:    1052520 Bytes =  1 MB
5403        Load Address: 10008000
5404        Entry Point:  10008000
5405     Skipping bad block 0x02cc0000
5406     Automatic boot of image at addr 0x10400000 ...
5407     ...
5408
5409     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5410     Signed-off-by: Scott Wood <scottwood@freescale.com>
5411
5412 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
5413 Author: Stefan Roese <sr@denx.de>
5414 Date:   Thu Mar 12 07:27:25 2009 +0100
5415
5416     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
5417
5418     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
5419     the DDR2 configuration to only use one CS (rank). As this code is most
5420     likely copied from the original Sequoia version, this error was copied
5421     as well.
5422
5423     This patch also removes some dead code.
5424
5425     Signed-off-by: Stefan Roese <sr@denx.de>
5426
5427 commit 9199b9cc8f56aca26504b48cf702176208f46e54
5428 Author: Stefan Roese <sr@denx.de>
5429 Date:   Thu Mar 12 07:24:40 2009 +0100
5430
5431     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
5432
5433     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
5434     the DDR2 configuration to only use one CS (rank). As this code is most
5435     likely copied from the original Sequoia version, this error was copied
5436     as well.
5437
5438     Signed-off-by: Stefan Roese <sr@denx.de>
5439
5440 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
5441 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
5442 Date:   Wed Mar 11 10:54:46 2009 +0200
5443
5444     Fix AMCC Sequoia board DDR memory configuration
5445
5446     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
5447     specifies that BankSel#1 is not connected, while bootloader memory
5448     configuration is (board/amcc/sequoia/sdram.c):
5449            mtsdram(DDR0_10, 0x00000300);
5450     i.e. both Chip Selects used - not correct.
5451
5452     If we change to correct value here:
5453            mtsdram(DDR0_10, 0x00000100);
5454     memory is accessible OK also.
5455
5456     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
5457     Signed-off-by: Stefan Roese <sr@denx.de>
5458
5459 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
5460 Author: Wolfgang Denk <wd@denx.de>
5461 Date:   Sun Mar 15 22:40:09 2009 +0100
5462
5463     Prepare 2009.03-rc2
5464
5465     Update CHANEGLOG, fix minor coding style issue.
5466
5467     Signed-off-by: Wolfgang Denk <wd@denx.de>
5468
5469 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
5470 Author: Jerry Van Baren <gvb.uboot@gmail.com>
5471 Date:   Fri Mar 13 11:40:10 2009 -0400
5472
5473     mpc83xx: Add bank configuration to FSL spd_sdram.c
5474
5475     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
5476     bank SDRAMs.
5477
5478     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
5479     Acked-by: Dave Liu <daveliu@freescale.com>
5480     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5481
5482 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
5483 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
5484 Date:   Fri Mar 13 08:58:14 2009 +0100
5485
5486     mpc83xx: correctly set encryption and I2C bus 0 clock
5487
5488     This patch makes sure the correct mask is applied when setting
5489     the encryption and I2C bus 0 clock in SCCR.
5490     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
5491     won't function.
5492
5493     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
5494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5495
5496 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
5497 Author: Dirk Behme <dirk.behme@googlemail.com>
5498 Date:   Thu Mar 12 19:30:50 2009 +0100
5499
5500     OMAP3: Add support for OMAP3 die ID
5501
5502     Read and store OMAP3 die ID in U-Boot environment.
5503
5504     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5505
5506 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
5507 Author: Jon Smirl <jonsmirl@gmail.com>
5508 Date:   Wed Mar 11 15:08:56 2009 -0400
5509
5510     MPC5200 FEC MII speed register
5511
5512     Set a non-zero speed in the MII register so that MII commands will work.
5513
5514     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
5515
5516 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
5517 Author: Yusuke.Goda <goda.yusuke@renesas.com>
5518 Date:   Fri Mar 13 16:08:18 2009 +0900
5519
5520     sh: ap325rxa: Change the wait cycle in the area 5
5521
5522     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
5523     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5524
5525 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
5526 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5527 Date:   Wed Feb 25 16:04:26 2009 +0900
5528
5529     sh: Fix cannot work rtl8139 on r2dplus
5530
5531     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
5532     registration.
5533
5534     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5535     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5536
5537 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
5538 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5539 Date:   Fri Feb 27 18:35:41 2009 +0900
5540
5541     sh: Add netdev header fixing of warning/build
5542
5543     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5544     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5545
5546 commit ada9318252f51c2626e9837c623f9812b0308dea
5547 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5548 Date:   Tue Mar 3 15:11:17 2009 +0900
5549
5550     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
5551
5552     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
5553     for this mode. This command changes PMB for using 512MB system memory.
5554
5555     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5556     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5557
5558 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
5559 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5560 Date:   Wed Feb 25 14:26:42 2009 +0900
5561
5562     sh: Add some register value configurable to PCI of SH7780
5563
5564     Some register value was hardcoded for System memory size 128MB and
5565     memory offset 0x08000000. This patch fixed the problem.
5566
5567     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5568     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5569
5570 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
5571 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5572 Date:   Wed Feb 25 14:26:52 2009 +0900
5573
5574     sh: Add system memory registration to PCI for SH4
5575
5576     It is necessary for some pci device driver.
5577
5578     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5579     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5580
5581 commit b3061b40db691245a7bb9a55354b4edacbf3902d
5582 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5583 Date:   Wed Feb 25 14:26:55 2009 +0900
5584
5585     sh: Add value for PCI system memory registration of sh7785lcr
5586
5587     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5588     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5589
5590 commit 6d84ae3956a6cd7aebd86f661130752594e60124
5591 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5592 Date:   Tue Mar 3 15:11:08 2009 +0900
5593
5594     sh: Add macros for SH-4A 32-Bit Address Extended Mode
5595
5596     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5597     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5598
5599 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
5600 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5601 Date:   Tue Feb 3 13:35:05 2009 +0900
5602
5603     sh: use write{8,16,32} in ms7720se lowlevel_init
5604
5605     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5606     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5607
5608 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
5609 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5610 Date:   Mon Mar 9 18:07:53 2009 -0500
5611
5612     tsec: report when there is no vendor specific PHY support
5613
5614     Commit af1c2b84 added a generic phy support, with an ID of zero
5615     and a 32 bit mask; meaning that it will match on any PHY ID.
5616
5617     The problem is that there is a test that checked if a matching
5618     PHY was found, and if not, it printed the non-matching ID.
5619     But since there will always be a match (on the generic PHY,
5620     worst case), this test will never trip.
5621
5622     In the case of a misconfigured PHY address, or of a PHY that
5623     isn't explicitly supported outside of the generic support,
5624     you will never see the ID of 0xffffffff, or the ID of the
5625     real (but unsupported) chip.  It will silently fall through
5626     onto the generic support.
5627
5628     This change makes that test useful again, and ensures that
5629     the selection of generic PHY support doesn't happen without
5630     some sort of notice.  It also makes it explicitly clear that
5631     the generic PHY must be last in the PHY table.
5632
5633     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5634     Acked-by: Andy Fleming <afleming@freescale.com>
5635
5636 commit c279dfc10186ceba78d3862036f158750e86599a
5637 Author: Wolfgang Denk <wd@denx.de>
5638 Date:   Mon Mar 9 10:53:05 2009 +0100
5639
5640     SIMPC8313 board: fix out of tree building.
5641
5642     Fix typo in makefile which broke out of tree builds.
5643
5644     Also use expolicit "rm" instead of "ln -sf" which is known to be
5645     unreliable.
5646
5647     Signed-off-by: Wolfgang Denk <wd@denx.de>
5648     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5649
5650 commit 49b5aff491bd574935ecaf8545152066a25eff3d
5651 Author: ksi@koi8.net <ksi@koi8.net>
5652 Date:   Mon Feb 23 10:53:13 2009 -0800
5653
5654     Add eTSEC 1/2 IO override control (corrected)
5655
5656     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
5657
5658     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
5659
5660 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
5661 Author: Andy Fleming <afleming@freescale.com>
5662 Date:   Fri Mar 6 19:05:52 2009 -0600
5663
5664     fsl: Remove unnecessary debug printfs
5665
5666     These were left in accidentally, and are not really useful unless the
5667     code is as broken as it was when it was being developed.
5668
5669     Signed-off-by: Andy Fleming <afleming@freescale.com>
5670
5671 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
5672 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5673 Date:   Tue Feb 24 02:37:59 2009 -0600
5674
5675     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
5676
5677     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
5678     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
5679
5680     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5681
5682 commit a922fdb87af25c25c032424908dcf60fbf3250ea
5683 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5684 Date:   Tue Feb 24 06:13:10 2009 +0100
5685
5686     PXA: timer use do_div and simplify it
5687
5688     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5689
5690 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
5691 Author: Wolfgang Denk <wd@denx.de>
5692 Date:   Mon Mar 9 10:51:39 2009 +0100
5693
5694     SIMPC8313 board: fix out of tree building.
5695
5696     Fix typo in makefile which broke out of tree builds.
5697
5698     Also use expolicit "rm" instead of "ln -sf" which is known to be
5699     unreliable.
5700
5701     Signed-off-by: Wolfgang Denk <wd@denx.de>
5702
5703 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
5704 Author: Heiko Schocher <hs@denx.de>
5705 Date:   Tue Feb 24 11:30:51 2009 +0100
5706
5707     8360, kmeter1: added bootcount feature.
5708
5709     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
5710
5711     The bootcounter uses 8 bytes from the muram,
5712     because no other memory was found on this
5713     CPU for the bootcount feature. So we must
5714     correct the muram size in DTS before booting
5715     Linux.
5716
5717     This feature is actual only implemented for
5718     MPC8360, because not all 83xx CPU have qe,
5719     and therefore no muram, which this feature
5720     uses.
5721
5722     Signed-off-by: Heiko Schocher <hs@denx.de>
5723     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5724
5725 commit 1e7ed2565031e01abc18c713030a0a9829c07684
5726 Author: Heiko Schocher <hs@denx.de>
5727 Date:   Tue Feb 24 11:30:48 2009 +0100
5728
5729     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
5730
5731     old code implemented the QE_ENET10 errata only for Silicon
5732     Revision 2.0. New code reads now the Silicon Revision
5733     register and sets dependend on the Silicon Revision the
5734     values as advised in the QE_ENET10 errata.
5735
5736     Signed-off-by: Heiko Schocher <hs@denx.de>
5737     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5738
5739 commit 605f78e34a3f0103693b891f2573edd352e7d495
5740 Author: Heiko Schocher <hs@denx.de>
5741 Date:   Tue Feb 24 11:30:44 2009 +0100
5742
5743     83xx, kmeter1: updates for 2009.03
5744
5745     - HRCW update
5746       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
5747       HRCWH_LALE_EARLY added
5748     - DDR-SDRAM settings modified. This solves sporadically
5749       problems with this memory.
5750     - CS1 now 128 MB window size
5751     - CS3 now 512 MB window size
5752     - PRAM activated
5753     - MTDPARTS_DEFAULT defined
5754     - CONFIG_HOSTNAME added
5755     - MONITOR_LEN now 384 KB
5756
5757     Signed-off-by: Heiko Schocher <hs@denx.de>
5758     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5759
5760 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
5761 Author: Heiko Schocher <hs@denx.de>
5762 Date:   Tue Feb 24 11:30:40 2009 +0100
5763
5764     83xx, kmeter1: autodetect size of DDR II RAM
5765
5766     it is possible that some board variants have different DDR II
5767     RAM sizes. So we autodetect the size of the assembled RAM.
5768
5769     Signed-off-by: Heiko Schocher <hs@denx.de>
5770     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5771
5772 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
5773 Author: Heiko Schocher <hs@denx.de>
5774 Date:   Tue Feb 24 11:30:37 2009 +0100
5775
5776     83xx, i2c: add mux support for fsl_i2c
5777
5778     This patch adds I2C mux support for the fsl_i2c driver. This
5779     allows you to add "new" i2c busses, which are reached over
5780     i2c muxes. For more infos, please look in the README and
5781     search for CONFIG_I2C_MUX.
5782
5783     Signed-off-by: Heiko Schocher <hs@denx.de>
5784     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5785
5786 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
5787 Author: Heiko Schocher <hs@denx.de>
5788 Date:   Tue Feb 24 11:30:34 2009 +0100
5789
5790     83xx, kmeter1: add I2C, dtt, eeprom support
5791
5792     This patch adds I2C support for the Keymile kmeter1 board.
5793     It uses the First I2C Controller from the CPU, for
5794     accessing 4 temperature sensors, an eeprom with IVM data
5795     and the booteeprom over a pca9547 mux.
5796
5797     Signed-off-by: Heiko Schocher <hs@denx.de>
5798     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5799
5800 commit db1d72afd77287bc8577210f3f71ab249dcf146f
5801 Author: Heiko Schocher <hs@denx.de>
5802 Date:   Tue Feb 24 11:30:30 2009 +0100
5803
5804     i2c, dtt: move dtt_init () to board_init_r ()
5805
5806     In case where a board not uses CONFIG_POST, it is not
5807     necessary to init the DTTs when running from flash.
5808
5809     Signed-off-by: Heiko Schocher <hs@denx.de>
5810     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5811
5812 commit 5b0055547f0246908b79cc300170d87380b69e18
5813 Author: Dave Liu <daveliu@freescale.com>
5814 Date:   Wed Feb 25 12:31:32 2009 +0800
5815
5816     83xx: Fix some bugs in spd sdram code
5817
5818     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
5819       tRTP according to DDR2 JEDEC spec.
5820     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
5821     3. add the support of DDR2-533,667,800 DIMMs
5822     4. cpo
5823     5. make the AL to min to gain better performance.
5824
5825     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
5826     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
5827
5828     items 1, 2 and 5:
5829     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5830
5831     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5832     Signed-off-by: Dave Liu <daveliu@freescale.com>
5833     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5834
5835 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
5836 Author: Valeriy Glushkov <gvv@lstec.com>
5837 Date:   Wed Feb 4 18:27:49 2009 +0200
5838
5839     MPC8349ITX: several config issues fixed
5840
5841     The previous version rebooted forever with DDR bigger than 256MB.
5842     Access the DS1339 RTC chip is on I2C1 bus.
5843     Allow DHCP.
5844
5845     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
5846     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5847
5848 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
5849 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5850 Date:   Thu Feb 19 18:20:39 2009 +0300
5851
5852     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
5853
5854     The SerDes initialization should be finished before negating the reset
5855     signal according to the reference manual. This isn't an issue on real
5856     hardware, but we'd better stick to the specifications anyway.
5857
5858     Suggested-by: Liu Dave <DaveLiu@freescale.com>
5859     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5860     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5861
5862 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
5863 Author: Heiko Schocher <hs@denx.de>
5864 Date:   Wed Feb 25 12:28:32 2009 +0100
5865
5866     i2c, dtt: move dtt_init () to board_init_r ()
5867
5868     it is not necessary to init the DTTs so early,
5869     so move this init to board_init_r ().
5870
5871     Signed-off-by: Heiko Schocher <hs@denx.de>
5872
5873 commit 00cc5595a7caac8066b408774383a956c2e26797
5874 Author: Anatolij Gustschin <agust@denx.de>
5875 Date:   Wed Feb 25 20:28:13 2009 +0100
5876
5877     lcd: Fix compilation warning in common/lcd.c
5878
5879     Fix following warning while compilation for mcc200 board:
5880
5881     lcd.c: In function 'lcd_display_bitmap':
5882     lcd.c:625: warning: unused variable 'cmap'
5883
5884     Signed-off-by: Anatolij Gustschin <agust@denx.de>
5885
5886 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
5887 Author: Graeme Russ <graeme.russ@gmail.com>
5888 Date:   Tue Feb 24 21:11:24 2009 +1100
5889
5890     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
5891
5892     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
5893
5894     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
5895
5896 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
5897 Author: Mike Frysinger <vapier@gentoo.org>
5898 Date:   Mon Feb 23 10:29:47 2009 -0500
5899
5900     smc911x: split out useful defines/functions into local header
5901
5902     The smc911x driver has a lot of useful defines/functions which can be used
5903     by pieces of code (such as example eeprom programmers).  Rather than
5904     forcing each place to duplicate these defines/functions, split them out
5905     of the smdc911x driver into a local header.
5906
5907     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5908     Acked-by: Ben Warren <biggerbadderben@gmail.com>
5909     CC: Sascha Hauer <s.hauer@pengutronix.de>
5910     CC: Guennadi Liakhovetski <lg@denx.de>
5911     CC: Magnus Lilja <lilja.magnus@gmail.com>
5912     CC: Ben Warren <biggerbadderben@gmail.com>
5913
5914 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
5915 Author: Guennadi Liakhovetski <lg@denx.de>
5916 Date:   Tue Feb 24 10:44:02 2009 +0100
5917
5918     ARM: add an "eet" variant of the imx31_phycore board
5919
5920     The "eet" variant of the imx31_phycore board has an OLED display, using a
5921     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
5922     chip-select for it. With this configuration you can display 256 colour BMP
5923     images in 16-bit RGB (RGB565) LCD mode.
5924
5925     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5926     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5927
5928 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
5929 Author: Guennadi Liakhovetski <lg@denx.de>
5930 Date:   Fri Feb 6 10:37:57 2009 +0100
5931
5932     video: add an i.MX31 framebuffer driver
5933
5934     Add a driver for the Synchronous Display Controller and the Display
5935     Interface on i.MX31, using IPU for DMA channel setup. So far only
5936     displaying of bitmaps is supported, no text output.
5937
5938     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5939     Acked-by: Anatolij Gustschin <agust@denx.de>
5940
5941 commit b245e65ee3c4cce3ccf008a21f4528239655876c
5942 Author: Guennadi Liakhovetski <lg@denx.de>
5943 Date:   Fri Feb 6 10:37:53 2009 +0100
5944
5945     LCD: support 8bpp BMPs on 16bpp displays
5946
5947     This patch also simplifies some ifdefs in lcd.c, introduces a generic
5948     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
5949     over to.
5950
5951     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5952     Acked-by: Anatolij Gustschin <agust@denx.de>
5953
5954 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
5955 Author: Mark Jackson <mpfj@mimc.co.uk>
5956 Date:   Fri Feb 6 10:37:49 2009 +0100
5957
5958     Add 16bpp BMP support
5959
5960     This patch adds 16bpp BMP support to the common lcd code.
5961
5962     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
5963
5964     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
5965     this to other platforms should be a simple task !!
5966
5967     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5968     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5969     Acked-by: Anatolij Gustschin <agust@denx.de>
5970
5971 commit 689551c5ff1b394b88412f3df22144e79468d3a9
5972 Author: Guennadi Liakhovetski <lg@denx.de>
5973 Date:   Fri Feb 6 10:37:41 2009 +0100
5974
5975     A driver for the S6E63D6 SPI display controller from Samsung
5976
5977     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
5978     It only provides access to controller's registers so the client can freely
5979     configure it.
5980
5981     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5982     Acked-by: Anatolij Gustschin <agust@denx.de>
5983
5984 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
5985 Author: Guennadi Liakhovetski <lg@denx.de>
5986 Date:   Fri Feb 13 09:26:40 2009 +0100
5987
5988     i.MX31: support GPIO as a chip-select in the mxc_spi driver
5989
5990     Some SPI devices have special requirements on chip-select handling.
5991     With this patch we can use a GPIO as a chip-select and strictly follow
5992     the SPI_XFER_BEGIN and SPI_XFER_END flags.
5993
5994     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5995     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5996
5997 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
5998 Author: Guennadi Liakhovetski <lg@denx.de>
5999 Date:   Sat Feb 7 01:18:07 2009 +0100
6000
6001     i.MX31: add a simple gpio driver
6002
6003     This is a minimal driver, so far only managing output. It will
6004     be used by the mxc_spi.c driver.
6005
6006     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6007     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6008
6009 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
6010 Author: Guennadi Liakhovetski <lg@denx.de>
6011 Date:   Sat Feb 7 00:09:12 2009 +0100
6012
6013     i.MX31: fix SPI driver for shorter than 32 bit
6014
6015     Fix setting the SPI Control register, 8 and 16-bit transfers
6016     and a wrong pointer in the free routine in the mxc_spi driver.
6017
6018     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6019     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6020
6021 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
6022 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6023 Date:   Thu Feb 19 18:20:52 2009 +0300
6024
6025     mpc83xx: MPC837XERDB: Add PCIe support
6026
6027     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
6028     slots. Let's support them.
6029
6030     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6031     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6032
6033 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
6034 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6035 Date:   Thu Feb 19 18:20:50 2009 +0300
6036
6037     mpc83xx: PCI: Fix hard-coded first_busno value
6038
6039     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
6040     erroneously re-use PCI0's first_busno for PCI1 hoses.
6041
6042     NOTE: The patch is untested. All MPC83xx FSL boards I have have
6043     PCI1 in miniPCI form, for which I don't have any cards handy.
6044
6045     But looking in cpu/mpc85xx/pci.c:
6046     ...
6047     #ifdef CONFIG_MPC85XX_PCI2
6048             hose = &pci_hose[1];
6049
6050             hose->first_busno = pci_hose[0].last_busno + 1;
6051
6052     And considering that we do the same for MPC83xx PCI-E support,
6053     I think this patch is correct.
6054
6055     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6056     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6057
6058 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
6059 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6060 Date:   Thu Feb 19 18:20:46 2009 +0300
6061
6062     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
6063
6064     This patch fixes copy-paste issue: pci_hose[0]'s first and last
6065     busnos were used to fixup pci1's nodes.
6066
6067     We don't see this bug triggering only because Linux reenumerate
6068     buses anyway.
6069
6070     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6071     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6072
6073 commit b24a99f6666ac278ec9f9c1334518af828833d19
6074 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6075 Date:   Thu Feb 19 18:20:44 2009 +0300
6076
6077     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
6078
6079     This patch fixes an issue in config space read accessors: we should
6080     fill-in the value even if we fail (e.g. skipping devices), otherwise
6081     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
6082
6083     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6084     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6085
6086 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
6087 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6088 Date:   Thu Feb 19 18:20:42 2009 +0300
6089
6090     mpc83xx: PCIe: Don't start bus enumeration at 0
6091
6092     Currently we assign first_busno = 0 for the first PCIe hose, but this
6093     scheme won't work if we have ordinary PCI hose already registered (its
6094     first_busno value is 0 too).
6095
6096     The old code worked fine only because we have PCI disabled on
6097     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
6098     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
6099     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
6100     triggers.
6101
6102     So, to fix the issue, we should use pci_last_busno() + 1 for the
6103     first_busno (i.e. last available busno).
6104
6105     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
6106     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6107     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6108
6109 commit cc2a8c7751ddbae3116660064f446888538b93e9
6110 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6111 Date:   Thu Feb 19 18:20:41 2009 +0300
6112
6113     PCI: Add pci_last_busno() helper
6114
6115     This is just a handy routine that reports last PCI busno: we walk
6116     down all the hoses and return last hose's last_busno.
6117
6118     Will be used by PCI/PCIe initialization code.
6119
6120     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6121     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6122
6123 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
6124 Author: Becky Bruce <beckyb@kernel.crashing.org>
6125 Date:   Mon Feb 23 13:56:51 2009 -0600
6126
6127     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
6128
6129     Currently, we get 256MB as the default, but since all the 86xx
6130     board configs define a 2G BAT mapping for RAM, raise default
6131     to 2G.
6132
6133     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6134     Acked-by: Jon Loeliger <jdl@freescale.com>
6135
6136 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
6137 Author: Becky Bruce <beckyb@kernel.crashing.org>
6138 Date:   Thu Feb 12 10:43:32 2009 -0600
6139
6140     mpc8641hpcn: Indicate 36-bit addr map in boot messages
6141
6142     If 36-bit addressing is enabled, print a message on the console
6143     when we boot.
6144
6145     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6146
6147 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
6148 Author: Mark Jackson <mpfj-list@mimc.co.uk>
6149 Date:   Fri Feb 13 15:48:18 2009 +0000
6150
6151     Setup extra MIMC200 chip selects
6152
6153     Added code to setup the extra Flash and FRAM chip selects as used on the
6154     MIMC200 board.
6155
6156     V2 moves the init code from the common "cpu.c" file into the board specific
6157     setup file.
6158
6159     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
6160     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6161
6162 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
6163 Author: Mark Jackson <mpfj@mimc.co.uk>
6164 Date:   Mon Nov 24 12:10:56 2008 +0000
6165
6166     MIMC200: tidy GCLK init code
6167
6168     Change the MIMC200 startup code to use the built-in (rather than
6169     hard-coded) funtions for setting up gclk outputs.
6170
6171     We'll also move the code to the new, more-appropriate
6172     board_postclk_init() routine.
6173
6174     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
6175     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6176
6177 commit b423f94063bf04e92047ff85c7e53441eb3b712b
6178 Author: Olav Morken <olavmrk@gmail.com>
6179 Date:   Fri Jan 23 12:56:32 2009 +0100
6180
6181     AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
6182
6183     The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
6184     workaround, two NOPs can be inserted.
6185
6186     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6187     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6188     Signed-off-by: Olav Morken <olavmrk@gmail.com>
6189     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6190
6191 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
6192 Author: Gunnar Rangoy <gunnar@rangoy.com>
6193 Date:   Fri Jan 23 12:56:29 2009 +0100
6194
6195     AVR32: Make GPIO implmentation cpu dependent
6196
6197     There are some differences in the implementation of GPIO in the
6198     at32uc chip compared to the ap700x series.
6199
6200     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6201     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6202     Signed-off-by: Olav Morken <olavmrk@gmail.com>
6203     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6204
6205 commit a38de083d2979db3680f0d0978c509a172c8fa00
6206 Author: Olav Morken <olavmrk@gmail.com>
6207 Date:   Fri Jan 23 12:56:28 2009 +0100
6208
6209     AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
6210
6211     The AVR32A architecture (which AT32UC3A-series is based on) has a
6212     different memory layout than the AVR32B-architecture. This patch moves
6213     addrspace.h to an arch-dependent directory in preparation for
6214     AT32UC3A-support. It also moves some address-space manipulation
6215     functions from io.h to addrspace.h.
6216
6217     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6218     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6219     Signed-off-by: Olav Morken <olavmrk@gmail.com>
6220     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6221
6222 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
6223 Author: Olav Morken <olavmrk@gmail.com>
6224 Date:   Fri Jan 23 12:56:27 2009 +0100
6225
6226     AVR32: Make cacheflush cpu-dependent
6227
6228     The AT32UC3A series of processors doesn't contain any cache, and issuing
6229     cache control instructions on those will cause an exception. This commit
6230     makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
6231
6232     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
6233     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
6234     Signed-off-by: Olav Morken <olavmrk@gmail.com>
6235     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6236
6237 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
6238 Author: Heiko Schocher <hs@denx.de>
6239 Date:   Tue Feb 10 09:38:52 2009 +0100
6240
6241     netloop: speed up NetLoop
6242
6243     NetLoop polls every cycle with getenv some environment variables.
6244     This is horribly slow, especially when the environment is big.
6245
6246     This patch reads only the environment variables in NetLoop,
6247     when they were changed.
6248
6249     Also moved the init part of the NetLoop function in a seperate
6250     function.
6251
6252     Signed-off-by: Heiko Schocher <hs@denx.de>
6253     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6254
6255 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
6256 Author: Mike Frysinger <vapier@gentoo.org>
6257 Date:   Mon Dec 22 02:56:07 2008 -0500
6258
6259     smc911x_eeprom: new example app for managing newer SMC parts
6260
6261     A forward port of the last version to work with the newer smc911x driver.
6262     I only have a board with a LAN9218 part on it, so that is the only one
6263     I've tested.  But there isn't anything in this that would make it terribly
6264     chip specific afaik.
6265
6266     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6267     CC: Sascha Hauer <s.hauer@pengutronix.de>
6268     CC: Guennadi Liakhovetski <lg@denx.de>
6269     CC: Magnus Lilja <lilja.magnus@gmail.com>
6270     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6271
6272 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
6273 Author: Pieter Henning <phenning@vastech.co.za>
6274 Date:   Sun Feb 22 23:17:15 2009 -0800
6275
6276     Added Vitesse VSC8211 definitions to TSEC driver
6277
6278     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
6279     the phy_info list in tsec.c
6280
6281     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
6282     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6283
6284 commit 32688e572ff96715b41420e9a7f280db6c399b65
6285 Author: Wolfgang Denk <wd@denx.de>
6286 Date:   Mon Feb 23 00:22:21 2009 +0100
6287
6288     Update CHANGELOG;  Prepare 2009.03-rc1
6289
6290     Signed-off-by: Wolfgang Denk <wd@denx.de>
6291
6292 commit 80b827c2b78329c6503b271e43d9eb693d644710
6293 Author: Wolfgang Denk <wd@denx.de>
6294 Date:   Sun Feb 22 23:45:40 2009 +0100
6295
6296     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
6297
6298     The file was generated from building versatile_defconfig.
6299
6300     Signed-off-by: Wolfgang Denk <wd@denx.de>
6301
6302 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
6303 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6304 Date:   Sun Feb 22 14:24:11 2009 +0900
6305
6306     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
6307
6308     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
6309     like this:
6310
6311     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
6312     Configuring for dbau1x00 board...
6313     au1x00_eth.c: In function 'au1x00_send':
6314     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6315     au1x00_eth.c: In function 'au1x00_recv':
6316     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6317     au1x00_eth.c: In function 'au1x00_init':
6318     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6319     au1x00_eth.c: In function 'au1x00_recv':
6320     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6321     au1x00_eth.c: In function 'au1x00_init':
6322     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6323     au1x00_eth.c: In function 'au1x00_send':
6324     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
6325
6326     We're passing a volatile pointer to a function which is expecting a non-
6327     volatile pointer.  That's potentially dangerous, so gcc warns about it.
6328     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
6329
6330     To fix this, we add a volatile attribute to the argument in question.
6331     The virt_to_phys function in Linux kernel also does the same thing.
6332
6333     Signed-off-by: Stefan Roese <sr@denx.de>
6334     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6335
6336 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
6337 Author: Dirk Behme <dirk.behme@googlemail.com>
6338 Date:   Fri Feb 20 17:51:28 2009 +0100
6339
6340     OMAP3: Clean up MMC code
6341
6342     Clean up OMAP3 MMC code:
6343
6344     * Convert register access to struct & readx/writex style
6345     * Replace hardcode values by macros
6346     * Remove macro defined twice
6347
6348     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6349
6350 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
6351 Author: Dirk Behme <dirk.behme@googlemail.com>
6352 Date:   Thu Feb 12 18:55:43 2009 +0100
6353
6354     OMAP3: Pandora: Update pin mux
6355
6356     Clock pin must have input enabled for MMC3 to work.
6357     Also enable pull-ups for cmd/data lines to be consistent
6358     with remaining MMC host pin setup.
6359
6360     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
6361
6362 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
6363 Author: Dirk Behme <dirk.behme@googlemail.com>
6364 Date:   Thu Feb 12 18:55:42 2009 +0100
6365
6366     OMAP3: Add OMAP3 auto detection
6367
6368     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
6369     and removes hardcoded values.
6370
6371     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
6372     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6373
6374 commit f956fd0338f4990793a10f767929ba4963665261
6375 Author: Dirk Behme <dirk.behme@googlemail.com>
6376 Date:   Thu Feb 12 18:55:41 2009 +0100
6377
6378     OMAP3: Beagle: Add board revision detection
6379
6380     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
6381     which might need different software handling. For this, GPIO pin 171 (GPIO
6382     module 6, offset 11) can be used to check for board revision. If this pin
6383     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
6384
6385     To handle board differences you can call function beagle_get_revision().
6386     E.g.:
6387
6388     if (beagle_get_revision()) {
6389
6390     /* do special revision C stuff here */
6391
6392     }
6393
6394     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6395
6396 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
6397 Author: Dirk Behme <dirk.behme@googlemail.com>
6398 Date:   Thu Feb 12 18:55:40 2009 +0100
6399
6400     OMAP3: Overo: Clean up pin mux and GPIO configuration
6401
6402     * Make Overo GPIO114 an input for touchscreen PENDOWN
6403     * Make Overo GPIO144-147 readable
6404     * Make Overo EHCI pinmux match beagle rev c setup
6405     * Adjust pinmux for SMSC911X network chip support
6406     * Remove unnecessary GPIO setup
6407     * Fix merge error in Makefile
6408
6409     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
6410     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6411
6412 commit 2579019b8248e5f166e60e37065766efc8a49dbc
6413 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6414 Date:   Sun Feb 22 17:08:41 2009 +0100
6415
6416     nmdk8815: fix onenand support
6417
6418     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6419
6420 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
6421 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6422 Date:   Sun Feb 22 17:56:50 2009 +0100
6423
6424     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
6425
6426     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6427
6428 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
6429 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6430 Date:   Sun Feb 22 17:49:43 2009 +0100
6431
6432     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
6433
6434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6435
6436 commit 4f5728987f4f9f7845688482aa2b7f2127768165
6437 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6438 Date:   Sun Feb 22 15:49:28 2009 +0100
6439
6440     arm: add uart dcc support
6441
6442     Serial driver via the EmbeddedICE macrocell's DCC channel using
6443     co-processor 14.
6444
6445     It does include a timeout to ensure that the system does not
6446     totally freeze when there is nothing connected to read.
6447
6448     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6449
6450 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
6451 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6452 Date:   Fri Nov 21 14:35:56 2008 -0500
6453
6454     ARM DaVinci: Add common peripherals and modules enable functions.
6455
6456     Taken all the duplicated code for enabling common modules and apply
6457     software workarounds from the board specific code into common
6458     functions. Also added comments explaining the workarounds
6459     (from TI errata documents) and replaced some numerical bit numbers
6460     with more meaningful defines.
6461
6462     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6463
6464 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
6465 Author: Alessandro Rubini <rubini@unipv.it>
6466 Date:   Mon Feb 9 15:53:33 2009 +0100
6467
6468     Enable Ethernet for Nomadik 8815 Evaluation Kit
6469
6470     This trivially enables Ethernet support in the debug board
6471     by setting up the proper chip select.
6472
6473     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6474     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
6475
6476 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
6477 Author: Alessandro Rubini <rubini@unipv.it>
6478 Date:   Mon Feb 9 15:53:31 2009 +0100
6479
6480     Nand driver for Nomadik SoC
6481
6482     This driver implements the ECC algorithm described in
6483     the CPU data sheet and uses the OOB layout chosen in
6484     already-released development systems (shipped with a custom-made
6485     u-boot 1.3.1).
6486
6487     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6488     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
6489
6490 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
6491 Author: Alessandro Rubini <rubini@unipv.it>
6492 Date:   Mon Feb 9 15:53:31 2009 +0100
6493
6494     Added nomadik.h header
6495
6496     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6497     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
6498
6499 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
6500 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
6501 Date:   Wed Oct 29 20:05:18 2008 +0900
6502
6503     r8a66597-hcd: fix cannot use external hub
6504
6505     Fix the problem that cannot use external hub, because this driver
6506     did not control correctly a DEVADDx register.
6507
6508     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
6509     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6510
6511 commit e1ffaee728190e76a4596a3579d94e730143585f
6512 Author: Mike Frysinger <vapier@gentoo.org>
6513 Date:   Thu Feb 19 01:20:27 2009 -0500
6514
6515     Blackfin: disable syscontrol code for now
6516
6517     Looks like the initcode updates fell out of order during my merges.  The
6518     patch that really fixes up this code is part of power-on overhaul and so
6519     is too large for merging at this point.  Instead, we can disable the code
6520     as no currently in-tree board depends on it.  The next merge window will
6521     fix things up properly.
6522
6523     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6524
6525 commit 1b228d68f54832edd867ef98520f760f68192ab7
6526 Author: Mike Frysinger <vapier@gentoo.org>
6527 Date:   Thu Feb 19 01:19:49 2009 -0500
6528
6529     Blackfin: bf537-stamp: fix I2C board defines
6530
6531     The previous merge for cleaning up the I2C driver incorrectly reverted the
6532     CFG_xxx rename for some of the I2C defines.
6533
6534     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6535     Signed-off-by: Heiko Schocher <hs@denx.de>
6536
6537 commit 09fee8e8677a6265e89144ccc163bf00e321769e
6538 Author: Wolfgang Denk <wd@denx.de>
6539 Date:   Sun Feb 22 01:19:52 2009 +0100
6540
6541     Coding Style cleanup; update CHANGELOG
6542
6543     Signed-off-by: Wolfgang Denk <wd@denx.de>
6544
6545 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
6546 Author: Wolfgang Denk <wd@denx.de>
6547 Date:   Sun Feb 22 01:17:47 2009 +0100
6548
6549     Makefile: fix cleanup
6550
6551     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
6552     to adapt the cleanup rules in the Makefile
6553
6554     Signed-off-by: Wolfgang Denk <wd@denx.de>
6555
6556 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
6557 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6558 Date:   Fri Feb 20 13:01:56 2009 -0500
6559
6560     Cleanup the comment for m68k linux boot argument passing.
6561
6562     This patch clarifies the way m68k passes linux boot argument.
6563     The one gotcha here is that the assembly instruction that
6564     the compiler uses to jump to the kernel is 'jsr' which pushes the
6565     program counter for the instruction after the jsr into the stack pointer.
6566
6567     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6568     Signed-off-by: Wolfgang Denk <wd@denx.de>
6569
6570 commit 4d41650eec959668280a612467bd95c7b8398513
6571 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
6572 Date:   Tue Feb 10 16:44:45 2009 +0000
6573
6574     sh: Fix rsk7203 in tree build
6575
6576     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
6577
6578 commit fca0cecff73db99d99ad094cca7980472b8a11b5
6579 Author: Minkyu Kang <mk7.kang@samsung.com>
6580 Date:   Wed Feb 18 09:05:52 2009 +0900
6581
6582     bootm: Reduce the unnecessary memmove
6583
6584     Although load address and image start address are same address,
6585     bootm command always does memmove.
6586     That is unnecessary memmove and can be taken few milliseconds
6587     (about 500 msec to 1000 msec).
6588     If skip this memmove, we can reduce the boot time.
6589
6590     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
6591
6592 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
6593 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6594 Date:   Sun Feb 15 22:29:15 2009 +0100
6595
6596     fpga: Fix Spartan III FPGA booting
6597
6598     This patch does some minor fixing of the Xilinx Spartan III
6599     FPGA boot code:
6600
6601     - Fixed call order of post configuration callback and
6602       success message printing (result of copy-paste?)
6603     - remove obsolete comment
6604     - minor coding style cleanup
6605
6606     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6607
6608 commit 3818b677641038d27b2663fbd6771ad38c932f86
6609 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6610 Date:   Sun Feb 15 22:28:36 2009 +0100
6611
6612     fpga: Fix Spartan II FPGA booting
6613
6614     This patch does some minor fixing of the Xilinx Spartan II
6615     FPGA boot code:
6616
6617     - Fixed call order of post configuration callback and
6618       success message printing (result of copy-paste?)
6619     - relocate post configuration callback only when it
6620       is implemented
6621     - remove obsolete comment
6622     - minor coding style cleanup
6623
6624     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6625
6626 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
6627 Author: Mike Frysinger <vapier@gentoo.org>
6628 Date:   Wed Feb 11 20:26:52 2009 -0500
6629
6630     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
6631
6632     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6633
6634 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
6635 Author: Derek Ou <dou@siconix.com>
6636 Date:   Tue Feb 3 16:00:07 2009 -0700
6637
6638     lcd_putc bug fix for tab.
6639
6640     Signed-off-by: Derek Ou <dou@siconix.com>
6641
6642 commit 35c9e14d8096e519fe76c953a43d52a09617345c
6643 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6644 Date:   Mon Feb 2 09:46:21 2009 +0900
6645
6646     MIPS: cpu/mips/Makefile: Add a missing START line
6647
6648     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
6649     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
6650     line.  This patch puts it back.
6651
6652     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6653
6654 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
6655 Author: Wolfgang Denk <wd@denx.de>
6656 Date:   Sat Feb 21 21:51:21 2009 +0100
6657
6658     Enable ext2 support for TQM8xxL/M based boards
6659
6660     Signed-off-by: Wolfgang Denk <wd@denx.de>
6661
6662 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
6663 Author: Tom Rix <Tom.Rix@windriver.com>
6664 Date:   Fri Feb 20 03:47:50 2009 +0100
6665
6666     ARM:PXA Use new definitions in mmc.h
6667
6668     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6669     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6670
6671 commit 682beeac34dc9ab18fab58b26973d2e29d113717
6672 Author: Andy Fleming <afleming@freescale.com>
6673 Date:   Fri Feb 20 03:47:50 2009 +0100
6674
6675     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
6676
6677     These names are being taken over by the new MMC framework.  Hopefuly
6678     the PXA can be easily ported, and these functions will go away entirely.
6679
6680     Signed-off-by: Andy Fleming <afleming@freescale.com>
6681     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6682
6683 commit b03d92e5584935886ff91d5aa0755dc8888b7187
6684 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6685 Date:   Fri Feb 20 03:47:50 2009 +0100
6686
6687     pxa: move mmc drivers to drivers/mmc
6688
6689     introduce new macro CONFIG_PXA_MMC to activate it
6690
6691     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6692
6693 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
6694 Author: Tom Rix <Tom.Rix@windriver.com>
6695 Date:   Thu Feb 19 19:27:22 2009 -0600
6696
6697     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
6698
6699     These structures are defined in the common mmc.h
6700
6701     This was compile checked on cerf250.
6702
6703 commit 94a3312920b6f9b5da27309549fb73650718c10a
6704 Author: Micha Kalfon <smichak.uv@gmail.com>
6705 Date:   Wed Feb 11 19:50:11 2009 +0200
6706
6707     pxa: fixing get_timer to return time in miliseconds.
6708
6709     Fixing the get_timer function to return time in miliseconds instead of
6710     ticks. Also fixed PXA boards to use the conventional value of 1000 for
6711     CONFIG_SYS_HZ.
6712
6713     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
6714
6715 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
6716 Author: Tom Rix <Tom.Rix@windriver.com>
6717 Date:   Thu Feb 19 16:45:43 2009 -0600
6718
6719     ARM:OMAP3 Change mmc_init to mmc_legacy_init
6720
6721     omap3_mmc.c was changed to define mmc_legacy_init.
6722     Remove unused functions.
6723
6724     Compile tested on all arm
6725     Runtime tested on Zoom1.
6726
6727     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6728
6729 commit 9e80bb21629988063574f88ca0d28baadff4d963
6730 Author: Heiko Schocher <hs@denx.de>
6731 Date:   Thu Feb 19 17:23:58 2009 +0100
6732
6733     82xx, mgcoge: updates for 2009.03
6734
6735     - activate CS4 for accessing the FPGA
6736     - activate Rx buf len > 1 on SMC
6737     - pram activated
6738     - MTDPARTS_DEFAULT defined
6739     - update the size of the flashes in the DTS
6740       before booting Linux
6741     - MONITOR_LEN updated to 384k
6742     - added CONFIG_HOSTNAME
6743     - added CONFIG_ENV_BUFFER_PRINT
6744     - Environment size reduced to 16k
6745
6746     Signed-off-by: Heiko Schocher <hs@denx.de>
6747
6748 commit df909554e2401f307925e1bd45d576e4176d9de9
6749 Author: Heiko Schocher <hs@denx.de>
6750 Date:   Thu Feb 19 17:24:01 2009 +0100
6751
6752     8xx, mgsuvd: updates for 2009.03
6753
6754     - activate Rx buf len > 1 on SMC
6755     - pram activated
6756     - MTDPARTS_DEFAULT defined
6757     - update the size of the flash in the DTS
6758       before booting Linux
6759     - MONITOR_LEN updated to 384k
6760     - added CONFIG_HOSTNAME
6761     - added CONFIG_ENV_BUFFER_PRINT
6762     - Environment size reduced to 16k
6763
6764     Signed-off-by: Heiko Schocher <hs@denx.de>
6765
6766 commit 3511b4e208e12be85b532866f1c660aa2e021557
6767 Author: Dirk Behme <dirk.behme@googlemail.com>
6768 Date:   Wed Feb 18 19:59:39 2009 +0100
6769
6770     MMC: Don't use new framework code if not enabled
6771
6772     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
6773     isn't enabled.
6774
6775     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6776
6777 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
6778 Author: Wolfgang Denk <wd@denx.de>
6779 Date:   Thu Feb 19 13:53:29 2009 +0100
6780
6781     TQM8xxL: make some room in low memory for future needs
6782
6783     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
6784     small boot sectors in the flash. This patch makes some room in the
6785     first sector to prepare for a size increase of lib_generic/vsprintf.o
6786     by a future patch.
6787
6788     Signed-off-by: Wolfgang Denk <wd@denx.de>
6789
6790 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
6791 Author: Kim Phillips <kim.phillips@freescale.com>
6792 Date:   Wed Feb 18 18:06:18 2009 -0600
6793
6794     README: remove duplicate entry
6795
6796     it's been around since the original commit (2ad6b513) that added two
6797     identical entries.
6798
6799     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6800
6801 commit 1bba30efe1717bea13026e15c7c7d906419fac69
6802 Author: Wolfgang Denk <wd@denx.de>
6803 Date:   Thu Feb 19 00:41:08 2009 +0100
6804
6805     Coding style cleanup, update CHANGELOG
6806
6807     Signed-off-by: Wolfgang Denk <wd@denx.de>
6808
6809 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
6810 Author: Kim Phillips <kim.phillips@freescale.com>
6811 Date:   Wed Feb 18 17:43:59 2009 -0600
6812
6813     sata_sil3114: fix compiler warning
6814
6815     judging from other printfs in the same file, it seems ata should be
6816     postpended with the interface number, not the address of the global
6817     port variable.  Fixes this for current u-boot-mpc83xx tree:
6818
6819     Configuring for MPC8349ITX board...
6820     sata_sil3114.c: In function 'sata_bus_softreset':
6821     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
6822     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
6823
6824     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6825
6826 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
6827 Author: Ron Madrid <ron_madrid@sbcglobal.net>
6828 Date:   Wed Feb 18 14:30:44 2009 -0800
6829
6830     Create configuration option for restricted ns16550 functions
6831
6832     This patch will create a configuration option for a minimum configuration for
6833     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
6834     configuration option to the SIMPC8313.h config file in order to fix the NAND
6835     bootstrap build error.  This option will exclude all functions with exception of
6836     NS16550_putc and NS16550_init.  This will be used primarily to save space and
6837     remove unused code from builds in which space is limited.
6838
6839     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
6840
6841 commit 7b0bc0219db8981613259473cf19699ac259b4fb
6842 Author: Kim Phillips <kim.phillips@freescale.com>
6843 Date:   Wed Feb 18 16:14:29 2009 -0600
6844
6845     mkconfig: include board config.h before asm/config.h
6846
6847     swapping the include order suppresses warnings for board configs
6848     that define their own CONFIG_MAX_MEM_MAPPED:
6849
6850     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
6851                     from /home/r1aaha/git/u-boot/include/common.h:35,
6852                     from simpc8313.c:26:
6853     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
6854     "CONFIG_MAX_MEM_MAPPED" redefined
6855     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
6856                     from /home/r1aaha/git/u-boot/include/common.h:35,
6857                     from simpc8313.c:26:
6858     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
6859     the location of the previous definition
6860
6861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6862
6863 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
6864 Author: Wolfgang Denk <wd@denx.de>
6865 Date:   Wed Feb 18 21:35:38 2009 +0100
6866
6867     Fix build errors after making flash_get_info() non-static
6868
6869     Fix for these build problems:
6870     error: static declaration of 'flash_get_info' follows non-static declaration
6871
6872     Signed-off-by: Wolfgang Denk <wd@denx.de>
6873
6874 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
6875 Author: Stefan Roese <sr@denx.de>
6876 Date:   Wed Feb 18 13:18:00 2009 +0100
6877
6878     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
6879
6880     This patch fixes a problem recently seen on some 4xx platforms. For
6881     example on Kilauea PCIe slot #0.
6882
6883     Signed-off-by: Stefan Roese <sr@denx.de>
6884
6885 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
6886 Author: Stefan Roese <sr@denx.de>
6887 Date:   Wed Feb 18 14:05:37 2009 +0100
6888
6889     ppc4xx: Some more PMC405 coding-style cleanup
6890
6891     Signed-off-by: Stefan Roese <sr@denx.de>
6892
6893 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
6894 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6895 Date:   Sun Feb 15 22:27:47 2009 +0100
6896
6897     ppc4xx: Update PMC405 board support
6898
6899     This patch prepares the good old PMC405 board support for
6900     upcoming PMC405V2 patches.
6901
6902     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6903     Signed-off-by: Stefan Roese <sr@denx.de>
6904
6905 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
6906 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6907 Date:   Sun Feb 15 22:26:54 2009 +0100
6908
6909     ppc4xx: Cleanup PMC405 board support
6910
6911     This patch fixes coding style for PMC405 board support.
6912     Also some unneeded features/code is removed.
6913
6914     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6915     Signed-off-by: Stefan Roese <sr@denx.de>
6916
6917 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
6918 Author: Ilya Yanok <yanok@emcraft.com>
6919 Date:   Thu Feb 5 04:08:20 2009 +0100
6920
6921     qong: changes to Dave/DENX Qong configuration
6922
6923     1. Changes to the default environment:
6924       - "bootcmd" defined as "run flash_self"
6925       - "saveenv" command removed from "update"
6926       - "uboot" changed to "u-boot" (also in "load")
6927       - "addmtd" variable defined (and added to all boot commands)
6928     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
6929     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
6930     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
6931     with truncated "bootargs" environment variable.
6932
6933     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6934
6935 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
6936 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6937 Date:   Sun Feb 1 17:07:52 2009 +0100
6938
6939     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
6940
6941     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6942
6943 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
6944 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6945 Date:   Sun Feb 1 17:07:51 2009 +0100
6946
6947     common/console: coding style cleanup
6948
6949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6950
6951 commit daaf74f176b548dfd34a9990231f4189201d57ba
6952 Author: Mike Frysinger <vapier@gentoo.org>
6953 Date:   Thu Jan 29 20:02:23 2009 -0500
6954
6955     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
6956
6957     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
6958     into the Makefile so we avoid pointless compiling of the file.
6959
6960     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6961
6962 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
6963 Author: Mike Frysinger <vapier@gentoo.org>
6964 Date:   Thu Jan 29 20:02:07 2009 -0500
6965
6966     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
6967
6968     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
6969     avoid pointless compiles.
6970
6971     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6972
6973 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
6974 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
6975 Date:   Thu Jan 29 10:35:40 2009 +0200
6976
6977     include/image.h: Ease grepping of image_* functions
6978
6979     Because the functions have been defined using macros, grepping for
6980     their definitions is not possible. This patch adds the real function
6981     names in comments.
6982
6983     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
6984     Acked-by: Mike Frysinger <vapier@gentoo.org>
6985
6986 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
6987 Author: Mike Frysinger <vapier@gentoo.org>
6988 Date:   Wed Jan 28 19:08:14 2009 -0500
6989
6990     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
6991
6992     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
6993     rather than a generic "env" command, or anything else related to the
6994     environment.  So, let's make sure the define is named accordingly.
6995
6996     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6997
6998 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
6999 Author: Valeriy Glushkov <gvv@lstec.com>
7000 Date:   Fri Jan 23 20:02:17 2009 +0200
7001
7002     disable imls command if no flash is defined
7003
7004     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
7005
7006     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
7007
7008 commit 923aa48126259c13de95131203f1d28bfa5cb889
7009 Author: Rafal Jaworowski <raj@semihalf.com>
7010 Date:   Fri Jan 23 13:27:18 2009 +0100
7011
7012     API: Improve glue mid-layer of the API demo application.
7013
7014     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
7015     read, which allows for better control and error handling (this introduces
7016     additional error code API_ESYSC returned by the glue mid-layer).
7017
7018     - Clean up definitions naming and usage.
7019
7020     - Other minor cosmetics.
7021
7022     Note these changes do not touch the API proper, so the interface between
7023     U-Boot and standalone applications remains unchanged.
7024
7025     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
7026
7027 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
7028 Author: Rafal Jaworowski <raj@semihalf.com>
7029 Date:   Fri Jan 23 13:27:17 2009 +0100
7030
7031     API: Only output test data when reading was successful.
7032
7033     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
7034
7035 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
7036 Author: Rafal Jaworowski <raj@semihalf.com>
7037 Date:   Fri Jan 23 13:27:16 2009 +0100
7038
7039     API: Provide syscall entry point for the ARM architecture.
7040
7041     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
7042     Acked-by: Rafal Jaworowski <raj@semihalf.com>
7043
7044 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
7045 Author: Rafal Jaworowski <raj@semihalf.com>
7046 Date:   Fri Jan 23 13:27:15 2009 +0100
7047
7048     API: Use stack pointer as API signature search hint in the glue layer.
7049
7050     De-hardcode range in RAM we search for the API signature. Instead use the stack
7051     pointer as a hint to narrow down the range in which the signature could reside
7052     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
7053     from stack area). Adjust PowerPC code in API demo to the new scheme.
7054
7055     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
7056     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
7057
7058 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
7059 Author: Wolfgang Denk <wd@denx.de>
7060 Date:   Tue Feb 17 10:26:38 2009 +0100
7061
7062     TQM8260: fix locations of kernel and ramdisk images in flash
7063
7064     After introducing redundant environment the kernel images was
7065     overlapping with environment.
7066
7067     Signed-off-by: Wolfgang Denk <wd@denx.de>
7068
7069 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
7070 Author: Heiko Schocher <hs@denx.de>
7071 Date:   Wed Feb 11 19:26:15 2009 +0100
7072
7073     83xx: add missing TIMING_CFG1_CASLAT_* defines
7074
7075     Signed-off-by: Heiko Schocher <hs@denx.de>
7076     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7077
7078 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
7079 Author: Valeriy Glushkov <gvv@lstec.com>
7080 Date:   Thu Feb 5 14:35:21 2009 +0200
7081
7082     mpc8349itx: allow SATA boot from the onboard SIL1334
7083
7084     This patch allows using of SATA devices connected
7085     to the onboard PCI SIL1334 SATA controller.
7086
7087     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
7088     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7089
7090 commit e1ac387f4645499746856adc1aeaa9787da2eca6
7091 Author: Andy Fleming <afleming@freescale.com>
7092 Date:   Thu Oct 30 16:50:14 2008 -0500
7093
7094     83xx: Add eSDHC support on 8379 EMDS board
7095
7096     Signed-off-by: Andy Fleming <afleming@freescale.com>
7097
7098 commit 80522dc8369a89938369fbcee572e662373bc9a3
7099 Author: Andy Fleming <afleming@freescale.com>
7100 Date:   Thu Oct 30 16:51:33 2008 -0500
7101
7102     85xx: Add eSDHC support for 8536 DS
7103
7104     Signed-off-by: Andy Fleming <afleming@freescale.com>
7105
7106 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
7107 Author: Andy Fleming <afleming@freescale.com>
7108 Date:   Thu Oct 30 16:47:16 2008 -0500
7109
7110     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
7111
7112     This uses the new MMC framework
7113
7114     Some contributions by Dave Liu <daveliu@freescale.com>
7115
7116     Signed-off-by: Andy Fleming <afleming@freescale.com>
7117
7118 commit 272cc70b211e945e4413122aa73868f6ada732a5
7119 Author: Andy Fleming <afleming@freescale.com>
7120 Date:   Thu Oct 30 16:41:01 2008 -0500
7121
7122     Add MMC Framework
7123
7124     Here's a new framework (based roughly off the linux one) for managing
7125     MMC controllers.  It handles all of the standard SD/MMC transactions,
7126     leaving the host drivers to implement only what is necessary to
7127     deal with their specific hardware.
7128
7129     This also hooks the infrastructure into the PowerPC board code
7130     (similar to how the ethernet infrastructure now hooks in)
7131
7132     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
7133
7134     Signed-off-by: Andy Fleming <afleming@freescale.com>
7135
7136 commit 1de97f9856f697380cc504126ab92561ed238803
7137 Author: Andy Fleming <afleming@freescale.com>
7138 Date:   Thu Oct 30 16:31:39 2008 -0500
7139
7140     Eliminated arch-specific mmc header requirement
7141
7142     The current MMC infrastructure relies on the existence of an
7143     arch-specific header file.  This isn't necessary, and a couple
7144     drivers were forced to implement dummy files to meet this requirement.
7145     Instead, we move the stuff in those header files into a more appropriate
7146     place, and eliminate the stubs and the #include of asm/arch/mmc.h
7147
7148     Signed-off-by: Andy Fleming <afleming@freescale.com>
7149
7150 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
7151 Author: Andy Fleming <afleming@freescale.com>
7152 Date:   Thu Oct 30 16:21:00 2008 -0500
7153
7154     Convert mmc_init to mmc_legacy_init
7155
7156     This is to get it out of the way of incoming MMC framework
7157
7158     Signed-off-by: Andy Fleming <afleming@freescale.com>
7159
7160 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
7161 Author: Andy Fleming <afleming@freescale.com>
7162 Date:   Thu Oct 30 16:19:25 2008 -0500
7163
7164     Eliminate support for using MMC as memory
7165
7166     MMC cards are not memory, so we stop treating them that way.
7167
7168     Signed-off-by: Andy Fleming <afleming@freescale.com>
7169
7170 commit e1be0d25ecf494ae81245ca438738ba839d6329b
7171 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
7172 Date:   Sun Jan 4 08:46:38 2009 +0530
7173
7174     32bit BUg fix for DDR2 on 8572
7175
7176     This errata fix is required for 32 bit DDR2 controller on 8572.
7177     May  also be required for P10XX20XX platforms
7178
7179     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
7180
7181 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
7182 Author: Andy Fleming <afleming@freescale.com>
7183 Date:   Mon Feb 16 09:40:20 2009 -0600
7184
7185     TQM85xx: Fix a couple warnings in TQM8548 build
7186
7187     The ecm variable in sdram.c was being declared for all 8548, but only
7188     used by specific 8548 boards, so we make that variable require those
7189     specific boards, too
7190
7191     The nand code was using an index "i" into a table, and then re-using "i"
7192     to set addresses for each upm.  However, then it relied on the old value
7193     of i still being there to enable things.  Changed the second "i" to "j"
7194
7195     Signed-off-by: Andy Fleming <afleming@freescale.com>
7196
7197 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
7198 Author: Wolfgang Grandegger <wg@grandegger.com>
7199 Date:   Wed Feb 11 18:38:26 2009 +0100
7200
7201     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
7202
7203     This patch adds the workaround for erratum DDR20 according to MPC8548
7204     Device Errata document, Rev. 1: "CKE signal may not function correctly
7205     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
7206     processor version 2.1 and the work-around must be removed.
7207
7208     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7209
7210 commit 080408fdc71706adcb883d22125637c54f6010b1
7211 Author: Wolfgang Grandegger <wg@grandegger.com>
7212 Date:   Wed Feb 11 18:38:25 2009 +0100
7213
7214     MPC85xx: TQM8548: use cache for AG and BE variants
7215
7216     This patch makes accesses to the system memory cachable by removing the
7217     caching-inhibited and guarded flags from the relevant TLB entries for
7218     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
7219     are configured similarly.
7220
7221     This results in a big averall performace improvement. TFTP downloads,
7222     NAND Flash accesses, kernel boots, etc. are much faster.
7223
7224     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7225
7226 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
7227 Author: Wolfgang Grandegger <wg@grandegger.com>
7228 Date:   Wed Feb 11 18:38:24 2009 +0100
7229
7230     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
7231
7232     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
7233     module.
7234
7235     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
7236     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7237
7238 commit 88b0e88d186479349e5a2b771e82775109e10fb4
7239 Author: Wolfgang Grandegger <wg@grandegger.com>
7240 Date:   Wed Feb 11 18:38:23 2009 +0100
7241
7242     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
7243
7244     According to new TQM8548 timing specification:
7245     Refresh Recovery: 34 -> 53 clocks
7246     CKE pulse width:  1 -> 3 cycles
7247     Window for four activities: 13 -> 14 cycles
7248
7249     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
7250     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7251
7252 commit a865bcdac89278cac4dfc07dec8299403110499d
7253 Author: Wolfgang Grandegger <wg@grandegger.com>
7254 Date:   Wed Feb 11 18:38:22 2009 +0100
7255
7256     MPC85xx: TQM8548: add support for the TQM8548_AG module
7257
7258     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
7259     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
7260     with "$ make TQM8548_AG_config".
7261
7262     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7263
7264 commit ad7ee5d43b0db94079d56521dabca25674f28747
7265 Author: Wolfgang Grandegger <wg@grandegger.com>
7266 Date:   Wed Feb 11 18:38:21 2009 +0100
7267
7268     MPC85xx: TQM8548: add support for the TQM8548_BE module
7269
7270     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
7271     interface. With NAND support, the image is significantly larger and
7272     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
7273     module with "$ make TQM8548_BE_config".
7274
7275     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7276
7277 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
7278 Author: Wolfgang Grandegger <wg@grandegger.com>
7279 Date:   Wed Feb 11 18:38:20 2009 +0100
7280
7281     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
7282
7283     The TQM8548_AG module does not have the standard PCI/PCI-X interface
7284     connected but just the PCI Express interface . So far it was not
7285     possible to disable it without disabling the complete PCI interface
7286     (CONFIG_PCI) including PCI Express.
7287
7288     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7289
7290 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
7291 Author: Wolfgang Grandegger <wg@grandegger.com>
7292 Date:   Wed Feb 11 18:38:19 2009 +0100
7293
7294     MPC85xx: TQM85xx: fix flash protection for boot loader
7295
7296     As the reset vector is located at 0xfffffffc, all flash sectors from the
7297     beginning of the U-Boot binary to 0xffffffff must be protected. On the
7298     TQM8548-AG having small sectors at the end of the flash it happened that
7299     the last two sector were not protected and an "erase all" left an
7300     un-bootable system behind:
7301
7302     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
7303       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
7304       Erase timeout: 8192 ms, write timeout: 1 ms
7305
7306       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
7307       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
7308
7309     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
7310     board BSPs as well.
7311
7312     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7313
7314 commit a1c8a719262151f97119e76166043ee3da3f97b2
7315 Author: Peter Tyser <ptyser@xes-inc.com>
7316 Date:   Fri Feb 6 14:30:40 2009 -0600
7317
7318     86xx: Update CPU info output on bootup
7319
7320     - Update style of 86xx CPU information on boot to more closely
7321       match 85xx boards
7322     - Fix detection of 8641/8641D
7323     - Use strmhz() to display frequencies
7324     - Display L1 information
7325     - Display L2 cache size
7326     - Fixed CPU/SVR version output
7327
7328     == Before ==
7329     Freescale PowerPC
7330     CPU:
7331         Core: E600 Core 0, Version: 0.2, (0x80040202)
7332         System: Unknown, Version: 2.1, (0x80900121)
7333         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
7334         L2: Enabled
7335     Board: X-ES XPedite5170 3U VPX SBC
7336
7337     == After ==
7338     CPU:   8641D, Version: 2.1, (0x80900121)
7339     Core:  E600 Core 0, Version: 2.2, (0x80040202)
7340     Clock Configuration:
7341            CPU:1066.667 MHz, MPX:533.333 MHz
7342            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
7343     L1:    D-cache 32 KB enabled
7344            I-cache 32 KB enabled
7345     L2:    512 KB enabled
7346     Board: X-ES XPedite5170 3U VPX SBC
7347
7348     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7349
7350 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
7351 Author: Peter Tyser <ptyser@xes-inc.com>
7352 Date:   Thu Feb 5 11:25:24 2009 -0600
7353
7354     86xx: Update Global Utilities structure
7355
7356     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7357
7358 commit 4ef630df773e45806d701bf5d25c328778bb4cde
7359 Author: Peter Tyser <ptyser@xes-inc.com>
7360 Date:   Thu Feb 5 11:25:25 2009 -0600
7361
7362     86xx: Reset update
7363
7364     Update the 86xx reset sequence to try executing a board-specific reset
7365     function.  If the board-specific reset is not implemented or does not
7366     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
7367     reset procedure than the previous method and allows all board
7368     peripherals to be reset if needed.
7369
7370     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7371
7372 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
7373 Author: Kumar Gala <galak@kernel.crashing.org>
7374 Date:   Tue Feb 10 23:53:40 2009 -0600
7375
7376     fsl-ddr: Allow system to boot if we have more than 4G of memory
7377
7378     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
7379     an error and hang.  Instead of doing that since DDR is mapped in the
7380     lowest priority LAWs we setup the DDR controller and the max amount
7381     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
7382
7383     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7384     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
7385
7386 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
7387 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7388 Date:   Wed Jan 21 17:17:33 2009 -0600
7389
7390     mpc85xx: Add support for the P2020
7391
7392     Added various p2020 processor specific details:
7393     * SVR for p2020, p2020E
7394     * immap updates for LAWs and DDR on p2020
7395     * LAW defines related to p2020
7396
7397     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7398     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
7399     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7400
7401 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
7402 Author: Kumar Gala <galak@kernel.crashing.org>
7403 Date:   Tue Feb 10 17:36:15 2009 -0600
7404
7405     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
7406
7407     Added some info that is printed out when we boot to distiquish if we
7408     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
7409     different address maps.
7410
7411     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7412
7413 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
7414 Author: Andy Fleming <afleming@freescale.com>
7415 Date:   Fri Dec 5 20:10:22 2008 -0600
7416
7417     Fixup SGMII PHY ids in the device tree
7418
7419     The device tree's PHY addresses need to be fixed up if we're using the
7420     SGMII Riser Card.
7421
7422     The 8572, 8536, and 8544 DS boards were modified to call this function.
7423
7424     Code idea taken from Liu Yu <yu.liu@freescale.com>
7425
7426     Signed-off-by: Andy Fleming <afleming@freescale.com>
7427
7428 commit 5dc0cf68f8f101042997d75188081d8526d705ea
7429 Author: Andy Fleming <afleming@freescale.com>
7430 Date:   Wed Feb 11 15:10:31 2009 -0600
7431
7432     Make some minor whitespace changes to eliminate line-wrapping
7433
7434     Signed-off-by: Andy Fleming <afleming@freescale.com>
7435
7436 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
7437 Author: Andy Fleming <afleming@freescale.com>
7438 Date:   Wed Feb 11 15:07:24 2009 -0600
7439
7440     Add eth_get_dev_by_index
7441
7442     This allows code to iterate through the ethernet devices
7443
7444     Signed-off-by: Andy Fleming <afleming@freescale.com>
7445
7446 commit b67305120aaf268a6140125346678166d14f1f47
7447 Author: Kumar Gala <galak@kernel.crashing.org>
7448 Date:   Mon Feb 9 22:03:04 2009 -0600
7449
7450     85xx: Fix bug in device tree setup in 36-bit physical confg
7451
7452     In the 36-bit physical config for MPC8572DS when need the start address
7453     of memory and it size to be kept in phys_*_t instead of a ulong since
7454     we support >4G of memory in the config and ulong cant represent that.
7455     Otherwise we end up seeing the memory node in the device tree reporting
7456     back we have memory starting @ 0 and of size 0.
7457
7458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7459
7460 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
7461 Author: Kumar Gala <galak@kernel.crashing.org>
7462 Date:   Mon Feb 9 22:03:05 2009 -0600
7463
7464     85xx: Fix address map for 36-bit config of MPC8572DS
7465
7466     When we introduced the 36-bit config of the MPC8572DS board we had the
7467     wrong PCI MEM bus address map.  Additionally, the change to the address
7468     map exposes a small issue in our dummy read on the ULI bus.  We need
7469     to use the new mapping functions to handle that read properly in the
7470     36-bit config.
7471
7472     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7473
7474 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
7475 Author: Kumar Gala <galak@kernel.crashing.org>
7476 Date:   Fri Feb 6 09:56:35 2009 -0600
7477
7478     85xx: Fix how we map DDR memory
7479
7480     Previously we only allowed power-of-two memory sizes and didnt
7481     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
7482     and should properly handle any size that we can make in the TLBs
7483     we have available to us
7484
7485     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7486
7487 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
7488 Author: Kumar Gala <galak@kernel.crashing.org>
7489 Date:   Fri Feb 6 09:56:34 2009 -0600
7490
7491     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
7492
7493     If we only have one controller we can completely ignore how
7494     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
7495     and think we have twice as much memory.
7496
7497     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7498
7499 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
7500 Author: Kumar Gala <galak@kernel.crashing.org>
7501 Date:   Wed Feb 4 09:35:57 2009 -0600
7502
7503     85xx: Format cpu freq printing to handle 8 cores
7504
7505     Only print 4 cpu freq per line.  This way when we have 8 cores its a
7506     bit more readable.
7507
7508     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7509
7510 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
7511 Author: Abraham, Thomas <t-abraham@ti.com>
7512 Date:   Tue Oct 28 16:51:31 2008 +0530
7513
7514     USB: Remove LUN number from CDB
7515
7516     The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB.
7517
7518     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
7519     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7520
7521 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
7522 Author: Atin Malaviya <atin.malaviya@gmail.com>
7523 Date:   Tue Feb 3 15:17:10 2009 -0500
7524
7525     Added usbtty_configured() check. Fixed attribute(packed) warnings.
7526
7527     V3: Fixed line-wrap problem due to user error in mail!
7528
7529     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
7530     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
7531     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
7532
7533     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
7534     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7535
7536 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
7537 Author: Guennadi Liakhovetski <lg@denx.de>
7538 Date:   Fri Feb 13 09:23:36 2009 +0100
7539
7540     i.MX31: Start the I2C clock on driver initialisation
7541
7542     i.MX31 powers on with most clocks running, so, after a power on this explicit
7543     clock start up is not required. However, as Linux boots it disables most clocks
7544     to save power. This includes the I2C clock. If we then soft reboot from Linux
7545     the I2C clock stays off. This breaks the phycore, which has its environment in
7546     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
7547     initialisation routine.
7548
7549     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7550     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7551
7552 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
7553 Author: Mike Frysinger <vapier@gentoo.org>
7554 Date:   Wed Feb 11 20:36:14 2009 -0500
7555
7556     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
7557
7558     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
7559     common code are no longer needed.
7560
7561     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7562
7563 commit c2d9befa0b4695b89476fb5d259742c09afe243f
7564 Author: Heiko Schocher <hs@denx.de>
7565 Date:   Thu Feb 12 08:08:54 2009 +0100
7566
7567     82xx, mgcoge: fix compile error
7568
7569     With actual u-boot compiling the mgcoge port fails, because
7570     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
7571     necessary to define CONFIG_NET_MULTI.
7572
7573     Seems to me the mgcoge port is the only actual existing 8260
7574     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
7575     to be fixed.
7576
7577     Signed-off-by: Heiko Schocher <hs@denx.de>
7578
7579 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
7580 Author: Dirk Eibach <eibach@gdsys.de>
7581 Date:   Mon Feb 9 08:18:34 2009 +0100
7582
7583     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
7584
7585     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
7586     Signed-off-by: Stefan Roese <sr@denx.de>
7587
7588 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
7589 Author: Carolyn Smith <carolyn.smith@tektronix.com>
7590 Date:   Thu Feb 12 06:13:44 2009 +0100
7591
7592     ppc4xx: Fix initialization of the SDRAM_CODT register
7593
7594     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
7595     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
7596     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
7597
7598     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
7599     Signed-off-by: Stefan Roese <sr@denx.de>
7600
7601 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
7602 Author: Stefan Roese <sr@denx.de>
7603 Date:   Wed Feb 11 09:29:33 2009 +0100
7604
7605     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
7606
7607     Some AMCC eval boards do have a board_eth_init() function calling
7608     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
7609     with the new eth_init rework.
7610
7611     Signed-off-by: Stefan Roese <sr@denx.de>
7612
7613 commit c645012aefebb301e6907d148c6c8efacac049d4
7614 Author: Adam Graham <agraham@amcc.com>
7615 Date:   Mon Feb 9 13:18:12 2009 -0800
7616
7617     ppc4xx: Autocalibration can set RDCC to over aggressive value.
7618
7619     The criteria of the AMCC SDRAM Controller DDR autocalibration
7620     U-Boot code is to pick the largest passing write/read/compare
7621     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
7622     Cycle Select value.
7623
7624     On some Kilauea boards the DDR autocalibration algorithm can
7625     find a large passing write/read/compare window with a small
7626     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
7627     value "T1 Sample".
7628
7629     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
7630     "T1 Sample" proves to be to aggressive when later on U-Boot
7631     relocates into DDR memory and executes.
7632
7633     The memory traces on the Kilauea board are short so on some
7634     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
7635     value of "T1 Sample" shows up as a potentially valid value for
7636     the DDR autocalibratiion algorithm.
7637
7638     The fix is to define a weak default function which provides
7639     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
7640     to accept for DDR autocalibration.  The default will be the
7641     "T2 Sample" value.  A board developer who has a well defined
7642     board and chooses to be more aggressive can always provide
7643     their own board specific string function with the more
7644     aggressive "T1 Sample" value or stick with the default
7645     minimum SDRAM_RDCC.[RDSS] value of "T2".
7646
7647     Also put in a autocalibration loop fix for case where current
7648     write/read/compare passing window size is the same as a prior
7649     window size, then in this case choose the write/read/compare
7650     result that has the associated smallest RDCC T-Sample value.
7651
7652     Signed-off-by: Adam Graham <agraham@amcc.com>
7653     Signed-off-by: Stefan Roese <sr@denx.de>
7654
7655 commit 2ede879fcb67470524847bb4fc8972651bb46184
7656 Author: Stefan Roese <sr@denx.de>
7657 Date:   Wed Feb 11 09:37:12 2009 +0100
7658
7659     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
7660
7661     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
7662     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
7663
7664     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
7665     boards right now.
7666
7667     Signed-off-by: Stefan Roese <sr@denx.de>
7668
7669 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
7670 Author: Wolfgang Denk <wd@denx.de>
7671 Date:   Thu Feb 12 00:08:39 2009 +0100
7672
7673     Coding style cleanup; update CHANGELOG
7674
7675     Signed-off-by: Wolfgang Denk <wd@denx.de>
7676
7677 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
7678 Author: Peter Tyser <ptyser@xes-inc.com>
7679 Date:   Fri Jan 30 16:36:40 2009 -0600
7680
7681     Add feature-removal-schedule.txt
7682
7683     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7684
7685 commit 255d28e1642e8fc32a6753226be1a96b481ce111
7686 Author: Heiko Schocher <hs@denx.de>
7687 Date:   Tue Feb 10 09:32:38 2009 +0100
7688
7689     8xx serial, smc: Coding-Style cleanup serial SMC driver
7690
7691     Signed-off-by: Heiko Schocher <hs@denx.de>
7692
7693 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
7694 Author: Heiko Schocher <hs@denx.de>
7695 Date:   Tue Feb 10 09:31:47 2009 +0100
7696
7697     8xx serial, smc: add configurable SMC Rx buffer len
7698
7699     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
7700     With this option it is possible to allow the receive
7701     buffer for the SMC on 8xx to be greater then 1. In case
7702     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
7703     old version.
7704
7705     When defining CONFIG_SYS_SMC_RXBUFLEN also
7706     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
7707     idle timeout for the SMC.
7708
7709     Signed-off-by: Heiko Schocher <hs@denx.de>
7710
7711 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
7712 Author: Mike Frysinger <vapier@gentoo.org>
7713 Date:   Thu Feb 5 21:04:36 2009 -0500
7714
7715     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
7716
7717     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
7718     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
7719     code in the process.
7720
7721     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7722
7723 commit ab76e9848a1f4db64d14233741d739a3b3360c93
7724 Author: Mike Frysinger <vapier@gentoo.org>
7725 Date:   Thu Feb 5 21:04:50 2009 -0500
7726
7727     bzip2: move ifdef handling to Makefile COBJS-$(...)
7728
7729     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7730
7731 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
7732 Author: Jerry Van Baren <gvb.uboot@gmail.com>
7733 Date:   Thu Feb 5 22:18:02 2009 -0500
7734
7735     Fix whitespace damage: double space changed to a tab
7736
7737     At some point an intentional double space at the end of the sentence
7738     got changed into a tab in the GPL header line:
7739      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7740
7741     This patch fixes the damage.
7742
7743     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
7744
7745 commit 4f975678de995b55749d5e84590c268972a7c835
7746 Author: Heiko Schocher <hs@denx.de>
7747 Date:   Tue Feb 10 09:53:29 2009 +0100
7748
7749     cfi: make flash_get_info() non static
7750
7751     If on your board is more than one flash, you must know
7752     the size of every single flash, for example, for updating
7753     the DTS before booting Linux. So make this function
7754     flash_get_info() extern, and you can have all info
7755     about your flashes.
7756
7757     Signed-off-by: Heiko Schocher <hs@denx.de>
7758     Signed-off-by: Stefan Roese <sr@denx.de>
7759
7760 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
7761 Author: Ben Warren <biggerbadderben@gmail.com>
7762 Date:   Thu Feb 5 23:58:25 2009 -0800
7763
7764     net: removed board-specific CONFIGs from MPC5xxx FEC driver
7765
7766     Added new CONFIG options for the three type of MAC-PHY interconnect and
7767     applied them all relevant board config files
7768
7769     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7770
7771 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
7772 Author: Mike Frysinger <vapier@gentoo.org>
7773 Date:   Thu Feb 5 21:04:47 2009 -0500
7774
7775     net/sntp.c: move ifdef into Makefile COBJS-$(...)
7776
7777     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7778     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7779
7780 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
7781 Author: Andy Fleming <afleming@freescale.com>
7782 Date:   Tue Feb 3 18:26:41 2009 -0600
7783
7784     tsec: Fix a bug in soft-resetting
7785
7786     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
7787     clock cycles, so it's been mostly working.  But we had no guarantee, and at
7788     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
7789     enforces a 2 microsecond gap between assertion and deassertion.
7790
7791     Signed-off-by: Andy Fleming <afleming@freescale.com>
7792     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7793
7794 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
7795 Author: Simon Munton <simon@nidoran.m5data.com>
7796 Date:   Mon Feb 2 09:44:08 2009 +0000
7797
7798     Fix 100Mbs ethernet operation on sh7763 based boards
7799
7800     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
7801     used in the GECMR register. Following diff fixes the problem
7802
7803     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
7804     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7805
7806 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
7807 Author: ksi@koi8.net <ksi@koi8.net>
7808 Date:   Fri Feb 6 16:27:55 2009 -0800
7809
7810     Fix MPC8260 with ethernet on SCC
7811
7812     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
7813     typo or something...
7814
7815     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
7816     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7817
7818 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
7819 Author: Heiko Schocher <hs@denx.de>
7820 Date:   Fri Jan 30 12:56:15 2009 +0100
7821
7822     82xx serial, smc: Coding-Style cleanup serial SMC driver
7823
7824     Signed-off-by: Heiko Schocher <hs@denx.de>
7825
7826 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
7827 Author: Heiko Schocher <hs@denx.de>
7828 Date:   Fri Jan 30 12:55:38 2009 +0100
7829
7830     82xx serial, smc: add configurable SMC Rx buffer len
7831
7832     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
7833     With this option it is possible to allow the receive
7834     buffer for the SMC on 82xx to be greater then 1. In case
7835     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
7836     old version.
7837
7838     When defining CONFIG_SYS_SMC_RXBUFLEN also
7839     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
7840     idle timeout for the SMC.
7841
7842     Signed-off-by: Heiko Schocher <hs@denx.de>
7843
7844 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
7845 Author: Kumar Gala <galak@kernel.crashing.org>
7846 Date:   Fri Feb 6 08:08:06 2009 -0600
7847
7848     ppc: Fix roll over bug in flush_cache()
7849
7850     If we call flush_cache(0xfffff000, 0x1000) it would never
7851     terminate the loop since end = 0xffffffff and we'd roll over
7852     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
7853
7854     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7855
7856 commit 87c9063963561d3d01064be34d0c30855a56587b
7857 Author: Kumar Gala <galak@kernel.crashing.org>
7858 Date:   Thu Feb 5 20:40:58 2009 -0600
7859
7860     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
7861
7862     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
7863     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
7864
7865     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7866     Acked-by: Stefan Roese <sr@denx.de>
7867
7868 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
7869 Author: Kumar Gala <galak@kernel.crashing.org>
7870 Date:   Thu Feb 5 20:40:57 2009 -0600
7871
7872     Add an architecture specific config.h for common defines
7873
7874     We have common defines that we duplicate in various ways.  Having an
7875     arch specific config.h gives us a common location for those defines.
7876
7877     Eventually we should be able to replace this when we have proper
7878     Kconfig support.
7879
7880     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7881
7882 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
7883 Author: Becky Bruce <beckyb@kernel.crashing.org>
7884 Date:   Tue Feb 3 18:10:56 2009 -0600
7885
7886     mpc8641hpcn: Change PCI MEM pci bus address
7887
7888     Now that the rest of u-boot can support it, change the PCI bus
7889     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
7890     and use the same bus address for both PCI1 and PCI2.  This will
7891     maximize the amount of PCI address space left over to map RAM
7892     on systems with large amounts of memory.
7893
7894     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7895
7896 commit 1785dbeed43599eed1d8875673c96912cd770141
7897 Author: Becky Bruce <beckyb@kernel.crashing.org>
7898 Date:   Tue Feb 3 18:10:55 2009 -0600
7899
7900     drivers/block/ahci: Fix pci mapping bug
7901
7902     The code assumes that the pci bus address and the virtual
7903     address used to access a region are the same, but they might
7904     not be.  Fix this assumption.
7905
7906     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7907
7908 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
7909 Author: Becky Bruce <beckyb@kernel.crashing.org>
7910 Date:   Tue Feb 3 18:10:54 2009 -0600
7911
7912     MPC8641HPCN: Enable CONFIG_ADDR_MAP
7913
7914     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7915
7916 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
7917 Author: Becky Bruce <beckyb@kernel.crashing.org>
7918 Date:   Tue Feb 3 18:10:53 2009 -0600
7919
7920     mpc8641hpcn: Clean up PCI mapping concepts
7921
7922     Clean up PCI mapping concepts in the 8641 config - rename _BASE
7923     to _BUS, as it's actually a PCI bus address, separate virtual
7924     and physical addresses into _VIRT and _PHYS, and use each
7925     appopriately.
7926
7927     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7928
7929 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
7930 Author: Becky Bruce <beckyb@kernel.crashing.org>
7931 Date:   Tue Feb 3 18:10:52 2009 -0600
7932
7933     mpc86xx: Add support to populate addr map based on BATs
7934
7935     If CONFIG_ADDR_MAP is enabled, update the address map
7936     whenever we write a bat.
7937
7938     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7939
7940 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
7941 Author: Becky Bruce <beckyb@kernel.crashing.org>
7942 Date:   Tue Feb 3 18:10:51 2009 -0600
7943
7944     powerpc: Move duplicated BAT defines to mmu.h
7945
7946     The BAT fields are architected; there's no need for these to be in
7947     cpu-specific files.  Drop the duplication and move these to
7948     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
7949     used by the alaska board, and switch to using the BATU_BL_xxx defines
7950     used by all the other boards.  The BL_ defines previously in use
7951     had to be shifted into the proper position for use, which was inefficient.
7952
7953     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7954
7955 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
7956 Author: Becky Bruce <beckyb@kernel.crashing.org>
7957 Date:   Tue Feb 3 18:10:50 2009 -0600
7958
7959     drivers/pci: Create pci_map_bar function
7960
7961     It is no longer always true that the pci bus address can be
7962     used as the virtual address for pci accesses.  pci_map_bar()
7963     is created to return the virtual address for a pci region.
7964
7965     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7966
7967 commit 2ecca3401775b125c3b9ff65766befb23989414b
7968 Author: Becky Bruce <beckyb@kernel.crashing.org>
7969 Date:   Tue Feb 3 18:10:49 2009 -0600
7970
7971     mpc8641hpcn: Set up outbound pci windows before inbound
7972
7973     Because the inbound pci windows are mapped generously, set up
7974     the more specific outbound windows first.  This way, when we
7975     search the pci regions for something, we will hit on the more
7976     specific region.  This can actually be a problem on systems
7977     with large amounts of RAM.
7978
7979     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7980
7981 commit b81b773ead0687114dc8a800f99ea6e504447739
7982 Author: Becky Bruce <beckyb@kernel.crashing.org>
7983 Date:   Mon Feb 2 16:34:52 2009 -0600
7984
7985     mpc8641hpcn: Use physical address in flash banks defintion
7986
7987     If the VA and PA of the flash aren't the same, the banks list
7988     should be initialized to hold the physical address.  Correct this.
7989
7990     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7991
7992 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
7993 Author: Ilya Yanok <yanok@emcraft.com>
7994 Date:   Tue Feb 10 00:22:31 2009 +0100
7995
7996     qong: support for Dave/DENX QongEVB-LITE board
7997
7998     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
7999
8000     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8001     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8002
8003 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
8004 Author: Ilya Yanok <yanok@emcraft.com>
8005 Date:   Mon Feb 9 18:45:28 2009 +0100
8006
8007     dnet: driver for Dave DNET ethernet controller
8008
8009     Driver for Dave DNET ethernet controller (used on Dave/DENX
8010     QongEVB-LITE board).
8011
8012     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8013     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8014
8015 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
8016 Author: Kumar Gala <galak@kernel.crashing.org>
8017 Date:   Fri Feb 6 09:49:32 2009 -0600
8018
8019     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
8020
8021     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
8022     we should give preference to memory regions that aren't system memory.
8023
8024     Its possible that we have over mapped system memory in the regions and
8025     we want to avoid depending on the order of the regions.
8026
8027     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8028
8029 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
8030 Author: Kumar Gala <galak@kernel.crashing.org>
8031 Date:   Fri Feb 6 09:49:31 2009 -0600
8032
8033     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
8034
8035     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
8036     can be confusing when reading the code.
8037
8038     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
8039     for system memory mapping purposes.
8040
8041     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8042
8043 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
8044 Author: Ilya Yanok <yanok@emcraft.com>
8045 Date:   Sun Feb 8 00:59:43 2009 +0300
8046
8047     mx31: add GPIO registers definitions
8048
8049     Added definitions for i.MX31 processor GPIO registers.
8050
8051     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8052
8053 commit 8da601280a8acbc3385784780ed35130e53812f1
8054 Author: Peter Tyser <ptyser@xes-inc.com>
8055 Date:   Wed Feb 4 13:47:22 2009 -0600
8056
8057     NAND: Add timeout for reset command
8058
8059     Without the timeout present an infinite loop can occur if the
8060     NAND device is broken or not present.
8061
8062     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8063     Signed-off-by: Scott Wood <scottwood@freescale.com>
8064
8065 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
8066 Author: Peter Tyser <ptyser@xes-inc.com>
8067 Date:   Wed Feb 4 13:39:40 2009 -0600
8068
8069     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
8070
8071     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
8072     for disabling the "No NAND device found!!!" warning when
8073     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
8074     for silencing the warning.
8075
8076     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8077     Signed-off-by: Scott Wood <scottwood@freescale.com>
8078
8079 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
8080 Author: Valeriy Glushkov <gvv@lstec.com>
8081 Date:   Mon Jan 19 16:32:59 2009 +0200
8082
8083     NAND: Fixed invalid pointers to static relocated chip names
8084
8085     Dear Wolfgang,
8086
8087     You are right, the patch was ugly.
8088     The new one seems to be better.
8089
8090     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
8091     Signed-off-by: Scott Wood <scottwood@freescale.com>
8092
8093 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
8094 Author: Nishanth Menon <nm@ti.com>
8095 Date:   Mon Feb 2 18:20:12 2009 -0600
8096
8097     ARM:OMAP3:Zoom1: Add nand unlock option
8098
8099     Enable NAND_UNLOCK option for unlocking nand for
8100     erase/write operations
8101
8102     Signed-off-by: Nishanth Menon <nm@ti.com>
8103
8104 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
8105 Author: derek@siconix.com <derek@siconix.com>
8106 Date:   Mon Jan 26 14:08:17 2009 -0700
8107
8108     env_nand: fix env memory release
8109
8110     This fixes a bug that tmp environment memory not being released.
8111
8112     Signed-off-by: Derek Ou <dou@siconix.com>
8113     Signed-off-by: Scott Wood <scottwood@freescale.com>
8114
8115 commit 05fd88776419df59e7f37bac063a209409dd801d
8116 Author: Guennadi Liakhovetski <lg@denx.de>
8117 Date:   Fri Feb 6 10:37:45 2009 +0100
8118
8119     ARM: remove unused variable
8120
8121     The "size" variable in start_armboot() in lib_arm/board.c is only really
8122     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
8123     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
8124
8125     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8126
8127 commit 6989e4f546d960a407dd5425f800dff9751c8132
8128 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8129 Date:   Thu Feb 5 09:33:50 2009 -0500
8130
8131     Coldfire: M527x: Add missing GPIO register address defines
8132
8133     Add missing GPIO registers address definition for Coldfire M5271.
8134
8135     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8136
8137 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
8138 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8139 Date:   Fri Jan 23 14:42:58 2009 -0500
8140
8141     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
8142
8143     Modified mii_init to support boards with PHYs that are not set to
8144     autonegotiate, but still want to use u-boot's mii commands to probe
8145     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
8146
8147     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8148
8149 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
8150 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8151 Date:   Fri Jan 23 11:44:30 2009 -0500
8152
8153     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
8154
8155     Applied the patch for baudrate divider value truncation for
8156     serial_init to serial_setbrg as well.
8157
8158     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8159
8160 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
8161 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8162 Date:   Fri Jan 23 14:07:05 2009 -0500
8163
8164     Coldfire: M5271EVB: Board header update (dependencies)
8165
8166     Cleanup for M5271EVB:
8167     Added clarification on the use of CONFIG_SYS_CLOCK.
8168     Modified to use u-boot's HUSH parser.
8169     Cleanup on environment settings.
8170     Removed compiler warning by defining CONFIG_SYS_CS0_*
8171
8172     Dependencies:
8173     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
8174     This depends on a patch to include/asm-m68k/m5271.h
8175     that defines the multiplier and divider ratios.
8176
8177     Removed the definition of CONFIG_SYS_FECI2C.
8178     This depends on a patch that removes the use of it in
8179     cpu/mcf52x2/cpu_init.c
8180
8181     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8182
8183 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
8184 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8185 Date:   Thu Jan 29 14:36:06 2009 -0500
8186
8187     Coldfire: M5271: Allow board header file to specify clock multiplier
8188
8189     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
8190
8191     Allow the board header file to set their own multiplier and divider.
8192     Added the #define for the multiplier and divider to the cpu header file.
8193
8194     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8195
8196 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
8197 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8198 Date:   Fri Jan 23 10:47:13 2009 -0500
8199
8200     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
8201
8202     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
8203     Use read-modify-write to activate the FEC pins without disabling I2C.
8204
8205     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8206
8207 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
8208 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8209 Date:   Fri Jan 23 09:45:34 2009 -0500
8210
8211     Coldfire: cmd_bdinfo cleanup
8212
8213     CONFIG_M68K bdinfo cleanup:
8214
8215     Fixed compiler warning about baudrate printing.
8216     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
8217
8218     Added printing of "cpufreq"
8219
8220     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8221
8222 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
8223 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8224 Date:   Fri Jan 23 09:27:00 2009 -0500
8225
8226     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
8227
8228     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
8229     was causing the bus clock (not CPU clock) to be declared twice as
8230     fast as it actually is. This causes UARTS to operate at half the
8231     specified baudrate.
8232
8233     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8234
8235 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
8236 Author: Dirk Eibach <eibach@gdsys.de>
8237 Date:   Tue Feb 3 15:15:21 2009 +0100
8238
8239     ppc4xx: Make PCIE support selectable
8240
8241     On some platforms PCIE support is not required, but would be included
8242     because the cpu supports it. To reduce fooprint it is now configurable
8243     via CONFIG_PCI_DISABLE_PCIE.
8244
8245     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
8246     Signed-off-by: Stefan Roese <sr@denx.de>
8247
8248 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
8249 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8250 Date:   Tue Feb 3 22:13:16 2009 +0100
8251
8252     ppc4xx: Only fixup opb attached UARTs
8253
8254     This patch updates the fdt UART clock fixup code to
8255     only touch CPU internal UARTs on 4xx systems.
8256     Only these UARTs are definitely clocked by gd->uart_clk.
8257
8258     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8259     Signed-off-by: Stefan Roese <sr@denx.de>
8260
8261 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
8262 Author: Mike Frysinger <vapier@gentoo.org>
8263 Date:   Tue Jan 13 11:00:29 2009 -0500
8264
8265     Blackfin: move default boot SPI CS to common code
8266
8267     Move the default SPI CS that we boot from into common code so that it can
8268     be used in other SPI drivers and environment settings.
8269
8270     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8271
8272 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
8273 Author: Mike Frysinger <vapier@gentoo.org>
8274 Date:   Wed Dec 10 12:33:54 2008 -0500
8275
8276     Blackfin: dynamically update UART speed when initializing
8277
8278     Previously, booting over the UART required the baud rate to be known ahead
8279     of time.  Using a bit of tricky simple math, we can calculate the new board
8280     rate based on the old divisors.
8281
8282     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8283     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
8284
8285 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
8286 Author: Mike Frysinger <vapier@gentoo.org>
8287 Date:   Tue Dec 9 17:21:08 2008 -0500
8288
8289     Blackfin: add support for fast SPI reads with Boot ROM
8290
8291     Newer Blackfin boot roms support using the fast SPI read command rather than
8292     just the slow one.  If the functionality is available, then use it.
8293
8294     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8295
8296 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
8297 Author: Mike Frysinger <vapier@gentoo.org>
8298 Date:   Sat Oct 11 21:46:52 2008 -0400
8299
8300     Blackfin: check for reserved settings in DDR MMRs
8301
8302     Some bits of the DDR MMRs should not be set.  If they do, bad things may
8303     happen (like random failures or hardware destruction).
8304
8305     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8306
8307 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
8308 Author: Mike Frysinger <vapier@gentoo.org>
8309 Date:   Sat Oct 11 21:54:00 2008 -0400
8310
8311     Blackfin: set default voltage levels for BF538/BF539 parts
8312
8313     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8314
8315 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
8316 Author: Mike Frysinger <vapier@gentoo.org>
8317 Date:   Sun Jun 1 01:29:57 2008 -0400
8318
8319     Blackfin: use on-chip syscontrol() rom function when available
8320
8321     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
8322     to be used to properly program the memory and voltage settings as it will
8323     include (possibly critical) factory tested bias values.
8324
8325     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8326
8327 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
8328 Author: Stefan Roese <sr@denx.de>
8329 Date:   Thu Feb 5 11:44:52 2009 +0100
8330
8331     cfi_flash: Fix typo in cfi_flash.c
8332
8333     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
8334     introduced a small typo and compilation warning for systems with CFI
8335     legacy support (e.g. hcu4). This patch fixes it.
8336
8337     Signed-off-by: Stefan Roese <sr@denx.de>
8338
8339 commit 28745db969b72693754991c838f68a7fb4a8b1ab
8340 Author: Stefan Roese <sr@denx.de>
8341 Date:   Thu Jan 29 11:21:38 2009 +0100
8342
8343     jedec_flash: Only use manufacturer defines from common flash.h
8344
8345     This patch removes the double defined manufacturer defines from
8346     jedec_flash.c. Since the common defines in flash.h are 32bit
8347     we now need the (16) cast. This patch also removes the compilation
8348     warning (e.g. seen on hcu5):
8349
8350     ./MAKEALL hcu5
8351     Configuring for hcu5 board...
8352     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
8353
8354     Signed-off-by: Stefan Roese <sr@denx.de>
8355
8356 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
8357 Author: Stefan Roese <sr@denx.de>
8358 Date:   Thu Feb 5 11:25:57 2009 +0100
8359
8360     cfi_flash: Silence compilation warning
8361
8362     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
8363     introduced a small compilation warning. This patch fixes it.
8364
8365     Signed-off-by: Stefan Roese <sr@denx.de>
8366
8367 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
8368 Author: Becky Bruce <beckyb@kernel.crashing.org>
8369 Date:   Mon Feb 2 16:34:51 2009 -0600
8370
8371     flash/cfi_flash: Use virtual sector start address, not phys
8372
8373     include/flash.h was commented to say that the address in
8374     flash_info->start was a physical address.  However, from u-boot's
8375     point of view, and looking at most flash code, it makes more
8376     sense for this to be a virtual address.  So I corrected the
8377     comment to indicate that this was a virtual address.
8378
8379     The only flash driver that was actually treating the address
8380     as physical was the mtd/cfi_flash driver.  However, this code
8381     was using it inconsistently as it actually directly dereferenced
8382     the "start" element, while it used map_physmem to get a
8383     virtual address in other places.  I changed this driver so
8384     that the code which initializes the info->start field calls
8385     map_physmem to get a virtual address, eliminating the need for
8386     further map_physmem calls.  The code is now consistent.
8387
8388     The *only* place a physical address should be used is when defining the
8389     flash banks list that is used to initialize the flash_info struct,
8390     usually found in the board config file.
8391
8392     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8393     Signed-off-by: Stefan Roese <sr@denx.de>
8394
8395 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
8396 Author: Wolfgang Denk <wd@denx.de>
8397 Date:   Wed Feb 4 09:42:20 2009 +0100
8398
8399     Fix compiler warning
8400
8401     (shows up only when DEBUG is enabled)
8402
8403     Signed-off-by: Wolfgang Denk <wd@denx.de>
8404
8405 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
8406 Author: Mike Frysinger <vapier@gentoo.org>
8407 Date:   Mon Oct 6 03:45:55 2008 -0400
8408
8409     Blackfin: update anomaly lists
8410
8411     Update the anomaly lists to match latest anomaly sheets.
8412
8413     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8414
8415 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
8416 Author: Ralph Kondziella <rk@argos-messtechnik.de>
8417 Date:   Mon Jan 26 12:34:36 2009 -0700
8418
8419     ADS5121 Add PATA support
8420
8421     Original patch from Ralph Kondziella
8422     plus clean up by Wolfgang Denk
8423     plus changes by John Rigby
8424         use ips clock not lpc
8425         port forward to current u-boot release
8426
8427     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
8428     Signed-off-by: Wolfgang Denk <wd@denx.de>
8429     Signed-off-by: John Rigby <jrigby@freescale.com>
8430
8431 commit abfbd0ae4967df18102345db4f4b529a13da107b
8432 Author: Martha Marx <mmarx@silicontkx.com>
8433 Date:   Mon Jan 26 10:45:07 2009 -0700
8434
8435     ADS5121 Add IC Ident Module (IIM) support
8436
8437     IIM (IC Identification Module) is the fusebox for the mpc5121.
8438     Use #define CONFIG_IIM to turn on the clock for this module
8439     use #define CONFIG_CMD_FUSE to add fusebox commands.
8440     Fusebox commands include the ability to read
8441     the status, read the register cache, override the register cache,
8442     program the fuses and sense them.
8443
8444     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
8445     Signed-off-by: John Rigby <jrigby@freescale.com>
8446
8447 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
8448 Author: John Rigby <jrigby@freescale.com>
8449 Date:   Fri Jan 23 10:33:15 2009 -0700
8450
8451     ADS5121 Fix rev2 silicon pci iopad config
8452
8453     Reset config is not correct
8454
8455     Signed-off-by: John Rigby <jrigby@freescale.com>
8456
8457 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
8458 Author: John Rigby <jrigby@freescale.com>
8459 Date:   Wed Nov 19 13:57:34 2008 -0700
8460
8461     ADS5121 DIU Add diu_bmp_addr env
8462
8463     Add support for using a bmp other than
8464     FSL_Logo_BMP for the DIU splash screen.
8465
8466     Can now set the env var "diu_bmp_addr" to
8467     the address of a BMP in flash to use instead
8468     of the default FSL_Logo_BMP.
8469
8470     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
8471     Signed-off-by: John Rigby <jrigby@freescale.com>
8472
8473 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
8474 Author: John Rigby <jrigby@freescale.com>
8475 Date:   Thu Oct 30 16:39:35 2008 -0600
8476
8477     ADS5121 DIU Make inclusion of FSL logo optional
8478
8479     Make inclusion of FSL logo optional and
8480     turn it off by default.
8481
8482     Signed-off-by: John Rigby <jrigby@freescale.com>
8483
8484 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
8485 Author: Remy Bohmer <linux@bohmer.net>
8486 Date:   Sun Feb 1 12:27:53 2009 +0100
8487
8488     Compile warning fix in onenand_uboot.h
8489
8490     Regression since merge window after 2009.01
8491
8492     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8493
8494 commit a270d1e7295c3d829f42c0480117941dfc1c6477
8495 Author: Stefan Roese <sr@denx.de>
8496 Date:   Thu Jan 29 06:33:55 2009 +0100
8497
8498     USB: Add EHCI support for VCT EHCI controller (really with driver now)
8499
8500     Somehow I missed the real driver part in my last patch version. This patch
8501     now adds the driver.
8502
8503     Signed-off-by: Stefan Roese <sr@denx.de>
8504     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8505
8506 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
8507 Author: Cliff Cai <cliff.cai@analog.com>
8508 Date:   Sat Nov 29 18:22:38 2008 -0500
8509
8510     Blackfin: add driver for on-chip MMC/SD controller
8511
8512     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
8513
8514     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
8515     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8516
8517 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
8518 Author: Mike Frysinger <vapier@gentoo.org>
8519 Date:   Sat Oct 11 22:47:34 2008 -0400
8520
8521     Blackfin: add port muxing for BF51x SPI
8522
8523     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8524
8525 commit fc68f9f85959664d528daea2aef5ef54974331ce
8526 Author: Mike Frysinger <vapier@gentoo.org>
8527 Date:   Tue Jan 6 06:16:19 2009 -0500
8528
8529     Blackfin: output booting source when booting
8530
8531     Knowing the booting source of the part is useful, especially when the part
8532     can switch dynamically between sources.
8533
8534     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8535
8536 commit 8df3ce0f49c37947800ac7c84e751499882619fc
8537 Author: Mike Frysinger <vapier@gentoo.org>
8538 Date:   Thu Dec 11 06:30:46 2008 -0500
8539
8540     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
8541
8542     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
8543     the Blackfin on-chip bootrom to boot out of SPI flash.
8544
8545     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8546
8547 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
8548 Author: Mike Frysinger <vapier@gentoo.org>
8549 Date:   Thu Dec 11 04:06:26 2008 -0500
8550
8551     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
8552
8553     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8554
8555 commit e5eb93e77391bcc308697116c544ea1340aaae8a
8556 Author: Mike Frysinger <vapier@gentoo.org>
8557 Date:   Sat Dec 6 02:54:52 2008 -0500
8558
8559     Blackfin: add port I bits
8560
8561     Some people need to access port I, so make sure the pins are defined.
8562
8563     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8564
8565 commit 8a6b272596d43de0db4943eac7af58c3534c4026
8566 Author: Sonic Zhang <Sonic.Zhang@analog.com>
8567 Date:   Wed Nov 26 22:16:45 2008 -0500
8568
8569     Blackfin: add driver for on-chip ATAPI controller
8570
8571     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
8572
8573     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
8574     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8575
8576 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
8577 Author: Mike Frysinger <vapier@gentoo.org>
8578 Date:   Wed Nov 26 21:43:06 2008 -0500
8579
8580     Blackfin: add driver for on-chip NAND controller
8581
8582     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
8583
8584     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8585
8586 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
8587 Author: Mike Frysinger <vapier@gentoo.org>
8588 Date:   Wed Nov 12 07:18:15 2008 -0500
8589
8590     Blackfin: build with -mno-fdpic
8591
8592     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
8593     up u-boot, including ones that output FDPIC ELF by default.
8594
8595     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8596
8597 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
8598 Author: Mike Frysinger <vapier@gentoo.org>
8599 Date:   Tue Nov 11 05:43:57 2008 -0500
8600
8601     Blackfin: fix up EBIU defines
8602
8603     The EBIU defines for EBSZ 256/512 were incorrect.
8604
8605     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8606
8607 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
8608 Author: Mike Frysinger <vapier@gentoo.org>
8609 Date:   Wed Nov 5 12:45:24 2008 -0500
8610
8611     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
8612
8613     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
8614     as usable with the source/destination addresses and the count size.
8615
8616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8617
8618 commit b93c68648426f906d63b98117496b6415f505f39
8619 Author: Mike Frysinger <vapier@gentoo.org>
8620 Date:   Wed Nov 5 08:50:23 2008 -0500
8621
8622     Blackfin: only flag L1 instruction for DMA memcpy
8623
8624     The performance difference from doing an 8 bit DMA memcpy vs an optimized
8625     core memcpy can be pretty big when you add in the overhead of setting up the
8626     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
8627     actually require it.
8628
8629     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8630
8631 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
8632 Author: Mike Frysinger <vapier@gentoo.org>
8633 Date:   Wed Nov 5 07:20:37 2008 -0500
8634
8635     Blackfin: dma_memcpy(): fix random failures
8636
8637     We have to make sure the DMA channel is actually disabled in hardware before
8638     attempting to reprogram it.  Otherwise the new settings are ignored and we
8639     end up with random hangs/failures.
8640
8641     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8642
8643 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
8644 Author: Mike Frysinger <vapier@gentoo.org>
8645 Date:   Tue Nov 4 00:04:03 2008 -0500
8646
8647     Blackfin: rewrite cache handling functions
8648
8649     Take the cache flush functions from the kernel as they use hardware loops in
8650     order to get optimal performance.
8651
8652     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8653
8654 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
8655 Author: Mike Frysinger <vapier@gentoo.org>
8656 Date:   Mon Nov 3 22:30:05 2008 -0500
8657
8658     Blackfin: setup bi_enetaddr for single nets
8659
8660     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
8661     based on $ethaddr, so set it up.
8662
8663     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8664
8665 commit 40599239e7875b39e2a5c12e6545992041c72c52
8666 Author: Mike Frysinger <vapier@gentoo.org>
8667 Date:   Fri Oct 24 22:48:47 2008 -0400
8668
8669     Blackfin: cache core/system clock values
8670
8671     Calculating the clocks requires a bit of calls to gcc math functions, so
8672     cache the values after the first run since they'll most likely never
8673     change once U-Boot is up and running.
8674
8675     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8676
8677 commit 6957a6209b02f6b69607fc47425f13731cc477f1
8678 Author: Mike Frysinger <vapier@gentoo.org>
8679 Date:   Fri Oct 24 18:18:16 2008 -0400
8680
8681     Blackfin: enable --gc-sections
8682
8683     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
8684     and linking with --gc-sections.
8685
8686     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8687
8688 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
8689 Author: Mike Frysinger <vapier@gentoo.org>
8690 Date:   Mon Oct 20 21:08:54 2008 -0400
8691
8692     Blackfin: dont check baud if it wont actually get used
8693
8694     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8695
8696 commit 400f5778f375bc99c73c8488c555def261ccfab7
8697 Author: Mike Frysinger <vapier@gentoo.org>
8698 Date:   Tue Oct 14 07:54:09 2008 -0400
8699
8700     Blackfin: add driver for on-chip SPI controller
8701
8702     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
8703
8704     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8705
8706 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
8707 Author: Mike Frysinger <vapier@gentoo.org>
8708 Date:   Sat Oct 18 05:33:51 2008 -0400
8709
8710     Blackfin: only build post code when CONFIG_POST
8711
8712     Save some time by using CONFIG_POST in the Makefile rather than C files.
8713
8714     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8715
8716 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
8717 Author: Mike Frysinger <vapier@gentoo.org>
8718 Date:   Thu Jan 8 11:57:57 2009 -0500
8719
8720     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
8721
8722     Redo how pointers are managed to get rid of ugly casts and strict pointer
8723     aliasing issues that are highlighted by gcc 4.3.
8724
8725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8726     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8727
8728 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
8729 Author: Mike Frysinger <vapier@gentoo.org>
8730 Date:   Tue Dec 9 17:46:21 2008 -0500
8731
8732     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
8733
8734     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
8735     does exactly the same thing as common "CONFIG_RMII".
8736
8737     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8738     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8739
8740 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
8741 Author: Mike Frysinger <vapier@gentoo.org>
8742 Date:   Wed Nov 5 06:36:15 2008 -0500
8743
8744     Blackfin: bfin_mac: use common debug()
8745
8746     Rather then defining our own DEBUGF(), just use the common debug().
8747
8748     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8749     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8750
8751 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
8752 Author: Mike Frysinger <vapier@gentoo.org>
8753 Date:   Mon Oct 20 13:59:51 2008 -0400
8754
8755     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
8756
8757     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
8758     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
8759
8760     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8761     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8762
8763 commit ac45af4e63ea925f4accc98453aab1a1166c196d
8764 Author: Mike Frysinger <vapier@gentoo.org>
8765 Date:   Tue Oct 14 04:52:00 2008 -0400
8766
8767     Blackfin: bfin_mac: cleanup MII/PHY functions
8768
8769     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
8770     existing common linux/miiphy.h code and hook into the `mii` command.
8771
8772     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8773     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8774
8775 commit 6b310a05f0d10c751f22468040932139f71c71d3
8776 Author: Mike Frysinger <vapier@gentoo.org>
8777 Date:   Tue Oct 14 00:31:30 2008 -0400
8778
8779     Blackfin: bfin_mac: set MDCDIV based on SCLK
8780
8781     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
8782     use the real algorithm so it gets set correctly regardless of SCLK.
8783
8784     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8785     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8786
8787 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
8788 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8789 Date:   Sat Jan 31 09:10:48 2009 +0100
8790
8791     ixp: move serial to drivers/serial
8792
8793     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8794
8795 commit f90c8022f448bc5e93090e4b714368e52e912f0f
8796 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8797 Date:   Sat Jan 31 09:04:58 2009 +0100
8798
8799     ixp: move pci init in arm/board instead of cpu
8800
8801     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8802
8803 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
8804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8805 Date:   Sat Jan 31 08:56:49 2009 +0100
8806
8807     ixp: move pci drivers to drivers/pci
8808
8809     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8810
8811 commit 012d5bab09a534e4800b02f50cf508e6837202ea
8812 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8813 Date:   Sat Jan 31 08:53:44 2009 +0100
8814
8815     ixp: Move conditional compilation to Makefile
8816
8817     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8818
8819 commit f693f501d67434df1f815fd1824a71973ae08207
8820 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8821 Date:   Sat Jan 31 08:53:44 2009 +0100
8822
8823     ixp: add missing os define
8824
8825     need by arm-elf toolchains and no impact on the arm-linux one
8826
8827     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8828
8829 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
8830 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8831 Date:   Sat Jan 31 09:53:39 2009 +0100
8832
8833     ixp: remove the option to include the Microcode
8834
8835     instead the board will have to load it from flash or ram
8836     which will be specified by npe_ucode env var
8837
8838     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8839
8840 commit 1b017baf2071d8daf643bce87250db898c606c66
8841 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8842 Date:   Fri Jan 30 09:45:23 2009 +0100
8843
8844     ixp/npe: Move conditional compilation to Makefile
8845
8846     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8847
8848 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
8849 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8850 Date:   Wed Jan 28 21:58:04 2009 +0100
8851
8852     SX1: add hardware V2 support
8853
8854     In the V2 the 2 flash has been replace by one 32MB flash
8855
8856     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8857
8858 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
8859 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8860 Date:   Wed Jan 28 21:58:03 2009 +0100
8861
8862     SX1: Fix second flash mapping
8863
8864     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8865
8866 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
8867 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8868 Date:   Wed Jan 28 21:58:03 2009 +0100
8869
8870     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
8871
8872     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8873
8874 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
8875 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8876 Date:   Wed Jan 28 21:57:59 2009 +0100
8877
8878     move Samsung's board to board/samsung
8879
8880     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8881
8882 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
8883 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8884 Date:   Thu Jan 29 12:07:21 2009 +0100
8885
8886     move ARM Ltd. to vendor dir
8887
8888     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8889
8890 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
8891 Author: Larry Johnson <lrj@acm.org>
8892 Date:   Wed Jan 28 15:30:37 2009 -0500
8893
8894     ppc4xx: Clean up configuration file for Korat board
8895
8896     This patch updates the default environmental variables for the
8897     Korat PPC 440EPx board, and makes additional minor fixes.
8898
8899     Signed-off-by: Larry Johnson <lrj@acm.org>
8900     Signed-off-by: Stefan Roese <sr@denx.de>
8901
8902 commit f20405e31680efc36293c59b4963db57c9d93df4
8903 Author: Larry Johnson <lrj@acm.org>
8904 Date:   Wed Jan 28 15:30:02 2009 -0500
8905
8906     ppc4xx: Add variable "korat_usbcf" for Korat board
8907
8908     The new environment variable "korat_usbcf" selects the USB
8909     port used by the Korat board's CompactFlash controller.
8910
8911     Signed-off-by: Larry Johnson <lrj@acm.org>
8912     Signed-off-by: Stefan Roese <sr@denx.de>
8913
8914 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
8915 Author: Gunnar Rangoy <gunnar@rangoy.com>
8916 Date:   Fri Jan 23 12:56:31 2009 +0100
8917
8918     AVR32: macb - Search for PHY id
8919
8920     This patch adds support for searching through available PHY-addresses in
8921     the macb-driver. This is needed for the ATEVK1100 evaluation board,
8922     where the PHY-address will be initialized to either 1 or 7.
8923
8924     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
8925     enabled tells the driver to search for the PHY address.
8926
8927     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
8928     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
8929     Signed-off-by: Olav Morken <olavmrk@gmail.com>
8930     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8931
8932 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
8933 Author: Olav Morken <olavmrk@gmail.com>
8934 Date:   Fri Jan 23 12:56:26 2009 +0100
8935
8936     Fix IP alignment problem
8937
8938     This patch removes volatile from:
8939     volatile IP_t *ip = (IP_t *)xip;
8940
8941     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
8942     using volatile, which causes an exception since xip isn't aligned on a word
8943     boundary.
8944
8945     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
8946     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
8947     Signed-off-by: Olav Morken <olavmrk@gmail.com>
8948     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8949
8950 commit 12a8b9db12f82a189ff143a58731007f5469da61
8951 Author: Ron Madrid <ron_madrid@sbcglobal.net>
8952 Date:   Wed Jan 28 16:17:21 2009 -0800
8953
8954     Marvell 88E1118 interrupt fix
8955
8956     This patch adjusts the LED control so that interrupt lines are not reading LEDs
8957     and effectively causing indefinite interrupts to the controller.
8958
8959     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
8960     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8961
8962 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
8963 Author: Stefan Roese <sr@denx.de>
8964 Date:   Wed Jan 21 17:14:26 2009 +0100
8965
8966     net: smc911x.c: Add LAN9211 to chip_ids[] array
8967
8968     Signed-off-by: Stefan Roese <sr@denx.de>
8969     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8970
8971 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
8972 Author: Mike Frysinger <vapier@gentoo.org>
8973 Date:   Tue Jan 27 16:53:39 2009 -0500
8974
8975     Move is_valid_ether_addr() to include/net.h
8976
8977     Import the is_valid_ether_addr() function from the Linux kernel.
8978
8979     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8980     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8981
8982 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
8983 Author: Michal Simek <monstr@monstr.eu>
8984 Date:   Mon Jan 5 12:25:13 2009 +0100
8985
8986     net: Sort Makefile labels
8987
8988     Signed-off-by: Michal Simek <monstr@monstr.eu>
8989     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8990
8991 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
8992 Author: Wolfgang Denk <wd@denx.de>
8993 Date:   Wed Jan 28 23:06:42 2009 +0100
8994
8995     85xx: Fix compile breakage with sbc8540 and sbc8560
8996
8997     This fixes an error which raises just a warning:
8998     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
8999
9000     Signed-off-by: Wolfgang Denk <wd@denx.de>
9001
9002 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
9003 Author: Mike Frysinger <vapier@gentoo.org>
9004 Date:   Wed Jan 28 13:48:55 2009 -0500
9005
9006     SPD823TS: do not define CONFIG_CMD_ENV
9007
9008     Since the SPD823TS board does not actually have any writable flash to save
9009     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
9010     disabled.
9011
9012     This fixes the build error:
9013     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
9014     common/cmd_nvedit.c:557: undefined reference to `saveenv'
9015     make: *** [u-boot] Error 1
9016
9017     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9018
9019 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
9020 Author: Dirk Behme <dirk.behme@googlemail.com>
9021 Date:   Wed Jan 28 21:40:16 2009 +0100
9022
9023     OMAP3: Add Zoom1 board support
9024
9025     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
9026     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
9027
9028     Signed-off-by: Nishanth Menon <nm@ti.com>
9029     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9030
9031 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
9032 Author: Dirk Behme <dirk.behme@googlemail.com>
9033 Date:   Wed Jan 28 21:39:58 2009 +0100
9034
9035     OMAP3: Add Pandora support
9036
9037     Add Pandora support.
9038
9039     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
9040     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9041     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9042
9043 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
9044 Author: Dirk Behme <dirk.behme@googlemail.com>
9045 Date:   Wed Jan 28 21:39:58 2009 +0100
9046
9047     OMAP3: Add EVM board
9048
9049     Add EVM board support.
9050
9051     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
9052     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9053     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9054
9055 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
9056 Author: Dirk Behme <dirk.behme@googlemail.com>
9057 Date:   Wed Jan 28 21:39:57 2009 +0100
9058
9059     OMAP3: Add Overo board
9060
9061     Add Overo board support.
9062
9063     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
9064     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9065     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9066
9067 commit f904cdbb68167c647887f19929ad295dbaac8862
9068 Author: Dirk Behme <dirk.behme@googlemail.com>
9069 Date:   Tue Jan 27 18:19:12 2009 +0100
9070
9071     OMAP3: Add common power code, README, and BeagleBoard
9072
9073     Add BeagleBoard support, common power code and README.
9074
9075     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
9076     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9077
9078 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
9079 Author: Kumar Gala <galak@kernel.crashing.org>
9080 Date:   Wed Jan 28 08:31:10 2009 -0600
9081
9082     85xx: Fix compile breakage with MPC8540EVAL
9083
9084     Configuring for MPC8540EVAL board...
9085     mpc8540eval.c: In function 'checkboard':
9086     mpc8540eval.c:53: error: invalid operands to binary /
9087     make[1]: *** [mpc8540eval.o] Error 1
9088
9089     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9090
9091 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
9092 Author: Bryan Wu <bryan.wu@analog.com>
9093 Date:   Sun Jan 18 23:04:27 2009 -0500
9094
9095     usb_scan_devices: fix output with no devices
9096
9097     We should check the return of usb_new_device() so that if no USB device is
9098     found, we print out the right message rather than always saying "new usb
9099     device found".
9100
9101     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
9102     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9103     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9104
9105 commit f1c1f540243438246aefb703fdcf16957e3a72e1
9106 Author: Stefan Roese <sr@denx.de>
9107 Date:   Thu Jan 22 10:11:21 2009 +0100
9108
9109     USB: Add high-speed (480Mb/s) to all USB related outputs
9110
9111     With this patch the USB related connection speed output ("usb tree" command and
9112     debug output) is now high-speed enabled.
9113
9114     This patch also fixes a compilation warning when debugging is enabled.
9115
9116     Signed-off-by: Stefan Roese <sr@denx.de>
9117     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9118
9119 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
9120 Author: Stefan Roese <sr@denx.de>
9121 Date:   Wed Jan 21 17:12:19 2009 +0100
9122
9123     USB: Add dcache support to the EHCI driver
9124
9125     This patch adds routines to handle (flush/invalidate) the dcache for the
9126     QH and qTD structures and data buffers. This is needed on platforms using
9127     this EHCI support with dcache enabled (like the MIPS VCT board port).
9128
9129     Signed-off-by: Stefan Roese <sr@denx.de>
9130     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9131
9132 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
9133 Author: Stefan Roese <sr@denx.de>
9134 Date:   Wed Jan 21 17:12:28 2009 +0100
9135
9136     USB: Add EHCI support for VCT EHCI controller
9137
9138     Signed-off-by: Stefan Roese <sr@denx.de>
9139     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9140
9141 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
9142 Author: Stefan Roese <sr@denx.de>
9143 Date:   Wed Jan 21 17:12:10 2009 +0100
9144
9145     USB: Add config option to call ehci_hcd_init() again after EHCI reset
9146
9147     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
9148     to call ehci_hcd_init() again after ehci_reset() is executed. This
9149     is needed for the upcoming VCT EHCI support which needs to re-init
9150     the hcd part again after the EHCI CMD_RESET is executed.
9151
9152     Signed-off-by: Stefan Roese <sr@denx.de>
9153     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9154
9155 commit 597eb28bd9691266b7b804364cda577cdb51d106
9156 Author: Stefan Roese <sr@denx.de>
9157 Date:   Wed Jan 21 17:12:01 2009 +0100
9158
9159     USB: Fix speed detection on EHCI cntr with root hub transaction translators
9160
9161     This patch fixes an issue that the speed of USB devices was not detected
9162     correctly on some EHCI controllers. This will be used on the upcoming VCT
9163     EHCI support.
9164
9165     Signed-off-by: Stefan Roese <sr@denx.de>
9166     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9167
9168 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
9169 Author: Thomas Abraham <t-abraham@ti.com>
9170 Date:   Sun Jan 4 09:41:20 2009 +0530
9171
9172     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
9173
9174     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
9175     configuration file.
9176
9177     Signed-off-by: Ravi Babu <ravibabu@ti.com>
9178     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9179     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9180     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9181     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9182
9183 commit 538ef967715322f64ee08efa2296d9682111b014
9184 Author: Thomas Abraham <t-abraham@ti.com>
9185 Date:   Sun Jan 4 09:41:16 2009 +0530
9186
9187     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
9188
9189     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
9190     controller hook up to USB core layer.
9191
9192     Signed-off-by: Ravi Babu <ravibabu@ti.com>
9193     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9194     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9195     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9196     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9197
9198 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
9199 Author: Thomas Abraham <t-abraham@ti.com>
9200 Date:   Sun Jan 4 09:41:13 2009 +0530
9201
9202     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
9203
9204     Adding DM6446 (TI DaVinci) platform specific USB functionality for
9205     USB Phy and VBUS initialization.
9206
9207     Signed-off-by: Ravi Babu <ravibabu@ti.com>
9208     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9209     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9210     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9211     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9212
9213 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
9214 Author: Thomas Abraham <t-abraham@ti.com>
9215 Date:   Sun Jan 4 09:41:09 2009 +0530
9216
9217     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
9218
9219     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
9220     platform.
9221
9222     Signed-off-by: Ravi Babu <ravibabu@ti.com>
9223     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9224     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9225     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9226     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9227
9228 commit a142896934c755e679ba87e227a8e449f39b0012
9229 Author: Thomas Abraham <t-abraham@ti.com>
9230 Date:   Sun Jan 4 09:41:03 2009 +0530
9231
9232     usb : musb : Adding host controller driver for Mentor USB controller
9233
9234     Adding Mentor USB core functionality and Mentor USB Host controller
9235     functionality for Mentor USB OTG controller (musbhdrc).
9236
9237     Signed-off-by: Ravi Babu <ravibabu@ti.com>
9238     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
9239     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9240     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
9241     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9242
9243 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
9244 Author: Mike Frysinger <vapier@gentoo.org>
9245 Date:   Thu Jan 1 18:27:27 2009 -0500
9246
9247     usb.h: use standard __LITTLE_ENDIAN from Linux headers
9248
9249     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
9250     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
9251     already setting up.
9252
9253     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9254     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9255
9256 commit 7b6e31eb17e3ff76238a60803fc531517d516223
9257 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9258 Date:   Wed Dec 31 10:33:56 2008 +0100
9259
9260     USB ehci ixp4xx support
9261
9262     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
9263
9264     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9265     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9266
9267 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
9268 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9269 Date:   Wed Dec 31 10:33:22 2008 +0100
9270
9271     USB ehci remove infinite loop and use handshake function
9272
9273     USB ehci code cleanup. Use handshake instead of infinite while loop
9274     to check the STD_ASS status
9275
9276     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9277     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9278
9279 commit 8fea2914ac974029b65926ef8247d908f84d202d
9280 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9281 Date:   Wed Dec 31 10:32:41 2008 +0100
9282
9283     Add initial support for USB ehci pci
9284
9285     Add USB ehci pci support. This patch doesn't include any
9286     pci_ids and it is not tested on real hardware.
9287
9288     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9289     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9290
9291 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
9292 Author: Bryan Wu <Bryan.Wu@analog.com>
9293 Date:   Thu Jan 1 19:48:07 2009 -0500
9294
9295     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
9296
9297     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
9298     does not like to be reset, so check for it.
9299
9300     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
9301     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9302     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9303
9304 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
9305 Author: Thomas Abraham <t-abraham@ti.com>
9306 Date:   Sun Jan 4 12:15:35 2009 +0530
9307
9308     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
9309
9310     This patch populates the 'priv' field of the USB keyboard device_t
9311     structure. The 'priv' field is populated with the address of the
9312     'struct usb_device' structure that represents the USB device.
9313
9314     The 'priv' field can then be used in the 'usb_event_poll' function to
9315     determine the USB device that requires to be polled. An
9316     example of its usage in 'usb_event_poll' function is as below.
9317
9318         device_t *dev;
9319         struct usb_device *usb_kbd_dev;
9320
9321         <snip>
9322
9323         dev = device_get_by_name("usbkbd");
9324         usb_kbd_dev = (struct usb_device *)dev->priv;
9325         iface = &usb_kbd_dev->config.if_desc[0];
9326
9327     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
9328     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9329
9330 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
9331 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9332 Date:   Thu Dec 18 10:05:37 2008 +0100
9333
9334     USB change speed
9335
9336     USB changes the speed according to the port status
9337
9338     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9339     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9340
9341 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
9342 Author: Remy Böhmer <linux@bohmer.net>
9343 Date:   Sat Dec 13 22:51:58 2008 +0100
9344
9345     EHCI fix code and ixp4xx test.
9346     USB ehci configuration parameter:
9347
9348     #define CONFIG_CMD_USB          1
9349     #define CONFIG_USB_STORAGE      1
9350     #define CONFIG_USB_EHCI
9351     #define CONFIG_USB_EHCI_IXP4XX      1
9352     #define CONFIG_EHCI_IS_TDI  1
9353     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
9354     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
9355     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
9356     #define CONFIG_LEGACY_USB_INIT_SEQ      1
9357
9358     2 USB Device(s) found
9359            scanning bus for storage devices... 0 Storage Device(s) found
9360     => usb tree
9361
9362     Device Tree:
9363       1  Hub (1.5MBit/s, 0mA)
9364       |  u-boot EHCI Host Controller
9365       |
9366       |+-2  Mass Storage (12MBit/s, 100mA)
9367            Sony Storage Media 0C07040930296
9368
9369     =>
9370
9371     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9372     Signed-off-by: Remy Böhmer <linux@bohmer.net>
9373
9374 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
9375 Author: michael <michael@panicking.retis>
9376 Date:   Thu Dec 11 13:43:55 2008 +0100
9377
9378     [PATCH] This patch add varius fix to the ehci.
9379     - fix ehci_readl, ehci_writel
9380     - introduce new define in ehci.h
9381     - introduce the handshake function for waiting on a register
9382     - fix usb_ehci_fsl with the new HC_LENGTH macro
9383
9384     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9385     Signed-off-by: Remy Böhmer <linux@bohmer.net>
9386
9387 commit db63299b1dd2894ade542278210bccd046de6435
9388 Author: michael <michael@panicking.retis>
9389 Date:   Wed Dec 10 17:55:19 2008 +0100
9390
9391     [PATCH] Fix EHCI usb. I start to test on a
9392     IXP465 board and I find some errors in the code. This
9393     patch fix:
9394     - descriptor initizialization (config, interface and endpoint
9395       must be one next-to the other when the USB_DT_CONFIG message
9396       is send.
9397     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
9398       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
9399     - Introduce the linux version of the usb_config_descriptor and
9400       usb_interface descriptor. This descriptor does't contains
9401       u-boot extension.
9402
9403     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9404     Signed-off-by: Remy Böhmer <linux@bohmer.net>
9405
9406 commit 6b92487dcf9afe83a3570153d66940fdb293be76
9407 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9408 Date:   Fri Nov 28 13:22:09 2008 +0100
9409
9410     USB ehci freescale support
9411
9412     Add USB ehci freescale support
9413
9414     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9415     Signed-off-by: Remy Böhmer <linux@bohmer.net>
9416
9417 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
9418 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9419 Date:   Fri Nov 28 13:20:46 2008 +0100
9420
9421     USB ehci core support
9422
9423     Add USB ehci core support
9424
9425     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9426     Signed-off-by: Remy Böhmer <linux@bohmer.net>
9427
9428 commit 3e126484df7868e341545cce740b24b62b0cd3b7
9429 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9430 Date:   Fri Nov 28 13:19:19 2008 +0100
9431
9432     Prepare USB layer for ehci
9433
9434     Prepare USB layer for ehci support
9435
9436     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9437     Signed-off-by: Remy Böhmer <linux@bohmer.net>
9438
9439 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
9440 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
9441 Date:   Wed Dec 10 15:52:06 2008 +0100
9442
9443     USB storage cleanup patch
9444
9445     Cleanup usb storage
9446
9447     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
9448     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9449
9450 commit fe033ad6d0883063fe857237abb9436fab03208c
9451 Author: Mike Frysinger <vapier@gentoo.org>
9452 Date:   Sun Oct 12 06:02:55 2008 -0400
9453
9454     Blackfin: fixup misc warnings such as printf's and missing casts
9455
9456     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9457
9458 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
9459 Author: Mike Frysinger <vapier@gentoo.org>
9460 Date:   Sun Oct 12 22:09:26 2008 -0400
9461
9462     Blackfin: convert old boards to use COBJS-y Makefile style
9463
9464     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9465
9466 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
9467 Author: Mike Frysinger <vapier@gentoo.org>
9468 Date:   Sat Oct 11 22:38:37 2008 -0400
9469
9470     Blackfin: bf533-stamp: rewrite resource swap logic
9471
9472     The old swap function tended to clobber unrelated pins and screw up masks.
9473     Rewrite the thing from scratch so it only uses the resources it needs.
9474
9475     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9476
9477 commit 29d4ea0a9073c82469184331010136f52edf8db6
9478 Author: Mike Frysinger <vapier@gentoo.org>
9479 Date:   Sat Oct 11 22:08:42 2008 -0400
9480
9481     Blackfin: bootldr: implement BF53x/BF56x LDR loader
9482
9483     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
9484     arbitrary memory locations, so implement a basic one in software.
9485
9486     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9487
9488 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
9489 Author: Mike Frysinger <vapier@gentoo.org>
9490 Date:   Sat Oct 11 22:05:42 2008 -0400
9491
9492     Blackfin: implement real write support for OTP
9493
9494     Now that real documentation has been released for the OTP interface and
9495     the on-chip ROM wrt writing/timings, implement support for reading/writing
9496     as well as dumping/locking.
9497
9498     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9499
9500 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
9501 Author: Mike Frysinger <vapier@gentoo.org>
9502 Date:   Sat Oct 11 22:04:05 2008 -0400
9503
9504     Blackfin: update on-chip ROM API
9505
9506     This brings the API for the on-chip ROM in line with the toolchain and
9507     hardware documentation.
9508
9509     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9510
9511 commit 7633903bff432ec7b27905dce7396958553f2be6
9512 Author: Mike Frysinger <vapier@gentoo.org>
9513 Date:   Sat Oct 11 21:52:17 2008 -0400
9514
9515     Blackfin: allow serial console to be disabled
9516
9517     Some devices have no UART device pulled out, so allow people to disable the
9518     driver completely in favor of other methods (like JTAG-console).
9519
9520     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9521
9522 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
9523 Author: Mike Frysinger <vapier@gentoo.org>
9524 Date:   Sat Oct 11 21:51:20 2008 -0400
9525
9526     Blackfin: support console-over-JTAG
9527
9528     The Blackfin JTAG has the ability to pass data via a back-channel without
9529     halting the processor.  Utilize that channel to emulate a console.
9530
9531     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9532
9533 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
9534 Author: Mike Frysinger <vapier@gentoo.org>
9535 Date:   Sat Oct 11 21:49:06 2008 -0400
9536
9537     Blackfin: handle new anomalies with reset
9538
9539     Workaround fun new anomalies related to software reset of the processor.
9540
9541     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9542
9543 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
9544 Author: Mike Frysinger <vapier@gentoo.org>
9545 Date:   Sat Oct 11 21:44:00 2008 -0400
9546
9547     Blackfin: pass RETX to Linux
9548
9549     Make sure we save the value of RETX at power on and then pass it on to the
9550     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
9551
9552     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9553
9554 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
9555 Author: Mike Frysinger <vapier@gentoo.org>
9556 Date:   Sat Oct 11 21:40:26 2008 -0400
9557
9558     Blackfin: clarify relocation comment during init
9559
9560     People often ask questions about the init process and when things go
9561     from flash to relocated base, so clarify the comments a bit.
9562
9563     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9564
9565 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
9566 Author: Mike Frysinger <vapier@gentoo.org>
9567 Date:   Sat Oct 11 21:23:41 2008 -0400
9568
9569     Blackfin: just set SP register directly during init
9570
9571     No need to set the SP register indirectly to the configured value when it
9572     can be set directly.
9573
9574     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9575
9576 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
9577 Author: Mike Frysinger <vapier@gentoo.org>
9578 Date:   Sat Oct 11 21:15:53 2008 -0400
9579
9580     Blackfin: add portmuxing for UARTs on the BF51x
9581
9582     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9583
9584 commit 4f6a313240c531042f16909a3a170ab047b95779
9585 Author: Mike Frysinger <vapier@gentoo.org>
9586 Date:   Sun Jun 1 01:26:29 2008 -0400
9587
9588     Blackfin: respect CONFIG_CLKIN_HALF
9589
9590     As pointed out by Ivan Koryakovskiy, the initialization code was not
9591     actually respecting the CONFIG_CLKIN_HALF option when configuring the
9592     PLL_CTL register.
9593
9594     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9595
9596 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
9597 Author: Mike Frysinger <vapier@gentoo.org>
9598 Date:   Sun Jun 1 01:21:34 2008 -0400
9599
9600     Blackfin: use common memcpy routine during init
9601
9602     Rather than using a local custom memcpy function, just call the existing
9603     optimized Blackfin version.
9604
9605     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9606
9607 commit 362c943347364e9373af4c5530778491ab56ec2e
9608 Author: Mike Frysinger <vapier@gentoo.org>
9609 Date:   Wed Apr 9 02:27:06 2008 -0400
9610
9611     Blackfin: set default boot SPI CS for BF538/BF539
9612
9613     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
9614     Blackfin parts.
9615
9616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9617
9618 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
9619 Author: Mike Frysinger <vapier@gentoo.org>
9620 Date:   Wed Apr 9 02:20:59 2008 -0400
9621
9622     Blackfin: punt unused BF533-STAMP definitions
9623
9624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9625
9626 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
9627 Author: Mike Frysinger <vapier@gentoo.org>
9628 Date:   Fri Apr 18 20:44:11 2008 -0400
9629
9630     Blackfin: resurrect BF533-STAMP video splash driver
9631
9632     This video driver used to live in the Blackfin cpu directory, but it was
9633     lost during the unification process.  This brings it back.
9634
9635     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9636
9637 commit a750d038f2548d846ea1e046d873dc932d041319
9638 Author: Mike Frysinger <vapier@gentoo.org>
9639 Date:   Wed Apr 9 02:31:29 2008 -0400
9640
9641     Blackfin: tighten up post memory coding style
9642
9643     No functional changes here; just cleanup code style a bit.
9644
9645     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9646
9647 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
9648 Author: Mike Frysinger <vapier@gentoo.org>
9649 Date:   Wed Apr 9 02:29:18 2008 -0400
9650
9651     Blackfin: bf537-stamp nand: fix more style errors in previous commit
9652
9653     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9654
9655 commit 41f3325ae9add641036d7cb362e884b698e53f07
9656 Author: Mike Frysinger <vapier@gentoo.org>
9657 Date:   Sat Oct 11 20:31:17 2008 -0400
9658
9659     Blackfin: drop dead/wrong debug code in initdram()
9660
9661     The DEBUG code in initdram() is quite old and was never really useful, so
9662     just drop it altogether.  Common Blackfin debug code does a better job.
9663
9664     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9665
9666 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
9667 Author: Mike Frysinger <vapier@gentoo.org>
9668 Date:   Sat Oct 11 20:30:28 2008 -0400
9669
9670     Blackfin: bf533-ezkit: shuffle flash defines a little
9671
9672     Some of the flash defines weren't in the correct location and caused build
9673     problems in some configurations, so let's move types and defines to better
9674     local locations.
9675
9676     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9677
9678 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
9679 Author: Mike Frysinger <vapier@gentoo.org>
9680 Date:   Mon Oct 6 04:16:47 2008 -0400
9681
9682     Blackfin: overhaul i2c driver
9683
9684     The current Blackfin i2c driver does not work properly with certain devices
9685     due to it breaking up transfers incorrectly.  This is a rewrite of the
9686     driver and relocates it to the newer place in the source tree.
9687
9688     Also remove duplicated I2C speed defines in Blackfin board configs and
9689     disable I2C slave address usage since it isn't implemented.
9690
9691     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9692
9693 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
9694 Author: Mike Frysinger <vapier@gentoo.org>
9695 Date:   Mon Oct 6 04:00:07 2008 -0400
9696
9697     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
9698
9699     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
9700     128kB when setting up the default flash protection region for U-Boot
9701     itself.
9702
9703     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9704
9705 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
9706 Author: Mike Frysinger <vapier@gentoo.org>
9707 Date:   Mon Oct 6 03:57:39 2008 -0400
9708
9709     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
9710
9711     When setting up the global data, rather than relying on sizeof(), use the
9712     common CONFIG_SYS_GBL_DATA_SIZE define.
9713
9714     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9715
9716 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
9717 Author: Mike Frysinger <vapier@gentoo.org>
9718 Date:   Mon Oct 6 03:52:24 2008 -0400
9719
9720     Blackfin: implement general support for CONFIG_STATUS_LED
9721
9722     Here are the Blackfin-specific and board-independent pieces for status leds.
9723
9724     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9725
9726 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
9727 Author: Mike Frysinger <vapier@gentoo.org>
9728 Date:   Mon Oct 6 03:49:32 2008 -0400
9729
9730     Blackfin: do not init i2c in Blackfin board init
9731
9732     The common code takes care of calling i2c_init() when needed, so no point
9733     in us doing it as well.
9734
9735     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9736
9737 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
9738 Author: Mike Frysinger <vapier@gentoo.org>
9739 Date:   Mon Oct 6 03:42:20 2008 -0400
9740
9741     Blackfin: bfin_mac: update port muxing
9742
9743     Adds support more Blackfin parts and fixes broken muxing for older ones.
9744
9745     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9746
9747 commit 05b75e48832fc4afeecf8e76d704349557dffa35
9748 Author: Mike Frysinger <vapier@gentoo.org>
9749 Date:   Mon Oct 6 03:35:44 2008 -0400
9750
9751     Blackfin: fix dcache handling when doing dma memcpy's
9752
9753     Our dcache invalidate function doesn't just invalidate, it also flushes.
9754     So rename the function accordingly and fix the dma_memcpy() function so it
9755     doesn't inadvertently corrupt the data destination.
9756
9757     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9758
9759 commit 68e5632494168095d75f120af70043b68afd2476
9760 Author: Mike Frysinger <vapier@gentoo.org>
9761 Date:   Thu Aug 7 18:56:56 2008 -0400
9762
9763     Blackfin: dont generate ldrs with --force
9764
9765     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9766
9767 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
9768 Author: Mike Frysinger <vapier@gentoo.org>
9769 Date:   Thu Aug 7 18:55:30 2008 -0400
9770
9771     Blackfin: pass --bmode/--initcode when creating ldr
9772
9773     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9774
9775 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
9776 Author: Mike Frysinger <vapier@gentoo.org>
9777 Date:   Thu Aug 7 18:39:27 2008 -0400
9778
9779     Blackfin: minimize time cache is turned off when replacing cplb entries
9780
9781     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9782
9783 commit 21d631360430cf0ae9099612273cd4de28911ba9
9784 Author: Mike Frysinger <vapier@gentoo.org>
9785 Date:   Thu Aug 7 15:31:13 2008 -0400
9786
9787     Blackfin: split cache handling out of dma_memcpy()
9788
9789     Creating a new dma_memcpy() function that skips all cache checks allows us
9790     to use the function in very early init where the cache is not yet setup.
9791
9792     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9793
9794 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
9795 Author: Mike Frysinger <vapier@gentoo.org>
9796 Date:   Thu Aug 7 15:30:49 2008 -0400
9797
9798     Blackfin: abort dma_memcpy() for L1 scratchpad
9799
9800     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9801
9802 commit 81b799add709177e838466461f7b9989488b0fd5
9803 Author: Mike Frysinger <vapier@gentoo.org>
9804 Date:   Thu Aug 7 15:27:52 2008 -0400
9805
9806     Blackfin: rename bootm.c to boot.c
9807
9808     The boot file contains functions for more than just "bootm", so rename it
9809     accordingly.
9810
9811     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9812
9813 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
9814 Author: Mike Frysinger <vapier@gentoo.org>
9815 Date:   Thu Aug 7 13:22:37 2008 -0400
9816
9817     Blackfin: set more sane default board config values
9818
9819     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9820
9821 commit 36cd52a00794fb15ffab05d640acca92d7482993
9822 Author: Mike Frysinger <vapier@gentoo.org>
9823 Date:   Thu Aug 7 15:24:59 2008 -0400
9824
9825     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
9826
9827     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9828
9829 commit c8054bc12e00669bd7588f2b30fef48aa94babac
9830 Author: Mike Frysinger <vapier@gentoo.org>
9831 Date:   Thu Aug 7 13:21:27 2008 -0400
9832
9833     Blackfin: add bit defines for DDR parts
9834
9835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9836
9837 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
9838 Author: Mike Frysinger <vapier@gentoo.org>
9839 Date:   Thu Aug 7 13:21:11 2008 -0400
9840
9841     Blackfin: add defines to describe active bootrom behavior
9842
9843     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9844
9845 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
9846 Author: Kim Phillips <kim.phillips@freescale.com>
9847 Date:   Tue Jan 27 16:03:53 2009 -0600
9848
9849     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
9850
9851     extend commit c70564e6b1bd08f3230182392238907f3531a87e
9852     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
9853     to the simpc8313 build and fix this:
9854
9855     ...Large Page NAND...Configuring for SIMPC8313 board...
9856     nand_boot_fsl_elbc.o: In function `nand_boot':
9857     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
9858     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
9859     make: *** [nand_spl] Error 2
9860
9861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9862
9863 commit 54a7cc4912feefa45be961cc47cc159563725d2f
9864 Author: Wolfgang Denk <wd@denx.de>
9865 Date:   Wed Jan 28 09:25:31 2009 +0100
9866
9867     mpc8536ds.c: include sata.h to for needed function prototypes
9868
9869     Signed-off-by: Wolfgang Denk <wd@denx.de>
9870
9871 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
9872 Author: Peter Tyser <ptyser@xes-inc.com>
9873 Date:   Tue Jan 27 18:03:12 2009 -0600
9874
9875     Command usage cleanup
9876
9877     Remove command name from all command "usage" fields and update
9878     common/command.c to display "name - usage" instead of
9879     just "usage". Also remove newlines from command usage fields.
9880
9881     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9882
9883 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
9884 Author: Peter Tyser <ptyser@xes-inc.com>
9885 Date:   Tue Jan 27 18:03:11 2009 -0600
9886
9887     amcc: Clean up command usage output
9888
9889     Update taihu and taishan commands to use cmd_usage() function
9890     to display usage messages.
9891
9892     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9893
9894 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
9895 Author: Peter Tyser <ptyser@xes-inc.com>
9896 Date:   Tue Jan 27 18:03:10 2009 -0600
9897
9898     Standardize command usage messages with cmd_usage()
9899
9900     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9901
9902 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
9903 Author: Peter Tyser <ptyser@xes-inc.com>
9904 Date:   Tue Jan 27 18:03:09 2009 -0600
9905
9906     pcs440ep: Clean up led command definition
9907
9908     The pcs440ep's led command usage formatting is non-standard.  It
9909     was made standard in preparation for larger command usage updates.
9910
9911     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9912
9913 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
9914 Author: Peter Tyser <ptyser@xes-inc.com>
9915 Date:   Tue Jan 27 18:03:08 2009 -0600
9916
9917     Clean up diufb command definitions
9918
9919     The diufb command usage formatting is non-standard.  It was
9920     made standard in preparation for larger command usage updates.
9921
9922     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9923
9924 commit 6450a8485836fc80615ae6de6a864c33369b44f5
9925 Author: Wolfgang Denk <wd@denx.de>
9926 Date:   Wed Jan 28 00:29:26 2009 +0100
9927
9928     Update CHANGELOG, tiny coding style cleanup.
9929
9930     Signed-off-by: Wolfgang Denk <wd@denx.de>
9931
9932 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
9933 Author: Mike Frysinger <vapier@gentoo.org>
9934 Date:   Tue Jan 27 16:12:21 2009 -0500
9935
9936     SATA: do not auto-initialize during boot
9937
9938     Rather than have the board code initialize SATA automatically during boot,
9939     make the user manually run "sata init".  This brings the SATA subsystem in
9940     line with common U-Boot policy.
9941
9942     Rather than having a dedicated weak function "is_sata_supported", people
9943     can override sata_initialize() to do their weird board stuff.  Then they
9944     can call the actual __sata_initialize().
9945
9946     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9947
9948 commit 50970839712dda35399e2fa83fe818df9354d618
9949 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9950 Date:   Mon Jan 26 08:45:14 2009 -0500
9951
9952     part_efi: Fix partition size calculation due to inclusive ending LBA.
9953
9954     The ending LBA is inclusive. Hence, the partition size should be
9955     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
9956
9957     This is confirmed against the results from the parted tool.
9958     (e.g. use parted /dev/sda -s unit S print) and observe the size.
9959
9960     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9961
9962 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
9963 Author: Tomasz Figa <tomasz.figa@gmail.com>
9964 Date:   Tue Dec 30 18:35:57 2008 +0100
9965
9966     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
9967
9968     This patch fixes a bug (?) introduced after inclusion of the new
9969     JFFS2 code.
9970
9971     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
9972     fill in part->sector_size (keeping it as 0), but a correct value is
9973     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
9974     to be in the same place of the memory, what obviously means
9975     impossibility to use the JFFS2 partition.
9976
9977     This problem is fixed in this patch by including sector size
9978     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
9979
9980     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
9981
9982 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
9983 Author: Mike Frysinger <vapier@gentoo.org>
9984 Date:   Tue Dec 30 02:59:25 2008 -0500
9985
9986     saveenv: standardize enablement
9987
9988     Rather than special casing each environment type for enabling the saveenv
9989     command, have them all behave the same.  This avoids bitrot as new env
9990     sources are added/removed.
9991
9992     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9993
9994 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
9995 Author: Andrew Dyer <adyer@righthandtech.com>
9996 Date:   Mon Dec 29 17:36:01 2008 -0600
9997
9998     soft_i2c.c add option for repeated start in i2c_read()
9999
10000     This patch adds a #define to optionally change the behaviour of
10001     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
10002     stop-start between sending the device address pointer write and
10003     reading back the data.  The current behaviour is retained as the
10004     default.
10005
10006     While most devices will work either way, I have a smart battery(*)
10007     that requires repeated start, and someone at some point found a
10008     device that required a stop-start.
10009
10010     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
10011
10012     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
10013
10014 commit 3429071700963ca2f944c51d695a7481af0cee33
10015 Author: Wolfgang Denk <wd@denx.de>
10016 Date:   Tue Jan 27 22:07:14 2009 +0100
10017
10018     {delta,zylonite}/lowlevel_init.S: fix typo
10019
10020     Commit 9d803d8c mistakenly changed some constants
10021     from 0x300 into 300 - this patch fixes it.
10022
10023     Pointed out by Tom Evans <tom@ceos.com.au>, see
10024     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
10025     details.
10026
10027     Signed-off-by: Wolfgang Denk <wd@denx.de>
10028
10029 commit 1bc434373013af241835c14011ac3f291dccbf53
10030 Author: Stefan Althoefer <stefan.althoefer@web.de>
10031 Date:   Sat Dec 20 19:40:41 2008 +0100
10032
10033     drivers/net/e1000.c: missing terminator for supported devices
10034
10035     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
10036
10037 commit 65f7d41031a70b1649b35020995c505edca91533
10038 Author: Wolfgang Denk <wd@denx.de>
10039 Date:   Tue Jan 27 21:36:28 2009 +0100
10040
10041     fat.c: fix warning: array subscript is above array bounds
10042
10043     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
10044
10045     Signed-off-by: Wolfgang Denk <wd@denx.de>
10046
10047 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
10048 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10049 Date:   Fri Jan 2 15:11:41 2009 +0100
10050
10051     Fix gunzip in case of insufficient output buffer
10052
10053     U-Boot's gunzip() function does not handle the return code
10054     of zlib's inflate() function correctly. gunzip() is implemented
10055     to uncompress all input data in one run. So the correct return
10056     code for the good case is Z_STREAM_END. In case of insufficient
10057     output buffer memory inflate returns Z_OK. For gunzip() this
10058     is an error.
10059
10060     It also makes sense to me to call inflateEnd() also in case
10061     of an error.
10062
10063     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10064
10065 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
10066 Author: Stefan Roese <sr@denx.de>
10067 Date:   Wed Jan 21 17:25:01 2009 +0100
10068
10069     MIPS: Add VCT board series support (Part 3/3)
10070
10071     Signed-off-by: Stefan Roese <sr@denx.de>
10072
10073 commit ae691e5719c48f1d2826cb72722497d1d162765b
10074 Author: Stefan Roese <sr@denx.de>
10075 Date:   Wed Jan 21 17:24:49 2009 +0100
10076
10077     MIPS: Add VCT board series support (Part 2/3)
10078
10079     Signed-off-by: Stefan Roese <sr@denx.de>
10080
10081 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
10082 Author: Stefan Roese <sr@denx.de>
10083 Date:   Wed Jan 21 17:24:39 2009 +0100
10084
10085     MIPS: Add VCT board series support (Part 1/3)
10086
10087     Signed-off-by: Stefan Roese <sr@denx.de>
10088
10089 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
10090 Author: Stefan Roese <sr@denx.de>
10091 Date:   Wed Jan 21 17:20:20 2009 +0100
10092
10093     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
10094
10095     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
10096     Those functions are needed for the upcoming dcache support for the USB
10097     EHCI driver. I chose this API because those cache handling functions are
10098     already present in the PPC architecture.
10099
10100     Signed-off-by: Stefan Roese <sr@denx.de>
10101     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10102
10103 commit de832a99414ff06a4b2cdc9f5280b387da039834
10104 Author: Stefan Roese <sr@denx.de>
10105 Date:   Mon Jan 26 10:05:20 2009 +0100
10106
10107     nand_spl: Fix compile problem with board_nand_init() prototype
10108
10109     This patch removes the now obsolete and additionally wrongly defined
10110     board_nand_init() prototype from nand_spl/nand_boot.c.
10111
10112     Signed-off-by: Stefan Roese <sr@denx.de>
10113     Signed-off-by: Scott Wood <scottwood@freescale.com>
10114
10115 commit e8eac437189430d8e04a5d254ed92c58bc534a79
10116 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10117 Date:   Wed Jan 14 08:44:26 2009 -0500
10118
10119     CFI: Add geometry reversal for STMicro M29W320ET
10120
10121     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
10122
10123     Modeled after flash_fixup_amd, this patch handles the geometry reversal
10124     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
10125     Since I cannot test all STM's chips, the detection is implemented as
10126     narrow as possible for now.
10127
10128     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10129     Signed-off-by: Stefan Roese <sr@denx.de>
10130
10131 commit 0f8e851e897b535959a0781171910cd97f33c30c
10132 Author: Jens Gehrlein <sew_s@tqs.de>
10133 Date:   Tue Dec 16 17:25:55 2008 +0100
10134
10135     CFI: increase performance of function find_sector()
10136
10137     Tested on TQM5200S-BD with Samsung K8P2815UQB
10138
10139     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10140     Signed-off-by: Stefan Roese <sr@denx.de>
10141
10142 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
10143 Author: Jens Gehrlein <sew_s@tqs.de>
10144 Date:   Tue Dec 16 17:25:54 2008 +0100
10145
10146     CFI: avoid redundant function call in single word programming mode
10147
10148     The function find_sector() doesn't need to be called twice in
10149     the case of AMD command set.
10150     Tested on TQM5200S-BD with Samsung K8P2815UQB.
10151
10152     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10153     Signed-off-by: Stefan Roese <sr@denx.de>
10154
10155 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
10156 Author: Stefan Roese <sr@denx.de>
10157 Date:   Mon Jan 26 10:15:23 2009 +0100
10158
10159     ppc4xx: Remove compilation warning in gdppc440etc.c
10160
10161     Signed-off-by: Stefan Roese <sr@denx.de>
10162
10163 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
10164 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10165 Date:   Fri Jan 2 12:19:47 2009 +0100
10166
10167     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
10168
10169     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
10170     Either they define or undef it. Because it's not used in any source
10171     files this patch removes any references to it.
10172
10173     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10174     Signed-off-by: Stefan Roese <sr@denx.de>
10175
10176 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
10177 Author: Dirk Eibach <eibach@gdsys.de>
10178 Date:   Tue Dec 9 13:12:40 2008 +0100
10179
10180     ppc4xx: Add GDsys PowerPC 440 ETX board support.
10181
10182     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
10183     Based on the AMCC Yosemite board support by Stefan Roese.
10184
10185     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10186     Signed-off-by: Stefan Roese <sr@denx.de>
10187
10188 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
10189 Author: Dirk Eibach <eibach@gdsys.de>
10190 Date:   Tue Dec 9 11:00:07 2008 +0100
10191
10192     ppc4xx: Improve DDR autodetect
10193
10194     Added support for a second memory bank to DDR autodetection for 440
10195     platforms.
10196     Made hardcoded values configurable.
10197
10198     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10199     Signed-off-by: Stefan Roese <sr@denx.de>
10200
10201 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
10202 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10203 Date:   Fri Nov 21 12:06:26 2008 +0900
10204
10205     sh: sh7763rdp: Update sh7763rdp config
10206
10207     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
10208
10209     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10210     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10211
10212 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
10213 Author: Gary Jennejohn <garyj@denx.de>
10214 Date:   Thu Nov 20 12:28:38 2008 +0100
10215
10216     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
10217
10218     This change is needed for mgcoge because it uses two ethernet drivers.
10219
10220     Add a check for the presence of the PIGGY board on mgcoge.  Without this
10221     board networking cannot work and the initialization must be aborted.
10222
10223     Only allocate rtx once to prevent DPRAM exhaustion.
10224
10225     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
10226     soon) in eth.c.
10227
10228     Signed-off-by: Gary Jennejohn <garyj@denx.de>
10229     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10230
10231 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
10232 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10233 Date:   Fri Nov 21 12:04:18 2008 +0900
10234
10235     sh: sh_eth: Change new network API
10236
10237     sh_eth used old network API. This patch changed new API.
10238
10239     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10240     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10241
10242 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
10243 Author: Stefan Roese <sr@denx.de>
10244 Date:   Wed Nov 12 13:31:02 2008 +0100
10245
10246     net: smc911x: Make register read/write functions weak
10247
10248     This patch changes the reg_read/_write to smc911x_reg_read/_write
10249     and defines then as weak so that they can be overridden by board
10250     specific version.
10251
10252     This will be used by the upcoming VCTH board support.
10253
10254     Signed-off-by: Stefan Roese <sr@denx.de>
10255     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10256
10257 commit 8b69b563039989885969d24465c56f8ac4c07c4c
10258 Author: Heiko Schocher <hs@denx.de>
10259 Date:   Thu Nov 20 09:57:14 2008 +0100
10260
10261     powerpc: net: support for the SMSC LAN8700 PHY
10262
10263     Signed-off-by: Heiko Schocher <hs@denx.de>
10264     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10265
10266 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
10267 Author: Alessandro Rubini <rubini@unipv.it>
10268 Date:   Sat Jan 24 18:10:37 2009 +0100
10269
10270     Initial support for Nomadik 8815 development board
10271
10272     The NMDK8815 board is distributed by ST Microelectornics.
10273     Other (proprietary) code must be run to unlock the CPU before
10274     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
10275
10276     This is the initial port, with basic infrastructure and
10277     a working serial port.
10278
10279     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
10280     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
10281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10282
10283 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
10284 Author: Dirk Behme <dirk.behme@googlemail.com>
10285 Date:   Sun Dec 14 09:47:18 2008 +0100
10286
10287     OMAP3: Add I2C support
10288
10289     Add I2C support.
10290
10291     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10292
10293 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
10294 Author: Dirk Behme <dirk.behme@googlemail.com>
10295 Date:   Sun Dec 14 09:47:17 2008 +0100
10296
10297     OMAP3: Add MMC support
10298
10299     Add MMC support.
10300
10301     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10302
10303 commit 12201a13547ec22ddcdae278e74465e54a3be60c
10304 Author: Dirk Behme <dirk.behme@googlemail.com>
10305 Date:   Sun Dec 14 09:47:16 2008 +0100
10306
10307     OMAP3: Add NAND support
10308
10309     Add NAND support.
10310
10311     Signed-off-by: Nishanth Menon <nm@ti.com>
10312     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
10313     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10314
10315 commit 91eee546737ae21d930af479530997174c342b13
10316 Author: Dirk Behme <dirk.behme@googlemail.com>
10317 Date:   Sun Dec 14 09:47:15 2008 +0100
10318
10319     OMAP3: Add common board, interrupt and system info
10320
10321     Add common board, interrupt and system info code.
10322
10323     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10324
10325 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
10326 Author: Dirk Behme <dirk.behme@googlemail.com>
10327 Date:   Sun Dec 14 09:47:14 2008 +0100
10328
10329     OMAP3: Add common clock, memory and low level code
10330
10331     Add common clock, memory and low level code
10332
10333     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10334
10335 commit 0b02b184003e6a5023e05d5f31de54db279b1431
10336 Author: Dirk Behme <dirk.behme@googlemail.com>
10337 Date:   Sun Dec 14 09:47:13 2008 +0100
10338
10339     OMAP3: Add common cpu and start code
10340
10341     Add common cpu and start code.
10342
10343     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10344
10345 commit a8b6450546cd507d331b8fde384791d84bde5651
10346 Author: Dirk Behme <dirk.behme@googlemail.com>
10347 Date:   Sun Dec 14 09:47:12 2008 +0100
10348
10349     OMAP3: Add OMAP3, memory and function prototype headers
10350
10351     Add OMAP3, memory and function prototype header files for OMAP3.
10352
10353     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10354
10355 commit 2c803210a464abbac35752ca1c737514360b4c32
10356 Author: Dirk Behme <dirk.behme@googlemail.com>
10357 Date:   Sun Dec 14 09:47:11 2008 +0100
10358
10359     OMAP3: Add pin mux, clock and cpu headers
10360
10361     Add pin mux, clock and cpu header files for OMAP3.
10362
10363     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10364
10365 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
10366 Author: Maxim Artamonov <scn1874@yandex.ru>
10367 Date:   Wed Dec 3 05:38:17 2008 +0300
10368
10369     bugfix for i.mx31 CCM_UPCTL reg
10370
10371     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
10372
10373 commit 24113a44ed5cd3257a0237c3961e121812fca6db
10374 Author: Mike Frysinger <vapier@gentoo.org>
10375 Date:   Tue Dec 30 03:15:38 2008 -0500
10376
10377     easylogo: add optional gzip support
10378
10379     Some images can be quite large, so add an option to compress the
10380     image data with gzip in the U-Boot image. Then at runtime, the
10381     board can decompress it with the normal zlib functions.
10382
10383     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10384
10385 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
10386 Author: Bryan Wu <bryan.wu@analog.com>
10387 Date:   Fri Jan 2 20:47:45 2009 -0500
10388
10389     fat: fix unaligned errors
10390
10391     A couple of buffers in the fat code are declared as an array of bytes.
10392     But it is then cast up to a structure with 16bit and 32bit members.
10393     Since GCC assumes structure alignment here, we have to force the
10394     buffers to be aligned according to the structure usage.
10395
10396     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
10397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10398
10399 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
10400 Author: Brad Bozarth <bflinux@yumbrad.com>
10401 Date:   Thu Jan 1 22:45:47 2009 -0500
10402
10403     spi flash: fix crash due to spi flash miscommunication
10404
10405     Higher spi flash layers expect to be given back a pointer that was
10406     malloced so that it can free the result, but the lower layers return
10407     a pointer that is in the middle of the malloced memory. Reorder the
10408     members of the lower spi structures so that things work out.
10409
10410     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
10411     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10412     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10413
10414 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
10415 Author: Yuri Tikhonov <yur@emcraft.com>
10416 Date:   Sat Dec 20 14:54:21 2008 +0300
10417
10418     FPU POST: fix warnings when building with 2.18 binutils
10419
10420     When compile u-boot with the 2.18 binutils the following
10421     warning messages for each object file in post/lib_ppc/fpu/ is
10422     produced at the linking stage:
10423
10424     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
10425     ...
10426
10427     This is because of the fact that, in general, the soft-float and
10428     hard-float ABIs are incompatible; the 2.18 binutils do checking
10429     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
10430     produce the worning like above if these are not compatible.
10431
10432     The incompatibility of ABIs is concerned only the float values:
10433     e.g. the soft-float ABI assumes the float argument passing in the
10434     pair of rX registers, and the hard-float ABI assumes passing of
10435     the float argument in the fX register. When we don't pass the float
10436     arguments between the functions compiled with different floatness,
10437     then such an application will work correctly.
10438     This is the case for the FPU POST: u-boot (compiled with soft-float)
10439     doesn't pass to (and doesn't get from) the FPU POST functions any
10440     floats; there are no functions exported from the post/lib_ppc/fpu/
10441     objects which would work with float parameters/returns too. So, we
10442     can reassure the linker not to worry about the difference in ABI
10443     attributes of linking files just by setting the 'soft-float'
10444     attribute for the objects in post/lib_ppc/fpu. And this patch does
10445     this.
10446
10447     Also, to avoid passing both soft- and hard-float options in CFLAGS
10448     when compiling the files from post/lib_ppc/fpu (which is OK, but
10449     looks rather dirty) this patch removes the soft-float string from
10450     CFLAGS in post/lib_ppc/fpu/Makefile.
10451
10452     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10453
10454 commit a7c9310457e85b4598abe5b304108edf11332e2f
10455 Author: Peter Tyser <ptyser@xes-inc.com>
10456 Date:   Wed Dec 17 16:36:22 2008 -0600
10457
10458     Add support for Maxim's DS4510 I2C device
10459
10460     Initial support for the DS4510, a CPU supervisor with
10461     integrated EEPROM, SRAM, and 4 programmable non-volatile
10462     GPIO pins. The CONFIG_DS4510 define enables support
10463     for the device while the CONFIG_CMD_DS4510 define
10464     enables the ds4510 command. The additional
10465     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
10466     CONFIG_DS4510_RST defines add additional sub-commands
10467     to the ds4510 command when defined.
10468
10469     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10470
10471 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
10472 Author: Dirk Eibach <eibach@gdsys.de>
10473 Date:   Tue Dec 16 14:51:56 2008 +0100
10474
10475     common: Iteration limit for memory test.
10476
10477     The iteration limit is passed to mtest as a fourth parameter:
10478     [start [end [pattern [iterations]]]]
10479     If no fourth parameter is supplied, there is no iteration limit and the
10480     test will loop forever.
10481
10482     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10483
10484 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
10485 Author: Stefan Roese <sr@denx.de>
10486 Date:   Mon Dec 15 15:40:12 2008 +0100
10487
10488     serial: Rename driver vcth to vct to support other board variants
10489
10490     Moved driver vcth.c to vct.c to better reflect the VCT board series.
10491     This driver is now used by the VCT platforms:
10492
10493     vct_premium
10494     vct_platinum
10495     vct_platinumsvc
10496
10497     Signed-off-by: Stefan Roese <sr@denx.de>
10498
10499 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
10500 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10501 Date:   Fri Dec 12 00:45:27 2008 +0900
10502
10503     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
10504
10505     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10506
10507 commit c3284b030b1cd492b4f46c576aea01bef258599d
10508 Author: Peter Korsgaard <jacmet@sunsite.dk>
10509 Date:   Wed Dec 10 16:24:16 2008 +0100
10510
10511     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
10512
10513     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
10514     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
10515     !CONFIG_AUTOBOOT_KEYED case.
10516
10517     Do this by reversing the loop so we do at least one iteration before
10518     checking for timeout.
10519
10520     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10521
10522 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
10523 Author: Niklaus Giger <niklaus.giger@netstal.com>
10524 Date:   Mon Dec 8 17:24:08 2008 +0100
10525
10526     Added legacy flash ST Micro M29W040B
10527
10528 commit 626d07348e5f9f302f4ea182161a89f7362a0488
10529 Author: Graeme Russ <graeme.russ@gmail.com>
10530 Date:   Mon Dec 8 20:04:51 2008 +1100
10531
10532     Fixed off-by-one errors in lib_m68k/interrupts.c
10533
10534     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10535
10536 commit a5989c42ae5e295f274a795c426c47819bbdbfda
10537 Author: Graeme Russ <graeme.russ@gmail.com>
10538 Date:   Sun Dec 7 10:29:05 2008 +1100
10539
10540     Removed all references to CONFIG_SYS_RESET_GENERIC
10541
10542     Generic i386 reset - #define made redundant by weak function
10543
10544     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10545
10546 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
10547 Author: Graeme Russ <graeme.russ@gmail.com>
10548 Date:   Sun Dec 7 10:29:04 2008 +1100
10549
10550     Remove #ifdef CONFIG_SC520 in source code
10551
10552     CONFIG_SC520 is now used for conditional compile
10553
10554     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10555
10556 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
10557 Author: Graeme Russ <graeme.russ@gmail.com>
10558 Date:   Sun Dec 7 10:29:03 2008 +1100
10559
10560     Added MMCR reset functionality
10561
10562     Reset function specific to AMD SC520 microcontroller - Is more of a
10563     'hard reset' that the triple fault.
10564
10565     Requires CONFIG_SYS_RESET_SC520 to be defined in config
10566
10567     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
10568     but ld requires that a object file in a library arhive MUST contain
10569     at least one function which does not override a weak function (and is
10570     called from outside the object file) in order for that object file to
10571     be extracted from the archive. This would be the only function on the
10572     new file, and hence, will never get linked in.
10573
10574     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10575
10576 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
10577 Author: Graeme Russ <graeme.russ@gmail.com>
10578 Date:   Sun Dec 7 10:29:02 2008 +1100
10579
10580     Moved generic (triple fault) reset code
10581
10582     Moved from interrupts.c to cpu.c and made into a weak function to
10583     allow vendor specific override
10584
10585     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
10586     added to the vendor specific code without the need to remember to
10587     #undef usage of the generic method and if you forget to include your
10588     custom reset method, you will always get the default.
10589
10590     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10591
10592 commit 9933d609020c297788f53f334c8465fa7a99b10c
10593 Author: Graeme Russ <graeme.russ@gmail.com>
10594 Date:   Sun Dec 7 10:29:01 2008 +1100
10595
10596     Moved definition of set_vector() to new header file
10597
10598     This allows for future tidy ups and functionality that will require
10599     set_vector ()
10600
10601     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10602
10603 commit 407976185e0dda2c90e89027121a1071b9c77bfb
10604 Author: Graeme Russ <graeme.russ@gmail.com>
10605 Date:   Sun Dec 7 10:29:00 2008 +1100
10606
10607     Moved sc520 specific code into new cpu/i386/sc520 folder
10608
10609     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10610     Signed-off-by: Wolfgang Denk <wd@denx.de>
10611
10612 commit 85ffbbd51914925a542d8528be7f072e5ab02157
10613 Author: Graeme Russ <graeme.russ@gmail.com>
10614 Date:   Sun Dec 7 10:28:58 2008 +1100
10615
10616     Renamed cpu/i386/reset.S to resetvec.S
10617
10618     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
10619     for CPU reset functions
10620
10621     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10622
10623 commit a3f4c123f569474e80ea012b8db0de46afdb6443
10624 Author: Wolfgang Denk <wd@denx.de>
10625 Date:   Sat Jan 24 01:01:49 2009 +0100
10626
10627     Makefile: keep lists sorted.
10628
10629     Signed-off-by: Wolfgang Denk <wd@denx.de>
10630
10631 commit c620c01e96814558470698ed5cab1bf2f504d1b5
10632 Author: Graeme Russ <graeme.russ@gmail.com>
10633 Date:   Sun Dec 7 10:28:57 2008 +1100
10634
10635     Added initial eNET board support
10636
10637     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10638
10639 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
10640 Author: Gary Jennejohn <garyj@denx.de>
10641 Date:   Thu Nov 20 11:37:26 2008 +0100
10642
10643     POWERPC 82xx: add the SCC as an HDLC controller
10644
10645     Right now this is only used by keymile.
10646
10647     Signed-off-by: Gary Jennejohn <garyj@denx.de>
10648
10649 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
10650 Author: Heiko Schocher <hs@denx.de>
10651 Date:   Thu Nov 20 09:59:09 2008 +0100
10652
10653     powerpc, keymile boards: extract identical config options
10654
10655     This patch extracts the identical config options for the
10656     keymile boards mgcoge, mgsuvd and kmeter1 in a new
10657     common config file keymile-common.h.
10658
10659     Signed-off-by: Heiko Schocher <hs@denx.de>
10660
10661 commit 210c8c00aad3328145204adab434bb7d70b06b75
10662 Author: Heiko Schocher <hs@denx.de>
10663 Date:   Fri Nov 21 08:29:40 2008 +0100
10664
10665     powerpc: keymile: Add a check for the PIGGY debug board
10666
10667     Check the presence of the PIGGY on the keymile boards mgcoge,
10668     mgsuvd and kmeter1. If the PIGGY is not present, dont register
10669     this Ethernet device.
10670
10671     Signed-off-by: Heiko Schocher <hs@denx.de>
10672     Acked-by: Ben Warren <biggerbadderben@gmail.com>
10673
10674 commit de0443614af4d16675ab436665aeb11ddc9f7214
10675 Author: Heiko Schocher <hs@denx.de>
10676 Date:   Thu Nov 20 09:57:47 2008 +0100
10677
10678     powerpc: 83xx: add support for the kmeter1 board
10679
10680     This patch adds support for the kmeter1 board from Keymile,
10681     based on a Freescale MPC8360 CPU.
10682
10683     - serial console on UART 1
10684     - 256 MB DDR2 RAM
10685     - 64 MB NOR Flash
10686     - Ethernet RMII Mode over UCC4
10687     - PHY SMSC LAN8700
10688
10689     Signed-off-by: Heiko Schocher <hs@denx.de>
10690
10691 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
10692 Author: Sergei Poselenov <sposelenov@emcraft.com>
10693 Date:   Tue Nov 4 13:51:18 2008 +0100
10694
10695     Add a do_div() wrapper macro, lldiv().
10696
10697     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
10698     the dividend and returns the result of division, so it is useful
10699     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
10700
10701     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10702
10703 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
10704 Author: Kumar Gala <galak@kernel.crashing.org>
10705 Date:   Fri Jan 23 14:22:14 2009 -0600
10706
10707     85xx: Add a 36-bit physical configuration for MPC8572DS
10708
10709     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
10710     to allow for larger memory sizes.
10711
10712     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10713
10714 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
10715 Author: Kumar Gala <galak@kernel.crashing.org>
10716 Date:   Fri Jan 23 14:22:13 2009 -0600
10717
10718     85xx: Handle eLBC difference w/36-bit physical
10719
10720     The eLBC only handles 32-bit physical address in systems with 36-bit
10721     physical.  The previos generation of LBC handled 34-bit physical
10722     address in 36-bit systems.  Added a new CONFIG option to convey
10723     the difference between the LBC and eLBC.
10724
10725     Also added defines for XAM bits used in LBC for the extended 34-bit
10726     support.
10727
10728     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10729
10730 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
10731 Author: Kumar Gala <galak@kernel.crashing.org>
10732 Date:   Fri Jan 23 14:22:12 2009 -0600
10733
10734     85xx: Use BR_ADDR macro for NAND chipselects
10735
10736     Use the new BR_ADDR macro to properly setup the address field of the
10737     localbus chipselects used by NAND.
10738
10739     This allows us to deal with 36-bit phys on these boards in the future.
10740
10741     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10742
10743 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
10744 Author: Haiying Wang <Haiying.Wang@freescale.com>
10745 Date:   Thu Jan 15 11:58:35 2009 -0500
10746
10747     Add secondary CPUs processor frequency for e500 core
10748
10749     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
10750     and prints each CPU's frequency separately. It also fixes up each CPU's
10751     frequency in "clock-frequency" of fdt blob.
10752
10753     Signed-off-by: James Yang <James.Yang@freescale.com>
10754     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10755
10756 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
10757 Author: Dave Liu <daveliu@freescale.com>
10758 Date:   Fri Nov 21 16:31:53 2008 +0800
10759
10760     85xx: enable the auto self refresh for wake up ARP
10761
10762     The wake up ARP feature need use the memory to process
10763     wake up packet, we enable auto self refresh to support it.
10764
10765     Signed-off-by: Dave Liu <daveliu@freescale.com>
10766     Acked-by: Andy Fleming <afleming@freescale.com>
10767
10768 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
10769 Author: Dave Liu <daveliu@freescale.com>
10770 Date:   Fri Nov 21 16:31:43 2008 +0800
10771
10772     fsl-ddr: use the 1T timing as default configuration
10773
10774     For light loaded system, we use the 1T timing to gain better
10775     memory performance, but for some heavily loaded system,
10776     you have to add the 2T timing options to board files.
10777
10778     Signed-off-by: Dave Liu <daveliu@freescale.com>
10779     Acked-by: Andy Fleming <afleming@freescale.com>
10780
10781 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
10782 Author: Dave Liu <daveliu@freescale.com>
10783 Date:   Fri Nov 21 16:31:35 2008 +0800
10784
10785     fsl-ddr: make the self refresh idle threshold configurable
10786
10787     Some 85xx processors have the advanced power management feature,
10788     such as wake up ARP, that needs enable the automatic self refresh.
10789
10790     If the DDR controller pass the SR_IT (self refresh idle threshold)
10791     idle cycles, it will automatically enter self refresh. However,
10792     anytime one transaction is issued to the DDR controller, it will
10793     reset the counter and exit self refresh state.
10794
10795     Signed-off-by: Dave Liu <daveliu@freescale.com>
10796     Acked-by: Andy Fleming <afleming@freescale.com>
10797
10798 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
10799 Author: Dave Liu <daveliu@freescale.com>
10800 Date:   Fri Nov 21 16:31:29 2008 +0800
10801
10802     fsl-ddr: clean up the ddr code for DDR3 controller
10803
10804     - The DDR3 controller is expanding the bits for timing config
10805     - Add the DDR3 32-bit bus mode support
10806
10807     Signed-off-by: Dave Liu <daveliu@freescale.com>
10808     Acked-by: Andy Fleming <afleming@freescale.com>
10809
10810 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
10811 Author: Dave Liu <daveliu@freescale.com>
10812 Date:   Fri Nov 21 16:31:22 2008 +0800
10813
10814     fsl-ddr: update the bit mask for DDR3 controller
10815
10816     According to the latest 8572 UM, the DDR3 controller
10817     is expanding the bit mask, and we use the extend ACTTOPRE
10818     mode when tRAS more than 19 MCLK.
10819
10820     Signed-off-by: Dave Liu <daveliu@freescale.com>
10821
10822 commit aca5f018a8386b85469482ed9867e3e29a2437d0
10823 Author: Kumar Gala <galak@kernel.crashing.org>
10824 Date:   Tue Dec 2 16:08:40 2008 -0600
10825
10826     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
10827
10828     Introduce a new define to seperate out the virtual address that PCI
10829     IO space is at from the physical address.  In most situations these are
10830     mapped 1:1.  However any code accessing the bus should use VIRT.
10831
10832     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10833     Acked-by: Andy Fleming <afleming@freescale.com>
10834
10835 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
10836 Author: Kumar Gala <galak@kernel.crashing.org>
10837 Date:   Tue Dec 2 16:08:39 2008 -0600
10838
10839     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
10840
10841     Introduce a new define to seperate out the virtual address that PCI
10842     memory is at from the physical address.  In most situations these are
10843     mapped 1:1.  However any code accessing the bus should use VIRT.
10844
10845     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10846     Acked-by: Andy Fleming <afleming@freescale.com>
10847
10848 commit a6e04c344ad1eefd47a75484441b385da815b8df
10849 Author: Kumar Gala <galak@kernel.crashing.org>
10850 Date:   Tue Dec 2 16:08:38 2008 -0600
10851
10852     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
10853
10854     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
10855     of TLBs.  This is what we should have always been using from the start.
10856
10857     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10858     Acked-by: Andy Fleming <afleming@freescale.com>
10859
10860 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
10861 Author: Kumar Gala <galak@kernel.crashing.org>
10862 Date:   Tue Dec 2 16:08:37 2008 -0600
10863
10864     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
10865
10866     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
10867     of _IO_BASE so we are more explicit.
10868
10869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10870
10871 commit 10795f42cb94e71bcb262b615084f69dd886399a
10872 Author: Kumar Gala <galak@kernel.crashing.org>
10873 Date:   Tue Dec 2 16:08:36 2008 -0600
10874
10875     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
10876
10877     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
10878     of _MEM_BASE so we are more explicit.
10879
10880     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10881     Acked-by: Andy Fleming <afleming@freescale.com>
10882
10883 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
10884 Author: Kumar Gala <galak@kernel.crashing.org>
10885 Date:   Tue Dec 2 14:19:34 2008 -0600
10886
10887     85xx: separate FLASH BASE virtual from physical address
10888
10889     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
10890     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
10891
10892     This allows us to deal with 36-bit phys on these boards in the future.
10893
10894     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10895     Acked-by: Andy Fleming <afleming@freescale.com>
10896
10897 commit 52b565f5ad23b682489055b187767d8bf1c2e444
10898 Author: Kumar Gala <galak@kernel.crashing.org>
10899 Date:   Tue Dec 2 14:19:33 2008 -0600
10900
10901     85xx: separate PIXIS virtual from physical address
10902
10903     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
10904     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
10905
10906     This allows us to deal with 36-bit phys on these boards in the future.
10907
10908     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10909     Acked-by: Andy Fleming <afleming@freescale.com>
10910
10911 commit 30837e5b21d5a742983581ab9ee3fac085311d19
10912 Author: Haiying Wang <Haiying.Wang@freescale.com>
10913 Date:   Tue Nov 11 08:52:09 2008 -0500
10914
10915     Add README file for MPC8572DS board
10916
10917     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10918     Acked-by: Andy Fleming <afleming@freescale.com>
10919
10920 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
10921 Author: Mike Frysinger <vapier@gentoo.org>
10922 Date:   Mon Oct 20 16:15:04 2008 -0400
10923
10924     Blackfin: use common strmhz() in system output
10925
10926     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10927
10928 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
10929 Author: Ron Madrid <ron_madrid@sbcglobal.net>
10930 Date:   Thu Jan 22 15:05:24 2009 -0800
10931
10932     mpc83xx: New board support for SIMPC8313
10933
10934     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
10935     board boots from NAND devices and is configureable for either large or small
10936     page devices.  The board supports non-soldered DDR2, one ethernet port, a
10937     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
10938     to the eLBC providing glue logic to a TMS320C67xx DSP.
10939
10940     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
10941     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10942
10943 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
10944 Author: Mike Frysinger <vapier@gentoo.org>
10945 Date:   Sun Jan 18 19:46:06 2009 -0500
10946
10947     nand: fixup printf modifiers to match types used
10948
10949     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10950     Signed-off-by: Scott Wood <scottwood@freescale.com>
10951
10952 commit 389e6620e2271096df3316917528003627db4021
10953 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
10954 Date:   Tue Jan 20 16:57:55 2009 +0100
10955
10956     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
10957
10958     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
10959     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
10960     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
10961     tested before ".jffs2s" and only the first two characters are compared.
10962
10963     Correction:
10964     Test for ".jffs2s" first and compare the first 7 characters.
10965
10966     Signed-off-by: Scott Wood <scottwood@freescale.com>
10967
10968 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
10969 Author: Wolfgang Grandegger <wg@grandegger.com>
10970 Date:   Fri Jan 16 18:55:54 2009 +0100
10971
10972     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
10973
10974     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
10975     changes the default from 8 to 1 for the legacy and the new MTD
10976     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
10977     in the board config files because none of the boards use multi
10978     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
10979     define
10980
10981      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
10982
10983     but that's bogus and did not work anyhow.
10984
10985     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10986     Signed-off-by: Scott Wood <scottwood@freescale.com>
10987
10988 commit c70564e6b1bd08f3230182392238907f3531a87e
10989 Author: Dave Liu <daveliu@freescale.com>
10990 Date:   Tue Dec 2 11:48:51 2008 +0800
10991
10992     NAND: Fix cache and memory inconsistency issue
10993
10994     We load the secondary stage u-boot image from NAND to
10995     system memory by nand_load, but we did not flush d-cache
10996     to memory, nor invalidate i-cache before we jump to RAM.
10997     When the system has cache enabled and the TLB/page attribute
10998     of system memory is cacheable, it will cause issues.
10999
11000     - 83xx family is using the d-cache lock, so all of d-cache
11001       access is cache-inhibited. so you can't see the issue.
11002     - 85xx family is using d-cache, i-cache enable, partial
11003       cache lock. you will see the issue.
11004
11005     This patch fixes the cache issue.
11006
11007     Signed-off-by: Dave Liu <daveliu@freescale.com>
11008     Signed-off-by: Scott Wood <scottwood@freescale.com>
11009
11010 commit 50657c273278f74378e1ac39b41d612b92fdffa0
11011 Author: Nishanth Menon <menon.nishanth@gmail.com>
11012 Date:   Sat Dec 13 09:43:06 2008 -0600
11013
11014     NAND: Enable nand lock, unlock feature
11015
11016     Enable nand lock, unlock and status of lock feature.
11017     Not every device and platform requires this, hence,
11018     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
11019
11020     Nand unlock and status operate on block boundary instead
11021     of page boundary. Details in:
11022     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
11023
11024     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
11025     Includes preliminary suggestions from Scott Wood
11026
11027     Signed-off-by: Nishanth Menon <nm@ti.com>
11028     Signed-off-by: Scott Wood <scottwood@freescale.com>
11029
11030 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
11031 Author: Mike Frysinger <vapier@gentoo.org>
11032 Date:   Sat Dec 6 02:40:55 2008 -0500
11033
11034     NAND: move board_nand_init to nand.h
11035
11036     Rather than putting the function prototype for board_nand_init() in the one
11037     place where it gets called, put it into nand.h so that every place that also
11038     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
11039     such as using the wrong return value (void rather than int) when defining
11040     the function.
11041
11042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11043     Signed-off-by: Scott Wood <scottwood@freescale.com>
11044
11045 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
11046 Author: Stefan Roese <sr@denx.de>
11047 Date:   Tue Dec 2 11:06:47 2008 +0100
11048
11049     OneNAND: Additional sync with 2.6.27
11050
11051     - Add subpage write support
11052     - Add onenand_oob_64/32 ecclayout
11053
11054     This has been missing and without it UBI has some incompatibilies issues
11055     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
11056     placed differently (2048 instead of 512) without this fix.
11057
11058     Signed-off-by: Stefan Roese <sr@denx.de>
11059     Signed-off-by: Scott Wood <scottwood@freescale.com>
11060
11061 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
11062 Author: Kyungmin Park <kmpark@infradead.org>
11063 Date:   Thu Nov 13 15:14:33 2008 +0900
11064
11065     Add markbad function
11066
11067     Add missing markbad function
11068     If not, it's hang when it entered the mtd->mark_bad().
11069
11070     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11071
11072 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
11073 Author: Stefan Roese <sr@denx.de>
11074 Date:   Wed Nov 12 13:47:24 2008 +0100
11075
11076     OneNAND: Bad block aware read/write command support
11077
11078     Update OneNAND command to support bad block awareness.
11079     Also change the OneNAND command style to better match the
11080     NAND version.
11081
11082     Signed-off-by: Stefan Roese <sr@denx.de>
11083     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
11084
11085 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
11086 Author: Stefan Roese <sr@denx.de>
11087 Date:   Tue Nov 11 10:29:09 2008 +0100
11088
11089     OneNAND: Save version_id in onenand_chip struct
11090
11091     The version (ver_id) was not stored in the onenand_chip structure and
11092     because of this the continuous locking scheme could be enabled on some
11093     chips.
11094
11095     Signed-off-by: Stefan Roese <sr@denx.de>
11096
11097 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
11098 Author: Stefan Roese <sr@denx.de>
11099 Date:   Tue Nov 11 10:28:53 2008 +0100
11100
11101     OneNAND: Fix compiler warnings
11102
11103     Signed-off-by: Stefan Roese <sr@denx.de>
11104
11105 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
11106 Author: Dave Liu <daveliu@freescale.com>
11107 Date:   Tue Nov 4 14:55:06 2008 +0800
11108
11109     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
11110
11111     Signed-off-by: Dave Liu <daveliu@freescale.com>
11112
11113 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
11114 Author: Kyungmin Park <kmpark@infradead.org>
11115 Date:   Tue Nov 4 09:24:07 2008 +0900
11116
11117     Sync with 2.6.27
11118
11119     Sync with OneNAND kernel codes
11120
11121     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11122
11123 commit e7f325be9edeb84bb457301776bbac1f7257dafc
11124 Author: Michal Simek <monstr@monstr.eu>
11125 Date:   Mon Jan 5 13:35:31 2009 +0100
11126
11127     microblaze: Use cache functions (especially cache status)
11128     in systems which are configured without flash
11129
11130 commit e9b737deb2c30125362d20e24170617476026e94
11131 Author: Michal Simek <monstr@monstr.eu>
11132 Date:   Mon Jan 5 13:29:32 2009 +0100
11133
11134     microblaze: Add cache flush
11135
11136 commit b4f8dda35bfad447b4106828232705b2e878d168
11137 Author: Michal Simek <monstr@monstr.eu>
11138 Date:   Mon Jan 5 13:28:40 2009 +0100
11139
11140     microblaze: Add bootup messages to board.c
11141
11142 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
11143 Author: Michal Simek <monstr@monstr.eu>
11144 Date:   Fri Dec 19 13:25:55 2008 +0100
11145
11146     microblaze: Change microblaze-generic config file
11147
11148     Signed-off-by: Michal Simek <monstr@monstr.eu>
11149
11150 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
11151 Author: Michal Simek <monstr@monstr.eu>
11152 Date:   Fri Dec 19 13:14:05 2008 +0100
11153
11154     microblaze: Rename ml401 to microblaze-generic
11155
11156     Signed-off-by: Michal Simek <monstr@monstr.eu>
11157
11158 commit 6677876181cc8772bca8a372479a500d160f3993
11159 Author: Scott Wood <scottwood@freescale.com>
11160 Date:   Tue Jan 20 11:56:11 2009 -0600
11161
11162     83xx: Use the proper sequence for updating IMMR.
11163
11164     This ensures that subsequent accesses properly hit the new window.
11165
11166     The dcbi during the NAND loop was accidentally working around this;
11167     it's no longer necessary, as the cache is not enabled.
11168
11169     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
11170     Signed-off-by: Scott Wood <scottwood@freescale.com>
11171     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11172
11173 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
11174 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11175 Date:   Thu Jan 8 04:26:19 2009 +0300
11176
11177     mpc83xx: Add PCI-E support for MPC837XEMDS boards
11178
11179     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
11180     provides two PCI-E (x2) ports. Though, only one port can be used in x2
11181     mode. Two ports can function simultaneously in x1 mode.
11182
11183     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
11184
11185     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11186     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11187
11188 commit 8f11e34b31a7be124a3239653f33af9510502045
11189 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11190 Date:   Thu Jan 8 04:26:17 2009 +0300
11191
11192     mpc83xx: Add PCI-E support for MPC8315ERDB boards
11193
11194     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
11195     support them.
11196
11197     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11198     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11199
11200 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
11201 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11202 Date:   Thu Jan 8 04:26:12 2009 +0300
11203
11204     mpc83xx: Add support for MPC83xx PCI-E controllers
11205
11206     This patch adds support for MPC83xx PCI-E controllers in Root Complex
11207     mode.
11208
11209     The patch is based on Tony Li and Dave Liu work[1].
11210
11211     Though unlike the original patch, by default we don't register PCI-E
11212     buses for use in U-Boot, we only configure the controllers for future
11213     use in other OSes (Linux). This is done because we don't have enough
11214     of spare BATs to map all the PCI-E regions.
11215
11216     To actually use PCI-E in U-Boot, users should explicitly define
11217     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
11218     only then U-Boot will able to access PCI-E, but at the cost of disabled
11219     address translation.
11220
11221     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
11222
11223     Signed-off-by: Tony Li <tony.li@freescale.com>
11224     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11225     Acked-by: Dave Liu <daveliu@freescale.com>
11226     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11227
11228 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
11229 Author: Ira Snyder <iws@ovro.caltech.edu>
11230 Date:   Mon Jan 12 13:33:17 2009 -0800
11231
11232     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
11233
11234     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
11235     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
11236     "Clocking in PCI Agent Mode".
11237
11238     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
11239     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11240
11241 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
11242 Author: Ira Snyder <iws@ovro.caltech.edu>
11243 Date:   Mon Jan 12 13:32:26 2009 -0800
11244
11245     83xx: PCI agent mode fixes for multi-board systems
11246
11247     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
11248     the boards will lock up the PCI bus by scanning against each other.
11249
11250     The boards lock against each other by trying to access the PCI bus before
11251     clearing their configuration lock bit. Both boards end up in a loop,
11252     sending and receiving "Target Not Ready" messages forever.
11253
11254     When running in PCI agent mode, the scanning now takes place after the
11255     boards have cleared their configuration lock bit.
11256
11257     Also, add a missing declaration to the mpc83xx.h header file, fixing a
11258     build warning.
11259
11260     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
11261     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11262
11263 commit 455a46915b82896cc2070eb326d075555c2bc580
11264 Author: Ron Madrid <ron_madrid@sbcglobal.net>
11265 Date:   Fri Dec 12 13:12:45 2008 -0800
11266
11267     mpc83xx: Size optimization of start.S
11268
11269     Currently there are in excess of 100 bytes located at the beginning of the image
11270     built by start.S that are not being utilized.  This patch moves a few functions
11271     into this part of the image.  This will create a greater number of *available*
11272     bytes that can be used by board specific code in NAND builds and will decrease
11273     the size of the assembled code in other builds.
11274
11275     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
11276     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11277
11278 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
11279 Author: Wolfgang Denk <wd@denx.de>
11280 Date:   Wed Jan 21 23:08:12 2009 +0100
11281
11282     Prepare v2009.01
11283
11284     Signed-off-by: Wolfgang Denk <wd@denx.de>
11285
11286 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
11287 Author: Wolfgang Denk <wd@denx.de>
11288 Date:   Sun Jan 18 21:37:48 2009 +0100
11289
11290     Prepare 2009.01-rc3
11291
11292     Update CHANGELOG
11293
11294     Signed-off-by: Wolfgang Denk <wd@denx.de>
11295
11296 commit 4cda437898f7873752f0201757cd33f12196ce87
11297 Author: Mike Frysinger <vapier@gentoo.org>
11298 Date:   Sat Jan 17 13:32:42 2009 -0500
11299
11300     build system: treat all Darwin's alike
11301
11302     The x86 based version of Darwin behaves the same quirky way as the powerpc
11303     Darwin, so only check HOSTOS when setting up Darwin workarounds.
11304
11305     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11306
11307 commit c088a108c75db565e07292fd668dfa5491e85bc2
11308 Author: Peter Korsgaard <jacmet@sunsite.dk>
11309 Date:   Wed Jan 14 13:52:24 2009 +0100
11310
11311     fdt_resize(): fix actualsize calculations with unaligned blobs
11312
11313     The code in fdt_resize() to extend the fdt size to end on a page boundary
11314     is wrong for fdt's not located at an address aligned on a page boundary.
11315     What's even worse, the code would make actualsize shrink rather than grow
11316     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
11317     causing fdt_add_mem_rsv to fail.
11318
11319     Fix it by aligning end address (blob + size) to a page boundary instead.
11320     For aligned fdt's this is equivalent to what we had before.
11321
11322     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11323
11324 commit fadad1573fb16c90025f08a2861d6047d093cba7
11325 Author: Mike Frysinger <vapier@gentoo.org>
11326 Date:   Fri Jan 9 04:38:17 2009 -0500
11327
11328     ncb: use socklen_t
11329
11330     The recvfrom() function takes a socklen_t, not an int.
11331
11332     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11333
11334 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
11335 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11336 Date:   Sun Jan 11 16:35:16 2009 +0100
11337
11338     sh: serial: use readx/writex accessors
11339
11340     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11341     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11342
11343 commit 9e1fa628bdb64745811cdd26c4f953846c076180
11344 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11345 Date:   Sun Jan 11 16:35:15 2009 +0100
11346
11347     sh: serial: coding style cleanup
11348
11349     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11350     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11351
11352 commit c9935c992575922b7ef13eec0656ed8665d324e3
11353 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11354 Date:   Sun Jan 11 17:48:56 2009 +0900
11355
11356     sh: Fix compile error on lowlevel_init file
11357
11358     lowlevel_init of SH was corrected to use the write/readXX macro.
11359     However, there was a problem that was not able to be compiled partially.
11360     This patch corrected this.
11361
11362     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11363
11364 commit a5b04d00bfeb940c62232972ce644d50b45797f9
11365 Author: Kieran Bingham <kieranbingham@gmail.com>
11366 Date:   Tue Dec 30 01:16:03 2008 +0000
11367
11368     sh: Fix up rsk7203 target for out of tree build
11369
11370     Fix up rsk7203 target to build successfully using out-of-tree build.
11371
11372     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
11373     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11374
11375 commit f7e78f3b74aae9caca2997bad865a72338326c0a
11376 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11377 Date:   Sat Dec 20 19:29:49 2008 +0100
11378
11379     sh: use write{8,16,32} in all lowlevel_init
11380
11381     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11382     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11383
11384 commit e4430779623af500de1cee7892c379f07ef59813
11385 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11386 Date:   Sat Dec 20 19:29:48 2008 +0100
11387
11388     sh: lowlevel_init coding style cleanup
11389
11390     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11391     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11392
11393 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
11394 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11395 Date:   Sat Dec 20 15:27:45 2008 +0100
11396
11397     sh: update sh2/sh2a timer coding style
11398
11399     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11400     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11401
11402 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
11403 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11404 Date:   Sat Dec 20 15:25:22 2008 +0100
11405
11406     sh: update sh timer coding style
11407
11408     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11409     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11410
11411 commit 0e3ece33801e377be67ffa29f083421ad820f28b
11412 Author: Wolfgang Denk <wd@denx.de>
11413 Date:   Wed Jan 14 23:26:05 2009 +0100
11414
11415     Prepare 2009.01-rc2
11416
11417     Update CHANGELOG.
11418
11419     Signed-off-by: Wolfgang Denk <wd@denx.de>
11420
11421 commit e92c9a860e44c14513c8909ce4299e253a775eeb
11422 Author: Wolfgang Denk <wd@denx.de>
11423 Date:   Wed Jan 14 22:35:30 2009 +0100
11424
11425     cpu/mpc824x/Makefile: fix warning with parallel builds
11426
11427     Parallel builds would occasionally issue this build warning:
11428
11429         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
11430
11431     Use "ln -sf" as quick work around for the issue.
11432
11433     Signed-off-by: Wolfgang Denk <wd@denx.de>
11434
11435 commit 3ba605d4beec649438539e7df97b5fedb26592fb
11436 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11437 Date:   Fri Jan 2 12:18:49 2009 +0100
11438
11439     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
11440
11441     This patch adds esd's loadpci BSP command to CPCI4052 and
11442     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
11443
11444     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11445     Signed-off-by: Stefan Roese <sr@denx.de>
11446
11447 commit 600fe46fb3dab7f07604f9009904f31584415114
11448 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11449 Date:   Fri Jan 2 12:18:12 2009 +0100
11450
11451     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
11452
11453     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11454     Signed-off-by: Stefan Roese <sr@denx.de>
11455
11456 commit f6a1f490d224c600a09137e58d1026d150b8e679
11457 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11458 Date:   Fri Jan 2 12:17:36 2009 +0100
11459
11460     ppc4xx: Cleanup CPCI405 board code
11461
11462     This patch cleans up CPCI405 board support:
11463     - wrap long lines
11464     - unification of spaces in function calls
11465     - remove dead code
11466
11467     Use correct io accessors on peripherals.
11468
11469     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11470     Signed-off-by: Stefan Roese <sr@denx.de>
11471
11472 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
11473 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11474 Date:   Fri Jan 2 12:16:35 2009 +0100
11475
11476     ppc4xx: Enable auto RS485 mode on PLU405 boards
11477
11478     This patch turns on the auto RS485 mode in the 2nd external
11479     uart on PLU405 boards. This is a special mode of the used
11480     Exar XR16C2850 uart. Because these boards only have a 485 physical
11481     layer connected it's a good idea to turn it on by default.
11482
11483     Signed-off-by: Matthias Fuchs <mf@esd.eu>
11484     Signed-off-by: Stefan Roese <sr@denx.de>
11485
11486 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
11487 Author: Haiying Wang <Haiying.Wang@freescale.com>
11488 Date:   Tue Jan 13 16:29:28 2009 -0500
11489
11490     Some changes of TLB entry setting for MPC8572DS
11491
11492     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
11493     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
11494     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
11495
11496     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
11497
11498     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11499
11500 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
11501 Author: Haiying Wang <Haiying.Wang@freescale.com>
11502 Date:   Tue Jan 13 16:29:22 2009 -0500
11503
11504     Change DDR tlb start entry to CONFIG param for 85xx
11505
11506     So that we can locate the DDR tlb start entry to the value other than 8. By
11507     default, it is still 8.
11508
11509     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11510
11511 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
11512 Author: Roy Zang <tie-fei.zang@freescale.com>
11513 Date:   Fri Jan 9 16:02:35 2009 +0800
11514
11515     Change PCIE1&2 deciide logic on MPC8544DS board more readable
11516
11517     The IO port selection for MPC8544DS board:
11518      Port                       cfg_io_ports
11519      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
11520      PCIE2              0x4, 0x5, 0x6, 0x7
11521      PCIE3              0x6, 0x7
11522      This patch changes the PCIE12 and PCIE2 logic more readable.
11523     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
11524
11525 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
11526 Author: Roy Zang <tie-fei.zang@freescale.com>
11527 Date:   Fri Jan 9 16:01:52 2009 +0800
11528
11529     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
11530
11531     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
11532     PCIE1 bit.
11533     On MPC8572DS board, PCIE refers to PCIE1.
11534     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
11535
11536 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
11537 Author: Roy Zang <tie-fei.zang@freescale.com>
11538 Date:   Fri Jan 9 16:00:55 2009 +0800
11539
11540     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
11541
11542     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
11543      This patch fixes this issue.
11544      For MPC8572
11545      Port                       cfg_io_ports
11546      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
11547      PCIE2              0x3, 0x7
11548      PCIE3              0x7
11549
11550     For MPC8544
11551     Port                        cfg_io_ports
11552     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
11553     PCIE2               0x4, 0x5, 0x6, 0x7
11554     PCIE3               0x6, 0x7
11555     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
11556
11557 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
11558 Author: Becky Bruce <beckyb@kernel.crashing.org>
11559 Date:   Wed Dec 3 22:36:44 2008 -0600
11560
11561     mpc8610hpcd: Fix PCI mapping concepts
11562
11563     Rename _BASE to _BUS, as it's actually a PCI bus address,
11564     separate virtual and physical addresses into _VIRT and _PHYS,
11565     and use each appopriately.  This makes the code easier to read
11566     and understand, and facilitates mapping changes going forward.
11567
11568     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11569
11570 commit 79e436cad3b4a7db88408c3f05175028f30d700d
11571 Author: Becky Bruce <beckyb@kernel.crashing.org>
11572 Date:   Wed Dec 3 22:36:26 2008 -0600
11573
11574     sbc8641d: Fix PCI mapping concepts
11575
11576     Rename _BASE to _BUS, as it's actually a PCI bus address,
11577     separate virtual and physical addresses into _VIRT and _PHYS,
11578     and use each appopriately.  This makes the code easier to read
11579     and understand, and facilitates mapping changes going forward.
11580
11581     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11582
11583 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
11584 Author: Wolfgang Denk <wd@denx.de>
11585 Date:   Mon Jan 12 14:50:35 2009 +0100
11586
11587     MPC86xx: fix build warnings
11588
11589     Signed-off-by: Wolfgang Denk <wd@denx.de>
11590
11591 commit 032a1c934ef4dc003281f57302b6e693062c1868
11592 Author: Mike Frysinger <vapier@gentoo.org>
11593 Date:   Mon Jan 5 16:09:44 2009 -0500
11594
11595     bf537-stamp/nand: fix board_nand_init prototype
11596
11597     The board_nand_init() function should return an int, not void.
11598
11599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11600
11601 commit 687f952e4119594ab913be11c90f7f018c2a7a79
11602 Author: Mike Frysinger <vapier@gentoo.org>
11603 Date:   Thu Dec 11 07:04:48 2008 -0500
11604
11605     Blackfin: drop CONFIG_SPI handling in board init
11606
11607     The eeprom SPI init functions are duplicated as the common code already
11608     executes these for us.
11609
11610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11611
11612 commit e7e684b10d73a303902208594c7c3e7e0d753282
11613 Author: Mike Frysinger <vapier@gentoo.org>
11614 Date:   Fri Oct 24 17:51:57 2008 -0400
11615
11616     Blackfin: fix out-of-tree building with ldscripts
11617
11618     Many of the Blackfin board linker scripts are preprocessed, so make sure we
11619     output the linker script into the build tree rather than the source tree.
11620
11621     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11622
11623 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
11624 Author: Mike Frysinger <vapier@gentoo.org>
11625 Date:   Fri Oct 24 17:48:54 2008 -0400
11626
11627     Blackfin: fix linker scripts to work with --gc-sections
11628
11629     Make sure all .text sections get pulled in and the entry point is properly
11630     referenced so they don't get discarded when linking with --gc-sections.
11631
11632     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11633
11634 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
11635 Author: Mike Frysinger <vapier@gentoo.org>
11636 Date:   Sat Oct 11 20:45:44 2008 -0400
11637
11638     Blackfin: set proper LDRFLAGS for parallel booting LDRs
11639
11640     In order to boot an LDR out of parallel flash, the ldr utility needs a few
11641     flags to tell it to generate the right header.
11642
11643     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11644
11645 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
11646 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11647 Date:   Tue Jan 6 21:41:59 2009 +0100
11648
11649     at91rm9200: move define from lowlevel_init to header
11650
11651     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11652
11653 commit 8a48686fac2030287765f1970ea046bd5734b733
11654 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11655 Date:   Sat Jan 3 17:22:26 2009 +0100
11656
11657     m501sk: move to the common memory setup
11658
11659     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11660
11661 commit d481c80d78f954133c035dae6c7d22de3625795d
11662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11663 Date:   Sat Jan 3 17:22:25 2009 +0100
11664
11665     at91rm9200: rename lowlevel init value to CONFIG_SYS_
11666
11667     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11668
11669 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
11670 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
11671 Date:   Tue Jan 6 21:13:14 2009 +0100
11672
11673     at91: add at91sam9xeek board support
11674
11675     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
11676     it as another entry for at91sam9260 in the Makefile.
11677
11678     Check documentation at :
11679     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
11680
11681     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
11682     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11683
11684 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
11685 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11686 Date:   Tue Jan 6 21:15:57 2009 +0100
11687
11688     fix bmp_logo.h make dependencies to allow parallel build
11689
11690     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11691
11692 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
11693 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11694 Date:   Sat Jan 3 17:22:24 2009 +0100
11695
11696     at91: Fix Atmel's at91sam9 boards out of tree build
11697
11698     introduced in commit 89a7a87f084c
11699
11700     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11701
11702 commit 0668236bafaa1c11c521652a2facebc74beecbf0
11703 Author: Wolfgang Denk <wd@denx.de>
11704 Date:   Tue Dec 30 22:56:11 2008 +0100
11705
11706     README: update mailing list name and hits to patch submission.
11707
11708     Signed-off-by: Wolfgang Denk <wd@denx.de>
11709
11710 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
11711 Author: Peter Tyser <ptyser@xes-inc.com>
11712 Date:   Tue Dec 23 16:32:01 2008 -0600
11713
11714     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
11715
11716     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11717
11718 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
11719 Author: Peter Tyser <ptyser@xes-inc.com>
11720 Date:   Tue Dec 23 16:32:00 2008 -0600
11721
11722     XPedite5200 board support cleanup
11723
11724     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11725
11726 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
11727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11728 Date:   Tue Dec 2 21:58:04 2008 +0100
11729
11730     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
11731
11732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11733     Signed-off-by: Remy Böhmer <linux@bohmer.net>
11734
11735 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
11736 Author: Trent Piepho <tpiepho@freescale.com>
11737 Date:   Wed Dec 3 15:16:37 2008 -0800
11738
11739     mpc8[56]xx: Put localbus clock in sysinfo and gd
11740
11741     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
11742     and print it out, but don't save it.
11743
11744     This changes where its calculated and stored to be more consistent with the
11745     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
11746
11747     The localbus frequency is added to sysinfo and calculated when sysinfo is
11748     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
11749
11750     get_clocks() copies the frequency into the global data, as the other
11751     frequencies are, into a new field that is only enabled for MPC85xx and
11752     MPC86xx.
11753
11754     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
11755     from sysinfo, like the other frequencies, instead of calculating it on the
11756     spot.
11757
11758     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11759     Acked-by: Kumar Gala <galak@kernel.crashing.org>
11760     Acked-by: Jon Loeliger <jdl@freescale.com>
11761
11762 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
11763 Author: Trent Piepho <tpiepho@freescale.com>
11764 Date:   Wed Dec 3 15:16:36 2008 -0800
11765
11766     mpc86xx: Double local bus clock divider
11767
11768     The local bus clock divider should be doubled for both 8610 and 8641.
11769
11770     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11771     Acked-by: Kumar Gala <galak@kernel.crashing.org>
11772     Acked-by: Jon Loeliger <jdl@freescale.com>
11773
11774 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
11775 Author: Trent Piepho <tpiepho@freescale.com>
11776 Date:   Wed Dec 3 15:16:35 2008 -0800
11777
11778     mpc8568: Double local bus clock divider
11779
11780     The clock divider for the MPC8568 local bus should be doubled, like the
11781     other newer MPC85xx chips.
11782
11783     Since there are now more chips with a 2x divider than a 1x, and any new
11784     85xx chips will probably be 2x, invert the sense of the #if so that it
11785     lists the 1x chips instead of the 2x ones.
11786
11787     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11788     Acked-by: Kumar Gala <galak@kernel.crashing.org>
11789     Acked-by: Jon Loeliger <jdl@freescale.com>
11790
11791 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
11792 Author: Dave Liu <daveliu@freescale.com>
11793 Date:   Tue Dec 16 12:09:27 2008 +0800
11794
11795     85xx: Fix the boot window issue
11796
11797     If one custom board is using the 8MB flash, it is set
11798     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
11799     The current start.S code will be broken at switch_as.
11800
11801     It is because the TLB1[15] is set as 16MB page size,
11802     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
11803
11804     For the 8MB flash case, the EPN = 0xefxxxxxx,
11805     RPN = 0xffxxxxxx. Assume the virt address of switch_as
11806     is 0xef7ff18c, the real address of the instruction at
11807     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
11808     of the range of the default 8MB boot LAW window
11809     0xff800000 - 0xffffffff.
11810
11811     So when we switch to AS1 address space at switch_as,
11812     the core can't fetch the instruction at switch_as any
11813     more. It will cause broken issue.
11814
11815     Signed-off-by: Dave Liu <daveliu@freescale.com>
11816
11817 commit 58da8890d5fbd074746037722a423de9ac408616
11818 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11819 Date:   Thu Dec 11 15:47:50 2008 -0500
11820
11821     sbc8548: use proper PHY address
11822
11823     The values given for the PHY address were wrong, so the code
11824     read no valid PHY ID, and fell through to the generic PHY
11825     support, which would work on 1000M but would not auto negotiate
11826     down to 100M or 10M.
11827
11828     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11829
11830 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
11831 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11832 Date:   Thu Dec 11 15:47:51 2008 -0500
11833
11834     sbc8548: enable command line editing by default.
11835
11836     Lets make things a bit more user friendly.  It isn't 1985 anymore.
11837
11838     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11839
11840 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
11841 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11842 Date:   Thu Dec 11 15:47:49 2008 -0500
11843
11844     sbc8548: don't enable the 3rd and 4th eTSEC
11845
11846     These interfaces don't have usable connectors on the board, so don't
11847     bother enumerating or configuring them.
11848
11849     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11850
11851 commit 181a3650113883728927928b3ac81ad6dade4b2c
11852 Author: Haiying Wang <Haiying.Wang@freescale.com>
11853 Date:   Wed Dec 3 10:08:19 2008 -0500
11854
11855     Set IVPR to kenrel entry point in second core boot page
11856
11857     Assuming the OSes exception vectors start from the base of kernel address, and
11858     the kernel physical starting address can be relocated to an non-zero address.
11859     This patch enables the second core to have a valid IVPR for debugger before
11860     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
11861     value for second core which runs kernel at different physical address other
11862     than 0x0.
11863
11864     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11865
11866 commit a5d212a263c58cc746481bf1fc878510533ce7d6
11867 Author: Trent Piepho <tpiepho@freescale.com>
11868 Date:   Wed Dec 3 15:16:34 2008 -0800
11869
11870     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
11871
11872     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
11873     instead of four.
11874
11875     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
11876     should be safe as the fifth bit was defined as reserved and set to 0.
11877
11878     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
11879
11880     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11881     Acked-by: Kumar Gala <galak@kernel.crashing.org>
11882     Acked-by: Jon Loeliger <jdl@freescale.com>
11883
11884 commit 58ec4866ed916c7e422f5107bb27b0822084728e
11885 Author: Trent Piepho <tpiepho@freescale.com>
11886 Date:   Wed Dec 3 15:16:38 2008 -0800
11887
11888     mpc8[56]xx: Put localbus clock in device tree
11889
11890     Export the localbus frequency in the device tree, the same way the CPU, TB,
11891     CCB, and various other frequencies are exported in their respective device
11892     tree nodes.
11893
11894     Some localbus devices need this information to be programed correctly, so
11895     it makes sense to export it along with the other frequencies.
11896
11897     Unfortunately, when someone wrote the localbus dts bindings, they didn't
11898     bother to define what the "compatible" property should be.  So it seems no
11899     one was quite sure what to put in their dts files.
11900
11901     Based on current existing dts files in the kernel source, I've used
11902     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
11903     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
11904     apparently not entirely backward compatible with the pq3 LBC and so eLBC
11905     equipped platforms like 8572 won't use pq3-localbus.
11906
11907     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
11908     and is also looked for by the Linux code.  On MPC8641, I've also used
11909     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
11910     which don't use "fsl,elbc" or any other acceptable name to match on.
11911
11912     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11913     Acked-by: Kumar Gala <galak@kernel.crashing.org>
11914     Acked-by: Jon Loeliger <jdl@freescale.com>
11915
11916 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
11917 Author: Kumar Gala <galak@kernel.crashing.org>
11918 Date:   Tue Dec 16 14:59:22 2008 -0600
11919
11920     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
11921
11922     The current code that determines which bank/chipselect is used for a
11923     given NAND instance only worked for 32-bit addresses and assumed
11924     a 1:1 mapping.  This breaks in 36-bit physical configs.
11925
11926     The proper way to handle this is to use the virt_to_phys() and
11927     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
11928     with the the virtual address the NAND code uses.
11929
11930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11931     Acked-by: Scott Wood <scottwood@freescale.com>
11932
11933 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
11934 Author: Kumar Gala <galak@kernel.crashing.org>
11935 Date:   Tue Dec 16 14:59:21 2008 -0600
11936
11937     ppc: Use addrmap in virt_to_phys and map_physmem.
11938
11939     If we have addr map support enabled use the mapping functions to
11940     implement virt_to_phys() and map_physmem().
11941
11942     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11943
11944 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
11945 Author: Kumar Gala <galak@kernel.crashing.org>
11946 Date:   Tue Dec 16 14:59:20 2008 -0600
11947
11948     85xx: Add support to populate addr map based on TLB settings
11949
11950     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11951
11952 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
11953 Author: Peter Tyser <ptyser@xes-inc.com>
11954 Date:   Mon Dec 1 13:47:13 2008 -0600
11955
11956     XPedite5200 board support
11957
11958     Initial support for Extreme Engineering Solutions XPedite5200 -
11959     a MPC8548-based PMC single board computer.
11960
11961     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11962
11963 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
11964 Author: Peter Tyser <ptyser@xes-inc.com>
11965 Date:   Wed Oct 29 12:39:27 2008 -0500
11966
11967     85xx: Enable inbound PCI config cycles for X-ES boards
11968
11969     Update X-ES Freescale boards to allow inbound PCI configuration
11970     cycles when configured as agent/endpoint.
11971
11972     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11973
11974 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
11975 Author: Peter Tyser <ptyser@xes-inc.com>
11976 Date:   Wed Dec 17 16:36:23 2008 -0600
11977
11978     XPedite5370 board support
11979
11980     Initial support for Extreme Engineering Solutions XPedite5370 -
11981     a MPC8572-based 3U VPX single board computer with a PMC/XMC
11982     site.
11983
11984     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11985
11986 commit e92739d34e2d6b6aca93b2598248210710897ce8
11987 Author: Peter Tyser <ptyser@xes-inc.com>
11988 Date:   Wed Dec 17 16:36:21 2008 -0600
11989
11990     Add support for PCA953x I2C gpio devices
11991
11992     Initial support for NXP's 4 and 8 bit I2C gpio expanders
11993     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
11994     enables support for the devices while the CONFIG_CMD_PCA953X
11995     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
11996     define enables an 'info' sub-command which provides summary
11997     information for the given pca953x device.
11998
11999     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12000
12001 commit 7a8979591171676417ab36852d8811a8c46accd8
12002 Author: Peter Tyser <ptyser@xes-inc.com>
12003 Date:   Wed Oct 29 12:39:26 2008 -0500
12004
12005     pci/fsl_pci_init: Enable inbound PCI config cycles
12006
12007     Add fsl_pci_config_unlock() function to enable a
12008     PCI/PCIe interface configured in agent/endpoint mode to
12009     respond to inbound PCI configuration cycles.
12010
12011     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12012
12013 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
12014 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12015 Date:   Wed Dec 17 16:43:18 2008 +0100
12016
12017     avr32: Remove second definition of virt_to_phys()
12018
12019     The second definition introduced by 65e43a1063 conflicts with the
12020     existing one.
12021
12022     Also, convert the existing definition to use phys_addr_t. The volatile
12023     qualifier is still needed due to brain damage elsewhere.
12024
12025     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12026
12027 commit b616f2b545f73757669b37386f0b37bb61fc6797
12028 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12029 Date:   Mon Sep 8 22:27:18 2008 +0200
12030
12031     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
12032
12033     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12034     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12035
12036 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
12037 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12038 Date:   Tue Dec 16 22:10:31 2008 +0100
12039
12040     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
12041
12042     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12043     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12044
12045 commit 13095b2f07dacb1f863772266c1789d47a523a8a
12046 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12047 Date:   Tue Dec 16 22:10:30 2008 +0100
12048
12049     MIPS: qemu_mips: move env storage just after u-boot
12050
12051     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12052     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12053
12054 commit aced78d852d0b009e8aaa1445af8cb40861ee549
12055 Author: Wolfgang Denk <wd@denx.de>
12056 Date:   Tue Dec 16 23:48:27 2008 +0100
12057
12058     Prepare 2009.01-rc1
12059
12060     Signed-off-by: Wolfgang Denk <wd@denx.de>
12061
12062 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
12063 Author: Wolfgang Denk <wd@denx.de>
12064 Date:   Tue Dec 16 23:13:46 2008 +0100
12065
12066     include/configs/at91cap9adk.h: fix typo.
12067
12068     Signed-off-by: Wolfgang Denk <wd@denx.de>
12069
12070 commit 45ca04f2377361593151d2d4da51f8ba4832d233
12071 Author: Wolfgang Denk <wd@denx.de>
12072 Date:   Tue Dec 16 22:32:25 2008 +0100
12073
12074     board/trab/memory.c: Fix compile problems.
12075
12076     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
12077
12078     Actually we'd need a major cleanup here - as it turns out,
12079     board/trab/memory.c is more or less a verbatim copy of
12080     post/drivers/memory.c ... but then, trab is EOL anyway,r
12081     so this is not worth the effort.
12082
12083     Signed-off-by: Wolfgang Denk <wd@denx.de>
12084
12085 commit ff49ea8977b56916edd5b1766d9939010e30b181
12086 Author: Scott Wood <scottwood@freescale.com>
12087 Date:   Tue Dec 16 14:24:16 2008 -0600
12088
12089     NAND: Mark the BBT as scanned prior to calling scan_bbt.
12090
12091     Otherwise, recursion can occur if scan_bbt does not find a bad block
12092     table, and tries to write one, and the attempt to erase the BBT area
12093     causes a bad block check.
12094
12095     Signed-off-by: Scott Wood <scottwood@freescale.com>
12096
12097 commit 584eedab66d0828f2d571a24b10526c4e65f547b
12098 Author: Ilya Yanok <yanok@emcraft.com>
12099 Date:   Thu Dec 11 05:51:57 2008 +0300
12100
12101     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
12102
12103     Include <linux/mtd/compat.h> header for min_t definition instead of
12104     providing our own one. Removes warnings in case of OneNAND support
12105     enabled.
12106
12107     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
12108     just for min_t...
12109
12110     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12111     Acked-by: Stefan Roese <sr@denx.de>
12112
12113 commit b1ffecec37b57a59c139042267faac458e5324e9
12114 Author: Becky Bruce <beckyb@kernel.crashing.org>
12115 Date:   Wed Dec 3 23:04:37 2008 -0600
12116
12117     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
12118
12119     Casting a pointer to a phys_addr_t when it's an unsigned long long
12120     on a 32-bit system without first casting to a non-pointer type
12121     generates a compiler warning. Fix this.
12122
12123     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
12124
12125 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
12126 Author: Wolfgang Denk <wd@denx.de>
12127 Date:   Tue Dec 16 16:22:50 2008 +0100
12128
12129     trab: make trab_fkt standalone code independent of libgcc
12130
12131     Use our own local functions in lib_arm/ instead.
12132
12133     Signed-off-by: Wolfgang Denk <wd@denx.de>
12134
12135 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
12136 Author: Wolfgang Denk <wd@denx.de>
12137 Date:   Tue Dec 16 14:44:06 2008 +0100
12138
12139     post/Makefile: fix dependency problem with parallel builds
12140
12141     Parallel builds (using "make -jN") would occasionally fail with error
12142     messages like
12143         ppc_4xxFP-objdump: string.o: File format not recognized
12144     or
12145         post/libpost.a(cpu.o): In function `cpu_post_test':
12146         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
12147     or similar. We now make sure to run the 'postdeps" step before
12148     attempting to build the specific POST libraries.
12149
12150     Signed-off-by: Wolfgang Denk <wd@denx.de>
12151
12152 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
12153 Author: Wolfgang Denk <wd@denx.de>
12154 Date:   Tue Dec 16 14:41:02 2008 +0100
12155
12156     Makefile: fix dependency problem with parallel builds
12157
12158     Parallel builds (using "make -jN") would occasionally fail with error
12159     messages like
12160         include/autoconf.mk:212: *** missing separator.  Stop.
12161     Line numbers and affected boards were changing. Obviously some
12162     Makefiles included autoconf.mk while it was still being written to.
12163     As a fix, we now write to a temporary file first and then rename it,
12164     so that it is really ready to use as soon as it appears.
12165
12166     Signed-off-by: Wolfgang Denk <wd@denx.de>
12167
12168 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
12169 Author: Wolfgang Denk <wd@denx.de>
12170 Date:   Tue Dec 16 01:02:17 2008 +0100
12171
12172     Coding style cleanup, update CHANGELOG.
12173
12174     Signed-off-by: Wolfgang Denk <wd@denx.de>
12175
12176 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
12177 Author: Mike Frysinger <vapier@gentoo.org>
12178 Date:   Thu Dec 11 18:39:08 2008 -0500
12179
12180     spi/stmicro: fix debug() display of cmd
12181
12182     The stmicro_wait_ready() func tries to show the actual opcode that was sent
12183     to the device, but instead it displays the array pointer.  Fix it to pull
12184     out the opcode from the start of the array.
12185
12186     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12187
12188 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
12189 Author: Mike Frysinger <vapier@gentoo.org>
12190 Date:   Thu Dec 11 06:23:37 2008 -0500
12191
12192     env_sf: support embedded environments
12193
12194     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
12195     size is larger than the env size, then it means the env is embedded in a
12196     block.  So we have to save/restore the part of the sector which is not the
12197     environment.  Previously, saving the environment in SPI flash in this
12198     setup would probably brick the board as the rest of the sector tends to
12199     contain actual U-Boot data/code.
12200
12201     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12202     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12203
12204 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
12205 Author: Timur Tabi <timur@freescale.com>
12206 Date:   Wed Dec 3 11:28:30 2008 -0600
12207
12208     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
12209
12210     All implementations of the functions i2c_reg_read() and
12211     i2c_reg_write() are identical. We can save space and simplify the
12212     code by converting these functions into inlines and putting them in
12213     i2c.h.
12214
12215     Signed-off-by: Timur Tabi <timur@freescale.com>
12216     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12217
12218 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
12219 Author: Dave Liu <daveliu@freescale.com>
12220 Date:   Fri Dec 5 15:36:14 2008 +0800
12221
12222     lib_ppc: rework the flush_cache
12223
12224     - It is possible to miss flush/invalidate the last
12225       cache line, we fix it at here.
12226     - add the volatile and memory clobber.
12227
12228     They are pointed by Scott Wood.
12229
12230     Signed-off-by: Dave Liu <daveliu@freescale.com>
12231
12232 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
12233 Author: Kumar Gala <galak@kernel.crashing.org>
12234 Date:   Sat Dec 13 17:20:28 2008 -0600
12235
12236     Introduce addr_map library
12237
12238     Add a library that helps in translating between virtual and physical
12239     addresses.  This library can be useful as a simple means to implement
12240     map_physmem() and virt_to_phys() for platforms that need functionality
12241     beyond the simple 1:1 mapping.
12242
12243     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12244
12245 commit 65e43a10631537dcb92c302d36301a12308216c3
12246 Author: Kumar Gala <galak@kernel.crashing.org>
12247 Date:   Sat Dec 13 17:20:27 2008 -0600
12248
12249     Introduce virt_to_phys()
12250
12251     virt_to_phys() returns the physical address given a virtual. In most
12252     cases this will be just the input value as the vast majority of
12253     systems run in a 1:1 mode.
12254
12255     However in systems that are not running this way it should report the
12256     physical address or ~0 if no mapping exists for the given virtual
12257     address.
12258
12259     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12260
12261 commit 45845301af3de8675c1f7bbc815c6de35452605a
12262 Author: Yuri Tikhonov <yur@emcraft.com>
12263 Date:   Sun Dec 7 22:12:50 2008 +0100
12264
12265     POST Make: fix the sub-dir dependencies missing.
12266
12267     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12268
12269 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
12270 Author: Martin Michlmayr <tbm@cyrius.com>
12271 Date:   Wed Aug 6 14:44:05 2008 +0300
12272
12273     Fix a typo in fw_env.config
12274
12275     Reported-by: Martin Michlmayr <tbm@cyrius.com>
12276     Signed-off-by: Wolfgang Denk <wd@denx.de>
12277
12278 commit ba490b7761c62b549c222a9723e532dc801a3899
12279 Author: Peter Tyser <ptyser@xes-inc.com>
12280 Date:   Mon Dec 1 16:22:45 2008 -0600
12281
12282     Remove unused CONFIG_ADDR_STREAMING defines
12283
12284     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12285
12286 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
12287 Author: Peter Tyser <ptyser@xes-inc.com>
12288 Date:   Mon Nov 24 11:54:47 2008 -0600
12289
12290     cmd_mem: Remove unused variable
12291
12292     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12293
12294 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
12295 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12296 Date:   Sun Dec 14 10:29:39 2008 +0100
12297
12298     Fix new found CFG_
12299
12300     Also fix some minor typos.
12301
12302     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12303     Signed-off-by: Wolfgang Denk <wd@denx.de>
12304
12305 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
12306 Author: Sergei Poselenov <sposelenov@emcraft.com>
12307 Date:   Fri Sep 19 12:07:34 2008 +0200
12308
12309     Remove compiler warning: target CPU does not support interworking
12310
12311     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
12312
12313     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
12314     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12315
12316 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
12317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12318 Date:   Mon Nov 24 13:33:51 2008 +0100
12319
12320     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
12321
12322     FDT support is used for both FIT style images and for architectures
12323     that can pass a fdt blob to an OS (ppc, m68k, sparc).
12324
12325     For other architectures and boards which do not pass a fdt blob to an
12326     OS but want to use the new uImage format, we just need FIT support.
12327
12328     Now we can have the 4 following configurations :
12329
12330     1) FIT only             CONFIG_FIT
12331     2) fdt blob only        CONFIG_OF_LIBFDT
12332     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
12333     4) none                 none
12334
12335     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12336
12337 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
12338 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12339 Date:   Wed Dec 10 15:13:32 2008 +0100
12340
12341     ppc4xx: Disable EEPROM write access on PMC440 boards
12342
12343     This patch disables EEPROM wrtie access by default on PMC440 board.
12344
12345     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12346
12347 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
12348 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12349 Date:   Wed Dec 10 15:12:56 2008 +0100
12350
12351     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
12352
12353     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12354
12355 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
12356 Author: Stefan Roese <sr@denx.de>
12357 Date:   Tue Nov 18 16:36:12 2008 +0100
12358
12359     MIPS: Flush data cache upon relocation
12360
12361     This patch now adds a flush to the data cache upon relocation. The
12362     current implementation is missing this. Only a comment states that it
12363     should be done. So let's really do it now.
12364
12365     Signed-off-by: Stefan Roese <sr@denx.de>
12366     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12367
12368 commit 44174343688dba32571a34550dba08971c65fef1
12369 Author: Stefan Roese <sr@denx.de>
12370 Date:   Tue Nov 18 16:36:22 2008 +0100
12371
12372     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
12373
12374     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
12375     enables support for boards where the lowlevel initialization is
12376     already done when U-Boot runs (e.g. via OnChip ROM).
12377
12378     This will be used in the upcoming VCTH board support.
12379
12380     Signed-off-by: Stefan Roese <sr@denx.de>
12381     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12382
12383 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
12384 Author: Stefan Roese <sr@denx.de>
12385 Date:   Wed Nov 12 13:18:02 2008 +0100
12386
12387     MIPS: Add board_early_init_f() to init_sequence
12388
12389     This patch adds the board_early_init_f() call to the MIPS init
12390     sequence. A weak dummy implementation is also added which can be
12391     overridden by a board specific version.
12392
12393     This will be used by the upcoming VCTH board support.
12394
12395     Signed-off-by: Stefan Roese <sr@denx.de>
12396     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12397
12398 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
12399 Author: Stefan Roese <sr@denx.de>
12400 Date:   Wed Nov 12 13:18:19 2008 +0100
12401
12402     MIPS: Add onenand_init() to board.c and move nand_init()
12403
12404     This patch adds a call to onenand_init() for OneNAND support and moves
12405     the nand_init() call to an earlier place, so that the environment can
12406     be used from NAND and OneNAND.
12407
12408     Signed-off-by: Stefan Roese <sr@denx.de>
12409     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12410
12411 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
12412 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12413 Date:   Tue Dec 9 11:32:46 2008 +0900
12414
12415     sh: Update sh2/sh2a timer
12416
12417     Renesas SH2/SH2A timer broken.
12418     This patch fix timer function.
12419
12420     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12421     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12422
12423 commit a319f1496210117b73198e3d889ffffaf6825d00
12424 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12425 Date:   Fri Dec 5 07:27:37 2008 +0100
12426
12427     sh: r2dplus fix register access
12428
12429     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12430     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12431
12432 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
12433 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12434 Date:   Tue Dec 2 07:40:03 2008 +0100
12435
12436     sh: r2dplus/lowlevel_init: coding style fix
12437
12438     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12439     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12440
12441 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
12442 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12443 Date:   Tue Nov 25 11:05:19 2008 +0900
12444
12445     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
12446
12447     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
12448     CACHE_OC_WAY_SHIFT every CPU.
12449     This patch corrects these values.
12450
12451     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12452     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12453
12454 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
12455 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12456 Date:   Thu Nov 20 16:44:42 2008 +0900
12457
12458     sh: Update sh timer function
12459
12460     Change to write/readX function and fix timer problem.
12461
12462     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12463     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12464
12465 commit b81786cff476c41e332eaeb679158f6527cd67d4
12466 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12467 Date:   Tue Nov 4 11:58:58 2008 +0900
12468
12469     sh: Migo-R: Update BSC value
12470
12471     A value of BSC CS4 was wrong, Fixed it.
12472
12473     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12474     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12475
12476 commit 5783758fd260a02f44566ad8f29f899565cd0403
12477 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12478 Date:   Mon Nov 17 16:52:09 2008 +0900
12479
12480     sh: Update ms7722se board config
12481
12482     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12483     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12484
12485 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
12486 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12487 Date:   Mon Nov 17 16:53:09 2008 +0900
12488
12489     sh: Update SuperH serial driver
12490
12491     The address of SCFSR register is wrong at SH7720/SH7721.
12492     This patch fix this.
12493
12494     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12495     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12496
12497 commit 9a1d3557dcd47365c12eeab584b822e57d994352
12498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12499 Date:   Tue Nov 11 22:20:15 2008 +0100
12500
12501     sh: fix rsk7203 and MigoR out of tree build
12502
12503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12504     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12505
12506 commit 1951f847f0a851853871b613ad7cf21a5242226c
12507 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12508 Date:   Wed Dec 10 14:41:25 2008 +0100
12509
12510     ppc4xx: Update TEXT_BASE for CPCI405 boards
12511
12512     This patch fixes building U-Boot for CPCI405 boards.
12513
12514     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12515     Signed-off-by: Stefan Roese <sr@denx.de>
12516
12517 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
12518 Author: Stefan Roese <sr@denx.de>
12519 Date:   Tue Dec 9 20:08:01 2008 +0100
12520
12521     ppc4xx: Remove some features from ALPR to fit into 256k again
12522
12523     Signed-off-by: Stefan Roese <sr@denx.de>
12524
12525 commit 3b089e4f889a2902449d55e081c886ae607cae89
12526 Author: Stefan Roese <sr@denx.de>
12527 Date:   Wed Dec 10 10:32:59 2008 +0100
12528
12529     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
12530
12531     With this patch we set the type back to NONE upon failing UBI partition
12532     initialization. Otherwise further calls to the UBI subsystem would try
12533     to really access the non-existing UBI partition.
12534
12535     Thanks to Michael Lawnick for pointing this out.
12536
12537     Signed-off-by: Stefan Roese <sr@denx.de>
12538
12539 commit 817329351639a8895cd9b87b33aeff043f3d5a44
12540 Author: Stefan Roese <sr@denx.de>
12541 Date:   Wed Dec 10 10:28:33 2008 +0100
12542
12543     UBI: Return -ENOMEM upon failing malloc
12544
12545     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
12546     failing malloc().
12547
12548     Signed-off-by: Stefan Roese <sr@denx.de>
12549
12550 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
12551 Author: Ben Warren <biggerbadderben@gmail.com>
12552 Date:   Tue Dec 9 23:34:15 2008 -0800
12553
12554     Fix compile error in building MBX860T.
12555
12556     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12557
12558 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
12559 Author: Michal Simek <monstr@monstr.eu>
12560 Date:   Tue Nov 25 11:42:20 2008 +0100
12561
12562     microblaze: Remove XUPV2P board
12563
12564     ---
12565
12566     Microblaze platforms use generic settings and to have
12567     many platforms is confusing that's why I decided to remove this
12568     platform from U-BOOT. ml401 tree is sufficient for covering
12569     all Microblaze platforms.
12570
12571     This change will go through microblaze custodian tree.
12572
12573 commit 99ba6f353582720defff6e6e6761dc455a207d31
12574 Author: Michal Simek <monstr@monstr.eu>
12575 Date:   Mon Nov 24 18:25:41 2008 +0100
12576
12577     microblaze: Remove CONFIG_LIBFDT due to error in common files
12578
12579 commit e7d591e823a991513833af7030468409e25a3b13
12580 Author: Michal Simek <monstr@monstr.eu>
12581 Date:   Mon Nov 24 11:43:00 2008 +0100
12582
12583     microblaze: Fix ml401 uart16550 setting
12584
12585     Signed-off-by: Michal Simek <monstr@monstr.eu>
12586
12587 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
12588 Author: Michal Simek <monstr@monstr.eu>
12589 Date:   Mon Nov 24 11:38:22 2008 +0100
12590
12591     microblaze: Set up relocation is done
12592
12593 commit bcb6dd9187d4b23c748704767bd12d20c829e996
12594 Author: Mike Frysinger <vapier@gentoo.org>
12595 Date:   Tue Dec 9 23:20:31 2008 -0500
12596
12597     tools/netconsole: new script for working with netconsole over UDP
12598
12599     While the doc/README.NetConsole does have a snippet for people to
12600     create their own netcat script, it's a lot easier to make a simple
12601     dedicated script and tell people to use it.
12602
12603     Also spruce it up a bit to make it user friendly.
12604
12605     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12606
12607 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
12608 Author: Sonic Zhang <Sonic.Zhang@analog.com>
12609 Date:   Tue Dec 9 23:20:18 2008 -0500
12610
12611     fs/fat: handle FAT on SATA
12612
12613     The FAT file system driver should also handle FAT on SATA devices.
12614
12615     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
12616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12617
12618 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
12619 Author: Ben Warren <biggerbadderben@gmail.com>
12620 Date:   Tue Dec 9 23:26:31 2008 -0800
12621
12622     Fix compile error in building MBX860T.
12623     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
12624
12625     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12626
12627 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
12628 Author: Jerry Van Baren <gvb.uboot@gmail.com>
12629 Date:   Mon Nov 24 08:15:02 2008 -0500
12630
12631     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
12632
12633     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
12634     following warnings from FDT:
12635
12636     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
12637     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
12638
12639     Fix: Protect the definition of uintptr_t when compiling on the host
12640     system.
12641
12642     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
12643
12644 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
12645 Author: Graeme Russ <graeme.russ@gmail.com>
12646 Date:   Sat Nov 22 08:43:29 2008 +1100
12647
12648     Moved sc520 PCI definitions to stand-alone file
12649
12650     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
12651
12652 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
12653 Author: Graeme Russ <graeme.russ@gmail.com>
12654 Date:   Sat Nov 22 08:43:21 2008 +1100
12655
12656     Fixed path to sc520 SSI include file
12657
12658     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
12659
12660 commit d4f70da544c33db3e4fce6473dea4ecca4322545
12661 Author: Graeme Russ <graeme.russ@gmail.com>
12662 Date:   Fri Nov 21 06:28:05 2008 +1100
12663
12664     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
12665
12666     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12667
12668 commit c034075a713b60e654c64e88e87da29440f31bb4
12669 Author: Stefan Roese <sr@denx.de>
12670 Date:   Wed Nov 12 13:30:10 2008 +0100
12671
12672     serial: Add vcth UART driver
12673
12674     This patch adds the UART driver for the upcoming VCTH board support.
12675
12676     Signed-off-by: Stefan Roese <sr@denx.de>
12677
12678 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
12679 Author: Ilya Yanok <yanok@emcraft.com>
12680 Date:   Thu Nov 13 19:49:36 2008 +0300
12681
12682     jffs2: cache data_crc results
12683
12684     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
12685     jffs2_1pass_read_inode() data_crc is going to be calculated on each
12686     inode access. This patch adds caching of data_crc() results. There
12687     is no significant improvement in speed (because of flash access
12688     caching added in previous patch I think, crc in RAM is really fast)
12689     but this patch impacts memory usage -- every b_node structure uses
12690     12 bytes instead of 8.
12691
12692     Signed-off-by: Alexey Neyman <avn@emcraft.com>
12693     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12694
12695 commit 9b7076229ec6a958bd835ab70745f7676297ce82
12696 Author: Ilya Yanok <yanok@emcraft.com>
12697 Date:   Thu Nov 13 19:49:35 2008 +0300
12698
12699     jffs2: summary support
12700
12701     This patch adds support for reading fs information from summary
12702     node instead of scanning full eraseblock.
12703
12704     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12705
12706 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
12707 Author: Ilya Yanok <yanok@emcraft.com>
12708 Date:   Thu Nov 13 19:49:34 2008 +0300
12709
12710     jffs2: add buffer to cache flash accesses
12711
12712     With this patch JFFS2 code allocates memory buffer of max_totlen size
12713     (size of the largest node, calculated during scan time) and uses it to
12714     store entire node. Speeds up loading. If malloc fails we use old ways
12715     to do things.
12716
12717     Signed-off-by: Alexey Neyman <avn@emcraft.com>
12718     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12719
12720 commit 8a36d31f72411144ac0412ee7e1880e801acd754
12721 Author: Ilya Yanok <yanok@emcraft.com>
12722 Date:   Thu Nov 13 19:49:33 2008 +0300
12723
12724     jffs2: rewrite jffs2 scanning code based on Linux one
12725
12726     Rewrites jffs2_1pass_build_lists() function in style of Linux's
12727     jffs2_scan_medium() and jffs2_scan_eraseblock().
12728     This includes:
12729      - Caching flash acceses
12730      - Smart dealing with free space
12731
12732     Signed-off-by: Alexey Neyman <avn@emcraft.com>
12733     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12734
12735 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
12736 Author: Ilya Yanok <yanok@emcraft.com>
12737 Date:   Thu Nov 13 19:49:32 2008 +0300
12738
12739     jffs2: add sector_size field to part_info structure
12740
12741     This patch adds sector_size field to part_info structure (used
12742     by new JFFS2 code).
12743
12744     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12745
12746 commit f73846956778a7dfee83403ef9747aff77198848
12747 Author: Ilya Yanok <yanok@emcraft.com>
12748 Date:   Thu Nov 13 19:49:31 2008 +0300
12749
12750     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
12751
12752     We need to update i_version inside cycle to find really latest version
12753     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
12754     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
12755
12756     Signed-off-by: Alexey Neyman <avn@emcraft.com>
12757     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12758
12759 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
12760 Author: Wolfgang Denk <wd@denx.de>
12761 Date:   Tue Dec 9 23:13:51 2008 +0100
12762
12763     evb64260: fix "cast to pointer from integer of different size" warnings
12764
12765     Signed-off-by: Wolfgang Denk <wd@denx.de>
12766
12767 commit d2776827315c3d469b8cb4cec14d58877798daa2
12768 Author: Stefan Althoefer <stefan.althoefer@web.de>
12769 Date:   Sun Dec 7 19:39:11 2008 +0100
12770
12771     USB: descriptor handling
12772
12773     Hi,
12774
12775     I found a bug when working with the u-boot USB subsystem on IXP425 processor
12776     (big endian Xscale aka ARMv5).
12777     I recognized that the second usb_endpoint_descriptor of the attached memory
12778     stick was corrupted.
12779
12780     The reason for this are the packed structures below (either u-boot and
12781     u-boot-usb):
12782
12783     --------------
12784     /* Endpoint descriptor */
12785     struct usb_endpoint_descriptor {
12786         unsigned char  bLength;
12787         unsigned char  bDescriptorType;
12788         unsigned char  bEndpointAddress;
12789         unsigned char  bmAttributes;
12790         unsigned short wMaxPacketSize;
12791         unsigned char  bInterval;
12792         unsigned char  bRefresh;
12793         unsigned char  bSynchAddress;
12794
12795     } __attribute__ ((packed));
12796     /* Interface descriptor */
12797     struct usb_interface_descriptor {
12798         unsigned char  bLength;
12799         unsigned char  bDescriptorType;
12800         unsigned char  bInterfaceNumber;
12801         unsigned char  bAlternateSetting;
12802         unsigned char  bNumEndpoints;
12803         unsigned char  bInterfaceClass;
12804         unsigned char  bInterfaceSubClass;
12805         unsigned char  bInterfaceProtocol;
12806         unsigned char  iInterface;
12807
12808         unsigned char  no_of_ep;
12809         unsigned char  num_altsetting;
12810         unsigned char  act_altsetting;
12811         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
12812     } __attribute__ ((packed));
12813     ------------
12814
12815     As usb_endpoint_descriptor is only 7byte in length, the start of all
12816     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
12817     of these structures also not word aligned.
12818
12819     ARMv5 Architecture however does not support non-aligned multibyte
12820     data type (see A2.8 of ARM Architecture Reference Manual).
12821
12822     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
12823     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12824
12825 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
12826 Author: Kumar Gala <galak@kernel.crashing.org>
12827 Date:   Tue Dec 9 10:27:33 2008 -0600
12828
12829     drivers/fsl_pci_init: Fix compile warning
12830
12831     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
12832     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
12833
12834     The check only makes sense if we are CONFIG_PHYS_64BIT
12835
12836     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12837
12838 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
12839 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12840 Date:   Sun Dec 7 09:45:35 2008 +0100
12841
12842     usbtty/omap: update to current API
12843
12844     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12845     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12846
12847 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
12848 Author: Anatolij Gustschin <agust@denx.de>
12849 Date:   Tue Dec 9 17:52:05 2008 +0100
12850
12851     video: fix FADS823 and RRvision compiling issues
12852
12853     Since commit 561858ee building for FADS823 and RRvision
12854     doesn't work. Let's include version.h and timestamp.h
12855     unconditionally to fix the problem.
12856
12857     Signed-off-by: Anatolij Gustschin <agust@denx.de>
12858
12859 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
12860 Author: Stefan Roese <sr@denx.de>
12861 Date:   Tue Dec 2 10:53:47 2008 +0100
12862
12863     UBI: Fix size parsing in "ubi create"
12864
12865     Signed-off-by: Stefan Roese <sr@denx.de>
12866
12867 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
12868 Author: Stefan Roese <sr@denx.de>
12869 Date:   Thu Nov 27 14:07:09 2008 +0100
12870
12871     UBI: Enable re-initializing of the "ubi part" command
12872
12873     With this patch now, the user can call "ubi part" multiple times to
12874     re-connect the UBI device to another MTD partition.
12875
12876     Signed-off-by: Stefan Roese <sr@denx.de>
12877
12878 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
12879 Author: Stefan Roese <sr@denx.de>
12880 Date:   Thu Nov 27 14:05:15 2008 +0100
12881
12882     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
12883
12884     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
12885     first call of add_mtd_partitions(). Otherwise this won't work on platforms
12886     where the relocation is broken (like MIPS or PPC).
12887
12888     Signed-off-by: Stefan Roese <sr@denx.de>
12889
12890 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
12891 Author: Trent Piepho <tpiepho@freescale.com>
12892 Date:   Wed Nov 12 17:29:48 2008 -0800
12893
12894     Section name should be ".data", not "data"
12895
12896     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
12897     Signed-off-by: Wolfgang Denk <wd@denx.de>
12898
12899 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
12900 Author: Wolfgang Denk <wd@denx.de>
12901 Date:   Tue Dec 9 00:39:08 2008 +0100
12902
12903     MAKEALL: Automatically use parallel builds
12904
12905     Add logic to the MAKEALL script to determine the number of CPU cores
12906     on the system, and run a parallel build if there is more than one.
12907     Usually this significantrly accelerates builds.
12908
12909     Allow to manually adjust the number of parallel make jobs by using
12910     the "BUILD_NCPUS" environment variable.
12911
12912     Signed-off-by: Wolfgang Denk <wd@denx.de>
12913
12914 commit 268405fa7c44156c5192a70779920c70906af8d6
12915 Author: Wolfgang Denk <wd@denx.de>
12916 Date:   Tue Dec 9 00:24:30 2008 +0100
12917
12918     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
12919
12920     Signed-off-by: Wolfgang Denk <wd@denx.de>
12921
12922 commit 153176a9414120ca1736f3cc4951623d6e14e6af
12923 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12924 Date:   Tue Nov 11 06:08:59 2008 +0100
12925
12926     avr32/bootm: remove unused variable 'ret'
12927
12928     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12929     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12930
12931 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
12932 Author: Peter Tyser <ptyser@xes-inc.com>
12933 Date:   Wed Nov 12 13:06:48 2008 -0600
12934
12935     Remove unneeded CONFIG_SHELL references
12936
12937     Make should be using the bash shell by default which makes
12938     CONFIG_SHELL unnecessary
12939
12940     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12941
12942 commit cf7a7b99794bac936899819b95539be1dbd71708
12943 Author: Peter Tyser <ptyser@xes-inc.com>
12944 Date:   Wed Nov 12 12:33:20 2008 -0600
12945
12946     Use bash for default GNU Make shell application
12947
12948     Some Make script commands rely on bash-specific features like brace
12949     expansion, so default to bash for the SHELL variable with a fallback
12950     to the standard sh shell
12951
12952     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12953
12954 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
12955 Author: Heiko Schocher <hs@denx.de>
12956 Date:   Wed Nov 12 09:50:45 2008 +0100
12957
12958     jffs2: rename devices_init () in common/jffs2.c
12959
12960     rename devices_init () in common/jffs2.c to
12961     jffs2_devices_init (), because there is also a
12962     devices_init () in common/devices.c.
12963
12964     Signed-off-by: Heiko Schocher <hs@denx.de>
12965
12966 commit af5eb847a10f1037590001355d88bab3fe7be48b
12967 Author: Daniel Hellstrom <daniel@gaisler.com>
12968 Date:   Mon Nov 10 12:46:20 2008 +0000
12969
12970     SPARC: Fixed compiler error introduced by commit c160a9544743
12971
12972     This patch fixes a build error for the SPARC platform. It was
12973     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
12974
12975     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
12976
12977 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
12978 Author: Gary Jennejohn <garyj@denx.de>
12979 Date:   Sun Nov 9 12:50:59 2008 +0100
12980
12981     mgsuvd add the board-specific part of the HDLC driver
12982
12983     Signed-off-by: Gary Jennejohn <garyj@denx.de>
12984
12985 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
12986 Author: Gary Jennejohn <garyj@denx.de>
12987 Date:   Sun Nov 9 12:45:03 2008 +0100
12988
12989     mgcoge add the board-specific part of the HDLC driver
12990
12991     Signed-off-by: Gary Jennejohn <garyj@denx.de>
12992
12993 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
12994 Author: Gary Jennejohn <garyj@denx.de>
12995 Date:   Sun Nov 9 12:36:15 2008 +0100
12996
12997     keymile add the common parts of the HDLC driver
12998
12999     This implements the ICN protocol used across the backplane and is
13000     needed by all the keymile boards.
13001
13002     Signed-off-by: Gary Jennejohn <garyj@denx.de>
13003
13004 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
13005 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13006 Date:   Fri Nov 7 22:46:22 2008 +0100
13007
13008     drivers/bios_emulator: Move conditional compilation to Makefile
13009
13010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13011
13012 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
13013 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13014 Date:   Thu Nov 6 14:01:51 2008 -0500
13015
13016     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
13017
13018     Corrected endian order printing for compact flash serial number.
13019
13020     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13021
13022 commit 16a28ef219c27423a1ef502f19070c4d375079b8
13023 Author: Gary Jennejohn <garyj@denx.de>
13024 Date:   Thu Nov 6 15:04:23 2008 +0100
13025
13026     IOMUX: Add console multiplexing support.
13027
13028     Modifications to support console multiplexing.  This is controlled using
13029     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
13030
13031     This allows a user to specify multiple console devices in the environment
13032     with a command like this: setenv stdin serial,nc.  As a result, the user can
13033     enter text on both the serial and netconsole interfaces.
13034
13035     All devices - stdin, stdout and stderr - can be set in this manner.
13036
13037     1) common/iomux.c and include/iomux.h contain the environment setting
13038     implementation.
13039     2) doc/README.iomux contains a somewhat more detailed description.
13040     3) The implementation in (1) is called from common/cmd_nvedit.c to
13041     handle setenv and from common/console.c to handle initialization of
13042     input/output devices at boot time.
13043     4) common/console.c also contains the code needed to poll multiple console
13044     devices for input and send output to all devices registered for output.
13045     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
13046     when CONFIG_SYS_CONSOLE_MUX is set.
13047
13048     Signed-off-by: Gary Jennejohn <garyj@denx.de>
13049
13050 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
13051 Author: Mike Frysinger <vapier@gentoo.org>
13052 Date:   Tue Nov 4 16:03:46 2008 -0500
13053
13054     strings: use puts() rather than printf()
13055
13056     When running `strings` on really long strings, the stack tends to get
13057     smashed due to printf().  Switch to puts() instead since we're only passing
13058     the data through.
13059
13060     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13061
13062 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
13063 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13064 Date:   Mon Nov 3 22:16:18 2008 +0100
13065
13066     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
13067
13068     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13069
13070 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
13071 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13072 Date:   Mon Nov 3 22:15:34 2008 +0100
13073
13074     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
13075
13076     - fix size too small by one in sprintf
13077     - changed old (pre 2004) device name ibmEmac to emac
13078     - boot device may be overriden in board config
13079     - servername may be defined in board config
13080     - additional parameters may be defined in board config
13081     - fixed some line wrappings
13082     - replaced  redundant MAX define by max
13083
13084     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13085
13086 commit e9084b23d16102f44ace24379a1c0c352497ef80
13087 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13088 Date:   Mon Nov 3 22:14:36 2008 +0100
13089
13090     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
13091
13092     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13093
13094 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
13095 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13096 Date:   Mon Nov 3 22:13:47 2008 +0100
13097
13098     README: Document CONFIG_SYS parameters for vxworks
13099
13100     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13101
13102 commit ace514837cac656e29c37a19569cb8ea83071126
13103 Author: Peter Tyser <ptyser@xes-inc.com>
13104 Date:   Fri Oct 31 11:12:38 2008 -0500
13105
13106     lcd: Let the board code show board-specific info cleanup
13107
13108     remove unneeded version.h from lcd.c
13109
13110     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13111     Signed-off-by: Wolfgang Denk <wd@denx.de>
13112
13113 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
13114 Author: Peter Tyser <ptyser@xes-inc.com>
13115 Date:   Mon Nov 3 09:30:59 2008 -0600
13116
13117     Update U-Boot's build timestamp on every compile
13118
13119     Use the GNU 'date' command to auto-generate a new U-Boot
13120     timestamp on every compile.
13121
13122     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13123
13124 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
13125 Author: Remy Bohmer <linux@bohmer.net>
13126 Date:   Thu Dec 4 22:25:57 2008 +0100
13127
13128     Remove redundant armv4 flag from arm926ejs compile flags
13129
13130     Currently the arm926ejs tree has the armv4 option set during compilation.
13131     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
13132
13133     Signed-off-by: Remy Bohmer <linux@bohmer.net>
13134
13135 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
13136 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
13137 Date:   Sat Dec 6 13:11:14 2008 +0100
13138
13139     at91: Choose environment variables location within make config target
13140
13141     This patch adds the possiblity to choose the media where the environment will
13142     be located. This allow to choose this fundamental configuration without editing
13143     config files.
13144
13145     Documentation file added.
13146
13147     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
13148     Acked-by: Stelian Pop <stelian@popies.net>
13149     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13150
13151 commit 1450c4a6682378567030414a9f1198c39b7730c7
13152 Author: Anatolij Gustschin <agust@denx.de>
13153 Date:   Mon Nov 3 15:30:34 2008 +0100
13154
13155     lwmon, tqm8xx: Fix build errors
13156
13157     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
13158     lcd: Let the board code show board-specific info
13159
13160     introduced some bugs which prevent U-Boot building
13161     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
13162     be defined in the board configuration.
13163
13164     Also "LCD enabled" building for TQM823L doesn't work
13165     since this commit.
13166
13167     This patch fixes above-mentioned issues.
13168
13169     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13170
13171 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
13172 Author: Mike Frysinger <vapier@gentoo.org>
13173 Date:   Sun Nov 2 01:18:18 2008 -0400
13174
13175     ignore .gdb_history files
13176
13177     When using gdb, history files will often get generated.  So ignore them.
13178
13179     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13180
13181 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
13182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13183 Date:   Fri Oct 31 12:26:55 2008 +0100
13184
13185     FPGA: move fpga drivers to drivers/fpga
13186
13187     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13188
13189 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
13190 Author: Peter Tyser <ptyser@xes-inc.com>
13191 Date:   Mon Dec 1 16:29:38 2008 -0600
13192
13193     net: Fix TftpStart() ip:filename bug
13194
13195     The TftpStart() function modifies the 'BootFile'
13196     string when 'BootFile' contains both an IP address
13197     and filename (eg 1.2.3.4:/path/file). This causes
13198     subsequent calls to TftpStart to incorrectly parse
13199     the TFTP filename and server IP address to use.
13200     For example:
13201
13202     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
13203     Speed: 100, half duplex
13204     Using eTSEC1 device
13205     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
13206                      ^^^^^^^^^^ CORRECT
13207     Filename '/home/ptyser/non_existant'.
13208               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
13209     Load address: 0x100000
13210     Loading: *
13211     TFTP error: 'File not found' (1)
13212     Starting again
13213
13214     eTSEC2: No link.
13215     Speed: 100, half duplex
13216     Using eTSEC1 device
13217     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
13218                      ^^^^^^^^^^ WRONG
13219     Filename '10.52.0.62'.
13220               ^^^^^^^^^^ WRONG
13221     Load address: 0x100000
13222     Loading: *
13223     TFTP error: 'File not found' (1)
13224     Starting again
13225
13226     TftpStart() was modified to not modify the 'BootFile' string.
13227
13228     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13229     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13230
13231 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
13232 Author: Peter Tyser <ptyser@xes-inc.com>
13233 Date:   Mon Dec 1 16:26:21 2008 -0600
13234
13235     net: Add additional IP fragmentation check
13236
13237     Ignore IP packets which have the "more fragments" flag bit
13238     set.  This flag indicates the IP packet is fragmented and
13239     must be ignored by U-Boot.
13240
13241     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13242     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13243
13244 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
13245 Author: Peter Tyser <ptyser@xes-inc.com>
13246 Date:   Mon Dec 1 16:26:20 2008 -0600
13247
13248     net: Define IP flag field values
13249
13250     These defines were pulled from the "Add simple
13251     IP/UDP fragmentation support" patch from Frank
13252     Haverkamp <haver@vnet.ibm.com>.
13253
13254     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13255     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13256
13257 commit 23afaba65ec5206757e589ef334a8b38168c045f
13258 Author: Anatolij Gustschin <agust@denx.de>
13259 Date:   Tue Dec 2 10:31:04 2008 +0100
13260
13261     net: tsec: Fix Marvell 88E1121R phy init
13262
13263     This patch tries to ensure that phy interrupt pin
13264     won't be asserted after booting. We experienced
13265     following issues with current 88E1121R phy init:
13266
13267     Marvell 88E1121R phy can be hardware-configured
13268     to share MDC/MDIO and interrupt pins for both ports
13269     P0 and P1 (e.g. as configured on socrates board).
13270     Port 0 interrupt pin will be shared by both ports
13271     in such configuration. After booting Linux and
13272     configuring eth0 interface, port 0 phy interrupts
13273     are enabled. After rebooting without proper eth0
13274     interface shutdown port 0 phy interrupts remain
13275     enabled so any change on port 0 (link status, etc.)
13276     cause assertion of the interrupt. Now booting Linux
13277     and configuring eth1 interface will cause permanent
13278     phy interrupt storm as the registered phy 1 interrupt
13279     handler doesn't acknowledge phy 0 interrupts. This
13280     of course should be fixed in Linux driver too.
13281
13282     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13283     Acked-by: Andy Fleming <afleming@freescale.com>
13284     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13285
13286 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
13287 Author: Peter Tyser <ptyser@xes-inc.com>
13288 Date:   Tue Dec 2 12:59:51 2008 -0600
13289
13290     net: Fix download command parsing
13291
13292     When CONFIG_SYS_HUSH_PARSER is defined network download
13293     commands with 1 argument in the format 'tftp "/path/file"'
13294     do not work as expected. The hush command parser strips
13295     the quotes from "/path/file" which causes the network
13296     commands to interpret "/path/file" as an address
13297     instead of the intended filename.
13298
13299     The previous check for a leading quote in netboot_common()
13300     was replaced with a check which ensures only valid
13301     numbers are treated as addresses.
13302
13303     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13304     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13305
13306 commit 3c2c2f427905040c1513d0c51d637689cba48346
13307 Author: Remy Bohmer <linux@bohmer.net>
13308 Date:   Thu Nov 27 22:30:27 2008 +0100
13309
13310     Remove non-ascii characters from fat code
13311
13312     This code contains some non-ascii characters in comment lines and code.
13313     Most editors do not display those characters properly and editing those
13314     files results always in diffs at these places which are usually not required
13315     to be changed at all. This is error prone.
13316
13317     So, remove those weird characters and replace them by normal C-style
13318     equivalents for which the proper defines were already in the header.
13319
13320     Signed-off-by: Remy Bohmer <linux@bohmer.net>
13321
13322 commit dc889e865356497d3e495570118c2245ebce2631
13323 Author: Dave Liu <daveliu@freescale.com>
13324 Date:   Fri Nov 28 20:16:58 2008 +0800
13325
13326     85xx: fix the wrong DDR settings for MPC8572DS
13327
13328     The default DDR freq is 400MHz or 800M data rate,
13329     the old settings is pure wrong for the default case.
13330
13331     Signed-off-by: Dave Liu <daveliu@freescale.com>
13332     Acked-by: Andy Fleming <afleming@freescale.com>
13333
13334 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
13335 Author: Kumar Gala <galak@kernel.crashing.org>
13336 Date:   Mon Nov 24 10:29:26 2008 -0600
13337
13338     85xx: init gd as early as possible
13339
13340     Moved up the initialization of GD so C code like set_tlb() can use
13341     gd->flags to determine if we've relocated or not in the future.
13342
13343     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13344     Acked-by: Andy Fleming <afleming@freescale.com>
13345
13346 commit aed461af81012a398a205e9be67ab37667491838
13347 Author: Kumar Gala <galak@kernel.crashing.org>
13348 Date:   Mon Nov 24 10:29:25 2008 -0600
13349
13350     85xx: Fix relocation of CCSRBAR
13351
13352     If the virtual address for CCSRBAR is the same after relocation but
13353     the physical address is changing we'd end up having two TLB entries with
13354     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
13355     temp virt address to access the old CCSRBAR to relocate it.
13356
13357     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13358     Acked-by: Andy Fleming <afleming@freescale.com>
13359
13360 commit ea154a1781135d822eedee7567cc156089eae93c
13361 Author: Kumar Gala <galak@kernel.crashing.org>
13362 Date:   Mon Nov 24 10:25:14 2008 -0600
13363
13364     FSL: Moved BR_PHYS_ADDR for localbus to common header
13365
13366     The BR_PHYS_ADDR macro is useful on all machines that have local bus
13367     which is pretty much all 83xx/85xx/86xx chips.
13368
13369     Additionally most 85xx & 86xx will need it if they want to support
13370     36-bit physical addresses.
13371
13372     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13373     Acked-by: Andy Fleming <afleming@freescale.com>
13374
13375 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
13376 Author: Peter Tyser <ptyser@xes-inc.com>
13377 Date:   Mon Dec 1 13:47:12 2008 -0600
13378
13379     85xx: Add PORDEVSR_PCI1 define
13380
13381     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
13382
13383     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
13384
13385     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13386     Signed-off-by: Andy Fleming <afleming@freescale.com>
13387
13388 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
13389 Author: Becky Bruce <becky.bruce@freescale.com>
13390 Date:   Fri Nov 21 19:24:22 2008 -0600
13391
13392     drivers/fsl_pci_init: Fix inbound window mapping bug
13393
13394     The current code will cause the creation of a 4GB window
13395     starting at 0 if we have more than 4GB of RAM installed,
13396     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
13397     to return erroneous information. Limit the size to 4GB - 1;
13398     which causes the code to create one 2GB and one 1GB window
13399     instead.
13400
13401     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
13402     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13403     Acked-by: Andy Fleming <afleming@freescale.com>
13404
13405 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
13406 Author: Jon Loeliger <jdl@freescale.com>
13407 Date:   Thu Nov 20 15:36:48 2008 -0600
13408
13409     Removed unused CONFIG_L1_INIT_RAM symbol.
13410
13411     Prevent further viral propogation of the unused
13412     symbol CONFIG_L1_INIT_RAM by just removing it.
13413
13414     Signed-off-by: Jon Loeliger <jdl@freescale.com>
13415     Acked-by: Andy Fleming <afleming@freescale.com>
13416
13417 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
13418 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
13419 Date:   Wed Oct 29 09:21:44 2008 -0500
13420
13421     fsl ddr skip interleaving if not supported.
13422
13423     Removed while(1) hang if memctl_intlv_ctl is set wrong.
13424     Remove embedded tabs from strings.
13425
13426     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13427     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13428     Acked-by: Andy Fleming <afleming@freescale.com>
13429
13430 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
13431 Author: Anatolij Gustschin <agust@denx.de>
13432 Date:   Thu Nov 13 18:08:57 2008 +0100
13433
13434     85xx: socrates: fix DDR SDRAM tlb entry configuration
13435
13436     since commit be0bd8234b9777ecd63c4c686f72af070d886517
13437     tlb entry for socrates DDR SDRAM will be reconfigured
13438     by setup_ddr_tlbs() from initdram() causing an
13439     inconsistency with previously configured DDR SDRAM tlb
13440     entry from tlb_table:
13441
13442     socrates>l2cam 7 9
13443     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
13444       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
13445       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
13446       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
13447
13448     This patch makes the presence of the DDR SDRAM tlb entry in
13449     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
13450     inconsistency.
13451
13452     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13453     Acked-by: Andy Fleming <afleming@freescale.com>
13454
13455 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
13456 Author: Peter Tyser <ptyser@xes-inc.com>
13457 Date:   Tue Nov 11 10:17:10 2008 -0600
13458
13459     85xx: Add CPU 2 errata workaround to all 8548 boards
13460
13461     All mpc8548-based boards should implement the suggested workaround
13462     to CPU 2 errata. Without the workaround, its possible for the
13463     8548's core to hang while executing a msync or mbar 0 instruction
13464     and a snoopable transaction from an I/O master tagged to make
13465     quick forward progress is present.
13466
13467     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13468     Acked-by: Andy Fleming <afleming@freescale.com>
13469
13470 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
13471 Author: Dave Liu <daveliu@freescale.com>
13472 Date:   Tue Oct 28 17:53:45 2008 +0800
13473
13474     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
13475
13476     we need TLB entry for DDR at !SPD case.
13477
13478     Signed-off-by: Dave Liu <daveliu@freescale.com>
13479     Acked-by: Andy Fleming <afleming@freescale.com>
13480
13481 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
13482 Author: Dave Liu <daveliu@freescale.com>
13483 Date:   Tue Oct 28 17:53:38 2008 +0800
13484
13485     85xx: remove the unused ddr_enable_ecc in the board file
13486
13487     The DDR controller of 8548/8544/8568/8572/8536 processors
13488     have the ECC data init feature, and the new DDR code is
13489     using the feature, and we don't need the way with DMA to
13490     init memory any more.
13491
13492     Signed-off-by: Dave Liu <daveliu@freescale.com>
13493     Acked-by: Andy Fleming <afleming@freescale.com>
13494
13495 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
13496 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13497 Date:   Sun Nov 30 19:36:53 2008 +0100
13498
13499     at91rm9200dk: Fix typo
13500
13501     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13502
13503 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
13504 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13505 Date:   Sun Nov 30 19:36:50 2008 +0100
13506
13507     AT91: remove non supported board AT91RM9200DF macro
13508
13509     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13510
13511 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
13512 Author: Ilko Iliev <iliev@ronetix.at>
13513 Date:   Tue Dec 2 17:27:54 2008 +0100
13514
13515     mtd/dataflash.c: fix a problem with the last partition
13516
13517     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
13518     partition can be defined to use the area to the end of dataflash size.
13519     Now it is possible to have only one dataflash partition from 0 to the end
13520     of of dataflash size.
13521
13522     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13523
13524 commit 03f797793b124dccaae145b977d15d6cb9e74504
13525 Author: Ilko Iliev <iliev@ronetix.at>
13526 Date:   Tue Dec 2 17:20:17 2008 +0100
13527
13528     fix some coding style violations.
13529
13530     This patch fix some coding style violations.
13531
13532     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13533
13534 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
13535 Author: Stefan Roese <sr@denx.de>
13536 Date:   Thu Nov 27 14:11:37 2008 +0100
13537
13538     OneNAND: Add missing mtd info struct before calling onenand_erase()
13539
13540     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
13541     for use in UBI) via CONFIG_MTD_PARTITIONS.
13542
13543     Signed-off-by: Stefan Roese <sr@denx.de>
13544     Signed-off-by: Scott Wood <scottwood@freescale.com>
13545
13546 commit 29382d4064fbaff5daacff4c3209370fa5713966
13547 Author: Becky Bruce <becky.bruce@freescale.com>
13548 Date:   Thu Nov 20 16:43:52 2008 -0600
13549
13550     mpc8641: Fix error in README
13551
13552     I made some updates to the code that didn't make it into the
13553     README - fix this
13554
13555     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13556
13557 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
13558 Author: Jon Loeliger <jdl@freescale.com>
13559 Date:   Thu Nov 20 12:01:02 2008 -0600
13560
13561     Removed unused CONFIG_L1_INIT_RAM symbol.
13562
13563     Prevent further viral propogation of the unused
13564     symbol CONFIG_L1_INIT_RAM by just removing it.
13565
13566     Signed-off-by: Jon Loeliger <jdl@freescale.com>
13567
13568 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
13569 Author: Jon Loeliger <jdl@freescale.com>
13570 Date:   Thu Nov 20 14:02:56 2008 -0600
13571
13572     86xx: Fix non-64-bit compilation problems.
13573
13574     Introducing 64-bit (36-bit) support for the MPC8641HPCN
13575     failed to accomodate the other two 86xx boards.
13576     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
13577     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
13578     with nominal 32-bit values.
13579
13580     Signed-off-by: Jon Loeliger <jdl@freescale.com>
13581     Acked-by: Becky Bruce <becky.bruce@freescale.com>
13582
13583 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
13584 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13585 Date:   Wed Nov 26 17:40:37 2008 +0100
13586
13587     Remove obsolete command (apply afte USB style patch, 80 chars strict)
13588
13589     Remove USB obsolete commmand
13590
13591     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13592     Signed-off-by: Remy Böhmer <linux@bohmer.net>
13593
13594 commit de39f8c19d7c12017248c49d432dcb81db68f724
13595 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13596 Date:   Wed Nov 26 17:41:34 2008 +0100
13597
13598     USB style patch, 80 chars strict
13599
13600     USB Code style patch
13601
13602     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13603     Signed-off-by: Remy Böhmer <linux@bohmer.net>
13604
13605 commit d10c5a87cb8affbb4d35a311370316d4383d598e
13606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13607 Date:   Fri Nov 7 22:46:21 2008 +0100
13608
13609     drivers/usb: Move conditional compilation to Makefile
13610
13611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13612     Signed-off-by: Remy Böhmer <linux@bohmer.net>
13613
13614 commit 2077e348c2a84901022ad95311b47b70361e6daa
13615 Author: Scott Wood <scottwood@freescale.com>
13616 Date:   Tue Nov 25 10:47:02 2008 -0600
13617
13618     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
13619
13620     This caused the operation to be needlessly repeated if there were
13621     no bad blocks and no errors.
13622
13623     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
13624     Signed-off-by: Scott Wood <scottwood@freescale.com>
13625
13626 commit 89295028e7d8f7a524f485328279d72fdb102385
13627 Author: Michal Simek <monstr@monstr.eu>
13628 Date:   Mon Nov 24 12:09:50 2008 +0100
13629
13630     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
13631
13632     This BSP should be outside u-boot source tree.
13633     The second reason is that xilinx ppc405 was moved to generic platform.
13634
13635     Signed-off-by: Michal Simek <monstr@monstr.eu>
13636     Signed-off-by: Stefan Roese <sr@denx.de>
13637
13638 commit 24eea623d4974a169026a975ba12fb23d48154b1
13639 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13640 Date:   Mon Nov 24 15:11:10 2008 +0100
13641
13642     ppc4xx: Remove unused features
13643
13644     This patch disables some unused features from the PCI405 configuration
13645     to keep U-Boot image size below 192k.
13646
13647     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13648     Signed-off-by: Stefan Roese <sr@denx.de>
13649
13650 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
13651 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13652 Date:   Mon Nov 24 15:11:09 2008 +0100
13653
13654     ppc4xx: Use correct io accessors for PCI405
13655
13656     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13657     Signed-off-by: Stefan Roese <sr@denx.de>
13658
13659 commit 348c849d86a6f0785752b9bc497a34658713d1d1
13660 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13661 Date:   Mon Nov 24 15:11:08 2008 +0100
13662
13663     ppc4xx: Remove unused code from PCI405 code
13664
13665     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13666     Signed-off-by: Stefan Roese <sr@denx.de>
13667
13668 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
13669 Author: Heiko Schocher <hs@denx.de>
13670 Date:   Thu Nov 20 09:59:09 2008 +0100
13671
13672     powerpc, keymile boards: extract identical config options
13673
13674     This patch extracts the identical config options for the
13675     keymile boards mgcoge, mgsuvd and kmeter1 in a new
13676     common config file keymile-common.h.
13677
13678     Signed-off-by: Heiko Schocher <hs@denx.de>
13679     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13680
13681 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
13682 Author: Heiko Schocher <hs@denx.de>
13683 Date:   Fri Nov 21 08:29:40 2008 +0100
13684
13685     powerpc: keymile: Add a check for the PIGGY debug board
13686
13687     Check the presence of the PIGGY on the keymile boards mgcoge,
13688     mgsuvd and kmeter1. If the PIGGY is not present, dont register
13689     this Ethernet device.
13690
13691     Signed-off-by: Heiko Schocher <hs@denx.de>
13692     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13693
13694 commit 58c696eed839af894e0265064669c402dc28b371
13695 Author: Wolfgang Denk <wd@xpert.denx.de>
13696 Date:   Mon Nov 24 21:50:59 2008 +0100
13697
13698     AT91RM9200DK: fix broken boot from NOR flash
13699
13700     Signed-off-by: Wolfgang Denk <wd@denx.de>
13701
13702 commit 8052352f20b33bef8f9872fc983eac73d4693c38
13703 Author: Jens Scharsig <esw@bus-elektronik.de>
13704 Date:   Tue Nov 18 10:48:46 2008 +0100
13705
13706     at91rm9200: fix broken boot from nor flash
13707
13708     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
13709     CONFIG_AT91RM9200 is defined and nor preloader is used.
13710
13711     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
13712
13713 commit 25ea652e907516a283b38237e83712a918f125d7
13714 Author: Piotr Ziecik <kosmo@semihalf.com>
13715 Date:   Mon Nov 17 15:58:00 2008 +0100
13716
13717     UBI: Add proof-of-concept CFI flash support
13718
13719     With this patch UBI can be used on CFI flash chips.
13720
13721     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13722     Signed-off-by: Stefan Roese <sr@denx.de>
13723
13724 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
13725 Author: Piotr Ziecik <kosmo@semihalf.com>
13726 Date:   Mon Nov 17 15:57:59 2008 +0100
13727
13728     mtd: Remove a printf() from add_mtd_device().
13729
13730     Remove a printf() from add_mtd_device(), which produces spurious output.
13731
13732     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13733     Signed-off-by: Stefan Roese <sr@denx.de>
13734
13735 commit 91809ed51d8327a8dbbf29aa98a091154c282171
13736 Author: Piotr Ziecik <kosmo@semihalf.com>
13737 Date:   Mon Nov 17 15:57:58 2008 +0100
13738
13739     cfi-mtd: Add cfi-mtd driver.
13740
13741     Add cfi-mtd driver, which exports CFI flash to MTD layer.
13742     This allows CFI flash devices to be used from MTD layer.
13743
13744     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
13745     option. Initialization is done by calling cfi_mtd_init() from
13746     flash_init().
13747
13748     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13749     Signed-off-by: Stefan Roese <sr@denx.de>
13750
13751 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
13752 Author: Piotr Ziecik <kosmo@semihalf.com>
13753 Date:   Mon Nov 17 15:49:32 2008 +0100
13754
13755     cfi_flash: Add interface for flash verbosity control
13756
13757     Add interface for flash verbosity control. It allows
13758     to disable output from low-level flash API. It is useful
13759     when calling these low-level functions from context other
13760     than flash commands (for example the MTD/CFI interface
13761     implmentation).
13762
13763     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13764     Signed-off-by: Stefan Roese <sr@denx.de>
13765
13766 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
13767 Author: Piotr Ziecik <kosmo@semihalf.com>
13768 Date:   Thu Nov 20 15:17:38 2008 +0100
13769
13770     cfi_flash: Export flash_sector_size() function.
13771
13772     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
13773     so that it can be used in the upcoming cfi-mtd driver.
13774
13775     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13776     Signed-off-by: Stefan Roese <sr@denx.de>
13777
13778 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
13779 Author: Stefan Roese <sr@denx.de>
13780 Date:   Mon Nov 17 14:45:22 2008 +0100
13781
13782     cfi_flash: Make all flash access functions weak
13783
13784     This patch defines all flash access functions as weak so that
13785     they can be overridden by board specific versions.
13786
13787     This will be used by the upcoming VCTH board support where the NOR
13788     FLASH unfortunately can't be accessed memory-mapped. Special
13789     accessor functions are needed here.
13790
13791     To enable this weak functions you need to define
13792     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
13793     Otherwise the "old" default functions will be used resulting
13794     in smaller code.
13795
13796     Signed-off-by: Stefan Roese <sr@denx.de>
13797     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13798
13799 commit a5c4067017631d903e1afa6ad615f0ce19fea517
13800 Author: Stefan Roese <sr@denx.de>
13801 Date:   Mon Nov 24 08:31:16 2008 +0100
13802
13803     UBI: Change parsing of size in commands to default to hex
13804
13805     Currently the size parameters of the UBI commands (e.g. "ubi write") are
13806     decoded as decimal instead of hex as default. This patch now interprets
13807     all these values consistantly as hex, as all other standard U-Boot commands
13808     do.
13809
13810     Signed-off-by: Stefan Roese <sr@denx.de>
13811
13812 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
13813 Author: Stefan Roese <sr@denx.de>
13814 Date:   Fri Nov 21 13:06:06 2008 +0100
13815
13816     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
13817
13818     Signed-off-by: Stefan Roese <sr@denx.de>
13819
13820 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
13821 Author: Yuri Tikhonov <yur@emcraft.com>
13822 Date:   Fri Nov 14 16:19:19 2008 +0300
13823
13824     ppc4xx: katmai: Change default config
13825
13826      This patch enables support for EXT2, and increases the
13827     CONFIG_SYS_BOOTMAPSZ size for the default configuration
13828     of the katmai boards to use them as the RAID-reference
13829     AMCC setups.
13830
13831      EXT2 enabling allows one to boot kernels from the EXT2
13832     formatted Compact Flash cards.
13833
13834      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
13835     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
13836     the memory area with DTB file (which is placed at the
13837     end of the bootmap area) will turn out to be overlapped
13838     with the BSS segment of the 256KB kernel, and zeroed
13839     in early_init() of Linux.
13840
13841      Actually, increasing of the bootmap size could be done
13842     via setting of the bootm_size U-Boot variable, but it looks
13843     like the current U-Boot implementation have some bootm_size-
13844     related functionality lost. In many places through the U-Boot
13845     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
13846     (instead of trying to read the corresponding value from the
13847     environment). The same is truth for the boot_jump_linux()
13848     function in lib_ppc/bootm.c, where U-Boot transfers control
13849     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
13850     value to the booting kernel.
13851
13852     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13853     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13854     Signed-off-by: Stefan Roese <sr@denx.de>
13855
13856 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
13857 Author: Dave Mitchell <dmitch71@gmail.com>
13858 Date:   Thu Nov 20 14:09:50 2008 -0600
13859
13860     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
13861
13862     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
13863     internal SRAM.
13864
13865     Adjusted internal SRAM initialization to match updated user
13866     manual recommendation.
13867
13868     OCM & ISRAM are now mapped as follows:
13869             physical        virtual         size
13870     ISRAM   0x4_0000_0000   0xE300_0000     256k
13871     OCM     0x4_0004_0000   0xE304_0000     64k
13872
13873     A single TLB was used for this mapping.
13874
13875     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
13876     Signed-off-by: Stefan Roese <sr@denx.de>
13877
13878 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
13879 Author: Dave Mitchell <dmitch71@gmail.com>
13880 Date:   Thu Nov 20 14:00:49 2008 -0600
13881
13882     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
13883
13884     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
13885     L2 cache DCRs from ppc440.h to this new header.
13886
13887     Also converted these DCR defines from lowercase to uppercase and
13888     modified referencing modules to use them.
13889
13890     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
13891     Signed-off-by: Stefan Roese <sr@denx.de>
13892
13893 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
13894 Author: Steven A. Falco <sfalco@harris.com>
13895 Date:   Thu Nov 20 14:37:57 2008 -0500
13896
13897     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
13898
13899     The definitions of bits in SDR_CFG are incorrect, and not used within
13900     U-Boot.  Therefore, they can be removed.
13901
13902     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
13903     and are unused, so they can be removed too.
13904
13905     A definition for SDR0_DDRCFG is added.
13906
13907     Signed-off-by: Steven A. Falco <sfalco@harris.com>
13908     Signed-off-by: Stefan Roese <sr@denx.de>
13909
13910 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
13911 Author: Dirk Behme <dirk.behme@gmail.com>
13912 Date:   Mon Nov 10 20:15:25 2008 +0100
13913
13914     ARM: OMAP: Convert IO macros
13915
13916     Convert IO macros to readx/writex.
13917
13918     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
13919
13920 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
13921 Author: Ilko Iliev <iliev@ronetix.at>
13922 Date:   Sun Nov 9 15:53:14 2008 +0100
13923
13924     lib_arm: do_bootm_linux() - correct a small mistake
13925
13926     This patch corrects a small bug in the "if" condition:
13927     the parameter "flag" is 0 and the "if" condition is always true.
13928     The result is - the boom command doesn't start the kernel.
13929     Affected targets: all arm based.
13930
13931     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13932
13933 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
13934 Author: Stelian Pop <stelian@popies.net>
13935 Date:   Sun Nov 9 00:14:46 2008 +0100
13936
13937     AT91: Enable PLLB for USB
13938
13939     At least some (old ?) versions of the AT91Bootstrap do not set up the
13940     PLLB correctly to 48 MHz in order to make USB host function correctly.
13941
13942     This patch sets up the PLLB to the same values Linux uses, and makes USB
13943     work ok on the following CPUs:
13944         - AT91CAP9
13945         - AT91SAM9260
13946         - AT91SAM9263
13947
13948     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
13949     the relevant AT91CAP9/AT91SAM9 atmel boards.
13950
13951     Signed-off-by: Stelian Pop <stelian@popies.net>
13952     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13953
13954 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
13955 Author: Stelian Pop <stelian@popies.net>
13956 Date:   Fri Nov 7 13:55:14 2008 +0100
13957
13958     AT91: Use AT91_CPU_CLOCK in displays
13959
13960     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
13961     speed in the LCD driver.
13962
13963     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
13964     corresponding board clocks.
13965
13966     Signed-off-by: Stelian Pop <stelian@popies.net>
13967
13968 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
13969 Author: Heiko Schocher <hs@denx.de>
13970 Date:   Thu Nov 20 09:57:47 2008 +0100
13971
13972     powerpc: 83xx: add support for the kmeter1 board
13973
13974     This patch adds support for the kmeter1 board from Keymile,
13975     based on a Freescale MPC8360 CPU.
13976
13977     - serial console on UART 1
13978     - 256 MB DDR2 RAM
13979     - 64 MB NOR Flash
13980     - Ethernet RMII Mode over UCC4
13981     - PHY SMSC LAN8700
13982
13983     Signed-off-by: Heiko Schocher <hs@denx.de>
13984     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13985
13986 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
13987 Author: Stefan Roese <sr@denx.de>
13988 Date:   Thu Nov 20 11:46:20 2008 +0100
13989
13990     ppc4xx: Clear all potentially pending exceptions in MCSR
13991
13992     This is needed on Canyonlands which still has an exception pending
13993     while running relocate_code(). This leads to a failure after trap_init()
13994     is moved to the top of board_init_r().
13995
13996     Signed-off-by: Stefan Roese <sr@denx.de>
13997
13998 commit facdad5f2602e899a01746916beddbf9e856b5ee
13999 Author: Heiko Schocher <hs@denx.de>
14000 Date:   Wed Nov 19 10:10:30 2008 +0100
14001
14002     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
14003
14004     Signed-off-by: Heiko Schocher <hs@denx.de>
14005     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14006
14007 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
14008 Author: Howard Gregory <Greg.Howard@freescale.com>
14009 Date:   Tue Nov 4 14:55:33 2008 +0800
14010
14011     mpc83xx: Improve the performance of DDR memory
14012
14013     modify the CAS timings. my understanding is that these
14014     settings decrease various wait times in the DDR interface.
14015     Because these wait times are in clock cycles, and the DDR
14016     clock on the 8315 RDB runs slower than on some other 83xx
14017     platforms, we can dial down these values without a problem,
14018     thereby decreasing the latency of memory a little.
14019
14020     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
14021     Signed-off-by: Dave Liu <daveliu@freescale.com>
14022     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14023
14024 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
14025 Author: Kyungmin Park <kyungmin.park@samsung.com>
14026 Date:   Fri Oct 24 14:55:33 2008 +0200
14027
14028     ARM: Add Apollon UBI support
14029
14030     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
14031     macro.
14032
14033     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14034     Signed-off-by: Stefan Roese <sr@denx.de>
14035
14036 commit 694a0b3f1c0accd0de94b89555155d69f8022824
14037 Author: Kyungmin Park <kyungmin.park@samsung.com>
14038 Date:   Wed Nov 19 11:47:05 2008 +0100
14039
14040     UBI: Add UBI command support
14041
14042     This patch adds these UBI commands:
14043
14044     ubi part [nand|onenand] [part] - Show or set current partition
14045     ubi info [l[ayout]] -Display volume and UBI layout information
14046     ubi create[vol] volume [size] [type] - Create volume name with size
14047     ubi write[vol] address volume size - Write volume from address with size
14048     ubi read[vol] address volume [size] - Read volume to address with size
14049     ubi remove[vol] volume - Remove volume
14050
14051     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14052     Signed-off-by: Stefan Roese <sr@denx.de>
14053
14054 commit 58be3a1056d88c6d05f3e914389282807e69923a
14055 Author: Kyungmin Park <kyungmin.park@samsung.com>
14056 Date:   Wed Nov 19 16:38:24 2008 +0100
14057
14058     UBI: Add basic UBI support to U-Boot (Part 8/8)
14059
14060     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14061     It's based on the Linux UBI version and basically has a "OS"
14062     translation wrapper that defines most Linux specific calls
14063     (spin_lock() etc.) into no-ops. Some source code parts have been
14064     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14065     this version with the Linux version and simplifies future UBI
14066     ports/bug-fixes from the Linux version.
14067
14068     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14069     Signed-off-by: Stefan Roese <sr@denx.de>
14070
14071 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
14072 Author: Kyungmin Park <kyungmin.park@samsung.com>
14073 Date:   Wed Nov 19 16:36:36 2008 +0100
14074
14075     UBI: Add basic UBI support to U-Boot (Part 7/8)
14076
14077     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14078     It's based on the Linux UBI version and basically has a "OS"
14079     translation wrapper that defines most Linux specific calls
14080     (spin_lock() etc.) into no-ops. Some source code parts have been
14081     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14082     this version with the Linux version and simplifies future UBI
14083     ports/bug-fixes from the Linux version.
14084
14085     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14086     Signed-off-by: Stefan Roese <sr@denx.de>
14087
14088 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
14089 Author: Kyungmin Park <kyungmin.park@samsung.com>
14090 Date:   Wed Nov 19 16:32:36 2008 +0100
14091
14092     UBI: Add basic UBI support to U-Boot (Part 6/8)
14093
14094     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14095     It's based on the Linux UBI version and basically has a "OS"
14096     translation wrapper that defines most Linux specific calls
14097     (spin_lock() etc.) into no-ops. Some source code parts have been
14098     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14099     this version with the Linux version and simplifies future UBI
14100     ports/bug-fixes from the Linux version.
14101
14102     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14103     Signed-off-by: Stefan Roese <sr@denx.de>
14104
14105 commit c91a719daa331b5856109313371e4ece5ec06d96
14106 Author: Kyungmin Park <kyungmin.park@samsung.com>
14107 Date:   Wed Nov 19 16:28:06 2008 +0100
14108
14109     UBI: Add basic UBI support to U-Boot (Part 5/8)
14110
14111     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14112     It's based on the Linux UBI version and basically has a "OS"
14113     translation wrapper that defines most Linux specific calls
14114     (spin_lock() etc.) into no-ops. Some source code parts have been
14115     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14116     this version with the Linux version and simplifies future UBI
14117     ports/bug-fixes from the Linux version.
14118
14119     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14120     Signed-off-by: Stefan Roese <sr@denx.de>
14121
14122 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
14123 Author: Kyungmin Park <kyungmin.park@samsung.com>
14124 Date:   Wed Nov 19 16:27:23 2008 +0100
14125
14126     UBI: Add basic UBI support to U-Boot (Part 4/8)
14127
14128     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14129     It's based on the Linux UBI version and basically has a "OS"
14130     translation wrapper that defines most Linux specific calls
14131     (spin_lock() etc.) into no-ops. Some source code parts have been
14132     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14133     this version with the Linux version and simplifies future UBI
14134     ports/bug-fixes from the Linux version.
14135
14136     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14137     Signed-off-by: Stefan Roese <sr@denx.de>
14138
14139 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
14140 Author: Kyungmin Park <kyungmin.park@samsung.com>
14141 Date:   Wed Nov 19 16:26:54 2008 +0100
14142
14143     UBI: Add basic UBI support to U-Boot (Part 3/8)
14144
14145     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14146     It's based on the Linux UBI version and basically has a "OS"
14147     translation wrapper that defines most Linux specific calls
14148     (spin_lock() etc.) into no-ops. Some source code parts have been
14149     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14150     this version with the Linux version and simplifies future UBI
14151     ports/bug-fixes from the Linux version.
14152
14153     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14154     Signed-off-by: Stefan Roese <sr@denx.de>
14155
14156 commit 961df83361aff9a14f226214224eb8a06e05ba24
14157 Author: Kyungmin Park <kyungmin.park@samsung.com>
14158 Date:   Wed Nov 19 16:25:44 2008 +0100
14159
14160     UBI: Add basic UBI support to U-Boot (Part 2/8)
14161
14162     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14163     It's based on the Linux UBI version and basically has a "OS"
14164     translation wrapper that defines most Linux specific calls
14165     (spin_lock() etc.) into no-ops. Some source code parts have been
14166     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14167     this version with the Linux version and simplifies future UBI
14168     ports/bug-fixes from the Linux version.
14169
14170     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14171     Signed-off-by: Stefan Roese <sr@denx.de>
14172
14173 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
14174 Author: Kyungmin Park <kyungmin.park@samsung.com>
14175 Date:   Wed Nov 19 16:23:06 2008 +0100
14176
14177     UBI: Add basic UBI support to U-Boot (Part 1/8)
14178
14179     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
14180     It's based on the Linux UBI version and basically has a "OS"
14181     translation wrapper that defines most Linux specific calls
14182     (spin_lock() etc.) into no-ops. Some source code parts have been
14183     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
14184     this version with the Linux version and simplifies future UBI
14185     ports/bug-fixes from the Linux version.
14186
14187     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14188     Signed-off-by: Stefan Roese <sr@denx.de>
14189
14190 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
14191 Author: Kyungmin Park <kyungmin.park@samsung.com>
14192 Date:   Wed Nov 19 16:20:36 2008 +0100
14193
14194     MTD: Add MTD paritioning infrastructure
14195
14196     This MTD part infrastructure will be used by the upcoming
14197     UBI support.
14198
14199     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14200     Signed-off-by: Stefan Roese <sr@denx.de>
14201
14202 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
14203 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
14204 Date:   Thu Oct 16 22:54:03 2008 +0530
14205
14206     Align end of bss by 4 bytes
14207
14208     Most of the bss initialization loop increments 4 bytes
14209     at a time. And the loop end is checked for an 'equal'
14210     condition. Make the bss end address aligned by 4, so
14211     that the loop will end as expected.
14212
14213     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
14214     Signed-off-by: Wolfgang Denk <wd@denx.de>
14215
14216 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
14217 Author: Becky Bruce <becky.bruce@freescale.com>
14218 Date:   Mon Nov 10 19:45:35 2008 -0600
14219
14220     mpc8641: fix address-cells default in old .dts detection
14221
14222     address-cells defaults to 2, not 1; so in the unlikely
14223     event that it isn't specified, this patch is required
14224     for correct operation.
14225
14226     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14227
14228 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
14229 Author: Becky Bruce <becky.bruce@freescale.com>
14230 Date:   Fri Oct 31 17:14:39 2008 -0500
14231
14232     lib_ppc: Move trap_init to occur earlier
14233
14234     Doing trap_init immediately once we're running from RAM
14235     means we're no longer dependent on the physical location of
14236     the flash on non-BookE platforms. Before trap_init, those
14237     platforms switch to real mode and go to 0xfff00100 on exception.
14238     After the switch, they go to 0x00000100  This makes it easier to
14239     move the flash location.
14240
14241     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14242
14243 commit d52082b12c6e545705a19433a2f4142526536189
14244 Author: Becky Bruce <becky.bruce@freescale.com>
14245 Date:   Fri Nov 7 13:46:19 2008 -0600
14246
14247     mpc8641: Try to detect old .dts files
14248
14249     Since we've changed the memory map of the board, be nice and
14250     add some checking to try to catch out-of-date .dts files.  We do
14251     this by checking the CCSRBAR location in the .dts and comparing
14252     it to the CCSRBAR location in u-boot.  If they don't match, a
14253     warning msg is printed.  This isn't foolproof, but it's simple and
14254     will catch most of the cases where an out-of-date .dts is present,
14255     including all of the cases where a new u-boot is used with an old
14256     standard MPC8641 .dts file as supplied with Linux.
14257
14258     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14259
14260 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
14261 Author: Becky Bruce <becky.bruce@freescale.com>
14262 Date:   Thu Nov 6 13:04:09 2008 -0600
14263
14264     toplevel Makefile: Add MPC8641HPCN_36BIT target
14265
14266     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
14267
14268     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14269
14270 commit 3111d32c494e8251b90917447796a7206b757e1e
14271 Author: Becky Bruce <becky.bruce@freescale.com>
14272 Date:   Thu Nov 6 17:37:35 2008 -0600
14273
14274     mpc8641: Support 36-bit physical addressing
14275
14276     This patch creates a memory map with all the devices
14277     in 36-bit physical space, in addition to the 32-bit map.
14278     The CCSR relocation is moved (again, sorry) to
14279     allow for the physical address to be 36 bits - this
14280     requires translation to be enabled.  With 36-bit physical
14281     addressing enabled, we are no longer running with VA=PA
14282     translations.  This means we have to distinguish between
14283     the two in the config file.  The existing region name is
14284     used to indicate the virtual address, and a _PHYS variety
14285     is created to represent the physical address.
14286
14287     Large physical addressing is not enabled by default.
14288     Set CONFIG_PHYS_64BIT in the config file to turn this on.
14289
14290     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14291
14292 commit c759a01a0022de9378a3a761f49786f87684c916
14293 Author: Becky Bruce <becky.bruce@freescale.com>
14294 Date:   Thu Nov 6 17:36:04 2008 -0600
14295
14296     mpc8641: Change 32-bit memory map
14297
14298     The memory map on the 8641hpcn is modified to look more like
14299     the 85xx boards; this is a step towards a more standardized
14300     layout going forward. As part of this change, we now relocate
14301     the flash.
14302
14303     The regions for some of the mappings were far larger than they
14304     needed to be.  I have reduced the mappings to match the
14305     actual sizes supported by the hardware.
14306
14307     In addition I have removed the comments at the head
14308     of the BAT blocks in the config file, rather than updating
14309     them.  These get horribly out of date, and it's a simple
14310     matter to look at the defines to see what they are set to
14311     since everything is right here in the same file.
14312
14313     Documentation has been changed to reflect the new map, as this
14314     change is user visible, and affects the OS which runs post-uboot.
14315
14316     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14317
14318 commit bf9a8c34309ed9276258295db9e9212aabb2531a
14319 Author: Becky Bruce <becky.bruce@freescale.com>
14320 Date:   Wed Nov 5 14:55:35 2008 -0600
14321
14322     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
14323
14324     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
14325     of the bootpage in flash.   Use this to create an early mapping
14326     definition for the FLASH, and change the early_bats code to use this.
14327
14328     This  change facilitates the relocation of the flash since the early
14329     mappings are no longer tied to the final location of the flash.
14330
14331     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14332
14333 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
14334 Author: Becky Bruce <becky.bruce@freescale.com>
14335 Date:   Wed Nov 5 14:55:34 2008 -0600
14336
14337     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
14338
14339     Using a mtmsr/blr means that you have to be executing at the
14340     same virtual address once you enable translation.  This is
14341     unnecessarily restrictive, and is not really how this is
14342     usually done.  Change it to use the more common mtspr SRR0/SRR1
14343     and rfi method.
14344
14345     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14346
14347 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
14348 Author: Becky Bruce <becky.bruce@freescale.com>
14349 Date:   Wed Nov 5 14:55:33 2008 -0600
14350
14351     mpc8641: make DIAG_ADDR == FLASH_BASE
14352
14353     Currently, that's what it is, but it's hardcoded.
14354
14355     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14356
14357 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
14358 Author: Becky Bruce <becky.bruce@freescale.com>
14359 Date:   Wed Nov 5 14:55:32 2008 -0600
14360
14361     mpc8641: Drop imaginary second flash bank, map 8MB
14362
14363     There's a lot of setup and foo for the second flash
14364     bank.  The problem is, this board doesn't actually have one.
14365     Clean this up.  Also, the flash is 8M in size.  Get rid
14366     of the confusing aliased overmapping, and just map 8M.
14367
14368     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14369
14370 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
14371 Author: Becky Bruce <becky.bruce@freescale.com>
14372 Date:   Wed Nov 5 14:55:31 2008 -0600
14373
14374     mpc8641: only define CONFIG_ENV_SIZE once
14375
14376     It's currently defined twice inside in an if/else block, but
14377     both halves set the same value.  Move the define outside
14378     the if.
14379
14380     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14381
14382 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
14383 Author: Becky Bruce <becky.bruce@freescale.com>
14384 Date:   Wed Nov 5 14:55:30 2008 -0600
14385
14386     mpc86xx: Move setup_bats into cpu_init_f
14387
14388     In order to later allow for a physical relocation of the
14389     flash, setup_bats, which sets up the final BAT mapping
14390     for the board, needs to happen *after* init_laws().
14391     Otherwise, there will be no window programmed for the flash
14392     at the new physical location at the point when we change
14393     the mmu translation.
14394
14395     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14396
14397 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
14398 Author: Becky Bruce <becky.bruce@freescale.com>
14399 Date:   Wed Nov 5 14:55:29 2008 -0600
14400
14401     mpc8641: Remove extra "0" from BR2 define
14402
14403     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14404
14405 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
14406 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14407 Date:   Thu Oct 23 09:08:18 2008 -0400
14408
14409     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
14410
14411     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
14412     This adds support for PHY-less MAC connections to the UEC.
14413
14414     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14415     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14416
14417 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
14418 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14419 Date:   Thu Oct 23 16:27:24 2008 +0000
14420
14421     ColdFire: Add mii driver in drivers/net
14422
14423     All CF platforms' mii.c are consolidated into one
14424
14425     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14426     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14427
14428 commit 25a859066b3af1070eb69f12022113c0a91bd813
14429 Author: Ben Warren <biggerbadderben@gmail.com>
14430 Date:   Mon Oct 27 23:53:17 2008 -0700
14431
14432     Moved initialization of PPC4xx EMAC to cpu_eth_init()
14433
14434     Removed initialization of the driver from net/eth.c
14435
14436     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14437     Acked-by: Stefan Roese <sr@denx.de>
14438
14439 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
14440 Author: Ben Warren <biggerbadderben@gmail.com>
14441 Date:   Sun Nov 9 21:29:23 2008 -0800
14442
14443     Moved PPC4xx EMAC driver to drivers/net
14444
14445     Also changed path in all linker scripts that reference this driver
14446
14447     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14448     Acked-by: Stefan Roese <sr@denx.de>
14449
14450 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
14451 Author: Ben Warren <biggerbadderben@gmail.com>
14452 Date:   Mon Oct 27 23:50:15 2008 -0700
14453
14454     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
14455
14456     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
14457
14458     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14459     Acked-by: Stefan Roese <sr@denx.de>
14460
14461 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
14462 Author: Ben Warren <biggerbadderben@gmail.com>
14463 Date:   Thu Oct 23 22:02:49 2008 -0700
14464
14465     Moved initialization of MPC8XX SCC to cpu_eth_init()
14466
14467     Removed initialization of the driver from net/eth.c
14468
14469     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14470
14471 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
14472 Author: Ben Warren <biggerbadderben@gmail.com>
14473 Date:   Wed Oct 22 23:47:51 2008 -0700
14474
14475     Moved initialization of MPC8220 FEC to cpu_eth_init()
14476
14477     Removed initialization of the driver from net/eth.c
14478
14479     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14480
14481 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
14482 Author: Ben Warren <biggerbadderben@gmail.com>
14483 Date:   Wed Oct 22 23:32:48 2008 -0700
14484
14485     Moved initialization of QE Ethernet controller to cpu_eth_init()
14486
14487     Removed initialization of the driver from net/eth.c
14488
14489     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14490
14491 commit 3456a148276d5494b53ee40242efb6462d163504
14492 Author: Ben Warren <biggerbadderben@gmail.com>
14493 Date:   Wed Oct 22 23:20:29 2008 -0700
14494
14495     Moved initialization of FCC Ethernet controller to cpu_eth_init
14496
14497     Affected boards:
14498         Several MPC8xx boards
14499         Several MPC8260/MPC8272 boards
14500         Several MPC85xx boards
14501
14502     Removed initialization of the driver from net/eth.c
14503
14504     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14505
14506 commit 62e15b497f5c6334c059512678c8db7940ae4c61
14507 Author: Ben Warren <biggerbadderben@gmail.com>
14508 Date:   Thu Oct 30 22:15:35 2008 -0700
14509
14510     Fix typo in cpu/mpc85xx/cpu.c
14511
14512     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
14513
14514     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14515
14516 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
14517 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14518 Date:   Sun Oct 19 12:08:50 2008 +0900
14519
14520     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
14521
14522     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
14523     as a part of ongoing eth_initialize cleanup work.  The function ret value
14524     is also fixed as it should be negative on fail.
14525
14526     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14527     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14528
14529 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
14530 Author: Ben Warren <biggerbadderben@gmail.com>
14531 Date:   Fri Sep 5 01:55:22 2008 -0400
14532
14533     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
14534
14535     Also, removed the driver initialization from net/eth.c
14536
14537     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14538
14539 commit f2a7806fc23e82d30c8548911369e0c530607354
14540 Author: Clive Stubbings <uboot@xentech.co.uk>
14541 Date:   Mon Oct 27 15:05:00 2008 +0000
14542
14543     xilinx_emaclite buffer overrun
14544
14545     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
14546     PKTSIZE_ALIGN bytes long.
14547
14548     Acked-by: Michal Simek <monstr@monstr.eu>
14549
14550     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14551
14552 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
14553 Author: richardretanubun <richardretanubun@ruggedcom.com>
14554 Date:   Fri Sep 26 08:59:12 2008 -0400
14555
14556     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
14557
14558     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
14559     This patch makes these function use the devname argument that is passed in to
14560     allow access to the phy registers of other devices in devlist[].
14561
14562     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
14563
14564     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14565
14566 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
14567 Author: richardretanubun <richardretanubun@ruggedcom.com>
14568 Date:   Mon Oct 6 15:31:43 2008 -0400
14569
14570     Adds two more ethernet interface to 83xx
14571
14572     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
14573     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
14574     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14575
14576 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
14577 Author: Stelian Pop <stelian@popies.net>
14578 Date:   Fri Nov 7 13:54:31 2008 +0100
14579
14580     AT91: Replace AT91_BASE_EMAC by the board specific values.
14581
14582     AT91_BASE_EMAC is never used outside the board specific files,
14583     so replace its usage by the board specific AT91xxx_BASE_EMAC.
14584
14585     Signed-off-by: Stelian Pop <stelian@popies.net>
14586     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14587
14588 commit c91e17affa175ce06afa89b04752301eb4a61666
14589 Author: Stelian Pop <stelian@popies.net>
14590 Date:   Fri Nov 7 12:09:21 2008 +0100
14591
14592     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
14593
14594     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
14595     Since they are never used outside the board specific files, they can
14596     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
14597     AT91xxx_ID_US2.
14598
14599     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
14600
14601     Signed-off-by: Stelian Pop <stelian@popies.net>
14602     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14603
14604 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
14605 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14606 Date:   Sat Nov 1 10:47:59 2008 +0100
14607
14608     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
14609
14610     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14611
14612 commit 1079432e04ccf71aa3684181186182cd63512f19
14613 Author: Sergey Lapin <slapin@ossfans.org>
14614 Date:   Fri Oct 31 12:28:43 2008 +0100
14615
14616     Custom AFEB9260 board support
14617
14618     This patch provides support for AFEB9260 board, a product of
14619     OpenSource hardware and software. Some commertial projects
14620     are made with this design. A board is basically AT91SAM9260-EK
14621     with some modifications and different peripherals and different
14622     parts used. Main purpose of this project is to gain experience in
14623     hardware design.
14624     More info: http://groups.google.com/group/arm9fpga-evolution-board
14625     (In Russian only, sorry).
14626     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
14627
14628     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
14629
14630 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
14631 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
14632 Date:   Tue Oct 21 13:17:16 2008 +0900
14633
14634     Change to use "do_div" macro
14635
14636     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
14637
14638 commit e352495318d8056a00faa21b633b3e4374bfbf52
14639 Author: Roman Mashak <romez777@gmail.com>
14640 Date:   Wed Oct 22 16:00:26 2008 -0400
14641
14642     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
14643
14644     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
14645     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
14646
14647     Signed-off-by: Roman Mashak <romez777@gmail.com>
14648
14649 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
14650 Author: Roman Mashak <romez777@gmail.com>
14651 Date:   Tue Oct 21 03:01:41 2008 -0700
14652
14653     ARM/Versatile port: Removed unused functions
14654
14655     Removal of never used functions.
14656
14657     Signed-off-by: Roman Mashak <romez777@gmail.com>
14658
14659 commit 1266df887781c779deaf6d05eea2ef90a470cb34
14660 Author: Becky Bruce <becky.bruce@freescale.com>
14661 Date:   Mon Nov 3 15:44:01 2008 -0600
14662
14663     powerpc: change 86xx SMP boot method
14664
14665     We put the bootpg for the secondary cpus into memory and use
14666     BPTR to get to it.  This is a step towards converting to the
14667     ePAPR boot methodology.  Also, the code is written to
14668     deal properly with more than 4GB of RAM.
14669
14670     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14671
14672 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
14673 Author: Becky Bruce <becky.bruce@freescale.com>
14674 Date:   Fri Oct 31 17:13:49 2008 -0500
14675
14676     8641HPCN: Config file cleanup
14677
14678     There are several items in the config file that were hardcoded
14679     but that should really be based on other config options, since
14680     the regions are contiguous and depend on being so.  This cleans
14681     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
14682     addresses into the proper format for BR registers.
14683
14684     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14685
14686 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
14687 Author: Becky Bruce <becky.bruce@freescale.com>
14688 Date:   Fri Oct 31 17:13:32 2008 -0500
14689
14690     86xx: Make dram_size a phys_size_t
14691
14692     It's currently a long and should be phys_size_t.
14693
14694     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14695
14696 commit 104992fc541302a6bac74448e01e7fdad20abca0
14697 Author: Becky Bruce <becky.bruce@freescale.com>
14698 Date:   Sun Nov 2 18:19:32 2008 -0600
14699
14700     powerpc 86xx: Handle CCSR relocation earlier
14701
14702     Currently, the CCSR gets relocated while translation is
14703     enabled, meaning we need 2 BAT translations to get to both the
14704     old location and the new location.  Also, the DEFAULT
14705     CCSR location has a dependency on the BAT that maps the
14706     FLASH region.  Moving the relocation removes this unnecessary
14707     dependency. This makes it easier and more intutive to
14708     modify the board's memory map.
14709
14710     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
14711     BAT for CCSR space.
14712
14713     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14714
14715 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
14716 Author: Becky Bruce <becky.bruce@freescale.com>
14717 Date:   Fri Oct 31 17:14:14 2008 -0500
14718
14719     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
14720
14721     You can't actually have both, and with some coming changes to
14722     change the memory map for the board and support 36-bit physical,
14723     we need the extra BAT that is being consumed by having both.
14724
14725     I also make non-PCI configs build cleanly, for the sake of sanity.
14726
14727     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14728
14729 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
14730 Author: Becky Bruce <becky.bruce@freescale.com>
14731 Date:   Fri Oct 31 17:14:00 2008 -0500
14732
14733     mpc8641: Stop supporting non-PCI_PNP configs
14734
14735     We don't actually ever do this, remove the code so we
14736     can stop maintaining it.
14737
14738     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14739
14740 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
14741 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14742 Date:   Fri Oct 24 12:59:12 2008 +0000
14743
14744     ColdFire: Fix M5329EVB and M5373EVB nand issue
14745
14746     Fix compilation issue caused by a few mismatches.
14747     Provide proper nand chip select enable/disable in
14748     nand_hwcontrol() rather than in board_nand_init()
14749     just enable once. Remove redundant local nand driver
14750     functions - nand_read_byte(), nand_write_byte() and
14751     nand_dev_ready() to use common nand driver.
14752
14753     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14754
14755 commit 1b2708442224a551a0b865b52710306333888932
14756 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14757 Date:   Wed Oct 22 11:55:30 2008 +0000
14758
14759     ColdFire: Fix compilation error
14760
14761     The error was caused by the change for strmhz() in cpu.c.
14762     A few of them were one extra close parenthesis.
14763
14764     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14765
14766 commit 536e7dac16769954915a484e682a2efb28699133
14767 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14768 Date:   Wed Oct 22 11:38:21 2008 +0000
14769
14770     ColdFire: Add MCF5301x CPU and M53017EVB support
14771
14772     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14773
14774 commit a21d0c2cc9add8894d971ab791f4032f077db817
14775 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14776 Date:   Tue Oct 21 15:37:02 2008 +0000
14777
14778     ColdFire: Add SBF support for M52277EVB
14779
14780     Add serial boot support
14781
14782     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14783
14784 commit b202816c61042c183fe67d097a5893b0f2dafba0
14785 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14786 Date:   Tue Oct 21 14:19:26 2008 +0000
14787
14788     ColdFire: Use CFI driver for M5272C3
14789
14790     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14791
14792 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
14793 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14794 Date:   Tue Oct 21 13:47:54 2008 +0000
14795
14796     ColdFire: Relocate FEC's GPIO and mii functions protocols
14797
14798     Place FEC pin assignments in cpu_init.c from platform's
14799     mii.c
14800
14801     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14802
14803 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
14804 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14805 Date:   Tue Oct 21 12:15:44 2008 +0000
14806
14807     ColdFire: Remove platforms mii.c file
14808
14809     Will use mcfmii.c driver in drivers/net rather than
14810     keep creating new mii.c for each future platform.
14811     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
14812     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
14813     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
14814     mii.c
14815
14816     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14817
14818 commit 012522fef3b382469125beb46a315ab4dee02fb0
14819 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14820 Date:   Tue Oct 21 10:03:07 2008 +0000
14821
14822     ColdFire: Modules header files cleanup
14823
14824     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
14825     MDHA, SKHA, INTC, and FlexBus structures and
14826     definitions in immap_5xxx.h to more unify modules
14827     header files. Append DSPI support for m547x_8x.
14828     SSI cleanup. Remove USB Host structure from immap_539.h.
14829     Apply changes to use FlexBus structures in mcf52x2's
14830     cpu_init.c and platform configuration files.
14831
14832     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14833
14834 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
14835 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14836 Date:   Tue Oct 21 08:52:36 2008 +0000
14837
14838     ColdFire: Remove linker file
14839
14840     Each different build for M54455EVB and M5235EVB will
14841     create a u-boot.lds linker file. It is redundant to
14842     keep the u-boot.lds
14843
14844     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14845
14846 commit 0829323073c505556ed5f5073f91adb504584d45
14847 Author: Peter Tyser <ptyser@xes-inc.com>
14848 Date:   Fri Oct 31 11:26:44 2008 -0500
14849
14850     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
14851
14852     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14853
14854 commit a80b21d5127583171d6e9bc7f722947641898012
14855 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14856 Date:   Fri Oct 31 12:12:12 2008 +0100
14857
14858     common/Makefile: create others group for non core, environment and command files
14859
14860     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14861
14862 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
14863 Author: Wolfgang Denk <wd@denx.de>
14864 Date:   Fri Oct 31 01:13:37 2008 +0100
14865
14866     TQM8260: use CFI flash driver instead of custom driver.
14867
14868     Signed-off-by: Wolfgang Denk <wd@denx.de>
14869
14870 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
14871 Author: Andy Fleming <afleming@freescale.com>
14872 Date:   Thu Oct 30 17:35:30 2008 -0500
14873
14874     Consolidate MAX/MIN definitions
14875
14876     There were several, now there is one (two if you count the lower-case
14877     versions).
14878
14879     Signed-off-by: Andy Fleming <afleming@freescale.com>
14880
14881 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
14882 Author: Heiko Schocher <hs@denx.de>
14883 Date:   Thu Oct 30 09:23:09 2008 +0100
14884
14885     mgsuvd: remove unused defines in config file.
14886
14887     Signed-off-by: Heiko Schocher <hs@denx.de>
14888
14889 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
14890 Author: Wolfgang Denk <wd@denx.de>
14891 Date:   Sun Nov 2 16:14:22 2008 +0100
14892
14893     Coding Style cleanup, update CHANGELOG
14894
14895     Signed-off-by: Wolfgang Denk <wd@denx.de>
14896
14897 commit a47f957ab523019992fdef857af01bd71c58a4da
14898 Author: Alessandro Rubini <rubini-list@gnudd.com>
14899 Date:   Fri Oct 31 22:33:21 2008 +0100
14900
14901     NAND: Allow NAND and OneNAND to coexist
14902
14903     This removes in nand.h code that is verbatim duplicated from bbm.h,
14904     including directly bbm.h in nand.h. The previous state of affairs
14905     prevented compiling code for a board hosting both NAND and OneNAND chips.
14906
14907     Reported-by: Scott Wood <scottwood@freescale.com>
14908     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14909     Signed-off-by: Scott Wood <scottwood@freescale.com>
14910
14911 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
14912 Author: Scott Wood <scottwood@freescale.com>
14913 Date:   Fri Oct 31 13:51:12 2008 -0500
14914
14915     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
14916
14917     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
14918     Signed-off-by: Scott Wood <scottwood@freescale.com>
14919
14920 commit c57fc28947e248fb03c49a28b467686299895055
14921 Author: Jason Jin <Jason.Jin@freescale.com>
14922 Date:   Fri Oct 31 05:07:04 2008 -0500
14923
14924     NAND: Add NAND support for MPC8536DS board
14925
14926     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
14927     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
14928     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
14929
14930     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
14931     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14933
14934 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
14935 Author: Haiying Wang <Haiying.Wang@freescale.com>
14936 Date:   Fri Oct 31 05:06:14 2008 -0500
14937
14938     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
14939
14940     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
14941
14942     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14943     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14944
14945 commit 51b572a801be57790fe26adaa530210e7fba59cc
14946 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14947 Date:   Fri Oct 24 10:49:48 2008 +0900
14948
14949     sh: rsk7203: Moved rsk7203 board to board/renesas
14950
14951     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14952
14953 commit 58453b00b3ebb26aaa901210023f99504a90bb00
14954 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14955 Date:   Fri Oct 24 10:48:31 2008 +0900
14956
14957     sh: MigoR: Moved MigoR board to board/renesas
14958
14959     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14960
14961 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
14962 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14963 Date:   Fri Oct 24 10:39:44 2008 +0900
14964
14965     sh: r2dplus: Moved r2dplus board to board/renesas
14966
14967     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14968
14969 commit 78385bf2359d828184d0b3649f7ae6b933420000
14970 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14971 Date:   Fri Oct 24 10:36:13 2008 +0900
14972
14973     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
14974
14975     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14976
14977 commit c6525d459c350bfc246ea7826456af77e1e314eb
14978 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14979 Date:   Fri Oct 24 10:35:19 2008 +0900
14980
14981     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
14982
14983     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14984
14985 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
14986 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14987 Date:   Fri Oct 24 10:34:21 2008 +0900
14988
14989     sh: r7780mp: Moved r7780mp board to board/renesas
14990
14991     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14992
14993 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
14994 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14995 Date:   Fri Oct 24 10:32:14 2008 +0900
14996
14997     sh: ap325rxa: Moved ap325rxa board to board/renesas
14998
14999     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15000
15001 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
15002 Author: Wolfgang Denk <wd@xpert.denx.de>
15003 Date:   Fri Oct 31 01:12:28 2008 +0100
15004
15005     CFI Driver: Fix "flash not ready" problem
15006
15007     This patch fixes a problem on systems where the NOR flash is attached
15008     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
15009     on the assumption that the same flash address is read twice without
15010     any other interjacent flash accesses.  However, on 32 bit systems the
15011     function flash_read64() [as currently implemented] does not perform
15012     an atomic 64 bit read - instead, this is broken down into two 32 bit
15013     read accesses on addresses "addr" and "addr + 4".  So instead of
15014     reading a 64 bit value twice from "addr", we see a sequence of 4 32
15015     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
15016     consequence is that flash_toggle() fails to work.
15017
15018     This patch implements a simple, but somewhat ugly solution, as it
15019     avoids the use of flash_read64() in this critical place (by breaking
15020     it down manually into 32 bit read operations) instead of rewriting
15021     flash_read64() such to perform atomic 64 bit reads as one could
15022     expect.  However, such a rewrite would require the use of floating
15023     point load operations, which becomes pretty complex:
15024
15025         save MSR;
15026         set Floating Point Enable bit in MSR;
15027         use "lfd" instruction to perform atomic 64 bit read;
15028         use "stfd" to store value to temporary variable on stack;
15029         load u64 value from temporary variable;
15030         restore saved MSR;
15031         return u64 value;
15032
15033     The benefit-cost ratio of such an implementation was considered too
15034     bad to actually attempt this, especially as we can expect that such
15035     an implementation would not only have a bigger memory footprint but
15036     also cause a performance degradation.
15037
15038     Signed-off-by: Wolfgang Denk <wd@denx.de>
15039     Signed-off-by: Stefan Roese <sr@denx.de>
15040
15041 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
15042 Author: Stefan Roese <sr@denx.de>
15043 Date:   Fri Oct 31 10:48:08 2008 +0100
15044
15045     ppc4xx: Fix spelling error in MAINTAINERS file
15046
15047     Signed-off-by: Stefan Roese <sr@denx.de>
15048
15049 commit be270798900b75ad9c47c7b79c72f70441196c56
15050 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15051 Date:   Tue Oct 28 13:37:00 2008 +0100
15052
15053     ppc4xx: Update PMC440 board support
15054
15055     This patch brings PMC440 board support up to date:
15056
15057     - fix GPIO configuration
15058     - add misc_init_f()
15059     - use better values for usbact variable
15060     - fix USB 2.0 phy reset sequence
15061     - shrink BAR2 to save PCI address space
15062     - add FDT support
15063
15064     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15065     Signed-off-by: Stefan Roese <sr@denx.de>
15066
15067 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
15068 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15069 Date:   Tue Oct 28 13:36:59 2008 +0100
15070
15071     ppc4xx: Fix PMC440 BSP commands
15072
15073     This patch fixes the PMC440 BSP commands painit and selfreset
15074
15075     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15076     Signed-off-by: Stefan Roese <sr@denx.de>
15077
15078 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
15079 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15080 Date:   Tue Oct 28 13:36:58 2008 +0100
15081
15082     ppc4xx: Update PMC440 board configuration
15083
15084     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15085     Signed-off-by: Stefan Roese <sr@denx.de>
15086
15087 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
15088 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15089 Date:   Tue Oct 28 13:36:57 2008 +0100
15090
15091     ppc4xx: Fix esd loadpci command
15092
15093     This patch fixes esd's loadpci command when not all
15094     memory on adapter boards is accessable via PCI.
15095
15096     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15097     Signed-off-by: Stefan Roese <sr@denx.de>
15098
15099 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
15100 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15101 Date:   Tue Oct 28 13:36:56 2008 +0100
15102
15103     ppc4xx: Clean up PMC440 header
15104
15105     -Codingstyle cleanup
15106     -Remove unused GPIO define
15107
15108     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15109     Signed-off-by: Stefan Roese <sr@denx.de>
15110
15111 commit 295133258a44f97a57fb2ec339aecfda11f4db95
15112 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15113 Date:   Tue Oct 28 13:36:55 2008 +0100
15114
15115     ppc4xx: Handle other board variant in PMC440 FPGA code
15116
15117     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15118     Signed-off-by: Stefan Roese <sr@denx.de>
15119
15120 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
15121 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15122 Date:   Mon Oct 27 12:35:59 2008 +0100
15123
15124     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
15125
15126     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
15127     config files of both infrastuctures
15128
15129     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15130     Signed-off-by: Stefan Roese <sr@denx.de>
15131
15132 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
15133 Author: Stefan Roese <sr@denx.de>
15134 Date:   Sat Oct 25 06:45:31 2008 +0200
15135
15136     ppc4xx: Correctly configure the GPIO pin muxing on Arches
15137
15138     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
15139     pin multiplexing correctly
15140
15141     Signed-off-by: Stefan Roese <sr@denx.de>
15142
15143 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
15144 Author: Bartlomiej Sieka <tur@semihalf.com>
15145 Date:   Thu Oct 30 23:22:04 2008 +0100
15146
15147     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
15148
15149     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
15150
15151 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
15152 Author: David Gibson <david@gibson.dropbear.id.au>
15153 Date:   Wed Oct 29 23:27:45 2008 -0500
15154
15155     libfdt: Fix bug in fdt_subnode_offset_namelen()
15156
15157     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
15158     which causes it to keep searching after it's finished the subnodes of
15159     the given parent, and into the subnodes of siblings of the original
15160     node which come after it in the tree.
15161
15162     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15163     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15164
15165 commit f242a08871839eac081ba5b599af979f3a148a0d
15166 Author: Peter Korsgaard <jacmet@sunsite.dk>
15167 Date:   Tue Oct 28 08:26:52 2008 +0100
15168
15169     fdt_resize(): ensure minimum padding
15170
15171     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
15172     (16 bytes), so make sure that fdt_resize at least adds that much
15173     padding, no matter what the location or size of the fdt is.
15174
15175     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15176     Acked-by: Andy Fleming <afleming@freescale.com>
15177
15178 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
15179 Author: Dave Liu <daveliu@freescale.com>
15180 Date:   Thu Oct 23 21:59:35 2008 +0800
15181
15182     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
15183
15184     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
15185
15186     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
15187
15188     This is needed in unlock_ram_in_cache() because it is called from C and
15189     will corrupt the small data area anchor that is kept in R2.
15190
15191     lock_ram_in_cache() is modified similarly as good coding practice, but
15192     is not called from C.
15193
15194     Signed-off-by: Nick Spence <nick.spence@freescale.com>
15195
15196     also, the r2 is used as global data pointer.
15197
15198     Signed-off-by: Dave Liu <daveliu@freescale.com>
15199
15200 commit e053ab1903ccae6048ef759025b9f675bba91450
15201 Author: Scott Wood <scottwood@freescale.com>
15202 Date:   Tue Oct 28 11:45:04 2008 -0500
15203
15204     mpc83xx pci: Round up memory size in inbound window.
15205
15206     The current calculation will fail to cover all memory if
15207     its size is not a power of two.
15208
15209     Signed-off-by: Scott Wood <scottwood@freescale.com>
15210     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15211
15212 commit 1c671977dc81359628be27ac99c174e76e8069ba
15213 Author: Dave Liu <daveliu@freescale.com>
15214 Date:   Thu Oct 23 21:19:13 2008 +0800
15215
15216     86xx: remove the unused definition
15217
15218     Signed-off-by: Dave Liu <daveliu@freescale.com>
15219
15220 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
15221 Author: Dave Liu <daveliu@freescale.com>
15222 Date:   Tue Oct 28 17:47:49 2008 +0800
15223
15224     86xx: remove the redundant r2 global data pointer save
15225
15226     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
15227     the another global data pointer save, but in fact the
15228     global data pointer will be initialized in the board_init_r,
15229     so remove it such as the 85xx/83xx family.
15230
15231     Signed-off-by: Dave Liu <daveliu@freescale.com>
15232     Acked-by: Kumar Gala <kumar.gala@freescale.com>
15233
15234 commit bd888e9544419665334a6f47f81f34011cea38f3
15235 Author: Dave Liu <daveliu@freescale.com>
15236 Date:   Tue Oct 28 17:47:41 2008 +0800
15237
15238     86xx: remove the unused code for 86xx family
15239
15240     I believe these code was copied from 74xx family, but for
15241     86xx, it is unused.
15242
15243     Signed-off-by: Dave Liu <daveliu@freescale.com>
15244     Acked-by: Kumar Gala <kumar.gala@freescale.com>
15245
15246 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
15247 Author: Dave Liu <daveliu@freescale.com>
15248 Date:   Tue Oct 28 17:46:35 2008 +0800
15249
15250     86xx: remove the second DDR LAW setting for mpc8641hpcn
15251
15252     The DDR1 LAW will precedence the DDR2 LAW, so remove
15253     the second DDR LAW.
15254
15255     Signed-off-by: Dave Liu <daveliu@freescale.com>
15256     Acked-by: Becky Bruce <becky.bruce@freescale.com>
15257
15258 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
15259 Author: Dave Liu <daveliu@freescale.com>
15260 Date:   Tue Oct 28 17:46:23 2008 +0800
15261
15262     86xx: remove the unused ddr_enable_ecc in the board file
15263
15264     The DDR controller of 86xx processors have the ECC data init
15265     feature, and the new DDR code is using the feature, we don't
15266     need the way with DMA to init memory again.
15267
15268     Signed-off-by: Dave Liu <daveliu@freescale.com>
15269     Acked-by: Kumar Gala <kumar.gala@freescale.com>
15270
15271 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
15272 Author: Dave Liu <daveliu@freescale.com>
15273 Date:   Tue Oct 28 17:46:12 2008 +0800
15274
15275     86xx: Move the clear_tlbs before MMU turn on
15276
15277     We must invalidate TLBs before MMU turn on, but
15278     currently the code is not, if there are some stale
15279     TLB entry valid in the TLBs, it will cause strange
15280     issue.
15281
15282     Signed-off-by: Dave Liu <daveliu@freescale.com>
15283     Acked-by: Becky Bruce <becky.bruce@freescale.com>
15284
15285 commit 5cdade07b118d07154cb882650f9778cecc8a87c
15286 Author: Scott Wood <scottwood@freescale.com>
15287 Date:   Mon Oct 27 15:57:08 2008 -0500
15288
15289     mpc8313erdb: Document NAND boot.
15290
15291     Previously, the documentation claimed that NAND boot is not supported.
15292     This is no longer true.
15293
15294     Signed-off-by: Scott Wood <scottwood@freescale.com>
15295
15296 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
15297 Author: Scott Wood <scottwood@freescale.com>
15298 Date:   Wed Oct 29 14:20:26 2008 -0500
15299
15300     NAND: Properly create JFFS2 cleanmarkers.
15301
15302     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
15303     command is currently broken, and among other things causes all blocks
15304     to be marked bad.
15305
15306     This implements it properly using MTD_OOB_AUTO, along with some
15307     indentation fixes.
15308
15309     Signed-off-by: Scott Wood <scottwood@freescale.com>
15310
15311 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
15312 Author: Scott Wood <scottwood@freescale.com>
15313 Date:   Wed Oct 29 13:42:41 2008 -0500
15314
15315     NAND fsl elbc: Set FMR[ECCM] based on page size.
15316
15317     Hardware expects ECCM 0 for small page and ECCM 1 for large page
15318     when booting from NAND, so use those defaults.
15319
15320     Signed-off-by: Scott Wood <scottwood@freescale.com>
15321
15322 commit c013b74975dab0805ef6d369b013230c4e8a660d
15323 Author: Haiying Wang <Haiying.Wang@freescale.com>
15324 Date:   Wed Oct 29 13:32:59 2008 -0400
15325
15326     NAND: Add support for MPC8572DS board
15327
15328     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
15329     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
15330     config file.
15331
15332     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
15333     make room for the increased code size with NAND enabled.
15334
15335     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
15336     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15337     Signed-off-by: Scott Wood <scottwood@freescale.com>
15338
15339 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
15340 Author: Haiying Wang <Haiying.Wang@freescale.com>
15341 Date:   Wed Oct 29 11:05:55 2008 -0400
15342
15343     Make Freescale local bus registers available for both 83xx and 85xx.
15344
15345     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
15346       can be shared by both 83xx and 85xx
15347     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
15348       files which use lbus83xx_t.
15349     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
15350       85xx can share them.
15351
15352     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
15353     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15354     Signed-off-by: Scott Wood <scottwood@freescale.com>
15355
15356 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
15357 Author: Scott Wood <scottwood@freescale.com>
15358 Date:   Mon Oct 27 15:38:30 2008 -0500
15359
15360     NAND: Align right column of the shorthelp with other commands.
15361
15362     I accidentally broke this in when making consistent the partial
15363     alignment of the longhelp.
15364
15365     Signed-off-by: Scott Wood <scottwood@freescale.com>
15366
15367 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
15368 Author: Karl Beldan <karl.beldan@gmail.com>
15369 Date:   Mon Sep 15 16:08:03 2008 +0200
15370
15371     NAND: Reset chip on power-up
15372
15373     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
15374     The first command sent is NAND_CMD_READID.
15375     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
15376     Tested with an MT29F4G08AAC.
15377
15378     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
15379     Signed-off-by: Scott Wood <scottwood@freescale.com>
15380
15381 commit c45912d8abc52de796b9059a58faf7c4166eab58
15382 Author: Scott Wood <scottwood@freescale.com>
15383 Date:   Fri Oct 24 16:20:43 2008 -0500
15384
15385     NAND: sync with 2.6.27
15386
15387     This brings the core NAND code up to date with the Linux kernel.
15388
15389     Since there were several drivers in Linux as of the last update that are
15390     not in u-boot, I'm not bringing over new drivers that have been added
15391     since in the absence of an interested party.
15392
15393     I did not update OneNAND since it was recently synced by Kyungmin Park,
15394     and I'm not sure exactly what the common ancestor is.
15395
15396     Signed-off-by: Scott Wood <scottwood@freescale.com>
15397
15398 commit b1d0db1805c3395149777e507b6da53410abac4e
15399 Author: Kumar Gala <galak@kernel.crashing.org>
15400 Date:   Tue Oct 21 17:25:47 2008 -0500
15401
15402     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
15403
15404     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
15405
15406     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15407
15408 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
15409 Author: Kumar Gala <galak@kernel.crashing.org>
15410 Date:   Tue Oct 21 17:25:46 2008 -0500
15411
15412     bootm: support subcommands in linux ppc bootm
15413
15414     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
15415
15416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15417
15418 commit 49c3a861d11735838f1f1b11999ce433006dc919
15419 Author: Kumar Gala <galak@kernel.crashing.org>
15420 Date:   Tue Oct 21 17:25:45 2008 -0500
15421
15422     bootm: Add subcommands
15423
15424     Add the ability to break the steps of the bootm command into several
15425     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
15426
15427     This allows us to do things like manipulate device trees before
15428     they are passed to a booting kernel or setup memory for a secondary
15429     core in multicore situations.
15430
15431     Not all OS types support all subcommands (currently only start, loados,
15432     ramdisk, fdt, and go are supported).
15433
15434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15435
15436 commit be08315933537f061bc1ce61f33a29c56458bbad
15437 Author: Kumar Gala <galak@kernel.crashing.org>
15438 Date:   Tue Oct 21 17:25:44 2008 -0500
15439
15440     bootm: Move to using a function pointer table for the boot os function
15441
15442     This removes a bit of code and makes it easier for the upcoming sub bootm
15443     command support to call into the proper OS specific handler.
15444
15445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15446     Signed-off-by: Wolfgang Denk <wd@denx.de>
15447
15448 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
15449 Author: Graeme Russ <graeme.russ@gmail.com>
15450 Date:   Mon Sep 29 23:03:14 2008 +1000
15451
15452     i386: Renamed show_boot_progress in assembler code
15453
15454     Renamed show_boot_progress in assembler init phase to
15455     show_boot_progress_asm to avoid link conflicts with C version
15456
15457     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
15458
15459 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
15460 Author: Peter Tyser <ptyser@xes-inc.com>
15461 Date:   Mon Oct 27 16:42:00 2008 -0500
15462
15463     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
15464
15465     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
15466     processors have a 3-bit wide IO_SEL field but have the most
15467     significant bit is wired to 0 so this change should not affect
15468     them.
15469
15470     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15471
15472 commit cd4251624205cb97104f6e32679dc7754934f711
15473 Author: Becky Bruce <becky.bruce@freescale.com>
15474 Date:   Mon Oct 27 16:09:42 2008 -0500
15475
15476     powerpc: fix pci window initialization to work with > 4GB DRAM
15477
15478     The existing code has a few errors that need to be fixed in
15479     order to support large RAM sizes.  Fix those, and add a
15480     comment to make it clearer.
15481
15482     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15483     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15484
15485 commit 219542a1a66ca017b12860920714a9859b18a5d7
15486 Author: Kumar Gala <galak@kernel.crashing.org>
15487 Date:   Mon Oct 27 13:16:20 2008 -0500
15488
15489     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
15490
15491     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15492
15493 commit 6b59e03e0237a40a2305ea385defdfd92000978b
15494 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15495 Date:   Mon Sep 1 16:21:22 2008 +0200
15496
15497     lcd: Let the board code show board-specific info
15498
15499     The information displayed when CONFIG_LCD_INFO is set is inherently
15500     board-specific, so it should be done by the board code. The current code
15501     dealing with this only handles two cases, and is already a horrible mess
15502     of #ifdeffery.
15503
15504     Yes, this duplicates some code, but it also allows boards to print more
15505     board-specific information; this used to be very difficult.
15506
15507     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15508     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15509
15510 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
15511 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15512 Date:   Mon Sep 1 16:21:21 2008 +0200
15513
15514     lcd: Set lcd_is_enabled before clearing the screen
15515
15516     This allows the logo/info rendering routines to use the regular
15517     lcd_putc/lcd_puts/lcd_printf calls.
15518
15519     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15520     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15521
15522 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
15523 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15524 Date:   Mon Sep 1 16:21:20 2008 +0200
15525
15526     lcd: Implement lcd_printf()
15527
15528     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
15529     this by borrowing the lcd_printf() implementation from the cogent board
15530     code (which appears to use its own LCD framework.)
15531
15532     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15533     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15534
15535 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
15536 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15537 Date:   Mon Sep 1 16:21:19 2008 +0200
15538
15539     atmel_lcdfb: Straighten out funky vl_sync logic
15540
15541     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
15542     otherwise we don't. WTF?
15543
15544     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15545     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15546
15547 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
15548 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15549 Date:   Mon Sep 1 16:21:18 2008 +0200
15550
15551     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
15552
15553     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
15554     includes a file that does, asm/arch/gpio.h, but this file doesn't
15555     include <asm/arch/hardware.h> like it's supposed to.
15556
15557     Add the missing include to asm/arch/gpio.h and remove the workaround
15558     from the atmel_lcdfb driver. This makes the driver compile on avr32.
15559
15560     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15561     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15562
15563 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
15564 Author: Kumar Gala <galak@kernel.crashing.org>
15565 Date:   Wed Oct 22 14:38:55 2008 -0500
15566
15567     86xx: Convert all fsl_pci_init users to new APIs
15568
15569     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
15570     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
15571
15572     With these changes the board code is a bit smaller and we get dma-ranges
15573     set in the device tree for these boards.
15574
15575     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15576     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15577     Acked-by: Jon Loeliger <jdl@freescale.com>
15578
15579 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
15580 Author: Kumar Gala <galak@kernel.crashing.org>
15581 Date:   Tue Oct 21 08:28:33 2008 -0500
15582
15583     85xx: Convert all fsl_pci_init users to new APIs
15584
15585     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
15586     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
15587     and ft_fsl_pci_setup().
15588
15589     With these changes the board code is a bit smaller and we get dma-ranges
15590     set in the device tree for these boards.
15591
15592     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15593     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15594
15595 commit a2aab460727e5f674353a83a81000ef794bffcae
15596 Author: Kumar Gala <galak@kernel.crashing.org>
15597 Date:   Thu Oct 23 00:01:06 2008 -0500
15598
15599     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
15600
15601     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15602     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15603
15604 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
15605 Author: Kumar Gala <galak@kernel.crashing.org>
15606 Date:   Wed Oct 22 14:06:24 2008 -0500
15607
15608     pci/fsl_pci_init: Add a common PCI inbound setup function
15609
15610     Add a common setup function that determines the pci_region(s) based
15611     on how much memory we have in the system.
15612
15613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15614     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15615
15616 commit 612ea01018a459234d54ed57ec6a5a244ce75678
15617 Author: Kumar Gala <galak@kernel.crashing.org>
15618 Date:   Tue Oct 21 10:13:14 2008 -0500
15619
15620     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
15621
15622     * PCI Inbound window was setup incorrectly.  The PCI address and system
15623       address were swapped.  The PCI address should be setting piwar/piwbear
15624       and the system address should be setting pitar.
15625
15626     * Removed masking of addresses to allow for system address to support
15627       system address & PCI address >32-bits
15628
15629     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
15630
15631     * Respect the PCI_REGION_PREFETCH for inbound windows
15632
15633     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15634     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15635
15636 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
15637 Author: Kumar Gala <galak@kernel.crashing.org>
15638 Date:   Wed Oct 22 23:33:56 2008 -0500
15639
15640     fdt: Added helper to set PCI dma-ranges property
15641
15642     Added fdt_pci_dma_ranges() that parses the pci_region info from the
15643     struct pci_controller and populates the dma-ranges based on it.
15644
15645     The max # of windws/dma-ranges we support is 3 since on embedded
15646     PowerPC based systems this is the max number of windows.
15647
15648     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15649     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15650
15651 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
15652 Author: Kumar Gala <galak@kernel.crashing.org>
15653 Date:   Thu Oct 23 00:05:47 2008 -0500
15654
15655     fdt: Add fdt_getprop_u32_default helpers
15656
15657     Add helper functions to return find a node and return it's property
15658     or a default value.
15659
15660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15661     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15662     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
15663
15664 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
15665 Author: Kumar Gala <galak@kernel.crashing.org>
15666 Date:   Tue Oct 21 18:06:15 2008 -0500
15667
15668     86xx: Enable 64-bit PCI resources on all Freescale boards
15669
15670     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15671     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15672
15673 commit 0151cbaccf4504821ecfde0217299bd740086bb6
15674 Author: Kumar Gala <galak@kernel.crashing.org>
15675 Date:   Tue Oct 21 11:33:58 2008 -0500
15676
15677     85xx: Enable 64-bit PCI resources on all Freescale boards
15678
15679     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15680     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15681
15682 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
15683 Author: Kumar Gala <galak@kernel.crashing.org>
15684 Date:   Tue Oct 21 08:36:08 2008 -0500
15685
15686     pci: Allow for PCI addresses to be 64-bit
15687
15688     PCI bus is inherently 64-bit.  While not all system require access to
15689     the full 64-bit PCI address range some do.  This allows those systems
15690     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
15691
15692     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15693     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15694     Acked-by: Wolfgang Denk <wd@denx.de>
15695
15696 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
15697 Author: Dave Liu <daveliu@freescale.com>
15698 Date:   Thu Oct 23 21:18:53 2008 +0800
15699
15700     85xx: Fix the incorrect register used for DDR erratum1
15701
15702     The 8572 DDR erratum1:
15703     DDR controller may enter an illegal state when operating
15704     in 32-bit bus mode with 4-beat bursts.
15705
15706     Description:
15707     When operating with a 32-bit bus, it is recommended that
15708     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
15709     This forces the DDR controller to use 4-beat bursts when
15710     communicating to the DRAMs. However, an issue exists that
15711     could lead to data corruption when the DDR controller is
15712     in 32-bit bus mode while using 4-beat bursts.
15713
15714     Projected Impact:
15715     If the DDR controller is operating in 32-bit bus mode with
15716     4-beat bursts, then the controller may enter into a bad state.
15717     All subsequent reads from memory is corrupted.
15718     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
15719     Therefore, this erratum does not affect DDR3 mode.
15720
15721     Work Arounds:
15722     To work around this issue, software must set DEBUG_1[31] in
15723     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
15724     and CCSRBAR offset + 0x6f00 for DDR_2).
15725
15726     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
15727     as condition, but it should be DDR_SDRAM_CFG register.
15728
15729     Signed-off-by: Dave Liu <daveliu@freescale.com>
15730
15731 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
15732 Author: Dave Liu <daveliu@freescale.com>
15733 Date:   Thu Oct 23 21:17:19 2008 +0800
15734
15735     85xx: remove unused config definition
15736
15737     Signed-off-by: Dave Liu <daveliu@freescale.com>
15738
15739 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
15740 Author: Kumar Gala <galak@kernel.crashing.org>
15741 Date:   Thu Oct 23 01:47:38 2008 -0500
15742
15743     85xx: Add basic e500mc core support
15744
15745     Introduce CONFIG_E500MC to deal with the minor differences between
15746     e500v2 and e500mc.
15747
15748     * Certain fields of HID0/1 don't exist anymore on e500mc
15749     * Cache line size is 64-bytes on e500mc
15750     * reset value of PIR is different
15751
15752     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15753
15754 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
15755 Author: Kumar Gala <galak@kernel.crashing.org>
15756 Date:   Thu Oct 23 01:47:37 2008 -0500
15757
15758     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
15759
15760     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
15761     e500mc's 64-byte cacheline properly when it gets added.
15762
15763     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15764
15765 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
15766 Author: Georg Schardt <schardt@team-ctech.de>
15767 Date:   Fri Oct 24 13:51:52 2008 +0200
15768
15769     ppc4xx: New board avnet fx12 minimodul
15770
15771     This patch adds support for the avnet fx12 minimodul.
15772     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
15773     patch from Ricardo.
15774
15775     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
15776     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15777     Signed-off-by: Stefan Roese <sr@denx.de>
15778
15779 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
15780 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15781 Date:   Tue Oct 21 18:29:46 2008 +0200
15782
15783     ppc4xx: Generic architecture for xilinx ppc405(v3)
15784
15785     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
15786     ppc440 boards, this patch presents a common architecture for all the
15787     xilinx ppc405 boards.
15788
15789     Any custom xilinx ppc405 board can be added very easily with no code
15790     duplicity.
15791
15792     This patch also adds a simple generic board, that can be used on almost
15793     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
15794
15795     This patch is prepared to work with the latest version of EDK (10.1)
15796
15797     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15798     Signed-off-by: Stefan Roese <sr@denx.de>
15799
15800 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
15801 Author: Stefan Roese <sr@denx.de>
15802 Date:   Fri Oct 24 08:56:09 2008 +0200
15803
15804     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
15805
15806     Since the new autocalibration still has some problems on some Kilauea
15807     boards with 200MHz DDR2 frequency we disable the autocalibration and
15808     use the hardcoded values as done before. This seems to work reliably
15809     on all known DDR2 frequencies.
15810
15811     After the autocalibration issue is fixed we will enable it again.
15812
15813     Signed-off-by: Stefan Roese <sr@denx.de>
15814
15815 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
15816 Author: Mike Frysinger <vapier@gentoo.org>
15817 Date:   Wed Apr 9 02:02:07 2008 -0400
15818
15819     Blackfin: fix up UART status bit handling
15820
15821     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
15822     This can cause problems when we poll the LSR and then later try and handle
15823     any errors detected.
15824
15825     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15826
15827 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
15828 Author: Mike Frysinger <vapier@gentoo.org>
15829 Date:   Sat Oct 11 20:42:17 2008 -0400
15830
15831     Blackfin: bf561-ezkit: drop redundant code
15832
15833     Common Blackfin code already announces CPU information.
15834
15835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15836
15837 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
15838 Author: Mike Frysinger <vapier@gentoo.org>
15839 Date:   Sat Oct 11 20:43:10 2008 -0400
15840
15841     Blackfin: bf561-ezkit: drop pointless USB code
15842
15843     The USB/LAN register settings are not actually used/needed in order to
15844     drive things from U-Boot, so drop the code.
15845
15846     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15847
15848 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
15849 Author: Mike Frysinger <vapier@gentoo.org>
15850 Date:   Sat Oct 11 20:47:58 2008 -0400
15851
15852     Blackfin: linker scripts: force start.o and set initcode boundaries
15853
15854     Make sure that the start.o object is always the first object in our linker
15855     script regardless of configuration settings, and add some linker symbols
15856     so the ldr utility can properly locate the initcode when generating a LDR.
15857
15858     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15859
15860 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
15861 Author: Mike Frysinger <vapier@gentoo.org>
15862 Date:   Sat Oct 11 21:19:39 2008 -0400
15863
15864     Blackfin: small cpu init optimization while setting interrupt mask
15865
15866     Use the sti instruction to set the initial interrupt mask rather than
15867     banging on the core IMASK MMR to save both space and time.
15868
15869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15870
15871 commit 960922291c9594acb575cec7e47d7bed9b58182c
15872 Author: Mike Frysinger <vapier@gentoo.org>
15873 Date:   Sat Oct 11 21:18:10 2008 -0400
15874
15875     Blackfin: set initial stack correctly according to Blackfin ABI
15876
15877     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15878
15879 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
15880 Author: Mike Frysinger <vapier@gentoo.org>
15881 Date:   Sun Apr 20 03:11:53 2008 -0400
15882
15883     Blackfin: make baud calculation more accurate
15884
15885     We should use the algorithm in the Linux kernel so that the UART divisor
15886     calculation is more accurate.  It also fixes problems on some picky UARTs
15887     that have sampling anomalies.
15888
15889     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15890
15891 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
15892 Author: Mike Frysinger <vapier@gentoo.org>
15893 Date:   Mon Oct 6 04:21:41 2008 -0400
15894
15895     Blackfin: decode hwerrcause/excause when crashing
15896
15897     Having to decode hwerrcause/excause values is a pain, so automate it.
15898
15899     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15900
15901 commit 2de95bb20c488f20298df6881b700a5a757ee780
15902 Author: Mike Frysinger <vapier@gentoo.org>
15903 Date:   Mon Oct 6 04:20:54 2008 -0400
15904
15905     Blackfin: fix register dump messages
15906
15907     Make sure we report RETI/IPEND correctly.
15908
15909     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15910
15911 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
15912 Author: Mike Frysinger <vapier@gentoo.org>
15913 Date:   Mon Oct 6 04:19:34 2008 -0400
15914
15915     Blackfin: don't bother displaying reboot msg when crashing
15916
15917     The hang function already tells you to reboot, so no point in showing it
15918     twice.
15919
15920     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15921
15922 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
15923 Author: Mike Frysinger <vapier@gentoo.org>
15924 Date:   Sun Jun 1 01:23:48 2008 -0400
15925
15926     Blackfin: enable support for nested interrupts
15927
15928     During cpu init, make sure we initialize the CEC properly so that
15929     interrupts can fire and be handled while U-Boot is running.
15930
15931     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15932
15933 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
15934 Author: Mike Frysinger <vapier@gentoo.org>
15935 Date:   Mon Oct 6 03:55:25 2008 -0400
15936
15937     Blackfin: init NAND before relocating env
15938
15939     If booting out of NAND, we need to make sure we initialize it properly
15940     before attempting to relocate the environment.
15941
15942     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15943
15944 commit 0f9a8819416ba40a53de50af148847a0e508f84d
15945 Author: Mike Frysinger <vapier@gentoo.org>
15946 Date:   Thu Aug 7 18:40:13 2008 -0400
15947
15948     Blackfin: check cache bits, not cplb bits
15949
15950     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15951
15952 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
15953 Author: Mike Frysinger <vapier@gentoo.org>
15954 Date:   Thu Aug 7 17:52:59 2008 -0400
15955
15956     Blackfin: drop unused cache flush code
15957
15958     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15959
15960 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
15961 Author: Mike Frysinger <vapier@gentoo.org>
15962 Date:   Thu Aug 7 15:21:47 2008 -0400
15963
15964     Blackfin: unify cache handling code
15965
15966     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15967
15968 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
15969 Author: Mike Frysinger <vapier@gentoo.org>
15970 Date:   Mon Oct 6 03:39:07 2008 -0400
15971
15972     Blackfin: only initialize the RTC when actually used
15973
15974     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15975
15976 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
15977 Author: Mike Frysinger <vapier@gentoo.org>
15978 Date:   Mon Oct 6 03:44:33 2008 -0400
15979
15980     Blackfin: fix SWRST register definition
15981
15982     The SWRST register is a 16bit, not 32bit, register.
15983
15984     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15985
15986 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
15987 Author: Mike Frysinger <vapier@gentoo.org>
15988 Date:   Thu Aug 7 18:54:57 2008 -0400
15989
15990     Blackfin: build with -fomit-frame-pointer
15991
15992     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15993
15994 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
15995 Author: Mike Frysinger <vapier@gentoo.org>
15996 Date:   Thu Aug 7 17:50:26 2008 -0400
15997
15998     Blackfin: document some of the blackfin directories
15999
16000     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16001
16002 commit e4337968e43698a68ba608369f46d4a4114111ca
16003 Author: Mike Frysinger <vapier@gentoo.org>
16004 Date:   Thu Aug 7 15:16:56 2008 -0400
16005
16006     Blackfin: only enable hardware error irq by default
16007
16008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16009
16010 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
16011 Author: Mike Frysinger <vapier@gentoo.org>
16012 Date:   Thu Aug 7 13:36:43 2008 -0400
16013
16014     Blackfin: punt old unused mem_init.h header
16015
16016     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16017
16018 commit bcc121a01608042066a19ab5bff5bcfb805bf406
16019 Author: Mike Frysinger <vapier@gentoo.org>
16020 Date:   Thu Aug 7 13:18:55 2008 -0400
16021
16022     Blackfin: delete unused page_descriptor_table_size define
16023
16024     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16025
16026 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
16027 Author: Mike Frysinger <vapier@gentoo.org>
16028 Date:   Thu Aug 7 13:17:03 2008 -0400
16029
16030     Blackfin: fix typo in boot mode comment and add NAND define
16031
16032     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16033
16034 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
16035 Author: Ben Maan <moo@cow>
16036 Date:   Thu Aug 7 13:14:21 2008 -0400
16037
16038     Blackfin: fix port mux defines for BF54x
16039
16040     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16041
16042 commit 0656ef2ba274910d31364fe022f6c7db0051660d
16043 Author: Mike Frysinger <vapier@gentoo.org>
16044 Date:   Thu Aug 7 13:09:50 2008 -0400
16045
16046     Blackfin: update anomaly lists
16047
16048     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16049
16050 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
16051 Author: Mike Frysinger <vapier@gentoo.org>
16052 Date:   Thu Aug 7 13:08:54 2008 -0400
16053
16054     Blackfin: unify DSPID/DBGSTAT MMR definitions
16055
16056     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16057
16058 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
16059 Author: Wolfgang Denk <wd@denx.de>
16060 Date:   Tue Oct 21 15:53:51 2008 +0200
16061
16062     Fix strmhz(): avoid printing negative fractions
16063
16064     Signed-off-by: Wolfgang Denk <wd@denx.de>
16065
16066 commit 4a7f6b750d8de543fdf8e58acd86745010054571
16067 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
16068 Date:   Fri Oct 17 08:55:51 2008 -0400
16069
16070     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
16071
16072     This is done to allow other 83XX based platforms which also have UPM
16073     (e.g. 8360) to configure and use their UPM in u-boot.
16074
16075     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16076     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16077
16078 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
16079 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16080 Date:   Tue Oct 14 22:58:53 2008 +0400
16081
16082     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
16083
16084     With this patch u-boot can fixup the dr_mode and phy_type properties
16085     for the Dual-Role USB controller.
16086
16087     While at it, also remove #ifdefs around includes, they are not needed.
16088
16089     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16090     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16091
16092 commit b3379f3fd13969934c00097c05754e7a8990fd39
16093 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16094 Date:   Wed Oct 8 20:52:54 2008 +0400
16095
16096     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
16097
16098     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
16099     current settings don't work with the default chip on the board.
16100     Nevertheless Freescale's U-Boot sets the option register correctly,
16101     so I just dumped the register from the working u-boot. My guess is
16102     that the old settings were applicable for some pilot boards, not
16103     found in the production.
16104
16105     This patch also enables FSL ELBC driver so that we could access
16106     the NAND storage in the u-boot.
16107
16108     The NAND support costs about 45KB, so the u-boot no longer fits
16109     into two 128KB NOR flash sectors, thus we also have to adjust
16110     environment location: add another 128KB to the monitor length.
16111
16112     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16113
16114     It is due to hardware design and logic defect, that is the
16115     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
16116     the NAND chip connected to nLCS3,  you have to set up the
16117     OR3[BCTLD] = '1' for normal operation, otherwise it will have
16118     bus contention due to the pin 48/25 of U60 is enabled.
16119
16120     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
16121     asserted upon access to the NAND chip, keep the default state.
16122
16123     Acked-by: Dave Liu <daveliu@freescale.com>
16124     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16125
16126 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
16127 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16128 Date:   Thu Oct 2 19:17:33 2008 +0400
16129
16130     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
16131
16132     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
16133     standalone or acting as a PCI agent. User's Guide says:
16134
16135     - When the CPLD recognizes its location on the PIB it automatically
16136       configures RCW to the PCI Host.
16137     - If the CPLD fails to recognize its location then it is automatically
16138       configured as an Agent and the PCI is configured to an external arbiter.
16139
16140     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
16141     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
16142     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
16143     any arbiter bad things will happen (here the board hangs during any config
16144     space reads).
16145
16146     In this situation we must disable the PCI. And in case of anybody really
16147     want to use an external arbiter, we provide "pci_external_aribter"
16148     environment variable.
16149
16150     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16151     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16152
16153 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
16154 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16155 Date:   Thu Oct 2 18:32:25 2008 +0400
16156
16157     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
16158
16159     This involves configuring the SerDes and fixing up the flags and
16160     PHY addresses for the TSECs.
16161
16162     For Linux we also fix up the device tree.
16163
16164     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16165     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16166
16167 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
16168 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16169 Date:   Thu Oct 2 18:31:59 2008 +0400
16170
16171     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
16172
16173     We'll use these masks to parse TSEC modes out of HRCWH.
16174
16175     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16176     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16177
16178 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
16179 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16180 Date:   Thu Oct 2 18:31:56 2008 +0400
16181
16182     mpc83xx: serdes: add forgotten shifts for rfcks
16183
16184     The rfcks should be shifted by 28 bits left. We didn't notice the bug
16185     because we were using only 100MHz clocks (for which rfcks == 0).
16186
16187     Though, for SGMII we'll need 125MHz clocks.
16188
16189     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16190     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16191
16192 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
16193 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16194 Date:   Thu Oct 2 18:31:53 2008 +0400
16195
16196     mpc83xx: fix serdes setup for the MPC8378E boards
16197
16198     MPC837xE specs says that SerDes1 has:
16199
16200     â€” Two lanes running x1 SGMII at 1.25 Gbps;
16201     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
16202
16203     And for SerDes2:
16204
16205     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
16206     â€” One lane running x2 PCI Express at 2.5 Gbps;
16207     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
16208
16209     The spec also explicitly states that PEX options are not valid for
16210     the SD1.
16211
16212     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
16213     which is wrong to do.
16214
16215     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16217
16218 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
16219 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16220 Date:   Wed Sep 10 18:12:37 2008 +0400
16221
16222     mpc83xx: mpc8360emds: rework LBC SDRAM setup
16223
16224     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
16225     it difficult to use (b/c then the memory is discontinuous and
16226     there is quite big memory hole between the DDR/SDRAM regions).
16227
16228     This patch reworks LBC SDRAM setup so that now we dynamically
16229     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
16230     DDR memory).
16231
16232     With this patch we're able to:
16233
16234     - Boot without external DDR memory;
16235     - Use most "DDR + SDRAM" setups without need to support for
16236       sparse/discontinuous memory model in the software.
16237
16238     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16239     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16240
16241 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
16242 Author: Wolfgang Denk <wd@xpert.denx.de>
16243 Date:   Tue Oct 21 11:23:56 2008 +0200
16244
16245     FDT: don't use private kernel header files
16246
16247     On some systems (for example Fedora Core 4) U-Boot builds with the
16248     following wanrings only:
16249
16250     ...
16251     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
16252                      from fdt.c:51:
16253                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
16254
16255     This patch fixes this problem.
16256
16257     Signed-off-by: Wolfgang Denk <wd@denx.de>
16258
16259 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
16260 Author: Stefan Roese <sr@denx.de>
16261 Date:   Mon Oct 13 15:15:31 2008 +0200
16262
16263     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
16264
16265     Signed-off-by: Stefan Roese <sr@denx.de>
16266
16267 commit 43cbce69d48d052574d71f50724be546d90a46a4
16268 Author: Stefan Roese <sr@denx.de>
16269 Date:   Mon Oct 13 10:45:14 2008 +0200
16270
16271     ppc4xx: Correctly setup ranges property in ebc node
16272
16273     Previously only the NOR flash mapping was written into the ranges
16274     property of the ebc node. This patch now writes all enabled chip
16275     select areas into the ranges property.
16276
16277     Signed-off-by: Stefan Roese <sr@denx.de>
16278
16279 commit d7b26d58328f137471ea97de382bfa63f7239931
16280 Author: Dirk Eibach <eibach@gdsys.de>
16281 Date:   Wed Oct 8 15:37:50 2008 +0200
16282
16283     ppc4xx: Add GDSys neo 405EP board support
16284
16285     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16286     Signed-off-by: Stefan Roese <sr@denx.de>
16287
16288 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
16289 Author: Niklaus Giger <niklaus.giger@netstal.com>
16290 Date:   Wed Oct 1 14:46:13 2008 +0200
16291
16292     ppc4xx: Update configs for Netstal boards
16293
16294     I reorganized my config files, putting the common stuff into netstal-common.h
16295     (got the idea by looking a amcc-common.h from Stefan).
16296
16297     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
16298
16299     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16300     Signed-off-by: Stefan Roese <sr@denx.de>
16301
16302 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
16303 Author: Adam Graham <agraham@amcc.com>
16304 Date:   Wed Oct 8 10:13:19 2008 -0700
16305
16306     ppc4xx: Add routine to retrieve CPU number
16307
16308     Provide a weak defined routine to retrieve the CPU number for
16309     reference boards that have multiple CPU's.  Default behavior
16310     is the existing single CPU print output.  Reference boards with
16311     multiple CPU's need to provide a board specific routine.
16312     See board/amcc/arches/arches.c for an example.
16313
16314     Signed-off-by: Adam Graham <agraham@amcc.com>
16315     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
16316     Signed-off-by: Stefan Roese <sr@denx.de>
16317
16318 commit 59217bae40e90982ab5400d849c08af683ace036
16319 Author: Adam Graham <agraham@amcc.com>
16320 Date:   Wed Oct 8 10:13:14 2008 -0700
16321
16322     ppc4xx: Add static support for 44x IBM SDRAM Controller
16323
16324     This patch add the capability to configure a PPC440 based IBM SDRAM
16325     Controller with static, compiled-in, values. PPC440 memory subsystem
16326     includes a Memory Queue core.
16327
16328     Signed-off-by: Adam Graham <agraham@amcc.com>
16329     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
16330     Signed-off-by: Stefan Roese <sr@denx.de>
16331
16332 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
16333 Author: Adam Graham <agraham@amcc.com>
16334 Date:   Wed Oct 8 10:12:53 2008 -0700
16335
16336     ppc4xx: Add AMCC Arches board support (dual 460GT)
16337
16338     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
16339     This board is a dual processor board with each processor providing
16340     independent resources for Rapid IO, Gigabit Ethernet, and serial
16341     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
16342     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
16343     port. The two 460GT's will communicate with each other via shared
16344     memory, Gigabit Ethernet and x1 PCI-Express.
16345
16346     Signed-off-by: Adam Graham <agraham@amcc.com>
16347     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
16348     Signed-off-by: Stefan Roese <sr@denx.de>
16349
16350 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
16351 Author: Wolfgang Denk <wd@xpert.denx.de>
16352 Date:   Sun Oct 19 21:54:30 2008 +0200
16353
16354     TQM8260: environment in flash instead EEPROM, baudrate 115k
16355
16356     Several customers have reported problems with the environment in
16357     EEPROM, including corrupted content after board reset. Probably the
16358     code to prevent I2C Enge Conditions is not working sufficiently.
16359
16360     We move the environment to flash now, which allows to have a backup
16361     copy plus gives much faster boot times.
16362
16363     Also, change the default console initialization to 115200 bps as used
16364     on most other boards.
16365
16366     Signed-off-by: Wolfgang Denk <wd@denx.de>
16367
16368 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
16369 Author: Kumar Gala <galak@kernel.crashing.org>
16370 Date:   Sun Oct 19 12:49:19 2008 -0500
16371
16372     85xx: Fix compile warning in mpc8536ds.c
16373
16374     mpc8536ds.c: In function 'is_sata_supported':
16375     mpc8536ds.c:615: warning: unused variable 'devdisr'
16376
16377     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16378
16379 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
16380 Author: Wolfgang Denk <wd@denx.de>
16381 Date:   Sun Oct 19 02:35:50 2008 +0200
16382
16383     Cleanup: fix "MHz" spelling
16384
16385     Signed-off-by: Wolfgang Denk <wd@denx.de>
16386
16387 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
16388 Author: Wolfgang Denk <wd@denx.de>
16389 Date:   Sun Oct 19 02:35:49 2008 +0200
16390
16391     Use strmhz() to format clock frequencies
16392
16393     Signed-off-by: Wolfgang Denk <wd@denx.de>
16394
16395 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
16396 Author: Wolfgang Denk <wd@denx.de>
16397 Date:   Sun Oct 19 02:35:48 2008 +0200
16398
16399     strmhz(): Round numbers when printing clock frequencies
16400
16401     Round clock frequencies for printing.
16402
16403     Many boards printed off clock frequencies like 399 MHz instead of the
16404     exact 400 MHz because numberes were not rounded. This is fixed now.
16405
16406     Signed-off-by: Wolfgang Denk <wd@denx.de>
16407
16408 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
16409 Author: Timur Tabi <timur@freescale.com>
16410 Date:   Mon Oct 20 15:16:47 2008 -0500
16411
16412     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
16413
16414     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
16415     to add a comment that the correct value disagrees with the 8544 reference
16416     manual.  The changelog for that commit is also wrong, as it says "bit 28"
16417     when it should be "bit 24".
16418
16419     Signed-off-by: Timur Tabi <timur@freescale.com>
16420
16421 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
16422 Author: Heiko Schocher <hs@denx.de>
16423 Date:   Fri Oct 17 18:24:06 2008 +0200
16424
16425     mgcoge: add redundant environment sector
16426
16427     Signed-off-by: Heiko Schocher <hs@denx.de>
16428
16429 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
16430 Author: Heiko Schocher <hs@denx.de>
16431 Date:   Fri Oct 17 18:23:27 2008 +0200
16432
16433     mgsuvd: update size of environment
16434
16435     Signed-off-by: Heiko Schocher <hs@denx.de>
16436
16437 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
16438 Author: Jason Jin <Jason.jin@freescale.com>
16439 Date:   Fri Oct 10 11:41:00 2008 +0800
16440
16441     Enabled the Freescale SGMII riser card on 8536DS
16442
16443     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16444
16445 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
16446 Author: Liu Yu <yu.liu@freescale.com>
16447 Date:   Fri Oct 10 11:40:59 2008 +0800
16448
16449     Enabled the Freescale SGMII riser card on 8572DS
16450
16451     This patch based on Andy's work.
16452     Including command 'pixis_set_sgmii' support.
16453
16454     Signed-off-by: Liu Yu <yu.liu@freescale.com>
16455
16456 commit bff188baf9427c35745356439435acf3864d4c65
16457 Author: Liu Yu <yu.liu@freescale.com>
16458 Date:   Fri Oct 10 11:40:58 2008 +0800
16459
16460     Make pixis_set_sgmii more general to support MPC85xx boards.
16461
16462     The pixis sgmii command depend on the FPGA support on the board, some 85xx
16463     boards support SGMII riser card but did not support this command, define
16464     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
16465
16466     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
16467     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
16468     PIXIS_VCFGEN1_MASK in header file for both boards.
16469
16470     Signed-off-by: Liu Yu <yu.liu@freescale.com>
16471
16472 commit 5e981d683d2363204c76773941c2e9c2044c808f
16473 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16474 Date:   Wed Oct 8 23:38:02 2008 -0500
16475
16476     Add cpu/8xxx to TAGS_SUBDIRS
16477
16478     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16479
16480 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
16481 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16482 Date:   Thu Oct 9 01:25:55 2008 -0500
16483
16484     fsl_law clear enable before changing.
16485
16486     Debug sessions may have left enabled laws.
16487     Changing lawbar with an unkown enabled tgtid could cause problems.
16488
16489     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16490
16491 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
16492 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16493 Date:   Thu Oct 9 00:29:27 2008 -0500
16494
16495     mpc8572 additional end-point mode
16496
16497     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
16498     Include host_agent == 0 decode for end-point determination.
16499
16500     This is not needed for the ds reference board since pcie3 will be a host
16501     in order to connect to the uli chip.  Include it here as a reference for
16502     other mpc8572 boards.
16503
16504     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16505
16506 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
16507 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16508 Date:   Wed Oct 8 23:37:59 2008 -0500
16509
16510     85xx if NUM_CPUS>1, print cpu number
16511
16512     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16513
16514 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
16515 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16516 Date:   Wed Oct 8 23:38:01 2008 -0500
16517
16518     pixis do not print long help if not configured
16519
16520     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16521
16522 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
16523 Author: Andy Fleming <afleming@freescale.com>
16524 Date:   Tue Oct 7 08:09:50 2008 -0500
16525
16526     Have u-boot pass stashing parameters into device tree
16527
16528     Some cores don't support ethernet stashing at all, and some
16529     instances have errata.  Adds 3 properties to gianfar nodes
16530     which support stashing.  For now, just add this support to
16531     85xx SoCs.
16532
16533     Signed-off-by: Andy Fleming <afleming@freescale.com>
16534
16535 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
16536 Author: Haiying Wang <Haiying.Wang@freescale.com>
16537 Date:   Fri Oct 3 12:37:57 2008 -0400
16538
16539     Add DDR options setting on MPC8641HPCN board
16540
16541     * Add board specific parameter table to choose correct cpo, clk_adjust,
16542     write_data_delay based on board ddr frequency and n_ranks.
16543
16544     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
16545
16546     Signed-off-by: James Yang <James.Yang@freescale.com>
16547     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16548
16549 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
16550 Author: Haiying Wang <Haiying.Wang@freescale.com>
16551 Date:   Fri Oct 3 12:37:41 2008 -0400
16552
16553     Add ddr interleaving suppport for MPC8572DS board
16554
16555     * Add board specific parameter table to choose correct cpo, clk_adjust,
16556     write_data_delay, 2T based on board ddr frequency and n_ranks.
16557
16558     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
16559
16560     * Set memory controller interleaving mode to bank interleaving, and disable
16561     bank(chip select) interleaving mode by default, because the default on-board
16562     DDR DIMMs are 2x512MB single-rank.
16563
16564     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
16565
16566     Signed-off-by: James Yang <James.Yang@freescale.com>
16567     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16568
16569 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
16570 Author: Haiying Wang <Haiying.Wang@freescale.com>
16571 Date:   Fri Oct 3 12:37:26 2008 -0400
16572
16573     Add debug information for DDR controller registers
16574
16575     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16576
16577 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
16578 Author: Haiying Wang <Haiying.Wang@freescale.com>
16579 Date:   Fri Oct 3 12:37:10 2008 -0400
16580
16581     Check DDR interleaving mode
16582
16583     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
16584     ba_intlv_ctl.
16585     * Print DDR interleaving mode information
16586     * Add doc/README.fsl-ddr to describe the interleaving setting
16587
16588     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16589
16590 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
16591 Author: Haiying Wang <Haiying.Wang@freescale.com>
16592 Date:   Fri Oct 3 12:36:55 2008 -0400
16593
16594     Pass dimm parameters to populate populate controller options
16595
16596     Because some dimm parameters like n_ranks needs to be used with the board
16597     frequency to choose the board parameters like clk_adjust etc. in the
16598     board_specific_paramesters table of the board ddr file, we need to pass
16599     the dimm parameters to the board file.
16600
16601     * move ddr dimm parameters header file from /cpu to /include directory.
16602     * add ddr dimm parameters to populate board specific options.
16603     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
16604
16605     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16606
16607 commit dbbbb3abeff325855cae76e33d69d5665631443f
16608 Author: Haiying Wang <Haiying.Wang@freescale.com>
16609 Date:   Fri Oct 3 12:36:39 2008 -0400
16610
16611     Make DDR interleaving mode work correctly
16612
16613     Fix some bugs:
16614       1. Correctly set intlv_ctl in cs_config.
16615       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
16616       3. Set base_address and total memory for each ddr controller in memory
16617          controller interleaving mode.
16618
16619     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16620
16621 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
16622 Author: Kumar Gala <galak@kernel.crashing.org>
16623 Date:   Mon Sep 22 23:40:42 2008 -0500
16624
16625     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
16626
16627     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16628
16629 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
16630 Author: Kumar Gala <galak@kernel.crashing.org>
16631 Date:   Mon Sep 22 14:11:11 2008 -0500
16632
16633     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
16634
16635     Changing the flash from cacheable to cache-inhibited was taking a significant
16636     amount of time due to the fact that we were iterating over the full 256M of
16637     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
16638
16639     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16640
16641 commit 54e091d3b603a3332c619199ca83a07e95960da4
16642 Author: Kumar Gala <galak@kernel.crashing.org>
16643 Date:   Mon Sep 22 14:11:10 2008 -0500
16644
16645     85xx: Export invalidate_{i,d}cache and add flush_dcache
16646
16647     Added the ability for C code to invalidate the i/d-cache's and
16648     to flush the d-cache.  This allows us to more efficient change mappings
16649     from cache-able to cache-inhibited.
16650
16651     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16652
16653 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
16654 Author: Heiko Schocher <hs@denx.de>
16655 Date:   Fri Oct 17 16:11:52 2008 +0200
16656
16657     mgcoge, mgsuvd: extract more common code
16658
16659     in ft_blob_update () for both boards was an unneccessary
16660     repetition of code, which this patch moves in a common
16661     function for this boards.
16662
16663     Signed-off-by: Heiko Schocher <hs@denx.de>
16664
16665 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
16666 Author: Heiko Schocher <hs@denx.de>
16667 Date:   Fri Oct 17 12:15:55 2008 +0200
16668
16669     mgcoge, mgsuvd: use in_*/out_* accesors
16670
16671     Signed-off-by: Heiko Schocher <hs@denx.de>
16672
16673 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
16674 Author: Heiko Schocher <hs@denx.de>
16675 Date:   Fri Oct 17 13:52:51 2008 +0200
16676
16677     mgsuvd: fix compiler warning when using soft_i2c driver
16678
16679     Signed-off-by: Heiko Schocher <hs@denx.de>
16680
16681 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
16682 Author: Heiko Schocher <hs@denx.de>
16683 Date:   Fri Oct 17 12:15:05 2008 +0200
16684
16685     mgsuvd: fix coding style
16686
16687     Signed-off-by: Heiko Schocher <hs@denx.de>
16688
16689 commit 5f4c3137f4f051787707c548133823f1656eb508
16690 Author: Heiko Schocher <hs@denx.de>
16691 Date:   Fri Oct 17 12:13:30 2008 +0200
16692
16693     mgcoge: Second Flash on CS5 not on CS1
16694
16695     Signed-off-by: Heiko Schocher <hs@denx.de>
16696
16697 commit 76da19df5b8e186d269f29190696bd31fb6c836b
16698 Author: Kumar Gala <galak@kernel.crashing.org>
16699 Date:   Thu Oct 16 21:52:08 2008 -0500
16700
16701     Added arch_lmb_reserve to allow arch specific memory regions protection
16702
16703     Each architecture has different ways of determine what regions of memory
16704     might not be valid to get overwritten when we boot.  This provides a
16705     hook to allow them to reserve any regions they care about.  Currently
16706     only ppc, m68k and sparc need/use this.
16707
16708     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16709
16710 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
16711 Author: Heiko Schocher <hs@denx.de>
16712 Date:   Thu Oct 16 16:32:35 2008 +0200
16713
16714     mgcoge: added CONFIG_FIT to support the new u-boot image format
16715
16716     Signed-off-by: Heiko Schocher <hs@denx.de>
16717
16718 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
16719 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16720 Date:   Thu Oct 16 15:01:15 2008 +0200
16721
16722     rename CFG_ macros to CONFIG_SYS
16723
16724     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16725
16726 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
16727 Author: Kumar Gala <galak@kernel.crashing.org>
16728 Date:   Mon Oct 13 14:12:55 2008 -0500
16729
16730     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
16731
16732     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16733
16734 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
16735 Author: Kumar Gala <galak@kernel.crashing.org>
16736 Date:   Tue Sep 23 10:05:02 2008 -0500
16737
16738     Expose command table search for sub-commands
16739
16740     Sub-command can benefit from using the same table and search functions
16741     that top level commands have.  Expose this functionality by refactoring
16742     find_cmd() and introducing find_cmd_tbl() that sub-command processing
16743     can call.
16744
16745     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16746
16747 commit f7e51b27508446f8cae3927975817137979ad5e8
16748 Author: Heiko Schocher <hs@denx.de>
16749 Date:   Wed Oct 15 09:41:33 2008 +0200
16750
16751     mgsuvd, mgcoge: added BOOTCOUNT feature.
16752
16753     Signed-off-by: Heiko Schocher <hs@denx.de>
16754
16755 commit 8f64da7f83b553889bc08400c97047998382e9d2
16756 Author: Heiko Schocher <hs@denx.de>
16757 Date:   Wed Oct 15 09:41:00 2008 +0200
16758
16759     mgcoge, mgsuvd: added support for the IVM EEprom.
16760
16761     The EEprom contains some Manufacturerinformation,
16762     which are read from u-boot at boot time, and saved
16763     in same hush shell variables.
16764
16765     Signed-off-by: Heiko Schocher <hs@denx.de>
16766
16767 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
16768 Author: Heiko Schocher <hs@denx.de>
16769 Date:   Wed Oct 15 09:40:28 2008 +0200
16770
16771     hush: add showvar command for hush shell.
16772
16773     This new command shows the local variables defined in
16774     the hush shell:
16775
16776     => help showvar
16777     showvar
16778         - print values of all hushshell variables
16779     showvar name ...
16780         - print value of hushshell variable 'name'
16781
16782     Also make the set_local_var() and unset_local_var ()
16783     no longer static, so it is possible to define local
16784     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
16785     is defined, u-boot calls hush_init_var (), where
16786     boardspecific code can define local hush shell
16787     variables at boottime.
16788
16789     Signed-off-by: Heiko Schocher <hs@denx.de>
16790
16791 commit 67b23a322848d828a5e45c0567b72762bfde7abf
16792 Author: Heiko Schocher <hs@denx.de>
16793 Date:   Wed Oct 15 09:39:47 2008 +0200
16794
16795     I2C: adding new "i2c bus" Command to the I2C Subsystem.
16796
16797     With this Command it is possible to add new I2C Busses,
16798     which are behind 1 .. n I2C Muxes. Details see README.
16799
16800     Signed-off-by: Heiko Schocher <hs@denx.de>
16801
16802 commit c24853644ddd2dd2e4246b5854a93e6254a14092
16803 Author: Heiko Schocher <hs@denx.de>
16804 Date:   Wed Oct 15 09:39:08 2008 +0200
16805
16806     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
16807
16808     As documented in doc/I2C_Edge_Conditions, adding a
16809     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
16810     for the mgcoge and mgsuvd board.
16811
16812     This code was originally written by Keymile in association
16813     with Anatech and Atmel in 1998. The Code toggels the SCL
16814     until the SCA line goes to HIGH (max. 16 times).
16815     And after this, a start condition is sent.
16816
16817     This is another approach to deblock the I2C Bus. The
16818     soft I2C driver actually sends 9 clocks with SDA High,
16819     and then a stop at the end, to deblock the I2C Bus.
16820
16821     Maybe we should use the approach from Keymile as
16822     the new standard?
16823
16824     Signed-off-by: Heiko Schocher <hs@denx.de>
16825
16826 commit 4ca107effebfbabac1057c39632105dacef95957
16827 Author: Heiko Schocher <hs@denx.de>
16828 Date:   Wed Oct 15 09:38:38 2008 +0200
16829
16830     soft_i2c: Add CFG_I2C_INIT_BOARD option
16831
16832     This patch adds the option for a boardspecific
16833     I2C deblocking mechanism for the soft i2c driver.
16834
16835     Signed-off-by: Heiko Schocher <hs@denx.de>
16836
16837 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
16838 Author: Heiko Schocher <hs@denx.de>
16839 Date:   Wed Oct 15 09:38:07 2008 +0200
16840
16841     mgcoge, mgsuvd: add DTT (LM75) support.
16842
16843     Signed-off-by: Heiko Schocher <hs@denx.de>
16844
16845 commit 8e442df438ab677057571e3ac01846bff7719bce
16846 Author: Heiko Schocher <hs@denx.de>
16847 Date:   Wed Oct 15 09:37:34 2008 +0200
16848
16849     lm75: Make the LM75 MULTI_BUS compatible.
16850
16851     Signed-off-by: Heiko Schocher <hs@denx.de>
16852
16853 commit 12f1678127c1df2b2878ba93c88948bedc060775
16854 Author: Heiko Schocher <hs@denx.de>
16855 Date:   Wed Oct 15 09:37:04 2008 +0200
16856
16857     lm75: fix Codingstyle issues.
16858
16859     Signed-off-by: Heiko Schocher <hs@denx.de>
16860
16861 commit f2202450c75ba6934b356024101500ddcde6e2a6
16862 Author: Heiko Schocher <hs@denx.de>
16863 Date:   Wed Oct 15 09:36:33 2008 +0200
16864
16865     mgcoge, mgsuvd: added EEprom support.
16866
16867     Signed-off-by: Heiko Schocher <hs@denx.de>
16868
16869 commit 9661bf9d120f760238b2a073b84f2baf05010057
16870 Author: Heiko Schocher <hs@denx.de>
16871 Date:   Wed Oct 15 09:36:03 2008 +0200
16872
16873     mgcoge, mgsuvd: add I2C support.
16874
16875     Signed-off-by: Heiko Schocher <hs@denx.de>
16876
16877 commit 98aed379586a155292efbf3209356836584b601c
16878 Author: Heiko Schocher <hs@denx.de>
16879 Date:   Wed Oct 15 09:35:26 2008 +0200
16880
16881     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
16882
16883     This patch fixes the following warnings, when using
16884     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
16885     systems:
16886
16887     soft_i2c.c: In function 'send_reset':
16888     soft_i2c.c:93: warning: unused variable 'immr'
16889     soft_i2c.c: In function 'send_start':
16890     soft_i2c.c:124: warning: unused variable 'immr'
16891     soft_i2c.c: In function 'send_stop':
16892     soft_i2c.c:146: warning: unused variable 'immr'
16893     soft_i2c.c: In function 'send_ack':
16894     soft_i2c.c:171: warning: unused variable 'immr'
16895     soft_i2c.c: In function 'write_byte':
16896     soft_i2c.c:196: warning: unused variable 'immr'
16897     soft_i2c.c: In function 'read_byte':
16898     soft_i2c.c:244: warning: unused variable 'immr'
16899
16900     Signed-off-by: Heiko Schocher <hs@denx.de>
16901
16902 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
16903 Author: Heiko Schocher <hs@denx.de>
16904 Date:   Wed Oct 15 09:34:45 2008 +0200
16905
16906     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
16907
16908     Signed-off-by: Heiko Schocher <hs@denx.de>
16909
16910 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
16911 Author: Heiko Schocher <hs@denx.de>
16912 Date:   Wed Oct 15 09:34:05 2008 +0200
16913
16914     mgcoge: fix Coding Style issues.
16915
16916     Signed-off-by: Heiko Schocher <hs@denx.de>
16917
16918 commit e43a27c49712203fe8848a17714330623edfb2eb
16919 Author: Heiko Schocher <hs@denx.de>
16920 Date:   Wed Oct 15 09:33:30 2008 +0200
16921
16922     I2C: add new command i2c reset.
16923
16924     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
16925     it is not possible to get out of this, until the
16926     complete Hardware gets a reset. This new commando
16927     calls again i2c_init (and that calls i2c_init_board
16928     if defined), which will deblock the I2C Bus.
16929
16930     Signed-off-by: Heiko Schocher <hs@denx.de>
16931     Signed-off-by: Wolfgang Denk <wd@denx.de>
16932
16933 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
16934 Author: Heiko Schocher <hs@denx.de>
16935 Date:   Wed Oct 15 09:32:25 2008 +0200
16936
16937     mgsuvd, mgcoge: move this 2 boards in one dir.
16938
16939     There are some more extensions, which are for both boards
16940     and some more boards from this manufacturer will follow soon.
16941
16942     Signed-off-by: Heiko Schocher <hs@denx.de>
16943     Signed-off-by: Wolfgang Denk <wd@denx.de>
16944
16945 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
16946 Author: Dirk Eibach <eibach@gdsys.de>
16947 Date:   Wed Oct 8 13:44:27 2008 +0200
16948
16949     hwmon: Add LM63 support
16950
16951     This patch adds support for the National LM63 temperature
16952     sensor with integrated fan control. It's used on the GDSys
16953     Neo board (405EP) which will be submitted later.
16954
16955     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16956     Acked-by: Stefan Roese <sr@denx.de>
16957
16958 commit 7ba890bf2f2b92831420243c058951aa831119fd
16959 Author: Kyungmin Park <kmpark@infradead.org>
16960 Date:   Wed Oct 8 11:01:17 2008 +0900
16961
16962     Add Red Black Tree support
16963
16964     Now it's used at UBI module. Of course other modules can use it.
16965     If you want to use it, please define CONFIG_RBTREE
16966
16967     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16968
16969 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
16970 Author: richardretanubun <richardretanubun@ruggedcom.com>
16971 Date:   Mon Oct 6 16:10:53 2008 -0400
16972
16973     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
16974
16975     Added support for CONFIG_EFI_PARTITION to ext2 commands.
16976     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16977
16978 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
16979 Author: richardretanubun <richardretanubun@ruggedcom.com>
16980 Date:   Fri Sep 26 11:13:22 2008 -0400
16981
16982     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
16983
16984     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
16985     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
16986
16987     Based on linux/fs/partitions/efi.[ch]
16988
16989     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16990
16991 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
16992 Author: Bartlomiej Sieka <tur@semihalf.com>
16993 Date:   Wed Oct 1 15:26:32 2008 +0200
16994
16995     FIT: output image load address for type 'firmware', fix message while there
16996
16997     Now that the auto-update feature uses the 'firmware' type for updates, it is
16998     useful to inspect the load address of such images.
16999
17000     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17001
17002 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
17003 Author: Bartlomiej Sieka <tur@semihalf.com>
17004 Date:   Wed Oct 1 15:26:31 2008 +0200
17005
17006     Automatic software update from TFTP server
17007
17008     The auto-update feature allows to automatically download software updates
17009     from a TFTP server and store them in Flash memory during boot. Updates are
17010     contained in a FIT file and protected with SHA-1 checksum.
17011
17012     More detailed description can be found in doc/README.update.
17013
17014     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17015     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17016
17017 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
17018 Author: Bartlomiej Sieka <tur@semihalf.com>
17019 Date:   Wed Oct 1 15:26:27 2008 +0200
17020
17021     flash: factor out adjusting of Flash address to the end of sector
17022
17023     The upcoming automatic update feature needs the ability to adjust an
17024     address within Flash to the end of its respective sector. Factor out
17025     this functionality to a new function flash_sect_roundb().
17026
17027     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17028     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17029     Signed-off-by: Stefan Roese <sr@denx.de>
17030
17031 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
17032 Author: Bartlomiej Sieka <tur@semihalf.com>
17033 Date:   Wed Oct 1 15:26:29 2008 +0200
17034
17035     net: Make TFTP server timeout configurable
17036
17037     There are two aspects of a TFTP transfer involving timeouts:
17038     1. timeout waiting for initial server reply after sending RRQ
17039     2. timeouts while transferring actual data from the server
17040
17041     Since the upcoming auto-update feature attempts a TFTP download during each
17042     boot, it is undesirable to have a long delay when the TFTP server is not
17043     available. Thus, this commit makes the server timeout (1.) configurable by two
17044     global variables:
17045
17046     TftpRRQTimeoutMSecs
17047     TftpRRQTimeoutCountMax
17048
17049     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
17050     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
17051     The total delay when trying to download a file from a non-existing TFTP server
17052     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
17053
17054     Timeouts during file transfers (2.) are unaffected.
17055
17056     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17057     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17058     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17059
17060 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
17061 Author: Bartlomiej Sieka <tur@semihalf.com>
17062 Date:   Wed Oct 1 15:26:28 2008 +0200
17063
17064     net: express the first argument to NetSetTimeout() in milliseconds
17065
17066     Enforce millisecond semantics of the first argument to NetSetTimeout() --
17067     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
17068     get_timer() countiing in milliseconds).
17069
17070     Rationale for this patch is to enable millisecond granularity for
17071     network-related timeouts, which is needed for the upcoming automatic
17072     software update feature.
17073
17074     Summary of changes:
17075     - do not scale the first argument to NetSetTimeout() by CFG_HZ
17076     - change timeout values used in the networking code to milliseconds
17077
17078     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17079     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17080     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17081
17082 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
17083 Author: richardretanubun <richardretanubun@ruggedcom.com>
17084 Date:   Mon Sep 29 18:28:23 2008 -0400
17085
17086     Adds two more ethernet interface to 83xx
17087
17088     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
17089     Six eth interface is chosen because the platform I am using combines
17090     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
17091
17092     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
17093     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17094
17095 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
17096 Author: Haiying Wang <Haiying.Wang@freescale.com>
17097 Date:   Wed Sep 24 11:42:12 2008 -0500
17098
17099     Change UEC PHY interface to RGMII on MPC8568MDS
17100
17101     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
17102
17103     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
17104     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
17105
17106     Now both UEC1 and UEC2 can work properly under u-boot.
17107
17108     It is also in consistent with the kernel setting for 8568 UEC phy interface.
17109
17110     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17111     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17112
17113 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
17114 Author: Wolfgang Denk <wd@denx.de>
17115 Date:   Sat Oct 18 21:30:31 2008 +0200
17116
17117     Prepare v2008.10 release: update CHANGELOG & Makefile
17118
17119     Signed-off-by: Wolfgang Denk <wd@denx.de>
17120
17121 commit f7a35a60cf45491871a5c28e9ad24db005487857
17122 Author: Heiko Schocher <hs@denx.de>
17123 Date:   Fri Oct 17 18:24:06 2008 +0200
17124
17125     mgcoge: add redundant environment sector
17126
17127     Signed-off-by: Heiko Schocher <hs@denx.de>
17128     Signed-off-by: Wolfgang Denk <wd@denx.de>
17129
17130 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
17131 Author: Heiko Schocher <hs@denx.de>
17132 Date:   Fri Oct 17 18:23:27 2008 +0200
17133
17134     mgsuvd: update size of environment
17135
17136     Signed-off-by: Heiko Schocher <hs@denx.de>
17137
17138 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
17139 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
17140 Date:   Thu Oct 16 13:38:00 2008 -0500
17141
17142     83xx NAND boot: wait for LTESR[CC]
17143
17144     At least some revisions of the 8313, and possibly other chips, do not
17145     wait for all pages of the initial 4K NAND region to be loaded before
17146     beginning execution; thus, we wait for it before branching out of the
17147     first NAND page.
17148
17149     This fixes warm reset problems when booting from NAND on 8313erdb.
17150
17151     Signed-off-by: Scott Wood <scottwood@freescale.com>
17152     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17153
17154 commit bf29e0ea0af03d593c64614136acc723a7a022a2
17155 Author: Yuri Tikhonov <yur@emcraft.com>
17156 Date:   Fri Oct 17 12:54:18 2008 +0200
17157
17158     ppc4xx: PPC44x MQ initialization
17159
17160     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
17161     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
17162     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
17163
17164     Previously the appropriate initialization had been made in Linux, by the
17165     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
17166     registers after normal operation has begun is not supported and could
17167     have unpredictable results.
17168
17169     Comment from Stefan: This patch doesn't change the resulting value of the
17170     MQ registers. It explicitly sets/clears all bits to the desired state which
17171     better documents the resulting register value instead of relying on pre-set
17172     default values.
17173
17174     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17175     Signed-off-by: Stefan Roese <sr@denx.de>
17176
17177 commit ec081c2c190148b374e86a795fb6b1c49caeb549
17178 Author: Stefan Roese <sr@denx.de>
17179 Date:   Fri Oct 17 12:51:46 2008 +0200
17180
17181     ppc4xx: PPC44x MQ initialization
17182
17183     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
17184     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
17185     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
17186
17187     Previously the appropriate initialization had been made in Linux, by the
17188     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
17189     registers after normal operation has begun is not supported and could
17190     have unpredictable results.
17191
17192     Comment from Stefan: This patch doesn't change the resulting value of the
17193     MQ registers. It explicitly sets/clears all bits to the desired state which
17194     better documents the resulting register value instead of relying on pre-set
17195     default values.
17196
17197     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17198     Signed-off-by: Stefan Roese <sr@denx.de>
17199
17200 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
17201 Author: Kumar Gala <galak@kernel.crashing.org>
17202 Date:   Thu Oct 16 21:58:50 2008 -0500
17203
17204     85xx: Using proper I2C source clock divider for MPC8544
17205
17206     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
17207     bit 26, instead it should be bit 28.  This caused in incorrect
17208     interpretation of the i2c_clk which is the same as the SEC clk on
17209     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
17210     in PORDEVSR2.
17211
17212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17213
17214 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
17215 Author: Kumar Gala <galak@kernel.crashing.org>
17216 Date:   Thu Oct 16 21:58:49 2008 -0500
17217
17218     Revert "85xx: Using proper I2C source clock divider for MPC8544"
17219
17220     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
17221
17222     The fix introduced by this patch is not correct.  The problem is
17223     that the documentation is not correct for the MPC8544 with regards
17224     to which bit in PORDEVSR2 is for the SEC_CFG.
17225
17226     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17227
17228 commit 2179c4766bffeece98e5e92040629a96c97e230c
17229 Author: Kumar Gala <galak@kernel.crashing.org>
17230 Date:   Wed Oct 15 10:19:41 2008 -0500
17231
17232     85xx: Fix compile warning
17233
17234     mpc8536ds.c: In function 'is_sata_supported':
17235     mpc8536ds.c:614: warning: unused variable 'devdisr'
17236
17237     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17238
17239 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
17240 Author: Jason Jin <Jason.jin@freescale.com>
17241 Date:   Wed Oct 15 10:40:24 2008 +0800
17242
17243     Fix the function conflict in x86emu when DEBUG is on
17244
17245     The function parse_line() in common/main.c was exposed globally by commit
17246     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
17247     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
17248     This patch fix this by renaming the function in the debug.c file.
17249
17250     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17251
17252 commit b4dbacf69a669a17487054552fc2761149dd6767
17253 Author: Wolfgang Denk <wd@denx.de>
17254 Date:   Wed Oct 15 15:50:45 2008 +0200
17255
17256     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
17257
17258     Signed-off-by: Wolfgang Denk <wd@denx.de>
17259
17260 commit 374b9038293d01d8744a46af9b7854a6fd99b228
17261 Author: Heiko Schocher <hs@denx.de>
17262 Date:   Wed Oct 15 09:51:19 2008 +0200
17263
17264     Fix compiler warning in lib_ppc/board.c
17265
17266     Fix compiler warning introduced by commit 0f8cbc18
17267
17268     Signed-off-by: Heiko Schocher <hs@denx.de>
17269     Signed-off-by: Wolfgang Denk <wd@denx.de>
17270
17271 commit 9724555755a6f1066636481b41f7094e0ce93a69
17272 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17273 Date:   Thu Oct 9 10:29:14 2008 +0530
17274
17275     mpc83xx: wait till UPM completes the write to array
17276
17277     Reference manual states that MxMR[MAD] increment is the indication
17278     of write to UPM array is complete. Honour that. Also, make the dummy
17279     write explicit.
17280
17281     also fix the comment.
17282
17283     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17284     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17285
17286 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
17287 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17288 Date:   Wed Oct 8 18:12:20 2008 -0500
17289
17290     Remove unwanted ';' at end of define.
17291
17292     Currently this is not creating any problem. But it will result
17293     in compilation error when used as below.
17294
17295     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
17296
17297     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17298
17299     continuation of the theme based on git grep "^#define CFG_.*;$" include/
17300
17301     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17302
17303 commit b2934a56650e9a6c54432f9ce6dc36757967385e
17304 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17305 Date:   Mon Oct 6 10:53:59 2008 -0400
17306
17307     ARM DaVinci: Add maintainer information for SFFSDR board.
17308
17309     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17310
17311 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
17312 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17313 Date:   Sat Oct 4 19:26:16 2008 +0200
17314
17315     api: fix type mismatch
17316
17317     This patch fixes a type mismatch and thus removes a compiler
17318     warning when compiling with CONFIG_API on powerpc.
17319
17320     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17321
17322 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
17323 Author: Peter Tyser <ptyser@xes-inc.com>
17324 Date:   Wed Oct 1 12:25:04 2008 -0500
17325
17326     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
17327
17328     Original code displayed:
17329      => help i2c
17330      i2c i2c speed [speed] - show or set I2C bus speed
17331      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
17332      ...
17333
17334     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17335
17336 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
17337 Author: Wolfgang Denk <wd@denx.de>
17338 Date:   Tue Oct 14 22:13:41 2008 +0200
17339
17340     Update CHANGELOG
17341
17342     Signed-off-by: Wolfgang Denk <wd@denx.de>
17343
17344 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
17345 Author: Jason Jin <Jason.jin@freescale.com>
17346 Date:   Fri Oct 10 11:41:01 2008 +0800
17347
17348     Do not init SATA when disabled on 8536DS.
17349
17350     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
17351     driver still try to access the SATA registers, the cpu will hangup.
17352     This patch try to fix this by reading the serdes status before the SATA
17353     initialize.
17354
17355     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17356     Acked-by: Andy Fleming <afleming@freescale.com>
17357
17358 commit 9dbc366744960013965fce8851035b6141f3b3ae
17359 Author: Remy Bohmer <linux@bohmer.net>
17360 Date:   Fri Oct 10 10:23:22 2008 +0200
17361
17362     The PIPE_INTERRUPT flag is used wrong
17363
17364     At a lot of places in the code the PIPE_INTERRUPT flags and friends
17365     are used wrong. The wrong bits are compared to this flag resulting
17366     in wrong conditions. Also there are macros that should be used for
17367     PIPE_* flags.
17368     This patch tries to fix them all, however, I was not able to test the
17369     changes, because I do not have any of these boards.
17370
17371     Review required!
17372
17373     Signed-off-by: Remy Bohmer <linux@bohmer.net>
17374     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17375
17376 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
17377 Author: Remy Bohmer <linux@bohmer.net>
17378 Date:   Fri Oct 10 10:23:21 2008 +0200
17379
17380     fix USB initialisation procedure
17381
17382     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
17383     At some places directly 8,16,32,64 was used instead of the encoded
17384     value. Made a enum for the options to make this more clear and to help
17385     preventing similar errors in the future.
17386
17387     After fixing this bug it became clear that another bug existed where
17388     the 'pipe' is and-ed with PIPE_* flags, where it should have been
17389     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
17390
17391     Also removed the triple 'get_device_descriptor' sequence, it has no use,
17392     and Windows nor Linux behaves that way.
17393     There is also a poll going on with a timeout when usb_control_msg() fails.
17394     However, the poll is useless, because the flag will never be set on a error,
17395     because there is no code that runs in a parallel that can set this flag.
17396     Changed this to something more logical.
17397
17398     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
17399     Linux is doing. There is no difference anymore in the early initialisation
17400     sequence.
17401
17402     Signed-off-by: Remy Bohmer <linux@bohmer.net>
17403     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17404
17405 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
17406 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
17407 Date:   Fri Oct 3 00:03:55 2008 +0400
17408
17409     fsl_diu: fix alignment error that caused malloc corruption
17410
17411     When aligning malloc()ed screen_base, invalid offset was added.
17412     This not only caused misaligned result (which did not cause hardware
17413     misbehaviour), but - worse - caused screen_base + smem_len to
17414     be out of malloc()ed space, which in turn caused breakage of
17415     futher malloc()/free() operation.
17416
17417     This patch fixes screen_base alignment.
17418
17419     Also this patch makes memset() that cleans framebuffer to be executed
17420     on first initialization of diu, not only on re-initialization. It looks
17421     correct to clean the framebuffer instead of displaying random garbage;
17422     I believe that was disabled only because that memset caused breakage
17423     of malloc/free described above - which no longer happens with the fix
17424     described above.
17425
17426     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
17427
17428 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
17429 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17430 Date:   Wed Sep 24 10:29:37 2008 +0200
17431
17432     api: Fix building with CONFIG_API
17433
17434     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
17435
17436     USB_MAX_STOR_DEV is defined in include/usb.h, but
17437     needed in api/api_storage.c.
17438
17439     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17440
17441 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
17442 Author: Peter Tyser <ptyser@xes-inc.com>
17443 Date:   Tue Sep 23 12:39:40 2008 -0500
17444
17445     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
17446
17447     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17448
17449 commit 81e612014c40c922ec35488d17c504d4e9286f06
17450 Author: Peter Tyser <ptyser@xes-inc.com>
17451 Date:   Tue Sep 23 12:38:42 2008 -0500
17452
17453     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
17454
17455     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
17456     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
17457     sensor drivers are not necessary
17458
17459     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17460
17461 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
17462 Author: Mike Frysinger <vapier@gentoo.org>
17463 Date:   Tue Oct 14 07:04:38 2008 -0400
17464
17465     cmd_spi: remove broken signed casting for display
17466
17467     Since we're working with unsigned data, you can't apply a signed pointer
17468     cast and then attempt to print the result.  Otherwise you get wrong output
17469     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
17470
17471     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17472
17473 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
17474 Author: Mike Frysinger <vapier@gentoo.org>
17475 Date:   Tue Oct 14 07:05:24 2008 -0400
17476
17477     strings cmd: drop old CONFIG_CFG_STRINGS define
17478
17479     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
17480     CONFIG_CMD_STRINGS and Makefile control.
17481
17482     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17483
17484 commit fecb5ade3b37f62981f2b05b621005850173aaa9
17485 Author: Jason Jin <Jason.jin@freescale.com>
17486 Date:   Fri Sep 19 17:32:49 2008 +0800
17487
17488     Fix the NAND size overflow issue.
17489
17490     When the total size of all NAND devices exceeds 4 GiB, the size  will
17491     overflow. This patch tries to fix this.
17492
17493     Note that we still have a problem when a single NAND device is bigger
17494     than 4 GiB: then the overflow would actually happen earlier, i. e.
17495     when storing the size in nand_info[].size, as nand_info[].size is an
17496     "u_int32_t".
17497
17498     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17499     Signed-off-by: Wolfgang Denk <wd@denx.de>
17500
17501 commit 30f574717277238b9014b8136c90eea77196490f
17502 Author: Louis Su <louis@asix.com.tw>
17503 Date:   Wed Jul 9 11:01:37 2008 +0800
17504
17505     AX88180: new gigabit network driver
17506
17507     Signed-off-by: Louis Su <louis@asix.com.tw>
17508     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17509
17510 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
17511 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17512 Date:   Tue Aug 19 16:07:03 2008 +0200
17513
17514     enable 10/100M at VSC8601 at tsec driver
17515
17516     Currently VSC8601 doesn't link with 10/100M partners if the
17517     EEPROM/Strapping is not set up.
17518     Setting the auto-neg register fixes this.
17519
17520     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17521     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17522
17523 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
17524 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17525 Date:   Tue Sep 30 15:02:53 2008 +0900
17526
17527     net: ne2000: Divided a function of NE2000 driver
17528
17529     get_prom function was used __attriute__ , but it is not enable.
17530     ax88796.o does not do link besides ne2000.o. When ld is carried
17531     out, get_prom function of ax88796.c is ignored.
17532     This problem is a thing by specifications of ld.
17533     I checked and test this patch on SuperH and MIPS.
17534
17535     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17536     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17537
17538 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
17539 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17540 Date:   Tue Oct 14 11:10:59 2008 +0900
17541
17542     sh: rsk7203: Add smc911x driver support to board config file
17543
17544     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17545     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17546
17547 commit cae6f909baf86357b3c0bd01acfc414348c4d175
17548 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17549 Date:   Thu Oct 9 13:54:33 2008 +0900
17550
17551     sh: Fix cannot execute a stand-alone application
17552
17553     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
17554
17555     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17556     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17557
17558 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
17559 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17560 Date:   Wed Oct 8 23:38:00 2008 -0500
17561
17562     fsl_pci_init do not scan bus when configured as an end-point
17563
17564     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17565     Acked-by: Andy Fleming <afleming@freescale.com>
17566
17567 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
17568 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17569 Date:   Tue Sep 16 17:07:53 2008 -0400
17570
17571     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
17572
17573     This is no longer necessary now that the GD_FLG_RELOC flag is set for
17574     all ARM boards.
17575
17576     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17577
17578 commit d977a57356657ba241256231efca32828a5822f9
17579 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17580 Date:   Sat Sep 13 10:04:32 2008 +0200
17581
17582     Fix lzma uncompress call (image_start wrongly used instead image_len)
17583
17584     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17585
17586 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
17587 Author: Nick Spence <nick.spence@freescale.com>
17588 Date:   Thu Aug 28 14:09:15 2008 -0700
17589
17590     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
17591
17592     This is needed in unlock_ram_in_cache() because it is called from C and
17593     will corrupt the small data area anchor that is kept in R2.
17594
17595     lock_ram_in_cache() is modified similarly as good coding practice, but
17596     is not called from C.
17597
17598     Signed-off-by: Nick Spence <nick.spence@freescale.com>
17599
17600 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
17601 Author: Kumar Gala <galak@kernel.crashing.org>
17602 Date:   Tue Aug 19 15:05:34 2008 -0500
17603
17604     86xx: remove redudant code with lib_ppc/interrupts.c
17605
17606     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
17607     Not know how that happened, but there is no good reason for it.
17608
17609     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
17610     they exist.
17611
17612     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17613
17614 commit 0d01f66d235118515b5086b88f82498bc0695d6a
17615 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17616 Date:   Thu Oct 9 01:26:36 2008 -0500
17617
17618     CFI: cfi_flash write fix for AMD legacy
17619
17620     The flash_unlock_seq requires a sector for AMD_LEGACY.
17621     Fix a retcode check typeo.
17622
17623     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17624     Signed-off-by: Stefan Roese <sr@denx.de>
17625
17626 commit 542b385a620a1783454a00424930e51895f45073
17627 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17628 Date:   Tue Oct 7 13:13:10 2008 +0200
17629
17630     ppc4xx: Fix USB 2.0 phy reset sequence
17631
17632     This patch fixes USB 2.0 communication issues on some DU440 boards.
17633
17634     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17635     Signed-off-by: Stefan Roese <sr@denx.de>
17636
17637 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
17638 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17639 Date:   Tue Oct 7 13:13:09 2008 +0200
17640
17641     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
17642
17643     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17644     Signed-off-by: Stefan Roese <sr@denx.de>
17645
17646 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
17647 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17648 Date:   Tue Oct 7 13:13:08 2008 +0200
17649
17650     ppc4xx: Fix DU440 GPIO configuration
17651
17652     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17653     Signed-off-by: Stefan Roese <sr@denx.de>
17654
17655 commit 35dd025c70fcc4389317db2f2a9d14795172137d
17656 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17657 Date:   Tue Oct 7 13:13:07 2008 +0200
17658
17659     ppc4xx: Update DU440 config
17660
17661     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17662     Signed-off-by: Stefan Roese <sr@denx.de>
17663
17664 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
17665 Author: Kumar Gala <galak@kernel.crashing.org>
17666 Date:   Wed Oct 8 15:36:39 2008 -0500
17667
17668     MPC8572DS: Fix compile warnings
17669
17670     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
17671     compile warnings:
17672
17673     cmd_i2c.c:112: warning: missing braces around initializer
17674     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
17675
17676     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17677
17678 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
17679 Author: Wolfgang Grandegger <wg@grandegger.com>
17680 Date:   Tue Sep 30 10:55:57 2008 +0200
17681
17682     85xx: Using proper I2C source clock divider for MPC8544
17683
17684     Measurements with our MPC8544 board showed that the I2C bus frequency
17685     is wrong by a factor of 1.5. Obviously, the interpretation of the
17686     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
17687     correct. There seems to be an error in the 8544 RM.
17688
17689     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
17690
17691 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
17692 Author: Rafal Czubak <rcz@semihalf.com>
17693 Date:   Wed Oct 8 13:41:30 2008 +0200
17694
17695     FSL: Fix get_cpu_board_revision() return value.
17696
17697     get_cpu_board_revision() returned board revision based on information stored
17698     in global static struct eeprom. It should instead use one from local struct
17699     board_eeprom, to which the data is actually read from EEPROM. The bug led to
17700     system hang after printing L1 cache information on U-Boot startup. The problem
17701     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
17702     boards using CFG_I2C_EEPROM_CCID.
17703
17704     The change has been successfully tested on MPC8555CDS system.
17705
17706     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17707
17708 commit 747f316cca484ed627a97dd3391febabce384186
17709 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17710 Date:   Tue Sep 30 20:08:49 2008 +0200
17711
17712     update uImage FIT multi documentation
17713
17714     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17715
17716 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
17717 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17718 Date:   Tue Sep 30 20:08:36 2008 +0200
17719
17720     move README.imx31 to doc/ and merge with README.mx31
17721
17722     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17723
17724 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
17725 Author: Guennadi Liakhovetski <lg@denx.de>
17726 Date:   Thu Sep 25 20:54:37 2008 +0200
17727
17728     i.MX31: switch to CFG_HZ=1000
17729
17730     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
17731     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
17732     provides 2% or 0.4% precision depending on the
17733     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
17734     boot-delay.
17735
17736     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17737
17738 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
17739 Author: gnusercn <gnusercn@gmail.com>
17740 Date:   Wed Oct 8 18:58:58 2008 +0200
17741
17742     Fix bug: in arch-arm, env_get_char dose not work fine
17743
17744     due to the arm implementation which supposed that U-Boot is in RAM
17745     when we jump to start_armboot
17746
17747     Signed-off-by: gnusercn <gnusercn@gmail.com>
17748     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17749
17750 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
17751 Author: Adam Graham <agraham@amcc.com>
17752 Date:   Mon Oct 6 10:16:13 2008 -0700
17753
17754     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
17755
17756     After changing SDRAM_CLKTR phase value rerun the memory preload
17757     initialization sequence (INITPLR) to reset and relock the memory
17758     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
17759     adjustment effects the phase relationship of the internal, to the
17760     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
17761
17762     Signed-off-by: Adam Graham <agraham@amcc.com>
17763     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
17764     Signed-off-by: Stefan Roese <sr@denx.de>
17765
17766 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
17767 Author: Haiying Wang <Haiying.Wang@freescale.com>
17768 Date:   Fri Oct 3 11:48:03 2008 -0400
17769
17770     Remove redundant #define for MPC8536DS
17771
17772     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17773
17774 commit 445a7b38308eb05b41de74165b20855db58c7ee5
17775 Author: Haiying Wang <Haiying.Wang@freescale.com>
17776 Date:   Fri Oct 3 11:47:30 2008 -0400
17777
17778     Add ID EEPROM support for MPC8572DS
17779
17780     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
17781     system information like mac addresses etc. This patch enables it.
17782
17783     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17784
17785 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
17786 Author: Haiying Wang <Haiying.Wang@freescale.com>
17787 Date:   Fri Oct 3 11:46:59 2008 -0400
17788
17789     Minor fixes for I2C address on MPC8572DS
17790
17791     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
17792     according to the board spec, and adds the 2nd i2c bus offset.
17793
17794     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17795
17796 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
17797 Author: Jason Jin <Jason.jin@freescale.com>
17798 Date:   Sat Sep 27 14:40:57 2008 +0800
17799
17800     Fix the incorrect DDR clk freq reporting on 8536DS
17801
17802     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
17803     The display is still sync mode DDR freq. This patch try to fix
17804     this. The display DDR freq is now the actual freq in both
17805     sync and async mode.
17806
17807     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17808
17809 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
17810 Author: Kumar Gala <galak@kernel.crashing.org>
17811 Date:   Tue Oct 7 10:28:46 2008 -0500
17812
17813     85xx: Remove setting of *cache-line-size in device trees
17814
17815     ePAPR says if the *cache-block-size is the same as *cache-line-size
17816     than we don't need the *cache-line-size property.
17817
17818     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17819
17820 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
17821 Author: Mark Jackson <mpfj@mimc.co.uk>
17822 Date:   Fri Oct 3 11:48:57 2008 +0100
17823
17824     MIMC200 board now uses CONFIG_DISABLE_CONSOLE
17825
17826     Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
17827     Also fixed default uImage location.
17828
17829     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17830     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17831
17832 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
17833 Author: Gerald Van Baren <vanbaren@cideas.com>
17834 Date:   Sat Oct 4 07:56:06 2008 -0400
17835
17836     libfdt: Fix error in documentation for fdt_get_alias_namelen()
17837
17838     Oops, screwed up the function name in the documenting comment for this
17839     function.  Trivial correction in this patch.
17840
17841     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17842     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17843
17844 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
17845 Author: David Gibson <david@gibson.dropbear.id.au>
17846 Date:   Wed Aug 20 16:55:14 2008 +1000
17847
17848     libfdt: Add function to explicitly expand aliases
17849
17850     Kumar has already added alias expansion to fdt_path_offset().
17851     However, in some circumstances it may be convenient for the user of
17852     libfdt to explicitly get the string expansion of an alias.  This patch
17853     adds a function to do this, fdt_get_alias(), and uses it to implement
17854     fdt_path_offset().
17855
17856     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17857
17858 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
17859 Author: Mike Frysinger <vapier@gentoo.org>
17860 Date:   Thu Oct 2 01:55:38 2008 -0400
17861
17862     cfi_flash: do not reset flash when probe fails
17863
17864     The CFI flash driver starts at flash_init() which calls down into
17865     flash_get_size().  This starts by calling flash_detect_cfi().  If said
17866     function fails, flash_get_size() finishes by attempting to reset the
17867     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
17868     which filters down into flash_make_cmd() and that happily smashes the
17869     stack by sticking info->portwidth bytes into a cfiword_t variable that
17870     lives on the stack.  On a 64bit system you probably won't notice, but
17871     killing the last 8 bytes on a 32bit system usually leads to a corrupt
17872     return address.  Which is what happens on a Blackfin system.
17873
17874     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17875     Signed-off-by: Stefan Roese <sr@denx.de>
17876
17877 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
17878 Author: Stefan Roese <sr@denx.de>
17879 Date:   Fri Sep 26 17:03:26 2008 +0200
17880
17881     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
17882
17883     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
17884     Without this, the chosen node is not overwritten if it already
17885     exists.
17886
17887     Signed-off-by: Stefan Roese <sr@denx.de>
17888
17889 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
17890 Author: Jon Loeliger <jdl@freescale.com>
17891 Date:   Thu Sep 25 11:02:17 2008 -0500
17892
17893     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
17894
17895     Using Gcc 4.3 detected this problem:
17896
17897         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
17898         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
17899         occur when assuming that (X + c) < X is always false
17900
17901     To fix the problem, treat the offset as an unsigned int.
17902
17903     The problem report and proposed fix were provided
17904     by Steve Papacharalambous <stevep@freescale.com>.
17905
17906     Signed-off-by: Jon Loeliger <jdl@freescale.com>
17907
17908 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
17909 Author: David Gibson <david@gibson.dropbear.id.au>
17910 Date:   Fri Aug 29 14:19:13 2008 +1000
17911
17912     libfdt: Fix bugs in fdt_get_path()
17913
17914     The current implementation of fdt_get_path() has a couple of bugs,
17915     fixed by this patch.
17916
17917     First, contrary to its documentation, on success it returns the length
17918     of the node's path, rather than 0.  The testcase is correspondingly
17919     wrong, and the patch fixes this as well.
17920
17921     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
17922     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
17923     Specifically this happens when there is insufficient space even to
17924     hold the path's second last component.  This behaviour is corrected,
17925     and the testcase updated to check it.
17926
17927     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17928
17929 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
17930 Author: Wolfgang Denk <wd@denx.de>
17931 Date:   Wed Oct 1 12:34:58 2008 +0200
17932
17933     TQM5200: enable support for ATAPI devices
17934
17935     Signed-off-by: Wolfgang Denk <wd@denx.de>
17936
17937 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
17938 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17939 Date:   Mon Sep 15 05:48:25 2008 +0200
17940
17941     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
17942
17943     we need this due to the arm implementation which supposed that U-Boot
17944     is in RAM when we jump to start_armboot
17945
17946     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
17947     in order to do it for all arm board
17948
17949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17950
17951 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
17952 Author: Kim Phillips <kim.phillips@freescale.com>
17953 Date:   Wed Sep 24 08:46:25 2008 -0500
17954
17955     mpc83xx: don't disable autoboot
17956
17957     bootdelay set to -1 'permanently' disables autobooting, even if
17958     bootcmd is specified.  Change to a positive value to allow
17959     autobooting when a bootcmd is set.
17960
17961     Reported-by: Coray Tate <Coray.Tate@freescale.com>
17962     Cc: Scott Wood <scottwood@freescale.com>
17963     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17964
17965 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
17966 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17967 Date:   Wed Sep 24 10:42:15 2008 +0900
17968
17969     mpc83xx: Fix typo in include/mpc83xx.h
17970
17971     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
17972
17973     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17974     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17975
17976 commit 162c41c03179727a1d14262f703c9a8bc40231fa
17977 Author: Kim Phillips <kim.phillips@freescale.com>
17978 Date:   Tue Sep 23 09:38:49 2008 -0500
17979
17980     mpc83xx: add h/w flash protection to board configs
17981
17982     the operating system may leave flash in a h/w locked state after writing.
17983     This allows u-boot to continue to write flash by enabling h/w unlocking
17984     by default.
17985
17986     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17987
17988 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
17989 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17990 Date:   Thu Sep 11 21:35:36 2008 +0400
17991
17992     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
17993
17994     The spd_dram code shifts the base address, then masks 20 bits, but
17995     forgets to shift the base address back. Fix this by just masking the
17996     base address correctly.
17997
17998     Found this bug while trying to relocate a DDR memory at the base != 0.
17999
18000     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18001     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18002
18003 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
18004 Author: Stefan Roese <sr@denx.de>
18005 Date:   Mon Sep 22 16:10:43 2008 +0200
18006
18007     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
18008
18009     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
18010     either one PCIe node or the SATA node in the device tree blob. This
18011     patch removes the unnecessary and even confusing warning, when the node
18012     is not found at all.
18013
18014     Signed-off-by: Stefan Roese <sr@denx.de>
18015
18016 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
18017 Author: Remy Bohmer <linux@bohmer.net>
18018 Date:   Fri Sep 19 13:30:06 2008 +0200
18019
18020     Add missing device types to dev_print() in part.c
18021
18022     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18023
18024 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
18025 Author: Wolfgang Denk <wd@denx.de>
18026 Date:   Mon Sep 22 22:23:06 2008 +0200
18027
18028     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
18029     eventually leads to a machine check. This change assures that DPRAM
18030     is allocated only once in that case.
18031
18032     Signed-off-by: Gary Jennejohn <garyj@denx.de>
18033     Signed-off-by: Wolfgang Denk <wd@denx.de>
18034
18035 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
18036 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
18037 Date:   Wed Sep 17 17:57:34 2008 +0200
18038
18039     Fix Spartan-3 definitions.
18040
18041     A few Spartan-3 definitions erroneously use Spartan-3E size
18042     constants. This patch fixes them.
18043
18044     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
18045
18046 commit 28113e1f0da4146b823ffce37680d31d5685a60b
18047 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
18048 Date:   Wed Sep 17 17:41:58 2008 +0200
18049
18050     Remove duplicate Spartan-3E definition.
18051
18052     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
18053     Signed-off-by: Wolfgang Denk <wd@denx.de>
18054
18055 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
18056 Author: Anatolij Gustschin <agust@denx.de>
18057 Date:   Wed Sep 17 13:46:17 2008 +0200
18058
18059     socrates: change default mtest address range
18060
18061     Running mtest command on socrates without specifying
18062     an address range crashes the board. This patch changes
18063     default mtest address range to prevent this behavior.
18064
18065     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18066
18067 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
18068 Author: Anatolij Gustschin <agust@denx.de>
18069 Date:   Wed Sep 17 12:34:45 2008 +0200
18070
18071     socrates: fix crash after relocation
18072
18073     Currently U-Boot crashes after relocation to RAM.
18074     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
18075     register to READ_LAT + 1 (to the value it was before
18076     conversion of socrates to new DDR code) fixes the
18077     problem.
18078
18079     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18080
18081 commit 562788b0a303f3528b920d81f547f5ca77ba528e
18082 Author: Anatolij Gustschin <agust@denx.de>
18083 Date:   Wed Sep 17 11:45:51 2008 +0200
18084
18085     socrates: fix SPD EEPROM address
18086
18087     Commit be0bd8234b9777ecd63c4c686f72af070d886517
18088     changed SPD EEPROM address to 0x51 and DDR SDRAM
18089     detection stopped working. Change this address
18090     back to 0x50.
18091
18092     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18093
18094 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
18095 Author: Stefan Roese <sr@denx.de>
18096 Date:   Mon Sep 22 11:06:50 2008 +0200
18097
18098     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
18099
18100     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
18101
18102     Signed-off-by: Stefan Roese <sr@denx.de>
18103
18104 commit e58c41e26cf3c8accd60311be579f452e368e97e
18105 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18106 Date:   Thu Sep 18 20:13:08 2008 +0900
18107
18108     usb: Fix compile warning of r8a66597-hcd
18109
18110     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18111     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18112
18113 commit b5d10a13525c07ec6374adf840d7c87553b5f189
18114 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18115 Date:   Thu Sep 18 19:34:36 2008 +0900
18116
18117     sh: Fix compile warning
18118
18119     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18120
18121 commit 4a065abf926f128beb36d93449defa0d690e7fef
18122 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18123 Date:   Thu Sep 18 19:04:26 2008 +0900
18124
18125     sh: Add support watchdog for SH4A core
18126
18127     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
18128     And fix some compile warning.
18129
18130     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18131
18132 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
18133 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18134 Date:   Wed Sep 17 11:45:26 2008 +0900
18135
18136     sh: Fix typo in SH serial driver
18137
18138     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18139     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18140
18141 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
18142 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18143 Date:   Wed Sep 17 11:08:36 2008 +0900
18144
18145     sh: Add support any page size and empty_zero_page to SH Linux uImage
18146
18147     Old U-Boot supported 4KB page size only. If this version, Linux
18148     kernel can not get command line from U-Boot.
18149     SH Linux kernel can change page size and empty_zero_page.
18150     This patch support this function and fix promlem.
18151
18152     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18153     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18154
18155 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
18156 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18157 Date:   Thu Aug 28 13:40:52 2008 +0900
18158
18159     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
18160
18161     Add function of smc911x, pkt_data_pull and pkt_data_push.
18162
18163     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18164     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18165
18166 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
18167 Author: Wolfgang Denk <wd@denx.de>
18168 Date:   Thu Sep 18 13:57:32 2008 +0200
18169
18170     ADS5121: fix typo in "rootpath" default setting
18171
18172     Signed-off-by: Wolfgang Denk <wd@denx.de>
18173
18174 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
18175 Author: Remy Bohmer <linux@bohmer.net>
18176 Date:   Tue Sep 16 14:55:44 2008 +0200
18177
18178     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
18179
18180     There are several differences between Linux, Windows and U-boot for initialising the
18181     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
18182     things really different, and some are wrong (compared to the USB standard).
18183
18184     This patch fixes some errors:
18185     * The NEW_init procedure that was already in the code is good, while the old procedure
18186       is wrong. See code comments for more info.
18187     * On a Control request the data returned by the device can be more than 8 bytes, while
18188       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
18189       This results in a lot of USB sticks not being recognised, and the transmission ended
18190       frequently with a CTL:TIMEOUT Error.
18191     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
18192
18193     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18194     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18195
18196 commit 6f5794a6f78b313231256958fd73673c6aacc116
18197 Author: Remy Bohmer <linux@bohmer.net>
18198 Date:   Tue Sep 16 14:55:43 2008 +0200
18199
18200     Refactoring parts of the common USB OHCI code
18201
18202     This patch refactors some large routines of the USB OHCI code by
18203     making some routines smaller and more readable which helps
18204     debugging and understanding the code. (Makes the code looks
18205     somewhat more like the Linux implementation.)
18206
18207     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
18208
18209     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18210     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18211
18212 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
18213 Author: Remy Bohmer <linux@bohmer.net>
18214 Date:   Tue Sep 16 14:55:42 2008 +0200
18215
18216     Fix for USB sticks not working on ARM while using GCC 4.x compilers
18217
18218     The GCC-compiler makes an optimisation error while optimising the routine
18219     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
18220     but there lots of compilers out there that makes this error, that it is
18221     probably wiser to workaround it in U-boot itself.
18222
18223     What happens is that the register r3 is used as loop-counter 'i', but gets
18224     overwritten later on. From there it starts using register r3 for several other
18225     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
18226
18227     This error occurs on at least several versions of Code Sourcery Lite compilers
18228     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
18229     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
18230
18231     We work around it by splitting up this routine in 2 parts, and making sure that
18232     the split out part is NOT inlined any longer. This will make GCC spit out assembler
18233     that do not show this problem. Another possibility is to adapt the Makefile to stop
18234     optimisation for the complete file. I think this solution is nicer.
18235
18236     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18237     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18238
18239 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
18240 Author: Wolfgang Denk <wd@denx.de>
18241 Date:   Wed Sep 17 10:17:55 2008 +0200
18242
18243     Coding style cleanup; update CHANEGLOG
18244
18245     Signed-off-by: Wolfgang Denk <wd@denx.de>
18246
18247 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
18248 Author: Victor Gallardo <vgallardo@amcc.com>
18249 Date:   Tue Sep 16 06:59:13 2008 -0700
18250
18251     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
18252
18253     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
18254     Signed-off-by: Adam Graham <agraham@amcc.com>
18255     Signed-off-by: Stefan Roese <sr@denx.de>
18256
18257 commit ce47eb402c5e29a025399dc282246414fc492940
18258 Author: Peter Tyser <ptyser@xes-inc.com>
18259 Date:   Tue Sep 16 10:04:47 2008 -0500
18260
18261     Support for multiple SGMII/TBI interfaces for TSEC ethernet
18262
18263     Fix TBI PHY accesses to use the proper offset in CPU register space. The
18264     previous code would incorrectly access the TBI PHY by reading/writing to CPU
18265     register space at the same location as would be used to access external PHYs.
18266
18267     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18268     Acked-by: Andy Fleming <afleming@freescale.com>
18269
18270 commit 7c803be2eb3cae245dedda438776e08fb122250f
18271 Author: Wolfgang Denk <wd@denx.de>
18272 Date:   Tue Sep 16 18:02:19 2008 +0200
18273
18274     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
18275
18276     After switching to using the CFI flash driver, the correct remapping
18277     of the flash banks was forgotten.
18278
18279     Also, some boards were not adapted, and the old legacy flash driver
18280     was not removed yet.
18281
18282     Signed-off-by: Wolfgang Denk <wd@denx.de>
18283
18284 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
18285 Author: Wolfgang Denk <wd@denx.de>
18286 Date:   Sun Sep 14 00:59:35 2008 +0200
18287
18288     Prepare v2008.10-rc2
18289
18290     Signed-off-by: Wolfgang Denk <wd@denx.de>
18291
18292 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
18293 Author: Wolfgang Denk <wd@denx.de>
18294 Date:   Sat Sep 13 02:23:05 2008 +0200
18295
18296     Coding style cleanup, update CHANGELOG
18297
18298     Signed-off-by: Wolfgang Denk <wd@denx.de>
18299
18300 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
18301 Author: Peter Tyser <ptyser@xes-inc.com>
18302 Date:   Wed Sep 10 09:18:34 2008 -0500
18303
18304     Update mailing list email and archive addresses
18305
18306     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18307
18308 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
18309 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
18310 Date:   Thu Sep 11 15:40:01 2008 +0200
18311
18312     85xx: socrates: autoprobe Lime chip
18313
18314     This patch is an attempt to implement autoprobing for the Lime
18315     presence on the bus.
18316     Configure GPCM for Lime CS2 and try to access chip ID registers.
18317     Second read atempt delivers register values if the chip is present.
18318
18319     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18320
18321 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
18322 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
18323 Date:   Thu Sep 11 15:40:01 2008 +0200
18324
18325     85xx: socrates: Add support for new image format.
18326
18327     Signed-off-by: Detlev Zundel <dzu@denx.de>
18328
18329 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
18330 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18331 Date:   Thu Sep 11 17:28:18 2008 +0900
18332
18333     sh: Fix compile error for r2dplus
18334
18335     netdev.h was not include by r2dplus.
18336
18337     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18338
18339 commit 56844a22b76c719e600047e23b80465a44d76abd
18340 Author: Heiko Schocher <hs@denx.de>
18341 Date:   Thu Sep 11 08:11:23 2008 +0200
18342
18343     powerpc: Fix bootm to boot up again with a Ramdisk
18344
18345     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
18346     and this stopped Linux from booting with a Ramdisk. This patch fixes
18347     this, by deleting the useless dummy mem reservation.
18348
18349     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
18350     added to of_size, so we dont need anymore a dummy mem reservation.
18351
18352     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
18353     system (=0x44 bytes) and rounded it up to 0x80).
18354
18355     Signed-off-by: Heiko Schocher <hs@denx.de>
18356     Acked-by: Kumar Gala <galak@kernel.crashing.org>
18357
18358 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
18359 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
18360 Date:   Mon Sep 8 02:46:13 2008 +0200
18361
18362     Add support for LZMA uncompression algorithm.
18363
18364     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
18365     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18366
18367 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
18368 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18369 Date:   Fri Jun 27 23:04:20 2008 +0400
18370
18371     fsl_elbc_nand: ecclayout cleanups
18372
18373     This patch deletes oobavail assignments, they're calculated by the nand
18374     core code in nand_scan_tail, plus current oobavail values are wrong for
18375     the LP NANDs.
18376
18377     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18378     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
18379     Signed-off-by: Scott Wood <scottwood@freescale.com>
18380
18381 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
18382 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18383 Date:   Fri Jun 27 23:04:13 2008 +0400
18384
18385     fsl_elbc_nand: implement support for flash-based BBT
18386
18387     This patch implements support for flash-based BBT for chips working
18388     through ELBC NAND controller, so that NAND core will not have to re-scan
18389     for bad blocks on every boot.
18390
18391     Because ELBC controller may provide HW-generated ECCs we should adjust
18392     bbt pattern and bbt version positions in the OOB free area.
18393
18394     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18395     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
18396     Signed-off-by: Scott Wood <scottwood@freescale.com>
18397
18398 commit 97ae023648e764f794ffb9c52da109d6caf09c47
18399 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18400 Date:   Fri Jun 27 23:04:04 2008 +0400
18401
18402     fsl_elbc_nand: fix OOB workability for large page NAND chips
18403
18404     For large page chips, nand_bbt is looking into OOB area, and checking
18405     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
18406     reserved for bbt means.
18407
18408     But ELBC driver is specifying ecclayout so that oobfree area starts at
18409     offset 1, so only one byte left for the bbt purposes.
18410
18411     This causes problems with any OOB users, namely JFFS2: after first mount
18412     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
18413
18414       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
18415       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
18416       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
18417       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
18418
18419     And on the next boot, NAND core will rescan for bad blocks, then will
18420     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
18421
18422     To fix the issue we should implement our own bad block pattern: just one
18423     byte at OOB start. Though, this will work only for x8 chips. For x16
18424     chips two bytes must be checked. Since ELBC driver does not support x16
18425     NANDs (yet), we're safe for now.
18426
18427     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18428     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
18429     Signed-off-by: Scott Wood <scottwood@freescale.com>
18430
18431 commit 7238ada313057a85409485b8ee21515dc10c07a5
18432 Author: Wolfgang Denk <wd@denx.de>
18433 Date:   Fri Sep 12 13:52:21 2008 +0200
18434
18435     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
18436
18437     Signed-off-by: Wolfgang Denk <wd@denx.de>
18438
18439 commit b18410e508a12ba0a177dfc2a386857c806fa96d
18440 Author: Stefan Roese <sr@denx.de>
18441 Date:   Thu Sep 11 13:05:56 2008 +0200
18442
18443     ppc4xx: Enable device tree (FDT) support in zeus board port
18444
18445     Signed-off-by: Stefan Roese <sr@denx.de>
18446
18447 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
18448 Author: Stefan Roese <sr@denx.de>
18449 Date:   Wed Sep 10 16:53:47 2008 +0200
18450
18451     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
18452
18453     This patch fixes a problem introdiced with patch
18454     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
18455     initdram()].
18456
18457     The boards affected are:
18458     - PCI405
18459     - PPChameleonEVB
18460     - quad100hd
18461     - taihu
18462     - zeus
18463
18464     Signed-off-by: Stefan Roese <sr@denx.de>
18465
18466 commit 61737c59a3285f6fadf96a5836879898c04ec28d
18467 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18468 Date:   Thu Sep 11 19:41:26 2008 -0400
18469
18470     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
18471
18472     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18473     Signed-off-by: Stefan Roese <sr@denx.de>
18474
18475 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
18476 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18477 Date:   Thu Sep 11 19:41:25 2008 -0400
18478
18479     ppc4xx: Fix compilation of v5fx30teval_flash
18480
18481     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18482     Signed-off-by: Stefan Roese <sr@denx.de>
18483
18484 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
18485 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18486 Date:   Wed Sep 10 17:44:30 2008 -0400
18487
18488     ppc4xx: Fix in-tree build for ppc440-generic boards
18489
18490     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18491     Signed-off-by: Stefan Roese <sr@denx.de>
18492
18493 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
18494 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18495 Date:   Fri Sep 12 02:20:47 2008 +0200
18496
18497     ARM: synchronize mach-types.h with linux 2.6.27-rc6
18498
18499     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18500
18501 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
18502 Author: Jens Scharsig <esw@bus-elektronik.de>
18503 Date:   Fri Sep 12 02:20:47 2008 +0200
18504
18505     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
18506
18507     This patch prevents linker error on AT91RM9200 boards, if
18508     CONFIG_CMD_I2_TREE is set.
18509     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
18510
18511     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
18512
18513 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
18514 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18515 Date:   Fri Sep 12 02:20:47 2008 +0200
18516
18517     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
18518
18519     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
18520
18521     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18522
18523 commit 03db53335c8eba656a7c44d1555b1a4514383e33
18524 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18525 Date:   Fri Sep 12 02:20:46 2008 +0200
18526
18527     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
18528
18529     __ARM__ is given by arm_config.mk automatically.
18530
18531     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18532
18533 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
18534 Author: Claudio Scordino <claudio@evidence.eu.com>
18535 Date:   Fri Sep 12 02:20:46 2008 +0200
18536
18537     Fix MACH_TYPE for the AT91RM9200DK board.
18538
18539     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
18540
18541 commit 274737e5eb25b2bcd3af3a96da923effd543284f
18542 Author: Andrew Dyer <adyer@righthandtech.com>
18543 Date:   Fri Sep 12 02:20:46 2008 +0200
18544
18545     i.mx change get_timer(base) to return time since base
18546
18547     This patch changes get_timer() for i.MX to return the time since
18548     'base' instead of the time since the counter was at zero.
18549
18550     Symptom seen is flash timeout errors when erasing or programming a
18551     sector using the common cfi flash code.
18552
18553     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18554
18555 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
18556 Author: Andrew Dyer <adyer@righthandtech.com>
18557 Date:   Fri Sep 12 02:20:46 2008 +0200
18558
18559     i.MX use u-boot baud rate and don't assume UART master clock
18560
18561     1) Change the i.MX serial driver to use the baud rate set in the
18562      u-boot environment
18563
18564     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
18565
18566     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
18567      one to clear" like other status bits in the reg.)
18568
18569     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18570
18571 commit 6e1551a870d360805b9d172dc56d935064abe71d
18572 Author: Andrew Dyer <adyer@righthandtech.com>
18573 Date:   Fri Sep 12 02:20:46 2008 +0200
18574
18575     arm920t fix constant error in start.S
18576
18577     Code in cpu/arm920t/start.S will die with a compilation error if
18578     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
18579     the ARM sub instruction.  Change the code so that each is subtracted
18580     independently to avoid the error.
18581
18582     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18583
18584 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
18585 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
18586 Date:   Fri Sep 12 02:20:40 2008 +0200
18587
18588     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
18589
18590     - Correct Invalid #define of MPUTIM_PTV_MASK for
18591        omap1510 & omap730 register definition
18592
18593      MPUTIM_PTV_MASK is defined as
18594      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
18595
18596      while it should have been
18597      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
18598
18599     - Below Patch corrects the same
18600
18601     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
18602
18603 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
18604 Author: Adrian Filipi <adrian.filipi@eurotech.com>
18605 Date:   Fri Jul 18 11:52:02 2008 -0400
18606
18607     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
18608
18609     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
18610
18611 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
18612 Author: Guennadi Liakhovetski <lg@denx.de>
18613 Date:   Thu Aug 28 12:25:11 2008 +0200
18614
18615     i.MX31: document timer precision option
18616
18617     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18618
18619 commit 1a6337b01351b82a45b0defa76f08744511c580b
18620 Author: Magnus Lilja <lilja.magnus@gmail.com>
18621 Date:   Fri Aug 29 10:36:18 2008 +0200
18622
18623     i.MX31: Make the SPI bus and chip select configurable for MC13783
18624
18625     The i.MX31 has three SPI buses and each bus has several chip selects
18626     and the MC13783 chip can be connected to any of these. The current
18627     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
18628
18629     This patch makes make MC13783 SPI bus and chip select configurable
18630     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
18631
18632     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18633
18634 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
18635 Author: Magnus Lilja <lilja.magnus@gmail.com>
18636 Date:   Fri Aug 29 10:36:17 2008 +0200
18637
18638     i.MX31: Add reset_timer() and modify get_timer_masked().
18639
18640     This patch adds the reset_timer() function (needed by nand_base.c) and
18641     modifies the get_timer_masked() to work in the same way as the omap24xx
18642     function.
18643
18644     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18645
18646 commit deeec4991a55de243787002ede24d2331d234fc8
18647 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18648 Date:   Wed Sep 10 22:48:09 2008 +0200
18649
18650     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
18651
18652     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18653
18654 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
18655 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18656 Date:   Wed Sep 10 22:48:09 2008 +0200
18657
18658     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
18659
18660     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18661
18662 commit 0e8d158664a913392cb01fb11a948d83f72e105e
18663 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18664 Date:   Wed Sep 10 22:48:06 2008 +0200
18665
18666     rename CFG_ENV macros to CONFIG_ENV
18667
18668     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18669
18670 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
18671 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18672 Date:   Wed Sep 10 22:48:05 2008 +0200
18673
18674     nvedit: rename error comment to CONFIG_ENV_IS_IN_
18675
18676     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18677
18678 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
18679 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18680 Date:   Wed Sep 10 22:48:05 2008 +0200
18681
18682     cmd_mem: Move conditional compilation to Makefile
18683
18684     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18685
18686 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
18687 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18688 Date:   Wed Sep 10 22:48:05 2008 +0200
18689
18690     move cmd_get_data_size to command.c
18691
18692     add CMD_DATA_SIZE macro to enable it
18693
18694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18695
18696 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
18697 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18698 Date:   Wed Sep 10 22:48:04 2008 +0200
18699
18700     env_flash: Move conditional compilation to Makefile
18701
18702     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18703
18704 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
18705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18706 Date:   Wed Sep 10 22:48:04 2008 +0200
18707
18708     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
18709
18710     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18711
18712 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
18713 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18714 Date:   Wed Sep 10 22:48:03 2008 +0200
18715
18716     cleanup use of CFG_ENV_IS_IN_FLASH
18717
18718     - #if CFG_ENV_IS_IN_FLASH
18719     - #if (CFG_ENV_IS_IN_FLASH == 1)
18720     - #define CFG_ENV_IS_IN_FLASH 0
18721
18722     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18723
18724 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
18725 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18726 Date:   Wed Sep 10 22:48:01 2008 +0200
18727
18728     rename environment.c in env_embedded.c to reflect is functionality
18729
18730     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18731
18732 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
18733 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18734 Date:   Wed Sep 10 22:48:01 2008 +0200
18735
18736     env_nowhere: Move conditional compilation to Makefile
18737
18738     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18739
18740 commit 93f6d72544da4510a146bc4c93d609b0116cde37
18741 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18742 Date:   Wed Sep 10 22:48:00 2008 +0200
18743
18744     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
18745
18746     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18747
18748 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
18749 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18750 Date:   Wed Sep 10 22:48:00 2008 +0200
18751
18752     env_sf: Move conditional compilation to Makefile
18753
18754     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18755
18756 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
18757 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18758 Date:   Wed Sep 10 22:48:00 2008 +0200
18759
18760     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
18761
18762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18763
18764 commit 55c5f49910ec8225347aa1d211352a84de6649b4
18765 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18766 Date:   Wed Sep 10 22:48:00 2008 +0200
18767
18768     env_onenand: Move conditional compilation to Makefile
18769
18770     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18771
18772 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
18773 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18774 Date:   Wed Sep 10 22:47:59 2008 +0200
18775
18776     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
18777
18778     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18779
18780 commit 957a0e69575683efd70ace147746bbb3d8e7c501
18781 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18782 Date:   Wed Sep 10 22:47:59 2008 +0200
18783
18784     env_nvram: Move conditional compilation to Makefile
18785
18786     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18787
18788 commit 9314cee6917444ab88bd4e758da7a30975120187
18789 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18790 Date:   Wed Sep 10 22:47:59 2008 +0200
18791
18792     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
18793
18794     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18795
18796 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
18797 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18798 Date:   Wed Sep 10 22:47:59 2008 +0200
18799
18800     env_nand: Move conditional compilation to Makefile
18801
18802     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18803
18804 commit 51bfee192099206a4397f15f3b93516e01f58ab0
18805 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18806 Date:   Wed Sep 10 22:47:58 2008 +0200
18807
18808     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
18809
18810     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18811
18812 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
18813 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18814 Date:   Wed Sep 10 22:47:58 2008 +0200
18815
18816     env_dataflash: Move conditional compilation to Makefile
18817
18818     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18819
18820 commit 057c849c45b9ee19df8ff3acdeee66be52819962
18821 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18822 Date:   Wed Sep 10 22:47:58 2008 +0200
18823
18824     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
18825
18826     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18827
18828 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
18829 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18830 Date:   Wed Sep 10 22:47:52 2008 +0200
18831
18832     cmd_eeprom: Move conditional compilation to Makefile
18833
18834     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18835
18836 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
18837 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18838 Date:   Fri Sep 5 09:19:54 2008 +0200
18839
18840     env_eeprom: Move conditional compilation to Makefile
18841
18842     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18843
18844 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
18845 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18846 Date:   Fri Sep 5 09:19:30 2008 +0200
18847
18848     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
18849
18850     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18851
18852 commit 32628c5008105a732212003d83b75f05e5243bb2
18853 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18854 Date:   Sat Aug 30 23:54:58 2008 +0200
18855
18856     cmd_mac: Move conditional compilation to Makefile
18857
18858     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
18859     start in commit ad8f8687b78c3e917b173f038926695383c55555
18860
18861     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18862
18863 commit e5648acab153f0f429bfc714902c5aaa7879f71b
18864 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18865 Date:   Sat Aug 30 23:47:41 2008 +0200
18866
18867     cmd_fdc: Move conditional compilation to Makefile
18868
18869     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18870
18871 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
18872 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18873 Date:   Sat Aug 30 23:47:38 2008 +0200
18874
18875     common/Makefile: add core command section
18876
18877     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18878
18879 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
18880 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18881 Date:   Sat Aug 30 23:29:57 2008 +0200
18882
18883     cmd_vfd: Move conditional compilation to Makefile
18884
18885     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18886
18887 commit 6644641d072aee3087da129d8443187196a4d8a9
18888 Author: Scott Wood <scottwood@freescale.com>
18889 Date:   Wed Sep 10 11:48:49 2008 -0500
18890
18891     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
18892
18893     This is part of the switch to newer upstream MTD code.
18894
18895     Signed-off-by: Scott Wood <scottwood@freescale.com>
18896
18897 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
18898 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18899 Date:   Sat Aug 30 17:06:55 2008 -0400
18900
18901     ARM DaVinci: Fix broken HW ECC for large page NAND.
18902
18903     Based on original patch by Bernard Blackham <bernard@largestprime.net>
18904
18905     U-boot's HW ECC support for large page NAND on Davinci is completely
18906     broken.  Some kernels, such as the 2.6.10 one supported by
18907     MontaVista for DaVinci, rely upon this broken behaviour as they
18908     share the same code for ECCs. In the existing scheme, error
18909     detection *might* work on large page, but error correction
18910     definitely does not.  Small page ECC correction works, but the
18911     format is not compatible with the mainline git kernel.
18912
18913     This patch adds ECC code that matches what is currently in the
18914     Davinci git repository (since NAND support was added in 2.6.24).
18915     This makes the ECC and OOB layout written by u-boot compatible with
18916     Linux for both small page and large page devices and fixes ECC
18917     correction for large page devices.
18918
18919     The old behaviour can be restored by defining the macro
18920     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
18921
18922     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18923     Acked-by: Sergey Kubushyn <ksi@koi8.net>
18924     Signed-off-by: Scott Wood <scottwood@freescale.com>
18925
18926 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
18927 Author: Heiko Schocher <hs@denx.de>
18928 Date:   Wed Sep 10 11:15:28 2008 +0200
18929
18930     muas3001: update BR4 settings
18931
18932     Also set up the port pins for using I2C.
18933
18934     Signed-off-by: Heiko Schocher <hs@denx.de>
18935
18936 commit 3591293509e0c0bcf244b0f974775bff2e25697e
18937 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
18938 Date:   Wed Sep 10 09:43:49 2008 +0300
18939
18940     autoscr: Fix one-character lines and non-newline terminated scripts
18941
18942     When not using hush, the autoscr command now executes lines that are
18943     only one character long. It also runs the last line of scripts even if
18944     it does not end in a newline.
18945
18946     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
18947
18948 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
18949 Author: Victor Gallardo <vgallardo@amcc.com>
18950 Date:   Tue Sep 9 15:13:29 2008 -0700
18951
18952     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
18953
18954     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
18955     and glacier.
18956
18957     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
18958
18959 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
18960 Author: Heiko Schocher <hs@denx.de>
18961 Date:   Mon Sep 8 10:21:11 2008 +0200
18962
18963     muas3001: added support for the LM75 sensor.
18964
18965     Signed-off-by: Heiko Schocher <hs@denx.de>
18966
18967 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
18968 Author: Heiko Schocher <hs@denx.de>
18969 Date:   Mon Sep 8 10:20:19 2008 +0200
18970
18971     muas3001: activate WDT for the muas3001 board.
18972
18973     Signed-off-by: Heiko Schocher <hs@denx.de>
18974
18975 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
18976 Author: Heiko Schocher <hs@denx.de>
18977 Date:   Mon Sep 8 10:19:36 2008 +0200
18978
18979     muas3001: added 64MB SDRAM autodetection.
18980
18981     Signed-off-by: Heiko Schocher <hs@denx.de>
18982
18983 commit 5251469943895de4bb9a04d5053352cc22acb7d5
18984 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18985 Date:   Thu Aug 21 07:12:26 2008 -0700
18986
18987     Fix printf errors under -DDEBUG
18988
18989     Fix printf format-string/arg mismatches under -DDEBUG.
18990
18991     These warnings occur with DEBUG defined for a platform using
18992     cpu/mpc85xx.  Users of other architectures can unearth similar
18993     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
18994     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
18995
18996     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18997     Signed-off-by: Andy Fleming <afleming@freescale.com>
18998
18999 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
19000 Author: Wolfgang Denk <wd@denx.de>
19001 Date:   Tue Sep 9 23:55:18 2008 +0200
19002
19003     Update CHANGELOG, prepare 2008-10-rc1 release
19004
19005     Signed-off-by: Wolfgang Denk <wd@denx.de>
19006
19007 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
19008 Author: Kumar Gala <galak@kernel.crashing.org>
19009 Date:   Mon Sep 8 08:51:29 2008 -0500
19010
19011     85xx: Ensure timebase is zero on secondary cores
19012
19013     The e500um says the timebase is volatile out of reset.  To ensure
19014     TB sync works we need to make sure its zero.
19015
19016     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19017
19018 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
19019 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19020 Date:   Tue Sep 9 22:18:24 2008 +0200
19021
19022     bootm_load_os: fix load_end debug message
19023
19024     print load_end value not pointer
19025
19026     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19027
19028 commit 1d9af0be764960e6cc1c093e97176c3542796820
19029 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19030 Date:   Tue Sep 9 22:18:23 2008 +0200
19031
19032     bootm: enable fdt support only on ppc, m68k and sparc
19033
19034     ...as done in image.c
19035
19036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19037
19038 commit 748b5274e76f81df85cfcffaffedc323678d0623
19039 Author: Markus Heidelberg <markus.heidelberg@web.de>
19040 Date:   Tue Sep 9 18:51:05 2008 +0200
19041
19042     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
19043
19044     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
19045
19046 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
19047 Author: Markus Heidelberg <markus.heidelberg@web.de>
19048 Date:   Tue Sep 9 17:31:46 2008 +0200
19049
19050     gitignore: add tags files and Vim swap file
19051
19052     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
19053
19054 commit 1d9b67b23fca6a25154333733204339802510720
19055 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
19056 Date:   Tue Sep 9 17:52:47 2008 +0900
19057
19058     add board_eth_init() for sh7785lcr board
19059
19060     Fix the problem that cannot work RTL8169 on sh7785lcr board.
19061
19062     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
19063
19064 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
19065 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19066 Date:   Wed Aug 6 16:08:41 2008 -0500
19067
19068     mtd: SPI Flash: Support the STMicro Flash
19069
19070     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
19071     M25P40, M25P64, M25P80, M25P128.
19072
19073     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
19074     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19075
19076 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
19077 Author: Wolfgang Denk <wd@denx.de>
19078 Date:   Tue Sep 9 17:55:31 2008 +0200
19079
19080     trab: fix build problem after change to use do_div()
19081
19082     We must link with libgeneric now.
19083
19084     Signed-off-by: Wolfgang Denk <wd@denx.de>
19085
19086 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
19087 Author: Ryan CHEN <ryan.chen@st.com>
19088 Date:   Wed Aug 20 13:00:17 2008 -0400
19089
19090     Correct drv_usb_kbd_init function
19091
19092     The patch is that check if usb_get_dev_index() function return valid
19093     pointer. If valid, continue. Otherwise return -1.
19094
19095     Signed-off-by: Ryan Chen <ryan.chen@st.com>
19096     Acked-by: Markus Klotzbuecher <mk@denx.de>
19097
19098 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
19099 Author: Remy Bohmer <linux@bohmer.net>
19100 Date:   Wed Aug 20 11:22:02 2008 +0200
19101
19102     Make usb-stop() safe to call multiple times in a row.
19103
19104     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
19105     enabled the usb_stop() command in common/cmd_bootm.c which was
19106     not enabled for some time, because no board did actually set the
19107     CFG_CMD_USB flag. So, now the usb_stop() is executed before
19108     loading the linux kernel.
19109
19110     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
19111     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
19112     If some other piece of code calls usb_stop() before the bootm command,
19113     this command will hangup the system during boot.
19114     (usb start and stop is typically used while booting from usb memory stick)
19115
19116     But, stopping the usb stack twice is useless anyway, and a flag already
19117     existed that kept track on the usb_init()/usb_stop() calls.
19118     So, we now check if the usb stack is really started before we stop it.
19119
19120     This problem is now fixed in both the upper as low-level layer.
19121
19122     Signed-off-by: Remy Bohmer <linux@bohmer.net>
19123     Acked-by: Markus Klotzbuecher <mk@denx.de>
19124
19125 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
19126 Author: Wolfgang Denk <wd@denx.de>
19127 Date:   Tue Sep 9 16:55:47 2008 +0200
19128
19129     Makefile: fix bug introduced by commit 47ffd6c2
19130
19131 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
19132 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19133 Date:   Tue Sep 9 10:00:33 2008 -0400
19134
19135     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
19136
19137     This patch solves the problems compiling ml507, v5fx30teval and
19138     ppc440-generic out of tree.
19139
19140     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19141
19142 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
19143 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
19144 Date:   Thu Sep 4 15:35:46 2008 -0300
19145
19146     Fix dev_print when called from usb_stor_info (usb storage command)
19147
19148     Fix output of the usb storage command. It was printing "Device 0: not
19149     available" because IF_TYPE_USB was not included into the switch
19150     statement.
19151
19152     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
19153
19154 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
19155 Author: Bartlomiej Sieka <tur@semihalf.com>
19156 Date:   Tue Sep 9 12:58:16 2008 +0200
19157
19158     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
19159
19160     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19161
19162 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
19163 Author: Bartlomiej Sieka <tur@semihalf.com>
19164 Date:   Tue Sep 9 12:58:15 2008 +0200
19165
19166     FIT: add ability to check hashes of all images in FIT, improve output
19167
19168     - add function fit_all_image_check_hashes() that verifies if all
19169       hashes of all images in the FIT are valid
19170     - improve output of fit_image_check_hashes() when the hash check fails
19171
19172     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19173
19174 commit 1de1fa408967cef6804bb046b904114519bb36f0
19175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19176 Date:   Mon Sep 8 20:54:39 2008 +0200
19177
19178     qemu_mips: Update linux bootm to support dynamic cmdline
19179
19180     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19181
19182 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
19183 Author: Peter Tyser <ptyser@xes-inc.com>
19184 Date:   Mon Sep 8 14:56:49 2008 -0500
19185
19186     Add support for booting of INTEGRITY operating system uImages
19187
19188     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19189
19190 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
19191 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19192 Date:   Mon Sep 8 21:01:29 2008 +0200
19193
19194     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
19195
19196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19197
19198 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
19199 Author: Kumar Gala <galak@kernel.crashing.org>
19200 Date:   Mon Sep 8 13:57:12 2008 -0500
19201
19202     Remove support for booting ARTOS images
19203
19204     Pantelis Antoniou stated:
19205         AFAIK, it is still used but the products using PPC are long gone.
19206         Nuke it plz (from orbit).
19207
19208     So remove it since it cleans up a usage of env_get_char outside of
19209     the environment code.
19210
19211     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19212
19213 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
19214 Author: Wolfgang Denk <wd@denx.de>
19215 Date:   Tue Sep 9 15:45:18 2008 +0200
19216
19217     Makefile: compile and link each module just once
19218
19219     Several source files need to be compiled and linked when one or more
19220     config options are selected. To allow for easy selection in the
19221     Makefiles yet to avoild multiple compilation (which costs build time)
19222     and especially multiple linking (which causes errors), we use
19223     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
19224
19225     By courtesy of Detlev Zundel who suggested this approach.
19226
19227     Signed-off-by: Wolfgang Denk <wd@denx.de>
19228
19229 commit 48d0192fe869948fef14b460b5f0c85bca933693
19230 Author: Andreas Engel <andreas.engel@ericsson.com>
19231 Date:   Mon Sep 8 14:30:53 2008 +0200
19232
19233     Moved conditional compile into Makefile
19234
19235     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
19236
19237 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
19238 Author: Andreas Engel <andreas.engel@ericsson.com>
19239 Date:   Mon Sep 8 10:17:31 2008 +0200
19240
19241     Merged serial_pl010.c and serial_pl011.c.
19242
19243     They only differ in the init function.
19244     This also adds the missing watchdog support for the PL011.
19245
19246     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
19247
19248 commit 0817d688f307ee2c0598e79175c94a40ce90337b
19249 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19250 Date:   Sun Sep 7 17:10:27 2008 -0400
19251
19252     Remove gap fill in srec object v2
19253
19254     SREC files do not need gap fill: The load address is specified in the
19255     file. On the other hand, it can't be avoided in a .bin object. It has
19256     no information about memory location.
19257
19258     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19259
19260 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
19261 Author: Markus Heidelberg <markus.heidelberg@web.de>
19262 Date:   Sun Sep 7 20:18:27 2008 +0200
19263
19264     README: fix missing subdirectory in the documentation
19265
19266     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
19267
19268 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
19269 Author: Graeme Russ <graeme.russ@gmail.com>
19270 Date:   Sun Sep 7 07:08:42 2008 +1000
19271
19272     Update i386 code (sc520_cdp)
19273
19274     Attempt to bring i386 / sc520 inline with master
19275
19276     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19277
19278 commit 5608692104efa8d56df803dc79ea41ac3607eee5
19279 Author: Guennadi Liakhovetski <lg@denx.de>
19280 Date:   Thu Sep 4 13:01:49 2008 +0200
19281
19282     fw_env: add NAND support
19283
19284     Add support for environment in NAND with automatic NOR / NAND recognition,
19285     including unaligned environment, bad-block skipping, redundant environment
19286     copy.
19287
19288     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19289
19290 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
19291 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19292 Date:   Tue Sep 9 09:50:24 2008 +0200
19293
19294     ppc4xx: Fix out-of-tree building of CPCI405 variants
19295
19296     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19297     Acked-by: Stefan Roese <sr@denx.de>
19298
19299 commit 59f630588e3fdbd698a0a2798e52a8924e899563
19300 Author: Sergei Poselenov <sposelenov@emcraft.com>
19301 Date:   Fri Aug 15 15:42:11 2008 +0200
19302
19303     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
19304
19305     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19306
19307 commit e64987a892353f3d49eb242d997820ef8f538912
19308 Author: Anatolij Gustschin <agust@denx.de>
19309 Date:   Fri Aug 15 15:42:13 2008 +0200
19310
19311     85xx: socrates: Enable Lime support.
19312
19313     This patch adds Lime GDC support together with support for the PWM
19314     backlight control through the w83782d chip.  The reset pin of the
19315     latter is attached to GPIO, so we need to reset it in
19316     early_board_init_r.
19317
19318     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19319
19320 commit 3e79b588b5199f35016f178fc0d5d1266382097f
19321 Author: Detlev Zundel <dzu@denx.de>
19322 Date:   Fri Aug 15 15:42:12 2008 +0200
19323
19324     85xx: Socrates: Major code update.
19325
19326     - Update the local bus ranges in the FDT for Linux for the various
19327       devices connected to the local bus via chip-select.
19328
19329     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
19330       lower than 66 MHz and uses I/O accessor functions consequently.
19331
19332     - UPM data update.
19333
19334     - Update of default environment and configuration.  Use I2C multibus
19335       as we do have two I2C buses.  Also enable sdram and ext2 commands.
19336
19337     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19338     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19339     Signed-off-by: Detlev Zundel <dzu@denx.de>
19340
19341 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
19342 Author: Timur Tabi <timur@freescale.com>
19343 Date:   Fri Jul 18 16:52:23 2008 +0200
19344
19345     Update Freescale 85xx boards to sys_eeprom.c
19346
19347     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
19348     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
19349     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
19350     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
19351
19352     Signed-off-by: Timur Tabi <timur@freescale.com>
19353
19354 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
19355 Author: Wolfgang Denk <wd@denx.de>
19356 Date:   Tue Sep 9 10:08:02 2008 +0200
19357
19358     lib_ppc/interrupts.c: make board_show_activity() a weak function
19359
19360     This allows to use show_activity() without having to
19361     define an empty board_show_activity() function.
19362
19363     Signed-off-by: Wolfgang Denk <wd@denx.de>
19364
19365 commit fe876787f8743883ce58fed61525eaa2f34da4c5
19366 Author: Wolfgang Denk <wd@denx.de>
19367 Date:   Tue Sep 9 10:06:44 2008 +0200
19368
19369     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
19370
19371     Signed-off-by: Wolfgang Denk <wd@denx.de>
19372
19373 commit 965de106ba8900372c8b16dc60d5acab7f925e38
19374 Author: Wolfgang Denk <wd@denx.de>
19375 Date:   Tue Sep 9 10:03:47 2008 +0200
19376
19377     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
19378
19379     Signed-off-by: Wolfgang Denk <wd@denx.de>
19380
19381 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
19382 Author: Sergei Poselenov <sposelenov@emcraft.com>
19383 Date:   Fri Aug 15 15:42:11 2008 +0200
19384
19385     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
19386
19387     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19388
19389 commit 36241ca29d4804a1006fb3f26069effda5202581
19390 Author: Anatolij Gustschin <agust@denx.de>
19391 Date:   Fri Aug 15 15:42:13 2008 +0200
19392
19393     85xx: socrates: Enable Lime support.
19394
19395     This patch adds Lime GDC support together with support for the PWM
19396     backlight control through the w83782d chip.  The reset pin of the
19397     latter is attached to GPIO, so we need to reset it in
19398     early_board_init_r.
19399
19400     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19401
19402 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
19403 Author: Detlev Zundel <dzu@denx.de>
19404 Date:   Fri Aug 15 15:42:12 2008 +0200
19405
19406     85xx: Socrates: Major code update.
19407
19408     - Update the local bus ranges in the FDT for Linux for the various
19409       devices connected to the local bus via chip-select.
19410
19411     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
19412       lower than 66 MHz and uses I/O accessor functions consequently.
19413
19414     - UPM data update.
19415
19416     - Update of default environment and configuration.  Use I2C multibus
19417       as we do have two I2C buses.  Also enable sdram and ext2 commands.
19418
19419     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19420     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19421     Signed-off-by: Detlev Zundel <dzu@denx.de>
19422
19423 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
19424 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19425 Date:   Tue Sep 9 01:22:39 2008 +0200
19426
19427     disk-on-chip: remove duplicate doc_probe declaration
19428
19429     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19430
19431 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
19432 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19433 Date:   Tue Sep 9 00:59:40 2008 +0200
19434
19435     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
19436
19437     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19438
19439 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
19440 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19441 Date:   Tue Sep 9 00:59:39 2008 +0200
19442
19443     rs5c372: fix rtc_set prototype
19444
19445     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19446
19447 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
19448 Author: Sergei Poselenov <sposelenov@emcraft.com>
19449 Date:   Thu Aug 14 14:08:28 2008 +0200
19450
19451     ARM: fix warning: target CPU does not support interworking
19452
19453     This patch fixes warnings like this:
19454
19455     start.S:0: warning: target CPU does not support interworking
19456
19457     which come from some ARM cross compilers and are caused by hard-coded
19458     (with "--with-cpu=arm9" configuration option) ARM targets (which
19459     support ARM Thumb instructions), while the ARM target selected from
19460     the command line (with "-march=armv4") doesn't support Thumb
19461     instructions.
19462
19463     This warning is issued by the compiler regardless of the real use of
19464     the Thumb instructions in code.
19465
19466     To fix this problem, we use options according to compiler version
19467     being used.
19468
19469     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19470     Signed-off-by: Wolfgang Denk <wd@denx.de>
19471
19472 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
19473 Author: Sergei Poselenov <sposelenov@emcraft.com>
19474 Date:   Thu Aug 14 14:08:28 2008 +0200
19475
19476     ARM: Use do_div() instead of division for "long long".
19477
19478     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19479     Signed-off-by: Wolfgang Denk <wd@denx.de>
19480
19481 commit 8febd13c69cb68652577d1a9fcbde954bf784155
19482 Author: Timur Tabi <timur@freescale.com>
19483 Date:   Fri Jul 18 16:52:23 2008 +0200
19484
19485     Update Freescale 85xx boards to sys_eeprom.c
19486
19487     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
19488     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
19489     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
19490     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
19491
19492     Signed-off-by: Timur Tabi <timur@freescale.com>
19493
19494 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
19495 Author: Wolfgang Denk <wd@denx.de>
19496 Date:   Mon Sep 8 23:26:22 2008 +0200
19497
19498     lib_arm/bootm.c: fix compile warnings
19499
19500     bootm.c:128: warning: label 'error' defined but not used
19501     bootm.c:65: warning: unused variable 'ret'
19502
19503     Signed-off-by: Wolfgang Denk <wd@denx.de>
19504
19505 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
19506 Author: Wolfgang Denk <wd@denx.de>
19507 Date:   Mon Sep 8 22:46:42 2008 +0200
19508
19509     ml507: fix out of tree build problem
19510
19511     Signed-off-by: Wolfgang Denk <wd@denx.de>
19512
19513 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
19514 Author: Wolfgang Denk <wd@denx.de>
19515 Date:   Mon Sep 8 22:10:28 2008 +0200
19516
19517     common/cmd_bootm.c: fix printf() format warnings
19518
19519     Signed-off-by: Wolfgang Denk <wd@denx.de>
19520
19521 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
19522 Author: Wolfgang Denk <wd@denx.de>
19523 Date:   Mon Sep 8 22:37:45 2008 +0200
19524
19525     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
19526
19527     missing doc_probe() prototype.
19528
19529     Signed-off-by: Wolfgang Denk <wd@denx.de>
19530
19531 commit 2c5e3cc4994897d364b148942ff23e47783198f6
19532 Author: Wolfgang Denk <wd@denx.de>
19533 Date:   Mon Sep 8 21:28:14 2008 +0200
19534
19535     mk48t59: fix compile problem introduced by commit d1e23194
19536
19537     Signed-off-by: Wolfgang Denk <wd@denx.de>
19538
19539 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
19540 Author: Stefan Roese <sr@denx.de>
19541 Date:   Mon Sep 8 14:11:12 2008 +0200
19542
19543     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
19544
19545     This patch moves some 4xx specific prototypes out of include common.h
19546     to a ppc4xx specific header.
19547
19548     Signed-off-by: Stefan Roese <sr@denx.de>
19549
19550 commit ac53ee8318678190bf3c68da477a84a657d86fb0
19551 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19552 Date:   Fri Sep 5 15:34:04 2008 +0200
19553
19554     ppc4xx: Update CPCI405(AB) configuration
19555
19556     This patch add FDT support and command line editing capabilities
19557     for CPCI405 and CPCI405AB boards.
19558
19559     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19560     Signed-off-by: Stefan Roese <sr@denx.de>
19561
19562 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
19563 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19564 Date:   Fri Sep 5 15:34:03 2008 +0200
19565
19566     ppc4xx: Cleanup CPCI405 linker script
19567
19568     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19569     Signed-off-by: Stefan Roese <sr@denx.de>
19570
19571 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
19572 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19573 Date:   Fri Sep 5 15:34:02 2008 +0200
19574
19575     ppc4xx: Update CPCI405 variants handling
19576
19577     This patch replaces the BOARD_REVISION variable in include/config.mk
19578     by a using a temporary include file in the platform directory.
19579
19580     The former way does not work anymore and the latter is also used by
19581     some other boards.
19582
19583     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19584     Signed-off-by: Stefan Roese <sr@denx.de>
19585
19586 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
19587 Author: Stefan Roese <sr@denx.de>
19588 Date:   Mon Sep 8 10:01:48 2008 +0200
19589
19590     ppc4xx: Remove CONFIG_CS8952_PHY define
19591
19592     Since this define is only used on one board that was never really in
19593     production, removing this compile time option doesn't hurt and makes
19594     the code more readable.
19595
19596     Signed-off-by: Stefan Roese <sr@denx.de>
19597
19598 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
19599 Author: Stefan Roese <sr@denx.de>
19600 Date:   Fri Sep 5 14:11:40 2008 +0200
19601
19602     ppc4xx: Fix compilation warning for PIP405
19603
19604     This patch fixes a compilation warning for the PIP405 board. It moves the
19605     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
19606     occur anymore. I am a little unsure if this #ifdef is at the correct
19607     place now or if it could be removed completely. This needs to get
19608     tested on the PIP405 board.
19609
19610     Signed-off-by: Stefan Roese <sr@denx.de>
19611
19612 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
19613 Author: Stefan Roese <sr@denx.de>
19614 Date:   Fri Sep 5 14:09:09 2008 +0200
19615
19616     ppc4xx: Fix compilation warning for canyonlands & glacier
19617
19618     Signed-off-by: Stefan Roese <sr@denx.de>
19619
19620 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
19621 Author: Kumar Gala <galak@kernel.crashing.org>
19622 Date:   Fri Sep 5 14:40:29 2008 -0500
19623
19624     Fix compiler warning in mpc8xxx ddr code
19625
19626     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
19627     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
19628     ctrl_regs.c:523: note: 'caslat' was declared here
19629
19630     Add a warning in DDR1 case if cas_latency isn't a value we know about.
19631
19632     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19633     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19634
19635 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
19636 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19637 Date:   Mon Sep 1 23:06:23 2008 +0200
19638
19639     rtc: allow rtc_set to return an error and use it in cmd_date
19640
19641     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19642
19643 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
19644 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19645 Date:   Mon Sep 1 01:16:33 2008 +0200
19646
19647     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
19648
19649     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19650
19651 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
19652 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19653 Date:   Sun Aug 31 05:37:04 2008 +0900
19654
19655     config.mk: Move arch-specific condition to $(ARCH)_config.mk
19656
19657     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19658
19659 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
19660 Author: Kumar Gala <galak@kernel.crashing.org>
19661 Date:   Fri Aug 29 19:08:29 2008 -0500
19662
19663     Prevent crash if random/invalid ramdisks are passed to bootm
19664
19665     Adds returning an error from the ramdisk detection code if
19666     its not a real ramdisk (invalid).  There is no reason we can't
19667     just return back to the console if we detect an invalid
19668     ramdisk or CRC error.
19669
19670     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19671
19672 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
19673 Author: Anatolij Gustschin <agust@denx.de>
19674 Date:   Fri Aug 29 21:04:45 2008 +0200
19675
19676     Prevent crash if random DTB address is passed to bootm
19677
19678     This patch adds bootm_start() return value check. If
19679     error status is returned, we do not proceed further to
19680     prevent board reset or crash as we still can recover
19681     at this point.
19682
19683     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19684
19685 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
19686 Author: Andrew Dyer <adyer@righthandtech.com>
19687 Date:   Fri Aug 29 12:30:39 2008 -0500
19688
19689     clean up some #if !defined() in drivers/video/cfb_console.c
19690
19691     rearrange some #if !defined() / #else / #endif statements to remove
19692     the negative logic.
19693
19694     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
19695
19696 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
19697 Author: Kyungmin Park <kmpark@infradead.org>
19698 Date:   Fri Aug 29 09:02:20 2008 +0900
19699
19700     apollon: use the last memory area for u-boot
19701
19702     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19703
19704 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
19705 Author: Heiko Schocher <hs@denx.de>
19706 Date:   Thu Aug 28 13:50:42 2008 +0200
19707
19708     TQM8272: move NAND part in seperate File
19709
19710     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
19711     because I have no longer access to the hardware.
19712
19713     Signed-off-by: Heiko Schocher <hs@denx.de>
19714
19715 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
19716 Author: Heiko Schocher <hs@denx.de>
19717 Date:   Thu Aug 28 13:48:36 2008 +0200
19718
19719     TQM8272: Fix compiling error for the TQM8272 board.
19720
19721     Fix compile problems caused by
19722     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
19723
19724     Signed-off-by: Heiko Schocher <hs@denx.de>
19725
19726 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
19727 Author: Kyungmin Park <kmpark@infradead.org>
19728 Date:   Wed Aug 27 14:45:20 2008 +0900
19729
19730     Add JFFS2 command support on OneNAND
19731
19732     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19733
19734 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
19735 Author: Mark Jackson <mpfj@mimc.co.uk>
19736 Date:   Mon Aug 25 19:21:30 2008 +0100
19737
19738     Allow console input to be disabled
19739
19740     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
19741
19742     When CONFIG_DISABLE_CONSOLE is defined, setting
19743     GD_FLG_DISABLE_CONSOLE disables all console input and output.
19744
19745     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
19746
19747 commit 2b22d608f370565c87f55928b524207031419c11
19748 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19749 Date:   Wed Jul 30 12:39:29 2008 +0200
19750
19751     loads: allow negative offsets
19752
19753     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19754
19755 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
19756 Author: Yuri Tikhonov <yur@emcraft.com>
19757 Date:   Thu Sep 4 11:19:05 2008 +0200
19758
19759     USB EHCI: reset root hub
19760
19761     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
19762     resetting only via EHCI registers. So, this patch adds the
19763     corresponding kind of reset to OHCI's hc_reset() if the newly
19764     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
19765     board).
19766
19767     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19768     Acked-by: Markus Klotzbuecher <mk@denx.de>
19769
19770 commit 5875d358f025c1b042d8a0f08384b756de7256c9
19771 Author: Yuri Tikhonov <yur@emcraft.com>
19772 Date:   Fri Aug 15 15:42:09 2008 +0200
19773
19774     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
19775
19776     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19777
19778 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
19779 Author: Stefan Roese <sr@denx.de>
19780 Date:   Fri Sep 5 10:47:46 2008 +0200
19781
19782     devices: Use list_add_tail() instead of list_add() to register a device
19783
19784     This patch fixes a problem spotted on Glacier/Canyonlands (and most
19785     likely lots of other board ports), that no serial output was seen
19786     after console initialization in console_init_r(). This is because the
19787     last added console device was used instead of the first added.
19788
19789     This patch fixes this problem by using list_add_tail() instead of
19790     list_add() to register a device. This way the first added console
19791     is used again.
19792
19793     Signed-off-by: Stefan Roese <sr@denx.de>
19794
19795 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
19796 Author: Victor Gallardo <vgallardo@amcc.com>
19797 Date:   Thu Sep 4 23:49:36 2008 -0700
19798
19799     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
19800
19801     This patch adds GPCS, SGMII and M88E1112 PHY support
19802     for the AMCC PPC460GT/EX processors.
19803
19804     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
19805     Signed-off-by: Stefan Roese <sr@denx.de>
19806
19807 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
19808 Author: Adam Graham <agraham@amcc.com>
19809 Date:   Wed Sep 3 12:26:59 2008 -0700
19810
19811     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
19812
19813     Signed-off-by: Adam Graham <agraham@amcc.com>
19814     Signed-off-by: Stefan Roese <sr@denx.de>
19815
19816 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
19817 Author: Adam Graham <agraham@amcc.com>
19818 Date:   Wed Sep 3 12:26:28 2008 -0700
19819
19820     ppc4xx: IBM Memory Controller DDR autocalibration routines
19821
19822     Alternate SDRAM DDR autocalibration routine that can be generically used
19823     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
19824     support of more DIMM/memory chip vendors and gets the DDR autocalibration
19825     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
19826
19827     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
19828     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
19829     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
19830     lot longer to run than Method_B.  Method_B executes in the same amount of time
19831     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
19832     Normally Method_B is used and it is set as the default method.
19833
19834     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
19835     Controller registers.[bit-field]:
19836     1)  SDRAM0_RQDC.[RQFD]
19837     2)  SDRAM0_RFDC.[RFFD]
19838
19839     This alternate PPC4xx DDR autocalibration code calibrates the following
19840     IBM SDRAM Controller registers.[bit-field]:
19841
19842     1)  SDRAM0_WRDTR.[WDTR]
19843     2)  SDRAM0_CLKTR.[CKTR]
19844     3)  SDRAM0_RQDC.[RQFD]
19845     4)  SDRAM0_RFDC.[RFFD]
19846
19847     and will also use the calibrated settings of the above four registers that
19848     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
19849     register.[bit-field].
19850
19851     Signed-off-by: Adam Graham <agraham@amcc.com>
19852     Signed-off-by: Stefan Roese <sr@denx.de>
19853
19854 commit e07f4a8033b6270b8103049adb6456f660ff4a89
19855 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19856 Date:   Mon Sep 1 13:09:39 2008 -0400
19857
19858     ppc44x: Unification of virtex5 pp440 boards
19859
19860     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
19861
19862     It unificates 3 different things:
19863
19864     1) Source code
19865     A new board called ppc440-generic has been created. This board includes
19866     a generic tlb initialization (Maps the whole memory into virtual) and
19867     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
19868     so, they can be replaced by specific functions.
19869
19870     If a new board needs to redefine any of the previous functions
19871     (specific initialization) it can create a new directory with the
19872     specific initializations needed. (see the example ml507 board).
19873
19874     2) Configuration file
19875     Common configurations are located under configs/xilinx-ppc440.h, this
19876     header file interpretes the xparameters file generated by EDK and
19877     configurates u-boot in correspondence. Example: if there is a Temac,
19878     allows CMD_CONFIG_NET
19879     Specific configuration are located under specific configuration file.
19880     (see the example ml507 board)
19881
19882     3) Makefile
19883     Some work has been done in order to not duplicate work in the Main
19884     Makefile. Please see the attached code.
19885
19886     In order to support new boards they can be implemented in the next way:
19887
19888     a) Simple Generic Board  (90% of the time)
19889     Using EDK generates a new xparameters.h file, replace
19890     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
19891     && make
19892
19893     b) Simple Boards with special u-boot parameters (9 % of the time)
19894     Create a new file under configs for it (use ml507.h as example) and
19895     change your paramaters. Create a new Makefile paragraph and compile
19896
19897     c) Complex boards (1% of the time)
19898     Create a new folder for the board, like the ml507
19899
19900     Finally, it adds support for the Avnet FX30T Evaluation board, following
19901     the new generic structure:
19902
19903     Cheap board by Avnet for evaluating the Virtex5 FX technology.
19904
19905     This patch adds support for:
19906      - UartLite
19907      - 16MB Flash
19908      - 64MB RAM
19909
19910     Prior using U-boot in this board, read carefully the ERRATA by Avnet
19911     to solve some memory initialization issues.
19912
19913     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19914     Signed-off-by: Stefan Roese <sr@denx.de>
19915
19916 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
19917 Author: Nick Spence <nick.spence@freescale.com>
19918 Date:   Tue Sep 2 15:21:16 2008 -0500
19919
19920     mpc83xx: fix mpc8313 in-tree building with NAND
19921
19922     and add mpc8313 NAND build to MAKEALL
19923
19924     Signed-off-by: Nick Spence <nick.spence@freescale.com>
19925     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19926
19927 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
19928 Author: Nick Spence <nick.spence@freescale.com>
19929 Date:   Thu Aug 28 14:09:25 2008 -0700
19930
19931     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
19932
19933     Cleans up some latent issues with the data cache control so that
19934     dcache_enable() and dcache_disable() will work reliably (after
19935     unlock_ram_in_cache() has been called)
19936
19937     Signed-off-by: Nick Spence <nick.spence@freescale.com>
19938     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19939
19940 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
19941 Author: Nick Spence <nick.spence@freescale.com>
19942 Date:   Thu Aug 28 14:09:19 2008 -0700
19943
19944     mpc83xx: Store and display Arbiter Event Register values
19945
19946     Record the Arbiter Event Register values and optionally display them.
19947
19948     The Arbiter Event Register can record the type and effective address of
19949     an arbiter error, even through an HRESET. This patch stores the values in
19950     the global data structure.
19951
19952     Display of the Arbiter Event registers immediately after the RSR value
19953     can be enabled with defines. The Arbiter values will only be displayed
19954     if an arbiter event has occured since the last Power On Reset, and either
19955     of the following defines exist:
19956      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
19957                                         and type register values
19958      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
19959                                         event register values
19960
19961     Address Only transactions are one of the trapped events that can register
19962     as an arbiter event. They occur with some cache manipulation instructions
19963     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
19964     has the MEMORY_COHERENCE WIMG bit set. Setting:
19965      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
19966                                   only events, so that it can still capture
19967                                   other real problems.
19968
19969     Signed-off-by: Nick Spence <nick.spence@freescale.com>
19970     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19971
19972 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
19973 Author: Nick Spence <nick.spence@freescale.com>
19974 Date:   Thu Aug 28 14:09:11 2008 -0700
19975
19976     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
19977
19978     This is needed in unlock_ram_in_cache() because it is called from C and
19979     will corrupt the small data area anchor that is kept in R2.
19980
19981     lock_ram_in_cache() is modified similarly as good coding practice, but
19982     is not called from C.
19983
19984     Signed-off-by: Nick Spence <nick.spence@freescale.com>
19985     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19986
19987 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
19988 Author: Nick Spence <nick.spence@freescale.com>
19989 Date:   Fri Aug 22 23:52:50 2008 -0700
19990
19991     MPC83XX: Fix GPIO configuration - set gpio level before direction
19992
19993     Set DAT value before DIR values to avoid creating glitches on the
19994     GPIO signals.
19995
19996     Set gpio level register before direction register to inhibit
19997     glitches on high level output pins.
19998
19999     Dir and data gets cleared at powerup, so high level output lines see
20000     a short low pulse between setting the direction and level registers.
20001
20002     Issue was seen on a new board with the nReset line of the NOR flash
20003     connected to a GPIO. Setting the direction register puts the NOR flash
20004     in reset so the next instruction to set the level cannot get executed.
20005
20006     Signed-off-by: Nick Spence <nick.spence@freescale.com>
20007     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20008     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20009
20010 commit 7007c5975ee900ad70983b0681d3251e221f8321
20011 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20012 Date:   Tue Sep 2 02:58:32 2008 +0200
20013
20014     doc/qemu_mips: add doc howto debug u-boot with gdb
20015
20016     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20017
20018 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
20019 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20020 Date:   Wed Sep 3 17:15:45 2008 +0200
20021
20022     ppx4xx: Fix broken DASA_SIM board
20023
20024     This patch adds initdram() to DASA_SIM boards that has been
20025     removed accidentally by a previous commit.
20026
20027     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20028     Signed-off-by: Stefan Roese <sr@denx.de>
20029
20030 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
20031 Author: Stefan Roese <sr@denx.de>
20032 Date:   Mon Sep 1 08:35:37 2008 +0200
20033
20034     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
20035
20036     This patch removes some direct references to common/lists.o from some
20037     esd linker scripts. This is necessary because the lists source was moved
20038     and is not in the "common" directory anymore.
20039
20040     Signed-off-by: Stefan Roese <sr@denx.de>
20041
20042 commit 97b0734d65f8a0b03df0a335a2addc759da56107
20043 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20044 Date:   Tue Sep 2 16:33:05 2008 +0200
20045
20046     ppc4xx: Remove obsolete or unused functions from some esd boards
20047
20048     This patch removes initdram() and testdram() from most esd 405 platforms.
20049     Some boards also have an empty dummy implementation of
20050     misc_init_f(). This is also removed.
20051
20052     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20053     Signed-off-by: Stefan Roese <sr@denx.de>
20054
20055 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
20056 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20057 Date:   Tue Sep 2 15:07:54 2008 +0200
20058
20059     ppc4xx: Update VOM405 board configuration
20060
20061     - remove PCI code
20062     - add command line editing
20063     - minor cleanup
20064
20065     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20066     Signed-off-by: Stefan Roese <sr@denx.de>
20067
20068 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
20069 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20070 Date:   Tue Sep 2 15:07:53 2008 +0200
20071
20072     ppc4xx: Remove obsolete initdram() function from VOM405 board
20073
20074     This patch removed the obsolete initdram() function from
20075     VOM405 platform file.
20076
20077     Some minor cleanup.
20078
20079     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20080     Signed-off-by: Stefan Roese <sr@denx.de>
20081
20082 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
20083 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20084 Date:   Tue Sep 2 15:07:52 2008 +0200
20085
20086     ppc4xx: Cleanup VOM405 linker script
20087
20088     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20089     Signed-off-by: Stefan Roese <sr@denx.de>
20090
20091 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
20092 Author: Matthias Fuchs <mf@esd.eu>
20093 Date:   Tue Sep 2 15:07:51 2008 +0200
20094
20095     ppc4xx: Add fdt support for VOM405 boards
20096
20097     Signed-off-by: Matthias Fuchs <mf@esd.eu>
20098     Signed-off-by: Stefan Roese <sr@denx.de>
20099
20100 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
20101 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20102 Date:   Tue Sep 2 11:36:14 2008 +0200
20103
20104     ppc4xx: Coding style cleanup
20105
20106     Wrap long lines etc.
20107
20108     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20109     Signed-off-by: Stefan Roese <sr@denx.de>
20110
20111 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
20112 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20113 Date:   Tue Sep 2 11:35:56 2008 +0200
20114
20115     ppc4xx: Enable USB on PLU405 boards
20116
20117     This patch enables the PCI-OHCI controller on PLU405 board.
20118
20119     Also the default CPU frequency is updated to 266 MHz and
20120     command line editing is enabled.
20121
20122     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20123     Signed-off-by: Stefan Roese <sr@denx.de>
20124
20125 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
20126 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20127 Date:   Tue Sep 2 11:35:35 2008 +0200
20128
20129     ppc4xx: Cleanup PLU405 platform file
20130
20131     This patch
20132     - wraps some long lines
20133     - removes unused/obsolete functions: misc_init_f() and initdram()
20134
20135     Signed-off-by: Matthias Fuchs <mf@esd.eu>
20136     Signed-off-by: Stefan Roese <sr@denx.de>
20137
20138 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
20139 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20140 Date:   Tue Sep 2 11:35:04 2008 +0200
20141
20142     ppc4xx: Cleanup PLU405 linker script
20143
20144     Signed-off-by: Matthias Fuchs <mf@esd.eu>
20145     Signed-off-by: Stefan Roese <sr@denx.de>
20146
20147 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
20148 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20149 Date:   Tue Sep 2 11:34:36 2008 +0200
20150
20151     ppc4xx: Add fdt support for PLU405 boards
20152
20153     Signed-off-by: Matthias Fuchs <mf@esd.eu>
20154     Signed-off-by: Stefan Roese <sr@denx.de>
20155
20156 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
20157 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20158 Date:   Tue Sep 2 11:34:08 2008 +0200
20159
20160     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
20161
20162     Signed-off-by: Matthias Fuchs <mf@esd.eu>
20163     Signed-off-by: Stefan Roese <sr@denx.de>
20164
20165 commit be1b0d2777e179191a57b138b660547a17e55aad
20166 Author: Jochen Friedrich <jochen@scram.de>
20167 Date:   Tue Sep 2 11:24:59 2008 +0200
20168
20169     Don't tftp to unknown flash
20170
20171     If a board has a variable number of flash banks, there are empty entries
20172     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
20173     "Outside available Flash". This patch skips flash banks with unknown
20174     flash ids.
20175
20176     Signed-off-by: Jochen Friedrich <jochen@scram.de>
20177     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20178
20179 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
20180 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20181 Date:   Thu Aug 28 13:40:44 2008 +0900
20182
20183     net: smc911x: Add pkt_data_pull and pkt_data_push function
20184
20185     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
20186     Byte-swapping is necessary, and so poor performance is inevitable.
20187     This problem cannot evade by the swap function of CHIP, this can
20188     evade by software Byte-swapping.
20189     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
20190     functions necessary to solve this problem.
20191
20192     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20193     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20194
20195 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
20196 Author: Ben Warren <biggerbadderben@gmail.com>
20197 Date:   Sun Aug 31 20:37:00 2008 -0700
20198
20199     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
20200
20201     Affected boards:
20202         db64360
20203         db64460
20204         katmai
20205         taihu
20206         taishan
20207         yucca
20208         cpc45
20209         cpu87
20210         eXalion
20211         elppc
20212         debris
20213         kvme080
20214         mpc8315erdb
20215         integratorap
20216         ixdp425
20217         oxc
20218         pm826
20219         pm828
20220         pm854
20221         pm856
20222         ppmc7xx
20223         sc3
20224         sc520_spunk
20225         sorcery
20226         tqm8272
20227         tqm85xx
20228         utx8245
20229
20230     Removed initialization of the driver from net/eth.c
20231     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
20232
20233     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20234
20235 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
20236 Author: Ben Warren <biggerbadderben@gmail.com>
20237 Date:   Sun Aug 31 10:45:44 2008 -0700
20238
20239     Moved initialization of TULIP Ethernet controller to board_eth_init()
20240
20241     Affected boards:
20242         cu824
20243         bab7xx
20244         adciop
20245         dasa_sim
20246         mousse
20247         mpc8540eval
20248         musenki
20249         mvblue
20250         pcippc2/pcippc6
20251         sbc8240
20252         stxssa
20253
20254     Removed initialization of the driver from net/eth.c
20255
20256     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20257
20258 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
20259 Author: Ben Warren <biggerbadderben@gmail.com>
20260 Date:   Sun Aug 31 10:44:19 2008 -0700
20261
20262     Moved initialization of E1000 Ethernet controller to board_eth_init()
20263
20264     Affected boards:
20265         ap1000
20266         mvbc_p
20267         PM854
20268
20269     Removed initialization of the driver from net/eth.c
20270
20271     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20272
20273 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
20274 Author: Ben Warren <biggerbadderben@gmail.com>
20275 Date:   Sun Aug 31 10:40:51 2008 -0700
20276
20277     Moved initialization of plb2800 Ethernet driver to board_eth_init
20278
20279     Affected boards:
20280         purple
20281
20282     Removed initialization of controller from net/eth.c
20283
20284     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20285
20286 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
20287 Author: Ben Warren <biggerbadderben@gmail.com>
20288 Date:   Sun Aug 31 10:39:12 2008 -0700
20289
20290     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
20291
20292     Modified board_eth_init() functions of boards that have this FEC in addition
20293     to other Ethernet controllers.
20294
20295     Affected boards:
20296         bc3450
20297         icecube
20298         mvbc_p
20299         o2dnt
20300         pm520
20301         total5200
20302         tq5200
20303
20304     Removed initialization of controller from net/eth.c
20305
20306     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20307
20308 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
20309 Author: Ben Warren <biggerbadderben@gmail.com>
20310 Date:   Sun Aug 31 10:36:38 2008 -0700
20311
20312     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
20313
20314     Added a cpu_eth_init() function to MPC512x CPU directory and
20315     removed code from net/eth.c
20316
20317     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20318
20319 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
20320 Author: Ben Warren <biggerbadderben@gmail.com>
20321 Date:   Sun Aug 31 10:16:59 2008 -0700
20322
20323     Moved initialization of IncaIP Ethernet controller to board_eth_init
20324
20325     Affected boards:
20326         IncaIP
20327
20328     Removed initialization of the driver from net/eth.c
20329
20330     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20331
20332 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
20333 Author: Ben Warren <biggerbadderben@gmail.com>
20334 Date:   Sun Aug 31 10:15:26 2008 -0700
20335
20336     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
20337
20338         Affected boards:
20339             AmigaOneG3SE
20340
20341         Removed initialization of the driver from net/eth.c
20342
20343     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20344
20345 commit 6aca145e067efe75398e9fac97822bd3700de0b2
20346 Author: Ben Warren <biggerbadderben@gmail.com>
20347 Date:   Sun Aug 31 10:13:34 2008 -0700
20348
20349     Moved initialization of GT6426x Ethernet controller to board_eth_init()
20350
20351     Affected boards:
20352         EVB64260
20353         P3G4
20354         ZUMA
20355
20356     Removed initialization of the driver from net/eth.c
20357
20358     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20359
20360 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
20361 Author: Ben Warren <biggerbadderben@gmail.com>
20362 Date:   Sun Aug 31 10:08:43 2008 -0700
20363
20364     Moved initialization of PCNET Ethernet controller to board_eth_init()
20365
20366     Affected boards:
20367         PN62
20368         sc520_cdp
20369
20370     Removed initialization of the driver from net/eth.c
20371
20372     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20373
20374 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
20375 Author: Ben Warren <biggerbadderben@gmail.com>
20376 Date:   Sun Aug 31 10:07:16 2008 -0700
20377
20378     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
20379
20380     Affected boards:
20381         a3000
20382
20383     Removed initialization of the driver from net/eth.c
20384
20385     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20386
20387 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
20388 Author: Ben Warren <biggerbadderben@gmail.com>
20389 Date:   Sun Aug 31 10:03:22 2008 -0700
20390
20391     Moved initialization of NS8382X Ethernet controller to board_eth_init()
20392
20393     Affected boards:
20394         bc3450
20395         cpci5200
20396         mecp5200
20397         pf2000
20398         icecube
20399         o2dnt
20400         pm520
20401         sandpoint8245
20402         total5200
20403         tqm5200
20404
20405     Removed initialization of the driver from net/eth.c
20406
20407     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20408
20409 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
20410 Author: Ben Warren <biggerbadderben@gmail.com>
20411 Date:   Sun Aug 31 09:59:33 2008 -0700
20412
20413     Moved initialization of TSI108 Ethernet controller to board_eth_init()
20414
20415     Affected boards:
20416         mpc7448hpc2
20417
20418     Removed initialization of the driver from net/eth.c
20419
20420     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20421
20422 commit 0b252f50ae218ae15bfb63af44227972686ebc56
20423 Author: Ben Warren <biggerbadderben@gmail.com>
20424 Date:   Sun Aug 31 21:41:08 2008 -0700
20425
20426     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
20427
20428     Affected boards:
20429         hidden_dragon
20430         MPC8544DS
20431         MPC8610HPCN
20432         R2DPLUS
20433         TB0229
20434
20435     Removed initialization of the driver from net/eth.c
20436
20437     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20438
20439 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
20440 Author: Ben Warren <biggerbadderben@gmail.com>
20441 Date:   Sun Aug 31 09:49:42 2008 -0700
20442
20443     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
20444
20445     Affected boards:
20446         linkstation
20447         r7780mp
20448
20449     Removed initialization of the driver from net/eth.c
20450
20451     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20452
20453 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
20454 Author: Ben Warren <biggerbadderben@gmail.com>
20455 Date:   Tue Aug 12 22:11:53 2008 -0700
20456
20457     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
20458
20459     Removed at91sam9_eth_initialize() from net/eth.c
20460
20461     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20462
20463 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
20464 Author: Ben Warren <biggerbadderben@gmail.com>
20465 Date:   Sun Aug 31 22:22:04 2008 -0700
20466
20467     Introduce netdev.h header file and remove externs
20468
20469     This addresses all drivers whose initializers have already
20470     been moved to board_eth_init()/cpu_eth_init().
20471
20472     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20473
20474 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
20475 Author: Andy Fleming <afleming@freescale.com>
20476 Date:   Sun Aug 31 16:33:30 2008 -0500
20477
20478     Add pixis_set_sgmii command
20479
20480     The 8544DS and 8572DS platforms support an optional SGMII riser card to
20481     expose ethernet over an SGMII interface.  Once the card is in, it is also
20482     necessary to configure the board such that it uses the card, rather than
20483     the on-board ethernet ports.  This can either be done by flipping dip switches
20484     on the motherboard, or by modifying registers in the pixis.  Either way
20485     requires a reboot.
20486
20487     This adds a command to allow users to choose which ports are routed through
20488     the SGMII card, and which through the onboard ports.  It also allows users
20489     to revert to the current switch settings.
20490
20491     This code does not work on the 8572, as the PIXIS is different.
20492
20493     Signed-off-by: Andy Fleming <afleming@freescale.com>
20494     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20495
20496 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
20497 Author: Andy Fleming <afleming@freescale.com>
20498 Date:   Sun Aug 31 16:33:29 2008 -0500
20499
20500     Add SGMII support for the 8544 DS
20501
20502     The 8544 DS has an optional SGMII Riser card, which uses different PHY
20503     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
20504     setup code if so.
20505
20506     Signed-off-by: Andy Fleming <afleming@freescale.com>
20507     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20508
20509 commit 652f7c2eef76a1340928bd660845441e932d86a2
20510 Author: Andy Fleming <afleming@freescale.com>
20511 Date:   Sun Aug 31 16:33:28 2008 -0500
20512
20513     Add support for Freescale SGMII Riser Card
20514
20515     The 8544DS and 8572DS systems have an optional SGMII riser card which
20516     exposes new ethernet ports which are connected to the eTSECs via an
20517     SGMII interface.  The SGMII PHYs for this board are offset from the standard
20518     PHY addresses, so this code modifies the passed in tsec_info structure to
20519     use the SGMII PHYs on the card, instead.
20520
20521     Signed-off-by: Andy Fleming <afleming@freescale.com>
20522     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20523
20524 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
20525 Author: Andy Fleming <afleming@freescale.com>
20526 Date:   Sun Aug 31 16:33:27 2008 -0500
20527
20528     Add SGMII support to the tsec
20529
20530     Adds support for configuring the TBI to talk properly with the SerDes.
20531
20532     Signed-off-by: Andy Fleming <afleming@freescale.com>
20533     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20534
20535 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
20536 Author: Andy Fleming <afleming@freescale.com>
20537 Date:   Sun Aug 31 16:33:26 2008 -0500
20538
20539     Pass in tsec_info struct through tsec_initialize
20540
20541     The tsec driver contains a hard-coded array of configuration information
20542     for the tsec ethernet controllers.  We create a default function that works
20543     for most tsecs, and allow that to be overridden by board code.  It creates
20544     an array of tsec_info structures, which are then parsed by the corresponding
20545     driver instance to determine configuration.  Also, add regs, miiregs, and
20546     devname fields to the tsec_info structure, so that we don't need the kludgy
20547     "index" parameter.
20548
20549     Signed-off-by: Andy Fleming <afleming@freescale.com>
20550     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20551
20552 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
20553 Author: Andy Fleming <afleming@freescale.com>
20554 Date:   Sun Aug 31 16:33:25 2008 -0500
20555
20556     tsec: Move tsec.h to include/
20557
20558     This is to prepare the way for board code passing in the tsec_info structure
20559
20560     Signed-off-by: Andy Fleming <afleming@freescale.com>
20561     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20562
20563 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
20564 Author: Sergei Poselenov <sposelenov@emcraft.com>
20565 Date:   Fri Jun 6 15:52:44 2008 +0200
20566
20567     PHY: Add support for the M88E1121R Marvell chip.
20568
20569     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20570     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20571     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20572
20573 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
20574 Author: Wolfgang Denk <wd@denx.de>
20575 Date:   Tue Sep 2 21:17:36 2008 +0200
20576
20577     fw_env.c: fix build problems with MTD_VERSION=old
20578
20579     (as needed to support old 2.4 Linux kernel based releases)
20580
20581     Signed-off-by: Wolfgang Denk <wd@denx.de>
20582
20583 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
20584 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20585 Date:   Mon Sep 1 17:11:26 2008 +0200
20586
20587     device: make device_register() clone the device
20588
20589     This is expected by the callers, but this fact was hidden well within
20590     the old list implementation.
20591
20592     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20593
20594 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
20595 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20596 Date:   Mon Sep 1 14:00:07 2008 +0200
20597
20598     avr32: Add support for "GPIO" port mux
20599
20600     The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
20601     all later AVR32 chips. This patch adds a driver for it, implementing the
20602     same API as the existing portmux-pio driver but with more functionality.
20603
20604     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20605
20606 commit d92852579546c46bdaac978e0b6767a6645b69e0
20607 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20608 Date:   Fri Aug 15 15:02:29 2008 +0200
20609
20610     atstk1000: Convert to new-style makefile
20611
20612     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20613
20614 commit 25e6854d42c11046a468576179b5494f850311b2
20615 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20616 Date:   Sun Aug 31 18:46:35 2008 +0200
20617
20618     avr32: use board_early_init_r instead of board_init_info
20619
20620     Replace the avr32-specific board_init_info hook by the standard
20621     board_early_init_r hook and make it optional.
20622
20623     board_early_init_r() runs somewhat earlier than board_init_info used to
20624     do, but this isn't a problem for any of the in-tree boards.
20625
20626     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20627
20628 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
20629 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20630 Date:   Sun Aug 31 18:24:24 2008 +0200
20631
20632     avr32: Use board_postclk_init instead of gclk_init
20633
20634     Replace the avr32-specific gclk_init() board hook with the standard
20635     board_postclk_init() hook which is supposed to run at the same point
20636     during initialization.
20637
20638     Provide a dummy weak alias for boards not implementing this hook. The
20639     cost of this is:
20640       - 2 bytes for the dummy function (retal 0)
20641       - 2 bytes for each unnecessary function call (short rcall)
20642
20643     which is a pretty small price to pay for avoiding lots of #ifdef
20644     clutter. In this particular case, all boards probably end up slightly
20645     smaller because we avoid the conditional checking if the gclk_init
20646     symbol is NULL.
20647
20648     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20649
20650 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
20651 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20652 Date:   Sun Aug 31 18:07:35 2008 +0200
20653
20654     hammerhead: Use gclk helper functions
20655
20656     Use the new gclk helper functions to set up the PHY clock instead of
20657     accessing the PM registers directly.
20658
20659     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20660
20661 commit 98090cd75cdb40b2ab94c806c338540a5716748b
20662 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20663 Date:   Sun Aug 31 18:05:32 2008 +0200
20664
20665     avr32: Add gclk helper functions
20666
20667     Add two helper functions for configuring and enabling generic clocks:
20668       - gclk_enable_output: Enables output on a GCLKx pin
20669       - gclk_set_rate: Configures a gclk to run at a specific rate
20670
20671     This should eliminate any reason to go mucking about with PM registers
20672     from board code.
20673
20674     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20675
20676 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
20677 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20678 Date:   Fri Aug 29 21:09:49 2008 +0200
20679
20680     avr32: refactor the portmux/gpio code
20681
20682       - Separate the portmux configuration functionality from the GPIO pin
20683         control API.
20684       - Separate the controller-specific code from the chip-specific code.
20685       - Allow "ganged" port configuration (multiple pins at once).
20686       - Add more flexibility to the "canned" peripheral select functions:
20687           - Allow using more than 23 address bits, more chip selects, as
20688         well as NAND- and CF-specific pins.
20689           - Make the MACB SPEED pin optional, and choose between MII/RMII
20690         using a parameter instead of an #ifdef.
20691           - Make it possible to use other MMC slots than slot 0, and support
20692         different MMC/SDCard data bus widths.
20693       - Use more reasonable pull-up defaults; floating pins may consume a
20694         lot of power.
20695       - Get rid of some custom portmux code from the mimc200 board code. The
20696         old gpio/portmux API couldn't really handle its requirements, but
20697         the new one can.
20698       - Add documentation.
20699
20700     The end result is slightly smaller code for all boards. Which isn't
20701     really the point, but at least it isn't any larger.
20702
20703     This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
20704     the board maintainers could help me test this on their boards. In
20705     particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
20706     can help me out.
20707
20708     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20709     Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
20710     Cc: Mark Jackson <mpfj@mimc.co.uk>
20711     Cc: Alex Raimondi <alex.raimondi@miromico.ch>
20712     Cc: Julien May <julien.may@miromico.ch>
20713
20714     Changes since v1:
20715       * Enable pullup on NWAIT
20716       * Add missing include to portmux-pio.h
20717       * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
20718
20719 commit 4c24e8288c601cb773ab02528b48a8577970e867
20720 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20721 Date:   Sat Aug 30 17:28:36 2008 +0200
20722
20723     avr32: data_bits should reflect the actual number of data bits
20724
20725     Make the data_bits enum in struct sdram_config reflect the actual number
20726     of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
20727     32 bits is just too confusing.
20728
20729     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20730
20731 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
20732 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20733 Date:   Fri Aug 29 17:48:18 2008 +0200
20734
20735     avr32: Update README
20736
20737     Remove some outdated and/or unnecessary information, and add updated
20738     information about the toolchain and buildroot.
20739
20740     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20741
20742 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
20743 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20744 Date:   Sun Aug 31 23:28:15 2008 +0900
20745
20746     sh: Remove CC line from board's Makefile
20747
20748     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20749
20750 commit 468eae0660de6fdfd9999944c536ecc4797bd944
20751 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20752 Date:   Sun Aug 31 23:25:57 2008 +0900
20753
20754     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
20755
20756     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20757
20758 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
20759 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20760 Date:   Thu Aug 28 14:50:52 2008 +0900
20761
20762     sh: Add support sh2 to MAKEALL
20763
20764     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20765     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20766
20767 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
20768 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20769 Date:   Thu Aug 28 14:52:23 2008 +0900
20770
20771     sh: Fix compile error rsk7203 board
20772
20773     This boards used old type preprocessor.
20774     This patch fix compile error.
20775
20776     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20777     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20778
20779 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
20780 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20781 Date:   Thu Aug 28 14:53:31 2008 +0900
20782
20783     sh: Fix compile error sh7785lcr board
20784
20785     This boards used old type preprocessor.
20786     This patch fix compile error.
20787
20788     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20789     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20790
20791 commit 6f0da4972e48f99d37bc522814940a6022cd3084
20792 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20793 Date:   Fri Aug 22 17:39:09 2008 +0900
20794
20795     sh: Renesas Solutions AP325RXA board support
20796
20797     AP325RXA is SH7723's reference board.
20798     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
20799     In this patch, support SCIF, NOR Flash, and Ethernet.
20800
20801     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20802     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20803
20804 commit ab09f433b50bb83b5e440c335bc3839ee069e534
20805 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20806 Date:   Fri Aug 22 17:48:51 2008 +0900
20807
20808     sh: add support Renesas SH7723
20809
20810     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
20811     This patch supports CPU register's header file and SCIF serial driver.
20812
20813     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20814     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20815
20816 commit c655fad06ba3fb042dbc667724a40e1a9a091248
20817 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20818 Date:   Sun Aug 31 23:02:04 2008 +0900
20819
20820     sh: Renesas RSK+ 7203 board support
20821
20822     This adds initial support for the RTE RSK+ SH7203 board.
20823
20824     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20825     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20826
20827 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
20828 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20829 Date:   Thu Jul 3 23:11:02 2008 +0900
20830
20831     sh: Add support Renesas SH7203 processor
20832
20833     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20834     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20835
20836 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
20837 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20838 Date:   Sun Aug 31 22:48:33 2008 +0900
20839
20840     sh: Add support SH2/SH2A which is CPU of Renesas Technology
20841
20842     Add support SH2/SH2A basic function.
20843
20844     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20845     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20846
20847 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
20848 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20849 Date:   Sun Aug 31 22:45:08 2008 +0900
20850
20851     sh: Renesas R0P7785LC0011RL board support
20852
20853     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
20854     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
20855
20856     This patch supports the following functions:
20857      - 128MB DDR2-SDRAM (29-bit address mode only)
20858      - NOR Flash
20859      - USB host
20860      - Ethernet
20861
20862     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
20863     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20864
20865 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
20866 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
20867 Date:   Thu Jul 10 19:32:53 2008 +0900
20868
20869     sh: add support for SH7785
20870
20871     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
20872     This patch supports CPU register's header file.
20873
20874     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
20875     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20876
20877 commit d6e04258be8f2408845468d3cf722a4cf0433445
20878 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20879 Date:   Sun Aug 31 04:45:42 2008 +0200
20880
20881     davinci: fix remaining dm644x_eth
20882
20883     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20884
20885 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
20886 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20887 Date:   Sun Aug 31 04:24:56 2008 +0200
20888
20889     fs: Move conditional compilation to Makefile
20890
20891     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20892
20893 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
20894 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20895 Date:   Sun Aug 31 04:24:55 2008 +0200
20896
20897     devices: merge to list_head
20898
20899     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20900
20901 commit ef0255fc75f28655f9681422079287d68a14dbaa
20902 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20903 Date:   Sun Aug 31 04:24:51 2008 +0200
20904
20905     update linux/list
20906
20907     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20908
20909 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
20910 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20911 Date:   Sun Aug 31 00:39:48 2008 +0200
20912
20913     smdk6400: add gitignore
20914
20915     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20916
20917 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
20918 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20919 Date:   Sun Aug 31 00:39:48 2008 +0200
20920
20921     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
20922
20923     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20924
20925 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
20926 Author: Guennadi Liakhovetski <lg@denx.de>
20927 Date:   Sun Aug 31 00:39:47 2008 +0200
20928
20929     smdk6400: remove redundant bootargs definition
20930
20931     Double bootargs setting leads to a duplicated environmant entry.
20932
20933     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20934
20935 commit 11edcfe260f20dcea79284a3e95270989d433854
20936 Author: Guennadi Liakhovetski <lg@denx.de>
20937 Date:   Sun Aug 31 00:39:47 2008 +0200
20938
20939     ARM: Add support for S3C6400 based SMDK6400 board
20940
20941     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
20942     driver for it too. The board can also boot from the NOR flash, but due to
20943     hardware limitations it can only address 64KiB on it, which is not enough
20944     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
20945
20946     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20947
20948 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
20949 Author: Guennadi Liakhovetski <lg@denx.de>
20950 Date:   Sun Aug 31 00:39:47 2008 +0200
20951
20952     NAND: add NAND driver for S3C64XX
20953
20954     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
20955
20956     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20957
20958 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
20959 Author: Guennadi Liakhovetski <lg@denx.de>
20960 Date:   Sun Aug 31 00:39:47 2008 +0200
20961
20962     S3C64XX: remove broken HWFLOW support from the serial driver
20963
20964     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
20965     broken and currently unused. Remove it.
20966
20967     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20968
20969 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
20970 Author: Guennadi Liakhovetski <lg@denx.de>
20971 Date:   Sun Aug 31 00:39:47 2008 +0200
20972
20973     serial: add S3C64XX serial driver
20974
20975     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
20976
20977     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20978
20979 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
20980 Author: Guennadi Liakhovetski <lg@denx.de>
20981 Date:   Sun Aug 31 00:39:46 2008 +0200
20982
20983     USB: Add support for OHCI controller on S3C6400
20984
20985     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
20986     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
20987     it should work too and we could still profit from instruction cache.
20988
20989     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20990
20991 commit 9b07773f8883665b002500c190507e9fd99b7181
20992 Author: Guennadi Liakhovetski <lg@denx.de>
20993 Date:   Sun Aug 31 00:39:46 2008 +0200
20994
20995     ARM: Add arm1176 core with S3C6400 SoC
20996
20997     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
20998
20999     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21000
21001 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
21002 Author: Sandeep Paulraj <s-paulraj@ti.com>
21003 Date:   Sun Aug 31 00:39:46 2008 +0200
21004
21005     ARM DaVinci: Changing function names for EMAC driver
21006
21007     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
21008     By replacing all the function names that start with dm644x_* to davinci_*
21009     we make these function more portable. I have tested this change on my EVM.
21010     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
21011     be sending patches that add DaVinci DM6467 support to the list soon.
21012
21013     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
21014
21015 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
21016 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21017 Date:   Sat Aug 30 23:21:30 2008 +0200
21018
21019     Integrator[AP/CP] - Remove unused file memsetup.S
21020
21021     - memsetup.s is changed/merged to lowlevel_init.S
21022       memsetup.S has a global label memsetup that just returns back to caller
21023     - memsetup global label is changed/merged to lowlevel_init
21024       This label is not called from anywhere.
21025
21026     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
21027
21028 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
21029 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21030 Date:   Wed Aug 27 21:35:52 2008 +0200
21031
21032     ARM DaVinci: Standardize names of directories/files
21033
21034     ARM DaVinci: Standardize names of directories/files.
21035
21036     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21037     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21038
21039 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
21040 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21041 Date:   Fri Jul 11 15:10:13 2008 -0400
21042
21043     ARM DaVinci: Move common functions to board/davinci/common
21044
21045     ARM DaVinci: Move common functions to board/davinci/common.
21046
21047     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21048
21049 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
21050 Author: Stefan Roese <sr@denx.de>
21051 Date:   Fri Aug 29 11:56:49 2008 +0200
21052
21053     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
21054
21055     This function is needed for the new NAND infrastructure. We only need
21056     a dummy implementation though for the NDFC.
21057
21058     Signed-off-by: Stefan Roese <sr@denx.de>
21059
21060 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
21061 Author: Stefan Roese <sr@denx.de>
21062 Date:   Fri Aug 29 12:06:27 2008 +0200
21063
21064     ppc4xx: Increase image size for NAND boot target
21065
21066     This is needed since now with HUSH enabled (amcc-common.h) the image
21067     read from NAND exceeds the previous limit.
21068
21069     Signed-off-by: Stefan Roese <sr@denx.de>
21070
21071 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
21072 Author: Ben Warren <biggerbadderben@gmail.com>
21073 Date:   Thu Aug 28 23:58:30 2008 -0700
21074
21075     Move MPC512x_FEC driver to drivers/net
21076
21077     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21078
21079 commit 80b00af01b3c9154774de2936f05a051e92f6a03
21080 Author: Ben Warren <biggerbadderben@gmail.com>
21081 Date:   Thu Aug 28 23:58:29 2008 -0700
21082
21083     Move MPC5xxx_FEC driver to drivers/net
21084
21085     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21086
21087 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
21088 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21089 Date:   Fri Aug 29 21:53:57 2008 +0200
21090
21091     cmd_terminal: remove no need ifdef
21092
21093     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21094
21095 commit 578118bdf122877ae769776be002255be447b4fa
21096 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21097 Date:   Fri Aug 29 21:53:57 2008 +0200
21098
21099     common/Makefile: order by functionality
21100
21101     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21102
21103 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
21104 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21105 Date:   Fri Aug 29 21:53:56 2008 +0200
21106
21107     miiphyutil: Move conditional compilation to Makefile
21108
21109     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21110
21111 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
21112 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21113 Date:   Fri Aug 29 21:53:37 2008 +0200
21114
21115     autoscript: Move conditional compilation to Makefile
21116
21117     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21118
21119 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
21120 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21121 Date:   Fri Aug 29 01:18:11 2008 +0200
21122
21123     crc16: move to lib_generic
21124
21125     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21126
21127 commit 55195773eacefb22dd483a3c560ea30a14263ce1
21128 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21129 Date:   Fri Aug 29 01:18:01 2008 +0200
21130
21131     miiphybb: move to drivers/net/phy
21132
21133     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21134
21135 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
21136 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21137 Date:   Thu Aug 28 12:31:51 2008 +0200
21138
21139     soft_spi: move to drivers/spi
21140
21141     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21142
21143 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
21144 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21145 Date:   Thu Aug 28 12:31:51 2008 +0200
21146
21147     soft_i2c: move to drivers/i2c
21148
21149     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21150
21151 commit 717a222229fdb77703e9174d0eb08a4b41febf49
21152 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21153 Date:   Thu Aug 28 12:31:48 2008 +0200
21154
21155     gunzip: move to lib_generic
21156
21157     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21158
21159 commit 52aef8f9ba28b747973bf76741c23db658d5773c
21160 Author: Wolfgang Ocker <weo@reccoware.de>
21161 Date:   Tue Aug 26 19:55:23 2008 +0200
21162
21163     ppc4xx: NAND configuration
21164
21165     Made NAND bank configuration setting a config variable.
21166
21167     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
21168     Signed-off-by: Stefan Roese <sr@denx.de>
21169
21170 commit 5bc542a593abc9e974fbd34704af85c37c366c60
21171 Author: Victor Gallardo <vgallardo@amcc.com>
21172 Date:   Thu Aug 28 16:03:28 2008 -0700
21173
21174     ppc4xx: fix UIC external_interrupt hang on UIC0
21175
21176     This patch fixes a UIC external_interrupt hang if critical or non-critical
21177     interrupt is set at the same time as a normal interrupt is set on UIC0.
21178
21179     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
21180     Signed-off-by: Stefan Roese <sr@denx.de>
21181
21182 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
21183 Author: Prodyut  Hazarika <phazarika@amcc.com>
21184 Date:   Wed Aug 27 16:39:00 2008 -0700
21185
21186     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
21187
21188     Removed Magic numbers from Initialization preload registers
21189     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
21190     About 5-7% improvement seen for LMBench memtests
21191
21192     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
21193     Signed-off-by: Stefan Roese <sr@denx.de>
21194
21195 commit 8a490422bed685c9491274ec997f62061d88620b
21196 Author: John Rigby <jrigby@freescale.com>
21197 Date:   Thu Aug 28 13:17:07 2008 -0600
21198
21199     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
21200
21201     MPC5121 rev 2 silicon has a new register for controlling how long
21202     CS is asserted after deassertion of ALE in multiplexed mode.
21203
21204     The default is to assert CS together with ALE.  The alternative
21205     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
21206
21207     The default is wrong for the NOR flash and CPLD on the ADS5121.
21208
21209     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
21210     it does so conditionally based on silicon rev 2.0 or greater.
21211
21212     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
21213     Signed-off-by: John Rigby <jrigby@freescale.com>
21214
21215 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
21216 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21217 Date:   Tue Aug 19 00:56:46 2008 +0600
21218
21219     Add I2C frequency dividers for ColdFire
21220
21221     The existing I2C freqency dividers for FDR does not apply
21222     to ColdFire platforms; thus, a seperate table is added
21223     based on MCF5xxx Reference Manual
21224
21225     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21226     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21227     Acked-by: Tabi Timur <timur@freescale.com>
21228
21229 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
21230 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21231 Date:   Tue Aug 19 03:01:19 2008 +0600
21232
21233     ColdFire: I2C fix for multiple platforms
21234
21235     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21236
21237 commit d53cf6a9c7423cba668b867978648645f71c3090
21238 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21239 Date:   Tue Aug 19 00:37:13 2008 +0600
21240
21241     ColdFire: Add CONFIG_MII_INIT for M5272C3
21242
21243     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21244
21245 commit f78ced3028d4130b24a318943a70cf5584ab16f4
21246 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21247 Date:   Tue Aug 19 00:26:25 2008 +0600
21248
21249     ColdFire: Multiple fixes for MCF5445x platforms
21250
21251     Add FEC pin set and mii reset in __mii_init(). Change
21252     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
21253     change cfi_offset to 0, and change CFG_FLASH_CFI to
21254     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
21255     M54455EVB env settings in configuration file.
21256
21257     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21258
21259 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
21260 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21261 Date:   Fri Aug 15 18:24:25 2008 +0000
21262
21263     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
21264
21265     The user manuals recommend 7.
21266
21267     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
21268     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21269
21270 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
21271 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21272 Date:   Fri Aug 15 16:50:07 2008 +0000
21273
21274     ColdFire: Raise uart baudrate to 115200 bps
21275
21276     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
21277     uart baudrate increase from 19200 to 115200 bps
21278
21279     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21280
21281 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
21282 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21283 Date:   Wed Aug 13 12:07:03 2008 +0000
21284
21285     ColdFire: Fix board.c warning message
21286
21287     Implicit declaration of nand_init() warning message
21288
21289     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21290
21291 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
21292 Author: Kumar Gala <galak@kernel.crashing.org>
21293 Date:   Wed Aug 27 01:10:34 2008 -0500
21294
21295     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
21296
21297     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21298
21299 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
21300 Author: Heiko Schocher <hs@denx.de>
21301 Date:   Thu Aug 21 20:44:49 2008 +0200
21302
21303     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
21304
21305     Signed-off-by: Heiko Schocher <hs@denx.de>
21306
21307 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
21308 Author: Kumar Gala <galak@kernel.crashing.org>
21309 Date:   Tue Aug 19 14:46:36 2008 -0500
21310
21311     mpc85xx: remove redudant code with lib_ppc/interrupts.c
21312
21313     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
21314     not show how that happened, but there is no good reason for it.
21315
21316     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
21317     they exist.
21318
21319     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21320
21321 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
21322 Author: Kumar Gala <galak@kernel.crashing.org>
21323 Date:   Fri Jul 25 13:31:05 2008 -0500
21324
21325     mpc85xx: Add support for the MPC8536DS reference board
21326
21327     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21328     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
21329     Signed-off-by: Dejan Minic <minic@freescale.com>
21330     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21331     Signed-off-by: Dave Liu <daveliu@freescale.com>
21332     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21333
21334 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
21335 Author: Kumar Gala <galak@kernel.crashing.org>
21336 Date:   Tue Aug 12 11:14:19 2008 -0500
21337
21338     mpc85xx: Add support for the MPC8536
21339
21340     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
21341     also have SERDES init code for the 8536.
21342
21343     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21344     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
21345     Signed-off-by: Dejan Minic <minic@freescale.com>
21346     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21347     Signed-off-by: Dave Liu <daveliu@freescale.com>
21348
21349 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
21350 Author: Kumar Gala <galak@kernel.crashing.org>
21351 Date:   Tue Aug 12 11:13:08 2008 -0500
21352
21353     mpc85xx: Add support for the MPC8572DS reference board
21354
21355     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21356
21357 commit 457caecdbca3df21a93abff19eab12dbc61b7897
21358 Author: Kumar Gala <galak@kernel.crashing.org>
21359 Date:   Wed Aug 27 01:05:35 2008 -0500
21360
21361     FSL DDR: Remove old SPD support from cpu/mpc85xx
21362
21363     All 85xx boards have been converted to the new code so we can
21364     remove the old SPD DDR setup code.
21365
21366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21367
21368 commit 0e7927db138976469e7257e29c1338050a50fcd9
21369 Author: Kumar Gala <galak@kernel.crashing.org>
21370 Date:   Wed Aug 27 01:04:07 2008 -0500
21371
21372     FSL DDR: Convert STXSSA to new DDR code.
21373
21374     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21375
21376 commit c360d9b970fbb9c13744c355879671165bbb9b9e
21377 Author: Kumar Gala <galak@kernel.crashing.org>
21378 Date:   Wed Aug 27 01:03:42 2008 -0500
21379
21380     FSL DDR: Convert STXGP3 to new DDR code.
21381
21382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21383
21384 commit 8e55313b7ae12352a343f9b9962e662dbd897187
21385 Author: Kumar Gala <galak@kernel.crashing.org>
21386 Date:   Tue Aug 26 23:52:58 2008 -0500
21387
21388     FSL DDR: Convert SBC8560 to new DDR code.
21389
21390     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21391
21392 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
21393 Author: Kumar Gala <galak@kernel.crashing.org>
21394 Date:   Tue Aug 26 23:52:32 2008 -0500
21395
21396     FSL DDR: Convert MPC8540EVAL to new DDR code.
21397
21398     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21399
21400 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
21401 Author: Kumar Gala <galak@kernel.crashing.org>
21402 Date:   Tue Aug 26 23:52:07 2008 -0500
21403
21404     FSL DDR: Convert PM856 to new DDR code.
21405
21406     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21407
21408 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
21409 Author: Kumar Gala <galak@kernel.crashing.org>
21410 Date:   Tue Aug 26 23:51:49 2008 -0500
21411
21412     FSL DDR: Convert PM854 to new DDR code.
21413
21414     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21415
21416 commit 33b9079ba20926f14238fff863b68a98e938948e
21417 Author: Kumar Gala <galak@kernel.crashing.org>
21418 Date:   Tue Aug 26 23:15:28 2008 -0500
21419
21420     FSL DDR: Convert sbc8548 to new DDR code.
21421
21422     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21423
21424 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
21425 Author: Kumar Gala <galak@kernel.crashing.org>
21426 Date:   Tue Aug 26 23:14:14 2008 -0500
21427
21428     FSL DDR: Convert atum8548 to new DDR code.
21429
21430     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21431
21432 commit be0bd8234b9777ecd63c4c686f72af070d886517
21433 Author: Kumar Gala <galak@kernel.crashing.org>
21434 Date:   Tue Aug 26 22:56:56 2008 -0500
21435
21436     FSL DDR: Convert socrates to new DDR code.
21437
21438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21439
21440 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
21441 Author: Kumar Gala <galak@kernel.crashing.org>
21442 Date:   Tue Aug 26 08:02:30 2008 -0500
21443
21444     FSL DDR: Convert MPC8544DS to new DDR code.
21445
21446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21447
21448 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
21449 Author: Jon Loeliger <jdl@freescale.com>
21450 Date:   Tue Mar 18 13:51:05 2008 -0500
21451
21452     FSL DDR: Convert MPC8568MDS to new DDR code.
21453
21454     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21455     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21456
21457 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
21458 Author: Jon Loeliger <jdl@freescale.com>
21459 Date:   Tue Mar 18 13:51:06 2008 -0500
21460
21461     FSL DDR: Convert MPC8548CDS to new DDR code.
21462
21463     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21464     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21465
21466 commit aa11d85cf318b961e029fe50d68ca47d004bce93
21467 Author: Jon Loeliger <jdl@freescale.com>
21468 Date:   Mon Mar 17 15:48:18 2008 -0500
21469
21470     FSL DDR: Convert MPC8541CDS to new DDR code.
21471
21472     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21473     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21474
21475 commit 2b40edb10d81da7bba724edbccd7f53777112579
21476 Author: Jon Loeliger <jdl@freescale.com>
21477 Date:   Tue Mar 18 11:12:42 2008 -0500
21478
21479     FSL DDR: Convert MPC8555ADS to new DDR code.
21480
21481     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21482     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21483
21484 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
21485 Author: Jon Loeliger <jdl@freescale.com>
21486 Date:   Tue Mar 18 11:12:44 2008 -0500
21487
21488     FSL DDR: Convert MPC8560ADS to new DDR code.
21489
21490     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21491     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21492
21493 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
21494 Author: Kumar Gala <galak@kernel.crashing.org>
21495 Date:   Fri Jun 6 13:12:18 2008 -0500
21496
21497     FSL DDR: Convert MPC8540ADS to new DDR code.
21498
21499     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21500
21501 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
21502 Author: Kumar Gala <galak@kernel.crashing.org>
21503 Date:   Tue Aug 26 21:34:55 2008 -0500
21504
21505     FSL DDR: Add 85xx specific register setting
21506
21507     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21508
21509 commit 6fb1b7346849ccd0c20306143e334f5b76143070
21510 Author: Kumar Gala <galak@kernel.crashing.org>
21511 Date:   Mon Jun 9 11:07:46 2008 -0500
21512
21513     FSL DDR: Add e500 TLB helper for DDR code
21514
21515     Provide a helper function that board code can call to map TLBs when
21516     setting up DDR.
21517
21518     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21519
21520 commit d26b739afe5a6760bd345743188759cd9d0f3b47
21521 Author: Andrew Dyer <adyer@righthandtech.com>
21522 Date:   Tue Aug 26 17:03:38 2008 -0500
21523
21524     dm9000 remove dead external phy support, gpio fix
21525
21526     dm9000 has code to detect and initialize external phy parts, but later
21527     on in the code the part is forced to use the internal phy
21528     unconditionally.  Remove the unused/untested code.
21529
21530     change the GPIO initialization so that only the GPIO used as an
21531     internal phy reset (hardwired in the chip) is set as an output.  The
21532     remaining GPIO need to be handled by board specific code to prevent
21533     possible drive conflicts.  Set as inputs for safety.
21534
21535     replace a few magic numbers with defines
21536
21537     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
21538     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21539
21540 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
21541 Author: Peter Tyser <ptyser@xes-inc.com>
21542 Date:   Tue Aug 26 11:17:48 2008 -0500
21543
21544     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
21545
21546     cmd_net.c command descriptions were updated to describe the optional
21547     hostIPaddr argument.  The dhcp command help message was also updated
21548     to more closely reflect the other commands in cmd_net.c
21549
21550     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21551     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21552
21553 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
21554 Author: Remy Bohmer <linux@bohmer.net>
21555 Date:   Wed Aug 20 11:30:28 2008 +0200
21556
21557     Fix bogus error message in the DHCP handler
21558
21559     The DHCP handler has 1 state that is not listed in this case, causing a
21560     failure message when there is actually no failure.
21561
21562     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21563     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21564
21565 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
21566 Author: Remy Bohmer <linux@bohmer.net>
21567 Date:   Wed Aug 20 11:30:27 2008 +0200
21568
21569     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
21570
21571     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
21572     missing extern inside the net/bootp.h header
21573
21574     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21575     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21576
21577 commit 1803f7f91ff35ca402259065df7557107dcf28a2
21578 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21579 Date:   Tue Aug 19 21:26:32 2008 +0000
21580
21581     ColdFire: Add FEC Buffer descriptors in SRAM
21582
21583     Add FEC Buffer descriptors and data buffer in SRAM for
21584     faster execution and access.
21585
21586     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21587     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21588
21589 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
21590 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21591 Date:   Thu Aug 21 23:55:11 2008 +0000
21592
21593     Fix ColdFire FEC warning messages
21594
21595     Types mismatch and implicit declaration of icache_invalid()
21596     warning messages
21597
21598     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21599     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21600
21601 commit 6a002171098e968bd5b362347d2831224fab6048
21602 Author: Ben Warren <biggerbadderben@gmail.com>
21603 Date:   Sat Jul 12 00:17:50 2008 -0700
21604
21605     Moved initialization of SKGE Ethernet driver to board code.
21606
21607     The only board using this driver is the SL8245 board.
21608     Removed initialization for the driver from net/eth.c
21609
21610     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21611
21612 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
21613 Author: Ben Warren <biggerbadderben@gmail.com>
21614 Date:   Sat Jul 12 00:08:45 2008 -0700
21615
21616     Moved conditional compilation to Makefile for SK98 Ethernet driver
21617
21618     Brute-force removal of #ifdefs.  Didn't touch the code.
21619     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21620
21621 commit 65d3d99c28dc363d15eaee78225ff643df499b97
21622 Author: Ben Warren <biggerbadderben@gmail.com>
21623 Date:   Fri Jul 11 23:42:19 2008 -0700
21624
21625     Moved initialization of ULI526X Ethernet driver to board code.
21626
21627     The only board using this driver is the Freescale MPC8610HPCD board.
21628     Removed initialization for the driver from net/eth.c
21629
21630     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21631
21632 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
21633 Author: Ben Warren <biggerbadderben@gmail.com>
21634 Date:   Fri Jul 11 23:15:28 2008 -0700
21635
21636     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
21637
21638     Added board_eth_init() function to bf537-stamp board.
21639     Removed initialization for the Blackin EMAC driver from net/eth.c
21640
21641     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21642
21643 commit fc363ce35408f348cacced68505f3747a53e3d7c
21644 Author: Ben Warren <biggerbadderben@gmail.com>
21645 Date:   Wed Jul 9 01:04:19 2008 -0700
21646
21647     Moved initialization of GRETH Ethernet driver to CPU directory
21648
21649     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
21650     removed code from net/eth.c
21651
21652     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21653
21654 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
21655 Author: Ben Warren <biggerbadderben@gmail.com>
21656 Date:   Tue Aug 26 22:16:25 2008 -0700
21657
21658     Moved initialization of MCFFEC Ethernet driver to CPU directory
21659
21660     Added a cpu_eth_init() function to coldfire CPU directories and
21661     removed code from net/eth.c
21662
21663     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21664
21665 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
21666 Author: Ben Warren <biggerbadderben@gmail.com>
21667 Date:   Tue Aug 26 22:12:36 2008 -0700
21668
21669     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
21670
21671     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
21672     removed code from net/eth.c
21673
21674     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21675
21676 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
21677 Author: Kumar Gala <galak@kernel.crashing.org>
21678 Date:   Tue Aug 26 15:01:38 2008 -0500
21679
21680     FSL DDR: Remove old SPD support from cpu/mpc86xx
21681
21682     All 86xx boards have been converted to the new code so we can
21683     remove the old SPD DDR setup code.
21684
21685     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21686
21687 commit 9bd4e5911b750837515466bc7449087698b88e0e
21688 Author: Kumar Gala <galak@kernel.crashing.org>
21689 Date:   Tue Aug 26 15:01:37 2008 -0500
21690
21691     FSL DDR: Convert SBC8641D to new DDR code.
21692
21693     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21694
21695 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
21696 Author: Jon Loeliger <jdl@freescale.com>
21697 Date:   Tue Aug 26 15:01:36 2008 -0500
21698
21699     FSL DDR: Convert MPC8610HPCD to new DDR code.
21700
21701     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21702     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21703
21704 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
21705 Author: Kumar Gala <galak@kernel.crashing.org>
21706 Date:   Tue Aug 26 15:01:35 2008 -0500
21707
21708     FSL DDR: Convert MPC8641HPCN to new DDR code.
21709
21710     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21711     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21712
21713 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
21714 Author: Kumar Gala <galak@kernel.crashing.org>
21715 Date:   Tue Aug 26 15:01:34 2008 -0500
21716
21717     FSL DDR: Add 86xx specific register setting
21718
21719     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21720
21721 commit 233fdd502a6c227f476212b3097653ad48d7e254
21722 Author: Kumar Gala <galak@kernel.crashing.org>
21723 Date:   Tue Aug 26 15:01:32 2008 -0500
21724
21725     FSL DDR: Add DDR2 DIMM paramter support
21726
21727     Compute DIMM parameters based upon the SPD information.
21728
21729     Signed-off-by: James Yang <James.Yang@freescale.com>
21730     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21731     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21732
21733 commit 05c05a2363a6ac11e0e405926034546ffad71fad
21734 Author: Kumar Gala <galak@kernel.crashing.org>
21735 Date:   Tue Aug 26 15:01:30 2008 -0500
21736
21737     FSL DDR: Add DDR1 DIMM paramter support
21738
21739     Compute DIMM parameters based upon the SPD information in spd.
21740
21741     Signed-off-by: James Yang <James.Yang@freescale.com>
21742     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21744
21745 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
21746 Author: Kumar Gala <galak@kernel.crashing.org>
21747 Date:   Tue Aug 26 15:01:29 2008 -0500
21748
21749     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
21750
21751     The main purpose of this rewrite it to be able to share the same
21752     initialization code on all FSL PowerPC products that have DDR
21753     controllers.  (83xx, 85xx, 86xx).
21754
21755     The code is broken up into the following steps:
21756         GET_SPD
21757         COMPUTE_DIMM_PARMS
21758         COMPUTE_COMMON_PARMS
21759         GATHER_OPTS
21760         ASSIGN_ADDRESSES
21761         COMPUTE_REGS
21762         PROGRAM_REGS
21763
21764     This allows us to share more code an easily allow for board specific code
21765     overrides.
21766
21767     Additionally this code base adds support for >4G of DDR and provides a
21768     foundation for supporting interleaving on processors with more than one
21769     controller.
21770
21771     Signed-off-by: James Yang <James.Yang@freescale.com>
21772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21773     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21774     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
21775     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21776
21777 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
21778 Author: Kumar Gala <galak@kernel.crashing.org>
21779 Date:   Tue Aug 26 15:01:28 2008 -0500
21780
21781     FSL DDR: Provide a generic set_ddr_laws()
21782
21783     Provide a helper function that will setup the last available
21784     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
21785
21786     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21787
21788 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
21789 Author: James Yang <James.Yang@freescale.com>
21790 Date:   Tue Aug 26 15:01:27 2008 -0500
21791
21792     Add proper SPD definitions for DDR1/2/3
21793
21794     Also adds helper functions for DDR1/2 to verify the checksum.
21795
21796     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21797
21798 commit 285db74716c724ae8a0ff177878fd09a74428c7b
21799 Author: Wolfgang Denk <wd@denx.de>
21800 Date:   Wed Aug 27 01:02:48 2008 +0200
21801
21802     Update CHANGELOG
21803
21804     Signed-off-by: Wolfgang Denk <wd@denx.de>
21805
21806 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
21807 Author: Heiko Schocher <hs@denx.de>
21808 Date:   Tue Aug 19 10:08:49 2008 +0200
21809
21810     Add support for muas3001 board (MPC8270)
21811
21812     Signed-off-by: Heiko Schocher <hs@denx.de>
21813
21814 commit 322098bff32410d2a00031649b47c4ec90a66d9a
21815 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21816 Date:   Tue Aug 19 08:31:18 2008 +0530
21817
21818     common/cmd_load.c cleanup - remove unused variables
21819
21820     - Remove unused global variable os_data_count.
21821     - Remove unused variable z.
21822
21823     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
21824
21825 commit 306620b762a4f9fa6678568ad2e8772dec145208
21826 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21827 Date:   Mon Aug 18 13:35:27 2008 +0200
21828
21829     remove MVS1 board
21830
21831     MVS1 board has reached end-of-life and can be removed completely.
21832
21833     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21834
21835 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
21836 Author: Kumar Gala <galak@kernel.crashing.org>
21837 Date:   Fri Aug 15 08:24:45 2008 -0500
21838
21839     bootm: refactor do_reset and os boot function args
21840
21841     There is no need for each OS specific function to call do_reset() we
21842     can just do it once in bootm. This means its feasible on an error for
21843     the OS boot function to return.
21844
21845     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
21846     functions.  flag isn't currently used but might be in the future so
21847     we left it alone.
21848
21849     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21850
21851 commit 40afac22a9c602e55c501c800f1c064324711b56
21852 Author: Kumar Gala <galak@kernel.crashing.org>
21853 Date:   Fri Aug 15 08:24:44 2008 -0500
21854
21855     fdt: Added resize command
21856
21857     Resize the fdt to size + padding to 4k boundary
21858
21859     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21860
21861 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
21862 Author: Kumar Gala <galak@kernel.crashing.org>
21863 Date:   Fri Aug 15 08:24:43 2008 -0500
21864
21865     fdt: refactor initrd related code
21866
21867     Created a new fdt_initrd() to deal with setting the initrd properties
21868     in the device tree and fixing up the mem reserve.  We can use this
21869     both in the choosen node handling and lets us remove some duplicated
21870     code when we fixup the initrd info in bootm on PPC.
21871
21872     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21873
21874 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
21875 Author: Kumar Gala <galak@kernel.crashing.org>
21876 Date:   Fri Aug 15 08:24:42 2008 -0500
21877
21878     fdt: refactor fdt resize code
21879
21880     Move the fdt resizing code out of ppc specific boot code and into
21881     common fdt support code.
21882
21883     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21884
21885 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
21886 Author: Kumar Gala <galak@kernel.crashing.org>
21887 Date:   Fri Aug 15 08:24:41 2008 -0500
21888
21889     bootm: refactor image detection and os load steps
21890
21891     Created a bootm_start() that handles the parsing and detection of all
21892     the images that will be used by the bootm command (OS, ramdisk, fdt).
21893     As part of this we now tract all the relevant image offsets in the
21894     bootm_headers_t struct. This will allow us to have all the needed
21895     state for future sub-commands and lets us reduce a bit of arch
21896     specific code on SPARC.
21897
21898     Created a bootm_load_os() that deals with decompression and loading
21899     the OS image.
21900
21901     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21902
21903 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
21904 Author: Kumar Gala <galak@kernel.crashing.org>
21905 Date:   Fri Aug 15 08:24:40 2008 -0500
21906
21907     bootm: move lmb into the bootm_headers_t structure
21908
21909     To allow for persistent state between future bootm subcommands we
21910     need the lmb to exist in a global state.
21911     Moving it into the bootm_headers_t allows us to do that.
21912
21913     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21914
21915 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
21916 Author: Kumar Gala <galak@kernel.crashing.org>
21917 Date:   Fri Aug 15 08:24:39 2008 -0500
21918
21919     bootm: Set working fdt address as part of the bootm flow
21920
21921     Set the fdt working address so "fdt FOO" commands can be used as part
21922     of the bootm flow.  Also set an the environment variable "fdtaddr"
21923     with the value.
21924
21925     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21926
21927 commit 06a09918f3903450313e2047a9cc258bf5872f46
21928 Author: Kumar Gala <galak@kernel.crashing.org>
21929 Date:   Fri Aug 15 08:24:38 2008 -0500
21930
21931     bootm: refactor fdt locating and relocation code
21932
21933     Move the code that handles finding a device tree blob and relocating
21934     it (if needed) into common code so all arch's have access to it.
21935
21936     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21937
21938 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
21939 Author: Kumar Gala <galak@kernel.crashing.org>
21940 Date:   Fri Aug 15 08:24:37 2008 -0500
21941
21942     bootm: refactor ramdisk locating code
21943
21944     Move determing if we have a ramdisk and where its located into the
21945     common code. Keep track of the ramdisk start and end in the
21946     bootm_headers_t image struct.
21947
21948     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21949
21950 commit c160a9544743e80e8889edb2275538e7764ce334
21951 Author: Kumar Gala <galak@kernel.crashing.org>
21952 Date:   Fri Aug 15 08:24:36 2008 -0500
21953
21954     bootm: refactor entry point code
21955
21956     Move entry point code out of each arch and into common code.
21957     Keep the entry point in the bootm_headers_t images struct.
21958
21959     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21960
21961 commit 20220d22b9f41446288588cd2e457e0077a18bed
21962 Author: Randy Vinson <rvinson@mvista.com>
21963 Date:   Wed Aug 13 11:44:57 2008 -0700
21964
21965     mpc7448hpc2: Fix PCI I/O space mapping.
21966
21967     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
21968     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
21969     space such that 0xFA000000 in the processor's address space maps to 0
21970     on the PCI I/O bus.
21971
21972     Signed-off-by Randy Vinson <rvinson@mvista.com>
21973     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
21974
21975 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
21976 Author: Guennadi Liakhovetski <lg@denx.de>
21977 Date:   Wed Aug 13 18:10:26 2008 +0200
21978
21979     i.MX31: Specify maintainers for i.MX31-based boards
21980
21981     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21982     Signed-off-by: Wolfgang Denk <wd@denx.de>
21983
21984 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
21985 Author: Wolfgang Denk <wd@denx.de>
21986 Date:   Tue Aug 26 15:01:28 2008 +0200
21987
21988     ADS5121: adjust image addresses in RAM and flash
21989
21990     Use the same mapping in flash as used by Linux
21991
21992     Signed-off-by: Wolfgang Denk <wd@denx.de>
21993
21994 commit 19f101412c16edee9fd55db4039e1d68a833b28b
21995 Author: Wolfgang Denk <wd@denx.de>
21996 Date:   Tue Aug 26 13:14:34 2008 +0200
21997
21998     cmd_mem.c: Fix help message alignment
21999
22000     Bug was introced by "Big white-space cleanup" (53677ef1)
22001
22002     Signed-off-by: Wolfgang Denk <wd@denx.de>
22003
22004 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
22005 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22006 Date:   Wed Aug 20 11:11:52 2008 +0200
22007
22008     change mvBL-M7 default env and move to vendor subdir
22009
22010     fix mvBL-M7 config and move to matrix_vision subdir
22011
22012     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22013     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22014
22015 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
22016 Author: Nick Spence <nick.spence@freescale.com>
22017 Date:   Fri Aug 22 23:52:40 2008 -0700
22018
22019     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
22020
22021     This patch adds elements to the 83xx sysconf structure and #define values that are used
22022     by mpc83xx family devices.
22023
22024     Signed-off-by: Nick Spence <nick.spence@freescale.com>
22025     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22026
22027 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
22028 Author: Ira W. Snyder <iws@ovro.caltech.edu>
22029 Date:   Fri Aug 22 11:00:15 2008 -0700
22030
22031     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
22032
22033     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
22034     PCI card rather than a host computer.
22035
22036     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
22037     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22038
22039 commit 4ff9aea9d6b5602683a920951ef896996438af62
22040 Author: Ira W. Snyder <iws@ovro.caltech.edu>
22041 Date:   Fri Aug 22 11:00:14 2008 -0700
22042
22043     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
22044
22045     This adds a helper function to unlock the PCI configuration bit, so that
22046     any extra PCI setup (such as outbound windows, etc.) can be done after
22047     using the 83XX_GENERIC_PCI code to set up the PCI bus.
22048
22049     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
22050     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22051
22052 commit 162338e1fcde231ca4d562e5ebd7859456731691
22053 Author: Ira W. Snyder <iws@ovro.caltech.edu>
22054 Date:   Fri Aug 22 11:00:13 2008 -0700
22055
22056     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
22057
22058     Change the MPC8349EMDS board to use the generic PCI initialization code
22059     for the mpc83xx cpu.
22060
22061     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
22062     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22063
22064 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
22065 Author: Kim Phillips <kim.phillips@freescale.com>
22066 Date:   Mon Aug 25 14:53:09 2008 -0500
22067
22068     fix out of tree building
22069
22070     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22071
22072 commit a49d10cf027d059ee15c262010a05cdaec0961e1
22073 Author: Wolfgang Denk <wd@denx.de>
22074 Date:   Mon Aug 25 23:45:41 2008 +0200
22075
22076     Minor coding style cleanup, updte CHANGELOG
22077
22078     Signed-off-by: Wolfgang Denk <wd@denx.de>
22079
22080 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
22081 Author: Stefan Roese <sr@denx.de>
22082 Date:   Wed Aug 20 20:29:38 2008 +0200
22083
22084     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
22085
22086     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
22087     to combine both config options into one line. This even allows defining
22088     both options and not generating the target object twice.
22089
22090     Signed-off-by: Stefan Roese <sr@denx.de>
22091
22092 commit 079edb913dbae147b50a488cf02e03f473fc5f28
22093 Author: Jens Gehrlein <sew_s@tqs.de>
22094 Date:   Fri Jul 4 16:50:05 2008 +0200
22095
22096     MX31: fix bit masks in function mx31_decode_pll()
22097
22098     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
22099
22100     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
22101
22102 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
22103 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22104 Date:   Mon Aug 25 11:11:34 2008 +0200
22105
22106     Correct ARM Versatile Timer Initialization
22107
22108      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
22109        -- Timer Value Register @ TIMER Base + 4 is Read-only.
22110        -- Prescale Value (Bits 3-2 of TIMER Control register)
22111         can only be one of 00,01,10. 11 is undefined.
22112        -- CFG_HZ for Versatile board is set to
22113         #define CFG_HZ          (1000000 / 256)
22114         So Prescale bits is set to indicate
22115         - 8 Stages of Prescale, Clock divided by 256
22116      - The Timer Control Register has one Undefined/Shouldn't Use Bit
22117        So we should do read/modify/write Operation
22118
22119     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
22120
22121 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
22122 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22123 Date:   Mon Aug 25 11:30:29 2008 +0200
22124
22125     Add ARM AMBA PL031 RTC Support
22126
22127     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22128
22129 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
22130 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22131 Date:   Tue Aug 19 16:21:03 2008 -0400
22132
22133     ARM DaVinci: Removed redundant NAND initialization code.
22134
22135     ARM DaVinci: Removed redundant NAND initialization code.
22136
22137     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22138
22139 commit b3fb663b20d995ca41327db877ddb168279b3f62
22140 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22141 Date:   Tue Aug 19 16:21:00 2008 -0400
22142
22143     ARM DaVinci: Fix compilation error with new MTD code.
22144
22145     ARM DaVinci: Fix compilation error with new MTD code.
22146
22147     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22148
22149 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
22150 Author: Gerald Van Baren <vanbaren@cideas.com>
22151 Date:   Fri Aug 22 14:37:05 2008 -0400
22152
22153     Add note on dereferencing /aliases pointers
22154
22155     Replace the "must quote special characters" note with a hint on
22156     how to dereference /aliases pointers by omitting the leading "/".
22157     This feature was introduced by Kumar Gala as a libfdt enhancement
22158     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
22159
22160     Example:
22161
22162     => fdt print /aliases
22163     aliases {
22164             ethernet0 = "/qe@e0100000/ucc@2000";
22165             ethernet1 = "/qe@e0100000/ucc@3000";
22166             serial0 = "/soc8360@e0000000/serial@4500";
22167             serial1 = "/soc8360@e0000000/serial@4600";
22168             pci0 = "/pci@e0008500";
22169     };
22170     => fdt print ethernet0
22171     ucc@2000 {
22172             device_type = "network";
22173             compatible = "ucc_geth";
22174             cell-index = <0x1>;
22175             reg = <0x2000 0x200>;
22176             interrupts = <0x20>;
22177             interrupt-parent = <0x2>;
22178             local-mac-address = [00 00 00 00 00 00];
22179             rx-clock-name = "none";
22180             tx-clock-name = "clk9";
22181             phy-handle = <0x3>;
22182             phy-connection-type = "rgmii-id";
22183             pio-handle = <0x4>;
22184     };
22185
22186     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22187
22188 commit feeca3f578b7f53c032ba203698751c982f8bf5a
22189 Author: Kumar Gala <galak@kernel.crashing.org>
22190 Date:   Thu Aug 14 08:28:19 2008 -0500
22191
22192     libfdt: Add support for using aliases in fdt_path_offset()
22193
22194     If the path doesn't start with '/' check to see if it matches some alias
22195     under "/aliases" and substitute the matching alias value in the path
22196     and retry the lookup.
22197
22198     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22199     Acked-by: David Gibson <david@gibson.dropbear.id.au>
22200     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
22201
22202 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
22203 Author: David Gibson <david@gibson.dropbear.id.au>
22204 Date:   Wed Aug 6 14:50:49 2008 +1000
22205
22206     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
22207
22208     As well as fdt_subnode_offset(), libfdt includes an
22209     fdt_subnode_offset_namelen() function that takes the subnode name to
22210     look up not as a NUL-terminated string, but as a string with an
22211     explicit length.  This can be useful when the caller has the name as
22212     part of a longer string, such as a full path.
22213
22214     However, we don't have corresponding 'namelen' versions for
22215     fdt_get_property() and fdt_getprop().  There are less obvious use
22216     cases for these variants on property names, but there are
22217     circumstances where they can be useful e.g. looking up property names
22218     which need to be parsed from a longer string buffer such as user input
22219     or a configuration file, or looking up an alias in a path with
22220     IEEE1275 style aliases.
22221
22222     So, since it's very easy to implement such variants, this patch does
22223     so.  The original NUL-terminated variants are, of course, implemented
22224     in terms of the namelen versions.
22225
22226     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22227
22228 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
22229 Author: David Gibson <david@gibson.dropbear.id.au>
22230 Date:   Tue Jul 29 14:51:22 2008 +1000
22231
22232     libfdt: Forgot one function when cleaning the namespace
22233
22234     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
22235     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
22236     chance of collisions with things from whatever package libfdt is
22237     embedded in, pulled into the libfdt build via that environment's
22238     libfdt_env.h.
22239
22240     Except... I missed one.  This patch applies the same treatment to
22241     _stringlist_contains().  While we're at it, also make it static since
22242     it's only used in the same file.
22243
22244     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22245
22246 commit 46390da15411351fc3b498bd8c1615f78fe80df0
22247 Author: Wolfram Sang <w.sang@pengutronix.de>
22248 Date:   Wed Jul 9 11:22:44 2008 +0200
22249
22250     libfdt: Improve documentation in libfdt.h
22251
22252     Fix a few typos and mistakes.
22253
22254     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
22255     Acked-by: David Gibson <david@gibson.dropbear.id.au>
22256
22257 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
22258 Author: David Gibson <david@gibson.dropbear.id.au>
22259 Date:   Wed Jul 9 14:10:24 2008 +1000
22260
22261     libfdt: Increase namespace-pollution paranoia
22262
22263     libfdt is supposed to easy to embed in projects all and sundry.
22264     Often, it won't be practical to separate the embedded libfdt's
22265     namespace from that of the surrounding project.  Which means there can
22266     be namespace conflicts between even libfdt's internal/static functions
22267     and functions or macros coming from the surrounding project's headers
22268     via libfdt_env.h.
22269
22270     This patch, therefore, renames a bunch of libfdt internal functions
22271     and macros and makes a few other chances to reduce the chances of
22272     namespace collisions with embedding projects.  Specifically:
22273         - Internal functions (even static ones) are now named _fdt_*()
22274
22275         - The type and (static) global for the error table in
22276               fdt_strerror() gain an fdt_ prefix
22277
22278         - The unused macro PALIGN is removed
22279
22280         - The memeq and streq macros are removed and open-coded in the
22281               users (they were only used once each)
22282
22283         - Other macros gain an FDT_ prefix
22284
22285         - To save some of the bulk from the previous change, an
22286               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
22287               FDT_ALIGN(x, FDT_TAGSIZE)
22288
22289     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22290
22291 commit c66830263af19831f2b7db307f79d1943febf7f9
22292 Author: David Gibson <david@gibson.dropbear.id.au>
22293 Date:   Mon Jul 7 10:14:15 2008 +1000
22294
22295     dtc: Enable and fix -Wcast-qual warnings
22296
22297     Enabling -Wcast-qual warnings in dtc shows up a number of places where
22298     we are incorrectly discarding a const qualification.  There are also
22299     some places where we are intentionally discarding the 'const', and we
22300     need an ugly cast through uintptr_t to suppress the warning.  However,
22301     most of these are pretty well isolated with the *_w() functions.  So
22302     in the interests of maximum safety with const qualifications, this
22303     patch enables the warnings and fixes the existing complaints.
22304
22305     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22306     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
22307
22308 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
22309 Author: David Gibson <david@gibson.dropbear.id.au>
22310 Date:   Mon Jul 7 10:10:48 2008 +1000
22311
22312     dtc: Enable and fix -Wpointer-arith warnings
22313
22314     This patch turns on the -Wpointer-arith option in the dtc Makefile,
22315     and fixes the resulting warnings due to using (void *) in pointer
22316     arithmetic.  While convenient, pointer arithmetic on void * is not
22317     portable, so it's better that we avoid it, particularly in libfdt.
22318
22319     Also add necessary definition of uintptr_t needed by David Gibson's
22320     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
22321     comes from stdint.h, which u-boot doesn't have). -- gvb
22322
22323     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22324     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22325
22326 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
22327 Author: Tirumala R Marri <tmarri@amcc.com>
22328 Date:   Thu Aug 21 21:54:53 2008 -0700
22329
22330     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
22331
22332     During recent PCI-E tests it has been found that current
22333     driverl level and de-emphasis values are not set correctly.
22334     After sweeping throgh all de-ephasis values, it was found that
22335     0x130 is a right value. Where 0x13 is driver level and 0 is
22336     de-emphasis.
22337
22338     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
22339     Signed-off-by: Stefan Roese <sr@denx.de>
22340
22341 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
22342 Author: Remy Bohmer <linux@bohmer.net>
22343 Date:   Wed Aug 20 20:46:56 2008 +0200
22344
22345     Make the YAFFS filesystem work
22346
22347     Recently the YAFFS filesystem support has been added to U-boot.
22348     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
22349
22350     ymount will generate an exception (when dereferencing mtd->readoob()), because
22351     the genericDevice is a null pointer. Further, a lot of logging is produced
22352     while using YAFFS fs, so logging should also be disabled.
22353     Both issues are solved by this patch.
22354
22355     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
22356     in U-boot, as well as in Linux.
22357
22358     Tested on a Atmel AT91SAM9261EK board.
22359
22360     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22361     Acked-by: William Juul <william.juul@tandberg.com>
22362     Signed-off-by: Scott Wood <scottwood@freescale.com>
22363
22364 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
22365 Author: Kyungmin Park <kmpark@infradead.org>
22366 Date:   Tue Aug 19 08:42:53 2008 +0900
22367
22368     Fix OneNAND read_oob/write_oob functions compatability
22369
22370     Also sync with kernel OneNAND codes
22371
22372     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22373     Signed-off-by: Scott Wood <scottwood@freescale.com>
22374
22375 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
22376 Author: Scott Wood <scottwood@freescale.com>
22377 Date:   Mon Aug 18 17:11:20 2008 -0500
22378
22379     NAND: Remove delay from nand_boot_fsl_elbc.c.
22380
22381     It was for debugging purposes, and shouldn't have been left in.
22382
22383     Signed-off-by: Scott Wood <scottwood@freescale.com>
22384
22385 commit f556483734126793522fb7a8cf36af90da78f084
22386 Author: Stefan Roese <sr@denx.de>
22387 Date:   Thu Aug 21 11:05:03 2008 +0200
22388
22389     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
22390
22391     This patch fixes some minor issues introduced with the patch:
22392     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
22393
22394     - Rework memory-queue and PLB arbiter optimization code, that the
22395       local variable is not needed anymore. This removes one #ifdef.
22396     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
22397       of XXX+ 0x01). This was not introduced by Prodyut, just a
22398       copy-paste problem.
22399
22400     Signed-off-by: Stefan Roese <sr@denx.de>
22401
22402 commit 079589bcfb24ba11068460276a3cc9549ab5346f
22403 Author: Prodyut  Hazarika <phazarika@amcc.com>
22404 Date:   Wed Aug 20 09:38:51 2008 -0700
22405
22406     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
22407         PPC405EX and PPC460EX/GT/SX
22408
22409     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
22410       processors
22411     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
22412       across processors (405 and 440/460)
22413     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
22414       processors
22415     - Add register bit definitions for Memory Queue Configuration registers
22416
22417     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
22418     Signed-off-by: Stefan Roese <sr@denx.de>
22419
22420 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
22421 Author: Kumar Gala <galak@kernel.crashing.org>
22422 Date:   Tue Aug 19 15:41:18 2008 -0500
22423
22424     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
22425
22426     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
22427     instead of bd->bi_enetaddr, bi_enet1addr, etc.
22428
22429     This makes the code a bit more flexible to the number of ethernet
22430     interfaces.
22431
22432     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22433
22434 commit 4cacf7c64609839f809e2f9c45873f1d65861703
22435 Author: Stefan Roese <sr@denx.de>
22436 Date:   Tue Aug 19 14:57:55 2008 +0200
22437
22438     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
22439
22440     This patch changes the debug_printf() marco for U-Boot in hush.c and
22441     moves the definition of DEBUG_SHELL to a place that is actually compiled
22442     under U-Boot.
22443
22444     Signed-off-by: Stefan Roese <sr@denx.de>
22445
22446 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
22447 Author: Heiko Schocher <hs@denx.de>
22448 Date:   Tue Aug 19 09:57:41 2008 +0200
22449
22450     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
22451
22452     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
22453     missed a few boards:
22454         include/configs/M5253DEMO.h
22455         include/configs/ml507.h
22456         include/configs/redwood.h
22457
22458     This patch fixes this.
22459
22460     Signed-off-by: Heiko Schocher <hs@denx.de>
22461
22462 commit 0768b7a872964085eece8d5e9fec9175e9deb161
22463 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22464 Date:   Mon Aug 18 13:41:27 2008 +0200
22465
22466     Consolidate strmhz() implementation
22467
22468     ARM, i386, m68k and ppc all have identical implementations of strmhz().
22469     Other architectures don't provide this function at all.
22470
22471     This patch moves strmhz() into lib_generic, reducing code duplication
22472     and providing a more unified API across architectures.
22473
22474     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22475
22476 commit a928d0df211f1d829308d335d19be3ca42558dfc
22477 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22478 Date:   Mon Aug 18 12:02:51 2008 +0200
22479
22480     fix mvbc_p board build warnings
22481
22482     fix build warnings @ mvBC-P board by using correct types, i.e. change
22483     out_be32 to out_be16 and out_8 accordingly.
22484
22485     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22486
22487 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
22488 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22489 Date:   Sat Aug 16 18:54:27 2008 +0200
22490
22491     Makefile: fix posix support on find
22492
22493     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22494
22495 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
22496 Author: Axel Beierlein <belatronix@web.de>
22497 Date:   Sat Aug 16 00:30:48 2008 +0200
22498
22499     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
22500
22501     Tested with TQM5200S on STK52XX.200 Board
22502
22503     Signed-off-by: Axel Beierlein <belatronix@web.de>
22504
22505 commit 0800707b6d5041a840a65d556032c15c584b55f8
22506 Author: Peter Tyser <ptyser@xes-inc.com>
22507 Date:   Fri Aug 15 14:36:32 2008 -0500
22508
22509     mod_i2c_mem() bugfix
22510
22511     The last used chip, address, and address length were not being
22512     stored for the imm and imn commands.
22513
22514     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22515
22516 commit 4afbef967275b2f636abae86f91b81becee7ad03
22517 Author: Steven A. Falco <sfalco@harris.com>
22518 Date:   Fri Aug 15 15:37:31 2008 -0400
22519
22520     Fix typo in spelling of ATAPI.
22521
22522     Correct a small spelling mistake.
22523
22524     Signed-off-by: Steven A. Falco <sfalco@harris.com>
22525
22526 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
22527 Author: Steven A. Falco <sfalco@harris.com>
22528 Date:   Fri Aug 15 15:34:10 2008 -0400
22529
22530     Add a hook to allow board-specific PIO mode setting.
22531
22532     This patch adds a hook whereby a board-specific routine can be called to
22533     configure hardware for a PIO mode.  The prototype for the board-specific
22534     routine is:
22535
22536         int inline ide_set_piomode(int pio_mode)
22537
22538     ide_set_piomode should be prepared to configure hardware for a pio_mode
22539     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
22540
22541     Signed-off-by: Steven A. Falco <sfalco@harris.com>
22542
22543 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
22544 Author: Steven A. Falco <sfalco@harris.com>
22545 Date:   Fri Aug 15 15:29:12 2008 -0400
22546
22547     Replace enums in ata.h with an include of libata.h
22548
22549     This patch removes some enums from ata.h and replaces them with an
22550     include of libata.h.  This way, we eliminate duplicated code, and
22551     prevent errors whereby the different versions could be out of sync.
22552
22553     Signed-off-by: Steven A. Falco <sfalco@harris.com>
22554
22555 commit 0de0afbca865ecf482b4d2b635236746def8518f
22556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22557 Date:   Fri Aug 15 18:32:41 2008 +0200
22558
22559     coldfire: fix CFI drivers activation with new macro
22560
22561     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
22562
22563     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22564
22565 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
22566 Author: Kumar Gala <galak@kernel.crashing.org>
22567 Date:   Fri Aug 15 08:24:35 2008 -0500
22568
22569     fdt: fdt addr w/o any args reports back the current working address
22570
22571     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22572
22573 commit f953d99fd528a496b400a706b511eaf8e3ea66af
22574 Author: Kumar Gala <galak@kernel.crashing.org>
22575 Date:   Fri Aug 15 08:24:34 2008 -0500
22576
22577     fdt: added the ability to set initrd start/end via chosen command
22578
22579     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22580
22581 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
22582 Author: Kumar Gala <galak@kernel.crashing.org>
22583 Date:   Fri Aug 15 08:24:33 2008 -0500
22584
22585     Add command to enable/disable interrupts
22586
22587     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22588
22589 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
22590 Author: Nick Spence <nick.spence@freescale.com>
22591 Date:   Tue Aug 19 22:21:16 2008 -0700
22592
22593     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
22594
22595     This patch fixes a missing vendor code in the flash_real_protect() function.
22596
22597     Signed-off-by: Nick Spence <nick.spence@freescale.com>
22598     Signed-off-by: Stefan Roese <sr@denx.de>
22599
22600 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
22601 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22602 Date:   Tue Aug 19 16:53:39 2008 +0000
22603
22604     CFI: Fix AMD Legacy sector protect
22605
22606     New implement sector lock and unlock or softlock commands
22607     do not exist in AMD legacy flash. Thus, causing issue
22608     when erasing AMD legacy flash (such as lv040)
22609
22610     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22611     Signed-off-by: Stefan Roese <sr@denx.de>
22612
22613 commit 492671404140f09d5b21b3d2ce4e362c0692c069
22614 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22615 Date:   Wed Aug 20 09:40:16 2008 +0200
22616
22617     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
22618
22619     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
22620
22621     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22622
22623 commit 33eac2b3d946fc998a09245dfe54d017079b9056
22624 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22625 Date:   Wed Aug 20 09:28:36 2008 +0200
22626
22627     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
22628
22629     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22630
22631 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
22632 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22633 Date:   Wed Aug 20 09:27:37 2008 +0200
22634
22635     favr-32-ezkit: Fix printf format warnings
22636
22637     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22638
22639 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
22640 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22641 Date:   Fri Aug 15 12:04:25 2008 +0200
22642
22643     MAINTAINERS: Sort avr32 section alphabetically
22644
22645     The rest of the MAINTAINERS file appears to be sorted
22646     almost-alphabetically, but entries for the newly added AVR32 boards were
22647     added somewhat randomly. This patch sorts the list alphabetically again.
22648
22649     Also update my e-mail address. The old one still works, but it may not
22650     work forever.
22651
22652     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22653
22654 commit 13b50fe3bc065c48911fa373231421280855a9d6
22655 Author: Mark Jackson <mpfj@mimc.co.uk>
22656 Date:   Wed Jul 30 13:07:27 2008 +0100
22657
22658     avr32: Add MIMC200 board
22659
22660     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
22661     8MByte FLASH and 128KByte FRAM.
22662
22663     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
22664     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22665
22666 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
22667 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22668 Date:   Wed Jul 9 21:07:34 2008 +0900
22669
22670     rtl8169: add support for RTL8110SCL
22671
22672     This patch fixes a problem that RTL8110SCL started transfer
22673     with an incorrect memory address.
22674
22675     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22676     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22677
22678 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
22679 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22680 Date:   Wed Jun 25 15:48:52 2008 -0500
22681
22682     Fix dm9000 receive status and len little endian issue
22683
22684     The received status and len was in little endian
22685     format and caused the ethernet unable to proceed
22686     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
22687
22688     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22689     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22690
22691 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
22692 Author: Kumar Gala <galak@kernel.crashing.org>
22693 Date:   Fri Aug 15 08:24:32 2008 -0500
22694
22695     Clean up usage of icache_disable/dcache_disable
22696
22697     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
22698     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
22699     call icache_disable() right after.  Make it so icache_disable() calls
22700     invalidate_l1_instruction_cache() for us.
22701
22702     Also, dcache_disable() already calls dcache_flush() so there is no point
22703     in the explicit calls of dcache_flush().
22704
22705     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22706
22707 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
22708 Author: Kumar Gala <galak@kernel.crashing.org>
22709 Date:   Fri Aug 15 08:24:31 2008 -0500
22710
22711     Update linux bootm to support ePAPR client interface
22712
22713     The ePAPR spec has some subtle differences from the current device
22714     tree based boot interface to the powerpc linux kernel. The powerpc
22715     linux kernel currently ignores the differences that ePAPR specifies.
22716
22717     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22718
22719 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
22720 Author: Wolfgang Denk <wd@denx.de>
22721 Date:   Mon Aug 18 23:50:20 2008 +0200
22722
22723     Minor code cleanup: keep lists sorted.
22724
22725     Signed-off-by: Wolfgang Denk <wd@denx.de>
22726
22727 commit d0039d4ed275e6ca09fb417895024ad02be118c4
22728 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22729 Date:   Wed Jul 23 19:10:14 2008 +0200
22730
22731     Add support for ADT7460 I2C monitor chip
22732
22733     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22734
22735 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
22736 Author: Michal Simek <monstr@monstr.eu>
22737 Date:   Mon Jul 14 19:45:45 2008 +0200
22738
22739     video: Clean drivers/video/Makefile
22740
22741     Signed-off-by: Michal Simek <monstr@monstr.eu>
22742
22743 commit 871c18dd301752270e1f74328c846c3104be1e2e
22744 Author: Michal Simek <monstr@monstr.eu>
22745 Date:   Mon Jul 14 19:45:37 2008 +0200
22746
22747     rtc: Clean drivers/rtc/Makefile
22748
22749     Signed-off-by: Michal Simek <monstr@monstr.eu>
22750
22751 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
22752 Author: Michal Simek <monstr@monstr.eu>
22753 Date:   Mon Jul 14 19:45:35 2008 +0200
22754
22755     i2c: Clean drivers/i2c/ Makefile
22756
22757     Signed-off-by: Michal Simek <monstr@monstr.eu>
22758
22759 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
22760 Author: Harald Welte <laforge@openmoko.org>
22761 Date:   Wed Jul 9 22:30:30 2008 +0800
22762
22763     Add 'license' command to U-Boot command line
22764
22765     The 'license' command includes the U-Boot license (GPLv2) into the
22766     actual bootloader binary. The license text can be shown interactively
22767     at the U-Boot commandline.
22768
22769     For products where the commandline can actually be accessed by the
22770     end user, this helps to prevent inadvertent GPL violations, since the
22771     GPLv2 license text can no longer be 'forgotten' to be included into
22772     the product.
22773
22774     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
22775
22776     Signed-off-by: Harald Welte <laforge@openmoko.org>
22777
22778 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
22779 Author: Harald Welte <laforge@gnumonks.org>
22780 Date:   Sun Jul 6 15:56:38 2008 +0800
22781
22782     add 'unzip' command to u-boot commandline
22783
22784     [PATCH] add new 'unzip' command to u-boot commandline
22785
22786     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
22787     memory to memory, and option CONFIG_CMD_UNZIP to enable it
22788
22789     Signed-off-by: Werner Almesberger <werner@openmoko.org>
22790     Signed-off-by: Harald Welte <laforge@openmoko.org>
22791
22792 commit 07efc9e321619c3dec213310c32e011aa6f02783
22793 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22794 Date:   Wed Aug 6 19:37:17 2008 -0500
22795
22796     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
22797
22798     The CFG_ENV_SIZE is not suitable used for SPI flash erase
22799     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
22800     Add condition check if CFG_ENV_SIZE is larger than
22801     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
22802     erasing.
22803
22804     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22805
22806 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
22807 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22808 Date:   Mon Aug 11 15:54:25 2008 +0000
22809
22810     ColdFire: Multiple fixes for M5282EVB
22811
22812     Incorrect CFG_HZ value, change 1000000 to 1000.
22813     Rename #waring to #warning. RAMBAR1 uses twice
22814     in start.S, rename the later to FLASHBAR. Insert
22815     nop for DRAM setup. And, env_offset in linker file.
22816
22817     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22818
22819 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
22820 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22821 Date:   Mon Aug 11 15:26:43 2008 +0000
22822
22823     ColdFire: Move m5282evb from board to board/freescale
22824
22825     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22826
22827 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
22828 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22829 Date:   Mon Aug 11 15:25:07 2008 +0000
22830
22831     ColdFire: Move m5272c3 from board to board/freescale
22832
22833     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22834
22835 commit 659e9bad629a480f606b286d5703aef7159edf98
22836 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22837 Date:   Mon Aug 11 15:23:16 2008 +0000
22838
22839     ColdFire: Move m5271evb from board to board/freescale
22840
22841     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22842
22843 commit 05316f8ece8206339a208ec052f039cd0f7ca922
22844 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22845 Date:   Mon Aug 11 13:41:49 2008 +0000
22846
22847     ColdFire: Add M54451EVB platform support for MCF5445x
22848
22849     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22850
22851 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
22852 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22853 Date:   Wed Aug 6 19:14:08 2008 -0500
22854
22855     ColdFire: Add Serial Flash support for M54455EVB
22856
22857     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22858
22859 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
22860 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22861 Date:   Wed Jul 23 20:38:53 2008 -0500
22862
22863     ColdFire: Implement SBF feature for M5445EVB
22864
22865     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22866
22867 commit a7323bba229203aae2604afde131ab47bad4eadc
22868 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22869 Date:   Wed Jul 23 17:53:36 2008 -0500
22870
22871     ColdFire: Add SSPI feature for MCF5445x
22872
22873     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22874
22875 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
22876 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22877 Date:   Wed Jul 23 17:37:10 2008 -0500
22878
22879     ColdFire: Use CFI Flash driver for M54455EVB
22880
22881     Remove non-common flash driver in
22882     board/freescale/m54455evb/flash.c. The non-cfi flash will
22883     use CONFIG_FLASH_CFI_LEGACY to configure the flash
22884     attribute.
22885
22886     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22887
22888 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
22889 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22890 Date:   Wed Jul 23 17:11:47 2008 -0500
22891
22892     ColdFire: Add M5253DEMO platform support for MCF5253
22893
22894     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22895
22896 commit 80ba61fd82569af40e04d4a089257b81881884f2
22897 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22898 Date:   Wed Aug 6 14:17:09 2008 -0500
22899
22900     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
22901
22902     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22903
22904 commit d361307e73ce1f6fc68760123f37d4876f851f3e
22905 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22906 Date:   Wed Aug 6 14:11:36 2008 -0500
22907
22908     ColdFire: Fix M5253EVB dram bring up issue
22909
22910     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22911
22912 commit 4b0708093e15b412296328bf81325cf9b69fe512
22913 Author: Wolfgang Denk <wd@denx.de>
22914 Date:   Thu Aug 14 14:41:06 2008 +0200
22915
22916     Coding Style cleanup, update CHANGELOG
22917
22918     Signed-off-by: Wolfgang Denk <wd@denx.de>
22919
22920 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
22921 Author: Scott Wood <scottwood@freescale.com>
22922 Date:   Wed Aug 13 18:24:05 2008 -0500
22923
22924     socrates: Update NAND driver to new API.
22925
22926     Also, fix some minor formatting issues, and simplify the handling of
22927     "state" for writes.
22928
22929     Signed-off-by: Scott Wood <scottwood@freescale.com>
22930
22931 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
22932 Author: Scott Wood <scottwood@freescale.com>
22933 Date:   Wed Aug 13 18:03:40 2008 -0500
22934
22935     quad100hd: Update NAND driver to new API.
22936
22937     Signed-off-by: Scott Wood <scottwood@freescale.com>
22938
22939 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
22940 Author: Scott Wood <scottwood@freescale.com>
22941 Date:   Wed Aug 13 17:53:48 2008 -0500
22942
22943     m5373evb: Update NAND driver to new API.
22944
22945     Signed-off-by: Scott Wood <scottwood@freescale.com>
22946
22947 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
22948 Author: Scott Wood <scottwood@freescale.com>
22949 Date:   Wed Aug 13 17:04:30 2008 -0500
22950
22951     s3c24x0: Update NAND driver to new API.
22952
22953     Signed-off-by: Scott Wood <scottwood@freescale.com>
22954
22955 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
22956 Author: Scott Wood <scottwood@freescale.com>
22957 Date:   Wed Aug 13 15:56:00 2008 -0500
22958
22959     at91: Update board NAND drivers to current API.
22960
22961     Signed-off-by: Scott Wood <scottwood@freescale.com>
22962
22963 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
22964 Author: Kyungmin Park <kmpark@infradead.org>
22965 Date:   Wed Aug 13 09:11:02 2008 +0900
22966
22967     Fix OneNAND build break
22968
22969     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
22970     - fix bufferram management at erase operation
22971     This patch includes the NAND/OneNAND state filed too.
22972
22973     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22974     Signed-off-by: Scott Wood <scottwood@freescale.com>
22975
22976 commit 9483df6408c25f16060432de3868901e352e23bc
22977 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22978 Date:   Wed Aug 13 01:40:43 2008 +0200
22979
22980     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
22981
22982     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22983
22984 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
22985 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22986 Date:   Wed Aug 13 01:40:43 2008 +0200
22987
22988     drivers/mtd/nand: Move conditional compilation to Makefile
22989
22990     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
22991
22992     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22993
22994 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
22995 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22996 Date:   Wed Aug 13 01:40:42 2008 +0200
22997
22998     drivers/mtd/onenand: Move conditional compilation to Makefile
22999
23000     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23001
23002 commit 00b1883a4cac59d97cd297b1a3a398db85982865
23003 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23004 Date:   Wed Aug 13 01:40:42 2008 +0200
23005
23006     drivers/mtd: Move conditional compilation to Makefile
23007
23008     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
23009
23010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23011
23012 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
23013 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23014 Date:   Wed Aug 13 01:40:41 2008 +0200
23015
23016     drivers/qe: Move conditional compilation to Makefile
23017
23018     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23019
23020 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
23021 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23022 Date:   Wed Aug 13 01:40:40 2008 +0200
23023
23024     drivers/pci: Move conditional compilation to Makefile
23025
23026     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23027
23028 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
23029 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23030 Date:   Wed Aug 13 01:40:40 2008 +0200
23031
23032     drivers/misc: Move conditional compilation to Makefile
23033
23034     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23035
23036 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
23037 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23038 Date:   Wed Aug 13 01:40:40 2008 +0200
23039
23040     drivers/input: Move conditional compilation to Makefile
23041
23042     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23043
23044 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
23045 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23046 Date:   Wed Aug 13 01:40:39 2008 +0200
23047
23048     drivers/dma: Move conditional compilation to Makefile
23049
23050     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23051
23052 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
23053 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23054 Date:   Wed Aug 13 01:40:39 2008 +0200
23055
23056     drivers/block: Move conditional compilation to Makefile
23057
23058     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23059
23060 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
23061 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23062 Date:   Wed Aug 13 01:40:39 2008 +0200
23063
23064     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
23065
23066     move also conditional compilation to Makefile
23067
23068     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23069
23070 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
23071 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23072 Date:   Wed Aug 13 01:40:38 2008 +0200
23073
23074     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
23075
23076     move also conditional compilation to Makefile
23077
23078     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23079
23080 commit d6e9ee92e890f67594ab150689510df361133ead
23081 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23082 Date:   Wed Aug 13 01:40:38 2008 +0200
23083
23084     common: Move conditional compilation to Makefile
23085
23086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23087
23088 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
23089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23090 Date:   Wed Aug 13 01:40:09 2008 +0200
23091
23092     mx31: move freescale's mx31 boards to vendor board dir
23093
23094     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23095
23096 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
23097 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23098 Date:   Sat Jul 5 23:11:11 2008 +0200
23099
23100     at91: move arch-at91sam9 to arch-at91
23101
23102     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23103
23104 commit 195ccfc5991d48764b2519941e3507f693851d5d
23105 Author: Fathi BOUDRA <fabo@debian.org>
23106 Date:   Wed Aug 6 10:06:20 2008 +0200
23107
23108     OneNAND: Fill in MTD function pointers for OneNAND.
23109
23110     onenand_print_device_info():
23111      - Now returns a string to be placed in mtd->name,
23112        rather than calling printf.
23113      - Remove verbose parameter as it becomes useless.
23114
23115     Signed-off-by: Fathi Boudra <fabo@debian.org>
23116     Signed-off-by: Scott Wood <scottwood@freescale.com>
23117
23118 commit aa646643b6bc250cb3a4966bf728876e0c10d329
23119 Author: Guennadi Liakhovetski <lg@denx.de>
23120 Date:   Wed Aug 6 21:42:07 2008 +0200
23121
23122     nand_spl: Support page-aligned read in nand_load, use chipselect
23123
23124     Supporting page-aligned reads doesn't incure any sinificant overhead, just
23125     a small change in the algorithm. Also replace in_8 with readb, since there
23126     is no in_8 on ARM.
23127
23128     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23129     Signed-off-by: Scott Wood <scottwood@freescale.com>
23130
23131 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
23132 Author: Scott Wood <scottwood@freescale.com>
23133 Date:   Tue Aug 5 11:15:59 2008 -0500
23134
23135     NAND boot: Update large page support for current API.
23136
23137     Also, remove the ctrl variable in favor of passing the constants
23138     directly, and remove redundant (u8) casts.
23139
23140     Signed-off-by: Scott Wood <scottwood@freescale.com>
23141
23142 commit e4c09508545d1c45617ba45391c03c03cbc360b9
23143 Author: Scott Wood <scottwood@freescale.com>
23144 Date:   Mon Jun 30 14:13:28 2008 -0500
23145
23146     NAND boot: MPC8313ERDB support
23147
23148     Note that with older board revisions, NAND boot may only work after a
23149     power-on reset, and not after a warm reset.  I don't have a newer board
23150     to test on; if you have a board with a 33MHz crystal, please let me know
23151     if it works after a warm reset.
23152
23153     Signed-off-by: Scott Wood <scottwood@freescale.com>
23154
23155 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
23156 Author: Scott Wood <scottwood@freescale.com>
23157 Date:   Thu Jun 26 14:06:52 2008 -0500
23158
23159     mpc8313erdb: Enable NAND in config.
23160
23161     Signed-off-by: Scott Wood <scottwood@freescale.com>
23162
23163 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
23164 Author: Guennadi Liakhovetski <lg@denx.de>
23165 Date:   Thu Jul 31 12:38:26 2008 +0200
23166
23167     NAND: Do not write or read a whole block if it is larger than the environment
23168
23169     Environment can be smaller than NAND block size, do not need to read a whole
23170     block and minimum for writing is one page. Also remove an unused variable.
23171
23172     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23173     Signed-off-by: Scott Wood <scottwood@freescale.com>
23174
23175 commit eafcabd15f00c142156235c519fcc55b10993241
23176 Author: Marcel Ziswiler <marcel@ziswiler.com>
23177 Date:   Sun Jun 22 16:30:06 2008 +0200
23178
23179     NAND: chip->state does not always get set.
23180
23181     Fixes an issue with chip->state not always being set causing troubles.
23182
23183     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
23184     Signed-off-by: Scott Wood <scottwood@freescale.com>
23185
23186 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
23187 Author: Ilya Yanok <yanok@emcraft.com>
23188 Date:   Mon Jun 30 15:34:40 2008 +0200
23189
23190     NAND: Scan bad blocks lazily.
23191
23192     Rather than scanning on boot, scan upon the first attempt to check the
23193     badness of a block.  This speeds up boot when not using NAND, and reduces
23194     the likelihood of needing to reflash via JTAG if NAND becomes
23195     nonfunctional.
23196
23197     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23198     Signed-off-by: Scott Wood <scottwood@freescale.com>
23199
23200 commit dfbf617ff055e4216f78d358b0867c548916d14b
23201 Author: Scott Wood <scottwood@freescale.com>
23202 Date:   Thu Jun 12 13:20:16 2008 -0500
23203
23204     NAND read/write fix
23205
23206     Implement block-skipping read/write, based on a patch from
23207     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
23208
23209     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
23210     Signed-off-by: Scott Wood <scottwood@freescale.com>
23211
23212 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
23213 Author: Scott Wood <scottwood@freescale.com>
23214 Date:   Thu Jun 12 13:13:23 2008 -0500
23215
23216     NAND: Always skip blocks on read/write/boot.
23217
23218     Use of the non-skipping versions was almost always (if not always)
23219     an error, and no valid use case has been identified.
23220
23221     Signed-off-by: Scott Wood <scottwood@freescale.com>
23222
23223 commit e1c3dbada349992875934575c97b328ab2cb33ca
23224 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23225 Date:   Thu Jun 12 11:10:21 2008 -0500
23226
23227     nand: fsl_upm: convert to updated MTD NAND infrastructure
23228
23229     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23230     Signed-off-by: Scott Wood <scottwood@freescale.com>
23231
23232 commit 300253306acc72b1b2e9faf0987f86551151d7cf
23233 Author: Scott Wood <scottwood@freescale.com>
23234 Date:   Thu May 22 15:02:46 2008 -0500
23235
23236     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
23237
23238     The hardware has separate registers for block and page-within-block,
23239     but the division between the two has no apparent relation to the
23240     actual erase block size of the NAND chip.
23241
23242     Signed-off-by: Scott Wood <scottwood@freescale.com>
23243
23244 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
23245 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23246 Date:   Fri Mar 28 22:10:54 2008 +0300
23247
23248     fsl_elbc_nand: workaround for hangs during nand write
23249
23250     Using current driver elbc sometimes hangs during nand write. Reading back
23251     last byte helps though (thanks to Scott Wood for the idea).
23252
23253     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23254     Signed-off-by: Scott Wood <scottwood@freescale.com>
23255
23256 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
23257 Author: Scott Wood <scottwood@freescale.com>
23258 Date:   Fri Mar 21 16:12:51 2008 -0500
23259
23260     Freescale eLBC FCM NAND driver
23261
23262     This is a driver for the Flash Control Machine of the enhanched Local Bus
23263     Controller found on some Freescale chips (such as the mpc8313 and the
23264     mpc8379).
23265
23266     Signed-off-by: Scott Wood <scottwood@freescale.com>
23267
23268 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
23269 Author: Scott Wood <scottwood@freescale.com>
23270 Date:   Tue Mar 18 15:29:14 2008 -0500
23271
23272     Don't panic if a controller driver does ecc its own way.
23273
23274     Some hardware, such as the enhanced local bus controller used on some
23275     mpc83xx chips, does ecc transparently when reading and writing data, rather
23276     than providing a generic calculate/correct mechanism that can be exported to
23277     the nand subsystem.
23278
23279     The subsystem should not BUG() when calculate, correct, or hwctl are
23280     missing, if the methods that call them have been overridden.
23281
23282     Signed-off-by: Scott Wood <scottwood@freescale.com>
23283
23284 commit e52b34d40a8a646e3d11638ea8797e96398dba13
23285 Author: Stefan Roese <sr@denx.de>
23286 Date:   Thu Jan 10 18:47:33 2008 +0100
23287
23288     NAND: Make NAND driver less verbose per default
23289
23290     This patch turns off printing of bad blocks per default upon bootup.
23291     This can always be shown via the "nand bad" command later.
23292
23293     Signed-off-by: Stefan Roese <sr@denx.de>
23294
23295 commit fe56a2772e5c59577df906163d0d4b29b056140e
23296 Author: Sergey Kubushyn <ksi@koi8.net>
23297 Date:   Wed Jan 9 15:36:20 2008 +0100
23298
23299     NAND: Davinci driver updates
23300
23301     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
23302     don't have hardware handy so I can not test it at the moment but changes are
23303     rather trivial so it should work. It would be nice if somebody with a
23304     hardware checked it anyways.
23305
23306     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
23307
23308 commit deac913effd8d80535c9ff4687b6fcdff540c554
23309 Author: Stefan Roese <sr@denx.de>
23310 Date:   Sat Jan 5 16:50:32 2008 +0100
23311
23312     NAND: Fix compilation warning and small coding style issue
23313
23314     Signed-off-by: Stefan Roese <sr@denx.de>
23315
23316 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
23317 Author: Stefan Roese <sr@denx.de>
23318 Date:   Sat Jan 5 16:49:37 2008 +0100
23319
23320     NAND: Update nand_spl driver to match updated nand subsystem
23321
23322     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
23323     the new infrastructure from the updated NAND subsystem. This NAND
23324     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
23325     subsystem.
23326
23327     Signed-off-by: Stefan Roese <sr@denx.de>
23328
23329 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
23330 Author: Stefan Roese <sr@denx.de>
23331 Date:   Sat Jan 5 16:47:58 2008 +0100
23332
23333     NAND: Update 4xx NDFC driver to match updated nand subsystem
23334
23335     This patch changes the 4xx NAND driver ndfc.c to match the new
23336     infrastructure from the updated NAND subsystem. This NAND
23337     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
23338     subsystem.
23339
23340     Tested successfully on AMCC Sequoia and Bamboo.
23341
23342     Signed-off-by: Stefan Roese <sr@denx.de>
23343
23344 commit 12072264528eba33737bc9674e19f0e925ffda23
23345 Author: Stefan Roese <sr@denx.de>
23346 Date:   Sat Jan 5 16:43:25 2008 +0100
23347
23348     NAND: Change nand_wait_ready() to not call nand_wait()
23349
23350     This patch changes nand_wait_ready() to not just call nand_wait(),
23351     since this will send a new command to the NAND chip. We just want to
23352     wait for the chip to become ready here.
23353
23354     Signed-off-by: Stefan Roese <sr@denx.de>
23355
23356 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
23357 Author: William Juul <william.juul@datarespons.no>
23358 Date:   Fri Dec 14 16:33:45 2007 +0100
23359
23360     make nand dump and nand dump.oob work
23361
23362     Signed-off-by: William Juul <william.juul@tandberg.com>
23363     Signed-off-by: Scott Wood <scottwood@freescale.com>
23364
23365 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
23366 Author: William Juul <william.juul@datarespons.no>
23367 Date:   Mon Nov 19 14:46:00 2007 +0100
23368
23369     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
23370
23371     Signed-off-by: William Juul <william.juul@tandberg.com>
23372
23373 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
23374 Author: William Juul <william.juul@tandberg.com>
23375 Date:   Tue Jun 10 16:18:13 2008 -0500
23376
23377     Clean out unneeded files
23378
23379     Signed-off-by: William Juul <william.juul@tandberg.com>
23380
23381 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
23382 Author: William Juul <william.juul@datarespons.no>
23383 Date:   Fri Nov 16 08:44:27 2007 +0100
23384
23385     Create symlinks from yaffs2/direct to yaffs2
23386
23387     Signed-off-by: William Juul <william.juul@tandberg.com>
23388
23389 commit 90ef117b68387d66763291af0117677644166611
23390 Author: William Juul <william.juul@datarespons.no>
23391 Date:   Thu Nov 15 12:23:57 2007 +0100
23392
23393     Incorporate yaffs2 into U-boot
23394
23395     To use YAFFS2 define CONFIG_YAFFS2
23396
23397     Signed-off-by: William Juul <william.juul@tandberg.com>
23398     Signed-off-by: Scott Wood <scottwood@freescale.com>
23399
23400 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
23401 Author: William Juul <william.juul@datarespons.no>
23402 Date:   Thu Nov 15 11:13:05 2007 +0100
23403
23404     YAFFS2 import
23405
23406     Direct import of yaffs as a tarball as of 20071113 from their public
23407     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
23408
23409     The code can also be imported on the command line with:
23410     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
23411     (Hit return when asked for a password)
23412     cvs checkout yaffs2
23413
23414     Signed-off-by: William Juul <william.juul@tandberg.com>
23415     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
23416
23417 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
23418 Author: William Juul <william.juul@datarespons.no>
23419 Date:   Wed Nov 14 14:28:11 2007 +0100
23420
23421     Whitespace cleanup and marking broken code.
23422
23423     Changes requested by maintainer Stefan Roese after
23424     posting patch to U-boot mailing list.
23425
23426     Signed-off-by: William Juul <william.juul@tandberg.com>
23427     Signed-off-by: Scott Wood <scottwood@freescale.com>
23428
23429 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
23430 Author: William Juul <william.juul@datarespons.no>
23431 Date:   Fri Nov 9 13:32:30 2007 +0100
23432
23433     Fixing coding style issues
23434
23435      - Fixing leading white spaces
23436      - Fixing indentation where 4 spaces are used instead of tab
23437      - Removing C++ comments (//), wherever I introduced them
23438
23439     Signed-off-by: William Juul <william.juul@tandberg.com>
23440     Signed-off-by: Scott Wood <scottwood@freescale.com>
23441
23442 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
23443 Author: William Juul <william.juul@datarespons.no>
23444 Date:   Thu Nov 8 10:39:53 2007 +0100
23445
23446     Remove white space at end.
23447
23448     Signed-off-by: William Juul <william.juul@tandberg.com>
23449     Signed-off-by: Scott Wood <scottwood@freescale.com>
23450
23451 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
23452 Author: William Juul <william.juul@datarespons.no>
23453 Date:   Wed Oct 31 13:53:06 2007 +0100
23454
23455     Update MTD to that of Linux 2.6.22.1
23456
23457     A lot changed in the Linux MTD code, since it was last ported from
23458     Linux to U-Boot. This patch takes U-Boot NAND support to the level
23459     of Linux 2.6.22.1 and will enable support for very large NAND devices
23460     (4KB pages) and ease the compatibility between U-Boot and Linux
23461     filesystems.
23462
23463     This patch is tested on two custom boards with PPC and ARM
23464     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
23465     cross compilers.
23466
23467     MAKEALL ppc/arm has some issues:
23468      * DOC/OneNand/nand_spl is not building (I have not tried porting
23469        these parts, and since I do not have any HW and I am not familiar
23470        with this code/HW I think its best left to someone else.)
23471
23472     Except for the issues mentioned above, I have ported all drivers
23473     necessary to run MAKEALL ppc/arm without errors and warnings. Many
23474     drivers were trivial to port, but some were not so trivial. The
23475     following drivers must be examined carefully and maybe rewritten to
23476     some degree:
23477      cpu/ppc4xx/ndfc.c
23478      cpu/arm926ejs/davinci/nand.c
23479      board/delta/nand.c
23480      board/zylonite/nand.c
23481
23482     Signed-off-by: William Juul <william.juul@tandberg.com>
23483     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
23484     Signed-off-by: Scott Wood <scottwood@freescale.com>
23485
23486 commit cd82919e6c8a73b363a26f34b734923844e52d1c
23487 Author: Wolfgang Denk <wd@denx.de>
23488 Date:   Tue Aug 12 16:08:38 2008 +0200
23489
23490     Coding style cleanup, update CHANGELOG, prepare release
23491
23492     Signed-off-by: Wolfgang Denk <wd@denx.de>
23493
23494 commit 17e900b8c0f38d922da47073246219dce2a847f2
23495 Author: Wolfgang Denk <wd@denx.de>
23496 Date:   Tue Aug 12 14:54:04 2008 +0200
23497
23498     MVBC_P: fix compile problem
23499
23500     Signed-off-by: Wolfgang Denk <wd@denx.de>
23501
23502 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
23503 Author: Wolfgang Denk <wd@denx.de>
23504 Date:   Tue Aug 12 12:10:11 2008 +0200
23505
23506     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
23507
23508     Signed-off-by: Wolfgang Denk <wd@denx.de>
23509
23510 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
23511 Author: Wolfgang Denk <wd@denx.de>
23512 Date:   Tue Aug 12 00:36:53 2008 +0200
23513
23514     ads5121: fix compiler warnings (unused variables)
23515
23516     Signed-off-by: Wolfgang Denk <wd@denx.de>
23517
23518 commit 902ca09246039964d59bbcb519b1e1b5aed01308
23519 Author: Kumar Gala <galak@kernel.crashing.org>
23520 Date:   Mon Aug 11 11:29:28 2008 -0500
23521
23522     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
23523
23524     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
23525
23526     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23527     Acked-by: Jon Loeliger <jdl@freescale.com>
23528
23529 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
23530 Author: Kumar Gala <galak@kernel.crashing.org>
23531 Date:   Mon Aug 11 09:20:53 2008 -0500
23532
23533     Fix fallout from autostart revert
23534
23535     The autostart revert caused a bit of duplicated code as well as
23536     code that was using images->autostart that needs to get removed so
23537     we can build again.
23538
23539     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23540
23541 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
23542 Author: Kumar Gala <galak@kernel.crashing.org>
23543 Date:   Mon Aug 11 09:16:25 2008 -0500
23544
23545     Fix compile error related to r8a66597-hcd & usb
23546
23547     When building the 8544DS board we get this error:
23548
23549     In file included from r8a66597-hcd.c:22:
23550     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
23551     make[1]: *** [r8a66597-hcd.o] Error 1
23552
23553     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
23554     is set.
23555
23556     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23557
23558 commit 2d0daa03612338a813e3c9d22680e54eabfea378
23559 Author: Becky Bruce <becky.bruce@freescale.com>
23560 Date:   Mon Aug 4 14:02:26 2008 -0500
23561
23562     POWERPC 86xx: Move BAT setup code to C
23563
23564     This is needed because we will be possibly be locating
23565     devices at physical addresses above 32bits, and the asm
23566     preprocessing does not appear to deal with ULL constants
23567     properly. We now call write_bat in lib_ppc/bat_rw.c.
23568
23569     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23570     Acked-by: Jon Loeliger <jdl@freescale.com>
23571
23572 commit 9de67149db576c91b9c2a0a182652331e7e44211
23573 Author: Becky Bruce <becky.bruce@freescale.com>
23574 Date:   Mon Aug 4 14:01:53 2008 -0500
23575
23576     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
23577
23578     Perform sync/isync as required by the architecture.
23579
23580     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23581     Acked-by: Jon Loeliger <jdl@freescale.com>
23582
23583 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
23584 Author: Becky Bruce <becky.bruce@freescale.com>
23585 Date:   Mon Aug 4 14:01:16 2008 -0500
23586
23587     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
23588
23589     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23590     Acked-by: Jon Loeliger <jdl@freescale.com>
23591
23592 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
23593 Author: Magnus Lilja <lilja.magnus@gmail.com>
23594 Date:   Sun Aug 3 21:44:10 2008 +0200
23595
23596     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
23597
23598     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
23599     contacts instead of only the first 256 ones as is the case prior to
23600     this patch.
23601
23602     Add missing MUX_* macros and update board files to use the new macros.
23603
23604     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23605
23606 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
23607 Author: Magnus Lilja <lilja.magnus@gmail.com>
23608 Date:   Sun Aug 3 21:43:37 2008 +0200
23609
23610     i.MX31: Fix IOMUX related typos
23611
23612     Correct the names of some IOMUX macros.
23613
23614     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23615
23616 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
23617 Author: Steve Sakoman <steve@sakoman.com>
23618 Date:   Mon Aug 11 20:26:16 2008 +0200
23619
23620     OneNAND: Remove unused parameters to onenand_verify_page
23621
23622     The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.
23623
23624     Signed-off-by: Steve Sakoman <steve@sakoman.com>
23625     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23626
23627 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
23628 Author: Anatolij Gustschin <agust@denx.de>
23629 Date:   Fri Aug 8 18:00:40 2008 +0200
23630
23631     video: fix bug in cfb_console code
23632
23633     FILL_15BIT_555RGB macro extension for pixel swapping
23634     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
23635     introduced a bug in cfb_console:
23636
23637     Bitmaps with odd-numbered width won't be rendered
23638     correctly and even U-Boot crashes are observed on
23639     some platforms while repeated rendering of such
23640     bitmaps with "bmp display". Also if a bitmap is
23641     rendered to an odd-numbered x starting position,
23642     the same problem occurs. This patch is an attempt
23643     to fix it.
23644
23645     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23646
23647 commit d9015f6a50d7258125349ef5c2af836458a0029a
23648 Author: Anatolij Gustschin <agust@denx.de>
23649 Date:   Fri Aug 8 18:00:39 2008 +0200
23650
23651     video: fix bug in logo_plot
23652
23653     If logo_plot() should ever be called with x starting
23654     position other than zero and for pixel depths greater
23655     than 8bpp, logo colors distortion will be observed.
23656     This patch fixes the issue.
23657
23658     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23659
23660 commit 406819ae94f79f5b59e01d163380ca7d83709251
23661 Author: Wolfgang Denk <wd@denx.de>
23662 Date:   Mon Aug 11 00:17:52 2008 +0200
23663
23664     MAINTAINERS: sort entries
23665
23666     Signed-off-by: Wolfgang Denk <wd@denx.de>
23667
23668 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
23669 Author: Roy Zang <tie-fei.zang@freescale.com>
23670 Date:   Thu Aug 7 18:19:28 2008 +0800
23671
23672     Add mpc7448hpc2 maintainer information
23673
23674     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23675
23676 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
23677 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
23678 Date:   Thu Aug 7 13:13:27 2008 +0530
23679
23680     common/cmd_load.c - Minor code & Coding Style cleanup
23681
23682     - os_data_header Variable is a carry over feature
23683        & unused. So removed all instance of this variable
23684      - Minor Code Style Update
23685
23686     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
23687     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23688
23689 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
23690 Author: Magnus Lilja <lilja.magnus@gmail.com>
23691 Date:   Wed Aug 6 19:32:33 2008 +0200
23692
23693     Update the U-Boot wiki URL.
23694
23695     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23696
23697 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
23698 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
23699 Date:   Sun Aug 10 17:56:36 2008 +0200
23700
23701     OneNAND: Remove base address offset usage
23702
23703     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
23704     using OneNAND and some using NAND, we found some differences in OneNAND and
23705     NAND command address handling.
23706
23707     As this might confuse users (it already confused us), we like to align OneNAND
23708     and NAND address handling.
23709
23710     The issue is that cmd_onenand.c subtracts the onenand base address from the
23711     addresses you type into the u-boot command line so, unlike nand, you can't
23712     use addresses relative to the start of the onenand part e.g. this won't work:
23713
23714     onenand read 82000000 280000 400000
23715
23716     you have to use:
23717
23718     onenand read 82000000 20280000 400000
23719
23720     Looking at recent git, the only board currently using OneNAND is Apollon, and
23721     for this the OneNAND base address is 0 (apollon.h)
23722
23723     #define     CFG_ONENAND_BASE        0x00000000
23724
23725     so patch below won't break any existing boards and will align OneNAND and NAND
23726     handling on boards where OneNAND base address is != 0.
23727
23728     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
23729     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
23730     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23731
23732 commit c11528083ef6e55e76df742228c26e39d151813d
23733 Author: Kumar Gala <galak@kernel.crashing.org>
23734 Date:   Thu Aug 7 09:28:20 2008 -0500
23735
23736     mpc85xx: workaround old binutils bug
23737
23738     The recent change to move the .bss outside of the image gives older
23739     binutils (ld from eldk4.1/binutils-2.16) some headache:
23740
23741     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
23742     ppc_85xx-ld: final link failed: Bad value
23743
23744     We workaround it by being explicit about the program headers and not
23745     assigning the .bss to a program header.
23746
23747     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23748
23749 commit 0bf202ec586d4466c900e987720fa635c594d689
23750 Author: Wolfgang Denk <wd@denx.de>
23751 Date:   Sun Aug 10 01:26:26 2008 +0200
23752
23753     Revert "[new uImage] Add autostart flag to bootm_headers structure"
23754
23755     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
23756
23757     The commit was based on a misunderstanding of the (documented)
23758     meaning of the 'autostart' environment variable. It might cause
23759     boards to hang if 'autostart' was used, with the potential to brick
23760     them. Go back to the documented behaviour.
23761
23762     Conflicts:
23763
23764         common/cmd_bootm.c
23765         common/image.c
23766         include/image.h
23767
23768     Signed-off-by: Wolfgang Denk <wd@denx.de>
23769
23770 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
23771 Author: Wolfgang Denk <wd@denx.de>
23772 Date:   Sat Aug 9 23:17:32 2008 +0200
23773
23774     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
23775
23776     - enable CFI driver where this was forgotten
23777     - enable mtdparts support
23778     - adjust default environment
23779     etc.
23780
23781     Signed-off-by: Wolfgang Denk <wd@denx.de>
23782
23783 commit 41266c9b5a5f873df3ec891bb0907616958b5602
23784 Author: Peter Tyser <ptyser@xes-inc.com>
23785 Date:   Tue Aug 5 10:51:57 2008 -0500
23786
23787     FIT: Fix handling of images without ramdisks
23788
23789     boot_get_ramdisk() should not treat the case when a FIT image does
23790     not contain a ramdisk as an error.
23791
23792     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23793     Acked-by: Michal Simek <monstr@monstr.eu>
23794
23795 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
23796 Author: Sergey Lapin <slapin@ossfans.org>
23797 Date:   Sat Aug 9 01:39:09 2008 +0400
23798
23799     DataFlash: AT45DB021 fix and AT45DB081 support
23800
23801     Fix for page size of AT45DB021. Also adding bigger AT45DB081
23802     which comes with some newer boards.
23803
23804     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
23805
23806 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
23807 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23808 Date:   Fri Aug 8 16:30:23 2008 +0900
23809
23810     sh: Update sh7763rdp config
23811
23812     Add sh_eth support to sh7763rdp.
23813
23814     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23815
23816 commit 21f971ec265f6042ec21636d55d06a6bc0751077
23817 Author: Wolfgang Denk <wd@denx.de>
23818 Date:   Mon Jul 7 01:22:29 2008 +0200
23819
23820     TQM823L: re-enable logo support; update LCD_INFO text
23821
23822     Signed-off-by: Wolfgang Denk <wd@denx.de>
23823
23824 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
23825 Author: Wolfgang Denk <wd@denx.de>
23826 Date:   Fri Aug 8 16:41:56 2008 +0200
23827
23828     TQM8xxL: fix support for second flash bank
23829
23830     When switching the TQM8xxL modules to use the CFI flash driver,
23831     support for the second flash bank was broken because the CFI driver
23832     did not support dynamically sized banks. This gets fixed now.
23833
23834     Signed-off-by: Wolfgang Denk <wd@denx.de>
23835
23836 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
23837 Author: Wolfgang Denk <wd@denx.de>
23838 Date:   Fri Aug 8 16:39:54 2008 +0200
23839
23840     CFI: allow for dynamically determined flash sizes and addresses
23841
23842     The CFI driver allowed only for static initializers in the
23843     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
23844     several flash banks contiguously if the bank sizes were not known in
23845     advance, which kind of violates U-Boot's design philosophy.
23846
23847     (will be used for example by the TQM8xxL boards)
23848
23849     Signed-off-by: Wolfgang Denk <wd@denx.de>
23850
23851 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
23852 Author: Ben Warren <biggerbadderben@gmail.com>
23853 Date:   Thu Aug 7 23:26:35 2008 -0700
23854
23855     QE UEC: Fix compiler warnings
23856
23857     Moved static functions earlier in file so forward declarations are not needed.
23858
23859     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23860
23861 commit d5d28fe4aad5f4535400647a5617c11039506467
23862 Author: David Saada <David.Saada@ecitele.com>
23863 Date:   Mon Mar 31 02:37:38 2008 -0700
23864
23865     QE UEC: Add MII Commands
23866
23867     Add MII commands to the UEC driver. Note that once a UEC device is selected,
23868     any device on its MDIO bus can be addressed.
23869
23870     Signed-off-by: David Saada <david.saada@ecitele.com>
23871     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23872
23873 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
23874 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23875 Date:   Wed Jul 9 21:07:38 2008 +0900
23876
23877     usb: add support for R8A66597 usb controller
23878
23879     add support for Renesas R8A66597 usb controller.
23880     This patch supports USB Host mode.
23881
23882     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23883     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23884
23885 commit 1d10dcd041aaeae9fd7c821005692898a0303382
23886 Author: Hunter, Jon <jon-hunter@ti.com>
23887 Date:   Sat Jul 26 18:59:16 2008 -0500
23888
23889     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
23890
23891     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
23892
23893     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
23894     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23895
23896 commit eab1007334b93a6209f1ec33615e26ef5311ede7
23897 Author: Steven A. Falco <sfalco@harris.com>
23898 Date:   Wed Aug 6 15:42:52 2008 -0400
23899
23900     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
23901
23902     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
23903     configuration to match the schematic, and also sets the SDR0_PFC1 register to
23904     select the corresponding mode for the UARTs.
23905
23906     Signed-off-by: Steven A. Falco <sfalco@harris.com>
23907     Signed-off-by: Stefan Roese <sr@denx.de>
23908
23909 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
23910 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
23911 Date:   Wed Aug 6 14:42:13 2008 +0200
23912
23913     avr32: add support for EarthLCD Favr-32 board
23914
23915     This patch adds support for the Favr-32 board made by EarthLCD.
23916
23917     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
23918     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
23919     Ethernet, audio out, USB device, SD-card slot, USART and various other
23920     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
23921
23922     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
23923     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23924
23925 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
23926 Author: Rafael Campos <rafael.campos@hanscan.com>
23927 Date:   Thu Jul 31 10:22:20 2008 +0200
23928
23929     cfi-flash: Added support to flash_real_protect for Atmel flash devices
23930
23931     Some of the flash memories produced by ATMEL start in read-only mode.
23932     We need to unprotect it. This patch allows the AT49BV6416 to work with
23933     cfi_flash memories. Tested in the at91rm9200ek board.
23934
23935     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
23936     Signed-off-by: Stefan Roese <sr@denx.de>
23937
23938 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
23939 Author: Guennadi Liakhovetski <lg@denx.de>
23940 Date:   Tue Aug 5 15:36:39 2008 +0200
23941
23942     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
23943
23944     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23945     Signed-off-by: Stefan Roese <sr@denx.de>
23946
23947 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
23948 Author: Stefan Roese <sr@denx.de>
23949 Date:   Wed Aug 6 14:06:03 2008 +0200
23950
23951     Fix merge problems
23952
23953     Signed-off-by: Stefan Roese <sr@denx.de>
23954
23955 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
23956 Author: Stefan Roese <sr@denx.de>
23957 Date:   Wed Aug 6 14:05:38 2008 +0200
23958
23959     Fix merge problems
23960
23961     Signed-off-by: Stefan Roese <sr@denx.de>
23962
23963 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
23964 Author: Kenneth Johansson <kenneth@southpole.se>
23965 Date:   Tue Jul 15 12:13:38 2008 +0200
23966
23967     mpc5121: Move iopin features from board specific to common files.
23968
23969     And in the process eliminate some duplicate register defines.
23970
23971     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
23972
23973 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
23974 Author: John Rigby <jrigby@freescale.com>
23975 Date:   Tue Aug 5 17:38:57 2008 -0600
23976
23977     mpc5121: squash some fdt fixup errors
23978
23979     On ADS5121 when booting linux the following errors are seen:
23980         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
23981         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
23982         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
23983
23984     This is caused by ft_cpu_setup trying to deal with
23985     both old and new soc node naming.  This patch
23986     fixes this by being smarter about what to
23987     fixup.
23988
23989     Also do soc node fixups by compatible instead of by path.
23990     A new board config called OF_SOC_COMPAT defined
23991     to be "fsl,mpc5121-immr" replaces the old
23992     OF_SOC node path that was defined to be "soc@80000000".
23993
23994     Old device trees still work, but the compatiblity
23995     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
23996     which is on by default in include/configs/ads5121.h.
23997
23998     Signed-off-by: John Rigby <jrigby@freescale.com>
23999
24000 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
24001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24002 Date:   Sat Aug 2 23:48:30 2008 +0200
24003
24004     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
24005
24006     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24007
24008 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
24009 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24010 Date:   Sat Aug 2 23:48:32 2008 +0200
24011
24012     nios2/sysid: fix printf warning
24013
24014     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24015
24016 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
24017 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24018 Date:   Sat Aug 2 23:48:33 2008 +0200
24019
24020     Fix remaining build issues with MPC8xx FADS boards.
24021
24022     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24023
24024 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
24025 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24026 Date:   Sat Aug 2 23:48:31 2008 +0200
24027
24028     nios2: fix phys_addr_t and phys_size_t support
24029
24030     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24031
24032 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
24033 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24034 Date:   Sat Aug 2 23:48:34 2008 +0200
24035
24036     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
24037
24038     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24039
24040 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
24041 Author: Mark Jackson <mpfj@mimc.co.uk>
24042 Date:   Fri Aug 1 09:48:29 2008 +0100
24043
24044     Fix bitmap display for atmel lcd controller
24045
24046     The current lcd_display_bitmap() function does not work properly
24047     for the Atmel LCD controller.
24048
24049     2 fixes need to be done:-
24050
24051     (a) when setting the colour map, use the lcd_setcolreg() function
24052         as provided by the Atmel driver
24053     (b) the data is never actually written to the lcd framebuffer !!
24054
24055     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24056
24057 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
24058 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24059 Date:   Fri Aug 1 08:40:34 2008 +0200
24060
24061     qemu_mips: update README to follow qemu update about default machine
24062
24063     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24064
24065 commit ac169d645f5f0e0b9a232563099209e92a355d8e
24066 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24067 Date:   Thu Jul 31 19:53:21 2008 -0500
24068
24069     ColdFire: Fix compilation issue caused by a missing function
24070
24071     Implement usec2ticks() which is used by fsl_i2c.c in
24072     lib_m68k/time.c
24073
24074     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24075
24076 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
24077 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24078 Date:   Thu Jul 31 19:53:06 2008 -0500
24079
24080     Fix compilation error for TASREG
24081
24082     TASREG is ColdFire platform, the include ppc4xx.h in
24083     board/esd/common/flash.c causes conflict.
24084
24085     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24086
24087 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
24088 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24089 Date:   Thu Jul 31 19:52:36 2008 -0500
24090
24091     Fix compilation error for MCF5275
24092
24093     Rename OBJ to COBJ in board/platform/Makefile
24094
24095     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24096
24097 commit 5c40548f01218360a1f1395198c50ff45f3035b5
24098 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24099 Date:   Thu Jul 31 19:52:28 2008 -0500
24100
24101     Fix compile error caused by incorrect function return type
24102
24103     Rename int mii_init(void) to void mii_init(void) for idmr
24104     ColdFire platform
24105
24106     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24107
24108 commit a58c78067c928976c082c758d3987e89ead5b191
24109 Author: Wolfgang Denk <wd@denx.de>
24110 Date:   Fri Aug 1 12:06:22 2008 +0200
24111
24112     Fix build issues with MPC8xx FADS boards.
24113
24114     Signed-off-by: Wolfgang Denk <wd@denx.de>
24115
24116 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
24117 Author: Wolfgang Denk <wd@denx.de>
24118 Date:   Thu Jul 31 17:54:03 2008 +0200
24119
24120     Prepare v1.3.4-rc2: update CHANGELOG
24121
24122     Signed-off-by: Wolfgang Denk <wd@denx.de>
24123
24124 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
24125 Author: Mark Jackson <mpfj@mimc.co.uk>
24126 Date:   Thu Jul 31 16:09:00 2008 +0100
24127
24128     Add gzipped logo support
24129
24130     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
24131
24132       If this option is set, additionally to standard BMP
24133       images, gzipped BMP images can be displayed via the
24134       splashscreen support or the bmp command.
24135
24136     However, the splashscreen function *only* supports standard BMP images.
24137
24138     This patch adds the documented gzip support.
24139
24140     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24141
24142 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
24143 Author: Mark Jackson <mpfj@mimc.co.uk>
24144 Date:   Thu Jul 31 15:56:48 2008 +0100
24145
24146     Fix Atmel LCD controller endianess for AVR32 processors
24147
24148     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
24149     AVR32 (big endian) platforms.
24150
24151     As such, the controller can handle both big and little endian memory.
24152
24153     This patch fixes the driver for the AVR32 platform.
24154
24155     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24156
24157 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
24158 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24159 Date:   Thu Jul 31 15:56:01 2008 +0200
24160
24161     apollon: fix build out of tree
24162
24163     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24164
24165 commit 2e752be39d3e398d4ab89ffa6634c397df298297
24166 Author: Guennadi Liakhovetski <lg@denx.de>
24167 Date:   Thu Jul 31 12:35:04 2008 +0200
24168
24169     Uncompressed images loaded to their start address shall set load_end too
24170
24171     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24172     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
24173
24174 commit c37207d7f51e19c17f859966f314e27cc1231801
24175 Author: Wolfgang Denk <wd@denx.de>
24176 Date:   Wed Jul 16 16:38:59 2008 +0200
24177
24178     Fix printf() format problems with configurable prompts
24179
24180     U-Boot allows for configurable prompt strings using the
24181     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
24182     the assumption was that any such user defined problts would contain
24183     exactly one "%d" format specifier. But some boards did not.
24184
24185     To allow for flexible boot prompts without adding too complex code we
24186     now allow to specify the whole list of printf() arguments in the user
24187     definition. This is powerful, but requires a responsible user who
24188     really understands what he is doing, as he needs to know for exanple
24189     which variables are available in the respective context.
24190
24191     Signed-off-by: Wolfgang Denk <wd@denx.de>
24192
24193 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
24194 Author: Wolfgang Denk <wd@denx.de>
24195 Date:   Thu Jul 31 17:02:14 2008 +0200
24196
24197     TQM85xx: fix typo introduce by commit ffbb5cb9
24198
24199     Signed-off-by: Wolfgang Denk <wd@denx.de>
24200
24201 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
24202 Author: Wolfgang Denk <wd@denx.de>
24203 Date:   Thu Jul 31 15:27:01 2008 +0200
24204
24205     mvbc_p board: fix most build warnings.
24206
24207     Signed-off-by: Wolfgang Denk <wd@denx.de>
24208
24209 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
24210 Author: Wolfgang Denk <wd@denx.de>
24211 Date:   Thu Jul 31 13:57:20 2008 +0200
24212
24213     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
24214
24215     Avoid "integer constant is too large for 'long' type" warnings.
24216     And simplify the code.
24217
24218     Signed-off-by: Wolfgang Denk <wd@denx.de>
24219
24220 commit 9196b44334c330cc13de2464c59181e4db71f549
24221 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
24222 Date:   Wed Jul 30 23:21:19 2008 +0400
24223
24224     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
24225
24226     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
24227
24228 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
24229 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
24230 Date:   Wed Jul 30 23:20:32 2008 +0400
24231
24232     PPC: Add pci_clk in the global_data for CPM2 processors
24233
24234     This patch adds pci_clk field to the global_data structure for the
24235     processors which have CPM2 module in case the CONFIG_PCI is defined.
24236
24237     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
24238
24239 commit f0ff885ca64655bee6540eb8a25eed90b1152686
24240 Author: Kumar Gala <galak@kernel.crashing.org>
24241 Date:   Wed Jul 30 14:13:30 2008 -0500
24242
24243     mpc85xx: Update linker scripts for Freescale boards
24244
24245     * Move to using absolute addressing always.  Makes the scripts a bit more
24246       portable and common
24247     * Moved .bss after the end of the image.  These allows us to have more
24248       room in the resulting binary image for code and data.
24249     * Removed .text object files that aren't really needed
24250     * Make sure _end is 4-byte aligned as the .bss init code expects this.
24251       (Its possible that the end of .bss isn't 4-byte aligned)
24252
24253     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24254
24255 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
24256 Author: Kumar Gala <galak@kernel.crashing.org>
24257 Date:   Wed Jul 30 08:01:15 2008 -0500
24258
24259     Fix compile warnings in dlmalloc
24260
24261     The origional code was using on odd reference to get to the first
24262     real element in av_[].  The first two elements of the array are
24263     not used for actual bins, but for house keeping.  If we are more
24264     explicit about how use the first few elements we can get rid of the
24265     warnings:
24266
24267     dlmalloc.c: In function 'malloc_extend_top':
24268     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
24269     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
24270     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
24271     ...
24272
24273     The logic of how this code came to be is:
24274         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
24275
24276     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
24277         bin_at(0) = &(av_[0])
24278
24279     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
24280
24281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24282
24283 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
24284 Author: Stefan Roese <sr@denx.de>
24285 Date:   Wed Jul 30 10:21:01 2008 +0200
24286
24287     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
24288
24289     Signed-off-by: Stefan Roese <sr@denx.de>
24290
24291 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
24292 Author: Stefan Roese <sr@denx.de>
24293 Date:   Wed Jul 30 09:59:51 2008 +0200
24294
24295     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
24296
24297     A recent patch used '#if (CONFIG_CMD_USB)' instead of
24298     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
24299     common/bootm.c compile again.
24300
24301     Signed-off-by: Stefan Roese <sr@denx.de>
24302     Acked-by: Markus Klotzbuecher <mk@denx.de>
24303
24304 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
24305 Author: Kyungmin Park <kmpark@infradead.org>
24306 Date:   Tue Jul 22 08:01:43 2008 +0900
24307
24308     Remove unused I2C at apollon board
24309
24310     There are no I2C devices on this board.
24311
24312     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24313
24314 commit 3c95960e526b3b026da20201db64526f46faf14b
24315 Author: Wolfgang Denk <wd@denx.de>
24316 Date:   Thu Jul 31 10:12:09 2008 +0200
24317
24318     at91rm9200dk, csb637: fix NAND related build problems
24319
24320     Tried fixing NAND support for the at91rm9200dk board; untested.
24321     Disabled NAND support in the csb637 board config file.
24322
24323     Signed-off-by: Wolfgang Denk <wd@denx.de>
24324
24325 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
24326 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24327 Date:   Wed Jul 30 12:39:28 2008 +0200
24328
24329     ppc4xx: ML507: Environment in flash and MTD Support
24330
24331     - Relocate the location of U-Boot in the flash
24332     - Save the environment in one sector of the flash memory
24333     - MTD Support
24334
24335     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24336     Signed-off-by: Stefan Roese <sr@denx.de>
24337
24338 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
24339 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24340 Date:   Tue Jul 29 17:16:10 2008 +0200
24341
24342     ppc4xx: ML507: Use of get_ram_size in board ml507
24343
24344     - Change suggested by WD
24345
24346     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24347     Signed-off-by: Stefan Roese <sr@denx.de>
24348
24349 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
24350 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24351 Date:   Mon Jul 21 20:30:07 2008 +0200
24352
24353     ppc4xx: ML507: U-Boot in flash and System ACE
24354
24355     This patch allows booting from FLASH the ML507 board by Xilinx.
24356     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
24357
24358     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24359     Signed-off-by: Stefan Roese <sr@denx.de>
24360
24361 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
24362 Author: Julien May <mailinglist@miromico.ch>
24363 Date:   Mon Jun 23 13:57:52 2008 +0200
24364
24365     Add support for the hammerhead (AVR32) board
24366
24367     The Hammerhead platform is built around a AVR32 32-bit microcontroller
24368     from Atmel.  It offers versatile peripherals, such as ethernet, usb
24369     device, usb host etc.
24370
24371     The board also incooperates a power supply and is a Power over Ethernet
24372     (PoE) Powered Device (PD).
24373
24374     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
24375     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
24376     DDR2 SDRAM interfaces, which will cover even the most exceptional need
24377     of memory bandwidth. Together with the onboard video decoder the board
24378     is ready for video processing.
24379
24380     For more information see: http:///www.miromico.com/hammerhead
24381
24382     Signed-off-by: Julien May <mailinglist@miromico.ch>
24383     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
24384     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24385
24386 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
24387 Author: Kumar Gala <galak@kernel.crashing.org>
24388 Date:   Tue Jul 29 12:23:49 2008 -0500
24389
24390     fsl_i2c: Use timebase timer functions instead of get_timer()
24391
24392     The current implementation of get_timer() is only really useful after we
24393     have relocated u-boot to memory.  The i2c code is used before that as part
24394     of the SPD DDR setup.
24395
24396     We actually have a bug when using the get_timer() code before relocation
24397     because the .bss hasn't been setup and thus we could be reading/writing
24398     a random location (probably in flash).
24399
24400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24401
24402 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
24403 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
24404 Date:   Tue Jul 29 14:49:31 2008 +0200
24405
24406     Adder8xx: Fix CFG_MONITOR_LEN
24407
24408     Due to increased space usage, U-Boot can no longer be stored in three sectors.
24409     The current U-Boot use just over three flash sectors (197k), and U-Boot will
24410     become corrupt after saving environment variables. This patch adds another 64k
24411     to CFG_MONITOR_LEN.
24412
24413     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
24414
24415 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
24416 Author: Kyungmin Park <kmpark@infradead.org>
24417 Date:   Tue Jul 29 08:47:57 2008 +0900
24418
24419     Add OneNAND IPL related files to gitignore
24420
24421     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24422
24423 commit 8d87589e8e874df7120a3d9667f051bc33bac250
24424 Author: Rafal Jaworowski <raj@semihalf.com>
24425 Date:   Mon Jul 28 20:38:25 2008 +0200
24426
24427     API: Teach the storage layer about SATA and MMC options.
24428
24429     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24430     Acked-by: Rafal Jaworowski <raj@semihalf.com>
24431
24432 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
24433 Author: Rafal Jaworowski <raj@semihalf.com>
24434 Date:   Mon Jul 28 20:37:48 2008 +0200
24435
24436     API: Dump contents of sector 0 in the demo application.
24437
24438     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24439     Acked-by: Rafal Jaworowski <raj@semihalf.com>
24440
24441 commit 13ca6305f2eba49c175f6370c35286141059c789
24442 Author: Rafal Jaworowski <raj@semihalf.com>
24443 Date:   Mon Jul 28 20:37:10 2008 +0200
24444
24445     API: Correct storage enumeration routine, other minor fixes in API storage area.
24446
24447     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24448     Acked-by: Rafal Jaworowski <raj@semihalf.com>
24449
24450 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
24451 Author: Rafal Jaworowski <raj@semihalf.com>
24452 Date:   Mon Jul 28 20:36:19 2008 +0200
24453
24454     API: Fix compilation warnings in api_examples/demo.c.
24455
24456     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24457
24458 commit c14eefcc48212af2f3314809605698dd8393a90a
24459 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24460 Date:   Sun Jul 27 17:09:43 2008 +0200
24461
24462     Fix more printf() format warnings
24463
24464     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24465
24466 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
24467 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24468 Date:   Fri Jul 25 15:18:16 2008 +0200
24469
24470     Fix remaining CFG_CMD_ define, ifdef and comments
24471
24472     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24473
24474 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
24475 Author: Stefano Babic <sbabic@denx.de>
24476 Date:   Fri Jul 25 08:57:40 2008 +0200
24477
24478     Add include for config.h in command.h.
24479
24480     Because the cmd_tbl_s structure depends on the configuration file, it
24481     must be assured that config.h is included before the structure is
24482     evaluated by the compiler. If this is not certain, it could happen
24483     that the compiler generates structures of different size, depending
24484     on the fact if the source file includes <config.h> before or after
24485     <command.h>.
24486
24487     The effect is that u-boot crashes when tries to relocate the command
24488     table (for ppc) or try to access to the command table for other
24489     architectures.
24490
24491     The problem can happen on board-depending commands. All general
24492     commands under /common are unaffected, because they include already
24493     config.h before command.h.
24494
24495     Signed-off-by: Stefano Babic <sbabic@denx.de>
24496
24497 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
24498 Author: Scott Wood <scottwood@freescale.com>
24499 Date:   Wed Jul 23 13:16:06 2008 -0500
24500
24501     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
24502
24503     This fixes building out-of-tree.
24504
24505     Signed-off-by: Scott Wood <scottwood@freescale.com>
24506
24507 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
24508 Author: Heiko Schocher <hs@denx.de>
24509 Date:   Wed Jul 23 07:30:46 2008 +0200
24510
24511     Fix warnings if compiling with IDE support.
24512
24513     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
24514     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
24515
24516     Signed-off-by: Heiko Schocher <hs@denx.de>
24517
24518 commit 7610db17fd4d59c51d825488526d85ede2f06767
24519 Author: Adrian Filipi <adrian.filipi@eurotech.com>
24520 Date:   Tue Jul 22 14:28:11 2008 -0400
24521
24522     Removed support for the adsvix board.
24523
24524     Support for the adsvix was originally provided by Applied Data
24525     Systems (ADS), inc., now EuroTech, Inc.
24526     The board never shipped aside from some sample boards.
24527
24528     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
24529
24530 commit f96b44cef897bd372beb86dde1b33637c119d84d
24531 Author: Remy Bohmer <linux@bohmer.net>
24532 Date:   Tue Jul 22 16:22:11 2008 +0200
24533
24534     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
24535
24536     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
24537     never set, because relocation to RAM is actually never done by U-boot
24538     itself. However, several pieces of code check if this flag is set at
24539     some time.
24540
24541     So, to make sure this flag is set on boards skipping relocation, this
24542     is added to the initialisation of U-boot at a moment where it is safe
24543     to do so.
24544
24545     Signed-off-by: Remy Bohmer <linux@bohmer.net>
24546
24547 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
24548 Author: Timur Tabi <timur@freescale.com>
24549 Date:   Mon Jul 21 14:26:23 2008 -0500
24550
24551     fsl-i2c: fix writes to data segment before relocation
24552
24553     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
24554     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
24555     I2C bus speed and save the value in i2c_bus_speed[], which is a global
24556     variable.  It is an error to write to the data segment before relocation,
24557     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
24558
24559     Signed-off-by: Timur Tabi <timur@freescale.com>
24560
24561 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
24562 Author: Wolfgang Ocker <weo@reccoware.de>
24563 Date:   Mon Jul 28 16:56:51 2008 +0200
24564
24565     mips: Fix baudrate divisor computation on alchemy cpus
24566
24567     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
24568     on alchemy cpus.
24569
24570     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
24571     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24572
24573 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
24574 Author: Ben Warren <biggerbadderben@gmail.com>
24575 Date:   Sat Jul 5 00:08:48 2008 -0700
24576
24577     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
24578
24579     Renamed initialization functions for atngw100 and atstk1000.
24580     Removed initializations for these boards from net/eth.c
24581
24582     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24583     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24584
24585 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
24586 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24587 Date:   Wed Jul 23 10:55:46 2008 +0200
24588
24589     spi flash: Fix printf() format warnings
24590
24591     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24592
24593 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
24594 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24595 Date:   Wed Jul 23 10:55:31 2008 +0200
24596
24597     atmel_mci: Fix printf() format warnings
24598
24599     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24600
24601 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
24602 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24603 Date:   Wed Jul 23 10:55:15 2008 +0200
24604
24605     avr32: Fix printf() format warnings
24606
24607     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24608
24609 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
24610 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24611 Date:   Wed Jul 23 10:52:19 2008 +0200
24612
24613     avr32: asm/io.h needs asm/types.h
24614
24615     map_physmem() takes a phys_addr_t as parameter. This type is defined in
24616     asm/types.h, so we need to include that file.
24617
24618     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24619
24620 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
24621 Author: Michal Simek <monstr@monstr.eu>
24622 Date:   Thu Jul 17 12:25:46 2008 +0200
24623
24624     microblaze: Fix printf() format issues
24625
24626     Signed-off-by: Michal Simek <monstr@monstr.eu>
24627
24628 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
24629 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
24630 Date:   Thu Jul 17 07:27:51 2008 +0530
24631
24632     Remove unused code from lib_arm/bootm.c
24633
24634     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
24635
24636 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
24637 Author: Detlev Zundel <dzu@denx.de>
24638 Date:   Wed Jul 16 18:56:45 2008 +0200
24639
24640     tqm85xx: Demystify 'DK: !!!' comment
24641
24642     Signed-off-by: Detlev Zundel <dzu@denx.de>
24643
24644 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
24645 Author: Detlev Zundel <dzu@denx.de>
24646 Date:   Wed Jul 16 18:56:44 2008 +0200
24647
24648     83xx/85xx/86xx: Add LTEDR local bus definitions
24649
24650     Signed-off-by: Detlev Zundel <dzu@denx.de>
24651
24652 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
24653 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24654 Date:   Wed Jul 16 16:22:32 2008 +0200
24655
24656     serial_xuartlite.c: fix compiler warnings
24657
24658     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24659     Acked-by: Grant Likely <grant.likely@secretlab.ca>
24660
24661 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
24662 Author: Stefan Roese <sr@denx.de>
24663 Date:   Fri Jul 18 11:03:35 2008 +0200
24664
24665     POST: Add disable interrupts in some of the missing CPU POST tests
24666
24667     Some CPU POST tests did not disable the interrupts while running. This
24668     seems to be necessary to protect this self modifying code.
24669
24670     Signed-off-by: Stefan Roese <sr@denx.de>
24671
24672 commit 97a3bf268d096e0e97e54048448c35114edcf557
24673 Author: Stefan Roese <sr@denx.de>
24674 Date:   Fri Jul 18 10:43:24 2008 +0200
24675
24676     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
24677
24678     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
24679     CFG_64BIT_LBA.
24680
24681     Signed-off-by: Stefan Roese <sr@denx.de>
24682
24683 commit 0043ac55024963295fc79b39af85b6dc3b261e17
24684 Author: Niklaus Giger <niklaus.giger@netstal.com>
24685 Date:   Fri Jul 18 11:22:23 2008 +0200
24686
24687     POST PPC4xx/spr IVPR only if PPC440
24688
24689     The SPR IVPR register is only present (as far as I know) for
24690     processors with a PPC440 core.
24691
24692     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
24693     Acked-by: Stefan Roese <sr@denx.de>
24694
24695 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
24696 Author: Stefan Roese <sr@denx.de>
24697 Date:   Fri Jul 18 10:42:29 2008 +0200
24698
24699     ppc4xx: Enable 64bit printf format on 440/460 platforms
24700
24701     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
24702     440/460 platforms. This may be needed since those platforms support
24703     36bit physical address space.
24704
24705     Signed-off-by: Stefan Roese <sr@denx.de>
24706
24707 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
24708 Author: Stefan Roese <sr@denx.de>
24709 Date:   Fri Jul 18 15:57:23 2008 +0200
24710
24711     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
24712
24713     This patch fixes a problem with incorrect MODTx (On Die Termination)
24714     setup for a configuration with multiple DIMM's and multiple ranks.
24715     Without this change Katmai was unable to boot Linux with DDR2 frequency
24716     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
24717     with DDR2 frequency = 640MHz and mem=4GB.
24718
24719     Signed-off-by: Stefan Roese <sr@denx.de>
24720
24721 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
24722 Author: Stefan Roese <sr@denx.de>
24723 Date:   Fri Jul 18 12:24:41 2008 +0200
24724
24725     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
24726
24727     Signed-off-by: Stefan Roese <sr@denx.de>
24728
24729 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
24730 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24731 Date:   Thu Jul 17 12:47:09 2008 +0200
24732
24733     ppc4xx: ML507 Board Support
24734
24735     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
24736         among others:
24737         -Virtex 5 FX FPGA (With a ppc440x5 in it)
24738         -256MB of SDRAM2
24739         -32MB of Flash
24740         -I2C Eeprom
24741         -System ACE chip
24742         -Serial ATA connectors
24743         -RS232 Level Conversors
24744         -Ethernet Transceiver
24745
24746     This patch gives support to a standard design produced by EDK for this
24747     board: ppc440, uartlite, xilinx_int and flash
24748
24749     - Includes Changes propossed by Stefan Roese and Michal Simek
24750
24751     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24752     Acked-by: Stefan Roese <sr@denx.de>
24753
24754 commit d865fd09809a3a18669f35f970781820af40e4de
24755 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24756 Date:   Thu Jul 17 11:44:12 2008 +0200
24757
24758     ppc4xx: CPU PPC440x5 on Virtex5 FX
24759
24760     -This patchs gives support for the embbedded ppc440
24761      on the Virtex5 FPGAs
24762     -interrupts.c divided in uic.c and interrupts.c
24763     -xilinx_irq.c for xilinx interrupt controller
24764     -Include modifications propossed by  Stefan Roese
24765
24766     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24767     Acked-by: Stefan Roese <sr@denx.de>
24768
24769 commit 340ccb260f21516be360745d5c5e3bd0657698df
24770 Author: Sebastian Siewior <bigeasy@linutronix.de>
24771 Date:   Wed Jul 16 20:04:49 2008 +0200
24772
24773     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
24774
24775     This got broken by commits 93c56f212c
24776      [cfi_flash: support of long cmd in U-boot.]
24777
24778     That command needs to be in little endian format on BE machines
24779     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
24780     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
24781     the cmdbuf in case portwidth = chipwidth = 8bit.
24782
24783     Cc: Alexey Korolev <akorolev@infradead.org>
24784     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
24785     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
24786
24787 commit 11188d55bc16dd907451c00282e00a038f73dd62
24788 Author: Stefan Roese <sr@denx.de>
24789 Date:   Thu Jul 17 10:40:51 2008 +0200
24790
24791     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
24792
24793     Signed-off-by: Stefan Roese <sr@denx.de>
24794
24795 commit 021f6df6e96af5b387810cf96d24848da1faa55c
24796 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24797 Date:   Thu Jul 10 17:20:51 2008 +0400
24798
24799     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
24800
24801     The thinko was quite silly indeed, I messed with !ptr. Normally this
24802     would trigger some fault, but in U-Boot NULL pointer is equal to phys
24803     0, so the code was working still, just didn't actually test mpc8315erdb
24804     environment variable value. Heh.
24805
24806     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24807     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24808
24809 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
24810 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24811 Date:   Tue Jul 8 21:00:04 2008 +0400
24812
24813     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
24814
24815     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
24816     support, or without TSEC1 but with USB ULPI PHY support in addition.
24817     With this patch user can specify desired USB PHY.
24818
24819     Also, it seems that we can't distinguish the two boards in software, so
24820     user have to set `mpc8315erdb' environment variable to either 'tsec1'
24821     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
24822     Linux will not probe for TSEC1.
24823
24824     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24825     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24826
24827 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
24828 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24829 Date:   Tue Jul 8 20:59:43 2008 +0400
24830
24831     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
24832
24833     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
24834     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
24835     (connected to the four-ports hub, usb host only).
24836
24837     This patch implements support for passing Dual-Role USB controller's
24838     device tree property phy_type through the usb_phy_type environment
24839     variable.
24840
24841     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24842     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24843     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24844
24845 commit 699f05125509249072a0b865c8d35520d97cd501
24846 Author: Wolfgang Denk <wd@denx.de>
24847 Date:   Tue Jul 15 22:22:44 2008 +0200
24848
24849     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
24850
24851     Signed-off-by: Wolfgang Denk <wd@denx.de>
24852
24853 commit bcab74baa6b1b1c969038ab6f64a186239180405
24854 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24855 Date:   Tue Jul 15 11:23:02 2008 -0400
24856
24857     Round the serial port clock divisor value returned by calc_divisor()
24858
24859     Round the serial port clock divisor value returned by
24860     calc_divisor()
24861
24862     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24863     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24864
24865 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
24866 Author: Robin Getz <rgetz@blackfin.uclinux.org>
24867 Date:   Tue Jul 15 21:44:46 2008 +0200
24868
24869     Fix DHCP protocol so U-Boot does not respond too early
24870     on the network with it's offered IP number; it should not reply until
24871     after it has received a DHCP ACK message. Also ensures that U-Boot
24872     does it's DHCPREQUEST as broadcast (per RFC 2131).
24873
24874     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
24875     Acked-by: Ben Warren <biggerbadderben@gmail.com>
24876     Signed-off-by: Wolfgang Denk <wd@denx.de>
24877
24878 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
24879 Author: Sebastian Siewior <bigeasy@linutronix.de>
24880 Date:   Tue Jul 15 13:35:23 2008 +0200
24881
24882     cfi_flash: make the command u32 only
24883
24884     This got changed by commit 93c56f212c
24885     [cfi_flash: support of long cmd in U-boot.]
24886
24887     Long is the wrong type because it will behave differently on 64bit
24888     machines in a way that is probably not expected. u32 should be
24889     enough.
24890
24891     Cc: Alexey Korolev <akorolev@infradead.org>
24892     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
24893     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
24894
24895 commit 31cfe57491b183acae575d486729e158f016c27b
24896 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24897 Date:   Mon Jul 14 23:48:41 2008 +0200
24898
24899     tools/gitignore: update to all generated files
24900
24901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24902
24903 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
24904 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
24905 Date:   Wed Jul 9 18:30:44 2008 +0200
24906
24907     mpc5xxx: Add MVBC_P board support
24908
24909     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
24910     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
24911
24912     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
24913     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24914
24915 commit e2d31fb3450653115452144363d5bde4e5e3e693
24916 Author: Timur Tabi <timur@freescale.com>
24917 Date:   Thu Jun 19 17:56:11 2008 -0500
24918
24919     Update Freescale sys_eeprom.c to handle CCID formats
24920
24921     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
24922     NXID format replaces the older CCID format, but it's important to support both
24923     since most boards out there still use the CCID format.  This change is in
24924     preparation for using one file to handle both formats.  This will also unify
24925     EEPROM support for all Freescale 85xx and 86xx boards.
24926
24927     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
24928     instead of ID_EEPROM_ADDR.
24929
24930     Signed-off-by: Timur Tabi <timur@freescale.com>
24931
24932 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
24933 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24934 Date:   Fri Jul 11 17:22:43 2008 +0900
24935
24936     pci: sh: Add pci_skip_dev and pci_print_dev function
24937
24938     Add function of new PCI, pci_skip_dev and pci_print_dev.
24939
24940     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24941     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24942
24943 commit 1107014e835ec9d46c0333f4211d104f77442db0
24944 Author: Andy Fleming <afleming@freescale.com>
24945 Date:   Mon Jul 14 20:29:07 2008 -0500
24946
24947     Clean up INIT_RAM options
24948
24949     The L2_INIT_RAM option was unused, and recent changes to the TLB code
24950     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
24951     the amount of mapped space attached to nothing, we change things so the TLBs
24952     get cleared.
24953
24954     Signed-off-by: Andy Fleming <afleming@freescale.com>
24955
24956 commit 4524561820a9327e89107854b3a7187800ccf719
24957 Author: Andy Fleming <afleming@freescale.com>
24958 Date:   Mon Jul 14 20:26:57 2008 -0500
24959
24960     Remove fake flash bank from 8544 DS
24961
24962     The fake flash bank was generating errors for anyone who didn't have a
24963     PromJET hooked up to the board.  As that constitutes the vast majority of
24964     users, we remove it.
24965
24966     Signed-off-by: Andy Fleming <afleming@freescale.com>
24967
24968 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
24969 Author: Kumar Gala <galak@kernel.crashing.org>
24970 Date:   Mon Jul 14 14:07:03 2008 -0500
24971
24972     MPC8544DS: Add ATI Video card support
24973
24974     Add support for using a PCIe ATI Video card on PCIe2.
24975
24976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24977
24978 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
24979 Author: Kumar Gala <galak@kernel.crashing.org>
24980 Date:   Mon Jul 14 14:07:02 2008 -0500
24981
24982     85xx: Add some L1/L2 SPR register definitions
24983
24984     Add new L1/L2 SPRs related to e500mc cache config and control.
24985
24986     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24987
24988 commit e5852787f0c3c442a276262f13d91ca450605ac0
24989 Author: Kumar Gala <galak@kernel.crashing.org>
24990 Date:   Mon Jul 14 14:07:01 2008 -0500
24991
24992     MPC8544DS: Report board id, board version and fpga version.
24993
24994     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24995
24996 commit 73f15a060f67a2462551c334215bd20fac6b81d1
24997 Author: Kumar Gala <galak@kernel.crashing.org>
24998 Date:   Mon Jul 14 14:07:00 2008 -0500
24999
25000     85xx: Cleanup L2 cache size detection
25001
25002     The L2 size detection code was a bit confusing and we kept having to add
25003     code to it to handle new processors.  Change the sense of detection so we
25004     look for the older processors that aren't changing.
25005
25006     Also added support for 1M cache size on 8572.
25007
25008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25009
25010 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
25011 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25012 Date:   Fri Jul 11 15:33:08 2008 -0400
25013
25014     sbc8560: enable CONFIG_OF_LIBFDT by default
25015
25016     Make the default build for the sbc8560 board be powerpc
25017     capable with libfdt support.
25018
25019     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25020
25021 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
25022 Author: Andy Fleming <afleming@freescale.com>
25023 Date:   Mon Jul 14 20:04:40 2008 -0500
25024
25025     Fix indentation for default boot environment variables
25026
25027     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
25028     similar #defines in sbc8560.h.
25029
25030     Signed-off-by: Andy Fleming <afleming@freescale.com>
25031
25032 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
25033 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25034 Date:   Fri Jul 11 15:33:07 2008 -0400
25035
25036     sbc8560: add default fdt values
25037
25038     Add in the default fdt settings and the typical EXTRA_ENV
25039     settings as borrowed from the mpc8560ads.  Fix a couple
25040     of stale references to the mpc8560ads dating back to the
25041     original clone/fork.
25042
25043     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25044     Signed-off-by: Andy Fleming <afleming@freescale.com>
25045
25046 commit d04e76edf92f7f89696989e8702b97e020455af3
25047 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25048 Date:   Fri Jul 11 15:33:06 2008 -0400
25049
25050     sbc8560: add in ft_board_setup()
25051
25052     Add in for the sbc8560, the ft_board_setup() routine, based on what is
25053     in use for the Freescale MPC8560ADS board.
25054
25055     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25056
25057 commit c158bcaca3b31cbe38c4143812e6170e38a57393
25058 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25059 Date:   Fri Jul 11 15:33:05 2008 -0400
25060
25061     sbc8560: define eth0 and eth1 instead of eth1 and eth2
25062
25063     The existing config doesn't define CONFIG_HAS_ETH0, and so the
25064     fdt support doesn't update the zeros in the dtb local-mac with
25065     real data from the u-boot env.  Since the existing config is
25066     tailored to just two interfaces, get rid of the ETH2 definitions
25067     at the same time.
25068
25069     Also don't include any end user specific data into the environment
25070     by default -- things like MAC address, network parameters etc. need
25071     to come from the end user.
25072
25073     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25074     Signed-off-by: Andy Fleming <afleming@freescale.com>
25075
25076 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
25077 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25078 Date:   Fri Jul 11 15:33:04 2008 -0400
25079
25080     sbc8560: properly set cs0_bnds for 512MB
25081
25082     The sbc8560 board ships with 512MB of memory installed,
25083     but the current cs0_bnds is hard coded for 256MB.  Set the
25084     value based on CFG_SDRAM_SIZE.
25085
25086     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25087
25088 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
25089 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25090 Date:   Fri Jul 11 15:33:03 2008 -0400
25091
25092     sbc8560: proper definitions for TSEC.
25093
25094     The definitions for the TSEC have become out of date.  There is no
25095     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
25096     Update to match those of other boards, like the MPC8560ADS.
25097
25098     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25099     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25100
25101 commit 71074abbe0c76429577aff58aeff0a24ad210b23
25102 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25103 Date:   Wed Jul 9 13:23:05 2008 -0400
25104
25105     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
25106
25107     Some boards that have external 16550 UARTs don't have a direct
25108     tie between bi_busfreq and the clock used for the UARTs.  Boards
25109     that do have such a tie should set CFG_NS16550_CLK to be
25110     get_bus_freq(0) -- which most of them do already.
25111
25112     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25113     Acked-by: Kim Phillips <kim.phillips@freescale.com>
25114
25115 commit 24ef76f320fbadf074105229826514db140f939f
25116 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25117 Date:   Wed Jul 2 07:03:53 2008 -0700
25118
25119     Change the temp map to ROM to align addresses to page size.
25120
25121     With a page size of BOOKE_PAGESZ_16M, both the real and effective
25122     addresses must be multiples of 16MB.  The hardware silently truncates
25123     them so the code happens to work.  This patch clarifies the situation
25124     by establishing addresses that the hardware doesn't need to truncate.
25125
25126     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25127     Signed-off-by: Andy Fleming <afleming@freescale.com>
25128
25129 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
25130 Author: Kim Phillips <kim.phillips@freescale.com>
25131 Date:   Tue Jun 17 17:45:22 2008 -0500
25132
25133     mpc85xx: use IS_E_PROCESSOR macro
25134
25135     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25136
25137 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
25138 Author: Kim Phillips <kim.phillips@freescale.com>
25139 Date:   Mon Jun 16 15:55:53 2008 -0500
25140
25141     fdt: add crypto node handling for MPC8{3, 5}xxE processors
25142
25143     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
25144     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
25145     if on an 'EA' processor, e.g. MPC8349EA.
25146
25147     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25148
25149 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
25150 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25151 Date:   Fri Jul 11 15:10:11 2008 -0400
25152
25153     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
25154
25155     ARM DaVinci: Remove extern phy_t declaration by moving
25156     code to proper place.
25157
25158     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25159
25160 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
25161 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25162 Date:   Fri Jul 11 15:10:10 2008 -0400
25163
25164     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
25165
25166     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
25167     and prototype of i2c_init().
25168
25169     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25170
25171 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
25172 Author: Kumar Gala <galak@kernel.crashing.org>
25173 Date:   Mon Jul 14 14:03:02 2008 -0500
25174
25175     Fix some more printf() format problems.
25176
25177     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25178
25179 commit 45b16d22c64674ccd8c4637456a987463609141c
25180 Author: Wolfgang Denk <wd@denx.de>
25181 Date:   Mon Jul 14 22:38:42 2008 +0200
25182
25183     Fix coding style; make code better parsable by external tools
25184
25185     Signed-off-by: Wolfgang Denk <wd@denx.de>
25186
25187 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
25188 Author: Wolfgang Denk <wd@denx.de>
25189 Date:   Mon Jul 14 21:19:08 2008 +0200
25190
25191     cpu/i386/serial.c: Fix syntax errors
25192
25193     Signed-off-by: Wolfgang Denk <wd@denx.de>
25194
25195 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
25196 Author: Wolfgang Denk <wd@denx.de>
25197 Date:   Mon Jul 14 20:41:35 2008 +0200
25198
25199     elppc board: Coding style cleanup.
25200
25201     Signed-off-by: Wolfgang Denk <wd@denx.de>
25202
25203 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
25204 Author: Wolfgang Denk <wd@denx.de>
25205 Date:   Mon Jul 14 20:40:22 2008 +0200
25206
25207     elppc board: fix syntax error.
25208
25209     Signed-off-by: Wolfgang Denk <wd@denx.de>
25210
25211 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
25212 Author: Wolfgang Denk <wd@denx.de>
25213 Date:   Mon Jul 14 20:38:26 2008 +0200
25214
25215     EB+MCF-EV123 board: fix coding style (alingment)
25216
25217     Signed-off-by: Wolfgang Denk <wd@denx.de>
25218
25219 commit 6841785a0bb0f38175456a923edd634fb7dd6947
25220 Author: Wolfgang Denk <wd@denx.de>
25221 Date:   Mon Jul 14 20:36:44 2008 +0200
25222
25223     EB+MCF-EV123 board: fix syntx error
25224
25225     Signed-off-by: Wolfgang Denk <wd@denx.de>
25226
25227 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
25228 Author: Andy Fleming <afleming@freescale.com>
25229 Date:   Mon Jul 7 18:02:08 2008 -0500
25230
25231     Remove LBC_CACHE_BASE from 8544 DS
25232
25233     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
25234     space for some anyway, we were allowing speculative loads into unmapped space,
25235     which would cause an exception (annoying, even if ultimately harmless).
25236     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
25237     problem.
25238
25239     Signed-off-by: Andy Fleming <afleming@freescale.com>
25240
25241 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
25242 Author: Wolfgang Denk <wd@denx.de>
25243 Date:   Mon Jul 14 15:19:07 2008 +0200
25244
25245     Code cleanup: fix old style assignment ambiguities like "=-" etc.
25246
25247     Signed-off-by: Wolfgang Denk <wd@denx.de>
25248
25249 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
25250 Author: Wolfgang Denk <wd@denx.de>
25251 Date:   Mon Jul 14 15:10:53 2008 +0200
25252
25253     AmigaOneG3SE: remove dead and incomplete files
25254
25255     Signed-off-by: Wolfgang Denk <wd@denx.de>
25256
25257 commit b64f190b7a34224df09b559ca111eb1b733f00ad
25258 Author: Wolfgang Denk <wd@denx.de>
25259 Date:   Mon Jul 14 15:06:35 2008 +0200
25260
25261     Fix printf() format issues with sizeof_t types by using %zu
25262
25263     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25264     Signed-off-by: Wolfgang Denk <wd@denx.de>
25265
25266 commit f354b73e16a86f9e9085471a830605f74f84ea5d
25267 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25268 Date:   Mon Jul 14 14:11:45 2008 +0200
25269
25270     vsprintf: add z and t options
25271
25272     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25273
25274 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
25275 Author: Wolfgang Denk <wd@denx.de>
25276 Date:   Sun Jul 13 23:07:35 2008 +0200
25277
25278     Fix some more printf() format issues.
25279
25280     Signed-off-by: Wolfgang Denk <wd@denx.de>
25281
25282 commit d5996dd555edf52721b7691a4c59de016251ed39
25283 Author: Wolfgang Denk <wd@denx.de>
25284 Date:   Sun Jul 13 19:51:00 2008 +0200
25285
25286     Fix some more printf() format problems.
25287
25288     Signed-off-by: Wolfgang Denk <wd@denx.de>
25289
25290 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
25291 Author: Wolfgang Denk <wd@denx.de>
25292 Date:   Sun Jul 13 19:48:26 2008 +0200
25293
25294     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
25295
25296     Signed-off-by: Wolfgang Denk <wd@denx.de>
25297
25298 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
25299 Author: Anatolij Gustschin <agust@denx.de>
25300 Date:   Sat Jul 12 17:31:36 2008 +0200
25301
25302     Fix bug in Lime video driver
25303
25304     We need to wait while drawing engine clears frame
25305     buffer before any further software accesses to frame
25306     buffer will be initiated. Otherwise software drawn
25307     parts could be partially destroyed by the drawing
25308     engine or even GDC chip freeze could occur (as
25309     observed on socrates board).
25310
25311     Signed-off-by: Anatolij Gustschin <agust@denx.de>
25312
25313 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
25314 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25315 Date:   Sat Jul 12 14:36:34 2008 +0200
25316
25317     Fix some more printf() format issues.
25318
25319     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25320
25321 commit 18c8a28aad49803780bd8d52432ded528e37e701
25322 Author: Michal Simek <monstr@monstr.eu>
25323 Date:   Fri Jul 11 15:11:57 2008 +0200
25324
25325     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
25326
25327     Signed-off-by: Michal Simek <monstr@monstr.eu>
25328     Acked-by: Stefan Roese <sr@denx.de>
25329
25330 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
25331 Author: Michal Simek <monstr@monstr.eu>
25332 Date:   Fri Jul 11 11:50:53 2008 +0200
25333
25334     hwmon: Cleaning hwmon devices
25335
25336     Clean Makefile
25337     Move device specific values to driver for better reading
25338
25339     Signed-off-by: Michal Simek <monstr@monstr.eu>
25340     Acked-by: Stefan Roese <sr@denx.de>
25341
25342 commit c78fce699c7ff467ecd841da6a79f065180bf578
25343 Author: Michal Simek <monstr@monstr.eu>
25344 Date:   Fri Jul 11 10:43:13 2008 +0200
25345
25346     FIS: repare incorrect return value with ramdisk handling
25347
25348     Microblaze and PowerPC use boot_get_ramdisk for loading
25349     ramdisk to memory with checking return value.
25350     Return 0 means success. Return 1 means failed.
25351     Here is correspond part of code from bootm.c which check
25352     return code.
25353
25354     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
25355                 &rd_data_start, &rd_data_end);
25356     if (ret)
25357         goto error;
25358
25359     Signed-off-by: Michal Simek <monstr@monstr.eu>
25360
25361 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
25362 Author: Michal Simek <monstr@monstr.eu>
25363 Date:   Fri Jul 11 10:10:32 2008 +0200
25364
25365     microblaze: Remove useless ancient headers
25366
25367     Signed-off-by: Michal Simek <monstr@monstr.eu>
25368
25369 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
25370 Author: Michal Simek <monstr@monstr.eu>
25371 Date:   Fri Jul 11 10:10:31 2008 +0200
25372
25373     microblaze: Clean uartlite driver
25374
25375     Redesign uartlite driver to in_be32 and out_be32 macros
25376     Fix missing header in io.h
25377
25378     Signed-off-by: Michal Simek <monstr@monstr.eu>
25379     Acked-by: Grant Likely <grant.likely@secretlab.ca>
25380
25381 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
25382 Author: Marcel Ziswiler <marcel@ziswiler.com>
25383 Date:   Fri Jul 11 02:39:14 2008 +0200
25384
25385     Enable passing of ATAGs required by latest Linux kernel.
25386
25387 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
25388 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25389 Date:   Fri Jul 11 10:24:15 2008 -0400
25390
25391     Fix integer overflow warning in calc_divisor()
25392
25393     which happened when rounding the serial port clock divisor
25394
25395     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25396
25397 commit 6b760189d77f001684e3160b355c185ca3804961
25398 Author: Marcel Ziswiler <marcel@ziswiler.com>
25399 Date:   Fri Jul 11 01:09:59 2008 +0200
25400
25401     Fix build time warnings in function mmc_decode_csd()
25402
25403     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25404
25405 commit c15947d6ce0d59925c97fdfac692476af6e262d0
25406 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25407 Date:   Thu Jul 10 10:46:33 2008 -0400
25408
25409     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
25410
25411     caused by missing dcache status/enable/disable functions.
25412
25413     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25414
25415 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
25416 Author: Stefan Roese <sr@denx.de>
25417 Date:   Thu Jul 10 13:53:31 2008 +0200
25418
25419     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
25420
25421     This patch removes some ft_board_setup() functions from some 4xx boards.
25422     This can be done since we now have a default weak implementation for this
25423     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
25424     implementation like canyonlands need their own version.
25425
25426     Signed-off-by: Stefan Roese <sr@denx.de>
25427
25428 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
25429 Author: Wolfgang Denk <wd@denx.de>
25430 Date:   Sun Jul 13 14:58:16 2008 +0200
25431
25432     Add last known maintainer for orphaned boards; reformat.
25433
25434     Signed-off-by: Wolfgang Denk <wd@denx.de>
25435
25436 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
25437 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25438 Date:   Thu Jul 10 13:16:04 2008 +0200
25439
25440     Remove kharris@nexus-tech.net from MAINTAINERS
25441
25442     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
25443     anymore. You can't be a maintainer without a valid e-mail address, so
25444     move all boards that used to be maintained by Kyle Harris to the
25445     "orphaned" list.
25446
25447     Currently, only PowerPC has a list of orphaned boards, so this patch
25448     creates one for ARM as well.
25449
25450     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25451
25452 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
25453 Author: Anatolij Gustschin <agust@denx.de>
25454 Date:   Thu Jul 10 01:15:10 2008 +0200
25455
25456     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
25457
25458     On the at91sam9260ep development board there is an EEPROM
25459     connected to the TWI interface (PA23, PA24 Peripheral A
25460     multiplexing), so we cannot use these pins as ETX2, ETX3.
25461     This patch configures PA10, PA11 pins for ETX2, ETX3
25462     instead of PA23, PA24 pins.
25463
25464     Signed-off-by: Anatolij Gustschin <agust@denx.de>
25465     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
25466
25467 commit f889265753ddf4465d9d580827bb9289bfac55d6
25468 Author: Kenneth Johansson <kenneth@southpole.se>
25469 Date:   Sat Jul 12 13:18:34 2008 -0600
25470
25471     fix DIU for small screens
25472
25473     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
25474     so it was not possible to set a slow pixel clock and thus prevented
25475     display on small screens.
25476
25477     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
25478     Acked-by: John Rigby <jrigby@freescale.com>
25479
25480 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
25481 Author: John Rigby <jrigby@freescale.com>
25482 Date:   Fri Jul 11 14:44:09 2008 -0600
25483
25484     ADS5121 cleanup compile warnings
25485
25486     board/ads5121/iopin.c
25487         Replace bit fields in struct iopin_t with a single
25488         field and intialize it via plain old macros.
25489         This fixes the type pun warnings and makes the code
25490         more readable.
25491
25492     board/ads5121/ads5121.c
25493         Add include iopin.h to ads5121.c for the iopin_initialize
25494         prototype.
25495
25496         Add an extern void ads5121_diu_init(void)
25497
25498     Signed-off-by: John Rigby <jrigby@freescale.com>
25499
25500 commit bde63587622c4b830a27d1ddf7265843de9e994f
25501 Author: Wolfgang Denk <wd@denx.de>
25502 Date:   Fri Jul 11 22:56:11 2008 +0200
25503
25504     Fix some more printf() format issues.
25505
25506     Signed-off-by: Wolfgang Denk <wd@denx.de>
25507
25508 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
25509 Author: Wolfgang Denk <wd@denx.de>
25510 Date:   Fri Jul 11 22:55:31 2008 +0200
25511
25512     Fixed some out-of-tree build issues
25513
25514     Signed-off-by: Wolfgang Denk <wd@denx.de>
25515
25516 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
25517 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25518 Date:   Wed Jul 9 16:20:23 2008 -0500
25519
25520     ColdFire: Fix FB CS not setup properly for Mcf5282
25521
25522     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
25523     CFG_CSn_RO is defined as 0, the chipselect will not
25524     be assigned.
25525
25526     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25527
25528 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
25529 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25530 Date:   Wed Jul 9 15:47:27 2008 -0500
25531
25532     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
25533
25534     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
25535     clock module in cpu/<cf arch>/cpu_init.c
25536
25537     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25538
25539 commit f94945b517f10e01927101679c62361e03d4e837
25540 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25541 Date:   Wed Jul 9 15:25:01 2008 -0500
25542
25543     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
25544
25545     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25546
25547 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
25548 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25549 Date:   Wed Jul 9 15:21:44 2008 -0500
25550
25551     Fix compile error caused by missing timer function
25552
25553     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
25554
25555     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25556
25557 commit c37ea031175b807c54e6bad9b270e9bede6c0078
25558 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25559 Date:   Wed Jul 9 15:14:25 2008 -0500
25560
25561     Fix compile error caused by incorrect function return type
25562
25563     Rename int mii_init(void) to void mii_init(void)
25564
25565     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25566
25567 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
25568 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25569 Date:   Wed Jun 18 19:27:23 2008 -0500
25570
25571     ColdFire: Fix power up issue for MCF5235
25572
25573     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25574
25575 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
25576 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25577 Date:   Wed Jun 18 19:19:07 2008 -0500
25578
25579     ColdFire: Fix compiling error for MCF5275
25580
25581     The compiling error was caused by missing a closed parentheses
25582     in speed.c
25583
25584     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25585
25586 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
25587 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25588 Date:   Wed Jun 18 19:14:01 2008 -0500
25589
25590     ColdFire: Fix timer issue for MCF5272
25591
25592     The timer was assigned to wrong timer memory mapped which
25593     caused udelay() and timer() not working properly.
25594
25595     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25596
25597 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
25598 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25599 Date:   Wed Jun 18 19:12:13 2008 -0500
25600
25601     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
25602
25603     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25604
25605 commit 8371dc2066136be21e10b7b9293e469297d77298
25606 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25607 Date:   Wed Jun 18 19:05:23 2008 -0500
25608
25609     ColdFire: Add -got=single param for new linux v4e toolchains
25610
25611     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25612
25613 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
25614 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25615 Date:   Wed Jun 18 13:21:19 2008 -0500
25616
25617     ColdFire: Fix code flash configuration for M547x/M548x boards
25618
25619     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25620
25621 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
25622 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25623 Date:   Tue Jun 24 12:12:16 2008 -0500
25624
25625     ColdFire: Fix warning messages by passing correct data type in board.c
25626
25627     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25628
25629 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
25630 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25631 Date:   Thu May 29 12:21:54 2008 -0500
25632
25633     ColdFire: Fix UART baudrate formula
25634
25635     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
25636     can generate the wrong divisor due to integer division truncation.
25637     Round the calculated divisor value by adding 1/2 the baudrate
25638     before dividing by the baudrate.
25639
25640     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25641     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
25642
25643 commit b578fb471444cbd7db1285701ba51343baaf73fb
25644 Author: Stefan Roese <sr@denx.de>
25645 Date:   Thu Jul 10 11:38:26 2008 +0200
25646
25647     ppc4xx: Fix include sequence in 4xx_pcie.c
25648
25649     This patch now moves common.h to the top of the inlcude list. This
25650     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
25651     the phys_size_t/phys_addr_t are defined to the correct size in this
25652     driver.
25653
25654     Signed-off-by: Stefan Roese <sr@denx.de>
25655
25656 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
25657 Author: Stefan Roese <sr@denx.de>
25658 Date:   Fri Jul 11 13:10:56 2008 +0200
25659
25660     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
25661
25662     Signed-off-by: Stefan Roese <sr@denx.de>
25663
25664 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
25665 Author: Stefan Roese <sr@denx.de>
25666 Date:   Fri Jul 11 11:40:13 2008 +0200
25667
25668     ppc4xx: Fix small korat merge problem
25669
25670     Signed-off-by: Stefan Roese <sr@denx.de>
25671
25672 commit 1d0554736a0a1dd59718acda660871ce56b69e18
25673 Author: Stefan Roese <sr@denx.de>
25674 Date:   Fri Jul 11 11:34:52 2008 +0200
25675
25676     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
25677
25678     Signed-off-by: Stefan Roese <sr@denx.de>
25679
25680 commit 3a82113ed5934d498f25080441a8261fc9454b15
25681 Author: Stefan Roese <sr@denx.de>
25682 Date:   Thu Jul 10 16:37:09 2008 +0200
25683
25684     ppc4xx: Add 460SX UIC defines
25685
25686     Only the really needed ones are added (cascading and EMAC/MAL).
25687
25688     Signed-off-by: Stefan Roese <sr@denx.de>
25689
25690 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
25691 Author: Stefan Roese <sr@denx.de>
25692 Date:   Mon Jun 30 14:11:07 2008 +0200
25693
25694     ppc4xx: Continue cleanup of ppc440.h
25695
25696     This patch continues the ppc440.h cleanup by removing some of the unused
25697     defines.
25698
25699     Signed-off-by: Stefan Roese <sr@denx.de>
25700
25701 commit d9056b7913ed6a228d2f33671d916efedee541dd
25702 Author: Stefan Roese <sr@denx.de>
25703 Date:   Mon Jun 30 14:05:05 2008 +0200
25704
25705     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
25706
25707     This patch cleans up the 440SPe PCIe register usage. Now only defines
25708     from the include/asm-ppc/4xx_pcie.h are used.
25709
25710     Signed-off-by: Stefan Roese <sr@denx.de>
25711
25712 commit 5de851403b01489b493fa83137ad990b8ce60d1c
25713 Author: Stefan Roese <sr@denx.de>
25714 Date:   Thu Jun 26 17:36:39 2008 +0200
25715
25716     ppc4xx: Rework 440GX UIC handling
25717
25718     This patch reworks the 440GX interrupt handling so that the common 4xx
25719     code can be used. The 440GX is an exception to all other 4xx variants
25720     by having the cascading interrupt vectors not on UIC0 but on a special
25721     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
25722     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
25723     handling is simpler without any 440GX special cases.
25724
25725     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
25726
25727     Signed-off-by: Stefan Roese <sr@denx.de>
25728
25729 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
25730 Author: Stefan Roese <sr@denx.de>
25731 Date:   Thu Jun 26 13:40:57 2008 +0200
25732
25733     ppc4xx: Consolidate PPC4xx UIC defines
25734
25735     This 2nd patch now removes all UIC mask bit definition. They should be
25736     generated from the vectors by using the UIC_MASK() macro from now on.
25737     This way only the vectors need to get defined for new PPC's.
25738
25739     Also only the really used interrupt vectors are now defined. This makes
25740     definitions for new PPC versions easier and less error prone.
25741
25742     Another part of this patch is that the 4xx emac driver got a little
25743     cleanup, since now the usage of the interrupts is clearer.
25744
25745     Signed-off-by: Stefan Roese <sr@denx.de>
25746
25747 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
25748 Author: Stefan Roese <sr@denx.de>
25749 Date:   Wed Jun 25 10:59:22 2008 +0200
25750
25751     ppc4xx: Consolidate PPC4xx UIC defines
25752
25753     This patch is the first step to consolidate the UIC related defines in the
25754     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
25755     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
25756     steps.
25757
25758     Signed-off-by: Stefan Roese <sr@denx.de>
25759
25760 commit 7ee2619c20ccecd57966d74d844e6329e141261c
25761 Author: Stefan Roese <sr@denx.de>
25762 Date:   Tue Jun 24 17:18:50 2008 +0200
25763
25764     ppc4xx: Consolidate PPC4xx EBC defines
25765
25766     This patch removes all EBC related defines from the PPC4xx headers
25767     ppc405.h and ppc440.h and introduces a new header
25768
25769     include/asm-ppc/ppc4xx-ebc.h
25770
25771     with all those defines.
25772
25773     Signed-off-by: Stefan Roese <sr@denx.de>
25774
25775 commit e321801bed5a6d896d298c00fd20046f039d5d66
25776 Author: Stefan Roese <sr@denx.de>
25777 Date:   Thu Jul 10 13:52:44 2008 +0200
25778
25779     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
25780
25781     This patch removes some ft_board_setup() functions from some 4xx boards.
25782     This can be done since we now have a default weak implementation for this
25783     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
25784     implementation like canyonlands need their own version.
25785
25786     Signed-off-by: Stefan Roese <sr@denx.de>
25787
25788 commit 08250eb2edbd96514d049602d9e134110ac3185f
25789 Author: Stefan Roese <sr@denx.de>
25790 Date:   Thu Jul 10 15:32:32 2008 +0200
25791
25792     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
25793
25794     Signed-off-by: Stefan Roese <sr@denx.de>
25795
25796 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
25797 Author: Grant Erickson <gerickson@nuovations.com>
25798 Date:   Tue Jul 8 08:35:00 2008 -0700
25799
25800     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
25801
25802     This patch adds support for placing the RGMII bridge on the
25803     PPC405EX(r) into MII/GMII mode and allows a board-specific
25804     configuration to specify the bridge mode at compile-time.
25805
25806     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25807     Signed-off-by: Stefan Roese <sr@denx.de>
25808
25809 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
25810 Author: Grant Erickson <gerickson@nuovations.com>
25811 Date:   Wed Jul 9 16:46:35 2008 -0700
25812
25813     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
25814
25815     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
25816     controller registers (MODT and INITPLR) used by the
25817     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
25818     peer values used for the INITPLR MR and EMR registers,
25819     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
25820
25821     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
25822     Kilauea are replaced by equivalent mnemonics to make it easier to
25823     compare and contrast other 405EX(r)-based boards (e.g. during board
25824     bring-up).
25825
25826     Finally, unified the SDRAM controller register dump routine such that
25827     it can be used across all processor variants that utilize the IBM DDR2
25828     SDRAM controller core. It produces output of the form:
25829
25830         PPC4xx IBM DDR2 Register Dump:
25831                 ...
25832                 SDRAM_MB0CF[40] = 0x00006701
25833                 ...
25834
25835     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
25836     since it is not uncommon that the DCR values in header files get mixed
25837     up and it helps to validate, at a glance, they match what is printed
25838     in the user manual.
25839
25840     Tested on:
25841       AMCC Kilauea/Haleakala:
25842       - NFS Linux Boot: PASSED
25843       - NAND Linux Boot: PASSED
25844
25845     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25846     Signed-off-by: Stefan Roese <sr@denx.de>
25847
25848 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
25849 Author: Grant Erickson <gerickson@nuovations.com>
25850 Date:   Wed Jul 9 16:31:59 2008 -0700
25851
25852     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
25853
25854     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
25855     revision ID DCR based on 405EX, and add field mnemonics for bus error
25856     status and ECC error status registers.
25857
25858     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25859     Signed-off-by: Stefan Roese <sr@denx.de>
25860
25861 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
25862 Author: Grant Erickson <gerickson@nuovations.com>
25863 Date:   Wed Jul 9 16:31:36 2008 -0700
25864
25865     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
25866
25867     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
25868
25869     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25870     Signed-off-by: Stefan Roese <sr@denx.de>
25871
25872 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
25873 Author: Grant Erickson <gerickson@nuovations.com>
25874 Date:   Wed Jul 9 11:55:46 2008 -0700
25875
25876     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
25877
25878     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
25879     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
25880     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
25881
25882     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
25883     which causes SDRAM initialization to periodically fail since it can
25884     prematurely indicate SDRAM ready status.
25885
25886     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25887     Signed-off-by: Stefan Roese <sr@denx.de>
25888
25889 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
25890 Author: Feng Kan <fkan@amcc.com>
25891 Date:   Tue Jul 8 22:48:42 2008 -0700
25892
25893     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
25894
25895     Add AMCC Redwood reference board that uses the latest
25896     PPC 464 CPU processor combined with a rich mix of peripheral
25897     controllers. The board will support PCIe, mutiple Gig ethernet
25898     ports, advanced hardware RAID assistance and IEEE 1588.
25899
25900     Signed-off-by: Feng Kan <fkan@amcc.com>
25901     Signed-off-by: Stefan Roese <sr@denx.de>
25902
25903 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
25904 Author: Feng Kan <fkan@amcc.com>
25905 Date:   Tue Jul 8 22:48:07 2008 -0700
25906
25907     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
25908
25909     Signed-off-by: Feng Kan <fkan@amcc.com>
25910     Signed-off-by: Stefan Roese <sr@denx.de>
25911
25912 commit 7d30793685efcada183891c78fc892e6c9ba50c7
25913 Author: Feng Kan <fkan@amcc.com>
25914 Date:   Tue Jul 8 22:47:31 2008 -0700
25915
25916     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
25917
25918     Signed-off-by: Feng Kan <fkan@amcc.com>
25919     Signed-off-by: Stefan Roese <sr@denx.de>
25920
25921 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
25922 Author: Wolfgang Denk <wd@denx.de>
25923 Date:   Fri Jul 11 01:16:00 2008 +0200
25924
25925     Fix some more print() format errors.
25926
25927     Signed-off-by: Wolfgang Denk <wd@denx.de>
25928
25929 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
25930 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25931 Date:   Thu Jul 10 20:57:54 2008 +0200
25932
25933     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
25934
25935     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25936
25937 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
25938 Author: Sergey Lapin <slapin@ossfans.org>
25939 Date:   Thu Jun 5 11:06:29 2008 +0400
25940
25941     DataFlash AT45DB021 support
25942
25943     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
25944     bootstrap, u-boot and its environment, using NAND or other external
25945     storage for kernel and rootfs. This patch adds support for
25946     small 1024x263 chip.
25947
25948     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
25949
25950 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
25951 Author: Kim Phillips <kim.phillips@freescale.com>
25952 Date:   Thu Jul 10 14:00:15 2008 -0500
25953
25954     silence misc printf formatting compiler warnings
25955
25956     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25957
25958 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
25959 Author: Markus Klotzbücher <mk@denx.de>
25960 Date:   Thu Jul 10 14:47:09 2008 +0200
25961
25962     USB: shutdown USB before booting
25963
25964     This patch fixes a potentially serious issue related to USB which was
25965     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
25966     ARM920T. Martin wrote:
25967
25968       Turn off USB to prevent the host controller from writing to the
25969       SDRAM while Linux is booting. This could happen, because the HCCA
25970       (Host Controller Communication Area) lies within the SDRAM and the
25971       host controller writes continously to this area (as busmaster!), for
25972       example to increase the HccaFrameNumber variable, which happens
25973       every 1 ms.
25974
25975     This is a slightly modified version of the patch in order to shutdown
25976     USB when booting on all architectures.
25977
25978     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25979
25980 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
25981 Author: Martha Marx <mmarx@silicontkx.com>
25982 Date:   Thu May 29 14:23:25 2008 -0400
25983
25984     Configuration changes for ADS5121 Rev 3
25985
25986     ADS5121 Rev 3 board is now the default config
25987
25988     config targets are now
25989
25990     ads5121_config
25991         Rev 3 board with
25992         PCI
25993         M41T62 on board RTC
25994         512MB DRAM
25995
25996     ads5121_rev2_config
25997         Rev 2 board with
25998         No PCI
25999         256MB DRAM
26000
26001     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
26002     Acked-by: Grant Likely <grant.likely@secretlab.ca>
26003     Acked-by: John Rigby <jrigby@freescale.com>
26004
26005 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
26006 Author: Martha Marx <mmarx@silicontkx.com>
26007 Date:   Thu May 29 15:37:21 2008 -0400
26008
26009     Consolidate ADS5121 IO Pin configuration
26010
26011     Consolidate ADS5121 IO Pin configuration to one file
26012     board/ads5121/iopin.c.
26013
26014     Remove pin config from cpu/mpc512x/fec.c
26015
26016     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
26017     Acked-by: Grant Likely <grant.likely@secretlab.ca>
26018     Acked-by: John Rigby <jrigby@freescale.com>
26019
26020 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
26021 Author: Christian Eggers <christian@p2400.wgnetz.xx>
26022 Date:   Fri Jun 27 19:46:51 2008 +0200
26023
26024     Fix "usb part" command
26025
26026     Only print partition for selected device if user supplied the <dev>
26027     arg with the "usb part [dev]" command.
26028
26029     Signed-off-by: Christian Eggers <ceggers@gmx.de>
26030     Acked-by: Markus Klotzbuecher <mk@denx.de>
26031
26032 commit cc83b27217f7380041fea386ddb6d6d9b261617d
26033 Author: Harald Welte <laforge@gnumonks.org>
26034 Date:   Mon Jul 7 00:58:05 2008 +0800
26035
26036     fix USB devices with multiple configurations
26037
26038     This patch fixes bugs in usbdcore*.c related to the use of devices
26039     with multiple configurations.
26040
26041     The original code made mistakes about the meaning of configuration value and
26042     configuration index, and the resulting off-by-one errors resulted in:
26043
26044     * SET_CONFIGURATION always selected the first configuration, no matter what
26045       wValue is being passed.
26046     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
26047       configuration (index 0).
26048
26049     Signed-off-by: Harald Welte <laforge@openmoko.org>
26050     Acked-by: Markus Klotzbuecher <mk@denx.de>
26051
26052 commit 06c53beae1a726e707971c555613f09b270a2461
26053 Author: Wolfgang Denk <wd@denx.de>
26054 Date:   Thu Jul 10 13:16:09 2008 +0200
26055
26056     Fix some more print() format errors.
26057
26058     Signed-off-by: Wolfgang Denk <wd@denx.de>
26059
26060 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
26061 Author: Christian Eggers <christian@p2400.wgnetz.xx>
26062 Date:   Fri Jun 27 19:46:51 2008 +0200
26063
26064     Fix "usb part" command
26065
26066     Only print partition for selected device if user supplied the <dev>
26067     arg with the "usb part [dev]" command.
26068
26069     Signed-off-by: Christian Eggers <ceggers@gmx.de>
26070     Acked-by: Markus Klotzbuecher <mk@denx.de>
26071
26072 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
26073 Author: Harald Welte <laforge@gnumonks.org>
26074 Date:   Mon Jul 7 00:58:05 2008 +0800
26075
26076     fix USB devices with multiple configurations
26077
26078     This patch fixes bugs in usbdcore*.c related to the use of devices
26079     with multiple configurations.
26080
26081     The original code made mistakes about the meaning of configuration value and
26082     configuration index, and the resulting off-by-one errors resulted in:
26083
26084     * SET_CONFIGURATION always selected the first configuration, no matter what
26085       wValue is being passed.
26086     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
26087       configuration (index 0).
26088
26089     Signed-off-by: Harald Welte <laforge@openmoko.org>
26090     Acked-by: Markus Klotzbuecher <mk@denx.de>
26091
26092 commit e870690bdca154943ecadd5212d2d59c1b9d391b
26093 Author: Stefan Roese <sr@denx.de>
26094 Date:   Thu Jul 10 10:10:54 2008 +0200
26095
26096     MTD/NAND: Fix printf format warning in nand code
26097
26098     This patch fixes NAND related printf format warning. Those warnings are
26099     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
26100     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
26101     really helpful.
26102
26103     Signed-off-by: Stefan Roese <sr@denx.de>
26104
26105 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
26106 Author: Stefan Roese <sr@denx.de>
26107 Date:   Thu Jul 10 10:00:45 2008 +0200
26108
26109     rtc: Fix printf format warning in m41t60.c
26110
26111     Signed-off-by: Stefan Roese <sr@denx.de>
26112
26113 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
26114 Author: Stefan Roese <sr@denx.de>
26115 Date:   Tue Jul 8 12:01:47 2008 +0200
26116
26117     pci: Move PCI device configuration check into a separate weak function
26118
26119     This patch moves the check, if a device should be skipped in PCI PNP
26120     configuration into the function pci_skip_dev(). This function is defined
26121     as weak so that it can be overwritten by a platform specific one if
26122     needed. The check if the device should get printed in the PCI summary upon
26123     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
26124     pci_print_dev() which is also defined as weak too.
26125
26126     Signed-off-by: Stefan Roese <sr@denx.de>
26127
26128 commit b002144e1dc21374b1ef5281fe6b5d014af96650
26129 Author: Stefan Roese <sr@denx.de>
26130 Date:   Thu Jul 10 09:58:06 2008 +0200
26131
26132     ppc4xx: Fix printf format warnings now visible with the updated format check
26133
26134     This patch fixes ppc4xx related printf format warning. Those warnings are
26135     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
26136     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
26137     really helpful.
26138
26139     Signed-off-by: Stefan Roese <sr@denx.de>
26140
26141 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
26142 Author: Stefan Roese <sr@denx.de>
26143 Date:   Wed Jul 9 17:33:57 2008 +0200
26144
26145     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
26146
26147     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
26148     To support such configurations, we "only" map the first 2GB via the TLB's. We
26149     need some free virtual address space for the remaining peripherals like, SoC
26150     devices, FLASH etc.
26151
26152     Note that ECC is currently not supported on configurations with more than 2GB
26153     SDRAM. This is because we only map the first 2GB on such systems, and therefore
26154     the ECC parity byte of the remaining area can't be written.
26155
26156     Signed-off-by: Stefan Roese <sr@denx.de>
26157
26158 commit cf1c2ed91df26903b956948f37f82de9e1158a89
26159 Author: Larry Johnson <lrj@acm.org>
26160 Date:   Sat Jun 14 17:02:49 2008 -0400
26161
26162     ppc4xx: Remove implementation of testdram() from Korat board support
26163
26164     Signed-off-by: Larry Johnson <lrj@acm.org>
26165     Signed-off-by: Stefan Roese <sr@denx.de>
26166
26167 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
26168 Author: Larry Johnson <lrj@acm.org>
26169 Date:   Sat Jun 14 16:53:02 2008 -0400
26170
26171     ppc4xx: Update and add FDT to Korat board support
26172
26173     Signed-off-by: Larry Johnson <lrj@acm.org>
26174     Signed-off-by: Stefan Roese <sr@denx.de>
26175
26176 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
26177 Author: Wolfgang Denk <wd@denx.de>
26178 Date:   Thu Jul 10 01:13:30 2008 +0200
26179
26180     Minor coding style cleanup; update CHANGELOG
26181
26182     Signed-off-by: Wolfgang Denk <wd@denx.de>
26183
26184 commit 8915f1189c1d29d8be7f4de325702d90a8988219
26185 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
26186 Date:   Wed Jul 9 17:50:45 2008 -0400
26187
26188     e1000: add support for 82545GM 64bit PCI-X copper variant
26189
26190     This PCI-X e1000 variant works by just adding in the correct
26191     PCI IDs in the appropriate places.
26192
26193     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
26194
26195 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
26196 Author: Daniel Hellstrom <daniel@gaisler.com>
26197 Date:   Wed Jul 9 12:34:11 2008 +0000
26198
26199     SPARC: Build error fix
26200
26201     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
26202
26203     This patch makes SPARC targets build again. It is caused by
26204     phys_addr_t and phys_size_t being defined in the wrong header
26205     file. include/lmb.h need those typedefs to build.
26206
26207     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26208
26209 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
26210 Author: Marcel Ziswiler <marcel@ziswiler.com>
26211 Date:   Wed Jul 9 08:17:15 2008 +0200
26212
26213     Many spelling fixes in README.
26214
26215     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
26216
26217 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
26218 Author: Marcel Ziswiler <marcel@ziswiler.com>
26219 Date:   Wed Jul 9 08:17:06 2008 +0200
26220
26221     Minor spelling fix in comment.
26222
26223     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
26224
26225 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
26226 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26227 Date:   Tue Jul 8 14:54:58 2008 -0400
26228
26229     Round the serial port clock divisor value returned by calc_divisor()
26230
26231     Round the serial port clock divisor value returned by
26232     calc_divisor().
26233
26234     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26235     Signed-off-by: John Roberts <john.roberts@pwav.com>
26236
26237 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
26238 Author: Scott Wood <scottwood@freescale.com>
26239 Date:   Wed Jul 9 17:47:52 2008 -0500
26240
26241     NAND: ifdef-protect most of nand.h when using legacy NAND.
26242
26243     Some macros such as NAND_CTL_SETALE conflict between current and legacy
26244     NAND, being defined by the subsystem in the former case and the board
26245     config file in the latter.
26246
26247     Signed-off-by: Scott Wood <scottwood@freescale.com>
26248
26249 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
26250 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26251 Date:   Tue Jul 8 11:02:05 2008 -0400
26252
26253     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
26254
26255     ARM: Fix for incorrect version of patch applied when
26256     adding support for the Lyrtech SFF-SDR board.
26257
26258     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26259     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
26260
26261 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
26262 Author: Kyungmin Park <kmpark@infradead.org>
26263 Date:   Tue Jul 8 09:08:40 2008 +0900
26264
26265     Remove useless print message at apollon
26266
26267     Remove useless print message at apollon
26268
26269     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26270
26271 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
26272 Author: Andy Fleming <afleming@freescale.com>
26273 Date:   Mon Jul 7 14:24:39 2008 -0500
26274
26275     Fix LMB type issues
26276
26277     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
26278     of casting problems in the bootm code that called the LMB functions.
26279
26280     Signed-off-by: Andy Fleming <afleming@freescale.com>
26281
26282 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
26283 Author: Kumar Gala <galak@kernel.crashing.org>
26284 Date:   Mon Jul 7 09:39:06 2008 -0500
26285
26286     Fix compiler warnings
26287
26288     gcc-4.3.x generates the following:
26289
26290     bootm.c: In function 'do_bootm_linux':
26291     bootm.c:208: warning: cast from pointer to integer of different size
26292     bootm.c:215: warning: cast from pointer to integer of different size
26293
26294     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26295
26296 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
26297 Author: Harald Welte <laforge@gnumonks.org>
26298 Date:   Mon Jul 7 15:40:39 2008 +0800
26299
26300     Remove code duplication for setting the default environment
26301
26302     common/env_common.c (default_env): new function that resets the environment to
26303                     the default value
26304     common/env_common.c (env_relocate): use default_env instead of own copy
26305     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
26306     include/environment.h: added default_env prototype
26307
26308     Signed-off-by: Werner Almesberger <werner@openmoko.org>
26309     Signed-off-by: Harald Welte <laforge@openmoko.org>
26310
26311 commit 99c2b434d37863df5dda5207a53760c6506fc2be
26312 Author: Marcel Ziswiler <marcel@ziswiler.com>
26313 Date:   Sun Jun 22 16:13:46 2008 +0200
26314
26315     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
26316
26317     The writeenv() and readenv() calls introduced by the recently added bad block
26318     management for environment variables were missing casts therefore producing
26319     compile time warnings.
26320     While at it fixing some typo in a comment and indentation.
26321
26322     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
26323     Signed-off-by: Scott Wood <scottwood@freescale.com>
26324
26325 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
26326 Author: Scott Wood <scottwood@freescale.com>
26327 Date:   Fri Jun 20 12:38:57 2008 -0500
26328
26329     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
26330
26331     This is particularly problematic now that non-NAND-specific code is
26332     including <nand.h>, and thus all debugging code is being compiled
26333     regardless of whether it was requested, as reported by Scott McNutt
26334     <smcnutt@psyent.com>.
26335
26336     Signed-off-by: Scott Wood <scottwood@freescale.com>
26337
26338 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
26339 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26340 Date:   Thu Jun 12 19:27:58 2008 +0200
26341
26342     mmc: Move atmel_mci driver into drivers/mmc
26343
26344     This makes it easier to use the driver on other platforms.
26345
26346     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26347     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26348
26349 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
26350 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26351 Date:   Thu Jun 12 19:27:57 2008 +0200
26352
26353     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
26354
26355     After we move the atmel_mci driver into drivers/mmc, we can't select
26356     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
26357     this driver so that there's no ambiguity.
26358
26359     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26360     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26361
26362 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
26363 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26364 Date:   Thu Jun 12 19:27:56 2008 +0200
26365
26366     Create drivers/mmc subdirectory
26367
26368     In order to consolidate more of the various MMC drivers around the
26369     tree, we must first have a common place to put them.
26370
26371     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26372     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26373
26374 commit b502611b51f02718c2d1117d4981dabceb5af6de
26375 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
26376 Date:   Sun Jul 6 12:30:09 2008 +0200
26377
26378     Change env_get_char from a global function ptr to a function
26379
26380     This avoids an early global data reference.
26381
26382     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
26383
26384 commit 27269417ade432189b234d9fbac98b54e37b978c
26385 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
26386 Date:   Sun Jul 6 13:57:58 2008 +0400
26387
26388     Some copy-n-paste fixes in printf usage
26389
26390     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
26391
26392 commit 0e6989b9faf1588e8723535539e88a0df3c71356
26393 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
26394 Date:   Sun Jul 6 13:57:00 2008 +0400
26395
26396     FDT memory and pci node fixes for MPC8260ADS
26397
26398     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
26399
26400 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
26401 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
26402 Date:   Mon Jul 7 06:41:14 2008 -0700
26403
26404     Fix printf errors.
26405
26406     The compiler will help find mismatches between printf formats and
26407     arguments if you let it.  This patch adds the necessary attributes to
26408     declarations in include/common.h, then begins to correct the resulting
26409     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
26410     "%d" and incorrect arguments.  Others were just annoying, like
26411     int-long mismatches on a system where both are 32 bits.  It's worth
26412     fixing the annoying errors to catch the real ones.
26413
26414     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
26415
26416 commit 417faf285b2527acb2de24c5cd3e2621d385408c
26417 Author: Becky Bruce <becky.bruce@freescale.com>
26418 Date:   Wed Jul 9 11:09:41 2008 -0500
26419
26420     Allow print_size to print in GB
26421
26422     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26423
26424 commit e7c374529c87525c9aa463e0557c287887ae4e9e
26425 Author: Jason McMullan <mcmullan@netapp.com>
26426 Date:   Sun Jun 8 23:56:00 2008 -0400
26427
26428     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
26429
26430     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
26431     they are set in the U-Boot environment.
26432
26433     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
26434     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26435
26436 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
26437 Author: Stefan Roese <sr@denx.de>
26438 Date:   Tue Jul 8 12:57:14 2008 +0200
26439
26440     jedec_flash: Fix AM29DL800BB device ID
26441
26442     As pointed out by Jerry Hicks, this patch corrects the device ID of
26443     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
26444     datasheet (rev C4 from Dezember 2006).
26445
26446     Signed-off-by: Stefan Roese <sr@denx.de>
26447
26448 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
26449 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26450 Date:   Mon Jul 7 11:22:37 2008 +0900
26451
26452     sh: Fix compile error sh7763rdp board
26453
26454     Disable SH ether driver.
26455
26456     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26457
26458 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
26459 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26460 Date:   Tue Jul 8 12:03:24 2008 +0900
26461
26462     sh: Fix SH-boards compile error
26463
26464     By Cleanup out-or-tree building for some boards (.depend)
26465     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
26466     because filse ware changed, some SH-boards have compile error.
26467     I revised this problem.
26468
26469     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26470
26471 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
26472 Author: Jason Jin <Jason.jin@freescale.com>
26473 Date:   Tue May 13 11:50:36 2008 +0800
26474
26475     Feed the watchdog in u-boot for 8610 board.
26476
26477     The watchdog on 8610 board is enabled by setting sw[6]
26478     to on. Once enabled, the watchdog can not be disabled
26479     by software. So feed the dog in u-boot is necessary for
26480     normal operation.
26481
26482     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26483
26484 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
26485 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26486 Date:   Wed Jun 18 12:10:33 2008 -0400
26487
26488     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
26489
26490     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
26491
26492     Remove duplicate code in a if/else block in
26493     cpu/arm926ejs/davinci/lxt972.c.
26494     Fixed style issues.
26495
26496     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26497     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26498
26499 commit fec61431a003f5778bafa2624073a571af8bec9f
26500 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26501 Date:   Wed Jun 18 12:10:31 2008 -0400
26502
26503     Remove duplicate definitions in include/lxt971a.h.
26504
26505     Remove duplicate definitions in include/lxt971a.h.
26506
26507     Remove duplicate registers and bits definitions in
26508     include/lxt971a.h for standard MII registers, and
26509     use values in include/miiphy.h instead.
26510
26511     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26512     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26513
26514 commit 9751ee0990f467941da0b095a4e995f863672d7a
26515 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26516 Date:   Wed Jun 11 21:05:00 2008 +0900
26517
26518     net: sh: Renesas SH7763 Ethernet device support
26519
26520     Renesas SH7763 has 2 channel Ethernet device.
26521     This is 10/100/1000 Base support.
26522     But this patch check 10/100 Base only.
26523
26524     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26525     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26526
26527 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
26528 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26529 Date:   Tue Jun 17 16:28:05 2008 +0900
26530
26531     sh: Update Renesas R2DPlus board
26532
26533     New NOR Flash board support and remove old type flash board config.
26534     And Remove network setting from config file.
26535
26536     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26537     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26538
26539 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
26540 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26541 Date:   Tue Jun 17 16:28:01 2008 +0900
26542
26543     sh: Update Renesas R7780MP board
26544
26545     New NOR Flash board support and remove network setting from config file.
26546
26547     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26548     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26549
26550 commit c001cd604e9f133743effbddb1c215b48e761c5a
26551 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26552 Date:   Tue Jun 17 16:27:56 2008 +0900
26553
26554     sh: Update Renesas Migo-R board
26555
26556     Remove network setting from config file.
26557
26558     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26559     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26560
26561 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
26562 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26563 Date:   Tue Jun 17 16:27:52 2008 +0900
26564
26565     sh: Update Hitachi MS7722SE board
26566
26567     Remove network setting from config file.
26568
26569     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26570     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26571
26572 commit 26209e48e8791670c93108029a5c31a30016c6df
26573 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26574 Date:   Tue Jun 17 16:27:48 2008 +0900
26575
26576     sh: Cleanup source code of SH7763RDP
26577
26578     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26579     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26580
26581 commit 5cd5b2c96ef0025762931349d350287aec03ab47
26582 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26583 Date:   Tue Jun 17 16:27:44 2008 +0900
26584
26585     sh: Cleanup source code of R2DPlus
26586
26587     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26588     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26589
26590 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
26591 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26592 Date:   Tue Jun 17 16:27:41 2008 +0900
26593
26594     sh: Cleanup source code of R7780MP
26595
26596     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26597     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26598
26599 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
26600 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26601 Date:   Tue Jun 17 16:27:38 2008 +0900
26602
26603     sh: Cleanup source code of MS7722SE
26604
26605     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26606     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26607
26608 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
26609 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26610 Date:   Tue Jun 17 16:27:34 2008 +0900
26611
26612     sh: Cleanup source code of MS7720SE
26613
26614     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26615     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26616
26617 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
26618 Author: Wolfgang Denk <wd@denx.de>
26619 Date:   Mon Jul 7 00:45:03 2008 +0200
26620
26621     SH: fix out of tree building
26622
26623     Signed-off-by: Wolfgang Denk <wd@denx.de>
26624
26625 commit 9047bfa1e737d787be460387dd6f45737eeceb10
26626 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26627 Date:   Thu Jul 3 23:16:06 2008 +0900
26628
26629     net: smc911x: Fix typo
26630
26631     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26632
26633 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
26634 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26635 Date:   Wed Jul 2 18:54:08 2008 +0200
26636
26637     update mvBL-M7 board config
26638
26639     update mvBL-M7 config file to use UBOOT_VERSION and define
26640     CONFIG_HIGH_BATS.
26641
26642     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26643
26644 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
26645 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26646 Date:   Mon Jun 30 17:45:01 2008 +0900
26647
26648     net: fix compile problem in smc911x driver.
26649
26650     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26651     Acked-by: Ben Warren <biggerbadderben@gmail.com>
26652
26653 commit 9fea65a6c469b1b474b27446feb58738baba2d31
26654 Author: Michal Simek <monstr@monstr.eu>
26655 Date:   Tue Jun 24 09:54:09 2008 +0200
26656
26657     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
26658
26659     This change helps with better handling with others
26660     Xilinx based platform.
26661
26662     Signed-off-by: Michal Simek <monstr@monstr.eu>
26663     Acked-by: Stefan Roese <sr@denx.de>
26664
26665 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
26666 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26667 Date:   Tue Jun 17 13:07:11 2008 +0900
26668
26669     net: ne2000: Move dev_addr variable from grobal to local.
26670
26671     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26672     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26673
26674 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
26675 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26676 Date:   Tue Jun 17 13:07:15 2008 +0900
26677
26678     net: ne2000: Fix compile error of NE2000
26679
26680     If enable DEBUG, can not compile ne2000 driver.
26681
26682     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26683     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26684
26685 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
26686 Author: Ben Warren <biggerbadderben@gmail.com>
26687 Date:   Mon Jun 23 22:57:27 2008 -0700
26688
26689     Add mechanisms for CPU and board-specific Ethernet initialization
26690
26691     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
26692     initialization to CPU or board-specific code.  Initial implementation is
26693     only on the Freescale TSEC controller, but others will be added soon.
26694
26695     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26696
26697 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
26698 Author: Wolfgang Denk <wd@denx.de>
26699 Date:   Sun Jul 6 01:21:46 2008 +0200
26700
26701     include/sha256.h: fix file permissions.
26702
26703     Signed-off-by: Wolfgang Denk <wd@denx.de>
26704
26705 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
26706 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
26707 Date:   Tue May 27 11:15:29 2008 +0200
26708
26709     [AT91SAM9] Fix NAND FLASH timings
26710
26711     Fix NAND FLASH timings for at91sam9x evaluation kits.
26712
26713     New timings are based on application note
26714     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
26715     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
26716
26717     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
26718     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26719     Acked-by: Stelian Pop <stelian@popies.net>
26720
26721 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
26722 Author: Stelian Pop <stelian@popies.net>
26723 Date:   Thu May 22 00:15:40 2008 +0200
26724
26725     Fix boot from NOR due to incorrect reset delay.
26726
26727     AT91 RSTC registers are battery-backuped, so their values
26728     are not reset across power cycles. One of those registers,
26729     the AT91_RSTC_MR register, is being modified by U-Boot, in
26730     the ethernet initialisation routine, to generate a 500ms
26731     user reset.
26732
26733     Unfortunately, this value is not being restored afterwards,
26734     causing subsequent resets to also last for 500ms.
26735
26736     This long reset sequence causes problems (at least) in the
26737     boot sequence from NOR: by the time the CPU tries to load
26738     a program from the NOR flash, the latter is still in reset
26739     and not yet available.
26740
26741     Additionaly, this patch fixes a bug in the original code which
26742     caused the reset delay to last for 2s instead of 500ms.
26743
26744     Signed-off-by: Stelian Pop <stelian@popies.net>
26745     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26746
26747 commit f492dd636fbbae529e17533995bc6e5813c007f6
26748 Author: Wolfgang Denk <wd@denx.de>
26749 Date:   Fri Jul 4 20:11:49 2008 +0200
26750
26751     Update CHANGELOG
26752
26753     Signed-off-by: Wolfgang Denk <wd@denx.de>
26754
26755 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
26756 Author: Wolfgang Denk <wd@denx.de>
26757 Date:   Fri Jul 4 20:07:35 2008 +0200
26758
26759     CCM/SCM boards: fix out of tree building
26760
26761     Signed-off-by: Wolfgang Denk <wd@denx.de>
26762
26763 commit ab4c3a490df9a964711556d2a05b0c787db45fde
26764 Author: Wolfgang Denk <wd@denx.de>
26765 Date:   Thu Jul 3 23:22:27 2008 +0200
26766
26767     SCM board: fix build errors.
26768
26769     Signed-off-by: Wolfgang Denk <wd@denx.de>
26770
26771 commit a566466f17ba0e2d2b6c250e77da678fb932470d
26772 Author: Wolfgang Denk <wd@denx.de>
26773 Date:   Thu Jul 3 23:06:36 2008 +0200
26774
26775     IAD210 board: fix ``"ALIGN" redefined'' warning.
26776
26777     Signed-off-by: Wolfgang Denk <wd@denx.de>
26778
26779 commit ad756314797c16fa5dca23e115aab881011f164f
26780 Author: Wolfgang Denk <wd@denx.de>
26781 Date:   Thu Jul 3 23:00:24 2008 +0200
26782
26783     CCM board: fix build errors.
26784
26785     Signed-off-by: Wolfgang Denk <wd@denx.de>
26786
26787 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
26788 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26789 Date:   Wed Jul 2 18:54:08 2008 +0200
26790
26791     update mvBL-M7 board config
26792
26793     update mvBL-M7 config file to use UBOOT_VERSION.
26794
26795     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26796     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26797
26798 commit ced209c50e80c25f13c083099b05044048d21f4f
26799 Author: Wolfgang Denk <wd@denx.de>
26800 Date:   Thu Jul 3 22:39:21 2008 +0200
26801
26802     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
26803
26804     Signed-off-by: Wolfgang Denk <wd@denx.de>
26805
26806 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
26807 Author: Wolfgang Denk <wd@denx.de>
26808 Date:   Thu Jul 3 22:34:08 2008 +0200
26809
26810     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
26811
26812     Signed-off-by: Wolfgang Denk <wd@denx.de>
26813
26814 commit 730f298485984b011b6ee8f4acb511cb45a843dd
26815 Author: Wolfgang Denk <wd@denx.de>
26816 Date:   Thu Jul 3 22:04:17 2008 +0200
26817
26818     lmb: fix "implicit declaration of function 'lmb_free'" warning
26819
26820     Signed-off-by: Wolfgang Denk <wd@denx.de>
26821
26822 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
26823 Author: Wolfgang Denk <wd@denx.de>
26824 Date:   Wed Jul 2 23:53:23 2008 +0200
26825
26826     Cleanup: remove redundant deleting on *~ files
26827
26828     Signed-off-by: Wolfgang Denk <wd@denx.de>
26829
26830 commit c8a3b109f07f02342d097b30908965f7261d9f15
26831 Author: Wolfgang Denk <wd@denx.de>
26832 Date:   Wed Jul 2 23:49:18 2008 +0200
26833
26834     Cleanup out-or-tree building for some boards (.depend)
26835
26836     Signed-off-by: Wolfgang Denk <wd@denx.de>
26837
26838 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
26839 Author: Wolfgang Denk <wd@denx.de>
26840 Date:   Wed Jul 2 23:38:50 2008 +0200
26841
26842     Cleanup: fix out-of-tree building for some boards
26843
26844     Signed-off-by: Wolfgang Denk <wd@denx.de>
26845
26846 commit 461fa68d20861811487944d22291db5a13410e20
26847 Author: Wolfgang Denk <wd@denx.de>
26848 Date:   Wed Jul 2 23:00:14 2008 +0200
26849
26850     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
26851
26852     Signed-off-by: Wolfgang Denk <wd@denx.de>
26853
26854 commit 5981ebd32017e062b08aa6747cf591276f2db779
26855 Author: Detlev Zundel <dzu@denx.de>
26856 Date:   Fri Jun 20 22:26:24 2008 +0200
26857
26858     fdt: Fix typo in variable name.
26859
26860     Signed-off-by: Detlev Zundel <dzu@denx.de>
26861
26862 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
26863 Author: Gary Jennejohn <garyj@denx.de>
26864 Date:   Thu Jun 19 11:11:19 2008 +0200
26865
26866     Add logos for RRvision board
26867
26868     Signed-off-by: Gary Jennejohn <garyj@denx.de>
26869
26870 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
26871 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
26872 Date:   Wed Jun 18 11:03:57 2008 +0200
26873
26874     mpc8260: add fdt_fixup_ethernet support
26875
26876     Add support for updating mac-address and local-mac-address in fdt for
26877     all MPC8260 targets.
26878
26879     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
26880
26881 commit f6a69559d64498a04e1e0b087a9b920e5775f866
26882 Author: Steven A. Falco <sfalco@harris.com>
26883 Date:   Thu Jun 12 13:24:42 2008 -0400
26884
26885     cmd_nvedit.c: clean up syntax highlighting
26886
26887     My text-editor (vim) has a bit of trouble syntax-highlighting the
26888     cmd_nvedit.c file, because it apparently does not parse C
26889     ifdef/else/endif. The following patch does not change the behavior of
26890     the code at all, but does allow the editor to properly
26891     syntax-highlight the file.
26892
26893     Signed-off-by: Steve Falco <sfalco@harris.com>
26894
26895 commit 75678c807a6272ecc5541eb32898c93887f08400
26896 Author: Steven A. Falco <sfalco@harris.com>
26897 Date:   Thu Jun 12 13:22:12 2008 -0400
26898
26899     Make setenv() return status
26900
26901     Currently, the setenv function does not return an error code.
26902     This patch allows to test for errors.
26903
26904     Signed-off-by: Steve Falco <sfalco@harris.com>
26905
26906 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
26907 Author: Kumar Gala <galak@kernel.crashing.org>
26908 Date:   Wed Jun 11 10:14:06 2008 -0500
26909
26910     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
26911
26912     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
26913     and fls is used to implement them.
26914
26915     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26916
26917 commit 83002a77cbdf383015ca384eff5fa31722d8e571
26918 Author: Magnus Lilja <lilja.magnus@gmail.com>
26919 Date:   Mon Jun 9 22:58:48 2008 +0200
26920
26921     i.MX31: Cleanup comments in lowlevel_init.S.
26922
26923     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26924
26925 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
26926 Author: Ben Warren <biggerbadderben@gmail.com>
26927 Date:   Sun Jun 8 23:28:33 2008 -0700
26928
26929     Move conditional compilation of MPC8XXX SPI driver to Makefile
26930
26931     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26932
26933 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
26934 Author: Juergen Kilb <J.Kilb@gmx.de>
26935 Date:   Sun Jun 8 17:59:53 2008 +0200
26936
26937     i.MX31: fixed CTRL-C detection
26938
26939     The Register URXD contains status information in bits [15..8].
26940     With status bit 15 set, CTRL-C was reported as 0x8003 instead
26941     of 0x03. Therefore CTRL-C was not detected.
26942     To solve this, bits [15..8] were masked out now.
26943
26944     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
26945     Acked-by: Felix Radensky <felix@embedded-sol.com>
26946
26947 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
26948 Author: Stefan Roese <sr@denx.de>
26949 Date:   Tue Jul 1 17:03:19 2008 +0200
26950
26951     ppc4xx: Fix 460EX/GT PCIe port initialization
26952
26953     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
26954     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
26955     this out.
26956
26957     Signed-off-by: Stefan Roese <sr@denx.de>
26958
26959 commit b571afde0295b007a45055ee49f8822c753a5651
26960 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26961 Date:   Sat Jun 7 12:29:52 2008 +0200
26962
26963     add SHA256 support
26964
26965     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26966     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
26967
26968 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
26969 Author: Marian Balakowicz <m8@semihalf.com>
26970 Date:   Fri Jun 6 23:07:40 2008 +0200
26971
26972     Delay FIT format check on sector based devices
26973
26974     Global FIT image operations like format check cannot be performed on
26975     a first sector data, defer them to the point when whole FIT image was
26976     uploaded to a system RAM.
26977
26978     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26979     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
26980     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
26981
26982 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
26983 Author: Dave Liu <r63238@freescale.com>
26984 Date:   Tue Jun 3 17:38:19 2008 +0800
26985
26986     sata: wait for device updating signature to host
26987
26988     The driver need wait for the device updating signature to host.
26989     If we don't wait for it, the driver can not detect the device(disk)
26990     when the system powers up.
26991
26992     Signed-off-by: Dave Liu <daveliu@freescale.com>
26993
26994 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
26995 Author: Stefan Roese <sr@denx.de>
26996 Date:   Sat Jun 28 14:56:17 2008 +0200
26997
26998     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
26999
27000     This patch implements a fix provided by AMCC so that the lockup upon
27001     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
27002     anymore:
27003
27004     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
27005     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
27006     USB 2.0 host and SATA.
27007
27008     This errata is not officially available yet. I'll update the comment
27009     to add the errata number later.
27010
27011     Signed-off-by: Stefan Roese <sr@denx.de>
27012
27013 commit 8b616edb118e37d05f6401389eaee1c636b22828
27014 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
27015 Date:   Mon Jun 2 16:42:19 2008 -0400
27016
27017     serial_pl010.c: add watchdog support
27018
27019     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
27020
27021 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
27022 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
27023 Date:   Mon Jun 2 16:40:08 2008 -0400
27024
27025     jffs2_1pass.c: add watchdog support
27026
27027     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
27028
27029 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
27030 Author: Sascha Laue <sascha.laue@liebherr.com>
27031 Date:   Fri May 30 09:48:14 2008 +0200
27032
27033     Configure DSP POST; add watchdog reset to diag command
27034
27035     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
27036
27037 commit f13526517859bf6b573e23ff47199e107d1009b5
27038 Author: Tor Krill <tor@excito.com>
27039 Date:   Thu May 29 10:40:17 2008 +0200
27040
27041     Add sata sil3114 support
27042
27043     Signed-off-by: Tor Krill <tor@excito.com>
27044
27045 commit e093a247628228100f405b6d7f6b1bfc16141938
27046 Author: Wolfgang Denk <wd@denx.de>
27047 Date:   Sat Jun 28 23:34:37 2008 +0200
27048
27049     Coding Style Cleanup
27050
27051     Signed-off-by: Wolfgang Denk <wd@denx.de>
27052
27053 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
27054 Author: Wolfgang Denk <wd@denx.de>
27055 Date:   Sat Jun 28 23:16:01 2008 +0200
27056
27057     Update CHANGELOG
27058
27059     Signed-off-by: Wolfgang Denk <wd@denx.de>
27060
27061 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
27062 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27063 Date:   Wed May 21 13:58:41 2008 -0400
27064
27065     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
27066
27067     This patch adds support for the Lyrtech SFF-SDR board,
27068     based on the TI DaVinci architecture (ARM926EJS).
27069
27070     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27071     Signed-off-by: Philip Balister <philip@balister.org>
27072     Signed-off-by: Wolfgang Denk <wd@denx.de>
27073
27074 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
27075 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27076 Date:   Thu May 22 11:09:59 2008 +0200
27077
27078     MMC: Consolidate MMC/SD command definitions
27079
27080     This moves the MMC and SD Card command definitions from
27081     include/asm/arch/mmc.h into include/mmc.h. These definitions are
27082     given by the MMC and SD Card standards, not by any particular
27083     architecture.
27084
27085     There's a lot more room for consolidation in the MMC drivers which
27086     I'm hoping to get done eventually, but this patch is a start.
27087
27088     Compile-tested for all avr32 boards as well as lpc2292sodimm and
27089     lubbock. This should cover all three mmc drivers in the tree.
27090
27091     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27092
27093 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
27094 Author: Kyungmin Park <kmpark@infradead.org>
27095 Date:   Wed May 21 14:38:08 2008 +0900
27096
27097     Use better Ethernet timings for apollon board
27098
27099     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27100
27101 commit 41c5eaa7253ed82bbae1eda5667755872c615164
27102 Author: Andy Fleming <afleming@freescale.com>
27103 Date:   Mon Jun 16 13:58:56 2008 -0500
27104
27105     Resize device tree to allow space for board changes and the chosen node
27106
27107     Current code requires that a compiled device tree have space added to the end to
27108     leave room for extra nodes added by board code (and the chosen node).  This
27109     requires that device tree creators anticipate how much space U-Boot will add to
27110     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
27111     tree when it needed more space, but this would require a systemic change to the
27112     fdt code, which is non-trivial.  Instead, we resize the tree inside
27113     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
27114     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
27115
27116     Signed-off-by: Andy Fleming <afleming@freescale.com>
27117
27118 commit 7570a9941fc565922078679a72d246fe208d696d
27119 Author: Andy Fleming <afleming@freescale.com>
27120 Date:   Mon Jun 16 13:58:55 2008 -0500
27121
27122     Fix an underflow bug in __lmb_alloc_base
27123
27124     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
27125     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
27126     merely updates __lmb_alloc_base to resemble the current version in Linux.
27127
27128     Signed-off-by: Andy Fleming <afleming@freescale.com>
27129
27130 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
27131 Author: Andy Fleming <afleming@freescale.com>
27132 Date:   Mon Jun 16 13:58:54 2008 -0500
27133
27134     Add lmb_free
27135
27136     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
27137     lmb_reserve to temporarily reserve some memory.
27138
27139     Signed-off-by: Andy Fleming <afleming@freescale.com>
27140
27141 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
27142 Author: Andy Fleming <afleming@freescale.com>
27143 Date:   Mon Jun 16 13:58:53 2008 -0500
27144
27145     Add ALIGN() macro
27146
27147     ALIGN() returns the smallest aligned value greater than the passed
27148     in address or size.  Taken from Linux.
27149
27150     Signed-off-by: Andy Fleming <afleming@freescale.com>
27151
27152 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
27153 Author: Stefan Roese <sr@denx.de>
27154 Date:   Tue Jun 24 17:15:22 2008 +0200
27155
27156     ppc4xx: Fix compilation problems with phys_size_t
27157
27158     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
27159     board specific files where it has been missing.
27160
27161     Signed-off-by: Stefan Roese <sr@denx.de>
27162
27163 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
27164 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
27165 Date:   Mon May 19 12:26:38 2008 +0200
27166
27167     Conditionally add -fno-stack-protector to CFLAGS
27168
27169     When compile-testing on powerpc, I get errors like this:
27170
27171     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
27172
27173     This seems to be because -fstack-protector is on by default, so
27174     let's explicitly disable it on all architectures that support the
27175     option.
27176
27177     The Ubuntu toolchain is affected by this problem, and according to
27178     Mike Frysinger, Gentoo has been running with SSP enabled for years.
27179     More and more distros are turning SSP on by default, so this problem
27180     is likely to get worse in the future.
27181
27182     Also, powerpc just happens to be one of the arches I do
27183     compile-testing on. There may be other arches affected by this too.
27184
27185     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
27186
27187 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
27188 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27189 Date:   Sun May 18 19:09:52 2008 +0200
27190
27191     pcmcia/ti_pci1410a: Move compile condition to the Makefile
27192
27193     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27194
27195 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
27196 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27197 Date:   Sun May 18 19:09:51 2008 +0200
27198
27199     pxa_pcmcia: Move compile condition to the Makefile
27200
27201     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27202
27203 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
27204 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27205 Date:   Sun May 18 19:09:50 2008 +0200
27206
27207     marabun_pcmcia: Move compile condition to the Makefile
27208
27209     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27210
27211 commit 6a19c46cae43c16c528eddefae3db97134f1915d
27212 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27213 Date:   Mon Jun 23 13:25:34 2008 +0200
27214
27215     fix non-working mvBL-M7
27216
27217     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
27218
27219     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27220     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27221
27222 commit 846f1574ddddeda2bc227655e687308695f41cdc
27223 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27224 Date:   Mon Jun 23 11:40:56 2008 +0200
27225
27226     fix system config overwrite @ MPC834x and MPC8313
27227
27228     During 83xx setup the "System I/O configuration register high" gets
27229     overwritten with user defined value if CFG_SICRH is defined.
27230
27231     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
27232     must keep their reset value regardless of configuration.
27233
27234     On my board (using RGMII) those bits are set after reset - yet it's
27235     unclear where they come from.
27236
27237     The patch keeps both bits on MPC834x and MPC8313.
27238
27239     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27240     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27241
27242 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
27243 Author: Kim Phillips <kim.phillips@freescale.com>
27244 Date:   Tue Jun 17 17:45:27 2008 -0500
27245
27246     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
27247
27248     to avoid this:
27249
27250     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
27251     In file included from cpu.c:33:
27252     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
27253
27254     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27255
27256 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
27257 Author: Stefan Roese <sr@denx.de>
27258 Date:   Mon Jun 23 11:15:09 2008 +0200
27259
27260     ppc4xx: Fix problem in gpio_config()
27261
27262     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
27263     left by one. So the additional shift is bogus.
27264
27265     Signed-off-by: Stefan Roese <sr@denx.de>
27266
27267 commit 40777812316fc252c941665c0f60c148fd79d50f
27268 Author: Detlev Zundel <dzu@denx.de>
27269 Date:   Fri Jun 20 22:24:05 2008 +0200
27270
27271     fdt: Fix typo in variable name.
27272
27273     Signed-off-by: Detlev Zundel <dzu@denx.de>
27274
27275 commit 5f723a3b98c630bde33de74351f2121691fdef14
27276 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27277 Date:   Fri Jun 20 10:41:05 2008 +0200
27278
27279     avr32: Enable SPI flash support on ATNGW100
27280
27281     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
27282     the new SPI flash framework.
27283
27284     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27285
27286 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
27287 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27288 Date:   Fri Jun 20 12:44:28 2008 +0200
27289
27290     avr32: Fix SPI portmux initialization
27291
27292     Use the new GPIO manipulation functions to set up the chip select lines,
27293     and make sure both busses use GPIO for chip select control.
27294
27295     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27296
27297 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
27298 Author: Peter Ma <pma@mediamatech.com>
27299 Date:   Sun Jun 1 22:59:24 2008 -0700
27300
27301     avr32: Add GPIO manipulation functions
27302
27303     Adds GPIO manipulation functions for AVR32 AP7 platform.
27304
27305     Signed-off-by: Peter Ma <pma@mediamatech.com>
27306     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
27307     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27308
27309 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
27310 Author: Wolfgang Grandegger <wg@grandegger.com>
27311 Date:   Thu Jun 5 13:02:30 2008 +0200
27312
27313     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
27314
27315     This patch is based on the following patch sent a few minutes ago:
27316     "NAND FSL UPM: driver re-write using the hwcontrol callback"
27317     It is untested, of course. Anton, could you please give it a try.
27318
27319     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27320     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27321
27322 commit 96026d42fa4e646d28318c0a1438aac4b2017909
27323 Author: Anatolij Gustschin <agust@denx.de>
27324 Date:   Thu Jun 12 12:40:11 2008 +0200
27325
27326     Fix 4xx build issue
27327
27328     Building for 4xx doesn't work since commit 4dbdb768:
27329
27330     In file included from 4xx_pcie.c:28:
27331     include/asm/processor.h:971: error: expected ')' before 'ver'
27332     make[1]: *** [4xx_pcie.o] Error 1
27333
27334     This patch fixes the problem.
27335
27336     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27337     Acked-by: Stefan Roese <sr@denx.de>
27338     Acked-by: Kumar Gala <galak@kernel.crashing.org>
27339
27340 commit a036b0443657fe0f4773786de9092251869f08ac
27341 Author: Kumar Gala <galak@kernel.crashing.org>
27342 Date:   Thu Jun 19 01:45:50 2008 -0500
27343
27344     MPC8610HPCD: Report board id, board version and fpga version.
27345
27346     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27347
27348 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
27349 Author: Kumar Gala <galak@kernel.crashing.org>
27350 Date:   Thu Jun 19 01:45:27 2008 -0500
27351
27352     MPC8641HPCN: Report board id, board version and fpga version.
27353
27354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27355
27356 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
27357 Author: Stefan Roese <sr@denx.de>
27358 Date:   Mon Jun 16 10:40:02 2008 +0200
27359
27360     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
27361
27362     This patch simplifies flash_toggle() (AMD commandset), which is used to
27363     detect if a FLASH device is still busy with erase/program operations. On
27364     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
27365     did not detect the busy state reliably, resulting in non erased sectors
27366     etc. This patch now simplifies this function by "just" comparing the
27367     complete data-word instead of ANDing it with the command-word (0x40)
27368     before the compatison. It is done the same way in the Linux implementation
27369     chip_ready() in cfi_cmdset_0002.c.
27370
27371     Signed-off-by: Stefan Roese <sr@denx.de>
27372
27373 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
27374 Author: Philip Balister <philip@balister.org>
27375 Date:   Mon Jun 16 08:58:07 2008 -0400
27376
27377     NAND: Add missing declaration to non-redundant saveenv().
27378
27379     Signed-off-by: Scott Wood <scottwood@freescale.com>
27380
27381 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
27382 Author: Wolfgang Grandegger <wg@grandegger.com>
27383 Date:   Mon Jun 2 15:09:55 2008 +0200
27384
27385     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
27386
27387     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27388     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27389     Signed-off-by: Scott Wood <scottwood@freescale.com>
27390
27391 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
27392 Author: Stefan Roese <sr@denx.de>
27393 Date:   Tue Jun 10 15:34:11 2008 +0200
27394
27395     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
27396
27397     This patch disables the square wave output of the M41T62 RTC used on
27398     Canyonlands & Glacier. Here the explanation:
27399
27400     The serial real-time clock part used in the design is an
27401     STMicro M41T62. This part has a full-time 32KHz square wave
27402     output that is connected to the TmrClk input to the
27403     processor. The default state for this square wave output is
27404     enabled so the output runs continuously when the board is
27405     powered normally and also from the battery. The TmrClk input
27406     to the processor goes to ground when the power is removed
27407     from the board/processor, and therefore the running square
27408     wave output is driving ground which drains the battery quickly.
27409
27410     Signed-off-by: Stefan Roese <sr@denx.de>
27411
27412 commit a94f22f08f280905926219e568568964cb9eeb9d
27413 Author: Andy Fleming <afleming@freescale.com>
27414 Date:   Wed Jun 11 18:10:20 2008 -0500
27415
27416     Fix build issue with string.h and linux/string.h
27417
27418     This commit:
27419     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
27420     Author: Wolfgang Denk <wd@denx.de>
27421     Date:   Fri Jun 6 14:28:14 2008 +0200
27422
27423         tools/mkimage: fix compiler warnings on some systems.
27424
27425     Broke building on some systems, because the host's string.h was interfering
27426     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
27427     we're building for the host, so now we only include when building inside
27428     u-boot.
27429
27430     Signed-off-by: Andy Fleming <afleming@freescale.com>
27431
27432 commit 9973e3c614721bbf169882ffc3be266a6611cd60
27433 Author: Becky Bruce <becky.bruce@freescale.com>
27434 Date:   Mon Jun 9 16:03:40 2008 -0500
27435
27436     Change initdram() return type to phys_size_t
27437
27438     This patch changes the return type of initdram() from long int to phys_size_t.
27439     This is required for a couple of reasons: long int limits the amount of dram
27440     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
27441     size of physical memory.  phys_size_t is defined as an unsigned long on almost
27442     all current platforms.
27443
27444     This patch *only* changes the return type of the initdram function (in
27445     include/common.h, as well as in each board's implementation of initdram).  It
27446     does not actually modify the code inside the function on any of the platforms;
27447     platforms which wish to support more than 2GB of DRAM will need to modify
27448     their initdram() function code.
27449
27450     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
27451     MPC8641HPCN.
27452
27453     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27454
27455 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
27456 Author: Becky Bruce <becky.bruce@freescale.com>
27457 Date:   Mon Jun 9 20:37:18 2008 -0500
27458
27459     Change lmb to use phys_size_t/phys_addr_t
27460
27461     This updates the lmb code to use phys_size_t
27462     and phys_addr_t instead of unsigned long.  Other code
27463     which interacts with this code, like getenv_bootm_size()
27464     is also updated.
27465
27466     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
27467
27468     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27469
27470 commit 61b09fc2952dc636017df4e7970e3de132276ba1
27471 Author: Becky Bruce <becky.bruce@freescale.com>
27472 Date:   Mon Jun 9 20:37:17 2008 -0500
27473
27474     Change print_size to take phys_size_t
27475
27476     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27477
27478 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
27479 Author: Becky Bruce <becky.bruce@freescale.com>
27480 Date:   Mon Jun 9 20:37:16 2008 -0500
27481
27482     Change bd/gd memsize/ram_size to be phys_size_t.
27483
27484     Currently, both are defined as an unsigned long, but
27485     should be phys_size_t. This should result in no real change,
27486     since phys_size_t is currently an unsigned long for all the
27487     default configs.  Also add print_lnum to cmd_bdinfo to deal
27488     with the potentially wider memsize.
27489
27490     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27491
27492 commit ba04f7010958e88a8910f2a123fee53fdc72e013
27493 Author: Kumar Gala <galak@kernel.crashing.org>
27494 Date:   Tue Jun 10 16:16:02 2008 -0500
27495
27496     FSL LAW: Add new interface to use the last free LAW
27497
27498     LAWs have the concept of priority so its useful to be able to allocate
27499     the lowest (highest number) priority.  We will end up using this with the
27500     new DDR code.
27501
27502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27503
27504 commit 859a86a25c569d3665ff413d1d923394b8a961f3
27505 Author: Kumar Gala <galak@kernel.crashing.org>
27506 Date:   Wed Jun 11 00:51:45 2008 -0500
27507
27508     85xx/86xx: Move to dynamic mgmt of LAWs
27509
27510     With the new LAW interface (set_next_law) we can move to letting the
27511     system allocate which LAWs are used for what purpose.  This makes life
27512     a bit easier going forward with the new DDR code.
27513
27514     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27515     Signed-off-by: Andy Fleming <afleming@freescale.com>
27516     Acked-by: Jon Loeliger <jdl@freescale.com>
27517     Acked-by: Becky Bruce <becky.bruce@freescale.com>
27518
27519 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
27520 Author: Kumar Gala <galak@kernel.crashing.org>
27521 Date:   Wed Jun 11 00:44:10 2008 -0500
27522
27523     FSL LAW: Keep track of LAW allocations
27524
27525     Make it so we keep track of which LAWs have allocated and provide
27526     a function (set_next_law) which can allocate a LAW for us if one is
27527     free.
27528
27529     In the future we will move to doing more "dynamic" LAW allocation
27530     since the majority of users dont really care about what LAW number
27531     they are at.
27532
27533     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
27534
27535     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27536     Signed-off-by: Andy Fleming <afleming@freescale.com>
27537
27538 commit ddde74a159caa6e18b481fec01d40b885aebb566
27539 Author: Kumar Gala <galak@kernel.crashing.org>
27540 Date:   Mon Jun 9 22:31:57 2008 -0500
27541
27542     85xx: remove dummy board_early_init_f
27543
27544     A number of board ports have empty version of board_early_init_f
27545     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
27546
27547     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27548
27549 commit 81e56e9af0d43712db8efb843606a8d62eab454f
27550 Author: Kumar Gala <galak@kernel.crashing.org>
27551 Date:   Mon Jun 9 18:55:38 2008 -0500
27552
27553     MPC8544DS: Update config.h
27554
27555     * Enable flash progress
27556     * remove CLEAR_LAW0 since we dont really use it
27557
27558     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27559
27560 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
27561 Author: Kumar Gala <galak@kernel.crashing.org>
27562 Date:   Mon Jun 9 13:37:24 2008 -0500
27563
27564     85xx: Remove unused and unconfigured memory test code.
27565
27566     Remove unused and unconfigured DDR test code from FSL 85xx boards.
27567     Besides, other common code exists.
27568
27569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27570
27571 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
27572 Author: Sergei Poselenov <sposelenov@emcraft.com>
27573 Date:   Fri Jun 6 15:42:45 2008 +0200
27574
27575     Socrates: Added FPGA base address update in FDT.
27576
27577     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27578
27579 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
27580 Author: Sergei Poselenov <sposelenov@emcraft.com>
27581 Date:   Fri Jun 6 15:42:44 2008 +0200
27582
27583     Socrates: NAND support added. Changed the U-Boot base address and
27584
27585     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27586
27587 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
27588 Author: Sergei Poselenov <sposelenov@emcraft.com>
27589 Date:   Fri Jun 6 15:42:43 2008 +0200
27590
27591     NAND: Added support for 128-bit OOB, adapted
27592
27593     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27594
27595 commit 31ca0208612f2eb57690110d7c2815953650e47b
27596 Author: Sergei Poselenov <sposelenov@emcraft.com>
27597 Date:   Fri Jun 6 15:42:42 2008 +0200
27598
27599     Socrates: added missed file with UPMA configuration data.
27600
27601     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
27602
27603 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
27604 Author: Sergei Poselenov <sposelenov@emcraft.com>
27605 Date:   Fri Jun 6 15:42:41 2008 +0200
27606
27607     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
27608
27609     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27610
27611 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
27612 Author: Sergei Poselenov <sposelenov@emcraft.com>
27613 Date:   Fri Jun 6 15:42:40 2008 +0200
27614
27615     Added the upmconfig() function for 85xx.
27616
27617     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27618     Signed-off-by: Andy Fleming <afleming@freescale.com>
27619
27620 commit d39e68514ff943930ee692cff3fde03532eb7fec
27621 Author: Sergei Poselenov <sposelenov@emcraft.com>
27622 Date:   Fri Jun 6 15:42:39 2008 +0200
27623
27624     Socrates: config file cleanup.
27625
27626     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27627
27628 commit e8cc3f04b124f757af4528206e60d8eb715ae083
27629 Author: Wolfgang Grandegger <wg@grandegger.com>
27630 Date:   Thu Jun 5 13:12:10 2008 +0200
27631
27632     TQM85xx: Change memory map to support Flash memory > 128 MiB
27633
27634     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
27635     memory. The current memory map only supports up to 128 MiB Flash.
27636     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
27637     set, up to 1 GiB flash is supported. To achieve this, the memory
27638     map has to be adjusted in great parts (for example the CCSRBAR is
27639     moved from 0xE0000000 to 0xA0000000).
27640
27641     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
27642     memory map also has to be considered in the kernel (changed
27643     CCSRBAR address, changed PCI IO base address, ...). Please use
27644     an appropriate Flat Device Tree blob (tqm8548.dtb).
27645
27646     Signed-off-by: Martin Krause <martin.krause@tqs.de>
27647     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27648
27649 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
27650 Author: Wolfgang Grandegger <wg@grandegger.com>
27651 Date:   Thu Jun 5 13:12:09 2008 +0200
27652
27653     TQM85xx: NAND support via local bus UPMB
27654
27655     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
27656     default and can be enabled for the TQM8548 modules. It is now based on
27657     the re-written FSL NAND UPM driver. A patch has been posted earlier today
27658     with the subject:
27659
27660     "NAND FSL UPM: driver re-write using the hwcontrol callback"
27661
27662     Note that the R/B pin is not supported by that module requiring to use
27663     the specified maximum delay time.
27664
27665     Note: With NAND support enabled the size of the U-Boot image exceeds
27666     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
27667     doubling the image size :-(.
27668
27669     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27670     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27671
27672 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
27673 Author: Wolfgang Grandegger <wg@grandegger.com>
27674 Date:   Thu Jun 5 13:12:08 2008 +0200
27675
27676     TQM8548: PCI express support
27677
27678     This patch adds support for PCI express cards. The board support
27679     now uses common FSL PCI init code, for both, PCI and PCIe on all
27680     TQM85xx modules.
27681
27682     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27683     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27684
27685 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
27686 Author: Wolfgang Grandegger <wg@grandegger.com>
27687 Date:   Thu Jun 5 13:12:07 2008 +0200
27688
27689     TQM8548: Basic support for the TQM8548 modules
27690
27691     This patch adds basic support for the TQM8548 module from TQ-Components
27692     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
27693     eTSEC 3 and 4
27694
27695     Furthermore Flash buffer write has been enabled to speed up output to
27696     the Flash by approx. a factor of 10.
27697
27698     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27699     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27700
27701 commit 25991353204c78b094c3c1fec90182dcd607ab8f
27702 Author: Wolfgang Grandegger <wg@grandegger.com>
27703 Date:   Thu Jun 5 13:12:06 2008 +0200
27704
27705     TQM85xx: Support for Flat Device Tree
27706
27707     This patch adds support for Linux kernels using the Flat Device Tree.
27708     It also re-defines the default environment settings for booting Linux
27709     with the FDT blob.
27710
27711     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27712
27713 commit d9ee843d54c54776e1fdb86336ce554906a87331
27714 Author: Wolfgang Grandegger <wg@grandegger.com>
27715 Date:   Thu Jun 5 13:12:05 2008 +0200
27716
27717     TQM85xx: Support for Intel 82527 compatible CAN controller
27718
27719     This patch adds initialization of the UPMC RAM to support up to two
27720     Intel 82527 compatible CAN controller on the TQM85xx modules.
27721
27722     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27723     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27724
27725 commit 518d5cfe72916323c746af1647764459914f555f
27726 Author: Wolfgang Grandegger <wg@grandegger.com>
27727 Date:   Thu Jun 5 13:12:04 2008 +0200
27728
27729     TQM85xx: Bugfix in the SDRAM initialisation
27730
27731     The CS0_BNDS register is now set according to the detected
27732     memory size.
27733
27734     Signed-off-by Martin Krause <martin.krause@tqs.de>
27735
27736 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
27737 Author: Wolfgang Grandegger <wg@grandegger.com>
27738 Date:   Thu Jun 5 13:12:03 2008 +0200
27739
27740     TQM85xx: Fix chip select configuration for second FLASH bank
27741
27742     This patch fixes the re-calculation of the automatic chip select
27743     configuration for boards with two populated FLASH banks.
27744
27745     Signed-off-by: Martin Krause <martin.krause@tqs.de>
27746
27747 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
27748 Author: Wolfgang Grandegger <wg@grandegger.com>
27749 Date:   Thu Jun 5 13:12:02 2008 +0200
27750
27751     TQM85xx: Support for Spansion 'N' type flashes added
27752
27753     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
27754     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
27755     needs to be changed -> new start address of the environment. The macro
27756     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
27757     defined for boards with 'N' type flashes.
27758
27759     Signed-off-by: Martin Krause <martin.krause@tqs.de>
27760     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27761
27762 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
27763 Author: Wolfgang Grandegger <wg@grandegger.com>
27764 Date:   Thu Jun 5 13:12:01 2008 +0200
27765
27766     TQM85xx: Fix CPM port pin configuration
27767
27768     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
27769     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
27770     as serial interface anyway. Worse, on some board variants configuring the
27771     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
27772
27773     Signed-off-by: Martin Krause <martin.krause@tqs.de>
27774
27775 commit b99ba1679e8cd51b023e67098c89e606e47137d2
27776 Author: Wolfgang Grandegger <wg@grandegger.com>
27777 Date:   Thu Jun 5 13:12:00 2008 +0200
27778
27779     TQM85xx: Various coding style fixes
27780
27781     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27782
27783 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
27784 Author: Gerald Van Baren <vanbaren@cideas.com>
27785 Date:   Tue Jun 10 22:15:58 2008 -0400
27786
27787     libfdt: Move the working_fdt pointer to cmd_fdt.c
27788
27789     The working_fdt pointer was declared in common/fdt_support.c but was
27790     not used there.  Move it to common/cmd_fdt.c where it is used (it is
27791     also used in lib_ppc/bootm.c).
27792
27793     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27794
27795 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
27796 Author: Kim Phillips <kim.phillips@freescale.com>
27797 Date:   Tue Jun 10 11:06:17 2008 -0500
27798
27799     fdt: unshadow global working fdt variable
27800
27801     differentiate with local variables of the same name by renaming the
27802     global 'fdt' variable 'working_fdt'.
27803
27804     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27805
27806 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
27807 Author: Andy Fleming <afleming@freescale.com>
27808 Date:   Tue Jun 10 18:49:34 2008 -0500
27809
27810     socrates: Fix PCI clk fix patch
27811
27812     The submitted patch seems to have been more up-to-date, but an older patch was
27813     already in the repository.  This patch encompasses the differences
27814
27815     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
27816
27817     Signed-off-by: Andy Fleming <afleming@freescale.com>
27818
27819 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
27820 Author: Wolfgang Grandegger <wg@grandegger.com>
27821 Date:   Thu Jun 5 13:02:29 2008 +0200
27822
27823     NAND FSL UPM: driver re-write using the hwcontrol callback
27824
27825     This is a re-write of the NAND FSL UPM driver using the more universal
27826     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
27827     list of furher modifications:
27828
27829     - For the time being, the UPM setup writing the UPM array has been
27830       removed from the driver and must now be done by the board specific
27831       code.
27832
27833     - The bus width definition in "struct fsl_upm_nand" is now in bits to
27834       comply with the corresponding Linux driver and 8, 16 and 32 bit
27835       accesses are supported.
27836
27837     - chip->dev_read is only set if fun->dev_ready != NULL, which is
27838       required for boards not connecting the R/B pin.
27839
27840     - A few issue have been fixed with MxMR bit manipulation like in the
27841       corresponding Linux driver.
27842
27843     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
27844           as well, because the address is already determined by
27845           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
27846
27847     This patch has been tested on a TQM8548 modules with the NAND chip
27848     Micron MT29F8G08FABWP.
27849
27850     This patch is based on the following patches posted to this list a few
27851     minutes ago:
27852
27853       PPC: add accessor macros to clear and set bits in one shot
27854       83xx/85xx/86xx: add more MxMR local bus definitions
27855
27856     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27857     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27858
27859 commit 6beecfbb542992eede5831240cd58678274683a9
27860 Author: Wolfgang Grandegger <wg@grandegger.com>
27861 Date:   Thu Jun 5 13:11:59 2008 +0200
27862
27863     MPC85xx: Beautify boot output of L2 cache configuration
27864
27865     The boot output is now aligned poperly with other boot output
27866     lines, e.g.:
27867
27868       FLASH: 128 MB
27869       L2:    512 KB enabled
27870
27871     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27872
27873 commit 398415114f0a705163a14543e9fef03f734b1ffa
27874 Author: Wolfgang Grandegger <wg@grandegger.com>
27875 Date:   Wed Jun 4 12:45:22 2008 +0200
27876
27877     PPC: add accessor macros to clear and set bits in one shot
27878
27879     PPC: add accessor macros to clear and set bits in one shot
27880
27881     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
27882     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
27883     They are very handy to manipulate bits it I/O registers.
27884
27885     This patch is required for my forthcoming FSL NAND UPM driver re-write and
27886     the support for the TQM8548 module.
27887
27888     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27889
27890 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
27891 Author: Wolfgang Grandegger <wg@grandegger.com>
27892 Date:   Wed Jun 4 13:52:17 2008 +0200
27893
27894     TQM: move TQM boards to board/tqc
27895
27896     Move all TQM board directories to the vendor specific directory "tqc"
27897     for modules from TQ-Components GmbH (http://www.tqc.de).
27898
27899     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27900
27901 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
27902 Author: Wolfgang Grandegger <wg@grandegger.com>
27903 Date:   Mon Jun 2 12:09:30 2008 +0200
27904
27905     83xx/85xx/86xx: add more MxMR local bus definitions
27906
27907     83xx/85xx/86xx: add more MxMR local bus definitions
27908
27909     This patch adds more macro definitions for the UPM Machine Mode Registers
27910     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
27911     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
27912     required for my forthcoming FSL NAND UPM driver re-write and the support
27913     for the TQM8548 module.
27914
27915     This patch is based on the following two patches from Anton Vorontsov:
27916
27917     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
27918     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
27919
27920     I leave coding style violation fixes, code beautification and name
27921     corrections to somebody else ;-(.
27922
27923     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27924
27925 commit c8c5fc266e4499e283c293ccb972863156aa4134
27926 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27927 Date:   Thu May 29 18:14:56 2008 +0400
27928
27929     83xx/85xx: further localbus cleanups
27930
27931     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
27932     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
27933
27934     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27935
27936 commit 42dbd667c88d496882d53e22656e89b654205492
27937 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27938 Date:   Wed May 28 18:20:15 2008 +0400
27939
27940     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
27941
27942     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
27943     use it on MPC85xx and MPC86xx processors.
27944
27945     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27946
27947 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
27948 Author: Kumar Gala <galak@kernel.crashing.org>
27949 Date:   Thu May 29 11:22:06 2008 -0500
27950
27951     85xx: Add setting of cache props in the device tree.
27952
27953     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27954
27955 commit 4dbdb7681e243431530df0725627192a0c4aefda
27956 Author: Kumar Gala <galak@kernel.crashing.org>
27957 Date:   Tue Jun 10 16:53:46 2008 -0500
27958
27959     85xx: expose cpu identification
27960
27961     The current cpu identification code is used just to return the name
27962     of the processor at boot.  There are some other locations that the name
27963     is useful (device tree setup).  Expose the functionality to other bits
27964     of code.
27965
27966     Also, drop the 'E' suffix and add it on by looking at the SVR version
27967     when we print this out.  This is mainly to allow the most flexible use
27968     of the name.  The device tree code tends to not care about the 'E' suffix.
27969
27970     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27971
27972 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
27973 Author: Kim Phillips <kim.phillips@freescale.com>
27974 Date:   Tue Jun 10 13:25:24 2008 -0500
27975
27976     mpc83xx: MVBLM7: minor build fixups
27977
27978     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27979
27980 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
27981 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27982 Date:   Tue Jun 10 09:14:05 2008 +0200
27983
27984     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
27985
27986     Add MPC8343 based board mvBlueLYNX-M7.
27987     It's a single board stereo camera system.
27988     Please read doc/README.mvblm7 for details.
27989
27990     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27991     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27992
27993 commit c005b93925ba49f07da2aa748527996d927e172f
27994 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27995 Date:   Tue Jun 10 09:13:16 2008 +0200
27996
27997     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
27998
27999     Add MPC8343 based board mvBlueLYNX-M7.
28000     It's a single board stereo camera system.
28001     Please read doc/README.mvblm7 for details.
28002
28003     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28004     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28005
28006 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
28007 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28008 Date:   Thu May 29 18:14:56 2008 +0400
28009
28010     83xx/85xx: further localbus cleanups
28011
28012     move the BRx_* and ORx_* left behind in mpc85xx.h
28013
28014     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
28015     the same, just few differences which needs some attention though).
28016
28017     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
28018     of these defines. So this cleanup I'll leave for the "better times".
28019
28020     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28021     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28022
28023 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
28024 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28025 Date:   Wed May 28 18:20:15 2008 +0400
28026
28027     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
28028
28029     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
28030     use it on MPC85xx and MPC86xx processors.
28031
28032     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28033     Acked-by: Andy Fleming <afleming@freescale.com>
28034     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28035
28036 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
28037 Author: Tor Krill <tor@excito.com>
28038 Date:   Mon Jun 2 15:09:30 2008 +0200
28039
28040     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
28041
28042     Signed-off-by: Tor Krill <tor@excito.com>
28043     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28044
28045 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
28046 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28047 Date:   Mon Jun 9 23:37:44 2008 +0900
28048
28049     net: Conditional COBJS inclusion of network drivers
28050
28051     Replace COBJS-y with appropriate driver config names.
28052
28053     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28054     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28055
28056 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
28057 Author: Gerald Van Baren <vanbaren@cideas.com>
28058 Date:   Mon Jun 9 21:02:17 2008 -0400
28059
28060     Use strncmp() for the fdt command
28061
28062     Cleaner than doing multiple conditionals on characters.
28063
28064     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28065
28066 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
28067 Author: Gerald Van Baren <vanbaren@cideas.com>
28068 Date:   Sat Jun 7 12:25:05 2008 -0400
28069
28070     The fdt boardsetup command criteria was not unique
28071
28072     It was checking just for "b", which is not unique with respect to the
28073     "boot" command.  Change to check for "boa"[rdsetup].
28074
28075     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28076
28077 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
28078 Author: David Gibson <david@gibson.dropbear.id.au>
28079 Date:   Tue May 20 17:19:11 2008 +1000
28080
28081     libfdt: Several cleanups to parameter checking
28082
28083     This patch makes a couple of small cleanups to parameter checking of
28084     libfdt functions.
28085
28086         - In several functions which take a node offset, we use an
28087     idiom involving fdt_next_tag() first to check that we have indeed been
28088     given a node offset.  This patch adds a helper function
28089     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
28090
28091         - In fdt_rw.c in several places we have the expanded version
28092     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
28093     replaces those instances with an invocation of the macro; that's what
28094     it's for.
28095
28096         - In fdt_sw.c we rename the check_header_sw() function to
28097     sw_check_header() to match the analgous function in fdt_rw.c, and we
28098     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
28099     functions in fdt_rw.c
28100
28101     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28102
28103 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
28104 Author: Gerald Van Baren <vanbaren@cideas.com>
28105 Date:   Tue Jun 3 20:34:45 2008 -0400
28106
28107     Remove the deprecated CONFIG_OF_FLAT_TREE
28108
28109     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
28110     cleaner, has better functionality, and is better supported.
28111
28112     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28113
28114 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
28115 Author: Gerald Van Baren <vanbaren@cideas.com>
28116 Date:   Tue Jun 3 20:26:29 2008 -0400
28117
28118     Change the stxxst to CONFIG_OF_LIBFDT
28119
28120     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
28121     to CONFIG_OF_LIBFDT.
28122
28123     WARNING: It appears that this board lost its ability to boot via a
28124     flattened device tree prior to this changeset.
28125
28126     WARNING: This conversion was untested because I do not have a board to
28127     test it on.
28128
28129     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28130
28131 commit 589c04271d129729a8b01391453851ab9cc4069c
28132 Author: Gerald Van Baren <vanbaren@cideas.com>
28133 Date:   Tue Jun 3 20:24:58 2008 -0400
28134
28135     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
28136
28137     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
28138     to CONFIG_OF_LIBFDT.
28139
28140     WARNING: This conversion is untested because I do not have a board to
28141     test it on.
28142
28143     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
28144     /aliases/ethernet1 property for the ethernet to work.
28145
28146     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28147
28148 commit ee1e35bede91debc8bff9b02f75574486033b652
28149 Author: Kumar Gala <galak@kernel.crashing.org>
28150 Date:   Thu May 29 01:21:24 2008 -0500
28151
28152     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
28153
28154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28155
28156 commit 3b9519fc50802436e417c839e69df7b2016cade5
28157 Author: Becky Bruce <becky.bruce@freescale.com>
28158 Date:   Wed May 14 13:10:04 2008 -0500
28159
28160     MPC85xx: Change traps.c to not reference non-addressable memory
28161
28162     Currently, END_OF_RAM is used by the trap code to determine if
28163     we should attempt to access the stack pointer or not. However,
28164     on systems with a lot of RAM, only a subset of the RAM is
28165     guaranteed to be mapped in and accessible.  Change END_OF_RAM
28166     to use get_effective_memsize() instead of using the raw ram
28167     size out of the bd.
28168
28169     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28170
28171 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
28172 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28173 Date:   Mon Jun 9 13:39:57 2008 +0900
28174
28175     sh: Renesas Solutions SH7763RDP board support
28176
28177     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
28178     In this patch, support SCIF, NOR Flash, and Ethernet.
28179
28180     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28181     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28182
28183 commit 60179098a95eaa972007d7ec58e4c1588029720f
28184 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28185 Date:   Fri Jun 6 16:24:13 2008 +0900
28186
28187     sh: Add support Renesas SH7763
28188
28189     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
28190     This patch supprts CPU register's header file.
28191
28192     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28193     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28194
28195 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
28196 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28197 Date:   Fri Jun 6 16:16:08 2008 +0900
28198
28199     sh: SH7763 SCIF support
28200
28201     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
28202     but only SCIF2 is different. This patch work all SCIF channel.
28203
28204     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28205     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28206
28207 commit 79b51ff8205f0354d5300570614c1d2db499679c
28208 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28209 Date:   Sat Jun 7 20:51:59 2008 +0900
28210
28211     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
28212
28213     Also get rid of some #ifdefs in *.c files.
28214
28215     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28216
28217 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
28218 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28219 Date:   Sat Jun 7 20:51:56 2008 +0900
28220
28221     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
28222
28223     CONFIG_SOC_AU1X00
28224
28225       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
28226       need to have this config as a system type specifier.
28227
28228     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
28229     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
28230
28231       Machine type specifiers. Each port should have one of aboves.
28232
28233     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28234
28235 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
28236 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
28237 Date:   Fri May 30 16:05:28 2008 -0400
28238
28239     env_nand.c: Added bad block management for environment variables
28240
28241     Modified to check for bad blocks and to skipping over them when
28242     CFG_ENV_RANGE has been defined.
28243     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
28244     flash block size.
28245
28246     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
28247     Signed-off-by: Scott Wood <scottwood@freescale.com>
28248
28249 commit 279726bd00558e80263d44581c44167625b7fb9a
28250 Author: Becky Bruce <becky.bruce@freescale.com>
28251 Date:   Wed May 14 13:09:58 2008 -0500
28252
28253     MPC86xx: Change traps.c to not reference non-addressable memory
28254
28255     Currently, END_OF_RAM is used by the trap code to determine if
28256     we should attempt to access the stack pointer or not. However,
28257     on systems with a lot of RAM, only a subset of the RAM is
28258     guaranteed to be mapped in and accessible.  Change END_OF_RAM
28259     to use get_effective_memsize() instead of using the raw ram
28260     size out of the bd to prevent us from trying to access
28261     non-mapped memory.
28262
28263     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28264
28265 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
28266 Author: Wolfgang Denk <wd@denx.de>
28267 Date:   Fri Jun 6 14:28:14 2008 +0200
28268
28269     tools/mkimage: fix compiler warnings on some systems.
28270
28271     Signed-off-by: Wolfgang Denk <wd@denx.de>
28272
28273 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
28274 Author: Stefan Roese <sr@denx.de>
28275 Date:   Fri Jun 6 16:10:41 2008 +0200
28276
28277     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
28278
28279     We use upper case letters for the AMCC processor defines (like
28280     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
28281     not CONFIG_440SPe. This patch fixes the last misspelled config options.
28282
28283     Signed-off-by: Stefan Roese <sr@denx.de>
28284
28285 commit 72675dc6c06a48846d180106161d49dd714383cc
28286 Author: Stefan Roese <sr@denx.de>
28287 Date:   Fri Jun 6 15:55:21 2008 +0200
28288
28289     ppc4xx: Unify AMCC's board config files (part 3/3)
28290
28291     This patch series unifies the AMCC eval board ports by introducing
28292     a common include header for all AMCC eval boards:
28293
28294     include/configs/amcc-common.h
28295
28296     This header now includes all common configuration options/defines which
28297     are removed from the board specific headers.
28298
28299     The reason for this is ease of maintenance and unified look and feel
28300     of all AMCC boards.
28301
28302     Signed-off-by: Stefan Roese <sr@denx.de>
28303
28304 commit 490f204096d6e2c9940f67816f154a8125bab116
28305 Author: Stefan Roese <sr@denx.de>
28306 Date:   Fri Jun 6 15:55:03 2008 +0200
28307
28308     ppc4xx: Unify AMCC's board config files (part 2/3)
28309
28310     This patch series unifies the AMCC eval board ports by introducing
28311     a common include header for all AMCC eval boards:
28312
28313     include/configs/amcc-common.h
28314
28315     This header now includes all common configuration options/defines which
28316     are removed from the board specific headers.
28317
28318     The reason for this is ease of maintenance and unified look and feel
28319     of all AMCC boards.
28320
28321     Signed-off-by: Stefan Roese <sr@denx.de>
28322
28323 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
28324 Author: Stefan Roese <sr@denx.de>
28325 Date:   Fri Jun 6 15:54:31 2008 +0200
28326
28327     ppc4xx: Unify AMCC's board config files (part 1/3)
28328
28329     This patch series unifies the AMCC eval board ports by introducing
28330     a common include header for all AMCC eval boards:
28331
28332     include/configs/amcc-common.h
28333
28334     This header now includes all common configuration options/defines which
28335     are removed from the board specific headers.
28336
28337     The reason for this is ease of maintenance and unified look and feel
28338     of all AMCC boards.
28339
28340     Signed-off-by: Stefan Roese <sr@denx.de>
28341
28342 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
28343 Author: Remy Bohmer <linux@bohmer.net>
28344 Date:   Thu Jun 5 13:03:36 2008 +0200
28345
28346     DM9000 fix status check fail 0x6d error for trizeps board
28347
28348     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
28349     the status byte need to be checked to identify a valid packet in the fifo
28350
28351     But, The several different Application Notes do not all speak the same
28352     language on these bits. They do not disagree, but only 1 Application Note
28353     noted explicitly that only these 2 bits need to be checked.
28354     Even the datasheets do not mention anything about these 2 bits.
28355
28356     Because the old code, and the kernel check the whole byte, I left this piece
28357     untouched.
28358
28359     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
28360     it should work.
28361
28362     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
28363     in the fifo) is much shorter now, compared to the older U-boot driver code,
28364     so that we can maybe run into a hardware condition now that was never seen
28365     before, or maybe was seen very unfrequently.
28366
28367     Additionaly added a cleanup of a stack variable.
28368
28369     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28370     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28371
28372 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
28373 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28374 Date:   Thu Jun 5 22:29:00 2008 +0900
28375
28376     [MIPS] Update <asm/addrspace.h> header
28377
28378     - Fix traditional KSEG names
28379     - Replace PHYSADDR with CPHYSADDR
28380
28381     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28382
28383 commit f0d5a6f060d00358b85c62a921a423ea8df71184
28384 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28385 Date:   Thu Jun 5 22:29:00 2008 +0900
28386
28387     [MIPS] mips_config.mk: Misc fixes
28388
28389     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
28390     - Modify comments
28391
28392     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28393
28394 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
28395 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28396 Date:   Thu Jun 5 22:29:00 2008 +0900
28397
28398     [MIPS] Kill unused <version.h> inclusions
28399
28400     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28401
28402 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
28403 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28404 Date:   Thu Jun 5 22:29:00 2008 +0900
28405
28406     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
28407
28408     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
28409     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
28410     in the U-Boot system.
28411
28412     The other is we don't have a proper time management counter like timestamp
28413     other ARCHs have. We need the 32-bit millisecond clock counter.
28414
28415     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
28416     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
28417     of calculated CP0 counter cycles in a CFG_HZ.
28418
28419     STRATEGY:
28420
28421     * Fix improper CFG_HZ value to have 1000
28422
28423     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
28424
28425     * timer_init: initialize timestamp and set up the first timer expiration.
28426       Note that we don't need to initialize CP0 count/compare registers here
28427       as they have been already zeroed out on the system reset. Leave them as
28428       they are.
28429
28430     * get_timer: calculate how many timestamps have been passed, then return
28431       base-relative timestamp. Make sure we can easily count missed timestamps
28432       regardless of CP0 count/compare value.
28433
28434     * get_ticks: return the current timestamp, that is get_timer(0).
28435
28436     Most parts are from good old Linux v2.6.16 kernel.
28437
28438     v2:
28439     - Remove FIXME comments as they turned out to be trivial.
28440     - Use CP0 compare register as a global variable for expirelo.
28441     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
28442       instead.
28443
28444     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28445
28446 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
28447 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28448 Date:   Thu Jun 5 22:29:00 2008 +0900
28449
28450     [MIPS] lib_mips/time.c: Fix udelay
28451
28452     What we have to do is just to wait for given micro-seconds. No need to
28453     take into account current time, get_timer and CFG_HZ.
28454
28455     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28456
28457 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
28458 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28459 Date:   Thu Jun 5 22:28:59 2008 +0900
28460
28461     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
28462
28463     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
28464     This patch replaces mips_{compare,count}_set and mips_count_get with
28465     existing macros.
28466
28467     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28468
28469 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
28470 Author: Remy Bohmer <linux@bohmer.net>
28471 Date:   Tue Jun 3 15:48:17 2008 +0200
28472
28473     Get rid of annoying/superfluous bad-checksum warning message
28474
28475     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
28476     It is annoying for ordinary users who start to doubt the network connection
28477     in general when they see messages like this.
28478
28479     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
28480     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
28481     now before checking the checksum.
28482
28483     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28484     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28485
28486 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
28487 Author: Remy Bohmer <linux@bohmer.net>
28488 Date:   Wed Jun 4 10:47:25 2008 +0200
28489
28490     Fix order for reading rx-status registers in 32bit mode of DM9000
28491
28492     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
28493     a bug in reading the rx-status registers in 32bit mode only.
28494     This patch repairs this.
28495
28496     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28497     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28498
28499 commit 98291e2e689096420465074cce926b226d2e71b4
28500 Author: Remy Bohmer <linux@bohmer.net>
28501 Date:   Tue Jun 3 15:26:26 2008 +0200
28502
28503     DM9000: Some minor code cleanups
28504
28505     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
28506     need some other minor cleanup.
28507
28508     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28509     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28510
28511 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
28512 Author: Remy Bohmer <linux@bohmer.net>
28513 Date:   Tue Jun 3 15:26:25 2008 +0200
28514
28515     DM9000: Make driver work properly for DM9000A
28516
28517     The DM9000A network controller does not work with the U-boot DM9000x driver.
28518     Analysis showed that many incoming packets are lost.
28519
28520     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
28521     check for a valid rx packet be done on the interrupt status register, not
28522     directly by performing the dummy read and the rx status check as is currently
28523     the case in the u-boot driver.
28524
28525     When the recommended poll is done as suggested the driver starts working
28526     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
28527     can be more than 1 package in the fifo at the same time.
28528
28529     The driver must perform the rx-status check in a loop and read and handle all
28530     packages until there is no more left _after_ the interrupt RX flag is set.
28531
28532     This change has been tested with DM9000A, DM9000E, DM9000EP.
28533
28534     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28535     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28536
28537 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
28538 Author: Remy Bohmer <linux@bohmer.net>
28539 Date:   Tue Jun 3 15:26:24 2008 +0200
28540
28541     DM9000: Improve eth_reset() routine
28542
28543     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
28544     reset procedure must be done twice to properly reset the DM9000 by means of software.
28545     This errata is not needed anymore for the DM9000A, but it does not bother it.
28546
28547     This change has been tested with DM9000A, DM9000E, DM9000EP.
28548
28549     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28550     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28551
28552 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
28553 Author: Remy Bohmer <linux@bohmer.net>
28554 Date:   Tue Jun 3 15:26:23 2008 +0200
28555
28556     DM9000: improve eth_send() routine
28557
28558     The eth_send routine of the U-boot DM9000x driver does not match the
28559     DM9000 or DM9000A application notes/programming guides.
28560
28561     This change improves the stability of the DM9000A network controller.
28562
28563     This change has been tested with DM9000A, DM9000E, DM9000EP.
28564
28565     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28566     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28567
28568 commit 134e266253c02a7832560da59d394989c4f64453
28569 Author: Remy Bohmer <linux@bohmer.net>
28570 Date:   Tue Jun 3 15:26:22 2008 +0200
28571
28572     DM9000: repair debug logging
28573
28574     It seems that the debugging code of the DM9000x driver in U-boot has not been
28575     compiled for a long time, because it cannot compile...
28576
28577     Also rearranged some loglines to get more useful info while debugging.
28578
28579     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28580     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28581
28582 commit a101361bfe23c120321e45d114c0603b8e0763e9
28583 Author: Remy Bohmer <linux@bohmer.net>
28584 Date:   Tue Jun 3 15:26:21 2008 +0200
28585
28586     DM9000: Add data bus-width auto detection.
28587
28588     The U-boot DM9000x driver contains a compile time bus-width definition for
28589     the databus connected to the network controller.
28590
28591     This compile check makes the code unclear, inflexible and is unneccessary.
28592     It can be asked to the network controller what its bus-width is by reading bits
28593     6 and 7 of the interrupt status register.
28594
28595     The linux kernel already uses a runtime mechanism to determine this bus-width,
28596     so the implementation below looks somewhat like that implementation.
28597
28598     This change has been tested with DM9000A, DM9000E, DM9000EP.
28599
28600     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28601     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28602
28603 commit 63a0afa0c32e5f4ea98a9439542870072437404d
28604 Author: Stefan Roese <sr@denx.de>
28605 Date:   Wed Jun 4 19:19:20 2008 +0200
28606
28607     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
28608
28609     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
28610     introduced by the commit:
28611
28612     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
28613
28614     With this patch SDRAM will get initialized again and booting from NAND
28615     is working again.
28616
28617     Signed-off-by: Stefan Roese <sr@denx.de>
28618     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
28619
28620 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
28621 Author: Wolfgang Denk <wd@denx.de>
28622 Date:   Tue May 27 14:19:30 2008 +0200
28623
28624     Socrates: Fix PCI bus frequency report
28625
28626     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28627
28628 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
28629 Author: Tor Krill <tor@excito.com>
28630 Date:   Thu May 29 11:10:30 2008 +0200
28631
28632     Fix incorrect switch for IF_TYPE in part.c
28633
28634     Use correct field in block_dev_desc_t when writing interface type in
28635     dev_print. Error introduced in 574b3195.
28636
28637     Also added fix from Martin Krause
28638
28639     Signed-off-by: Tor Krill <tor@excito.com>
28640
28641 commit b64b8a0bd310935b70af69ac970952f2b364ae56
28642 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28643 Date:   Tue May 27 10:25:39 2008 +0200
28644
28645     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
28646
28647     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28648
28649 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
28650 Author: Peter Tyser <ptyser@xes-inc.com>
28651 Date:   Thu May 22 18:56:52 2008 -0500
28652
28653     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
28654
28655     Removed unneeded command line history initialization.  Also, the original
28656     code would access the 'initted' variable before relocation to SDRAM
28657     which resulted in erratic behavior since the bss is not initialized when
28658     executing from flash.
28659
28660     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28661
28662 commit 22f371b63038a4ecab04068877c1089e51a01ba1
28663 Author: Grant Erickson <gerickson@nuovations.com>
28664 Date:   Wed May 21 13:28:30 2008 -0700
28665
28666     PPC4xx: Simplified post_word_{load, store}
28667
28668     This patch simplifies post_word_{load,store} by using the preprocessor
28669     to eliminate redundant, copy-and-pasted code.
28670
28671     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28672
28673 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
28674 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
28675 Date:   Wed May 7 21:25:33 2008 +0400
28676
28677     cfi_flash: enable M18 flash chips family support.
28678
28679     Added new command set ID. Buffered write command processing is changed
28680     in order to support M18 flash chips family.
28681
28682     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
28683     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28684
28685 commit 93c56f212ccdadc182018f0769cb284426b88f1d
28686 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
28687 Date:   Wed May 7 21:24:44 2008 +0400
28688
28689     cfi_flash: support of long cmd in U-boot.
28690
28691     Some NOR flash chips needs support of commands with length grether than max
28692     value size of uchar. For example all M18 family chips use 0x1ff command in
28693     buffered write mode as value of program loops count.
28694
28695     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
28696     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28697
28698 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
28699 Author: Stefan Roese <sr@denx.de>
28700 Date:   Fri May 16 11:06:06 2008 +0200
28701
28702     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
28703
28704     On AD7414 the first value upon bootup is not read correctly.
28705     This is most likely because of the 800ms update time of the
28706     temp register in normal update mode. To get current values
28707     each time we issue the "dtt" command including upon powerup
28708     we switch into one-short mode.
28709
28710     This patch fixes the problem on AD7414 equipped boards (Sequoia,
28711     Canyonlands etc), that temp value printed in the bootup log was
28712     incorrect.
28713
28714     Signed-off-by: Stefan Roese <sr@denx.de>
28715
28716 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
28717 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28718 Date:   Fri May 30 16:55:06 2008 +0200
28719
28720     ppc4xx: Cleanup CPCI405 variant's config file
28721
28722     This patch removes some dead code from CPCI405 board's
28723     config files. JFFS2 support is also removed. It's not used and
28724     CPCI4052 does not build anymore without some size reduction.
28725
28726     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28727
28728 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
28729 Author: Kenneth Johansson <kenneth@southpole.se>
28730 Date:   Thu May 29 16:32:33 2008 +0200
28731
28732     Remove shell variable UNDEF_SYM.
28733
28734     UNDEF_SYM is a shell variable in the main Makefile used to force the
28735     linker to add all u-boot commands to the final image. It has no use here.
28736
28737     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
28738
28739 commit 8c66497e06bf803489c589df58ee591d71033274
28740 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28741 Date:   Fri May 16 11:10:35 2008 +0200
28742
28743     Add support for environment in SPI flash
28744
28745     This is pretty incomplete...it doesn't handle reading the environment
28746     before relocation, it doesn't support redundant environment, and it
28747     doesn't support embedded environment. But apart from that, it does
28748     seem to work.
28749
28750     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28751
28752 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
28753 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28754 Date:   Fri May 16 11:10:34 2008 +0200
28755
28756     SPI Flash: Add "sf" command
28757
28758     This adds a new command, "sf" which can be used to manipulate SPI
28759     flash. Currently, initialization, reading, writing and erasing is
28760     supported.
28761
28762     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28763
28764 commit d25ce7d24cc0f93881559f4009175ea305af65e8
28765 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28766 Date:   Fri May 16 11:10:33 2008 +0200
28767
28768     SPI Flash subsystem
28769
28770     This adds a new SPI flash subsystem.
28771
28772     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
28773     but some preliminary support for other flash types is in place as
28774     well.
28775
28776     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28777
28778 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
28779 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
28780 Date:   Fri May 16 11:10:32 2008 +0200
28781
28782     atmel_spi: Driver for the Atmel SPI controller
28783
28784     This adds a driver for the SPI controller found on most AT91 and AVR32
28785     chips, implementing the new SPI API.
28786
28787     Changed in v4:
28788       - Update to new API
28789       - Handle zero-length transfers appropriately. The user may send a
28790         zero-length SPI transfer with SPI_XFER_END set in order to
28791         deactivate the chip select after a series of transfers with chip
28792         select active. This is useful e.g. when polling the status
28793         register of DataFlash.
28794
28795     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28796
28797 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
28798 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28799 Date:   Fri May 16 11:10:31 2008 +0200
28800
28801     SPI API improvements
28802
28803     This patch gets rid of the spi_chipsel table and adds a handful of new
28804     functions that makes the SPI layer cleaner and more flexible.
28805
28806     Instead of the spi_chipsel table, each board that wants to use SPI
28807     gets to implement three hooks:
28808       * spi_cs_activate(): Activates the chipselect for a given slave
28809       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
28810       * spi_cs_is_valid(): Determines if the given bus/chipselect
28811         combination can be activated.
28812
28813     Not all drivers may need those extra functions however. If that's the
28814     case, the board code may just leave them out (assuming they know what
28815     the driver needs) or rely on the linker to strip them out (assuming
28816     --gc-sections is being used.)
28817
28818     To set up communication parameters for a given slave, the driver needs
28819     to call spi_setup_slave(). This returns a pointer to an opaque
28820     spi_slave struct which must be passed as a parameter to subsequent SPI
28821     calls. This struct can be freed by calling spi_free_slave(), but most
28822     driver probably don't want to do this.
28823
28824     Before starting one or more SPI transfers, the driver must call
28825     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
28826     the hardware. When all transfers are done, the driver must call
28827     spi_release_bus() to make the bus available to others, and possibly
28828     shut down the SPI controller hardware.
28829
28830     spi_xfer() behaves mostly the same as before, but it now takes a
28831     spi_slave parameter instead of a spi_chipsel function pointer. It also
28832     got a new parameter, flags, which is used to specify chip select
28833     behaviour. This may be extended with other flags in the future.
28834
28835     This patch has been build-tested on all powerpc and arm boards
28836     involved. I have not tested NIOS since I don't have a toolchain for it
28837     installed, so I expect some breakage there even though I've tried
28838     fixing up everything I could find by visual inspection.
28839
28840     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
28841     DataFlash drivers posted as a follow-up. I'd like some help testing
28842     other boards that use the existing SPI API.
28843
28844     But most of all, I'd like some comments on the new API. Is this stuff
28845     usable for everyone? If not, why?
28846
28847     Changed in v4:
28848       - Build fixes for various boards, drivers and commands
28849       - Provide common struct spi_slave definition that can be extended by
28850         drivers
28851       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
28852       - Make default bus and mode build-time configurable
28853       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
28854
28855     Changed in v3:
28856       - Add opaque struct spi_slave for controller-specific data associated
28857         with a slave.
28858       - Add spi_claim_bus() and spi_release_bus()
28859       - Add spi_free_slave()
28860       - spi_setup() is now called spi_setup_slave() and returns a
28861         struct spi_slave
28862       - soft_spi now supports four SPI modes (CPOL|CPHA)
28863       - Add bus parameter to spi_setup_slave()
28864       - Convert the new i.MX32 SPI driver
28865       - Convert the new MC13783 RTC driver
28866
28867     Changed in v2:
28868       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
28869         new API.
28870
28871     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28872     Tested-by: Guennadi Liakhovetski <lg@denx.de>
28873
28874 commit 289011207d999b2e4085150d2aa30d547ad9b800
28875 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28876 Date:   Fri May 16 11:10:30 2008 +0200
28877
28878     Move definition of container_of() to common.h
28879
28880     AVR32 and AT91SAM9 both have their own identical definitions of
28881     container_of() taken from the Linux kernel. Move it to common.h so
28882     that all architectures can use it.
28883
28884     container_of() is already used by some drivers, and will be used
28885     extensively by the new and improved SPI API.
28886
28887     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28888
28889 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
28890 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28891 Date:   Fri May 16 11:08:11 2008 +0200
28892
28893     soft_i2c: Pull SDA high before reading
28894
28895     Spotted by Dean Capindale.
28896
28897     Systems that support open-drain GPIO properly are allowed provide an
28898     empty I2C_TRISTATE define. However, this means that we need to be
28899     careful not to drive SDA low when the slave is expected to respond.
28900
28901     This patch adds a missing I2C_SDA(1) to read_byte() required to
28902     tristate the SDA line on systems that support open-drain GPIO.
28903
28904     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28905
28906 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
28907 Author: Stefan Roese <sr@denx.de>
28908 Date:   Mon May 19 11:34:53 2008 +0200
28909
28910     ppc4xx: Remove implementations of testdram()
28911
28912     This patch removes the used testdram() implementations of the board
28913     that are maintained by myself.
28914
28915     Signed-off-by: Stefan Roese <sr@denx.de>
28916
28917 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
28918 Author: Stefan Roese <sr@denx.de>
28919 Date:   Mon Jun 2 17:37:28 2008 +0200
28920
28921     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
28922
28923     Historically the 405 U-Boot port had a dram_init() call in early init
28924     stage. This function was still called from start.S and most of the time
28925     coded in assembler. This is not needed anymore (since a long time) and
28926     boards should implement the common initdram() function in C instead.
28927
28928     This patch now removed the dram_init() call from start.S and removes the
28929     empty implementations that are scattered through most of the 405 board
28930     ports. Some older board ports really implement this dram_init() though.
28931     These are:
28932
28933     csb272
28934     csb472
28935     ERIC
28936     EXBITGEN
28937     W7OLMC
28938     W7OLMG
28939
28940     I changed those boards to call this assembler dram_init() function now
28941     from their board specific initdram() instead. This *should* work, but please
28942     test again on those platforms. And it is perhaps a good idea that those
28943     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
28944     some time. So further patches welcome here.
28945
28946     Signed-off-by: Stefan Roese <sr@denx.de>
28947
28948 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
28949 Author: Stefan Roese <sr@denx.de>
28950 Date:   Mon Jun 2 17:22:11 2008 +0200
28951
28952     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
28953
28954     Signed-off-by: Stefan Roese <sr@denx.de>
28955
28956 commit 39b32be18cd33b53a84065edcd4e465165cc5564
28957 Author: Stefan Roese <sr@denx.de>
28958 Date:   Mon Jun 2 17:20:03 2008 +0200
28959
28960     ppc4xx: Fix common ECC generation code for 440GP style platforms
28961
28962     This patch makes the common 4xx ECC code really usable on 440GP style
28963     platforms.
28964
28965     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
28966     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
28967     we need to make some processor dependant defines used later on by the
28968     driver.
28969
28970     Signed-off-by: Stefan Roese <sr@denx.de>
28971
28972 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
28973 Author: Stefan Roese <sr@denx.de>
28974 Date:   Mon Jun 2 17:13:55 2008 +0200
28975
28976     ppc4xx: Change Kilauea to use the common DDR2 init function
28977
28978     This patch changes the kilauea and kilauea_nand (for NAND booting)
28979     board port to not use a board specific DDR2 init routine anymore. Now
28980     the common code from cpu/ppc4xx is used.
28981
28982     Thanks to Grant Erickson for all his basic work on this 405EX early
28983     bootup.
28984
28985     Signed-off-by: Stefan Roese <sr@denx.de>
28986
28987 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
28988 Author: Stefan Roese <sr@denx.de>
28989 Date:   Mon Jun 2 14:59:21 2008 +0200
28990
28991     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
28992
28993     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
28994     ppc4xx related SDRAM/DDR/DDR2 controller defines.
28995
28996     Signed-off-by: Stefan Roese <sr@denx.de>
28997
28998 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
28999 Author: Stefan Roese <sr@denx.de>
29000 Date:   Mon Jun 2 14:57:41 2008 +0200
29001
29002     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
29003
29004     This patch removes all SDRAM related defines from the PPC4xx headers
29005     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
29006     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
29007
29008     It also introduces new defines for the equipped SDRAM controller based on
29009     which PPC variant is used. There new defines are:
29010
29011     used on 405GR/CR/EP and some Xilinx Virtex boards.
29012
29013     used on 440GP/GX/EP/GR.
29014
29015     used on 440EPx/GRx.
29016
29017     used on 405EX/r/440SP/SPe/460EX/GT.
29018
29019     Signed-off-by: Stefan Roese <sr@denx.de>
29020
29021 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
29022 Author: Stefan Roese <sr@denx.de>
29023 Date:   Mon Jun 2 14:35:44 2008 +0200
29024
29025     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
29026
29027     This patch consolidates the 405 and 440 parts of the NAND booting code
29028     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
29029     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
29030     Only *after* running from this location, nand_boot() is called.
29031
29032     Please note that the initsdram() call is now moved from nand_boot.c
29033     to start.S. I experienced problems with some boards like Kilauea
29034     (405EX), which don't have internal SRAM (OCM) and relocation needs to
29035     be done to SDRAM before the NAND controller can get accessed. When
29036     initdram() is called later on in nand_boot(), this can lead to problems
29037     with variables in the bss sections like nand_ecc_pos[].
29038
29039     Signed-off-by: Stefan Roese <sr@denx.de>
29040     Acked-by: Scott Wood <scottwood@freescale.com>
29041
29042 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
29043 Author: Grant Erickson <gerickson@nuovations.com>
29044 Date:   Thu May 22 14:44:24 2008 -0700
29045
29046     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
29047
29048     This patch (Part 2 of 2):
29049
29050     * Rolls up a suite of changes to enable correct primordial stack and
29051       global data handling when the data cache is used for such a purpose
29052       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
29053
29054     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
29055       eliminating redundant ECC initialization implementations and moving
29056       redundant SDRAM initialization out of board code into shared 4xx
29057       code.
29058
29059     * Enables MCSR visibility on the 405EX(r).
29060
29061     * Enables the use of the data cache for initial RAM on
29062       both AMCC's Kilauea and Makalu and removes a redundant
29063       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
29064
29065       - Removed, per Stefan Roese's request, defunct memory.c file for
29066         Makalu and rolled sdram_init from it into makalu.c.
29067
29068     With respect to the 4xx DDR initialization and ECC unification, there
29069     is certainly more work that can and should be done (file renaming,
29070     etc.). However, that can be handled at a later date on a second or
29071     third pass. As it stands, this patch moves things forward in an
29072     incremental yet positive way for those platforms that utilize this
29073     code and the features associated with it.
29074
29075     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29076     Signed-off-by: Stefan Roese <sr@denx.de>
29077
29078 commit c821b5f120bedf73867513466412587c6912a8f8
29079 Author: Grant Erickson <gerickson@nuovations.com>
29080 Date:   Thu May 22 14:44:14 2008 -0700
29081
29082     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
29083
29084     This patch (Part 1 of 2):
29085
29086     * Rolls up a suite of changes to enable correct primordial stack and
29087       global data handling when the data cache is used for such a purpose
29088       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
29089
29090     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
29091       eliminating redundant ECC initialization implementations and moving
29092       redundant SDRAM initialization out of board code into shared 4xx
29093       code.
29094
29095     * Enables MCSR visibility on the 405EX(r).
29096
29097     * Enables the use of the data cache for initial RAM on
29098       both AMCC's Kilauea and Makalu and removes a redundant
29099       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
29100
29101       - Removed, per Stefan Roese's request, defunct memory.c file for
29102         Makalu and rolled sdram_init from it into makalu.c.
29103
29104     With respect to the 4xx DDR initialization and ECC unification, there
29105     is certainly more work that can and should be done (file renaming,
29106     etc.). However, that can be handled at a later date on a second or
29107     third pass. As it stands, this patch moves things forward in an
29108     incremental yet positive way for those platforms that utilize this
29109     code and the features associated with it.
29110
29111     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29112     Signed-off-by: Stefan Roese <sr@denx.de>
29113
29114 commit a439680019e06171d4a5694b7992accce87f590e
29115 Author: Grant Erickson <gerickson@nuovations.com>
29116 Date:   Wed May 21 13:28:30 2008 -0700
29117
29118     PPC4xx: Simplified post_word_{load, store}
29119
29120     This patch simplifies post_word_{load,store} by using the preprocessor
29121     to eliminate redundant, copy-and-pasted code.
29122
29123     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29124
29125 commit f979690ee337450b2030aba128f95b7a8d9881c0
29126 Author: Kumar Gala <galak@kernel.crashing.org>
29127 Date:   Thu May 15 15:13:08 2008 -0500
29128
29129     Fix warnings from gcc-4.3.0 build on a ppc host
29130
29131     * The cfi_flash.c memset fix actual allows the board to boot so there is
29132       a bit more going on here than just resolving warnings associated with
29133       uninitialized variables.
29134
29135     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
29136       inline function 'ext2_find_next_zero_bit' which is not static
29137
29138     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29139
29140 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
29141 Author: Becky Bruce <becky.bruce@freescale.com>
29142 Date:   Wed May 14 13:09:51 2008 -0500
29143
29144     MPC512x: Change traps.c to not reference non-addressable memory
29145
29146     Currently, END_OF_RAM is used by the trap code to determine if
29147     we should attempt to access the stack pointer or not. However,
29148     on systems with a lot of RAM, only a subset of the RAM is
29149     guaranteed to be mapped in and accessible.  Change END_OF_RAM
29150     to use get_effective_memsize() instead of using the raw ram
29151     size out of the bd.
29152
29153     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29154
29155 commit 81673e9ae14b771cd13faf19947192599cae3959
29156 Author: Kumar Gala <galak@kernel.crashing.org>
29157 Date:   Tue May 13 19:01:54 2008 -0500
29158
29159     Make sure common.h is the first include.
29160
29161     If common.h isn't first we can get CONFIG_ options defined in the
29162     board config file ignored.  This can cause an issue if any of those
29163     config options impact the size of types of data structures
29164     (eg CONFIG_PHYS_64BIT).
29165
29166     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29167
29168 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
29169 Author: Marian Balakowicz <m8@semihalf.com>
29170 Date:   Tue May 13 15:53:29 2008 +0200
29171
29172     Avoid initrd and logbuffer area overlaps
29173
29174     Add logbuffer to reserved LMB areas to prevent initrd allocation
29175     from overlaping with it.
29176
29177     Make sure to use correct logbuffer base address.
29178
29179     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29180
29181 commit 6956d53d9934862507f83f0e3255dfd4662e7482
29182 Author: Sascha Laue <sascha.laue@liebherr.com>
29183 Date:   Tue May 13 13:29:54 2008 +0200
29184
29185     lwmon5: add memory-pattern-test to FPGA POST.
29186
29187 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
29188 Author: Becky Bruce <becky.bruce@freescale.com>
29189 Date:   Thu May 8 19:02:51 2008 -0500
29190
29191     PPC: 86xx Add bat registers to reginfo command
29192
29193     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29194
29195 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
29196 Author: Becky Bruce <becky.bruce@freescale.com>
29197 Date:   Fri May 9 15:41:35 2008 -0500
29198
29199     PPC: Add print_bats() to lib_ppc/bat_rw.c
29200
29201     This function prints the values of all the BAT register
29202     pairs - I needed this for debug earlier this week; adding it to
29203     lib_ppc so others can use it (and add it to reginfo commands
29204     if so desired).
29205
29206     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29207
29208 commit c148f24c15743a02e855636e6bed013bd121f7f2
29209 Author: Becky Bruce <becky.bruce@freescale.com>
29210 Date:   Thu May 15 21:29:04 2008 -0500
29211
29212     PPC: Change lib_ppc/bat_rw.c to use high bats
29213
29214     Currently, this code only deals with BATs 0-3, which makes
29215     it useless on systems that support BATs 4-7.  Add the
29216     support for these registers.
29217
29218     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
29219
29220 commit 31d826722434931e1152a09d140187dcf72f8aac
29221 Author: Becky Bruce <becky.bruce@freescale.com>
29222 Date:   Thu May 8 19:02:12 2008 -0500
29223
29224     PPC: Create and use CONFIG_HIGH_BATS
29225
29226     Change all code that conditionally operates on high bat
29227     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
29228     instead of the myriad ways this is done now.  Define the option
29229     for every config for which high bats are supported (and
29230     enabled by early boot, on parts where they're not always
29231     enabled)
29232
29233     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29234
29235 commit aa3b8bf9c30065bb2ea852799d32db5020598495
29236 Author: Wolfgang Grandegger <wg@grandegger.com>
29237 Date:   Wed May 28 19:55:19 2008 +0200
29238
29239     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
29240
29241     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29242     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29243
29244 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
29245 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29246 Date:   Wed May 28 13:06:25 2008 -0500
29247
29248     ColdFire: Add 10 base ethernet support for mcf5445x
29249
29250     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29251     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29252
29253 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
29254 Author: Jason McMullan <mcmullan@netapp.com>
29255 Date:   Fri May 30 00:53:38 2008 +0900
29256
29257     mips: Add an 'include/asm/errno.h', like all other architectures
29258
29259     All other u-boot architectures have an include/asm/errno.h, so
29260     this change adds it to the mips include/asm-mips headers also.
29261
29262     Stolen from Linux 2.6.25.
29263
29264     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
29265
29266 commit e2ad8426624bac457acc6925b6ff408e9bf20466
29267 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29268 Date:   Fri May 30 00:53:38 2008 +0900
29269
29270     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
29271
29272     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29273
29274 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
29275 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29276 Date:   Fri May 30 00:53:38 2008 +0900
29277
29278     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
29279
29280     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29281
29282 commit bf462ae450a7f2eeeddc699ed345b391e3263540
29283 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29284 Date:   Fri May 30 00:53:37 2008 +0900
29285
29286     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
29287
29288     No functional changes.
29289
29290     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29291
29292 commit 89a1550ec6b74452274a7a23127936e2c7eec711
29293 Author: Jason McMullan <mcmullan@netapp.com>
29294 Date:   Fri May 30 00:53:37 2008 +0900
29295
29296     mips: If CONFIG_CMD_SPI is defined, call spi_init()
29297
29298     The mips architecture currently does not call 'spi_init()' in the generic
29299     board initialization routine is CONFIG_CMD_SPI is defined.
29300
29301     This patch rectifies that problem.
29302
29303     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
29304     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29305
29306 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
29307 Author: Jason McMullan <mcmullan@netapp.com>
29308 Date:   Fri May 30 00:53:37 2008 +0900
29309
29310     [MIPS] lib_mips/board.c: Add nand_init
29311
29312     This patch adds the standard 'nand_init()' call to the mips generic
29313     'board_init_r()' call, bringing MIPS in line with the other architectures.
29314
29315     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
29316     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29317
29318 commit d6ac2ed893c2168738aee01579d6283af8d37045
29319 Author: Scott Wood <scottwood@freescale.com>
29320 Date:   Thu May 22 10:49:46 2008 -0500
29321
29322     Remove prototypes of nand_init() in favor of including nand.h.
29323
29324     Likewise with onenand_init().
29325
29326     Signed-off-by: Scott Wood <scottwood@freescale.com>
29327
29328 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
29329 Author: Scott Wood <scottwood@freescale.com>
29330 Date:   Thu May 22 10:49:00 2008 -0500
29331
29332     Make onenand_uboot.h self-sufficient.
29333
29334     Don't assume types are provided by previously included headers.
29335
29336     Signed-off-by: Scott Wood <scottwood@freescale.com>
29337
29338 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
29339 Author: Dirk Behme <dirk.behme@gmail.com>
29340 Date:   Wed Jan 16 14:26:59 2008 +0100
29341
29342     nand: Correct NAND erase percentage output
29343
29344     For NAND erase sizes smaller than one NAND erase block, erase
29345     percentage output becomes grater than 100% e.g.
29346
29347     -- cut --
29348       > nand info
29349     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
29350       > nand erase 0x100000 0x2000
29351     NAND erase: device 0 offset 0x100000, size 0x2000
29352     Erasing at 0x100000 -- 200% complete.
29353     OK
29354       >
29355     -- cut --
29356
29357     Correct this and give user a warning that more is erased than specified:
29358
29359     -- cut --
29360       > nand erase 0x100000 0x2000
29361     NAND erase: device 0 offset 0x100000, size 0x2000
29362     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
29363                Erasing 0x00004000 instead
29364     Erasing at 0x100000 -- 100% complete.
29365     OK
29366       >
29367     -- cut --
29368
29369     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
29370
29371 commit 5922db6c0948506be91e0de44e7a6863a18a417f
29372 Author: Stelian Pop <stelian@popies.net>
29373 Date:   Tue May 13 17:31:24 2008 +0200
29374
29375     Cleanup nand_info[] declaration.
29376
29377     The nand_info array is declared as extern in several .c files.
29378     Those days, nand.h contains a reference to the array, so there is
29379     no need to declare it elsewhere.
29380
29381     Signed-off-by: Stelian Pop <stelian@popies.net>
29382     Signed-off-by: Scott Wood <scottwood@freescale.com>
29383
29384 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
29385 Author: Scott Wood <scottwood@freescale.com>
29386 Date:   Mon May 19 09:30:43 2008 -0500
29387
29388     NAND: Provide a sane default for NAND_MAX_CHIPS.
29389
29390     This allows the header to be included regardless of whether a board's
29391     config file provides NAND-related defininitions.
29392
29393     Signed-off-by: Scott Wood <scottwood@freescale.com>
29394
29395 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
29396 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29397 Date:   Mon May 26 12:19:10 2008 +0200
29398
29399     avr32: Fix theoretical race in udelay()
29400
29401     If the specified delay is very short, the cycle counter may go past the
29402     "end" time we are waiting for before we get around to reading it.
29403
29404     Fix it by checking the different between the cycle count "now" and the
29405     cycle count at the beginning. This will work as long as the delay
29406     measured in number of cycles is below 2^31.
29407
29408     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29409
29410 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
29411 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29412 Date:   Wed May 21 13:01:09 2008 +0200
29413
29414     avr32: Compile atmel_mci.o conditionally
29415
29416     Remove #ifdef CONFIG_MMC from the source file and use conditional
29417     compilation in the Makefile instead.
29418
29419     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29420
29421 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
29422 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29423 Date:   Thu May 22 12:28:25 2008 +0200
29424
29425     avr32: Fix wrong error flags in atmel_mci driver
29426
29427     Make sure we check for CRC errors when sending commands that use CRC
29428     checking.
29429
29430     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
29431     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29432
29433 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
29434 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29435 Date:   Wed May 21 11:10:59 2008 +0200
29436
29437     avr32: Fix two warnings in atmel_mci.c
29438
29439     The warnings are harmless but annoying. Let's fix them.
29440
29441     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29442
29443 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
29444 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29445 Date:   Mon May 19 11:36:28 2008 +0200
29446
29447     avr32: Rework SDRAM initialization code
29448
29449     This cleans up the SDRAM initialization and related code a bit, and
29450     allows faster booting.
29451
29452       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
29453       * Remove memory test from sdram_init() and make caller responsible
29454         for verifying the SDRAM and determining its size.
29455       * Remove base_address member from struct sdram_config (was sdram_info)
29456       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
29457       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
29458
29459     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29460
29461 commit 95107b7c028806919630bf02c653aa8f4f867c94
29462 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29463 Date:   Mon May 19 11:27:37 2008 +0200
29464
29465     avr32: Do stricter stack checking in the exception handler
29466
29467     Don't do a stack dump if the stack pointer is outside the memory area
29468     reserved for stack.
29469
29470     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29471
29472 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
29473 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29474 Date:   Fri May 2 15:32:57 2008 +0200
29475
29476     avr32: Use the same entry point for reset and exception handling
29477
29478     Since the reset vector is always aligned to a very large boundary, we
29479     can save a couple of KB worth of alignment padding by placing the
29480     exception vectors at the same address.
29481
29482     Deciding which one it is is easy: If we're handling an exception, the
29483     CPU is in Exception mode. If we're starting up after reset, the CPU is
29484     in Supervisor mode. So this adds a very minimal overhead to the reset
29485     path (only executed once) and the exception handling path (normally
29486     never executed at all.)
29487
29488     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29489
29490 commit 0c16eed2189a190bd5655b33c029f809a9b31128
29491 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29492 Date:   Fri May 2 15:24:22 2008 +0200
29493
29494     avr32: Put memset in its own section
29495
29496     All C code is compiled with -ffunction-sections -fdata-sections.
29497     Assembly functions should get their own sections as well so that
29498     everything looks consistent.
29499
29500     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29501
29502 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
29503 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29504 Date:   Fri May 2 15:21:40 2008 +0200
29505
29506     avr32: Rename pm_init() as clk_init() and make SoC-specific
29507
29508     pm_init() was always more about clock initialization than anything
29509     else. Dealing with PLLs, clock gating and such is also inherently
29510     SoC-specific, so move it into a SoC-specific directory.
29511
29512     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29513
29514 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
29515 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29516 Date:   Wed Apr 30 16:15:57 2008 +0200
29517
29518     avr32: Use new-style Makefile for the at32ap platform
29519
29520     This makes it easier to avoid compiling certain files later.
29521
29522     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29523
29524 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
29525 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29526 Date:   Wed Apr 30 14:36:47 2008 +0200
29527
29528     avr32: Remove unused file cpu/at32ap/pm.c
29529
29530     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29531
29532 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
29533 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29534 Date:   Wed Apr 30 14:19:28 2008 +0200
29535
29536     avr32: Clean up the HMATRIX code
29537
29538     Rework the HMATRIX configuration interface so that it becomes easier
29539     to configure the HMATRIX for boards with special needs, and add new
29540     parts.
29541
29542     The HMATRIX header file has been split into a general,
29543     chip-independent part with register definitions, etc. and a
29544     chip-specific part with SFR bitfield definitions and master/slave
29545     identifiers.
29546
29547     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29548
29549 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
29550 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29551 Date:   Thu Nov 22 12:14:11 2007 +0100
29552
29553     avr32: Add support for the ATSTK1006 board
29554
29555     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
29556     board. It's currently in production and will be available soon.
29557
29558     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29559
29560 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
29561 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29562 Date:   Tue Apr 29 12:53:05 2008 +0200
29563
29564     avr32: Get rid of the .flashprog section
29565
29566     The .flashprog section was only needed back when we were running
29567     directly from flash, and it's even more useless on NGW100 since it
29568     uses the CFI flash driver which never used this workaround in the
29569     first place.
29570
29571     Remove it on STK1000 as well, and get rid of all the associated code and
29572     annotations.
29573
29574     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29575
29576 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
29577 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29578 Date:   Wed Apr 30 13:09:56 2008 +0200
29579
29580     avr32: Use correct condition around macb clock accessors
29581
29582     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
29583     the chip has a MACB controller, not when it has a USART.
29584
29585     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29586
29587 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
29588 Author: David Brownell <david-b@pacbell.net>
29589 Date:   Wed Apr 16 22:57:58 2008 -0700
29590
29591     avr32: Disable the AP7000 internal watchdog on startup
29592
29593     This patch forces the watchdog off in all cases.  That will at least
29594     get rid of the constant reboot cycle, though it won't let the watchdog
29595     actually run in the new kernels:  its probe() comes up with a polite
29596     warning.
29597
29598     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29599
29600 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
29601 Author: David Brownell <david-b@pacbell.net>
29602 Date:   Fri Feb 22 12:54:39 2008 -0800
29603
29604     avr32: stk1002 and ngw100 convergence
29605
29606     Make STK1002 and NGW100 boards act more alike:
29607       - STK boards can use as many arguments as NGW
29608       - STK boards don't need to manage FPGAs either
29609       - NGW commands should match STK ones
29610
29611     Also spell U-Boot right in prompts for STK1002 and NGW100.
29612
29613     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
29614     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
29615     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29616
29617 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
29618 Author: Sergei Poselenov <sposelenov@emcraft.com>
29619 Date:   Tue May 27 13:47:00 2008 +0200
29620
29621     Socrates: Fix PCI bus frequency report
29622
29623     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29624
29625 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
29626 Author: Sergei Poselenov <sposelenov@emcraft.com>
29627 Date:   Tue May 27 11:49:13 2008 +0200
29628
29629     Socrates: Added USB support.
29630
29631     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29632
29633 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
29634 Author: Sergei Poselenov <sposelenov@emcraft.com>
29635 Date:   Tue May 27 11:35:02 2008 +0200
29636
29637     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
29638
29639     In case of several PCI USB controllers on a board this variable
29640     specifys which controller to use.
29641     See doc/README.generic_usb_ohci for details.
29642
29643     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29644
29645 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
29646 Author: Sergei Poselenov <sposelenov@emcraft.com>
29647 Date:   Tue May 27 10:36:07 2008 +0200
29648
29649     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
29650
29651     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29652
29653 commit 83e9d7a2614d4006b92690afa3390c291734267e
29654 Author: Sergei Poselenov <sposelenov@emcraft.com>
29655 Date:   Mon May 26 18:16:04 2008 +0200
29656
29657     Socrates: Config file cleanup.
29658
29659     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29660
29661 commit 602cac1389b755b223272f2328a47e6f8c240848
29662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29663 Date:   Sat May 24 12:47:46 2008 +0200
29664
29665     MAKEALL: add at91 list
29666
29667     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29668
29669 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
29670 Author: Ron Madrid <ron_madrid@sbcglobal.net>
29671 Date:   Fri May 23 15:37:05 2008 -0700
29672
29673     Add Marvell 88E1118 support for TSEC
29674
29675     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
29676     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29677
29678 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
29679 Author: Jens Gehrlein <sew_s@tqs.de>
29680 Date:   Mon May 5 14:06:11 2008 +0200
29681
29682     smc911x: add 16 bit support
29683
29684     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
29685     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29686
29687 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
29688 Author: Christian Eggers <ceggers@gmx.de>
29689 Date:   Wed May 21 21:29:10 2008 +0200
29690
29691     Fix endianess conversion in usb_ohci.c
29692
29693     Sorry, I forgot this line:
29694
29695     Signed-off-by: Christian Eggers <ceggers@gmx.de>
29696
29697     I think this must be swapped (result may be equal).
29698
29699 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
29700 Author: Christian Eggers <ceggers@gmx.de>
29701 Date:   Wed May 21 22:12:00 2008 +0200
29702
29703     USB: replace old swap_ with proper endianess conversion macros
29704
29705     Signed-off-by: Christian Eggers <ceggers@gmx.de>
29706     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29707
29708 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
29709 Author: Christian Eggers <ceggers@gmx.de>
29710 Date:   Wed May 21 21:29:10 2008 +0200
29711
29712     Fix endianess conversion in usb_ohci.c
29713
29714     Signed-off-by: Christian Eggers <ceggers@gmx.de>
29715     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29716
29717 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
29718 Author: Sergei Poselenov <sposelenov@emcraft.com>
29719 Date:   Thu May 22 01:15:53 2008 +0200
29720
29721     USB: add support for multiple PCI OHCI controllers
29722
29723     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
29724     In case of several PCI USB controllers on a board this variable
29725     specifys which controller to use.
29726
29727     Also add USB support for sokrates board.
29728
29729     See doc/README.generic_usb_ohci for details.
29730
29731     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29732     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29733
29734 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
29735 Author: Wolfgang Denk <wd@denx.de>
29736 Date:   Wed May 21 16:56:08 2008 +0200
29737
29738     Fix some whitespace issues
29739
29740     introduced by 53677ef18 "Big white-space cleanup."
29741
29742     Signed-off-by: Wolfgang Denk <wd@denx.de>
29743
29744 commit 4416603aeb06861b468b06a981e52c3ff805db7b
29745 Author: York Sun <yorksun@freescale.com>
29746 Date:   Mon May 12 14:36:39 2008 -0500
29747
29748     Make ads5121 out-of-tree compiling safe
29749
29750     Reuse the existing DIU driver in board/freescale/common.
29751
29752     Signed-off-by: York Sun <yorksun@freescale.com>
29753
29754 commit 0e1bad47cd345c76c91a64caf41011e431b62599
29755 Author: York Sun <yorksun@freescale.com>
29756 Date:   Mon May 5 10:20:01 2008 -0500
29757
29758     Adding DIU support for Freescale 5121ADS
29759
29760     Add DIU and cfb console support to FSL 5121ADS board.
29761
29762     Use #define CONFIG_VIDEO in config file to enable fb console.
29763
29764     Signed-off-by: York Sun <yorksun@freescale.com>
29765
29766 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
29767 Author: York Sun <yorksun@freescale.com>
29768 Date:   Mon May 5 10:20:00 2008 -0500
29769
29770     Replace DPRINTF with debug
29771
29772     Remove DPRINTF macro and replace it with generic debug macro.
29773
29774     Signed-off-by: York Sun <yorksun@freescale.com>
29775
29776 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
29777 Author: York Sun <yorksun@freescale.com>
29778 Date:   Mon May 5 10:19:59 2008 -0500
29779
29780     Move pixel clock setting to board file
29781
29782     The clock divider has different format in 5121 and 8610. This patch moves it to
29783     board specific code.
29784
29785     Signed-off-by: York Sun <yorksun@freescale.com>
29786
29787 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
29788 Author: Wolfgang Denk <wd@denx.de>
29789 Date:   Tue May 20 16:00:29 2008 +0200
29790
29791     Big white-space cleanup.
29792
29793     This commit gets rid of a huge amount of silly white-space issues.
29794     Especially, all sequences of SPACEs followed by TAB characters get
29795     removed (unless they appear in print statements).
29796
29797     Also remove all embedded "vim:" and "vi:" statements which hide
29798     indentation problems.
29799
29800     Signed-off-by: Wolfgang Denk <wd@denx.de>
29801
29802 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
29803 Author: Sergei Poselenov <sposelenov@emcraft.com>
29804 Date:   Thu May 8 17:46:23 2008 +0200
29805
29806     socrates: fix second TSEC configuration (it is actually TSEC3)
29807
29808     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29809
29810 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
29811 Author: Sergei Poselenov <sposelenov@emcraft.com>
29812 Date:   Thu May 8 14:17:08 2008 +0200
29813
29814     Fixed reset for socrates
29815
29816     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29817
29818 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
29819 Author: Sergei Poselenov <sposelenov@emcraft.com>
29820 Date:   Wed May 7 15:10:49 2008 +0200
29821
29822     socrates: changes to support FDT
29823
29824     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29825     Signed-off-by: Wolfgang Denk <wd@denx.de>
29826
29827 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
29828 Author: Sergei Poselenov <sposelenov@emcraft.com>
29829 Date:   Wed Apr 30 11:42:50 2008 +0200
29830
29831     Initial support for "Socrates" board
29832
29833     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29834
29835 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
29836 Author: Yuri Tikhonov <yur@emcraft.com>
29837 Date:   Thu May 8 15:46:42 2008 +0200
29838
29839     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
29840
29841     This way we become able to utilize the full post_log_word for POST
29842     activities (overwise, POST ECC, which has 0x8000 ID, could be
29843     erroneously treated as started in post_output_backlog() even if there
29844     was actually no POST ECC run (because of OCM POST failure, for
29845     example).
29846
29847     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29848
29849 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
29850 Author: Yuri Tikhonov <yur@emcraft.com>
29851 Date:   Thu May 8 15:46:02 2008 +0200
29852
29853     POST: mark OCM test as POST_STOP
29854
29855     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29856
29857 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
29858 Author: Yuri Tikhonov <yur@emcraft.com>
29859 Date:   Thu May 8 15:45:26 2008 +0200
29860
29861     POST: add POST_STOP flag
29862
29863     Don't run futher tests in case of a test fails that is marked as
29864     POST_STOP.
29865
29866     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29867     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29868
29869 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
29870 Author: Yuri Tikhonov <yur@emcraft.com>
29871 Date:   Thu May 8 15:44:16 2008 +0200
29872
29873     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
29874
29875     Switch the OCM testid with the codec one. The reason is that current
29876     implementation requires the POST_ROM testid to fit into lower 16
29877     bits, and the codec test will never run with POST_ROM hopefully.
29878
29879     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29880
29881 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
29882 Author: Yuri Tikhonov <yur@emcraft.com>
29883 Date:   Thu May 8 15:43:28 2008 +0200
29884
29885     lwmon5: enable OCM post test on lwmon5 board
29886
29887     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29888
29889 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
29890 Author: Yuri Tikhonov <yur@emcraft.com>
29891 Date:   Thu May 8 15:42:47 2008 +0200
29892
29893     POST: OCM test added.
29894
29895     Added OCM test to POST layer. This version runs before all other tests
29896     but doesn't yet interrupt post sequence on failure.
29897
29898     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29899     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29900
29901 commit 6891260bdd935a382c95d9fa333922b0dfded68a
29902 Author: Yuri Tikhonov <yur@emcraft.com>
29903 Date:   Thu May 8 15:40:39 2008 +0200
29904
29905     POST: typo fix
29906
29907     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29908
29909 commit 727f63334676e760877d43bfb8f0e9331ac8b101
29910 Author: Hebbar <gururajakr@sanyo.co.in>
29911 Date:   Tue May 20 02:16:36 2008 -0700
29912
29913     common/usb.c: fix incorrect escape sequence
29914
29915     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
29916
29917 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
29918 Author: York Sun <yorksun@freescale.com>
29919 Date:   Thu May 15 15:26:27 2008 -0500
29920
29921     Fix 8313ERDB board configuration
29922
29923     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
29924     Correct TSEC1 vs TSEC2 assignment.
29925     Define ETHADDR and ETH1ADDR always.
29926
29927     Signed-off-by: York Sun <yorksun@freescale.com>
29928     Signed-off-by: Timur Tabi <timur@freescale.com>
29929
29930 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
29931 Author: Jon Loeliger <jdl@freescale.com>
29932 Date:   Mon May 19 09:47:25 2008 -0500
29933
29934     mpc86xx: Removed unused and unconfigured memory test code.
29935
29936     Besides, other common code exists.
29937
29938     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29939
29940 commit 180a90abdae72587c0f679edf8991455e559440d
29941 Author: Wolfgang Denk <wd@denx.de>
29942 Date:   Mon May 19 12:47:11 2008 +0200
29943
29944     Release v1.3.3
29945
29946     Update CHANGELOG for release.
29947
29948     Signed-off-by: Wolfgang Denk <wd@denx.de>
29949
29950 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
29951 Author: Stefan Roese <sr@denx.de>
29952 Date:   Mon May 19 07:14:38 2008 +0200
29953
29954     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
29955
29956     When SATA is selected (via jumper J6) we need to disable the first PCIe
29957     node in the device tree, so that Linux doesn't initialize it. Otherwise
29958     the Linux SATA driver will fail to detect the devices.
29959
29960     The same goes the other way around too. So if PCIe is selected we need
29961     to disable the SATA node in the device tree.
29962
29963     This is because PCIe port 0 and SATA on 460EX share the same pins
29964     (multiplexed) and we have to configure in U-Boot which peripheral is
29965     enabled.
29966
29967     Signed-off-by: Stefan Roese <sr@denx.de>
29968
29969 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
29970 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29971 Date:   Sun May 18 19:09:58 2008 +0200
29972
29973     i386: Fix multiple definitions of __show_boot_progress
29974
29975     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29976
29977 commit 311f3446930c1e64c12026c1cfd00500b05be52d
29978 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29979 Date:   Sun May 18 19:09:57 2008 +0200
29980
29981     sc530_spunk: add missing SOBJS entry
29982
29983     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29984
29985 commit a559317143b4f95927b08cd388707e6f077e95fa
29986 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29987 Date:   Sun May 18 19:09:56 2008 +0200
29988
29989     sc520_spunk: Fix flash
29990
29991     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
29992     flash.c:398: error: label at end of compound statement
29993
29994     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29995
29996 commit 91f221317af64191ee8caf303ea9305943158691
29997 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29998 Date:   Sun May 18 19:09:49 2008 +0200
29999
30000     drivers/pcmcia: add missing i82365
30001
30002     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30003
30004 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
30005 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30006 Date:   Sun May 18 19:09:47 2008 +0200
30007
30008     i386/bootm: remove unused var
30009
30010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30011
30012 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
30013 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30014 Date:   Sun May 18 19:09:45 2008 +0200
30015
30016     example/gitignore: update with all generated examples
30017
30018     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30019
30020 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
30021 Author: Wolfgang Denk <wd@denx.de>
30022 Date:   Thu May 15 00:42:45 2008 +0200
30023
30024     TQM8272: fix out-of-tree building
30025
30026     ...and add to MAKEALL script
30027
30028     Signed-off-by: Wolfgang Denk <wd@denx.de>
30029
30030 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
30031 Author: Wolfgang Denk <wd@denx.de>
30032 Date:   Wed May 14 23:34:53 2008 +0200
30033
30034     environment: fix bug introduced by commit a8409f4f1ac8
30035
30036     env_get_char is not a function, but a pointer to one.
30037
30038     Signed-off-by: Wolfgang Denk <wd@denx.de>
30039
30040 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
30041 Author: Gary Jennejohn <garyj@denx.de>
30042 Date:   Wed May 14 13:39:22 2008 +0200
30043
30044     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
30045
30046     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
30047     use a redundant environment.
30048
30049     Signed-off-by: Gary Jennejohn <garyj@denx.de>
30050
30051 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
30052 Author: Wolfgang Denk <wd@denx.de>
30053 Date:   Wed May 14 13:55:30 2008 +0200
30054
30055     Fix config files for out-of-tree building
30056
30057     Several board/<...>/config.mk files include dynamically built (by
30058     the Makefile) config files but used the wrong file name of
30059         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
30060     instead if the correct
30061         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
30062
30063     The bug is nasty because the build result is correct for the (normal)
30064     in-tree builds, and because 'sinclude' is used no errors get raised
30065     even for out-of-tree build tests. But out-of-tree builds use an
30066     incomplete and thus usually incorrect configuration...
30067
30068     Signed-off-by: Wolfgang Denk <wd@denx.de>
30069
30070 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
30071 Author: Stefan Roese <sr@denx.de>
30072 Date:   Wed May 14 13:40:03 2008 +0200
30073
30074     ppc4xx: Fix bogus Canyonlands config.mk
30075
30076     This patch fixes the canyonlands config.mk file to enable correct
30077     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
30078
30079     Signed-off-by: Stefan Roese <sr@denx.de>
30080
30081 commit fdd1247a66d788a3446244f6fde9955a93c26322
30082 Author: Stefan Roese <sr@denx.de>
30083 Date:   Wed May 14 10:32:32 2008 +0200
30084
30085     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
30086
30087     Canyonlands has a file ddr2_fixed.c which needs special treatment when
30088     building in separate directory. It has to be linked to build directory
30089     otherwise it is not seen.
30090
30091     Signed-off-by: Stefan Roese <sr@denx.de>
30092
30093 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
30094 Author: Wolfgang Denk <wd@denx.de>
30095 Date:   Wed May 14 12:22:49 2008 +0200
30096
30097     environment: cleanup prototype declarations of env functions.
30098
30099     Signed-off-by: Wolfgang Denk <wd@denx.de>
30100
30101 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
30102 Author: Wolfgang Denk <wd@denx.de>
30103 Date:   Wed May 14 12:21:48 2008 +0200
30104
30105     linkstation_HGLAN: Fix out of tree building.
30106
30107     Signed-off-by: Wolfgang Denk <wd@denx.de>
30108
30109 commit 085551c05ca09e6c491ea11a1c6727a36776a545
30110 Author: Stefan Roese <sr@denx.de>
30111 Date:   Wed May 14 10:32:32 2008 +0200
30112
30113     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
30114
30115     Canyonlands has a file ddr2_fixed.c which needs special treatment when
30116     building in separate directory. It has to be linked to build directory
30117     otherwise it is not seen.
30118
30119     Signed-off-by: Stefan Roese <sr@denx.de>
30120
30121 commit 1510b82d50615f344e89d42533e8224cce067dc0
30122 Author: Wolfgang Denk <wd@denx.de>
30123 Date:   Tue May 13 23:15:52 2008 +0200
30124
30125     Makefile: fix "error: version_autogenerated.h: No such file or directory"
30126
30127     Signed-off-by: Wolfgang Denk <wd@denx.de>
30128
30129 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
30130 Author: Stelian Pop <stelian@popies.net>
30131 Date:   Tue May 13 17:31:24 2008 +0200
30132
30133     Cleanup nand_info[] declaration.
30134
30135     The nand_info array is declared as extern in several .c files.
30136     Those days, nand.h contains a reference to the array, so there is
30137     no need to declare it elsewhere.
30138
30139     Signed-off-by: Stelian Pop <stelian@popies.net>
30140     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30141
30142 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
30143 Author: Stefan Roese <sr@denx.de>
30144 Date:   Tue May 13 20:22:01 2008 +0200
30145
30146     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
30147
30148     Signed-off-by: Stefan Roese <sr@denx.de>
30149
30150 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
30151 Author: Wolfgang Denk <wd@denx.de>
30152 Date:   Mon May 12 01:11:21 2008 +0200
30153
30154     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
30155
30156     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
30157     which broke many PowerPC boards.
30158
30159 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
30160 Author: Wolfgang Denk <wd@denx.de>
30161 Date:   Mon May 12 00:56:28 2008 +0200
30162
30163     Revert "Avoid initrd and logbuffer area overlaps"
30164
30165     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
30166     which breaks building on all PPC boards that don't use a log buffer.
30167
30168 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
30169 Author: Nick Spence <nick.spence@freescale.com>
30170 Date:   Sat May 10 14:02:04 2008 -0700
30171
30172     Fix offset calculation for multi-type legacy images.
30173
30174     Calculation of tail was incorrect when size % 4 == 0.
30175
30176     New code removes the conditional and does the same thing but with arithmetic
30177
30178     Signed-off-by: Nick Spence <nick.spence@freescale.com>
30179
30180 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
30181 Author: Wolfgang Denk <wd@denx.de>
30182 Date:   Mon May 12 00:40:58 2008 +0200
30183
30184     Revert "Change env_get_char from a global function ptr to a function."
30185
30186     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
30187     which is known to break booting from dataflash and NAND.
30188
30189 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
30190 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30191 Date:   Sun May 11 23:13:57 2008 +0200
30192
30193     API: remove duplicate syscall check
30194
30195     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30196
30197 commit 67e3beb52c320b0a31cf030716c99392cde2d532
30198 Author: Stelian Pop <stelian@popies.net>
30199 Date:   Fri May 9 21:46:51 2008 +0200
30200
30201     AT91: Cleanup unused config header file definitions.
30202
30203     CONFIG_ENV_OVERWRITE is commented out in the config header files,
30204     so let's cleanup the files by removing the whole definition.
30205
30206     Signed-off-by: Stelian Pop <stelian@popies.net>
30207     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30208
30209 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
30210 Author: Stelian Pop <stelian@popies.net>
30211 Date:   Thu May 8 14:52:34 2008 +0200
30212
30213     Support AT91CAP9 revC CPUs
30214
30215     The AT91CAP9 revC CPU has a few differences over the previous,
30216     revB CPU which was distributed in small quantities only (revA was
30217     an internal Atmel product only).
30218
30219     The revC silicon needs a special initialisation sequence to
30220     switch from the internal (imprecise) RC oscillator to the
30221     external 32k clock.
30222
30223     Signed-off-by: Stelian Pop <stelian@popies.net>
30224     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30225
30226 commit 098b7b4b441b12c2a64dd517930f43c793542759
30227 Author: Stelian Pop <stelian@popies.net>
30228 Date:   Thu May 8 14:52:33 2008 +0200
30229
30230     Use custom logo for Atmel boards
30231
30232     This patch adds a custom vendor logo for the Atmel AT91 boards.
30233
30234     Signed-off-by: Stelian Pop <stelian@popies.net>
30235     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30236
30237 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
30238 Author: Stelian Pop <stelian@popies.net>
30239 Date:   Thu May 8 14:52:32 2008 +0200
30240
30241     AT91SAM9RLEK: hook up the ATMEL LCD driver
30242
30243     This patch makes the necessary adaptations (PIO configurations and
30244     defines in config header file) to hook up the Atmel LCD driver to the
30245     AT91SAM9RLEK board.
30246
30247     Signed-off-by: Stelian Pop <stelian@popies.net>
30248     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30249
30250 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
30251 Author: Stelian Pop <stelian@popies.net>
30252 Date:   Thu May 8 14:52:31 2008 +0200
30253
30254     AT91SAM9263EK: hook up the ATMEL LCD driver
30255
30256     This patch makes the necessary adaptations (PIO configurations and
30257     defines in config header file) to hook up the Atmel LCD driver to the
30258     AT91SAM9263EK board.
30259
30260     Signed-off-by: Stelian Pop <stelian@popies.net>
30261     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30262
30263 commit 820f2a958325061a446115f3035e48e4726b3390
30264 Author: Stelian Pop <stelian@popies.net>
30265 Date:   Thu May 8 14:52:30 2008 +0200
30266
30267     AT91SAM9261EK: hook up the ATMEL LCD driver
30268
30269     This patch makes the necessary adaptations (PIO configurations and
30270     defines in config header file) to hook up the Atmel LCD driver to the
30271     AT91SAM9261EK board.
30272
30273     Signed-off-by: Stelian Pop <stelian@popies.net>
30274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30275
30276 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
30277 Author: Stelian Pop <stelian@popies.net>
30278 Date:   Thu May 8 14:52:29 2008 +0200
30279
30280     AT91CAP9ADK: hook up the ATMEL LCD driver
30281
30282     This patch makes the necessary adaptations (PIO configurations and
30283     defines in config header file) to hook up the Atmel LCD driver to the
30284     AT91CAP9ADK board.
30285
30286     Signed-off-by: Stelian Pop <stelian@popies.net>
30287     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30288
30289 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
30290 Author: Stelian Pop <stelian@popies.net>
30291 Date:   Fri May 9 21:57:18 2008 +0200
30292
30293     Add ATMEL LCD driver
30294
30295     This patch adds support for the ATMEL LCDC driver which is used on some
30296     AT91 and AVR platforms.
30297
30298     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
30299     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
30300
30301     Signed-off-by: Stelian Pop <stelian@popies.net>
30302     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30303
30304 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
30305 Author: Stelian Pop <stelian@popies.net>
30306 Date:   Thu May 8 18:52:25 2008 +0200
30307
30308     AT91SAM9RLEK support
30309
30310     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
30311     board.
30312
30313     Signed-off-by: Stelian Pop <stelian@popies.net>
30314     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30315
30316 commit 8e429b3eee23927c1222679f6b6f53667b21595c
30317 Author: Stelian Pop <stelian@popies.net>
30318 Date:   Thu May 8 18:52:23 2008 +0200
30319
30320     AT91SAM9263EK support
30321
30322     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
30323     board.
30324
30325     Signed-off-by: Stelian Pop <stelian@popies.net>
30326     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30327
30328 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
30329 Author: Stelian Pop <stelian@popies.net>
30330 Date:   Thu May 8 20:52:22 2008 +0200
30331
30332     AT91SAM9261EK support
30333
30334     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
30335     board.
30336
30337     Signed-off-by: Stelian Pop <stelian@popies.net>
30338     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30339
30340 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
30341 Author: Stelian Pop <stelian@popies.net>
30342 Date:   Thu May 8 20:52:21 2008 +0200
30343
30344     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
30345
30346     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
30347     in order to cope with the changes in DataFlash partitionning scheme
30348     (cset c3a60cb3).
30349
30350     Signed-off-by: Stelian Pop <stelian@popies.net>
30351     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30352
30353 commit 96996ac25d5222611a8888968db6e53a6d3726da
30354 Author: Stelian Pop <stelian@popies.net>
30355 Date:   Thu May 8 20:52:20 2008 +0200
30356
30357     AT91SAM9260EK: Normalize BOOTARGS
30358
30359     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
30360     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
30361     variable.
30362
30363     Signed-off-by: Stelian Pop <stelian@popies.net>
30364     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30365
30366 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
30367 Author: Stelian Pop <stelian@popies.net>
30368 Date:   Thu May 8 20:52:19 2008 +0200
30369
30370     AT91SAM9260EK: Normalize SPI timings
30371
30372     This patch changes the SPI timings to closely match the ones
30373     used by the Linux kernel and the Atmel's own bootstrap project.
30374
30375     Signed-off-by: Stelian Pop <stelian@popies.net>
30376     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30377
30378 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
30379 Author: Stelian Pop <stelian@popies.net>
30380 Date:   Thu May 8 20:52:18 2008 +0200
30381
30382     AT91SAM9260EK: Handle 8 or 16 bit NAND
30383
30384     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
30385     makes the support configurable in the board config header file
30386     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
30387
30388     Signed-off-by: Stelian Pop <stelian@popies.net>
30389     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30390
30391 commit ab52640fc01624e208424e527af0b7b3a5a65a12
30392 Author: Stelian Pop <stelian@popies.net>
30393 Date:   Thu May 8 20:52:17 2008 +0200
30394
30395     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
30396
30397     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
30398     in order to cope with the changes in DataFlash partitionning scheme
30399     (cset c3a60cb3).
30400
30401     Signed-off-by: Stelian Pop <stelian@popies.net>
30402     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30403
30404 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
30405 Author: Stelian Pop <stelian@popies.net>
30406 Date:   Thu May 8 20:52:16 2008 +0200
30407
30408     AT91CAP9ADK: Normalize BOOTARGS
30409
30410     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
30411     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
30412     variable.
30413
30414     Signed-off-by: Stelian Pop <stelian@popies.net>
30415     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30416
30417 commit 93da48b910511911ce110656e17ed733c8ac4c45
30418 Author: Stelian Pop <stelian@popies.net>
30419 Date:   Thu May 8 20:52:15 2008 +0200
30420
30421     AT91CAP9ADK: Normalize SPI timings
30422
30423     This patch changes the SPI timings to closely match the ones
30424     used by the Linux kernel and the Atmel's own bootstrap project.
30425
30426     Signed-off-by: Stelian Pop <stelian@popies.net>
30427     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30428
30429 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
30430 Author: Stelian Pop <stelian@popies.net>
30431 Date:   Thu May 8 20:52:14 2008 +0200
30432
30433     AT91CAP9ADK: Handle 8 or 16 bit NAND
30434
30435     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
30436     makes the support configurable in the board config header file
30437     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
30438
30439     Signed-off-by: Stelian Pop <stelian@popies.net>
30440     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30441
30442 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
30443 Author: Stelian Pop <stelian@popies.net>
30444 Date:   Thu May 8 20:52:13 2008 +0200
30445
30446     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
30447
30448     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
30449     below avoids the duplication of u-boot.lds by putting the file in the
30450     cpu directory instead of the board one.
30451
30452     Signed-off-by: Stelian Pop <stelian@popies.net>
30453     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30454
30455 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
30456 Author: Stelian Pop <stelian@popies.net>
30457 Date:   Thu May 8 20:52:12 2008 +0200
30458
30459     Add proper copyright notices in Atmel boards Makefiles
30460
30461     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
30462     copyright notice. This patch adds the missing pieces.
30463
30464     Signed-off-by: Stelian Pop <stelian@popies.net>
30465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30466
30467 commit e817a042cef6164bf26fee86f90326f2ec9e6745
30468 Author: Stelian Pop <stelian@popies.net>
30469 Date:   Thu May 8 20:52:11 2008 +0200
30470
30471     Add copyright information in Atmel boards partition.c
30472
30473     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
30474     the new created files. This patch fixes the problem.
30475
30476     Signed-off-by: Stelian Pop <stelian@popies.net>
30477     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30478
30479 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
30480 Author: Stelian Pop <stelian@popies.net>
30481 Date:   Thu May 8 20:52:10 2008 +0200
30482
30483     Update origin and copyright information in arch-at91sam9 header files
30484
30485     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
30486     copied from the Linux kernel sources. This patch explicitly specifies
30487     this origin for all the copied headers, and for those missing copyright
30488     information, adds it.
30489
30490     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
30491     in the latest kernel sources by 'at91sam9_smc.h'.
30492
30493     The copyright information has been confirmed by the AT91 Linux kernel
30494     maintainer, Andrew Victor <avictor.za@gmail.com>.
30495
30496     Signed-off-by: Stelian Pop <stelian@popies.net>
30497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30498
30499 commit 79dd1712689d6a5031d7cbff54957049680751c7
30500 Author: Markus Klotzbücher <mk@denx.de>
30501 Date:   Thu May 8 16:00:55 2008 +0200
30502
30503     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
30504
30505     When using dhcp/bootp the "netmask" environment variable is not set
30506     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
30507     desireable, so the following patch adds this this option to the board
30508     config.
30509
30510     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
30511     Signed-off-by: Stefan Roese <sr@denx.de>
30512
30513 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
30514 Author: Stefan Roese <sr@denx.de>
30515 Date:   Sat May 10 10:30:36 2008 +0200
30516
30517     ppc4xx: Update Makalu defconfig to use device-tree booting as default
30518
30519     This patch reworks the default environment on Makalu. Now "net_nfs" for
30520     example uses the device-tree style booting formerly know as "net_nfs_fdt".
30521     Also the addresses in RAM were changed because of the new image booting
30522     support, which check for image overwriting. So the addresses needed to
30523     get adjusted.
30524
30525     Signed-off-by: Stefan Roese <sr@denx.de>
30526
30527 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
30528 Author: Becky Bruce <bgill@freescale.com>
30529 Date:   Wed May 7 13:28:16 2008 -0500
30530
30531     PPC: fix map_physmem build warning
30532
30533     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
30534     enabled.  This quiets the warning.
30535
30536     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
30537
30538 commit 36f32675f40292002ee1fed252c180a43022d2d4
30539 Author: Becky Bruce <bgill@freescale.com>
30540 Date:   Wed May 7 13:24:57 2008 -0500
30541
30542     Update pci code to use phys_addr_t
30543
30544     Physical addrs need to be represented by phys_addr_t, not
30545     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
30546     are going to fail mightily.
30547
30548     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30549
30550 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
30551 Author: Nick Spence <nick.spence@freescale.com>
30552 Date:   Thu May 8 22:32:22 2008 -0700
30553
30554     Support legacy multi-type images without FDT section.
30555
30556     This patch enables legacy multi-type images containing only a Linux kernel
30557     and root file system to be loaded, maintaining compatibility with previous
30558     versions of u-boot.
30559
30560     This is required when using old image files such as a Linux 2.4 kernel /
30561     filesystem.
30562
30563     Signed-off-by: Nick Spence <nick.spence@freescale.com>
30564     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30565
30566 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
30567 Author: Wolfgang Denk <wd@denx.de>
30568 Date:   Sat May 10 00:38:02 2008 +0200
30569
30570     Update CHANGELOG.
30571
30572     Signed-off-by: Wolfgang Denk <wd@denx.de>
30573
30574 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
30575 Author: Wolfgang Denk <wd@denx.de>
30576 Date:   Sat May 10 00:36:09 2008 +0200
30577
30578     post/cpu/ppc4xx/Makefile: line length cleanup
30579
30580     Signed-off-by: Wolfgang Denk <wd@denx.de>
30581
30582 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
30583 Author: Stelian Pop <stelian@popies.net>
30584 Date:   Thu May 8 22:52:09 2008 +0200
30585
30586     Fix @ -> <at> substitution
30587
30588     When applying the AT91CAP9 patches upstream, something transformed
30589     the '@' character into the ' <at> ' sequence.
30590
30591     The patch below restores the original form in all the places where
30592     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
30593     were copied from AT91CAP9, and a couple of other files where the
30594     ' <at> ' sequence was present).
30595
30596     Signed-off-by: Stelian Pop <stelian@popies.net>
30597
30598 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
30599 Author: Stelian Pop <stelian@popies.net>
30600 Date:   Thu May 8 22:52:10 2008 +0200
30601
30602     Update origin and copyright information in arch-at91sam9 header files
30603
30604     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
30605     copied from the Linux kernel sources. This patch explicitly specifies
30606     this origin for all the copied headers, and for those missing copyright
30607     information, adds it.
30608
30609     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
30610     in the latest kernel sources by 'at91sam9_smc.h'.
30611
30612     The copyright information has been confirmed by the AT91 Linux kernel
30613     maintainer, Andrew Victor <avictor.za@gmail.com>.
30614
30615     Signed-off-by: Stelian Pop <stelian@popies.net>
30616
30617 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
30618 Author: Stelian Pop <stelian@popies.net>
30619 Date:   Thu May 8 22:52:11 2008 +0200
30620
30621     Add copyright information in Atmel boards partition.c
30622
30623     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
30624     the new created files. This patch fixes the problem.
30625
30626     Signed-off-by: Stelian Pop <stelian@popies.net>
30627
30628 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
30629 Author: Guennadi Liakhovetski <lg@denx.de>
30630 Date:   Thu May 8 10:09:27 2008 +0200
30631
30632     mx31ads: fix 32kHz clock handling
30633
30634     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
30635     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
30636     Also fix a typo when verifying a jumper configuration. While at it, make
30637     two needlessly global functions static.
30638
30639     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30640
30641 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
30642 Author: Marian Balakowicz <m8@semihalf.com>
30643 Date:   Wed May 7 13:10:04 2008 +0200
30644
30645     Avoid initrd and logbuffer area overlaps
30646
30647     Add logbuffer to reserved LMB areas to prevent initrd allocation
30648     from overlaping with it.
30649
30650     Make sure to use correct logbuffer base address.
30651
30652     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30653
30654 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
30655 Author: Marian Balakowicz <m8@semihalf.com>
30656 Date:   Wed May 7 13:08:54 2008 +0200
30657
30658     ppc: Cleanup get_effective_memsize() use
30659
30660     Removed duplicated effective memory size calculation code.
30661
30662     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30663
30664 commit 273c37d843d5b581090378016cd12dd9c586907b
30665 Author: Marian Balakowicz <m8@semihalf.com>
30666 Date:   Wed May 7 09:03:53 2008 +0200
30667
30668     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
30669
30670     Recent modifcations to LOGBUFFER handling code were incorrecly
30671     introduced to fit_check_kernel() routine during
30672     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
30673     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
30674
30675     This patch cleans up this merge issue.
30676
30677     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30678
30679 commit bc11756daff89a3de09ca80adac962b88cf06e6e
30680 Author: Grant Erickson <gerickson@nuovations.com>
30681 Date:   Tue May 6 20:16:15 2008 -0700
30682
30683     Propagate Error Status to the Shell on fw_printenv Errors
30684
30685     Changed implementation such that fw_printenv returns failure status
30686     when one or more specified variables do not exist or when incorrect
30687     command syntax is used.
30688
30689     This aids scripting fw_printenv such that the script can key of the
30690     return status rather than relying on standard error "scraping".
30691
30692     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30693     Signed-off-by: Wolfgang Denk <wd@denx.de>
30694
30695 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
30696 Author: Grant Erickson <gerickson@nuovations.com>
30697 Date:   Tue May 6 16:18:00 2008 -0700
30698
30699     Fix Compilation Errors with 'tools/env/fw_printenv'
30700
30701     In the current top-of-tree, 1.3.3.-rc2, the optional tool
30702     'tools/env/fw_printenv' fails to compile for two reasons:
30703
30704     1) The header watchdog.h cannot be found.
30705     2) The header zlib.h is picked up from the tool chain rather than the
30706        project causing a prototype conflict for crc32.
30707
30708     This patch addresses both of these issues.
30709
30710     Platforms Tested On:
30711     - AMCC "Kilauea"
30712
30713     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30714
30715 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
30716 Author: James Yang <James.Yang@freescale.com>
30717 Date:   Mon May 5 10:22:53 2008 -0500
30718
30719     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
30720
30721     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
30722     work before relocating to RAM because command history is written into
30723     a global array that is not writable before relocation.  This patch
30724     defers to the no-editing and no-history code in readline_into_buffer()
30725     if it is called before relocation.
30726
30727     Signed-off-by: James Yang <James.Yang@freescale.com>
30728     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30729
30730 commit 726c0f1e5f108dccea052965123b95837d2bd402
30731 Author: Detlev Zundel <dzu@denx.de>
30732 Date:   Mon May 5 16:11:22 2008 +0200
30733
30734     cosmetic: Adjust coding style for switch statements to be consistent
30735
30736     Signed-off-by: Detlev Zundel <dzu@denx.de>
30737
30738 commit 574b319512b13e10800f0045e39b993f4ca25e42
30739 Author: Detlev Zundel <dzu@denx.de>
30740 Date:   Mon May 5 16:11:21 2008 +0200
30741
30742     Fix disk type output in disk/part.c
30743
30744     Signed-off-by: Detlev Zundel <dzu@denx.de>
30745
30746 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
30747 Author: Vlad Lungu <vlad.lungu@windriver.com>
30748 Date:   Mon May 5 14:20:03 2008 +0300
30749
30750     Mail address change, documentation modified
30751
30752     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
30753
30754 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
30755 Author: Michal Simek <monstr@monstr.eu>
30756 Date:   Sun May 4 15:42:41 2008 +0200
30757
30758     microblaze: Repare intc handling
30759
30760     Signed-off-by: Michal Simek <monstr@monstr.eu>
30761
30762 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
30763 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30764 Date:   Sun May 4 15:17:52 2008 +0200
30765
30766     include/gitignore: update to all architectures
30767
30768     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30769
30770 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
30771 Author: Marcel Ziswiler <marcel@ziswiler.com>
30772 Date:   Mon May 5 02:12:06 2008 +0200
30773
30774     ide: Remove spurious second include of io.h
30775
30776     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
30777
30778     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30779
30780 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
30781 Author: Adrian Filipi <adrian.filipi@eurotech.com>
30782 Date:   Tue May 6 16:46:37 2008 -0400
30783
30784     Fix some typos
30785
30786     This patch fixes three typos.
30787     The first is a repetition of CONFIG_CMD_BSP.
30788     The second makes the #endif comment match its #if.
30789     The third is a spelling error.
30790
30791     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
30792
30793 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
30794 Author: Grant Erickson <gerickson@nuovations.com>
30795 Date:   Sun May 4 16:45:01 2008 -0700
30796
30797     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
30798
30799     Add support for the recognition of 'powerpc' as an alias for the PowerPC
30800     architecture type since Linux is already trending in that direction,
30801     preferring 'powerpc' to 'ppc'.
30802
30803     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30804
30805 commit f5a24259190c388c2527bdc49fee34577d862cc7
30806 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
30807 Date:   Fri May 2 13:35:15 2008 -0700
30808
30809     7450 and 86xx L2 cache invalidate bug corrections
30810
30811     The 7610 and related parts have an L2IP bit in the L2CR that is
30812     monitored to signal when the L2 cache invalidate is complete whereas the
30813     7450 and related parts utilize L2I for this purpose. However, the
30814     current code does not account for this difference. Additionally the 86xx
30815     L2 cache invalidate code used an "andi" instruction where an "andis"
30816     instruction should have been used.
30817
30818     This patch addresses both of these bugs.
30819
30820     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
30821     Acked-By: Jon Loeliger <jdl@freescale.com>
30822
30823 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
30824 Author: Wolfgang Denk <wd@denx.de>
30825 Date:   Fri May 9 10:16:13 2008 +0200
30826
30827     Avoid infinite loop "Generating include/autoconf.mk"
30828
30829     Fix a bogus circular dependency that caused an infinite loop of
30830     "Generating include/autoconf.mk" again and again.
30831
30832     Signed-off-by: Wolfgang Denk <wd@denx.de>
30833
30834 commit 567fb852178dbf59529d7301620a3f3732a4b02d
30835 Author: Stelian Pop <stelian@popies.net>
30836 Date:   Thu May 8 22:52:09 2008 +0200
30837
30838     Fix @ -> <at> substitution
30839
30840     When applying the AT91CAP9 patches upstream, something transformed
30841     the '@' character into the ' <at> ' sequence.
30842
30843     The patch below restores the original form in all the places where
30844     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
30845     were copied from AT91CAP9, and a couple of other files where the
30846     ' <at> ' sequence was present).
30847
30848     Signed-off-by: Stelian Pop <stelian@popies.net>
30849     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30850
30851 commit 73ccb3410a0785593cda7aee455dfc51f790e281
30852 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
30853 Date:   Mon Apr 28 14:04:32 2008 +0200
30854
30855     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
30856
30857     Signed-off-by: Gary Jennejohn <garyj@denx.de>
30858     Signed-off-by: Stefan Roese <sr@denx.de>
30859
30860 commit ef2642625cbfb1c3695e3478d08ae515052a4950
30861 Author: Stefan Roese <sr@denx.de>
30862 Date:   Thu May 8 11:10:46 2008 +0200
30863
30864     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
30865
30866     Signed-off-by: Stefan Roese <sr@denx.de>
30867
30868 commit a00eccfebc954ad9485161efeca7d9aaf626d530
30869 Author: Stefan Roese <sr@denx.de>
30870 Date:   Thu May 8 11:05:15 2008 +0200
30871
30872     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
30873
30874     This patch adds fdt (flattened device tree) support to all remaining AMCC
30875     eval boards. Most newer boards already support device tree. With this patch,
30876     all AMCC boards now enable device tree passing from U-Boot to Linux
30877     arch/powerpc kernels.
30878
30879     Signed-off-by: Stefan Roese <sr@denx.de>
30880
30881 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
30882 Author: Stefan Roese <sr@denx.de>
30883 Date:   Thu May 8 11:01:09 2008 +0200
30884
30885     ppc4xx: Add weak default ft_board_setup() routine
30886
30887     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
30888     This routine is defined as weak and can be overwritten by a board specific
30889     one if needed.
30890
30891     Signed-off-by: Stefan Roese <sr@denx.de>
30892
30893 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
30894 Author: Stefan Roese <sr@denx.de>
30895 Date:   Thu May 8 10:48:58 2008 +0200
30896
30897     ppc4xx: acadia: Add fdt support and fix section overlap problem
30898
30899     This patch adds fdt (flattened device tree) support to the AMCC
30900     Acadia eval board. This increases the image size and it doesn't
30901     fit anymore into 256kByte. Since we didn't want to remove features
30902     from the configuration, we decided to increase the U-Boot image size
30903     (add one flash sector).
30904
30905     Also changed the default environment definition to make it
30906     independent of such changes.
30907
30908     Signed-off-by: Stefan Roese <sr@denx.de>
30909
30910 commit 4adb3023de75bc150f088c8935db340930ad38c8
30911 Author: Ira Snyder <iws@ovro.caltech.edu>
30912 Date:   Tue Apr 29 11:18:54 2008 -0700
30913
30914     ppc4xx: Add device tree support to AMCC Yosemite
30915
30916     Add support for booting with a device tree blob. This is needed to boot
30917     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
30918     via the ethaddr variable.
30919
30920     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
30921     Signed-off-by: Stefan Roese <sr@denx.de>
30922
30923 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
30924 Author: Dave Mitchell <dmitchell@amcc.com>
30925 Date:   Wed May 7 09:00:23 2008 -0700
30926
30927     ppc4xx: Fix typos in 460GT/EX FBDV array
30928
30929     Corrected two typos in the 460GT/EX FBDV array.
30930
30931     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
30932     Signed-off-by: Stefan Roese <sr@denx.de>
30933
30934 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
30935 Author: Andy Fleming <afleming@freescale.com>
30936 Date:   Wed May 7 16:54:31 2008 -0500
30937
30938     85xx: Limit CPU2 workaround to parts that have the errata
30939
30940     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
30941     Signed-off-by: Andy Fleming <afleming@freescale.com>
30942
30943 commit a5fe514e8ace564300d2c1d73846ddff49654243
30944 Author: Lee Nipper <lee.nipper@freescale.com>
30945 Date:   Fri Apr 25 15:44:45 2008 -0500
30946
30947     mpc83xx: system performance settings for MPC8349EMDS.
30948
30949     These same settings are used on MPC8349ITX, and
30950     improve performance on MPC8349EMDS.
30951
30952     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
30953     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30954
30955 commit 49387dba910e485640b575e920ee463b7e611dc3
30956 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30957 Date:   Tue May 6 13:22:52 2008 +0900
30958
30959     [MIPS] cpu/mips/cache.S: Fix build warning
30960
30961     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
30962     warns illegal global symbol references by bal (and jal also) instruction.
30963     This does not happen with the latest binutils v2.18.
30964
30965     Here's an example on gth2_config:
30966
30967     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
30968     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
30969     c -EB -c -o cache.o cache.S
30970     cache.S: Assembler messages:
30971     cache.S:243: Warning: Pretending global symbol used as branch target is local.
30972     cache.S:250: Warning: Pretending global symbol used as branch target is local.
30973
30974     In principle, gas might be sensitive to global symbol references in PIC
30975     code because they should be processed through GOT (global offset table).
30976     But if `bal' instruction is used, it results in PC-based offset jump.
30977     This is the cause of this warning.
30978
30979     In practice, we know it doesn't matter whether PC-based reference or GOT-
30980     based. As for this case, both will work before/after relocation. But let's
30981     fix the code.
30982
30983     This patch explicitly sets up a target address, then jump there.
30984     Here's an example of disassembled code with/without this patch.
30985
30986      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
30987      9000066c:       ac80fffc        sw      zero,-4(a0)
30988      90000670:       01402821        move    a1,t2
30989     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
30990     -90000678:       01803021        move    a2,t4
30991     -9000067c:       01602821        move    a1,t3
30992     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
30993     -90000684:       01a03021        move    a2,t5
30994     -90000688:       03000008        jr      t8
30995     -9000068c:       00000000        nop
30996     +90000674:       01803021        move    a2,t4
30997     +90000678:       8f8f83ec        lw      t7,-31764(gp)
30998     +9000067c:       01e0f809        jalr    t7
30999     +90000680:       00000000        nop
31000     +90000684:       01602821        move    a1,t3
31001     +90000688:       01a03021        move    a2,t5
31002     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
31003     +90000690:       01e0f809        jalr    t7
31004     +90000694:       00000000        nop
31005     +90000698:       03000008        jr      t8
31006     +9000069c:       00000000        nop
31007
31008     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31009
31010 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
31011 Author: Vlad Lungu <vlad.lungu@windriver.com>
31012 Date:   Mon May 5 14:04:00 2008 +0300
31013
31014     Allow building mips versions with ELDK 3.1.1
31015
31016     .gpword works only with local symbols on certain binutils versions
31017
31018     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
31019
31020 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
31021 Author: Wolfgang Denk <wd@denx.de>
31022 Date:   Mon May 5 12:52:36 2008 +0200
31023
31024     MAKEALL: add inka4x0 board
31025
31026     Signed-off-by: Wolfgang Denk <wd@denx.de>
31027
31028 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
31029 Author: Wolfgang Denk <wd@denx.de>
31030 Date:   Sun May 4 21:34:23 2008 +0200
31031
31032     kb9202 board: fix build problem.
31033
31034     Signed-off-by: Wolfgang Denk <wd@denx.de>
31035
31036 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
31037 Author: Wolfgang Denk <wd@denx.de>
31038 Date:   Sun May 4 12:10:33 2008 +0200
31039
31040     Prepare for v1.3.3-rc3
31041
31042     Update ChNAGELOG, minor white space cleanup.
31043
31044     Signed-off-by: Wolfgang Denk <wd@denx.de>
31045
31046 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
31047 Author: Wolfgang Denk <wd@denx.de>
31048 Date:   Sun May 4 00:35:15 2008 +0200
31049
31050     drivers/net/tsec.c: Fix typo.
31051
31052     Signed-off-by: Wolfgang Denk <wd@denx.de>
31053
31054 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
31055 Author: Mike Frysinger <vapier@gentoo.org>
31056 Date:   Fri May 2 21:45:12 2008 -0400
31057
31058     version_autogenerated.h: use printf rather than echo -n
31059
31060     Some systems are dumb and do not implement the -n flag to echo (like OS X).
31061     Convert the Makefile to use printf as this should work everywhere.
31062
31063     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31064     Signed-off-by: Wolfgang Denk <wd@denx.de>
31065
31066 commit 4acc2a108ad0a669165924704a6cb083f9138242
31067 Author: Mike Frysinger <vapier@gentoo.org>
31068 Date:   Fri May 2 18:17:50 2008 -0400
31069
31070     fix building when saveenv is disabled in some setups
31071
31072     If you enable environment in the flash, but disable the embedded
31073     option, and you disable the saveenv command, then the #if nested
31074     logic will trigger a compile failure:
31075     env_flash.c: In function 'env_relocate_spec':
31076     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
31077     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
31078
31079     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31080
31081 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
31082 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
31083 Date:   Fri May 2 16:10:04 2008 -0400
31084
31085     SBC8548: fix address mask to allow 64M flash
31086
31087     Fix incorrect mask to enable all 64MB of onboard flash.
31088     Previously U-Boot incorrectly mapped only 8MB of flash, this
31089     patch correctly maps all the available flash.
31090
31091     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
31092
31093 commit 3648085c464c8c22ef76fab006ca4344d3796124
31094 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31095 Date:   Fri May 2 19:48:56 2008 +0200
31096
31097     qemu_mips: add README
31098
31099     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31100
31101 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
31102 Author: Marcel Ziswiler <marcel@ziswiler.com>
31103 Date:   Fri May 2 02:35:59 2008 +0200
31104
31105     Fix misspelled comment
31106
31107     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31108
31109 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
31110 Author: Mike Frysinger <vapier@gentoo.org>
31111 Date:   Thu May 1 04:13:05 2008 -0400
31112
31113     mkimage: make mmap() checks consistent
31114
31115     The mmap() related code is full of inconsistent casts/constants when
31116     it comes to error checking, and may break when building on some
31117     systems (like ones that do not implicitly define the caddr_t type).
31118     Let's just avoid the whole mess by writing the code nice and clean in
31119     the first place.
31120
31121     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31122
31123 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
31124 Author: Marcel Ziswiler <marcel@ziswiler.com>
31125 Date:   Thu May 1 09:05:34 2008 +0200
31126
31127     Fix defined but not used build warning
31128
31129     - warning: 'srom' defined but not used
31130
31131     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31132
31133 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
31134 Author: Marcel Ziswiler <marcel@ziswiler.com>
31135 Date:   Thu May 1 09:05:26 2008 +0200
31136
31137     Fix implicit declaration build warnings
31138
31139     - warning: implicit declaration of function â€˜serial_initialize’
31140
31141     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31142
31143 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
31144 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
31145 Date:   Tue Apr 29 19:18:32 2008 +0200
31146
31147     TSEC: add config options for VSC8601 RGMII PHY
31148
31149     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
31150     and Tx clock lines. They are configured using 2 bits in extended
31151     register 0x17.
31152     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
31153     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
31154
31155     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
31156     Acked-by: Andy Fleming <afleming@freescale.com>
31157     Acked-by: Ben Warren <biggerbadderben@gmail.com>
31158     --
31159
31160      drivers/net/tsec.c |    6 ++++++
31161      drivers/net/tsec.h |    3 +++
31162      2 files changed, 9 insertions(+), 0 deletions(-)
31163
31164 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
31165 Author: Wolfgang Denk <wd@denx.de>
31166 Date:   Sat May 3 23:07:15 2008 +0200
31167
31168     Revert "ColdFire: Get information from the correct GCC"
31169
31170     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
31171     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
31172
31173 commit c4e5f52a58d278eebb87f476e353972c5dacea40
31174 Author: Wolfgang Denk <wd@denx.de>
31175 Date:   Sat May 3 22:25:00 2008 +0200
31176
31177     config.mk: use correct (cross) compiler
31178
31179     Some config.mk files reference $(CC) to test for specific tool chain
31180     features, so make sure $(CC) gets set before including any such
31181     config files.
31182
31183     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
31184     the correct GCC").
31185
31186     Signed-off-by: Wolfgang Denk <wd@denx.de>
31187
31188 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
31189 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31190 Date:   Thu May 1 02:13:44 2008 +0200
31191
31192     pxa: fix previous definition on cpu init
31193
31194     start.S:183:1: warning: "ICMR" redefined
31195     In file included from start.S:33:
31196     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
31197     start.S:187:1: warning: "RCSR" redefined
31198     ...
31199
31200     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31201
31202 commit 6d12e697de794d700767f22f950e3026ccf4daf6
31203 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31204 Date:   Thu May 1 02:13:43 2008 +0200
31205
31206     pxa: fix pcmcia operation on 'i' may be undefined
31207
31208     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31209     Signed-off-by: Wolfgang Denk <wd@denx.de>
31210
31211 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
31212 Author: Kumar Gala <galak@kernel.crashing.org>
31213 Date:   Wed Apr 30 16:24:35 2008 -0500
31214
31215     MPC8610HPCD: Drop -O2 from the build flags
31216
31217     Make the flags use -Os like all other boards
31218
31219     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31220
31221 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
31222 Author: Stefan Roese <sr@denx.de>
31223 Date:   Wed Apr 30 15:50:39 2008 +0200
31224
31225     RTC: Fix month offset by one problem in M41T62 RTC driver
31226
31227     This patch fixes a problem with the month being read and written
31228     incorrectly (offset by one). This only gets visible by also using
31229     the Linux driver (rtc-m41t80).
31230
31231     Tested on AMCC Canyonlands.
31232
31233     Signed-off-by: Stefan Roese <sr@denx.de>
31234
31235 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
31236 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31237 Date:   Sat May 3 13:51:44 2008 +0900
31238
31239     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
31240
31241     Current trick to pick up GNU assembler minor version uses a dot(.) as a
31242     delimiter, and take the second field to obtain minor version number. But
31243     as can be expected, this doesn't work with a version string which has
31244     dots more than needs.
31245
31246     Here's an example:
31247
31248     $ mips-linux-gnu-as --version | grep 'GNU assembler'
31249     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
31250     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
31251     2-129) 2
31252     $
31253
31254     This patch restricts the version format to 2.XX.XX... This will work
31255     in most cases.
31256
31257     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
31258     2.18.50.20080215
31259     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
31260     18
31261     $
31262
31263     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31264
31265 commit ea638951acead7f1086c908c0b9f086beab82a22
31266 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31267 Date:   Sat May 3 13:51:28 2008 +0900
31268
31269     [MIPS] cpu/mips/cache.S: Add dcache_enable
31270
31271     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
31272     "allow ports to override bootelf behavior") requires ports to have this
31273     function.
31274
31275     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31276     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31277
31278 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
31279 Author: Wolfgang Denk <wd@denx.de>
31280 Date:   Thu May 1 21:30:16 2008 +0200
31281
31282     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
31283
31284     Onenand needs a version of memcpy() which performs 16 bit accesses
31285     only; make sure the name does not conflict with the standard
31286     function.
31287
31288     Signed-off-by: Wolfgang Denk <wd@denx.de>
31289
31290 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
31291 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31292 Date:   Wed Apr 30 22:38:17 2008 +0200
31293
31294     cmd_nand: fix warning: str2long ncompatible pointer type
31295
31296     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31297
31298 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
31299 Author: Timur Tabi <timur@freescale.com>
31300 Date:   Fri Apr 4 11:16:11 2008 -0500
31301
31302     Fix calculation of I2C clock for some 86xx chips
31303
31304     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
31305     There is no pattern that can be used to determine which chips use which
31306     frequency, so the only way to determine is to look up the actual SOC
31307     designation and use the right value for that SOC.
31308
31309     Signed-off-by: Timur Tabi <timur@freescale.com>
31310
31311 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
31312 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31313 Date:   Wed Apr 30 12:11:19 2008 -0500
31314
31315     ColdFire: Fix ethernet hang issue for mcf547x_8x
31316
31317     The ethernet hang is caused by receiving buffer in DRAM is not
31318     yet ready due to access cycles require longer time in DRAM.
31319     Relocate DMA buffer descriptors from DRAM to internal SRAM.
31320
31321     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31322
31323 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
31324 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31325 Date:   Wed Apr 30 12:10:47 2008 -0500
31326
31327     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
31328
31329     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
31330     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31331
31332 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
31333 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31334 Date:   Wed Apr 30 12:10:23 2008 -0500
31335
31336     ColdFire: Get information from the correct GCC
31337
31338     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
31339     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31340
31341 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
31342 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
31343 Date:   Wed Apr 30 18:02:59 2008 +0200
31344
31345     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
31346
31347     Fix warnings
31348
31349     nv_nand.c: In function 'saveenv':
31350     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
31351     env_nand.c: In function 'env_relocate_spec':
31352     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
31353
31354     if compiled for davinci_schmoogie_config.
31355
31356     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
31357     Ack by: Sergey Kubushyn <ksi@koi8.net>
31358
31359 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
31360 Author: Anatolij Gustschin <agust@denx.de>
31361 Date:   Wed Apr 30 13:34:40 2008 +0200
31362
31363     Fix warnings while compiling net/net.c for MPC8610HPCD board
31364
31365     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
31366     causing overriding default -Os option. New gcc (ver. 4.2.2)
31367     produces warnings while compiling net/net.c file with -O2
31368     option. The patch is an attempt to fix this.
31369
31370     Signed-off-by: Anatolij Gustschin <agust@denx.de>
31371
31372 commit 58b575e575c25fdf8c88141e145db201f3092149
31373 Author: Sascha Laue <Sascha.Laue@gmx.biz>
31374 Date:   Wed Apr 30 15:23:38 2008 +0200
31375
31376     lwmon5: fix offset error in sysmon0 POST
31377
31378     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
31379     Signed-off-by: Wolfgang Denk <wd@denx.de>
31380
31381 commit e7419b243a373de4ee042f7d4f45f66de787240d
31382 Author: Sascha Laue <Sascha.Laue@gmx.biz>
31383 Date:   Wed Apr 30 15:16:35 2008 +0200
31384
31385     lwmon5: fix manual merge error in POST
31386
31387     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
31388
31389 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
31390 Author: Wolfgang Denk <wd@denx.de>
31391 Date:   Wed Apr 30 17:46:26 2008 +0200
31392
31393     cmd_nand.c: fix another 'incompatible pointer type' warning.
31394
31395     Signed-off-by: Wolfgang Denk <wd@denx.de>
31396
31397 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
31398 Author: Wolfgang Denk <wd@denx.de>
31399 Date:   Wed Apr 30 17:25:07 2008 +0200
31400
31401     Makefile: fix parallel builds
31402
31403     This problem shows up with parallel builds only; it results in
31404     somewhat cryptic error messages like
31405
31406         $ JOBS=-j6 MAKEALL netstar
31407         Configuring for netstar board...
31408         arm-linux-ld: cannot find -lgeneric
31409         make[1]: *** [eeprom.srec] Error 1
31410
31411     A few boards (like netstar and voiceblue) need some libraries for
31412     building; however, the board Makefile does not contain any such
31413     dependencies which may cause problems with parallel builds. Adding
31414     such dependencies is difficult as we would also have to provide build
31415     rules, which already exist in the respective library Makefiles.
31416
31417     To solve this, we make sure that all libraries get built before the
31418     board code.
31419
31420     Signed-off-by: Wolfgang Denk <wd@denx.de>
31421
31422 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
31423 Author: Stefan Roese <sr@denx.de>
31424 Date:   Wed Apr 30 14:51:36 2008 +0200
31425
31426     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
31427
31428     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
31429     used for NAND booting to match the values needed for the new 512MB
31430     DIMM modules shipped with the productions boards:
31431
31432     Crucial: CT6464AC667.8FB
31433
31434     Signed-off-by: Stefan Roese <sr@denx.de>
31435
31436 commit ea9202a659dc75996facf1475f1866a19a9d3129
31437 Author: Stefan Roese <sr@denx.de>
31438 Date:   Wed Apr 30 10:49:43 2008 +0200
31439
31440     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
31441
31442     This patch fixes a problem with DIMMs that have 8 banks. Now the
31443     MCIF0_MBxCF register will be setup correctly for this setup too.
31444
31445     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
31446
31447     Signed-off-by: Stefan Roese <sr@denx.de>
31448
31449 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
31450 Author: Wolfgang Denk <wd@denx.de>
31451 Date:   Tue Apr 29 23:41:06 2008 +0200
31452
31453     Prepare v1.3.3-rc2, again.
31454
31455     Signed-off-by: Wolfgang Denk <wd@denx.de>
31456
31457 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
31458 Author: Wolfgang Denk <wd@denx.de>
31459 Date:   Tue Apr 29 23:35:24 2008 +0200
31460
31461     Prepare v1.3.3-rc2
31462
31463     Signed-off-by: Wolfgang Denk <wd@denx.de>
31464
31465 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
31466 Author: Wolfgang Denk <wd@denx.de>
31467 Date:   Tue Apr 29 23:32:20 2008 +0200
31468
31469     common/env_nand.c: fix one more incompatible pointer type issue
31470
31471     Signed-off-by: Wolfgang Denk <wd@denx.de>
31472
31473 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
31474 Author: Wolfgang Denk <wd@denx.de>
31475 Date:   Tue Apr 29 21:33:08 2008 +0200
31476
31477     post/board/lwmon5/sysmon.c: fix manual merge error.
31478
31479     Signed-off-by: Wolfgang Denk <wd@denx.de>
31480
31481 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
31482 Author: Kumar Gala <galak@kernel.crashing.org>
31483 Date:   Tue Apr 29 12:54:59 2008 -0500
31484
31485     85xx: Add -mno-spe to e500/85xx builds
31486
31487     Newer gcc's might be configured to enable autovectorization by default.
31488     If we happen to build with one of those compilers we will get SPE
31489     instructions in random code.
31490
31491     -mno-spe disables the compiler for automatically generating SPE
31492     instructions without our knowledge.
31493
31494     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31495
31496 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
31497 Author: Kumar Gala <galak@kernel.crashing.org>
31498 Date:   Tue Apr 29 10:18:34 2008 -0500
31499
31500     Update .gitignore for zlib.h
31501
31502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31503
31504 commit 45239cf4152109caa925145ccd433529902df887
31505 Author: Kumar Gala <galak@kernel.crashing.org>
31506 Date:   Tue Apr 29 10:27:08 2008 -0500
31507
31508     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
31509
31510     All the 85xx and 86xx UM describe the register as timing_cfg_3
31511     not as ext_refrec.
31512
31513     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31514
31515 commit ef7d30b14394e4c4a153118f5845760cadada02a
31516 Author: Kumar Gala <galak@kernel.crashing.org>
31517 Date:   Tue Apr 29 10:28:34 2008 -0500
31518
31519     85xx/86xx: Rename DDR init address and init extended address register
31520
31521     Rename init_addr and init_ext_addr to match the docs between
31522     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
31523
31524     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31525
31526 commit cf6cc014270549684873a5972d2595052c468cb6
31527 Author: Kumar Gala <galak@kernel.crashing.org>
31528 Date:   Mon Apr 28 02:24:04 2008 -0500
31529
31530     85xx: Additional fixes and cleanup of MP code
31531
31532     * adjust __spin_table alignment to match ePAPR v0.94 spec
31533     * loop over all cpus when determing who is up.  This fixes an issue if
31534       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
31535       cpu_up_mask so there is no harm
31536     * Added some protection in the code to ensure proper behavior.  These
31537       changes are explicitly needed but don't hurt:
31538       - Added eieio to ensure the "hot word" of the table is written after
31539         all other table updates have occurred.
31540       - Added isync to ensure we don't prefetch loading of table entries
31541         until we a released
31542
31543     These issues we raised by Dave Liu.
31544
31545     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31546
31547 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
31548 Author: Yuri Tikhonov <yur@emcraft.com>
31549 Date:   Tue Apr 29 15:06:41 2008 +0200
31550
31551     lwmon5: minor clean-up to include/configs/lwmon5.h
31552
31553     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
31554     the CFG_DSPIC_TEST_ADDR definition more readable.
31555
31556     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31557
31558 commit f4c4d21a885ccc222fd0acdf653b683249e85117
31559 Author: Stefan Roese <sr@denx.de>
31560 Date:   Tue Apr 29 16:08:05 2008 +0200
31561
31562     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
31563
31564     Signed-off-by: Stefan Roese <sr@denx.de>
31565
31566 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
31567 Author: Yuri Tikhonov <yur@emcraft.com>
31568 Date:   Tue Apr 29 13:32:45 2008 +0200
31569
31570     ppc flush_cache: add watch-dog triggering into the loops.
31571
31572     Some boards (e.g. lwmon5) need rather a frequent watch-dog
31573     kicking. Since the time it takes for the flush_cache() function
31574     to complete its job depends on the size of data being flushed, one
31575     may encounter watch-dog resets on such boards when, for example,
31576     download big files over ethernet.
31577
31578     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31579
31580 commit cab99d6f3281ab6784feccf98b9b425daa58418a
31581 Author: Stefan Roese <sr@denx.de>
31582 Date:   Tue Apr 29 14:44:54 2008 +0200
31583
31584     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
31585
31586     Signed-off-by: Stefan Roese <sr@denx.de>
31587
31588 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
31589 Author: Stefan Roese <sr@denx.de>
31590 Date:   Tue Apr 29 14:12:07 2008 +0200
31591
31592     ppc4xx: Fix Katmai CFG_MONITOR_LEN
31593
31594     Signed-off-by: Stefan Roese <sr@denx.de>
31595
31596 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
31597 Author: Stefan Roese <sr@denx.de>
31598 Date:   Tue Apr 29 13:57:07 2008 +0200
31599
31600     ppc4xx: Complete remove bogus dflush()
31601
31602     Since the current dflush() implementation is know to have some problems
31603     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
31604     it by using clean_dcache_range().
31605
31606     Tested on Katmai with ECC DIMM.
31607
31608     Signed-off-by: Stefan Roese <sr@denx.de>
31609
31610 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
31611 Author: Stefan Roese <sr@denx.de>
31612 Date:   Tue Apr 29 13:36:51 2008 +0200
31613
31614     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
31615
31616     As it seems the "old" ECC initialization routine by using dflush() didn't
31617     write all lines in the dcache back to memory on lwmon5. This could lead
31618     to ECC error upon Linux booting. This patch changes the program_ecc()
31619     routine to now use clean_dcache_range() instead of dflush().
31620     clean_dcache_range() uses dcbst which is exactly what we want in this
31621     case.
31622
31623     Since dflush() is known is cause problems, this routine will be
31624     removed completely and replaced by clean_dcache_range() with an
31625     additional patch.
31626
31627     Signed-off-by: Stefan Roese <sr@denx.de>
31628
31629 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
31630 Author: Yuri Tikhonov <yur@emcraft.com>
31631 Date:   Mon Apr 28 18:19:34 2008 +0200
31632
31633     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
31634
31635     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31636
31637 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
31638 Author: Markus Brunner <super.firetwister@googlemail.com>
31639 Date:   Mon Apr 28 08:47:47 2008 +0200
31640
31641     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
31642
31643     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
31644     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
31645     doesn't exist.
31646
31647     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
31648
31649 commit 2ef7503a593c77a80c2a054011970227c4b62774
31650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31651 Date:   Thu Apr 24 07:57:17 2008 +0200
31652
31653     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
31654
31655     Move non-inlied functions into specific drivers file
31656     Set get_prom as weak
31657
31658     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31659     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31660     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31661
31662 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
31663 Author: Guennadi Liakhovetski <lg@denx.de>
31664 Date:   Thu Apr 3 17:04:19 2008 +0200
31665
31666     net: make ARP timeout configurable
31667
31668     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
31669     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
31670     to the boards get lost, which typically are ARP replies. By configuring
31671     the timeout to a lower value we significantly improve the first network
31672     transfer time on this board. The timeout is specified in milliseconds,
31673     later internally it is converted to deciseconds, because it has to be
31674     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
31675     different boards.
31676
31677     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31678     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31679
31680 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
31681 Author: Guennadi Liakhovetski <lg@denx.de>
31682 Date:   Thu Apr 3 13:36:18 2008 +0200
31683
31684     minor cs8900 driver clean up
31685
31686     Remove a redundant register definition, clean up some coding style
31687     violations.
31688
31689     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31690     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31691
31692 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
31693 Author: Wolfgang Denk <wd@denx.de>
31694 Date:   Mon Apr 28 22:01:04 2008 +0200
31695
31696     jffs2_1pass.c: fix incompatible pointer type warning
31697
31698     Signed-off-by: Wolfgang Denk <wd@denx.de>
31699
31700 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
31701 Author: Sascha Laue <Sascha.Laue@gmx.biz>
31702 Date:   Tue Apr 1 10:10:18 2008 +0200
31703
31704     lwmon5: update dsPIC POST spezification
31705
31706     The specification for the lwmon5 board dsPIC POST got changed.
31707     Also add defines for the temperatures  and voltages.
31708
31709     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
31710
31711 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
31712 Author: Sascha Laue <Sascha.Laue@gmx.biz>
31713 Date:   Tue Apr 1 15:13:03 2008 +0200
31714
31715     Fix watchdog POST for lwmon5
31716
31717     If the hardware watchdog detects a voltage error, the watchdog sets
31718     GPIO62 to low. The watchdog POST has to detect this low level.
31719
31720     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
31721     Signed-off-by: Wolfgang Denk <wd@denx.de>
31722
31723 commit dd5748bcd669f46aeb6686c1b341323843738ccc
31724 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31725 Date:   Mon Apr 28 14:37:14 2008 +0200
31726
31727     rtl8169: fix compiler warnings
31728
31729     Fix multiple compiler warnings related to argument type mismatch.
31730
31731     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31732
31733 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
31734 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31735 Date:   Mon Apr 28 14:36:06 2008 +0200
31736
31737     IDE: fix compiler warnings
31738
31739     The IDE driver can use 32-bit addresses in LBA mode, in which case it
31740     spits multiple warnings during compilation. Fix them.
31741
31742     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31743
31744 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
31745 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31746 Date:   Mon Apr 28 14:35:57 2008 +0200
31747
31748     LinkStation: fix compiler warning, add a maintainer
31749
31750     out_8 wants a pointer to an unsigned as the first argument. Add a
31751     maintainer for Linkstation boards.
31752
31753     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31754
31755 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
31756 Author: Wolfgang Denk <wd@denx.de>
31757 Date:   Mon Apr 28 14:55:12 2008 +0200
31758
31759     cmd_nand.c: fix "differ in signedness" problem
31760
31761     Signed-off-by: Wolfgang Denk <wd@denx.de>
31762
31763 commit f2c288a35341ad02ac03b1563d786763c9c8f159
31764 Author: Wolfgang Denk <wd@denx.de>
31765 Date:   Mon Apr 28 12:48:47 2008 +0200
31766
31767     pcnet.c: fix a merge issue
31768
31769     Signed-off-by: Wolfgang Denk <wd@denx.de>
31770
31771 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
31772 Author: Wolfgang Denk <wd@denx.de>
31773 Date:   Mon Apr 28 12:08:18 2008 +0200
31774
31775     NAND: fix some strict-aliasing compiler warnings
31776
31777     Signed-off-by: Wolfgang Denk <wd@denx.de>
31778
31779 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
31780 Author: Stefan Roese <sr@denx.de>
31781 Date:   Mon Apr 28 11:37:14 2008 +0200
31782
31783     ppc4xx: Fix compile warning of hcu4 board
31784
31785     Signed-off-by: Stefan Roese <sr@denx.de>
31786
31787 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
31788 Author: Wolfgang Denk <wd@denx.de>
31789 Date:   Mon Apr 28 11:31:23 2008 +0200
31790
31791     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
31792
31793     Signed-off-by: Wolfgang Denk <wd@denx.de>
31794
31795 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
31796 Author: Guennadi Liakhovetski <lg@denx.de>
31797 Date:   Mon Apr 28 00:25:32 2008 +0200
31798
31799     mx31ads: fix loadaddr environment variable define
31800
31801     Arithmetic expressions do not get evaluated under stringification. Remove
31802     default network configuration, add DHCP command support. Thanks to Felix
31803     Radensky for reporting.
31804
31805     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31806
31807 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
31808 Author: Wolfgang Denk <wd@denx.de>
31809 Date:   Mon Apr 28 10:55:24 2008 +0200
31810
31811     katmai: fix section overlap problem
31812
31813     Since we didn't want to remove features from the configuration, we
31814     decided to increase the U-Boot image size (add one flash sector).
31815
31816     Also changed the default environment definition to make it
31817     independent of such changes.
31818
31819     Signed-off-by: Wolfgang Denk <wd@denx.de>
31820     Acked-by: Stefan Roese <sr@denx.de>
31821
31822 commit 941d696d25624e3cc65ebf924199541acf52d74e
31823 Author: Wolfgang Denk <wd@denx.de>
31824 Date:   Mon Apr 28 10:55:24 2008 +0200
31825
31826     katmai: fix section overlap problem
31827
31828     Since we didn't want to remove features from the configuration, we
31829     decided to increase the U-Boot image size (add one flash sector).
31830
31831     Also changed the default environment definition to make it
31832     independent of such changes.
31833
31834     Signed-off-by: Wolfgang Denk <wd@denx.de>
31835     Acked-by: Stefan Roese <sr@denx.de>
31836
31837 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
31838 Author: Kumar Gala <galak@kernel.crashing.org>
31839 Date:   Sat Apr 26 11:44:44 2008 -0500
31840
31841     post: Fix building with O=
31842
31843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31844
31845 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
31846 Author: Wolfgang Denk <wd@denx.de>
31847 Date:   Sat Apr 26 01:55:00 2008 +0200
31848
31849     Prepare v1.3.3-rc1
31850
31851     Signed-off-by: Wolfgang Denk <wd@denx.de>
31852
31853 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
31854 Author: Wolfgang Denk <wd@denx.de>
31855 Date:   Sat Apr 26 01:25:39 2008 +0200
31856
31857     post/Makefile: make sure to use the correct flags
31858
31859     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
31860     messages to be printed.
31861
31862     Signed-off-by: Wolfgang Denk <wd@denx.de>
31863
31864 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
31865 Author: Wolfgang Denk <wd@denx.de>
31866 Date:   Sat Apr 26 00:34:42 2008 +0200
31867
31868     Coding Style cleanup, update CHANGELOG
31869
31870     Signed-off-by: Wolfgang Denk <wd@denx.de>
31871
31872 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
31873 Author: Magnus Lilja <lilja.magnus@gmail.com>
31874 Date:   Sun Apr 20 10:38:12 2008 +0200
31875
31876     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
31877
31878     This patch enables SPI and MC13783/RTC support for the Litekit board.
31879
31880     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31881
31882 commit f97abbfb47d9e407354e157cae3f6369e460cd37
31883 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
31884 Date:   Fri Apr 25 01:08:32 2008 -0500
31885
31886     MPC8544DS: decode pcie3 end-point configuration correctly.
31887
31888     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31889     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31890
31891 commit 292188e15523c165c4269403fdcd33c26d89176e
31892 Author: Roy Zang <tie-fei.zang@freescale.com>
31893 Date:   Fri Apr 25 00:55:09 2008 -0500
31894
31895     MPC8544DS: Removes the unknown flash message information
31896
31897     This patch removes the unknown flash message information:
31898     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
31899     This unknown flash message is caused by PromJet.
31900     Some of the board user is unhappy with this information.
31901
31902     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31903     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31904
31905 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
31906 Author: Kim Phillips <kim.phillips@freescale.com>
31907 Date:   Thu Apr 24 14:07:38 2008 -0500
31908
31909     mpc83xx: bump loadaddr over fdtaddr to 0x500000
31910
31911     this seems as a good compromise between human memory, typing,
31912     and last but not least, to accommodate for current and future kernel bloat.
31913
31914     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31915     Acked-by: Dave Liu <daveliu@freescale.com>
31916
31917 commit be5a7190265a34d968578ff266549c60f6f57654
31918 Author: Dave Liu <r63238@freescale.com>
31919 Date:   Tue Apr 15 13:12:23 2008 +0800
31920
31921     mpc83xx: clean up the readme for 83xx boards
31922
31923     1. correct the typo
31924     2. correct the memory map for 837xerdb board
31925
31926     Signed-off-by: Dave Liu <daveliu@freescale.com>
31927
31928 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
31929 Author: Dave Liu <r63238@freescale.com>
31930 Date:   Tue Apr 15 13:11:11 2008 +0800
31931
31932     mpc83xx: remove the unused CPM's stuff
31933
31934     The MPC83xx family never have CPM block, so remove it from 83xx.
31935
31936     Signed-off-by: Dave Liu <daveliu@freescale.com>
31937
31938 commit c63ad6325a8ac0097a54b418a3288926b0484b18
31939 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31940 Date:   Fri Apr 18 16:29:40 2008 +0200
31941
31942     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
31943
31944     This patch adds a configurable flash auto protection list that can be used
31945     to make U-Boot protect flash regions in flash_init().
31946
31947     The idea has been discussed on the u-boot mailing list starting
31948     on Nov 18th, 2007.
31949
31950     Even this patch brings a new feature it is used as a bugfix for 4xx
31951     platforms where flash_init() does not completely protect the
31952     monitor's flash range in all situations.
31953
31954     U-Boot protects the flash range from CFG_MONITOR_BASE to
31955     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
31956     include the reset vector at 0xfffffffc.
31957
31958     Example:
31959     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
31960
31961     This config option will auto protect the last 512k of flash that
31962     contains the bootloader on board like APC405 and PMC405.
31963
31964     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31965
31966 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
31967 Author: Stefan Roese <sr@denx.de>
31968 Date:   Fri Apr 25 13:59:03 2008 +0200
31969
31970     ppc4xx: Remove double defines in lwmon5.h
31971
31972     introduced with latest lwmon5/POST merge
31973
31974     Signed-off-by: Stefan Roese <sr@denx.de>
31975
31976 commit 7590378fb9c686709492ceb142825cd058255956
31977 Author: Bartlomiej Sieka <tur@semihalf.com>
31978 Date:   Fri Apr 25 13:54:02 2008 +0200
31979
31980     Use watchdog-aware functions when calculating hashes of images - take two
31981
31982     Some files didn't get updated properly with the "Use watchdog-aware
31983     functions when calculating hashes of images" commit, this commit
31984     fixes this.
31985
31986     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31987     Signed-off-by: Wolfgang Denk <wd@denx.de>
31988
31989 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
31990 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31991 Date:   Fri Apr 25 12:01:39 2008 +0200
31992
31993     ppc4xx: Add bootcount limit handling for APC405 boards
31994
31995     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31996
31997 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
31998 Author: Bartlomiej Sieka <tur@semihalf.com>
31999 Date:   Fri Apr 25 12:10:09 2008 +0200
32000
32001     Use watchdog-aware functions when calculating hashes of images
32002
32003     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32004
32005 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
32006 Author: Wolfgang Denk <wd@denx.de>
32007 Date:   Fri Apr 25 12:44:08 2008 +0200
32008
32009     USB: fix more GCC 4.2.x aliasing warnings
32010
32011     Signed-off-by: Wolfgang Denk <wd@denx.de>
32012     Acked-by: Markus Klotzbuecher <mk@denx.de>
32013
32014 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
32015 Author: Wolfgang Denk <wd@denx.de>
32016 Date:   Fri Apr 25 12:41:53 2008 +0200
32017
32018     lib_generic/crc32.c: add missing #include <watchdog.h>
32019
32020     Signed-off-by: Wolfgang Denk <wd@denx.de>
32021
32022 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
32023 Author: Wolfgang Denk <wd@denx.de>
32024 Date:   Fri Apr 25 11:52:21 2008 +0200
32025
32026     lib_generic/crc32.c: fix compile problem
32027
32028     Signed-off-by: Wolfgang Denk <wd@denx.de>
32029
32030 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
32031 Author: Stefan Roese <sr@denx.de>
32032 Date:   Tue Apr 22 12:20:32 2008 +0200
32033
32034     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
32035
32036     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
32037     environment variable will now get passed to the Linux kernel by setting
32038     the device_type property of the PCIe device tree node. For normal root-
32039     complex configuration it will keep its defaults value of "pci" and for
32040     endpoint configuration it will get changed to "pci-endpoint".
32041
32042     Signed-off-by: Stefan Roese <sr@denx.de>
32043
32044 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
32045 Author: Yuri Tikhonov <yur@emcraft.com>
32046 Date:   Thu Apr 24 10:30:53 2008 +0200
32047
32048     lwmon5: watchdog POST fix
32049
32050     Use the GPT0_MASKx registers as the temporary storage for watch-dog
32051     timer POST test instead of GPT0_COMPx. The latter
32052     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
32053
32054     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
32055     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32056
32057 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
32058 Author: Kim Phillips <kim.phillips@freescale.com>
32059 Date:   Mon Apr 21 18:10:14 2008 -0500
32060
32061     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
32062
32063     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
32064     proven problematic getting right from the start at least on 83xx and
32065     4xx.
32066
32067     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32068
32069 commit a99715b8ebfc500f3f40e01b36b64d473938443d
32070 Author: Detlev Zundel <dzu@denx.de>
32071 Date:   Fri Apr 18 14:50:01 2008 +0200
32072
32073     Realining some header definitions.
32074
32075     Signed-off-by: Detlev Zundel <dzu@denx.de>
32076
32077 commit 4acbc6c7f993cae409c424615415a3e76820f13d
32078 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32079 Date:   Thu Apr 24 07:57:16 2008 +0200
32080
32081     NE2000: coding style cleanup
32082
32083     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32084
32085 commit b4aff1ffaf7120032c653357c007faa14f74d29d
32086 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32087 Date:   Wed Apr 23 00:11:47 2008 +0900
32088
32089     qemu-mips.h: Add CFI support
32090
32091     CONFIG_ENV_OVERWRITE is also added.
32092
32093     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
32094
32095     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32096     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32097
32098 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
32099 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32100 Date:   Tue Apr 22 22:47:27 2008 +0900
32101
32102     doc/README.mips: Add MIPS notes
32103
32104     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32105
32106 commit 215b01bba8bc662d35f72b084700b192d367dfb4
32107 Author: Bartlomiej Sieka <tur@semihalf.com>
32108 Date:   Tue Apr 22 12:27:56 2008 +0200
32109
32110     Add support for calculating hashes with watchdog triggering
32111
32112     Implement watchodg-aware variants of hash calculation functions:
32113     - crc32_wd()
32114     - md5_wd()
32115     - sha1_csum_wd()
32116     The above functions calculate the hash of the input buffer in chunks,
32117     triggering the watchdog after processing each chunk. The chunk size
32118     is given as a function call parameter.
32119
32120     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32121
32122 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
32123 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32124 Date:   Wed Apr 23 11:02:12 2008 +0900
32125
32126     qemu-mips: Cleanup whitespace, indentation, etc.
32127
32128     No functional change.
32129
32130     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
32131     Then I re-created from scratch, and changed more lines than the original.
32132
32133     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32134     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32135
32136 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
32137 Author: Vlad Lungu <vlad@comsys.ro>
32138 Date:   Wed Oct 10 23:02:09 2007 +0300
32139
32140     Fixed pcnet io_base
32141
32142     Bus and phys address are not always the same
32143
32144     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32145
32146 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
32147 Author: Wolfgang Denk <wd@denx.de>
32148 Date:   Thu Apr 24 23:44:26 2008 +0200
32149
32150     drivers/net/pcnet.c: Coding Style cleanup.
32151
32152     Signed-off-by: Wolfgang Denk <wd@denx.de>
32153
32154 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
32155 Author: Vlad Lungu <vlad@comsys.ro>
32156 Date:   Wed Oct 10 23:04:23 2007 +0300
32157
32158     Added Am79C970A chip id to pcnet
32159
32160     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32161
32162 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
32163 Author: Magnus Lilja <lilja.magnus@gmail.com>
32164 Date:   Sun Apr 20 10:35:03 2008 +0200
32165
32166     i.MX31: Fix architecture numbers for ADS and Litekit boards
32167
32168     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
32169
32170     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32171
32172 commit e7ae84d6c7288790e88639f57cb60daf89c11369
32173 Author: Magnus Lilja <lilja.magnus@gmail.com>
32174 Date:   Sun Apr 20 10:36:36 2008 +0200
32175
32176     i.MX31: Use symbolic names for Litekit membases.
32177
32178     Use symbolic names instead of hard coded addresses for Litekit membases.
32179
32180     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32181
32182 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
32183 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32184 Date:   Sat Apr 19 17:59:20 2008 +0200
32185
32186     Fix show_boot_progress prototype
32187
32188     in commit fad634071 "make show_boot_progress () weak."
32189     show_boot_progress is supposed to be declared as weak but declared as
32190     inline instead.
32191
32192     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32193
32194 commit edbed247a14d70b94958010f736621212285de91
32195 Author: Bartlomiej Sieka <tur@semihalf.com>
32196 Date:   Fri Apr 18 12:39:23 2008 +0200
32197
32198     Memory footprint optimizations
32199
32200     As suggested by Wolfgang Denk:
32201     - image printing functions:
32202       - remove wrappers
32203       - remove indentation prefix from functions' signatures
32204     - merge getenv_verify and getenv_autostart into one parametrized function
32205
32206     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32207
32208 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
32209 Author: Guennadi Liakhovetski <lg@denx.de>
32210 Date:   Tue Apr 15 13:33:11 2008 +0200
32211
32212     MX31ADS environment variable update, spi and rtc support
32213
32214     Update MX31ADS default environment to better match the flash layout and
32215     the memory map, support SPI and RTC.
32216
32217     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32218
32219 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
32220 Author: Kumar Gala <galak@kernel.crashing.org>
32221 Date:   Mon Apr 21 09:28:36 2008 -0500
32222
32223     85xx: Round up frequency calculations to get reasonable output
32224
32225     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
32226
32227     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
32228
32229     Signed-off-by: Dejan Minic <minic@freescale.com>
32230     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
32231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32232     Acked-by: Andy Fleming <afleming@freescale.com>
32233
32234 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
32235 Author: Kumar Gala <galak@kernel.crashing.org>
32236 Date:   Wed Apr 23 16:58:04 2008 -0500
32237
32238     fsl_pci: Only modify registers if we have them
32239
32240     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
32241
32242     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32243
32244 commit 83fe32334337def160b302aa9d152d808bfcc68e
32245 Author: Markus Klotzbücher <mk@denx.de>
32246 Date:   Wed Apr 23 10:57:33 2008 +0200
32247
32248     USB: remove a cpu bug workaround for an unsupported architecture.
32249
32250     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32251
32252 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
32253 Author: Markus Klotzbücher <mk@denx.de>
32254 Date:   Wed Apr 23 10:53:23 2008 +0200
32255
32256     USB: fix those pesky aliasing warnings issued by gcc-4.2
32257
32258     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32259     Signed-off-by: Detlev Zundel <dzu@denx.de>
32260
32261 commit 89cdab788f3716b335fefb60b836ebcf975aceab
32262 Author: Mike Frysinger <vapier@gentoo.org>
32263 Date:   Mon Mar 31 11:02:01 2008 -0400
32264
32265     crc32: use uint32_t rather than unsigned long
32266
32267     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
32268     this is done with the build toolchain instead of the target tool
32269     chain, so if the build is a 64bit system but the target is 32bits,
32270     the size will obviously be wrong. This converts all unsigned long
32271     stuff related to crc32 to uint32_t types. Compile tested only: output
32272     of ./tools/envcrc when run on a 32bit build system matches that of a
32273     64bit build system.
32274
32275     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32276     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32277
32278 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
32279 Author: Dirk Behme <dirk.behme@googlemail.com>
32280 Date:   Wed Mar 26 09:53:29 2008 +0100
32281
32282     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
32283
32284     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
32285
32286     Changes:
32287
32288     - Remove *_masked() functions as noted by Wolfgang
32289
32290     - Adapt register naming to recent TI spec (sprue26, March 2007)
32291
32292     - Fix reset_timer() handling
32293
32294     - 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.
32295
32296     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
32297
32298     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
32299
32300     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
32301
32302     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
32303
32304     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
32305     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
32306
32307 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
32308 Author: Sergei Poselenov <sposelenov@emcraft.com>
32309 Date:   Wed Apr 9 16:09:41 2008 +0200
32310
32311     Added watchdog triggering calls in the "mtest" test function.
32312
32313     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
32314
32315 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
32316 Author: Yuri Tikhonov <yur@emcraft.com>
32317 Date:   Sun Apr 6 19:19:14 2008 +0200
32318
32319     lwmon5 watchdog: limit trigger rate
32320
32321     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
32322     the CONFIG_WD_MAX_RATE value.
32323
32324     Note that an earlier version of this patch which used microseconds
32325     instead of ticks dis not work. The problem was that we used
32326     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
32327     get_tbclk(), which in turn calls get_sys_info(). It turns out that
32328     this function does a lot of prolonged operations (like divisions)
32329     which take too much time so we do not trigger the watchdog in time,
32330     and it resets the system.
32331
32332     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32333
32334 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
32335 Author: Yuri Tikhonov <yur@emcraft.com>
32336 Date:   Mon Mar 31 10:51:37 2008 +0200
32337
32338     POST: move CONFIG_POST to Makefiles
32339
32340     Introduce the new logical option CONFIG_HAS_POST which is set when the
32341     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
32342     to determine should the POST libs be compiled for the selected target
32343     platform, or not.
32344
32345     To avoid breaking u-boot linking process, the empty post/libpost.a file is
32346     created for platforms which do not have POSTs.
32347
32348     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32349     Signed-off-by: Wolfgang Denk <wd@denx.de>
32350
32351 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
32352 Author: Yuri Tikhonov <yur@emcraft.com>
32353 Date:   Mon Mar 31 10:49:34 2008 +0200
32354
32355     POST: preparations for moving CONFIG_POST to Makefiles
32356
32357     Remove CONFIG_POST ifdefs from the post/ source files.
32358
32359     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32360     Signed-off-by: Wolfgang Denk <wd@denx.de>
32361
32362 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
32363 Author: Stefan Roese <sr@denx.de>
32364 Date:   Tue Apr 22 14:14:20 2008 +0200
32365
32366     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
32367
32368     This patch fixes the Canyonlands and Glacier default environment to better
32369     fit to the arch/powerpc device-tree kernels. The variables dealing with
32370     arch/ppc booting are removed, since these boards are supported only in
32371     arch/powerpc. Glacier uses the same config file as Canyonlands.
32372
32373     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
32374
32375     Signed-off-by: Stefan Roese <sr@denx.de>
32376
32377 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
32378 Author: Stefan Roese <sr@denx.de>
32379 Date:   Tue Apr 22 14:06:42 2008 +0200
32380
32381     ppc4xx: Small coding style cleanup for the latest esd patches
32382
32383     Signed-off-by: Stefan Roese <sr@denx.de>
32384
32385 commit 79941d63bc03aed8c48d7602f18217cc200ee931
32386 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32387 Date:   Mon Apr 21 18:01:07 2008 +0200
32388
32389     ppc4xx: Update CPU strapping for PMC440 boards
32390
32391     This patch removes the temporary 'test' strapping option
32392     of the sbe command. The '667' strapping option now uses
32393     a PLB/PCI divider of 3.
32394
32395     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32396
32397 commit f00cf3193a6635355b121e90debb2f54e777e7da
32398 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32399 Date:   Mon Apr 21 14:42:21 2008 +0200
32400
32401     ppc4xx: Remove unused APC405 strataflash driver
32402
32403     The APC405 board support has been migrated to use the common
32404     CFI flash driver.
32405
32406     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32407
32408 commit 1c686676a86473bbd92151f0544e109413f6ed06
32409 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32410 Date:   Mon Apr 21 14:42:17 2008 +0200
32411
32412     ppc4xx: Update APC405 configuration
32413
32414     - enable esd's auto_update mechanism
32415     - support alternative flash layout on rev. 1.8 boards
32416     - update default environment
32417     - use common CFI flash driver
32418     - coding style cleanup
32419
32420     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32421
32422 commit 0b9872515a521bf7866dc24b85ddce708e60d702
32423 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32424 Date:   Mon Apr 21 14:42:11 2008 +0200
32425
32426     ppc4xx: Update APC405 board support
32427
32428     - enable esd's auto_update mechanism
32429     - fix LCD support on latest hardware revision (uses other LCD controller)
32430     - support alternative flash layout on rev. 1.8 boards
32431     - coding style cleanup
32432
32433     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32434
32435 commit 83975d02e225e231960784972e7820a8b303756b
32436 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32437 Date:   Mon Apr 21 14:42:06 2008 +0200
32438
32439     ppc4xx: update esd's common auto_update code for 405 boards
32440
32441     - Coding style cleanup (long lines)
32442     - improve handling of protected flash regions
32443     - remove dead code
32444
32445     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32446
32447 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
32448 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32449 Date:   Mon Apr 21 14:41:59 2008 +0200
32450
32451     ppc4xx: Update esd's common LCD code for 405 boards
32452
32453     - Coding style cleanup (long lines)
32454     - Add s1d13505 support
32455     - Make some functions return a result code instead of void
32456
32457     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32458
32459 commit dea68189424c3f1242427a8146a3861bf093173c
32460 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32461 Date:   Mon Apr 21 11:36:55 2008 +0200
32462
32463     ppc4xx: Update FPGA image for APC405 boards
32464
32465     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32466
32467 commit 2a05b152924acfcec3b037693329e517e6d3578f
32468 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32469 Date:   Mon Apr 21 11:36:08 2008 +0200
32470
32471     ppc4xx: Update bootlogo for APC405 boards
32472
32473     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32474
32475 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
32476 Author: Stefan Roese <sr@denx.de>
32477 Date:   Fri Apr 18 16:41:31 2008 +0200
32478
32479     ppc4xx: Add dcache_enable() for 440
32480
32481     dcache_enable() was missing for 440 and the patch
32482     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
32483     "] behavior uses this function.
32484
32485     Note: Currently the cache handling functions like
32486     d/icache_disable/enable() are NOP's on 440. This may be changed in the
32487     future.
32488
32489     Signed-off-by: Stefan Roese <sr@denx.de>
32490
32491 commit a49e0d177a0749614b316ec847fb623f09c82c07
32492 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32493 Date:   Mon Apr 21 11:19:04 2008 +0200
32494
32495     video: Add missing free for logo memory
32496
32497     This patch adds two missing free()s.
32498
32499     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32500
32501 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
32502 Author: Troy Kisky <troy.kisky@boundarydevices.com>
32503 Date:   Mon Sep 24 16:41:43 2007 -0700
32504
32505     PATCH - Fix oob data copied into supplied buffer
32506
32507     This patch correctly sets the oobavail variable
32508     and fixes a bug where the oob data was not valid when
32509     there where multiple groups in oobfree.
32510
32511     First segment fixes a typo
32512     Second segment fixes a bug where oob data may be copied incorrectly.
32513     Third segment adds an error message when exiting due to write protect.
32514     Forth segment fixes a bug where oobavail may be set incorrectly.
32515
32516     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
32517
32518 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
32519 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32520 Date:   Fri Apr 18 17:24:32 2008 +0200
32521
32522     ppc4xx: Fix sys_get_info() for 405GP(r)
32523
32524     This patch assigns the correct EBC clock for 405GP(r) CPUs
32525     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
32526     uses an uninitialized EBC clock in its startup message.
32527
32528     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32529
32530 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
32531 Author: Wolfgang Denk <wd@denx.de>
32532 Date:   Sun Apr 20 15:39:38 2008 -0700
32533
32534     Makefile: remove nand_spl/System.map when cleaning up.
32535
32536 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
32537 Author: Wolfgang Denk <wd@denx.de>
32538 Date:   Sun Apr 20 15:35:52 2008 -0700
32539
32540     MAKEALL: sort entries / lists.
32541
32542     Signed-off-by: Wolfgang Denk <wd@denx.de>
32543
32544 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
32545 Author: Kumar Gala <galak@kernel.crashing.org>
32546 Date:   Fri Apr 18 11:29:01 2008 -0500
32547
32548     85xx: Fix size of cpu-release-addr property
32549
32550     The cpu-release-addr is defined as always being a 64-bit quanity regardless
32551     if we are running on a 32-bit or 64-bit machine.
32552
32553 commit 88353a985109562a639b2f8a0c90d77011bfe374
32554 Author: Timur Tabi <timur@freescale.com>
32555 Date:   Fri Apr 4 11:15:58 2008 -0500
32556
32557     Fix calculation of I2C clock for some 85xx chips
32558
32559     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
32560     some use CCB/3.  There is no pattern that can be used to determine which
32561     chips use which frequency, so the only way to determine is to look up the
32562     actual SOC designation and use the right value for that SOC.
32563
32564     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
32565
32566     Signed-off-by: Timur Tabi <timur@freescale.com>
32567
32568 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
32569 Author: Wolfgang Denk <wd@denx.de>
32570 Date:   Fri Apr 18 11:44:27 2008 -0700
32571
32572     Fix build breakage casued by commit c0559be371b2
32573
32574         Change env_get_char from a global function ptr to a function.
32575
32576     Signed-off-by: Wolfgang Denk <wd@denx.de>
32577
32578 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
32579 Author: Wolfgang Denk <wd@denx.de>
32580 Date:   Fri Apr 18 10:53:41 2008 -0700
32581
32582     Coding Style cleanup, update CHANGELOG.
32583
32584     Signed-off-by: Wolfgang Denk <wd@denx.de>
32585
32586 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
32587 Author: Mike Frysinger <vapier@gentoo.org>
32588 Date:   Tue Apr 8 14:00:57 2008 -0400
32589
32590     Add support for u-boot in svn and localversion-* files
32591
32592     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32593
32594 commit d23ff6827decf121461fbc5622612fd7effe207e
32595 Author: Guennadi Liakhovetski <lg@denx.de>
32596 Date:   Thu Apr 3 17:04:22 2008 +0200
32597
32598     MX31ADS network and flash updates
32599
32600     This patch allows U-Boot to use buffered writes to the Spansion NOR
32601     flash installed on this board, and eliminates long delays in network
32602     transfers after the board startup.
32603
32604     Also modify flash layout to embed main and redundant environment
32605     blocks in the U-Boot image.
32606
32607     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32608
32609 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
32610 Author: Guennadi Liakhovetski <lg@denx.de>
32611 Date:   Mon Apr 14 10:53:12 2008 +0200
32612
32613     Support for the MX31ADS evaluation board from Freescale
32614
32615     This patch adds support for the MX31ADS evaluation board from Freescale,
32616     initialization code is copied from RedBoot sources, also provided by
32617     Freescale.
32618
32619     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32620
32621 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
32622 Author: Stefan Roese <sr@denx.de>
32623 Date:   Tue Apr 8 10:33:29 2008 +0200
32624
32625     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
32626
32627     Signed-off-by: Stefan Roese <sr@denx.de>
32628
32629 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
32630 Author: Stefan Roese <sr@denx.de>
32631 Date:   Tue Apr 8 10:33:28 2008 +0200
32632
32633     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
32634
32635     Signed-off-by: Stefan Roese <sr@denx.de>
32636
32637 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
32638 Author: Stefan Roese <sr@denx.de>
32639 Date:   Tue Apr 8 10:33:27 2008 +0200
32640
32641     ppc4xx: Add Glacier NAND booting target
32642
32643     Signed-off-by: Stefan Roese <sr@denx.de>
32644
32645 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
32646 Author: Stefan Roese <sr@denx.de>
32647 Date:   Tue Apr 8 10:31:00 2008 +0200
32648
32649     nand_spl: Update nand_spl to support 2k page size NAND devices
32650
32651     This patch adds support for booting from 2k page sized NAND device
32652     (e.g. Micron 29F2G08AAC).
32653
32654     Tested on AMCC Canyonlands.
32655
32656     Signed-off-by: Stefan Roese <sr@denx.de>
32657
32658 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
32659 Author: Anatolij Gustschin <agust@denx.de>
32660 Date:   Thu Apr 17 18:18:00 2008 +0200
32661
32662     Fix crash on sequoia in ppc_4xx_eth_init
32663
32664     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
32665     with cache enabled (TLB Parity exeption). This patch
32666     fixes the problem.
32667
32668     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32669
32670 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
32671 Author: Anatolij Gustschin <agust@denx.de>
32672 Date:   Thu Apr 17 18:15:27 2008 +0200
32673
32674     ppc4xx: Fix crash on sequoia with cache enabled
32675
32676     Currently U-Boot crashes on sequoia board in CPU POST if
32677     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
32678     won't be disabled by change_tlb before CPU POST because
32679     there is an insufficient adress range check since
32680     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
32681     this problem.
32682
32683     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32684
32685 commit 43c509254fab375c49936498da944658117ed07c
32686 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32687 Date:   Thu Apr 17 23:35:13 2008 +0900
32688
32689     Use jr as register jump instruction
32690
32691     Current assembler codes are inconsistent in the way of register jump
32692     instruction usage; some use jr, some use j. Of course GNU as allows both
32693     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
32694     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
32695     at all.
32696
32697     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32698
32699 commit 7ce63709828d37b08866e537339a169bd0db2bd3
32700 Author: Guennadi Liakhovetski <lg@denx.de>
32701 Date:   Tue Apr 15 14:15:30 2008 +0200
32702
32703     RTC driver for MC13783
32704
32705     MC13783 is a multifunction IS with an SPI interface to the host. This
32706     driver handles the RTC controller in this chip.
32707
32708     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32709
32710 commit 38254f45b0b412332726c90d3184ad47479fcffb
32711 Author: Guennadi Liakhovetski <lg@denx.de>
32712 Date:   Tue Apr 15 14:14:25 2008 +0200
32713
32714     New i.MX31 SPI driver
32715
32716     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
32717     only implemented and tested on i.MX31, can with a modified register layout
32718     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
32719     controllers too.
32720
32721     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32722
32723 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
32724 Author: Magnus Lilja <lilja.magnus@gmail.com>
32725 Date:   Tue Apr 15 19:09:10 2008 +0200
32726
32727     Fix name of i.MX31 boards in config file header
32728
32729     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
32730
32731     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32732
32733 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
32734 Author: Mike Frysinger <vapier@gentoo.org>
32735 Date:   Sun Apr 13 19:42:19 2008 -0400
32736
32737     allow ports to override go behavior
32738
32739     Split the arch-specific logic out of the common go code and into a dedicated
32740     weak function called do_go_exec() that lives in cpu directories.  This will
32741     need review from i386/nios people to make sure I didn't break them.
32742
32743 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
32744 Author: Mike Frysinger <vapier@gentoo.org>
32745 Date:   Sun Apr 13 19:42:18 2008 -0400
32746
32747     allow ports to override bootelf behavior
32748
32749     Change the bootelf setup function into a dedicated weak function called
32750     do_bootelf_exec.  This way ports can control the behavior however they
32751     like before/after calling the ELF entry point.
32752
32753 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
32754 Author: Ulf Samuelsson <ulf@atmel.com>
32755 Date:   Sat Apr 12 20:56:03 2008 +0200
32756
32757     Reorder ARM boards in Makefile
32758
32759     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
32760     are no longer under ARM92xT header.
32761
32762     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
32763     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32764
32765 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
32766 Author: Ulf Samuelsson <ulf@atmel.com>
32767 Date:   Sat Apr 12 20:29:44 2008 +0200
32768
32769     Clean up dataflash partitioning
32770
32771     This patch removes the board dependent parts from
32772     "drivers/mtd/dataflash.c".
32773     Each board relying on this, will have the appropriate
32774     code in a new file, "partition.c" in the board directory.
32775     board Makefiles updated to use the file.
32776
32777     The dataflash partitions are aligned on sector/page boundaries.
32778
32779     The CONFIG_NEW_DF_PARTITION was used to create named partitions
32780     This is now the default operation, and the CONFIG variable is removed.
32781
32782     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
32783
32784 commit 51ecde946fec511a16346e498204ca10ad71080d
32785 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32786 Date:   Sat Apr 12 14:08:45 2008 +0200
32787
32788     gitignore: udpate stgit generated and .patch file
32789
32790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32791
32792 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
32793 Author: Wolfgang Denk <wd@denx.de>
32794 Date:   Fri Apr 18 00:15:36 2008 -0700
32795
32796     Get rid of redundant copy of renamed header file.
32797
32798     Signed-off-by: Wolfgang Denk <wd@denx.de>
32799
32800 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
32801 Author: Vlad Lungu <vlad@comsys.ro>
32802 Date:   Fri Apr 11 21:20:14 2008 +0300
32803
32804     Fix dependency generation for older gcc versions
32805
32806      With gcc 3.3.3 at least, compilation fails with
32807
32808     Generating include/autoconf.mk
32809     gcc: compilation of header file requested
32810     make: *** [include/autoconf.mk] Error 1
32811
32812     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
32813
32814     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32815
32816 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
32817 Author: Marian Balakowicz <m8@semihalf.com>
32818 Date:   Fri Apr 11 11:07:49 2008 +0200
32819
32820     Restore the ability to continue booting after legacy image overwrite
32821
32822     Before new uImage code was merged, bootm code allowed for the kernel image to
32823     get overwritten during decompresion. new uImage introduced a check for image
32824     overwrites and refused to boot the image that got overwritten. This patch
32825     restores the old behavior. It also adds a warning when the image overwriten is
32826     a multi-image file, because in such case accessing componentes other than the
32827     first one will fail.
32828
32829     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32830
32831 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
32832 Author: Marian Balakowicz <m8@semihalf.com>
32833 Date:   Fri Apr 11 11:07:43 2008 +0200
32834
32835     ppc: Fix ftd_blob variable init when processing raw blob
32836
32837     Set fdt_blob variable before its value is printed out.
32838
32839     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32840
32841 commit 3d36be030043cd841a2551d00a395135e363a64b
32842 Author: Jason Wessel <jason.wessel@windriver.com>
32843 Date:   Thu Apr 10 14:30:16 2008 -0500
32844
32845     Remove all the search paths from the .lds files.
32846
32847     The cross compiler is responsible for providing the correct libraries
32848     and the logic to find the linking libraries.
32849
32850     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
32851
32852 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
32853 Author: Bartlomiej Sieka <tur@semihalf.com>
32854 Date:   Mon Apr 14 15:44:16 2008 +0200
32855
32856     Boot-related documentation update
32857
32858     - document 'bootm_low' and 'bootm_size' environment variables
32859     - update inaccurate CFG_BOOTMAPSZ entry
32860
32861     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32862
32863 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
32864 Author: Guennadi Liakhovetski <lg@denx.de>
32865 Date:   Wed Apr 9 17:34:08 2008 +0200
32866
32867     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
32868
32869     Restore logic reverted by commit
32870
32871     commit 80767a6cead9990d9e77e62be947843c2c72f469
32872     Author: Peter Pearse <peter.pearse@arm.com>
32873     Date:   Wed Sep 5 16:04:41 2007 +0100
32874
32875         Changed API name to coloured_led.h
32876         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
32877         Tidied other cpu/arm920t/start.S code
32878
32879     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32880
32881 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
32882 Author: Mike Frysinger <vapier@gentoo.org>
32883 Date:   Tue Apr 8 10:24:24 2008 -0400
32884
32885     Remove conflicting NAND ID
32886
32887     There are two NAND entries with ID 0xDC and this obviously causes problems.
32888     In the kernel, they punted the first entry, so we should do the same.
32889
32890     See this upstream e-mail for more info:
32891     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
32892
32893     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
32894     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32895
32896 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
32897 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32898 Date:   Tue Apr 8 16:20:35 2008 +0900
32899
32900     cpu/mips/cpu.c: Fix flush_cache bug
32901
32902     Cache operations have to take line address (addr), not start_addr.
32903     I noticed this bug when debugging ping failure.
32904
32905     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32906
32907 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
32908 Author: Martin Krause <martin.krause@tqs.de>
32909 Date:   Thu Apr 3 14:29:01 2008 +0200
32910
32911     TQM5200: fix default IDE reset level
32912
32913     Before the first call of ide_reset(), the level of the IDE reset
32914     signal on the TQM5200 is low (reset asserted). This patch sets the
32915     default value to high (reset not asserted).
32916
32917     Currently this patch fixes no real problem, but it is cleaner to
32918     assert the reset signal only on demand, and not permanently.
32919
32920     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32921
32922 commit c61e033d6e8abb7b4060ee36060961e1399f6079
32923 Author: Detlev Zundel <dzu@denx.de>
32924 Date:   Thu Apr 3 14:18:48 2008 +0200
32925
32926     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
32927
32928     Signed-off-by: Detlev Zundel <dzu@denx.de>
32929
32930 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
32931 Author: Detlev Zundel <dzu@denx.de>
32932 Date:   Thu Apr 3 14:18:47 2008 +0200
32933
32934     mgcoge, mgsuv: rename 'addcon' to 'addcons'
32935
32936     The latter name with 13 users is already established, so we will use
32937     that.
32938
32939     Signed-off-by: Detlev Zundel <dzu@denx.de>
32940
32941 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
32942 Author: Martin Krause <martin.krause@tqs.de>
32943 Date:   Thu Apr 3 13:37:56 2008 +0200
32944
32945     IDE: fix bug in reset sequence
32946
32947     According to the ata (ata5) specification the RESET- signal
32948     shall be asserted for at least 25 us. Without this patch,
32949     the RESET- signal is asserted on some boards for only < 1 us
32950     (e. g. on the TQM5200). This patch adds a general delay of
32951     25 us to the RESET- signal.
32952
32953     Without this patch a Platinum 4 GiB CF card is not recognised
32954     properly on boards with a TQM5200 (STK52xx, TB5200).
32955
32956     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32957
32958 commit 813bea96a960916c72b4a3a7df840151529c26ce
32959 Author: Sascha Laue <Sascha.Laue@gmx.biz>
32960 Date:   Thu Apr 3 14:43:11 2008 +0200
32961
32962     lwmon5: disable CONFIG_ZERO_BOOTDELAY
32963
32964     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
32965
32966 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
32967 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32968 Date:   Wed Apr 2 08:03:58 2008 +0200
32969
32970     ds174x: Fix warning on return in rtc_get and rtc_set functions
32971
32972     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32973
32974 commit a253b38bf50c85227c33ca0febc870ee49d1588e
32975 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32976 Date:   Wed Apr 2 08:03:57 2008 +0200
32977
32978     cmd_log.c: Fix assignment differ in signedness
32979
32980     In function 'logbuff_init_ptrs':
32981     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
32982
32983     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32984
32985 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
32986 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
32987 Date:   Wed Apr 2 11:04:43 2008 +0530
32988
32989     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
32990
32991     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
32992
32993 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
32994 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32995 Date:   Tue Apr 1 14:07:10 2008 +0200
32996
32997     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
32998
32999     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33000
33001 commit c08fb3ea36d19b1640b7906264581e9105534399
33002 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33003 Date:   Tue Apr 15 10:24:14 2008 +0200
33004
33005     Additional PCI IDs for IDE and network controllers
33006
33007     These PCI IDs are required by the Linkstation platforms.
33008
33009     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33010
33011 commit c0559be371b2a64b1a817088c3308688e2182f93
33012 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
33013 Date:   Mon Apr 14 23:01:50 2008 +0200
33014
33015     Change env_get_char from a global function ptr to a function.
33016
33017     This avoids an early global data reference.
33018
33019     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
33020
33021 commit 3e0f331c05d72f140715c1e9fca991927e44d422
33022 Author: Guennadi Liakhovetski <lg@denx.de>
33023 Date:   Tue Apr 29 12:35:08 2008 +0000
33024
33025     Clean up smsc911x driver
33026
33027     Replace direct register address derefencing with accessor functions.
33028     Restrict explicitly 32-bit bus-width, extend affected configurations
33029     respectively.
33030
33031     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33032     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33033
33034 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
33035 Author: Sascha Hauer <s.hauer@pengutronix.de>
33036 Date:   Tue Apr 15 00:08:20 2008 -0400
33037
33038     This patch adds a driver for the following smsc network controllers:
33039     LAN9115
33040     LAN9116
33041     LAN9117
33042     LAN9215
33043     LAN9216
33044     LAN9217
33045
33046     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33047     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
33048     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33049
33050 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
33051 Author: Sascha Laue <Sascha.Laue@gmx.biz>
33052 Date:   Tue Apr 1 15:13:03 2008 +0200
33053
33054     Fix watchdog POST for lwmon5
33055
33056     If the hardware watchdog detects a voltage error, the watchdog sets
33057     GPIO62 to low. The watchdog POST has to detect this low level.
33058
33059     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
33060
33061 commit 24b448448a917e52806f82660a5c9d47608894fb
33062 Author: Dave Liu <r63238@freescale.com>
33063 Date:   Tue Apr 1 15:22:11 2008 +0800
33064
33065     ata: update the libata.h from ata.h of linux kernel
33066
33067     Current libata.h of u-boot is out of sync from linux kernel,
33068     this patch make it be consistent with linux kernel.
33069
33070     Signed-off-by: Dave Liu <daveliu@freescale.com>
33071     Signed-off-by: Tor Krill <tor@excito.com>
33072
33073 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
33074 Author: Kumar Gala <galak@kernel.crashing.org>
33075 Date:   Mon Mar 31 11:59:27 2008 -0500
33076
33077     Allow use of ARCH=powerpc when building
33078
33079     The linux kernel is now mostly ARCH=powerpc, so to make life easier
33080     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
33081
33082     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33083
33084 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
33085 Author: Kyungmin Park <kmpark@infradead.org>
33086 Date:   Mon Mar 31 10:40:54 2008 +0900
33087
33088     Add apollon board MAINTAINERS entry
33089
33090     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33091
33092 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
33093 Author: Kyungmin Park <kmpark@infradead.org>
33094 Date:   Mon Mar 31 10:40:36 2008 +0900
33095
33096     Fix OneNAND read
33097
33098     It should access with 16-bit instead of 8-bit
33099
33100     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
33101
33102     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33103
33104 commit a9da2b41079d230db3a5641625311983f85ce1fb
33105 Author: Kyungmin Park <kmpark@infradead.org>
33106 Date:   Mon Mar 31 10:40:19 2008 +0900
33107
33108     Fix OneNAND erase command
33109
33110     It mis-calculates the block address.
33111     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
33112
33113     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33114
33115 commit 61525f2ffa156665a66908fda47dbf29d65ea579
33116 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33117 Date:   Mon Mar 31 01:32:15 2008 +0200
33118
33119     Support for LinkStation / KuroBox HD and HG PPC models
33120
33121     This patch is based on the port by Mihai Georgian (see linkstation.c for
33122     Copyright information) and implements support for LinkStation / KuroBox HD
33123     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
33124     the moment, pending network driver fixing.
33125
33126     Notice to users: this is pretty much a barebone port. Support for network
33127     on HG models is already in the U-Boot mainline, but you might also want
33128     patches to switch fan / phy modes depending on the negotiated ethernet
33129     parameters. This patch also doesn't support console switching, booting EM
33130     mode, Buffalo specific ext2 magic number. So, if you want to use any of
33131     those, you need additional patches. Otherwise this patche provides a fully
33132     functional u-boot with a network console on your system.
33133
33134     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33135
33136 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
33137 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33138 Date:   Sun Mar 30 01:22:13 2008 -0500
33139
33140     Add CONFIG_MII_INIT support to related boards
33141
33142     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
33143     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
33144     that use mii_init() in cmd_init.c.
33145
33146     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33147     Acked-by: Ben Warren <biggerbadderben@gmail.com>
33148
33149 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
33150 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33151 Date:   Sun Mar 30 01:19:06 2008 -0500
33152
33153     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
33154
33155     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
33156     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
33157
33158     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33159
33160 commit e99ccb488181d012248c6be30b2093e950319fc5
33161 Author: Kumar Gala <galak@kernel.crashing.org>
33162 Date:   Thu Mar 27 11:46:38 2008 -0500
33163
33164     Introduce phys_size_t and move phys_addr_t into asm/types.h
33165
33166     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
33167     that have larger physical addresses like 44x, 85xx, and 86xx.
33168
33169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33170
33171 commit 20a14a42a25f72e379f38460b8a8484667536795
33172 Author: Andy Fleming <afleming@freescale.com>
33173 Date:   Wed Apr 2 16:19:07 2008 -0500
33174
33175     Rename include/md5.h to include/u-boot/md5.h
33176
33177     Some systems have md5.h installed in /usr/include/. This isn't the
33178     desired file (we want the one in include/md5.h). This will avoid the
33179     conflict. This fixes the host tools building problem by creating a new
33180     directory for U-Boot specific header files.
33181
33182     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
33183     Denk]
33184
33185     Signed-off-by: Wolfgang Denk <wd@denx.de>
33186     Signed-off-by: Andy Fleming <afleming@freescale.com>
33187     Acked-by: Timur Tabi <timur@freescale.com>
33188
33189 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
33190 Author: Dave Liu <r63238@freescale.com>
33191 Date:   Thu Mar 27 18:51:17 2008 +0800
33192
33193     drivers: code clean up
33194
33195     Signed-off-by: Dave Liu <daveliu@freescale.com>
33196
33197 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
33198 Author: Dave Liu <r63238@freescale.com>
33199 Date:   Thu Mar 27 18:50:41 2008 +0800
33200
33201     drivers: clean up the ata_piix.h
33202
33203     Signed-off-by: Dave Liu <daveliu@freescale.com>
33204
33205 commit e8f7ba404f1409606962815ecc955a06984b08b3
33206 Author: Dave Liu <r63238@freescale.com>
33207 Date:   Thu Mar 27 18:49:56 2008 +0800
33208
33209     doc: english polishing for README.sata
33210
33211     according to gvb's suggestion, polishing for the doc.
33212
33213     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
33214     Signed-off-by: Dave Liu <daveliu@freescale.com>
33215
33216 commit 3e3f766a5274d204780460e1879723b565296d34
33217 Author: Kumar Gala <galak@kernel.crashing.org>
33218 Date:   Wed Mar 26 18:53:28 2008 -0500
33219
33220     Fix warnings introduced by I2C bus speed setting patch
33221
33222     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33223
33224 commit 3c735e7437150e8615f26930c7819db85634276d
33225 Author: eran liberty <eran.liberty@gmail.com>
33226 Date:   Thu Mar 27 00:50:49 2008 +0100
33227
33228     Altera Stratix II support
33229
33230     Adds Support for Altera's Stratix II.
33231
33232     Within your board specific init file you will have to call
33233
33234     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
33235     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
33236
33237     Altera_desc* contines (for example):
33238         {
33239          Altera_StratixII,      /* part type */
33240          passive_serial,        /* interface type */
33241          1,                     /* bytes of data part can accept */
33242          (void *)(&funcs),      /* interface function table */
33243          0L,                    /* base interface address */
33244          0                      /* implementation specific cookie */
33245          }
33246
33247     funcs is the interface. It is of type altera_board_specific_func.
33248     It looks like this:
33249     altera_board_specific_func func = {
33250         pre_fn,
33251         config_fn,
33252         status_fn,
33253         done_fn,
33254         clk_fn,
33255         data_fn,
33256         abort_fn,
33257         post_fn,
33258     };
33259
33260     you will have to implement these functions, which is usually bit
33261     banging some gpio.
33262
33263     Signed-off-by: Eran Liberty <liberty@extricom.com>
33264
33265 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
33266 Author: Wolfgang Denk <wd@denx.de>
33267 Date:   Sun Apr 13 14:32:54 2008 -0700
33268
33269     Update CHANGELOG
33270
33271     Signed-off-by: Wolfgang Denk <wd@denx.de>
33272
33273 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
33274 Author: Sascha Hauer <s.hauer@pengutronix.de>
33275 Date:   Wed Mar 26 20:41:17 2008 +0100
33276
33277     Phytec Phycore-i.MX31 support
33278
33279     This patch adds support for the Phytec Phycore-i.MX31 board
33280
33281     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33282     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33283
33284 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
33285 Author: Sascha Hauer <s.hauer@pengutronix.de>
33286 Date:   Wed Mar 26 20:41:09 2008 +0100
33287
33288     mx31 litekit support
33289
33290     This patch adds support for the mx31 litekit board
33291
33292     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33293     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33294
33295 commit cdace0661208754a53019ea0dc7b803a040e0939
33296 Author: Sascha Hauer <s.hauer@pengutronix.de>
33297 Date:   Wed Mar 26 20:40:49 2008 +0100
33298
33299     add an i2c driver for mx31
33300
33301     This patch adds an i2c driver for Freescale i.MX processors
33302
33303     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33304     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33305
33306 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
33307 Author: Sascha Hauer <s.hauer@pengutronix.de>
33308 Date:   Wed Mar 26 20:40:42 2008 +0100
33309
33310     core support for Freescale mx31
33311
33312     This patch adds the core support for Freescale mx31
33313
33314     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33315     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33316
33317 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
33318 Author: Wolfgang Denk <wd@denx.de>
33319 Date:   Sun Apr 13 14:19:23 2008 -0700
33320
33321     Fix compile error
33322
33323     ...as suggested by Peter Pearse
33324
33325     Signed-off-by: Wolfgang Denk <wd@denx.de>
33326
33327 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
33328 Author: Sascha Hauer <s.hauer@pengutronix.de>
33329 Date:   Wed Mar 26 20:40:36 2008 +0100
33330
33331     Separate omap24xx specific code from arm1136
33332
33333     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
33334     to cpu/arm1136/omap24xx.
33335
33336     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33337     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33338
33339 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
33340 Author: Mike Frysinger <vapier@gentoo.org>
33341 Date:   Tue Jan 29 18:21:05 2008 -0500
33342
33343     disable caches before booting an app for Blackfin apps
33344
33345     It isn't generally save to execute applications outside of U-Boot with caches
33346     enabled due to the way the Blackfin processor handles caches (requires
33347     software assistance).  This patch disables caches before booting an ELF or
33348     just booting raw code.  The previous discussion on the patch was that we
33349     wanted to use weaks instead, but that proved to not be feasible when multiple
33350     symbols are involved, which puts us back at the ifdef solution.  I've
33351     minimized the ugliness by moving the setup step outside of the main function.
33352
33353     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33354
33355 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
33356 Author: Wolfgang Denk <wd@denx.de>
33357 Date:   Sun Apr 13 10:03:54 2008 -0700
33358
33359     ppc: Get rid of unused machine type definitions
33360
33361     Signed-off-by: Wolfgang Denk <wd@denx.de>
33362
33363 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
33364 Author: Wolfgang Denk <wd@denx.de>
33365 Date:   Sun Apr 13 09:59:26 2008 -0700
33366
33367     Coding Style cleanup; update CHANGELOG
33368
33369     Signed-off-by: Wolfgang Denk <wd@denx.de>
33370
33371 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
33372 Author: Larry Johnson <lrj@acm.org>
33373 Date:   Thu Feb 21 13:58:11 2008 -0500
33374
33375     LM73 bug fix for negative temperatures and cleanup
33376
33377     When the LM73 temperature sensor measures a temperature below 0 C, the
33378     current driver does not perform sign extension, so the result returned is
33379     512 C too high.  This patch fixes the problem, and does general cleanup
33380     of the code.
33381
33382     Signed-off-by: Larry Johnson <lrj@acm.org>
33383
33384 commit 96ef831f713289afba19da0c8f905e99da2b23e0
33385 Author: Guennadi Liakhovetski <lg@denx.de>
33386 Date:   Thu Apr 3 13:36:02 2008 +0200
33387
33388     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
33389
33390     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
33391     series require different addresses for buffered write commands. Define a
33392     configuration option to support buffered writes on those chips. A more
33393     elegant solution would be to automatically detect those chips by parsing
33394     their CFI records, but that would require introduction of a fixup table
33395     into the cfi_flash driver.
33396
33397     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33398
33399 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
33400 Author: Lee Nipper <lee.nipper@freescale.com>
33401 Date:   Thu Apr 10 09:35:06 2008 -0500
33402
33403     mpc83xx: Update DIMM data bus width test to support 40-bit width
33404
33405     32-bit wide ECC memory modules report 40-bit width.
33406     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
33407
33408     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
33409     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33410
33411 commit 5fb5a689d822ca61e814bd523fc930af335242fa
33412 Author: Dave Liu <r63238@freescale.com>
33413 Date:   Mon Mar 31 17:05:12 2008 +0800
33414
33415     mpc83xx: Fix the bug of serdes initialization
33416
33417     Currently the serdes will not be initializated due to the
33418     partid's error.
33419
33420     Signed-off-by: Dave Liu <daveliu@freescale.com>
33421     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33422
33423 commit 2000784818f043db7ca60e2846a72d097766b894
33424 Author: Dave Liu <r63238@freescale.com>
33425 Date:   Thu Apr 3 16:28:29 2008 +0800
33426
33427     mpc83xx: Fix the SATA clock setting of 837x targets
33428
33429     Currently the SATA controller clock is configured as CSB clock,
33430     usually the CSB clock is 400/333/266MHz.
33431
33432     However, The SATA IP block is only guaranteed to operate up to
33433     200 MHz as stated in the HW spec.
33434
33435     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
33436
33437     This patch makes the SATA clock as half of CSB clock.
33438
33439     Signed-off-by: Dave Liu <daveliu@freescale.com>
33440     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33441
33442 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
33443 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33444 Date:   Wed Apr 2 13:41:21 2008 +0200
33445
33446     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
33447
33448     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33449     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33450
33451 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
33452 Author: Kumar Gala <galak@kernel.crashing.org>
33453 Date:   Wed Apr 9 04:20:57 2008 -0500
33454
33455     85xx: Fix detection of MP cpu spin up
33456
33457     We were looking at the wrong memory offset to determine of a secondary
33458     cpu had been spun up or not.  Also added a warning message if the
33459     all the secondary cpus we expect don't spin up.
33460
33461     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33462
33463 commit f3e04bdc3f360c66801a9048956e61e41a16edba
33464 Author: Kumar Gala <galak@kernel.crashing.org>
33465 Date:   Tue Apr 8 10:45:50 2008 -0500
33466
33467     85xx: Use SVR_SOC_VER instead of SVR_VER
33468
33469     The recent change introduced by 'Update SVR numbers to expand support'
33470     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
33471     to compare against a particular processor id.
33472
33473     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33474
33475 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
33476 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
33477 Date:   Fri Apr 11 10:00:35 2008 -0400
33478
33479     ppc4xx: Fix power mgt definitions for PPC440
33480
33481     Corrected DCR addresses of PPC440EP power management registers.
33482
33483     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
33484
33485 commit 950a392464e616b4590bc4501be46e2d7d162dea
33486 Author: Wolfgang Denk <wd@denx.de>
33487 Date:   Fri Apr 11 15:11:26 2008 +0200
33488
33489     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
33490
33491     Reverting became necessary after it turned out that the patches in
33492     the u-boot-arm repo were modified, and in some cases corrupted.
33493
33494     This reverts the following commits:
33495
33496         066bebd6353e33af3adefc3404560871699e9961
33497         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
33498         c88ae20580b2b01487b4cdcc8b2a113f551aee36
33499         a147e56f03871bba4f05058d5e04ce7deb010b04
33500         d6674e0e2a6a1f033945f78838566210d3f28c95
33501         8c8463cce44d849e37744749b32d38e1dfb12e50
33502         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
33503         8bf69d81782619187933a605f1a95ee1d069478d
33504         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
33505         a574a73852a527779234e73e17e7597fd8128882
33506         1377b5583a48021d983e1fd565f7d40c89e84d63
33507         1704dc20917b4f71e373e2c888497ee666d40380
33508
33509     Signed-off-by: Wolfgang Denk <wd@denx.de>
33510
33511 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
33512 Author: Stefan Roese <sr@denx.de>
33513 Date:   Fri Apr 11 07:02:29 2008 +0200
33514
33515     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
33516
33517     This patch reworks the default environment on Kilauea/Haleakala. Now
33518     "net_nfs" for exmaple uses the device-tree style booting formerly know
33519     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
33520     new image booting support, which check for image overwriting. So the
33521     addresses needed togeet adjusted.
33522
33523     Signed-off-by: Stefan Roese <sr@denx.de>
33524
33525 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
33526 Author: Stefan Roese <sr@denx.de>
33527 Date:   Wed Apr 9 11:58:02 2008 +0200
33528
33529     ppc4xx: Fix Canyonlands default environment to work with new image support
33530
33531     Since the new image support checks for image overwriting, the default
33532     environment needs to get adjusted to use correct addresses.
33533
33534     Signed-off-by: Stefan Roese <sr@denx.de>
33535
33536 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
33537 Author: Stefan Roese <sr@denx.de>
33538 Date:   Wed Apr 9 11:54:11 2008 +0200
33539
33540     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
33541
33542     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
33543     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
33544     on 4xx systems _start currently cannot be used for this calculation.
33545     So revert back to the original version for now.
33546
33547     Signed-off-by: Stefan Roese <sr@denx.de>
33548
33549 commit f91374f65eae8b42cac329e06ba1c54728278efb
33550 Author: Michal Simek <monstr@monstr.eu>
33551 Date:   Fri Mar 28 12:49:52 2008 +0100
33552
33553     microblaze: Sort microblaze boards in MAKEALL script
33554
33555 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
33556 Author: Michal Simek <monstr@monstr.eu>
33557 Date:   Fri Mar 28 11:58:45 2008 +0100
33558
33559     microblaze: clean microblaze_config.mk
33560
33561     FLAGS are generated by U-BOOT generator.
33562     Board specific FLAGS are in board directory
33563
33564     Signed-off-by: Michal Simek <monstr@monstr.eu>
33565
33566 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
33567 Author: Michal Simek <monstr@monstr.eu>
33568 Date:   Fri Mar 28 12:47:19 2008 +0100
33569
33570     microblaze: xupv2p fix config file for supporting FDT
33571
33572 commit 188dc16b189143573b1ed90e584bf866d75cdd12
33573 Author: Michal Simek <monstr@monstr.eu>
33574 Date:   Fri Mar 28 11:53:02 2008 +0100
33575
33576     microblaze: ml401 fix config file for supporting FDT
33577
33578     Signed-off-by: Michal Simek <monstr@monstr.eu>
33579
33580 commit 4c6a6f02e239236261333759997eeaf86b30b54c
33581 Author: Michal Simek <monstr@monstr.eu>
33582 Date:   Fri Mar 28 11:22:48 2008 +0100
33583
33584     microblaze: ml401 - add ifdef for GPIO
33585
33586     Signed-off-by: Michal Simek <monstr@monstr.eu>
33587
33588 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
33589 Author: Michal Simek <monstr@monstr.eu>
33590 Date:   Fri Mar 28 12:13:03 2008 +0100
33591
33592     microblaze: clean uart16550 and uartlite handling
33593
33594     Signed-off-by: Michal Simek <monstr@monstr.eu>
33595
33596 commit 0b20f250877441460fb79d72192954abe8498834
33597 Author: Michal Simek <monstr@monstr.eu>
33598 Date:   Fri Mar 28 11:08:31 2008 +0100
33599
33600     microblaze: Add Emaclite driver to Makefile
33601
33602     Signed-off-by: Michal Simek <monstr@monstr.eu>
33603
33604 commit 868cde5310f88234b774878e4f06e79df10a88b3
33605 Author: Michal Simek <monstr@monstr.eu>
33606 Date:   Fri Mar 28 11:08:01 2008 +0100
33607
33608     microblaze: Add Emac driver to Makefile
33609
33610     Signed-off-by: Michal Simek <monstr@monstr.eu>
33611
33612 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
33613 Author: Michal Simek <monstr@monstr.eu>
33614 Date:   Fri Mar 28 12:42:29 2008 +0100
33615
33616     microblaze: add Emac ethernet driver
33617
33618 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
33619 Author: Michal Simek <monstr@monstr.eu>
33620 Date:   Fri Mar 28 12:41:56 2008 +0100
33621
33622     microblaze: add Emaclite ethernet driver
33623
33624 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
33625 Author: Michal Simek <monstr@monstr.eu>
33626 Date:   Fri Mar 28 11:04:01 2008 +0100
33627
33628     microblaze: ML401 and XUPV2P remove emac and emaclite reference
33629
33630     Signed-off-by: Michal Simek <monstr@monstr.eu>
33631
33632 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
33633 Author: Michal Simek <monstr@monstr.eu>
33634 Date:   Fri Mar 28 10:59:32 2008 +0100
33635
33636     microblaze: remove old setting for emac driver
33637
33638     Signed-off-by: Michal Simek <monstr@monstr.eu>
33639
33640 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
33641 Author: Michal Simek <monstr@monstr.eu>
33642 Date:   Fri Mar 28 10:58:15 2008 +0100
33643
33644     microblaze: Clean Makefile from ancient emac driver
33645
33646     Signed-off-by: Michal Simek <monstr@monstr.eu>
33647
33648 commit ab68f921d9c741830f721c3d879c13a0c5597183
33649 Author: Daniel Hellstrom <daniel@gaisler.com>
33650 Date:   Fri Mar 28 10:20:43 2008 +0100
33651
33652     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
33653
33654     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33655
33656 commit 6ed8a43a19bb0275501bc286007daafa923552cf
33657 Author: Daniel Hellstrom <daniel@gaisler.com>
33658 Date:   Wed Mar 26 23:38:48 2008 +0100
33659
33660     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.
33661
33662     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33663
33664 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
33665 Author: Daniel Hellstrom <daniel@gaisler.com>
33666 Date:   Wed Mar 26 23:34:47 2008 +0100
33667
33668     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
33669
33670     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33671
33672 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
33673 Author: Daniel Hellstrom <daniel@gaisler.com>
33674 Date:   Fri Mar 28 10:06:52 2008 +0100
33675
33676     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
33677
33678     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33679
33680 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
33681 Author: Daniel Hellstrom <daniel@gaisler.com>
33682 Date:   Wed Mar 26 23:26:48 2008 +0100
33683
33684     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
33685
33686     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33687
33688 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
33689 Author: Daniel Hellstrom <daniel@gaisler.com>
33690 Date:   Fri Mar 28 10:00:33 2008 +0100
33691
33692     SPARC: Added support for SPARC LEON2 SOC Processor.
33693
33694     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33695
33696 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
33697 Author: Daniel Hellstrom <daniel@gaisler.com>
33698 Date:   Wed Mar 26 23:00:38 2008 +0100
33699
33700     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.
33701
33702     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33703
33704 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
33705 Author: Daniel Hellstrom <daniel@gaisler.com>
33706 Date:   Wed Mar 26 22:51:29 2008 +0100
33707
33708     SPARC: Added support for SPARC LEON3 SOC processor.
33709
33710     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33711
33712 commit bf3d8b31169546fcddb4737391e1893fb12d033a
33713 Author: Daniel Hellstrom <daniel@gaisler.com>
33714 Date:   Fri Mar 28 08:29:26 2008 +0100
33715
33716     SPARC: added SPARC support for new uimage in common code.
33717
33718     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33719
33720 commit 00ab32c85405a4fe65fd4128243086210fc90a21
33721 Author: Daniel Hellstrom <daniel@gaisler.com>
33722 Date:   Wed Mar 26 22:36:03 2008 +0100
33723
33724     SPARC: added SPARC board information to the command bdinfo.
33725
33726     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33727
33728 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
33729 Author: Daniel Hellstrom <daniel@gaisler.com>
33730 Date:   Fri Mar 28 09:47:00 2008 +0100
33731
33732     SPARC: Added generic support for SPARC architecture.
33733
33734     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33735
33736 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
33737 Author: Stefan Roese <sr@denx.de>
33738 Date:   Thu Apr 3 14:50:34 2008 +0200
33739
33740     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
33741
33742     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
33743     has 2 RGMII instances and we need to configure the 2nd RGMII instance
33744     for the EMAC2+3 channels.
33745
33746     Signed-off-by: Stefan Roese <sr@denx.de>
33747
33748 commit c2a545ce33b26d80337f80b533828839249fb1c9
33749 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33750 Date:   Wed Apr 2 08:03:56 2008 +0200
33751
33752     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
33753
33754     fdt.c: In function 'ft_cpu_setup':
33755     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
33756     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
33757     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
33758     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
33759
33760     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33761
33762 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
33763 Author: Andy Fleming <afleming@freescale.com>
33764 Date:   Mon Mar 31 20:45:56 2008 -0500
33765
33766     Fix fdt set command to conform to dts spec
33767
33768     The fdt set command was treating properties specified as <00> and <0011>
33769     as byte streams, rather than as an array of cells.  As we already have
33770     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
33771     we should use the <> syntax to describe arrays of cells, which are always
33772     32-bits per element.  If we imagine this likely (IMHO) scenario:
33773
33774     > fdt set /ethernet-phy@1 reg <1>
33775
33776     With the old code, this would create a bad fdt, since the reg cell would be
33777     made to be one byte in length.  But the cell must be 4 bytes, so this would
33778     break mysteriously.
33779
33780     Also, the dts spec calls for constants inside the angle brackets (<>)
33781     to conform to C constant standards as they pertain to base.
33782     Take this scenario:
33783
33784     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
33785
33786     The old fdt command would complain that it couldn't parse that.  Or, if you
33787     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
33788     do this:
33789
33790     > fdt set /mydev clock <1f78a40>
33791
33792     Whereas the new code will accept decimal numbers.
33793
33794     While I was in there, I extended the fdt command parser to handle property
33795     strings which are split across multiple arguments:
33796
33797     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
33798     > fdt p /ethernet@f00
33799     ethernet@f00 {
33800         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
33801     };
33802
33803     Lastly, the fdt print code was rearranged slightly to print arrays of cells
33804     if the length of the property is a multiple of 4 bytes, and to not print
33805     leading zeros.
33806
33807     Signed-off-by: Andy Fleming <afleming@freescale.com>
33808
33809 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
33810 Author: Stefan Roese <sr@denx.de>
33811 Date:   Wed Apr 2 08:39:33 2008 +0200
33812
33813     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
33814
33815     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
33816     interface. This usage can be configured with the jumper J6. This patch
33817     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
33818     is installed.
33819
33820     Signed-off-by: Stefan Roese <sr@denx.de>
33821
33822 commit 6fe2946f198481254a6ee9600d7456b8316a4083
33823 Author: Kim Phillips <kim.phillips@freescale.com>
33824 Date:   Fri Mar 28 17:37:49 2008 -0500
33825
33826     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
33827
33828     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
33829     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
33830     started.
33831
33832     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33833
33834 commit b5873f1732b92a25690e1513b90dfb0d644f6697
33835 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33836 Date:   Tue Apr 1 07:30:51 2008 +0200
33837
33838     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
33839
33840     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33841
33842 commit 2d934ea51f276522b532f870a820e844ff480b5b
33843 Author: Tor Krill <tor@excito.com>
33844 Date:   Fri Mar 28 15:29:45 2008 +0100
33845
33846     Add Vitesse 8601 support to TSEC driver
33847
33848     Add phy_info for Vitesse VSC8601.
33849     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
33850
33851     Signed-off-by: Tor Krill <tor@excito.com>
33852     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
33853     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33854
33855 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
33856 Author: Daniel Hellstrom <daniel@gaisler.com>
33857 Date:   Mon Mar 31 14:25:00 2008 +0000
33858
33859     SPARC: added SMC91111 driver in and out macros for LEON processors.
33860
33861     This patch makes SPARC/LEON processors able to read and write
33862     to the SMC91111 chip using the chip external I/O bus of the memory
33863     controller. This patchs defines the standard in and out macros
33864     expected by the SMC9111 driver.
33865
33866     To access that I/O bus one must set up the memory controller
33867     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
33868     up this correctly when the other MCTRL parameters are set up. It
33869     can be set up from the board configuration header file.
33870
33871     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33872     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33873
33874 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
33875 Author: Stelian Pop <stelian@popies.net>
33876 Date:   Wed Mar 26 18:52:34 2008 +0100
33877
33878     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
33879
33880     Signed-off-by: Stelian Pop <stelian@popies.net>
33881
33882 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
33883 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33884 Date:   Mon Mar 31 21:31:04 2008 +0200
33885
33886     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
33887
33888     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33889
33890 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
33891 Author: Stelian Pop <stelian@popies.net>
33892 Date:   Wed Mar 26 18:52:33 2008 +0100
33893
33894     Add support for AT91SAM9260EK
33895
33896     Support for booting from internal DataFlash, external DataFlash card
33897     or NAND flash is available.
33898
33899     Signed-off-by: Stelian Pop <stelian@popies.net>
33900
33901 commit 1762f13b4aab88b685b1722f17dada247945624b
33902 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33903 Date:   Mon Mar 31 21:20:49 2008 +0200
33904
33905     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
33906
33907     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33908
33909 commit 761712188b353494defb2b644491ff73d0daaa6f
33910 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33911 Date:   Mon Mar 31 21:12:17 2008 +0200
33912
33913     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
33914
33915     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33916
33917 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
33918 Author: Stelian Pop <stelian@popies.net>
33919 Date:   Wed Mar 26 20:52:32 2008 +0100
33920
33921     Port AT91CAP9 to the new headers
33922
33923     Adapt the existing AT91CAP9 code to the new headers and APIs.
33924
33925     Signed-off-by: Stelian Pop <stelian@popies.net>
33926
33927 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
33928 Author: Stelian Pop <stelian@popies.net>
33929 Date:   Wed Mar 26 19:52:31 2008 +0100
33930
33931     Finish header files reworking
33932
33933     Replace AT91CAP9.h file with several splitted header files coming
33934     from the Linux kernel.
33935
33936     This is part 2 of the replacement: more header imports and edits.
33937
33938     Signed-off-by: Stelian Pop <stelian@popies.net>
33939
33940 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
33941 Author: Stelian Pop <stelian@popies.net>
33942 Date:   Wed Mar 26 19:52:30 2008 +0100
33943
33944     Import several header files from Linux
33945
33946     Replace AT91CAP9.h file with several splitted header files coming
33947     from the Linux kernel.
33948
33949     This is part 1 of the replacement: pristine header files import.
33950
33951     Signed-off-by: Stelian Pop <stelian@popies.net>
33952
33953 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
33954 Author: Stelian Pop <stelian@popies.net>
33955 Date:   Wed Mar 26 20:52:28 2008 +0100
33956
33957     Move at91cap9 specific files to at91sam9 directory
33958
33959     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
33960     common infrastructure can be used. Let this infrastructure be
33961     named after the AT91SAM9 family, and move the existing AT91CAP9
33962     files to the new place.
33963
33964     Signed-off-by: Stelian Pop <stelian@popies.net>
33965
33966 commit 61106a565870ff503f92b251b94bd7afef889a04
33967 Author: Stelian Pop <stelian@popies.net>
33968 Date:   Wed Mar 26 21:52:27 2008 +0100
33969
33970     Use timer_init() instead of board supplied interrupt_init()
33971
33972     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
33973     the board, so use timer_init() instead of interrupt_init().
33974
33975     Signed-off-by: Stelian Pop <stelian@popies.net>
33976
33977 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
33978 Author: Stelian Pop <stelian@popies.net>
33979 Date:   Wed Mar 26 21:52:36 2008 +0100
33980
33981     Cleanup DataFlash partition handling
33982
33983     DataFlash partition information has become a mess. This patch
33984     defines a single partition scheme for Atmel DataFlashes. This partition
33985     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
33986
33987     Signed-off-by: Stelian Pop <stelian@popies.net>
33988
33989 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
33990 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33991 Date:   Fri Mar 28 08:47:45 2008 -0500
33992
33993     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
33994
33995     When the version_string function in start.S is not 4-byte align,
33996     it will cause the compiler generates "unaligned opcodes detected
33997     in executable segment". This issue affects all ColdFire CPUs.
33998     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
33999     it is not aligned.
34000
34001     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34002     Acked-by: John Rigby <jrigby@freescale.com>
34003
34004 commit bae61eefe15b4d454060a7140e49ae58322be803
34005 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34006 Date:   Tue Mar 25 15:41:15 2008 -0500
34007
34008     ColdFire: Add dspi and serial flash support for MCF5445x
34009
34010     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34011     Acked-by: John Rigby <jrigby@freescale.com>
34012
34013 commit 48ead7a7a922fceaf494e352abfab8216a41b417
34014 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34015 Date:   Tue Mar 18 17:37:01 2008 -0500
34016
34017     ColdFire: Remove R5200 board
34018
34019     This board never went into production
34020
34021     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
34022     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34023     Acked-by: John Rigby <jrigby@freescale.com>
34024
34025 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
34026 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
34027 Date:   Thu Jan 24 14:02:32 2008 -0600
34028
34029     ColdFire: Added M5275EVB support.
34030
34031     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
34032     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34033     Acked-by: John Rigby <jrigby@freescale.com>
34034
34035 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
34036 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
34037 Date:   Mon Feb 4 15:38:20 2008 -0600
34038
34039     ColdFire: Added MCF5275 cpu support.
34040
34041     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
34042     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34043     Acked-by: John Rigby <jrigby@freescale.com>
34044
34045 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
34046 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34047 Date:   Mon Mar 17 12:14:11 2008 -0500
34048
34049     ColdFire: Define bootdelay in configuration file for M52277EVB
34050
34051     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
34052     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34053     Acked-by: John Rigby <jrigby@freescale.com>
34054
34055 commit 77878f16cedee17161ff2336990970fffc6cea35
34056 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34057 Date:   Mon Mar 17 12:09:07 2008 -0500
34058
34059     ColdFire: Fix second memory Chipselect for M5475EVB
34060
34061     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34062     Acked-by: John Rigby <jrigby@freescale.com>
34063
34064 commit 43d60642395a550956cb21d287c8cfa563913d28
34065 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34066 Date:   Thu Mar 13 14:26:32 2008 -0500
34067
34068     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
34069
34070     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34071     Acked-by: John Rigby <jrigby@freescale.com>
34072
34073 commit eb14ebe813a0cb5d47905228da446a5ad692473b
34074 Author: Larry Johnson <lrj@acm.org>
34075 Date:   Sun Mar 30 20:33:04 2008 -0500
34076
34077     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
34078
34079     Signed-off-by: Larry Johnson <lrj@acm.org>
34080
34081 commit 02e3892021112f21067d9ed1d04ae4182725ba52
34082 Author: Stefan Roese <sr@denx.de>
34083 Date:   Mon Mar 31 12:20:48 2008 +0200
34084
34085     ppc4xx: Small whitespace fix of esd patches
34086
34087     Signed-off-by: Stefan Roese <sr@denx.de>
34088
34089 commit 034394abb524785047c815f00dde8cdbdc1593c5
34090 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34091 Date:   Sun Mar 30 18:52:44 2008 +0200
34092
34093     ppc4xx: Cleanup PMC440 board support
34094
34095     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34096
34097 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
34098 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34099 Date:   Sun Mar 30 18:52:06 2008 +0200
34100
34101     ppc4xx: Add ptm configuration variables for PMC440
34102
34103     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
34104     environment variables.
34105
34106     Cleanup pci_target_init.
34107
34108     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34109
34110 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
34111 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34112 Date:   Sun Mar 30 18:01:15 2008 +0200
34113
34114     ppc4xx: Minor updates for DU440 boards
34115
34116     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34117
34118 commit d5bffeb868d6b4d462f558dac43011027b6644b7
34119 Author: Mike Frysinger <vapier@gentoo.org>
34120 Date:   Tue Feb 19 00:54:20 2008 -0500
34121
34122     Blackfin: cleanup and overhaul common board init functions
34123
34124     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34125
34126 commit b86b3416f874358acaf07519e7620cdb2145f75b
34127 Author: Mike Frysinger <vapier@gentoo.org>
34128 Date:   Tue Feb 19 00:50:58 2008 -0500
34129
34130     Blackfin: cleanup lib_blackfin/cache.c
34131
34132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34133
34134 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
34135 Author: Mike Frysinger <vapier@gentoo.org>
34136 Date:   Sun Mar 30 15:46:13 2008 -0400
34137
34138     Blackfin: unify cpu and boot modes
34139
34140     All of the duplicated code for Blackfin processors and boot modes have been
34141     unified.  After all, the core is the same for all processors, just the
34142     peripheral set differs (which gets handled in the drivers).
34143
34144     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34145
34146 commit 880cc4381ea8360248cddcdf87a64566745a5724
34147 Author: Stelian Pop <stelian@popies.net>
34148 Date:   Wed Mar 26 22:52:35 2008 +0100
34149
34150     Fix CFG_NO_FLASH compilation.
34151
34152     Many Atmel boards have no "real" (NOR) flash on board, and rely only
34153     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
34154     be present in a board configuration file, while still enabling flash
34155     commands like 'flinfo', 'protect', etc.
34156
34157     Signed-off-by: Stelian Pop <stelian@popies.net>
34158
34159 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
34160 Author: Mike Frysinger <vapier@gentoo.org>
34161 Date:   Tue Feb 19 00:58:13 2008 -0500
34162
34163     Blackfin: BF537-stamp: cleanup spi flash driver
34164
34165     This punts the old spi flash driver for a new/generalized one until the
34166     common one can be integrated.
34167
34168     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34169
34170 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
34171 Author: Ben Warren <biggerbadderben@gmail.com>
34172 Date:   Sun Mar 30 11:34:34 2008 -0400
34173
34174     Fix macro typo in common/cmd_mii.c
34175
34176     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
34177     actually applied the wrong patch.
34178
34179     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34180
34181 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
34182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34183 Date:   Sun Mar 30 16:39:53 2008 +0200
34184
34185     use correct at91rm9200 register name in m501sk board
34186
34187     This fixes a naming bug for at91rm9200 lowlevel init code:
34188     NOR boot flash is on chipselect 0, not chipselect 2.  This
34189     makes code use the register name from chip datasheets.
34190
34191     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34192
34193 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
34194 Author: David Brownell <david-b@pacbell.net>
34195 Date:   Fri Jan 18 12:55:00 2008 -0800
34196
34197     use correct at91rm9200 register name
34198
34199     This fixes a naming bug for at91rm9200 lowlevel init code:
34200     NOR boot flash is on chipselect 0, not chipselect 2.  This
34201     makes code use the register name from chip datasheets.
34202
34203     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
34204
34205 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
34206 Author: David Brownell <david-b@pacbell.net>
34207 Date:   Fri Jan 18 12:45:45 2008 -0800
34208
34209     add missing ARM boards to MAKEALL
34210
34211     Add some missing ARM boards to MAKEALL.  These build correctly,
34212     unlike several of the boards already listed.
34213
34214     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
34215
34216 commit 066bebd6353e33af3adefc3404560871699e9961
34217 Author: Peter Pearse <peter.pearse@arm.com>
34218 Date:   Sun Mar 30 11:34:09 2008 +0100
34219
34220     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
34221     to prevent compilation error.
34222
34223     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
34224
34225 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
34226 Author: Guennadi Liakhovetski <[lg@denx.de]>
34227 Date:   Sun Mar 30 11:32:30 2008 +0100
34228
34229     Support for the MX31ADS evaluation board from Freescale
34230
34231     This patch adds support for the MX31ADS evaluation board from Freescale,
34232     initialization code is copied from RedBoot sources, also provided by Freescale.
34233
34234     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34235
34236 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
34237 Author: Sascha Hauer <s.hauer@pengutronix.de>
34238 Date:   Sun Mar 30 11:32:27 2008 +0100
34239
34240     Phytec Phycore-i.MX31 support
34241
34242     This patch adds support for the Phytec Phycore-i.MX31 board
34243
34244     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34245     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34246
34247 commit a147e56f03871bba4f05058d5e04ce7deb010b04
34248 Author: Sascha Hauer <s.hauer@pengutronix.de>
34249 Date:   Sun Mar 30 11:32:24 2008 +0100
34250
34251     mx31 litekit support
34252
34253     This patch adds support for the mx31 litekit board
34254
34255     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34256     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34257
34258 commit d6674e0e2a6a1f033945f78838566210d3f28c95
34259 Author: Sascha Hauer <s.hauer@pengutronix.de>
34260 Date:   Sun Mar 30 11:32:21 2008 +0100
34261
34262     add SMSC LAN9x1x Network driver
34263
34264     This patch adds a driver for the following smsc network controllers:
34265     LAN9115
34266     LAN9116
34267     LAN9117
34268     LAN9215
34269     LAN9216
34270     LAN9217
34271
34272     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34273     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34274
34275 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
34276 Author: Sascha Hauer <s.hauer@pengutronix.de>
34277 Date:   Sun Mar 30 11:32:16 2008 +0100
34278
34279     add an i2c driver for mx31
34280
34281     This patch adds an i2c driver for Freescale i.MX processors
34282
34283     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34284     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34285
34286 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
34287 Author: Sascha Hauer <s.hauer@pengutronix.de>
34288 Date:   Sun Mar 30 11:30:43 2008 +0100
34289
34290     core support for Freescale mx31
34291
34292     This patch adds the core support for Freescale mx31
34293
34294     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34295     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34296
34297 commit 8bf69d81782619187933a605f1a95ee1d069478d
34298 Author: Sascha Hauer <s.hauer@pengutronix.de>
34299 Date:   Sun Mar 30 11:28:46 2008 +0100
34300
34301     Separate omap24xx specific code from arm1136
34302
34303     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
34304
34305     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
34306     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34307
34308 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
34309 Author: Peter Pearse <peter.pearse@arm.com>
34310 Date:   Sun Mar 30 11:23:05 2008 +0100
34311
34312     Add pmdra into MAKEALL
34313
34314     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
34315
34316 commit a574a73852a527779234e73e17e7597fd8128882
34317 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
34318 Date:   Sun Mar 30 11:21:58 2008 +0100
34319
34320     Adds support for the Prodrive PMDRA board, based on a DM6441
34321
34322     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
34323
34324 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
34325 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
34326 Date:   Sun Mar 30 11:11:34 2008 +0100
34327
34328     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
34329
34330     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
34331
34332 commit 1704dc20917b4f71e373e2c888497ee666d40380
34333 Author: Dirk Behme <dirk.behme@gmail.com>
34334 Date:   Sun Mar 30 11:09:01 2008 +0100
34335
34336     - Remove *_masked() functions as noted by Wolfgang
34337     - Adapt register naming to recent TI spec (sprue26, March 2007)
34338     - Fix reset_timer() handling
34339     - As reported by Pieter [1] the overflow fix introduced a
34340     delay of factor 16 (e.g 2 seconds became 32). While the
34341     overflow fix is basically okay, it missed to divide udelay by
34342     16, too. Fix this.
34343     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
34344     - Remove software division of timer count value (DIV(x)
34345     macro) and do it in hardware (TIM_CLK_DIV).
34346     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
34347     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
34348     the hints & testing!
34349
34350     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
34351
34352     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
34353
34354 commit ac3315c26e143c31680750c9c13f027efbcc887e
34355 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34356 Date:   Thu Mar 6 16:45:44 2008 +0100
34357
34358     new PHY @ e1000 - 2nd try
34359
34360     Add 82541ER device with latest integrated IGP2 PHY.
34361     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
34362
34363     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34364     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34365
34366 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
34367 Author: Daniel Hellstrom <daniel@gaisler.com>
34368 Date:   Fri Mar 28 20:22:53 2008 +0100
34369
34370     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
34371
34372     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
34373     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
34374     available at www.gaisler.com.
34375
34376     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
34377     offloading etc.) can be determined by a bit in the control register.
34378     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
34379
34380     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
34381     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34382
34383 commit 233a8bcd94997f3f345833a3b82e836222f2a206
34384 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
34385 Date:   Mon Mar 17 17:08:22 2008 -0500
34386
34387     Add CONFIG_MII_INIT in cmd_mii.c
34388
34389     Provide common configuration in do_mii() to execute mii_init()
34390     for all cpu architectures
34391
34392     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34393     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34394
34395 commit f605479de2deb11e834f31dfdb0af107c86aced6
34396 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
34397 Date:   Mon Mar 17 17:08:16 2008 -0500
34398
34399     ColdFire: Fix FEC transmit issue for MCF5275
34400
34401     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34402     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34403
34404 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
34405 Author: Aras Vaichas <arasv@magtech.com.au>
34406 Date:   Wed Mar 26 09:43:57 2008 +1100
34407
34408     DHCP request fix for Windows Server 2003
34409
34410     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
34411     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
34412     interoperability problems with Windows Server 200x DHCP server when U-Boot
34413     client responds too fast for server to handle.
34414
34415     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
34416     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34417
34418 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
34419 Author: Daniel Hellstrom <daniel@gaisler.com>
34420 Date:   Fri Mar 28 20:40:19 2008 +0100
34421
34422     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
34423
34424     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
34425     SPARC CPUs implement flash_read64 which calls __raw_readq.
34426
34427     For current SPARC architectures (LEON2 and LEON3) each read from the
34428     FLASH must lead to a cache miss. This is because FLASH can not be set
34429     non-cacheable since program code resides there, and alternatively disabling
34430     cache is poor from performance view, or doing a cache flush between each
34431     read is even poorer.
34432
34433     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
34434     load alternative space, the alternative space number (ASI) is processor
34435     implementation spcific and can be found by including <asm/processor.h>.
34436
34437     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
34438
34439 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
34440 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34441 Date:   Fri Mar 28 15:41:25 2008 +0100
34442
34443     Make MPC83xx one step closer to full relocation.
34444
34445     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
34446     and use GOT relative reference.
34447
34448     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34449     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34450
34451 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
34452 Author: Michael Barkowski <michael.barkowski@freescale.com>
34453 Date:   Thu Mar 27 14:34:43 2008 -0400
34454
34455     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
34456
34457     This patch fixes eeprom page size so that you can now write more than
34458     64 bytes at a time.
34459
34460     It also makes the board take MAC addresses, if found, from EEPROM.
34461
34462     User should place up to 4 addresses at offset 0x7f00, for
34463     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
34464     four six-byte values should have it's CRC at the end.  crc32 and
34465     eeprom commands can be used to accomplish this.
34466
34467     If CRC fails, MAC addresses come from the environment.  If CRC
34468     succeeds, the environment is overwritten at startup.
34469
34470     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
34471     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34472
34473 commit 8f325cff31f6e745e6540014b131b9a97f61944c
34474 Author: Michael Barkowski <michael.barkowski@freescale.com>
34475 Date:   Fri Mar 28 15:15:38 2008 -0400
34476
34477     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
34478
34479     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
34480     controller on the PCI bus in Linux on the MPC8323ERDB.
34481
34482     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
34483     config file.
34484
34485     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
34486     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34487
34488 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
34489 Author: Kim Phillips <kim.phillips@freescale.com>
34490 Date:   Fri Mar 28 10:19:07 2008 -0500
34491
34492     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
34493
34494     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
34495     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
34496     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
34497     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
34498     convenience macros.
34499
34500     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34501
34502 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
34503 Author: Kim Phillips <kim.phillips@freescale.com>
34504 Date:   Fri Mar 28 10:18:53 2008 -0500
34505
34506     mpc83xx: display ddr frequency in board_add_ram_info banner
34507
34508     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34509
34510 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
34511 Author: Kim Phillips <kim.phillips@freescale.com>
34512 Date:   Fri Mar 28 10:18:40 2008 -0500
34513
34514     mpc83xx: unreinvent mem_clk
34515
34516     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
34517     mem_*_clk for consistency's sake.
34518
34519     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34520
34521 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
34522 Author: Kim Phillips <kim.phillips@freescale.com>
34523 Date:   Fri Mar 28 14:31:23 2008 -0500
34524
34525     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
34526
34527     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34528
34529 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
34530 Author: Dave Liu <r63238@freescale.com>
34531 Date:   Wed Mar 26 22:57:19 2008 +0800
34532
34533     mpc83xx: enable the SATA interface on mpc837xemds board
34534
34535     Enable the first two SATA interfaces on MPC837xEMDS board,
34536     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
34537
34538     Signed-off-by: Dave Liu <daveliu@freescale.com>
34539     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34540
34541 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
34542 Author: Dave Liu <r63238@freescale.com>
34543 Date:   Wed Mar 26 22:56:36 2008 +0800
34544
34545     mpc83xx: initialize serdes for MPC837xEMDS boards
34546
34547     This patch is stolen from Anton Vorontsov's patch
34548     for mpc837xerdb boards.
34549
34550     The reference clk and xcorevdd voltage of serdes1/2
34551     is same between mpc837xemds and mpc837xerdb.
34552
34553     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
34554     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
34555     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
34556
34557     Signed-off-by: Dave Liu <daveliu@freescale.com>
34558     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34559
34560 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
34561 Author: Stefan Roese <sr@denx.de>
34562 Date:   Fri Mar 28 14:09:04 2008 +0100
34563
34564     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
34565
34566     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
34567     interface. This usage can be configured with the jumper J6. This patch
34568     displays the current configuration upon bootup and changes the PCIe
34569     init loop, to only initialize the availabel PCIe slots.
34570
34571     Signed-off-by: Stefan Roese <sr@denx.de>
34572
34573 commit 90447ecbbac8572457b6d8903073ac3f120995ba
34574 Author: Tor Krill <tor@excito.com>
34575 Date:   Fri Mar 28 11:29:10 2008 +0100
34576
34577     MTD/CFI: Add support for 16bit legacy AMD flash
34578
34579     Add entry for 512Kx16 AMD flash to jedec_table.
34580     Read out 16bit device id if chipwidth is 16bit.
34581     Fixed coding style after Stefans feedback
34582
34583     Signed-off-by: Tor Krill <tor@excito.com>
34584
34585 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
34586 Author: Stefan Roese <sr@denx.de>
34587 Date:   Fri Mar 28 11:02:53 2008 +0100
34588
34589     ppc: Small change to CFG_MEM_TOP_HIDE description
34590
34591     Signed-off-by: Stefan Roese <sr@denx.de>
34592
34593 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
34594 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34595 Date:   Thu Mar 27 15:44:12 2008 +0900
34596
34597     sh: Add support stat structure and stat.h
34598
34599     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34600
34601 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
34602 Author: Mark Jonas <toertel@gmail.com>
34603 Date:   Sat Mar 22 19:27:52 2008 +0100
34604
34605     sh: Removed warning when compiling drivers/serial/serial_sh.c.
34606
34607     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
34608     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34609
34610 commit f309fa38929ffba71230c02330ffa42f4bba6333
34611 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34612 Date:   Wed Mar 12 18:02:57 2008 +0900
34613
34614     sh: Remove disable_ctrlc function from R7780MP
34615
34616     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34617
34618 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
34619 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34620 Date:   Wed Mar 12 17:55:15 2008 +0900
34621
34622     sh: Add maintainer of R7780MP to MAINTAINER file
34623
34624     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
34625
34626     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34627
34628 commit f5e2466f7baa887a7df0c536333eea8231333497
34629 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34630 Date:   Tue Mar 25 17:11:24 2008 +0900
34631
34632     sh: Add support Renesas Solutions R2D plus board
34633
34634     R2D plus is SH reference board used with SH7751R.
34635     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
34636     one PCI bus, VGA, and two Ethernet controller.
34637
34638     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34639
34640 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
34641 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34642 Date:   Wed Mar 12 12:15:29 2008 +0900
34643
34644     sh: Add support SH4 cache control
34645
34646     Add support SH4 cache control and flash_cache function
34647
34648     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34649
34650 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
34651 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34652 Date:   Mon Mar 24 01:53:01 2008 +0900
34653
34654     sh: Add support PCI host driver for SH7751/SH7751R
34655
34656     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34657
34658 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
34659 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34660 Date:   Mon Mar 24 02:11:26 2008 +0900
34661
34662     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
34663
34664     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34665
34666 commit 566933278101c144d75361ea682678a326c1290d
34667 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34668 Date:   Wed Mar 12 12:10:28 2008 +0900
34669
34670     sh: Add support SuperH SH7751/SH7751R
34671
34672     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34673
34674 commit 3313e0e26224fc9a0c445124f3455058c696df84
34675 Author: Mark Jonas <toertel@gmail.com>
34676 Date:   Mon Mar 10 11:37:10 2008 +0100
34677
34678     sh: Added support for SH7720 based board MPR2.
34679
34680     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
34681     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34682
34683 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
34684 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34685 Date:   Thu Mar 6 14:05:53 2008 +0900
34686
34687     sh: Fix receive FIFO level register of SH4A
34688
34689     Receive FIFO level register is different in SH4A.
34690     Because register is different, cannot occasionally receive data.
34691
34692     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34693
34694 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
34695 Author: Yusuke Goda <goda.yusuke@renesas.com>
34696 Date:   Tue Mar 11 12:55:12 2008 +0900
34697
34698     sh: Add support Renesas Solutions R7780MP
34699
34700     Renesas Solutions R7780MP is a reference board on SH7780.
34701     This board has serial, 10/100 base Ethernet deivice, CF slot
34702     and VGA devices. This board can set extension board.
34703     Extension board has 10/100/1000 base Ethernet device, PCI slot,
34704     S-ATA, iDVR slot.
34705
34706     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34707     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34708
34709 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
34710 Author: Yusuke Goda <goda.yusuke@renesas.com>
34711 Date:   Wed Mar 5 14:30:02 2008 +0900
34712
34713     sh: Add support PCI of SuperH and SH7780
34714
34715     This patch add support PCI of SuperH base code and SH7780 specific code.
34716
34717     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34718     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34719
34720 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
34721 Author: Yusuke Goda <goda.yusuke@renesas.com>
34722 Date:   Wed Mar 5 14:23:26 2008 +0900
34723
34724     sh: Add support SH7780
34725
34726     SH7780 is CPU of Renesas Technology.
34727     This CPU has
34728      - CPU clock 400MHz
34729      - PCI support
34730      - DDR-SDRAM controller
34731      - etc ...
34732
34733     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34734     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34735
34736 commit c2042f5952a686c414031309b8f244513bf578f0
34737 Author: goda.yusuke <goda.yusuke@renesas.com>
34738 Date:   Fri Jan 25 20:46:36 2008 +0900
34739
34740     sh: Add support Renesas Solutions Migo-R board
34741
34742     Migo-R is a board based on SH7722 and has may devices.
34743     In this patch, supported SCIF, NOR flash and Ethernet.
34744
34745     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34746     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34747
34748 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
34749 Author: Bartlomiej Sieka <tur@semihalf.com>
34750 Date:   Thu Mar 27 15:06:40 2008 +0100
34751
34752     Fix host tool build breakage, take two
34753
34754     Revert commit 87c8431f and fix build breakage so that the build continues
34755     to work on FC systems.
34756
34757     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
34758
34759 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
34760 Author: Stefan Roese <sr@denx.de>
34761 Date:   Wed Mar 19 09:36:47 2008 +0100
34762
34763     ppc4xx: Enable ECC on LWMON5
34764
34765     Since all ECC related problems seem to be resolved on LWMON5, this patch
34766     now enables ECC support.
34767
34768     We have to write the ECC bytes by zeroing and flushing in smaller
34769     steps, since the whole 256MByte takes too long for the external
34770     watchdog.
34771
34772     Signed-off-by: Stefan Roese <sr@denx.de>
34773
34774 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
34775 Author: Larry Johnson <lrj@acm.org>
34776 Date:   Mon Mar 17 11:10:35 2008 -0500
34777
34778     ppc4xx: Updates to Korat-specific code
34779
34780     This patch contains updates for changes for the Korat PPC440EPx board.
34781     These changes include:
34782
34783     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
34784     described in the new "doc/README.korat" file;
34785
34786     (2) a new memory map for the registers in the board's CPLD;
34787
34788     (3) a revised format for manufacturer's data in serial EEPROM; and
34789
34790     (4) changes to track updates to U-Boot for the Sequoia board.
34791
34792     Signed-off-by: Larry Johnson <lrj@acm.org>
34793
34794 commit f766cdf89b3a2a7634b8c5869f606150e332036c
34795 Author: Markus Brunner <super.firetwister@gmail.com>
34796 Date:   Thu Mar 27 10:46:25 2008 +0100
34797
34798     ppc4xx: PPC405EP Set EMAC noise filter bits
34799
34800     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
34801     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
34802     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
34803
34804     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
34805     Signed-off-by: Stefan Roese <sr@denx.de>
34806
34807 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
34808 Author: Mike Nuss <mike@terascala.com>
34809 Date:   Wed Feb 20 11:54:20 2008 -0500
34810
34811     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
34812
34813     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
34814     after startup to change the speed of the clocks. This patch adds the
34815     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
34816     initialization code will reconfigure the PLL to run the system with a CPU
34817     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
34818     external EEPROM.
34819
34820     Signed-off-by: Mike Nuss <mike@terascala.com>
34821     Acked-by: Stefan Roese <sr@denx.de>
34822
34823 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
34824 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34825 Date:   Thu Mar 27 09:12:40 2008 +0100
34826
34827     new-image: Fix host tool build breakage
34828
34829     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34830
34831 commit 6fb4b640562a10daff0dbe537638d511b5b48650
34832 Author: Stefan Roese <sr@denx.de>
34833 Date:   Thu Mar 27 10:24:03 2008 +0100
34834
34835     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
34836
34837     Signed-off-by: Stefan Roese <sr@denx.de>
34838
34839 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
34840 Author: Stefan Roese <sr@denx.de>
34841 Date:   Wed Mar 19 10:23:43 2008 +0100
34842
34843     ppc4xx: Add fdt support to Prodrive alpr
34844
34845     Since this board will probably be ported to arch/powerpc in the
34846     near future, we add device tree support now. This way we are
34847     "ready" for arch/powerpc from now on.
34848
34849     Signed-off-by: Stefan Roese <sr@denx.de>
34850
34851 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
34852 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
34853 Date:   Mon Mar 17 09:27:56 2008 +0100
34854
34855     ppc4xx: Enable cache support on the ALPR board
34856
34857     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
34858
34859 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
34860 Author: Stefan Roese <sr@denx.de>
34861 Date:   Wed Mar 26 10:14:11 2008 +0100
34862
34863     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
34864
34865     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
34866     memory area will get subtracted from the top (end) of ram and won't get
34867     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
34868     should gets passed the now "corrected" memory size and won't touch it
34869     either. This should work for arch/ppc and arch/powerpc. Only Linux board
34870     ports in arch/powerpc with bootwrapper support, which recalculate the
34871     memory size from the SDRAM controller setup, will have to get fixed
34872     in Linux additionally.
34873
34874     This patch enables this config option on some PPC440EPx boards as a workaround
34875     for the CHIP 11 errata. Here the description from the AMCC documentation:
34876
34877     CHIP_11: End of memory range area restricted access.
34878     Category: 3
34879
34880     Overview:
34881     The 440EPx DDR controller does not acknowledge any
34882     transaction which is determined to be crossing over the
34883     end-of-memory-range boundary, even if the starting address is
34884     within valid memory space. Any such transaction from any PLB4
34885     master will result in a PLB time-out on PLB4 bus.
34886
34887     Impact:
34888     In case of such misaligned bursts, PLB4 masters will not
34889     retrieve any data at all, just the available data up to the
34890     end of memory, especially the 440 CPU. For example, if a CPU
34891     instruction required an operand located in memory within the
34892     last 7 words of memory, the DCU master would burst read 8
34893     words to update the data cache and cross over the
34894     end-of-memory-range boundary. Such a DCU read would not be
34895     answered by the DDR controller, resulting in a PLB4 time-out
34896     and ultimately in a Machine Check interrupt. The data would
34897     be inaccessible to the CPU.
34898
34899     Workaround:
34900     Forbid any application to access the last 256 bytes of DDR
34901     memory. For example, make your operating system believe that
34902     the last 256 bytes of DDR memory are absent. AMCC has a patch
34903     that does this, available for Linux.
34904
34905     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
34906     lwmon5, korat, sequoia
34907
34908     The other remaining 440EPx board were intentionally not included
34909     since it is not clear to me, if they use the end of ram for some
34910     other purpose. This is unclear, since these boards have CONFIG_PRAM
34911     defined and even comments like this:
34912
34913     PMC440.h:
34914     /* esd expects pram at end of physical memory.
34915      * So no logbuffer at the moment.
34916      */
34917
34918     It is strongly recommended to not use the last 256 bytes on those
34919     boards too. Patches from the board maintainers are welcome.
34920
34921     Signed-off-by: Stefan Roese <sr@denx.de>
34922
34923 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
34924 Author: Stefan Roese <sr@denx.de>
34925 Date:   Thu Mar 27 10:09:05 2008 +0100
34926
34927     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
34928
34929     Signed-off-by: Stefan Roese <sr@denx.de>
34930
34931 commit d56a3ce179688cde61073a3690e21703d68fafd7
34932 Author: Stefan Roese <sr@denx.de>
34933 Date:   Tue Mar 25 17:51:13 2008 +0100
34934
34935     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
34936
34937     The routine ft_board_setup() configures the EBC NOR mappings for the
34938     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
34939     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
34940     problem, we need to pass the corrected address here too.
34941
34942     Signed-off-by: Stefan Roese <sr@denx.de>
34943
34944 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
34945 Author: Stefan Roese <sr@denx.de>
34946 Date:   Wed Mar 19 16:35:12 2008 +0100
34947
34948     ppc4xx: Fix compilation warning in 4xx_enet.c
34949
34950     Signed-off-by: Stefan Roese <sr@denx.de>
34951
34952 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
34953 Author: Stefan Roese <sr@denx.de>
34954 Date:   Wed Mar 19 16:20:49 2008 +0100
34955
34956     ppc4xx: Add AMCC Glacier 406GT eval board support
34957
34958     This patch adds support for the AMCC Glacier 460GT eval board.
34959     The main difference to the Canyonlands board are listed here:
34960
34961     - 4 ethernet ports instead of 2
34962     - no SATA port
34963     - no USB port
34964
34965     Currently EMAC2+3 are not working. This will be fixed in a later
34966     release.
34967
34968     Signed-off-by: Stefan Roese <sr@denx.de>
34969
34970 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
34971 Author: Stefan Roese <sr@denx.de>
34972 Date:   Thu Mar 27 08:47:26 2008 +0100
34973
34974     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
34975
34976     Signed-off-by: Stefan Roese <sr@denx.de>
34977
34978 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
34979 Author: Anatolij Gustschin <agust@denx.de>
34980 Date:   Wed Mar 26 21:05:43 2008 +0100
34981
34982     Fix out of tree building issue
34983
34984     Currently U-Boot building in some external directory
34985     doesn't work. This patch tries to fix the problem.
34986
34987     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34988
34989 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
34990 Author: Anatolij Gustschin <agust@denx.de>
34991 Date:   Wed Mar 26 18:13:33 2008 +0100
34992
34993     README: update documentation (availability, links, etc.)
34994
34995     Fix typo in README
34996
34997     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34998
34999 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
35000 Author: Anatolij Gustschin <agust@denx.de>
35001 Date:   Wed Mar 26 17:47:44 2008 +0100
35002
35003     Fix compilation error in cmd_usb.c
35004
35005     This patch fixes compilation error
35006     cmd_usb.c: In function 'do_usb':
35007     cmd_usb.c:552: error: void value not ignored as it ought to be
35008
35009     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35010
35011 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
35012 Author: Timur Tabi <timur@freescale.com>
35013 Date:   Fri Mar 14 17:45:29 2008 -0500
35014
35015     Add support for setting the I2C bus speed in fsl_i2c.c
35016
35017     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
35018     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
35019     but fsl_i2c.c ignores it and uses conservative value when programming the
35020     I2C bus speed.
35021
35022     Signed-off-by: Timur Tabi <timur@freescale.com>
35023     Acked-by: Andy Fleming <afleming@freescale.com>
35024
35025 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
35026 Author: Wolfgang Denk <wd@denx.de>
35027 Date:   Thu Mar 27 00:03:57 2008 +0100
35028
35029     Coding style cleanup, update CHANGELOG
35030
35031     Signed-off-by: Wolfgang Denk <wd@denx.de>
35032
35033 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
35034 Author: Dave Liu <r63238@freescale.com>
35035 Date:   Wed Mar 26 22:55:32 2008 +0800
35036
35037     drivers: add the support for Freescale SATA controller
35038
35039     Add the Freescale on-chip SATA controller driver to u-boot,
35040     The SATA controller is used on the 837x and 8315 targets,
35041     The driver can be used to load kernel, fs and dtb.
35042
35043     The features list:
35044     - 1.5/3 Gbps link speed
35045     - LBA48, LBA28 support
35046     - DMA and FPDMA support
35047     - Two ports support
35048
35049     Signed-off-by: Dave Liu <daveliu@freescale.com>
35050
35051 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
35052 Author: Dave Liu <r63238@freescale.com>
35053 Date:   Wed Mar 26 22:54:44 2008 +0800
35054
35055     ata: add the readme for SATA command line
35056
35057     Signed-off-by: Dave Liu <daveliu@freescale.com>
35058
35059 commit cd54081cd479e542fc399b8a40651ff11a1ad849
35060 Author: Dave Liu <r63238@freescale.com>
35061 Date:   Wed Mar 26 22:53:24 2008 +0800
35062
35063     ata: enable the sata initialize on boot up
35064
35065     Signed-off-by: Dave Liu <daveliu@freescale.com>
35066
35067 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
35068 Author: Dave Liu <r63238@freescale.com>
35069 Date:   Wed Mar 26 22:52:36 2008 +0800
35070
35071     ata: add the fis struct for SATA
35072
35073     Signed-off-by: Dave Liu <daveliu@freescale.com>
35074
35075 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
35076 Author: Dave Liu <r63238@freescale.com>
35077 Date:   Wed Mar 26 22:51:44 2008 +0800
35078
35079     ata: add the libata support
35080
35081     add simple libata support in u-boot
35082
35083     Signed-off-by: Dave Liu <daveliu@freescale.com>
35084
35085 commit 8e9bb43429e50df55fa41932cbe65841ff579220
35086 Author: Dave Liu <r63238@freescale.com>
35087 Date:   Wed Mar 26 22:50:45 2008 +0800
35088
35089     ata: make the ata_piix driver using new SATA framework
35090
35091     original ata_piix driver is using IDE framework, not real
35092     SATA framework. For now, the ata_piix driver is only used
35093     by x86 sc520_cdp board. This patch makes the ata_piix driver
35094     use the new SATA framework, so
35095
35096     - remove the duplicated command stuff
35097     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
35098     - add the CONFIG_CMD_SATA define to sc520_cdp.h
35099
35100     Signed-off-by: Dave Liu <daveliu@freescale.com>
35101
35102 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
35103 Author: Dave Liu <r63238@freescale.com>
35104 Date:   Wed Mar 26 22:49:44 2008 +0800
35105
35106     ata: add the support for SATA framework
35107
35108     - add the SATA framework
35109     - add the SATA command line
35110
35111     Signed-off-by: Dave Liu <daveliu@freescale.com>
35112
35113 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
35114 Author: Dave Liu <r63238@freescale.com>
35115 Date:   Wed Mar 26 22:48:18 2008 +0800
35116
35117     ata: merge the header of ata_piix driver
35118
35119     move the sata.h from include/ to drivers/block/ata_piix.h
35120
35121     Signed-off-by: Dave Liu <daveliu@freescale.com>
35122
35123 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
35124 Author: Dave Liu <r63238@freescale.com>
35125 Date:   Wed Mar 26 22:47:06 2008 +0800
35126
35127     ata: merge the ata_piix driver
35128
35129     move the cmd_sata.c from common/ to drivers/ata_piix.c,
35130     the cmd_sata.c have some part of ata_piix controller drivers.
35131     consolidate the driver to have better framework.
35132
35133     Signed-off-by: Dave Liu <daveliu@freescale.com>
35134
35135 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
35136 Author: Markus Klotzbuecher <mk@denx.de>
35137 Date:   Wed Mar 26 18:26:43 2008 +0100
35138
35139     USB, Storage: fix a bug introduced in commit
35140     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
35141     to only print only information on one storage device, but not for
35142     multiple.
35143
35144     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35145
35146 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
35147 Author: Anatolij Gustschin <agust@denx.de>
35148 Date:   Wed Mar 26 17:47:44 2008 +0100
35149
35150     Fix compilation error in cmd_usb.c
35151
35152     This patch fixes compilation error
35153     cmd_usb.c: In function 'do_usb':
35154     cmd_usb.c:552: error: void value not ignored as it ought to be
35155
35156     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35157     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35158
35159 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
35160 Author: Kumar Gala <galak@kernel.crashing.org>
35161 Date:   Wed Mar 26 08:53:53 2008 -0500
35162
35163     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
35164
35165     Provide a board_lmb_reserve helper function to ensure we reserve
35166     the page of memory we are using for the boot page translation code.
35167
35168     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35169
35170 commit 79679d80021ab095e639e250ca472fe526da02e2
35171 Author: Kumar Gala <galak@kernel.crashing.org>
35172 Date:   Wed Mar 26 08:34:25 2008 -0500
35173
35174     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
35175
35176     The following changes are needed to be inline with ePAPR v0.81:
35177
35178     * r4, r5 and now always set to 0 on boot release
35179     * r7 is used to pass the size of the initial map area (IMA)
35180     * EPAPR_MAGIC value changed for book-e processors
35181     * changes in the spin table layout
35182     * spin table supports a 64-bit physical release address
35183
35184     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35185
35186 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
35187 Author: Jon Loeliger <jdl@freescale.com>
35188 Date:   Wed Mar 19 15:02:07 2008 -0500
35189
35190     FSL: Clean up board/freescale/common/Makefile
35191
35192     Each file that can be built here now follows some
35193     CONFIG_ option so that they are appropriately built
35194     or not, as needed.  And CONFIG_ defines were added
35195     to various board config files to make sure that happens.
35196
35197     The other board/freescale/*/Makefiles no longer need
35198     to reach up and over into ../common to build their
35199     individually needed files any more.
35200
35201     Boards that are CDS specific were renamed with cds_ prefix.
35202
35203     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35204
35205 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
35206 Author: Kumar Gala <galak@kernel.crashing.org>
35207 Date:   Wed Feb 27 22:00:27 2008 -0600
35208
35209     85xx: Fix merge duplication
35210
35211     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
35212
35213     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35214
35215 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
35216 Author: James Yang <James.Yang@freescale.com>
35217 Date:   Tue Feb 12 16:35:07 2008 -0600
35218
35219     85xx: Expand CCSR space with more DDR controller registers.
35220
35221     Signed-off-by: James Yang <James.Yang@freescale.com>
35222     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35223     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35224
35225 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
35226 Author: James Yang <James.Yang@freescale.com>
35227 Date:   Fri Feb 8 18:05:08 2008 -0600
35228
35229     85xx: Speed up get_ddr_freq() and get_bus_freq()
35230
35231     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
35232     called.  However, get_sys_info() recalculates extraneous information when
35233     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
35234     values from global_data instead.
35235
35236     Signed-off-by: James Yang <James.Yang@freescale.com>
35237     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35238
35239 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
35240 Author: James Yang <James.Yang@freescale.com>
35241 Date:   Fri Feb 8 16:46:27 2008 -0600
35242
35243     85xx: Show DDR memory data rate in addition to the memory clock frequency.
35244
35245     Show the DDR memory data rate in addition to the memory clock
35246     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
35247     memory clock.
35248
35249     Signed-off-by: James Yang <James.Yang@freescale.com>
35250     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35251
35252 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
35253 Author: James Yang <James.Yang@freescale.com>
35254 Date:   Fri Feb 8 16:44:53 2008 -0600
35255
35256     85xx: get_tbclk() speed up and rounding fix
35257
35258     Speed up get_tbclk() by referencing pre-computed bus clock
35259     frequency value from global data instead of sys_info_t.  Fix
35260     rounding of result to nearest; previously it was rounding
35261     upwards.
35262
35263     Signed-off-by: James Yang <James.Yang@freescale.com>
35264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35265
35266 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
35267 Author: Andy Fleming <afleming@freescale.com>
35268 Date:   Wed Feb 6 01:19:40 2008 -0600
35269
35270     Update SVR numbers to expand support
35271
35272     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
35273     is used to distinguish certain variants within an SOC family.  To
35274     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
35275     constants to reflect the larger value.  We also add SVR numbers for all
35276     of the current variants.  Finally, to make things neater, rather than
35277     use an enormous switch statement to print out the CPU type, we create
35278     and array of SVR/name pairs (using a macro), and print out the CPU name
35279     that matches the SVR SOC version.
35280
35281     Signed-off-by: Andy Fleming <afleming@freescale.com>
35282
35283 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
35284 Author: Andy Fleming <afleming@freescale.com>
35285 Date:   Wed Feb 6 01:12:57 2008 -0600
35286
35287     Add the Freescale PCI device IDs
35288
35289     Signed-off-by: Andy Fleming <afleming@freescale.com>
35290
35291 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
35292 Author: Kumar Gala <galak@kernel.crashing.org>
35293 Date:   Thu Feb 14 11:04:23 2008 -0600
35294
35295     85xx: Added support for multicore boot mechanism
35296
35297     Added the cpu command that provides a generic mechanism to get status,
35298     reset, and release secondary cores in multicore processors.
35299
35300     Added support for using the ePAPR defined spin-table mechanism on 85xx.
35301
35302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35303     Signed-off-by: Andy Fleming <afleming@freescale.com>
35304
35305 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
35306 Author: Kumar Gala <galak@kernel.crashing.org>
35307 Date:   Thu Jan 17 16:48:33 2008 -0600
35308
35309     85xx: Added support for multicore boot mechanism
35310
35311     Added the cpu command that provides a generic mechanism to get status,
35312     reset, and release secondary cores in multicore processors.
35313
35314     Added support for using the ePAPR defined spin-table mechanism on 85xx.
35315
35316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35317
35318 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
35319 Author: Kumar Gala <galak@kernel.crashing.org>
35320 Date:   Wed Jan 30 14:55:14 2008 -0600
35321
35322     85xx: Add the concept of CFG_CCSRBAR_PHYS
35323
35324     When we go to 36-bit physical addresses we need to keep the concept of
35325     the physical CCSRBAR address seperate from the virtual one.
35326
35327     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
35328
35329     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35330
35331 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
35332 Author: Wolfgang Denk <wd@denx.de>
35333 Date:   Wed Mar 26 15:38:47 2008 +0100
35334
35335     Coding style cleanup.
35336
35337     Signed-off-by: Wolfgang Denk <wd@denx.de>
35338
35339 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
35340 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35341 Date:   Wed Mar 26 13:02:13 2008 +0100
35342
35343     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
35344
35345     The default settings for RTC DS1337 keeps the OSC
35346     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
35347     turn it off.
35348
35349     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35350
35351 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
35352 Author: Wolfgang Denk <wd@denx.de>
35353 Date:   Wed Mar 26 11:48:46 2008 +0100
35354
35355     Cleanup coding style, update CHANGELOG
35356
35357     Signed-off-by: Wolfgang Denk <wd@denx.de>
35358
35359 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
35360 Author: Wolfgang Denk <wd@denx.de>
35361 Date:   Wed Mar 26 10:40:12 2008 +0100
35362
35363     README: update documentation (availability, links, etc.)
35364
35365     Signed-off-by: Wolfgang Denk <wd@denx.de>
35366
35367 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
35368 Author: Aras Vaichas <arasv@magtech.com.au>
35369 Date:   Tue Mar 25 12:09:07 2008 +1100
35370
35371     USB Storage, add meaningful return value
35372
35373     This patch changes the "usb storage" command to return success if it
35374     finds a USB storage device, otherwise it returns error.
35375
35376     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35377
35378 commit 18e69a35efbb078403db0c0063986470dad7d082
35379 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35380 Date:   Fri Mar 14 23:20:18 2008 +0300
35381
35382     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
35383
35384     Linux understands "host" (default), "peripheral" and "otg" (broken).
35385     Though, U-Boot doesn't restrict dr_mode variable to these values (think
35386     of renames in future).
35387
35388     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35389     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35390
35391 commit c7604783b236e368f225efb7b3efb418fe20b404
35392 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35393 Date:   Fri Mar 14 23:20:30 2008 +0300
35394
35395     tsec: fix link detection for the RTL8211B PHY
35396
35397     RTL8211B sets link state register after autonegotiation complete,
35398     so with bootdelay=0 RTL8211B will report lack of the link.
35399
35400     To fix this, we should wait for aneg to complete, even if the
35401     link is currently down.
35402
35403     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35404     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35405
35406 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
35407 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35408 Date:   Mon Mar 24 20:47:09 2008 +0300
35409
35410     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
35411
35412     device_type = "soc" is being deprecated, newer device trees will use
35413     "fsl,soc" and/or "fsl,immr" for the soc nodes.
35414
35415     This patch also adds clock-frequency property for soc nodes (the same
35416     value as bus-frequency).
35417
35418     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35419
35420 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
35421 Author: Joe D'Abbraccio <ljd015@freescale.com>
35422 Date:   Mon Mar 24 13:00:59 2008 -0400
35423
35424     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
35425
35426     With the original value of 1/2 clock cycle delay, the system ran relatively
35427     stable except when we run benchmarks that are intensive users of memory.
35428     When I run samba connected disk with a HDBENCH test, the system locks-up
35429     or reboots sporadically.
35430
35431     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
35432
35433 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
35434 Author: Scott Wood <scottwood@freescale.com>
35435 Date:   Mon Mar 24 12:44:13 2008 -0500
35436
35437     mpc83xx: Set PCI I/O bus-address base to zero.
35438
35439     The device trees for these boards describe PCI I/O as starting from
35440     address zero from the device's perspective.
35441
35442     Placing I/O elsewhere may cause problems with certain PCI boards, and may
35443     cause problems with Linux.
35444
35445     Signed-off-by: Scott Wood <scottwood@freescale.com>
35446
35447 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
35448 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35449 Date:   Mon Mar 24 20:47:05 2008 +0300
35450
35451     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
35452
35453     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
35454     This patch fixes "system time drifting" problem.
35455
35456     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35457
35458 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
35459 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35460 Date:   Mon Mar 24 20:47:02 2008 +0300
35461
35462     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
35463
35464     This is needed to update /choosen/linux,stdout-path properly.
35465
35466     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35467
35468 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
35469 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35470 Date:   Mon Mar 24 20:47:00 2008 +0300
35471
35472     mpc83xx: MPC8360E-RDK: add dhcp command
35473
35474     Plus modify environment to use it and remove bootfile env variable,
35475     it is internal and CONFIG_BOOTFILE is used for these purposes.
35476
35477     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35478
35479 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
35480 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35481 Date:   Mon Mar 24 20:46:57 2008 +0300
35482
35483     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
35484
35485     Current DDR setup easily causes memory corruption, this patch fixes it.
35486
35487     Also fix TIMING_CFG0_MRS_CYC definition.
35488
35489     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35490
35491 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
35492 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35493 Date:   Mon Mar 24 20:46:53 2008 +0300
35494
35495     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
35496
35497     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
35498     controller and FHCI (QE USB).
35499
35500     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35501
35502 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
35503 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35504 Date:   Mon Mar 24 20:46:51 2008 +0300
35505
35506     mpc83xx: MPC8360E-RDK: add support for NAND
35507
35508     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35509
35510 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
35511 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35512 Date:   Mon Mar 24 20:46:46 2008 +0300
35513
35514     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
35515
35516     This is needed for BCM PHYs to work on this board.
35517
35518     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35519
35520 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
35521 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35522 Date:   Mon Mar 24 20:46:34 2008 +0300
35523
35524     uec: add support for Broadcom BCM5481 Gigabit PHY
35525
35526     This patch adds basic support for Broadcom BCM5481 PHY.
35527
35528     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
35529     Peter Barada <peterb@logicpd.com>.
35530
35531     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35532
35533 commit 6a600c3a1876bc203445df4f0fd6b12648259666
35534 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35535 Date:   Mon Mar 24 20:46:28 2008 +0300
35536
35537     uec: add support for RGMII_RXID interface mode
35538
35539     PHY drivers will use it to setup software delay between RXD and RXC
35540     signals.
35541
35542     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35543
35544 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
35545 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35546 Date:   Mon Mar 24 20:46:24 2008 +0300
35547
35548     uec: add support for gbit mii status readings
35549
35550     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35551
35552 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
35553 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35554 Date:   Mon Mar 24 17:40:47 2008 +0300
35555
35556     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
35557
35558     This is primarily for the early console support.
35559
35560     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35561
35562 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
35563 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35564 Date:   Mon Mar 24 17:40:43 2008 +0300
35565
35566     83xx: initialize serdes for MPC837XRDB boards
35567
35568     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
35569     On the MPC8378ERDB: 2 PCI-E
35570     On the MPC8379ERDB: 4 SATA
35571
35572     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35573
35574 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
35575 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35576 Date:   Mon Mar 24 17:40:32 2008 +0300
35577
35578     83xx: serdes setup routines
35579
35580     This patch adds few routines to configure serdes on 837x targets.
35581
35582     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35583
35584 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
35585 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35586 Date:   Mon Mar 24 17:40:27 2008 +0300
35587
35588     83xx: split COBJS onto separate lines
35589
35590     ..plus get rid of some #ifdefs in the .c files.
35591
35592     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35593
35594 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
35595 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35596 Date:   Mon Mar 24 17:40:23 2008 +0300
35597
35598     83xx: nand support for MPC837XRDB boards
35599
35600     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35601
35602 commit 82e45a204190593e8613145a928f998fb8c909c4
35603 Author: Jerry Van Baren <gvb.uboot@gmail.com>
35604 Date:   Tue Mar 18 21:44:41 2008 -0400
35605
35606     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
35607
35608     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35609     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35610
35611 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
35612 Author: Michael Barkowski <michael.barkowski@freescale.com>
35613 Date:   Thu Mar 20 13:15:39 2008 -0400
35614
35615     mpc8323erdb: remove RTC and add EEPROM
35616
35617     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
35618
35619     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35620     Acked-by: Kim Phillips <kim.phillips@freescale.com>
35621
35622 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
35623 Author: Michael Barkowski <michael.barkowski@freescale.com>
35624 Date:   Thu Mar 20 13:15:34 2008 -0400
35625
35626     mpc8323erdb: Improve the system performance
35627
35628     The following changes are based on kernel UCC ethernet performance:
35629
35630     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
35631     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
35632         switch to enable this setting.
35633
35634     The following changes are based on the App Note AN3369 and
35635     verified to improve memory latency using LMbench:
35636
35637     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
35638     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
35639         previously.
35640     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
35641         Twr=15ns, and this was already the setting in DDR_MODE)
35642     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
35643         Trp=15ns)
35644     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
35645         Tras=40ns)
35646     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
35647         Trcd=15ns)
35648     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
35649         Trfc=75ns)
35650     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
35651         on Tfaw=50ns)
35652     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
35653         on CL=3 and WL=2).
35654
35655     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35656     Acked-by: Kim Phillips <kim.phillips@freescale.com>
35657
35658 commit fc549c871f43933396a5b3e21d897023d4b31b8d
35659 Author: Michael Barkowski <michael.barkowski@freescale.com>
35660 Date:   Thu Mar 20 13:15:28 2008 -0400
35661
35662     mpc8323erdb: use readable DDR config macros
35663
35664     Use available shift/mask macros to define DDR configuration.
35665
35666     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35667     Acked-by: Kim Phillips <kim.phillips@freescale.com>
35668
35669 commit 89c7784ed90ba50301eec521144f95111e472906
35670 Author: Timur Tabi <timur@freescale.com>
35671 Date:   Fri Feb 8 13:15:55 2008 -0600
35672
35673     83xx: Add Vitesse VSC7385 firmware uploading
35674
35675     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
35676     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
35677     Cleaned up the board header files to make selecting the VSC7385 easier to
35678     control.
35679
35680     Signed-off-by: Timur Tabi <timur@freescale.com>
35681     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35682
35683 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
35684 Author: Timur Tabi <timur@freescale.com>
35685 Date:   Fri Feb 8 13:15:54 2008 -0600
35686
35687     NET: Add Vitesse VSC7385 firmware uploading
35688
35689     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
35690     and other boards.  A small firwmare must be uploaded to its on-board memory
35691     before it can be enabled.  This patch adds the code which uploads firmware
35692     (but not the firmware itself).
35693
35694     Previously, this feature was provided by a U-Boot application that was
35695     made available only on Freescale BSPs.  The VSC7385 firmware must still
35696     be obtained separately, but at least there is no longer a need for a separate
35697     application.
35698
35699     Signed-off-by: Timur Tabi <timur@freescale.com>
35700     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35701
35702 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
35703 Author: Wolfgang Denk <wd@denx.de>
35704 Date:   Wed Mar 26 00:52:10 2008 +0100
35705
35706     Coding Style cleanyp; update CHANGELOG
35707
35708     Signed-off-by: Wolfgang Denk <wd@denx.de>
35709
35710 commit 43ddd9c820fec44816188f53346b464e20b3142d
35711 Author: Jerry Van Baren <gvb.uboot@gmail.com>
35712 Date:   Sat Mar 22 14:23:49 2008 -0400
35713
35714     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
35715
35716     These defines embedded the u-boot env variables and/or the bd_t structure
35717     in the fdt blob.  The conclusion of discussion on the u-boot email list
35718     was that embedding these in the fdt blob is not useful: there are better
35719     ways of passing the data (in fact, the fdt blob itself replaces the
35720     bd_t struct).
35721
35722     The only board that enables these is the stxxtc and they don't appear
35723     to be used by linux.
35724
35725     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35726     Acked-by: Kim Phillips <kim.phillips@freescale.com>
35727
35728 commit 22ed2285743359fd1fe73e411dff914b2256e68f
35729 Author: Stefan Roese <sr@denx.de>
35730 Date:   Mon Mar 17 10:49:25 2008 +0100
35731
35732     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
35733
35734     Signed-off-by: Stefan Roese <sr@denx.de>
35735
35736 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
35737 Author: Kyungmin Park <kmpark@infradead.org>
35738 Date:   Mon Mar 17 08:54:06 2008 +0900
35739
35740     Add Flex-OneNAND booting support
35741
35742     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
35743     using a NOR Flash interface. This on-chip integration enables system designers
35744     to reduce external system logic and use high-density NAND Flash
35745     in applications that would otherwise have to use more NOR components.
35746
35747     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
35748     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
35749     that require low reliability and high density, SLC area of Flex-OneNAND
35750     to store data that need high reliability and high performance. Flex-OneNAND
35751     can let users take advantage of storing these two different types of data
35752     into one chip, which is making Flex-OneNAND more cost- and space-effective.
35753
35754     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
35755
35756 commit c512389cc4a10253249271ff6c887c6dab1f0db2
35757 Author: André Schwarz <andre.schwarz@matrix-vision.de>
35758 Date:   Thu Mar 13 13:50:52 2008 +0100
35759
35760     MPC5200: support setup without FEC
35761
35762     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
35763     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
35764
35765     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35766     Acked-by: Grant Likely <grant.likely@secretlab.ca>
35767
35768 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
35769 Author: Jon Loeliger <jdl@freescale.com>
35770 Date:   Wed Mar 5 18:05:46 2008 -0600
35771
35772     FSL: Move board/mpc8266ads under board/freescale
35773
35774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35775
35776 commit 7f1d846e5c5754449c286587d099d85246062772
35777 Author: Jon Loeliger <jdl@freescale.com>
35778 Date:   Wed Mar 5 18:05:47 2008 -0600
35779
35780     FSL: Move board/mpc7448hpc2 under board/freescale
35781
35782     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35783
35784 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
35785 Author: Jon Loeliger <jdl@freescale.com>
35786 Date:   Wed Mar 5 18:05:45 2008 -0600
35787
35788     FSL: Move board/mpc8260ads under board/freescale
35789
35790     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35791
35792 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
35793 Author: goda.yusuke <goda.yusuke@renesas.com>
35794 Date:   Wed Mar 5 17:08:33 2008 +0900
35795
35796     net: Add support AX88796L ethernet device
35797
35798     AX88796L is device of NE2000 compatible.
35799     This patch support AX88796L ethernet device.
35800
35801     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
35802     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35803
35804 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
35805 Author: Wolfgang Denk <wd@denx.de>
35806 Date:   Tue Mar 25 22:50:41 2008 +0100
35807
35808     ne2000 driver: change #ifdef to Makefile conditional compilation
35809
35810     Signed-off-by: Wolfgang Denk <wd@denx.de>
35811
35812 commit e710185aae90c64d39c2d453e40e58ceefe4f250
35813 Author: goda.yusuke <goda.yusuke@renesas.com>
35814 Date:   Wed Mar 5 17:08:20 2008 +0900
35815
35816     net: Divided code of NE2000 ethernet driver
35817
35818     There are more devices of the NE2000 base.
35819     A present code is difficult for us to support more devices.
35820     To support more NE2000 clone devices, separated the function.
35821
35822     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
35823     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35824
35825 commit 395bce4f59a507a60a475f7ee46bed47de9482df
35826 Author: Mike Frysinger <vapier@gentoo.org>
35827 Date:   Sun Feb 24 23:58:13 2008 -0500
35828
35829     net/Blackfin: move on-chip MAC driver into drivers/net/
35830
35831     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
35832     directory, but it is not board specific, so relocate it to the drivers dir
35833     so that other Blackfin ports can utilize it.
35834
35835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35836
35837 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
35838 Author: Mike Frysinger <vapier@gentoo.org>
35839 Date:   Sun Feb 24 23:52:35 2008 -0500
35840
35841     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
35842
35843     Since the "ssync" instruction may have hardware anomalies associated with
35844     it, have the smc91111 driver use the SSYNC macro rather than invoking it
35845     directly.  We workaround all the anomalies via this macro.
35846
35847     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35848
35849 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
35850 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35851 Date:   Sun Feb 17 22:57:47 2008 +0000
35852
35853     8xx: Update OF support on 8xx
35854
35855     This patch does some shifting around of OF support on 8xx.
35856
35857     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35858
35859 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
35860 Author: Kumar Gala <galak@kernel.crashing.org>
35861 Date:   Fri Feb 15 15:16:18 2008 -0600
35862
35863     ppc: Allow boards to specify how much memory they can map
35864
35865     For historical reasons we limited the stack to 256M because some boards
35866     could only map that much via BATS.  However newer boards are capable of
35867     mapping more memory (for example 85xx is capble of doing up to 2G).
35868
35869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35870
35871 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
35872 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35873 Date:   Fri Feb 15 01:05:58 2008 +0000
35874
35875     8xx : Add OF support to Adder875 board port - resubmit
35876
35877     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35878
35879 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
35880 Author: Kumar Gala <galak@kernel.crashing.org>
35881 Date:   Thu Feb 14 20:44:42 2008 -0600
35882
35883     Add setexpr command
35884
35885     Add a simple expr style command that will set an env variable as the result
35886     of the command.  This allows us to do simple math in shell.  The following
35887     operations are supported: &, |, ^, +, -, *, /.
35888
35889     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35890
35891 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
35892 Author: Jon Loeliger <jdl@freescale.com>
35893 Date:   Wed Mar 5 17:27:48 2008 -0600
35894
35895     FSL: Move board/mpc7448hpc2 under board/freescale
35896
35897     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35898
35899 commit 449c703374a8868453425e15da7e2f76221b72e4
35900 Author: Jon Loeliger <jdl@freescale.com>
35901 Date:   Wed Mar 5 17:21:43 2008 -0600
35902
35903     FSL: Move board/mpc8266ads under board/freescale
35904
35905     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35906
35907 commit 5863577989ad689427bb750107e9a75f1c1645d2
35908 Author: Jon Loeliger <jdl@freescale.com>
35909 Date:   Wed Mar 5 16:41:41 2008 -0600
35910
35911     FSL: Move board/mpc8260ads under board/freescale
35912
35913     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35914
35915 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
35916 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35917 Date:   Tue Mar 25 21:30:08 2008 +0900
35918
35919     [MIPS] Move gth2_config from ARM section to MIPS
35920
35921     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35922
35923 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
35924 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35925 Date:   Tue Mar 25 21:30:07 2008 +0900
35926
35927     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
35928
35929     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35930
35931 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
35932 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35933 Date:   Tue Mar 25 21:30:07 2008 +0900
35934
35935     [MIPS] Fix dcache_status()
35936
35937     You can't judge UNCACHED by Config.K0 LSB.
35938
35939     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35940
35941 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
35942 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35943 Date:   Tue Mar 25 21:30:07 2008 +0900
35944
35945     [MIPS] Introduce _machine_restart
35946
35947     Handles machine specific functions by using weak functions.
35948
35949     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35950
35951 commit decaba6f5cf386d569ac3997bebb871b966c6b18
35952 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35953 Date:   Tue Mar 25 21:30:07 2008 +0900
35954
35955     [MIPS] Cleanup CP0 Status initialization
35956
35957     Add setup_c0_status from Linux. For the moment we disable interrupts, set
35958     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
35959     reset-time configuration and will work well across most processors.
35960
35961     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35962
35963 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
35964 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35965 Date:   Tue Mar 25 21:30:07 2008 +0900
35966
35967     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
35968
35969     Without this change, we'll be suffering from deffered WATCH exception
35970     once Status.EXL is cleared. Make sure Cause.WP is cleared.
35971
35972     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35973
35974 commit 26138623230ca2bad3c78e05a65527ea70c8b688
35975 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35976 Date:   Tue Mar 25 21:30:07 2008 +0900
35977
35978     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
35979
35980     Move things to appropriate place.
35981
35982     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35983
35984 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
35985 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35986 Date:   Tue Mar 25 21:30:06 2008 +0900
35987
35988     [MIPS] Implement flush_cache()
35989
35990     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
35991     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
35992     function is used not only in U-Boot specfic programs but also at loading
35993     target binaries.
35994
35995     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35996
35997 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
35998 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35999 Date:   Tue Mar 25 21:30:06 2008 +0900
36000
36001     [MIPS] Fix I-/D-cache initialization loops
36002
36003     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
36004     again per a loop for I-cache initialization. But according to 'See MIPS
36005     Run', we're encouraged to use three separate loops rather than combining
36006     them *for both I- and D-cache*. This patch tries to fix this.
36007
36008     In accordance with fixing above, mips_init_[id]cache are separated from
36009     mips_cache_reset(), and rewrite cache loops are completely rewritten with
36010     useful macros.
36011
36012     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36013
36014 commit 1898840797c7f50799377bd5b285a8a93a82c419
36015 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36016 Date:   Tue Mar 25 21:30:06 2008 +0900
36017
36018     [MIPS] Replace memory clearance code with f_fill64
36019
36020     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
36021
36022     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36023
36024 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
36025 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36026 Date:   Tue Mar 25 21:30:06 2008 +0900
36027
36028     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
36029
36030     This patch replaces the current function definitions with NESTED, LEAF
36031     and END macro. They specify some more additional information about the
36032     function; an alignment of symbol, type of symbol, stack frame usage, etc.
36033     These information explicitly tells the assembler and the debugger about
36034     the types of code we want to generate.
36035
36036     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36037
36038 commit 282223a607c611425fa33f5428f8eae6636972bb
36039 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36040 Date:   Tue Mar 25 11:43:17 2008 +0900
36041
36042     [MIPS] asm headers' updates
36043
36044     Make some asm headers adjusted to the latest Linux kernel.
36045
36046     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36047
36048 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
36049 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36050 Date:   Tue Mar 25 11:39:29 2008 +0900
36051
36052     [MIPS] Request for the 'mips_cache_lock()' removal
36053
36054     The initial intension of having mips_cache_lock() was to use the cache
36055     as memory for temporary stack use so that a C environment can be set up
36056     as early as possible.
36057
36058     But now mips_cache_lock() follow lowlevel_init(). We've already have the
36059     real memory initilaized at this point, therefore we could/should use it.
36060     No reason to lock at all.
36061
36062     Other problems:
36063
36064     Cache locking is not consistent across MIPS implementaions. Some imple-
36065     mentations don't support locking at all. The style of locking varies -
36066     some support per line locking, others per way, etc. Some parts use bits
36067     in status registers instead of cache ops. Current mips_cache_lock() is
36068     not necessarily general-purpose.
36069
36070     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
36071     they are never get unlocked, so the code relies on whatever gets loaded
36072     after U-Boot to re-initialize the cache and clear the locks. We're sup-
36073     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
36074     but leave the situation as it is for a long time.
36075
36076     For these reasons, I proposed the removal of mips_cache_lock() from the
36077     global start-up code.
36078
36079     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
36080     *things have changed*. If he wants the same behavior as before, he needs
36081     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
36082
36083     If we don't have any regression report through several releases, then
36084     we'll remove codes entirely.
36085
36086     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36087     Acked-by: Andrew Dyer <amdyer@gmail.com>
36088
36089 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
36090 Author: Yuri Tikhonov <yur@emcraft.com>
36091 Date:   Mon Mar 24 11:30:54 2008 +0100
36092
36093     lwmon5 SYSMON POST: fix backlight control
36094
36095     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
36096     run on the board, then the SYSMON POST controls the display backlight
36097     (doesn't switch backlight ON if POST FAILED, and does switch the
36098     backlight ON if PASSED).
36099
36100     If not, then the video driver controls the display backlight (just
36101     switch ON the backlight upon initialization).
36102
36103     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36104
36105 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
36106 Author: Yuri Tikhonov <yur@emcraft.com>
36107 Date:   Mon Mar 24 11:29:14 2008 +0100
36108
36109     lwmon5 SYSMON POST: fix handling of negative temperatures
36110
36111     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
36112
36113     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36114
36115 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
36116 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36117 Date:   Fri Mar 7 16:04:25 2008 +0900
36118
36119     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
36120
36121     In current source code, when the device number of PCI is 0, process PCI
36122     bridge without fail. However, when the device number is 0, it is not PCI
36123     always bridge. There are times when device of PCI allocates.
36124
36125     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
36126     use this patch.
36127
36128     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36129     Acked-by: Stefan Roese <sr@denx.de>
36130
36131 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
36132 Author: Yuri Tikhonov <yur@emcraft.com>
36133 Date:   Fri Mar 21 09:18:40 2008 +0100
36134
36135     LWMON5: fix dsPIC POST
36136
36137     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
36138
36139     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
36140
36141 commit 388b82fddc7c05596f3f615f190da0448227dc82
36142 Author: Bartlomiej Sieka <tur@semihalf.com>
36143 Date:   Thu Mar 20 23:23:13 2008 +0100
36144
36145     [new uImage] Enable new uImage support for the pcs440ep board.
36146
36147     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36148
36149 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
36150 Author: Bartlomiej Sieka <tur@semihalf.com>
36151 Date:   Thu Mar 20 23:23:13 2008 +0100
36152
36153     [new uImage] Do not compile new uImage format support by default
36154
36155     Disable default building of new uImage format support in preparation
36156     for merge with the master. Support for new format can be enabled on
36157     a per-board basis, by defining the following in the board's config file:
36158
36159     #define CONFIG_FIT             1
36160     #define CONFIG_OF_LIBFDT       1
36161
36162     This can be optionally defined to give more verbose output:
36163
36164     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
36165
36166     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36167
36168 commit dafaede8a46c7159310239e036c93e31c6374487
36169 Author: Bartlomiej Sieka <tur@semihalf.com>
36170 Date:   Thu Mar 20 23:20:31 2008 +0100
36171
36172     [new uImage] Disable debuging output in preparation for merge with master
36173
36174     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36175
36176 commit fbe7a155027beacebaee9b32e1ada781fe924bca
36177 Author: Bartlomiej Sieka <tur@semihalf.com>
36178 Date:   Thu Mar 20 19:38:45 2008 +0100
36179
36180     [new uImage] Compilation and new uImage handling fixes for imxtract
36181
36182     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
36183     include/config_cmd_default.h. Fix few warnings and handling of new format
36184     images.
36185
36186     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36187
36188 commit 36cc8cbb3379d5166f882641123521735c469f92
36189 Author: Bartlomiej Sieka <tur@semihalf.com>
36190 Date:   Thu Mar 20 23:10:19 2008 +0100
36191
36192     [new uImage] Fix autoscr command used with new uImage format
36193
36194     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36195
36196 commit 43142e817f0597be412e7cbe19413f5532eafa5d
36197 Author: Bartlomiej Sieka <tur@semihalf.com>
36198 Date:   Thu Mar 20 23:10:19 2008 +0100
36199
36200     [new uImage] Fix *.its files location in documentation
36201
36202     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36203
36204 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
36205 Author: Wolfgang Denk <wd@denx.de>
36206 Date:   Thu Mar 20 22:01:38 2008 +0100
36207
36208     lwmon5 POST: remove unreachable code
36209
36210     plus some coding style cleanup
36211
36212     Signed-off-by: Wolfgang Denk <wd@denx.de>
36213
36214 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
36215 Author: Yuri Tikhonov <yur@emcraft.com>
36216 Date:   Thu Mar 20 17:56:04 2008 +0300
36217
36218     LWMON5: POST RTC fix
36219
36220     Modify the RTC API to provide one a status for the time reported by
36221     the rtc_get() function:
36222       0 - a reliable time is guaranteed,
36223     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
36224           and so on).
36225
36226     The RTC chip drivers are responsible for providing this info if the
36227     corresponding chip supports such functionality. If not - always
36228     report that the time is reliable.
36229
36230     The POST RTC test was modified to detect the RTC faults utilizing
36231     this new rtc_get() feature.
36232
36233     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36234
36235 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
36236 Author: Martin Krause <martin.krause@tqs.de>
36237 Date:   Wed Mar 19 14:25:14 2008 +0100
36238
36239     TQM5200B: update MTD partition layout
36240
36241     - insert partition for dtb blob to TQM5200B MTD layout
36242     - set env variables dependent on the configured board
36243       (TQM5200 or TQM5200B)
36244
36245     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36246
36247 commit f0105727d132f56a21fa3ed8b162309cca6cac44
36248 Author: Stefan Roese <sr@denx.de>
36249 Date:   Wed Mar 19 07:09:26 2008 +0100
36250
36251     CFI: Small cleanup for FLASH_SHOW_PROGRESS
36252
36253     With this patch we don't need that many #ifdef's in the code. It moves
36254     the subtraction into the macro and defines a NOP-macro when
36255     CONFIG_FLASH_SHOW_PROGRESS is not defined.
36256
36257     Signed-off-by: Stefan Roese <sr@denx.de>
36258     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
36259
36260 commit 9a042e9ca512beaaa2cb450274313fc477141241
36261 Author: Jerry Van Baren <gvb.uboot@gmail.com>
36262 Date:   Sat Mar 8 13:48:01 2008 -0500
36263
36264     Flash programming progress countdown.
36265
36266     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36267
36268 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
36269 Author: Bartlomiej Sieka <tur@semihalf.com>
36270 Date:   Wed Mar 19 10:00:06 2008 +0100
36271
36272     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
36273
36274     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36275
36276 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
36277 Author: David Gibson <david@gibson.dropbear.id.au>
36278 Date:   Mon Feb 18 18:09:04 2008 +1100
36279
36280     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
36281
36282     Since fdt_node_offset_by_compatible() was converted to the new
36283     fdt_next_node() iterator, a chunk of initialization code became
36284     redundant, but was not removed by oversight.  This patch cleans it up.
36285
36286     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36287
36288 commit d0ccb9b140b472039732de102fc14597eedb14df
36289 Author: David Gibson <david@gibson.dropbear.id.au>
36290 Date:   Mon Feb 18 18:06:31 2008 +1100
36291
36292     libfdt: Trivial cleanup for CHECK_HEADER)
36293
36294     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
36295     However, there are a handful of functions (fdt_move, rw_check_header,
36296     fdt_open_into) from other files which could also use it (currently
36297     they open-code something more-or-less identical).  Therefore, this
36298     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
36299     places.
36300
36301     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36302
36303 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
36304 Author: Kumar Gala <galak@kernel.crashing.org>
36305 Date:   Wed Feb 20 14:32:36 2008 -0600
36306
36307     Fix fdt boardsetup command parsing
36308
36309     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
36310
36311     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36312
36313 commit 804887e6001e2f00bea11431bf34d6d472512cda
36314 Author: Kumar Gala <galak@kernel.crashing.org>
36315 Date:   Fri Feb 15 03:34:36 2008 -0600
36316
36317     Add sub-commands to fdt
36318
36319     fdt header                          - Display header info
36320     fdt bootcpu <id>                    - Set boot cpuid
36321     fdt memory <addr> <size>            - Add/Update memory node
36322     fdt rsvmem print                    - Show current mem reserves
36323     fdt rsvmem add <addr> <size>        - Add a mem reserve
36324     fdt rsvmem delete <index>           - Delete a mem reserves
36325
36326     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36327
36328 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
36329 Author: David Gibson <david@gibson.dropbear.id.au>
36330 Date:   Thu Feb 14 16:50:34 2008 +1100
36331
36332     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
36333
36334     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
36335     node which has NOP tags interspersed with its properties.  In this
36336     case fdt_add_subnode_namelen() will put the new subnode before the
36337     first NOP tag, even if there are properties after it, which will
36338     result in an invalid blob.
36339
36340     This patch fixes the bug, and adds a testcase for it.
36341
36342     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36343
36344 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
36345 Author: David Gibson <david@gibson.dropbear.id.au>
36346 Date:   Tue Feb 12 11:58:31 2008 +1100
36347
36348     libfdt: Add and use a node iteration helper function.
36349
36350     This patch adds an fdt_next_node() function which can be used to
36351     iterate through nodes of the tree while keeping track of depth.  This
36352     function is used to simplify the iteration code in a lot of other
36353     functions, and is also exported for use by library users.
36354
36355     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36356
36357 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
36358 Author: David Gibson <david@gibson.dropbear.id.au>
36359 Date:   Fri Jan 11 14:55:05 2008 +1100
36360
36361     libfdt: Add fdt_set_name() function
36362
36363     This patch adds an fdt_set_name() function to libfdt, mirroring
36364     fdt_get_name().  This is a r/w function which alters the name of a
36365     given device tree node.
36366
36367     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36368
36369 commit 23e20aa6488e6c0622496549861bfdc74108debe
36370 Author: Yuri Tikhonov <yur@pollux.denx.de>
36371 Date:   Tue Mar 18 13:33:30 2008 +0100
36372
36373     lwmon5: Fix register test logic to match the specific GDC h/w.
36374
36375     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36376     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36377
36378 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
36379 Author: Yuri Tikhonov <yur@pollux.denx.de>
36380 Date:   Tue Mar 18 13:27:57 2008 +0100
36381
36382     Fix backlight in the lwmon5 POST.
36383
36384     Backlight was switched on even when temperature was too low.
36385
36386     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36387     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36388
36389 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
36390 Author: Yuri Tikhonov <yur@pollux.denx.de>
36391 Date:   Wed Feb 6 18:48:36 2008 +0100
36392
36393     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).
36394
36395      To enable this, alternative, configuration the U-Boot board configuration
36396     file for lwmon5 includes the definitions of alternative addresses for header
36397     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
36398
36399      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
36400     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
36401     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
36402
36403     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36404
36405 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
36406 Author: Yuri Tikhonov <yur@pollux.denx.de>
36407 Date:   Mon Feb 4 17:11:53 2008 +0100
36408
36409     Add support for the lwmon5 board reset via GPIO58.
36410
36411     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36412     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36413
36414 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
36415 Author: Yuri Tikhonov <yur@pollux.denx.de>
36416 Date:   Mon Feb 4 17:09:55 2008 +0100
36417
36418     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
36419
36420     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36421     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36422
36423 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
36424 Author: Yuri Tikhonov <yur@pollux.denx.de>
36425 Date:   Mon Feb 4 14:11:03 2008 +0100
36426
36427     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.
36428
36429     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36430     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36431
36432 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
36433 Author: Yuri Tikhonov <yur@pollux.denx.de>
36434 Date:   Mon Feb 4 14:10:42 2008 +0100
36435
36436     The patch adds new POST tests for the Lwmon5 board. These are:
36437
36438     * External Watchdog test;
36439     * dsPIC tests;
36440     * FPGA test;
36441     * GDC test;
36442     * Sysmon tests.
36443
36444     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36445     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36446
36447 commit c2ed33efbfff5767bca236828e021c55fd547b6c
36448 Author: Yuri Tikhonov <yur@pollux.denx.de>
36449 Date:   Mon Feb 4 14:10:01 2008 +0100
36450
36451     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
36452
36453     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36454
36455 commit 3a5d1e7f1309998791702b2a559e3126781746b9
36456 Author: Yuri Tikhonov <yur@pollux.denx.de>
36457 Date:   Tue Mar 18 13:33:30 2008 +0100
36458
36459     lwmon5: Fix register test logic to match the specific GDC h/w.
36460
36461     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36462     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36463
36464 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
36465 Author: Yuri Tikhonov <yur@pollux.denx.de>
36466 Date:   Tue Mar 18 13:27:57 2008 +0100
36467
36468     Fix backlight in the lwmon5 POST.
36469
36470     Backlight was switcehd on even when temperature was too low.
36471
36472     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36473     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36474
36475 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
36476 Author: Yuri Tikhonov <yur@pollux.denx.de>
36477 Date:   Wed Feb 6 18:48:36 2008 +0100
36478
36479      The patch introduces the alternative configuration of the log buffer for
36480     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
36481     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
36482     PPC440EPX_GPT0_COMP5).
36483
36484      To enable this, alternative, configuration the U-Boot board configuration
36485     file for lwmon5 includes the definitions of alternative addresses for header
36486     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
36487
36488      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
36489     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
36490     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
36491
36492     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36493
36494 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
36495 Author: Yuri Tikhonov <yur@pollux.denx.de>
36496 Date:   Mon Feb 4 17:11:53 2008 +0100
36497
36498     Add support for the lwmon5 board reset via GPIO58.
36499
36500     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36501     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36502
36503 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
36504 Author: Yuri Tikhonov <yur@pollux.denx.de>
36505 Date:   Mon Feb 4 17:09:55 2008 +0100
36506
36507     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
36508     Disable external watch-dog for now.
36509
36510     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36511     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36512
36513 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
36514 Author: Yuri Tikhonov <yur@pollux.denx.de>
36515 Date:   Mon Feb 4 14:11:03 2008 +0100
36516
36517     The patch introduces the CRITICAL feature of POST tests. If the test
36518     marked as POST_CRITICAL fails then the alternative, post_critical,
36519     boot-command is used. If this command is not defined then U-Boot
36520     enters into interactive mode.
36521
36522     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36523     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36524
36525 commit 65b20dcefc89618193fa51947968dada91e4c778
36526 Author: Yuri Tikhonov <yur@pollux.denx.de>
36527 Date:   Mon Feb 4 14:10:42 2008 +0100
36528
36529     The patch adds new POST tests for the Lwmon5 board.
36530     These are:
36531
36532     * External Watchdog test;
36533     * dsPIC tests;
36534     * FPGA test;
36535     * GDC test;
36536     * Sysmon tests.
36537
36538     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36539     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36540
36541 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
36542 Author: Yuri Tikhonov <yur@pollux.denx.de>
36543 Date:   Mon Feb 4 14:10:01 2008 +0100
36544
36545     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
36546
36547     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
36548
36549 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
36550 Author: Wolfgang Denk <wd@denx.de>
36551 Date:   Tue Mar 18 17:35:51 2008 +0100
36552
36553     HMI1001: fix compile problem.
36554
36555     Signed-off-by: Wolfgang Denk <wd@denx.de>
36556
36557 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
36558 Author: Mike Frysinger <vapier@gentoo.org>
36559 Date:   Mon Feb 18 05:32:30 2008 -0500
36560
36561     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
36562
36563     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
36564     for the board specific driver at all.  Just use the common CFI driver.
36565
36566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36567
36568 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
36569 Author: Mike Frysinger <vapier@gentoo.org>
36570 Date:   Tue Feb 19 00:36:14 2008 -0500
36571
36572     Blackfin: add proper ELF markings to some assembly functions
36573
36574     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36575
36576 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
36577 Author: Mike Frysinger <vapier@gentoo.org>
36578 Date:   Tue Feb 19 00:35:17 2008 -0500
36579
36580     Blackfin: new cplbinfo command for viewing cplb tables
36581
36582     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36583
36584 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
36585 Author: Mike Frysinger <vapier@gentoo.org>
36586 Date:   Mon Feb 18 05:37:51 2008 -0500
36587
36588     Blackfin: update MAINTAINERS list
36589
36590     Add maintainer information for the Blackfin boards.
36591
36592     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36593
36594 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
36595 Author: Mike Frysinger <vapier@gentoo.org>
36596 Date:   Mon Feb 18 05:26:48 2008 -0500
36597
36598     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
36599
36600     Stop tying things to the processor that should be tied to other defines and
36601     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
36602     system to select the -mcpu option.
36603
36604     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36605
36606 commit 86a20fb920bd198105acf7b1191117f566d637ed
36607 Author: Mike Frysinger <vapier@gentoo.org>
36608 Date:   Sat Feb 16 07:40:36 2008 -0500
36609
36610     Blackfin: move bootldr command to common code
36611
36612     This moves the Blackfin-common bootldr command out of the BF537-STAMP
36613     specific board directory and into the common directory so that all Blackfin
36614     boards may utilize it.
36615
36616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36617
36618 commit decbe029b2a9d3333d02c433389b1c821eea96d7
36619 Author: Heiko Schocher <hs@denx.de>
36620 Date:   Fri Mar 14 11:05:20 2008 +0100
36621
36622     mgcoge: update configuration
36623
36624     Fix configuration for mgcoge board
36625
36626     Signed-off-by: Heiko Schocher <hs@denx.de>
36627
36628 commit c136724cda0219c49f1d4b346f00da29b14fdf14
36629 Author: Wolfgang Denk <wd@denx.de>
36630 Date:   Sun Mar 16 01:22:59 2008 +0100
36631
36632     drivers/rtc/Makefile: keep list sorted
36633
36634     Signed-off-by: Wolfgang Denk <wd@denx.de>
36635
36636 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
36637 Author: Tor Krill <tor@excito.com>
36638 Date:   Sat Mar 15 15:40:26 2008 +0100
36639
36640     Add support for Intersil isl1208 RTC
36641
36642     Signed-off-by: Tor Krill <tor@excito.com>
36643
36644 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
36645 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36646 Date:   Sat Mar 15 17:36:41 2008 +0100
36647
36648     cramfs: Fix ifdef
36649
36650     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36651
36652 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
36653 Author: Wolfgang Denk <wd@denx.de>
36654 Date:   Sun Mar 16 01:12:58 2008 +0100
36655
36656     Conding style cleanup
36657
36658     Signed-off-by: Wolfgang Denk <wd@denx.de>
36659
36660 commit 41712b4e8c95dff23354bcd620e1f9477160c190
36661 Author: Stefan Roese <sr@denx.de>
36662 Date:   Wed Mar 5 12:31:53 2008 +0100
36663
36664     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
36665
36666     This patch adds USB OHCI support to the Canyonlands board port. It also
36667     enables EXT2 support.
36668
36669     Signed-off-by: Stefan Roese <sr@denx.de>
36670
36671 commit 2596f5b9d353ff3e4387a3325d05740f16958038
36672 Author: Stefan Roese <sr@denx.de>
36673 Date:   Wed Mar 5 12:29:32 2008 +0100
36674
36675     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
36676
36677     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
36678     way a board just needs to define this new option to enable the "force
36679     NoPowerSwitching mode" instead of adding new CPU/architecture defines
36680     to the USB source itself.
36681
36682     This new option will be used first with the new AMCC 460EX Canyonlands
36683     board port, which will be posted in a few days.
36684
36685     This patch also fixes a small compilation problem when DEBUG is enabled.
36686
36687     Signed-off-by: Stefan Roese <sr@denx.de>
36688
36689 commit 71665ebf88408ff2acb762af47989fd4365b321a
36690 Author: Stefan Roese <sr@denx.de>
36691 Date:   Mon Mar 3 17:27:02 2008 +0100
36692
36693     ppc4xx: Add Canyonlands NAND booting support
36694
36695     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
36696     NAND devices. The only bootstrap option for NAND booting is option F for
36697     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
36698     EEPROM needs to be programmed accordingly.
36699
36700     This patch adds basic NAND booting support for the AMCC Canyonlands aval
36701     board and also adds support to the "bootstrap" command, to enable NAND
36702     booting I2C setting.
36703
36704     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
36705
36706     Signed-off-by: Stefan Roese <sr@denx.de>
36707
36708 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
36709 Author: Stefan Roese <sr@denx.de>
36710 Date:   Tue Mar 11 16:53:00 2008 +0100
36711
36712     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
36713
36714     This patch adds support for the AMCC Canyonlands 460EX evaluation
36715     board.
36716
36717     Signed-off-by: Stefan Roese <sr@denx.de>
36718
36719 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
36720 Author: Stefan Roese <sr@denx.de>
36721 Date:   Tue Mar 11 16:52:24 2008 +0100
36722
36723     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
36724
36725     This patch adds support for the AMCC Canyonlands 460EX evaluation
36726     board.
36727
36728     Signed-off-by: Stefan Roese <sr@denx.de>
36729
36730 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
36731 Author: Stefan Roese <sr@denx.de>
36732 Date:   Tue Mar 11 16:51:17 2008 +0100
36733
36734     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
36735
36736     This patch adds support for the AMCC Canyonlands 460EX evaluation
36737     board.
36738
36739     Signed-off-by: Stefan Roese <sr@denx.de>
36740
36741 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
36742 Author: Stefan Roese <sr@denx.de>
36743 Date:   Tue Mar 11 15:11:43 2008 +0100
36744
36745     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
36746
36747     This patch adds basic support for the AMCC 460EX/460GT PPC's.
36748
36749     Signed-off-by: Stefan Roese <sr@denx.de>
36750
36751 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
36752 Author: Stefan Roese <sr@denx.de>
36753 Date:   Tue Mar 11 15:11:18 2008 +0100
36754
36755     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
36756
36757     This patch adds basic support for the AMCC 460EX/460GT PPC's.
36758
36759     Signed-off-by: Stefan Roese <sr@denx.de>
36760
36761 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
36762 Author: Stefan Roese <sr@denx.de>
36763 Date:   Tue Mar 11 15:07:10 2008 +0100
36764
36765     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
36766
36767     This patch adds basic support for the AMCC 460EX/460GT PPC's.
36768
36769     Signed-off-by: Stefan Roese <sr@denx.de>
36770
36771 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
36772 Author: Stefan Roese <sr@denx.de>
36773 Date:   Tue Mar 11 15:05:50 2008 +0100
36774
36775     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
36776
36777     This patch adds basic support for the AMCC 460EX/460GT PPC's.
36778
36779     Signed-off-by: Stefan Roese <sr@denx.de>
36780
36781 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
36782 Author: Stefan Roese <sr@denx.de>
36783 Date:   Tue Mar 11 15:05:26 2008 +0100
36784
36785     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
36786
36787     This patch adds basic support for the AMCC 460EX/460GT PPC's.
36788
36789     Signed-off-by: Stefan Roese <sr@denx.de>
36790
36791 commit 56e410178375d9f20be25fb24e180974f0ae120b
36792 Author: Stefan Roese <sr@denx.de>
36793 Date:   Tue Feb 19 22:07:57 2008 +0100
36794
36795     ppc4xx: interrupt.c reworked
36796
36797     This patch is a rework of the 4xx interrupt handling done while
36798     adding the 460EX/GT support. Interrupts are needed on 4xx for the
36799     EMAC driver.
36800
36801     Signed-off-by: Stefan Roese <sr@denx.de>
36802
36803 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
36804 Author: Stefan Roese <sr@denx.de>
36805 Date:   Tue Feb 19 22:01:57 2008 +0100
36806
36807     ppc4xx: program_tlb now uses 64bit physical addess
36808
36809     This patch changes the physical addess parameter from 32bit to 64bit.
36810     This is needed for 36bit 4xx platforms to access areas located
36811     beyond the 4GB border, like SoC peripherals (EBC etc.).
36812
36813     Signed-off-by: Stefan Roese <sr@denx.de>
36814
36815 commit c3307fa186af85771924c434997089b8104c0a46
36816 Author: Stefan Roese <sr@denx.de>
36817 Date:   Tue Feb 19 21:58:25 2008 +0100
36818
36819     ppc4xx: miiphy.c reworked
36820
36821     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
36822     badly neede some cleanup.
36823
36824     Signed-off-by: Stefan Roese <sr@denx.de>
36825
36826 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
36827 Author: Stefan Roese <sr@denx.de>
36828 Date:   Tue Feb 19 16:21:49 2008 +0100
36829
36830     rtc: Add M41T62 support
36831
36832     This patch add support for the STM M41T62 RTC. It is used and tested
36833     on the AMCC Canyonlands 406EX platform.
36834
36835     Signed-off-by: Stefan Roese <sr@denx.de>
36836
36837 commit 217d383e201adc7f2271145ae345ea5eae2b7170
36838 Author: Niklaus Giger <niklaus.giger@netstal.com>
36839 Date:   Mon Feb 25 18:46:43 2008 +0100
36840
36841     ppc4xx: Add 405GPr based MCU25 board specific files
36842
36843     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36844
36845 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
36846 Author: Niklaus Giger <niklaus.giger@netstal.com>
36847 Date:   Mon Feb 25 18:46:42 2008 +0100
36848
36849     ppc4xx: Add 405GPr based MCU25 board config file
36850
36851     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36852
36853 commit b05f35436b733a240559e77e46bed8439665ecc5
36854 Author: Niklaus Giger <niklaus.giger@netstal.com>
36855 Date:   Mon Feb 25 18:46:41 2008 +0100
36856
36857     ppc4xx: Add 405GPr based MCU25 board. Global files
36858
36859     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36860
36861 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
36862 Author: Niklaus Giger <niklaus.giger@netstal.com>
36863 Date:   Mon Feb 25 18:37:02 2008 +0100
36864
36865     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
36866
36867     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36868
36869 commit a079494853cc2bfeddb26673219db0b4b2b31566
36870 Author: Niklaus Giger <niklaus.giger@netstal.com>
36871 Date:   Mon Feb 25 18:37:01 2008 +0100
36872
36873     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
36874
36875     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
36876     the FLASH_CFI_LEGACY et al. config options.
36877
36878     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36879
36880 commit e4170e5a50c8110f792bc37472833ae669d69951
36881 Author: Stefan Roese <sr@denx.de>
36882 Date:   Tue Mar 11 13:52:25 2008 +0100
36883
36884     ppc4xx: Fix comment in 405EX DDR2 init code
36885
36886     Signed-off-by: Stefan Roese <sr@denx.de>
36887
36888 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
36889 Author: Bartlomiej Sieka <tur@semihalf.com>
36890 Date:   Fri Mar 14 16:22:34 2008 +0100
36891
36892     Add MD5 support to the new uImage format
36893
36894     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36895
36896 commit 0ede0c383530a418cf98be9122371a86573cd0db
36897 Author: Bartlomiej Sieka <tur@semihalf.com>
36898 Date:   Fri Mar 14 16:22:34 2008 +0100
36899
36900     Add the MD5 algorithm
36901
36902     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
36903     calculated using the md5() function -- see include/md5.h for details.
36904
36905     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36906
36907 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
36908 Author: Wolfgang Denk <wd@denx.de>
36909 Date:   Fri Mar 14 16:04:54 2008 +0100
36910
36911     tools/setlocalversion: use a git-describe-ish format
36912
36913     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
36914     where 'nnnnn' is the number of commits since the last tag (i.e.,
36915     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
36916     and to see how much has been changed since the referenced tag.
36917
36918     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
36919
36920     Signed-off-by: Wolfgang Denk <wd@denx.de>
36921
36922 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
36923 Author: Wolfgang Denk <wd@denx.de>
36924 Date:   Thu Mar 13 14:32:03 2008 +0100
36925
36926     HMI1001: add support for MPC5200 Rev. B processors.
36927
36928     Signed-off-by: Wolfgang Denk <wd@denx.de>
36929
36930 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
36931 Author: Wolfgang Denk <wd@denx.de>
36932 Date:   Thu Mar 13 14:29:49 2008 +0100
36933
36934     TQM5200: remove dead code
36935
36936     This board never used a MGT5100 processor.
36937
36938     Signed-off-by: Wolfgang Denk <wd@denx.de>
36939
36940 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
36941 Author: Marian Balakowicz <m8@semihalf.com>
36942 Date:   Wed Mar 12 12:14:15 2008 +0100
36943
36944     [new uImage] Fix build issue on ARM
36945
36946     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
36947
36948     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36949
36950 commit 3310c549a73a949430bfda90876df7552a1dab0c
36951 Author: Marian Balakowicz <m8@semihalf.com>
36952 Date:   Wed Mar 12 12:13:13 2008 +0100
36953
36954     [new uImage] Add new uImage format documentation and examples
36955
36956     Create doc/uImage.FIT documentation directory with the following files:
36957     - command_syntax_extensions.txt : extended command syntax description
36958     - howto.txt                     : short usage howto
36959     - source_file_format.txt        : internal new uImage format description
36960
36961     Add example image source files:
36962     - kernel.its
36963     - kernel_fdt.its
36964     - multi.its
36965
36966     Update README appropriately.
36967
36968     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36969     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36970
36971 commit 1ec73761d2e247078f4520a265d463e8b73391a2
36972 Author: Marian Balakowicz <m8@semihalf.com>
36973 Date:   Wed Mar 12 10:35:52 2008 +0100
36974
36975     [new uImage] Fix definition of common bootm_headers_t fields
36976
36977     verify, autostart and lmb fields are used regardless of CONFIG_FIT
36978     setting, move their definitions to common section.
36979
36980     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36981
36982 commit 1d1cb4270edc6a99276834064069717f9782c491
36983 Author: Marian Balakowicz <m8@semihalf.com>
36984 Date:   Wed Mar 12 10:35:51 2008 +0100
36985
36986     [new uImage] Fix build problems on trab board
36987
36988     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36989
36990 commit f773bea8e11f4a11c388dcee956b2444203e6b65
36991 Author: Marian Balakowicz <m8@semihalf.com>
36992 Date:   Wed Mar 12 10:35:46 2008 +0100
36993
36994     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
36995
36996     Save FIT configuration provied in the first bootm argument and use it
36997     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
36998     arguments are not specified.
36999
37000     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37001
37002 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
37003 Author: Marian Balakowicz <m8@semihalf.com>
37004 Date:   Wed Mar 12 10:33:01 2008 +0100
37005
37006     [new uImage] More verbose kernel image uncompress error message
37007
37008     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37009
37010 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
37011 Author: Marian Balakowicz <m8@semihalf.com>
37012 Date:   Wed Mar 12 10:33:01 2008 +0100
37013
37014     [new uImage] Use show_boot_progress() for new uImage format
37015
37016     This patch allocates a set of show_boot_progress() IDs for new uImage format
37017     and adds show_boot_progress() calls in new uImage format handling code.
37018
37019     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37020
37021 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
37022 Author: Marian Balakowicz <m8@semihalf.com>
37023 Date:   Wed Mar 12 10:33:01 2008 +0100
37024
37025     [new uImage] Add new uImage fromat support to fpga command
37026
37027     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37028
37029 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
37030 Author: Marian Balakowicz <m8@semihalf.com>
37031 Date:   Wed Mar 12 10:33:01 2008 +0100
37032
37033     [new uImage] Add new uImage format handling to other bootm related commands
37034
37035     Updated commands:
37036
37037     docboot  - cmd_doc.c
37038     fdcboot  - cmd_fdc.c
37039     diskboot - cmd_ide.c
37040     nboot    - cmd_nand.c
37041     scsiboot - cmd_scsi.c
37042     usbboot  - cmd_usb.c
37043
37044     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37045
37046 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
37047 Author: Marian Balakowicz <m8@semihalf.com>
37048 Date:   Wed Mar 12 10:33:00 2008 +0100
37049
37050     [new uImage] Add new uImage format support to imgextract command
37051
37052     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37053
37054 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
37055 Author: Marian Balakowicz <m8@semihalf.com>
37056 Date:   Wed Mar 12 10:33:00 2008 +0100
37057
37058     [new uImage] Add new uImage format support to autoscript routine
37059
37060     autoscript() routine is updated to accept second argument, which
37061     is only used for FIT images and provides a FIT subimage unit name.
37062
37063     autoscript() routine callers must now pass two arguments. For
37064     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
37065     variable 'autoscript_uname' is introduced and used as a FIT
37066     subimage unit name source.
37067
37068     autoscript command accepts extended syntax of the addr argument:
37069     addr:<subimg_uname>
37070
37071     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37072
37073 commit cd7c596e9f561dbbc17b717277438aee78cde14f
37074 Author: Marian Balakowicz <m8@semihalf.com>
37075 Date:   Wed Mar 12 10:33:00 2008 +0100
37076
37077     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
37078
37079     This patch updates architecture specific implementations of
37080     do_bootm_linux() adding new uImage format handling for
37081     operations like get kernel entry point address, get kernel
37082     image data start address.
37083
37084     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37085
37086 commit 3dfe110149311425919e6d6a14b561b4207498f1
37087 Author: Marian Balakowicz <m8@semihalf.com>
37088 Date:   Wed Mar 12 10:32:59 2008 +0100
37089
37090     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
37091
37092     This patch adds new node offset fields to struct bootm_headers
37093     and updates bootm_headers processing code to make use of them.
37094     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
37095
37096     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37097
37098 commit bc8ed486b125452ba3bd8344f052f437329150c5
37099 Author: Marian Balakowicz <m8@semihalf.com>
37100 Date:   Wed Mar 12 10:32:53 2008 +0100
37101
37102     [new uImage] ppc: Add new uImage format support to FDT handling routines
37103
37104     Support for new (FIT) format uImages is added to powerpc specific
37105     boot_get_fdt() routine which now recognizes, sanity checks FIT image
37106     and is able to access data sections of the requested component image.
37107
37108     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37109
37110 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
37111 Author: Marian Balakowicz <m8@semihalf.com>
37112 Date:   Wed Mar 12 10:14:57 2008 +0100
37113
37114     [new uImage] Re-enable interrupts for non automatic booting
37115
37116     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
37117     environment variable is not set to 'yes'.
37118
37119     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37120
37121 commit d985c8498c4e47095820da97aa722381d39172c5
37122 Author: Marian Balakowicz <m8@semihalf.com>
37123 Date:   Wed Mar 12 10:14:38 2008 +0100
37124
37125     [new uImage] Remove unnecessary arguments passed to ramdisk routines
37126
37127     boot_get_ramdisk() and image_get_ramdisk() do not need all
37128     cmdtp, flag, argc and argv arguments. Simplify routines definition.
37129
37130     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37131
37132 commit c87796483bc7c2900470dc747c367f602577608d
37133 Author: Marian Balakowicz <m8@semihalf.com>
37134 Date:   Wed Mar 12 10:12:37 2008 +0100
37135
37136     [new uImage] Add new uImage format support for ramdisk handling
37137
37138     This patch updates boot_get_ramdisk() routine adding format
37139     verification and handling for new (FIT) uImages.
37140
37141     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37142
37143 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
37144 Author: Marian Balakowicz <m8@semihalf.com>
37145 Date:   Wed Mar 12 10:01:05 2008 +0100
37146
37147     [new uImage] Add new uImage format support for kernel booting
37148
37149     New format uImages are recognized by the bootm command,
37150     validity of specified kernel component image is checked and
37151     its data section located and used for further processing
37152     (uncompress, load, etc.)
37153
37154     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37155
37156 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
37157 Author: Marian Balakowicz <m8@semihalf.com>
37158 Date:   Tue Mar 11 12:35:20 2008 +0100
37159
37160     [new uImage] Add new uImage format support for imls and iminfo commands
37161
37162     imls and iminfo can now recognize nad print out contents of the new (FIT)
37163     format uImages.
37164
37165     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37166
37167 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
37168 Author: Bartlomiej Sieka <tur@semihalf.com>
37169 Date:   Tue Mar 11 12:34:47 2008 +0100
37170
37171     [new uImage] Add support for new uImage format to mkimage tool
37172
37173     Support for the new uImage format (FIT) is added to mkimage tool.
37174     Commandline syntax is appropriately extended:
37175
37176     mkimage [-D dtc_options] -f fit-image.its fit-image
37177
37178     mkimage (together with dtc) takes fit-image.its and referenced therein
37179     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
37180     final image that can be transferred to the target (e.g., via tftp) and then
37181     booted using the bootm command in U-Boot.
37182
37183     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37184
37185 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
37186 Author: Marian Balakowicz <m8@semihalf.com>
37187 Date:   Mon Mar 10 17:53:49 2008 +0100
37188
37189     [new uImage] Make node unit names const in struct bootm_headers
37190
37191     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37192
37193 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
37194 Author: Marian Balakowicz <m8@semihalf.com>
37195 Date:   Fri Feb 29 21:24:06 2008 +0100
37196
37197     [new uImage] New uImage low-level API
37198
37199     Add FDT-based functions for handling new format component images,
37200     configurations, node operations, property get/set, etc.
37201
37202     fit_        - routines handling global new format uImage operations
37203                   like get/set top level property, process all nodes, etc.
37204     fit_image_  - routines handling component images subnodes
37205     fit_conf_   - routines handling configurations node
37206
37207     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37208     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37209
37210 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
37211 Author: Wolfgang Denk <wd@denx.de>
37212 Date:   Sun Mar 9 16:20:02 2008 +0100
37213
37214     Release v1.3.2
37215
37216     Update CHANGELOG for release.
37217
37218     Signed-off-by: Wolfgang Denk <wd@denx.de>
37219
37220 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
37221 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37222 Date:   Sun Mar 9 14:52:11 2008 +0100
37223
37224     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
37225
37226     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37227     Signed-off-by: Wolfgang Denk <wd@denx.de>
37228
37229 commit db695b78515ddb88a2d4f3357c120345efbf59ec
37230 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37231 Date:   Sun Mar 9 10:44:01 2008 +0100
37232
37233     scb9328: Fix flash warning: type qualifiers ignored on function return type
37234
37235     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37236
37237 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
37238 Author: Wolfgang Denk <wd@denx.de>
37239 Date:   Sun Mar 9 10:50:41 2008 +0100
37240
37241     esd/common/fpga.c: fix indentation.
37242
37243     Signed-off-by: Wolfgang Denk <wd@denx.de>
37244
37245 commit cc3843e36453e2b8db65d7e56de938ba045016a0
37246 Author: Wolfgang Denk <wd@denx.de>
37247 Date:   Sun Mar 9 10:33:31 2008 +0100
37248
37249     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
37250
37251     and get rid of a couple of unneeded casts.
37252
37253     Signed-off-by: Wolfgang Denk <wd@denx.de>
37254
37255 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
37256 Author: Wolfgang Denk <wd@denx.de>
37257 Date:   Sun Mar 9 10:09:53 2008 +0100
37258
37259     esd/common/fpga.c: fix 'assignment of read-only location' error
37260
37261     Signed-off-by: Wolfgang Denk <wd@denx.de>
37262
37263 commit c6fe4dabac066e8758345d249032768496983a3e
37264 Author: Wolfgang Denk <wd@denx.de>
37265 Date:   Sun Mar 9 02:13:19 2008 +0100
37266
37267     Makefile: make build silently again.
37268
37269     Signed-off-by: Wolfgang Denk <wd@denx.de>
37270
37271 commit 76babc86576f092573599334c85ec543fdbc6015
37272 Author: Wolfgang Denk <wd@denx.de>
37273 Date:   Sun Mar 9 02:07:49 2008 +0100
37274
37275     m501sk: Fix out of tree building
37276
37277     Signed-off-by: Wolfgang Denk <wd@denx.de>
37278
37279 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
37280 Author: Wolfgang Denk <wd@denx.de>
37281 Date:   Sun Mar 9 00:06:09 2008 +0100
37282
37283     ADS5121: fix out of tree build
37284
37285     and simplify Makefile a bit.
37286
37287     Signed-off-by: Wolfgang Denk <wd@denx.de>
37288
37289 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
37290 Author: Wolfgang Denk <wd@denx.de>
37291 Date:   Sat Mar 8 22:35:31 2008 +0100
37292
37293     Release v1.3.2
37294
37295     Signed-off-by: Wolfgang Denk <wd@denx.de>
37296
37297 commit 78a90f827df74520e939c794fc7413dace21c4db
37298 Author: Wolfgang Denk <wd@denx.de>
37299 Date:   Sat Mar 8 22:35:04 2008 +0100
37300
37301     Update CHANGELOG
37302
37303     Signed-off-by: Wolfgang Denk <wd@denx.de>
37304
37305 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
37306 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37307 Date:   Sat Mar 8 21:30:04 2008 +0100
37308
37309     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
37310
37311     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37312
37313 commit d75469d48c05795144f4b8ba76addbb4920a7bba
37314 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37315 Date:   Sat Mar 8 09:25:49 2008 +0900
37316
37317     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
37318
37319     When rtl_recv() of rtl8169 is called, OWNbit of status register
37320     is not enable occasionally.
37321     rtl_recv() doesn't work normally when the driver doesn't do
37322     appropriate processing.
37323     This patch fix this problem.
37324
37325     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37326
37327 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
37328 Author: Heiko Schocher <hs@denx.de>
37329 Date:   Fri Mar 7 08:15:28 2008 +0100
37330
37331     mgsuvd: update board configuration
37332
37333     initialize the UPIOx controller.
37334
37335     Signed-off-by: Heiko Schocher <hs@denx.de>
37336
37337 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
37338 Author: Heiko Schocher <hs@denx.de>
37339 Date:   Fri Mar 7 08:13:41 2008 +0100
37340
37341     mgcoge: update board configuration
37342
37343     add support for the config Flash.
37344     initialize the UPIOx controller.
37345
37346     Signed-off-by: Heiko Schocher <hs@denx.de>
37347
37348 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
37349 Author: Kim Phillips <kim.phillips@freescale.com>
37350 Date:   Fri Mar 7 12:27:31 2008 -0600
37351
37352     mpc83xx: make dtb basename file references equal those of linux
37353
37354     the dts file basenames were updated in linux - this helps avoid
37355     inadvertently loading any old dtbs laying around.
37356
37357     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37358
37359 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
37360 Author: Kim Phillips <kim.phillips@freescale.com>
37361 Date:   Wed Feb 27 16:08:22 2008 -0600
37362
37363     net: uec_phy: actually increment the timeout counter
37364
37365     allow u-boot to recover (and, e.g., switch to another interface) in the
37366     case where a PHY does not report autonegotiation is complete within its
37367     two second timeout value.
37368
37369     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37370
37371 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
37372 Author: Markus Brunner <super.firetwister@googlemail.com>
37373 Date:   Wed Mar 5 21:38:12 2008 +0100
37374
37375     fix taihu soft spi_read
37376
37377     The taihu board used gpio_read_out_bit which reads the output register and not
37378     the pin state.
37379
37380     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
37381
37382 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
37383 Author: Stefan Roese <sr@denx.de>
37384 Date:   Fri Mar 7 08:01:43 2008 +0100
37385
37386     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
37387
37388     Signed-off-by: Stefan Roese <sr@denx.de>
37389
37390 commit bd4458cb47abecabd406b1210457be96c69fc49d
37391 Author: Dave Liu <r63238@freescale.com>
37392 Date:   Tue Mar 4 16:59:22 2008 +0800
37393
37394     837xEMDS: Improve the system performance
37395
37396     1. Make the CSB bus pipeline depth as 4, and enable
37397        the repeat mode;
37398     2. Raise the eTSEC emergency priority;
37399     3. Use the highest IP blocks clock.
37400
37401     Signed-off-by: Dave Liu <daveliu@freescale.com>
37402
37403 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
37404 Author: Detlev Zundel <dzu@denx.de>
37405 Date:   Thu Mar 6 16:45:53 2008 +0100
37406
37407     Replace "run load; run update" with conditionalized "run load update".
37408
37409     The latter version stops when "run load" fails for whatever reasons
37410     rendering the combination *a lot* more secure.
37411
37412     Signed-off-by: Detlev Zundel <dzu@denx.de>
37413
37414 commit 6bc113886d7d316df1a4e459bec8baf027518551
37415 Author: Stefan Roese <sr@denx.de>
37416 Date:   Tue Mar 4 17:40:41 2008 +0100
37417
37418     net: Print error message upon net usage when no ethernet-interface is found
37419
37420     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
37421     defined. Then no ethernet interface is available but a simple "tftp"
37422     command will return without any error message which is quite confusing.
37423
37424     Signed-off-by: Stefan Roese <sr@denx.de>
37425
37426 commit a30a549a3553032d809e0356306b62de0b125901
37427 Author: Jon Loeliger <jdl@freescale.com>
37428 Date:   Tue Mar 4 10:03:03 2008 -0600
37429
37430     Remove erroneous or extra spd.h #includers.
37431
37432     Many of the spd.h #includers don't need it,
37433     and wanted to have spd_sdram() declared instead.
37434     Since they didn't get that, some also had open
37435     coded extern declarations of it instead or as well.
37436     Fix it all up by using spd_sdram.h where needed.
37437
37438     Signed-off-by: Jon Loeliger <jdl@freescale.com>
37439
37440 commit a4475386cef14af3fd88f0518b688e755669486d
37441 Author: Wolfgang Denk <wd@denx.de>
37442 Date:   Tue Mar 4 17:41:28 2008 +0100
37443
37444     PCS440EP: fix build problems (redundant #define)
37445
37446     Signed-off-by: Wolfgang Denk <wd@denx.de>
37447
37448 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
37449 Author: Stefan Roese <sr@denx.de>
37450 Date:   Tue Mar 4 17:39:25 2008 +0100
37451
37452     net: Print error message upon net usage when no ethernet-interface is found
37453
37454     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
37455     defined. Then no ethernet interface is available but a simple "tftp"
37456     command will return without any error message which is quite confusing.
37457
37458     Signed-off-by: Stefan Roese <sr@denx.de>
37459
37460 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
37461 Author: Wolfgang Denk <wd@denx.de>
37462 Date:   Tue Mar 4 17:38:50 2008 +0100
37463
37464     W7OLMC/W7OLMG: fix build problems (redundant #define)
37465
37466     Signed-off-by: Wolfgang Denk <wd@denx.de>
37467
37468 commit f9301e1cda296245ba052d7b08321199c3d0af9d
37469 Author: Wolfgang Denk <wd@denx.de>
37470 Date:   Tue Mar 4 14:58:31 2008 +0100
37471
37472     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
37473
37474     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
37475     problem for out-of-tree builds which caused "make clean" to fail.
37476
37477     Signed-off-by: Wolfgang Denk <wd@denx.de>
37478
37479 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
37480 Author: Wolfgang Denk <wd@denx.de>
37481 Date:   Tue Mar 4 11:58:26 2008 +0100
37482
37483     examples/Makefile: build "hello_world" on 8xx, too.
37484
37485     Signed-off-by: Wolfgang Denk <wd@denx.de>
37486
37487 commit 74eb0222594fd23aafdf168e60e872814eea8b62
37488 Author: Mike Nuss <mike@terascala.com>
37489 Date:   Mon Mar 3 15:27:05 2008 -0500
37490
37491     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
37492
37493     Every now and then a Sequoia board (or equivalent hardware) had
37494     problems connecting to a Gigabit capable network interface.
37495
37496     There were differences in the PHY setup between Linux and U-Boot.
37497
37498     This patch fixes the problem. Apparently "remote fault" is being set,
37499     which signals to some devices (on the other end of the cable) that a
37500     fault has occurred, while other devices ignore it. I believe the RF bit
37501     was causing the issue, but I removed T4 also, to match up with Linux.
37502
37503     Signed-off-by: Mike Nuss <mike@terascala.com>
37504
37505 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
37506 Author: Timur Tabi <timur@freescale.com>
37507 Date:   Mon Mar 3 09:58:52 2008 -0600
37508
37509     fix QE firmware uploading limit
37510
37511     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
37512     systems with more than one RISC core.
37513
37514     Signed-off-by: Timur Tabi <timur@freescale.com>
37515
37516 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
37517 Author: Bernhard Nemec <bnemec@ganssloser.com>
37518 Date:   Mon Mar 3 11:57:23 2008 +0000
37519
37520     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
37521
37522     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
37523     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
37524
37525     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
37526
37527 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
37528 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
37529 Date:   Mon Mar 3 10:39:13 2008 +0200
37530
37531     fix copy from ram to dataflash
37532
37533     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
37534     routines instead of dataflash. This is because it checks "if source
37535     address is not dataflash" instead of target address.
37536
37537     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
37538
37539 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
37540 Author: Wolfgang Denk <wd@denx.de>
37541 Date:   Mon Mar 3 12:16:44 2008 +0100
37542
37543     Fix quoting problem (preboot setting) in many board config files.
37544
37545     Signed-off-by: Wolfgang Denk <wd@denx.de>
37546
37547 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
37548 Author: Wolfgang Denk <wd@denx.de>
37549 Date:   Mon Mar 3 12:36:49 2008 +0100
37550
37551     ADS5121: Fix default environment.
37552
37553     Signed-off-by: Wolfgang Denk <wd@denx.de>
37554
37555 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
37556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37557 Date:   Sun Mar 2 16:12:31 2008 +0100
37558
37559     Makefile: Fix missing unconfig and mkconfig use
37560
37561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37562
37563 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
37564 Author: michael <trimarchi@gandalf.sssup.it>
37565 Date:   Sun Mar 2 23:33:46 2008 +0100
37566
37567     Fix checking fat32 cluster size.
37568
37569     This fixes the cluster size tests in the FAT32 file system.
37570     The current implementation of VFAT support doesn't work if the
37571     referred cluster has an offset > 16bit representation, causing
37572     "fatload" and "fatls" commands etc. to fail.
37573
37574     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
37575
37576 commit 661bad63a076a96c39c64f136915f146725af92b
37577 Author: Wolfgang Denk <wd@denx.de>
37578 Date:   Sun Mar 2 22:57:23 2008 +0100
37579
37580     Prepare v1.3.2-rc2 release candidate
37581
37582     Signed-off-by: Wolfgang Denk <wd@denx.de>
37583
37584 commit 76957cb3d621bf664311908e5962e151c633c285
37585 Author: Stefan Roese <sr@denx.de>
37586 Date:   Sat Mar 1 12:11:40 2008 +0100
37587
37588     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
37589
37590     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
37591     currently 4k/2k is configured. This patch fixes this issue.
37592
37593     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
37594
37595     Signed-off-by: Stefan Roese <sr@denx.de>
37596
37597 commit 118978c8eb43803e2794233922df4249fa278b83
37598 Author: Woodruff, Richard <r-woodruff2@ti.com>
37599 Date:   Fri Feb 29 17:34:35 2008 -0600
37600
37601     Fix alignment error on ARM for modules
37602
37603     Fix alignment fault on ARM when running modules.  With out an explicit
37604     linker file gcc4.2.1 will half word align __bss_start's value.  The word
37605     dereference will crash hello_world.
37606
37607     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
37608
37609 commit ce1120dd703e6f12c59e4eba9962356a0300b832
37610 Author: Dave Liu <r63238@freescale.com>
37611 Date:   Fri Feb 29 17:45:31 2008 +0800
37612
37613     fs: Fix ext2 read issue
37614
37615     The ext2 aligned process will corrupt the key
37616     data struct, the patch fix this.
37617
37618     Signed-off-by: Dave Liu <daveliu@freescale.com>
37619
37620 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
37621 Author: Wolfgang Denk <wd@denx.de>
37622 Date:   Sun Mar 2 22:45:33 2008 +0100
37623
37624     Makefile: cleanup "clean" target
37625
37626     Make sure CDPATH settings cannot interfere.
37627     Update CHANGELOG.
37628
37629     Signed-off-by: Wolfgang Denk <wd@denx.de>
37630
37631 commit ffda586fc1373243c9794babde69500f6293a8d8
37632 Author: Li Yang <leoli@freescale.com>
37633 Date:   Fri Feb 29 11:46:05 2008 +0800
37634
37635     add cscope build target
37636
37637     Add cscope build target to generate cscope database for code browsing.
37638
37639     Signed-off-by: Li Yang <leoli@freescale.com>
37640
37641 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
37642 Author: Kim Phillips <kim.phillips@freescale.com>
37643 Date:   Wed Feb 27 15:06:39 2008 -0600
37644
37645     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
37646
37647     erratum 5.6 states the autoneg completion bit is functional only if the
37648     autoneg bit is asserted.
37649
37650     This fixes any secondarily-issued networking commands on non-gigabit
37651     links on the mpc8360 mds board.
37652
37653     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37654
37655 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
37656 Author: John Rigby <jrigby@freescale.com>
37657 Date:   Tue Feb 26 09:38:14 2008 -0700
37658
37659     MPC5121e ADS PCI support take 3
37660
37661     Adds PCI support for MPC5121
37662
37663     Tested with drivers/net/rtl8139.c
37664
37665     Support is conditional since PCI on old silicon does not work.
37666
37667     ads5121_PCI_config turns on PCI
37668
37669     In this version, condition compilation of PCI code has been moved
37670     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
37671     suggested by Jean-Christophe PLAGNIOL-VILLARD
37672
37673     Signed-off-by: John Rigby <jrigby@freescale.com>
37674
37675 commit 44b4dbed4133f657705b7c5193209da9978243a7
37676 Author: Anatolij Gustschin <agust@denx.de>
37677 Date:   Mon Feb 25 23:53:07 2008 +0100
37678
37679     Fix warnings while compilation of post/drivers/memory.c
37680
37681     Fix warnings while compilation with new gcc in eldk-4.2
37682
37683     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37684
37685 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
37686 Author: Anatolij Gustschin <agust@denx.de>
37687 Date:   Mon Feb 25 20:54:04 2008 +0100
37688
37689     ppc4xx: Fix problem in 4xx_enet.c driver
37690
37691     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
37692     enabled. To reproduce the problem ensure that 'ethrotate'
37693     environment variable isn't set to "no" and then run
37694     "tftp 200000 not_existent_file".
37695     This patch tries to fix the issue.
37696
37697     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37698
37699 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
37700 Author: Anatolij Gustschin <agust@denx.de>
37701 Date:   Mon Feb 25 20:04:20 2008 +0100
37702
37703     POST: Disable cache while SPR POST
37704
37705     Currently (since commit b2e2142c) u-boot crashes on
37706     sequoia board while SPR test if CONFIG_4xx_DCACHE is
37707     enabled. This patch disables the cache while SPR test.
37708
37709     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37710
37711 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
37712 Author: Martin Krause <martin.krause@tqs.de>
37713 Date:   Mon Feb 25 17:52:40 2008 +0100
37714
37715     TQM5200: use automatic fdt memory fixup (part 2)
37716
37717     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
37718     TB5200 and TB5200_B to fixup the /memory node with the memory values
37719     detected by U-Boot.
37720
37721     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37722
37723 commit 44ceec253ea941b301abf4b079d52324def69d92
37724 Author: Martin Krause <martin.krause@tqs.de>
37725 Date:   Mon Feb 25 15:17:05 2008 +0100
37726
37727     TQM5200: use automatic fdt memory fixup
37728
37729     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
37730     TB5200 and TB5200_B to fixup the /memory node with the memory values
37731     detected by U-Boot.
37732
37733     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37734
37735 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
37736 Author: Martin Krause <martin.krause@tqs.de>
37737 Date:   Mon Feb 25 13:27:52 2008 +0100
37738
37739     TQM5200: fix bug in SDRAM initialization code
37740
37741     This patch fixes a bug in the SDRAM initialization code for the
37742     TQM5200. The hi_addr bit is now set correctly. Without this patch
37743     the hi_addr bit is always set to 1, if the second SDRAM bank is
37744     not populated.
37745
37746     For other MPC5200 boards a correspondig patch has already been applied
37747     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
37748
37749     Signed-off-by: Martin Krause <martin.krause@tqs.de>
37750     --
37751     Forget the first patch please. I confused flash with SDRAM in
37752     the comment ...
37753
37754 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
37755 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37756 Date:   Mon Feb 25 00:03:12 2008 +0100
37757
37758     mx1fs2/flash: Fix multiple compiler warnings
37759
37760     "pointer targets in assignment differ in signedness"
37761
37762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37763
37764 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
37765 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37766 Date:   Mon Feb 25 00:03:11 2008 +0100
37767
37768     arm-imx: Fix register definitions
37769
37770     Sync register definitions with linux
37771
37772     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37773
37774 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
37775 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37776 Date:   Mon Feb 25 00:03:10 2008 +0100
37777
37778     actua1/actua2/actua3: Fix multiple unused variable warnings
37779
37780     - actua1:
37781         actux1.c: In function 'checkboard':
37782         actux1.c:92: warning: unused variable 'revision'
37783
37784     - actua2:
37785         actux2.c: In function 'checkboard':
37786         actux2.c:100: warning: unused variable 's'
37787         actux2.c:99: warning: unused variable 'revision'
37788         actux2.c: In function 'reset_phy':
37789         actux2.c:130: warning: unused variable 'i'
37790
37791     - actua3:
37792         actux3.c: In function 'checkboard':
37793         actux3.c:114: warning: unused variable 'revision'
37794
37795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37796
37797 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
37798 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37799 Date:   Sun Feb 24 11:44:29 2008 +0900
37800
37801     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
37802
37803     The previous patch was lacking of i386, microblaze, nios and nios2. This
37804     patch tries to fix them.
37805
37806     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37807
37808 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
37809 Author: Marian Balakowicz <m8@semihalf.com>
37810 Date:   Fri Feb 29 22:22:46 2008 +0100
37811
37812     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
37813
37814     Do not use global fdt blob pointer, calculate blob size from routine
37815     argument blob pointer.
37816
37817     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37818
37819 commit d1cc52879c8966507dad9fb575481e6d3985e64e
37820 Author: David Gibson <david@gibson.dropbear.id.au>
37821 Date:   Tue Feb 12 00:58:31 2008 +1100
37822
37823     libfdt: Add and use a node iteration helper function.
37824
37825     This patch adds an fdt_next_node() function which can be used to
37826     iterate through nodes of the tree while keeping track of depth.  This
37827     function is used to simplify the iteration code in a lot of other
37828     functions, and is also exported for use by library users.
37829
37830     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
37831
37832 commit 8cf30809a82902a471866d2f07725ce3b8a22291
37833 Author: Bartlomiej Sieka <tur@semihalf.com>
37834 Date:   Fri Feb 29 16:00:24 2008 +0100
37835
37836     [new uImage] Add libfdt support to mkimage
37837
37838     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37839
37840 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
37841 Author: Bartlomiej Sieka <tur@semihalf.com>
37842 Date:   Fri Feb 29 16:00:23 2008 +0100
37843
37844     [new uImage] Add sha1.o object to mkimage binary build
37845
37846     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37847
37848 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
37849 Author: Marian Balakowicz <m8@semihalf.com>
37850 Date:   Fri Feb 29 16:00:06 2008 +0100
37851
37852     [new uImage] Fix component handling for legacy multi component images
37853
37854     Use uint32_t when accessing size table in image_multi_count() and
37855     image_multi_getimg() for multi component images.
37856
37857     Add missing uimage_to_cpu() endianness conversion.
37858
37859     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37860
37861 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
37862 Author: Marian Balakowicz <m8@semihalf.com>
37863 Date:   Fri Feb 29 15:59:59 2008 +0100
37864
37865     [new uImage] Share common uImage code between mkimage and U-boot
37866
37867     This patch adds the following common routines:
37868
37869     1) Dedicated mkimage print_header() is replaced with common
37870     image_print_contents()
37871     image_print_contents_noindent()
37872
37873     2) Common os/arch/type/comp fields name <--> id translation routines
37874     genimg_get_os_name()
37875     genimg_get_arch_name()
37876     genimg_get_type_name()
37877     genimg_get_comp_name()
37878     genimg_get_os_id()
37879     genimg_get_arch_id()
37880     genimg_get_type_id()
37881     genimg_get_comp_id()
37882
37883     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37884
37885 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
37886 Author: Marian Balakowicz <m8@semihalf.com>
37887 Date:   Fri Feb 29 14:58:34 2008 +0100
37888
37889     [new uImage] Update naming convention for bootm/uImage related code
37890
37891     This patch introduces the following prefix convention for the
37892     image format handling and bootm related code:
37893
37894     genimg_             - dual format shared code
37895     image_              - legacy uImage format specific code
37896     fit_                - new uImage format specific code
37897     boot_               - booting process related code
37898
37899     Related routines are renamed and a few pieces of code are moved around and
37900     re-grouped.
37901
37902     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37903
37904 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
37905 Author: Kumar Gala <galak@kernel.crashing.org>
37906 Date:   Wed Feb 27 21:51:51 2008 -0600
37907
37908     [new uImage] Respect autostart setting in linux bootm
37909
37910     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37911     Acked-by: Marian Balakowicz <m8@semihalf.com>
37912
37913 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
37914 Author: Kumar Gala <galak@kernel.crashing.org>
37915 Date:   Wed Feb 27 21:51:50 2008 -0600
37916
37917     [new uImage] Provide ability to restrict region used for boot images
37918
37919     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
37920     to restrict what memory range is used for bootm.
37921
37922     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37923     Acked-by: Marian Balakowicz <m8@semihalf.com>
37924
37925 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
37926 Author: Kumar Gala <galak@kernel.crashing.org>
37927 Date:   Wed Feb 27 21:51:49 2008 -0600
37928
37929     [new uImage] Use lmb for bootm allocations
37930
37931     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
37932     functions over to using lmb for allocation of the ramdisk, command line
37933     and kernel bd info.
37934
37935     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
37936     tree.
37937
37938     Provided a weak function that board code can call to do additional
37939     lmb reserves if needed.
37940
37941     Also introduce the concept of bootmap_base to specify the offset in
37942     physical memory that the bootmap is located at.  This is used for
37943     allocations of the cmdline, kernel bd, and device tree as they should
37944     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
37945
37946     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37947
37948 commit f5614e7926863bf0225ec860d9b319741a9c4004
37949 Author: Kumar Gala <galak@kernel.crashing.org>
37950 Date:   Wed Feb 27 21:51:48 2008 -0600
37951
37952     [new uImage] Add autostart flag to bootm_headers structure
37953
37954     The autostart env variable was dropped as part of the initial new uImage
37955     cleanup.  Add it back here so the arch specific code can decide if it
37956     wants to really boot or not.
37957
37958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37959     Acked-by: Marian Balakowicz <m8@semihalf.com>
37960
37961 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
37962 Author: Kumar Gala <galak@kernel.crashing.org>
37963 Date:   Wed Feb 27 21:51:47 2008 -0600
37964
37965     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
37966
37967     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
37968     the memory spaces used by various boot images and structures.  This code
37969     will allow us to simplify the code in bootm and its support functions.
37970
37971     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37972
37973 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
37974 Author: Kumar Gala <galak@kernel.crashing.org>
37975 Date:   Tue Feb 19 22:03:47 2008 -0600
37976
37977     [new uImage] ppc: Allow boards to specify effective amount of memory
37978
37979     For historical reasons we limited the stack to 256M because some boards
37980     could only map that much via BATS.  However newer boards are capable of
37981     mapping more memory (for example 85xx is capable of doing up to 2G).
37982
37983     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37984     Acked-by: Marian Balakowicz <m8@semihalf.com>
37985
37986 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
37987 Author: Kumar Gala <galak@kernel.crashing.org>
37988 Date:   Wed Feb 27 21:51:46 2008 -0600
37989
37990     [new uImage] rework error handling so common functions don't reset
37991
37992     Changed image_get_ramdisk() to just return NULL on error and have
37993     get_ramdisk() propogate that error to the caller.  It's left to the
37994     caller to call do_reset() if it wants to.
37995
37996     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
37997     to a common location.  In the future we will change get_fdt() and
37998     fdt_relocate() to return success/failure and not call do_reset() at all.
37999
38000     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38001     Acked-by: Marian Balakowicz <m8@semihalf.com>
38002
38003 commit d2bc095a639672def11d5d043b5688d0dbd692ec
38004 Author: Kumar Gala <galak@kernel.crashing.org>
38005 Date:   Wed Feb 27 21:51:45 2008 -0600
38006
38007     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
38008
38009     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
38010     however it does mean we have to go in and fixup the initrd info since
38011     we don't know where it will be.
38012
38013     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38014
38015 commit 27953493ef025fb698d68c5dee39b36f01f4d530
38016 Author: Kumar Gala <galak@kernel.crashing.org>
38017 Date:   Wed Feb 27 21:51:44 2008 -0600
38018
38019     [new uImage] ppc: Determine if we are booting an OF style
38020
38021     If we are bootin OF style than we can skip setting up some things
38022     that are used for the old boot method.
38023
38024     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38025     Acked-by: Marian Balakowicz <m8@semihalf.com>
38026
38027 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
38028 Author: Kumar Gala <galak@kernel.crashing.org>
38029 Date:   Wed Feb 27 21:51:43 2008 -0600
38030
38031     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
38032
38033     We don't actually need the kdb param as we are just using it to get
38034     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
38035     boot via OF we might not actually fill out a kdb.
38036
38037     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38038     Acked-by: Marian Balakowicz <m8@semihalf.com>
38039
38040 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
38041 Author: Kumar Gala <galak@kernel.crashing.org>
38042 Date:   Wed Feb 27 16:30:47 2008 -0600
38043
38044     85xx: Don't icbi when unlocking the cache
38045
38046     There is no reason to icbi when invalidating the temporary stack in
38047     the d-cache.  Its impossible on e500 to have the i-cache contain
38048     any addresses in the temp stack and it can be problematic in generating
38049     transactions on the bus to non-valid addresses.
38050
38051     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38052
38053 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
38054 Author: Andy Fleming <afleming@freescale.com>
38055 Date:   Wed Feb 27 15:50:50 2008 -0600
38056
38057     Fix source for ECM error IVPR
38058
38059     The source vector for the ECM was being set to 2,
38060     but that's what the source vector for DDR was being
38061     set to.  Change it to 1.
38062
38063     Signed-off-by: Andy Fleming <afleming@freescale.com>
38064
38065 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
38066 Author: Andy Fleming <afleming@freescale.com>
38067 Date:   Wed Feb 27 14:29:58 2008 -0600
38068
38069     Invalidate INIT_RAM TLB mappings
38070
38071     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
38072     mappings to be unguarded.  This collided with an existing "bug"
38073     where the mappings for the INIT_RAM were being kept around.
38074     This meant that speculative loads to those addresses were
38075     succeeding in the TLB, and going out to the bus, where they
38076     were causing an exception (there's nothing at that address). The
38077     Flash code was coincidentally causing such a speculative load.
38078     Rather than go back to mapping the INIT RAM as guarded, we fix
38079     it so that the entries for the INIT_RAM are invalidated.  Thus
38080     the speculative loads will fail in the TLB, and have no effect.
38081
38082     Signed-off-by: Andy Fleming <afleming@freescale.com>
38083
38084 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
38085 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38086 Date:   Sun Feb 17 22:56:17 2008 +0100
38087
38088     sbc8548: Fix Revision reading and unused variable 'path'
38089
38090     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38091
38092 commit 495d162374c472f46454453553382ad0735dc725
38093 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38094 Date:   Sun Feb 17 22:56:16 2008 +0100
38095
38096     sbc8548: Fix cfi flash bank declaration
38097
38098     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38099
38100 commit 4efbe9dbb129f857f27856936112c8c02f016be6
38101 Author: Marian Balakowicz <m8@semihalf.com>
38102 Date:   Wed Feb 27 11:02:26 2008 +0100
38103
38104     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
38105
38106     Dual format image code must properly handle all three FDT passing methods:
38107     - raw FDT blob passed
38108     - FDT blob embedded in the legacy uImage
38109     - FDT blob embedded in the new uImage
38110
38111     This patch enables proper raw FDT handling when no FIT imaeg support
38112     is compiled in. This is a bit tricky as we must dected FIT format even
38113     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
38114     blobs use tha same low level format (libfdt).
38115
38116     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38117
38118 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
38119 Author: Marian Balakowicz <m8@semihalf.com>
38120 Date:   Wed Feb 27 11:02:26 2008 +0100
38121
38122     [new uImage] POWERPC: Add image_get_fdt() routine
38123
38124     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
38125     (3) or embedded in the new uImage. For the (2) case embedding image must be
38126     verified before we get FDT from it. This patch factors out legacy image
38127     specific verification routine to the separate helper routine.
38128
38129     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38130     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38131
38132 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
38133 Author: Marian Balakowicz <m8@semihalf.com>
38134 Date:   Wed Feb 27 11:02:07 2008 +0100
38135
38136     [new uImage] Add image_get_kernel() routine
38137
38138     Legacy image specific verification is factored out to a separate helper
38139     routine to keep get_kernel() generic and simple.
38140
38141     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38142     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38143
38144 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
38145 Author: Marian Balakowicz <m8@semihalf.com>
38146 Date:   Wed Feb 27 11:01:04 2008 +0100
38147
38148     [new uImage] Move image verify flag to bootm_headers structure
38149
38150     Do not pass image verification flag directly to related routines.
38151     Simplify argument passing and move it to the bootm_header structure which
38152     contains curently processed image specific data and is already being passed
38153     on the argument list.
38154
38155     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38156     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38157
38158 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
38159 Author: Marian Balakowicz <m8@semihalf.com>
38160 Date:   Wed Feb 27 11:00:47 2008 +0100
38161
38162     [Makefile] Sort COBJS in lib_<arch> Makefiles
38163
38164     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38165
38166 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
38167 Author: Marian Balakowicz <m8@semihalf.com>
38168 Date:   Wed Feb 27 11:00:47 2008 +0100
38169
38170     [new uImage] Optimize gen_get_image() flow control
38171
38172     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
38173     to do, update its control flow to better reflect that simple case.
38174
38175     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38176     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38177
38178 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
38179 Author: Marian Balakowicz <m8@semihalf.com>
38180 Date:   Mon Feb 4 08:28:17 2008 +0100
38181
38182     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
38183
38184     PPC specific FDT blob handling code is divided into two separate routines:
38185
38186     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
38187     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
38188
38189     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38190     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38191
38192 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
38193 Author: Jon Loeliger <jdl@freescale.com>
38194 Date:   Mon Feb 25 13:13:37 2008 -0600
38195
38196     86xx: Fix renamed GUR symbols in sbc8641d board.
38197
38198     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
38199     (86xx: Fix GUR PCI config registers properly), we should have
38200     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
38201     symbols in the sbc8641d board as well.  Fix this oversight.
38202
38203     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38204
38205 commit 64cd594e623c39f73964d18787763e4533f791f7
38206 Author: Stefan Roese <sr@denx.de>
38207 Date:   Mon Feb 25 16:50:48 2008 +0100
38208
38209     ppc4xx: Fix acadia_nand build problem
38210
38211     Don't include testdram() on NAND-booting target acadia_nand. This saves
38212     a few bytes and makes the target build clean again.
38213
38214     Signed-off-by: Stefan Roese <sr@denx.de>
38215
38216 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
38217 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38218 Date:   Sun Feb 24 23:03:12 2008 +0000
38219
38220     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
38221
38222     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38223
38224 commit 724902c8464e610642b3a170278b99710325888e
38225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38226 Date:   Sun Feb 24 23:03:11 2008 +0000
38227
38228     arm-imx: Fix registers definition
38229
38230     Sync registers definition with linux
38231
38232     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38233
38234 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
38235 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38236 Date:   Sun Feb 24 23:03:10 2008 +0000
38237
38238     actua1/actua2/actua3: Fix multipleunused variable
38239
38240     - actua1:
38241         actux1.c: In function 'checkboard':
38242         actux1.c:92: warning: unused variable 'revision'
38243
38244     - actua2:
38245         actux2.c: In function 'checkboard':
38246         actux2.c:100: warning: unused variable 's'
38247         actux2.c:99: warning: unused variable 'revision'
38248         actux2.c: In function 'reset_phy':
38249         actux2.c:130: warning: unused variable 'i'
38250
38251     - actua3:
38252         actux3.c: In function 'checkboard':
38253         actux3.c:114: warning: unused variable 'revision'
38254
38255     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38256
38257 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
38258 Author: Marian Balakowicz <m8@semihalf.com>
38259 Date:   Mon Feb 4 08:28:09 2008 +0100
38260
38261     [new uImage] Add dual format uImage support framework
38262
38263     This patch adds framework for dual format images. Format detection is added
38264     and the bootm controll flow is updated to include cases for new FIT format
38265     uImages.
38266
38267     When the legacy (image_header based) format is detected appropriate
38268     legacy specific handling is invoked. For the new (FIT based) format uImages
38269     dual boot framework has a minial support, that will only print out a
38270     corresponding debug messages. Implementation of the FIT specific handling will
38271     be added in following patches.
38272
38273     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38274
38275 commit b29661fc1151077776454288051bc9a488351ce8
38276 Author: Wolfgang Denk <wd@denx.de>
38277 Date:   Sun Feb 24 15:21:36 2008 +0100
38278
38279     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
38280
38281     Signed-off-by: Wolfgang Denk <wd@denx.de>
38282
38283 commit 00b48a48424894daa589d166d73277830b1c6ac4
38284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38285 Date:   Sat Feb 23 12:15:56 2008 +0100
38286
38287     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
38288
38289     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38290
38291 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
38292 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38293 Date:   Sat Feb 23 17:24:16 2008 +0900
38294
38295     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
38296
38297     ----------------------------------------------------------------
38298     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
38299
38300     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
38301     32bit targets.
38302
38303     GCC can be made to warn about usage of long long types with ISO C90
38304     (-ansi), but only with -pedantic.  You can write this in a way that even
38305     then it doesn't cause warnings, namely by:
38306
38307     #ifdef __GNUC__
38308     __extension__ typedef __signed__ long long __s64;
38309     __extension__ typedef unsigned long long __u64;
38310     #endif
38311
38312     The __extension__ keyword in front of this switches off any pedantic
38313     warnings for this expression.
38314
38315     Signed-off-by: Olaf Hering <olh@suse.de>
38316     Cc: <linux-arch@vger.kernel.org>
38317     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
38318     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
38319     ----------------------------------------------------------------
38320
38321     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38322
38323 commit 208acd112e6517b21fc30c420396902b103563ac
38324 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38325 Date:   Sat Feb 23 17:07:57 2008 +0900
38326
38327     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
38328
38329     This will reduce the build time.
38330
38331     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38332
38333 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
38334 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38335 Date:   Sat Feb 23 17:05:00 2008 +0900
38336
38337     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
38338
38339     This will reduce the build time.
38340
38341     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38342
38343 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
38344 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38345 Date:   Sat Feb 23 16:58:41 2008 +0900
38346
38347     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
38348
38349     This reduces the build time by ~10%. Here's the gth2_config example.
38350
38351             BEFORE       AFTER
38352     real    0m31.441s    0m27.833s
38353     user    0m24.766s    0m23.045s
38354     sys     0m10.425s    0m7.468s
38355
38356     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38357
38358 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
38359 Author: Marcel Moolenaar <marcelm@juniper.net>
38360 Date:   Fri Feb 22 10:48:07 2008 -0800
38361
38362     make define2mk.sed work on FreeBSD
38363
38364     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
38365     the define2mk.sed script was identified as the source of the link
38366     failure on FreeBSD. The problem is that sed(1) does not always support
38367     the '+' operator. It isn't on FreeBSD. The attach patch implements the
38368     equivalent, using the '*' operator instead and should work everywhere.
38369
38370     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
38371
38372 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
38373 Author: Detlev Zundel <dzu@denx.de>
38374 Date:   Fri Feb 22 17:21:32 2008 +0100
38375
38376     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
38377
38378     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
38379     final traces of long-deprecated "ramdisk" kernel parm") makes these
38380     changes neccessary.
38381
38382     Signed-off-by: Detlev Zundel <dzu@denx.de>
38383
38384 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
38385 Author: Larry Johnson <lrj@acm.org>
38386 Date:   Thu Feb 21 13:58:16 2008 -0500
38387
38388     LM75 bug fix for negative temperatures
38389
38390     When the LM75 temperature sensor measures a temperature below 0 C, the
38391     current driver does not perform sign extension, so the result returned is
38392     256 C too high.  This patch fixes the problem.
38393
38394     Signed-off-by: Larry Johnson <lrj@acm.org>
38395
38396 commit 5a910c224b13e413bda41922379add6d75c32da3
38397 Author: Heiko Schocher <hs@denx.de>
38398 Date:   Thu Feb 21 18:33:45 2008 +0100
38399
38400     IDS8247: update MAINTAINER entry.
38401
38402     Signed-off-by: Heiko Schocher <hs@denx.de>
38403
38404 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
38405 Author: Heiko Schocher <hs@denx.de>
38406 Date:   Thu Feb 21 18:31:15 2008 +0100
38407
38408     Fix device tree for mgsuvd board.
38409
38410     Rename the "scc" node in "ethernet" for the mgsuvd board.
38411
38412     Signed-off-by: Heiko Schocher <hs@denx.de>
38413
38414 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
38415 Author: Yuri Tikhonov <yur@emcraft.com>
38416 Date:   Thu Feb 21 14:23:42 2008 +0100
38417
38418     lwmon5: enable hardware watchdog
38419
38420     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
38421     causing it to reboot the board if U-Boot does a long busy-wait with
38422     udelay(). Thus, for these boards we have to restart WD more
38423     frequently.
38424
38425     This patch splits the busy-wait udelay() into smaller, predefined,
38426     intervals, so that the watchdog timer may be resetted with the
38427     configurable (CONFIG_WD_PERIOD) interval.
38428
38429     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38430
38431 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
38432 Author: Anatolij Gustschin <agust@denx.de>
38433 Date:   Thu Feb 21 12:52:29 2008 +0100
38434
38435     ppc4xx: Support for ATI Radeon 9200 card on sequoia
38436
38437     Adds configuration option for ATI Radeon 9200 card
38438     support to sequoia config file. If CONFIG_VIDEO
38439     is enabled, TEXT_BASE should be changed to 0xFFF80000.
38440
38441     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38442
38443 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
38444 Author: Kumar Gala <galak@kernel.crashing.org>
38445 Date:   Mon Feb 18 08:18:07 2008 -0600
38446
38447     Remove duplicate defines for ARRAY_SIZE
38448
38449     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
38450     the define in common.h.
38451
38452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38453
38454 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
38455 Author: Kumar Gala <galak@kernel.crashing.org>
38456 Date:   Mon Feb 18 08:09:37 2008 -0600
38457
38458     ppc: Allow boards to specify effective amount of memory
38459
38460     For historical reasons we limited the stack to 256M because some boards
38461     could only map that much via BATS.  However newer boards are capable of
38462     mapping more memory (for example 85xx is capable of doing up to 2G).
38463
38464     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38465
38466 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
38467 Author: Mike Frysinger <vapier@gentoo.org>
38468 Date:   Mon Feb 18 05:24:13 2008 -0500
38469
38470     include autoconf.mk before any other .mk files
38471
38472     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
38473     those .mk files can have make if statements based on the current config.
38474
38475     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38476
38477 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
38478 Author: Mike Frysinger <vapier@gentoo.org>
38479 Date:   Mon Feb 18 05:10:07 2008 -0500
38480
38481     error check autoconf.mk generation
38482
38483     If any of the steps for generating autoconf.mk fail currently, they go
38484     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
38485     This is simpler and more robust than placing '|| exit $$?' after every line.
38486
38487     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38488
38489 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
38490 Author: Stefano Babic <sbabic@denx.de>
38491 Date:   Mon Feb 18 08:03:51 2008 +0100
38492
38493     Fix bug in dependency checking
38494
38495     By adding VERSION_FILE to the PHONY targets the script
38496     /tools/setlocalversion is always called and version_autogenerated.h
38497     is replaced only if the script find a modified source file.
38498
38499     Signed-off-by: Stefano Babic <sbabic@denx.de>
38500
38501 commit 98ba144ccc912eee90dd42699f023c497ce774c6
38502 Author: Kyungmin Park <kmpark@infradead.org>
38503 Date:   Mon Feb 18 14:35:43 2008 +0900
38504
38505     Fix GPMC CS2 memory setup at apollon
38506
38507     It disables the current map first
38508
38509     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
38510
38511 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
38512 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38513 Date:   Sun Feb 17 23:52:46 2008 +0100
38514
38515     uli526x: Fix multiple differ in signedness and parentheses around comparison
38516
38517     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38518
38519 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
38520 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38521 Date:   Sun Feb 17 16:58:04 2008 +0100
38522
38523     MIPS: Fix CFG_NO_FLASH support
38524
38525     - Fix flash_init call when CFG_NO_FLASH is used
38526     - Remove no more needed flash.c for qemu-mips
38527
38528     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38529
38530 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
38531 Author: Mike Frysinger <vapier@gentoo.org>
38532 Date:   Sat Feb 16 02:40:18 2008 -0500
38533
38534     easylogo: clean up some more and add -r (rgb) support
38535
38536     Michael Hennerich added support for outputting an image in RGB format rather
38537     than forcing YUYV all the time.  This makes obvious sense if the display you
38538     have takes RGB input rather than YUYV.
38539
38540     Rather than hack in support for options, I've converted it to use getopt and
38541     cleaned up the argument parsing in the process.
38542
38543     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
38544     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38545
38546 commit f65c98129ccada3f7caf97d80395a95b84e911de
38547 Author: Mike Frysinger <vapier@gentoo.org>
38548 Date:   Sat Feb 16 02:12:37 2008 -0500
38549
38550     Makefile: add target for $(LDSCRIPT)
38551
38552     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
38553     then change into the board directory and try and create it.  This allows you
38554     to generate the linker script on the fly based upon board defines (like the
38555     Blackfin boards do).
38556
38557     There should be no regressions due to this change as the normal case is to
38558     already have a u-boot.lds file.  If that's the case, then there's nothing to
38559     generate, and so make will always exit.  The fix here is that if the linker
38560     script does not exist, the implicit rules take over and attempt to guess how
38561     to generate the file.
38562
38563     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38564
38565 commit 5583cbf736474ef754e128a54fb78632f57b48fd
38566 Author: Marian Balakowicz <m8@semihalf.com>
38567 Date:   Thu Feb 21 17:27:49 2008 +0100
38568
38569     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
38570
38571     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38572
38573 commit 2242f5369822bc7780db95c47985bb408ea9157b
38574 Author: Marian Balakowicz <m8@semihalf.com>
38575 Date:   Thu Feb 21 17:27:41 2008 +0100
38576
38577     [new uImage] Rename and move print_image_hdr() routine
38578
38579     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38580
38581 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
38582 Author: Marian Balakowicz <m8@semihalf.com>
38583 Date:   Thu Feb 21 17:20:20 2008 +0100
38584
38585     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
38586
38587     Introducing routines for parsing new uImage format bootm arguments:
38588     [<addr>]#<conf>             - configuration specification
38589     [<addr>]:<subimg>   - subimage specification
38590
38591     New format images can contain multiple subimages of the same type. For example
38592     a single new format image file can contain three kernels, two ramdisks and a
38593     couple of FDT blobs. Subimage and configuration specifications are extensions
38594     to bootm (and other image-related commands) arguments' syntax that allow to
38595     specify which particular subimage should be operated on.
38596
38597     Subimage specification is used to denote a particular subimage. Configurations
38598     are a bit more complex -- they are used to define a particualr booting setup,
38599     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
38600     etc.
38601
38602     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38603
38604 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
38605 Author: Marian Balakowicz <m8@semihalf.com>
38606 Date:   Thu Feb 21 17:20:19 2008 +0100
38607
38608     [new uImage] Add gen_get_image() routine
38609
38610     This routine assures that image (whether legacy or FIT) is not
38611     in a special dataflash storage.
38612
38613     If image address is a dataflash address image is moved to system RAM.
38614
38615     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38616
38617 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
38618 Author: Marian Balakowicz <m8@semihalf.com>
38619 Date:   Thu Feb 21 17:20:18 2008 +0100
38620
38621     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
38622
38623     New uImage format (Flattened Image Tree) requires libfdt
38624     functionality, print out error message if CONFIG_OF_LIBFDT
38625     is not defined.
38626
38627     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
38628     This commit turns it on by default.
38629
38630     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38631
38632 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
38633 Author: Michael Schwingen <michael@schwingen.org>
38634 Date:   Mon Feb 18 23:16:35 2008 +0100
38635
38636     CFI: Do not use uninitialized cmd_reset
38637
38638     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
38639     commands instead
38640
38641     From a short test, it looks like AMD-style flash roms treat *any* unknown
38642     command write as a reset, at least when in CFI Query mode, so issuing the
38643     Intel reset command to AMD-style flashs seems safe (from the small sample I
38644     have), plus the 3-cycle magic sequence should kick the state machine into
38645     the right state even without a reset command. Since the AMD-style flashs
38646     require the unlock sequence for real operation, I chose to try the AMD reset
38647     command first, so that Intel flashs do no see an invalid command prior to
38648     the CFI query.
38649
38650     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
38651     plus Intel StrataFlash.
38652
38653     Signed-off-by: Michael Schwingen <michael@schwingen.org>
38654     Signed-off-by: Stefan Roese <sr@denx.de>
38655
38656 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
38657 Author: Rafal Jaworowski <raj@semihalf.com>
38658 Date:   Thu Feb 21 11:56:44 2008 +0100
38659
38660     API: Add (c) and licensing notice to the public API header.
38661
38662     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
38663
38664 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
38665 Author: Yuri Tikhonov <yur@emcraft.com>
38666 Date:   Thu Feb 21 11:06:07 2008 +0100
38667
38668     Fix CPU POST test failure
38669
38670     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
38671     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
38672     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
38673     This patch just saves the CR value before running the test code, so allowing
38674     it to do anything it wants with CR.
38675
38676     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
38677     Acked-by: Yuri Tikhonov <yur@emcraft.com>
38678     --
38679
38680 commit d5908b093955415f3d340706378b991f911af671
38681 Author: Jon Loeliger <jdl@freescale.com>
38682 Date:   Wed Feb 20 15:26:51 2008 -0600
38683
38684     8610HPCD: Document the flashbank selection switches.
38685
38686     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38687
38688 commit a551cee99ad1d1da20fd23ad265de47448852f56
38689 Author: Jon Loeliger <jdl@freescale.com>
38690 Date:   Wed Feb 20 14:22:26 2008 -0600
38691
38692     86xx: Fix GUR PCI config registers properly.
38693
38694     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
38695     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
38696     botched it due to not realizing that 8610 and 8641 had different
38697     Global Utility Register defintions, one of which was like 85xx,
38698     and the other wasn't.  Correct this problem by introducing two
38699     symbols, one for each 86xx SoC, but neither of which is named
38700     anything like 85xx.
38701
38702     My bad.  Lovely Wednesday with git bisect.  You know.
38703
38704     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38705
38706 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
38707 Author: Jon Loeliger <jdl@freescale.com>
38708 Date:   Wed Feb 20 12:24:11 2008 -0600
38709
38710     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
38711
38712     Without an actual supported video card hooked up, enabling
38713     the CONFIG_VIDEO by default just makes it look broken by
38714     routing all console output to the video card.   Don't.
38715
38716     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38717
38718 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
38719 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38720 Date:   Wed Jan 30 15:08:15 2008 -0600
38721
38722     ColdFire: Fix missing code flash size for M5485EVB
38723
38724     Signed-off-by: James Mahan <kmahan@freescale.com>
38725     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38726
38727 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
38728 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38729 Date:   Wed Jan 30 15:04:42 2008 -0600
38730
38731     ColdFire: Fix 5282 and 5271 interrupt mask bit
38732
38733     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38734
38735 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
38736 Author: Jon Loeliger <jdl@freescale.com>
38737 Date:   Tue Feb 19 12:31:08 2008 -0600
38738
38739     8610HPCD: Fix typos in two PCI setup registers.
38740
38741     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
38742     were erroneously present as 85xx names and values, leftover from
38743     the clone wars.  Fix this by removing the 85xx cruft from the
38744     86xx codebase.
38745
38746     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38747
38748 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
38749 Author: Jon Loeliger <jdl@freescale.com>
38750 Date:   Mon Feb 18 14:01:56 2008 -0600
38751
38752     86xx: Convert sbc8641d to use libfdt.
38753
38754     This is the proper fix for a missing closing brace in the function
38755     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
38756     The ft_cpu_setup() function in mpc8641hpcn.c should have been
38757     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
38758     but was missed.  Only, the sbc8641d was nominally still using it.
38759     It all got ripped out, and the funcality that was in ft_board_setup()
38760     was refactored to remove the CPU portions into the new file
38761     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
38762
38763     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
38764
38765     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38766
38767 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
38768 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38769 Date:   Sun Feb 17 23:35:31 2008 +0100
38770
38771     mpc86xx: Fix unused variable 'config' and 'immap'
38772
38773     and remove useless CONFIG_DDR_INTERLEAVE
38774
38775     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38776
38777 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
38778 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38779 Date:   Sun Feb 17 23:03:36 2008 +0100
38780
38781     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
38782
38783     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38784
38785 commit b6f29c84c208a091f95a10cbc9852d729659ba20
38786 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38787 Date:   Sun Feb 17 14:15:31 2008 +0100
38788
38789     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
38790
38791     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38792
38793 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
38794 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38795 Date:   Sun Feb 17 14:15:32 2008 +0100
38796
38797     pxa: fix assignment from incompatible pointer type
38798
38799     fix mmc_bread function prototype
38800
38801     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38802
38803 commit 64d792063fff90b8118179b092feee09fe5cae13
38804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38805 Date:   Sun Feb 17 14:15:30 2008 +0100
38806
38807     at91cap9adk: fix implicit declaration of function 'eth_init'
38808
38809     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38810
38811 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
38812 Author: Wolfgang Denk <wd@denx.de>
38813 Date:   Sun Feb 17 15:43:44 2008 +0100
38814
38815     Remove files added by mistake, update CHANGELOG.
38816
38817     Signed-off-by: Wolfgang Denk <wd@denx.de>
38818
38819 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
38820 Author: Mike Nuss <mike@terascala.com>
38821 Date:   Wed Feb 6 11:10:11 2008 -0500
38822
38823     PPC440EPx: Optionally enable second I2C bus
38824
38825     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
38826     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
38827     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
38828
38829     Signed-off-by: Mike Nuss <mike@terascala.com>
38830     Cc: Stefan Roese <sr@denx.de>
38831
38832 commit ef5b4f221c22d05770878513951745f236b5b43f
38833 Author: Niklaus Giger <niklaus.giger@netstal.com>
38834 Date:   Tue Feb 5 10:26:44 2008 +0100
38835
38836     ppc4xx: HCU4/5. Cleanup configs
38837
38838     - hcu4.h: Removed define of CONFIG_PPC405GPr
38839     - Corrected phy addresses
38840     - Fix boot variables
38841     - Respect line length of 80 chars
38842
38843     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38844
38845 commit 74973126d1be63ac75bdc192f46234dca3a7c421
38846 Author: Niklaus Giger <niklaus.giger@netstal.com>
38847 Date:   Tue Feb 5 11:31:28 2008 +0100
38848
38849     ppc4xx: HCU4/5. Cleanups
38850
38851     - Fix some coding style violations.
38852     - Use in/out_u16/32 where appropriate.
38853     - Use register names from ppc405.h.
38854     - Fix trace useage for Lauterbach.
38855     - Remove obsolete generation HCU2.
38856     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
38857
38858     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38859
38860 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
38861 Author: Niklaus Giger <niklaus.giger@netstal.com>
38862 Date:   Tue Feb 5 10:26:41 2008 +0100
38863
38864     ppc4xx: PPC405GPr fix missing register definitions
38865
38866     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38867
38868 commit 214398d9cb22268d9d4f7563359edca0f78297a2
38869 Author: Larry Johnson <lrj@acm.org>
38870 Date:   Fri Jan 18 21:49:05 2008 -0500
38871
38872     ppc4xx: Beautify configuration files for Sequoia and Korat boards
38873
38874     Signed-off-by: Larry Johnson <lrj@acm.org>
38875
38876 commit 30c6a241e88499f536e86d325759e29ba00ff67f
38877 Author: Anatolij Gustschin <agust@denx.de>
38878 Date:   Fri Feb 15 20:09:01 2008 +0100
38879
38880     Wipe out assembler warnings while compiling x86 biosemu
38881
38882     This patch tries to get rid of some assembler warnings about
38883     changed .got2 section type while compiling x86 bios emulator
38884     code.
38885
38886     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38887
38888 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
38889 Author: Wolfgang Denk <wd@denx.de>
38890 Date:   Fri Feb 15 00:57:09 2008 +0100
38891
38892     Prepare v1.3.2-rc1 release candidate
38893
38894 commit f33e9653c9c09868995d788511d573771c209fe5
38895 Author: Anatolij Gustschin <agust@denx.de>
38896 Date:   Fri Feb 15 00:13:20 2008 +0100
38897
38898     Fix compile warning on lib_ppc/board.c
38899
38900     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38901
38902 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
38903 Author: Anatolij Gustschin <agust@denx.de>
38904 Date:   Thu Feb 14 18:22:04 2008 +0100
38905
38906     Add Radeon Mobility 9200 pci device id to the radeon driver
38907
38908     This patch extends PCI device id table of the
38909     radeon driver so that the driver will also support
38910     Radeon Mobility 9200 (M9+) based boards.
38911
38912     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38913
38914 commit 1b8607e1f7143548c6062c28371449ec69588c00
38915 Author: Anatolij Gustschin <agust@denx.de>
38916 Date:   Thu Feb 14 18:19:50 2008 +0100
38917
38918     Extend ATI Radeon driver to support more video modes
38919
38920     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
38921     800x600, 640x480 at 24, 16 and 8 bpp.
38922
38923     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38924
38925 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
38926 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38927 Date:   Sun Feb 10 17:05:20 2008 +0100
38928
38929     xsengine: fix typo and few coding style
38930
38931     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38932
38933 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
38934 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38935 Date:   Fri Feb 8 21:25:58 2008 +0100
38936
38937     Fix wrong memory limit calculation in memory-test
38938
38939     If the length of the memory address range passed to the "mtest" command is
38940     not of the form 2^x - 1, not all address lines are tested. This bug is
38941     inherited from the original software at
38942     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
38943     this.
38944
38945     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38946
38947 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
38948 Author: Wolfgang Denk <wd@denx.de>
38949 Date:   Fri Feb 15 00:11:39 2008 +0100
38950
38951     Coding STyle cleanup.
38952
38953     Signed-off-by: Wolfgang Denk <wd@denx.de>
38954
38955 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
38956 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38957 Date:   Tue Feb 5 13:30:43 2008 +0900
38958
38959     sh: Fix register address of SH7722
38960
38961     The address of SH7722 is wrong by old document.
38962     This patch fixes this problem.
38963
38964     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38965
38966 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
38967 Author: Mike Frysinger <vapier@gentoo.org>
38968 Date:   Mon Feb 4 17:44:23 2008 -0500
38969
38970     only update version header as needed
38971
38972     Constantly rebuilding the version header will force useless relinking, so we
38973     simply need to compare the new header with the existing one before updating
38974     it.
38975
38976     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38977
38978 commit 208447f8e953f347425eb92c8e28d59e6d911363
38979 Author: Mike Frysinger <vapier@gentoo.org>
38980 Date:   Mon Jan 28 05:56:19 2008 -0500
38981
38982     Do not specify a CROSS_COMPILE default when executing size
38983
38984     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38985
38986 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
38987 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38988 Date:   Wed Feb 13 11:19:19 2008 +0100
38989
38990     Fix return value of mtest when CFG_ALT_MEMTEST set
38991
38992     Fix a missing return statement from a non-void function.
38993
38994     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38995
38996 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
38997 Author: Timur Tabi <timur@freescale.com>
38998 Date:   Wed Jan 9 14:35:26 2008 -0600
38999
39000     85xx, 86xx: Determine I2C clock frequencies and store in global_data
39001
39002     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
39003
39004     Update the get_clocks() function in 85xx and 86xx to determine the I2C
39005     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
39006
39007     Signed-off-by: Timur Tabi <timur@freescale.com>
39008
39009 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
39010 Author: Wolfgang Denk <wd@denx.de>
39011 Date:   Thu Feb 14 23:18:01 2008 +0100
39012
39013     TQM834x: clean up configuration
39014
39015     Get board name consistent with Linux and elsewhere;
39016     get rid of local network definitions etc.
39017
39018     Signed-off-by: Wolfgang Denk <wd@denx.de>
39019
39020 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
39021 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39022 Date:   Thu Feb 14 08:02:12 2008 +0100
39023
39024     TFTP: fix search of ':' in BootFile
39025
39026     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39027
39028 commit 0bc9efada170096c6b273f19165e32936d330d80
39029 Author: Wolfgang Denk <wd@denx.de>
39030 Date:   Thu Feb 14 22:46:55 2008 +0100
39031
39032     Coding style cleanup; update CHANGELOG.
39033
39034     Signed-off-by: Wolfgang Denk <wd@denx.de>
39035
39036 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
39037 Author: Wolfgang Denk <wd@denx.de>
39038 Date:   Thu Feb 14 22:43:22 2008 +0100
39039
39040     PPC: Use r2 instead of r29 as global data pointer
39041
39042     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
39043     will refuse to use load/store multiple insns; instead, it issues a
39044     list of simple load/store instructions upon function entry and exit,
39045     resulting in bigger code size, which in turn makes the build for a
39046     few boards fail.
39047
39048     Use r2 instead.
39049
39050     Signed-off-by: Wolfgang Denk <wd@denx.de>
39051
39052 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
39053 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
39054 Date:   Wed Jan 30 09:08:49 2008 +0100
39055
39056     ARM: make the machid configurable via the environment
39057
39058     If the variable "machid" exists, let do_bootm_linux use that instead
39059     of bd->bi_arch_number.
39060
39061     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
39062
39063 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
39064 Author: Vlad Lungu <vlad@comsys.ro>
39065 Date:   Wed Jan 23 16:34:46 2008 +0200
39066
39067     Use #ifdef CONFIG_FSLDMAFEC
39068
39069     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
39070     fails
39071
39072     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
39073
39074 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
39075 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39076 Date:   Sat Jan 19 10:25:59 2008 +0900
39077
39078     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
39079
39080     Current MII_DEBUG is confusing in two ways. One is useless define-then-
39081     undef at the top of the file. The other is there is only one debug() in
39082     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
39083     While there are many useful printf()/puts() debug codes, but they are for
39084     DEBUG, not for MII_DEBUG.
39085
39086     This patch tries to put them all together into MII_DEBUG and debug().
39087
39088     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39089
39090 commit 751b9b5189f3274b03c809172631316d6b002c82
39091 Author: Kyungmin Park <kmpark@infradead.org>
39092 Date:   Thu Jan 17 16:43:25 2008 +0900
39093
39094     OneNAND Initial Program Loader (IPL) support
39095
39096     This patch enables the OneNAND boot within U-Boot.
39097     Before this work, we used another OneNAND IPL called X-Loader based
39098     on open source. With this work, we can build the oneboot.bin image
39099     without other program.
39100
39101     The build sequence is simple.
39102     First, it compiles the u-boot.bin
39103     Second, it compiles OneNAND IPL
39104     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
39105     The mechanism is similar with NAND boot except it boots from itself.
39106
39107     Another thing is that you can only use the OneNAND IPL only to work
39108     other bootloader such as RedBoot and so on.
39109
39110     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39111
39112 commit 21f6f9636f0e978397548751347425fbf8d42bb3
39113 Author: Andy Fleming <afleming@freescale.com>
39114 Date:   Wed Jan 16 13:06:59 2008 -0600
39115
39116     Fix CONFIG_MMC usage in fat code
39117
39118     A #if statement in fat.c depended on CONFIG_MMC, instead of
39119     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
39120     as "1" rather than just defined.  Now it's better.
39121
39122     Signed-off-by: Andy Fleming <afleming@freescale.com>
39123
39124 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
39125 Author: Rafal Jaworowski <raj@semihalf.com>
39126 Date:   Tue Jan 15 12:52:31 2008 +0100
39127
39128     ppc: Refactor cache routines, so there is only one common set.
39129
39130     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
39131
39132 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
39133 Author: Jon Loeliger <jdl@jdl.com>
39134 Date:   Wed Jan 23 15:55:02 2008 -0600
39135
39136     86xx: Fix compilation warning in sys_eprom.c
39137
39138     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
39139
39140     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39141
39142 commit 65230107025733e89e28fd5e5cfd916d4953c28a
39143 Author: Haavard Skinnemoen <hskinnemoen at>
39144 Date:   Fri Feb 22 11:40:50 2008 +0000
39145
39146     Move AT91RM9200DK board support under board/atmel
39147
39148     We already have a vendor subdir for Atmel, so we should use it.
39149
39150     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
39151
39152 commit 6d0943a6be99977d6d853d51749e9963d68eb192
39153 Author: Andreas Engel <andreas.engel@ericsson.com>
39154 Date:   Mon Jan 14 09:06:52 2008 +0000
39155
39156     ARM: cleanup duplicated exception handlingcode
39157
39158     Move duplicated exception handling code into lib_arm.
39159
39160     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
39161
39162 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
39163 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
39164 Date:   Fri Feb 1 10:09:03 2008 +0000
39165
39166     Support for Artila M-501 starter kit
39167
39168     Kimmo Leppala / Sysart and
39169     Timo Tuunainen / Sysart
39170
39171 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
39172 Author: Stelian Pop <stelian@popies.net>
39173 Date:   Mon Feb 11 10:50:19 2008 +0000
39174
39175     AT91CAP9 support
39176
39177     ---------------------------------
39178
39179     read_dataflash() takes a signed char pointer as a parameter. Silence a
39180     few warnings dues to incorrect parameter types in env_dataflash.c.
39181
39182     Signed-off-by: Stelian Pop <stelian@popies.net>
39183
39184 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
39185 Author: Stelian Pop <stelian@popies.net>
39186 Date:   Thu Feb 7 09:42:57 2008 +0000
39187
39188     AT91CAP9 support : move board files to Atmel vendor directory.
39189
39190     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
39191
39192     Signed-off-by: Stelian Pop <stelian@popies.net>
39193
39194 commit 7263ef191b87da94768f762c7093bedeb70db98f
39195 Author: Stelian Pop <stelian at>
39196 Date:   Thu Jan 3 21:15:56 2008 +0000
39197
39198     AT91CAP9 support : MACB changes
39199
39200     Signed-off-by: Stelian Pop <stelian <at> popies.net>
39201     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
39202
39203 commit 6afcabf11d7321850f4feaadfee841488ace54c5
39204 Author: Stelian Pop <stelian@popies.net>
39205 Date:   Thu Feb 7 16:37:54 2008 +0000
39206
39207     AT91CAP9 support : board/ files
39208
39209     Signed-off-by: Stelian Pop <stelian@popies.net>
39210
39211 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
39212 Author: Stelian Pop <stelian at>
39213 Date:   Wed Jan 30 21:15:54 2008 +0000
39214
39215     AT91CAP9 support : cpu/ files
39216
39217     Signed-off-by: Stelian Pop <stelian <at> popies.net>
39218
39219 commit fa506a926cec348805143576c941f8e61b333cc0
39220 Author: Stelian Pop <stelian@popies.net>
39221 Date:   Thu Jan 31 21:15:53 2008 +0000
39222
39223     AT91CAP9 support : include/ files
39224
39225     Signed-off-by: Stelian Pop <stelian@popies.net>
39226
39227 commit 20b197c6f2799af399a68f96a1aff543a75621b8
39228 Author: Stelian Pop <stelian@popies.net>
39229 Date:   Sun Jan 20 19:49:21 2008 +0000
39230
39231     AT91CAP9 support : build integration
39232
39233     Signed-off-by: Stelian Pop <stelian@popies.net>
39234
39235 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
39236 Author: Stelian Pop <stelian@popies.net>
39237 Date:   Sun Jan 20 21:07:00 2008 +0000
39238
39239     Improve DataFlash CS definition.
39240
39241     Use a structure instead of the error prone unnamed array to
39242     define the possible dataflash banks.
39243
39244     Signed-off-by: Stelian Pop <stelian@popies.net>
39245
39246 commit a6cdd21b56014208706238712a853a9e9a0a2290
39247 Author: Stelian Pop <stelian@popies.net>
39248 Date:   Sat Jan 19 21:09:35 2008 +0000
39249
39250     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
39251
39252     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
39253
39254     cpu/arm926ejs/start.o: In function `cpu_init_crit':
39255     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
39256
39257     Signed-off-by: Stelian Pop <stelian@popies.net>
39258
39259 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
39260 Author: Peter Pearse <peter.pearse@arm.com>
39261 Date:   Fri Feb 1 16:50:24 2008 +0000
39262
39263     Fix timer overflow in DaVinci
39264     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
39265
39266 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
39267 Author: Peter Pearse <peter.pearse@arm.com>
39268 Date:   Fri Feb 1 16:49:08 2008 +0000
39269
39270     Update board NetStar
39271     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
39272
39273 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
39274 Author: Niklaus Giger <niklaus.giger@netstal.com>
39275 Date:   Tue Feb 5 10:26:42 2008 +0100
39276
39277     ppc4xx: HCU4/5. Fix make O=../xx
39278
39279     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39280
39281 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
39282 Author: Larry Johnson <lrj@acm.org>
39283 Date:   Tue Jan 22 08:51:59 2008 -0500
39284
39285     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
39286
39287     Signed-off-by: Larry Johnson <lrj@acm.org>
39288
39289 commit fe891ecf4d187e9d11dde869ed4623af52b54451
39290 Author: Hiroshi Ito <ito@mlb.co.jp>
39291 Date:   Thu Jan 31 18:35:04 2008 +0900
39292
39293     NFS Timeout with large files.
39294
39295     Retry to send NFS packet before reaching timeout.
39296
39297     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
39298
39299 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
39300 Author: Johannes Stezenbach <js@sig21.net>
39301 Date:   Tue Jan 29 00:11:25 2008 +0100
39302
39303     Add dependencies to avoid race conditions with parallel make.
39304
39305     Signed-off-by: Johannes Stezenbach <js@sig21.net>
39306
39307 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
39308 Author: Mike Frysinger <vapier@gentoo.org>
39309 Date:   Mon Jan 28 05:46:01 2008 -0500
39310
39311     Mark board_init_[fr] as noreturn
39312
39313     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39314
39315 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
39316 Author: Mike Frysinger <vapier@gentoo.org>
39317 Date:   Mon Jan 28 05:28:50 2008 -0500
39318
39319     Only use TEXT_BASE if defined by the board
39320
39321     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39322
39323 commit 1b769881750030f10743808b9d6013e11f559350
39324 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39325 Date:   Fri Jan 25 07:54:47 2008 +0100
39326
39327     Fix remaining CONFIG_COMMANDS
39328
39329     update comments
39330     Fix coding style
39331
39332     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39333
39334 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
39335 Author: Niklaus Giger <niklaus.giger@netstal.com>
39336 Date:   Mon Jan 21 16:46:00 2008 +0100
39337
39338     Add *~ to .gitignore
39339
39340     One should never add a backup file ending in with ~ to the git repository.
39341
39342     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39343
39344 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
39345 Author: Kumar Gala <galak@kernel.crashing.org>
39346 Date:   Thu Jan 17 00:02:10 2008 -0600
39347
39348     Remove duplicate defines for ARRAY_SIZE
39349
39350     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39351
39352 commit c77ce474b1c57b13e9d36d9830f147966c143694
39353 Author: Stelian Pop <stelian@popies.net>
39354 Date:   Mon Jan 14 22:08:14 2008 +0100
39355
39356     Fix incorrect address test in AT91F_DataflashSelect().
39357
39358     Signed-off-by: Stelian Pop <stelian@popies.net>
39359
39360 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
39361 Author: Kumar Gala <galak@kernel.crashing.org>
39362 Date:   Wed Feb 13 15:09:58 2008 -0600
39363
39364     Fix building of fdt_support.c if DEBUG set
39365
39366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39367
39368 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
39369 Author: Jon Loeliger <jdl@freescale.com>
39370 Date:   Tue Feb 12 14:53:28 2008 -0600
39371
39372     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
39373
39374     These replace direct structure references for IMMR sections.
39375
39376     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39377
39378 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
39379 Author: Wolfgang Denk <wd@denx.de>
39380 Date:   Tue Feb 12 00:45:06 2008 +0100
39381
39382     Get rid of "#undef DEBUG" from board config files.
39383
39384     Signed-off-by: Wolfgang Denk <wd@denx.de>
39385
39386 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
39387 Author: Timur Tabi <timur@freescale.com>
39388 Date:   Tue Jan 15 17:09:41 2008 -0600
39389
39390     Remove #undef DEBUG from MPC83xx board header files
39391
39392     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
39393     The inclusion of this line makes it impossible to enable debug code in
39394     other source files, because "#define DEBUG" typically needs to be defined
39395     before any header files are included.
39396
39397     Signed-off-by: Timur Tabi <timur@freescale.com>
39398
39399 commit 69018ce2e086e9caf35b914d675b82bc4888f077
39400 Author: Kumar Gala <galak@kernel.crashing.org>
39401 Date:   Thu Jan 17 08:25:45 2008 -0600
39402
39403     QE: Move FDT support into a common file
39404
39405     Move the flat device tree setup for QE related devices into
39406     a common file shared between 83xx & 85xx platforms that have QE's.
39407
39408     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39409
39410 commit 5cf746c303710329f8040d9c62ee354313e3e91f
39411 Author: Marian Balakowicz <m8@semihalf.com>
39412 Date:   Thu Jan 31 13:59:09 2008 +0100
39413
39414     [new uImage] Move kernel data find code to get_kernel() routine
39415
39416     Verification of the kernel image (in old format) and finding kernel
39417     data is moved to a dedicated routine. The routine will also hold
39418     support for, to be added, new image format.
39419
39420     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39421
39422 commit 7b325454fd231d4273de3fe373850f777fb086bf
39423 Author: Marian Balakowicz <m8@semihalf.com>
39424 Date:   Thu Jan 31 13:58:20 2008 +0100
39425
39426     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
39427
39428     Move FDT blob finding and relocation to a dedicated
39429     get_fdt() routine. It increases code readability and
39430     will make adding support for new uImage format easier.
39431
39432     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39433
39434 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
39435 Author: Marian Balakowicz <m8@semihalf.com>
39436 Date:   Thu Jan 31 13:58:13 2008 +0100
39437
39438     [new uImage] Cleanup do_botm_linux() boot allocations
39439
39440     This patch moves common pre-boot allocation steps shared between PPC
39441     and M68K to a helper routines:
39442
39443     common:
39444     - get_boot_sp_limit()
39445     - get_boot_cmline()
39446     - get_boot_kbd()
39447
39448     platform:
39449     - set_clocks_in_mhz()
39450
39451     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39452
39453 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
39454 Author: Marian Balakowicz <m8@semihalf.com>
39455 Date:   Thu Jan 31 13:57:17 2008 +0100
39456
39457     [new uImage] Move ramdisk loading to a common routine
39458
39459     Ramdisk loading code, including initrd_high variable handling,
39460     was duplicated for PPC and M68K platforms. This patch creates
39461     common helper routine that is being called from both platform
39462     do_bootm_linux() routines.
39463
39464     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39465
39466 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
39467 Author: Marian Balakowicz <m8@semihalf.com>
39468 Date:   Thu Jan 31 13:55:53 2008 +0100
39469
39470     [new uImage] Removed dead ramdisk code on microblaze architectures
39471
39472     Microblaze do_bootm_linux() includes ramdisk processing code but
39473     the ramdisk does not get used anywhere later on.
39474
39475     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39476
39477 commit 5ad03eb3854c162684222a718b44c0716ea0db03
39478 Author: Marian Balakowicz <m8@semihalf.com>
39479 Date:   Thu Jan 31 13:55:39 2008 +0100
39480
39481     [new uImage] Factor out common image_get_ramdisk() routine
39482
39483     Architecture specific do_bootm_linux() routines share common
39484     ramdisk image processing code. Move this code to a common
39485     helper routine.
39486
39487     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39488
39489 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
39490 Author: Marian Balakowicz <m8@semihalf.com>
39491 Date:   Thu Jan 31 13:20:08 2008 +0100
39492
39493     [new uImage] Move FDT error printing to common fdt_error() routine
39494
39495     FDT error handling in PPC do_bootm_linux() shares the same message format.
39496     This patch moves error message printing to a helper fdt_error() routine.
39497
39498     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39499     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
39500
39501 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
39502 Author: Marian Balakowicz <m8@semihalf.com>
39503 Date:   Thu Jan 31 13:20:07 2008 +0100
39504
39505     [new uImage] Factor out common routines for getting os/arch/type/comp names
39506
39507     Move numeric-id to name translation for image os/arch/type/comp header
39508     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
39509     image_get_type_name(), image_get_comp_name().
39510
39511     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39512
39513 commit e99c26694a384221d336f6448c06a57479c0baa4
39514 Author: Marian Balakowicz <m8@semihalf.com>
39515 Date:   Thu Jan 31 13:20:07 2008 +0100
39516
39517     [new uImage] Remove standalone applications handling from boootm
39518
39519     Standalone applications are supposed to be run using the "go" command.
39520     This patch removes standalone images handling from the do_bootm().
39521
39522     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39523
39524 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
39525 Author: Marian Balakowicz <m8@semihalf.com>
39526 Date:   Thu Jan 31 13:20:07 2008 +0100
39527
39528     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
39529
39530     Support for OF_FLAT_TREE is to be obsoleted in the near future,
39531     remove related code from the bootm routines.
39532
39533     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39534
39535 commit 82850f3d32a2661868ec6876bed7a22c55cef718
39536 Author: Marian Balakowicz <m8@semihalf.com>
39537 Date:   Thu Jan 31 13:20:06 2008 +0100
39538
39539     [new uImage] Use image API in SH do_bootm_linux() routine
39540
39541     Introduce image handling API for lately added Hitachi SH architecture.
39542
39543     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39544
39545 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
39546 Author: Marian Balakowicz <m8@semihalf.com>
39547 Date:   Thu Jan 31 13:20:06 2008 +0100
39548
39549     [new uImage] Rename architecture specific bootm code files
39550
39551     Implementation of the do_bootm_linux() and other bootm helper routines is
39552     architecture specific code. As such it resides in lib_<arch> directories
39553     in files named <arch>_linux.c
39554
39555     This patch renames those files to a more clear and accurate
39556     lib_<arch>/bootm.c form.
39557
39558     List of the renamed files:
39559        lib_arm/armlinux.c -> lib_arm/bootm.c
39560        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
39561        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
39562        lib_i386/i386_linux.c -> lib_i386/bootm.c
39563        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
39564        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
39565        lib_mips/mips_linux.c -> lib_mips/bootm.c
39566        lib_nios/nios_linux.c -> lib_nios/bootm.c
39567        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
39568        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
39569        lib_sh/sh_linux.c -> lib_sh/bootm.c
39570
39571     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39572
39573 commit 7582438c285bf0cef82909d0f232de64ec567a8a
39574 Author: Marian Balakowicz <m8@semihalf.com>
39575 Date:   Thu Jan 31 13:20:06 2008 +0100
39576
39577     [new uImage] Return error on image move/uncompress overwrites
39578
39579     Check for overwrites during image move/uncompress, return with error
39580     when the original image gets corrupted. Report clear message to the user
39581     and prevent further troubles when pointer to the corrupted images is passed
39582     to do_bootm_linux routine.
39583
39584     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39585
39586 commit f13e7b2e993c61fed1f607962501e051940d6e80
39587 Author: Marian Balakowicz <m8@semihalf.com>
39588 Date:   Tue Jan 8 18:12:17 2008 +0100
39589
39590     [new uImage] Cleanup image header pointer use in bootm code
39591
39592     - use single image header pointer instead of a set of auxilliary variables.
39593     - add multi component image helper routines: get component size/data address
39594
39595     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39596
39597 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
39598 Author: Marian Balakowicz <m8@semihalf.com>
39599 Date:   Tue Jan 8 18:17:10 2008 +0100
39600
39601     [new uImage] Cleanup cmd_bootm.c
39602
39603     - sort and cleanup headers, declarations, etc.
39604     - group related routines
39605     - cleanup indentation, white spaces
39606
39607     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39608
39609 commit af13cdbc01eaf88880978bfb4f603e012818ba24
39610 Author: Marian Balakowicz <m8@semihalf.com>
39611 Date:   Tue Jan 8 18:11:45 2008 +0100
39612
39613     [new uImage] Add memmove_wd() common routine
39614
39615     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
39616
39617     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39618
39619 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
39620 Author: Marian Balakowicz <m8@semihalf.com>
39621 Date:   Tue Jan 8 18:11:44 2008 +0100
39622
39623     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
39624
39625     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39626
39627 commit 15158971f49255ccef54f0979a942cfd3de2ae52
39628 Author: Marian Balakowicz <m8@semihalf.com>
39629 Date:   Tue Jan 8 18:11:44 2008 +0100
39630
39631     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
39632
39633     Use image header copy instead of a (possibly corrupted) pointer to
39634     a initial image location.
39635
39636     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39637
39638 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
39639 Author: Marian Balakowicz <m8@semihalf.com>
39640 Date:   Tue Jan 8 18:11:44 2008 +0100
39641
39642     [new uImage] Remove I386 uImage fake_header() routine
39643
39644     I386 targets are not using a uImage format, instead fake header
39645     is added to ram image before it is further processed by bootm.
39646
39647     Remove this fixup and force proper uImage use for I386.
39648
39649     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39650
39651 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
39652 Author: Marian Balakowicz <m8@semihalf.com>
39653 Date:   Tue Jan 8 18:11:44 2008 +0100
39654
39655     [new uImage] Move CHUNKSZ definition to image.h
39656
39657     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
39658     move this definition to a common header.
39659
39660     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39661
39662 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
39663 Author: Marian Balakowicz <m8@semihalf.com>
39664 Date:   Tue Jan 8 18:11:43 2008 +0100
39665
39666     [new uImage] Move gunzip() common code to common/gunzip.c
39667
39668     Move gunzip(), zalloc() and zfree() to a separate file.
39669     Share zalloc() and zfree() with cramfs uncompress routine.
39670
39671     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39672
39673 commit d45d5a18b6b36688f2365623f9d550566c664b5b
39674 Author: Marian Balakowicz <m8@semihalf.com>
39675 Date:   Tue Jan 8 18:11:43 2008 +0100
39676
39677     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
39678
39679     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
39680     readable in PPC variant of do_bootm_linux() routine.
39681
39682     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39683
39684 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
39685 Author: Marian Balakowicz <m8@semihalf.com>
39686 Date:   Tue Jan 8 18:11:43 2008 +0100
39687
39688     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
39689
39690     PPC implementation of do_bootm_linux() routine is moved to
39691     a dedicated file lib_ppc/ppc_linux.c
39692
39693     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39694
39695 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
39696 Author: Marian Balakowicz <m8@semihalf.com>
39697 Date:   Tue Jan 8 18:14:09 2008 +0100
39698
39699     [new uImage] Define a API for image handling operations
39700
39701     - Add inline helper macros for basic header processing
39702     - Move common non inline code common/image.c
39703     - Replace direct header access with the API routines
39704     - Rename IH_CPU_* to IH_ARCH_*
39705
39706     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39707
39708 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
39709 Author: Marian Balakowicz <m8@semihalf.com>
39710 Date:   Thu Jan 31 13:19:58 2008 +0100
39711
39712     Add missing cmd_ximg.o to common/Makefile
39713
39714     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39715
39716 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
39717 Author: Grzegorz Bernacki <gjb@semihalf.com>
39718 Date:   Mon Jan 28 10:15:02 2008 +0100
39719
39720     ADS5121e: DDR2 init/timing update.
39721
39722     Signed-off-by: John Rigby <jrigby@freescale.com>
39723     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
39724
39725 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
39726 Author: John Rigby <jrigby@freescale.com>
39727 Date:   Wed Jan 30 13:36:57 2008 -0700
39728
39729     Device tree updates
39730
39731     Changes to match 5121 device tree going mainline in 2.6.25.
39732
39733     Change OF_SOC from "soc5121" to plain "soc".
39734     Remove unneeded "ref-frequency" fixups.
39735     Remove "address" enetaddr fixup.
39736
39737     Add bus-frequency fixup for old OF_SOC so old
39738     kernels with old device trees will work with new
39739     u-boot with 66MHz IPS clock
39740
39741     Signed-off-by: John Rigby <jrigby@freescale.com>
39742
39743 commit de55d18df3ff2ea614624e74793de7c43520e0e7
39744 Author: John Rigby <jrigby@freescale.com>
39745 Date:   Wed Jan 30 13:36:56 2008 -0700
39746
39747     Change IPS freq to 66MHz
39748
39749     Recommended frequency is 66MHz
39750     Change divider from 4 to 3.
39751
39752     Signed-off-by: John Rigby <jrigby@freescale.com>
39753
39754 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
39755 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39756 Date:   Mon Jan 14 22:38:55 2008 +0100
39757
39758     xsengine: rename board_post_init to board_late_init
39759
39760     missing migration from "Cleanup of some init functions"
39761     in c837dcb1a316745092567bfe4fb266d0941884ff
39762
39763     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39764
39765 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
39766 Author: Larry Johnson <lrj@acm.org>
39767 Date:   Sat Jan 12 23:35:33 2008 -0500
39768
39769     Add attribute POST_PREREL to ECC memory POST
39770
39771     Signed-off-by: Larry Johnson <lrj@acm.org>
39772
39773 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
39774 Author: Kumar Gala <galak@kernel.crashing.org>
39775 Date:   Thu Jan 17 08:25:45 2008 -0600
39776
39777     QE: Move FDT support into a common file
39778
39779     Move the flat device tree setup for QE related devices into
39780     a common file shared between 83xx & 85xx platforms that have QE's.
39781
39782     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39783
39784 commit d38da537943cd36356b9d3d9d9b60533554b81d8
39785 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39786 Date:   Wed Jan 23 17:20:14 2008 +0100
39787
39788     AVR32: Make SDRAM refresh rate configurable
39789
39790     The existing code assumes the SDRAM row refresh period should always
39791     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
39792     refresh rate should really be 7.81 us.
39793
39794     Add a refresh_period member to struct sdram_info and initialize it
39795     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
39796     panic() until the refresh_period member is updated properly.
39797
39798     Big thanks to Gerhard Berghofer for pointing out this issue.
39799
39800     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39801
39802 commit 61151cccb660cdb06a07fb283de6089913d7bde0
39803 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39804 Date:   Thu Apr 19 10:10:11 2007 +0200
39805
39806     ATSTK1000: Fix potential flash programming bug
39807
39808     The (now obsolete) atngw100 flash programming code was having problems
39809     programming the onboard at49bv642 chip. The atstk1000 flash
39810     programming code may have the same bug, so import fix for this problem
39811     from the AVR32 Linux BSP.
39812
39813     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39814
39815 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
39816 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39817 Date:   Thu Nov 22 17:04:13 2007 +0100
39818
39819     ATSTK1004: Fix comment about default load address
39820
39821     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
39822     wouldn't have worked anyway since the board can only access 4MB of
39823     SDRAM.
39824
39825     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39826
39827 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
39828 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39829 Date:   Thu Nov 22 17:01:24 2007 +0100
39830
39831     ATSTK1002: Use SDRAM + 4MB as default load address
39832
39833     Many people run into problems when they compile a big kernel and load
39834     the uImage at the default SDRAM + 2MB address as the kernel will
39835     overwrite the uImage as it is being unpacked. Increase the default
39836     load address so that we can load a 4MB kernel image without any
39837     problems.
39838
39839     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39840
39841 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
39842 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39843 Date:   Thu Nov 22 16:51:39 2007 +0100
39844
39845     ATNGW100: Fix default mtest range
39846
39847     Let mtest cover the whole SDRAM except the last megabyte, which is
39848     where u-boot lives.
39849
39850     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39851
39852 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
39853 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39854 Date:   Tue Jan 22 15:31:56 2008 +0900
39855
39856     sh: Fix register address of SH7722.
39857
39858     The address of SH7722 is wrong by old document.
39859     This patch fixes this problem.
39860
39861     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39862
39863 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
39864 Author: Mike Frysinger <vapier@gentoo.org>
39865 Date:   Mon Feb 4 19:26:57 2008 -0500
39866
39867     new command for displaying strings at specified memory locations
39868
39869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39870
39871 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
39872 Author: Mike Frysinger <vapier@gentoo.org>
39873 Date:   Mon Feb 4 19:26:57 2008 -0500
39874
39875     rewrite/cleanup Blackfin RTC driver
39876
39877     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39878
39879 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
39880 Author: Mike Frysinger <vapier@gentoo.org>
39881 Date:   Mon Feb 4 19:26:57 2008 -0500
39882
39883     generate u-boot.ldr for Blackfin targets
39884
39885     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39886
39887 commit b779f7a59530436040f157f7841db7ab796542df
39888 Author: Mike Frysinger <vapier@gentoo.org>
39889 Date:   Mon Feb 4 19:26:57 2008 -0500
39890
39891     scrub unused symbols
39892
39893     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39894
39895 commit cc2977acc3bbbb7850f16645dd1081f95335868d
39896 Author: Mike Frysinger <vapier@gentoo.org>
39897 Date:   Mon Feb 4 19:26:57 2008 -0500
39898
39899     move Blackfin cpu object list to respective cpu directories
39900
39901     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39902
39903 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
39904 Author: Mike Frysinger <vapier@gentoo.org>
39905 Date:   Mon Feb 4 19:26:57 2008 -0500
39906
39907     interface to Blackfin on-chip One-Time-Programmable memory
39908
39909     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39910
39911 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
39912 Author: Mike Frysinger <vapier@gentoo.org>
39913 Date:   Mon Feb 4 19:26:56 2008 -0500
39914
39915     add support for memory commands with Blackfin L1 instruction memory
39916
39917     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39918
39919 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
39920 Author: Mike Frysinger <vapier@gentoo.org>
39921 Date:   Mon Feb 4 19:26:56 2008 -0500
39922
39923     use C code rather than inline assembly
39924
39925     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39926
39927 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
39928 Author: Mike Frysinger <vapier@gentoo.org>
39929 Date:   Mon Feb 4 19:26:56 2008 -0500
39930
39931     add Blackfin-specific reginfo command
39932
39933     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39934
39935 commit 0858b835e7ea501ea084d34cef75932f098342bb
39936 Author: Mike Frysinger <vapier@gentoo.org>
39937 Date:   Mon Feb 4 19:26:55 2008 -0500
39938
39939     add support for Blackfin symbol prefixes to examples
39940
39941     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39942
39943 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
39944 Author: Mike Frysinger <vapier@gentoo.org>
39945 Date:   Mon Feb 4 19:26:55 2008 -0500
39946
39947     add Blackfin-specific bdinfo command
39948
39949     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39950
39951 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
39952 Author: Mike Frysinger <vapier@gentoo.org>
39953 Date:   Mon Feb 4 19:26:55 2008 -0500
39954
39955     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
39956
39957     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39958
39959 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
39960 Author: Mike Frysinger <vapier@gentoo.org>
39961 Date:   Mon Feb 4 19:26:55 2008 -0500
39962
39963     unify the Blackfin board targets
39964
39965     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39966
39967 commit d4d7730853e5d675f76ec666807da3028c91d592
39968 Author: Mike Frysinger <vapier@gentoo.org>
39969 Date:   Mon Feb 4 19:26:55 2008 -0500
39970
39971     punt Blackfin VDSP headers and import sanitized/auto-generated ones
39972
39973     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39974
39975 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
39976 Author: Mike Frysinger <vapier@gentoo.org>
39977 Date:   Mon Feb 4 19:26:54 2008 -0500
39978
39979     always pull in asm/blackfin.h for Blackfin ports
39980
39981     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39982
39983 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
39984 Author: Mike Frysinger <vapier@gentoo.org>
39985 Date:   Mon Feb 4 19:26:54 2008 -0500
39986
39987     add missing __raw versions of Blackfin read/write io functions
39988
39989     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39990
39991 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
39992 Author: Mike Frysinger <vapier@gentoo.org>
39993 Date:   Mon Feb 4 19:26:54 2008 -0500
39994
39995     add the default Blackfin logo used by Blackfin boards with splash screens
39996
39997     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39998
39999 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
40000 Author: Mike Frysinger <vapier@gentoo.org>
40001 Date:   Mon Feb 4 19:26:54 2008 -0500
40002
40003     add some more Blackfin docs
40004
40005     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40006
40007 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
40008 Author: Mike Frysinger <vapier@gentoo.org>
40009 Date:   Mon Feb 4 19:26:54 2008 -0500
40010
40011     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
40012
40013     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40014
40015 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
40016 Author: Mike Frysinger <vapier@gentoo.org>
40017 Date:   Mon Feb 4 19:26:54 2008 -0500
40018
40019     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
40020
40021     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40022
40023 commit b45264ee85cbd92020640a32e02fb434fd557108
40024 Author: Mike Frysinger <vapier@gentoo.org>
40025 Date:   Mon Feb 4 19:26:53 2008 -0500
40026
40027     add gitignores for Blackfin pieces
40028
40029     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40030
40031 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
40032 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40033 Date:   Fri Jan 18 01:14:03 2008 +0100
40034
40035     TFTP: add host ip addr support
40036
40037     allow to use a different server as set in serverip
40038     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
40039     if not defined the max length will be at 128
40040
40041     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40042
40043 commit e56b4b494cd92def577969f9678395aa22d34c9f
40044 Author: Timur Tabi <timur@freescale.com>
40045 Date:   Wed Jan 9 14:35:26 2008 -0600
40046
40047     85xx,86xx: Determine I2C clock frequencies and store in global_data
40048
40049     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
40050
40051     Update the get_clocks() function in 85xx and 86xx to determine the I2C
40052     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
40053
40054     Signed-off-by: Timur Tabi <timur@freescale.com>
40055
40056 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
40057 Author: Wolfgang Denk <wd@denx.de>
40058 Date:   Thu Dec 27 10:56:54 2007 +0100
40059
40060     OMAP5912: fix FIFO handling in UART driver
40061
40062     According to the OMAP5912 Serial Interfaces Reference Guide (see
40063     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
40064     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
40065     changed when the baud clock is not running, i. e. when both DLL and
40066     DLH are set to 0.
40067
40068     Thus make sure that DLL and DLH are 0 when writing the FCR.
40069
40070     Signed-off-by: Wolfgang Denk <wd@denx.de>
40071
40072 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
40073 Author: Harald Welte <laforge@openmoko.org>
40074 Date:   Wed Dec 19 15:10:52 2007 +0100
40075
40076     ARM: S3C24x0 SoC NAND controller support
40077
40078     This patch adds NAND support to the S3C24x0 SoC code in u-boot
40079
40080     Signed-off-by: Harald Welte <laforge@openmoko.org>
40081
40082 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
40083 Author: Harald Welte <laforge@openmoko.org>
40084 Date:   Wed Dec 19 14:24:40 2007 +0100
40085
40086     ARM: s3c24xx: Multiple serial port support
40087
40088     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
40089
40090     Signed-off-by: Harald Welte <laforge@openmoko.org>
40091
40092 commit a25f72f1f73a11de68251fb88c89991e202e68fa
40093 Author: Harald Welte <laforge@openmoko.org>
40094 Date:   Wed Dec 19 14:16:57 2007 +0100
40095
40096     ARM: arm920t: Allow use of 'gd' pointer from IRQ
40097
40098     This patch allows us to use the 'gd' pointer (and thus environment
40099     and everything else associated with it) from interrupt context on
40100     arm920t.
40101
40102     Signed-off-by: Harald Welte <laforge@openmoko.org>
40103
40104 commit be19bd5cd0f454b63298844a0b5377e029b2caad
40105 Author: Harald Welte <laforge@openmoko.org>
40106 Date:   Wed Dec 19 14:19:38 2007 +0100
40107
40108     ARM: arm920/s3c24xx: IRQ demulitplexer callback
40109
40110     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
40111     plus a stub implementation of it for the S3C2410.
40112
40113     The purpose is to allow arm920t implementations such as the s3c24x0 to
40114     implement interrupt handlers in u-boot without having to touch core
40115     arm920t code.
40116
40117     Signed-off-by: Harald Welte <laforge@openmoko.org>
40118
40119 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
40120 Author: Hebbar <gururajakr@sanyo.co.in>
40121 Date:   Tue Dec 18 16:03:07 2007 -0800
40122
40123     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
40124
40125     Add ifdef to bdinfo command to display ethernet information
40126     only if CONFIG_CMD_NET is defined for arm modules.
40127
40128     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
40129
40130 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
40131 Author: Hebbar <gururajakr@sanyo.co.in>
40132 Date:   Tue Dec 18 16:00:54 2007 -0800
40133
40134     ARM: add I2C init function call in lib_arm/board.c
40135
40136     Adds I2C init func call to init sequence for ARM boards. This is
40137     present in ppc,blackfin and other processor init sequence.
40138
40139     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
40140
40141 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
40142 Author: Stefan Roese <sr@denx.de>
40143 Date:   Fri Feb 1 09:38:29 2008 +0100
40144
40145     ppc4xx: Fix ndfc HW ECC byte order
40146
40147     The current ndfc HW ECC implementation swaps the first two ECC bytes.
40148     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
40149     so this swapping in the HW ECC driver is bogus. This patch fixes this
40150     problem and now really uses the SMC ECC byte order.
40151
40152     Thanks to Sean MacLennan for pointing this out.
40153
40154     Signed-off-by: Stefan Roese <sr@denx.de>
40155
40156 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
40157 Author: Stefan Roese <sr@denx.de>
40158 Date:   Wed Jan 30 15:35:50 2008 +0100
40159
40160     ppc4xx: Fix GPIO configuration for pcs440ep
40161
40162     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
40163     49-63 for GPIO. They have been configured as trace signals. This patch
40164     fixes this by clearing the corresponding bit.
40165
40166     Signed-off-by: Stefan Roese <sr@denx.de>
40167
40168 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
40169 Author: Stefan Roese <sr@denx.de>
40170 Date:   Wed Jan 30 14:48:28 2008 +0100
40171
40172     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
40173
40174     Signed-off-by: Stefan Roese <sr@denx.de>
40175
40176 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
40177 Author: Ladislav Michl <ladis@linux-mips.org>
40178 Date:   Fri Dec 7 00:42:32 2007 +0100
40179
40180     ARM: Board voiceblue update
40181
40182     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
40183
40184 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
40185 Author: Ladislav Michl <ladis@linux-mips.org>
40186 Date:   Thu Dec 6 23:24:57 2007 +0100
40187
40188     ARM: AT91RM9200 based boards config cleanup
40189
40190     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
40191
40192     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
40193     indentation.
40194
40195 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
40196 Author: Ladislav Michl <ladis@linux-mips.org>
40197 Date:   Thu Dec 6 22:59:16 2007 +0100
40198
40199     ARM: Fix at91rm9200dk base address
40200
40201     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
40202     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
40203     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
40204     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
40205     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
40206     I'm sending this patch 4th (!) time in hope it produces at least some
40207     reaction.
40208
40209     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
40210
40211     Fix at91rm9200dk base and environment address.
40212
40213 commit c95219fae2a7add7daa2f91aedca65b1698465c7
40214 Author: stefano babic <sbabic@denx.de>
40215 Date:   Tue Nov 20 10:40:24 2007 +0100
40216
40217     MMC for PXA 27X (resubmit)
40218
40219     MMC support for X_Scale PXA is broken and does not work.
40220     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
40221     There were already some patches around the world but none of them was
40222     merged into the official u-boot tree.
40223
40224     This patch makes order fixing this issue. Resubmit after code cleanup.
40225
40226     Applied and tested on PXA 270 (TrizepsIV module).
40227
40228     Signed-off-by: Stefano Babic <sbabic@denx.de>
40229
40230 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
40231 Author: stefano babic <sbabic@denx.de>
40232 Date:   Tue Nov 20 10:37:04 2007 +0100
40233
40234     Fix gcc issues in pxa-regs.h
40235
40236     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
40237     issues generates wrong code.
40238     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
40239     This patch fixes the problem and solves the gcc-4 issues as the linux
40240     kernel does.
40241
40242     Signed-off-by: Stefano Babic <sbabic@denx.de>
40243     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
40244
40245 commit 7047b388876e7b905b2ec4edb8010543e3641b85
40246 Author: Jens Gehrlein <sew_s@tqs.de>
40247 Date:   Tue Jan 29 08:45:03 2008 +0100
40248
40249     TQM834x: enable DHCP
40250
40251     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
40252     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40253
40254 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
40255 Author: Jens Gehrlein <sew_s@tqs.de>
40256 Date:   Tue Jan 29 08:45:02 2008 +0100
40257
40258     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
40259
40260     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
40261     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40262
40263 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
40264 Author: Ben Warren <biggerbadderben@gmail.com>
40265 Date:   Sat Jan 26 23:41:19 2008 -0500
40266
40267     Fix conditional compilation of mpx8xxx_spi driver
40268
40269     This driver should only compile if CONFIG_MPC8XXX_SPI is set
40270
40271     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40272     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40273
40274 commit 63f732d3d3880feb531f48af247c025bf01462b0
40275 Author: Rafal Jaworowski <raj@semihalf.com>
40276 Date:   Tue Jan 29 17:00:34 2008 +0100
40277
40278     API: Provide dummy halt() in the glue layer.
40279
40280     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
40281
40282     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40283
40284 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
40285 Author: Rafal Jaworowski <raj@semihalf.com>
40286 Date:   Tue Jan 29 16:57:38 2008 +0100
40287
40288     API: Convert conditional building to the new scheme.
40289
40290     This fixes a build breakage with CONFIG_API enabled, which appeared after
40291     the recent changes in the U-Boot build system.
40292
40293     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40294
40295 commit 98b742489c09780be6a832eeaa4e5eff824792bb
40296 Author: Wolfgang Denk <wd@denx.de>
40297 Date:   Fri Jan 25 09:56:17 2008 +0100
40298
40299     inka4x0: remove dead code
40300
40301     Signed-off-by: Wolfgang Denk <wd@denx.de>
40302
40303 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
40304 Author: Becky Bruce <becky.bruce@freescale.com>
40305 Date:   Wed Jan 23 16:31:06 2008 -0600
40306
40307     86xx: Add reginfo command
40308
40309     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40310
40311 commit ddcebcb638715a6278da93b553d5016f99823816
40312 Author: Becky Bruce <becky.bruce@freescale.com>
40313 Date:   Wed Jan 23 16:31:05 2008 -0600
40314
40315     86xx: Add print_laws function to fsl_law.c
40316
40317     This can be used for debug, and will be used by board code
40318     to help implement reginfo.
40319
40320     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40321
40322 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
40323 Author: Becky Bruce <becky.bruce@freescale.com>
40324 Date:   Wed Jan 23 16:31:04 2008 -0600
40325
40326     86xx: Remove old-style law setup code
40327
40328     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
40329
40330     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40331
40332 commit 713d8186649dae874613d495b0cecaa039a98b30
40333 Author: Becky Bruce <becky.bruce@freescale.com>
40334 Date:   Wed Jan 23 16:31:03 2008 -0600
40335
40336     86xx: Convert sbc8641d to use new law setup code.
40337
40338     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40339
40340 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
40341 Author: Becky Bruce <becky.bruce@freescale.com>
40342 Date:   Wed Jan 23 16:31:02 2008 -0600
40343
40344     86xx: Convert mpc8610hpcd to new law setup method.
40345
40346     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40347
40348 commit 4933b91f8a49e436681f163df3173beb91cac44a
40349 Author: Becky Bruce <becky.bruce@freescale.com>
40350 Date:   Wed Jan 23 16:31:01 2008 -0600
40351
40352     86xx: Support new law setup method and convert mpc8641
40353
40354     Adds the support code in cpu/mpc86xx for the new law setup code
40355     recently created fsl_law.c, and changes the MPC8641HPCN config
40356     to use this code.
40357
40358     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40359
40360 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
40361 Author: Becky Bruce <becky.bruce@freescale.com>
40362 Date:   Wed Jan 23 16:31:00 2008 -0600
40363
40364     86xx: Rearrange the sequence in start.S
40365
40366     * split the BAT initialization so that only 2 BATs (for the boot page
40367     and stack) are programmed very early on.  The rest are initialized later.
40368     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
40369     after translation has been enabled.
40370
40371     These changes will facilitate the moving of law and BAT initialization
40372     to C code, and will aid with 36-bit physical addressing support.
40373
40374     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40375
40376 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
40377 Author: Wolfgang Denk <wd@denx.de>
40378 Date:   Wed Jan 23 14:41:37 2008 +0100
40379
40380     Coding Style Cleanup; update CHANGELOG
40381
40382     Signed-off-by: Wolfgang Denk <wd@denx.de>
40383
40384 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
40385 Author: Wolfgang Denk <wd@denx.de>
40386 Date:   Wed Jan 23 14:31:17 2008 +0100
40387
40388     Coding Style Cleanup; update CHANGELOG
40389
40390     Signed-off-by: Wolfgang Denk <wd@denx.de>
40391
40392 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
40393 Author: Dave Liu <r63238@freescale.com>
40394 Date:   Fri Jan 18 10:07:04 2008 +0800
40395
40396     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
40397
40398     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
40399     cause the 83xx immap broken, so the DMA and PCI will
40400     be failed.
40401
40402     The patch fix the struct spi8xxx and rm struct spi83xx.
40403
40404     Signed-off-by: Dave Liu <daveliu@freescale.com>
40405     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40406
40407 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
40408 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
40409 Date:   Sat Apr 14 17:11:49 2007 +0200
40410
40411     AVR32: ATNGW100 board support
40412
40413     Add support for the ATNGW100 Network Gateway reference design,
40414     including flash, ethernet and MMC support.
40415
40416     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
40417
40418 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
40419 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
40420 Date:   Sat Nov 24 18:15:31 2007 +0100
40421
40422     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
40423
40424     I don't know why the relevant layers can't do this by itself, but this
40425     is what ppc does.
40426
40427     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
40428
40429 commit 799891ef7b1b3432032ec23466df6b665a797fa4
40430 Author: Michael Schwingen <michael@schwingen.org>
40431 Date:   Fri Jan 18 00:04:28 2008 +0100
40432
40433     Add AcTux board support
40434
40435     Hi,
40436
40437     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
40438     files that
40439     contain changes for multiple boards, the board-specific files follow as
40440     separate patches.
40441
40442     Signed-off-by: Michael Schwingen <michael@schwingen.org>
40443
40444 commit 66a4344a4d910a11125df7768899ad529719855e
40445 Author: Michael Schwingen <michael@schwingen.org>
40446 Date:   Wed Jan 16 19:53:23 2008 +0100
40447
40448     add AcTux-4 board support
40449
40450     Signed-off-by: Michael Schwingen <michael@schwingen.org>
40451
40452 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
40453 Author: Michael Schwingen <michael@schwingen.org>
40454 Date:   Wed Jan 16 19:51:55 2008 +0100
40455
40456     add AcTux-3 board support
40457
40458     Signed-off-by: Michael Schwingen <michael@schwingen.org>
40459
40460 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
40461 Author: Michael Schwingen <michael@schwingen.org>
40462 Date:   Wed Jan 16 19:51:14 2008 +0100
40463
40464     add AcTux-2 board support
40465
40466     Signed-off-by: Michael Schwingen <michael@schwingen.org>
40467
40468 commit ea99e8f05b7240fd657739e286664664ae160abe
40469 Author: Michael Schwingen <michael@schwingen.org>
40470 Date:   Wed Jan 16 19:50:37 2008 +0100
40471
40472     add AcTux-1 board support
40473
40474     Signed-off-by: Michael Schwingen <michael@schwingen.org>
40475
40476 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
40477 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40478 Date:   Mon Jan 14 19:20:08 2008 +0100
40479
40480     ARM: remove useless function board_post_init
40481
40482     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40483
40484 commit 96bd462942022e4569b582c072a0ed26de1cd19b
40485 Author: Michael Schwingen <michael@schwingen.org>
40486 Date:   Thu Jan 10 14:59:46 2008 +0100
40487
40488     IXP: enable RTS
40489
40490     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
40491     No handshaking is done, but the active RTS signal allows to
40492     connect to the target using a PC which is using RTS/CTS
40493     handshake, and does no harm if the PC is set to ignore RTS.
40494
40495     Signed-off-by: Michael Schwingen <michael@schwingen.org>
40496
40497 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
40498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40499 Date:   Mon Jan 7 08:41:34 2008 +0100
40500
40501     IXP: add dynamic microcode addr
40502
40503     allow to load the microde from flash or ram by download it through
40504     the serial or other.
40505
40506     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40507     Acked-by: Stefan Roese <sr@denx.de>
40508
40509 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
40510 Author: Michael Schwingen <michael@schwingen.org>
40511 Date:   Sat Nov 10 15:44:12 2007 +0100
40512
40513     load ixp42x NPE firmware from separate flash block, remove dead code
40514
40515     Hi,
40516
40517     the following patch adds support to move the IXP42X NPE firmware to a
40518     separate flash block, whose start address is defined in
40519     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
40520     NPE-enabled u-boot without copyright problems due to the NPE firmware.
40521
40522     I hope the patch applies, I get whitespace-related differences in the NPE
40523     files due to trailing whitespace in the original versions.
40524
40525     Signed-off-by: Michael Schwingen <michael@schwingen.org>
40526     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40527
40528 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
40529 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40530 Date:   Tue Jan 15 14:15:46 2008 -0600
40531
40532     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
40533
40534     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40535     Signed-off by: John Rigby <jrigby@freescale.com>
40536
40537 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
40538 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40539 Date:   Tue Jan 15 14:02:49 2008 -0600
40540
40541     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
40542
40543     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40544     Signed-off by: John Rigby <jrigby@freescale.com>
40545
40546 commit 777d1abd9796f1c2e148417cc10657e847d318ce
40547 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40548 Date:   Tue Jan 15 14:00:25 2008 -0600
40549
40550     ColdFire: Add MCF547x_8x FEC driver
40551
40552     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40553     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40554     Signed-off by: John Rigby <jrigby@freescale.com>
40555
40556 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
40557 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40558 Date:   Tue Jan 15 13:54:09 2008 -0600
40559
40560     ColdFire: Add MCF547x_8x dma code and header files
40561
40562     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40563     Signed-off by: John Rigby <jrigby@freescale.com>
40564
40565 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
40566 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40567 Date:   Tue Jan 15 13:52:03 2008 -0600
40568
40569     ColdFire: Add MCF547x_8x dma code - 2
40570
40571     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40572     Signed-off by: John Rigby <jrigby@freescale.com>
40573
40574 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
40575 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40576 Date:   Tue Jan 15 13:48:52 2008 -0600
40577
40578     ColdFire: Add MCF547x_8x dma code - 1
40579
40580     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40581     Signed-off by: John Rigby <jrigby@freescale.com>
40582
40583 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
40584 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40585 Date:   Tue Jan 15 13:39:44 2008 -0600
40586
40587     ColdFire: Add MCF547x_8x related header files
40588
40589     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40590     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40591     Signed-off by: John Rigby <jrigby@freescale.com>
40592
40593 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
40594 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40595 Date:   Tue Jan 15 13:37:34 2008 -0600
40596
40597     ColdFire: Add MCF547x_8x cpu arch
40598
40599     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40600     Signed-off by: John Rigby <jrigby@freescale.com>
40601
40602 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
40603 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40604 Date:   Mon Jan 14 17:47:23 2008 -0600
40605
40606     ColdFire: Add MCF5227x cpu and M52277EVB support-3
40607
40608     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40609     Signed-off by: John Rigby <jrigby@freescale.com>
40610
40611 commit c87581027994c148131b2f11aa75501f782ec19a
40612 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40613 Date:   Mon Jan 14 17:46:19 2008 -0600
40614
40615     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
40616
40617     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40618     Signed-off by: John Rigby <jrigby@freescale.com>
40619
40620 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
40621 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40622 Date:   Mon Jan 14 17:43:33 2008 -0600
40623
40624     ColdFire: Add MCF5227x cpu and M52277EVB support-1
40625
40626     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40627     Signed-off by: John Rigby <jrigby@freescale.com>
40628
40629 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
40630 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40631 Date:   Mon Jan 14 17:35:44 2008 -0600
40632
40633     ColdFire: Fix CFI Flash low level Read/Write macro
40634
40635     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40636     Signed-off by: John Rigby <jrigby@freescale.com>
40637
40638 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
40639 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40640 Date:   Mon Jan 14 17:23:08 2008 -0600
40641
40642     ColdFire: Add M5373EVB platform support - 2
40643
40644     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40645     Signed-off by: John Rigby <jrigby@freescale.com>
40646
40647 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
40648 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40649 Date:   Mon Jan 14 17:19:54 2008 -0600
40650
40651     ColdFire: Add M5373EVB platform support - 1
40652
40653     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40654     Signed-off by: John Rigby <jrigby@freescale.com>
40655
40656 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
40657 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40658 Date:   Mon Jan 14 17:17:03 2008 -0600
40659
40660     ColdFire: Update FlexBus CS for MCF532x
40661
40662     Definition update and change from 16bit to 32bit
40663
40664     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40665     Signed-off by: John Rigby <jrigby@freescale.com>
40666
40667 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
40668 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40669 Date:   Mon Jan 14 17:11:47 2008 -0600
40670
40671     ColdFire: PCI and misc updates for MCF5445x
40672
40673     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40674     Signed-off by: John Rigby <jrigby@freescale.com>
40675
40676 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
40677 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40678 Date:   Mon Jan 14 17:06:55 2008 -0600
40679
40680     ColdFire: MCF5445x header files cleanup
40681
40682     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40683     Signed-off by: John Rigby <jrigby@freescale.com>
40684
40685 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
40686 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40687 Date:   Mon Jan 14 16:59:42 2008 -0600
40688
40689     ColdFire: MCF532x header files cleanup
40690
40691     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40692     Signed-off by: John Rigby <jrigby@freescale.com>
40693
40694 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
40695 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40696 Date:   Mon Jan 14 15:30:15 2008 -0600
40697
40698     ColdFire: Add modules header files
40699
40700     Add CF specific modules header files
40701
40702     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40703     Signed-off-by: John Rigby <jrigby@freescale.com>
40704
40705 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
40706 Author: Kim Phillips <kim.phillips@freescale.com>
40707 Date:   Thu Jan 17 12:48:00 2008 -0600
40708
40709     codingstyle cleanup for spi driver
40710
40711     ..and rm unused CONFIG_FSL_SPI define
40712
40713     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40714
40715 commit d59feffb42c9f174116db7a82a311df98983dfce
40716 Author: Haiying Wang <Haiying.Wang@freescale.com>
40717 Date:   Wed Jan 16 17:12:12 2008 -0500
40718
40719     FSL: Fix common EEPROM_data structure definition
40720
40721     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
40722     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
40723       bd->bi_ethaddr.
40724
40725     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
40726
40727 commit 6bee764bd6da510a4aad614880300c968bc7318d
40728 Author: Timur Tabi <timur@freescale.com>
40729 Date:   Wed Jan 16 15:48:12 2008 -0600
40730
40731     86xx: enable command-line editing
40732
40733     Enable command-line editing for all MPC86xx boards.
40734
40735     Signed-off-by: Timur Tabi <timur@freescale.com>
40736
40737 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
40738 Author: Ben Warren <biggerbadderben@gmail.com>
40739 Date:   Wed Jan 16 22:37:42 2008 -0500
40740
40741     Implement hard SPI driver on MPC8349EMDS
40742
40743     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
40744     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
40745
40746     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40747     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40748
40749 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
40750 Author: Ben Warren <biggerbadderben@gmail.com>
40751 Date:   Wed Jan 16 22:37:35 2008 -0500
40752
40753     Add support for a Freescale non-CPM SPI controller
40754
40755     This patch adds support for the SPI controller found on Freescale PowerPC
40756     processors such as the MCP834x family.  Additionally, a new config option,
40757     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
40758
40759     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40760     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40761
40762 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
40763 Author: Dave Liu <r63238@freescale.com>
40764 Date:   Thu Jan 17 18:23:19 2008 +0800
40765
40766     mpc83xx: Fix the fatal conflict of merge
40767
40768     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
40769     will cause the mpc8315erdb board can't boot up.
40770
40771     The patch fix that bug, and remove the duplicated #ifdef
40772     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
40773     MPC8313E processor.
40774
40775     Signed-off-by: Dave Liu <daveliu@freescale.com>
40776     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40777
40778 commit 3259eeaa4148125a81417477f62c05bd67f60587
40779 Author: Larry Johnson <lrj@acm.org>
40780 Date:   Thu Jan 17 08:50:09 2008 -0500
40781
40782     Merge Sequoia beautification into Korat code
40783
40784     Signed-off-by: Larry Johnson <lrj@acm.org>
40785
40786 commit e16925773211291b562e77187061e9dd1d757217
40787 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40788 Date:   Thu Jan 17 07:45:05 2008 +0100
40789
40790     net: add 'ethrotate' environment variable
40791
40792     [PATCH] net: add 'ethrotate' environment variable
40793
40794     This patch replaces the buildtime configuration option
40795     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
40796     configuration veriable. See README.
40797
40798     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40799     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40800
40801 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
40802 Author: Stefan Roese <sr@denx.de>
40803 Date:   Thu Jan 17 14:29:04 2008 +0100
40804
40805     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
40806
40807     Signed-off-by: Stefan Roese <sr@denx.de>
40808
40809 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
40810 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40811 Date:   Thu Jan 17 18:07:32 2008 +0900
40812
40813     sh: Remove CONFIG_COMMANDS from MS7720SE config file
40814
40815     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40816
40817 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
40818 Author: Niklaus Giger <niklaus.giger@netstal.com>
40819 Date:   Wed Jan 16 18:39:20 2008 +0100
40820
40821     ppc4xx: Netstal HCU4 board: added various fixes and POST
40822
40823     - Moved some common code to netstal/common/nm_bsp.c.
40824     - sdram initialisation goes go netstal/common/fixed_sdram.c.
40825     - Added support for POST.
40826     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
40827
40828     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40829
40830 commit 69b0634a4ee98c9791815600d43b99f626a952f3
40831 Author: Niklaus Giger <niklaus.giger@netstal.com>
40832 Date:   Thu Jan 17 12:53:56 2008 +0100
40833
40834     ppc4xx: netstal/common define routines used by all boards
40835
40836     Added some routines used by all Netstal boards:
40837     - nm_bsp.c: - nm_show_print and
40838             -  common_misc_init_r
40839             - set_params_for_sw_install. Very specific code to handle our SW
40840               installation procedure
40841     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
40842       to handle sdram initialization.
40843     - nm.h: Common header
40844
40845     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40846
40847 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
40848 Author: Niklaus Giger <niklaus.giger@netstal.com>
40849 Date:   Wed Jan 16 18:39:18 2008 +0100
40850
40851     ppc4xx: Netstal HCU5 board: added various fixes and POST
40852
40853     - Moved some common code to nestal/common/nm_bsp.c.
40854     - Added support for the vxWorks EDR.
40855     - Enable trace for Lauterbach, if present.
40856     - Added support for POST.
40857     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
40858
40859     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40860
40861 commit 4371090e5da77edc7bf9f296364db4801639d9c4
40862 Author: Niklaus Giger <niklaus.giger@netstal.com>
40863 Date:   Wed Jan 16 18:39:08 2008 +0100
40864
40865     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
40866
40867     - Various fixes
40868     - Reduced rom_size from 384 to 320 kB
40869     - Environment is now in flash
40870     - Added POST
40871     - Support for OF
40872
40873     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40874
40875 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
40876 Author: Niklaus Giger <niklaus.giger@netstal.com>
40877 Date:   Wed Jan 16 18:37:50 2008 +0100
40878
40879     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
40880
40881     - Various fixes
40882     - Reduced rom_size from 384 to 320 kB
40883     - Environment is now in flash
40884     - Added POST
40885     - Support for OF
40886
40887     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40888
40889 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
40890 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40891 Date:   Thu Jan 17 10:53:08 2008 +0100
40892
40893     ppc4xx: Complete DU440 board support
40894
40895     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40896
40897 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
40898 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40899 Date:   Thu Jan 17 10:52:30 2008 +0100
40900
40901     ppc4xx: Add DU440 board support
40902
40903     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40904
40905 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
40906 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40907 Date:   Thu Jan 17 15:53:52 2008 +0900
40908
40909     sh: Update SuperH SCIF driver
40910
40911     This patch fixed wrong SH7720 CPU macro and changed macro that
40912     calculated value of SCBRR register.
40913
40914     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40915
40916 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
40917 Author: Grzegorz Bernacki <gjb@semihalf.com>
40918 Date:   Wed Jan 16 15:12:47 2008 +0100
40919
40920     Set ips dividor to 1/4 of csb clock.
40921
40922     Previous setting cause ips clock to be out of spec. This bug was found by John
40923     Rigby from Freescale.
40924
40925     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
40926
40927 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
40928 Author: Kumar Gala <galak@kernel.crashing.org>
40929 Date:   Thu Jan 17 02:19:18 2008 -0600
40930
40931     85xx: Get ride of old TLB setup code
40932
40933     Now that all boards have been converted, remove old config code and the
40934     config option for the new style.
40935
40936     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40937
40938 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
40939 Author: Kumar Gala <galak@kernel.crashing.org>
40940 Date:   Thu Jan 17 02:02:10 2008 -0600
40941
40942     85xx: Convert TQM85xx to new TLB setup
40943
40944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40945
40946 commit 74121b470c14f7eaf284ee838bffca6f9521069e
40947 Author: Kumar Gala <galak@kernel.crashing.org>
40948 Date:   Thu Jan 17 01:56:32 2008 -0600
40949
40950     85xx: Convert STXGP3 & STXSSA to new TLB setup
40951
40952     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40953
40954 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
40955 Author: Kumar Gala <galak@kernel.crashing.org>
40956 Date:   Thu Jan 17 01:44:34 2008 -0600
40957
40958     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
40959
40960     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40961
40962 commit 818218bac6a11591e2542c344d2330e0f4e1968b
40963 Author: Kumar Gala <galak@kernel.crashing.org>
40964 Date:   Thu Jan 17 01:31:34 2008 -0600
40965
40966     85xx: Convert PM854/PM856 to new TLB setup
40967
40968     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40969
40970 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
40971 Author: Kumar Gala <galak@kernel.crashing.org>
40972 Date:   Thu Jan 17 01:25:33 2008 -0600
40973
40974     85xx: Convert MPC8540EVAL to new TLB setup
40975
40976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40977
40978 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
40979 Author: Kumar Gala <galak@kernel.crashing.org>
40980 Date:   Thu Jan 17 01:12:22 2008 -0600
40981
40982     85xx: Convert MPC8568 MDS to new TLB setup
40983
40984     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40985
40986 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
40987 Author: Kumar Gala <galak@kernel.crashing.org>
40988 Date:   Thu Jan 17 01:01:09 2008 -0600
40989
40990     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
40991
40992     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40993
40994 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
40995 Author: Kumar Gala <galak@kernel.crashing.org>
40996 Date:   Thu Jan 17 00:52:29 2008 -0600
40997
40998     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
40999
41000     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41001
41002 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
41003 Author: Kumar Gala <galak@kernel.crashing.org>
41004 Date:   Thu Jan 17 00:32:17 2008 -0600
41005
41006     85xx: Convert ATUM8548 to new TLB setup
41007
41008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41009
41010 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
41011 Author: Kumar Gala <galak@kernel.crashing.org>
41012 Date:   Wed Jan 16 23:11:57 2008 -0600
41013
41014     85xx: Convert MPC8544 DS to new TLB setup
41015
41016     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41017
41018 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
41019 Author: Kumar Gala <galak@kernel.crashing.org>
41020 Date:   Wed Jan 16 22:38:34 2008 -0600
41021
41022     85xx: Reworked initial processor init
41023
41024     Reworked the initial processor initialzation sequence:
41025     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
41026     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
41027     * Reworked initial asm code to do most of the core init before TLBs
41028
41029     The main reasons for these changes are to allow handling of 36-bit phys
41030     addresses in the future and some of the issues that will exist when we
41031     do that.
41032
41033     There are a few caveats on what can be initialized via the LAW and TLB
41034     static tables:
41035     * TLB entry 14/15 can't be initialized via the TLB table
41036     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
41037       the code that is currently executing.
41038
41039     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41040
41041 commit 44a23cfd6360a68eaa41f945190618a55519eac3
41042 Author: Kumar Gala <galak@kernel.crashing.org>
41043 Date:   Wed Jan 16 22:33:22 2008 -0600
41044
41045     85xx: Introduce new tlb API
41046
41047     Add a set of functions to manipulate TLB entries:
41048      * set_tlb() - write a tlb entry
41049      * invalidate_tlb() - invalidate a tlb array
41050      * disable_tlb() - disable a variable size tlb entry
41051      * init_tlbs() - setup initial tlbs based on static table
41052
41053     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41054
41055 commit be88b1699863c262818f3af7f60173b4d48df8fc
41056 Author: Stefan Roese <sr@denx.de>
41057 Date:   Thu Jan 17 07:50:17 2008 +0100
41058
41059     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
41060
41061     Signed-off-by: Stefan Roese <sr@denx.de>
41062
41063 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
41064 Author: Kumar Gala <galak@kernel.crashing.org>
41065 Date:   Wed Jan 16 10:04:42 2008 -0600
41066
41067     85xx: Use proper defines for PCI addresses
41068
41069     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
41070     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
41071     be used for configuring the PCI ATMU.
41072
41073     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41074
41075 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
41076 Author: Kumar Gala <galak@kernel.crashing.org>
41077 Date:   Wed Jan 16 09:22:29 2008 -0600
41078
41079     85xx: Remove old style of LAW init
41080
41081     All boards are now using the new fsl_law code so we can drop the old version.
41082
41083     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41084
41085 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
41086 Author: Kumar Gala <galak@kernel.crashing.org>
41087 Date:   Wed Jan 16 09:15:29 2008 -0600
41088
41089     85xx: convert remaining 85xx boards over to use new LAW init code
41090
41091     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
41092     to use new LAW init code.
41093
41094     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41095
41096 commit 572b13afc42710f2957c382a710360429c0e099b
41097 Author: Kumar Gala <galak@kernel.crashing.org>
41098 Date:   Wed Jan 16 09:11:53 2008 -0600
41099
41100     85xx: convert STXGP3/STXSSA over to use new LAW init code
41101
41102     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41103
41104 commit 45f2166ac0233a9263058378f39612bd11f61196
41105 Author: Kumar Gala <galak@kernel.crashing.org>
41106 Date:   Wed Jan 16 09:06:48 2008 -0600
41107
41108     85xx: convert PM854/PM856 over to use new LAW init code
41109
41110     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41111
41112 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
41113 Author: Kumar Gala <galak@kernel.crashing.org>
41114 Date:   Wed Jan 16 09:05:27 2008 -0600
41115
41116     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
41117
41118     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41119
41120 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
41121 Author: Kumar Gala <galak@kernel.crashing.org>
41122 Date:   Wed Jan 16 01:45:10 2008 -0600
41123
41124     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
41125
41126     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41127
41128 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
41129 Author: Kumar Gala <galak@kernel.crashing.org>
41130 Date:   Wed Jan 16 01:32:06 2008 -0600
41131
41132     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
41133
41134     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41135
41136 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
41137 Author: Kumar Gala <galak@kernel.crashing.org>
41138 Date:   Wed Jan 16 01:16:16 2008 -0600
41139
41140     85xx: convert MPC8544 DS over to use new LAW init code
41141
41142     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41143
41144 commit 83d40dfd79fe868796275802f60116d84b9e4395
41145 Author: Kumar Gala <galak@kernel.crashing.org>
41146 Date:   Wed Jan 16 01:13:58 2008 -0600
41147
41148     85xx: Move LAW init code into C
41149
41150     Move the initialization of the LAWs into C code and provide an API
41151     to allow modification of LAWs after init.
41152
41153     Board code is responsible to provide a law_table and num_law_entries.
41154
41155     We should be able to use the same code on 86xx as well.
41156
41157     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41158
41159 commit bed8ce838a609aaab136d43b25e6df2a520bc854
41160 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41161 Date:   Sat Dec 22 15:03:12 2007 +0100
41162
41163     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
41164
41165     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41166
41167 commit 0764c164fed6277d359cf132d55187ea34290114
41168 Author: Vlad Lungu <vlad@comsys.ro>
41169 Date:   Wed Jan 16 19:27:51 2008 +0200
41170
41171     MIPS:Target support for qemu -M mips
41172
41173     With serial, NE2000, IDE support. Tested in big-endian mode.
41174     Memory size hard-coded to 128M for now, so don't play with
41175     the -m option.
41176
41177     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
41178
41179 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
41180 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41181 Date:   Fri Jan 11 00:01:37 2008 +0100
41182
41183     Fix nfs command help to reflect that the serverip is optional
41184
41185     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41186     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41187
41188 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
41189 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41190 Date:   Mon Dec 10 22:32:14 2007 +0100
41191
41192     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
41193
41194     and move is_valid_ether_addr board file
41195
41196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41197     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41198
41199 commit c2f896b8fc4722e36915903e1942e138e68ce804
41200 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41201 Date:   Wed Jan 16 16:13:31 2008 +0900
41202
41203     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
41204
41205     rx_status on the memory is basically in LE, but needs to be handled in CPU
41206     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
41207     it'll work fine.
41208
41209     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41210     Cc: Masami Komiya <mkomiya@sonare.it>
41211     Cc: Lucas Jin <lucasjin@gmail.com>
41212     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41213
41214 commit 96a236746fe6a7b84802afb4ed31536696d34812
41215 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41216 Date:   Wed Jan 16 16:12:26 2008 +0900
41217
41218     drivers/net/rtl8139.c: Fix cache coherency issues
41219
41220     Current driver is meant for cache coherent systems. This patch adds
41221     flush_cache() routines to support cache non-coherent systems.
41222
41223     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41224     Cc: Masami Komiya <mkomiya@sonare.it>
41225     Cc: Lucas Jin <lucasjin@gmail.com>
41226     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41227
41228 commit d1276c76c1e2b5035296689280ba1acb2c425104
41229 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41230 Date:   Wed Jan 16 16:11:14 2008 +0900
41231
41232     drivers/net/rtl8139.c: Fix tx timeout
41233
41234     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
41235     does, the condition "(currticks() < to)" becomes invalid and immediately
41236     leads to tx timeout error. This patch introduces the fine-graded udely(10)
41237     loops to ease the impact of wrapping around.
41238
41239     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41240     Cc: Masami Komiya <mkomiya@sonare.it>
41241     Cc: Lucas Jin <lucasjin@gmail.com>
41242     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41243
41244 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
41245 Author: Dave Liu <r63238@freescale.com>
41246 Date:   Fri Jan 11 18:45:28 2008 +0800
41247
41248     TSEC: Add the support for RealTek RTL8211B PHY
41249
41250     Add the support of RealTek RTL8211B PHY, the RTL8211B
41251     PHY only supports RGMII and MII mode.
41252
41253     Signed-off-by: Dave Liu <daveliu@freescale.com>
41254     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41255
41256 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
41257 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
41258 Date:   Wed Jan 16 09:40:41 2008 +0100
41259
41260     Remove annoying debug printout for PHY less boards.
41261
41262     PHY less board prints out lots of "read wrong ...":
41263     read wrong value : mii_id 3,mii_reg 2, base e0102320
41264     read wrong value : mii_id 3,mii_reg 3, base e0102320
41265     UEC: PHY is Generic MII (ffffffff)
41266     read wrong value : mii_id 3,mii_reg 4, base e0102320
41267     read wrong value : mii_id 3,mii_reg 0, base e0102320
41268     read wrong value : mii_id 3,mii_reg 1, base e0102320
41269     read wrong value : mii_id 3,mii_reg 1, base e0102320
41270     read wrong value : mii_id 3,mii_reg 5, base e0102320
41271     read wrong value : mii_id 3,mii_reg 1, base e0102320
41272     read wrong value : mii_id 3,mii_reg 1, base e0102320
41273     read wrong value : mii_id 3,mii_reg 5, base e0102320
41274     FSL UEC0: Full Duplex
41275     FSL UEC0: Speed 100BT
41276     FSL UEC0: Link is up
41277     Using FSL UEC0 device
41278
41279     Make this printout depend on UEC_VERBOSE_DEBUG and
41280     remove its definition in uec_phy.c
41281
41282     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
41283     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41284
41285 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
41286 Author: Kim Phillips <kim.phillips@freescale.com>
41287 Date:   Tue Jan 15 14:11:00 2008 -0600
41288
41289     net: reduce boot latency on QE UEC based boards
41290
41291     actually polling for PHY autonegotiation to finish enables us to remove the
41292     5 second boot prompt latency present on QE based boards.
41293
41294     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
41295     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
41296     code shamelessly stolen from tsec driver.
41297
41298     also rm unused CONFIG_RMII_MODE code.
41299
41300     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41301     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
41302     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41303
41304 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
41305 Author: michael.firth@bt.com <michael.firth@bt.com>
41306 Date:   Wed Jan 16 11:40:51 2008 +0000
41307
41308     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
41309
41310     The current TSEC driver limits MDIO access to the devices that have been configured as attached
41311     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
41312
41313     Signed-off-by: Michael Firth <michael.firth@bt.com>
41314     Acked-by: Andy Fleming <afleming@freescale.com>
41315     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41316
41317 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
41318 Author: Kim Phillips <kim.phillips@freescale.com>
41319 Date:   Wed Jan 16 00:38:05 2008 -0600
41320
41321     Add support for the MPC837xERDB
41322
41323     MPC837xERDB board support includes:
41324     * DDR2 330MHz hardcoded (soldered on the board)
41325     * Local Bus NOR Flash
41326     * I2C, UART and RTC
41327     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
41328     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
41329     *                  load)
41330
41331     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
41332     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
41333     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41334
41335 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
41336 Author: Kim Phillips <kim.phillips@freescale.com>
41337 Date:   Wed Jan 16 12:06:16 2008 -0600
41338
41339     mpc83xx: add support for more system clock performance controls
41340
41341     System registers that are modified are the Arbiter Configuration
41342     Register (ACR), the System Priority Control Register (SPCR), and the
41343     System Clock Configuration Register (SCCR).
41344
41345     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
41346     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
41347     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41348
41349 commit 16c3cde050e2d243e62b37486f1558570787beb8
41350 Author: James Yang <james.yang@freescale.com>
41351 Date:   Wed Jan 16 11:58:08 2008 -0600
41352
41353     FSL: Generalize PIXIS reset command parsing.
41354
41355     Before, the order of arguments to the pixis_reset
41356     command needed to be supplied in a hard-coded order.
41357     Generalize the command parsing to allow any order.
41358
41359     Signed-off-by: James Yang <james.yang@freescale.com>
41360     Acked-by: Jon Loeliger <jdl@freescale.com>
41361
41362 commit ad8f8687b78c3e917b173f038926695383c55555
41363 Author: Jon Loeliger <jdl@freescale.com>
41364 Date:   Tue Jan 15 13:42:41 2008 -0600
41365
41366     FSL: Convert board/freescale/common/Makefile to use CONFIG_
41367
41368     Convert the board/freescale/common/Makefile to use
41369     CONFIG_* options to select which files to conditionally
41370     compile into the board/freescale/common library rather
41371     than conditionally compiling entire files.
41372
41373     Now handles::
41374         CONFIG_FSL_PIXIS
41375         CONFIG_FSL_DIU_FB
41376         CONFIG_PQ_MDS_PIB
41377
41378     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
41379
41380     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41381
41382 commit 7c2221eb230372a9e537c4f6636b147b0909325f
41383 Author: Roy Zang <tie-fei.zang@freescale.com>
41384 Date:   Tue Jan 15 16:38:38 2008 +0800
41385
41386     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
41387
41388     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
41389     Remove unused ethernet CONFIG_ options.
41390
41391     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
41392     Acked-by: Jon Loeliger <jdl@freescale.com>
41393
41394 commit 711a7946277d2e29af481011e8635e9975c54e45
41395 Author: Kim Phillips <kim.phillips@freescale.com>
41396 Date:   Tue Jan 15 14:05:14 2008 -0600
41397
41398     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
41399
41400     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
41401
41402     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41403
41404 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
41405 Author: Kim Phillips <kim.phillips@freescale.com>
41406 Date:   Tue Jan 15 09:51:12 2008 -0600
41407
41408     mpc83xx: clean up mpc8360emds.c warnings
41409
41410     mpc8360emds.c: In function 'ft_board_setup':
41411     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
41412     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
41413     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
41414     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
41415     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
41416     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
41417
41418     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41419
41420 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
41421 Author: Kim Phillips <kim.phillips@freescale.com>
41422 Date:   Mon Jan 14 16:14:46 2008 -0600
41423
41424     mpc83xx: fix phy-connection-type fixup code
41425
41426     use tree passed to us in local blob, not global fdt.
41427
41428     Also use fdt_path_offset to convert to relative offset, since absolute
41429     reference is needed to check for rgmii-id mode string value.
41430
41431     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41432
41433 commit 2b4c952be7c4357a13e839d48df80853820c33eb
41434 Author: Kumar Gala <galak@kernel.crashing.org>
41435 Date:   Mon Jan 14 09:01:40 2008 -0600
41436
41437     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
41438
41439     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41440     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41441
41442 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
41443 Author: Poonam Aggrwal <b10812@freescale.com>
41444 Date:   Mon Jan 14 09:41:14 2008 +0530
41445
41446     Changes in uboot DDR configuration for MPC8313eRDB
41447
41448     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
41449     DDR configuration in u-boot code. Some are related to performance, some
41450     affect stability and some correct few basic errors in the current
41451     configuration.
41452
41453     The changes have been tested and found to give better memory latency
41454     figures on MPC8313eRDB.LMBench figures prove it.
41455
41456     The changes are:
41457
41458     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
41459       (this may improve performance for application with many read
41460       or write to open pages).
41461     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
41462       001 (activating all the CS when only one is used may cause
41463       unwanted noise on the system)
41464
41465     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
41466       Tras=45ns)
41467     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
41468
41469     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
41470       comply with the 3 ODT clk requirements)
41471     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
41472     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
41473
41474     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
41475     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
41476
41477     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
41478     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
41479
41480     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
41481     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
41482
41483     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
41484     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
41485     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
41486     Cc: Josep P J <PJ.Joseph@freescale.com>
41487     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41488
41489 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
41490 Author: Jerry Van Baren <gvb.uboot@gmail.com>
41491 Date:   Sat Jan 12 13:24:14 2008 -0500
41492
41493     Enable the isdram command on the MPC8360EMDS board
41494
41495     The isdram command prints out decoded information the "serial presence
41496     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
41497     debugging memory configuration problems.
41498
41499     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
41500     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41501
41502 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
41503 Author: Dave Liu <r63238@freescale.com>
41504 Date:   Fri Jan 11 18:48:24 2008 +0800
41505
41506     mpc83xx: Add the support for MPC8315ERDB board
41507
41508     The features list:
41509     - Boot from NOR Flash
41510     - DDR2 266MHz hardcoded configuration
41511     - Local bus NOR Flash R/W operation
41512     - I2C, UART, MII and RTC
41513     - eTSEC0/1 support
41514     - PCI host
41515
41516     Signed-off-by: Dave Liu <daveliu@freescale.com>
41517     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41518
41519 commit b05884efa614e4d8a9413158fc228e0dc02ab704
41520 Author: Dave Liu <r63238@freescale.com>
41521 Date:   Fri Jan 11 18:46:50 2008 +0800
41522
41523     mpc83xx: Add config of eTSEC emergency priority in SPCR
41524
41525     The TSEC emergency priority definition of 831x/837x
41526     is different than the definition of 834x in SPCR register.
41527
41528     Add the other config of TSEC emergency priority into
41529     cpu_init.c
41530
41531     Signed-off-by: Dave Liu <daveliu@freescale.com>
41532     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41533
41534 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
41535 Author: Dave Liu <r63238@freescale.com>
41536 Date:   Fri Jan 11 18:42:19 2008 +0800
41537
41538     mpc83xx: Remove cache config from MPC8360ERDK.h
41539
41540     The MPC8360ERDK board support patch is added before
41541     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
41542     so, miss clean up it.
41543
41544     The patch clean up the miss cache config.
41545
41546     Signed-off-by: Dave Liu <daveliu@freescale.com>
41547     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41548
41549 commit cd9d23053d435c08fc8695017b5cb9003fcda786
41550 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41551 Date:   Mon Jan 14 23:09:32 2008 +0300
41552
41553     nand: FSL UPM NAND driver
41554
41555     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41556
41557 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
41558 Author: Kyungmin Park <kmpark@infradead.org>
41559 Date:   Tue Jan 15 08:59:44 2008 +0900
41560
41561     OneNAND: Separate U-Boot dependent code from OneNAND
41562
41563     OneNAND: Separate U-Boot dependent code from OneNAND
41564
41565     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41566
41567 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
41568 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41569 Date:   Wed Jan 16 10:33:46 2008 +0100
41570
41571     ppc4xx: Sequoia coding style cleanup and beautification
41572
41573     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41574
41575 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
41576 Author: Larry Johnson <lrj@acm.org>
41577 Date:   Tue Jan 15 14:35:58 2008 -0500
41578
41579     ppc4xx: Refactor ECC POST for AMCC Denali core
41580
41581     The ECC POST reported intermittent failures running after power-up on
41582     the Korat PPC440EPx board.  Even when the test passed, the debugging
41583     output occasionally reported additional unexpected ECC errors.
41584
41585     This refactoring has three main objectives: (1) minimize the code
41586     executed with ECC enabled during the tests, (2) add more checking of the
41587     results so any unexpected ECC errors would cause the test to fail, and
41588     (3) use synchronization (only) where required by the processor.
41589
41590     Signed-off-by: Larry Johnson <lrj@acm.org>
41591
41592 commit 2465665b73ac2f688af945b1ed510752afa816a4
41593 Author: David Saada <David.Saada@ecitele.com>
41594 Date:   Tue Jan 15 10:40:24 2008 +0200
41595
41596     QE UEC: Extend number of supported UECs to 4
41597
41598     This patch extends the number of supported UECs to 4. Note that the
41599     problem of QE thread resources exhaustion is resolved by setting the
41600     correct number of QE threads according to Ethernet type (GBE or FE).
41601
41602     Signed-off-by: David Saada <david.saada@ecitele.com>
41603     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41604
41605 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
41606 Author: Wolfgang Denk <wd@denx.de>
41607 Date:   Wed Jan 16 00:01:01 2008 +0100
41608
41609     LWMON5: enable hush shell as command line parser
41610
41611     Signed-off-by: Wolfgang Denk <wd@denx.de>
41612
41613 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
41614 Author: Wolfgang Denk <wd@denx.de>
41615 Date:   Tue Jan 15 17:22:28 2008 +0100
41616
41617     ADS5121: disable watchdog; enable image timestamps
41618
41619     Signed-off-by: Wolfgang Denk <wd@denx.de>
41620
41621 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
41622 Author: Wolfgang Denk <wd@denx.de>
41623 Date:   Tue Jan 15 17:21:28 2008 +0100
41624
41625     TK885D: fixes for bigger flash sector sizes on new modules;
41626     adjust default environment;
41627     disable SCC ethernet (not used on this board).
41628
41629     Signed-off-by: Wolfgang Denk <wd@denx.de>
41630
41631 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
41632 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41633 Date:   Tue Jan 15 17:48:13 2008 +0900
41634
41635     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
41636
41637     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41638
41639 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
41640 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41641 Date:   Tue Jan 15 23:25:25 2008 +0900
41642
41643     sh: Add support SH7710/SH7712
41644
41645     SH7710/SH7712 of SH3 CPU are supported.
41646     SH771X is called SH-Ether, and has the Ether controller in CPU.
41647     The driver of Ether is not included in this patch.
41648
41649     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41650
41651 commit 63a11be68306870e04d3851ed9fa41955cdf4894
41652 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41653 Date:   Tue Jan 15 23:06:17 2008 +0900
41654
41655     sh: Add support of map_physmem() and unmap_physmem() to SuperH
41656
41657     This patch add the support of map_physmem() and unmap_physmem()
41658     used with Common Flash Interface(CFI) driver.
41659
41660     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41661
41662 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
41663 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41664 Date:   Wed Jan 9 14:42:27 2008 +0900
41665
41666     sh: Add maintainer of MS7720SE to the MAINTAINER file
41667
41668     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41669
41670 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
41671 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41672 Date:   Wed Jan 9 14:39:58 2008 +0900
41673
41674     sh: Fix board name in MS7720SE's config.mk
41675
41676     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41677
41678 commit c0a04d93734d768b39dbb72fb501b65614c8615d
41679 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41680 Date:   Wed Jan 9 14:37:36 2008 +0900
41681
41682     sh: Add MS7720SE to MAKEALL
41683
41684     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41685
41686 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
41687 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41688 Date:   Mon Dec 3 22:58:50 2007 +0900
41689
41690     sh: Add support for MS7720RP02 board
41691
41692     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41693     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41694     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41695
41696 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
41697 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41698 Date:   Wed Jan 9 14:30:02 2008 +0900
41699
41700     sh: Add support for SH7720 in serial_sh driver.
41701
41702     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41703     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41704     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41705
41706 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
41707 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41708 Date:   Mon Dec 3 22:58:45 2007 +0900
41709
41710     sh: Add support SH3 and SH7720
41711
41712     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41713     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41714     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41715
41716 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
41717 Author: Stefan Roese <sr@denx.de>
41718 Date:   Tue Jan 15 10:11:02 2008 +0100
41719
41720     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
41721
41722     Signed-off-by: Stefan Roese <sr@denx.de>
41723
41724 commit 17bef68097ab3692500a36fb31115bff7910aa99
41725 Author: Niklaus Giger <niklausgiger@gmx.ch>
41726 Date:   Mon Jan 14 14:04:42 2008 +0100
41727
41728     ppc_4xx: Fix post spr.c for PPC405
41729
41730     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
41731     for PPC440 and derivates processor.
41732
41733     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
41734
41735 commit 06c428bcd4413014b43236e77765022071424fa6
41736 Author: Dave Liu <r63238@freescale.com>
41737 Date:   Mon Jan 14 11:12:01 2008 +0800
41738
41739     QE: fix compile warning
41740
41741     qe.c: In function 'qe_upload_firmware':
41742     qe.c:390: warning: pointer targets in passing argument 2
41743     uec.c: In function 'uec_initialize':
41744     uec.c:1236: warning: 'uec_info' may be used uninitialized
41745
41746     Signed-off-by: Dave Liu <daveliu@freescale.com>
41747
41748 commit a0dd99d51efa55fe023e19c97ead92683725eb11
41749 Author: Stefan Roese <sr@denx.de>
41750 Date:   Mon Jan 14 10:05:05 2008 +0100
41751
41752     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
41753
41754     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
41755     to remove the USB PHY reset after powerup. The CPLD will keep the
41756     USB PHY in reset (active low) until the bit is set to 1 in
41757     board_early_init_f().
41758
41759     Signed-off-by: Stefan Roese <sr@denx.de>
41760
41761 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
41762 Author: Wolfgang Denk <wd@denx.de>
41763 Date:   Sun Jan 13 23:26:45 2008 +0100
41764
41765     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
41766
41767     Signed-off-by: Wolfgang Denk <wd@denx.de>
41768
41769 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
41770 Author: Wolfgang Denk <wd@denx.de>
41771 Date:   Sun Jan 13 23:37:50 2008 +0100
41772
41773     ADS5121: Fix typo in ads5121.c, adjust default environment
41774
41775     Signed-off-by: Wolfgang Denk <wd@denx.de>
41776
41777 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
41778 Author: John Rigby <jrigby@freescale.com>
41779 Date:   Fri Aug 24 18:18:43 2007 -0600
41780
41781     ADS5121: MAX slew rate for PATA pins
41782
41783     Signed-off-by: John Rigby <jrigby@freescale.com>
41784
41785 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
41786 Author: Wolfgang Denk <wd@denx.de>
41787 Date:   Sun Jan 13 21:05:52 2008 +0100
41788
41789     Fix Makefile dependency problem with parallel builds.
41790
41791     Signed-off-by: Wolfgang Denk <wd@denx.de>
41792
41793 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
41794 Author: Wolfgang Denk <wd@denx.de>
41795 Date:   Sun Jan 13 19:51:39 2008 +0100
41796
41797     MPC8544DS: fix board Makefile for silent build (with -s)
41798
41799     Signed-off-by: Wolfgang Denk <wd@denx.de>
41800
41801 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
41802 Author: Wolfgang Denk <wd@denx.de>
41803 Date:   Sun Jan 13 16:44:08 2008 +0100
41804
41805     PMC440 board: fix board Makefile for out-of-tree building
41806
41807     Signed-off-by: Wolfgang Denk <wd@denx.de>
41808
41809 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
41810 Author: Wolfgang Denk <wd@denx.de>
41811 Date:   Sun Jan 13 16:07:44 2008 +0100
41812
41813     Makalu: fix compile warning
41814
41815     Signed-off-by: Wolfgang Denk <wd@denx.de>
41816
41817 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
41818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41819 Date:   Sun Jan 13 12:36:12 2008 +0100
41820
41821     cmd_nand : fix compiler warning.
41822
41823     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41824
41825 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
41826 Author: Michael Schwingen <rincewind@discworld.dascon.de>
41827 Date:   Sat Jan 12 20:29:47 2008 +0100
41828
41829     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
41830
41831     Signed-off-by: Michael Schwingen <michael@schwingen.org>
41832     Acked-by: Stefan Roese <sr@denx.de>
41833
41834 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
41835 Author: Wolfgang Denk <wd@denx.de>
41836 Date:   Sun Jan 13 02:19:44 2008 +0100
41837
41838     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
41839
41840     Signed-off-by: Wolfgang Denk <wd@denx.de>
41841
41842 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
41843 Author: Wolfgang Denk <wd@denx.de>
41844 Date:   Sun Jan 13 02:19:13 2008 +0100
41845
41846     MPC8xx FEC driver: fix compiler warning.
41847
41848     Signed-off-by: Wolfgang Denk <wd@denx.de>
41849
41850 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
41851 Author: Wolfgang Denk <wd@denx.de>
41852 Date:   Sun Jan 13 00:59:21 2008 +0100
41853
41854     Fix Makefile dependencies issues; allow silent build
41855
41856     - get rid of "version" target whichdidn't really work
41857     - make autoconf.mk depend on version_autogenerated.h to make sure
41858       to rebuild files as needed
41859     - add XECHO macro to allow for silent build using "make -s"
41860
41861     Signed-off-by: Wolfgang Denk <wd@denx.de>
41862
41863 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
41864 Author: Wolfgang Denk <wd@denx.de>
41865 Date:   Sun Jan 13 00:55:47 2008 +0100
41866
41867     ADS5121e: fix compile warning
41868
41869     Signed-off-by: Wolfgang Denk <wd@denx.de>
41870
41871 commit f2b6f4610627fe3d607620e25082916a01538875
41872 Author: Wolfgang Denk <wd@denx.de>
41873 Date:   Sun Jan 13 00:55:18 2008 +0100
41874
41875     MUNICes: fix board Makefile for remote build directory
41876
41877     Signed-off-by: Wolfgang Denk <wd@denx.de>
41878
41879 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
41880 Author: Oliver Weber <almoeli@gmx.de>
41881 Date:   Wed Jan 9 17:04:38 2008 +0100
41882
41883     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
41884
41885     Signed-off-by: Oliver Weber <almoeli@gmx.de>
41886
41887 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
41888 Author: Andreas Engel <andreas.engel@ericsson.com>
41889 Date:   Wed Jan 9 17:10:56 2008 +0100
41890
41891     Make bootretry work when command line editing is enabled
41892
41893     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
41894     This patch fixes the problem.
41895
41896     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
41897
41898 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
41899 Author: Larry Johnson <lrj@acm.org>
41900 Date:   Fri Jan 11 23:26:18 2008 -0500
41901
41902     Refactor code for "i2c sdram" command
41903
41904     Signed-off-by: Larry Johnson <lrj@acm.org>
41905
41906 commit 0df6b8446c4721b91ce311548114891130371083
41907 Author: Larry Johnson <lrj@acm.org>
41908 Date:   Thu Jan 10 22:23:39 2008 -0500
41909
41910     Fix "i2c sdram" command for DDR2 DIMMs
41911
41912     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
41913     "i2c sdram" command.  This patch provides correct alternative
41914     interpretations when DDR2 memory is detected.
41915
41916     Signed-off-by: Larry Johnson <lrj@acm.org>
41917
41918 commit 64134f011254123618798ff77c42ba196b2ec485
41919 Author: Wolfgang Denk <wd@denx.de>
41920 Date:   Sat Jan 12 20:31:39 2008 +0100
41921
41922     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
41923
41924     With recent toolchain versions, some boards would not build because
41925     or errors like this one (here for ocotea board when building with
41926     ELDK 4.2 beta):
41927     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
41928
41929     For many boards, the .bss section is big enough that it wraps around
41930     at the end of the address space (0xFFFFFFFF), so the problem will not
41931     be visible unless you use a 64 bit tool chain for development. On
41932     some boards however, changes to the code size (due to different
41933     optimizations) we bail out with section overlaps like above.
41934
41935     The fix is to add the NOLOAD attribute to the .bss and .sbss
41936     sections, telling the linker that .bss does not consume any space in
41937     the image.
41938
41939     Signed-off-by: Wolfgang Denk <wd@denx.de>
41940
41941 commit 3afac79ec27b91df185f090b31dad9620779f440
41942 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41943 Date:   Fri Jan 11 20:42:58 2008 -0600
41944
41945     USB: Add Philips 1561 PCI-OHCI ids
41946     (needed for M5475EVB)
41947
41948     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41949
41950 commit 5e8def6731cd7bec74bff42a16b139de04010353
41951 Author: Wolfgang Denk <wd@denx.de>
41952 Date:   Sat Jan 12 15:51:34 2008 +0100
41953
41954     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
41955     boards.
41956
41957     Signed-off-by: Heiko Schocher <hs@denx.de>
41958     Signed-off-by: Wolfgang Denk <wd@denx.de>
41959
41960 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
41961 Author: Grzegorz Bernacki <gjb@semihalf.com>
41962 Date:   Fri Jan 11 12:03:43 2008 +0100
41963
41964     MPC512X: Cleanup bus clock names.
41965
41966     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41967
41968 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
41969 Author: Grzegorz Bernacki <gjb@semihalf.com>
41970 Date:   Tue Jan 8 17:16:59 2008 +0100
41971
41972     MPC512X: Fixed typo in macro name.
41973
41974     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41975
41976 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
41977 Author: Grzegorz Bernacki <gjb@semihalf.com>
41978 Date:   Tue Jan 8 17:16:15 2008 +0100
41979
41980     ads5121: Added support for FDT.
41981
41982     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41983
41984 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
41985 Author: Wolfgang Denk <wd@denx.de>
41986 Date:   Sat Jan 12 01:05:50 2008 +0100
41987
41988     Coding Style cleanup; update CHANGELOG.
41989
41990     Signed-off-by: Wolfgang Denk <wd@denx.de>
41991
41992 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
41993 Author: Heiko Schocher <hs@denx.de>
41994 Date:   Fri Jan 11 15:15:17 2008 +0100
41995
41996     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
41997
41998     Signed-off-by: Timur Tabi <timur@freescale.com>
41999     Signed-off-by: Heiko Schocher <hs@denx.de>
42000
42001 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
42002 Author: Heiko Schocher <hs@denx.de>
42003 Date:   Fri Jan 11 15:15:16 2008 +0100
42004
42005     MUNICes: Set the right CFG_DEFAULT_MBAR value.
42006
42007     Signed-off-by: Heiko Schocher <hs@denx.de>
42008
42009 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
42010 Author: Heiko Schocher <hs@denx.de>
42011 Date:   Fri Jan 11 15:15:15 2008 +0100
42012
42013     added the config File for the MUNICes board.
42014
42015     Signed-off-by: Heiko Schocher <hs@denx.de>
42016
42017 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
42018 Author: Heiko Schocher <hs@denx.de>
42019 Date:   Fri Jan 11 15:15:14 2008 +0100
42020
42021     added basic support for the MUNICes board.
42022
42023     Signed-off-by: Heiko Schocher <hs@denx.de>
42024
42025 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
42026 Author: Wolfgang Denk <wd@denx.de>
42027 Date:   Sat Jan 12 00:39:37 2008 +0100
42028
42029     Update CHANGELOG and MAINTAINERS files.
42030
42031     Signed-off-by: Wolfgang Denk <wd@denx.de>
42032
42033 commit 5ba7390c3cb579172be66888a371707b47b5be4e
42034 Author: Anatolij Gustschin <agust@denx.de>
42035 Date:   Fri Jan 11 02:15:02 2008 +0100
42036
42037     Fix compilation problem in common/cmd_bmp.c
42038
42039     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
42040     isn't defined. This patch fix this.
42041
42042     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42043
42044 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
42045 Author: Heiko Schocher <hs@denx.de>
42046 Date:   Fri Jan 11 01:12:09 2008 +0100
42047
42048     Fix defaultconfig for the mgcoge board.
42049
42050     Signed-off-by: Heiko Schocher <hs@denx.de>
42051
42052 commit ac9db066b26935f31bff15c98168b19faeb603f3
42053 Author: Heiko Schocher <hs@denx.de>
42054 Date:   Fri Jan 11 01:12:08 2008 +0100
42055
42056     Added support for the mgcoge board from keymile.
42057
42058     Signed-off-by: Heiko Schocher <hs@denx.de>
42059
42060 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
42061 Author: Heiko Schocher <hs@denx.de>
42062 Date:   Fri Jan 11 01:12:07 2008 +0100
42063
42064     Enable SMC microcode relocation patch for SMC1.
42065
42066     Signed-off-by: Heiko Schocher <hs@denx.de>
42067
42068 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
42069 Author: Heiko Schocher <hs@denx.de>
42070 Date:   Fri Jan 11 01:12:06 2008 +0100
42071
42072     Added support for the mgsuvd board from keymile.
42073
42074     Signed-off-by: Heiko Schocher <hs@denx.de>
42075
42076 commit bf05293973b348f6946c9df92cd3c65ece42d0be
42077 Author: James Yang <james.yang@freescale.com>
42078 Date:   Thu Jan 10 16:02:07 2008 -0600
42079
42080     Fix 64-bit vsprintf.
42081
42082     There were some size and unsigned problems.
42083     Also add support for "ll" size modifier in format string like glibc
42084
42085     Signed-off-by: James Yang <James.Yang@freescale.com>
42086     Acked-by: Jon Loeliger <jdl@freescale.com>
42087
42088 commit 92fa37eac530860643afa26ae347af3d23d67309
42089 Author: Larry Johnson <lrj@acm.org>
42090 Date:   Wed Jan 9 12:42:35 2008 -0500
42091
42092     Remove superfluous preprocessor conditionals from LM73 driver
42093
42094     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
42095
42096     (2) Use conditional Makefile.o.
42097
42098     Signed-off-by: Larry Johnson <lrj@acm.org>
42099
42100 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
42101 Author: Guennadi Liakhovetski <lg@denx.de>
42102 Date:   Thu Jan 10 17:59:07 2008 +0100
42103
42104     Add support for the TK885D baseboard from TELE-DATA
42105
42106     The TK885D board uses a TQM885D module from TQ, this port adds an
42107     own configuration file and adds a last_stage_init() method to
42108     configure the two PHYs, depending on the phy_auto_nego environment
42109     variable.
42110
42111     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42112
42113 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
42114 Author: Kumar Gala <galak@kernel.crashing.org>
42115 Date:   Thu Jan 10 02:22:05 2008 -0600
42116
42117     Fix compiler warning
42118
42119     main.c: In function 'readline_into_buffer':
42120     main.c:927: warning: unused variable 'p_buf'
42121
42122     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42123
42124 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
42125 Author: Anatolij Gustschin <agust@denx.de>
42126 Date:   Fri Jan 11 14:30:01 2008 +0100
42127
42128     Add Fujitsu CoralP/Lime video driver
42129
42130     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42131     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
42132
42133 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
42134 Author: Anatolij Gustschin <agust@denx.de>
42135 Date:   Fri Jan 11 02:39:47 2008 +0100
42136
42137     Fix video console newline and carriage return handling
42138
42139     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
42140     are not displayed correctly. This is an attempt to fix
42141     this issue. Also add carriage return handling.
42142
42143     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42144     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
42145
42146 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
42147 Author: Stefan Roese <sr@denx.de>
42148 Date:   Fri Jan 11 15:53:58 2008 +0100
42149
42150     ppc4xx: Fix sdram init on Sequoia boards
42151
42152     Clear possible errors in MCSR resulting from data-eye-search.
42153     If not done, then we could get an interrupt later on when
42154     exceptions are enabled.
42155
42156     Signed-off-by: Stefan Roese <sr@denx.de>
42157
42158 commit d610a60730b7464f6f659db49d264d89a7c71061
42159 Author: Anatolij Gustschin <agust@denx.de>
42160 Date:   Fri Jan 11 15:31:09 2008 +0100
42161
42162     ppc4xx: Rework Lime support for lwmon5
42163
42164     Rework Lime support for lwmon5 using new video driver
42165
42166     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42167
42168 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
42169 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42170 Date:   Fri Jan 11 14:55:16 2008 +0100
42171
42172     ppc4xx: Update PMC440 config file
42173
42174     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42175
42176 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
42177 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42178 Date:   Fri Jan 11 14:55:08 2008 +0100
42179
42180     ppx4xx: Fix sdram init on PMC440 boards
42181
42182     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42183
42184 commit 061aad4d320dddce26247699dcf2875ee2ea1366
42185 Author: Dave Liu <r63238@freescale.com>
42186 Date:   Thu Jan 10 23:09:33 2008 +0800
42187
42188     mpc83xx: Fix the bug of 266MHz data rate DDR
42189
42190     The DDR doesn't work on the 266MHz data rate,
42191     the patch fix the bug.
42192
42193     Signed-off-by: Dave Liu <daveliu@freescale.com>
42194     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42195
42196 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
42197 Author: Dave Liu <r63238@freescale.com>
42198 Date:   Thu Jan 10 23:08:26 2008 +0800
42199
42200     mpc83xx: Make the code more readable
42201
42202     Format the code, make it more readable
42203
42204     Signed-off-by: Dave Liu <daveliu@freescale.com>
42205     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42206
42207 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
42208 Author: Dave Liu <r63238@freescale.com>
42209 Date:   Thu Jan 10 23:07:23 2008 +0800
42210
42211     mpc83xx: Reduce the latency of DDR
42212
42213     Reduce the AL from 2 to 1 clock to improve the performance.
42214
42215     Signed-off-by: Dave Liu <daveliu@freescale.com>
42216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42217
42218 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
42219 Author: Dave Liu <r63238@freescale.com>
42220 Date:   Thu Jan 10 23:06:05 2008 +0800
42221
42222     mpc83xx: Fix the wrong definition of MPC8315E
42223
42224     According to the latest user manual of MPC8315E,
42225     1) The SVCOD of HRCWL is different than 837x
42226     2) The SCCR has changes
42227
42228     Signed-off-by: Dave Liu <daveliu@freescale.com>
42229     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42230
42231 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
42232 Author: Dave Liu <r63238@freescale.com>
42233 Date:   Thu Jan 10 23:05:00 2008 +0800
42234
42235     mpc83xx: Fix the typo in mpc83xx.h
42236
42237     The SPCR about TSEC priority is wrong.
42238
42239     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
42240     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
42241     Signed-off-by: Dave Liu <daveliu@freescale.com>
42242     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42243
42244 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
42245 Author: Dave Liu <r63238@freescale.com>
42246 Date:   Thu Jan 10 23:04:13 2008 +0800
42247
42248     mpc83xx: Fix the typo in global data struct
42249
42250     Fix the typo in global_data.h
42251
42252     Signed-off-by: Dave Liu <daveliu@freescale.com>
42253     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42254
42255 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
42256 Author: Dave Liu <r63238@freescale.com>
42257 Date:   Thu Jan 10 23:03:03 2008 +0800
42258
42259     mpc83xx: Remove cache config from config.h
42260
42261     clean up the cache config from configs.h of board
42262
42263     Signed-off-by: Dave Liu <daveliu@freescale.com>
42264     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42265
42266 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
42267 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42268 Date:   Wed Jan 9 20:57:47 2008 +0300
42269
42270     mpc83xx: add support for the MPC8360E-RDK
42271
42272     This is MPC8360E based board with:
42273     - 256MB fixed SDRAM;
42274     - 8MB Intel Strata NOR flash;
42275     - StMICRO 64MiB NAND flash;
42276     - two 10/100/1000 ethernet ports connected via Broadcom
42277       BCM5481 PHYs;
42278     - two 10/100 ethernet ports connected via National
42279       DP83848 PHYs;
42280     - one PCI and one miniPCI slots;
42281     - four serial ports (two NS16550-compatible, two UCCs);
42282     - four USB ports working through MPC8360E "FHCI" USB controller;
42283     - Fujitsu MB86277 graphics controller;
42284     - Analog to Digital Converter/Touchscreen controller, AD7843
42285       connected to SPI.
42286
42287     Features not supported in this patch are:
42288     - StMICRO 64MiB NAND flash (patch sent);
42289     - MINT framebuffer initialization (patch is pending);
42290     - Fetching production information from the EEPROM via I2C;
42291     - FHCI USB;
42292     - Two slow UCCs used as RS-485 UARTs.
42293
42294     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42295     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42296
42297 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
42298 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42299 Date:   Wed Jan 9 20:57:40 2008 +0300
42300
42301     mpc83xx: add "fsl, qe" compatible fixups
42302
42303     New device trees will use "fsl,qe" compatible properties.
42304
42305     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42306     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42307
42308 commit 977b57583a7c34010e566a09a679ec3c1836f996
42309 Author: Kim Phillips <kim.phillips@freescale.com>
42310 Date:   Wed Jan 9 15:24:06 2008 -0600
42311
42312     mpc83xx: add missing CONFIG_HAS_ETH0 defines
42313
42314     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
42315     is defined; add the define to the missing board configs.
42316
42317     Thanks to Emilian Medve for finding this.
42318
42319     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42320
42321 commit b830b7f1635984ba607219fcbd78597c28eeb529
42322 Author: Becky Bruce <bgill@freescale.com>
42323 Date:   Thu Jan 10 14:00:28 2008 -0600
42324
42325     86xx: Support 2GB DIMMs
42326
42327     Configure the number of bits used to address the banks inside the SDRAM
42328     device.  The default register value of 0 means 2 bits to address 4 banks.
42329     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
42330
42331     Signed-off-by: Becky Bruce <bgill@freescale.com>
42332
42333 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
42334 Author: Niklaus Giger <niklausgiger@gmx.ch>
42335 Date:   Thu Jan 10 18:50:33 2008 +0100
42336
42337     ppc4xx: Make Sequoia boot vxWorks
42338
42339     vxWorks expects in
42340     TLB 0 a entry for the Machine Check interrupt
42341     TLB 1 a entry for the RAM
42342     TLB 2 a entry for the EBC
42343     TLB 3 a entry for the boot flash
42344
42345     After changing the baudrate to 9600 I had no problems to boot the
42346     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
42347     June 18, 2007)
42348
42349     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42350
42351 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
42352 Author: Larry Johnson <lrj@arlinx.com>
42353 Date:   Wed Jan 9 23:10:27 2008 -0500
42354
42355     ppc4xx: Fix dflush() to restore DVLIM register
42356
42357     Signed-off-by: Larry Johnson <lrj@acm.org>
42358
42359 commit 252f60b068d1f94190b5bcfda169db582387e15e
42360 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42361 Date:   Thu Jan 10 03:52:44 2008 -0500
42362
42363     Nios2: remove common/cmd_bdinfo.c unused variable.
42364
42365     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42366     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
42367
42368 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
42369 Author: Ben Warren <biggerbadderben@gmail.com>
42370 Date:   Wed Jan 9 18:15:53 2008 -0500
42371
42372     Fix Ethernet init() return codes
42373
42374     Change return values of init() functions in all Ethernet drivers to conform
42375     to the following:
42376
42377         >=0: Success
42378         <0:  Failure
42379
42380     All drivers going forward should return 0 on success.  Current drivers that
42381     return 1 on success were left as-is to minimize changes.
42382
42383     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42384     Acked-by: Stefan Roese <sr@denx.de>
42385     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42386     Acked-by: Kim Phillips <kim.phillips@freescale.com>
42387     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42388     Acked-By: Timur Tabi <timur@freescale.com>
42389
42390 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
42391 Author: Wolfgang Denk <wd@denx.de>
42392 Date:   Thu Jan 10 00:55:14 2008 +0100
42393
42394     Coding Style cleanup; update CHANGELOG
42395
42396     Signed-off-by: Wolfgang Denk <wd@denx.de>
42397
42398 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
42399 Author: Kim Phillips <kim.phillips@freescale.com>
42400 Date:   Wed Jan 9 16:56:54 2008 -0600
42401
42402     Add QE brg freq and correct qe bus freq fdt update code
42403
42404     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42405     Signed-off-by: Andy Fleming <afleming@freescale.com>
42406
42407 commit 890dfef06c2d169a3356359596890754dfb8ee1c
42408 Author: Andy Fleming <afleming@freescale.com>
42409 Date:   Wed Jan 9 16:34:51 2008 -0600
42410
42411     Remove cache config from ATUM8548 and sbc8548 configs
42412
42413     These boards weren't updated by Kumar's config patch because they
42414     weren't in the tree, yet.
42415
42416     Signed-off-by: Andy Fleming <afleming@freescale.com>
42417
42418 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
42419 Author: Timur Tabi <timur@freescale.com>
42420 Date:   Mon Jan 7 13:31:19 2008 -0600
42421
42422     85xx: add ability to upload QE firmware
42423
42424     Define the layout of a binary blob that contains a QE firmware and instructions
42425     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
42426     perform the actual upload.  Add command-line command "qe fw" to take a firmware
42427     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
42428     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
42429     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
42430
42431     Signed-off-by: Timur Tabi <timur@freescale.com>
42432
42433 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
42434 Author: Kumar Gala <galak@kernel.crashing.org>
42435 Date:   Tue Jan 8 01:22:21 2008 -0600
42436
42437     85xx: Remove cache config from configs.h
42438
42439     Either use the standard defines in asm/cache.h or grab the information
42440     at runtime from the L1CFG SPR.
42441
42442     Also, minor cleanup in cache.h to make the code a bit more readable.
42443
42444     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42445
42446 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
42447 Author: robert lazarski <robertlazarski@gmail.com>
42448 Date:   Fri Dec 21 10:39:27 2007 -0500
42449
42450     mpc85xx: Add support for ATUM8548 (updated)
42451
42452     Add support for Instituto Atlantico's ATUM8548 board
42453
42454     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
42455     Signed-off-by: Andy Fleming <afleming@freescale.com>
42456
42457 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
42458 Author: robert lazarski <robertlazarski@gmail.com>
42459 Date:   Fri Dec 21 10:36:37 2007 -0500
42460
42461     mpc85xx: Add support for ATUM8548 (updated)
42462
42463     Add support for Instituto Atlantico's ATUM8548 board
42464
42465     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
42466
42467 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
42468 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
42469 Date:   Thu Dec 13 06:45:14 2007 -0600
42470
42471     mpc85xx: Add support for SBC8548 (updated)
42472
42473     Add support for Wind River's SBC8548 reference board.
42474
42475     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
42476
42477 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
42478 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
42479 Date:   Thu Dec 13 06:45:08 2007 -0600
42480
42481     mpc85xx: Add support for SBC8548 (updated)
42482
42483     Add support for Wind River's SBC8548 reference board.
42484
42485     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
42486     Signed-off by: Andy Fleming <afleming@freescale.com>
42487
42488 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
42489 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42490 Date:   Mon Oct 22 19:58:19 2007 +0400
42491
42492     MPC8568E-MDS: set up QE pario for UART1
42493
42494     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
42495     be set up appropriately.
42496
42497     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42498
42499 commit ad162249cb371e9e38971676f09be791e5f3cf4a
42500 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42501 Date:   Mon Oct 22 18:12:46 2007 +0400
42502
42503     MPC8568E-MDS: reset UCCs to use them reliably
42504
42505     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
42506     UCCs.
42507
42508     p.s Similar code exists in the Linux kernel board file (for capability
42509     reasons with older U-Boots), but should be removed some day.
42510
42511     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42512
42513 commit 2146cf56821c3364786ca94a7306008c5824b238
42514 Author: Kumar Gala <galak@kernel.crashing.org>
42515 Date:   Wed Dec 19 01:18:15 2007 -0600
42516
42517     Reworked FSL Book-E TLB macros to be more readable
42518
42519     The old macros made it difficult to know what WIMGE and perm bits
42520     were set for a TLB entry.  Actually use the bit masks for these items
42521     since they are only a single bit.
42522
42523     Also moved the macros into mmu.h out of e500.h since they aren't specific
42524     to e500.
42525
42526     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42527
42528 commit 1d47273d46925929f8f2c1913cd96d7257aade88
42529 Author: Kumar Gala <galak@kernel.crashing.org>
42530 Date:   Tue Dec 18 23:21:51 2007 -0600
42531
42532     Use FSL Book-E MMU macros from Linux Kernel
42533
42534     Grab the FSL Book-E MAS register macros from Linux.  Also added
42535     defines for page sizes up to 4TB and removed SHAREN since it doesnt
42536     really exist.
42537
42538     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42539
42540 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
42541 Author: Andy Fleming <afleming@freescale.com>
42542 Date:   Wed Jan 9 13:51:32 2008 -0600
42543
42544     Fix my own merge stupidity
42545
42546     Way back in August I merged Heiko's patch:
42547     566a494f592: [PCS440EP] upgrade the PCS440EP board
42548
42549     with Jon's CONFIG_COMMANDS patches.
42550
42551     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
42552
42553     However, in the process, I left out some of Heiko's good changes.
42554
42555     Now Heiko's and Jon's patches are properly merged in fat_register_device()
42556
42557     Signed-off-by: Andy Fleming <afleming@freescale.com>
42558
42559 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
42560 Author: James Yang <James.Yang@freescale.com>
42561 Date:   Wed Jan 9 11:17:49 2008 -0600
42562
42563     Expose parse_line() globally.
42564
42565     Add new function readline_into_buffer() that allows the
42566     output of readline to be put into a pointer to char buffer.
42567
42568     This refactoring allows other functions besides the
42569     main command loop to also use the same input mechanism.
42570
42571     Signed-off-by: James Yang <James.Yang@freescale.com>
42572     Acked-by: Jon Loeliger <jdl@freescale.com>
42573
42574 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
42575 Author: Guennadi Liakhovetski <lg@denx.de>
42576 Date:   Wed Jan 9 01:15:25 2008 +0100
42577
42578     trivial: fix consequences of a bad merge
42579
42580     Fix what looks like a merge artifact.
42581
42582     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42583
42584 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
42585 Author: Zhang Wei <wei.zhang@freescale.com>
42586 Date:   Thu Jan 3 10:51:15 2008 +0800
42587
42588     Add Ctrl combo key support to usb keyboard driver.
42589
42590     Ctrl combo key support is added, which is very useful to input Ctrl-C
42591     for interrupt current job.
42592     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
42593     key input when tstc() is called.
42594
42595     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
42596
42597 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
42598 Author: Marcel Ziswiler <marcel@ziswiler.com>
42599 Date:   Sun Dec 30 03:30:56 2007 +0100
42600
42601     fix various comments
42602
42603     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
42604
42605 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
42606 Author: Marcel Ziswiler <marcel@ziswiler.com>
42607 Date:   Sun Dec 30 03:30:46 2007 +0100
42608
42609     fix comments with new drivers organization
42610
42611     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
42612
42613 commit a9b410dc7d2a4721c408b13abfc037988150f145
42614 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42615 Date:   Fri Dec 28 12:50:59 2007 +0900
42616
42617     Remove the obsolete terse version of do_mii()
42618
42619     We now have more useful version of do_mii() and everybody use it.
42620     Gerald Van Baren says:
42621
42622     > When I originally wrote the mii command 6(!) years ago, I wrote a
42623     > verbose version that printed human readable decomposition of the flags,
42624     > etc., and a terse one that didn't print as much stuff and thus had a
42625     > smaller memory footprint.
42626     >
42627     > It sounds like the terse version has withered and died, apparently
42628     > people are only using the verbose version (which is very understandable,
42629     > I do myself).
42630
42631     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42632     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
42633
42634 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
42635 Author: Mike Frysinger <vapier@gentoo.org>
42636 Date:   Thu Dec 27 13:42:56 2007 -0500
42637
42638     Do not reference sha1.c when building mkimage.
42639
42640     remove sha1.o from mkimage linking since it isn't actually used.
42641
42642     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
42643
42644 commit b9173af73e524d37c812f210173cf83385c5171a
42645 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42646 Date:   Thu Dec 27 15:39:54 2007 +0900
42647
42648     common/cmd_mii.c: Add sanity argc check
42649
42650     If type mii command without arguments, we suffer from uninitialized argv[]
42651     entries; for example we MIPS get stuck by TLB error.
42652
42653     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42654
42655 commit 500856eb1707ed17d9204baa61dd59948d3b2899
42656 Author: Rafal Jaworowski <raj@semihalf.com>
42657 Date:   Wed Jan 9 19:39:36 2008 +0100
42658
42659     API for external applications.
42660
42661     This is an API for external (standalone) applications running on top of
42662     U-Boot, and is meant to be more extensible and robust than the existing
42663     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
42664     for more details.
42665
42666     Included is the demo application using this new framework (api_examples).
42667
42668     Please note this is still an experimental feature, and is turned off by
42669     default.
42670
42671     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
42672
42673 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
42674 Author: Jon Loeliger <jdl@freescale.com>
42675 Date:   Wed Jan 9 12:14:55 2008 -0600
42676
42677     86xx: Remove cache config from configs.h
42678
42679     Just use the standard defines in asm/cache.h.
42680
42681     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42682
42683 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
42684 Author: Rafal Jaworowski <raj@semihalf.com>
42685 Date:   Wed Jan 9 18:05:27 2008 +0100
42686
42687     Globalize envmatch()
42688
42689     The newly introduced API (routines related to env vars) will need to call
42690     it.
42691
42692     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
42693
42694 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
42695 Author: Jon Loeliger <jdl@freescale.com>
42696 Date:   Fri Jan 4 12:07:27 2008 -0600
42697
42698     Convert MPC8610HPCD to use libfdt.
42699
42700     Assumes the presence of the aliases node in the DTS to
42701     locate the pci and serial nodes for fixups.
42702
42703     Use consistent fdtaddr and fdtfile in environment variables.
42704
42705     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42706
42707 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
42708 Author: Jon Loeliger <jdl@freescale.com>
42709 Date:   Fri Jan 4 11:58:23 2008 -0600
42710
42711     8610: Fix lingering compile warnings.
42712
42713     Turn off DEBUG.
42714
42715     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42716
42717 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
42718 Author: Wolfgang Denk <wd@denx.de>
42719 Date:   Wed Jan 9 15:14:46 2008 +0100
42720
42721     Coding Style cleanup, update CHANGELOG
42722
42723     Signed-off-by: Wolfgang Denk <wd@denx.de>
42724
42725 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
42726 Author: Mike Frysinger <vapier@gentoo.org>
42727 Date:   Tue Dec 18 04:29:55 2007 -0500
42728
42729     fix easylogo on big endian dev systems
42730
42731     didnt realize how out of shape easylogo actually was until i tried using it.
42732     this patch does byte swapping as need be on the input tga header since the tga
42733     is in little endian but the host could just as well be big endian.  i didnt
42734     bother using bswap macros or such stuff from system headers as nothing in
42735     POSIX dictates byte swapping functionality.
42736
42737     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
42738
42739 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
42740 Author: Mike Frysinger <vapier@gentoo.org>
42741 Date:   Tue Dec 18 03:23:25 2007 -0500
42742
42743     cleanup easylogo
42744
42745     - make the Makefile not suck
42746     - include proper headers for prototypes
42747     - fix obvious broken handling of strchr() when handling '.' in filenames
42748
42749     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
42750
42751 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
42752 Author: raptorbrino@aim.com <raptorbrino@aim.com>
42753 Date:   Thu Dec 13 21:23:28 2007 -0500
42754
42755     Fix build problems under Cygwin
42756
42757     This patch allows u-boot to build without error in a cygwin
42758     environment.  Cygwin does not define __u64 in it's
42759     include/asm/types.h file.  The -idirafter flag in the u-boot
42760     build causes the inclusion of the cygwin types.h file as opposed
42761     to u-bot/include/asm/types.h file which does define __u64.
42762     Subsequently, sha1.c compile fails due to unknown symbol.
42763
42764     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
42765
42766 commit 43ef1c381f9195504a2488f5cb909227eb97d475
42767 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
42768 Date:   Fri Nov 30 17:29:59 2007 +0100
42769
42770     cmd_bmp: Add support for displaying gzip compressed bmps
42771
42772     The existing code can show information about a gzip compressed BMP
42773     image, but can't actually display it.
42774
42775     Therefore, move the decompression code out of bmp_info() and use it in
42776     bmp_display() as well in order to display a compressed BMP image.
42777
42778     Also, clean things up a bit and fix a memory leak while we're at it.
42779
42780     [hskinnemoen@atmel.com: a bit of refactoring]
42781     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42782
42783 commit d197ffd8172c6fdef38733424640a9a47295d6e9
42784 Author: Guennadi Liakhovetski <lg@denx.de>
42785 Date:   Thu Nov 29 21:15:56 2007 +0100
42786
42787     Fix and optimize MII operations on FEC (MPC8xx) controllers
42788
42789     This patch fixes several issues at least on a MPC885 based system with two
42790     FEC interfaces used in MII mode.
42791
42792     1. PHY discovery should first read PHY_PHYIDR2 register and only then
42793        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
42794        otherwise the values read are wrong. Also notice, that PHY discovery
42795        cannot work on MPC88x / MPC87x in setups with both FECs active at all
42796        in its present form, because for both interfaces the registers from FEC
42797        1 are used to communicate over MII.
42798
42799     2. Remove code duplication for resetting the FEC by isolating it into a
42800        separate function.
42801
42802     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
42803
42804     4. Optimize mii_init() to only reset the FEC 1 controller once.
42805
42806     5. Fix a typo in mii_init() using index i instead of j thus potentially
42807        leading to unpredictable results.
42808
42809     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42810
42811 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
42812 Author: Guennadi Liakhovetski <lg@denx.de>
42813 Date:   Tue Nov 20 13:14:20 2007 +0100
42814
42815     Fix endianness conversions in rtl8169 driver
42816
42817     It is unclear on what platforms this driver has been tested, since
42818     noone up to now defines CONFIG_RTL8169 in the board configuration
42819     header. Now it has been fixed for a big-endian mpc8241 based
42820     linkstation platform. This patch presents the necessary endianness
42821     conversion fixes.
42822
42823     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42824
42825 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
42826 Author: Zhang Wei <wei.zhang@freescale.com>
42827 Date:   Thu Jan 3 10:51:15 2008 +0800
42828
42829     Add Ctrl combo key support to usb keyboard driver.
42830
42831     Ctrl combo key support is added, which is very useful to input Ctrl-C
42832     for interrupt current job.
42833     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
42834     key input when tstc() is called.
42835
42836     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
42837     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
42838
42839 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
42840 Author: Wolfgang Denk <wd@denx.de>
42841 Date:   Wed Jan 9 13:43:38 2008 +0100
42842
42843     Coding Style clenaup; update CHANGELOG
42844
42845     Signed-off-by: Wolfgang Denk <wd@denx.de>
42846
42847 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
42848 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42849 Date:   Thu Dec 27 17:13:11 2007 +0100
42850
42851     Remove bit swapping in Xilinx Spartan bitfile loading
42852
42853     This patch removes the unnecessary bit swapping when
42854     booting .bit files with the 'fpga loadb' command.
42855
42856     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42857
42858 commit 437fc7327f0611f82937858f2d80e4cd61b40984
42859 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42860 Date:   Thu Dec 27 17:13:05 2007 +0100
42861
42862     Fix MSB check in Xilinx Spartan slave serial mode
42863
42864     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42865
42866 commit 3bff4ffa33729a42645e328a21e8d16488872958
42867 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42868 Date:   Thu Dec 27 17:12:56 2007 +0100
42869
42870     Add new Xilinx Spartan FPGA types
42871
42872     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42873
42874 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
42875 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42876 Date:   Thu Dec 27 17:12:43 2007 +0100
42877
42878     Add pre and post configuration callbacks for Spartan FPGAs
42879
42880     This patch adds a post configuration callback for Spartan2/3 FPGAs.
42881     pre and post configuration callback are now optional and
42882     not called when the function pointer is set to NULL.
42883
42884     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42885
42886 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
42887 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42888 Date:   Thu Dec 27 17:12:34 2007 +0100
42889
42890     Improve configuration of FPGA subsystem
42891
42892     This patch removes the FPGA subsystem configuration through
42893     the CONFIG_FPGA bitmask configuration option.
42894
42895     See README for the new options:
42896
42897         CONFIG_FPGA,
42898         CONFIG_FPGA_<vendor>,
42899         CONFIG_FPGA_<family>
42900
42901     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42902
42903 commit 95c6bc7d4a3588b452baca610f8c795a83630477
42904 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42905 Date:   Thu Dec 27 16:55:17 2007 +0100
42906
42907     Add Epson RX8025 RTC support
42908
42909     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42910
42911 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
42912 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42913 Date:   Thu Dec 27 16:57:23 2007 +0100
42914
42915     serial: Make default_serial_console() a weak function
42916
42917     With this patch it is possible to reimplement default_serial_console()
42918     in board specific code. This will be done in the upcomming PMC440
42919     U-Boot port. This also allows the lwmon board maintainer to
42920     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
42921
42922     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42923
42924 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
42925 Author: Harald Welte <laforge@openmoko.org>
42926 Date:   Wed Dec 19 14:14:47 2007 +0100
42927
42928     add 'terminal program' functionality
42929
42930     This patch adds a 'cu' like serial terminal command to u-boot
42931     using which you can access other serial ports from the system console.
42932
42933     OpenMoko uses this in their Neo1973 phones to get access to the GSM
42934     Modem and GPS chip from the bootloader.
42935
42936     Signed-off-by: Harald Welte <laforge@openmoko.org>
42937
42938 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
42939 Author: Harald Welte <laforge@openmoko.org>
42940 Date:   Wed Dec 19 14:12:53 2007 +0100
42941
42942     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
42943     that used to exist with the legacy NAND code
42944
42945     Signed-off-by: Harald Welte <laforge@openmoko.org>
42946
42947 commit f540c42d9564854b19ce9bbb70affe172529fe70
42948 Author: Harald Welte <laforge@openmoko.org>
42949 Date:   Wed Dec 19 14:09:58 2007 +0100
42950
42951     Fix building with CRAMFS but not JFFS2 support
42952
42953     Signed-off-by: Harald Welte <laforge@openmoko.org>
42954
42955 commit 23d0baf967fecdaf1804f045f6339337c5607eec
42956 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42957 Date:   Sat Dec 22 15:52:58 2007 +0100
42958
42959     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
42960
42961     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42962     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42963
42964 commit 23776ff292966a85d811126933830bed48211826
42965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42966 Date:   Tue Dec 11 10:53:12 2007 +0100
42967
42968     ARM: support board-specific ethernet PHY init
42969
42970     Add until the new phylib will be arrived
42971
42972     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42973
42974 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
42975 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42976 Date:   Sat Dec 8 16:34:08 2007 +0100
42977
42978     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
42979
42980     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42981
42982 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
42983 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42984 Date:   Sun Dec 9 11:01:10 2007 +0100
42985
42986     Add missing file in gitignore and comments
42987
42988     based on Linux source tree's .gitignore files
42989
42990     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42991
42992 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
42993 Author: Wolfgang Denk <wd@denx.de>
42994 Date:   Wed Jan 9 11:36:21 2008 +0100
42995
42996     Coding Style cleanup, update CHANGELOG
42997
42998     Signed-off-by: Wolfgang Denk <wd@denx.de>
42999
43000 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
43001 Author: Stefan Roese <sr@denx.de>
43002 Date:   Wed Jan 9 10:38:58 2008 +0100
43003
43004     POST: Execute SPR test after relocation
43005
43006     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
43007     self modifying code and this doesn't work with stack in d-cache, since
43008     I can't move the code from d-cache to i-cache. We move the SPR test to
43009     be executed a little later, after relocation. Then stack is located in
43010     SDRAM and this self-modifying code is no problem anymore.
43011
43012     Signed-off-by: Stefan Roese <sr@denx.de>
43013
43014 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
43015 Author: Stefan Roese <sr@denx.de>
43016 Date:   Wed Jan 9 10:28:20 2008 +0100
43017
43018     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
43019
43020     This patch configures the LWMON5 port to use d-cache as init-ram and
43021     the unused GPT0_COMP6 as POST WORD storage.
43022
43023     Signed-off-by: Stefan Roese <sr@denx.de>
43024
43025 commit 1754f50b710194f886b6f2831803d8960171a14d
43026 Author: Stefan Roese <sr@denx.de>
43027 Date:   Wed Jan 9 10:25:46 2008 +0100
43028
43029     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
43030
43031     The privious 4xx POST implementation only supported storing the POST
43032     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
43033     we need to store the POST WORD in some other non volatile location.
43034     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
43035     a location.
43036
43037     Signed-off-by: Stefan Roese <sr@denx.de>
43038
43039 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
43040 Author: Stefan Roese <sr@denx.de>
43041 Date:   Wed Jan 9 10:23:16 2008 +0100
43042
43043     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
43044
43045     This patch adds support for locking the init-ram/stack in d-cache,
43046     so that other regions may use d-cache as well
43047
43048     Note, that this current implementation locks exactly 4k of d-cache,
43049     so please make sure that you don't define a bigger init-ram area. Take
43050     a look at the lwmon5 440EPx implementation as a reference.
43051
43052     Signed-off-by: Stefan Roese <sr@denx.de>
43053
43054 commit 0ddb89601a8d29e808db450366752ffdc6267c53
43055 Author: Wolfgang Denk <wd@denx.de>
43056 Date:   Wed Jan 9 10:16:33 2008 +0100
43057
43058     Fix memset bug in ext2fs_read_file()
43059
43060     ext2fs_read_file() had the function arguments swapped.
43061
43062     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
43063
43064     Signed-off-by: Wolfgang Denk <wd@denx.de>
43065
43066 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
43067 Author: Markus Klotzbücher <mk@denx.de>
43068 Date:   Tue Jan 5 08:17:15 1988 +0100
43069
43070     Fix problems with usb storage devices on MPC5200 /TQM5200
43071
43072     The MPC5200 OHCI controller operates in big endian, so
43073     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
43074
43075     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
43076
43077 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
43078 Author: Wolfgang Denk <wd@denx.de>
43079 Date:   Tue Jan 8 22:58:27 2008 +0100
43080
43081     Fix compile problem with new env code.
43082
43083     Signed-off-by: Wolfgang Denk <wd@denx.de>
43084
43085 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
43086 Author: Markus Klotzbücher <mk@denx.de>
43087 Date:   Tue Nov 27 10:23:20 2007 +0100
43088
43089     tools: fix fw_printenv tool to compile again
43090
43091     This patch updates the fw_printenv/fw_setenv userspace tool to include
43092     the correct MTD header in order to compile against current kernel
43093     headers. Backward compatibility is preserved by introducing an option
43094     MTD_VERSION which can be set to "old" for compilation using the old MTD
43095     headers. Along with this a number of warnings are fixed.
43096
43097     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
43098
43099 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
43100 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43101 Date:   Tue Jan 8 15:40:09 2008 +0100
43102
43103     ppc4xx: assign PCI interrupts on seuqoia boards
43104
43105     Some operating systems rely on assigned PCI interrupts.
43106
43107     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43108
43109 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
43110 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43111 Date:   Tue Jan 8 15:50:49 2008 +0100
43112
43113     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
43114
43115     This patch allows the use of 4xx interrupt vector number defines
43116     in board specific code outside cpu/ppc4xx.
43117
43118     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43119
43120 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
43121 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43122 Date:   Tue Jan 8 15:39:01 2008 +0100
43123
43124     ppc4xx: Fix UIC2 vector number base
43125
43126     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43127
43128 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
43129 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43130 Date:   Tue Jan 8 12:49:58 2008 +0100
43131
43132     ppc4xx: Update PLB/PCI divider for PMC440 board
43133
43134     This patch updates the PLB/PCI divider when running at
43135     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
43136
43137     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43138
43139 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
43140 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43141 Date:   Tue Jan 8 11:13:09 2008 +0100
43142
43143     ppc4xx: Disable error message when no NAND chip is installed on PMC440
43144
43145     Add CFG_NAND_QUIET_TEST option to disable error message when
43146     no NAND chip is installed on PMC440 boards.
43147
43148     Disable a couple of config defines that are only used for NAND_U_BOOT.
43149
43150     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43151
43152 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
43153 Author: Wolfgang Denk <wd@denx.de>
43154 Date:   Tue Jan 8 22:58:27 2008 +0100
43155
43156     Fix compile problem with new env code.
43157
43158     Signed-off-by: Wolfgang Denk <wd@denx.de>
43159
43160 commit 6de66b35426312a21174a9bf0576a094e2904bea
43161 Author: Markus Klotzbücher <mk@denx.de>
43162 Date:   Tue Nov 27 10:23:20 2007 +0100
43163
43164     tools: fix fw_printenv tool to compile again
43165
43166     This patch updates the fw_printenv/fw_setenv userspace tool to include
43167     the correct MTD header in order to compile against current kernel
43168     headers. Backward compatibility is preserved by introducing an option
43169     MTD_VERSION which can be set to "old" for compilation using the old MTD
43170     headers. Along with this a number of warnings are fixed.
43171
43172     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
43173
43174 commit ad3006fe7e84667021753b74247b0bafd97ba35f
43175 Author: Gerald Van Baren <vanbaren@cideas.com>
43176 Date:   Mon Jan 7 23:47:32 2008 -0500
43177
43178     LIBFDT: use memmove() instead of memcpy()
43179
43180     This is partial patch from the DTC/libfdt
43181     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
43182     Author: David Gibson <david@gibson.dropbear.id.au>
43183     Date:   Wed Nov 21 11:56:14 2007 +1100
43184
43185         The patch also fixes one genuine bug caught by valgrind -
43186         _packblocks() in fdt_rw.c was using memcpy() where it should have been
43187         using memmove().
43188
43189     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43190
43191 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
43192 Author: David Gibson <david@gibson.dropbear.id.au>
43193 Date:   Mon Dec 17 14:42:07 2007 +1100
43194
43195     libfdt: Add more documentation (patch the seventh)
43196
43197     This patch adds more documenting comments to libfdt.h.  Specifically,
43198     these document the read/write functions (not including fdt_open_into()
43199     and fdt_pack(), for now).
43200
43201     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
43202
43203 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
43204 Author: David Gibson <david@gibson.dropbear.id.au>
43205 Date:   Mon Dec 17 14:41:52 2007 +1100
43206
43207     libfdt: Add more documentation (patch the sixth)
43208
43209     This patch adds some more documenting comments to libfdt.h.
43210     Specifically this documents all the write-in-place functions.
43211
43212     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
43213
43214 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
43215 Author: Gerald Van Baren <vanbaren@cideas.com>
43216 Date:   Sat Dec 29 22:45:27 2007 -0500
43217
43218     Fine grained per property /chosen updating.
43219
43220     Implement a suggestion by Scott Wood to make the /chosen handling fine
43221     grained.  Don't overwrite pre-existing properties on a per-property basis,
43222     so if /chosen exists but a necessary /chosen/property doesn't, it gets
43223     created.  If a /chosen property exists, it is NOT overwritten unless the
43224     "force" flag is true.
43225
43226     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43227
43228 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
43229 Author: Gerald Van Baren <vanbaren@cideas.com>
43230 Date:   Sat Jan 5 15:33:29 2008 -0500
43231
43232     Improve the FDT help message.
43233
43234     Add a note that "fdt copy" makes the new address active.
43235     Remove most of the extra hints at the end of the fdt help.
43236
43237     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43238
43239 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
43240 Author: Gerald Van Baren <vanbaren@cideas.com>
43241 Date:   Sat Jan 5 14:52:04 2008 -0500
43242
43243     Support setting FDT properties with optional values.
43244
43245     Fix a bug found and documented by Bartlomiej Sieka where the optional
43246     value on "fdt set <path> <prop> [<val>]" wasn't optional.
43247
43248     => fdt mknode / testnode
43249     => fdt print /testnode
43250     testnode {
43251     };
43252     => fdt set /testnode testprop
43253     => fdt print /testnode
43254     testnode {
43255             testprop;
43256     };
43257
43258     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43259
43260 commit 22fb2246df91bfc840d87f0c5910818bad55577a
43261 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43262 Date:   Fri Dec 28 11:56:30 2007 +0100
43263
43264     Add fdt_find_and_setprop() to fdt_support.h
43265
43266     fdt_find_and_setprop() is used by several 4xx boards and it's
43267     missing in the appropriate header. This patch eliminates a
43268     warning when building U-Boot for such boards.
43269
43270     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43271     Acked-by: Stefan Roese <sr@denx.de>
43272
43273 commit 802b769bac17b0560d3535a42c502469ee190cd1
43274 Author: Stefan Roese <sr@denx.de>
43275 Date:   Tue Jan 8 18:39:30 2008 +0100
43276
43277     ppc4xx: Return 0 on success in 4xx ethernet driver
43278
43279     Signed-off-by: Stefan Roese <sr@denx.de>
43280
43281 commit 6775c68683a53c7abc778774641aac6f833a2cbf
43282 Author: Kim Phillips <kim.phillips@freescale.com>
43283 Date:   Tue Jan 8 09:59:49 2008 -0600
43284
43285     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
43286
43287     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43288
43289 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
43290 Author: Kim Phillips <kim.phillips@freescale.com>
43291 Date:   Thu Dec 20 16:28:34 2007 -0600
43292
43293     mpc83xx: rm remaining FLAT_TREE code
43294
43295     ..in board pci.c files
43296
43297     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43298
43299 commit b3458d2cd55d01732e30a76d898afd99e871cd67
43300 Author: Kim Phillips <kim.phillips@freescale.com>
43301 Date:   Thu Dec 20 15:57:28 2007 -0600
43302
43303     mpc83xx: remove FLAT_TREE code
43304
43305     need to rm it from pci code, too!
43306
43307     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43308
43309 commit 5b8bc606c61456566af6912f818a153b6b06f242
43310 Author: Kim Phillips <kim.phillips@freescale.com>
43311 Date:   Thu Dec 20 14:09:22 2007 -0600
43312
43313     mpc83xx: convert to using do_fixup_*()
43314
43315     convert to using simpler mpc85xx style fdt update code; streamline by
43316     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
43317     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
43318     converted over to using libfdt).
43319
43320     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43321
43322 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
43323 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
43324 Date:   Thu Dec 20 12:58:51 2007 -0500
43325
43326     sbc8349: enable libfdt by default on WRS SBC8349 board.
43327
43328     Make libfdt the default for the WRS SBC8349 board.
43329     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
43330     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
43331
43332     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
43333
43334 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
43335 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
43336 Date:   Thu Dec 20 12:58:16 2007 -0500
43337
43338     sbc8349: migrate board to libfdt
43339
43340     This adds libfdt support code for the Wind River sbc8349 board.
43341
43342     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
43343     the other Freescale 83xx boards.
43344
43345     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
43346
43347 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
43348 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
43349 Date:   Thu Dec 20 12:56:19 2007 -0500
43350
43351     sbc8349: Remove board specific ECC code
43352
43353     ECC code is now shared for all 83xx boards, so remove board specific one.
43354     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
43355
43356     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
43357
43358 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
43359 Author: Kim Phillips <kim.phillips@freescale.com>
43360 Date:   Thu Dec 20 01:30:48 2007 -0600
43361
43362     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
43363
43364     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
43365
43366     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43367
43368 commit ccf21c311e68d48399eff1e72936052885f6e3f7
43369 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
43370 Date:   Thu Dec 6 16:43:40 2007 +0100
43371
43372     Add support CONFIG_UEC_ETH3 in MPC83xx
43373
43374     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
43375
43376 commit e6af9932d31171e35db880e7b2f29f903b1b7660
43377 Author: Kumar Gala <galak@kernel.crashing.org>
43378 Date:   Mon Nov 26 11:00:54 2007 -0600
43379
43380     Remove CONFIG options related to OF that we dont use
43381
43382     The MPC8360E MDS config defined:
43383         CONFIG_OF_HAS_BD_T
43384         CONFIG_OF_HAS_UBOOT_ENV
43385
43386     Which we don't use or ever needed.  This seems like copy-paste feature creep.
43387
43388     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43389
43390 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
43391 Author: Kim Phillips <kim.phillips@freescale.com>
43392 Date:   Mon Dec 10 14:16:22 2007 -0600
43393
43394     mpc83xx: supress compiler warning
43395
43396     mpc8360emds.c: In function â€˜ft_board_setup’:
43397     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
43398     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
43399
43400     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43401
43402 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
43403 Author: Kim Phillips <kim.phillips@freescale.com>
43404 Date:   Tue Nov 27 14:17:29 2007 -0600
43405
43406     mpc83xx: fix remaining fdt_find_node_by_path references
43407
43408     rename to fdt_path_offset
43409
43410     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43411
43412 commit 921d4b19ad1be704df58725485d9292dc0414adf
43413 Author: Kim Phillips <kim.phillips@freescale.com>
43414 Date:   Mon Nov 19 12:30:09 2007 -0600
43415
43416     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
43417
43418     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
43419     This change guarantees that the environment will be located on the
43420     first flash sector after the U-Boot image.
43421
43422     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43423
43424 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
43425 Author: Kim Phillips <kim.phillips@freescale.com>
43426 Date:   Fri Nov 9 14:28:08 2007 -0600
43427
43428     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
43429
43430     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
43431     properties in the device tree so the PHY gets configured for internal delay on
43432     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
43433
43434     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43435
43436 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
43437 Author: Dave Liu <r63238@freescale.com>
43438 Date:   Tue Sep 18 12:41:15 2007 +0800
43439
43440     mpc83xx: update the CREDITS and MAINTAINERS
43441
43442     update the CREDITS and MAINTAINERS.
43443
43444     Signed-off-by: Dave Liu <daveliu@freescale.com>
43445
43446 commit b21add4b42af7b767448251b599b91066a160e0d
43447 Author: Dave Liu <r63238@freescale.com>
43448 Date:   Tue Sep 18 12:40:21 2007 +0800
43449
43450     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
43451
43452     Add the MAINTAINER and MAKEALL entries for mpc837xemds
43453
43454     Signed-off-by: Dave Liu <daveliu@freescale.com>
43455
43456 commit f8900ce9094c462355eb792eea264ff16ac8fd16
43457 Author: Dave Liu <r63238@freescale.com>
43458 Date:   Tue Sep 18 12:38:53 2007 +0800
43459
43460     mpc83xx: Add the MPC837xEMDS board readme
43461
43462     Add the README.mpc837xemds to /doc
43463
43464     Signed-off-by: Dave Liu <daveliu@freescale.com>
43465
43466 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
43467 Author: Dave Liu <r63238@freescale.com>
43468 Date:   Tue Sep 18 12:37:57 2007 +0800
43469
43470     mpc83xx: Add the support of MPC837xEMDS board
43471
43472     The MPC837xEMDS board support:
43473     * DDR2 400MHz hardcoded and SPD init
43474     * Local bus NOR Flash
43475     * I2C, UART, MII and RTC
43476     * eTSEC RGMII
43477     * PCI host
43478
43479     Signed-off-by: Dave Liu <daveliu@freescale.com>
43480
43481 commit 555da61702771fe0f76f3de23b4e7590f3704161
43482 Author: Dave Liu <r63238@freescale.com>
43483 Date:   Tue Sep 18 12:36:58 2007 +0800
43484
43485     mpc83xx: Add the support of MPC8315E SoC
43486
43487     The MPC8315E SoC including e300c3 core and new IP blocks,
43488     such as TDM, PCI Express and SATA controller.
43489
43490     Signed-off-by: Dave Liu <daveliu@freescale.com>
43491
43492 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
43493 Author: Dave Liu <r63238@freescale.com>
43494 Date:   Tue Sep 18 12:36:11 2007 +0800
43495
43496     mpc83xx: Add the support of MPC837x SoC
43497
43498     The MPC837x SoC including e300c4 core and new IP blocks,
43499     such as SDHC, PCI Express and SATA controller.
43500
43501     Signed-off-by: Dave Liu <daveliu@freescale.com>
43502
43503 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
43504 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43505 Date:   Wed Nov 14 18:54:53 2007 +0300
43506
43507     MPC8360E-MDS: configure and enable second UART
43508
43509     Despite user manual, BCSR9.7 is negated (high) on HRST, so
43510     UART2 is disabled. Fix that and configure QE pins properly.
43511
43512     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43513
43514 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
43515 Author: Timur Tabi <timur@freescale.com>
43516 Date:   Mon Nov 5 09:34:06 2007 -0600
43517
43518     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
43519
43520     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
43521     currently-defined 83xx boards.  This change guarantees that the environment
43522     will be located on the first flash sector after the U-Boot image.
43523
43524     Signed-off-by: Timur Tabi <timur@freescale.com>
43525     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43526
43527 commit e05329516a13616b53240cd85b739217c2bf87f1
43528 Author: Larry Johnson <lrj@acm.org>
43529 Date:   Fri Jan 4 13:27:02 2008 -0500
43530
43531     ppc4xx: Remove weak binding from common Denali data-eye search code
43532
43533     Now that there are no board-specific versions of
43534     "denali_core_search_data_eye()", the weak binding on the common version
43535     can be removed.
43536
43537     Signed-off-by: Larry Johnson <lrj@acm.org>
43538
43539 commit 5ba576c01602fd328800a427964c36a0a05c5dce
43540 Author: Stefan Roese <sr@denx.de>
43541 Date:   Sat Jan 5 09:13:46 2008 +0100
43542
43543     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
43544
43545     Signed-off-by: Stefan Roese <sr@denx.de>
43546
43547 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
43548 Author: Stefan Roese <sr@denx.de>
43549 Date:   Sat Jan 5 09:12:41 2008 +0100
43550
43551     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
43552
43553     On Katmai the complete auto-calibration somehow doesn't seem to
43554     produce the best results, meaning optimal values for RQFD/RFFD.
43555     This was discovered by GDA using a high bandwidth scope,
43556     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
43557     so now on Katmai "only" RFFD is auto-calibrated.
43558
43559     This patch also adds RDCC calibration as mentioned on page 7 of
43560     the AMCC PowerPC440SP/SPe DDR2 application note:
43561     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
43562
43563     Signed-off-by: Stefan Roese <sr@denx.de>
43564
43565 commit 49db47b8ae6afff2b898be312948ff501357dc80
43566 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43567 Date:   Wed Jan 2 16:48:42 2008 +0100
43568
43569     ppc4xx: Remove sdram.h from PMC440 board
43570
43571     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43572
43573 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
43574 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43575 Date:   Wed Jan 2 16:48:34 2008 +0100
43576
43577     ppc4xx: use common denali core defines and data eye search code for PMC440
43578
43579     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43580
43581 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
43582 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43583 Date:   Wed Jan 2 12:05:14 2008 +0100
43584
43585     ppc4xx: More cleanup for esd's LCD code
43586
43587     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43588
43589 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
43590 Author: Stefan Roese <sr@denx.de>
43591 Date:   Fri Jan 4 12:00:01 2008 +0100
43592
43593     ppc4xx: Fix Sequoia NAND booting target
43594
43595     The Sequoia NAND booting target now uses the recently extracted
43596     cpu/ppc4xx/denali_data_eye.c file too.
43597
43598     Signed-off-by: Stefan Roese <sr@denx.de>
43599
43600 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
43601 Author: Lawrence R. Johnson <lrj@acm.org>
43602 Date:   Thu Jan 3 15:02:02 2008 -0500
43603
43604     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
43605
43606     Signed-off-by: Larry Johnson <lrj@acm.org>
43607
43608 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
43609 Author: Lawrence R. Johnson <lrj@acm.org>
43610 Date:   Fri Jan 4 02:11:56 2008 -0500
43611
43612     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
43613
43614     Note: this patch changes the configuration of some GPIO registers:
43615
43616        Register      Old Value   New Value
43617     ---------------  ----------  ----------
43618     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
43619     DCR GPIO0_TSRH   0x55005000  0x00000000
43620     DCR GPIO1_TCR    0xC2000000  0xE2000000
43621     DCR GPIO1_TSRL   0x0C000000  0x00200000
43622     DCR GPIO1_ISR2L  0x00050000  0x00110000
43623
43624     Signed-off-by: Larry Johnson <lrj@acm.org>
43625
43626 commit 5ab884b254ca2e707ab50545cd705f30108cf491
43627 Author: Lawrence R. Johnson <lrj@acm.org>
43628 Date:   Thu Jan 3 18:54:00 2008 -0500
43629
43630     ppc4xx: Add functionality to GPIO support
43631
43632     This patch makes two additions to GPIO support:
43633
43634     First, it adds function gpio_read_in_bit() to read the a bit from the
43635     GPIO Input Register (GPIOx_IR) in the same way that function
43636     gpio_read_out_bit() reads a bit from the GPIO Output Register
43637     (GPIOx_OR).
43638
43639     Second, it modifies function gpio_set_chip_configuration() to provide
43640     an additional option for configuring the GPIO from the
43641     "CFG_4xx_GPIO_TABLE".
43642
43643     According to the 440EPx User's Manual, when an alternate output is used,
43644     the three-state control is configured in one of two ways, depending on
43645     the particular output.  The first option is to select the corresponding
43646     alternate three-state control in the GPIOx_TRSH/L registers.  The second
43647     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
43648     the GPIOx_TRSH/L registers, and set the corresponding bit in the
43649     GPIOx_TCR register to enable the output.  For example, the Manual
43650     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
43651     the alternate three-state control (first option), and specifies
43652     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
43653     enabled in the GPIOx_TCR register (second option).
43654
43655     Currently, gpio_set_chip_configuration() configures all alternate signal
43656     outputs to use the first option.  This patch allow the second option to
43657     be selected by setting the "out_val" element in the table entry to
43658     "GPIO_OUT_1".  The first option is used when the "out_val" element is
43659     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
43660     alternate signal is selected, and because all current GPIO tables set
43661     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
43662     not change any existing configurations.
43663
43664     Signed-off-by: Larry Johnson <lrj@acm.org>
43665
43666 commit 196404cdc1de495d6182e84731c200fc5748df15
43667 Author: Larry Johnson <lrj@arlinx.com>
43668 Date:   Sun Dec 30 01:01:54 2007 -0500
43669
43670     PPC4xx: Remove sdram.h from board/lwmon5
43671
43672     These definitions are now in "include/ppc440.h".
43673
43674     Signed-off-by: Larry Johnson <lrj@acm.org>
43675
43676 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
43677 Author: Larry Johnson <lrj@arlinx.com>
43678 Date:   Sun Dec 30 01:01:32 2007 -0500
43679
43680     PPC4xx: Use common code for LWMON5 board SDRAM support
43681
43682     This patch also modifies the functionality of the code so that the data-eye
43683     search is now done with with the cache disabled.
43684
43685     Signed-off-by: Larry Johnson <lrj@acm.org>
43686
43687 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
43688 Author: Larry Johnson <lrj@arlinx.com>
43689 Date:   Sun Dec 30 01:01:14 2007 -0500
43690
43691     PPC4xx: Remove sdram.h from board/amcc/sequoia
43692
43693     These definitions are now in "include/ppc440.h".
43694
43695     Signed-off-by: Larry Johnson <lrj@acm.org>
43696
43697 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
43698 Author: Larry Johnson <lrj@arlinx.com>
43699 Date:   Sun Dec 30 01:00:50 2007 -0500
43700
43701     PPC4xx: Use common code for Sequoia board SDRAM support
43702
43703     Signed-off-by: Larry Johnson <lrj@acm.org>
43704
43705 commit 8b0c5c127690335758100c25eaec2b84db97c101
43706 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43707 Date:   Thu Dec 27 16:58:41 2007 +0100
43708
43709     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
43710
43711     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
43712     networking stack does not automatically switch to
43713     another interface. This patch does not touch the default
43714     behavior.
43715
43716     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43717     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43718
43719 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
43720 Author: Upakul Barkakaty <upakul@gmail.com>
43721 Date:   Thu Nov 29 12:16:13 2007 +0530
43722
43723     NET: Proper return code handling in eth_init() function in file eth.c
43724
43725     This patch modifies the return code handling in the eth_init()
43726     function, to be compatible with the handling of the return codes in
43727     the other network stack files. It now returns a 0 on Success and -1 on
43728     error.
43729
43730     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
43731     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43732
43733 commit 5ca2d0953e4579a80810966cca2077e20d912c97
43734 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
43735 Date:   Mon Nov 19 20:27:04 2007 +0900
43736
43737     net/eth.c: Fix env_enetaddr signed overflow
43738
43739     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
43740     warned as below:
43741
43742       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
43743
43744       DRAM:  256 MB
43745       Flash: 32 MB
43746       In:    serial
43747       Out:   serial
43748       Err:   serial
43749       Net:   NEC-Candy
43750       Warning: NEC-Candy MAC addresses don't match:
43751       Address in SROM is         00:00:4C:80:92:A2
43752       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
43753
43754     This patch changes env_enetaddr type from `char' to `unsigned char'.
43755
43756     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
43757     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
43758     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43759
43760 commit f85b60710571b37293d2233933b76e2aa3db5635
43761 Author: Rafal Jaworowski <raj@semihalf.com>
43762 Date:   Thu Dec 27 18:19:02 2007 +0100
43763
43764     Introduce new eth_receive routine
43765
43766     The purpose of this routine is receiving a single network frame, outside of
43767     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
43768     U-Boot will let them utilise networking facilities. For sending a raw frame
43769     the already existing eth_send() can be used.
43770
43771     The direct consumer of this routine is the newly introduced API layer for
43772     external applications (enabled with CONFIG_API).
43773
43774     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
43775     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
43776     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43777
43778 commit 5c740711f0ea5b51414b341b71597c4a0751be74
43779 Author: Jon Loeliger <jdl@freescale.com>
43780 Date:   Thu Jan 3 10:41:04 2008 -0600
43781
43782     8610: Move include of config.h earlier.
43783
43784     Include config.h earlier in the set of #includes
43785     so as to avoid a incidental and duplicate definition
43786     of CFG_CACHELINE_SIZE.
43787
43788     Signed-off-by: Jon Loeliger
43789
43790 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
43791 Author: Jon Loeliger <jdl@freescale.com>
43792 Date:   Tue Dec 4 10:53:34 2007 -0600
43793
43794     Don't slam #undef DEBUG in the 8641HPCN config file.
43795
43796     Doing so prevents it from being individually set
43797     and useful in other files.
43798
43799     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43800
43801 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
43802 Author: Jon Loeliger <jdl@freescale.com>
43803 Date:   Wed Nov 28 14:47:18 2007 -0600
43804
43805     Convert MPC8641HPCN to use libfdt.
43806
43807     Assumes the presence of the aliases node in the DTS to
43808     locate the ethernet, pci and serial nodes for fixups.
43809
43810     Use consistent fdtaddr and fdtfile in environment variables.
43811
43812     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43813
43814 commit ce37422d0002e10490e268392e0c4e3028e52cec
43815 Author: Stefan Roese <sr@denx.de>
43816 Date:   Wed Jan 2 14:06:26 2008 +0100
43817
43818     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
43819
43820     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
43821     flash chips connected to a 32bit wide port.
43822
43823     Signed-off-by: Stefan Roese <sr@denx.de>
43824
43825 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
43826 Author: Wolfgang Denk <wd@denx.de>
43827 Date:   Wed Jan 2 15:58:44 2008 +0100
43828
43829     Fix compile problem introduced by "cleanup" commit 3dfd708c
43830
43831     Signed-off-by: Wolfgang Denk <wd@denx.de>
43832
43833 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
43834 Author: Wolfgang Denk <wd@denx.de>
43835 Date:   Wed Jan 2 15:54:45 2008 +0100
43836
43837     Make scripts and Makefiles POSIX compliant
43838
43839     The bash builtin versions of the "test" (resp. "[") command allow
43840     using "==" for string comparisons, but POSIX compatible implemen-
43841     tations (like /usr/bin/test) insist on using "=" only. On such systems
43842     you will see:
43843
43844         $ /usr/bin/test a == a && echo OK
43845         /usr/bin/test: ==: binary operator expected
43846
43847     This patch fixes Makefiles and scripts to use POSIX style.
43848
43849     Signed-off-by: Wolfgang Denk <wd@denx.de>
43850
43851 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
43852 Author: Stefan Roese <sr@denx.de>
43853 Date:   Wed Jan 2 14:05:37 2008 +0100
43854
43855     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
43856
43857     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
43858     flash chips connected to a 32bit wide port.
43859
43860     Signed-off-by: Stefan Roese <sr@denx.de>
43861
43862 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
43863 Author: Wolfgang Denk <wd@denx.de>
43864 Date:   Wed Jan 2 12:38:43 2008 +0100
43865
43866     Minor coding style cleanup.
43867
43868     Signed-off-by: Wolfgang Denk <wd@denx.de>
43869
43870 commit e174ac34adf5d5653df12bc3cf19c52063a71269
43871 Author: Stefan Roese <sr@denx.de>
43872 Date:   Fri Dec 28 17:29:56 2007 +0100
43873
43874     ppc4xx: Coding style cleanup
43875
43876     Signed-off-by: Stefan Roese <sr@denx.de>
43877
43878 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
43879 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43880 Date:   Fri Dec 28 17:07:24 2007 +0100
43881
43882     ppc4xx: Complete PMC440 board support
43883
43884     This patch brings the PMC440 board configuration file.
43885     Finally it enables the PMC440 board support.
43886
43887     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43888
43889 commit 407843a582560fc5231299561ab3c2b6b6cd3397
43890 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43891 Date:   Fri Dec 28 17:07:18 2007 +0100
43892
43893     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
43894
43895     This patch adds some BSP commands and FPGA booting support
43896     for esd's PMC440 boards.
43897
43898     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43899
43900 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
43901 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43902 Date:   Fri Dec 28 17:07:14 2007 +0100
43903
43904     ppc4xx: Add initial esd PMC440 board files
43905
43906     This patch adds the first files for the new esd PMC440 boards.
43907     The next two patches will complete the PMC440 board support.
43908
43909     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43910
43911 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
43912 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43913 Date:   Fri Dec 28 17:10:36 2007 +0100
43914
43915     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
43916
43917     - add EEPROM write protection for esd PLU405 boards.
43918     - initialize NAND GPIOs
43919     - use correct io accessors
43920     - cleanup
43921
43922     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43923
43924 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
43925 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43926 Date:   Fri Dec 28 17:10:44 2007 +0100
43927
43928     ppc4xx: use correct io accessors for esd's LCD code
43929
43930     This patch fixes esd's LCD dectection code to work correctly with
43931     newer gcc versions.
43932
43933     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43934
43935 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
43936 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43937 Date:   Fri Dec 28 17:10:42 2007 +0100
43938
43939     ppc4xx: Maintenance patch for VOH405 boards
43940
43941     - add EEPROM write protection
43942     - initialize NAND GPIOs
43943     - use correct io accessors
43944     - slow down I2C clock to 100kHz
43945     - enable ext. I2C bus
43946     - cleanup
43947
43948     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43949
43950 commit c05569066dbcba3fdf36d4d1943df265dc316a86
43951 Author: Stefan Roese <sr@denx.de>
43952 Date:   Fri Dec 28 16:08:08 2007 +0100
43953
43954     ppc4xx: Enable 405EP PCI arbiter per default on all boards
43955
43956     In an attmemt to clean up the 4xx start.S file, I removed the enabling
43957     of the internal 405EP PCI arbiter. This is needed for multiple other
43958     405EP platforms, like most of the esd 405EP. Now the internal PCI
43959     arbiter is enabled again per default as it has been before.
43960
43961     Signed-off-by: Stefan Roese <sr@denx.de>
43962     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43963
43964 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
43965 Author: Stefan Roese <sr@denx.de>
43966 Date:   Fri Dec 28 15:53:46 2007 +0100
43967
43968     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
43969
43970     Signed-off-by: Stefan Roese <sr@denx.de>
43971     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43972
43973 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
43974 Author: Stefan Roese <sr@denx.de>
43975 Date:   Fri Dec 28 06:06:04 2007 +0100
43976
43977     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
43978
43979     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
43980     platforms mentioned above.
43981
43982     Signed-off-by: Stefan Roese <sr@denx.de>
43983
43984 commit b568fd25574181a3b12ae3d66b2913903442cb83
43985 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43986 Date:   Thu Dec 27 17:03:46 2007 +0100
43987
43988     Remove CPCI440 board
43989
43990     This board never left prototyping state and it
43991     became a millstone round my neck. So remove it.
43992
43993     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43994
43995 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
43996 Author: Larry Johnson <lrj@arlinx.com>
43997 Date:   Thu Dec 27 11:28:51 2007 -0500
43998
43999     Add support for Korat PPC440EPx board
44000
44001     These patches add support for the PPC440EPx-based "Korat" board to
44002     U-Boot.  They are based primarily on support for the Sequoia board.
44003
44004     Signed-off-by: Larry Johnson <lrj@acm.org>
44005
44006 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
44007 Author: Larry Johnson <lrj@arlinx.com>
44008 Date:   Sat Dec 22 15:16:25 2007 -0500
44009
44010     Add configuration file for Korat board
44011
44012     This patch supplies the configuration file for the Korat PPC440EPx-
44013     processor board.
44014
44015     Signed-off-by: Larry Johnson <lrj@acm.org>
44016
44017 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
44018 Author: Larry Johnson <lrj@arlinx.com>
44019 Date:   Sat Dec 22 15:16:11 2007 -0500
44020
44021     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
44022
44023     Signed-off-by: Larry Johnson <lrj@acm.org>
44024
44025 commit aba19604d848b2838cfb9ebe818909e6a216058e
44026 Author: Larry Johnson <lrj@arlinx.com>
44027 Date:   Thu Dec 27 10:54:48 2007 -0500
44028
44029     Add 440EPx DDR2 SPD DIMM support
44030
44031     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
44032     controller.  It should also work on the 440GRx.  It is based on the DDR2
44033     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
44034
44035     This code has been tested on prototype Korat boards with three Kingston
44036     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
44037     (two ranks).  The Korat board has a single DIMM socket, but support has
44038     been provided (though not tested) for boards with two DIMM sockets.
44039
44040     Signed-off-by: Larry Johnson <lrj@acm.org>
44041
44042 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
44043 Author: Larry Johnson <lrj@arlinx.com>
44044 Date:   Sat Dec 22 15:15:30 2007 -0500
44045
44046     Copy 440EPx/GRx SDRAM data-eye search to common directory
44047
44048     This patch creates a non-board-specific file for performing the SDRAM
44049     data-eye search.  It also adds ECC error checking to the test of valid
44050     data on readback when ECC is enabled.
44051
44052     Signed-off-by: Larry Johnson <lrj@acm.org>
44053
44054 commit c46f53333b22b1f9098676bea8884fc7db820cf3
44055 Author: Larry Johnson <lrj@arlinx.com>
44056 Date:   Sat Dec 22 15:15:13 2007 -0500
44057
44058     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
44059
44060     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
44061     It also fixes two typos in the definitions, so the board-specific
44062     "sdram.h" files containing these definitions are also fixed to avoid
44063     compiler warnings.
44064
44065     Signed-off-by: Larry Johnson <lrj@acm.org>
44066
44067 commit c348578bf612d0c56d8d376d23cae16defbd86af
44068 Author: Larry Johnson <lrj@arlinx.com>
44069 Date:   Thu Dec 27 10:50:55 2007 -0500
44070
44071     Add Ethernet 1000BASE-X support for PPC4xx
44072
44073     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
44074     is defined, the PHY will advertise it's capabilities for autonegotiation
44075     based on the capabilities shown in the PHY's status registers, including
44076     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
44077     advertise hard-coded capabilities, as before.
44078
44079     Signed-off-by: Larry Johnson <lrj@acm.org>
44080
44081 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
44082 Author: Larry Johnson <lrj@arlinx.com>
44083 Date:   Thu Dec 27 09:52:17 2007 -0500
44084
44085     Add driver for National Semiconductor LM73 temperature sensor
44086
44087     This driver is based on the driver for the LM75.
44088
44089     Signed-off-by: Larry Johnson <lrj@acm.org>
44090
44091 commit 12618278688ea9b3d76536960a5ad2e3790fac40
44092 Author: Larry Johnson <lrj@arlinx.com>
44093 Date:   Sat Dec 22 15:14:00 2007 -0500
44094
44095     Add driver for STMicroelectronics M41T60 RTC
44096
44097     This driver is based on the driver for the M41T11.  In the intended
44098     application, the RTC will be powered by a large capacitor, rather than a
44099     battery.  The driver therefore checks to see whether the RTC has lost
44100     power.  The chip's OUT bit is normally reset from its power-up state.  If
44101     the OUT bit is read as set, or if the date and time are not valid, then the
44102     RTC is assumed to have lost power, and its date and time are reset to
44103     1900-01-01 00:00:00.
44104
44105     Support for adjusting the speed of the clock to improve accuracy is
44106     provided through an environment variable.
44107
44108     Signed-off-by: Larry Johnson <lrj@acm.org>
44109
44110 commit d3471173e14b7544bb60339eda8d3d3906694b0a
44111 Author: Larry Johnson <lrj@arlinx.com>
44112 Date:   Sat Dec 22 15:34:39 2007 -0500
44113
44114     Use out_be32() and friends to access memory-mapped registers in sequoia.c
44115
44116     Signed-off-by: Larry Johnson <lrj@acm.org>
44117
44118 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
44119 Author: Larry Johnson <lrj@arlinx.com>
44120 Date:   Sat Dec 22 15:34:20 2007 -0500
44121
44122     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
44123
44124     Signed-off-by: Larry Johnson <lrj@acm.org>
44125
44126 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
44127 Author: Larry Johnson <lrj@arlinx.com>
44128 Date:   Sat Dec 22 15:23:50 2007 -0500
44129
44130     Cosmetic changes to ECC POST for AMCC Denali core
44131
44132     Signed-off-by: Larry Johnson <lrj@acm.org>
44133
44134 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
44135 Author: Stefan Roese <sr@denx.de>
44136 Date:   Wed Dec 26 20:20:19 2007 +0100
44137
44138     ppc4xx: Fix compilation problem in 405 cache POST test
44139
44140     Signed-off-by: Stefan Roese <sr@denx.de>
44141
44142 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
44143 Author: Stefan Roese <sr@denx.de>
44144 Date:   Sat Dec 22 12:20:09 2007 +0100
44145
44146     ppc4xx: Move virtual address of POST cache test to bigger address
44147
44148     On Sequoia & LWMON5 the virtual address of the POST cache test is now
44149     moved to a bigger address. This enables usage of more memory on those
44150     boards.
44151
44152     Signed-off-by: Stefan Roese <sr@denx.de>
44153
44154 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
44155 Author: Stefan Roese <sr@denx.de>
44156 Date:   Sat Dec 22 12:18:26 2007 +0100
44157
44158     ppc4xx: Fix problem in 44x cache POST routine
44159
44160     As repoted by Larry Johnson, running "diag run cache" caused a crash
44161     in U-Boot. This problem was introduced by a patch that removed the
44162     TLB entry for the cache test after the test has completed. Since this
44163     TLB was only setup once, a 2nd attempt to run this cache test
44164     failed with a crash. Now this TLB entry is created every time the
44165     routine is called.
44166
44167     Signed-off-by: Stefan Roese <sr@denx.de>
44168
44169 commit b0265b576bb8fa9465f99e99c323768b562fadc2
44170 Author: Stefan Roese <sr@denx.de>
44171 Date:   Fri Dec 21 07:51:29 2007 +0100
44172
44173     ppc4xx: Update Makalu fdt support
44174
44175     Signed-off-by: Stefan Roese <sr@denx.de>
44176
44177 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
44178 Author: Stefan Roese <sr@denx.de>
44179 Date:   Wed Dec 19 09:05:40 2007 +0100
44180
44181     ppc4xx: Add fdt support to AMCC Katmai eval board
44182
44183     Signed-off-by: Stefan Roese <sr@denx.de>
44184
44185 commit 328a340392a5df9aaf00792be989df73e750859e
44186 Author: Stefan Roese <sr@denx.de>
44187 Date:   Tue Dec 18 08:44:51 2007 +0100
44188
44189     ppc4xx: fdt: Cleanup setup of cpu node setup
44190
44191     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
44192     without using the absolute path to the cpu node. This makes it possible
44193     to use this U-Boot version with both versions of cpu-node naming
44194     "cpu@0" and the former "PowerPC,440EPx@0".
44195
44196     Signed-off-by: Stefan Roese <sr@denx.de>
44197
44198 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
44199 Author: Stefan Roese <sr@denx.de>
44200 Date:   Mon Dec 17 17:26:21 2007 +0100
44201
44202     ppc4xx: Fix lwmon5 compilation problem
44203
44204     Now that the 440EPx ECC test is not board specific anymore
44205     remove this Makefile.
44206
44207     Signed-off-by: Stefan Roese <sr@denx.de>
44208
44209 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
44210 Author: Anatolij Gustschin <agustschin@t-online.de>
44211 Date:   Wed Dec 5 17:43:20 2007 +0100
44212
44213     Fix ppc4xx clear_bss() code
44214
44215     ppc4xx clear_bss() fails if BSS segment size is not
44216     divisible by 4 without remainder. This patch provides
44217     fix for this problem.
44218
44219     Signed-off-by: Anatolij Gustschin <agust@denx.de>
44220
44221 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
44222 Author: Niklaus Giger <niklausgiger@gmx.ch>
44223 Date:   Fri Nov 30 18:35:11 2007 +0100
44224
44225     PPC4xx: Minimal changes to add vxWorks support
44226
44227     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44228
44229 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
44230 Author: Markus Klotzbücher <mk@denx.de>
44231 Date:   Fri Nov 23 13:09:18 2007 +0100
44232
44233     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
44234
44235     When using dhcp/bootp the "netmask" environment variable is not
44236     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
44237     desireable, so the following patch adds this this option to the board
44238     config.
44239
44240     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44241     Signed-off-by: Stefan Roese <sr@denx.de>
44242
44243 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
44244 Author: Larry Johnson <lrj@arlinx.com>
44245 Date:   Sat Oct 27 12:48:15 2007 -0400
44246
44247     Fix/enhance ECC POST for 440EPx/GRx
44248
44249     This patch allows the ECC POST to be used for different boards with the
44250     PPC440 Denali SDRAM controller.  Modifications include skipping the test
44251     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
44252     to prevent timing errors.
44253
44254     Signed-off-by: Larry Johnson <lrj@acm.org>
44255
44256 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
44257 Author: Larry Johnson <lrj@arlinx.com>
44258 Date:   Sat Oct 27 12:48:05 2007 -0400
44259
44260     PPC4xx: Move/rename ECC POST for 440EPx/GRx
44261
44262     Signed-off-by: Larry Johnson <lrj@acm.org>
44263
44264 commit c29d2d3680046d430022c55e50fcb27f5866517e
44265 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44266 Date:   Fri Dec 14 11:20:33 2007 +0100
44267
44268     ppc4xx: use correct io accessors for 4xx ethernet POST
44269
44270     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44271
44272 commit ba79fde58a48c0a6ff8e2a96caba951594142203
44273 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44274 Date:   Fri Dec 14 11:19:56 2007 +0100
44275
44276     ppc4xx: fix flush + invalidate_dcache_range arguments
44277
44278     flush + invalidate_dcache_range() expect the start and stop+1 address.
44279     So the stop address is the first address behind (!) the range.
44280
44281     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44282
44283 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
44284 Author: Stefan Roese <sr@denx.de>
44285 Date:   Fri Dec 14 08:41:29 2007 +0100
44286
44287     ppc4xx: fdt: use fdt_fixup_ethernet()
44288
44289     By using aliases in the dts file, the ethernet node fixup is
44290     much easier with the recently added functions.
44291
44292     Please note that the dts file needs the aliases for this to work.
44293
44294     Signed-off-by: Stefan Roese <sr@denx.de>
44295
44296 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
44297 Author: Stefan Roese <sr@denx.de>
44298 Date:   Thu Dec 13 14:52:53 2007 +0100
44299
44300     ppc4xx: Bring 4xx fdt support up-to-date
44301
44302     This patch update the 4xx fdt support. It enabled fdt booting
44303     on the AMCC Kilauea and Sequoia for now. More can follow later
44304     quite easily.
44305
44306     Signed-off-by: Stefan Roese <sr@denx.de>
44307
44308 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
44309 Author: Stefan Roese <sr@denx.de>
44310 Date:   Thu Dec 27 07:50:54 2007 +0100
44311
44312     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
44313
44314     The check for an sufficiently erased destination was missing in the
44315     buffered write function of the cfi flash driver (when
44316     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
44317     writing to such a region will fail with the currect error message.
44318
44319     Signed-off-by: Stefan Roese <sr@denx.de>
44320
44321 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
44322 Author: Martin Krause <martin.krause@tqs.de>
44323 Date:   Mon Nov 12 10:56:17 2007 +0100
44324
44325     Some configuration updates for the TQM5200 based TB5200 board:
44326
44327     - enable command line history
44328     - increase malloc space (because of bigger flash sectors)
44329
44330     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44331
44332 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
44333 Author: Martin Krause <martin.krause@tqs.de>
44334 Date:   Thu Sep 27 11:10:08 2007 +0200
44335
44336     TQM8xx: use the CFI flash driver on all TQM8xx boards
44337
44338     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44339
44340 commit 11d9eec479b470eab9242ab937fca70a876d9376
44341 Author: Martin Krause <martin.krause@tqs.de>
44342 Date:   Wed Sep 26 17:55:56 2007 +0200
44343
44344     TQM885D: adjust for doubled flash sector size + some minor fixes
44345
44346     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44347
44348 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
44349 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
44350 Date:   Wed Sep 26 17:55:54 2007 +0200
44351
44352     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
44353
44354     CAS-Latency=2, Write Recovery Time tWR=2
44355     The max. supported bus frequency is 66 MHz. Therefore, changed
44356     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
44357
44358     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44359
44360 commit b988b8cd443989be65161888eea0127ad03f846f
44361 Author: Martin Krause <martin.krause@tqs.de>
44362 Date:   Wed Sep 26 17:55:56 2007 +0200
44363
44364     TQM885D: use calculated cpuclk instead of measuring it
44365
44366     On the TQM885D the measurement of cpuclk with the PIT reference
44367     timer ist not necessary. Since all module variants use the same
44368     external 10 MHz oscillator, the cpuclk only depends on the PLL
44369     configuration - which is readable by software.
44370
44371     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44372
44373 commit 492c7049869348d31168de8dad89651315e468e0
44374 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
44375 Date:   Thu Sep 27 14:54:46 2007 +0200
44376
44377     TQM885D: fix SDRAM refresh
44378
44379     At 133 MHz the current SDRAM refresh rate is too fast
44380     (measured 4 * 1.17 us).
44381     CFG_MAMR_PTA changes from 39 to 128. This result
44382     in a refresh rate of 4 * 7.8 us at the default clock
44383     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
44384     This is a compromise until a new method is found to
44385     adjust the refresh rate.
44386
44387     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44388
44389 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
44390 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
44391 Date:   Thu Sep 27 14:54:46 2007 +0200
44392
44393     TQM860M: Support for 10col SDRAMs, max. 128 MiB
44394
44395     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44396
44397 commit 61fb15c516fef5631e305f1976d7b3a679725856
44398 Author: Wolfgang Denk <wd@denx.de>
44399 Date:   Thu Dec 27 01:52:50 2007 +0100
44400
44401     Fix coding style issues; update CHANGELOG.
44402
44403     Signed-off-by: Wolfgang Denk <wd@denx.de>
44404
44405 commit 467bcee11fe26ad422f2de971aa70866079870f2
44406 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44407 Date:   Fri Dec 14 15:36:18 2007 +0100
44408
44409     cfi_flash: Add manufacturer-specific fixups
44410
44411     Run fixups based on the JEDEC manufacturer ID independent of the
44412     command set ID.
44413
44414     This changes current behaviour: Previously, geometry reversal for AMD
44415     chips were done based on the command set ID, while they are now done
44416     based on the JEDEC manufacturer and device ID.
44417
44418     Also add fixup for top-boot Atmel chips. A fixup is needed for
44419     AT49BV6416(T) too, but since u-boot currently only reads the low byte
44420     of the device ID, there's no way to tell it apart from AT49BV642D,
44421     which should not have this fixup. Since AT49BV642D support is
44422     necessary to get ATNGW100 board support into mainline, I've commented
44423     out the fixup for now.
44424
44425     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44426
44427 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
44428 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44429 Date:   Fri Dec 14 15:36:17 2007 +0100
44430
44431     cfi_flash: Add cmdset-specific init functions
44432
44433     Move things like reading JEDEC IDs and fixing up geometry reversal
44434     into separate functions. The geometry reversal fixup is now performed
44435     by altering the qry structure directly, which makes the sector init
44436     code slightly cleaner.
44437
44438     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44439
44440 commit e23741f4a6d8047520ef0d4971762749b3587d32
44441 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44442 Date:   Fri Dec 14 15:36:16 2007 +0100
44443
44444     cfi_flash: Read whole QRY structure in one go
44445
44446     Read out the whole CFI Standard Query structure after successful cfi
44447     identification. This allows subsequent code to access this information
44448     directly without having to go through flash_read_uchar() and friends.
44449
44450     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44451
44452 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
44453 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44454 Date:   Mon Dec 17 11:02:44 2007 +0100
44455
44456     AVR32: Fix logic inversion in disable_interrupts()
44457
44458     disable_interrupts() should return nonzero if interrupts were
44459     _enabled_ before, not disabled.
44460
44461     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44462
44463 commit acac475212cbedb17b321a363a1c878e2b47b37f
44464 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44465 Date:   Fri Dec 14 16:51:22 2007 +0100
44466
44467     AVR32: Enable interrupts at bootup
44468
44469     The timer code depends on the timer interrupt to keep track of the
44470     upper 32 bits of the cycle counter. This obviously doesn't work when
44471     interrupts are disabled the whole time.
44472
44473     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44474
44475 commit 9570bcd87f4db255514f43b6701746c412f8fef0
44476 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44477 Date:   Thu Nov 15 10:03:45 2007 +0100
44478
44479     AVR32: Fix wrong pin setup for USART3
44480
44481     As reported by Gerhard Berghofer:
44482
44483     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
44484     instead of PB18 and PB19.
44485
44486     which is obviously correct. There's currently no code that uses
44487     USART3, but custom boards may run into problems.
44488
44489     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44490
44491 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
44492 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44493 Date:   Thu Nov 1 12:44:20 2007 +0100
44494
44495     README: Remove ATSTK1000 daughterboard list
44496
44497     As noted by Kim Phillips, these lists tend to become out of date.
44498
44499     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44500
44501 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
44502 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44503 Date:   Tue Oct 30 14:56:36 2007 +0100
44504
44505     Add ATSTK100[234] to MAINTAINERS
44506
44507     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
44508     "mother". Also update the entry for ATSTK1000 to be not only about the
44509     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
44510
44511     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44512
44513 commit 64ff2357b1727213803591813dbc779c924bf772
44514 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44515 Date:   Mon Oct 29 13:02:54 2007 +0100
44516
44517     AVR32: Add support for the ATSTK1004 board
44518
44519     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
44520     which is a derivative of AT32AP7000.
44521
44522     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44523
44524 commit 667568db157f374b85abd7e03596ddd1f0b25681
44525 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44526 Date:   Mon Oct 29 13:02:54 2007 +0100
44527
44528     AVR32: Add support for the ATSTK1003 board
44529
44530     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
44531     which is a derivative of AT32AP7000.
44532
44533     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44534
44535 commit 5fee84a794a51ec830548cda485a770efb018b92
44536 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44537 Date:   Mon Oct 29 13:23:33 2007 +0100
44538
44539     AVR32: Make some AT32AP700x peripherals optional
44540
44541     Add a chip-features file providing definitions of the form
44542
44543     AT32AP700x_CHIP_HAS_<peripheral>
44544
44545     to indicate the availability of the given peripheral on the currently
44546     selected chip.
44547
44548     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44549
44550 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
44551 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44552 Date:   Mon Oct 29 13:09:56 2007 +0100
44553
44554     AVR32: Rename at32ap7000 -> at32ap700x
44555
44556     The SoC-specific code for all the AT32AP700x CPUs is practically
44557     identical; the only difference is that some chips have less features
44558     than others. By doing this rename, we can add support for the AP7000
44559     derivatives simply by making some features conditional.
44560
44561     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44562
44563 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
44564 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44565 Date:   Fri Jun 29 18:22:34 2007 +0200
44566
44567     atmel_mci: Show SR when block read fails
44568
44569     Show controller status as well as card status when an error occurs
44570     during block read.
44571
44572     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44573
44574 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
44575 Author: Stefan Roese <sr@denx.de>
44576 Date:   Thu Dec 13 14:52:53 2007 +0100
44577
44578     ppc4xx: Bring 4xx fdt support up-to-date
44579
44580     This patch update the 4xx fdt support. It enabled fdt booting
44581     on the AMCC Kilauea and Sequoia for now. More can follow later
44582     quite easily.
44583
44584     Signed-off-by: Stefan Roese <sr@denx.de>
44585
44586 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
44587 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44588 Date:   Thu Dec 13 12:56:34 2007 +0100
44589
44590     cfi_flash: Use map_physmem() and unmap_physmem()
44591
44592     Use map_physmem() and unmap_physmem() to convert from physical to
44593     virtual addresses. This gives the arch a chance to provide an uncached
44594     mapping for flash accesses.
44595
44596     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44597
44598 commit 4d7d6936eb29af7cca330937808312aa5f61454d
44599 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44600 Date:   Thu Dec 13 12:56:33 2007 +0100
44601
44602     Introduce map_physmem() and unmap_physmem()
44603
44604     map_physmem() returns a virtual address which can be used to access a
44605     given physical address without involving the cache. unmap_physmem()
44606     should be called when the virtual address returned by map_physmem() is
44607     no longer needed.
44608
44609     This patch adds a stub implementation which simply returns the
44610     physical address cast to a uchar * for all architectures except AVR32,
44611     which converts the physical address to an uncached virtual mapping.
44612     unmap_physmem() is a no-op on all architectures, but if any
44613     architecture needs to do such mappings through the TLB, this is the
44614     hook where those TLB entries can be invalidated.
44615
44616     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44617
44618 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
44619 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44620 Date:   Thu Dec 13 12:56:32 2007 +0100
44621
44622     cfi_flash: Introduce read and write accessors
44623
44624     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
44625     them to access the flash memory. This makes it clearer when the flash
44626     is actually being accessed; merely dereferencing a volatile pointer
44627     looks just like any other kind of access.
44628
44629     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44630
44631 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
44632 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44633 Date:   Thu Dec 13 12:56:31 2007 +0100
44634
44635     Implement __raw_{read,write}[bwl] on all architectures
44636
44637     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
44638     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
44639     from Linux.
44640
44641     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44642
44643 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
44644 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44645 Date:   Sat Oct 6 18:55:36 2007 +0200
44646
44647     cfi_flash: Reorder functions and eliminate extra prototypes
44648
44649     Reorder the functions in cfi_flash.c so that each function only uses
44650     functions that have been defined before it. This allows the static
44651     prototype declarations near the top to be eliminated and might allow
44652     gcc to do a better job inlining functions.
44653
44654     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44655
44656 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
44657 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44658 Date:   Thu Dec 13 12:56:29 2007 +0100
44659
44660     cfi_flash: Make some needlessly global functions static
44661
44662     Make functions not declared in any header file static.
44663
44664     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44665
44666 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
44667 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44668 Date:   Thu Dec 13 12:56:28 2007 +0100
44669
44670     cfi_flash: Break long lines
44671
44672     This patch tries to keep all lines in the cfi_flash driver below 80
44673     columns. There are a few lines left which don't fit this requirement
44674     because I couldn't find any trivial way to break them (i.e. it would
44675     take some restructuring, which I intend to do in a later patch.)
44676
44677     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44678
44679 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
44680 Author: Bartlomiej Sieka <tur@semihalf.com>
44681 Date:   Tue Dec 11 13:59:57 2007 +0100
44682
44683     CFI: synchronize command offsets with Linux CFI driver
44684
44685     Fixes non-working CFI Flash on the Inka4x0 board.
44686
44687     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44688
44689 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
44690 Author: Kumar Gala <galak@kernel.crashing.org>
44691 Date:   Fri Dec 7 12:17:34 2007 -0600
44692
44693     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
44694
44695     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
44696     (MPC8544DS, MPC8548CDS, MPC8568MDS).
44697
44698     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44699
44700 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
44701 Author: Kumar Gala <galak@kernel.crashing.org>
44702 Date:   Fri Dec 7 12:04:30 2007 -0600
44703
44704     Update Freescale MPC85xx ADS/CDS/MDS board config
44705
44706     * Enabled CONFIG_CMD_ELF
44707
44708     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44709
44710 commit d435793229ce29a42797c1edc39f5b34f987f91a
44711 Author: Kumar Gala <galak@kernel.crashing.org>
44712 Date:   Fri Dec 7 04:59:26 2007 -0600
44713
44714     Handle Asynchronous DDR clock on 85xx
44715
44716     The MPC8572 introduces the concept of an asynchronous DDR clock with
44717     regards to the platform clock.
44718
44719     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
44720     mode.
44721
44722     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44723
44724 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
44725 Author: Kumar Gala <galak@kernel.crashing.org>
44726 Date:   Thu Nov 29 10:34:28 2007 -0600
44727
44728     Update Freescale MPC85xx ADS/CDS/MDS board config
44729
44730     * Removed some misc environment setup
44731     * Enabled CONFIG_CMDLINE_EDITING
44732
44733     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44734
44735 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
44736 Author: Kumar Gala <galak@kernel.crashing.org>
44737 Date:   Thu Nov 29 10:47:44 2007 -0600
44738
44739     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
44740
44741     Minor path corrections needed to ensure buildability.
44742
44743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44744
44745 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
44746 Author: Kumar Gala <galak@kernel.crashing.org>
44747 Date:   Thu Nov 29 10:16:18 2007 -0600
44748
44749     Move the MPC8540 ADS board under board/freescale.
44750
44751     Minor path corrections needed to ensure buildability.
44752
44753     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44754
44755 commit 870ceac5b3a3486c109396e005af81ae762b5710
44756 Author: Kumar Gala <galak@kernel.crashing.org>
44757 Date:   Thu Nov 29 10:14:50 2007 -0600
44758
44759     Move the MPC8560 ADS board under board/freescale.
44760
44761     Minor path corrections needed to ensure buildability.
44762
44763     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44764
44765 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
44766 Author: Kumar Gala <galak@kernel.crashing.org>
44767 Date:   Thu Nov 29 10:13:47 2007 -0600
44768
44769     Move the MPC8568 MDS board under board/freescale.
44770
44771     Minor path corrections needed to ensure buildability.
44772
44773     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44774
44775 commit a853d56c59b33415304531443633808736acfc6e
44776 Author: Kumar Gala <galak@kernel.crashing.org>
44777 Date:   Thu Nov 29 02:18:59 2007 -0600
44778
44779     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
44780
44781     We already had defines for LAWAR_TRGT_IF_* that we should use
44782     rather than creating new ones.  Also, added some missing defines for
44783     PCIE targets.
44784
44785     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44786
44787 commit 04db400892da37b76a585e332a0c137954ad2015
44788 Author: Kumar Gala <galak@kernel.crashing.org>
44789 Date:   Thu Nov 29 02:10:09 2007 -0600
44790
44791     Stop using immap_t on 85xx
44792
44793     In the future the offsets to various blocks may not be in same location.
44794     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
44795     instead of getting it via &immap.
44796
44797     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44798
44799 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
44800 Author: Kumar Gala <galak@kernel.crashing.org>
44801 Date:   Thu Nov 29 01:23:09 2007 -0600
44802
44803     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
44804
44805     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44806
44807 commit c480861bf000156e6a3e932c258db59ff2212dd3
44808 Author: Kumar Gala <galak@kernel.crashing.org>
44809 Date:   Thu Nov 29 01:06:19 2007 -0600
44810
44811     Update MPC8568 MDS to use libfdt
44812
44813     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
44814     ethernet, pci, and serial for the various fixups that are done.
44815
44816     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44817
44818 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
44819 Author: Haiying Wang <Haiying.Wang@freescale.com>
44820 Date:   Wed Nov 14 15:52:06 2007 -0500
44821
44822     Add PCI Express support on MPC8568MDS
44823
44824     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44825     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44826
44827 commit b90d25497625b90ffa3f2911a0895ca237556ff5
44828 Author: Kumar Gala <galak@kernel.crashing.org>
44829 Date:   Thu Nov 29 00:11:44 2007 -0600
44830
44831     Update MPC85xx CDS to use libfdt
44832
44833     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
44834     ethernet, pci, and serial for the various fixups that are done.
44835
44836     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44837
44838 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
44839 Author: Kumar Gala <galak@kernel.crashing.org>
44840 Date:   Wed Nov 28 22:54:27 2007 -0600
44841
44842     Update MPC8540 ADS to use libfdt
44843
44844     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
44845     ethernet, pci, and serial for the various fixups that are done.
44846
44847     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44848
44849 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
44850 Author: Kumar Gala <galak@kernel.crashing.org>
44851 Date:   Wed Nov 28 22:40:31 2007 -0600
44852
44853     Update MPC8560 ADS to use libfdt
44854
44855     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
44856     ethernet, pci, and serial for the various fixups that are done.
44857
44858     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44859
44860 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
44861 Author: Kumar Gala <galak@kernel.crashing.org>
44862 Date:   Wed Nov 28 00:36:33 2007 -0600
44863
44864     Stop using immap_t for cpm offset on 85xx
44865
44866     In the future the offsets to various blocks may not be in same location.
44867     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
44868     instead of getting it via &immap->im_cpm.
44869
44870     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44871
44872 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
44873 Author: Kumar Gala <galak@kernel.crashing.org>
44874 Date:   Tue Nov 27 23:25:02 2007 -0600
44875
44876     Stop using immap_t for guts offset on 85xx
44877
44878     In the future the offsets to various blocks may not be in same location.
44879     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
44880     instead of getting it via &immap->im_gur.
44881
44882     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44883
44884 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
44885 Author: Kumar Gala <galak@kernel.crashing.org>
44886 Date:   Tue Nov 27 22:42:34 2007 -0600
44887
44888     Update MPC8544 DS config
44889
44890     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
44891     * Removed some misc environment setup
44892     * Moved to using fdtfile & fdtaddr as fdt env var names
44893     * Enabled CONFIG_CMDLINE_EDITING
44894
44895     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44896
44897 commit addce57e2e4c49e77ffb2020a84690713bb18b47
44898 Author: Kumar Gala <galak@kernel.crashing.org>
44899 Date:   Mon Nov 26 17:12:24 2007 -0600
44900
44901     Update MPC8544DS to use libfdt
44902
44903     Updated the MPC8544DS config to use libfdt and assume use of aliases for
44904     ethernet, pci, and serial for the various fixups that are done.
44905
44906     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44907
44908 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
44909 Author: Kumar Gala <galak@kernel.crashing.org>
44910 Date:   Thu Nov 29 00:15:30 2007 -0600
44911
44912     Add libfdt based ft_cpu_setup for mpc85xx
44913
44914     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44915
44916 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
44917 Author: Stefan Roese <sr@denx.de>
44918 Date:   Tue Dec 11 13:38:19 2007 +0100
44919
44920     ppc4xx: Correct GPIO offset in gpio_config()
44921
44922     Thanks to Gary Jennejohn for pointing this out.
44923
44924     Signed-off-by: Stefan Roese <sr@denx.de>
44925
44926 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
44927 Author: Stefan Roese <sr@denx.de>
44928 Date:   Tue Dec 11 11:46:01 2007 +0100
44929
44930     rtc: Fix merging problem
44931
44932     Signed-off-by: Stefan Roese <sr@denx.de>
44933
44934 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
44935 Author: Stefan Roese <sr@denx.de>
44936 Date:   Sat Dec 8 14:47:34 2007 +0100
44937
44938     ppc4xx: 405EX: Correctly enable USB pins
44939
44940     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
44941     function control) registers. This is done for the AMCC Kilauea and
44942     Makalu eval boards.
44943
44944     Signed-off-by: Stefan Roese <sr@denx.de>
44945
44946 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
44947 Author: Stefan Roese <sr@denx.de>
44948 Date:   Sat Dec 8 08:25:09 2007 +0100
44949
44950     CFI: Coding style cleanup
44951
44952     Signed-off-by: Stefan Roese <sr@denx.de>
44953
44954 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
44955 Author: Michael Schwingen <michael@schwingen.org>
44956 Date:   Fri Dec 7 23:35:02 2007 +0100
44957
44958     CFI: support JEDEC flash roms in CFI-flash framework
44959
44960     The following patch adds support for non-CFI flash ROMS, by hooking into the
44961     CFI flash code and using most of its code, as recently discussed here in the
44962     thread "Mixing CFI and non-CFI flashs".
44963
44964     Signed-off-by: Michael Schwingen <michael@schwingen.org>
44965     Signed-off-by: Stefan Roese <sr@denx.de>
44966
44967 commit c01b17dd856fa120b2970f50d9598546a4927ec3
44968 Author: Gerald Van Baren <vanbaren@cideas.com>
44969 Date:   Wed Nov 28 21:24:50 2007 -0500
44970
44971     Conditionally compile fdt_fixup_ethernet()
44972
44973     Fix compiler warnings: On boards that don't have ethernets defined,
44974     don't compile fdt_fixup_ethernet().
44975
44976 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
44977 Author: Kumar Gala <galak@kernel.crashing.org>
44978 Date:   Tue Nov 27 21:59:46 2007 -0600
44979
44980     Convert boards that set memory node to use fdt_fixup_memory()
44981
44982     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44983
44984 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
44985 Author: Kumar Gala <galak@kernel.crashing.org>
44986 Date:   Mon Nov 26 17:06:15 2007 -0600
44987
44988     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
44989
44990     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
44991     determine which serial alias we should set linux,stdout-path to.
44992
44993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44994
44995 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
44996 Author: Kumar Gala <galak@kernel.crashing.org>
44997 Date:   Mon Nov 26 14:57:45 2007 -0600
44998
44999     Add common memory fixup function
45000
45001     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
45002
45003     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45004
45005 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
45006 Author: Kumar Gala <galak@kernel.crashing.org>
45007 Date:   Mon Nov 26 11:19:12 2007 -0600
45008
45009     Conditionally compile fdt_support.c
45010
45011     Modify common/Makefile to conditionally compile fdt_support.c based
45012     on CONFIG_OF_LIBFDT.
45013
45014     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45015
45016 commit d88e7ba0980773479e1a64badb293116071b7ef0
45017 Author: Kumar Gala <galak@kernel.crashing.org>
45018 Date:   Mon Nov 26 10:41:40 2007 -0600
45019
45020     Fix build breakage due to libfdt import
45021
45022     The IDS8247 got lost in the update and need an API update
45023     do to rename of functions in libfdt.
45024
45025     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45026
45027 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
45028 Author: Gerald Van Baren <vanbaren@cideas.com>
45029 Date:   Fri Nov 23 19:43:20 2007 -0500
45030
45031     Add spaces around the = in the fdt print format.
45032
45033     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45034
45035 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
45036 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45037 Date:   Fri Dec 7 01:25:38 2007 +0900
45038
45039     sh: Moved driver of the SuperH dependence
45040
45041     The composition of the directory in the drivers/ changed.
45042     I moved SuperH serial driver and marubun PCMCIA driver.
45043
45044     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45045
45046 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
45047 Author: Wolfgang Denk <wd@denx.de>
45048 Date:   Thu Dec 6 10:21:19 2007 +0100
45049
45050     Release v1.3.1
45051
45052     Signed-off-by: Wolfgang Denk <wd@denx.de>
45053
45054 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
45055 Author: Wolfgang Denk <wd@denx.de>
45056 Date:   Thu Dec 6 10:21:03 2007 +0100
45057
45058     ADS5121 Board: fix compile problem.
45059
45060     Signed-off-by: Wolfgang Denk <wd@denx.de>
45061
45062 commit a27044b14a9e93678a82d7b35f202b93e7687abc
45063 Author: Stefan Roese <sr@denx.de>
45064 Date:   Thu Dec 6 05:58:43 2007 +0100
45065
45066     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
45067
45068     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
45069     setting the FIXD bit in the SDR0_MFR register. Here a description of the
45070     symptoms:
45071
45072     Problem Description
45073     ------------------------------
45074     If a DMA is performed between memory and PCI with the DMA 1 Controller
45075     using prefetch, and as a result uses a special purpose buffer selected by
45076     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
45077     the first part of the transfer sequence is performed twice. The
45078     PPC440SPe PCI Controller requests more data than was needed such that in
45079     the case of enforce memory protection, a host CPU  exception can occur.
45080     No data is corrupted, because data transfer is stopped in the PCI
45081     Controller. Prefetch enable is specified by setting DMA Configuration
45082     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
45083
45084     Behavior that may be observed in a running system
45085     ---------------------------------------------------------------------------
45086
45087     1. DMA performance is decreased because of the double access on the PCI bus
45088     interface.
45089     2. If an illegal access to some address on the PCI bus is detected at the
45090     system level, a machine check or similar system error may occur.
45091
45092     Workarounds Available
45093     ----------------------------------
45094
45095     1. Do not program prefetch. Note that a prefetch command cannot be programmed
45096     without selecting a special purpose buffer.
45097     2. To avoid crossing a physical boundary of the PCI slave device, add 512
45098     bytes of address to the PCI address range.
45099
45100     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
45101     from AMCC and slighly changed.
45102
45103     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
45104     Signed-off-by: Stefan Roese <sr@denx.de>
45105
45106 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
45107 Author: Stefan Roese <sr@denx.de>
45108 Date:   Tue Dec 4 16:29:48 2007 +0100
45109
45110     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
45111
45112     Signed-off-by: Stefan Roese <sr@denx.de>
45113
45114 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
45115 Author: Wolfgang Denk <wd@denx.de>
45116 Date:   Mon Dec 3 00:15:28 2007 +0100
45117
45118     Prepare for 1.3.1-rc1
45119
45120     Signed-off-by: Wolfgang Denk <wd@denx.de>
45121
45122 commit e15e33433e7c05111968dc9b434a52fd42cbd221
45123 Author: Stefan Roese <sr@denx.de>
45124 Date:   Fri Nov 30 07:15:41 2007 +0100
45125
45126     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
45127
45128     This manual PCIe reset triggering solves the problem seen with the
45129     Intel EPRO/1000 card, which was not detected (link not established)
45130     upon power-up reset.
45131
45132     Signed-off-by: Stefan Roese <sr@denx.de>
45133
45134 commit 260eea5676ca46903a335686cc020b29c4ca46fe
45135 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45136 Date:   Thu Nov 29 01:21:54 2007 +0900
45137
45138     sh: Add SuperH boards maintainer to MAINTAINERS file
45139
45140     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
45141
45142     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45143
45144 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
45145 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45146 Date:   Thu Nov 29 00:13:04 2007 +0900
45147
45148     sh: Add ms7750se support in MAKEALL
45149
45150     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45151
45152 commit c7144373427a178332bf9754131c8c34c52c200a
45153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45154 Date:   Tue Nov 27 09:44:53 2007 +0100
45155
45156     sh: Add sh3 and sh4 support in MAKEALL
45157
45158     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45159     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45160
45161 commit 130080874a3d28450098481a262c5f7c855e908d
45162 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45163 Date:   Sun Nov 25 02:51:17 2007 +0900
45164
45165     sh: Add document for SuperH.
45166
45167     This document is a summary of information concerning SuperH of U-Boot.
45168
45169     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45170
45171 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
45172 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45173 Date:   Sun Nov 25 02:39:31 2007 +0900
45174
45175     sh: Add marubun's pcmcia driver
45176
45177     Marubun pcmcia is a chip for PCMCIA used with SuperH.
45178     Of course, this can be used even by other architectures.
45179     When use this driver, came to be able to use CompactFlash
45180     and Ethernet.
45181
45182     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45183
45184 commit febd86b969b975289ed948f1ac0eb9722da41ced
45185 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45186 Date:   Sun Nov 25 02:32:13 2007 +0900
45187
45188     sh: Update SuperH SCIF driver
45189
45190     - Changed volatile unsigned to vu_.
45191     - Changed Makefile for kconfig.
45192
45193     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45194
45195 commit 8be760903645af09871be50ad0a6f9ebb62b311d
45196 Author: Stefan Roese <sr@denx.de>
45197 Date:   Tue Nov 27 11:57:35 2007 +0100
45198
45199     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
45200
45201     After an error in the AMCC 405EX users manual now correctly configure
45202     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
45203     usage.
45204
45205     Signed-off-by: Stefan Roese <sr@denx.de>
45206
45207 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
45208 Author: Wolfgang Denk <wd@denx.de>
45209 Date:   Mon Nov 26 19:18:21 2007 +0100
45210
45211     Cleanup coding style; update CHANGELOG
45212
45213     Signed-off-by: Wolfgang Denk <wd@denx.de>
45214
45215 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
45216 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45217 Date:   Sun Nov 25 22:39:25 2007 +0100
45218
45219     MAKEALL: add missing 512x boards in ppc
45220
45221     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45222
45223 commit a340c325e668ca7386c2276387681720be9c3757
45224 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45225 Date:   Sun Nov 25 18:45:47 2007 +0100
45226
45227     Makefile : fix tags ctags etags with new drivers organization
45228
45229     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45230
45231 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
45232 Author: Stefan Roese <sr@denx.de>
45233 Date:   Mon Nov 26 15:06:14 2007 +0100
45234
45235     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
45236
45237     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
45238     operation.
45239
45240     Signed-off-by: Stefan Roese <sr@denx.de>
45241
45242 commit ca1ce226287270bb01e25b8e3674c701f12edf19
45243 Author: Stefan Roese <sr@denx.de>
45244 Date:   Mon Nov 26 15:01:45 2007 +0100
45245
45246     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
45247
45248     Signed-off-by: Stefan Roese <sr@denx.de>
45249
45250 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
45251 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45252 Date:   Sun Nov 25 18:45:47 2007 +0100
45253
45254     Makefile : fix tags ctags etags with new drivers organization
45255
45256     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45257
45258 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
45259 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45260 Date:   Sat Nov 24 21:26:56 2007 +0100
45261
45262     drivers/mtd : move mtd drivers to drivers/mtd
45263
45264     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45265
45266 commit 318c0b90431f2648552e5ade78833f42652ce859
45267 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45268 Date:   Sat Nov 24 21:17:55 2007 +0100
45269
45270     drivers/misc : move misc drivers to drivers/misc
45271
45272     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45273
45274 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
45275 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45276 Date:   Sat Nov 24 21:13:59 2007 +0100
45277
45278     drivers/block : move block drivers to drivers/block
45279
45280     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45281
45282 commit 0c698dcaa70275eb8814f665b545547cee013892
45283 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45284 Date:   Sat Nov 24 20:59:50 2007 +0100
45285
45286     drivers/rtc : move rtc drivers to drivers/rtc
45287
45288     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45289
45290 commit f868cc5a50757d94f36c312395481cb0f187d9e6
45291 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45292 Date:   Sat Nov 24 20:14:44 2007 +0100
45293
45294     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
45295
45296     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45297
45298 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
45299 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45300 Date:   Sat Nov 24 19:46:45 2007 +0100
45301
45302     drivers/input : move input drivers to drivers/input
45303
45304     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45305
45306 commit e4558666293364fc3af1c1d9381ca933fa0f1275
45307 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45308 Date:   Sat Nov 24 19:40:11 2007 +0100
45309
45310     drivers/usb : move usb drivers to drivers/usb
45311
45312     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45313
45314 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
45315 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45316 Date:   Sat Nov 24 19:33:38 2007 +0100
45317
45318     drivers/serial : move serial drivers to drivers/serial
45319
45320     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45321
45322 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
45323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45324 Date:   Wed Nov 21 21:19:24 2007 +0100
45325
45326     drivers/net : move net drivers to drivers/net
45327
45328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45329
45330 commit 352d259130b349fe9593b8dada641bd78a9659e5
45331 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45332 Date:   Tue Nov 20 20:41:48 2007 +0100
45333
45334     drivers/video : move video drivers to drivers/video
45335
45336     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45337
45338 commit 73646217186aa17afc8e305c5f06f06dd335eaad
45339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45340 Date:   Tue Nov 20 20:33:09 2007 +0100
45341
45342     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
45343
45344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45345
45346 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
45347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45348 Date:   Tue Nov 20 20:28:09 2007 +0100
45349
45350     drivers/pci : move pci drivers to drivers/pci
45351
45352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45353
45354 commit 9162352817579840d7802da6d85872b3ca003c97
45355 Author: Gerald Van Baren <vanbaren@cideas.com>
45356 Date:   Thu Nov 22 17:23:23 2007 -0500
45357
45358     Fix fdt printing for updated libfdt
45359
45360     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
45361
45362     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45363
45364 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
45365 Author: Kumar Gala <galak@kernel.crashing.org>
45366 Date:   Wed Nov 21 13:30:15 2007 -0600
45367
45368     Add additional fdt fixup helper functions
45369
45370     Added the following fdt fixup helpers:
45371      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
45372      * do_fixup_by_compat{_u32} - Find matching nodes by compat
45373
45374     The _u32 variants work the same only the property they are setting
45375     is know to be a 32-bit integer instead of a byte buffer.
45376
45377     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45378
45379 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
45380 Author: Kumar Gala <galak@kernel.crashing.org>
45381 Date:   Wed Nov 21 11:11:03 2007 -0600
45382
45383     Add fdt_fixup_ethernet helper to set mac addresses
45384
45385     Added a fixup helper that uses aliases to set mac addresses
45386     in the device tree based on the bd_t
45387
45388     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45389
45390 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
45391 Author: Kumar Gala <galak@kernel.crashing.org>
45392 Date:   Wed Nov 21 14:07:46 2007 -0600
45393
45394     Fix warnings from import of libfdt
45395
45396     cmd_fdt.c: In function fdt_print:
45397     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
45398     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
45399     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
45400     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
45401
45402     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45403
45404 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
45405 Author: Kumar Gala <galak@kernel.crashing.org>
45406 Date:   Wed Oct 24 11:04:22 2007 -0500
45407
45408     Update libfdt from device tree compiler (dtc)
45409
45410     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
45411     the device tree compiler (dtc) project.
45412
45413     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45414
45415 commit e93becf80d732b64aef81b23e8b6ece02c40533d
45416 Author: Kumar Gala <galak@kernel.crashing.org>
45417 Date:   Sat Nov 3 19:46:28 2007 -0500
45418
45419     Move do_fixup* for libfdt into common code
45420
45421     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
45422     into common/fdt_support.c and renamed:
45423
45424     do_fixup()  -> do_fixup_by_path()
45425     do_fixup_u32()      -> do_fixup_by_path_u32()
45426
45427     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45428
45429 commit f738b4a75998f42a7408defadc9baac7a31c92db
45430 Author: Kumar Gala <galak@kernel.crashing.org>
45431 Date:   Thu Oct 25 16:15:07 2007 -0500
45432
45433     Make no options to fdt print default to '/'
45434
45435     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45436
45437 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
45438 Author: Kumar Gala <galak@kernel.crashing.org>
45439 Date:   Wed Oct 24 10:21:57 2007 -0500
45440
45441     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
45442
45443     Removed:
45444         fdt_node_is_compatible
45445         fdt_find_node_by_type
45446         fdt_find_compatible_node
45447
45448     To ease merge of newer libfdt as we aren't using them anywhere at this time.
45449
45450     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
45451     reason.
45452
45453     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45454
45455 commit 98e2867cc85409b919f862e6c16026461ec955df
45456 Author: Grant Likely <grant.likely@secretlab.ca>
45457 Date:   Wed Nov 21 09:19:37 2007 -0700
45458
45459     [BUILD] Remove libraries when updating autoconf.mk
45460
45461     Fix library problems caused by conditional compilation.  Using
45462     autoconf.mk to decide which files to compile has caused a problem when
45463     changing configuration from one board to another without clearing out
45464     the library (*.a) files.
45465
45466     It used to be that the linker was always passed the same list of .o
45467     files when building the .a files.  However, that is not longer true
45468     with conditional compilation.  Now, a different board config will have
45469     a different file list passed to the linker.  The problem occurs when
45470     a library has already been built and the board config is changed.
45471
45472     Since the linker will update instead of replace a preexisting library,
45473     then if the file list changes to remove some object files the old
45474     objects will still exist in the library.
45475
45476     The solution is to remove all old library files when autoconf.mk is
45477     made.
45478
45479     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45480
45481 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
45482 Author: Kumar Gala <galak@kernel.crashing.org>
45483 Date:   Wed Nov 21 08:49:50 2007 -0600
45484
45485     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
45486
45487     Modify libfdt/Makefile to conditionally compile the *.c files based
45488     on the board config.
45489
45490     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45491
45492 commit 4a43719a7738712811d822ca8125427b27a55cdc
45493 Author: Grant Likely <grant.likely@secretlab.ca>
45494 Date:   Mon Sep 24 09:05:31 2007 -0600
45495
45496     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
45497
45498     Modify common/Makefile to conditionally compile the cmd_*.c files based
45499     on the board config.
45500
45501     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45502
45503 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
45504 Author: Grant Likely <grant.likely@secretlab.ca>
45505 Date:   Mon Sep 24 09:05:31 2007 -0600
45506
45507     [BUILD] Generate include/autoconf.mk from board config files
45508
45509     Use cpp and sed to postprocess config.h and import the defined values
45510     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
45511     give 'make' access to the board configuration.
45512
45513     Doing this enables conditional compilation at the Makefile level instead
45514     of by wrapping every .c file with #ifdef/#endif wrappers.
45515
45516     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45517
45518 commit 68b88999da87ab88e71e1306192905be3450198e
45519 Author: Jon Loeliger <jdl@freescale.com>
45520 Date:   Tue Nov 20 15:02:26 2007 -0600
45521
45522     8610HPCD: Enable the 8610 Display Interface Unit
45523
45524     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45525
45526 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
45527 Author: Jon Loeliger <jdl@freescale.com>
45528 Date:   Tue Nov 20 15:00:53 2007 -0600
45529
45530     Move 8610 DIU interface structure definitions to header file.
45531
45532     These two structures are still needed during the
45533     initialization and setup of the DIU hardware.
45534     So move them to the fsl_diu_fb.h file for now.
45535     Official "blah".
45536
45537     Noticed-by: York Sun <yorksun@freescale.com>
45538     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45539
45540 commit 080c646dbf474a109c3f85718fb01ce042a38c45
45541 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45542 Date:   Tue Nov 20 20:14:18 2007 +0100
45543
45544     drivers/i2c : move i2c drivers to drivers/i2c
45545
45546     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45547
45548 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
45549 Author: Wolfgang Denk <wd@denx.de>
45550 Date:   Mon Nov 19 22:20:24 2007 +0100
45551
45552     Prepare for 1.3.0 release.
45553
45554     Signed-off-by: Wolfgang Denk <wd@denx.de>
45555
45556 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
45557 Author: Haiying Wang <Haiying.Wang@freescale.com>
45558 Date:   Mon Nov 19 10:02:13 2007 -0500
45559
45560     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
45561
45562     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
45563
45564     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
45565
45566 commit f8c320609366176b31104d9bf5e295232e1c7f1d
45567 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
45568 Date:   Mon Nov 19 11:14:16 2007 +0900
45569
45570     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
45571
45572     lowlevel_init.S: Assembler messages:
45573     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
45574
45575     Looking at codes, the `memtest' and `clearmem' are intentional mixed
45576     use of `global symbols' and `label' for debugging purpose. To make it
45577     build, just disable global-symbols-use for now. As a result `memtest'
45578     still remains as unused, but leave it be...
45579
45580     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
45581
45582 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
45583 Author: Wolfgang Denk <wd@denx.de>
45584 Date:   Mon Nov 19 12:59:14 2007 +0100
45585
45586     Fix build problems with mp2usb board
45587
45588     Signed-off-by: Wolfgang Denk <wd@denx.de>
45589
45590 commit 6bf4c686afca1e86e1c384d59218f914605713bf
45591 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45592 Date:   Sun Nov 18 18:36:11 2007 +0100
45593
45594     s3c24x0: Fix usb_ohci.c missing in Makefile
45595     and usb_ohci.c warning differ in signedness
45596
45597     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45598
45599 commit 6073f61e078da5ddb521b56256bcc36508589883
45600 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45601 Date:   Sun Nov 18 12:55:02 2007 +0100
45602
45603     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
45604
45605     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45606
45607 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
45608 Author: Wolfgang Denk <wd@denx.de>
45609 Date:   Sun Nov 18 17:11:09 2007 +0100
45610
45611     Fix compiler warnings for ARM systems.
45612
45613     Signed-off-by: Wolfgang Denk <wd@denx.de>
45614
45615 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
45616 Author: Wolfgang Denk <wd@denx.de>
45617 Date:   Sun Nov 18 16:36:27 2007 +0100
45618
45619     Fix compiler warnings for PPC systems. Update CHANGELOG.
45620
45621     Signed-off-by: Wolfgang Denk <wd@denx.de>
45622
45623 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
45624 Author: Stefan Roese <sr@denx.de>
45625 Date:   Sun Nov 18 14:44:44 2007 +0100
45626
45627     ppc4xx: Correct 405EX PCIe UTL register mapping
45628
45629     Map 4k mem space for UTL registers for each port.
45630
45631     Signed-off-by: Stefan Roese <sr@denx.de>
45632
45633 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
45634 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45635 Date:   Sat Nov 17 11:31:10 2007 +0100
45636
45637     Fix warning differ in signedness in net/net.c and net/nfs.c
45638
45639 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
45640 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45641 Date:   Sat Nov 17 20:42:45 2007 +0900
45642
45643     gth2.c: Fix a warning on gth2 build.
45644
45645     gth2.c: In function 'misc_init_r':
45646     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
45647
45648     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45649
45650 commit 2309c130aa4c84b91bd874a41269c923eb61b555
45651 Author: Stefan Roese <sr@denx.de>
45652 Date:   Sat Nov 17 07:58:25 2007 +0100
45653
45654     Fix warning differ in signedness in common/cmd_scsi.c
45655
45656     Signed-off-by: Stefan Roese <sr@denx.de>
45657
45658 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
45659 Author: Stefan Roese <sr@denx.de>
45660 Date:   Sat Nov 17 14:52:29 2007 +0100
45661
45662     ppc4xx: Update AMCC Kilauea config file
45663
45664     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
45665
45666     Signed-off-by: Stefan Roese <sr@denx.de>
45667
45668 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
45669 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45670 Date:   Sat Nov 17 20:05:26 2007 +0900
45671
45672     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
45673
45674     Current trick to pick up GNU assembler minor version does not work with the
45675     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
45676     "(GNU Binutils) ".
45677
45678       $ sde-as --version |grep "GNU assembler"
45679       GNU assembler 2.15.94 mipssde-6.02.02-20050602
45680       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
45681       2.15.94
45682       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
45683       15
45684       $
45685
45686       $ mips-linux-as --version |grep "GNU assembler"
45687       GNU assembler (GNU Binutils) 2.18
45688       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
45689       (GNU
45690       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
45691       (no output)
45692       $
45693
45694     As a result of above, you'll see many noises with such binutils:
45695
45696       make -C cpu/mips/
45697       /bin/sh: line 0: [: : integer expression expected
45698       /bin/sh: line 0: [: : integer expression expected
45699       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
45700       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
45701       /bin/sh: line 0: [: : integer expression expected
45702       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
45703       /bin/sh: line 0: [: : integer expression expected
45704       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
45705       /bin/sh: line 0: [: : integer expression expected
45706
45707     This patch simplifies the trick and makes it work with both versions of gas.
45708     I also replace an expensive `awk (or gawk)' with `cut'.
45709
45710     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45711
45712 commit 16664f72850846e645616da1c0fa5afcd6d15f15
45713 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45714 Date:   Sat Nov 17 20:05:26 2007 +0900
45715
45716     [MIPS] Remove useless instructions for initializing $gp.
45717
45718     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45719
45720 commit 03c031d5660ea946c39af6e2e16267da857c609f
45721 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45722 Date:   Sat Oct 27 15:27:06 2007 +0900
45723
45724     [MIPS] MIPS 4K core: Coding style cleanups
45725
45726     No logical changes.
45727
45728     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45729
45730 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
45731 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45732 Date:   Sat Nov 17 20:05:20 2007 +0900
45733
45734     [MIPS] gth2.c: Fix a warning on gth2 build.
45735
45736     gth2.c: In function 'misc_init_r':
45737     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
45738
45739     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45740
45741 commit 4fbd0741b2b6441da10be93e10267122581b7079
45742 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45743 Date:   Sat Oct 27 15:22:33 2007 +0900
45744
45745     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
45746
45747     au1x00_eth.c: In function 'au1x00_miiphy_write':
45748     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
45749
45750     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45751
45752 commit f01320459736f156707425cf8112f98606301aa4
45753 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45754 Date:   Sat Oct 27 15:00:25 2007 +0900
45755
45756     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
45757
45758     au1x00_eth.c: In function 'au1x00_enet_initialize':
45759     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
45760     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
45761     au1x00_eth.c:246: error: for each function it appears in.)
45762     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
45763     au1x00_eth.c: In function 'au1x00_miiphy_write':
45764     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
45765     make[1]: *** [au1x00_eth.o] Error 1
45766
45767     Fixed by moving these two functions forward.
45768
45769     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45770
45771 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
45772 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45773 Date:   Sat Oct 27 15:00:25 2007 +0900
45774
45775     MAKEALL: Added missing pb1000 board
45776
45777     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45778
45779 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
45780 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45781 Date:   Sat Oct 27 15:00:24 2007 +0900
45782
45783     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
45784
45785     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45786
45787 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
45788 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45789 Date:   Sat Oct 27 15:00:24 2007 +0900
45790
45791     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
45792
45793     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45794
45795 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
45796 Author: Wolfgang Denk <wd@denx.de>
45797 Date:   Sat Nov 17 02:34:38 2007 +0100
45798
45799     Update CHANGELOIG, prepare for -rc4
45800
45801     Signed-off-by: Wolfgang Denk <wd@denx.de>
45802
45803 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
45804 Author: Luotao Fu <l.fu@pengutronix.de>
45805 Date:   Wed Nov 14 18:58:33 2007 +0100
45806
45807     Fix the i2c frequency and default address in rsdproto board
45808
45809     rsdproto board support has wrong I2C frequency and wrong return value
45810     handling.
45811
45812     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
45813
45814 commit 429c180edad038f91c989cb14b478228092e7054
45815 Author: Wolfgang Denk <wd@denx.de>
45816 Date:   Sat Nov 17 01:45:38 2007 +0100
45817
45818     powerpc: Backout relocation changes for MPC5121, too.
45819
45820     Apply Grant Likely's backout to MPC5121 code, too.
45821
45822     Pointed out by Rafal Jaworowski <raj@semihalf.com>
45823
45824     Signed-off-by: Wolfgang Denk <wd@denx.de>
45825
45826 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
45827 Author: Grant Likely <grant.likely@secretlab.ca>
45828 Date:   Tue Nov 13 22:18:33 2007 -0700
45829
45830     powerpc: Backout relocation changes.
45831
45832     Ugh.  I *hate* to back this change out, but these compiler flags don't
45833     work for relocation on all versions of GCC.  I've not been able to
45834     reproduce the environment in my setup (and hence, not been able to
45835     find a combination that *does* work), so I've got no choice but to go
45836     back to the old gcc flags and linker script.
45837
45838     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45839
45840 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
45841 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45842 Date:   Tue Nov 13 09:11:05 2007 +0100
45843
45844     Fixed mips_io_port_base build errors.
45845
45846     This patch has been sent on:
45847     - 29 Sep 2007
45848
45849     Although mips_io_port_base is currently a part of IDE command, it is quite
45850     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
45851     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
45852
45853     This patch is triggered by multiple definition of `mips_io_port_base' build
45854     error on gth2 (and tb0229 also needs this fix.)
45855
45856     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
45857     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
45858     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
45859     make: *** [u-boot] Error 1
45860
45861     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45862     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45863
45864 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
45865 Author: Wolfgang Denk <wd@denx.de>
45866 Date:   Sat Nov 17 01:30:40 2007 +0100
45867
45868     Fix a bug in the slave serial programming mode for the Xilinx
45869     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
45870     the most significant bit was set, which did not work on any
45871     architecture where "char" defaulted to be an unsigned type.
45872
45873     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
45874
45875     Signed-off-by: Wolfgang Denk <wd@denx.de>
45876
45877 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
45878 Author: Jon Loeliger <jdl@freescale.com>
45879 Date:   Thu Nov 1 12:23:29 2007 -0500
45880
45881     86xx: Fix broken variable reference when #def DEBUGing.
45882
45883     Sometimes you can't reference the DDR2 controller variables.
45884
45885     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45886
45887 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
45888 Author: Jason Jin <Jason.jin@freescale.com>
45889 Date:   Fri Oct 26 18:32:00 2007 +0800
45890
45891     make 8610 board use pixis reset
45892
45893     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
45894
45895 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
45896 Author: Jason Jin <Jason.jin@freescale.com>
45897 Date:   Mon Oct 29 19:26:21 2007 +0800
45898
45899     Unify pixis_reset altbank across board families
45900
45901     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
45902     into the separate board config files.
45903
45904     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
45905     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45906
45907 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
45908 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45909 Date:   Wed Nov 7 08:19:21 2007 +0100
45910
45911     Fix warning: pointer targets in assignment differ in signedness
45912
45913     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45914
45915 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
45916 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45917 Date:   Wed Nov 7 08:19:19 2007 +0100
45918
45919     Fix warning differ in signedness in common/cmd_ide.c
45920
45921     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45922
45923 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
45924 Author: Stefan Roese <sr@denx.de>
45925 Date:   Fri Nov 16 14:16:54 2007 +0100
45926
45927     ppc4xx: Enable 405EX PCIe UTL register configuration
45928
45929     Till now the UTL registers on 405EX were not initialized but left with
45930     their default values. This patch new initializes some of the UTL
45931     registers on 405EX.
45932
45933     Signed-off-by: Stefan Roese <sr@denx.de>
45934
45935 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
45936 Author: Stefan Roese <sr@denx.de>
45937 Date:   Fri Nov 16 14:00:59 2007 +0100
45938
45939     ppc4xx: Update AMCC Makalu for board rev 1.1
45940
45941     This patch adds changes needed for Makalu rev 1.1:
45942
45943     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
45944     - Enable 2nd ethernet port EMAC1
45945     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
45946     - Reset PCIe ports via GPIO upon bootup
45947
45948     Signed-off-by: Stefan Roese <sr@denx.de>
45949
45950 commit 4d4faae65e115e327425cd514c1a35146a85166b
45951 Author: Grant Likely <grant.likely@secretlab.ca>
45952 Date:   Mon Sep 24 09:05:31 2007 -0600
45953
45954     Group PCI and PCMCIA drivers in drivers/Makefile
45955
45956     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45957
45958 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
45959 Author: Grant Likely <grant.likely@secretlab.ca>
45960 Date:   Mon Sep 24 09:05:31 2007 -0600
45961
45962     Group block/flash drivers in drivers/Makefile
45963
45964     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45965
45966 commit df58c81551700f058b44cacf55a7997fa63bfe0a
45967 Author: Grant Likely <grant.likely@secretlab.ca>
45968 Date:   Mon Sep 24 09:05:31 2007 -0600
45969
45970     Group USB drivers in drivers/Makefile
45971
45972     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45973
45974 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
45975 Author: Grant Likely <grant.likely@secretlab.ca>
45976 Date:   Mon Sep 24 09:05:30 2007 -0600
45977
45978     Group i2c drivers in drivers/Makefile
45979
45980     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45981
45982 commit ec00c76de0e5971273905998d62d6bb119324218
45983 Author: Grant Likely <grant.likely@secretlab.ca>
45984 Date:   Mon Sep 24 09:05:30 2007 -0600
45985
45986     Group console drivers in drivers/Makefile
45987
45988     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45989
45990 commit 754f230aa01b8c789fc31f8013c2487954073300
45991 Author: Grant Likely <grant.likely@secretlab.ca>
45992 Date:   Mon Sep 24 09:05:30 2007 -0600
45993
45994     Group network drivers in drivers/Makefile
45995
45996     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
45997
45998 commit f0037c56b0d12cd46215124667b9f83d60ef9391
45999 Author: Grant Likely <grant.likely@secretlab.ca>
46000 Date:   Mon Sep 24 09:05:30 2007 -0600
46001
46002     Build: split COBJS value into multiple lines
46003
46004     This change is in preparation for condtitionial compile support in the
46005     build system.  By spliting them all into seperate lines now, subsequent
46006     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
46007     be less invasive and easier to review
46008
46009     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46010
46011 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
46012 Author: Grant Likely <grant.likely@secretlab.ca>
46013 Date:   Mon Sep 24 09:05:30 2007 -0600
46014
46015     Add .gitignore files
46016
46017     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46018     Acked-by: Kim Phillips <kim.phillips@freescale.com>
46019
46020 commit 955413f35f054a82e40042f1dbcf501c6a05719b
46021 Author: Grant Likely <grant.likely@secretlab.ca>
46022 Date:   Thu Nov 15 08:27:52 2007 -0700
46023
46024     Revert "Correct relocation fixup for mpc5xx"
46025
46026     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
46027     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46028
46029 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
46030 Author: Grant Likely <grant.likely@secretlab.ca>
46031 Date:   Thu Nov 15 08:24:32 2007 -0700
46032
46033     Revert "Correct fixup relocation for MPC5xxx"
46034
46035     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
46036     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46037
46038 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
46039 Author: Grant Likely <grant.likely@secretlab.ca>
46040 Date:   Thu Nov 15 08:21:04 2007 -0700
46041
46042     Revert "Correct fixup relocation for mpc8220"
46043
46044     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
46045     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46046
46047 commit 70922342369e5e39b286fe21e768a239ca07a514
46048 Author: Grant Likely <grant.likely@secretlab.ca>
46049 Date:   Thu Nov 15 08:20:57 2007 -0700
46050
46051     Revert "Correct fixup relocation for mpc824x"
46052
46053     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
46054     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46055
46056 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
46057 Author: Grant Likely <grant.likely@secretlab.ca>
46058 Date:   Thu Nov 15 08:20:50 2007 -0700
46059
46060     Revert "Correct fixup relocation for mpc8260"
46061
46062     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
46063     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46064
46065 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
46066 Author: Grant Likely <grant.likely@secretlab.ca>
46067 Date:   Thu Nov 15 08:20:43 2007 -0700
46068
46069     Revert "Correct fixup relocation for mpc83xx"
46070
46071     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
46072     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46073
46074 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
46075 Author: Grant Likely <grant.likely@secretlab.ca>
46076 Date:   Thu Nov 15 08:20:25 2007 -0700
46077
46078     Revert "[MPC512x] Correct fixup relocation"
46079
46080     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
46081     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46082
46083 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
46084 Author: Stefan Roese <sr@denx.de>
46085 Date:   Thu Nov 15 14:25:09 2007 +0100
46086
46087     ppc4xx: Small AMCC Kilauea cleanup
46088
46089     Remove not needed pci_target_init() function.
46090
46091     Signed-off-by: Stefan Roese <sr@denx.de>
46092
46093 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
46094 Author: Stefan Roese <sr@denx.de>
46095 Date:   Thu Nov 15 14:23:55 2007 +0100
46096
46097     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
46098
46099     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
46100     - Cleanup of the 4xx GPIO functions
46101     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
46102
46103     Signed-off-by: Stefan Roese <sr@denx.de>
46104
46105 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
46106 Author: Stefan Roese <sr@denx.de>
46107 Date:   Thu Nov 15 14:20:08 2007 +0100
46108
46109     ppc4xx: AMCC Taihu board config file cleanup
46110
46111     This patch makes the AMCC Taihu a little more compatible to the other
46112     AMCC eval boards.
46113
46114     Signed-off-by: Stefan Roese <sr@denx.de>
46115
46116 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
46117 Author: Marian Balakowicz <m8@semihalf.com>
46118 Date:   Thu Nov 15 13:37:28 2007 +0100
46119
46120     [INKA4x0] NG hardware: flash support
46121
46122     Disabled and remove inka4x0 custom flash driver, use CFI flash
46123     driver instead.
46124
46125     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46126
46127 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
46128 Author: Marian Balakowicz <m8@semihalf.com>
46129 Date:   Thu Nov 15 13:29:55 2007 +0100
46130
46131     [INKA4x0] NG hardware: SDRAM support
46132
46133     Add support for three new DDR chips that may  be present on a NG
46134     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
46135
46136     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
46137
46138     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46139
46140 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
46141 Author: Marian Balakowicz <m8@semihalf.com>
46142 Date:   Thu Nov 15 13:24:43 2007 +0100
46143
46144     [INKA4x0] NG hardware: platform code update
46145
46146     - Cleanup compile warnings.
46147     - Add missing '\0' in default environment.
46148     - Increase CFG_MONITOR_LEN to 256 KiB.
46149     - Add required CFG_USE_PPCENV.
46150
46151     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46152
46153 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
46154 Author: Peter Pearse <peter.pearse@arm.com>
46155 Date:   Thu Nov 15 08:58:00 2007 +0000
46156
46157     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
46158     Remove warnings re onenand_read() & write()
46159
46160 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
46161 Author: Peter Pearse <peter.pearse@arm.com>
46162 Date:   Thu Nov 15 08:45:13 2007 +0000
46163
46164     Correction patch
46165
46166 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
46167 Author: Roy Zang <tie-fei.zang@freescale.com>
46168 Date:   Thu Sep 13 18:52:28 2007 +0800
46169
46170     Enable ULi1575 Ethernet support in 8610HPCD config
46171
46172     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
46173     Acked-by: Jon Loeliger <jdl@freescale.com>
46174
46175 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
46176 Author: Stefan Roese <sr@denx.de>
46177 Date:   Tue Nov 13 08:18:20 2007 +0100
46178
46179     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
46180
46181     Signed-off-by: Stefan Roese <sr@denx.de>
46182
46183 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
46184 Author: Stefan Roese <sr@denx.de>
46185 Date:   Tue Nov 13 08:06:11 2007 +0100
46186
46187     ppc4xx: Fix 405EX PCIe UTLSET register setup
46188
46189     Signed-off-by: Stefan Roese <sr@denx.de>
46190
46191 commit 1ce55151c85d068f70317a8d65c61058b891afb4
46192 Author: Heiko Schocher <hs@denx.de>
46193 Date:   Tue Nov 13 07:50:29 2007 +0100
46194
46195     [UC101] SRAM now with 2 MB working.
46196
46197     Signed-off-by: Heiko Schocher <hs@denx.de>
46198
46199 commit 2d14684341109a69616e4d6016cd61402d55086f
46200 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46201 Date:   Fri Nov 9 15:37:53 2007 +0100
46202
46203     ppc4xx: Use generic usb-ohci driver for sequoia board
46204
46205     This patch makes the sequoia board use the generic usb-ohci driver
46206     instead of cpu/ppc4xx/usb_ohci.c.
46207
46208     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46209     Signed-off-by: Stefan Roese <sr@denx.de>
46210
46211 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
46212 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46213 Date:   Fri Nov 9 15:37:23 2007 +0100
46214
46215     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
46216
46217     This patch disables the 44x d-cache on 'usb start' and
46218     reenables it on 'usb stop'. This should be seen as a
46219     temporary fix until the generic usb-ohci driver can
46220     life with d-cache enabled.
46221
46222     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46223     Signed-off-by: Stefan Roese <sr@denx.de>
46224
46225 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
46226 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46227 Date:   Fri Nov 9 15:36:44 2007 +0100
46228
46229     ppc4xx: Remove redundant code from 4xx network driver
46230
46231     This patch removes some redundant code and decrements the end
46232     address of cache flush and invalidate by 1.
46233
46234     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46235     Signed-off-by: Stefan Roese <sr@denx.de>
46236
46237 commit 5ca9881aad8c413ac2a82868a5e3719178254502
46238 Author: Peter Pearse <peter.pearse@arm.com>
46239 Date:   Fri Nov 9 15:24:26 2007 +0000
46240
46241     Add apollon board support
46242     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46243
46244 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
46245 Author: Stefan Roese <sr@denx.de>
46246 Date:   Fri Nov 9 12:19:58 2007 +0100
46247
46248     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
46249
46250     Signed-off-by: Stefan Roese <sr@denx.de>
46251
46252 commit c7f69c340277935a6c19a956421852da944a365f
46253 Author: Stefan Roese <sr@denx.de>
46254 Date:   Fri Nov 9 12:18:54 2007 +0100
46255
46256     ppc4xx: Make output a little shorter on I2C bootrom detection
46257
46258     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
46259     already print a line with the information which I2C bootrom is
46260     used for bootstrap configuration. So we don't need this extra line
46261     with "I2C boot EEPROM en-/dis-abled".
46262
46263     This patch also has a little code cleanup integrated.
46264
46265     Signed-off-by: Stefan Roese <sr@denx.de>
46266
46267 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
46268 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46269 Date:   Thu Nov 8 12:50:18 2007 -0600
46270
46271     ColdFire: MCF5329 - Remove reset registers from CCM
46272
46273     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46274
46275 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
46276 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46277 Date:   Thu Nov 8 12:31:11 2007 -0600
46278
46279     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
46280
46281     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46282
46283 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
46284 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46285 Date:   Thu Nov 8 12:19:01 2007 -0600
46286
46287     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
46288
46289     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46290
46291 commit 225a24b5e062ad94627424508ae814f51dbe1a34
46292 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46293 Date:   Wed Nov 7 18:00:54 2007 -0600
46294
46295     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
46296
46297     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46298
46299 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
46300 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46301 Date:   Wed Nov 7 17:56:15 2007 -0600
46302
46303     ColdFire: MCF532x - Update do_reset() using core reset
46304
46305     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46306
46307 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
46308 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46309 Date:   Wed Nov 7 17:51:00 2007 -0600
46310
46311     ColdFire: Update cpu flag for 4.2-xx compiler
46312
46313     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46314
46315 commit 070ba56115b4da63b46e974287fa4550d4023386
46316 Author: York Sun <yorksun@freescale.com>
46317 Date:   Wed Oct 31 14:59:04 2007 -0500
46318
46319     8610: Add console frame buffer support to FSL 8610 DIU driver.
46320
46321     Add cfb console support to FSL 8610 DIU driver.
46322     Inspect board version from PIXIS to obtain correct pixel format.
46323
46324     Use #define CONFIG_VIDEO in config file to enable fb console.
46325
46326     To switch monitor, set monitor variable to
46327     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
46328     followed by "diufb init".
46329
46330     Preserve logo bitmap at the top of the fb console.
46331
46332     Signed-off-by: York Sun <yorksun@freescale.com>
46333     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46334
46335 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
46336 Author: York Sun <yorksun@freescale.com>
46337 Date:   Mon Oct 29 13:58:39 2007 -0500
46338
46339     8610: Add 8610 DIU display driver
46340
46341     1280x1024 and 1024x768 @ 32 bpp are supported now.
46342     DVI, Single-link LVDS, Double-link LVDS are all supported.
46343
46344     Environmental variable "monitor" is used to specify monitor port.
46345
46346     A new command "diufb" is introduced to reinitialize monitor
46347     and display a BMP file in the memory. So far, 1-bit, 4-bit,
46348     8-bit and 24-bit BMP formats are supported.
46349
46350         diufb init
46351             - initialize the diu driver
46352         Enable the port specified in the environmental variable "monitor"
46353
46354         diufb addr
46355             - display bmp file in memory.
46356         The bmp image should be no bigger than the resolution, 1280x1024
46357         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
46358
46359     Note, this driver allocate memory but doesn't free it after use
46360     It is written on purpose -- to avoid a failure of reallocation
46361     due to memory fragement.
46362
46363     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
46364
46365     Signed-off-by: York Sun <yorksun@freescale.com>
46366     Signed-off-by: Jon loeliger <jdl@freescale.com>
46367
46368 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
46369 Author: York Sun <yorksun@freescale.com>
46370 Date:   Wed Oct 31 10:43:59 2007 -0500
46371
46372     FSL: Add a freescale bitmap logo.
46373
46374     This Freescale logo is a 340 x 128 x 4bpp BMP file
46375     that can be displayed by the DIU Framebuffer driver.
46376
46377     Signed-off-by: York Sun <yorksun@freescale.com>
46378     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46379
46380 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
46381 Author: York Sun <yorksun@freescale.com>
46382 Date:   Mon Oct 29 13:57:53 2007 -0500
46383
46384     8610: Make some extra debug environment variables conditional.
46385
46386     One may #define ENV_DEBUG to get them back again.
46387
46388     Signed-off-by: York Sun <yorksun@freescale.com>
46389
46390 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
46391 Author: Jason Jin <Jason.jin@freescale.com>
46392 Date:   Mon Oct 29 19:26:21 2007 +0800
46393
46394     8610: Actually enable pixis_reset CONFIGs
46395
46396     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46397
46398 commit f3bceaab230b4748d0afc4109b6837308f018b40
46399 Author: Jason Jin <Jason.jin@freescale.com>
46400 Date:   Fri Oct 26 18:31:59 2007 +0800
46401
46402     Fix the BAT definition of PCI IO on 8610 board
46403
46404     The address in the BAT register is aligned with the BAT size.
46405     The original definition actually did not define BAT for PCIE2 IO.
46406     This patch fix this.
46407
46408     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46409
46410 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
46411 Author: Jason Jin <Jason.jin@freescale.com>
46412 Date:   Mon Oct 29 19:26:21 2007 +0800
46413
46414     Unify pixis_reset altbank across board families
46415
46416     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
46417     into the separate board config files.
46418
46419     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46420     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46421
46422 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
46423 Author: Jason Jin <Jason.jin@freescale.com>
46424 Date:   Fri Oct 26 18:32:00 2007 +0800
46425
46426     make 8610 board use pixis reset
46427
46428     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46429
46430 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
46431 Author: Jon Loeliger <jdl@freescale.com>
46432 Date:   Thu Nov 1 12:23:29 2007 -0500
46433
46434     86xx: Fix broken variable reference when #def DEBUGing.
46435
46436     Sometimes you can't reference the DDR2 controller variables.
46437
46438     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46439
46440 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
46441 Author: Roy Zang <tie-fei.zang@freescale.com>
46442 Date:   Mon Nov 5 17:39:24 2007 +0800
46443
46444     Implement general ULi 526x Ethernet driver support in U-boot
46445
46446     This patch implements general ULi 526x Ethernet driver.
46447     Until now, it is the only native Ethernet port on
46448     MPC8610HPCD board, but it could be used on other boards
46449     with ULi 526x Ethernet port as well.
46450
46451     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
46452     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46453     Acked-by: Jon Loeliger <jdl@freescale.com>
46454     Signed-off-by: Ben Warren <bwarren@qstreams.com>
46455
46456 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
46457 Author: Larry Johnson <lrj@arlinx.com>
46458 Date:   Thu Nov 1 08:46:50 2007 -0500
46459
46460     NET: Add Ethernet 1000BASE-X support for PPC4xx
46461
46462     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
46463     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
46464     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
46465     "mii info" command is modified to distinguish between 1000BASE-T and -X.
46466
46467     Signed-off-by: Larry Johnson <lrj@acm.org>
46468     Signed-off-by: Ben Warren <bwarren@qstreams.com>
46469
46470 commit 298035df4948b113d29ac0e694717d34b95bc5dc
46471 Author: Larry Johnson <lrj@arlinx.com>
46472 Date:   Wed Oct 31 11:21:29 2007 -0500
46473
46474     NET: Cosmetic changes
46475
46476     Signed-off-by: Larry Johnson <lrj@acm.org>
46477     Signed-off-by: Ben Warren <bwarren@qstreams.com>
46478
46479 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
46480 Author: Stefan Roese <sr@denx.de>
46481 Date:   Mon Nov 5 07:43:05 2007 +0100
46482
46483     ppc4xx: Make output a little shorter on PCIe detection
46484
46485     Now not max 3 lines but 2 lines are printed per PCIe port.
46486
46487     Signed-off-by: Stefan Roese <sr@denx.de>
46488
46489 commit 992742a5b09d9040adbd156fb90756af66ade310
46490 Author: Wolfgang Denk <wd@denx.de>
46491 Date:   Sat Nov 3 23:09:27 2007 +0100
46492
46493     Cleanup coding style; update CHANGELOG
46494
46495     Signed-off-by: Wolfgang Denk <wd@denx.de>
46496
46497 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
46498 Author: Bruce Adler <bruce.adler@ccpu.com>
46499 Date:   Fri Nov 2 13:15:42 2007 -0700
46500
46501     fix wording in README
46502
46503     Changed the wording to properly describe the shadowing
46504     of the environment from ROM to RAM
46505
46506     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
46507
46508 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
46509 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46510 Date:   Wed Oct 31 02:18:15 2007 +0900
46511
46512     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
46513
46514     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46515
46516 commit ec22755799466c8a103664bb3a5e647bf9c238f4
46517 Author: Vlad Lungu <vlad@comsys.ro>
46518 Date:   Thu Oct 25 16:08:14 2007 +0300
46519
46520     Trimmed some variables in ne2000.c
46521
46522     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
46523
46524 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
46525 Author: Zhang Wei <wei.zhang@freescale.com>
46526 Date:   Thu Oct 25 17:51:27 2007 +0800
46527
46528     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
46529
46530     The scan code of the key 'z' is 0x1d, which should be handled.
46531
46532     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
46533     controller.
46534
46535     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46536
46537 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
46538 Author: Zhang Wei <wei.zhang@freescale.com>
46539 Date:   Thu Oct 25 17:30:04 2007 +0800
46540
46541     Fix USB support issue for MPC8641HPCN board.
46542
46543     The configuration file has already enabled USB, but it
46544     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
46545     on MPC8641HPCN can not work because of the wrong USB
46546     register endian.
46547
46548     And add the USB command to U-Boot commands list.
46549
46550     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46551
46552 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
46553 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46554 Date:   Wed Oct 24 18:16:01 2007 +0200
46555
46556     Use config_cmd_default.h instead of config_cmd_all.h
46557
46558     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46559
46560 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
46561 Author: Marian Balakowicz <m8@semihalf.com>
46562 Date:   Wed Oct 24 01:37:36 2007 +0200
46563
46564     TQM5200: Call usb_cpu_init() during board init
46565
46566     usb_cpu_init() configures GPS USB pins, clocks, etc. and
46567     is required for proper operation of kernel USB subsystem.
46568     This setup was previously done in the kernel by the fixup
46569     code which is being removed, thus low level init must be
46570     done by U-boot now.
46571
46572     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46573
46574 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
46575 Author: Guennadi Liakhovetski <lg@denx.de>
46576 Date:   Tue Oct 23 16:25:50 2007 +0200
46577
46578     Fix typo in nfs.c
46579
46580     An obvious typo. Originally fixed in linkstation u-boot port.
46581
46582     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46583
46584 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
46585 Author: Guennadi Liakhovetski <lg@denx.de>
46586 Date:   Tue Oct 23 14:35:05 2007 +0200
46587
46588     Fix a typo in cpu/mpc824x/interrupts.c
46589
46590     Since December 2003 the timer_interrupt_cpu() function in
46591     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
46592     parameter. Remove it.
46593
46594     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46595
46596 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
46597 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
46598 Date:   Wed Oct 17 11:13:51 2007 +0200
46599
46600     add ft_cpu_setup(..) on mpc8260
46601
46602     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
46603     based on code from mpc5xxx
46604
46605     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
46606     --
46607
46608 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
46609 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
46610 Date:   Wed Oct 17 11:18:42 2007 +0200
46611
46612     changes for IDS8247 board support
46613
46614     To get the IDS8247 board working following are done:
46615      - FCC2 is deactivated
46616      - FCC1 is activated
46617      - I2C is activated
46618      - CFI driver is activated
46619      - Adapted for use with LIBFDT
46620
46621     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
46622     --
46623
46624 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
46625 Author: Stefan Roese <sr@denx.de>
46626 Date:   Sat Nov 3 12:08:28 2007 +0100
46627
46628     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
46629
46630     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
46631     Again, only one image supports both targets.
46632
46633     Signed-off-by: Stefan Roese <sr@denx.de>
46634
46635 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
46636 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46637 Date:   Wed Oct 24 15:48:37 2007 +0200
46638
46639     ATSTK1002: Remove default ethernet addresses
46640
46641     Wolfgang is right: It's not a good idea to set up default initial
46642     ethernet addresses for a board, even though they belong to the local
46643     range.
46644
46645     This will change the failure mode from "IT manager screams at you for
46646     using duplicate ethernet addresses" to a nice error message explaining
46647     that the ethernet address hasn't been set properly.
46648
46649     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46650
46651 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
46652 Author: Justin Flammia <jflammia@savantav.com>
46653 Date:   Mon Oct 29 17:40:35 2007 -0400
46654
46655     DHCP Client Fix
46656
46657     This is a multi-part message in MIME format.
46658
46659     commit e6e505eae94ed721e123e177489291fc4544b7b8
46660     Author: Justin Flammia <jflammia@savantav.com>
46661     Date:   Mon Oct 29 17:19:03 2007 -0400
46662
46663         Found a bug in the way the DHCP Request packet is built, where the IP address
46664         that is offered by the server is bound to prematurely. This patch is a fix of
46665         that bug where the IP address offered by the DHCP server is not used until
46666         after the DHCP ACK from the server is received.
46667
46668     Signed-off-by: Justin Flammia <jflammia@savantav.com>
46669     Signed-off-by: Ben Warren <bwarren@qstreams.com>
46670
46671 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
46672 Author: Stefan Roese <sr@denx.de>
46673 Date:   Wed Oct 31 20:58:34 2007 +0100
46674
46675     ppc4xx: Fix acadia_nand build problem
46676
46677     Since the cache handling functions were moved from start.S into cache.S
46678     the acadia NAND booting Makfile needs to be adapted accordingly.
46679
46680     Signed-off-by: Stefan Roese <sr@denx.de>
46681
46682 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
46683 Author: Stefan Roese <sr@denx.de>
46684 Date:   Wed Oct 31 20:57:11 2007 +0100
46685
46686     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
46687
46688     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
46689     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
46690     boards by defining CONFIG_4xx_DCACHE in the board config file. This
46691     option will disappear, when more boards use is successfully and no
46692     more known problems exist.
46693
46694     This is tested successfully on Sequoia and Katmai. The only problem that
46695     needs to be fixed is, that USB is not working on Sequoia right now, since
46696     it will need some cache handling code too, similar to the 4xx EMAC driver.
46697
46698     Signed-off-by: Stefan Roese <sr@denx.de>
46699
46700 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
46701 Author: Stefan Roese <sr@denx.de>
46702 Date:   Wed Oct 31 20:51:10 2007 +0100
46703
46704     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
46705
46706     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
46707     disable the cache for the CPU POST tests, since these tests consist
46708     of self modifying code. This is done via the new change_tlb() function.
46709
46710     Signed-off-by: Stefan Roese <sr@denx.de>
46711
46712 commit f71b2888b4b3c870909a0341427b2a914246f81f
46713 Author: Stefan Roese <sr@denx.de>
46714 Date:   Wed Oct 31 20:47:26 2007 +0100
46715
46716     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
46717
46718     This patch enables the 4xx EMAC POST driver to work too, when dcache is
46719     enabled.
46720
46721     Signed-off-by: Stefan Roese <sr@denx.de>
46722
46723 commit a2685904061b35a17583d65fe47cdc2686a69eaa
46724 Author: Stefan Roese <sr@denx.de>
46725 Date:   Wed Oct 31 20:45:53 2007 +0100
46726
46727     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
46728
46729     Signed-off-by: Stefan Roese <sr@denx.de>
46730
46731 commit ff768cb168d8157c24a25016dbfbeb465e47f420
46732 Author: Stefan Roese <sr@denx.de>
46733 Date:   Wed Oct 31 18:01:24 2007 +0100
46734
46735     ppc4xx: Change 4xx ethernet driver to handle cached memory too
46736
46737     This patch enables the 4xx EMAC driver to work too, when dcache is
46738     enabled.
46739
46740     Signed-off-by: Stefan Roese <sr@denx.de>
46741
46742 commit 483e09a223c666269ef81d3573a6591b1046b0ef
46743 Author: Stefan Roese <sr@denx.de>
46744 Date:   Wed Oct 31 17:59:22 2007 +0100
46745
46746     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
46747
46748     This function is used to either turn cache on or off in a specific
46749     memory area.
46750
46751     Signed-off-by: Stefan Roese <sr@denx.de>
46752
46753 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
46754 Author: Stefan Roese <sr@denx.de>
46755 Date:   Wed Oct 31 17:57:52 2007 +0100
46756
46757     ppc4xx: Remove cache definition from 4xx board config files
46758
46759     All 4xx board config files don't need the cache definitions anymore.
46760     These are now defined in common headers.
46761
46762     Signed-off-by: Stefan Roese <sr@denx.de>
46763
46764 commit 9b94ac61d2176185c30adf0793e079ec30e68687
46765 Author: Stefan Roese <sr@denx.de>
46766 Date:   Wed Oct 31 17:55:58 2007 +0100
46767
46768     ppc4xx: Rework 4xx cache support
46769
46770     New cache handling functions added and all existing functions
46771     moved from start.S into seperate cache.S.
46772
46773     Signed-off-by: Stefan Roese <sr@denx.de>
46774
46775 commit 06713773da4ac3d390c63d82641eb553224b27c2
46776 Author: Stefan Roese <sr@denx.de>
46777 Date:   Tue Oct 23 18:03:12 2007 +0200
46778
46779     ppc4xx: Remove compiler warning from previous commit
46780
46781     Signed-off-by: Stefan Roese <sr@denx.de>
46782
46783 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
46784 Author: Stefan Roese <sr@denx.de>
46785 Date:   Tue Oct 23 14:40:30 2007 +0200
46786
46787     ppc4xx: Remove temporary TLB entry in POST cache test
46788
46789     Signed-off-by: Stefan Roese <sr@denx.de>
46790
46791 commit 1338e6a81834099ba19733b69aafd8ef5f098094
46792 Author: Stefan Roese <sr@denx.de>
46793 Date:   Tue Oct 23 14:05:08 2007 +0200
46794
46795     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
46796
46797     I lately noticed, that newer 4xx board with GBit support sometimes don't
46798     finish link autonegotiation in 4 seconds. Changing this timeout to 5
46799     seconds seems fine here.
46800
46801     Signed-off-by: Stefan Roese <sr@denx.de>
46802
46803 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
46804 Author: Stefan Roese <sr@denx.de>
46805 Date:   Tue Oct 23 14:03:17 2007 +0200
46806
46807     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
46808
46809     This patch changes all in32/out32 calls to use the recommended in_be32/
46810     out_be32 macros instead.
46811
46812     Signed-off-by: Stefan Roese <sr@denx.de>
46813
46814 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
46815 Author: Stefan Roese <sr@denx.de>
46816 Date:   Thu Oct 25 12:24:59 2007 +0200
46817
46818     ppc4xx: Fix POST ethernet test for Haleakala
46819
46820     The POST ethernet test needed to be changed to dynamically determine
46821     the count of ethernet devices. This code is cloned from the 4xx
46822     ethernet driver.
46823
46824     Signed-off-by: Stefan Roese <sr@denx.de>
46825
46826 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
46827 Author: Stefan Roese <sr@denx.de>
46828 Date:   Tue Oct 23 11:31:05 2007 +0200
46829
46830     ppc4xx: Correct UART input clock calculation and passing to fdt
46831
46832     We now use a value in the gd (global data) structure for the UART input
46833     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
46834     in get_sys_info().
46835
46836     Signed-off-by: Stefan Roese <sr@denx.de>
46837
46838 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
46839 Author: Stefan Roese <sr@denx.de>
46840 Date:   Tue Oct 23 10:10:08 2007 +0200
46841
46842     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
46843
46844     The Haleakala is nearly identical with the Kilauea eval board. The only
46845     difference is that the 405EXr only supports one EMAC and one PCIe
46846     interface. This patch adds support for the Haleakala board by using
46847     the identical image for Kilauea and Haleakala. The distinction is done
46848     by comparing the PVR.
46849
46850     Signed-off-by: Stefan Roese <sr@denx.de>
46851
46852 commit 9f798766aa85e62eb8fa8c721e148df609b78137
46853 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
46854 Date:   Tue Oct 23 08:29:10 2007 +0200
46855
46856     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
46857
46858     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
46859
46860     Note:
46861     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
46862     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
46863     modules are still plugged in. So it is recommended to remove the DIMM
46864     modules while using the NAND booting code with the fixed SDRAM setup!
46865
46866     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
46867     Signed-off-by: Stefan Roese <sr@denx.de>
46868
46869 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
46870 Author: Stefan Roese <sr@denx.de>
46871 Date:   Mon Oct 22 16:24:44 2007 +0200
46872
46873     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
46874
46875     Signed-off-by: Stefan Roese <sr@denx.de>
46876
46877 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
46878 Author: Stefan Roese <sr@denx.de>
46879 Date:   Mon Oct 22 16:22:40 2007 +0200
46880
46881     ppc4xx: Rework of 4xx serial driver (4)
46882
46883     Change 4xx_uart.c:
46884
46885     - Use in_8/out_8 macros instead of in8/out8
46886     - No need for UART_BASE marco anymore, now really handled via function
46887       parameter
46888     - serial_init_common() introduced
46889     - Further coding style cleanup
46890
46891     Signed-off-by: Stefan Roese <sr@denx.de>
46892
46893 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
46894 Author: Stefan Roese <sr@denx.de>
46895 Date:   Mon Oct 22 15:45:49 2007 +0200
46896
46897     ppc4xx: Rework of 4xx serial driver (3)
46898
46899     Change all linker scripts to reference the changed driver name iop480_uart.o.
46900
46901     Signed-off-by: Stefan Roese <sr@denx.de>
46902
46903 commit 882ae41274921f9016131806bdeb27e19606f47a
46904 Author: Stefan Roese <sr@denx.de>
46905 Date:   Mon Oct 22 15:44:39 2007 +0200
46906
46907     ppc4xx: Rework of 4xx serial driver (2)
46908
46909     Change all linker scripts to reference the changed driver name 4xx_uart.o.
46910
46911     Note: In most cased all these explicit referencing of these object files
46912     in the linker scripts is not neccessary. Only for manually embedded
46913     environment into the U-Boot image, which is not done is most cases.
46914
46915     Signed-off-by: Stefan Roese <sr@denx.de>
46916
46917 commit ad31e40bed042cb670d0036fea96435007afb838
46918 Author: Stefan Roese <sr@denx.de>
46919 Date:   Mon Oct 22 15:09:59 2007 +0200
46920
46921     ppc4xx: Rework of 4xx serial driver (1)
46922
46923     This patch starts the rework of the PPC4xx serial driver. First we split
46924     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
46925     handling code and the other one iop480_uart.c with the UART code for the
46926     PLX-Tech IOP480 PPC (PPC403 based).
46927
46928     Signed-off-by: Stefan Roese <sr@denx.de>
46929
46930 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
46931 Author: Stefan Roese <sr@denx.de>
46932 Date:   Mon Oct 22 10:30:38 2007 +0200
46933
46934     ppc4xx: Correct UART input clock calculation and passing to fdt
46935
46936     Signed-off-by: Stefan Roese <sr@denx.de>
46937
46938 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
46939 Author: Stefan Roese <sr@denx.de>
46940 Date:   Mon Oct 22 07:34:34 2007 +0200
46941
46942     ppc4xx: Add initial AMCC Makalu 405EX support
46943
46944     Signed-off-by: Stefan Roese <sr@denx.de>
46945
46946 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
46947 Author: Stefan Roese <sr@denx.de>
46948 Date:   Mon Oct 22 07:33:52 2007 +0200
46949
46950     ppc4xx: Add freqUART to CPU speed detection
46951
46952     This value is needed later for the device tree configuration of
46953     the uart clock.
46954
46955     Signed-off-by: Stefan Roese <sr@denx.de>
46956
46957 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
46958 Author: Stefan Roese <sr@denx.de>
46959 Date:   Sun Oct 21 14:26:29 2007 +0200
46960
46961     ppc: Small Kilauea cleanup of config file
46962
46963     Signed-off-by: Stefan Roese <sr@denx.de>
46964
46965 commit 758c037aeead34b49631b8da3a90b1bba14c0410
46966 Author: Stefan Roese <sr@denx.de>
46967 Date:   Sun Oct 21 08:16:12 2007 +0200
46968
46969     rtc: Add Xicor/Intersil X1205 RTC support
46970
46971     This patch adds support for the Xicor/Intersil X1205 RTC used on the
46972     AMCC Makalu eval board. This driver is basically cloned from the Linux
46973     driver version (2.6.23).
46974
46975     This patch also introduces the Linux bcd.h header for the BCD2BIN/
46976     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
46977     should be converted to also use this header instead of implementing
46978     their own local copy of these functions/macros.
46979
46980     Signed-off-by: Stefan Roese <sr@denx.de>
46981
46982 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
46983 Author: Stefan Roese <sr@denx.de>
46984 Date:   Sun Oct 21 08:12:41 2007 +0200
46985
46986     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
46987
46988     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
46989     PPC440_SYS_INFO structure into the common ppc4xx.h header.
46990
46991     Lot's of other macros are good candidates to be consolidated this way
46992     in the future.
46993
46994     Signed-off-by: Stefan Roese <sr@denx.de>
46995
46996 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
46997 Author: Stefan Roese <sr@denx.de>
46998 Date:   Sun Oct 21 08:05:18 2007 +0200
46999
47000     ppc4xx: Fix size setup in Kilauea DDR2 init routine
47001
47002     The size was initilized wrong. Instead of 256MB, the DDR2 controller
47003     was setup to 512MB. Now the correct values is used.
47004
47005     This patch also does a little cleanup and adds a comment here.
47006
47007     Signed-off-by: Stefan Roese <sr@denx.de>
47008
47009 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
47010 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
47011 Date:   Thu Oct 18 17:29:04 2007 +0200
47012
47013     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
47014
47015     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
47016     number is used to access system registers.
47017
47018     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
47019     Signed-off-by: Stefan Roese <sr@denx.de>
47020
47021 commit c36c68160333ac5fe41ec3db12a728b7075b3912
47022 Author: Stefan Roese <sr@denx.de>
47023 Date:   Thu Oct 18 07:42:27 2007 +0200
47024
47025     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
47026
47027     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
47028     is the internal SRAM. Since I now ported and tested this endpoint mode
47029     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
47030     Katmai.
47031
47032     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
47033     this setup.
47034
47035     Signed-off-by: Stefan Roese <sr@denx.de>
47036
47037 commit 5cb4af4791f61843432155142b6cfac901f66c10
47038 Author: Stefan Roese <sr@denx.de>
47039 Date:   Thu Oct 18 07:39:38 2007 +0200
47040
47041     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
47042
47043     This patch adds endpoint support for the AMCC Kilauea eval board. It can
47044     be tested by connecting a reworked PCIe cable (only 1x lane singles
47045     connected) to another root-complex.
47046
47047     In this test setup, a 64MB inbound window is configured at BAR0 which maps
47048     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
47049     access the first 64MB of the SDRAM on the PPC side.
47050
47051     Signed-off-by: Stefan Roese <sr@denx.de>
47052
47053 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
47054 Author: Stefan Roese <sr@denx.de>
47055 Date:   Sat Oct 13 16:43:23 2007 +0200
47056
47057     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
47058
47059     This patch adds support for dynamic configuration of PCIe ports for the
47060     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
47061     boards Yucca & Katmai and the 405EX board Kilauea.
47062
47063     This dynamic configuration is done via the "pcie_mode" environement
47064     variable. This variable can be set to "EP" or "RP" for endpoint or
47065     rootpoint mode. Multiple values can be joined via the ":" delimiter.
47066     Here an example:
47067
47068     pcie_mode=RP:EP:EP
47069
47070     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
47071     as endpoint.
47072
47073     Per default Yucca will be configured as:
47074     pcie_mode=RP:EP:EP
47075
47076     Per default Katmai will be configured as:
47077     pcie_mode=RP:RP:REP
47078
47079     Per default Kilauea will be configured as:
47080     pcie_mode=RP:RP
47081
47082     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
47083     Signed-off-by: Stefan Roese <sr@denx.de>
47084
47085 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
47086 Author: Stefan Roese <sr@denx.de>
47087 Date:   Thu Oct 11 11:15:59 2007 +0200
47088
47089     ppc4xx: Enable device tree support (fdt) on Kilauea per default
47090
47091     This patch enables the fdt support on the AMCC Kilauea eval board.
47092     Additionally now EBC ranges fdt fixup is included to support NOR
47093     FLASH mapping via the Linux physmap_of driver.
47094
47095     This Kilauea port now support booting arch/ppc and arch/powerpc
47096     Linux kernels. The default environment "net_nfs" is for arch/ppc
47097     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
47098     support will be removed.
47099
47100     Signed-off-by: Stefan Roese <sr@denx.de>
47101
47102 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
47103 Author: Stefan Roese <sr@denx.de>
47104 Date:   Thu Oct 11 11:11:45 2007 +0200
47105
47106     ppc4xx: Add additional debug info to 4xx fdt support
47107
47108     Signed-off-by: Stefan Roese <sr@denx.de>
47109
47110 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
47111 Author: Stefan Roese <sr@denx.de>
47112 Date:   Fri Oct 5 21:28:58 2007 +0200
47113
47114     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
47115
47116     Signed-off-by: Stefan Roese <sr@denx.de>
47117
47118 commit 1941cce71b1ae975602854045061e82f94ecd012
47119 Author: Stefan Roese <sr@denx.de>
47120 Date:   Fri Oct 5 17:35:10 2007 +0200
47121
47122     ppc4xx: Fix small merge problem in 4xx_enet.c
47123
47124     Signed-off-by: Stefan Roese <sr@denx.de>
47125
47126 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
47127 Author: Stefan Roese <sr@denx.de>
47128 Date:   Fri Oct 5 17:11:30 2007 +0200
47129
47130     ppc4xx: Add initial AMCC Kilauea 405EX support
47131
47132     Signed-off-by: Stefan Roese <sr@denx.de>
47133
47134 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
47135 Author: Stefan Roese <sr@denx.de>
47136 Date:   Fri Oct 5 17:10:59 2007 +0200
47137
47138     ppc4xx: Add PPC405EX support
47139
47140     Signed-off-by: Stefan Roese <sr@denx.de>
47141
47142 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
47143 Author: Stefan Roese <sr@denx.de>
47144 Date:   Fri Oct 5 17:09:36 2007 +0200
47145
47146     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
47147
47148     Signed-off-by: Stefan Roese <sr@denx.de>
47149
47150 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
47151 Author: Stefan Roese <sr@denx.de>
47152 Date:   Fri Oct 5 17:07:50 2007 +0200
47153
47154     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
47155
47156     Signed-off-by: Stefan Roese <sr@denx.de>
47157
47158 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
47159 Author: Stefan Roese <sr@denx.de>
47160 Date:   Fri Oct 5 17:04:57 2007 +0200
47161
47162     POST: Add 405EX support to 4xx UART POST test
47163
47164     Signed-off-by: Stefan Roese <sr@denx.de>
47165
47166 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
47167 Author: Stefan Roese <sr@denx.de>
47168 Date:   Fri Oct 5 15:10:02 2007 +0200
47169
47170     DTT: Prepare DS1775 driver for use of different I2C addresses
47171
47172     Signed-off-by: Stefan Roese <sr@denx.de>
47173
47174 commit 19e93b1e16d267220440d827b920fbad8abfa70f
47175 Author: Stefan Roese <sr@denx.de>
47176 Date:   Fri Oct 5 14:23:43 2007 +0200
47177
47178     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
47179
47180     Signed-off-by: Stefan Roese <sr@denx.de>
47181
47182 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
47183 Author: Stefan Roese <sr@denx.de>
47184 Date:   Fri Oct 5 09:22:33 2007 +0200
47185
47186     ppc4xx: 4xx_pcie: Disable debug output as default
47187
47188     Signed-off-by: Stefan Roese <sr@denx.de>
47189
47190 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
47191 Author: Stefan Roese <sr@denx.de>
47192 Date:   Fri Oct 5 09:18:23 2007 +0200
47193
47194     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
47195
47196     Signed-off-by: Stefan Roese <sr@denx.de>
47197
47198 commit 4dbee8a90df613eb517aadbecebd70f168913d30
47199 Author: Stefan Roese <sr@denx.de>
47200 Date:   Fri Oct 5 07:57:20 2007 +0200
47201
47202     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
47203
47204     128MB seems to be the smallest possible value for the memory size
47205     for on PCIe port. With this change now the BAR's of the PCIe cards
47206     are accessible under U-Boot.
47207
47208     One big note: This only works for PCIe port 0 & 1. For port 2 this
47209     currently doesn't work, since the base address is now 0xc0000000
47210     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
47211     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
47212     to change the base addresses completely and this change would have
47213     too much impact right now.
47214
47215     This patch adds debug output to the 4xx pcie driver too.
47216
47217     Signed-off-by: Stefan Roese <sr@denx.de>
47218
47219 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
47220 Author: Stefan Roese <sr@denx.de>
47221 Date:   Wed Oct 3 21:16:32 2007 +0200
47222
47223     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
47224
47225     Signed-off-by: Stefan Roese <sr@denx.de>
47226
47227 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
47228 Author: Stefan Roese <sr@denx.de>
47229 Date:   Wed Oct 3 15:01:02 2007 +0200
47230
47231     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
47232
47233     These files were introduced with the IBM 405GP but are currently used on all
47234     4xx PPC platforms. So the name doesn't match the content anymore. This patch
47235     renames the files to 4xx_pci.c/h.
47236
47237     Signed-off-by: Stefan Roese <sr@denx.de>
47238
47239 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
47240 Author: Stefan Roese <sr@denx.de>
47241 Date:   Wed Oct 3 14:14:58 2007 +0200
47242
47243     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
47244
47245     Signed-off-by: Stefan Roese <sr@denx.de>
47246
47247 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
47248 Author: Stefan Roese <sr@denx.de>
47249 Date:   Wed Oct 3 10:38:09 2007 +0200
47250
47251     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
47252
47253     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
47254         the SDR registers of the PCIe ports. This makes the overall design
47255         clearer, since it removed a lot of switch statements which are not
47256         needed anymore.
47257
47258         Also, the functions ppc4xx_init_pcie_rootport() and
47259         ppc4xx_init_pcie_entport() are merged into a single function
47260         ppc4xx_init_pcie_port(), since most of the code was duplicated.
47261         This makes maintainance and porting to other 4xx platforms
47262         easier.
47263
47264     Signed-off-by: Stefan Roese <sr@denx.de>
47265
47266 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
47267 Author: Stefan Roese <sr@denx.de>
47268 Date:   Wed Oct 3 07:48:09 2007 +0200
47269
47270     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
47271
47272     This patch is the first patch of a series to make the 440SPe PCIe code
47273     usable on different 4xx PPC platforms. In preperation for the new 405EX
47274     which is also equipped with PCIe interfaces.
47275
47276     (2) This patch renames the functions from 440spe_ to 4xx_ with a
47277         little additional cleanup
47278
47279     Signed-off-by: Stefan Roese <sr@denx.de>
47280
47281 commit c7c6da23028f146d912514b95aefa3da7cf37699
47282 Author: Stefan Roese <sr@denx.de>
47283 Date:   Wed Oct 3 07:34:10 2007 +0200
47284
47285     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
47286
47287     This patch is the first patch of a series to make the 440SPe PCIe code
47288     usable on different 4xx PPC platforms. In preperation for the new 405EX
47289     which is also equipped with PCIe interfaces.
47290
47291     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
47292
47293     Signed-off-by: Stefan Roese <sr@denx.de>
47294
47295 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
47296 Author: Marian Balakowicz <m8@semihalf.com>
47297 Date:   Wed Oct 24 01:37:36 2007 +0200
47298
47299     TQM5200: Call usb_cpu_init() during board init
47300
47301     usb_cpu_init() configures GPS USB pins, clocks, etc. and
47302     is required for proper operation of kernel USB subsystem.
47303     This setup was previously done in the kernel by the fixup
47304     code which is being removed, thus low level init must be
47305     done by U-boot now.
47306
47307     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47308     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
47309
47310 commit b5af773f8d92677e06f3295b45557c9d0a487c24
47311 Author: Zhang Wei <wei.zhang@freescale.com>
47312 Date:   Thu Oct 25 17:51:27 2007 +0800
47313
47314     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
47315
47316     The scan code of the key 'z' is 0x1d, which should be handled.
47317
47318     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
47319     controller.
47320
47321     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
47322     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
47323
47324 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
47325 Author: Rodolfo Giometti <giometti@enneenne.com>
47326 Date:   Mon Oct 15 11:59:17 2007 +0200
47327
47328     PXA USB OHCI: "usb stop" implementation.
47329
47330     Some USB keys need to be switched off before loading the kernel
47331     otherwise they can remain in an undefined status which prevents them
47332     to be correctly recognized by the kernel.
47333
47334     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
47335     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
47336
47337 commit 31548249decf18a6b877a18436b6139dd483fe4a
47338 Author: Justin Flammia <jflammia@savantav.com>
47339 Date:   Mon Oct 29 17:40:35 2007 -0400
47340
47341     DHCP Client Fix
47342
47343     This is a multi-part message in MIME format.
47344
47345     commit e6e505eae94ed721e123e177489291fc4544b7b8
47346     Author: Justin Flammia <jflammia@savantav.com>
47347     Date:   Mon Oct 29 17:19:03 2007 -0400
47348
47349         Found a bug in the way the DHCP Request packet is built, where the IP address
47350         that is offered by the server is bound to prematurely. This patch is a fix of
47351         that bug where the IP address offered by the DHCP server is not used until
47352         after the DHCP ACK from the server is received.
47353
47354     Signed-off-by: Justin Flammia <jflammia@savantav.com>
47355     Signed-off-by: Ben Warren <bwarren@qstreams.com>
47356
47357 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
47358 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47359 Date:   Thu Oct 25 17:16:22 2007 -0500
47360
47361     ColdFire 54455: Fix correct boot location for atmel and intel
47362
47363     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47364
47365 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
47366 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47367 Date:   Thu Oct 25 17:14:00 2007 -0500
47368
47369     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
47370
47371     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47372
47373 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
47374 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47375 Date:   Thu Oct 25 17:12:36 2007 -0500
47376
47377     ColdFire 5329: Assign correct SDRAM size and fix cache
47378
47379     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47380
47381 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
47382 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47383 Date:   Thu Oct 25 17:10:23 2007 -0500
47384
47385     ColdFire 5253: Assign correct SDRAM size
47386
47387     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47388
47389 commit 2acefa72ee0026f862ab65597ca687428f63a973
47390 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47391 Date:   Thu Oct 25 17:09:17 2007 -0500
47392
47393     ColdFire 5282: Fix external flash boot and return dramsize
47394
47395     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47396
47397 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
47398 Author: Bartlomiej Sieka <tur@semihalf.com>
47399 Date:   Thu Oct 25 17:20:01 2007 +0200
47400
47401     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
47402
47403     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
47404
47405 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
47406 Author: Martin Krause <martin.krause@tqs.de>
47407 Date:   Wed Oct 24 08:42:25 2007 +0200
47408
47409     TQM5200: fix spurious characters on second serial interface
47410
47411     With this patch PSC3 is configured as UART. This is done, because if
47412     the pins of PSC3 are not configured at all (-> all pins are GPI),
47413     due to crosstalk, spurious characters may be send over the RX232_2_TXD
47414     signal line.
47415
47416     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47417     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
47418
47419 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
47420 Author: Martin Krause <martin.krause@tqs.de>
47421 Date:   Wed Oct 24 08:41:27 2007 +0200
47422
47423     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
47424
47425     Some commands for the STK52xx base board try to access the SM501 grafic
47426     controller. But the TQM5200S has no grafic controller (only the TQM5200
47427     and the TQM5200B have). This patch deactivates the commands accessing
47428     the SM501 for the TQM5200S.
47429
47430     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47431     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
47432
47433 commit b31f64343ead9482cd439b1adbe4c34026a641b1
47434 Author: Martin Krause <martin.krause@tqs.de>
47435 Date:   Mon Oct 22 16:45:53 2007 +0200
47436
47437     TQM5200: fix spurious characters on second serial interface
47438
47439     With this patch PSC3 is configured as UART. This is done, because if
47440     the pins of PSC3 are not configured at all (-> all pins are GPI),
47441     due to crosstalk, spurious characters may be send over the RX232_2_TXD
47442     signal line.
47443
47444     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47445
47446 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
47447 Author: Martin Krause <martin.krause@tqs.de>
47448 Date:   Mon Oct 22 16:40:06 2007 +0200
47449
47450     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
47451
47452     Some commands for the STK52xx base board try to access the SM501 grafic
47453     controller. But the TQM5200S has no grafic controller (only the TQM5200
47454     and the TQM5200B have). This patch deactivates the commands accessing
47455     the SM501 for the TQM5200S.
47456
47457     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47458
47459 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
47460 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47461 Date:   Sun Oct 21 09:14:28 2007 +0200
47462
47463     Mips: Fix string functions differ prototype declaration
47464
47465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47466
47467 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
47468 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
47469 Date:   Fri Oct 19 17:51:40 2007 -0500
47470
47471     fsl_pci_init enable COMMAND_MEMORY if inbound window
47472
47473     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
47474     to pciauto_setup_device has the side effect of not getting
47475     COMMAND_MEMORY set.
47476
47477     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
47478
47479 commit e9d0d527992566ebef9826962ff1745b2f082b92
47480 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47481 Date:   Fri Oct 19 10:55:24 2007 +0200
47482
47483     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
47484
47485     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47486
47487 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
47488 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47489 Date:   Fri Oct 19 08:10:15 2007 +0200
47490
47491     fix warning: no return statement in function returning non-void
47492
47493     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47494
47495 commit e78220f6e514206757acfe247297fc9a328a881f
47496 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47497 Date:   Fri Oct 19 06:33:45 2007 +0200
47498
47499     xsengine: Fix no partition type specified, use DOS as default
47500
47501     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47502
47503 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
47504 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47505 Date:   Fri Oct 19 00:24:59 2007 +0200
47506
47507     lubbock: Fix no partition type specified, use DOS as default
47508
47509     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47510
47511 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
47512 Author: Wolfgang Denk <wd@denx.de>
47513 Date:   Tue Oct 23 16:50:03 2007 +0200
47514
47515     Coding style: keep lists sorted; update CHANGELOG
47516
47517     Signed-off-by: Wolfgang Denk <wd@denx.de>
47518
47519 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
47520 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47521 Date:   Fri Oct 19 00:09:05 2007 +0200
47522
47523     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
47524
47525     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47526
47527 commit 96455bfebc9887837095c9051d216f53c61b5f10
47528 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47529 Date:   Fri Oct 19 00:07:39 2007 +0200
47530
47531     Fix warning differ in signedness in board/innokom/innokom.c
47532
47533     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47534
47535 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
47536 Author: Marcel Ziswiler <marcel@ziswiler.com>
47537 Date:   Fri Oct 19 00:25:33 2007 +0200
47538
47539     fix pxa255_idp board
47540
47541     The pxa255_idp being an old unmaintained board showed several issues:
47542     1. CONFIG_INIT_CRITICAL was still defined.
47543     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
47544     3. Symbol flash_addr was undeclared.
47545     4. The boards lowlevel_init function was still called memsetup.
47546     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
47547     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
47548     'target CPU does not support interworking' warnings on recent compilers.
47549     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
47550     indexes rather than the register definitions from the pxa-regs header
47551     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
47552     avoid any ambiguities.
47553     8. There were several redefinition warnings concerning ICMR, OSMR3,
47554     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
47555     9. The board configuration file was rather outdated.
47556     10. The part header file defined the vendor, product and revision arrays
47557     as unsigned chars instead of just chars in the block_dev_desc_t
47558     structure.
47559
47560     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
47561
47562 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
47563 Author: Rune Torgersen <runet@innovsys.com>
47564 Date:   Wed Oct 17 11:56:31 2007 -0500
47565
47566     Make MPC8266ADS command selection more robust
47567
47568     Fix MPC8266 command line definition so it won't break when new commands
47569     are added to u-boot.
47570     Signed-off-by Rune Torgersen <runet@innovsys.com>
47571
47572 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
47573 Author: Bartlomiej Sieka <tur@semihalf.com>
47574 Date:   Tue Oct 23 13:14:10 2007 +0200
47575
47576     Motion-PRO: Update configuration to accomodate next generation board.
47577
47578     New board has faster oscillator and a different Flash chip. This affects:
47579     - CFG_MPC5XXX_CLKIN
47580     - SDRAM timings
47581     - Flash CS configuration (timings)
47582     - Flash sector size, and thus MTD partition layout
47583     - malloc() arena size (due to bigger Flash sectors)
47584     - smaller memory test range (due to bigger malloc() arena)
47585
47586     This patch also enables more extensive memory testing via "mtest".
47587
47588     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
47589
47590 commit eff501904df2bf1724a750062628ba2c51dbb1f8
47591 Author: Bartlomiej Sieka <tur@semihalf.com>
47592 Date:   Tue Oct 23 11:36:07 2007 +0200
47593
47594     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
47595
47596     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
47597     register must be written a value of 0x00000004 as the first step of the
47598     SDRAM contorller configuration.
47599
47600     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
47601
47602 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
47603 Author: Peter Pearse <peter.pearse@arm.com>
47604 Date:   Tue Oct 23 10:22:16 2007 +0100
47605
47606     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
47607
47608 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
47609 Author: Stefan Roese <sr@denx.de>
47610 Date:   Tue Oct 23 10:17:42 2007 +0200
47611
47612     ppc4xx: lwmon5: Some further GPIO config changes
47613
47614     Signed-off-by: Stefan Roese <sr@denx.de>
47615
47616 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
47617 Author: Vlad Lungu <vlad@comsys.ro>
47618 Date:   Sun Oct 21 22:10:10 2007 +0900
47619
47620     [MIPS] Fix UNCACHED_SDRAM
47621
47622     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
47623
47624     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
47625     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47626
47627 commit 00101dd7a32d12f698150123e47e4b3420279f86
47628 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47629 Date:   Sun Oct 21 21:30:42 2007 +0900
47630
47631     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
47632
47633     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47634
47635 commit eb700636db017d310edaeb559b13d82588560674
47636 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47637 Date:   Sun Oct 21 10:55:37 2007 +0900
47638
47639     [MIPS] u-boot.lds: Define _gp in a standard manner
47640
47641     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47642
47643 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
47644 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47645 Date:   Sun Oct 21 10:55:36 2007 +0900
47646
47647     [MIPS] Fix $gp usage
47648
47649     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
47650     As a general principle, we should use _gp for $gp.
47651
47652     Thanks to linker script's help we fortunately have _gp which equals to
47653     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
47654     be able to access to GOT entires, global variables and procedure entry
47655     points. The right thing to do is to use _gp.
47656
47657     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
47658     which holds the offset from _gp. When updating GOT entries, we use this
47659     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
47660
47661     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
47662     I made some change to leave over num_got_entries.
47663
47664     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47665     Cc: Vlad Lungu <vlad@comsys.ro>
47666
47667 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
47668 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47669 Date:   Sun Oct 21 10:55:36 2007 +0900
47670
47671     [MIPS] u-boot.lds: Fix __got_start and __got_end
47672
47673     Ensure that __got_start points to top of the `.got', and __got_end points
47674     to bottom as well, so that we never fail to count num_got_entries.
47675
47676     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47677
47678 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
47679 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47680 Date:   Sun Oct 21 10:55:36 2007 +0900
47681
47682     [MIPS] u-boot.lds: Remove duplicated .sdata section
47683
47684     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47685
47686 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
47687 Author: Wolfgang Denk <wd@denx.de>
47688 Date:   Sun Oct 21 01:01:17 2007 +0200
47689
47690     Minor coding style cleanup; update CHANGELOG
47691
47692     Signed-off-by: Wolfgang Denk <wd@denx.de>
47693
47694 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
47695 Author: Vlad Lungu <vlad@comsys.ro>
47696 Date:   Thu Oct 4 20:47:10 2007 +0300
47697
47698     Fix NE2000 driver:
47699
47700     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
47701     to do anything in eth_stop() if eth_init() was not called.
47702     Simplified RX path in order to avoid timeouts on really really
47703     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
47704     clever enough to cope with 1 packet per eth_rx().
47705
47706     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
47707
47708 commit df90968b48fb34fa9072fab150db2ac89678f537
47709 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
47710 Date:   Mon Sep 24 13:32:13 2007 -0400
47711
47712     Setting MSR[DE] in do_reset
47713
47714     Hello,
47715        This patch ensures the soft reset of the board for the 85xx boards
47716        by setting the MSR[DE] in the do_reset function.
47717
47718     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
47719
47720 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
47721 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
47722 Date:   Mon Sep 24 13:36:01 2007 -0400
47723
47724     MSR overwrite fix
47725
47726     Hello,
47727       This patch fixes the MSR overwrite in the start.S when moving out of
47728       the last 4K page.
47729
47730     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
47731
47732 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
47733 Author: Dan Wilson <dwilson@fulcrummicro.com>
47734 Date:   Fri Oct 19 11:33:48 2007 -0500
47735
47736     tsec driver should clear RHALT on startup
47737
47738     This was causing problems for some people.
47739
47740     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
47741     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
47742     Signed-off-by: Andy Fleming <afleming@freescale.com>
47743
47744 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
47745 Author: Kumar Gala <galak@kernel.crashing.org>
47746 Date:   Thu Oct 11 00:29:18 2007 -0500
47747
47748     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
47749
47750     On the MPC85xx CDS we have two issues:
47751
47752     1. The device tree fixup code did not check to see if the property we are
47753     trying to update is actually found.  Its possible that it would update
47754     random memory starting at 0.
47755
47756     2. Newer Linux kernel's have moved the location of the PCI nodes to be
47757     sibilings of the soc node and not children.  The explicit PATH to the PCI
47758     node would not be found for these device trees.  Add the ability to handle
47759     both paths.  In the future we shouldn't handle such fixups by explicit path.
47760
47761     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47762
47763 commit a3063eec775719b7e91023bbec3f64b3118791df
47764 Author: Kumar Gala <galak@kernel.crashing.org>
47765 Date:   Thu Oct 11 00:18:48 2007 -0500
47766
47767     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
47768
47769     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
47770     console.  Make it so we match that config what we tell Linux as the early
47771     STDOUT console.
47772
47773     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47774
47775 commit e1ce3cb617bb06f91f82f98915391175addf3e82
47776 Author: Kumar Gala <galak@kernel.crashing.org>
47777 Date:   Tue Oct 2 11:12:27 2007 -0500
47778
47779     Remove magic numbers from cache related operations for mpc85xx
47780
47781     The mpc85xx start code uses some magic numbers that we actually
47782     have #defines for in <config.h> so use those instead.
47783
47784     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47785
47786 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
47787 Author: Detlev Zundel <dzu@denx.de>
47788 Date:   Fri Oct 19 16:47:26 2007 +0200
47789
47790     Fix two typos.
47791
47792     Signed-off-by: Detlev Zundel <dzu@denx.de>
47793
47794 commit 281df457c1aa50d2752165d0c5c3282d4027b974
47795 Author: Tony Li <tony.li@freescale.com>
47796 Date:   Thu Oct 18 17:47:19 2007 +0800
47797
47798     mpc83xx: Add configure entry for MPC83xx ATM support
47799
47800     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
47801     Makfile and MAKEALL
47802
47803     Signed-off-by: Tony Li <tony.li@freescale.com>
47804     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47805
47806 commit d2646554f529a9577515eceb0ec5eceee18244ba
47807 Author: Tony Li <tony.li@freescale.com>
47808 Date:   Thu Oct 18 17:44:38 2007 +0800
47809
47810     mpc83xx: pq-mds-pib.c typo error
47811
47812     Correct to val8 from val.
47813
47814     Signed-off-by: Tony Li <tony.li@freescale.com>
47815     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47816
47817 commit 3e11ae80fec1ee12194940955431186abf6009c2
47818 Author: Stefan Roese <sr@denx.de>
47819 Date:   Wed Oct 17 15:40:19 2007 +0200
47820
47821     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
47822
47823     Signed-off-by: Stefan Roese <sr@denx.de>
47824
47825 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
47826 Author: Jon Loeliger <jdl@freescale.com>
47827 Date:   Tue Oct 16 15:27:43 2007 -0500
47828
47829     Initial mpc8610hpcd Makefile files.
47830
47831     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
47832     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
47833     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
47834     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47835
47836 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
47837 Author: Jon Loeliger <jdl@freescale.com>
47838 Date:   Tue Oct 16 15:26:51 2007 -0500
47839
47840     Initial mpc8610hpcd cpu/, README and include/ files.
47841
47842     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
47843     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
47844     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
47845     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47846
47847 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
47848 Author: Jon Loeliger <jdl@freescale.com>
47849 Date:   Tue Oct 16 13:54:01 2007 -0500
47850
47851     Initial mpc8610hpcd board files.
47852
47853     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
47854     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
47855     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
47856     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47857
47858 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
47859 Author: runet@innovsys.com <runet@innovsys.com>
47860 Date:   Tue Oct 16 14:50:40 2007 -0500
47861
47862     Make MPC8266ADS board compile again.
47863
47864     Signed-off-by: Runet Torgersen <runet@innovsys.com>
47865
47866 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
47867 Author: Jon Loeliger <jdl@freescale.com>
47868 Date:   Mon Aug 27 12:41:03 2007 -0500
47869
47870     86xx: Allow for fewer DDR slots per memory controller.
47871
47872     As a direct correlation exists between DDR DIMM slots
47873     and SPD EEPROM addresses used to configure them, use
47874     the individually defined SPD_EEPROM_ADDRESS* values to
47875     determine if a DDR DIMM slot should have its SPD
47876     configuration read or not.
47877
47878     Effectively, this now allows for 1 or 2 DIMM slots
47879     per memory controller.
47880
47881     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47882
47883 commit 4d4a945e189a2f384c66432316da2788a0ac1607
47884 Author: Rodolfo Giometti <giometti@enneenne.com>
47885 Date:   Mon Oct 15 11:59:17 2007 +0200
47886
47887     PXA USB OHCI: "usb stop" implementation.
47888
47889     Some USB keys need to be switched off before loading the kernel
47890     otherwise they can remain in an undefined status which prevents them
47891     to be correctly recognized by the kernel.
47892
47893     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
47894
47895 commit e2e93442e558cf1500e92861f99713b2f045ea22
47896 Author: Stefan Roese <sr@denx.de>
47897 Date:   Mon Oct 15 11:39:00 2007 +0200
47898
47899     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
47900
47901     The I2C bootstrap values that can be setup via the "bootstrap" command,
47902     were setup incorrect regarding the generation of the internal sync PCI
47903     clock. The values for PLB clock == 133MHz were slighly incorrect and the
47904     values for PLB clock == 166MHz were totally incorrect. This could
47905     lead to a hangup upon booting while PCI configuration scan.
47906
47907     This patch fixes this issue and configures valid PCI divisor values
47908     for the sync PCI clock, with respect to the provided external async
47909     PCI frequency.
47910
47911     Here the values of the formula in the chapter 14.2 "PCI clocking"
47912     from the 440EPx users manual:
47913
47914     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
47915
47916     33MHz async PCI frequency:
47917     PLB = 133:
47918     =>      32 <= 44.3 <= 65        (div = 3)
47919
47920     PLB = 166:
47921     =>      32 <= 55.3 <= 65        (div = 3)
47922
47923     66MHz async PCI frequency:
47924     PLB = 133:
47925     =>      65 <= 66.5 <= 132       (div = 2)
47926
47927     PLB = 166:
47928     =>      65 <= 83 <= 132         (div = 2)
47929
47930     Signed-off-by: Stefan Roese <sr@denx.de>
47931
47932 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
47933 Author: Stefan Roese <sr@denx.de>
47934 Date:   Mon Oct 15 11:29:33 2007 +0200
47935
47936     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
47937
47938     The BCSR status bit for the 66MHz PCI operation was correctly
47939     addressed (MSB/LSB problem). Now the correct currently setup
47940     PCI frequency is displayed upon bootup.
47941
47942     This patch also fixes this problem on Rainier & Yellowstone, since these
47943     boards use the same souce code as Sequoia & Yosemite do.
47944
47945     Signed-off-by: Stefan Roese <sr@denx.de>
47946
47947 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
47948 Author: Martin Krause <martin.krause@tqs.de>
47949 Date:   Wed Sep 26 17:55:56 2007 +0200
47950
47951     TQM860M: adjust for doubled flash sector size.
47952
47953     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
47954     doubled sector size.
47955
47956     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47957
47958 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
47959 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
47960 Date:   Wed Sep 26 17:55:54 2007 +0200
47961
47962     TQM8xx: Fix CAN timing.
47963
47964     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47965
47966 commit d43e489baf02afae49077791fb22332d240d8656
47967 Author: Martin Krause <martin.krause@tqs.de>
47968 Date:   Thu Sep 27 14:54:36 2007 +0200
47969
47970     TQM866M: fix SDRAM refresh
47971
47972     At 133 MHz the current SDRAM refresh rate is too fast
47973     (measured 4 * 1.17 us).
47974     CFG_MAMR_PTA changes from 39 to 97. This result
47975     in a refresh rate of 4 * 7.8 us at the default clock
47976     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
47977     This is a compromise until a new method is found to
47978     adjust the refresh rate.
47979
47980     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47981
47982 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
47983 Author: Martin Krause <martin.krause@tqs.de>
47984 Date:   Wed Sep 26 17:55:55 2007 +0200
47985
47986     TQM866M: adjust for doubled flash sector size.
47987
47988     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
47989     doubled sector size.
47990
47991     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47992
47993 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
47994 Author: Michal Simek <monstr@monstr.eu>
47995 Date:   Sun Oct 14 16:12:29 2007 +0200
47996
47997     [FIX] XUPV2P change command handling
47998     and remove code violation
47999
48000 commit 636400198228d96983c06657b17f760f5989958e
48001 Author: Wolfgang Denk <wd@denx.de>
48002 Date:   Sun Oct 14 00:13:19 2007 +0200
48003
48004     Prepare for 1.3.0-rc3 release
48005
48006     Signed-off-by: Wolfgang Denk <wd@denx.de>
48007
48008 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
48009 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48010 Date:   Sat Sep 29 13:41:37 2007 +0200
48011
48012     Fix warning differ in signedness in cpu/pxa/mmc.c
48013
48014     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48015
48016 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
48017 Author: Wolfgang Denk <wd@denx.de>
48018 Date:   Sat Oct 13 23:51:14 2007 +0200
48019
48020     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
48021
48022     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48023     Signed-off-by: Wolfgang Denk <wd@denx.de>
48024
48025 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
48026 Author: Wolfgang Denk <wd@denx.de>
48027 Date:   Sat Oct 13 21:15:39 2007 +0200
48028
48029     Coding Style cleanup.
48030
48031     Signed-off-by: Wolfgang Denk <wd@denx.de>
48032
48033 commit e1893815b0999410d7a327589611c7b38e95299e
48034 Author: Wolfgang Denk <wd@denx.de>
48035 Date:   Fri Oct 12 15:49:39 2007 +0200
48036
48037     GP3 SSA: enable RTC
48038
48039     Signed-off-by: Wolfgang Denk <wd@denx.de>
48040
48041 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
48042 Author: Grzegorz Bernacki <gjb@semihalf.com>
48043 Date:   Tue Oct 9 13:58:24 2007 +0200
48044
48045     [ads5121] EEPROM support added.
48046
48047     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48048
48049 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
48050 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48051 Date:   Sat Oct 6 18:55:35 2007 +0200
48052
48053     AVR32: Initialize bi_flash* in board_init_r
48054
48055     The ATSTK1000-specific flash driver intializes bi_flashstart,
48056     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
48057     driver, don't.
48058
48059     Initialize these in board_init_r instead so that things will still be
48060     set up correctly when we switch to the CFI driver.
48061
48062     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48063
48064 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
48065 Author: Marian Balakowicz <m8@semihalf.com>
48066 Date:   Fri Oct 5 10:40:54 2007 +0200
48067
48068     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
48069
48070     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48071
48072 commit 92869195ef8210758d2176230c0a36897afd50ed
48073 Author: Bartlomiej Sieka <tur@semihalf.com>
48074 Date:   Fri Oct 5 09:46:06 2007 +0200
48075
48076     CM5200: Fix missing null-termination in hostname manipulation code
48077
48078     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48079
48080 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
48081 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48082 Date:   Tue Oct 2 19:09:01 2007 +0200
48083
48084     Fix memtest breakage
48085
48086     CFG_MEMTEST_START uses weird magic involving gd, which fails to
48087     compile. Use hardcoded values instead (we actually know how much RAM
48088     we have on board.)
48089
48090     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48091
48092 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
48093 Author: Stefan Roese <sr@denx.de>
48094 Date:   Tue Oct 2 11:44:46 2007 +0200
48095
48096     ppc4xx: Coding style cleanup
48097
48098     Signed-off-by: Stefan Roese <sr@denx.de>
48099
48100 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
48101 Author: Stefan Roese <sr@denx.de>
48102 Date:   Tue Oct 2 11:44:19 2007 +0200
48103
48104     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
48105
48106     Signed-off-by: Stefan Roese <sr@denx.de>
48107
48108 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
48109 Author: Grzegorz Bernacki <gjb@semihalf.com>
48110 Date:   Mon Oct 1 09:51:50 2007 +0200
48111
48112     Program EPLD to force full duplex mode for PHY.
48113
48114     EPLD forces modes of PHY operation. By default full duplex is turned off.
48115     This fix turns it on.
48116
48117     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48118
48119 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
48120 Author: Timo Ketola <timo.ketola@exertus.fi>
48121 Date:   Mon Sep 24 14:50:32 2007 +0300
48122
48123     Bugfix: Use only one PTD for one endpoint
48124
48125     Original isp116x-hcd code prepared multiple PTDs for longer than 16
48126     byte transfers for one endpoint. That is unnecessary because the
48127     ISP116x is able to split long data from one PTD into multiple
48128     transactions based on the buffer size of the endpoint. It also caused
48129     serious problems if the endpoint NAKed some of the transactions. In
48130     that case ISP116x wouldn't notice that the other PTDs were for the same
48131     endpoint and would try the other PTDs possibly out of order. That would
48132     break the whole transfer.
48133
48134     This patch makes isp116x_submit_job to use one PTD for one transfer.
48135
48136     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
48137     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
48138
48139 commit 86ec86c04326c3913178a7679aa910de071da75d
48140 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48141 Date:   Thu Sep 27 23:27:47 2007 +0200
48142
48143     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
48144
48145     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48146
48147 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
48148 Author: Stefan Roese <sr@denx.de>
48149 Date:   Tue Sep 11 14:12:55 2007 +0200
48150
48151     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
48152
48153     Signed-off-by: Stefan Roese <sr@denx.de>
48154
48155 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
48156 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
48157 Date:   Wed Sep 26 16:35:54 2007 -0500
48158
48159     85xx io out functions need sync after write.
48160
48161     This fixes the mc146818 rtc_read/write functions for 85xx.
48162
48163     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48164
48165 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
48166 Author: Grant Likely <grant.likely@secretlab.ca>
48167 Date:   Tue Sep 25 15:48:05 2007 -0600
48168
48169     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
48170
48171     CFG_FPGA_XILINX is a bit value used to test against the value in
48172     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
48173     think that is the intention in this code.
48174
48175     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48176
48177 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
48178 Author: Michal Simek <monstr@monstr.eu>
48179 Date:   Mon Sep 24 00:41:30 2007 +0200
48180
48181     [FIX] change command handling and removing code violation
48182
48183 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
48184 Author: Michal Simek <monstr@monstr.eu>
48185 Date:   Mon Sep 24 00:36:06 2007 +0200
48186
48187     [FIX] change sets of commands
48188     because changing of command handling brings
48189     compilation problems
48190
48191 commit cb1bc63b75a232571eb69aa2c8aa919321655845
48192 Author: Michal Simek <monstr@monstr.eu>
48193 Date:   Mon Sep 24 00:30:42 2007 +0200
48194
48195     [FIX] Email reparation & Copyright
48196     Both codes are written by myself without any
48197     support from CTU
48198
48199 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
48200 Author: Michal Simek <monstr@monstr.eu>
48201 Date:   Mon Sep 24 00:25:11 2007 +0200
48202
48203     [PATCH] Change macro name for UartLite
48204     because PowerPC 405 can use UartLite as console
48205
48206 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
48207 Author: Michal Simek <monstr@monstr.eu>
48208 Date:   Mon Sep 24 00:21:19 2007 +0200
48209
48210     [PATCH] Add support for design without interrupt controller
48211     Polling timer
48212
48213 commit 0731933ec8ec45d02ba89b52df673d526873cdde
48214 Author: Michal Simek <monstr@monstr.eu>
48215 Date:   Mon Sep 24 00:19:48 2007 +0200
48216
48217     [FIX] resolve problem with cpu without barrel shifter
48218
48219 commit db14d77995ce515b728b178b63f82babe60e3d56
48220 Author: Michal Simek <monstr@monstr.eu>
48221 Date:   Mon Sep 24 00:18:46 2007 +0200
48222
48223     [FIX] repair email address
48224
48225 commit 481d4328618804add1f818a6c96296121cd0528e
48226 Author: Michal Simek <monstr@monstr.eu>
48227 Date:   Mon Sep 24 00:17:42 2007 +0200
48228
48229     [FIX] repair MFSL commands
48230
48231 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
48232 Author: Michal Simek <monstr@monstr.eu>
48233 Date:   Mon Sep 24 00:08:37 2007 +0200
48234
48235     synchronizition with mainline
48236
48237 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
48238 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48239 Date:   Sun Sep 23 02:42:38 2007 +0900
48240
48241     sh: Add support command of ide with sh
48242
48243     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48244
48245 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
48246 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48247 Date:   Sun Sep 23 02:38:42 2007 +0900
48248
48249     sh: Update Makefile
48250
48251     Add support MS7722SE01 to Makefile.
48252
48253     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48254
48255 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
48256 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48257 Date:   Sun Sep 23 02:31:13 2007 +0900
48258
48259     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
48260
48261     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48262
48263 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
48264 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48265 Date:   Sun Sep 23 02:19:24 2007 +0900
48266
48267     sh: Update MS7750SE01 platform
48268
48269     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48270
48271 commit 516ad760db3553766267ada01b7d5d727faa4bbd
48272 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48273 Date:   Sun Sep 23 02:17:08 2007 +0900
48274
48275     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
48276
48277     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48278
48279 commit b02bad128669e567fce87d8df823b06a0144b8db
48280 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48281 Date:   Sun Sep 23 02:12:30 2007 +0900
48282
48283     sh: Update core code of SuperH.
48284
48285     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48286
48287 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
48288 Author: Wolfgang Denk <wd@denx.de>
48289 Date:   Thu Sep 20 00:04:14 2007 +0200
48290
48291     v1.3.0-rc2
48292
48293     Signed-off-by: Wolfgang Denk <wd@denx.de>
48294
48295 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
48296 Author: Wolfgang Denk <wd@denx.de>
48297 Date:   Tue Sep 18 21:36:35 2007 +0200
48298
48299     Avoid compiler warning.
48300
48301     Signed-off-by: Wolfgang Denk <wd@denx.de>
48302
48303 commit 8a783a65851bc7421ab69f442261215e21b8891a
48304 Author: Grant Likely <grant.likely@secretlab.ca>
48305 Date:   Tue Sep 18 12:24:57 2007 -0600
48306
48307     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
48308
48309     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
48310     nulls in a string differently.  For example, the following statement:
48311         echo "this is a string\0" > afile
48312     Will produce the following with /bin/bash:
48313         "this is a string\0"
48314     But with /bin/dash, will produce:
48315         "this is a string
48316
48317     Bug fixed by moving the embedded null out of the makefile and into the
48318     config header.  Also renamed the macro to avoid usage colision with the same
48319     macro used by other board ports.
48320
48321     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48322
48323 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
48324 Author: Wolfgang Denk <wd@denx.de>
48325 Date:   Tue Sep 18 17:40:27 2007 +0200
48326
48327     MCC200: fix build warning
48328
48329     The MCC200 board config file includes version.h for some customer-
48330     specific setting, which causes warnings with "make depend"; build
48331     version.h before depend.
48332
48333     Signed-off-by: Wolfgang Denk <wd@denx.de>
48334
48335 commit bd86220f58b99d6896198c385fda132f0c980915
48336 Author: Peter Pearse <peter.pearse@arm.com>
48337 Date:   Tue Sep 18 13:07:54 2007 +0100
48338
48339     Move coloured led API to status_led.h
48340     Improve indentation in drivers/at45.c
48341
48342 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
48343 Author: Eirik Aanonsen <eaa@wprmedical.com>
48344 Date:   Tue Sep 18 08:47:20 2007 +0200
48345
48346     Update atstk1002 bootargs.
48347
48348     Updates to atstk1002 U-Boot header file:
48349     - Changed bootargs:
48350         * Set the bootargs for at1002 to point to the SD-card partition instead
48351         * ... of the boot flash.
48352         * Removing the rootfstype since that argument are not needed.
48353
48354     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
48355     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48356
48357 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
48358 Author: Eirik Aanonsen <eaa@wprmedical.com>
48359 Date:   Wed Sep 12 13:32:37 2007 +0200
48360
48361     Add some comments to clocks in atstk1002.h
48362
48363     This patch applies some clarifying comments to how the different
48364     clocks are setup according to atstk1002.h Some of the previous
48365     comments where stating wrongful information.
48366
48367     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48368
48369 commit 97213f32416ead885deafea86774e912ffd60ad0
48370 Author: David Saada <David.Saada@ecitele.com>
48371 Date:   Mon Sep 17 17:04:47 2007 +0200
48372
48373     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
48374
48375     Signed-off-by: David Saada <david.saada@ecitele.com>
48376
48377 commit 30363e98fa470fbecea5e8bc0f1443352754f303
48378 Author: Stefan Roese <sr@denx.de>
48379 Date:   Mon Sep 17 08:20:47 2007 +0200
48380
48381     Small whitespace cleanup of OneNAND patch
48382
48383     Signed-off-by: Stefan Roese <sr@denx.de>
48384
48385 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
48386 Author: Kyungmin Park <kmpark@infradead.org>
48387 Date:   Mon Sep 10 17:15:14 2007 +0900
48388
48389     OneNAND support (take #2)
48390
48391     [PATCH 3/3] OneNAND support (take #2)
48392
48393     OneNAND support at U-Boot
48394
48395     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
48396
48397 commit 17aa2800457df0c06b41516f46f126712c196219
48398 Author: Kyungmin Park <kmpark@infradead.org>
48399 Date:   Mon Sep 10 17:14:34 2007 +0900
48400
48401     OneNAND support (take #2)
48402
48403     [PATCH 2/3] OneNAND support (take #2)
48404
48405     OneNAND support at U-Boot
48406
48407     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
48408
48409 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
48410 Author: Kyungmin Park <kmpark@infradead.org>
48411 Date:   Mon Sep 10 17:13:49 2007 +0900
48412
48413     OneNAND support (take #2)
48414
48415     [PATCH 1/3] OneNAND support (take #2)
48416
48417     OneNAND support at U-Boot
48418
48419     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
48420
48421 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
48422 Author: Michal Simek <monstr@monstr.eu>
48423 Date:   Sun Sep 16 20:51:57 2007 +0200
48424
48425     [FIX] remove files form repository
48426
48427 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
48428 Author: Wolfgang Denk <wd@denx.de>
48429 Date:   Sun Sep 16 17:10:04 2007 +0200
48430
48431     TQM8xx[LM]: Fix broken environment alignment.
48432
48433     With recent toolchains, the environment sectors were no longer aligned to
48434     sector boundaries. The reason was a combination of two bugs:
48435
48436     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
48437        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
48438        this gets defined, is not included here (and cannot be included
48439        without causing lots of problems).
48440
48441        Added a new #define CFG_USE_PPCENV for all boards which really
48442        want to put the environment is a ".ppcenv" section.
48443
48444     2) The linker scripts just include environment.o, silently assuming
48445        that the objects in that file are really in the order in which
48446        they are coded in the C file, i. e. "environment" first, then
48447        "redundand_environment", and "env_size" last. However, current
48448        toolchains (GCC-4.x) reorder the objects, causing the environment
48449        data not to start on a flash sector boundary:
48450
48451        Instead of:                                      we got:
48452
48453         40008000 T environment                  40008000 T env_size
48454         4000c000 T redundand_environment        40008004 T redundand_environment
48455         40010000 T env_size                     4000c004 T environment
48456
48457        Note: this patch fixes just the first part, and cures the alignment
48458        problem by making sure that "env_size" gets placed correctly. However,
48459        we still have a potential issue because primary and redundant
48460        environment sectors are actually swapped, i. e. we have now:
48461
48462         40008000 T redundand_environment
48463         4000c000 T environment
48464         40010000 T env_size
48465
48466        This shall be fixed in the next version.
48467
48468     Signed-off-by: Wolfgang Denk <wd@denx.de>
48469
48470 commit eb6da8050797c204c9d010548424186c7ce32fc1
48471 Author: Wolfgang Denk <wd@denx.de>
48472 Date:   Sun Sep 16 02:39:35 2007 +0200
48473
48474     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
48475
48476     Signed-off-by: Wolfgang Denk <wd@denx.de>
48477
48478 commit cd2d1602c54cc6957bdef3872272a4b264893960
48479 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
48480 Date:   Mon Sep 10 14:54:56 2007 -0400
48481
48482     Typo fix in tsec.c
48483
48484     Fixup for the break statement in wrong place.
48485
48486     [Patch by urwithsughosh@gmail.com]
48487     Acked-by: Andy Fleming <afleming@freescale.com>
48488     Signed-off-by:      Wolfgang Denk <wd@denx.de>
48489
48490 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
48491 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48492 Date:   Tue Sep 11 17:04:00 2007 +0200
48493
48494     Fix do_div() usage in nand process output
48495
48496     Fix usage of do_div() in nand erase|read|write process output.
48497
48498     The last patch to nand_util.c introduced do_div() instead of libgcc's
48499     implementation. But do_div() returns the quotient in its first
48500     macro parameter and not as result.
48501
48502     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48503
48504 commit c750d2e6692a000a82f29de7bf24e3dc21239161
48505 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48506 Date:   Wed Sep 12 12:36:53 2007 +0200
48507
48508     NAND: Add CFG_NAND_QUIET option
48509
48510     This config option sets the default for the progress information
48511     output behavior that can also be configured through the 'quiet'
48512     environment variable.
48513
48514     The legacy NAND code does not print the current progress info
48515     on the console. So this option is for backward compatibility for
48516     units that are in the field and where setting the quiet variable
48517     is not an option. With CFG_NAND_QUIET set to '1' the console
48518     progress info is turned off. This can still be overwritten
48519     through the environment variable.
48520
48521     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48522
48523 commit dcb88630290d2bcd803386dd4c2be73142994c4f
48524 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
48525 Date:   Thu Sep 13 16:06:05 2007 -0700
48526
48527     ColdFire: fix build error becasue of bad type of mii_init()
48528
48529     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48530
48531 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
48532 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
48533 Date:   Thu Sep 13 16:04:05 2007 -0700
48534
48535     ColdFire: Fix build error caused by pixis.c
48536
48537     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
48538
48539     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48540
48541 commit e21659e30660a1377c42af135a6114efe39801d9
48542 Author: Sam Sparks <SSparks@twacs.com>
48543 Date:   Fri Sep 14 11:14:42 2007 -0600
48544
48545     Update MPC8349ITX*_config to place config.tmp in right place.
48546
48547     MPC834ITX*_config does not store config.tmp at the correct locatation,
48548     causing MPC8349ITXGP to have the wrong TEXT_BASE.
48549
48550     Signed-off-by: Sam Sparks <SSparks@twacs.com>
48551     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48552
48553 commit 1218abf1b5817a39a82399b4b928b00750575bda
48554 Author: Wolfgang Denk <wd@denx.de>
48555 Date:   Sat Sep 15 20:48:41 2007 +0200
48556
48557     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
48558
48559     Signed-off-by: Wolfgang Denk <wd@denx.de>
48560
48561 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
48562 Author: Dirk Behme <dirk.behme@googlemail.com>
48563 Date:   Sat Sep 15 11:55:42 2007 +0200
48564
48565     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
48566
48567     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
48568     function local.
48569
48570     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
48571
48572     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
48573
48574 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
48575 Author: Michal Simek <monstr@monstr.eu>
48576 Date:   Sat Sep 15 00:03:35 2007 +0200
48577
48578     Synchronize with U-BOOT mainline
48579
48580 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
48581 Author: Sam Sparks <SSparks@twacs.com>
48582 Date:   Fri Sep 14 11:14:42 2007 -0600
48583
48584     Update MPC8349ITX*_config to place config.tmp in right place.
48585
48586     MPC834ITX*_config does not store config.tmp at the correct locatation,
48587     causing MPC8349ITXGP to have the wrong TEXT_BASE.
48588
48589     Signed-off-by: Sam Sparks <SSparks@twacs.com>
48590     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48591     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48592
48593 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
48594 Author: Bartlomiej Sieka <tur@semihalf.com>
48595 Date:   Thu Sep 13 18:21:48 2007 +0200
48596
48597     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
48598
48599     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48600
48601 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
48602 Author: Bartlomiej Sieka <tur@semihalf.com>
48603 Date:   Thu Sep 13 16:33:59 2007 +0200
48604
48605     tqm5200: Restore customary env. variable boot commands for powerpc kernels
48606
48607     - update default definitions of kernel_addr and fdt_addr env. variables
48608     - make arch/powerpc booting the default scenario
48609     - update MTD partition layout to match the above
48610
48611     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48612
48613 commit f34024d4a328e6edd906456da98d2c537155c4f7
48614 Author: Wolfgang Denk <wd@denx.de>
48615 Date:   Wed Sep 12 00:48:57 2007 +0200
48616
48617     Fix memory corruption problem on STX GP3 SSA Board.
48618
48619     Signed-off-by: Wolfgang Denk <wd@denx.de>
48620
48621 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
48622 Author: Peter Pearse <peter.pearse@arm.com>
48623 Date:   Tue Sep 11 15:35:01 2007 +0100
48624
48625     Final tidy
48626
48627 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
48628 Author: Grzegorz Bernacki <gjb@semihalf.com>
48629 Date:   Tue Sep 11 15:42:11 2007 +0200
48630
48631     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
48632     scan on second pci bus.
48633
48634     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48635
48636 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
48637 Author: Grzegorz Bernacki <gjb@semihalf.com>
48638 Date:   Tue Sep 11 12:57:52 2007 +0200
48639
48640     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
48641
48642     Bamboo has a file sdram.c which needs special treatment when building in
48643     separate directory. It has to be linked to build directory otherwise it is
48644     not seen.
48645
48646     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48647
48648 commit d45963854eff39d575124d859419bb4953ce2c87
48649 Author: Michal Simek <monstr@monstr.eu>
48650 Date:   Tue Sep 11 00:37:04 2007 +0200
48651
48652     [FIX] Microblaze ML401 - repare FLASH handling
48653
48654 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
48655 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
48656 Date:   Mon Sep 10 16:55:59 2007 +0100
48657
48658     Allocate CPU Architecture Code for STMicroelectronics' ST200.
48659
48660     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
48661     ---------------------------------------------------
48662
48663 commit 754bac48156f8958d8f6a53a51eda88ab5758929
48664 Author: Wolfgang Denk <wd@denx.de>
48665 Date:   Mon Sep 10 20:42:31 2007 +0200
48666
48667     Update version to match current state.
48668
48669     Signed-off-by: Wolfgang Denk <wd@denx.de>
48670
48671 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
48672 Author: Grzegorz Bernacki <gjb@semihalf.com>
48673 Date:   Mon Sep 10 17:39:08 2007 +0200
48674
48675     [MPC512x] Streamline frame handling in the FEC driver
48676
48677     - convert frame size settings to be derived from a single base
48678     - set frame size to the recommended default value
48679
48680     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48681
48682 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
48683 Author: Kyungmin Park <kmpark@infradead.org>
48684 Date:   Mon Sep 10 11:34:00 2007 +0900
48685
48686     Remove compiler warning: target CPU does not support interworking
48687
48688     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
48689
48690 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
48691 Author: Wolfgang Denk <wd@denx.de>
48692 Date:   Sun Sep 9 21:21:33 2007 +0200
48693
48694     Fix compile error in spc1920 config.
48695
48696     Signed-off-by: Markus Klotzbücher <mk@denx.de>
48697     Signed-off-by: Wolfgang Denk <wd@denx.de>
48698
48699 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
48700 Author: Grant Likely <grant.likely@secretlab.ca>
48701 Date:   Fri Sep 7 09:25:07 2007 -0600
48702
48703     Bugfix: make bootm+libfdt compile on boards with no flash
48704
48705     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48706
48707 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
48708 Author: Grzegorz Bernacki <gjb@semihalf.com>
48709 Date:   Fri Sep 7 18:35:37 2007 +0200
48710
48711     [PPC440SPe] PCIe environment settings for Katmai and Yucca
48712
48713     - 'pciconfighost' is set by default in order to be able to scan bridges
48714     behind the primary host/PCIe
48715
48716     - 'pciscandelay' env variable is recognized to allow for user-controlled
48717     delay before the PCIe bus enumeration; some peripheral devices require a
48718     significant delay before they can be scanned (e.g. LSI8408E); without the
48719     delay they are not detected
48720
48721     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48722
48723 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
48724 Author: Grzegorz Bernacki <gjb@semihalf.com>
48725 Date:   Fri Sep 7 18:20:23 2007 +0200
48726
48727     [PPC440SPe] Improve PCIe configuration space access
48728
48729     - correct configuration space mapping
48730     - correct bus numbering
48731     - better access to config space
48732
48733     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
48734     first device on the first bus. We now allow to configure up to 16 buses;
48735     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
48736     peripheral devices farther in hierarchy can be identified.
48737
48738     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48739
48740 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
48741 Author: Grzegorz Bernacki <gjb@semihalf.com>
48742 Date:   Fri Sep 7 17:46:18 2007 +0200
48743
48744     [PPC440SPe] Convert machine check exceptions handling
48745
48746     Convert using fixup mechanism to suppressing MCK for the duration of config
48747     read/write transaction: while fixups work fine with the case of a precise
48748     exception, we identified a major drawback with this approach when there's
48749     an imprecise case. In this scenario there is the following race condition:
48750     the fixup is (by design) set to catch the instruction following the one
48751     actually causing the exception; if an interrupt (e.g. decrementer) happens
48752     between those two instructions, the ISR code is executed before the fixup
48753     handler the machine check is no longer protected by the fixup handler as it
48754     appears as within the ISR code. In consequence the fixup approach is being
48755     phased out and replaced with explicit suppressing of MCK during a PCIe
48756     config read/write cycle.
48757
48758     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48759
48760 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
48761 Author: Wolfgang Denk <wd@denx.de>
48762 Date:   Fri Sep 7 17:43:36 2007 +0200
48763
48764     Fix typo in MAKEALL script.
48765
48766     Signed-off-by: Wolfgang Denk <wd@denx.de>
48767
48768 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
48769 Author: Grzegorz Bernacki <gjb@semihalf.com>
48770 Date:   Fri Sep 7 17:09:21 2007 +0200
48771
48772     [MPC512x] Proper handling of larger frames in the FEC driver
48773
48774     When frame larger than local RX buffer is received, it is split and handled
48775     by two buffer descriptors. Prior to this patch the FEC driver discarded
48776     contents of a buffer descriptor without the 'LAST' bit set, so the first
48777     part of the frame was lost in case of larger frames. This fix allows to
48778     safely combine the two pieces into the whole frame.
48779
48780     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48781
48782 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
48783 Author: Rafal Jaworowski <raj@semihalf.com>
48784 Date:   Fri Sep 7 17:05:36 2007 +0200
48785
48786     [MPC512x] Correct fixup relocation
48787
48788     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
48789
48790 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
48791 Author: Wolfgang Denk <wd@denx.de>
48792 Date:   Fri Sep 7 01:21:25 2007 +0200
48793
48794     Update CHANGELOG, minor coding style cleanup.
48795
48796 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
48797 Author: stefano babic <sbabic@denx.de>
48798 Date:   Thu Aug 30 23:01:49 2007 +0200
48799
48800     PXA270: Added support for TrizepsIV board.
48801
48802     This patch add support for the Trizeps IV module (520Mhz).
48803
48804     Signed-off-by: Stefano Babic <sbabic@denx.de>
48805
48806 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
48807 Author: stefano babic <sbabic@denx.de>
48808 Date:   Thu Aug 30 22:57:04 2007 +0200
48809
48810     PXA270: Add support for multiple serial ports.
48811
48812     This patch adds support for multiple serial ports to the PXA target.
48813     FFUART, BTUART and STUART are supported.
48814
48815     Signed-off-by: Stefano Babic <sbabic@denx.de>
48816
48817 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
48818 Author: stefano babic <sbabic@denx.de>
48819 Date:   Thu Aug 30 22:48:47 2007 +0200
48820
48821     PXA270: fix compile issue (invalid lvalue)
48822
48823     Code is broken for PXA270 due to "invalid lvalue in assignment".
48824
48825     This patch fix it in pxa-regs.h
48826
48827     Signed-off-by: Stefano Babic <sbabic@denx.de>
48828
48829 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
48830 Author: Jason Jin <Jason.jin@freescale.com>
48831 Date:   Thu Aug 30 18:19:05 2007 +0800
48832
48833     Add BUILD_DIR support for bios emulator.
48834
48835     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48836
48837 commit b4d8a55145442f136982634862341a3e02002bda
48838 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
48839 Date:   Fri Aug 31 14:41:51 2007 +0900
48840
48841     [MIPS] Remove inline asm string functions
48842
48843     Stop using inline string functions on MIPS as other ARCHs do so,
48844     since the optimized inline asm versions are not small.
48845
48846     This change is triggered by a following MIPS build error:
48847     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
48848     common/exports.c:32: undefined reference to `strcmp'
48849     make: *** [u-boot] Error 1
48850
48851     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
48852
48853 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
48854 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
48855 Date:   Fri Aug 31 14:41:45 2007 +0900
48856
48857     [MIPS] Update asm string header
48858
48859     This patches contains several bugfixes and cleanups in the latest upstream:
48860
48861      - Don't include linux/config.h
48862      - Remove buggy inline version of memscan.
48863      - Merge with Linux 2.6.11-rc3.
48864      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
48865      - Goodbye mips64.  31704 lines of code bite the dust.
48866      - Replace extern inline with static inline.
48867      - Fix return value of strncpy.
48868      - Remove a bunch more "$1" clobbers.
48869
48870     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
48871
48872 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
48873 Author: Bartlomiej Sieka <tur@semihalf.com>
48874 Date:   Tue Sep 4 17:31:22 2007 +0200
48875
48876     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
48877
48878     Fix incorrect blob address calculation in do_bootm_linux() that prevents
48879     booting the kernel from a multi-file image (kernel + initrd + blob).
48880
48881     Also, make minor updates to the U-Boot's output and to the coding style.
48882
48883     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48884
48885 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
48886 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
48887 Date:   Fri Aug 31 14:29:04 2007 +0200
48888
48889     Add support for Sil680 IDE controller.
48890
48891     o add drivers/sil680.c to support the Sil680 IDE-controller.
48892     o drivers/Makefile: add sil680.o.
48893
48894     Signed-off-by: Gary Jennejohn <garyj@denx.de>
48895
48896 commit e79021223bc339df655e360645a52c457a74b067
48897 Author: Grant Likely <grant.likely@secretlab.ca>
48898 Date:   Thu Sep 6 09:47:40 2007 -0600
48899
48900     bootm/fdt: Only process the fdt if an fdt address was provided
48901
48902     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
48903     kernels using the board info structure (instead of passing a device tree)
48904     This change allows the old style booting to be used if the fdt argument
48905     was not passed to 'bootm'.
48906
48907     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48908     Acked-by: Kim Phillips <kim.phillips@freescale.com>
48909
48910 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
48911 Author: Grant Likely <grant.likely@secretlab.ca>
48912 Date:   Thu Sep 6 09:46:23 2007 -0600
48913
48914     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
48915
48916     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
48917
48918     Tested on: lite5200b
48919
48920     Note: the fixup functions have not been moved to a common place.  This
48921     patch is targeted for immediate merging as in solves a build issue, but
48922     the final name/location of the fixups is still subject to debate.  I
48923     propose to merge this now, and move the fixups in the next merge window
48924     to be usable by all targets.
48925
48926     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48927
48928 commit 41bb76e941929f54a73206fb132f7a4c275543a3
48929 Author: Grant Likely <grant.likely@secretlab.ca>
48930 Date:   Thu Sep 6 09:46:17 2007 -0600
48931
48932     libfdt: add convenience function fdt_find_and_setprop()
48933
48934     Given the path to a node, fdt_find_and_setprop() allows a property value
48935     to be set directly.
48936
48937     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48938
48939 commit 80767a6cead9990d9e77e62be947843c2c72f469
48940 Author: Peter Pearse <peter.pearse@arm.com>
48941 Date:   Wed Sep 5 16:04:41 2007 +0100
48942
48943     Changed API name to coloured_led.h
48944     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
48945     Tidied other cpu/arm920t/start.S code
48946
48947 commit 56a9270521baaa00e12639a978302a67f61ef060
48948 Author: Kumar Gala <galak@kernel.crashing.org>
48949 Date:   Thu Aug 30 16:18:18 2007 -0500
48950
48951     Fix ULI RTC support on MPC8544 DS
48952
48953     The RTC on the M1575 ULI chipset requires a dummy read before
48954     we are able to talk to the RTC.  We accomplish this by adding a
48955     second memory region to the PHB the ULI is on and read from it.
48956
48957     The second region is added to maintain compatiabilty with Linux's
48958     view of the PCI memory map.
48959
48960     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48961
48962 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
48963 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
48964 Date:   Thu Aug 30 01:58:48 2007 -0500
48965
48966     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
48967
48968     pcie is now differentiated from pci.  Add 8641 bus-range updates.
48969
48970     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48971
48972 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
48973 Author: Peter Pearse <peter.pearse@arm.com>
48974 Date:   Tue Sep 4 16:18:38 2007 +0100
48975
48976     Add coloured led interface for ARM boards.
48977     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
48978
48979 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
48980 Author: Peter Pearse <peter.pearse@arm.com>
48981 Date:   Tue Sep 4 14:49:28 2007 +0100
48982
48983     Move include/led.h to board/at91rm9200dk
48984
48985 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
48986 Author: Peter Pearse <peter.pearse@arm.com>
48987 Date:   Tue Sep 4 14:25:51 2007 +0100
48988
48989     Ran Lindent on drivers/at45.c
48990
48991 commit 557ab89d294f08dd532f21d19861b40093200a33
48992 Author: Peter Pearse <peter.pearse@arm.com>
48993 Date:   Tue Sep 4 14:23:50 2007 +0100
48994
48995     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
48996
48997 commit 81b73dec16fd1227369a191e725e10044a9d56b8
48998 Author: Gary Jennejohn <garyj@denx.de>
48999 Date:   Fri Aug 31 15:21:46 2007 +0200
49000
49001     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
49002
49003     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
49004     set to non-zero, because it doesn't support MRM (memory-read-
49005     multiple) correctly. We now added the possibility to configure
49006     this register in the board config file, so that the default value
49007     of 8 can be overridden.
49008
49009     Here the details of this patch:
49010
49011     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
49012       board-specific settings. As an example the sequoia board requires 0.
49013       Idea from Stefan Roese <sr@denx.de>.
49014     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
49015       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
49016     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
49017       CFG_PCI_CACHE_LINE_SIZE to 0.
49018
49019     Signed-off-by: Gary Jennejohn <garyj@denx.de>
49020     Signed-off-by: Stefan Roese <sr@denx.de>
49021
49022 commit 60174746c668b309378a91488dded898e9553eae
49023 Author: Wolfgang Denk <wd@denx.de>
49024 Date:   Fri Aug 31 10:01:51 2007 +0200
49025
49026     Fix TFTP OACK code for short packets.
49027
49028     The old code had a loop limit overflow bug which caused a semi-
49029     infinite loop for small packets, because in "i<len-8", "i" was signed,
49030     but "len" was unsigned, and "len-8" became a huge number for small
49031     values of "len".
49032
49033     This is a workaround which replaces broken commit 8f1bc284.
49034
49035     Signed-off-by: Wolfgang Denk <wd@denx.de>
49036
49037 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
49038 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
49039 Date:   Thu Aug 30 15:03:05 2007 +0200
49040
49041     Reduce BOOTDELAY variable to 1 second by default for STK1002
49042
49043     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
49044     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49045
49046 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
49047 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
49048 Date:   Thu Aug 30 15:03:04 2007 +0200
49049
49050     Remove double quotation marks around MAC address for STK1002
49051
49052     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
49053     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49054
49055 commit ff13ac8c7bbebb238e339592de765c546dba1073
49056 Author: Wolfgang Denk <wd@denx.de>
49057 Date:   Thu Aug 30 14:42:15 2007 +0200
49058
49059     Backout commit 8f1bc284 as it causes TFTP to fail.
49060
49061     Signed-off-by: Wolfgang Denk <wd@denx.de>
49062
49063 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
49064 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
49065 Date:   Thu Aug 30 02:26:17 2007 -0500
49066
49067     Revert "Fix MPC8544DS PCIe3 scsi."
49068
49069     This reverts commit 9468e680.
49070     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
49071
49072     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
49073
49074 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
49075 Author: Grant Likely <grant.likely@secretlab.ca>
49076 Date:   Wed Aug 29 18:26:24 2007 -0600
49077
49078     tftp: don't implicity trust the format of recevied packets
49079
49080     The TFTP OACK code trusts that the incoming packet is formated as
49081     ASCII text and can be processed by string functions. It also has a
49082     loop limit overflow bug where if the packet length is less than 8, it
49083     ends up looping over *all* of memory to find the 'blksize' string.
49084
49085     This patch solves the problem by forcing the packet to be null
49086     terminated and using strstr() to search for the sub string.
49087
49088     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49089
49090 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
49091 Author: Stefan Roese <sr@denx.de>
49092 Date:   Wed Aug 29 16:31:18 2007 +0200
49093
49094     ppc4xx: Change lwmon5 default environment to support Linux RTC
49095
49096     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
49097     to supply the RTC I2C address as bootline parameter. This patch
49098     adds support for this rtc probing parameter to the bootargs:
49099
49100     "rtc-pcf8563.probe=0,0x51"
49101
49102     Signed-off-by: Stefan Roese <sr@denx.de>
49103
49104 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
49105 Author: Kim Phillips <kim.phillips@freescale.com>
49106 Date:   Wed Aug 29 09:06:05 2007 -0500
49107
49108     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
49109
49110     this had slipped through the cracks, since the sbc board was added
49111     after I wrote the original patch to remove all these symbols, and
49112     before it was merged.
49113
49114     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49115
49116 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
49117 Author: Wolfgang Denk <wd@denx.de>
49118 Date:   Wed Aug 29 14:05:30 2007 +0200
49119
49120     Add mii_init() prototype
49121
49122     to get rid of a *lot* of compiler warnings.
49123
49124     Signed-off-by: Wolfgang Denk <wd@denx.de>
49125
49126 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
49127 Author: Wolfgang Denk <wd@denx.de>
49128 Date:   Wed Aug 29 13:35:03 2007 +0200
49129
49130     Disable network support on cmi_mpc5xx board
49131
49132     ..because it caused compiler errors and there seems to be no
49133     board maintainer to take care of this.
49134
49135     Signed-off-by: Wolfgang Denk <wd@denx.de>
49136
49137 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
49138 Author: Kumar Gala <galak@kernel.crashing.org>
49139 Date:   Mon Aug 20 09:44:00 2007 -0500
49140
49141     Fix MPC8544DS PCIe3 scsi.
49142
49143     <ed.swarthout@freescale.com>
49144
49145     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
49146     is allocating memory space it doesn't need.
49147
49148     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
49149     Signed-off-by: Andy Fleming <afleming@freescale.com>
49150
49151 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
49152 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
49153 Date:   Tue Aug 21 09:38:59 2007 -0500
49154
49155     8548cds fixes
49156
49157     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
49158     correct consoledev needed for linux boot.
49159     Standardize on fdt{file,addr} var to hold dtb file name.
49160
49161     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
49162
49163     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
49164
49165 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
49166 Author: Haiying Wang <Haiying.Wang@freescale.com>
49167 Date:   Thu Aug 23 15:20:54 2007 -0400
49168
49169     Enable L2 cache for MPC8568MDS board
49170
49171     The L2 cache size is 512KB for 8568, print out the correct informaiton.
49172
49173     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
49174
49175 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
49176 Author: Jason Jin <Jason.jin@freescale.com>
49177 Date:   Wed Aug 22 17:54:49 2007 +0800
49178
49179     Remove the bios emulator binary files from MAI board
49180
49181     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49182
49183 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
49184 Author: Kim Phillips <kim.phillips@freescale.com>
49185 Date:   Tue Aug 21 17:00:17 2007 -0500
49186
49187     support board vendor-common makefiles
49188
49189     if a board/$(VENDOR)/common/Makefile exists, build it.
49190
49191     also add the first such case, board/freescale/common/Makefile, to
49192     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
49193     dictated by board configuration.
49194
49195     thusly get rid of alternate build dir errors such as:
49196
49197     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
49198
49199     by putting the common/ mkdir command in its proper place (the common
49200     Makefile). Common bits from existing individual board Makefiles have
49201     been removed.
49202
49203     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49204
49205 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
49206 Author: stefano babic <sbabic@denx.de>
49207 Date:   Tue Aug 21 15:52:33 2007 +0200
49208
49209     Fix: TFTP is not working on little endian systems
49210
49211     TFTP does not work anymore after multicast tftp
49212     patch was applied on little endian systems.
49213     This patch fix it.
49214
49215     Signed-off-by: Stefano Babic <sbabic@denx.de>
49216
49217 commit 5f470948570526e9186f053a3003da7719604e90
49218 Author: stefano babic <sbabic@denx.de>
49219 Date:   Tue Aug 21 15:50:33 2007 +0200
49220
49221     Fix MAC address setting in DM9000 driver.
49222
49223     The logic to check if there is a correct MAC address in the DM9000
49224     EEPROM, added in the last patch, is wrong. Now the MAC address is
49225     always taken from the environment, even if a suitable MAC is present
49226     in the EEPROM.
49227
49228     Signed-off-by: Stefano Babic <sbabic@denx.de>
49229
49230 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
49231 Author: Martin Krause <martin.krause@tqs.de>
49232 Date:   Tue Aug 21 12:40:34 2007 +0200
49233
49234     MPC5xxx: fix some compiler warnings in USB code
49235
49236     Fix the following warnings:
49237     - usb.c:xx: warning: function declaration isn't a prototype
49238     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
49239       from pointer wihtout a cast
49240
49241     Signed-off-by: Martin Krause <martin.krase@tqs.de>
49242
49243 commit 16e23c3f5dab6937f5109365416808c7f15c122b
49244 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
49245 Date:   Mon Aug 20 23:55:33 2007 -0500
49246
49247     fsl_pci_init - Remove self PCSRBAR allocation
49248
49249     CPU physical address space was being wasted by allocating a
49250     PCSRBAR PCI inbound region to it's memory space.
49251
49252     As a rule, PCSRBAR should be left alone since it does not affect
49253     transactions from self and other masters may have changed it.
49254
49255     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
49256
49257 commit 0e700ce03a23bb1921149bc77008ace7103d5289
49258 Author: Martin Krause <martin.krause@tqs.de>
49259 Date:   Mon Aug 20 13:56:47 2007 +0200
49260
49261     Fix compiler warning in include/s3c2410.h
49262
49263     This patch fixes the "type qualifiers ignored on fuction return tpye"
49264     warning for include/s3c2410.h
49265
49266     Signed-off-by: Martin Krause <martin.krause@tqs.de>
49267
49268 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
49269 Author: Dirk Behme <dirk.behme@googlemail.com>
49270 Date:   Mon Aug 20 07:09:05 2007 +0200
49271
49272     Fix compilation error for omap2420h4_config.
49273
49274     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
49275     and flash_probe() calls in env_flash.c.
49276
49277     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
49278
49279 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
49280 Author: Kim Phillips <kim.phillips@freescale.com>
49281 Date:   Fri Aug 10 14:34:14 2007 -0500
49282
49283     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
49284
49285     and make some minor corrections to the FDT part of the README.
49286
49287     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49288
49289 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
49290 Author: Wolfgang Denk <wd@denx.de>
49291 Date:   Wed Aug 29 01:32:05 2007 +0200
49292
49293     Minor coding style cleanup.
49294
49295     Signed-off-by: Wolfgang Denk <wd@denx.de>
49296
49297 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
49298 Author: Heiko Schocher <hs@pollux.denx.de>
49299 Date:   Tue Aug 28 17:40:33 2007 +0200
49300
49301     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
49302
49303     Signed-off-by: Heiko Schocher <hs@denx.de>
49304
49305 commit f98984cb194bb34dbe1db9429d3b51133af30d07
49306 Author: Heiko Schocher <hs@pollux.denx.de>
49307 Date:   Tue Aug 28 17:39:14 2007 +0200
49308
49309     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
49310               define there own I/O functions.
49311               (Needed for the pcs440ep board).
49312             - The default I/O Functions are again 8 Bit accesses.
49313             - Added CONFIG_CMD_IDE for the pcs440ep Board.
49314
49315     Signed-off-by: Heiko Schocher <hs@denx.de>
49316
49317 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
49318 Author: Semih Hazar <semih.hazar@indefia.com>
49319 Date:   Mon Aug 20 19:00:01 2007 +0300
49320
49321     AVR32: Change prototype of memset
49322
49323     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
49324     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49325
49326 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
49327 Author: Yuri Tikhonov <yur@emcraft.com>
49328 Date:   Sat Aug 25 05:07:16 2007 +0200
49329
49330     POST: limit memory test area to not touch global data anymore
49331
49332     As experienced on lwmon5, on some boards the POST memory test can
49333     corrupt the global data buffer (bd). This patch fixes this issue
49334     by checking and limiting this area.
49335
49336     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
49337     Signed-off-by: Stefan Roese <sr@denx.de>
49338
49339 commit 75e1a84d483e36be10e206e539b028c4889e1158
49340 Author: Stefan Roese <sr@denx.de>
49341 Date:   Fri Aug 24 15:41:42 2007 +0200
49342
49343     ppc4xx: Add RTC POST test to lwmon5 board configuration
49344
49345     Since this RTC POST test is taking quite a while to complete
49346     it's only initiated upon special keypress same as the complete
49347     memory POST.
49348
49349     Signed-off-by: Stefan Roese <sr@denx.de>
49350
49351 commit d7bfa620037a6d2210159387571bdf93aa32c162
49352 Author: Stefan Roese <sr@denx.de>
49353 Date:   Fri Aug 24 15:19:10 2007 +0200
49354
49355     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
49356
49357     Signed-off-by: Stefan Roese <sr@denx.de>
49358
49359 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
49360 Author: Stefan Roese <sr@denx.de>
49361 Date:   Thu Aug 23 11:02:37 2007 +0200
49362
49363     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
49364
49365     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
49366     board. Now the "eeprom" command can be used to read/write from/to this
49367     device. Additionally a new command was added "eepromwp" to en-/disable
49368     the write-protect of this 2nd EEPROM.
49369
49370     The 1st EEPROM is not affected by this write-protect command.
49371
49372     Signed-off-by: Stefan Roese <sr@denx.de>
49373
49374 commit c64fb30e4c5976007d56fc1789c7a0666082b536
49375 Author: Stefan Roese <sr@denx.de>
49376 Date:   Wed Aug 22 08:56:09 2007 +0200
49377
49378     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
49379
49380     Signed-off-by: Stefan Roese <sr@denx.de>
49381
49382 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
49383 Author: Stefan Roese <sr@denx.de>
49384 Date:   Tue Aug 21 16:27:57 2007 +0200
49385
49386     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
49387
49388     This patch adds support for the matrix keyboard on the lwmon5 board.
49389     Since the implementation in the dsPCI is kind of compatible with the
49390     "old" lwmon board, most of the code is copied from the lwmon
49391     board directory.
49392
49393     Signed-off-by: Stefan Roese <sr@denx.de>
49394
49395 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
49396 Author: Wolfgang Denk <wd@denx.de>
49397 Date:   Sun Aug 19 10:27:34 2007 +0200
49398
49399     Fix some build errors.
49400
49401     Signed-off-by: Wolfgang Denk <wd@denx.de>
49402
49403 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
49404 Author: Wolfgang Denk <wd@denx.de>
49405 Date:   Sat Aug 18 22:00:38 2007 +0200
49406
49407     Update CHANGELOG.
49408
49409 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
49410 Author: Kim Phillips <kim.phillips@freescale.com>
49411 Date:   Thu Aug 16 22:52:39 2007 -0500
49412
49413     lib_ppc: make board_add_ram_info weak
49414
49415     platforms wishing to display RAM diagnostics in addition to size,
49416     can do so, on one line, in their own board_add_ram_info()
49417     implementation.
49418
49419     this consequently eliminates CONFIG_ADD_RAM_INFO.
49420
49421     Thanks to Stefan for the hint.
49422
49423     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49424
49425 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
49426 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49427 Date:   Fri Aug 17 12:43:44 2007 +0900
49428
49429     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
49430
49431     This patch has been sent on:
49432     - 6 Jun 2007
49433
49434     Many users of PCI config read routines tend to ignore the function
49435     ret value, and are only concerned about the contents of *val. Based
49436     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
49437     the *val on dword read error.
49438
49439     Without this fix, for example, we'll go on scanning bus with vendor or
49440     header_type uninitialized. This brings many unnecessary config trials.
49441
49442     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49443
49444 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
49445 Author: Stefan Roese <sr@denx.de>
49446 Date:   Sat Aug 18 14:37:52 2007 +0200
49447
49448     ColdFire: Fix some remaining problems with CFG_CMD_
49449
49450     Signed-off-by: Stefan Roese <sr@denx.de>
49451
49452 commit 8280f6a1c43247616b68224675188e5ccd124650
49453 Author: Stefan Roese <sr@denx.de>
49454 Date:   Sat Aug 18 14:33:02 2007 +0200
49455
49456     Coding style cleanup
49457
49458     Signed-off-by: Stefan Roese <sr@denx.de>
49459
49460 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
49461 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49462 Date:   Thu Aug 16 19:23:50 2007 -0500
49463
49464     ColdFire: Add M5235EVB Platform for MCF523x
49465
49466     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49467
49468 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
49469 Author: Kim Phillips <kim.phillips@freescale.com>
49470 Date:   Fri Aug 17 09:30:00 2007 -0500
49471
49472     mpc83xx: fix typo in DDR2 programming
49473
49474     introduced in the implement board_add_ram_info patch as I was cleaning out the
49475     magic numbers.  sorry.
49476
49477     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49478
49479 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
49480 Author: Kim Phillips <kim.phillips@freescale.com>
49481 Date:   Thu Aug 16 22:53:09 2007 -0500
49482
49483     mpc83xx: move freescale boards to boards/freescale
49484
49485     includes build fixes.
49486
49487     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49488
49489 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
49490 Author: Kim Phillips <kim.phillips@freescale.com>
49491 Date:   Thu Aug 16 22:52:59 2007 -0500
49492
49493     mpc83xx: suppress unused variable 'val8' warning
49494
49495     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49496
49497 commit bbea46f76f767b919070b4829bf34c86bd223248
49498 Author: Kim Phillips <kim.phillips@freescale.com>
49499 Date:   Thu Aug 16 22:52:48 2007 -0500
49500
49501     mpc83xx: implement board_add_ram_info
49502
49503     add board_add_ram_info, to make memory diagnostic output more
49504     consistent. u-boot banner output now looks like:
49505
49506     DRAM:  256 MB (DDR1, 64-bit, ECC on)
49507
49508     and for boards with SDRAM on the local bus, a line such as this is
49509     added:
49510
49511     SDRAM: 64 MB (local bus)
49512
49513     also replaced some magic numbers with their equivalent define names.
49514
49515     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49516
49517 commit 14778585d1389d86d5846efec29e5fce892680ce
49518 Author: Tony Li <tony.li@freescale.com>
49519 Date:   Fri Aug 17 10:35:59 2007 +0800
49520
49521     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
49522
49523     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
49524     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
49525
49526     Signed-off-by Tony Li <tony.li@freescale.com>
49527
49528 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
49529 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49530 Date:   Thu Aug 16 15:05:11 2007 -0500
49531
49532     ColdFire: Add M54455EVB for MCF5445x
49533
49534     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49535
49536 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
49537 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49538 Date:   Thu Aug 16 13:20:50 2007 -0500
49539
49540     ColdFire: Add M5253EVBE platform for MCF52x2
49541
49542     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49543
49544 commit a605aacd8324094199402816cc6d9124aba57b8d
49545 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49546 Date:   Thu Aug 16 05:04:31 2007 -0500
49547
49548     ColdFire: Add M5249EVB platform for MCF52x2
49549
49550     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49551
49552 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
49553 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49554 Date:   Wed Aug 15 20:32:06 2007 -0500
49555
49556     ColdFire: Update Freescale MCF52x2 platforms
49557
49558     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49559
49560 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
49561 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49562 Date:   Wed Aug 15 19:55:10 2007 -0500
49563
49564     ColdFire: Update EB+MCF-EV123 platform
49565
49566     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49567
49568 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
49569 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49570 Date:   Wed Aug 15 19:46:38 2007 -0500
49571
49572     ColdFire: update TASREG platform for MCF52x2
49573
49574     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49575
49576 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
49577 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49578 Date:   Wed Aug 15 19:45:51 2007 -0500
49579
49580     ColdFire: update r5200 platform for MCF52x2
49581
49582     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49583
49584 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
49585 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49586 Date:   Wed Aug 15 19:43:20 2007 -0500
49587
49588     ColdFire: idmr platform MCF52x2 update
49589
49590     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49591
49592 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
49593 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49594 Date:   Wed Aug 15 19:41:06 2007 -0500
49595
49596     ColdFire: cobra5272 platform for MCF52x2 update
49597
49598     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49599
49600 commit 56115665b4a64c10c01440c57749b265e0908fa4
49601 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49602 Date:   Wed Aug 15 19:38:15 2007 -0500
49603
49604     ColdFire: MCF52x2 Header files update
49605
49606     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49607
49608 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
49609 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49610 Date:   Wed Aug 15 19:21:21 2007 -0500
49611
49612     ColdFire: MCF52x2 update
49613
49614     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49615
49616 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
49617 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49618 Date:   Wed Aug 15 18:46:11 2007 -0500
49619
49620     ColdFire: MCF5329 update cache
49621
49622     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49623
49624 commit 7171977fb8fd77cfb6676953fa9a05789c450513
49625 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49626 Date:   Wed Aug 15 15:40:20 2007 -0500
49627
49628     ColdFire: MCF5329 header file clean up
49629
49630     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49631
49632 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
49633 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49634 Date:   Wed Aug 15 15:39:17 2007 -0500
49635
49636     ColdFire: MCF5329 Update and cleanup
49637
49638     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49639
49640 commit 10327dc5541f947c0cf7e31fef86c4706169607a
49641 Author: Andy Fleming <afleming@freescale.com>
49642 Date:   Thu Aug 16 16:35:02 2007 -0500
49643
49644     Add CONFIG_HAS_ETH0 to all boards with TSEC
49645
49646     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
49647     to update TSEC1's device-tree node, so we need to add it
49648     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
49649     since they will eventually do something similar.
49650
49651     Signed-off-by: Andy Fleming <afleming@freescale.com>
49652
49653 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
49654 Author: Kumar Gala <galak@kernel.crashing.org>
49655 Date:   Thu Aug 16 15:05:04 2007 -0500
49656
49657     Update MPC8544 DS PCI memory map
49658
49659     The PCIe bus that the ULI M1575 is connected to has no possible way of
49660     needing more than the fixed amount of IO & Memory space needed by the ULI.
49661
49662     So make it use far less IO & memory space and have it use the shared LAW.  This
49663     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
49664     by each bus.
49665
49666     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49667
49668 commit ea5877e31ed63ade948fd1293895ec23fe01472e
49669 Author: Kumar Gala <galak@kernel.crashing.org>
49670 Date:   Thu Aug 16 11:01:21 2007 -0500
49671
49672     Fix up some fdt issues on 8544DS
49673
49674     It looks like we had a merge issue that duplicated a bit of code
49675     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
49676     the MAC address properly set in the device tree on boot for TSEC1
49677
49678     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49679
49680 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
49681 Author: Niklaus Giger <niklaus.giger@netstal.com>
49682 Date:   Thu Aug 16 15:16:03 2007 +0200
49683
49684     PPC4xx:HCU4/5 cleanup
49685
49686     Minor cleanups to confirm to the u-boot coding style.
49687     Some german expressions -> english.
49688     HCU5 enforces a unique IP adress for a given slot in the rack.
49689
49690     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49691
49692 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
49693 Author: Niklaus Giger <niklaus.giger@netstal.com>
49694 Date:   Thu Aug 16 15:16:02 2007 +0200
49695
49696     PPC4xx:HCU4/5 cleanup ecc/sdram init
49697
49698     Make ecc initialisation robust, as DDR2-ECC errors may be generated
49699     while zeroing the RAM.
49700
49701     Return 16 bytes (a cacheline) less than the available memory, as the
49702     board and/or PPC440EPx might have problems accessing the last bytes.
49703
49704     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49705
49706 commit d35b508a55508535b6e8445b718585d27df733d3
49707 Author: Kim Phillips <kim.phillips@freescale.com>
49708 Date:   Wed Aug 15 22:29:56 2007 -0500
49709
49710     fdt: suppress unused variable 'bd' warning
49711
49712     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49713
49714 commit 82bd9ee77490588d4da785d75829ca63d0176baf
49715 Author: Andy Fleming <afleming@freescale.com>
49716 Date:   Wed Aug 15 20:06:50 2007 -0500
49717
49718     Fix warnings from of_data copy fix
49719
49720     Forgot to cast of_flat_tree to ulong.
49721
49722     Signed-off-by: Andy Fleming <afleming@freescale.com>
49723
49724 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
49725 Author: Andy Fleming <afleming@freescale.com>
49726 Date:   Wed Aug 15 20:03:44 2007 -0500
49727
49728     Don't wait for disconnected TSECs
49729
49730     The TSEC driver's PHY code waits a long time for autonegotiation to
49731     complete, even if the link is down.  The PHY knows the link is
49732     down or up before autonegotiation completes, so we can short-circuit
49733     the process if the link is down.
49734
49735     Signed-off-by: Andy Fleming <afleming@freescale.com>
49736
49737 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
49738 Author: Andy Fleming <afleming@freescale.com>
49739 Date:   Wed Aug 15 20:03:34 2007 -0500
49740
49741     Fix numerous bugs in the 8568 UEC support
49742
49743     Actually, fixed a large bug in the UEC for *all* platforms.
49744     How did this ever work?
49745
49746     uec_init() did not follow the spec for eth_init(), and returned
49747     0 on success.  Switch it to return the link like tsec_init()
49748     (and 0 on error)
49749
49750     The immap for the 8568 was defined based on MPC8568, rather than
49751     CONFIG_MPC8568
49752
49753     CONFIG_QE was off
49754
49755     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
49756
49757     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
49758     enabled
49759
49760     Signed-off-by: Andy Fleming <afleming@freescale.com>
49761
49762 commit 3a79013e2adda53332dfd0b511066a805e929a9d
49763 Author: Andy Fleming <afleming@freescale.com>
49764 Date:   Wed Aug 15 20:03:25 2007 -0500
49765
49766     Define tsec flag values in config files
49767
49768     The tsec_info structure and array has a "flags" field for each
49769     ethernet controller.  This field is the only reason there are
49770     settings.  Switch to defining TSECn_FLAGS for each controller
49771     in the config header, and we can greatly simplify the array, and
49772     also simplify the addition of future boards.
49773
49774     Signed-off-by: Andy Fleming <afleming@freescale.com>
49775
49776 commit ec7238229507e7f47533a611ea8c53319d234cf3
49777 Author: Andy Fleming <afleming@freescale.com>
49778 Date:   Wed Aug 15 20:03:13 2007 -0500
49779
49780     Add support for building all boards with a TSEC
49781
49782     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
49783     Now we can do a MAKEALL test on all of them!
49784
49785     Signed-off-by: Andy Fleming <afleming@freescale.com>
49786
49787 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
49788 Author: Andy Fleming <afleming@freescale.com>
49789 Date:   Wed Aug 15 17:30:56 2007 -0500
49790
49791     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
49792
49793     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
49794     neglected to *also* put the code inside the similar #ifdef
49795     for CONFIG_OF_FLAT_TREE.
49796
49797     Signed-off-by: Andy Fleming <afleming@freescale.com>
49798
49799 commit 78f9fef7f406078c8bf7191e665a73f795157746
49800 Author: Scott Wood <scottwood@freescale.com>
49801 Date:   Wed Aug 15 15:46:46 2007 -0500
49802
49803     mpc885ads: Don't define CONFIG_BZIP2.
49804
49805     bzip2 requires a significant chunk of malloc space, and there isn't
49806     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
49807     and a downloaded image at 0x400000.
49808
49809     Signed-off-by: Scott Wood <scottwood@freescale.com>
49810
49811 commit 002275a3ed8b114885f6702d6d544d0780dfe689
49812 Author: Michal Simek <Monstr@seznam.cz>
49813 Date:   Thu Aug 16 08:54:10 2007 +0200
49814
49815     Bios emulator - fix microblaze toolchain problem
49816
49817     microblaze CPU have problem with bios_emulator code.
49818     Microblaze toolchain doesn't support PRAGMA PACK.
49819
49820     Signed-off-by: Michal Simek <monstr@monstr.eu>
49821
49822 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
49823 Author: Wolfgang Denk <wd@denx.de>
49824 Date:   Thu Aug 16 11:51:04 2007 +0200
49825
49826     Minor Coding Style fix; Update CHANGELOG file.
49827
49828     Signed-off-by: Wolfgang Denk <wd@denx.de>
49829
49830 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
49831 Author: Stefan Roese <sr@denx.de>
49832 Date:   Thu Aug 16 11:21:49 2007 +0200
49833
49834     ppc4xx: Remove #warning in esd auto_update.c
49835
49836     Signed-off-by: Stefan Roese <sr@denx.de>
49837
49838 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
49839 Author: Stefan Roese <sr@denx.de>
49840 Date:   Fri Jun 22 17:32:28 2007 +0200
49841
49842     ppc7xx: Update CPCI750 board
49843
49844     This small CPCI750 update extends the board specific command
49845     "show_config" to display the Marvell strapping registers and
49846     extends the PCI IDE controller.
49847
49848     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
49849     Signed-off-by: Stefan Roese <sr@denx.de>
49850
49851 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
49852 Author: Michal Simek <monstr@monstr.eu>
49853 Date:   Thu Aug 16 10:46:28 2007 +0200
49854
49855     [FIX] Changes for bios_emulator code for others architecture
49856
49857 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
49858 Author: Michal Simek <monstr@monstr.eu>
49859 Date:   Thu Aug 16 10:45:09 2007 +0200
49860
49861     [FIX] Remove unused include file
49862
49863 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
49864 Author: Stefan Roese <sr@denx.de>
49865 Date:   Thu Aug 16 10:18:33 2007 +0200
49866
49867     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
49868
49869     Signed-off-by: Stefan Roese <sr@denx.de>
49870
49871 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
49872 Author: Stefan Roese <sr@denx.de>
49873 Date:   Thu Aug 16 09:54:51 2007 +0200
49874
49875     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
49876
49877     Signed-off-by: Stefan Roese <sr@denx.de>
49878
49879 commit 02ba7022f62bb75908296c58c63866e1d294b69a
49880 Author: Stefan Roese <sr@denx.de>
49881 Date:   Thu Aug 16 09:52:29 2007 +0200
49882
49883     ppc4xx: Update Sequoia/Rainier bootstrap command
49884
49885     As suggested by David Mitchell, here an update for the Sequoia/Rainier
49886     bootstrap command.
49887
49888     Signed-off-by: Stefan Roese <sr@denx.de>
49889
49890 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
49891 Author: Kim Phillips <kim.phillips@freescale.com>
49892 Date:   Wed Aug 15 22:30:39 2007 -0500
49893
49894     mpc83xx: enable libfdt by default on freescale boards
49895
49896     this enables libfdt code by default for the
49897     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
49898     mpc8349itx and gp boards.
49899
49900     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49901
49902 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
49903 Author: Kim Phillips <kim.phillips@freescale.com>
49904 Date:   Wed Aug 15 22:30:33 2007 -0500
49905
49906     mpc83xx: migrate remaining freescale boards to libfdt
49907
49908     this adds libfdt support code for the freescale
49909     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
49910     and gp boards.
49911
49912     Boards remain compatible with OF_FLAT_TREE.
49913
49914     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49915
49916 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
49917 Author: Kim Phillips <kim.phillips@freescale.com>
49918 Date:   Wed Aug 15 22:30:26 2007 -0500
49919
49920     mpc83xx: move common /memory node update mechanism to cpu.c
49921
49922     also adds common prototypes to include/common.h.
49923
49924     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49925
49926 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
49927 Author: Kim Phillips <kim.phillips@freescale.com>
49928 Date:   Wed Aug 15 22:30:19 2007 -0500
49929
49930     mpc83xx: remaining 8360 libfdt fixes
49931
49932     PCI clocks and QE frequencies weren't being updated, and the core clock
49933     was being updated incorrectly.  This patch also adds a /memory node if
49934     it doesn't already exist prior to update.
49935
49936     plus some cosmetic trimming to single line comments.
49937
49938     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49939
49940 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
49941 Author: Kim Phillips <kim.phillips@freescale.com>
49942 Date:   Wed Aug 15 22:30:12 2007 -0500
49943
49944     mpc83xx: fix UEC2->1 typo in libfdt setup code
49945
49946     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49947
49948 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
49949 Author: Kim Phillips <kim.phillips@freescale.com>
49950 Date:   Wed Aug 15 22:30:05 2007 -0500
49951
49952     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
49953
49954     and reorder the existing 83xx maintainers alpha.
49955
49956     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49957
49958 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
49959 Author: Michal Simek <monstr@monstr.eu>
49960 Date:   Wed Aug 15 21:15:05 2007 +0200
49961
49962     [FIX] Resolve problem with warnings
49963     microblaze toolchain don't support PRAGMA PACK.
49964
49965 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
49966 Author: Michal Simek <monstr@monstr.eu>
49967 Date:   Wed Aug 15 21:05:07 2007 +0200
49968
49969     [FIX] Correction command setting for Microblaze boards
49970
49971 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
49972 Author: Michal Simek <monstr@monstr.eu>
49973 Date:   Wed Aug 15 21:03:41 2007 +0200
49974
49975     [FIX] Correction command definition
49976
49977 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
49978 Author: Jon Loeliger <jdl@freescale.com>
49979 Date:   Wed Aug 15 11:55:35 2007 -0500
49980
49981     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
49982
49983     Remove a leftover in net/tftp.c while we're at it.
49984
49985     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49986
49987 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
49988 Author: Jon Loeliger <jdl@freescale.com>
49989 Date:   Wed Aug 15 12:20:40 2007 -0500
49990
49991     Move the MPC8641HPCN board under board/freescale.
49992
49993     Minor path corrections needed to ensure buildability.
49994
49995     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49996
49997 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
49998 Author: Jon Loeliger <jdl@freescale.com>
49999 Date:   Wed Aug 15 11:46:22 2007 -0500
50000
50001     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
50002
50003     Remove a leftover in net/tftp.c while we're at it.
50004
50005     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50006
50007 commit 210f463c71917b7a4495c2103c228b9c179ae64d
50008 Author: Jerry Van Baren <gvb.uboot@gmail.com>
50009 Date:   Wed Aug 15 11:13:15 2007 -0400
50010
50011     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
50012
50013     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
50014     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
50015     when it should have gone inside of the conditional.  As a result, it
50016     broke non-LIBFDT board builds.
50017
50018     Also added a missing "not." to the comment.
50019
50020     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50021
50022 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
50023 Author: Niklaus Giger <niklaus.giger@netstal.com>
50024 Date:   Wed Aug 15 12:14:23 2007 +0200
50025
50026     PPC4xx:HCU4/5-Board fix compile warning
50027
50028     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
50029
50030 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
50031 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50032 Date:   Tue Aug 14 14:06:45 2007 -0500
50033
50034     Fix malloc size error in ahci_init_one.
50035
50036     Typically this causes scsi init to corrupt the
50037     devlist and break the coninfo command.
50038     Fix a compiler size warning.
50039
50040     Signed-off-by: Jason Jin <jason.jin@freescale.com>
50041     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50042     Acked-by: Andy Fleming <afleming@freescale.com>
50043
50044 commit b361acd64fd2525c081b9b288b0804efe209c0e9
50045 Author: ksi@koi8.net <ksi@koi8.net>
50046 Date:   Tue Aug 14 10:02:16 2007 -0700
50047
50048     TI DaVinci - fix unsupported %hhx format
50049
50050     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
50051
50052 commit f01dbb5424a81453c81190dd30e945891466f621
50053 Author: Wolfgang Denk <wd@denx.de>
50054 Date:   Tue Aug 14 18:42:36 2007 +0200
50055
50056     Coding style cleanup. Update CHANGELOG.
50057
50058     Signed-off-by: Wolfgang Denk <wd@denx.de>
50059
50060 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
50061 Author: Andy Fleming <afleming@freescale.com>
50062 Date:   Tue Aug 14 10:32:59 2007 -0500
50063
50064     Fix initrd/dtb interaction
50065
50066     The original code would wrongly relocate the blob to be right before
50067     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
50068     if it is defined.  So we make two changes:
50069
50070     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
50071
50072     2) If the blob is being relocated, relocate it before kbd, not initrd
50073
50074     Signed-off-by: Andy Fleming <afleming@freescale.com>
50075
50076 commit e54b970173769307a116bd34028b6d0c2eea2a4e
50077 Author: Peter Pearse <peter.pearse@arm.com>
50078 Date:   Tue Aug 14 15:40:00 2007 +0100
50079
50080     Supply spi interface in at45.c
50081
50082 commit 4ce846ec59f36b85d6644a769690ad3feb667575
50083 Author: Stefan Roese <sr@denx.de>
50084 Date:   Tue Aug 14 15:12:01 2007 +0200
50085
50086     POST: Fix merge problem
50087
50088     Signed-off-by: Stefan Roese <sr@denx.de>
50089
50090 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
50091 Author: Stefan Roese <sr@denx.de>
50092 Date:   Tue Aug 14 15:03:17 2007 +0200
50093
50094     Coding style cleanup
50095
50096     Signed-off-by: Stefan Roese <sr@denx.de>
50097
50098 commit 779e975117a75e91fcebe226a63104dbfb924ab1
50099 Author: Stefan Roese <sr@denx.de>
50100 Date:   Tue Aug 14 14:44:41 2007 +0200
50101
50102     ppc4xx: Add initial Zeus (PPC405EP) board support
50103
50104     Signed-off-by: Stefan Roese <sr@denx.de>
50105
50106 commit c5a172a5fd636c12467429e3f7910e53773979c6
50107 Author: Stefan Roese <sr@denx.de>
50108 Date:   Tue Aug 14 14:41:55 2007 +0200
50109
50110     POST: Add option for external ethernet loopback test
50111
50112     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
50113     is not done using an internal loopback connection, but by assuming
50114     that an external loopback connector is plugged into the board.
50115
50116     Signed-off-by: Stefan Roese <sr@denx.de>
50117
50118 commit eb2b4010ae426245172988804ee8d9193fb41038
50119 Author: Stefan Roese <sr@denx.de>
50120 Date:   Tue Aug 14 14:39:44 2007 +0200
50121
50122     POST: Add ppc405 support to cache and UART POST
50123
50124     Signed-off-by: Stefan Roese <sr@denx.de>
50125
50126 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
50127 Author: Peter Pearse <peter.pearse@arm.com>
50128 Date:   Tue Aug 14 10:46:32 2007 +0100
50129
50130     Replace lost end of at45.c.
50131
50132 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
50133 Author: Peter Pearse <peter.pearse@arm.com>
50134 Date:   Tue Aug 14 10:30:06 2007 +0100
50135
50136     Update Makefiles for merged and split at45.c.
50137
50138 commit 3454cece2db57cb9eb7087995f7e73066a163f71
50139 Author: Peter Pearse <peter.pearse@arm.com>
50140 Date:   Tue Aug 14 10:21:06 2007 +0100
50141
50142     Delete the merged files.
50143
50144 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
50145 Author: Peter Pearse <peter.pearse@arm.com>
50146 Date:   Tue Aug 14 10:14:05 2007 +0100
50147
50148     Add the files.
50149
50150 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
50151 Author: Peter Pearse <peter.pearse@arm.com>
50152 Date:   Tue Aug 14 10:10:52 2007 +0100
50153
50154     Add MACH_TYPE records for several AT91 boards.
50155     Merge to two at45.c files into a common file, split to at45.c and spi.c
50156     Fix spelling error in DM9161 PHY Support.
50157     Initialize at91rm9200 board (and set LED).
50158     Add PIO control for at91rm9200dk LEDs and Mux.
50159     Change dataflash partition boundaries to be compatible with Linux 2.6.
50160
50161     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
50162     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
50163
50164 commit 4ef35e53c693556c54b0c22d6f873de87bade253
50165 Author: Wolfgang Denk <wd@denx.de>
50166 Date:   Tue Aug 14 09:54:46 2007 +0200
50167
50168     Coding style cleanup, update CHANGELOG
50169
50170     Signed-off-by: Wolfgang Denk <wd@denx.de>
50171
50172 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
50173 Author: Wolfgang Denk <wd@denx.de>
50174 Date:   Tue Aug 14 09:47:27 2007 +0200
50175
50176     Coding style cleanup; rebuild CHANGELOG
50177
50178 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
50179 Author: Randy Vinson <rvinson@linuxbox.(none)>
50180 Date:   Tue Feb 27 19:42:22 2007 -0700
50181
50182     85xxCDS: Add make targets for legacy systems.
50183
50184     The PCI ID select values on the Arcadia main board differ depending
50185     on the version of the hardware. The standard configuration supports
50186     Rev 3.1. The legacy target supports Rev 2.x.
50187
50188     Signed-off-by Randy Vinson <rvinson@mvista.com>
50189
50190 commit e41094c7e38177c755fbd9b182018069614f080d
50191 Author: Andy Fleming <afleming@freescale.com>
50192 Date:   Tue Aug 14 01:50:09 2007 -0500
50193
50194     85xxCDS: Enable the VIA PCI-to-ISA bridge.
50195
50196     Author: Randy Vinson <rvinson@linuxbox.(none)>
50197
50198     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
50199     Arcadia main board.
50200
50201     Signed-off-by: Randy Vinson <rvinson@mvista.com>
50202     Signed-off-by: York Sun <yorksun@freescale.com>
50203
50204 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
50205 Author: Andy Fleming <afleming@freescale.com>
50206 Date:   Tue Aug 14 00:14:25 2007 -0500
50207
50208     Add support for UEC to 8568
50209
50210     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
50211     Signed-off-by: Andy Fleming <afleming@freescale.com>
50212
50213 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
50214 Author: Haiying Wang <Haiying.Wang@freescale.com>
50215 Date:   Tue Jun 19 14:18:34 2007 -0400
50216
50217     Add PCI support for MPC8568MDS board
50218
50219     This patch is against u-boot-mpc85xx.git of www.denx.com
50220
50221     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
50222     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
50223
50224 commit d111d6382c99fdea08c2312eeeae8786945e189a
50225 Author: Haiying Wang <Haiying.Wang@freescale.com>
50226 Date:   Tue Jun 19 14:18:32 2007 -0400
50227
50228     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
50229
50230     This patch is against u-boot-mpc85xx.git of www.denx.com
50231
50232     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
50233     both MPC8548CDS board and MPC8568MDS board, especially for supporting
50234     533MHz DDR2.
50235
50236     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
50237     DDR2 on all current board versions especially ver 1.92 or later to bring
50238     up.
50239
50240     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
50241
50242 commit 3db0bef59eab1155801618cef5c481e97553b597
50243 Author: Kumar Gala <galak@kernel.crashing.org>
50244 Date:   Tue Aug 7 18:07:27 2007 -0500
50245
50246     Use an absolute address when jumping out of 4k boot page
50247
50248     On e500 when we leave the 4k boot page we should use an absolute address since
50249     we don't know where the board code may want us to be really running at.
50250
50251     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50252
50253 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
50254 Author: Andy Fleming <afleming@freescale.com>
50255 Date:   Mon Aug 13 14:49:59 2007 -0500
50256
50257     MPC85xx BA bits not set for 3-bit bank address DIMM
50258
50259     The current implementation does not set the number of bank address bits
50260     (BA) in the processor. The default assumes 2 logical bank bits. This
50261     works fine for a DIMM that uses devices with 4 internal banks (SPD
50262     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
50263     devices with 8 internal banks (SPD byte17 = 0x8).
50264
50265     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
50266
50267 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
50268 Author: Andy Fleming <afleming@freescale.com>
50269 Date:   Mon Aug 13 14:38:06 2007 -0500
50270
50271     Fix minor 85xx warnings
50272
50273     Some patches had inserted warnings into the build:
50274     * mpc8560ads declared data without using it
50275     * cpu_init declared ecm and immap without using it in all CONFIGs
50276     * MPC8548CDS.h had its default filenames changed so that they contained
50277       "\m" in the paths.  Made the defaults not Windows-specific (or
50278       anything-specific)
50279
50280     Signed-off-by: Andy Fleming <afleming@freescale.com>
50281
50282 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
50283 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50284 Date:   Fri Jul 27 01:50:52 2007 -0500
50285
50286     8548cds PCIE support.
50287
50288     Make the early L1 cache stack region guarded to prevent speculative
50289     fetches outside the locked range.
50290
50291     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
50292     init.S whitespace cleanup.
50293
50294     Allow TEXT_BASE value to be specified on command line.  This allows it
50295     to be set to 0xfffc0000 which cuts the uboot binary in half.
50296
50297     Clear and enable lbc and ecm errors.
50298
50299     Update last_busno in device-tree for pci and pcie.
50300
50301     Remove load of obsolete cpu/mpc85xx/pci.0
50302
50303     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50304     Acked-by: Andy Fleming <afleming@freescale.com>
50305
50306 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
50307 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50308 Date:   Fri Jul 27 01:50:51 2007 -0500
50309
50310     8544ds PCIE support
50311
50312     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
50313
50314     Enable LBC and ECM errors and clear error registers.
50315
50316     Add tftpflash env var to get uboot from tftp server and flash it.
50317
50318     Add pci/pcie convenience env vars to display register space:
50319       "run pcie3regs" to see all pcie3 ccsr registers
50320       "run pcie3cfg" to see all cfg registers
50321     Whitespace cleanup and MPC8544DS.h
50322
50323     Enable CONFIG_INTERRUPTS.
50324
50325     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50326     Acked-by: Andy Fleming <afleming@freescale.com>
50327
50328 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
50329 Author: Andy Fleming <afleming@freescale.com>
50330 Date:   Tue Aug 14 01:34:21 2007 -0500
50331
50332     85xx start.S cleanup and exception support
50333
50334     From: Ed Swarthout <Ed.Swarthout@freescale.com>
50335
50336     Support external interrupts from platform to eliminate system hangs.
50337     Define CONFIG_INTERRUPTS board configure option to enable.
50338     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
50339
50340     Remove extra cpu initialization redundant with hardware initialization.
50341     Whitespace cleanup.
50342
50343     Define and use _START_OFFSET consistent with other processors using
50344     ppc_asm.tmpl
50345
50346     Move additional code from .text to boot page to make room for
50347     exception vectors at start of image.
50348
50349     Handle Machine Check, External and Critical exceptions.
50350
50351     Fix e500 machine check error determination in traps.c
50352
50353     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
50354
50355     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50356     Acked-by: Andy Fleming <afleming@freescale.com>
50357
50358 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
50359 Author: Andy Fleming <afleming@freescale.com>
50360 Date:   Tue Aug 14 01:33:18 2007 -0500
50361
50362     Add MPC8544DS README
50363
50364     Signed-off-by: Andy Fleming <afleming@freescale.com>
50365
50366 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
50367 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50368 Date:   Fri Jul 27 01:50:48 2007 -0500
50369
50370     85xx allow debugger to configure ddr.
50371
50372     Only check for mpc8548 rev 1 when compiled for 8548.
50373
50374     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50375     Acked-by: Andy Fleming <afleming@freescale.com>
50376
50377 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
50378 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50379 Date:   Fri Jul 27 01:50:47 2007 -0500
50380
50381     mpc85xx L2 cache reporting and SRAM relocation option.
50382
50383     Allow debugger to override flash cs0/cs1 settings to enable alternate
50384     boot regions
50385
50386     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50387     Acked-by: Andy Fleming <afleming@freescale.com>
50388
50389 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
50390 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50391 Date:   Fri Jul 27 01:50:46 2007 -0500
50392
50393     e500 needs ppc_asm.tmp MCK_EXCEPTION
50394
50395     Always define MCK_EXCEPTION macro - so e500 can use it too.
50396
50397     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50398     Acked-by: Andy Fleming <afleming@freescale.com>
50399
50400 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
50401 Author: David Updegraff <dave@cray.com>
50402 Date:   Mon Jun 11 10:41:07 2007 -0500
50403
50404     multicast tftp: RFC2090
50405
50406     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
50407     on Realtek RTL8139 and Freescale TSEC.
50408
50409     Signed-off-by: David Updegraff <dave@cray.com>
50410     Signed-off-by: Ben Warren <bwarren@qstreams.com>
50411
50412 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
50413 Author: Wilson Callan <wcallan@savantav.com>
50414 Date:   Sat Jul 28 10:56:13 2007 -0400
50415
50416     New CONFIG_BOOTP_SERVERIP option
50417
50418     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
50419     from the bootp server
50420
50421     Signed-off-by: Wilson Callan <wcallan@savantav.com>
50422     Signed-off-by: Ben Warren <bwarren@qstreams.com>
50423
50424 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
50425 Author: Mike Rapoport <mike@compulab.co.il>
50426 Date:   Sun Aug 12 08:48:27 2007 +0300
50427
50428     Add ability to take MAC address from the environment to DM9000 driver
50429
50430     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
50431     Signed-off-by: Ben Warren <bwarren@qstreams.com>
50432
50433 commit be5d72d10d47609326226225181e301fb9a33b58
50434 Author: Wolfgang Denk <wd@denx.de>
50435 Date:   Mon Aug 13 21:57:53 2007 +0200
50436
50437     Minor coding style cleanup. Update CHANGELOG.
50438
50439     Signed-off-by: Wolfgang Denk <wd@denx.de>
50440
50441 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
50442 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
50443 Date:   Sat Aug 11 06:54:58 2007 -0500
50444
50445     Modify SBC8641D to use new Freescale PCI routines
50446
50447     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
50448     adapter.
50449
50450     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
50451     Signde-off-by: Jon Loeliger <jdl@freescale.com>
50452
50453 commit a08458303e7f9db67f296980036d3292c35cb45c
50454 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50455 Date:   Fri Jun 29 18:38:51 2007 +0200
50456
50457     atmel_mci: Fix data timeout value
50458
50459     Calculate the data timeout based on values from the CSD instead of
50460     just using a hardcoded DTOR value. This is a backport of a similar fix
50461     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
50462     instead of down.
50463
50464     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50465
50466 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
50467 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50468 Date:   Mon Aug 13 17:22:31 2007 +0200
50469
50470     AVR32: Include <div64.h> instead of <asm/div64.h>
50471
50472     include/asm-avr32/div64.h was recently moved to include/div64.h, but
50473     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
50474     the patch was merged perhaps?)
50475
50476     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
50477     compiles again.
50478
50479     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50480
50481 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
50482 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50483 Date:   Wed Jun 27 13:34:26 2007 +0200
50484
50485     atmel_mci: Use 512 byte blocksize if possible
50486
50487     Instead of always using the largest blocksize the card supports, check
50488     if it can support smaller block sizes and use 512 bytes if possible.
50489     Most cards do support this, and other parts of u-boot seem to have
50490     trouble with block sizes different from 512 bytes.
50491
50492     Also enable underrun/overrun protection.
50493
50494     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50495     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
50496
50497 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
50498 Author: Stefan Roese <sr@denx.de>
50499 Date:   Mon Aug 13 09:05:33 2007 +0200
50500
50501     ppc4xx: Fix problem in PLL clock calculation
50502
50503     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
50504     and fixes a bug in the PLL clock calculation.
50505
50506     Signed-off-by: Stefan Roese <sr@denx.de>
50507
50508 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
50509 Author: Wolfgang Denk <wd@denx.de>
50510 Date:   Sun Aug 12 21:34:50 2007 +0200
50511
50512     Update CHANGELOG
50513
50514 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
50515 Author: Wolfgang Denk <wd@denx.de>
50516 Date:   Sun Aug 12 21:34:34 2007 +0200
50517
50518     Minor alignment of output, 2nd try.
50519     Also update CHANGELOG
50520
50521     Signed-off-by: Wolfgang Denk <wd@denx.de>
50522
50523 commit 6b309f22a724fad8418e811751a0741b893419cf
50524 Author: Wolfgang Denk <wd@denx.de>
50525 Date:   Sun Aug 12 20:35:49 2007 +0200
50526
50527     Minor alignment of output
50528
50529     Signed-off-by: Wolfgang Denk <wd@denx.de>
50530
50531 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
50532 Author: Wolfgang Denk <wd@denx.de>
50533 Date:   Sun Aug 12 18:28:18 2007 +0200
50534
50535     Cleanup output on ADS5121 board
50536
50537     Signed-off-by: Wolfgang Denk
50538
50539 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
50540 Author: Wolfgang Denk <wd@denx.de>
50541 Date:   Sun Aug 12 15:11:38 2007 +0200
50542
50543     Adapt board configuration and fix kernel crash on MCC200 board.
50544
50545     The update procedure was modified to turn off the USB subsystem
50546     before exit for MCC200 and TRAB. This is necessary as otherwise the
50547     USB controller continues to write periodically to system memory!
50548
50549     MCC200-specific notes:
50550     - the patch disables the magic key check for MCC200
50551     - the patch contains the configuration changes made
50552       for the new revision of the board.
50553
50554     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
50555     Signed-off-by: Wolfgang Denk <wd@denx.de>
50556
50557 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
50558 Author: Wolfgang Denk <wd@denx.de>
50559 Date:   Sun Aug 12 14:47:54 2007 +0200
50560
50561     Adjust default configuration of ADS5121 board.
50562
50563     Signed-off-by: Wolfgang Denk <wd@denx.de>
50564
50565 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
50566 Author: Wolfgang Denk <wd@denx.de>
50567 Date:   Sun Aug 12 14:27:39 2007 +0200
50568
50569     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
50570
50571     Signed-off-by: Wolfgang Denk <wd@denx.de>
50572
50573 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
50574 Author: Gerald Van Baren <vanbaren@cideas.com>
50575 Date:   Tue Aug 7 21:14:22 2007 -0400
50576
50577     Improve error print messages.
50578
50579     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50580
50581 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
50582 Author: Kim Phillips <kim.phillips@freescale.com>
50583 Date:   Tue Jul 17 13:57:04 2007 -0500
50584
50585     fdt: allow for builds that don't want env and bd_t nodes
50586
50587     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
50588     area.
50589
50590     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50591
50592 commit 91148bf7aeba142d6f348805db7625db7da64d6f
50593 Author: Kim Phillips <kim.phillips@freescale.com>
50594 Date:   Tue Jul 17 13:56:53 2007 -0500
50595
50596     fdt: do board setup based on fdt address specified on bootm line
50597
50598     The last fdt patch to bootm did board setup based on the address
50599     specified by a prior fdt address command invocation.  The bootm
50600     code, as its call to fdt_chosen does, should use the fdt specified
50601     by the user on the bootm command.  Note this restores full
50602     functionality for the 8360's existing default boot environment
50603     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
50604     before booting a kernel).
50605
50606     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50607
50608 commit e125a2ffc209dd34794e326c7175658253beadf3
50609 Author: Gerald Van Baren <vanbaren@cideas.com>
50610 Date:   Tue Jul 10 20:40:39 2007 -0400
50611
50612     Call ft_board_setup() from the bootm command.
50613
50614     In the patch titled "Create new fdt boardsetup command..." I removed the
50615     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
50616     to add a direct call back into cmd_bootm.c
50617
50618     This fixes the oversight by adding the direct call to the bootm command.
50619
50620     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50621
50622 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
50623 Author: Gerald Van Baren <vanbaren@cideas.com>
50624 Date:   Mon Jun 25 23:25:28 2007 -0400
50625
50626     Create new fdt boardsetup command, fix bug parsing [] form of set values.
50627
50628     Previously ft_board_setup() was called by fdt_chosen() which was not
50629     really correctly structured.  This splits ft_board_setup() out by creating
50630     a new fdt boardsetup command.
50631
50632     Fix a bug when parsing fdt set command values which have the square
50633     bracket form [00 11 22 33] - the length was updated incorrectly in when
50634     parsing that form.
50635
50636     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50637
50638 commit 6f35ded9e85493595e0eb66a82b502a95326d049
50639 Author: Gerald Van Baren <vanbaren@cideas.com>
50640 Date:   Mon Jun 25 20:55:58 2007 -0400
50641
50642     Tighten up the error messages.
50643
50644     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50645
50646 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
50647 Author: Gerald Van Baren <vanbaren@cideas.com>
50648 Date:   Mon Jun 25 19:52:23 2007 -0400
50649
50650     Asthetic improvements: error messages and line lengths.
50651
50652     Tighten up the error messages, split overlength lines.
50653
50654     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50655
50656 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
50657 Author: Gerald Van Baren <vanbaren@cideas.com>
50658 Date:   Fri May 25 22:08:57 2007 -0400
50659
50660     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
50661
50662     The fdt_chosen() function was adding/seting some properties ad-hoc
50663       improperly and duplicated (poorly) what was done in ft_board_setup()
50664
50665     Clean up long lines (setting properties, printing errors).
50666
50667     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50668
50669 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
50670 Author: Gerald Van Baren <vanbaren@cideas.com>
50671 Date:   Mon May 21 23:27:16 2007 -0400
50672
50673     For fdt_find_node_by_path(), handle the root path properly.
50674
50675     Also removes the special case root path detection in cmd_fdt.c since it
50676     is no longer necessary.
50677
50678     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50679
50680 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
50681 Author: Gerald Van Baren <vanbaren@cideas.com>
50682 Date:   Thu May 17 23:54:36 2007 -0400
50683
50684     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
50685
50686     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50687     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
50688
50689 commit 1a861169bc3758f9de3aead62b058736c6891246
50690 Author: Gerald Van Baren <vanbaren@cideas.com>
50691 Date:   Wed Jun 6 22:47:58 2007 -0400
50692
50693     Replace fdt_node_offset() with fdt_find_node_by_path().
50694
50695     The new name matches more closely the kernel's name, which is also
50696     a much better description.
50697
50698     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50699     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
50700
50701 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
50702 Author: Gerald Van Baren <vanbaren@cideas.com>
50703 Date:   Wed May 16 22:39:59 2007 -0400
50704
50705     Fix cmd_fdt line lengths, refactor code.
50706
50707     Break lines that were greater than 80 characters in length.
50708     Move the fdt print and property parsing code to separate static functions
50709       to reduce coding clutter in the fdt_cmd handling body.
50710
50711     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50712
50713 commit 25114033ab21788810c48ba4df103b649da1223b
50714 Author: Gerald Van Baren <vanbaren@cideas.com>
50715 Date:   Sat May 12 09:47:25 2007 -0400
50716
50717     FDT command improvements.
50718
50719     Fix "fdt set" so that it will create a non-existing property.
50720     Add "fdt mknode" to create nodes.
50721
50722     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50723
50724 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
50725 Author: Gerald Van Baren <vanbaren@cideas.com>
50726 Date:   Sat May 12 09:45:46 2007 -0400
50727
50728     Reorganize and fix problems (returns) in the bootm command.
50729
50730     Do *NOT* return after the "point of no return" has been passed.
50731       If something goes wrong, the board must be reset after that point.
50732     Move the "Transferring control to Linux" debug message back to where it
50733       belongs: just before transferring control to linux.
50734
50735     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50736
50737 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
50738 Author: Gerald Van Baren <vanbaren@cideas.com>
50739 Date:   Tue May 8 21:27:35 2007 -0400
50740
50741     Fix bugs in the CONFIG_OF_LIBFDT
50742
50743     Stupid coding mistakes (identified by Timur Tabi, thanks).
50744
50745     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50746
50747 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
50748 Author: Gerald Van Baren <vanbaren@cideas.com>
50749 Date:   Wed Apr 25 22:47:15 2007 -0400
50750
50751     Improve fdt move length handling.
50752
50753     Make the length parameter optional: if not specified, do the move using
50754     the current size unchanged.
50755
50756     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50757
50758 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
50759 Author: Gerald Van Baren <vanbaren@cideas.com>
50760 Date:   Wed Apr 25 22:23:36 2007 -0400
50761
50762     Minor code clean up.
50763
50764     Declare the variable fdt properly as extern.
50765     Call the "set_fn" function pointer the "short way" without the full
50766       dereferencing syntax.
50767
50768     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50769
50770 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
50771 Author: Gerald Van Baren <vanbaren@cideas.com>
50772 Date:   Wed Apr 25 21:24:27 2007 -0400
50773
50774     Improve error messages, more informative.
50775
50776     Print more than the raw libfdt error message strings.  This is especially
50777     useful for cluing in the user when the bootm command aborts due to
50778     blob problems.
50779
50780     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50781
50782 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
50783 Author: Gerald Van Baren <vanbaren@cideas.com>
50784 Date:   Fri Apr 20 22:46:53 2007 -0400
50785
50786     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
50787
50788     This is the way u-boot reduces configured-out code.  At Wolfgang
50789     Grandegger and Wolfgang Denk's request, make libfdt conform.
50790
50791     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50792
50793 commit 923efd286411ed052d9e074f59f8986d6081061c
50794 Author: Bruce Adler <bruce.adler@ccpu.com>
50795 Date:   Fri Aug 10 14:54:47 2007 -0700
50796
50797     add image size and descriptors for Spartan 3E FPGA chips
50798
50799     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
50800
50801     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
50802
50803 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
50804 Author: Kim Phillips <kim.phillips@freescale.com>
50805 Date:   Fri Aug 10 15:34:48 2007 -0500
50806
50807     make MAKEALL more immune to merge conflicts
50808
50809     ..by placing board entries one per line, as suggested by jdl.
50810
50811     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50812
50813 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
50814 Author: Kim Phillips <kim.phillips@freescale.com>
50815 Date:   Fri Aug 10 13:28:25 2007 -0500
50816
50817     README: Remove outdated cpu type, board type, and NAME_config lists
50818
50819     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50820
50821 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
50822 Author: Dave Liu <r63238@freescale.com>
50823 Date:   Fri Aug 10 15:48:59 2007 +0800
50824
50825     mpc83xx: Suppress the warning 'burstlen'
50826
50827     suppress the warning 'burstlen' of spd_sdram.
50828
50829     Signed-off-by: Dave Liu <daveliu@freescale.com>
50830
50831 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
50832 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
50833 Date:   Thu Aug 9 15:11:03 2007 -0500
50834
50835     Add support for SBC8641D. Config files.
50836
50837     Add support for Wind River's SBC8641D reference board.
50838
50839     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
50840     Acked-by: Wolfgang Denk <wd@denx.de>
50841     Acked-by: Jon Loeliger <jdl@freescale.com>
50842
50843 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
50844 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
50845 Date:   Thu Aug 9 15:10:53 2007 -0500
50846
50847     Add support for SBC8641D.  Board files.
50848
50849     Add support for Wind River's SBC8641D reference board.
50850
50851     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
50852     Acked-by: Wolfgang Denk <wd@denx.de>
50853     Acked-by: Jon Loeliger <jdl@freescale.com>
50854
50855 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
50856 Author: Stefan Roese <sr@denx.de>
50857 Date:   Fri Aug 10 20:34:58 2007 +0200
50858
50859     Conding style cleanup
50860
50861     Signed-off-by: Stefan Roese <sr@denx.de>
50862
50863 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
50864 Author: Sergey Kubushyn <ksi@koi8.net>
50865 Date:   Fri Aug 10 20:26:18 2007 +0200
50866
50867     [ARM] TI DaVinci support, hopefully final
50868
50869     Add support for the following DaVinci boards:
50870     - DV_EVM
50871     - SCHMOOGIE
50872     - SONATA
50873
50874     Changes:
50875
50876     - Split into separate board directories
50877     - Removed changes to MTD_DEBUG (or whatever it's called)
50878     - New CONFIG_CMD party line followed
50879     - Some cosmetic fixes, cleanup etc.
50880     - Patches against the latest U-Boot tree as of now.
50881     - Fixed CONFIG_CMD_NET in net files.
50882     - Fixed CONFIG_CMD_EEPROM for schmoogie.
50883     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
50884        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
50885        but it at least compiles.
50886
50887     Here is an excerpt from session log on SCHMOOGIE...
50888
50889     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
50890
50891     DRAM:  128 MB
50892     NAND:  128 MiB
50893     In:    serial
50894     Out:   serial
50895     Err:   serial
50896     ARM Clock : 297MHz
50897     DDR Clock : 162MHz
50898     ETH PHY   : DP83848 @ 0x01
50899     U-Boot > iprobe
50900     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
50901     U-Boot > ping 192.168.253.10
50902     host 192.168.253.10 is alive
50903     U-Boot >
50904
50905     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
50906     Acked-by: Dirk Behme <dirk.behme@gmail.com>
50907     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
50908     Acked-by: Stefan Roese <sr@denx.de>
50909
50910 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
50911 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50912 Date:   Fri Jul 27 01:50:45 2007 -0500
50913
50914     fsl_pci_init cleanup.
50915
50916     Do not enable normal errors created during probe (master abort, perr,
50917     and pcie Invalid Configuration access).
50918
50919     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
50920
50921     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50922     Acked-by: Andy Fleming <afleming@freescale.com>
50923
50924 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
50925 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50926 Date:   Fri Jul 27 01:50:44 2007 -0500
50927
50928     pciauto_setup_device bars_num fix
50929
50930     Passing bars_num=0 to pciauto_setup_device should assign no bars.
50931
50932     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50933     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50934     Acked-by: Andy Fleming <afleming@freescale.com>
50935
50936 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
50937 Author: Jon Loeliger <jdl@freescale.com>
50938 Date:   Mon Aug 6 17:39:44 2007 -0500
50939
50940     8641hpcn: Do correct sized pointer math.
50941
50942     When I rebased Ed's patch and cleaned up a few compilation
50943     problems, I apparently rebased my brain on crack first.
50944     Fix that by doing (char *) sized pointer math as needed.
50945
50946     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50947
50948 commit cfc7a7f5bb3273c9951173c788001d45118f141f
50949 Author: Jon Loeliger <jdl@freescale.com>
50950 Date:   Thu Aug 2 14:42:20 2007 -0500
50951
50952     cpu/86xx fixes.
50953
50954     Remove rev 1 fixes.
50955     Always set PICGCR_MODE.
50956     Enable machine check and provide board config option
50957     to set and handle SoC error interrupts.
50958
50959     Include MSSSR0 in error message.
50960
50961     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
50962
50963     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50964     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50965
50966 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
50967 Author: Stefan Roese <sr@denx.de>
50968 Date:   Fri Aug 10 10:42:25 2007 +0200
50969
50970     Coding style cleanup
50971
50972     Signed-off-by: Stefan Roese <sr@denx.de>
50973
50974 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
50975 Author: Dirk Behme <dirk.behme@googlemail.com>
50976 Date:   Thu Aug 2 17:42:08 2007 +0200
50977
50978     Make use of generic 64bit division in nand_util.c
50979
50980     Use generic 64bit division in nand_util.c. This makes nand_util.c
50981     independent of any toolchain 64bit division.
50982
50983     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
50984
50985 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
50986 Author: Dirk Behme <dirk.behme@googlemail.com>
50987 Date:   Thu Aug 2 17:41:14 2007 +0200
50988
50989     Move 64bit division from avr32 to generic lib
50990
50991     Move the 64bit division from lib_avr32 to lib_generic. With this, all
50992     boards can do_div/__div64_32 if needed, not only avr one. Code is put
50993     to lib_generic, so no larger memory footprint if not used. No code
50994     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
50995
50996     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
50997
50998 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
50999 Author: Niklaus Giger <niklausgiger@gmx.ch>
51000 Date:   Fri Jul 27 11:31:22 2007 +0200
51001
51002     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
51003
51004     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51005
51006 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
51007 Author: Niklaus Giger <niklausgiger@gmx.ch>
51008 Date:   Fri Jul 27 11:30:33 2007 +0200
51009
51010     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
51011
51012     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51013
51014 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
51015 Author: Niklaus Giger <niklausgiger@gmx.ch>
51016 Date:   Fri Jul 27 11:38:26 2007 +0200
51017
51018     Add PPC4xx-HCU4 and HCU5 boards: common files
51019
51020     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51021
51022 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
51023 Author: Niklaus Giger <niklausgiger@gmx.ch>
51024 Date:   Fri Jul 27 11:28:44 2007 +0200
51025
51026     Add PPC4xx-HCU4 and HCU5 boards: make related
51027
51028     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51029
51030 commit 137fdd9f474ecb853efdace5200576308c67f18d
51031 Author: Niklaus Giger <niklausgiger@gmx.ch>
51032 Date:   Fri Jul 27 11:28:03 2007 +0200
51033
51034     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
51035
51036     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51037
51038 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
51039 Author: Niklaus Giger <niklausgiger@gmx.ch>
51040 Date:   Fri Jul 27 11:27:15 2007 +0200
51041
51042     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
51043
51044     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51045
51046 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
51047 Author: Niklaus Giger <niklausgiger@gmx.ch>
51048 Date:   Fri Jul 27 11:25:31 2007 +0200
51049
51050     Add PPC4xx-HCU4 and HCU5 boards: READMEs
51051
51052     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51053
51054 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
51055 Author: Niklaus Giger <niklausgiger@gmx.ch>
51056 Date:   Fri Jul 27 11:37:40 2007 +0200
51057
51058     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
51059
51060     This series of patches adds support for 2 boards from Netstal Maschinen.
51061
51062     The HCU4 has a PPC405Gpr and
51063     the HCU5 has a PPC440EPX.
51064
51065     The HCU4 has a somehow complicated flash setup, as the booteprom is
51066     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
51067     elegant solution.
51068
51069     The HCU5 has only a booteprom as the whole code will be downloaded from a
51070     different board which has HD, CD-ROM, etc and where all code is stored.
51071
51072     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
51073     Thanks them a lot.
51074
51075     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51076
51077 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
51078 Author: Stefan Roese <sr@denx.de>
51079 Date:   Fri Aug 10 08:42:55 2007 +0200
51080
51081     ppc4xx: Update lwmon5 POST configuration
51082
51083     Signed-off-by: Stefan Roese <sr@denx.de>
51084
51085 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
51086 Author: Yuri Tikhonov <yur@emcraft.com>
51087 Date:   Fri Aug 10 08:25:22 2007 +0200
51088
51089     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
51090
51091     The patch adds support for UART POST on ppc44x-based boards with no
51092     external serial clocks installed.
51093
51094     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
51095     Acked-by: Stefan Roese <sr@denx.de>
51096
51097 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
51098 Author: Kim Phillips <kim.phillips@freescale.com>
51099 Date:   Mon Aug 6 18:18:34 2007 -0500
51100
51101     mpc83xx: fix ITX[GP] O=builddir builds
51102
51103     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
51104
51105     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
51106     "BUILD_DIR=<some dir> ./MAKEALL ..."
51107
51108     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51109
51110 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
51111 Author: Dave Liu <r63238@freescale.com>
51112 Date:   Wed Aug 1 15:00:59 2007 +0800
51113
51114     mpc83xx: Correct the README for DDR ECC
51115
51116     Update the README for DDR ECC, change the name
51117     to README.mpc83xx.ddrecc.
51118
51119     Signed-off-by: Dave Liu <daveliu@freescale.com>
51120     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51121
51122 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
51123 Author: Dave Liu <r63238@freescale.com>
51124 Date:   Wed Aug 1 15:00:15 2007 +0800
51125
51126     mpc83xx: Consolidate the ECC support of 83xx
51127
51128     Remove the duplicated source code of ecc command on the <board>.c,
51129     for reused, move these code to cpu/mpc83xx directory.
51130
51131     Signed-off-by: Dave Liu <daveliu@freescale.com>
51132     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51133
51134 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
51135 Author: Dave Liu <r63238@freescale.com>
51136 Date:   Sat Aug 4 13:37:39 2007 +0800
51137
51138     mpc83xx: Correct the burst length for DDR2 with 32 bits
51139
51140     The burst length should be 4 for DDR2 with 32 bits bus
51141
51142     Signed-off-by: Dave Liu <daveliu@freescale.com>
51143
51144 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
51145 Author: Kim Phillips <kim.phillips@freescale.com>
51146 Date:   Wed Jul 25 19:25:33 2007 -0500
51147
51148     mpc83xx: add support for the MPC8323E RDB
51149
51150     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
51151     five 10/100 ethernet ports connected via an ICPlus IP175C
51152     switch, one PCI slot, and serial.  Features not supported
51153     in this patch are SD card interface, 2 USB ports, and the
51154     two phone ports.
51155
51156     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
51157     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51158
51159 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
51160 Author: Kim Phillips <kim.phillips@freescale.com>
51161 Date:   Wed Jul 25 19:25:28 2007 -0500
51162
51163     mpc83xx: fixup generic pci for libfdt
51164
51165     add libfdt support to the generic 83xx pci code
51166
51167     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51168
51169 commit f57ac7a7b37109245b69db80839ebee26179966a
51170 Author: Kim Phillips <kim.phillips@freescale.com>
51171 Date:   Wed Jul 25 19:25:22 2007 -0500
51172
51173     mpc83xx: fix 8360 and cpu functions to update fdt being passed
51174
51175     ..and not the global fdt. Rename local fdt vars to blob so as not to
51176     be confused with the global var with the same three-letter name.
51177
51178     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51179
51180 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
51181 Author: Jerry Van Baren <gvb.uboot@gmail.com>
51182 Date:   Wed Jul 4 21:34:24 2007 -0400
51183
51184     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
51185
51186     Several node strings were not correct (trailing slashes and properties
51187       in the strings)
51188     Added setting of the timebase-frequency.
51189     Improved error messages and use debug() instead of printf().
51190
51191     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51192     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51193
51194 commit 26d02c9bbac1751c5e19294f000100b48d43a920
51195 Author: Jerry Van Baren <gvb.uboot@gmail.com>
51196 Date:   Wed Jul 4 21:27:30 2007 -0400
51197
51198     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
51199
51200     The new name matches more closely the kernel's name, which is also
51201     a much better description.
51202
51203     These are the mpc83xx changes made necessary by the function name change.
51204
51205     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
51206     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
51207     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51208
51209 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
51210 Author: Dave Liu <daveliu@freescale.com>
51211 Date:   Mon Jun 25 10:41:56 2007 +0800
51212
51213     mpc83xx: Add support for the display of reset status
51214
51215     83xx processor family has many reset sources, such as
51216     power on reset, software hard reset, software soft reset,
51217     JTAG, bus monitor, software watchdog, check stop reset,
51218     external hard reset, external software reset.
51219     sometimes, to figure out the fault of system, we need to
51220     know the cause of reset early before the prompt of
51221     u-boot present.
51222
51223     Signed-off-by: Dave Liu <daveliu@freescale.com>
51224     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51225
51226 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
51227 Author: Dave Liu <daveliu@freescale.com>
51228 Date:   Mon Jun 25 10:41:04 2007 +0800
51229
51230     mpc83xx: Fix the align bug of SDMA buffer
51231
51232     According to the latest user manual, the SDMA temporary
51233     buffer base address must be 4KB aligned.
51234
51235     Signed-off-by: Dave Liu <daveliu@freescale.com>
51236     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51237
51238 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
51239 Author: Dave Liu <daveliu@freescale.com>
51240 Date:   Mon Jun 25 13:21:12 2007 +0800
51241
51242     mpc83xx: Revise the MPC8360EMDS readme doc
51243
51244     When the rev2.x silicon mount on the MPC8360EMDS baord,
51245     and if you are using the u-boot version after the commit
51246     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
51247     to make the ethernet interface usable, we have to setup
51248     the jumpers correctly.
51249
51250     Signed-off-by: Dave Liu <daveliu@freescale.com>
51251     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51252
51253 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
51254 Author: Timur Tabi <timur@freescale.com>
51255 Date:   Tue Jul 3 13:46:32 2007 -0500
51256
51257     FSL I2C driver programs the two I2C busses differently
51258
51259     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
51260     The second I2C bus has its slave address programmed incorrectly and is
51261     missing a 5-us delay.
51262
51263     Signed-off-by: Timur Tabi <timur@freescale.com>
51264     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51265
51266 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
51267 Author: Timur Tabi <timur@freescale.com>
51268 Date:   Tue Jul 3 13:04:34 2007 -0500
51269
51270     Update SCCR programming in cpu_init_f() to support all 83xx processors
51271
51272     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
51273     bitfields for all 83xx processors.  The code to update some bitfields was
51274     compiled only on some processors.  Now, the bitfields are programmed as long
51275     as the corresponding CFG_SCCR option is defined in the board header file.
51276     This means that the board header file should not define any CFG_SCCR macros
51277     for bitfields that don't exist on that processor, otherwise the SCCR will be
51278     programmed incorrectly.
51279
51280     Signed-off-by: Timur Tabi <timur@freescale.com>
51281     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51282
51283 commit 9546266999f0b9b51372636614211b88d90f0f25
51284 Author: Martin Krause <martin.krause@tqs.de>
51285 Date:   Fri Jun 22 13:04:22 2007 +0200
51286
51287     TQM834x: cleanup configuraton
51288
51289     Remove irritating #undef DEBUG
51290
51291     Signed-off-by: Martin Krause <martin.krause@tqs.de>
51292     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51293
51294 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
51295 Author: david.saada <David.Saada@ecitele.com>
51296 Date:   Mon Jun 18 09:09:53 2007 -0700
51297
51298     MPC83xx: Fix makefile to generate config.h file in the build directory
51299
51300     MPC83xx: Fix the Makefile config sections to generate the include/config.h
51301     file in the build directory instead of the source directory.
51302
51303     Signed-off-by: David Saada <david.saada@ecitele.com>
51304     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51305
51306 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
51307 Author: Lee Nipper <Lee.Nipper@freescale.com>
51308 Date:   Thu Jun 14 20:07:33 2007 -0500
51309
51310     mpc83xx: Add support for 8360 silicon revision 2.1
51311
51312     This change adds 8360 silicon revision 2.1 support to u-boot.
51313
51314     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
51315     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51316
51317 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
51318 Author: Kumar Gala <galak@kernel.crashing.org>
51319 Date:   Wed Aug 8 04:14:28 2007 -0500
51320
51321     Treat ppc64 host as ppc
51322
51323     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51324
51325 commit 0dc4279b08ff82472bec2e2c90858602459febe8
51326 Author: Jason Jin <Jason.jin@freescale.com>
51327 Date:   Wed Aug 8 09:01:46 2007 +0800
51328
51329     Minor fix for bios emulator makefile
51330
51331     Add $(obj) to LIB avoiding objects be built in the source dir
51332
51333     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51334
51335 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
51336 Author: Jason Jin <Jason.jin@freescale.com>
51337 Date:   Wed Aug 8 08:33:11 2007 +0800
51338
51339     Add CONFIG_BIOSEMU define to guard all the bios emulator code
51340
51341     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51342
51343     This patch fix the compile issue on the board that did not enable the bios emulator
51344
51345 commit ed8106433522f2ea8933e9808346860d061d7731
51346 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
51347 Date:   Tue Jul 31 12:27:25 2007 -0500
51348
51349     tsec: fix multiple PHY support
51350
51351     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
51352     broke multiple PHY support in tsec.c.  This fixes it.
51353
51354     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
51355     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51356
51357 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
51358 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
51359 Date:   Thu Aug 9 09:08:18 2007 -0500
51360
51361     tsec: Allow Ten Bit Interface address to be configurable
51362
51363     Allow the address of the Ten Bit Interface (TBI) to be changed in the
51364     event of a conflict with another device.
51365
51366     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
51367
51368 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
51369 Author: Stefan Roese <sr@denx.de>
51370 Date:   Wed Aug 8 09:54:26 2007 +0200
51371
51372     Coding style cleanup
51373
51374     Signed-off-by: Stefan Roese <sr@denx.de>
51375
51376 commit a41de1f0d373e09c782dea558385a06247111ba5
51377 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51378 Date:   Sun Aug 5 05:15:18 2007 -0500
51379
51380     Port enabled for I2C signals and chipselects port configuration.
51381
51382     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51383
51384 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
51385 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51386 Date:   Sun Aug 5 04:31:18 2007 -0500
51387
51388     Added NAND support
51389
51390     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51391
51392 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
51393 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51394 Date:   Sun Aug 5 04:11:20 2007 -0500
51395
51396     Added I2C support
51397
51398     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51399
51400 commit 99c03c175d2689093176facf17c58ce2cb320001
51401 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51402 Date:   Sun Aug 5 03:58:52 2007 -0500
51403
51404     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
51405
51406     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51407
51408 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
51409 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51410 Date:   Sun Aug 5 03:55:21 2007 -0500
51411
51412     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
51413
51414     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51415
51416 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
51417 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51418 Date:   Sun Aug 5 03:43:30 2007 -0500
51419
51420     Moved sync() from board file to include/asm-m68k/io.h
51421
51422     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51423
51424 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
51425 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51426 Date:   Sun Aug 5 03:30:44 2007 -0500
51427
51428     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
51429
51430     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51431
51432 commit 9998bd37ead85e93953559720710d3b0685c81e6
51433 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51434 Date:   Sun Aug 5 03:19:10 2007 -0500
51435
51436     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
51437
51438     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
51439
51440 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
51441 Author: Jason Jin <Jason.jin@freescale.com>
51442 Date:   Tue Aug 7 16:17:06 2007 +0800
51443
51444     Add CONFIG_BIOSEMU define to guard all the bios emulator code
51445
51446     This patch fix the compile issue on the board that did not enable the bios emulator
51447
51448 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
51449 Author: Wolfgang Denk <wd@denx.de>
51450 Date:   Tue Aug 7 16:02:13 2007 +0200
51451
51452     Fix missing brace error in fs/fat/fat.c
51453     [pointed out by Roderik Wildenburg]
51454
51455     Signed-off-by: Wolfgang Denk <wd@denx.de>
51456
51457 commit 706714d97a0d08d59eda4de2268c39f504688329
51458 Author: Michal Simek <monstr@monstr.eu>
51459 Date:   Mon Aug 6 23:41:53 2007 +0200
51460
51461     [FIX] remove cute code
51462
51463 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
51464 Author: Michal Simek <monstr@monstr.eu>
51465 Date:   Mon Aug 6 23:35:26 2007 +0200
51466
51467     [FIX] Fix romfs code
51468
51469 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
51470 Author: Michal Simek <monstr@monstr.eu>
51471 Date:   Mon Aug 6 23:31:49 2007 +0200
51472
51473     [FIX] Coding style cleanup - Wolfgang's suggestions
51474
51475 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
51476 Author: Wolfgang Denk <wd@denx.de>
51477 Date:   Mon Aug 6 23:21:05 2007 +0200
51478
51479     Fixed typo in README (pointed out by Martin Jost).
51480
51481     Signed-off-by: Wolfgang Denk <wd@denx.de>
51482
51483 commit 537223afa61f64480df31ce440a9cb386df4a814
51484 Author: Stefan Roese <sr@denx.de>
51485 Date:   Mon Aug 6 21:10:17 2007 +0200
51486
51487     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
51488
51489     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
51490     here an updated Bamboo README.
51491
51492     Signed-off-by: Stefan Roese <sr@denx.de>
51493
51494 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
51495 Author: Wolfgang Denk <wd@denx.de>
51496 Date:   Mon Aug 6 02:17:36 2007 +0200
51497
51498     Coding style cleanup. Update CHANGELOG.
51499
51500     Signed-off-by: Wolfgang Denk <wd@denx.de>
51501
51502 commit 221838cc7eb178370ff62aa05920a582e12ac322
51503 Author: Jason Jin <Jason.jin@freescale.com>
51504 Date:   Tue Jul 10 09:03:22 2007 +0800
51505
51506     Remove the bios emulator from MAI board.
51507
51508     The bios emulator in the MAI board can not pass compile
51509     and have a lot of crap in it. remove it and will have a
51510     clean and small bios emulator in the drivers directory
51511     which can be uesed for every board.
51512
51513     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51514
51515 commit 5618332409bb96f4448d1712899369fc80c0b489
51516 Author: Jason Jin <Jason.jin@freescale.com>
51517 Date:   Fri Jul 13 12:14:59 2007 +0800
51518
51519     Fix some compile issues for MAI board.
51520
51521     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51522
51523 commit 0f460a1ee148b648ee242c3157650287d4296260
51524 Author: Jason Jin <Jason.jin@freescale.com>
51525 Date:   Fri Jul 13 12:14:58 2007 +0800
51526
51527     Configurations for ATI video card BIOS emulator
51528
51529     This patch add definition of the BIOS emulator and the ATI framebuffer
51530     driver for MPC8641HPCN board.
51531
51532     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51533     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
51534
51535 commit ece92f85053b8df613edcf05b26a416cbc3d629c
51536 Author: Jason Jin <Jason.jin@freescale.com>
51537 Date:   Fri Jul 6 08:34:56 2007 +0800
51538
51539     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
51540     ATI video card BIOS. and can be used for x86 code emulation by some
51541     modifications.
51542
51543     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51544
51545 commit 5072188acabde3178fac7f5a597150e6e74fd40c
51546 Author: Jason Jin <Jason.jin@freescale.com>
51547 Date:   Fri Jul 6 08:33:33 2007 +0800
51548
51549     This is a framebuffer driver for ATI video card, can work for PCI9200,
51550     X300, X700, X800 ATI video cards.
51551
51552     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
51553     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51554
51555 commit 5728be389e65fd47f34b33c2596271eb4db751ae
51556 Author: Wolfgang Denk <wd@denx.de>
51557 Date:   Mon Aug 6 01:01:49 2007 +0200
51558
51559     Coding style cleanup. Update CHANGELOG.
51560
51561     Signed-off-by: Wolfgang Denk <wd@denx.de>
51562
51563 commit 8092fef4c29b395958bb649647da7e3775731517
51564 Author: Martin Krause <Martin.Krause@tqs.de>
51565 Date:   Tue Dec 12 14:26:01 2006 +0100
51566
51567     Add functions to list of exported functions
51568
51569     Additionally export the following fuctions (to make trab_config build again):
51570     - simple_strtol()
51571     - strcmp()
51572
51573     Also bump the ABI version to reflect this change
51574
51575     Signed-off-by: Martin Krause <martin.krause@tqs.de>
51576
51577 commit 63cec5814fab5d2b1c86982327433807a5ac0249
51578 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
51579 Date:   Thu Aug 2 14:09:49 2007 -0500
51580
51581     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
51582
51583     All of the PCI/PCI-Express driver and initialization code that
51584     was in the MPC8641HPCN port has now been moved into the common
51585     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
51586     utilized by the 85xx ports as well.
51587
51588     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
51589
51590     Also enable the second PCI-Express controller on 8641
51591     by getting its BATS and CFG_ setup right.
51592
51593     Fixed a u16 vendor compiler warning in AHCI driver too.
51594
51595     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
51596     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
51597     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51598
51599 commit a274ca4f6d68830e7c916f897561cff8c4101c38
51600 Author: Michal Simek <monstr@monstr.eu>
51601 Date:   Sun Aug 5 22:33:05 2007 +0200
51602
51603     [FIX] Coding style cleanup
51604
51605 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
51606 Author: Michal Simek <monstr@monstr.eu>
51607 Date:   Sun Aug 5 16:13:31 2007 +0200
51608
51609     [FIX] Xilinx Uartlite driver
51610     Because PPC405 can use UARTLITE serial interface and
51611     Microblaze can use Uart16550 serial interface not only Uartlite.
51612
51613 commit 98889edd50aadf862071eb5664747ad0d568a20e
51614 Author: Michal Simek <monstr@monstr.eu>
51615 Date:   Sun Aug 5 15:54:53 2007 +0200
51616
51617     [FIX] Change configuration for XUPV2P Microblaze board
51618
51619 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
51620 Author: Michal Simek <monstr@monstr.eu>
51621 Date:   Sun Aug 5 15:53:50 2007 +0200
51622
51623     [PATCH] Added support for Xilinx Emac community driver
51624
51625 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
51626 Author: Bartlomiej Sieka <tur@semihalf.com>
51627 Date:   Fri Aug 3 12:08:16 2007 +0200
51628
51629     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
51630
51631     Add the ability for modules from the Schindler cm5200 family to use a
51632     single U-Boot image:
51633     - rename cm1_qp1 to cm5200
51634     - add run-time module detection
51635     - parametrize SDRAM configuration according to the module we are running on
51636
51637     Few minor, board-specific fixes included in this patch:
51638     - better MAC address handling
51639     - updated default environment ('update' command uses +{filesize} now)
51640     - improved error messages in the auto-update code
51641     - allow booting U-Boot from RAM (CFG_RAMBOOT)
51642
51643     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
51644     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
51645     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
51646
51647 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
51648 Author: Andy Fleming <afleming@freescale.com>
51649 Date:   Fri Aug 3 04:05:25 2007 -0500
51650
51651     Add Marvell 1149 PHY support to the TSEC
51652
51653 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
51654 Author: Wolfgang Denk <wd@denx.de>
51655 Date:   Thu Aug 2 21:27:46 2007 +0200
51656
51657     Coding style cleanup, update CHANGELOG
51658
51659     Signed-off-by: Wolfgang Denk <wd@denx.de>
51660
51661 commit 63e22764d2f8653f68888c667eb65b3996b52680
51662 Author: Wolfgang Denk <wd@denx.de>
51663 Date:   Thu Aug 2 10:11:18 2007 +0200
51664
51665     Minor cleanup of <board>_nand build rules.
51666
51667 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
51668 Author: Stefan Roese <sr@denx.de>
51669 Date:   Thu Aug 2 08:33:56 2007 +0200
51670
51671     ppc4xx: Code cleanup
51672
51673     Signed-off-by: Stefan Roese <sr@denx.de>
51674
51675 commit c92409812206ac67a7fa7aae298539a9c3804a46
51676 Author: Grzegorz Bernacki <gjb@semihalf.com>
51677 Date:   Tue Jul 31 18:51:48 2007 +0200
51678
51679     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
51680
51681     During config transactions on the PCIe bus an attempt to scan for a
51682     non-existent device can lead to a machine check exception with certain
51683     peripheral devices. In order to avoid crashing in such scenarios the
51684     instrumented versions of the config cycle read routines are introduced, so
51685     the exceptions fixups framework can gracefully recover.
51686
51687     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
51688     Acked-by: Rafal Jaworowski <raj@semihalf.com>
51689
51690 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
51691 Author: Rafal Jaworowski <raj@semihalf.com>
51692 Date:   Tue Jul 31 18:19:54 2007 +0200
51693
51694     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
51695
51696     This brings back separate settings for PCIe bus numbers depending on chip
51697     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
51698     commit. 440SPe rev. A does NOT work properly with the same settings as for
51699     the rev. B (no devices are seen on the bus during enumeration).
51700
51701     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
51702
51703 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
51704 Author: Wolfgang Denk <wd@denx.de>
51705 Date:   Thu Aug 2 00:48:45 2007 +0200
51706
51707     Fix build errors and warnings / code cleanup.
51708
51709     Signed-off-by: Wolfgang Denk <wd@denx.de>
51710
51711 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
51712 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
51713 Date:   Tue Jul 31 10:24:56 2007 +0200
51714
51715     ppc4xx: Update AMCC Bamboo 440EP support
51716
51717     Changed storage type of cfg_simulate_spd_eeprom to const
51718     Changed storage type of gpio_tab to stack storage
51719     (Cannot access global data declarations in .bss until afer code relocation)
51720
51721     Improved SDRAM tests to catch problems where data is not uniquely addressable
51722     (e.g. incorrectly programmed SDRAM row or columns)
51723
51724     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
51725     Fixed AM29LV320DT (OpCode Flash) sector map
51726
51727     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
51728     Signed-off-by: Stefan Roese <sr@denx.de>
51729
51730 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
51731 Author: Stefan Roese <sr@denx.de>
51732 Date:   Tue Jul 31 08:37:01 2007 +0200
51733
51734     ppc4xx: Update 440EPx lwmon5 board support
51735
51736     - Clear ECC status regs after ECC POST test
51737     - Set dcbz for ECC generation with caches enabled as default
51738     - Code cleanup
51739
51740     Signed-off-by: Stefan Roese <sr@denx.de>
51741
51742 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
51743 Author: Stefan Roese <sr@denx.de>
51744 Date:   Mon Jul 30 11:04:57 2007 +0200
51745
51746     ppc4xx: Only print ECC related info when the error bis are set
51747
51748     Signed-off-by: Stefan Roese <sr@denx.de>
51749
51750 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
51751 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51752 Date:   Fri Jul 27 16:44:31 2007 +0200
51753
51754     new FPGA image for PLU405 board
51755
51756     new FPGA image for PLU405 board with improved CompactFlash timing
51757
51758     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51759
51760 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
51761 Author: Rafal Jaworowski <raj@semihalf.com>
51762 Date:   Fri Jul 27 14:43:59 2007 +0200
51763
51764     [ADS5121] Support for the ADS5121 board
51765
51766     The following MPC5121e subsystems are supported:
51767
51768     - low-level CPU init
51769     - NOR Boot Flash (common CFI driver)
51770     - DDR SDRAM
51771     - FEC
51772     - I2C
51773     - Watchdog
51774
51775     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
51776     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
51777     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
51778
51779 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
51780 Author: Rafal Jaworowski <raj@semihalf.com>
51781 Date:   Fri Jul 27 14:22:04 2007 +0200
51782
51783     [PPC] Remove unused MSR_USER definition
51784
51785     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
51786
51787 commit d4024bb72dd81695ec099b2199eda0d27c623e62
51788 Author: John Otken <john@softadvances.com>
51789 Date:   Thu Jul 26 17:49:11 2007 +0200
51790
51791     ppc4xx: Add support for AMCC 405EP Taihu board
51792
51793     Signed-off-by: John Otken <john@softadvances.com>
51794
51795 commit b66091de6c7390620312c2501db23d8391e7cabb
51796 Author: Anatolij Gustschin <agust@denx.de>
51797 Date:   Thu Jul 26 15:08:01 2007 +0200
51798
51799     ppc4xx: lwmon5: Update Lime initialization
51800
51801     Change Lime SDRAM initialization to now support 100MHz and
51802     133MHz (if enabled). Also the framebuffer is initialized to
51803     display a blue rectangle with a white border.
51804
51805     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51806     Signed-off-by: Stefan Roese <sr@denx.de>
51807
51808 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
51809 Author: Stefan Roese <sr@denx.de>
51810 Date:   Tue Jul 24 09:52:52 2007 +0200
51811
51812     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
51813
51814     The used Intel NOR FLASH chips have internally two dies, and are now
51815     treated as two seperate chips.
51816
51817     Signed-off-by: Stefan Roese <sr@denx.de>
51818
51819 commit aedf5bde179ecfbd0a96130d18996a96518b785f
51820 Author: Stefan Roese <sr@denx.de>
51821 Date:   Tue Jul 24 07:20:09 2007 +0200
51822
51823     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
51824
51825     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
51826     interrupt controller.
51827
51828     Signed-off-by: Stefan Roese <sr@denx.de>
51829
51830 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
51831 Author: Stefan Roese <sr@denx.de>
51832 Date:   Fri Jul 20 15:03:44 2007 +0200
51833
51834     ppc4xx: Fix bug with default GPIO output value
51835
51836     As spotted by Matthias Fuchs, the default output values for all GPIO1
51837     outputs were not setup correctly. This patch fixes this issue.
51838
51839     Signed-off-by: Stefan Roese <sr@denx.de>
51840
51841 commit 531e3e8b831f357056448fa573137d5fb37000fd
51842 Author: Pavel Kolesnikov <concord@emcraft.com>
51843 Date:   Fri Jul 20 15:03:03 2007 +0200
51844
51845     POST: Add ECC POST for the lwmon5 board
51846
51847     This patch adds ECC Post test for the Lwmon5 board based
51848     on PPC440EPx to U-Boot.
51849
51850     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
51851     Acked-by: Yuri Tikhonov <yur@emcraft.com>
51852     Acked-by: Stefan Roese <sr@denx.de>
51853
51854 commit cc3023b9f95d7ac959a764471a65001062aecf41
51855 Author: Rafal Jaworowski <raj@semihalf.com>
51856 Date:   Thu Jul 19 17:12:28 2007 +0200
51857
51858     Fix breakage of 8xx boards from recent commit.
51859
51860     This patch fixes the negative consequences for 8xx of the recent
51861     "ppc4xx: Clean up 440 exceptions handling" commit.
51862
51863     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
51864
51865 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
51866 Author: Stefan Roese <sr@denx.de>
51867 Date:   Mon Jul 16 13:11:12 2007 +0200
51868
51869     Coding style cleanup
51870
51871     Signed-off-by: Stefan Roese <sr@denx.de>
51872
51873 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
51874 Author: Stefan Roese <sr@denx.de>
51875 Date:   Mon Jul 16 10:02:12 2007 +0200
51876
51877     ppc4xx: Code cleanup
51878
51879     Signed-off-by: Stefan Roese <sr@denx.de>
51880
51881 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
51882 Author: Stefan Roese <sr@denx.de>
51883 Date:   Mon Jul 16 10:01:38 2007 +0200
51884
51885     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
51886
51887     Signed-off-by: Stefan Roese <sr@denx.de>
51888
51889 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
51890 Author: Stefan Roese <sr@denx.de>
51891 Date:   Mon Jul 16 10:00:43 2007 +0200
51892
51893     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
51894
51895     The new boardspecific DDR2 controller configuration is used for the Yucca
51896     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
51897
51898     Signed-off-by: Stefan Roese <sr@denx.de>
51899
51900 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
51901 Author: Stefan Roese <sr@denx.de>
51902 Date:   Mon Jul 16 09:57:00 2007 +0200
51903
51904     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
51905
51906     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
51907     support non default, boardspecific DDR(2) controller configuration.
51908
51909     Signed-off-by: Stefan Roese <sr@denx.de>
51910
51911 commit 5743a9207a370b90f09b20ebd61167c806b937f3
51912 Author: Stefan Roese <sr@denx.de>
51913 Date:   Mon Jul 16 08:53:51 2007 +0200
51914
51915     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
51916
51917     The new function remove_tlb() can be used to remove the TLB's used to
51918     map a specific memory region. This is especially useful for the DDR(2)
51919     setup routines which configure the SDRAM area temporarily as a cached
51920     area (for speedup on auto-calibration and ECC generation) and later
51921     need this area uncached for normal usage.
51922
51923     Signed-off-by: Stefan Roese <sr@denx.de>
51924
51925 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
51926 Author: Michal Simek <monstr@monstr.eu>
51927 Date:   Mon Jul 16 00:31:07 2007 +0200
51928
51929     [PATCH] Support for Xilinx EmacLite controller
51930
51931 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
51932 Author: Wolfgang Denk <wd@denx.de>
51933 Date:   Sat Jul 14 22:51:02 2007 +0200
51934
51935     Update CHANGELOG
51936
51937     Signed-off-by: Wolfgang Denk <wd@denx.de>
51938
51939 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
51940 Author: Michal Simek <monstr@monstr.eu>
51941 Date:   Sat Jul 14 13:11:28 2007 +0200
51942
51943     [FIX] support for simply measuring time
51944
51945 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
51946 Author: Michal Simek <monstr@monstr.eu>
51947 Date:   Sat Jul 14 12:41:23 2007 +0200
51948
51949     [FS] Added support for ROMFS
51950
51951 commit 011595307731a7a67a7445d107c279d031e8ab97
51952 Author: Heiko Schocher <hs@pollux.denx.de>
51953 Date:   Sat Jul 14 01:06:58 2007 +0200
51954
51955     [PCS440EP]  - fix compile error, if BUILD_DIR is used
51956
51957 commit 5a2f1098d81ad58b309e5e558d0492643166a799
51958 Author: Michal Simek <monstr@monstr.eu>
51959 Date:   Sat Jul 14 00:18:48 2007 +0200
51960
51961     [PATCH] Support time without timer
51962
51963 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
51964 Author: Michal Simek <monstr@monstr.eu>
51965 Date:   Fri Jul 13 21:43:55 2007 +0200
51966
51967     [PATCH] Remove problem with disabled BARREL SHIFTER
51968
51969 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
51970 Author: Michal Simek <monstr@monstr.eu>
51971 Date:   Fri Jul 13 21:41:44 2007 +0200
51972
51973     [FIX] correct help for rspr
51974
51975 commit fad63407154f46246ce80d53a9c669a44362ac67
51976 Author: Heiko Schocher <hs@pollux.denx.de>
51977 Date:   Fri Jul 13 09:54:17 2007 +0200
51978
51979     make show_boot_progress () weak.
51980
51981     Signed-off-by: Heiko Schocher <hs@denx.de>
51982
51983 commit 907902472391b6ca1876ec300687562ecaf459b1
51984 Author: Heiko Schocher <hs@pollux.denx.de>
51985 Date:   Fri Jul 13 08:26:05 2007 +0200
51986
51987     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
51988                 - fix compile error, if BUILD_DIR is used
51989
51990     Signed-off-by: Heiko Schocher <hs@denx.de>
51991
51992 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
51993 Author: Stefan Roese <sr@denx.de>
51994 Date:   Thu Jul 12 16:32:08 2007 +0200
51995
51996     ppc4xx: Change receive buffer handling in the 4xx emac driver
51997
51998     This change fixes a bug in the receive buffer handling, that
51999     could lead to problems upon high network traffic (broadcasts...).
52000
52001     Signed-off-by: Stefan Roese <sr@denx.de>
52002
52003 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
52004 Author: Wolfgang Denk <wd@denx.de>
52005 Date:   Thu Jul 12 01:45:34 2007 +0200
52006
52007     Update CHANGELOG, minor coding style cleanup.
52008
52009     Signed-off-by: Wolfgang Denk <wd@denx.de>
52010
52011 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
52012 Author: Andy Fleming <afleming@freescale.com>
52013 Date:   Fri Jun 8 16:41:18 2007 -0500
52014
52015     Remove erroneous errata code from Marvel 88E1111S driver
52016
52017     The Marvel 88E1111S driver for the TSEC was copied from the
52018     88E1101 driver, and included a fix for an erratum which does not
52019     exist on that part.  Now it is removed
52020
52021     Signed-off-by: Andy Fleming <afleming@freescale.com>
52022
52023 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
52024 Author: Andy Fleming <afleming@freescale.com>
52025 Date:   Tue Jun 5 16:38:44 2007 -0500
52026
52027     From: eran liberty <eran.liberty@gmail.com>
52028
52029     adds the reset register to 85xx immap
52030
52031     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
52032     Signed-off-by: Andy Fleming <afleming@freescale.com>
52033
52034 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
52035 Author: Andy Fleming <afleming@freescale.com>
52036 Date:   Thu May 10 17:50:01 2007 -0500
52037
52038     Polished the 85xx ADS config files
52039
52040     Made the boot commands use device trees by default.
52041     Also moved the ramdisk to 1000000 (I think the previous address
52042     was getting overridden during boot).
52043
52044     Signed-off-by: Andy Fleming <afleming@freescale.com>
52045
52046 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
52047 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52048 Date:   Wed May 9 11:03:32 2007 -0500
52049
52050     8544ds: Fix Makefile after moving pixis to board/freescale.
52051
52052     The OBJTREE != SRCTREE build scenario was broken.
52053     This fixes it.
52054
52055     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52056     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52057
52058 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
52059 Author: Andy Fleming <afleming@freescale.com>
52060 Date:   Wed May 9 00:54:20 2007 -0500
52061
52062     tsec: Fix PHY code to match first driver
52063
52064     Jarrold Wen noticed that the generic PHY code always matches
52065     under the current implementation.  Change it so the first match
52066     wins, and *only* unknown PHYs trigger the generic driver
52067
52068     Signed-off-by: Andy Fleming <afleming@freescale.com>
52069
52070 commit ccc091aac61a38cd998d575d92f7232e256d6312
52071 Author: Andy Fleming <afleming@freescale.com>
52072 Date:   Tue May 8 17:27:43 2007 -0500
52073
52074     Add support for CPM device tree configuration to 8560 ADS
52075
52076     * Adds code to modify CPM frequencies
52077     * Cleans up the config file to #define TSEC and (for now) #undef FCC
52078     * Adds the MII command for all 8560 ADS configurations
52079     * Updates config file to provide convenience commands for booting
52080       with a device tree
52081
52082     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
52083     Signed-off-by: Andy Fleming <afleming@freescale.com>
52084
52085 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
52086 Author: Andy Fleming <afleming@freescale.com>
52087 Date:   Tue May 8 17:23:02 2007 -0500
52088
52089     Fix Marvell 88e1145 PHY init code
52090
52091     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
52092     where the reset was being done after the errata code instead of
52093     before.
52094
52095     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
52096     Signed-off-by: Andy Fleming <afleming@freescale.com>
52097
52098 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
52099 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52100 Date:   Wed Jul 11 14:52:16 2007 -0500
52101
52102     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
52103
52104     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52105
52106 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
52107 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52108 Date:   Wed Jul 11 14:52:08 2007 -0500
52109
52110     pciauto setup bridge
52111
52112     The P2P bridge bus numbers programmed into the device are relative to
52113     hose->first_busno.
52114
52115     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52116
52117 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
52118 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52119 Date:   Wed Jul 11 14:52:01 2007 -0500
52120
52121     Support PCIe extended config registers
52122
52123     FSL PCIe block has extended cfg registers in the 100 and 400 range.
52124     For example, to read the LTSSM register: pci display <busn>.0 404 1
52125
52126     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52127
52128 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
52129 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52130 Date:   Wed Jul 11 14:51:48 2007 -0500
52131
52132     Minor improvements to drivers/pci_auto.c
52133
52134     - Make pciauto_{pre,post}scan_setup_bridge non-static
52135     - Added physical address display in debug messages.
52136
52137     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52138
52139 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
52140 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52141 Date:   Wed Jul 11 14:51:35 2007 -0500
52142
52143     Start pci hose scan from hose->current_busno.
52144
52145     Ensure hose->current_busno is not less than first_busno.  This fixes
52146     broken board code which leaves current_busno=0 when first_busno is
52147     greater than 0 for the cases with multiple controllers.
52148
52149     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52150
52151 commit 3865b1fb7843a08ad49a6319a36415752276ff48
52152 Author: Stefan Roese <sr@denx.de>
52153 Date:   Wed Jul 11 12:13:53 2007 +0200
52154
52155     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
52156
52157     Signed-off-by: Stefan Roese <sr@denx.de>
52158
52159 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
52160 Author: Bartlomiej Sieka <tur@semihalf.com>
52161 Date:   Wed Jul 11 20:11:07 2007 +0200
52162
52163     CM1.QP1: Support for the Schindler CM1.QP1 board.
52164
52165     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
52166     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52167
52168 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
52169 Author: Heiko Schocher <hs@pollux.denx.de>
52170 Date:   Wed Jul 11 18:39:11 2007 +0200
52171
52172     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
52173                 - now the Flash ST M29W040B is supported (not tested)
52174                 - fix the "led" command
52175                 - fix compile error, if BUILD_DIR is used
52176
52177     Signed-off-by: Heiko Schocher <hs@denx.de>
52178
52179 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
52180 Author: Stefan Roese <sr@denx.de>
52181 Date:   Sun Jul 8 13:44:27 2007 +0200
52182
52183     Fix malloc problem introduced with the relocation fixup for the PPC platform
52184
52185     The relocation fixup didn't handle the malloc pointer initialization
52186     correctly. This patch fixes this problem. Tested successfully on 4xx.
52187     The relocation fixup patches for 4xx will follow soon.
52188
52189     Signed-off-by: Stefan Roese <sr@denx.de>
52190
52191 commit 0dca874db62718e41253659e60f3a1de7eb418ce
52192 Author: TsiChung <tcliew@Goku.(none)>
52193 Date:   Tue Jul 10 15:45:43 2007 -0500
52194
52195     Cache update and added CFG_UNIFY_CACHE
52196
52197     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.
52198
52199     Signed-off-by: TsiChung <tcliew@Goku.(none)>
52200
52201 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
52202 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52203 Date:   Thu Jul 5 23:36:16 2007 -0500
52204
52205     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
52206
52207     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
52208
52209     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52210
52211 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
52212 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52213 Date:   Thu Jul 5 23:31:25 2007 -0500
52214
52215     Update header files
52216
52217     Include immap.h and renamed mcfrtc.h to rtc.h
52218
52219     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52220
52221 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
52222 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52223 Date:   Thu Jul 5 23:29:21 2007 -0500
52224
52225     Add mcffec_initialize()
52226
52227     Added mcffec_initialize() in eth_initialize()
52228
52229     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52230
52231 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
52232 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52233 Date:   Thu Jul 5 23:27:40 2007 -0500
52234
52235     Update header file and clean up
52236
52237     Include immap.h
52238
52239     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52240
52241 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
52242 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52243 Date:   Thu Jul 5 23:23:15 2007 -0500
52244
52245     New uart structure and defines
52246
52247     Seperated from mcfuart.h
52248
52249     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52250
52251 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
52252 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52253 Date:   Thu Jul 5 23:22:31 2007 -0500
52254
52255     New timer structure and defines
52256
52257     Seperated from mcftimer.h
52258
52259     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52260
52261 commit e04acb2eba4782489417240eff76e20e176aec10
52262 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52263 Date:   Thu Jul 5 23:21:09 2007 -0500
52264
52265     Rename mcfrtc to rtc
52266
52267     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
52268
52269     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52270
52271 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
52272 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52273 Date:   Thu Jul 5 23:17:36 2007 -0500
52274
52275     Rename mcfserial.c. Update include header
52276
52277     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
52278
52279     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52280
52281 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
52282 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52283 Date:   Thu Jul 5 23:13:58 2007 -0500
52284
52285     Header file update, clean up and cache handling
52286
52287     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
52288
52289     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52290
52291 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
52292 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52293 Date:   Thu Jul 5 23:10:40 2007 -0500
52294
52295     Create interrupts.c and modify Makefile
52296
52297     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
52298
52299     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52300
52301 commit ddd104f1ed655eda50c06ba636237a83ed943f34
52302 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52303 Date:   Thu Jul 5 23:06:55 2007 -0500
52304
52305     Enable Icache
52306
52307     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52308
52309 commit b9bf3de377b2bae70c983c9b97feae914999e735
52310 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52311 Date:   Thu Jul 5 23:05:31 2007 -0500
52312
52313     Update header file and some clean up
52314
52315     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
52316
52317     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52318
52319 commit 84a015b52ec820a5ae173717d78516de731c89c2
52320 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52321 Date:   Thu Jul 5 23:03:28 2007 -0500
52322
52323     Update header file and enable icache
52324
52325     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
52326
52327     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52328
52329 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
52330 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52331 Date:   Thu Jul 5 23:01:22 2007 -0500
52332
52333     Update header file and removed interrupt_init()
52334
52335     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
52336
52337     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52338
52339 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
52340 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52341 Date:   Thu Jul 5 22:57:46 2007 -0500
52342
52343     Update for flash.o and mii.o
52344
52345     Removed flash.o and added mii.o
52346
52347     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52348
52349 commit c5ded275d839e4ff79f41718d50a835d989f57bc
52350 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52351 Date:   Thu Jul 5 22:56:19 2007 -0500
52352
52353     MII functions calls.
52354
52355     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52356
52357 commit 427c814104560e29bda14955c67703245aaaa5b4
52358 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52359 Date:   Thu Jul 5 22:54:42 2007 -0500
52360
52361     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
52362
52363     The removed MII routines will be placed in mii.c.
52364
52365     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52366
52367 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
52368 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52369 Date:   Thu Jul 5 22:51:05 2007 -0500
52370
52371     Duplicate code
52372
52373     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
52374
52375     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52376
52377 commit 2744354a8437b8f78db178e30660215688bff570
52378 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52379 Date:   Thu Jul 5 22:46:38 2007 -0500
52380
52381     Seperate old structure defines and new structure defines
52382
52383     Removed new uart structure and defines to uart.h
52384
52385     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52386
52387 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
52388 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52389 Date:   Thu Jul 5 22:45:01 2007 -0500
52390
52391     Seperate old structure defines and new structure defines
52392
52393     New timer structure and defines will move to new timer.h
52394
52395     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52396
52397 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
52398 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52399 Date:   Thu Jul 5 22:42:23 2007 -0500
52400
52401     Clean up
52402
52403     Removed whitespace
52404
52405     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52406
52407 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
52408 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52409 Date:   Thu Jul 5 22:41:24 2007 -0500
52410
52411     Clean up
52412
52413     Replaced whitespace with tabs
52414
52415     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52416
52417 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
52418 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52419 Date:   Thu Jul 5 22:39:07 2007 -0500
52420
52421     Create new header file and move peripherals base address from configs file to new header file.
52422
52423     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.
52424
52425     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52426
52427 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
52428 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52429 Date:   Thu Jul 5 22:24:58 2007 -0500
52430
52431     Revert file mode
52432
52433     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
52434
52435     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52436
52437 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
52438 Author: Jon Loeliger <jdl@freescale.com>
52439 Date:   Tue Jul 10 11:19:50 2007 -0500
52440
52441     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
52442
52443     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
52444     Those always evaluated TRUE, and thus were always compiled
52445     even when IDE really wasn't defined/wanted.
52446
52447     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52448
52449 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
52450 Author: Jon Loeliger <jdl@freescale.com>
52451 Date:   Tue Jul 10 11:13:21 2007 -0500
52452
52453     drivers/: Remove lingering references to CFG_CMD_* symbols.
52454
52455     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
52456     Those always evaluated TRUE, and thus were always compiled
52457     even when IDE really wasn't defined/wanted.
52458
52459     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52460
52461 commit f40a7f3e3888b42a43674b099e5470022c8c544c
52462 Author: Jon Loeliger <jdl@freescale.com>
52463 Date:   Tue Jul 10 11:07:56 2007 -0500
52464
52465     fs/: Remove lingering references to CFG_CMD_* symbols.
52466
52467     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
52468     Those always evaluated TRUE, and thus were always compiled
52469     even when IDE really wasn't defined/wanted.
52470
52471     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52472
52473 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
52474 Author: Jon Loeliger <jdl@freescale.com>
52475 Date:   Tue Jul 10 11:05:02 2007 -0500
52476
52477     net/: Remove lingering references to CFG_CMD_* symbols.
52478
52479     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
52480     Those always evaluated TRUE, and thus were always compiled
52481     even when IDE really wasn't defined/wanted.
52482
52483     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52484
52485 commit 902531788376046da212afd1661cffb62f3daa1c
52486 Author: Jon Loeliger <jdl@freescale.com>
52487 Date:   Tue Jul 10 11:02:44 2007 -0500
52488
52489     common/: Remove lingering references to CFG_CMD_* symbols.
52490
52491     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
52492     Those always evaluated TRUE, and thus were always compiled
52493     even when IDE really wasn't defined/wanted.
52494
52495     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52496
52497 commit d39b57415838c73fb0a37eca84de3c68ba990586
52498 Author: Jon Loeliger <jdl@freescale.com>
52499 Date:   Tue Jul 10 10:48:22 2007 -0500
52500
52501     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
52502
52503     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
52504     Those always evaluated TRUE, and thus were always compiled
52505     even when IDE really wasn't defined/wanted.
52506
52507     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52508
52509 commit 77a318545d57aefa844752465b94c7e09a3f26d0
52510 Author: Jon Loeliger <jdl@freescale.com>
52511 Date:   Tue Jul 10 10:39:10 2007 -0500
52512
52513     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
52514
52515     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
52516     Those always evaluated TRUE, and thus were always compiled
52517     even when IDE really wasn't defined/wanted.
52518
52519     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52520
52521 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
52522 Author: Jon Loeliger <jdl@freescale.com>
52523 Date:   Tue Jul 10 10:27:39 2007 -0500
52524
52525     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
52526
52527     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52528
52529 commit 079a136c3588814784561d6e4856970ee82d6e2a
52530 Author: Jon Loeliger <jdl@freescale.com>
52531 Date:   Tue Jul 10 10:12:10 2007 -0500
52532
52533     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
52534
52535     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
52536     used to be included but CONFIG_BOOTP_MASK was not defined.
52537
52538     Remove lingering references to CFG_CMD_* symbols.
52539
52540     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52541
52542 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
52543 Author: Jon Loeliger <jdl@freescale.com>
52544 Date:   Tue Jul 10 09:38:02 2007 -0500
52545
52546     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
52547
52548     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
52549     used to be included but CONFIG_BOOTP_MASK was not defined.
52550
52551     Remove lingering references to CFG_CMD_* symbols.
52552
52553     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52554
52555 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
52556 Author: Jon Loeliger <jdl@freescale.com>
52557 Date:   Tue Jul 10 09:29:01 2007 -0500
52558
52559     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
52560
52561     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
52562     used to be included but CONFIG_BOOTP_MASK was not defined.
52563
52564     Remove lingering references to CFG_CMD_* symbols.
52565
52566     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52567
52568 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
52569 Author: Jon Loeliger <jdl@freescale.com>
52570 Date:   Tue Jul 10 09:22:23 2007 -0500
52571
52572     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
52573
52574     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
52575     used to be included but CONFIG_BOOTP_MASK was not defined.
52576
52577     Remove lingering references to CFG_CMD_* symbols.
52578
52579     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52580
52581 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
52582 Author: Jon Loeliger <jdl@freescale.com>
52583 Date:   Tue Jul 10 09:10:49 2007 -0500
52584
52585     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
52586
52587     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
52588     used to be included but CONFIG_BOOTP_MASK was not defined.
52589
52590     Remove lingering references to CFG_CMD_* symbols.
52591
52592     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52593
52594 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
52595 Author: Jon Loeliger <jdl@freescale.com>
52596 Date:   Tue Jul 10 09:02:57 2007 -0500
52597
52598     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
52599
52600     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
52601     used to be included but CONFIG_BOOTP_MASK was not defined.
52602
52603     Remove lingering references to CFG_CMD_* symbols.
52604
52605     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52606
52607 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
52608 Author: Jon Loeliger <jdl@freescale.com>
52609 Date:   Mon Jul 9 22:08:34 2007 -0500
52610
52611     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
52612
52613     All of the choices for CONFIG_BOOTP_ are now documented in
52614     the README file.  You must now individually select exactly
52615     the set that you want using a series of
52616         #define CONFIG_BOOTP_<x>
52617     statements in the board port config files now.
52618
52619     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52620
52621 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
52622 Author: Jon Loeliger <jdl@freescale.com>
52623 Date:   Mon Jul 9 21:57:31 2007 -0500
52624
52625     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
52626
52627     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52628
52629 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
52630 Author: Jon Loeliger <jdl@freescale.com>
52631 Date:   Mon Jul 9 21:48:26 2007 -0500
52632
52633     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
52634
52635     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52636
52637 commit 37d4bb70586659dedef1658ce1bed071be098aec
52638 Author: Jon Loeliger <jdl@freescale.com>
52639 Date:   Mon Jul 9 21:38:02 2007 -0500
52640
52641     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
52642
52643     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52644
52645 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
52646 Author: Jon Loeliger <jdl@freescale.com>
52647 Date:   Mon Jul 9 21:31:24 2007 -0500
52648
52649     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
52650
52651     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52652
52653 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
52654 Author: Jon Loeliger <jdl@freescale.com>
52655 Date:   Mon Jul 9 21:24:19 2007 -0500
52656
52657     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
52658
52659     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52660
52661 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
52662 Author: Jon Loeliger <jdl@freescale.com>
52663 Date:   Mon Jul 9 21:16:53 2007 -0500
52664
52665     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
52666
52667     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52668
52669 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
52670 Author: Jon Loeliger <jdl@freescale.com>
52671 Date:   Mon Jul 9 19:12:30 2007 -0500
52672
52673     Retire CONFIG_COMMANDS finally.
52674     Strip old CFG_CMD_* symbols out.
52675
52676     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52677
52678 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
52679 Author: Jon Loeliger <jdl@freescale.com>
52680 Date:   Mon Jul 9 19:10:03 2007 -0500
52681
52682     Update README.* to reference new CONFIG_CMD_* names now.
52683
52684     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52685
52686 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
52687 Author: Jon Loeliger <jdl@freescale.com>
52688 Date:   Mon Jul 9 19:06:00 2007 -0500
52689
52690     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
52691
52692     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52693
52694 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
52695 Author: Jon Loeliger <jdl@freescale.com>
52696 Date:   Mon Jul 9 18:57:22 2007 -0500
52697
52698     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
52699
52700     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52701
52702 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
52703 Author: Jon Loeliger <jdl@freescale.com>
52704 Date:   Mon Jul 9 18:45:16 2007 -0500
52705
52706     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
52707
52708     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52709
52710 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
52711 Author: Jon Loeliger <jdl@freescale.com>
52712 Date:   Mon Jul 9 18:38:39 2007 -0500
52713
52714     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
52715
52716     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52717
52718 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
52719 Author: Jon Loeliger <jdl@freescale.com>
52720 Date:   Mon Jul 9 18:31:28 2007 -0500
52721
52722     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
52723
52724     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52725
52726 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
52727 Author: Jon Loeliger <jdl@freescale.com>
52728 Date:   Mon Jul 9 18:24:55 2007 -0500
52729
52730     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
52731
52732     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52733
52734 commit fcec2eb93e126400009729328e797f12bc94f1fd
52735 Author: Jon Loeliger <jdl@freescale.com>
52736 Date:   Mon Jul 9 18:19:09 2007 -0500
52737
52738     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
52739
52740     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52741
52742 commit a593814f2be0c9cdc3133cd550b167b8a988328f
52743 Author: Jon Loeliger <jdl@freescale.com>
52744 Date:   Mon Jul 9 18:10:50 2007 -0500
52745
52746     rtc/: Remove obsolete references to CONFIG_COMMANDS
52747
52748     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52749
52750 commit 67350568f9d46e66c21829f3513b3db0caeb948b
52751 Author: Jon Loeliger <jdl@freescale.com>
52752 Date:   Mon Jul 9 18:05:38 2007 -0500
52753
52754     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
52755
52756     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52757
52758 commit 7def6b34f910f08d7ef0a14646da067719237ca2
52759 Author: Jon Loeliger <jdl@freescale.com>
52760 Date:   Mon Jul 9 18:02:11 2007 -0500
52761
52762     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
52763
52764     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52765
52766 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
52767 Author: Jon Loeliger <jdl@freescale.com>
52768 Date:   Mon Jul 9 17:56:50 2007 -0500
52769
52770     fs/: Remove obsolete references to CONFIG_COMMANDS
52771
52772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52773
52774 commit c91898bbc505aff3e12a807af88e76da18efb7ee
52775 Author: Jon Loeliger <jdl@freescale.com>
52776 Date:   Mon Jul 9 17:46:09 2007 -0500
52777
52778     tools/: Remove obsolete references to CONFIG_COMMANDS
52779
52780     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52781
52782 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
52783 Author: Jon Loeliger <jdl@freescale.com>
52784 Date:   Mon Jul 9 17:45:14 2007 -0500
52785
52786     net/: Remove obsolete references to CONFIG_COMMANDS
52787
52788     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52789
52790 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
52791 Author: Jon Loeliger <jdl@freescale.com>
52792 Date:   Mon Jul 9 17:39:42 2007 -0500
52793
52794     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
52795
52796     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52797
52798 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
52799 Author: Jon Loeliger <jdl@freescale.com>
52800 Date:   Mon Jul 9 17:30:01 2007 -0500
52801
52802     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
52803
52804     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52805
52806 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
52807 Author: Jon Loeliger <jdl@freescale.com>
52808 Date:   Mon Jul 9 17:22:37 2007 -0500
52809
52810     disk/: Remove obsolete references to CONFIG_COMMANDS
52811
52812     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52813
52814 commit 639221c76c88215bd55af83ad174fc30d1940f8f
52815 Author: Jon Loeliger <jdl@freescale.com>
52816 Date:   Mon Jul 9 17:15:49 2007 -0500
52817
52818     include/: Remove obsolete references to CONFIG_COMMANDS
52819     Mostly removed from comments here.
52820
52821     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52822
52823 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
52824 Author: Wolfgang Denk <wd@denx.de>
52825 Date:   Tue Jul 10 00:01:28 2007 +0200
52826
52827     Coding style cleanup; update CHANGELOG.
52828
52829     Signed-off-by: Wolfgang Denk <wd@denx.de>
52830
52831 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
52832 Author: Stefan Roese <sr@denx.de>
52833 Date:   Mon Jul 9 11:00:24 2007 +0200
52834
52835     Small coding style cleanup
52836
52837     Signed-off-by: Stefan Roese <sr@denx.de>
52838
52839 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
52840 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52841 Date:   Mon Jul 9 10:10:08 2007 +0200
52842
52843     Migrate esd 405EP boards to new NAND subsystem
52844
52845     Remove unused CFG_NAND_LEGACY define
52846
52847     These boards to not have NAND.
52848
52849     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52850
52851 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
52852 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52853 Date:   Mon Jul 9 10:10:06 2007 +0200
52854
52855     Migrate esd 405EP boards to new NAND subsystem
52856
52857     Migrate esd 405EP boards to new NAND subsystem
52858
52859     -cleanup
52860     -use correct io accessors (in/out_be32())
52861
52862     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52863
52864 commit e09f7ab5749c345f924da272bea0521a73af5b11
52865 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52866 Date:   Mon Jul 9 10:10:04 2007 +0200
52867
52868     Migrate esd 405EP boards to new NAND subsystem
52869
52870     This patch prepares the migration from the legacy NAND driver
52871     to U-Boot's new NAND subsystem for esd boards.
52872
52873     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52874
52875 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
52876 Author: Jon Loeliger <jdl@freescale.com>
52877 Date:   Sun Jul 8 18:10:08 2007 -0500
52878
52879     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
52880
52881     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52882
52883 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
52884 Author: Jon Loeliger <jdl@freescale.com>
52885 Date:   Sun Jul 8 18:05:39 2007 -0500
52886
52887     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
52888
52889     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52890
52891 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
52892 Author: Jon Loeliger <jdl@freescale.com>
52893 Date:   Sun Jul 8 18:02:23 2007 -0500
52894
52895     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
52896
52897     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52898
52899 commit baa26db4113679b80970ff447d91cc10217742a6
52900 Author: Jon Loeliger <jdl@freescale.com>
52901 Date:   Sun Jul 8 17:51:39 2007 -0500
52902
52903     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
52904
52905     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52906
52907 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
52908 Author: Jon Loeliger <jdl@freescale.com>
52909 Date:   Sun Jul 8 17:02:01 2007 -0500
52910
52911     Clear up confusion over the CMD_POST and POST_DIAG mess.
52912
52913     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
52914     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
52915     Clear this mess up some.
52916
52917     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52918
52919 commit b3631487105a57ab7cbadfc26efbaf9676275018
52920 Author: Jon Loeliger <jdl@freescale.com>
52921 Date:   Sun Jul 8 15:45:08 2007 -0500
52922
52923     Remove references to the old cmd_confdefs.h include file.
52924
52925     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52926
52927 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
52928 Author: Jon Loeliger <jdl@freescale.com>
52929 Date:   Sun Jul 8 15:42:59 2007 -0500
52930
52931     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
52932
52933     Use new CONFIG_CMD_* in lwmon5.h board config file.
52934     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
52935
52936     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52937
52938 commit a5562901661bd428f7e5feb333f796372cb81019
52939 Author: Jon Loeliger <jdl@freescale.com>
52940 Date:   Sun Jul 8 15:31:57 2007 -0500
52941
52942     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
52943
52944     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52945
52946 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
52947 Author: Jon Loeliger <jdl@freescale.com>
52948 Date:   Sun Jul 8 15:02:44 2007 -0500
52949
52950     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
52951
52952     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52953
52954 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
52955 Author: Jon Loeliger <jdl@freescale.com>
52956 Date:   Sun Jul 8 15:12:40 2007 -0500
52957
52958     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
52959
52960     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52961
52962 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
52963 Author: Jon Loeliger <jdl@freescale.com>
52964 Date:   Sun Jul 8 14:55:07 2007 -0500
52965
52966     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
52967
52968     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52969
52970 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
52971 Author: Jon Loeliger <jdl@freescale.com>
52972 Date:   Sun Jul 8 14:49:44 2007 -0500
52973
52974     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
52975
52976     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52977
52978 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
52979 Author: Jon Loeliger <jdl@freescale.com>
52980 Date:   Sun Jul 8 14:21:43 2007 -0500
52981
52982     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
52983
52984     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52985
52986 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
52987 Author: Jon Loeliger <jdl@freescale.com>
52988 Date:   Sun Jul 8 14:14:17 2007 -0500
52989
52990     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
52991
52992     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52993
52994 commit 348f258f24253433e4a2302a0bbceb6740a67246
52995 Author: Jon Loeliger <jdl@freescale.com>
52996 Date:   Sun Jul 8 13:46:18 2007 -0500
52997
52998     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
52999
53000     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53001
53002 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
53003 Author: Jon Loeliger <jdl@freescale.com>
53004 Date:   Sun Jul 8 10:09:35 2007 -0500
53005
53006     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
53007
53008     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53009
53010 commit 60a0876b5106b34220e459c208bbf648073306c0
53011 Author: Jon Loeliger <jdl@freescale.com>
53012 Date:   Sat Jul 7 21:04:26 2007 -0500
53013
53014     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
53015
53016     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53017
53018 commit dcaa71562826a2466e894c868d132509dcda8444
53019 Author: Jon Loeliger <jdl@freescale.com>
53020 Date:   Sat Jul 7 20:56:05 2007 -0500
53021
53022     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
53023
53024     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53025
53026 commit 3c3227f3c737502311b25b72084573901cbbf17d
53027 Author: Jon Loeliger <jdl@freescale.com>
53028 Date:   Sat Jul 7 20:40:43 2007 -0500
53029
53030     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
53031
53032     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53033
53034 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
53035 Author: Jon Loeliger <jdl@freescale.com>
53036 Date:   Thu Jul 5 19:52:35 2007 -0500
53037
53038     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
53039
53040     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53041
53042 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
53043 Author: Jon Loeliger <jdl@freescale.com>
53044 Date:   Thu Jul 5 19:32:07 2007 -0500
53045
53046     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
53047
53048     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53049
53050 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
53051 Author: Jon Loeliger <jdl@freescale.com>
53052 Date:   Thu Jul 5 19:13:52 2007 -0500
53053
53054     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
53055
53056     Since ADS860.h includes "board/fads/fads.h" with ramifications
53057     on the CONFIG_COMMAND treatment, it too has to be adjusted to
53058     exclude already configured commands in this same commit.
53059
53060     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53061
53062 commit 10e038932f22ee80ebd53de312531e70e6590a2f
53063 Author: Thomas Knobloch <knobloch@siemens.com>
53064 Date:   Fri Jul 6 14:58:39 2007 +0200
53065
53066     [NAND] Bad block skipping for command nboot
53067
53068     The old implementation of command nboot does not support reading the image from
53069     NAND flash with skipping of bad blocks. The patch implements a new version of
53070     the nboot command: by calling nboot.jffs2 from the u-boot command line the
53071     command will load the image from NAND flash with respect to bad blocks (by using
53072     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
53073     read.jffs2 ...".
53074
53075     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
53076     Signed-off-by: Stefan Roese <sr@denx.de>
53077
53078 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
53079 Author: Stefan Roese <sr@denx.de>
53080 Date:   Fri Jul 6 12:26:51 2007 +0200
53081
53082     ppc4xx: Update lwmon5 default environment
53083
53084     Signed-off-by: Stefan Roese <sr@denx.de>
53085
53086 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
53087 Author: Stefan Roese <sr@denx.de>
53088 Date:   Fri Jul 6 11:48:24 2007 +0200
53089
53090     ppc4xx: Update lwmon5 board
53091
53092     Add unlock=yes environment variable to default variables to unlock
53093     the CFI flash by default.
53094
53095     Signed-off-by: Stefan Roese <sr@denx.de>
53096
53097 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
53098 Author: Stefan Roese <sr@denx.de>
53099 Date:   Fri Jul 6 09:45:47 2007 +0200
53100
53101     Fix problem with get/setdcr commands introduced by cfg patches
53102
53103     Signed-off-by: Stefan Roese <sr@denx.de>
53104
53105 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
53106 Author: Wolfgang Denk <wd@denx.de>
53107 Date:   Fri Jul 6 02:50:19 2007 +0200
53108
53109     Code cleanup and default config update for STC GP3 SSA board.
53110
53111     Signed-off-by: Wolfgang Denk <wd@denx.de>
53112
53113 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
53114 Author: Wolfgang Denk <wd@denx.de>
53115 Date:   Thu Jul 5 17:56:27 2007 +0200
53116
53117     Fixing some typos etc. introduced mainly by cfg patches.
53118
53119     Signed-off-by: Wolfgang Denk <wd@denx.de>
53120
53121 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
53122 Author: Wolfgang Denk <wd@denx.de>
53123 Date:   Thu Jul 5 11:12:16 2007 +0200
53124
53125     Minor coding style cleanup. Update CHANGELOG.
53126
53127 commit dca3b3d6d6396b67e5e84af53452164923c73443
53128 Author: Jon Loeliger <jdl@jdl.com>
53129 Date:   Wed Jul 4 22:33:46 2007 -0500
53130
53131     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
53132
53133     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53134
53135 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
53136 Author: Jon Loeliger <jdl@jdl.com>
53137 Date:   Wed Jul 4 22:33:38 2007 -0500
53138
53139     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
53140
53141     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53142
53143 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
53144 Author: Jon Loeliger <jdl@jdl.com>
53145 Date:   Wed Jul 4 22:33:30 2007 -0500
53146
53147     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
53148
53149     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53150
53151 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
53152 Author: Jon Loeliger <jdl@jdl.com>
53153 Date:   Wed Jul 4 22:33:23 2007 -0500
53154
53155     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
53156
53157     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53158
53159 commit 26a34560d56a9df5bc2ae23525d9229736134757
53160 Author: Jon Loeliger <jdl@jdl.com>
53161 Date:   Wed Jul 4 22:33:17 2007 -0500
53162
53163     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
53164
53165     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53166
53167 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
53168 Author: Jon Loeliger <jdl@jdl.com>
53169 Date:   Wed Jul 4 22:33:13 2007 -0500
53170
53171     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
53172
53173     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53174
53175 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
53176 Author: Jon Loeliger <jdl@jdl.com>
53177 Date:   Wed Jul 4 22:33:07 2007 -0500
53178
53179     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
53180
53181     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53182
53183 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
53184 Author: Jon Loeliger <jdl@jdl.com>
53185 Date:   Wed Jul 4 22:33:01 2007 -0500
53186
53187     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
53188
53189     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53190
53191 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
53192 Author: Jon Loeliger <jdl@jdl.com>
53193 Date:   Wed Jul 4 22:32:57 2007 -0500
53194
53195     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
53196
53197     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53198
53199 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
53200 Author: Jon Loeliger <jdl@jdl.com>
53201 Date:   Wed Jul 4 22:32:51 2007 -0500
53202
53203     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
53204
53205     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53206
53207 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
53208 Author: Jon Loeliger <jdl@jdl.com>
53209 Date:   Wed Jul 4 22:32:32 2007 -0500
53210
53211     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
53212
53213     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53214
53215 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
53216 Author: Jon Loeliger <jdl@jdl.com>
53217 Date:   Wed Jul 4 22:32:25 2007 -0500
53218
53219     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
53220
53221     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53222
53223 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
53224 Author: Jon Loeliger <jdl@jdl.com>
53225 Date:   Wed Jul 4 22:32:19 2007 -0500
53226
53227     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
53228
53229     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53230
53231 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
53232 Author: Jon Loeliger <jdl@jdl.com>
53233 Date:   Wed Jul 4 22:32:10 2007 -0500
53234
53235     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
53236
53237     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53238
53239 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
53240 Author: Jon Loeliger <jdl@jdl.com>
53241 Date:   Wed Jul 4 22:32:03 2007 -0500
53242
53243     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
53244
53245     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53246
53247 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
53248 Author: Jon Loeliger <jdl@jdl.com>
53249 Date:   Wed Jul 4 22:31:56 2007 -0500
53250
53251     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
53252
53253     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53254
53255 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
53256 Author: Jon Loeliger <jdl@jdl.com>
53257 Date:   Wed Jul 4 22:31:49 2007 -0500
53258
53259     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
53260
53261     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53262
53263 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
53264 Author: Jon Loeliger <jdl@jdl.com>
53265 Date:   Wed Jul 4 22:31:42 2007 -0500
53266
53267     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
53268
53269     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53270
53271 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
53272 Author: Jon Loeliger <jdl@jdl.com>
53273 Date:   Wed Jul 4 22:31:35 2007 -0500
53274
53275     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
53276
53277     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53278
53279 commit d794cfefead5fc177cf4f41164e80382e9c9484a
53280 Author: Jon Loeliger <jdl@jdl.com>
53281 Date:   Wed Jul 4 22:31:15 2007 -0500
53282
53283     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
53284
53285     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53286
53287 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
53288 Author: Jon Loeliger <jdl@jdl.com>
53289 Date:   Wed Jul 4 22:31:07 2007 -0500
53290
53291     include/configs: Use new CONFIG_CMD_* in STx board config files.
53292
53293     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53294
53295 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
53296 Author: Jon Loeliger <jdl@jdl.com>
53297 Date:   Wed Jul 4 22:30:58 2007 -0500
53298
53299     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
53300
53301     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53302
53303 commit 2694690e285acaa34922f55f4b5ae030da60c55a
53304 Author: Jon Loeliger <jdl@jdl.com>
53305 Date:   Wed Jul 4 22:30:50 2007 -0500
53306
53307     include/configs: Use new CONFIG_CMD_* in TQM board config files.
53308
53309     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53310
53311 commit 1cc4c458329765b58e584a19821e796b3c10e976
53312 Author: Jon Loeliger <jdl@jdl.com>
53313 Date:   Wed Jul 4 22:30:28 2007 -0500
53314
53315     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
53316
53317     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53318
53319 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
53320 Author: Jon Loeliger <jdl@jdl.com>
53321 Date:   Wed Jul 4 22:30:06 2007 -0500
53322
53323     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
53324
53325     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53326
53327 commit b44896215a09c60fa40cae906f7ed207bbc2c492
53328 Author: Sergei Poselenov <sposelenov@emcraft.com>
53329 Date:   Thu Jul 5 08:17:37 2007 +0200
53330
53331     Merged POST framework with the current TOT.
53332
53333     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
53334
53335 commit b24629fa377214d63bb40d1360e354b6d3e4af56
53336 Author: Jon Loeliger <jdl@jdl.com>
53337 Date:   Wed Jun 13 13:23:15 2007 -0500
53338
53339     mpc86xx: Remove old CFG_CMD_* references.
53340
53341     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53342
53343 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
53344 Author: Jon Loeliger <jdl@jdl.com>
53345 Date:   Wed Jun 13 13:22:54 2007 -0500
53346
53347     Add MPC8568MDS to MAKEALL 85xx target.
53348
53349     It was missing from the original port submission.
53350
53351     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53352
53353 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
53354 Author: Jon Loeliger <jdl@jdl.com>
53355 Date:   Wed Jun 13 13:22:08 2007 -0500
53356
53357     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
53358
53359     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53360
53361 commit 56b304ac2091689506088a9ae67f63fd6300cf16
53362 Author: Jon Loeliger <jdl@jdl.com>
53363 Date:   Wed Jun 13 13:21:37 2007 -0500
53364
53365     Fix #if typo in CONFIG_CMD_* changes.
53366
53367     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53368
53369 commit f780b83316d9af1f61d71cc88b1917b387b9b995
53370 Author: Niklaus Giger <niklausgiger@gmx.ch>
53371 Date:   Wed Jun 27 18:11:38 2007 +0200
53372
53373     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
53374
53375     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
53376
53377 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
53378 Author: Stefan Roese <sr@denx.de>
53379 Date:   Wed Jul 4 10:06:30 2007 +0200
53380
53381     ppc4xx: Update lwmon5 board
53382
53383     - Add optional ECC generation routine to preserve existing
53384       RAM values. This is needed for the Linux log-buffer support
53385     - Add optional DDR2 setup with CL=4
53386     - GPIO50 not used anymore
53387     - Lime register setup added
53388
53389     Signed-off-by: Stefan Roese <sr@denx.de>
53390
53391 commit 6810a34677dbc446334f5e451f1682426dd33b49
53392 Author: Grant Likely <grant.likely@secretlab.ca>
53393 Date:   Tue Jul 3 00:17:28 2007 -0600
53394
53395     Fix Makefile to use $(MKCONFIG) macro for all board ports
53396
53397     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53398
53399 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
53400 Author: Grant Likely <grant.likely@secretlab.ca>
53401 Date:   Tue Jul 3 00:17:28 2007 -0600
53402
53403     Fix Makefile to use $(MKCONFIG) macro for all board ports
53404
53405     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53406
53407 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
53408 Author: Grant Likely <grant.likely@secretlab.ca>
53409 Date:   Tue Jul 3 00:34:49 2007 -0600
53410
53411     Correct fixup relocation for mpc83xx
53412
53413     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53414
53415 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
53416 Author: Grant Likely <grant.likely@secretlab.ca>
53417 Date:   Tue Jul 3 00:34:44 2007 -0600
53418
53419     Correct fixup relocation for mpc8260
53420
53421     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53422
53423 commit f3a52fe05923935db86985daf9438e2f70ac39aa
53424 Author: Grant Likely <grant.likely@secretlab.ca>
53425 Date:   Tue Jul 3 00:34:39 2007 -0600
53426
53427     Correct fixup relocation for mpc824x
53428
53429     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53430
53431 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
53432 Author: Grant Likely <grant.likely@secretlab.ca>
53433 Date:   Tue Jul 3 00:34:34 2007 -0600
53434
53435     Correct fixup relocation for mpc8220
53436
53437     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53438
53439 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
53440 Author: Grant Likely <grant.likely@secretlab.ca>
53441 Date:   Tue Jul 3 00:34:29 2007 -0600
53442
53443     Correct fixup relocation for MPC5xxx
53444
53445     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53446
53447 commit 3649cd99ba815b6601868735765602f00ef3692b
53448 Author: Grant Likely <grant.likely@secretlab.ca>
53449 Date:   Tue Jul 3 00:34:24 2007 -0600
53450
53451     Correct relocation fixup for mpc5xx
53452
53453     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53454
53455 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
53456 Author: Grant Likely <grant.likely@secretlab.ca>
53457 Date:   Tue Jul 3 00:34:19 2007 -0600
53458
53459     Don't set gd->reloc_off if relocation of .fixup works correctly
53460
53461     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53462
53463 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
53464 Author: Grant Likely <grant.likely@secretlab.ca>
53465 Date:   Tue Jul 3 00:34:14 2007 -0600
53466
53467     Remove obsolete mpc83xx linker scripts
53468
53469     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53470
53471 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
53472 Author: Grant Likely <grant.likely@secretlab.ca>
53473 Date:   Tue Jul 3 00:34:09 2007 -0600
53474
53475     Consolidate mpc8260 linker scripts
53476
53477     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53478
53479 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
53480 Author: Grant Likely <grant.likely@secretlab.ca>
53481 Date:   Tue Jul 3 00:34:04 2007 -0600
53482
53483     Remove obsolete mpc824x linker scripts
53484
53485     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53486
53487 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
53488 Author: Grant Likely <grant.likely@secretlab.ca>
53489 Date:   Tue Jul 3 00:33:59 2007 -0600
53490
53491     Remove obsolete mpc824x linker scripts (3 of 4)
53492
53493     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53494
53495 commit a71c084f3ac7fedf144537db2b2da47323068833
53496 Author: Grant Likely <grant.likely@secretlab.ca>
53497 Date:   Tue Jul 3 00:33:53 2007 -0600
53498
53499     Remove obsolete mpc824x linker scripts (2 of 4)
53500
53501     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53502
53503 commit f670a15468d1365241d40022b9408e1004181f5e
53504 Author: Grant Likely <grant.likely@secretlab.ca>
53505 Date:   Tue Jul 3 00:33:48 2007 -0600
53506
53507     Remove obsolete mpc824x linker scripts (1 of 4)
53508
53509     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53510
53511 commit 09555bd45a04c0e54f172528d21bc18896550d28
53512 Author: Grant Likely <grant.likely@secretlab.ca>
53513 Date:   Tue Jul 3 00:33:43 2007 -0600
53514
53515     Remove obsolete mpc8220 linker scripts
53516
53517     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53518
53519 commit 5efb992f046e51225c93d52f80fecbe433abd789
53520 Author: Grant Likely <grant.likely@secretlab.ca>
53521 Date:   Tue Jul 3 00:33:38 2007 -0600
53522
53523     Remove obsolete mpc5xxx linker scripts (3 of 3)
53524
53525     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53526
53527 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
53528 Author: Grant Likely <grant.likely@secretlab.ca>
53529 Date:   Tue Jul 3 00:33:33 2007 -0600
53530
53531     Remove obsolete mpc5xxx linker scripts (2 of 3)
53532
53533     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53534
53535 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
53536 Author: Grant Likely <grant.likely@secretlab.ca>
53537 Date:   Tue Jul 3 00:33:28 2007 -0600
53538
53539     Remove obsolete mpc5xxx linker scripts (1 of 3)
53540
53541     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53542
53543 commit b7d8e05f8675249b5f208aa73babeed384a4519d
53544 Author: Grant Likely <grant.likely@secretlab.ca>
53545 Date:   Tue Jul 3 00:33:23 2007 -0600
53546
53547     Remove obsolete mpc5xx linker scripts
53548
53549     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53550
53551 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
53552 Author: Grant Likely <grant.likely@secretlab.ca>
53553 Date:   Tue Jul 3 00:33:18 2007 -0600
53554
53555     Consolidate mpc83xx linker scripts
53556
53557     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53558
53559 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
53560 Author: Grant Likely <grant.likely@secretlab.ca>
53561 Date:   Tue Jul 3 00:33:13 2007 -0600
53562
53563     Consolidate mpc8260 linker scripts
53564
53565     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53566
53567 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
53568 Author: Grant Likely <grant.likely@secretlab.ca>
53569 Date:   Tue Jul 3 00:33:08 2007 -0600
53570
53571     Consolidate mpc824x linker scripts
53572
53573     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53574
53575 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
53576 Author: Grant Likely <grant.likely@secretlab.ca>
53577 Date:   Tue Jul 3 00:33:03 2007 -0600
53578
53579     Consolidate mpc8220 linker scripts
53580
53581     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53582
53583 commit d181c9a15cd41863fe24840d17848429f27d3c8c
53584 Author: Grant Likely <grant.likely@secretlab.ca>
53585 Date:   Tue Jul 3 00:32:58 2007 -0600
53586
53587     Consolidate mpc5xxx linker scripts
53588
53589     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53590
53591 commit 287ac924adb7291bebe5086652a362a30ab28b13
53592 Author: Grant Likely <grant.likely@secretlab.ca>
53593 Date:   Tue Jul 3 00:32:53 2007 -0600
53594
53595     Consolidate mpc5xx linker scripts
53596
53597     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53598
53599 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
53600 Author: Wolfgang Denk <wd@denx.de>
53601 Date:   Wed Jul 4 00:43:53 2007 +0200
53602
53603     Fix a few file permission problems.
53604
53605     Signed-off-by: Wolfgang Denk <wd@denx.de>
53606
53607 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
53608 Author: Wolfgang Denk <wd@denx.de>
53609 Date:   Wed Jul 4 00:38:38 2007 +0200
53610
53611     Minor coding style cleanup. Rebuild CHANGELOG file.
53612
53613 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
53614 Author: Jon Loeliger <jdl@jdl.com>
53615 Date:   Mon Jun 11 19:03:44 2007 -0500
53616
53617     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
53618
53619     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53620
53621 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
53622 Author: Jon Loeliger <jdl@jdl.com>
53623 Date:   Mon Jun 11 19:03:39 2007 -0500
53624
53625     README: Rewrite command line config to use CONFIG_CMD_* names.
53626
53627     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53628
53629 commit 72a074cec68e5bad60d63206c050974e08afd804
53630 Author: Jon Loeliger <jdl@jdl.com>
53631 Date:   Mon Jun 11 19:03:34 2007 -0500
53632
53633     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53634
53635     This is a compatibility step that allows both the older form
53636     and the new form to co-exist for a while until the older can
53637     be removed entirely.
53638
53639     All transformations are of the form:
53640     Before:
53641         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53642     After:
53643         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53644
53645     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53646
53647 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
53648 Author: Jon Loeliger <jdl@jdl.com>
53649 Date:   Mon Jun 11 19:03:28 2007 -0500
53650
53651     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53652
53653     This is a compatibility step that allows both the older form
53654     and the new form to co-exist for a while until the older can
53655     be removed entirely.
53656
53657     All transformations are of the form:
53658     Before:
53659         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53660     After:
53661         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53662
53663     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53664
53665 commit 9107ebe0d352420895ab69b715697bdebc8caf50
53666 Author: Jon Loeliger <jdl@jdl.com>
53667 Date:   Mon Jun 11 19:03:23 2007 -0500
53668
53669     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53670
53671     This is a compatibility step that allows both the older form
53672     and the new form to co-exist for a while until the older can
53673     be removed entirely.
53674
53675     All transformations are of the form:
53676     Before:
53677         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53678     After:
53679         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53680
53681     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53682
53683 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
53684 Author: Jon Loeliger <jdl@jdl.com>
53685 Date:   Mon Jun 11 19:03:19 2007 -0500
53686
53687     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53688
53689     This is a compatibility step that allows both the older form
53690     and the new form to co-exist for a while until the older can
53691     be removed entirely.
53692
53693     All transformations are of the form:
53694     Before:
53695         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53696     After:
53697         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53698
53699     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53700
53701 commit 737184114ec9c9e0ab94d6713536126073bd2472
53702 Author: Jon Loeliger <jdl@jdl.com>
53703 Date:   Mon Jun 11 19:03:15 2007 -0500
53704
53705     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53706
53707     This is a compatibility step that allows both the older form
53708     and the new form to co-exist for a while until the older can
53709     be removed entirely.
53710
53711     All transformations are of the form:
53712     Before:
53713         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53714     After:
53715         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53716
53717     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53718
53719 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
53720 Author: Jon Loeliger <jdl@jdl.com>
53721 Date:   Mon Jun 11 19:03:08 2007 -0500
53722
53723     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53724
53725     This is a compatibility step that allows both the older form
53726     and the new form to co-exist for a while until the older can
53727     be removed entirely.
53728
53729     All transformations are of the form:
53730     Before:
53731         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53732     After:
53733         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53734
53735     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53736
53737 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
53738 Author: Jon Loeliger <jdl@jdl.com>
53739 Date:   Mon Jun 11 19:03:03 2007 -0500
53740
53741     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53742
53743     This is a compatibility step that allows both the older form
53744     and the new form to co-exist for a while until the older can
53745     be removed entirely.
53746
53747     All transformations are of the form:
53748     Before:
53749         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53750     After:
53751         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53752
53753     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53754
53755 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
53756 Author: Jon Loeliger <jdl@jdl.com>
53757 Date:   Mon Jun 11 19:02:58 2007 -0500
53758
53759     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53760
53761     This is a compatibility step that allows both the older form
53762     and the new form to co-exist for a while until the older can
53763     be removed entirely.
53764
53765     All transformations are of the form:
53766     Before:
53767         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53768     After:
53769         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53770
53771     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53772
53773 commit 98b79003c21c2578206003256de4e781d6b36ca8
53774 Author: Jon Loeliger <jdl@jdl.com>
53775 Date:   Mon Jun 11 19:02:53 2007 -0500
53776
53777     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53778
53779     This is a compatibility step that allows both the older form
53780     and the new form to co-exist for a while until the older can
53781     be removed entirely.
53782
53783     All transformations are of the form:
53784     Before:
53785         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53786     After:
53787         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53788
53789     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53790
53791 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
53792 Author: Jon Loeliger <jdl@jdl.com>
53793 Date:   Mon Jun 11 19:02:49 2007 -0500
53794
53795     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53796
53797     This is a compatibility step that allows both the older form
53798     and the new form to co-exist for a while until the older can
53799     be removed entirely.
53800
53801     All transformations are of the form:
53802     Before:
53803         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53804     After:
53805         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53806
53807     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53808
53809 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
53810 Author: Jon Loeliger <jdl@jdl.com>
53811 Date:   Mon Jun 11 19:02:34 2007 -0500
53812
53813     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53814
53815     This is a compatibility step that allows both the older form
53816     and the new form to co-exist for a while until the older can
53817     be removed entirely.
53818
53819     All transformations are of the form:
53820     Before:
53821         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53822     After:
53823         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53824
53825     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53826
53827 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
53828 Author: Jon Loeliger <jdl@jdl.com>
53829 Date:   Mon Jun 11 19:02:20 2007 -0500
53830
53831     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53832
53833     This is a compatibility step that allows both the older form
53834     and the new form to co-exist for a while until the older can
53835     be removed entirely.
53836
53837     All transformations are of the form:
53838     Before:
53839         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53840     After:
53841         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53842
53843     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53844
53845 commit d5be43de93ff905c465e509d45a3164ef48d26e7
53846 Author: Jon Loeliger <jdl@jdl.com>
53847 Date:   Mon Jun 11 19:02:10 2007 -0500
53848
53849     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53850
53851     This is a compatibility step that allows both the older form
53852     and the new form to co-exist for a while until the older can
53853     be removed entirely.
53854
53855     All transformations are of the form:
53856     Before:
53857         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53858     After:
53859         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53860
53861     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53862
53863 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
53864 Author: Jon Loeliger <jdl@jdl.com>
53865 Date:   Mon Jun 11 19:02:05 2007 -0500
53866
53867     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53868
53869     This is a compatibility step that allows both the older form
53870     and the new form to co-exist for a while until the older can
53871     be removed entirely.
53872
53873     All transformations are of the form:
53874     Before:
53875         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53876     After:
53877         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53878
53879     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53880
53881 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
53882 Author: Jon Loeliger <jdl@jdl.com>
53883 Date:   Mon Jun 11 19:01:54 2007 -0500
53884
53885     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53886
53887     This is a compatibility step that allows both the older form
53888     and the new form to co-exist for a while until the older can
53889     be removed entirely.
53890
53891     All transformations are of the form:
53892     Before:
53893         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53894     After:
53895         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53896
53897     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53898
53899 commit a76adc8142c1d956385a109e0b70f9319ede4d66
53900 Author: Jon Loeliger <jdl@jdl.com>
53901 Date:   Mon Jun 11 19:01:43 2007 -0500
53902
53903     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
53904
53905     This is a compatibility step that allows both the older form
53906     and the new form to co-exist for a while until the older can
53907     be removed entirely.
53908
53909     All transformations are of the form:
53910     Before:
53911         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
53912     After:
53913         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
53914
53915     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53916
53917 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
53918 Author: Jon Loeliger <jdl@jdl.com>
53919 Date:   Mon Jun 11 19:01:34 2007 -0500
53920
53921     Introduce initial versions of new Command Config files.
53922
53923     Derive three new files from cmd_confdefs.h:
53924         config_bootp.h - Has BOOTP related config options, not commands
53925         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
53926         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
53927
53928     For now, include "config_bootp.h" for compatability until all
53929     users of it directly include it properly.
53930
53931     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53932
53933 commit 1f2a05898658900dc5717761e27abf2052e67e13
53934 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
53935 Date:   Sat Jun 30 18:50:48 2007 +0200
53936
53937     Fix S-ATA support.
53938
53939     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
53940
53941 commit a5d71e290f3673269be8eefb4ec44f53412f9461
53942 Author: Heiko Schocher <hs@pollux.denx.de>
53943 Date:   Mon Jun 25 19:11:37 2007 +0200
53944
53945     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
53946
53947     Signed-off-by: Heiko Schocher <hs@denx.de>
53948
53949 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
53950 Author: Niklaus Giger <niklaus.giger@nestal.com>
53951 Date:   Mon Jun 25 17:03:13 2007 +0200
53952
53953     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
53954
53955     This patch prints the DDR status registers upon machine check
53956     interrupt on the 440EPx/GRx. This can be useful especially when
53957     ECC support is enabled.
53958
53959     I added some small changes to the original patch from Niklaus to
53960     make it compile clean.
53961
53962     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
53963     Signed-off-by: Stefan Roese <sr@denx.de>
53964
53965 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
53966 Author: Niklaus Giger <niklaus.giger@nestal.com>
53967 Date:   Mon Jun 25 16:50:55 2007 +0200
53968
53969     ppc4xx: Fix O=buildir builds
53970
53971     This patch fixes the problem to assemble cpu/ppc4xx/start.S
53972     experienced last week where building failed having specified
53973     O=../build.sequoia.
53974
53975     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
53976
53977 commit 466fff1a7bb5fe764a06450626f6098219f446b8
53978 Author: Stefan Roese <sr@denx.de>
53979 Date:   Mon Jun 25 15:57:39 2007 +0200
53980
53981     ppc4xx: Add pci_pre_init() for 405 boards
53982
53983     This patch removes the CFG_PCI_PRE_INIT option completely, since
53984     it's not needed anymore with the patch from Matthias Fuchs with
53985     the "weak" pci_pre_init() implementation.
53986
53987     Signed-off-by: Stefan Roese <sr@denx.de>
53988
53989 commit 6f35c53166213c24a5a0e2390ed861136ff73870
53990 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
53991 Date:   Sun Jun 24 17:41:21 2007 +0200
53992
53993     ppc4xx: Maintenance patch for esd's CPCI405 derivats
53994
53995     -add pci_pre_init() for pci interrupt fixup code
53996     -disable phy sleep mode via reset_phy() function
53997     -use correct io accessors
53998     -cleanup
53999
54000     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54001
54002 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
54003 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54004 Date:   Sun Jun 24 17:23:41 2007 +0200
54005
54006     ppc4xx: Add pci_pre_init() for 405 boards
54007
54008     This patch adds support for calling a plattform dependant
54009     pci_pre_init() function for 405 boards. This can be used to
54010     move the current pci_405gp_fixup_irq() function into the
54011     board code.
54012
54013     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
54014     A default function with 'weak' attribute is used when
54015     a board specific pci_pre_init() is not implemented.
54016
54017     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54018
54019 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
54020 Author: Wolfgang Denk <wd@denx.de>
54021 Date:   Fri Jun 22 23:59:00 2007 +0200
54022
54023     Coding stylke cleanup; rebuild CHANGELOG
54024
54025 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
54026 Author: Igor Lisitsin <igor@emcraft.com>
54027 Date:   Wed Apr 18 14:55:19 2007 +0400
54028
54029     Adapt log buffer code to support Linux 2.6
54030
54031     A new environment variable, "logversion", selects the log buffer
54032     behaviour. If it is not set or set to a value other than 2, then the
54033     old, Linux 2.4.4, behaviour is selected.
54034
54035     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
54036     --
54037
54038 commit a11e06965ec91270c51853407ff1261d3c740386
54039 Author: Igor Lisitsin <igor@emcraft.com>
54040 Date:   Wed Mar 28 19:06:19 2007 +0400
54041
54042     Extend POST support for PPC440
54043
54044     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
54045
54046     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
54047     --
54048
54049 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
54050 Author: Heiko Schocher <hs@pollux.denx.de>
54051 Date:   Fri Jun 22 19:11:54 2007 +0200
54052
54053     [PCS440EP]      upgrade the PCS440EP board:
54054                     - Show on the Status LEDs, some States of the board.
54055                     - Get the MAC addresses from the EEProm
54056                     - use PREBOOT
54057                     - use the CF on the board.
54058                     - check the U-Boot image in the Flash with a SHA1
54059                       checksum.
54060                     - use dynamic TLB entries generation for the SDRAM
54061
54062     Signed-off-by: Heiko Schocher <hs@denx.de>
54063
54064 commit 3a1f5c81b0b9557817a789bece839905581c2205
54065 Author: Stefan Roese <sr@denx.de>
54066 Date:   Fri Jun 22 16:58:40 2007 +0200
54067
54068     ppc4xx: Fix problem with extended program_tlb() funtion
54069
54070     The recently extended program_tlb() function had a problem when
54071     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
54072     virtual address was not incremented. This patch fixes this issue
54073     and is tested on Katmai with 512MB SDRAM.
54074
54075     Signed-off-by: Stefan Roese <sr@denx.de>
54076
54077 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
54078 Author: Rafal Jaworowski <raj@semihalf.com>
54079 Date:   Fri Jun 22 14:58:04 2007 +0200
54080
54081     [ppc] Fix build breakage for all non-4xx PowerPC variants.
54082
54083     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
54084     - minor 4xx cleanup
54085
54086 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
54087 Author: Mike Frysinger <vapier@gentoo.org>
54088 Date:   Fri Jun 22 10:34:12 2007 +0200
54089
54090     [patch] add nand_init() prototype to nand.h
54091
54092     since nand_init() is expected to be called by other parts of u-boot, there
54093     should be a prototype for it in nand.h
54094
54095     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
54096     Signed-off-by: Stefan Roese <sr@denx.de>
54097
54098 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
54099 Author: Wolfgang Denk <wd@denx.de>
54100 Date:   Wed Jun 20 18:14:24 2007 +0200
54101
54102     Coding style cleanup. Refresh CHANGELOG.
54103
54104 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
54105 Author: Stefan Roese <sr@denx.de>
54106 Date:   Tue Jun 19 17:22:44 2007 +0200
54107
54108     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
54109
54110     This patch adds a board command to configure the I2C bootstrap EEPROM
54111     values. Right now 533 and 667MHz are supported for booting either via NOR
54112     or NAND FLASH. Here the usage:
54113
54114     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
54115     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
54116
54117     Signed-off-by: Stefan Roese <sr@denx.de>
54118
54119 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
54120 Author: Stefan Roese <sr@denx.de>
54121 Date:   Tue Jun 19 16:42:31 2007 +0200
54122
54123     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
54124
54125     The latest changes showed a problem with the location of the NAND-SPL
54126     image in the OCM and the init-data area (incl. cache). This patch
54127     fixes this problem.
54128
54129     Signed-off-by: Stefan Roese <sr@denx.de>
54130
54131 commit 86ba99e34194394052d24c04dc40d1263d29a26f
54132 Author: Stefan Roese <sr@denx.de>
54133 Date:   Tue Jun 19 16:40:58 2007 +0200
54134
54135     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
54136
54137     Signed-off-by: Stefan Roese <sr@denx.de>
54138
54139 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
54140 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
54141 Date:   Mon Jun 18 13:50:13 2007 -0500
54142
54143     Added M5329AFEE and M5329BFEE Platforms
54144
54145     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
54146     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
54147     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
54148     rtc/mcfrtc.c
54149
54150     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
54151     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
54152     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
54153     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
54154     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
54155     lib_m68k/time.c, net/eth.c and rtc/Makefile
54156
54157     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
54158
54159 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
54160 Author: Michal Simek <monstr@monstr.eu>
54161 Date:   Sun Jun 17 19:04:11 2007 +0200
54162
54163     [fix] email reparation
54164
54165 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
54166 Author: Michal Simek <monstr@monstr.eu>
54167 Date:   Sun Jun 17 19:03:21 2007 +0200
54168
54169     [FIX] fix microblaze file permitission
54170
54171 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
54172 Author: Stefan Roese <sr@denx.de>
54173 Date:   Fri Jun 15 11:33:41 2007 +0200
54174
54175     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
54176
54177     Now CONFIG_440 has to be defined in all PPC440 board config files.
54178
54179     Signed-off-by: Stefan Roese <sr@denx.de>
54180
54181 commit efa35cf12d914d4caba942acd5a6c45f217de302
54182 Author: Grzegorz Bernacki <gjb@semihalf.com>
54183 Date:   Fri Jun 15 11:19:28 2007 +0200
54184
54185     ppc4xx: Clean up 440 exceptions handling
54186
54187     - Introduced dedicated switches for building 440 and 405 images required
54188       for 440-specific machine instructions like 'rfmci' etc.
54189
54190     - Exception vectors moved to the proper location (_start moved away from
54191       the critical exception handler space, which it occupied)
54192
54193     - CriticalInput now serviced (with default handler)
54194
54195     - MachineCheck properly serviced (added a dedicated handler and return
54196       subroutine)
54197
54198     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
54199       unhandled and those not relevant for 4xx were eliminated)
54200
54201     - Eliminated Linux leftovers, removed dead code
54202
54203     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
54204     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
54205     Signed-off-by: Stefan Roese <sr@denx.de>
54206
54207 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
54208 Author: Stefan Roese <sr@denx.de>
54209 Date:   Fri Jun 15 08:18:01 2007 +0200
54210
54211     [ppc4xx] Add initial lwmon5 board support
54212
54213     This patch adds initial support for the Liebherr lwmon5 board euqipped
54214     with an AMCC 440EPx PowerPC.
54215
54216     Signed-off-by: Stefan Roese <sr@denx.de>
54217
54218 commit 85f737376d5ff3d5f0d45a8b657686326d175307
54219 Author: Stefan Roese <sr@denx.de>
54220 Date:   Fri Jun 15 07:39:43 2007 +0200
54221
54222     [ppc4xx] Extend 44x GPIO setup with default output state
54223
54224     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
54225     is extended with the default GPIO output state (level).
54226
54227     Signed-off-by: Stefan Roese <sr@denx.de>
54228
54229 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
54230 Author: Stefan Roese <sr@denx.de>
54231 Date:   Thu Jun 14 11:14:32 2007 +0200
54232
54233     [ppc4xx] Extend program_tlb() with virtual & physical addresses
54234
54235     Now program_tlb() allows to program a TLB (or multiple) with
54236     different virtual and physical addresses. With this change, now one
54237     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
54238     diabled and once with caches enabled.
54239
54240     Signed-off-by: Stefan Roese <sr@denx.de>
54241
54242 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
54243 Author: Detlev Zundel <dzu@denx.de>
54244 Date:   Wed May 23 19:02:41 2007 +0200
54245
54246     Change 'repeatable' attribute of some commands to sensible values.
54247
54248     Most prominently this changes 'erase' to be non-repeatable.
54249
54250     Signed-off-by: Detlev Zundel <dzu@denx.de>
54251
54252 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
54253 Author: Detlev Zundel <dzu@denx.de>
54254 Date:   Wed May 23 18:47:48 2007 +0200
54255
54256     Fix 'run' not to continue after interrupted command
54257
54258     Signed-off-by: Detlev Zundel <dzu@denx.de>
54259
54260 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
54261 Author: Jason Jin <Jason.jin@freescale.com>
54262 Date:   Mon Jun 11 15:14:24 2007 +0200
54263
54264     USB: This patch fix readl in ohci swap reg access.
54265
54266     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54267
54268 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
54269 Author: Bartlomiej Sieka <tur@semihalf.com>
54270 Date:   Fri Jun 8 14:52:22 2007 +0200
54271
54272     TQM5200: Add Flat Device Tree support, update default env. accordingly.
54273
54274     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
54275     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54276
54277 commit 9045f33c023f698660a2e45d1b2194c0711abebc
54278 Author: Wolfgang Denk <wd@denx.de>
54279 Date:   Fri Jun 8 10:24:58 2007 +0200
54280
54281     Fix config problems on SC3 board; make ide_reset_timeout work.
54282
54283 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
54284 Author: Benoît Monin <bmonin@adeneo.eu>
54285 Date:   Fri Jun 8 09:55:24 2007 +0200
54286
54287     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
54288
54289     Set the correct value in GPIOx_TCR when configuring the gpio
54290     with CFG_440_GPIO_TABLE.
54291
54292     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
54293     Signed-off-by: Stefan Roese <sr@denx.de>
54294
54295 commit f539edc076cfe52bff919dd512ba8d7af0e22092
54296 Author: Vadim Bendebury <vbendeb@google.com>
54297 Date:   Thu May 24 15:52:25 2007 -0700
54298
54299     cosmetic changes to bcm570x driver
54300
54301     This is a cosmetic only changes submission.
54302     It affects files relevant to bcm570x driver.
54303     the commands used to generate this change was
54304
54305     cd drivers
54306     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
54307
54308     The BMW target (the only one using this chip so far) builds cleanly, the
54309     `before and after' generated object files for drivers/bcm570x.c and
54310     drivers/tigon3.o are identical as reported by objdump -d
54311
54312     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
54313     Signed-off-by: Ben Warren <bwarren@qstreams.com>
54314
54315 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
54316 Author: Wolfgang Denk <wd@denx.de>
54317 Date:   Wed Jun 6 16:26:56 2007 +0200
54318
54319     Coding Style cleanup; generate new CHANGELOG file.
54320
54321     Signed-off-by: Wolfgang Denk <wd@denx.de>
54322
54323 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
54324 Author: Markus Klotzbuecher <mk@denx.de>
54325 Date:   Wed Jun 6 11:49:44 2007 +0200
54326
54327     TRAB, USB: update trab board configuration for use of generic ohci driver
54328
54329 commit dace45acd1c1357daa9322099d07c9a9e08b0024
54330 Author: Markus Klotzbuecher <mk@denx.de>
54331 Date:   Wed Jun 6 11:49:43 2007 +0200
54332
54333     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
54334
54335 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
54336 Author: Markus Klotzbuecher <mk@denx.de>
54337 Date:   Wed Jun 6 11:49:43 2007 +0200
54338
54339     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
54340
54341 commit fc43be478f2aa37ce38acd85355038866e4162af
54342 Author: Markus Klotzbuecher <mk@denx.de>
54343 Date:   Wed Jun 6 11:49:35 2007 +0200
54344
54345     USB/OHCI: endianness cleanup in the generic ohci driver
54346
54347 commit c440bfe6d6d92d66478a7e84402b31f48413617b
54348 Author: Stefan Roese <sr@denx.de>
54349 Date:   Wed Jun 6 11:42:13 2007 +0200
54350
54351     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
54352
54353     This patch adds NAND booting support for the AMCC Acadia eval board.
54354
54355     Please make sure to configure jumper J7 to position 2-3 when booting
54356     from NOR, and to position 1-2 when booting for NAND.
54357
54358     I also added a board command to configure the I2C bootstrap EEPROM
54359     values. Right now only 267MHz is support for booting either via NOR
54360     or NAND FLASH. Here the usage:
54361
54362     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
54363     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
54364
54365     Signed-off-by: Stefan Roese <sr@denx.de>
54366
54367 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
54368 Author: Rodolfo Giometti <giometti@linux.it>
54369 Date:   Wed Jun 6 10:08:14 2007 +0200
54370
54371     Files include/linux/byteorder/{big,little}_endian.h define
54372     __BIG_ENDIAN and __LITTLE_ENDIAN.
54373
54374     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
54375
54376 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
54377 Author: Zhang Wei <wei.zhang@freescale.com>
54378 Date:   Wed Jun 6 10:08:14 2007 +0200
54379
54380     Add USB PCI-OHCI, USB keyboard and event poll support to the
54381     MPC8641HPCN board config file.
54382
54383     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54384
54385 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
54386 Author: Zhang Wei <wei.zhang@freescale.com>
54387 Date:   Wed Jun 6 10:08:14 2007 +0200
54388
54389     USB PCI-OHCI, interrupt pipe and usb event poll support
54390
54391     This patch added USB PCI-OHCI chips support, interrupt pipe support
54392     and usb event poll support. For supporting the USB interrupt pipe, the
54393     globe urb_priv is moved to purb in ed struct. Now, we can process
54394     several urbs at one time. The interrupt pipe support codes are ported
54395     from Linux kernel 2.4.
54396
54397     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54398
54399 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
54400 Author: Zhang Wei <wei.zhang@freescale.com>
54401 Date:   Wed Jun 6 10:08:13 2007 +0200
54402
54403     USB event poll support
54404
54405     This patch adds USB event poll support, which could be used in usbkbd
54406     and other usb devices driver when the asynchronous interrupt
54407     processing is supported.
54408
54409     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
54410
54411 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
54412 Author: Rodolfo Giometti <giometti@linux.it>
54413 Date:   Wed Jun 6 10:08:12 2007 +0200
54414
54415     ISP116x: delay for crappy USB keys
54416
54417     Using some (very) slow USB keys cause the USB host controller buffers
54418     are not ready to be read by the CPU so we need an extra delay before
54419     reading the USB storage data.
54420
54421     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
54422
54423 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
54424 Author: Markus Klotzbuecher <mk@denx.de>
54425 Date:   Wed Jun 6 10:08:12 2007 +0200
54426
54427     Change duplicate usb_cpu_init_fail to usb_board_init_fail
54428
54429     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
54430     this out.
54431
54432     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
54433
54434 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
54435 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
54436 Date:   Tue Jun 5 12:30:52 2007 -0500
54437
54438     mpc8641 image size cleanup
54439
54440     e600 does not have a bootpg restriction.
54441     Move the version string to beginning of image at fff00000.
54442     Resetvec.S is not needed.
54443     Update flash copy instructions.
54444     Add tftpflash env variable
54445
54446     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54447     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54448
54449 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
54450 Author: Benoît Monin <bmonin@adeneo.eu>
54451 Date:   Mon Jun 4 08:36:05 2007 +0200
54452
54453     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
54454
54455     The attached patch is mainly cosmetic, allowing u-boot to
54456     display the correct bootstrap option letter according to the
54457     datasheets.
54458
54459     The original patch was extended with 405EZ support by Stefan
54460     Roese.
54461
54462     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
54463     Signed-off-by: Stefan Roese <sr@denx.de>
54464
54465 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
54466 Author: Nikita V. Youshchenko <yoush@debian.org>
54467 Date:   Wed May 23 12:45:19 2007 +0400
54468
54469     fix compilation problem for mpc8349itx CFG_RAMBOOT
54470
54471     Current include/configs/MPC8349ITX.h does contain some support for building
54472     image that will be started from memory (without putting in into flash).
54473     It could be triggered by building with TEXT_BASE set to a low value.
54474
54475     However, this support is incomplete: using of low TEXT_BASE causes
54476     defining configuration macros in inconsistent way, which later leads
54477     to compilation errors. In particular. flash support is being disabled,
54478     but then flash structures get referenced.
54479
54480     This patch fixes this, making it possible to build with low TEXT_BASE.
54481
54482     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
54483
54484     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54485
54486 commit 8a364f0970de49949d635e60accf463c6443ef8c
54487 Author: Nikita V. Youshchenko <yoush@debian.org>
54488 Date:   Wed May 23 12:45:25 2007 +0400
54489
54490     add missing 'console' var to default mpc8349itx config
54491
54492     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54493
54494 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
54495 Author: Stefan Roese <sr@denx.de>
54496 Date:   Fri Jun 1 16:18:17 2007 +0200
54497
54498     ppc4xx: Add missing file for Bamboo NAND booting support
54499
54500     Signed-off-by: Stefan Roese <sr@denx.de>
54501
54502 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
54503 Author: Stefan Roese <sr@denx.de>
54504 Date:   Fri Jun 1 15:58:19 2007 +0200
54505
54506     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
54507
54508     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
54509     suggested by AMCC it is not recommended to dynamically change the EBC
54510     speed after bootup. So we undo this change to be on the safe side.
54511
54512     Signed-off-by: Stefan Roese <sr@denx.de>
54513
54514 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
54515 Author: Stefan Roese <sr@denx.de>
54516 Date:   Fri Jun 1 15:29:04 2007 +0200
54517
54518     ppc4xx: Update Sequoia NAND booting support with ECC
54519
54520     Signed-off-by: Stefan Roese <sr@denx.de>
54521
54522 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
54523 Author: Stefan Roese <sr@denx.de>
54524 Date:   Fri Jun 1 15:27:11 2007 +0200
54525
54526     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
54527
54528     This patch adds NAND booting support for the AMCC Bamboo eval board.
54529     Since the NAND-SPL boot image is limited to 4kbytes, this version
54530     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
54531     supported, since the setup code for I2C DIMM autodetection and
54532     configuration is too big for this NAND bootloader.
54533
54534     Signed-off-by: Stefan Roese <sr@denx.de>
54535
54536 commit 42be56f53c8b107868e6125c8524ae84293e95a7
54537 Author: Stefan Roese <sr@denx.de>
54538 Date:   Fri Jun 1 15:23:04 2007 +0200
54539
54540     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
54541
54542     The U-Boot NAND booting support is now extended to support ECC
54543     upon loading of the NAND U-Boot image.
54544
54545     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
54546
54547     Signed-off-by: Stefan Roese <sr@denx.de>
54548
54549 commit a471db07fbb65a841ffc9f4f112562b945230f98
54550 Author: Stefan Roese <sr@denx.de>
54551 Date:   Fri Jun 1 15:19:29 2007 +0200
54552
54553     ppc4xx: Prepare Bamboo port for NAND booting support
54554
54555     This patch updates the "normal" Bamboo NOR booting port, so
54556     that it is compatible with the coming soon NAND booting
54557     Bamboo port.
54558
54559     It also enables the 2nd NAND flash on the Bamboo.
54560
54561     Signed-off-by: Stefan Roese <sr@denx.de>
54562
54563 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
54564 Author: Stefan Roese <sr@denx.de>
54565 Date:   Fri Jun 1 15:16:58 2007 +0200
54566
54567     ppc4xx: Update in_be32() functions and friends to latest Linux version
54568
54569     Signed-off-by: Stefan Roese <sr@denx.de>
54570
54571 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
54572 Author: Stefan Roese <sr@denx.de>
54573 Date:   Fri Jun 1 15:15:12 2007 +0200
54574
54575     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
54576
54577     This patch adds hardware ECC support to the NDFC driver. It also
54578     changes the register access from using the "simple" in32/out32
54579     functions to the in_be32/out_be32 functions, which make sure
54580     that the access is correctly synced. This is the only recommended
54581     access to SoC registers in the current Linux kernel.
54582
54583     Signed-off-by: Stefan Roese <sr@denx.de>
54584
54585 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
54586 Author: Stefan Roese <sr@denx.de>
54587 Date:   Fri Jun 1 15:12:15 2007 +0200
54588
54589     NAND: Update nand_ecc.c to latest Linux version
54590
54591     This patch updates the nand_ecc code to the latest Linux version.
54592     The main reason for this is the more compact code. This makes
54593     it possible to include the ECC code into the NAND bootloader
54594     image (NAND_SPL) for PPC4xx.
54595
54596     Signed-off-by: Stefan Roese <sr@denx.de>
54597
54598 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
54599 Author: Stefan Roese <sr@denx.de>
54600 Date:   Fri Jun 1 15:09:50 2007 +0200
54601
54602     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
54603
54604     Signed-off-by: Stefan Roese <sr@denx.de>
54605
54606 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
54607 Author: Stefan Roese <sr@denx.de>
54608 Date:   Fri Jun 1 13:45:24 2007 +0200
54609
54610     ppc4xx: Change Luan config file to support ECC
54611
54612     With the updated 44x DDR2 driver the Luan board now supports
54613     ECC generation and checking.
54614
54615     Signed-off-by: Stefan Roese <sr@denx.de>
54616
54617 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
54618 Author: Stefan Roese <sr@denx.de>
54619 Date:   Fri Jun 1 13:45:00 2007 +0200
54620
54621     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
54622
54623     Add config option for 180 degree advance clock control as needed
54624     for the AMCC Luan eval board.
54625
54626     Signed-off-by: Stefan Roese <sr@denx.de>
54627
54628 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
54629 Author: Wolfgang Denk <wd@denx.de>
54630 Date:   Thu May 31 17:20:09 2007 +0200
54631
54632     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
54633
54634     Signed-off-by: Wolfgang Denk <wd@denx.de>
54635
54636 commit 7049288fb1f16f1b317140226cdebd07bd416395
54637 Author: Bartlomiej Sieka <tur@semihalf.com>
54638 Date:   Sun May 27 17:26:46 2007 +0200
54639
54640     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
54641
54642     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54643
54644 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
54645 Author: Bartlomiej Sieka <tur@semihalf.com>
54646 Date:   Sun May 27 17:06:36 2007 +0200
54647
54648     Motion-PRO: Add support for redundant environment.
54649
54650     Enable redundant environment, add a MTD partition for it; also add env.
54651     variable command for passing MTD partitions to the kernel command line.
54652
54653     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
54654     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54655
54656 commit a26eabeec31746f06d309103690892805696e344
54657 Author: Bartlomiej Sieka <tur@semihalf.com>
54658 Date:   Sun May 27 17:05:11 2007 +0200
54659
54660     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
54661
54662     Allow passing longer command line to the kernel - useful especially
54663     for passing MTD partition layout.
54664
54665     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
54666     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54667
54668 commit 9160b96f71483a116de81c68985e8ee306d36764
54669 Author: Bartlomiej Sieka <tur@semihalf.com>
54670 Date:   Sun May 27 17:04:18 2007 +0200
54671
54672     Fix: Add missing NULL termination in strings expanded by macros parser.
54673
54674     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
54675     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54676
54677 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
54678 Author: Bartlomiej Sieka <tur@semihalf.com>
54679 Date:   Sun May 27 17:03:37 2007 +0200
54680
54681     Motion-PRO: Update EEPROM's page write bits and write delay.
54682
54683     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
54684     have a page write capability of two bytes", and "This device offers fast (1ms)
54685     byte write". Add 3ms of extra delay.
54686
54687     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
54688     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54689
54690 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
54691 Author: Bartlomiej Sieka <tur@semihalf.com>
54692 Date:   Sun May 27 16:58:45 2007 +0200
54693
54694     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
54695
54696     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
54697     networking does not function. This commit switches PHY to TX mode by clearing
54698     the FX_SEL bit of Mode Control Register. It also reverses commit
54699     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
54700
54701     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
54702     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54703
54704 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
54705 Author: Bartlomiej Sieka <tur@semihalf.com>
54706 Date:   Sun May 27 16:57:15 2007 +0200
54707
54708     Motion-PRO: Add support for the temperature sensor.
54709
54710     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
54711     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54712
54713 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
54714 Author: Bartlomiej Sieka <tur@semihalf.com>
54715 Date:   Sun May 27 16:55:23 2007 +0200
54716
54717     Motion-PRO: Add displaying of CPLD revision information during boot.
54718
54719     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
54720     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54721
54722 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
54723 Author: Bartlomiej Sieka <tur@semihalf.com>
54724 Date:   Sun May 27 16:53:43 2007 +0200
54725
54726     MPC5xxx: Change names of defines related to IPB and PCI clocks.
54727
54728     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
54729     them does not cause PCI or IPB clocks to run at the specified speed.
54730     Instead, they configure divisors used to calculate said clocks. This
54731     patch renames the defines according to their real function.
54732
54733     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
54734     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54735
54736 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
54737 Author: Bartlomiej Sieka <tur@semihalf.com>
54738 Date:   Sun May 27 16:51:48 2007 +0200
54739
54740     Motion-PRO: Add LED support.
54741
54742     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
54743     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54744     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
54745
54746 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
54747 Author: Ulf Samuelsson <ulf@atmel.com>
54748 Date:   Thu May 24 12:12:47 2007 +0200
54749
54750     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
54751
54752     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
54753     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
54754     Signed-off-by: Stefan Roese <sr@denx.de>
54755
54756 commit d756894722c888d09a9fa1df8323753772d3dcce
54757 Author: Stefan Roese <sr@denx.de>
54758 Date:   Thu May 24 09:49:00 2007 +0200
54759
54760     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
54761
54762     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
54763     fixes a small bug in the 405EZ OCM initialization. Thanks for
54764     spotting.
54765
54766     Signed-off-by: Stefan Roese <sr@denx.de>
54767
54768 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
54769 Author: Stefan Roese <sr@denx.de>
54770 Date:   Thu May 24 08:22:09 2007 +0200
54771
54772     ppc4xx: Update AMCC Acadia support for board revision 1.1
54773
54774     This patch updates the Acadia (405EZ) support for the new 1.1 board
54775     revision. It also adds support for NAND FLASH via the 4xx NDFC.
54776
54777     Please note that the jumper J7 must be in position 2-3 for this
54778     NAND support. Position 1-2 is for NAND booting only. NAND booting
54779     support will follow later.
54780
54781     Signed-off-by: Stefan Roese <sr@denx.de>
54782
54783 commit 822d55365bb557e084d0e33625a6dedcc866110b
54784 Author: Jon Loeliger <jdl@freescale.com>
54785 Date:   Wed May 23 14:09:46 2007 -0500
54786
54787     Add LIST_86xx MAKEALL target for PowerPC builds.
54788
54789     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54790
54791 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
54792 Author: Stefan Roese <sr@denx.de>
54793 Date:   Tue May 22 12:48:09 2007 +0200
54794
54795     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
54796
54797     Signed-off-by: Stefan Roese <sr@denx.de>
54798
54799 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
54800 Author: Stefan Roese <sr@denx.de>
54801 Date:   Tue May 22 12:46:10 2007 +0200
54802
54803     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
54804
54805     This patch adds support for 405 PPC's to the 4xx NAND driver
54806     ndfc.c. This is in preparation for the new AMCC 405EZ.
54807
54808     Signed-off-by: Stefan Roese <sr@denx.de>
54809
54810 commit 10603d76767426be803dadd4fb688b97eb69481c
54811 Author: Stefan Roese <sr@denx.de>
54812 Date:   Mon May 21 07:41:22 2007 +0200
54813
54814     ppc4xx: Fix problem in 405EZ OCM initialization
54815
54816     As spotted by Bruce Adler this patch fixes an initialization problem
54817     for the 405EZ OCM.
54818
54819     Signed-off-by: Stefan Roese <sr@denx.de>
54820
54821 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
54822 Author: Peter Pearse <peter.pearse@arm.com>
54823 Date:   Fri May 18 16:47:03 2007 +0100
54824
54825     Reduce line lengths to 80 characters max.
54826
54827 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
54828 Author: Peter Pearse <peter.pearse@arm.com>
54829 Date:   Fri May 18 14:34:07 2007 +0100
54830
54831     Makefile permissions
54832
54833 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
54834 Author: Peter Pearse <peter.pearse@arm.com>
54835 Date:   Fri May 18 14:33:11 2007 +0100
54836
54837     Makefile permissions
54838
54839 commit 255a3577c848706441daee0174543efe205a77f8
54840 Author: Kim Phillips <kim.phillips@freescale.com>
54841 Date:   Wed May 16 16:52:19 2007 -0500
54842
54843     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
54844
54845     For all practical u-boot purposes, TSECs don't differ throughout the
54846     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
54847
54848     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54849
54850 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
54851 Author: Stefano Babic <sbabic@denx.de>
54852 Date:   Wed May 16 14:49:12 2007 +0200
54853
54854     Fix compile problem cause my Microblaze merge
54855
54856     Signed-off-by: Stefano Babic <sbabic@denx.de>
54857
54858 commit ada4697d0230d6da552867777f98a67ec3ba2579
54859 Author: Jeffrey Mann <mannj@embeddedplanet.com>
54860 Date:   Wed May 16 13:23:10 2007 +0200
54861
54862     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
54863
54864     Because the Sequoia board does not boot with an EBC faster than 66MHz,
54865     the clock divider are changed after the initial boot process.
54866
54867     This allows for maximum clocking speeds  to be achieved on newer boards.
54868     Sequoia boards with 666.66 MHz processors require that the EBC divider
54869     be set to 3 in order to start the initial boot process at a slower EBC
54870     speed. After the initial boot process, the divider can be set back to 2,
54871     which will cause the boards to run at 83.333MHz. This is backward
54872     compatible with boards with 533.33 MHz processors, as these boards will
54873     already be set with an EBC divider of 2.
54874
54875     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
54876
54877 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
54878 Author: Wolfgang Denk <wd@denx.de>
54879 Date:   Wed May 16 01:16:53 2007 +0200
54880
54881     Minor Coding Style cleanup, update CHANGELOG.
54882
54883     Signed-off-by: Wolfgang Denk <wd@denx.de>
54884
54885 commit d62f64cc23a940eafe712c776b3249e4160753d1
54886 Author: Wolfgang Denk <wd@denx.de>
54887 Date:   Wed May 16 00:13:33 2007 +0200
54888
54889     Coding Style Cleanup, new CHANGELOG
54890
54891 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
54892 Author: Wolfgang Denk <wd@denx.de>
54893 Date:   Tue May 15 23:38:05 2007 +0200
54894
54895     Minor coding style cleanup.
54896
54897 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
54898 Author: mushtaq khan <mushtaq_k@procsys.com>
54899 Date:   Fri Apr 20 14:23:02 2007 +0530
54900
54901     Add driver for S-ATA-controller on Intel processors with South
54902     Bridge, ICH-5, ICH-6 and ICH-7.
54903
54904     Implementation:
54905
54906     1. Code is divided in to two files. All functions, which are
54907        controller specific are kept in "drivers/ata_piix.c" file and
54908        functions, which are not controller specific, are kept in
54909        "common/cmd_sata.c" file.
54910
54911     2. Reading and Writing from the S-ATA drive is done using PIO method.
54912
54913     3. Driver can be configured for 48-bit addressing by defining macro
54914        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
54915        addressing.
54916
54917     4. S-ATA read function is hooked to the File system, commands like
54918        ext2ls and ext2load file can be used. This has been tested.
54919
54920     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
54921        controller and identifies the S-ATA drives connected to it.
54922
54923     6. U-Boot command "sata" is added, which is used to read/write, print
54924        partition table and get info about the drives present. This I have
54925        implemented in same way as "ide" command is implemented in U-Boot.
54926
54927     7. This driver is for S-ATA in native mode.
54928
54929     8. This driver does not support the Native command queuing and
54930        Hot-plugging.
54931
54932     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
54933
54934 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
54935 Author: mushtaq khan <mushtaq_k@procsys.com>
54936 Date:   Mon Apr 30 15:57:22 2007 +0530
54937
54938     Fixes bug clearing the bss section for i386
54939
54940     Hi,
54941     There is a bug in the code of clearing the bss section for processor
54942     i386.(File: cpu/i386/start.S)
54943     In the code, bss_start addr (starting addr of bss section) is put into
54944     the register %eax, but the code which clears the bss section refers to
54945     the addr pointed by %edi.
54946
54947     This patch fixes this bug by putting bss_start into %edi register.
54948
54949     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
54950
54951 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
54952 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
54953 Date:   Mon Apr 30 16:47:28 2007 -0500
54954
54955     Add support for BCM5464 Quad Phy
54956
54957     Added support for Broadcom's BCM5464 Quad Phy
54958
54959     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
54960
54961 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
54962 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
54963 Date:   Wed May 9 08:10:57 2007 +0800
54964
54965     Search the exception table with linear algorithm
54966
54967     Search the exception table with linear algorithm instead of
54968     bisecting algorithm.
54969     Because the exception table might be unsorted.
54970
54971     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54972
54973 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
54974 Author: Aubrey.Li <aubrey.adi@gmail.com>
54975 Date:   Mon May 14 11:47:35 2007 +0800
54976
54977     Fix compilation issues on MACOSX
54978
54979     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
54980     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
54981
54982 commit 56fd7162985c412317bbf763a225fba23c64fd31
54983 Author: Stephen Williams <steve@icarus.com>
54984 Date:   Tue May 15 07:55:42 2007 -0700
54985
54986     Fix for compile of JSE target
54987
54988     The attached patch fixes the compile of the JSE board in the
54989     denx git as of 14 may 2007. It is an extremely simple patch,
54990     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
54991
54992      Fix to compile JSE against 20070514 git of u-boot
54993
54994 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
54995 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
54996 Date:   Sun May 13 21:01:03 2007 +0900
54997
54998     sh: MS7750SE support.
54999
55000     This adds support for the Hitachi MS7750SE.
55001
55002     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55003
55004 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
55005 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
55006 Date:   Sun May 13 20:58:00 2007 +0900
55007
55008     sh: First support code of SuperH.
55009
55010     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55011
55012 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
55013 Author: Stefan Roese <sr@denx.de>
55014 Date:   Fri May 11 12:01:49 2007 +0200
55015
55016     ppc4xx: Add mtcpr/mfcpr access macros
55017
55018     Signed-off-by: Stefan Roese <sr@denx.de>
55019
55020 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
55021 Author: Stefan Roese <sr@denx.de>
55022 Date:   Fri May 11 12:01:06 2007 +0200
55023
55024     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
55025
55026     Signed-off-by: Stefan Roese <sr@denx.de>
55027
55028 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
55029 Author: Piotr Kruszynski <ppk@semihalf.com>
55030 Date:   Thu May 10 16:55:52 2007 +0200
55031
55032     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
55033     definition.
55034
55035 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
55036 Author: Peter Pearse <peter.pearse@arm.com>
55037 Date:   Wed May 9 11:42:44 2007 +0100
55038
55039     Add the board directory for SMN42
55040
55041 commit 160131bf965785419626df6c388729fe0b597992
55042 Author: Peter Pearse <peter.pearse@arm.com>
55043 Date:   Wed May 9 11:41:58 2007 +0100
55044
55045     Add the files for the SMN42 board
55046
55047 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
55048 Author: Peter Pearse <peter.pearse@arm.com>
55049 Date:   Wed May 9 11:40:34 2007 +0100
55050
55051     Remove the deleted files for the SMN42 patch
55052
55053 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
55054 Author: Peter Pearse <peter.pearse@arm.com>
55055 Date:   Wed May 9 11:37:56 2007 +0100
55056
55057     New board SMN42 branch
55058
55059 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
55060 Author: Peter Pearse <peter.pearse@arm.com>
55061 Date:   Wed May 9 10:24:38 2007 +0100
55062
55063     Makefile permissions
55064
55065 commit b84289b595731e8851df46e893845cc1322c9b9b
55066 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55067 Date:   Tue May 8 14:17:07 2007 -0500
55068
55069     8641hpcn: Fix Makefile after moving pixis to board/freescale.
55070
55071     The OBJTREE != SRCTREE build scenario was broken.
55072     This fixes it.
55073
55074     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55075     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55076
55077 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
55078 Author: Michal Simek <monstr@monstr.eu>
55079 Date:   Tue May 8 15:57:43 2007 +0200
55080
55081     add: reading special purpose registers
55082
55083 commit 1a50f164beb065f360fbddb76029607d6b099698
55084 Author: Michal Simek <monstr@monstr.eu>
55085 Date:   Tue May 8 14:52:52 2007 +0200
55086
55087     add: Microblaze V5 exception handling
55088
55089 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
55090 Author: Michal Simek <monstr@monstr.eu>
55091 Date:   Tue May 8 14:39:11 2007 +0200
55092
55093     add: FSL control read and write
55094
55095 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
55096 Author: Piotr Kruszynski <ppk@semihalf.com>
55097 Date:   Tue May 8 13:05:44 2007 +0200
55098
55099     [Motion-PRO] Add support for I2C, EEPROM and RTC.
55100
55101 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
55102 Author: Bartlomiej Sieka <tur@semihalf.com>
55103 Date:   Tue May 8 10:23:56 2007 +0200
55104
55105     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
55106     environment.
55107
55108 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
55109 Author: Bartlomiej Sieka <tur@semihalf.com>
55110 Date:   Tue May 8 09:39:12 2007 +0200
55111
55112     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
55113     eliminates networking problems in Linux (timeouts).
55114
55115 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
55116 Author: Bartlomiej Sieka <tur@semihalf.com>
55117 Date:   Tue May 8 09:21:57 2007 +0200
55118
55119     [Motion-PRO] Enable Flat Device Tree support and modify default environment
55120     to allow booting of FDT-expecting kernels.
55121
55122 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
55123 Author: Michal Simek <monstr@monstr.eu>
55124 Date:   Mon May 7 23:58:31 2007 +0200
55125
55126     new: USE_MSR_INTR support
55127
55128 commit 008861a2f3ef2c062744d733787c7e530a1b8761
55129 Author: Bartlomiej Sieka <tur@semihalf.com>
55130 Date:   Mon May 7 22:36:15 2007 +0200
55131
55132     [MPC5xxx] There are networking problems on the Motion-PRO board with
55133     current PHY initalization code (tftp timeouts all the time). This commit
55134     temporarily disables PHY initalization sequence to make the networking
55135     operational, until a fix is found.
55136
55137 commit abca901869c3760b6c5fecb825db6c1d91a78a93
55138 Author: Wolfgang Denk <wd@denx.de>
55139 Date:   Mon May 7 22:10:36 2007 +0200
55140
55141     Get rid of duplicated file (see include/configs/sbc8560.h instead)
55142
55143     Signed-off-by: Wolfgang Denk <wd@denx.de>
55144
55145 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
55146 Author: Wolfgang Denk <wd@denx.de>
55147 Date:   Mon May 7 22:07:08 2007 +0200
55148
55149     Get rid of duplicated file (see doc/README.SBC8560 instead)
55150
55151     Signed-off-by: Wolfgang Denk <wd@denx.de>
55152
55153 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
55154 Author: Michal Simek <monstr@monstr.eu>
55155 Date:   Mon May 7 19:43:10 2007 +0200
55156
55157     fix: read and write MSR - repair number of parameters
55158
55159 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
55160 Author: Jeffrey Mann <mannj@embeddedplanet.com>
55161 Date:   Mon May 7 19:42:49 2007 +0200
55162
55163     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
55164
55165     A '3' got cut off in the formatting of the last patch to automatically
55166     change the clock speed of the system clock on sequoia board.
55167
55168     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
55169     Signed-off-by: Stefan Roese <sr@denx.de>
55170
55171 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
55172 Author: Michal Simek <monstr@monstr.eu>
55173 Date:   Mon May 7 19:33:51 2007 +0200
55174
55175     new: fsl interrupt support
55176     FSL_Has_data is connected to INTC.
55177
55178 commit 792032baa7d625e34c981ab6df521911bd8dc861
55179 Author: Michal Simek <monstr@monstr.eu>
55180 Date:   Mon May 7 19:30:12 2007 +0200
55181
55182     fix: interrupt handler
55183     remove asm code
55184
55185 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
55186 Author: Michal Simek <monstr@monstr.eu>
55187 Date:   Mon May 7 19:25:08 2007 +0200
55188
55189     fix: remove asm code
55190
55191 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
55192 Author: Michal Simek <monstr@monstr.eu>
55193 Date:   Mon May 7 19:12:43 2007 +0200
55194
55195     fix: clean interrupt
55196
55197 commit 42efed6130c8fcf7da881385b5427065d2801757
55198 Author: Michal Simek <monstr@monstr.eu>
55199 Date:   Mon May 7 17:22:25 2007 +0200
55200
55201     fix: interrupt handler for multiple sources
55202
55203 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
55204 Author: Michal Simek <monstr@monstr.eu>
55205 Date:   Mon May 7 17:11:09 2007 +0200
55206
55207     new: add writing to msr register
55208
55209 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
55210 Author: Markus Klotzbuecher <mk@denx.de>
55211 Date:   Mon May 7 16:43:56 2007 +0200
55212
55213     Fix an ancient CHANGELOG conflict
55214
55215 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
55216 Author: Timur Tabi <timur@freescale.com>
55217 Date:   Sat May 5 08:12:30 2007 +0200
55218
55219     5xxx: write MAC address to mac-address and local-mac-address
55220
55221     Some device trees have a mac-address property, some have local-mac-address,
55222     and some have both.  To support all of these device trees, ftp_cpu_setup()
55223     should write the MAC address to mac-address and local-mac-address, if they
55224     exist.
55225
55226     Signed-off-by: Timur Tabi <timur@freescale.com>
55227     Acked-by: Grant Likely <grant.likely@secretlab.ca>
55228
55229 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
55230 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
55231 Date:   Sun Apr 29 14:01:54 2007 +0200
55232
55233     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
55234
55235     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
55236     message. Use PVR to distinguish between the two variants, and print proper CPU
55237     information.
55238
55239     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
55240     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55241     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55242
55243 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
55244 Author: Ladislav Michl <ladis@linux-mips.org>
55245 Date:   Wed Apr 25 16:01:26 2007 +0200
55246
55247     [PATCH] simplify silent console
55248
55249     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
55250     Acked-by: Stefan Roese <sr@denx.de>
55251
55252 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
55253 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
55254 Date:   Mon Apr 23 15:30:39 2007 +0200
55255
55256     [PATCH] Avoid assigning PCI resources from zero address
55257
55258     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
55259     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
55260     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
55261     sentence about "0" being considered an invalid address) -- so, use a reasonable
55262     starting value of 0x1000 (that's what the most Linux archs are using).
55263
55264     Alternatively, one might have fixed the calls to pci_set_region() individually
55265     (some code even seems to have taken care of this issue) but that would have
55266     been a lot more work. :-)
55267
55268     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
55269     Acked-by: Stefan Roese <sr@denx.de>
55270
55271 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
55272 Author: Jeffrey Mann <mannj@embeddedplanet.com>
55273 Date:   Mon Apr 23 14:00:11 2007 +0200
55274
55275     [patch] setenv(...) can delete environmentalvariables
55276
55277     update setenv() function so that entering a NULL value for the
55278     variable's value will delete the environmental variable
55279
55280     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
55281     Acked-by: Stefan Roese <sr@denx.de>
55282
55283 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
55284 Author: Mike Frysinger <vapier@gentoo.org>
55285 Date:   Mon Apr 23 13:54:24 2007 +0200
55286
55287     [patch] use unsigned char in smc91111 driver for mac
55288
55289     the v_mac variable in the smc91111 driver is declared as a signed char ...
55290     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
55291     because when it gets printed out, you get a display like:
55292     0xFFFFFFE0 and that's no good
55293
55294     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55295
55296 commit ffc50f9bb194343c6303517a517708457a5eb6b8
55297 Author: Michal Simek <monstr@monstr.eu>
55298 Date:   Sat May 5 18:54:42 2007 +0200
55299
55300     new: FSL and MSR support #2
55301
55302 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
55303 Author: Michal Simek <monstr@monstr.eu>
55304 Date:   Sat May 5 18:27:16 2007 +0200
55305
55306     new: FSL and MSR support
55307
55308 commit 2f15278c2eb911c668b4fe562130b78cf554d139
55309 Author: Wolfgang Denk <wd@denx.de>
55310 Date:   Sat May 5 18:23:11 2007 +0200
55311
55312     Coding stylke cleanup; update CHANGELOG.
55313
55314     Signed-off-by: Wolfgang Denk <wd@denx.de>
55315
55316 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
55317 Author: Wolfgang Denk <wd@denx.de>
55318 Date:   Sat May 5 18:05:02 2007 +0200
55319
55320     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
55321
55322     Signed-off-by: Wolfgang Denk <wd@denx.de>
55323
55324 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
55325 Author: Wolfgang Denk <wd@denx.de>
55326 Date:   Sat May 5 17:15:50 2007 +0200
55327
55328     Make "file" command happy with some config.mk files; update CHANGELOG
55329
55330 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
55331 Author: Jeffrey Mann <mannj@embeddedplanet.com>
55332 Date:   Sat May 5 08:32:14 2007 +0200
55333
55334     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
55335
55336     The AMCC Secquoia board has been changed in a new revision from using a
55337     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
55338     indicates the difference. This patch reads that bit and uses the correct
55339     clock speed for the board. This code is backward compatable will all
55340     prior boards. All prior boards will be read as 33.000.
55341
55342     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
55343     Signed-off-by: Stefan Roese <sr@denx.de>
55344
55345 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
55346 Author: Stefan Roese <sr@denx.de>
55347 Date:   Sat May 5 08:29:01 2007 +0200
55348
55349     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
55350
55351     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
55352     for the 4k NAND boot image so define bus_frequency to 133MHz here
55353     which is save for the refresh counter setup.
55354
55355     Signed-off-by: Stefan Roese <sr@denx.de>
55356
55357 commit 2f550ab976405300f5b07bf2890800840d0aa05f
55358 Author: Timur Tabi <timur@freescale.com>
55359 Date:   Sat May 5 08:12:30 2007 +0200
55360
55361     5xxx: write MAC address to mac-address and local-mac-address
55362
55363     Some device trees have a mac-address property, some have local-mac-address,
55364     and some have both.  To support all of these device trees, ftp_cpu_setup()
55365     should write the MAC address to mac-address and local-mac-address, if they
55366     exist.
55367
55368     Signed-off-by: Timur Tabi <timur@freescale.com>
55369     Acked-by: Grant Likely <grant.likely@secretlab.ca>
55370
55371 commit a79886590593ba1d667c840caa4940c61639f18f
55372 Author: Thomas Knobloch <knobloch@siemens.com>
55373 Date:   Sat May 5 07:04:42 2007 +0200
55374
55375     NAND: Wrong calculation of page number in nand_block_bad()
55376
55377     In case that there is no memory based bad block table available the
55378     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
55379     nand_block_bad() directly. When parameter 'getchip' is set to zero,
55380     nand_block_bad() will not right shift the offset to calculate the
55381     correct page number.
55382
55383     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
55384     Signed-off-by: Stefan Roese <sr@denx.de>
55385
55386 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
55387 Author: Wolfgang Denk <wd@denx.de>
55388 Date:   Fri May 4 10:02:33 2007 +0200
55389
55390     Fix initrd length corruption in bootm command.
55391
55392     When using FDT Images, the length of an inital ramdisk was
55393     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
55394
55395     Patches by Timur Tabi & Johns Daniel.
55396
55397     Signed-off-by: Wolfgang Denk <wd@denx.de>
55398
55399 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
55400 Author: Kim Phillips <kim.phillips@freescale.com>
55401 Date:   Thu May 3 19:43:52 2007 -0500
55402
55403     mpc83xx: fix trivial error in MAKEALL
55404
55405     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55406
55407 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
55408 Author: Wolfgang Denk <wd@denx.de>
55409 Date:   Thu May 3 16:34:41 2007 +0200
55410
55411     Update board configuration for STX GP3SSA board:
55412
55413     Enable hush shell, environment in flash rather in EEPROM,
55414     more user-friendly default environment, etc.
55415     The simple EEPROM environment can be selected easily in the board
55416     config file.
55417
55418     Signed-off-by: Wolfgang Denk <wd@denx.de>
55419
55420 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
55421 Author: Wolfgang Denk <wd@denx.de>
55422 Date:   Tue Apr 24 14:37:49 2007 +0200
55423
55424     Cleanup STX GP3SSA code; fix build and compile problems.
55425
55426 commit 35171dc04e028ecacc23ad916a66295472555dbf
55427 Author: Dan Malek <dan@embeddedalley.com>
55428 Date:   Fri Jan 5 09:15:34 2007 +0100
55429
55430     Add support for STX GP3SSA (stxssa) Board
55431
55432     Signed-off-by Dan Malek, <dan@embeddedalley.com>
55433
55434 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
55435 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
55436 Date:   Wed May 2 13:31:53 2007 +0200
55437
55438     macb: Don't restart autonegotiation if we already have link
55439
55440     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
55441     link is already up.
55442
55443     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55444
55445 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
55446 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
55447 Date:   Wed May 2 13:22:38 2007 +0200
55448
55449     macb: Introduce a few barriers when dealing with DMA descriptors
55450
55451     There were a few theoretical possibilities that the compiler might
55452     optimize away DMA descriptor reads and/or writes and thus cause
55453     synchronization problems with the hardware. Insert barriers where
55454     we depend on reads/writes actually hitting memory.
55455
55456     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55457
55458 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
55459 Author: Andy Fleming <afleming@freescale.com>
55460 Date:   Sat Feb 24 01:08:13 2007 -0600
55461
55462     Cleaned up some 85xx PCI bugs
55463
55464     * Cleaned up the CDS PCI Config Tables and added NULL entries to
55465       the end
55466     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
55467     * Fixed 85xx PCI code to assign powar region sizes based on the
55468       config values (rather than hard-coding them)
55469     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
55470
55471     Signed-off-by: Andy Fleming <afleming@freescale.com>
55472
55473 commit 6743105988fc44d5b0d30388c790607835aae7a6
55474 Author: Andy Fleming <afleming@freescale.com>
55475 Date:   Mon Apr 23 02:54:25 2007 -0500
55476
55477     Add support for the 8568 MDS board
55478
55479     This included some changes to common files:
55480     * Add 8568 processor SVR to various places
55481     * Add support for setting the qe bus-frequency value in the dts
55482     * Add the 8568MDS target to the Makefile
55483
55484     Signed-off-by: Andy Fleming <afleming@freescale.com>
55485
55486 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
55487 Author: David Updegraff <dave@cray.com>
55488 Date:   Fri Apr 20 14:34:48 2007 -0500
55489
55490     Add support for treating unknown PHYs as generic PHYs.
55491
55492     When bringing up u-boot on new boards, PHY support sometimes gets
55493     neglected.  Most PHYs don't really need any special support,
55494     though.  By adding a generic entry that always matches if nothing
55495     else does, we can provide support for "unsupported" PHYs for the
55496     tsec.
55497
55498     The generic PHY driver supports most PHYs, including gigabit.
55499
55500     Signed-off-by: David Updegraff <dave@cray.com>
55501     Signed-off-by: Andy Fleming <afleming@freescale.com>
55502
55503 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
55504 Author: James Yang <James.Yang@freescale.com>
55505 Date:   Wed Feb 7 15:28:04 2007 -0600
55506
55507     Conditionalize 8641 Rev1.0 MCM workarounds
55508
55509     Signed-off-by: James Yang <James.Yang@freescale.com>
55510     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55511
55512 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
55513 Author: Timur Tabi <timur@freescale.com>
55514 Date:   Mon Apr 30 13:59:50 2007 -0500
55515
55516     Fix memory initialization on MPC8349E-mITX
55517
55518     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
55519     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
55520     on some ITX boards, notably those with a revision 3.1 CPU.
55521
55522     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
55523     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
55524
55525     Signed-off-by: Timur Tabi <timur@freescale.com>
55526     Acked-by: Michael Benedict <MBenedict@twacs.com>
55527     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55528
55529 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
55530 Author: Kim Phillips <kim.phillips@freescale.com>
55531 Date:   Mon Apr 30 15:26:21 2007 -0500
55532
55533     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
55534
55535     and fix CPU: to align with Board: display text.
55536
55537     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55538
55539 commit c1ab82669d9525998c34e802a12cad662723f22a
55540 Author: James Yang <James.Yang@freescale.com>
55541 Date:   Fri Mar 16 13:02:53 2007 -0500
55542
55543     Rewrote picos_to_clk() to avoid rounding errors.
55544     Clarified that conversion is to DRAM clocks rather than platform clocks.
55545     Made function static to spd_sdram.c.
55546
55547     Signed-off-by: James Yang <James.Yang@freescale.com>
55548     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55549
55550 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
55551 Author: Stefan Roese <sr@denx.de>
55552 Date:   Sun Apr 29 14:13:01 2007 +0200
55553
55554     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
55555
55556     Signed-off-by: Stefan Roese <sr@denx.de>
55557
55558 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
55559 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
55560 Date:   Sun Apr 29 14:01:54 2007 +0200
55561
55562     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
55563
55564     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
55565     message. Use PVR to distinguish between the two variants, and print proper CPU
55566     information.
55567
55568     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
55569     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55570     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55571
55572 commit 5c5d3242935cf3543af01142627494434834cf98
55573 Author: Kim Phillips <kim.phillips@freescale.com>
55574 Date:   Wed Apr 25 12:34:38 2007 -0500
55575
55576     mpc83xx: minor fixups for 8313rdb introduction
55577
55578 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
55579 Author: Ladislav Michl <ladis@linux-mips.org>
55580 Date:   Wed Apr 25 16:01:26 2007 +0200
55581
55582     [PATCH] simplify silent console
55583
55584     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
55585     Acked-by: Stefan Roese <sr@denx.de>
55586
55587 commit 144876a380f5756f57412caf74c1d6dc201dd796
55588 Author: Michal Simek <monstr@monstr.eu>
55589 Date:   Tue Apr 24 23:01:02 2007 +0200
55590
55591     [PATCH] MTD partition support, JFFS2 support
55592
55593 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
55594 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55595 Date:   Tue Apr 24 14:03:45 2007 +0200
55596
55597     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
55598
55599     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55600
55601 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
55602 Author: Andy Fleming <afleming@freescale.com>
55603 Date:   Mon Apr 23 02:37:47 2007 -0500
55604
55605     Reworked 85xx speed detection code
55606
55607     Changed the code to read the registers and calculate the clock
55608     rates, rather than using a "switch" statement.
55609
55610     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
55611
55612     Signed-off-by: Andy Fleming <afleming@freescale.com>
55613
55614 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
55615 Author: Andy Fleming <afleming@freescale.com>
55616 Date:   Mon Apr 23 02:24:28 2007 -0500
55617
55618     Enable 8544 support
55619
55620     * Add support to the Makefile
55621     * Add 8544 configuration support to the tsec driver
55622     * Add 8544 SVR numbers to processor.h
55623
55624     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55625     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55626
55627 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
55628 Author: Andy Fleming <afleming@freescale.com>
55629 Date:   Fri Feb 23 17:12:25 2007 -0600
55630
55631     Support 1G size on 8548
55632
55633     e500v2 and newer cores support 1G page sizes.
55634
55635     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55636     Signed-off-by: Andy Fleming <afleming@freescale.com>
55637
55638 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
55639 Author: Andy Fleming <afleming@freescale.com>
55640 Date:   Fri Feb 23 17:11:16 2007 -0600
55641
55642     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
55643
55644     The other pagesz constants use one letter to specify order of
55645     magnitude.  Also change the one reference to it in mpc8548cds/init.S
55646
55647     Signed-off-by: Andy Fleming <afleming@freescale.com>
55648
55649 commit 1f9a318cea14272edd10d63739e2d326c90f430e
55650 Author: Andy Fleming <afleming@freescale.com>
55651 Date:   Fri Feb 23 16:28:46 2007 -0600
55652
55653     Only set ddrioovcr for 8548 rev1.
55654
55655     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55656     Signed-off-by: Andy Fleming <afleming@freescale.com>
55657
55658 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
55659 Author: Andy Fleming <afleming@freescale.com>
55660 Date:   Sat Feb 24 01:16:45 2007 -0600
55661
55662     Tweak DDR ECC error counter
55663
55664     Enable single-bit error counter when memory was cleared by ddr controller.
55665
55666     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55667     Signed-off-by: Andy Fleming <afleming@freescale.com>
55668
55669 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
55670 Author: Timur Tabi <timur@freescale.com>
55671 Date:   Mon Feb 12 13:34:55 2007 -0600
55672
55673     85xx: write MAC address to mac-address and local-mac-address
55674
55675     Some device trees have a mac-address property, some have local-mac-address,
55676     and some have both.  To support all of these device trees, ftp_cpu_setup()
55677     should write the MAC address to mac-address and local-mac-address, if they
55678     exist.
55679
55680     Signed-off-by: Timur Tabi <timur@freescale.com>
55681
55682 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
55683 Author: Andy Fleming <afleming@freescale.com>
55684 Date:   Mon Apr 23 01:44:44 2007 -0500
55685
55686     Some 85xx cpu cleanups
55687
55688     * Cleaned up the TSR[WIS] clearing
55689     * Cleaned up DMA initialization
55690
55691     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55692     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55693     Acked-by: Andy Fleming <afleming@freescale.com>
55694
55695 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
55696 Author: Andy Fleming <afleming@freescale.com>
55697 Date:   Mon Apr 23 01:32:22 2007 -0500
55698
55699     Add cpu support for the 8544
55700
55701     Recognize new SVR values, and add a few register definitions
55702
55703     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55704     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55705     Acked-by: Andy Fleming <afleming@freescale.com>
55706
55707 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
55708 Author: Jon Loeliger <jdl@freescale.com>
55709 Date:   Wed Apr 11 16:51:02 2007 -0500
55710
55711     Add MPC8544DS basic port board files.
55712
55713     Add board port under new board/freescale directory
55714     structure and reuse existing PIXIS FPGA support there.
55715
55716     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55717     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55718
55719 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
55720 Author: Jon Loeliger <jdl@freescale.com>
55721 Date:   Wed Apr 11 16:50:57 2007 -0500
55722
55723     Add MPC8544DS main configuration file.
55724
55725     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55726     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55727
55728 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
55729 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
55730 Date:   Wed Dec 27 22:07:15 2006 +0300
55731
55732     Fix PCI I/O space mapping on Freescale MPC85x0ADS
55733
55734     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
55735     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
55736     describing the local address window used for the PCI I/O space accesses -- fix
55737     this and carry over the necessary changes into the MPC8560ADS code since the
55738     PCI I/O space mapping was also broken for this board (by the earlier commit
55739     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
55740     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
55741
55742     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
55743
55744      board/mpc8540ads/init.S      |    4 ++--
55745      board/mpc8560ads/init.S      |    4 ++--
55746      include/configs/MPC8540ADS.h |    5 ++---
55747      include/configs/MPC8541CDS.h |    2 +-
55748      include/configs/MPC8548CDS.h |    2 +-
55749      include/configs/MPC8560ADS.h |    8 ++++----
55750      6 files changed, 12 insertions(+), 13 deletions(-)
55751
55752 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
55753 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
55754 Date:   Tue Dec 5 16:42:30 2006 +0800
55755
55756     u-boot: Fix e500 v2 core reset bug
55757
55758     The following patch fixes the e500 v2 core reset bug.
55759     For e500 v2 core, a new reset control register is added to reset the
55760     processor.
55761
55762     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
55763
55764 commit 63247a5acd58032e6cf33f525bc3923b467bac88
55765 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
55766 Date:   Wed Dec 20 11:01:00 2006 +0800
55767
55768     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
55769
55770     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
55771     entry number to control the loop.  This can reduce the potential risk
55772     for the 85xx processor increasing its TLB adn LAW entry number.
55773
55774     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
55775     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
55776
55777 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
55778 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
55779 Date:   Mon Dec 18 17:01:04 2006 +0800
55780
55781     u-boot: Fix the 85xxcds tsec bug
55782
55783     Fix the 85xxcds tsec bug.
55784     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
55785
55786     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
55787
55788 commit 7337b237ffc4aaf1b9467024fe472a880d852598
55789 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
55790 Date:   Fri Dec 15 14:43:31 2006 +0800
55791
55792     u-boot: Fix CPU2 errata on MPC8548CDS board
55793
55794     This patch apply workaround of CPU2 errata on MPC8548CDS board.
55795
55796     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
55797
55798 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
55799 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
55800 Date:   Mon Dec 18 16:25:15 2006 +0800
55801
55802     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
55803
55804     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
55805
55806     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
55807
55808 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
55809 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
55810 Date:   Thu Dec 14 14:14:55 2006 +0800
55811
55812     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
55813
55814     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
55815     board.
55816     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
55817
55818 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
55819 Author: Scott Wood <scottwood@freescale.com>
55820 Date:   Mon Apr 16 14:54:15 2007 -0500
55821
55822     mpc83xx: Add MPC8313ERDB support.
55823
55824     Signed-off-by: Scott Wood <scottwood@freescale.com>
55825
55826 commit 49ea3b6eafe606285ae4d5c378026153dde53200
55827 Author: Scott Wood <scottwood@freescale.com>
55828 Date:   Mon Apr 16 14:34:21 2007 -0500
55829
55830     mpc83xx: Add generic PCI setup code.
55831
55832     Board code can now request the generic setup code rather than having to
55833     copy-and-paste it for themselves.  Boards should be converted to use this
55834     once they're tested with it.
55835
55836     Signed-off-by: Scott Wood <scottwood@freescale.com>
55837
55838 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
55839 Author: Scott Wood <scottwood@freescale.com>
55840 Date:   Mon Apr 16 14:34:19 2007 -0500
55841
55842     mpc83xx: Add 831x support to speed.c.
55843
55844     Signed-off-by: Scott Wood <scottwood@freescale.com>
55845
55846 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
55847 Author: Scott Wood <scottwood@freescale.com>
55848 Date:   Mon Apr 16 14:34:18 2007 -0500
55849
55850     mpc83xx: Add 831x support to global_data.h
55851
55852     Signed-off-by: Scott Wood <scottwood@freescale.com>
55853
55854 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
55855 Author: Scott Wood <scottwood@freescale.com>
55856 Date:   Mon Apr 16 14:34:16 2007 -0500
55857
55858     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
55859
55860     Rather than misleadingly define PVR_83xx as the specific type of 83xx
55861     being built for, the PVR of each core revision is defined. checkcpu() now
55862     prints the core that it detects, rather than aborting if it doesn't find
55863     what it thinks it wants.
55864
55865     Signed-off-by: Scott Wood <scottwood@freescale.com>
55866
55867 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
55868 Author: Scott Wood <scottwood@freescale.com>
55869 Date:   Mon Apr 16 14:34:15 2007 -0500
55870
55871     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
55872
55873     Signed-off-by: Scott Wood <scottwood@freescale.com>
55874
55875 commit d87c57b201b4572d16f1b642998faa00c9912b16
55876 Author: Scott Wood <scottwood@freescale.com>
55877 Date:   Mon Apr 16 14:31:55 2007 -0500
55878
55879     mpc83xx: Add register definitions for MPC831x.
55880
55881     Signed-off-by: Scott Wood <scottwood@freescale.com>
55882
55883 commit 7fc4c71a143be8666d70803fb25ae60379c95622
55884 Author: Stefan Roese <sr@denx.de>
55885 Date:   Mon Apr 23 15:39:59 2007 +0200
55886
55887     Fix file mode
55888
55889     Signed-off-by: Stefan Roese <sr@denx.de>
55890
55891 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
55892 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
55893 Date:   Mon Apr 23 15:30:39 2007 +0200
55894
55895     [PATCH] Avoid assigning PCI resources from zero address
55896
55897     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
55898     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
55899     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
55900     sentence about "0" being considered an invalid address) -- so, use a reasonable
55901     starting value of 0x1000 (that's what the most Linux archs are using).
55902
55903     Alternatively, one might have fixed the calls to pci_set_region() individually
55904     (some code even seems to have taken care of this issue) but that would have
55905     been a lot more work. :-)
55906
55907     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
55908     Acked-by: Stefan Roese <sr@denx.de>
55909
55910 commit afb903a2eb9436baa9270ccc0c27082d86497d89
55911 Author: Jeffrey Mann <mannj@embeddedplanet.com>
55912 Date:   Mon Apr 23 14:00:11 2007 +0200
55913
55914     [patch] setenv(...) can delete environmentalvariables
55915
55916     update setenv() function so that entering a NULL value for the
55917     variable's value will delete the environmental variable
55918
55919     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
55920     Acked-by: Stefan Roese <sr@denx.de>
55921
55922 commit 36f104e5caa747d568eff26b369565af57c2ffa6
55923 Author: Mike Frysinger <vapier@gentoo.org>
55924 Date:   Mon Apr 23 13:54:24 2007 +0200
55925
55926     [patch] use unsigned char in smc91111 driver for mac
55927
55928     the v_mac variable in the smc91111 driver is declared as a signed char ...
55929     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
55930     because when it gets printed out, you get a display like:
55931     0xFFFFFFE0 and that's no good
55932
55933     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55934
55935 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
55936 Author: Rodolfo Giometti <giometti@enneenne.com>
55937 Date:   Mon Apr 23 13:10:52 2007 +0200
55938
55939     USB: (Another) delay for crappy USB keys.
55940
55941     Some USB keys are slow in giving back an answer when the Root HUB
55942     enables power lines.
55943
55944     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
55945
55946 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
55947 Author: Stefan Roese <sr@denx.de>
55948 Date:   Mon Apr 23 12:00:22 2007 +0200
55949
55950     Remove BOARDLIBS usage completely
55951
55952     Signed-off-by: Stefan Roese <sr@denx.de>
55953
55954 commit 32556443840f127170e4baa8bdd5b567039f6c36
55955 Author: Michal Simek <monstr@monstr.eu>
55956 Date:   Sat Apr 21 21:07:22 2007 +0200
55957
55958     [PATCH] SystemACE support for Microblaze
55959
55960 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
55961 Author: Michal Simek <monstr@monstr.eu>
55962 Date:   Sat Apr 21 21:02:40 2007 +0200
55963
55964     16bit read/write little endian
55965
55966 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
55967 Author: Michal Simek <monstr@monstr.eu>
55968 Date:   Sat Apr 21 20:53:31 2007 +0200
55969
55970     Change ML401 parameters - Xilinx BSP
55971
55972 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
55973 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55974 Date:   Wed Feb 28 05:37:29 2007 -0600
55975
55976     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
55977
55978     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55979
55980 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
55981 Author: Zhang Wei <wei.zhang@freescale.com>
55982 Date:   Fri Jan 19 10:42:37 2007 +0800
55983
55984     Enable LAWs for MPC8641 PCI-Ex2.
55985
55986     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55987     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55988
55989 commit bd7851ce1e1f140665b520026abf1042968b1102
55990 Author: Jon Loeliger <jdl@freescale.com>
55991 Date:   Fri Apr 20 14:12:26 2007 -0500
55992
55993     mpc86xx; Write MAC address to mac-address and local-mac-address
55994
55995     Some device trees have a mac-address property, some have local-mac-address,
55996     and some have both.  To support all of these device trees, ftp_cpu_setup()
55997     should write the MAC address to mac-address and local-mac-address, if they
55998     exist.
55999
56000     Signed-off-by: Timur Tabi <timur@freescale.com>
56001     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56002
56003 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
56004 Author: Jon Loeliger <jdl@freescale.com>
56005 Date:   Fri Apr 20 14:11:38 2007 -0500
56006
56007     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
56008
56009     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56010     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56011
56012 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
56013 Author: Wolfgang Denk <wd@denx.de>
56014 Date:   Fri Apr 20 17:43:28 2007 +0200
56015
56016     Cleanup compiler warnings, update CHANGELOG
56017
56018     Signed-off-by: Wolfgang Denk <wd@denx.de>
56019
56020 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
56021 Author: Detlev Zundel <dzu@denx.de>
56022 Date:   Fri Apr 20 12:01:47 2007 +0200
56023
56024     Fix breakage of NC650 board with respect to nand support.
56025
56026     Signed-off-by: Detlev Zundel <dzu@denx.de>
56027
56028 commit 39f23cd90947639ac278a18ff277ec786b5ac167
56029 Author: Domen Puncer <domen.puncer@telargo.com>
56030 Date:   Fri Apr 20 11:13:16 2007 +0200
56031
56032     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
56033
56034     G2 core reference manual says decrementer and time base
56035     are decreasing/increasing once every 4 bus clock cycles.
56036     Lets fix it, so time in Linux won't run twice as fast
56037
56038     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
56039     Acked-by: Grant Likely <grant.likely@secretlab.ca>
56040
56041 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
56042 Author: Gerald Van Baren <vanbaren@cideas.com>
56043 Date:   Thu Apr 19 23:14:39 2007 -0400
56044
56045     Fix serious pointer bug with bootm and reserve map.
56046
56047     What was suppose to be a stack variable was declared as a pointer,
56048       overwriting random memory.
56049     Also moved the libfdt.a requirement into the main Makefile.  That is
56050       The U-Boot Way.
56051
56052 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
56053 Author: Stefan Roese <sr@denx.de>
56054 Date:   Thu Apr 19 09:53:52 2007 +0200
56055
56056     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
56057
56058     Previous versions used full wait states for the chip select #1 which
56059     is connected to the Xilinix SystemACE controller on the AMCC Katmai
56060     evaluation board. This leads to really slow access and therefore low
56061     performance. This patch now sets up the chip select a lot faster
56062     resulting in much better read/write performance of the Linux driver.
56063
56064     Signed-off-by: Stefan Roese <sr@denx.de>
56065
56066 commit 37837828d89084879bee2f2b8c7c68d4695940df
56067 Author: Wolfgang Denk <wd@denx.de>
56068 Date:   Wed Apr 18 17:49:29 2007 +0200
56069
56070     Clenaup, update CHANGELOG
56071
56072     Signed-off-by: Wolfgang Denk <wd@denx.de>
56073
56074 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
56075 Author: Wolfgang Denk <wd@denx.de>
56076 Date:   Wed Apr 18 17:20:58 2007 +0200
56077
56078     Update CHANGELOG
56079
56080     Signed-off-by: Wolfgang Denk <wd@denx.de>
56081
56082 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
56083 Author: Wolfgang Denk <wd@denx.de>
56084 Date:   Wed Apr 18 17:07:26 2007 +0200
56085
56086     Cleanup, update CHANGELOG
56087
56088     Sigend-off-by: Wolfgang Denk <wd@denx.de>
56089
56090 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
56091 Author: Wolfgang Denk <wd@denx.de>
56092 Date:   Wed Apr 18 16:17:46 2007 +0200
56093
56094     Update CHANGELOG
56095
56096 commit ad4eb555671d97f96dc56eab55103b1f86874b01
56097 Author: Wolfgang Denk <wd@denx.de>
56098 Date:   Wed Apr 18 14:30:39 2007 +0200
56099
56100     MCC200 board: remove warning which is obsolete after PSoC firmware changes
56101
56102     Signed-off-by: Wolfgang Denk <wd@denx.de>
56103
56104 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
56105 Author: Domen Puncer <domen.puncer@telargo.com>
56106 Date:   Wed Apr 18 12:11:05 2007 +0200
56107
56108     [PATCH] icecube/lite5200b: document wakeup from low-power support
56109
56110     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
56111
56112 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
56113 Author: Stefan Roese <sr@denx.de>
56114 Date:   Wed Apr 18 12:07:47 2007 +0200
56115
56116     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
56117
56118     Signed-off-by: Stefan Roese <sr@denx.de>
56119
56120 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
56121 Author: Stefan Roese <sr@denx.de>
56122 Date:   Wed Apr 18 12:05:59 2007 +0200
56123
56124     ppc4xx: Add output for bootrom location to 405EZ ports
56125
56126     Now 405EZ ports also show upon bootup from which boot device
56127     they are configured to boot:
56128
56129     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
56130
56131     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
56132            Bootstrap Option E - Boot ROM Location EBC (32 bits)
56133            16 kB I-Cache 16 kB D-Cache
56134     Board: Acadia - AMCC PPC405EZ Evaluation Board
56135
56136     Signed-off-by: Stefan Roese <sr@denx.de>
56137
56138 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
56139 Author: Peter Pearse <peter.pearse@arm.com>
56140 Date:   Tue Apr 17 13:30:33 2007 +0100
56141
56142     Move ppearse to ARM board list
56143     Add Konstantin Kletschke for scb9328.
56144     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
56145
56146 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
56147 Author: Domen Puncer <domen.puncer@telargo.com>
56148 Date:   Mon Apr 16 14:00:13 2007 +0200
56149
56150     [PATCH] icecube/lite5200b: wakeup from low-power support
56151
56152     U-Boot part of Lite5200b low power mode support.
56153     Puts SDRAM out of self-refresh and transfers control to
56154     address saved at physical 0x0.
56155
56156     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
56157     Acked-by: Grant Likely <grant.likely@secretlab.ca>
56158
56159 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
56160 Author: Gerald Van Baren <vanbaren@cideas.com>
56161 Date:   Sun Apr 15 13:54:26 2007 -0400
56162
56163     Fix the ft_cpu_setup() property settings.
56164
56165     Use "setter" functions instead of flags, cleaner and more flexible.
56166     It also fixes the problem noted by Timur Tabi that the ethernet MAC
56167     addresses were all being set incorrectly to the same MAC address.
56168
56169 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
56170 Author: Gerald Van Baren <vanbaren@cideas.com>
56171 Date:   Sat Apr 14 22:51:24 2007 -0400
56172
56173     Improve the bootm command for CONFIG_OF_LIBFDT
56174
56175     In bootm, create the "/chosen" node only if it doesn't already exist
56176       (better matches the previous behavior).
56177     Update for proper reserved memory map handling for initrd.
56178
56179 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
56180 Author: Gerald Van Baren <vanbaren@cideas.com>
56181 Date:   Sat Apr 14 22:46:41 2007 -0400
56182
56183     Add some utilities to manipulate the reserved memory map.
56184
56185 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
56186 Author: Wolfgang Denk <wd@denx.de>
56187 Date:   Sat Apr 14 21:16:54 2007 +0200
56188
56189     Update CHANGELOG
56190
56191 commit 8e6875183cdca91c134408d119d4abcd48ef6856
56192 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56193 Date:   Sun Dec 17 18:56:46 2006 +0100
56194
56195     AVR32: Enable MMC support
56196
56197     Set up the portmux for the MMC interface and enable the MMC driver
56198     along with support for DOS partitions, ext2 and FAT filesystems.
56199
56200     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56201
56202 commit fc26c97bb6df41b4a95662c34054fe912387bf38
56203 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56204 Date:   Fri Jan 20 10:03:53 2006 +0100
56205
56206     Atmel MCI driver
56207
56208     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
56209
56210     The AT91 ARM-based CPUs use basically the same hardware, so it should
56211     be possible to share this driver, but no effort has been made so far.
56212
56213     Hardware documentation can be found in the AT32AP7000 data sheet,
56214     which can be downloaded from
56215
56216     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
56217
56218     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56219
56220 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
56221 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56222 Date:   Sun Dec 17 18:55:37 2006 +0100
56223
56224     AVR32: Add clk and gpio infrastructure for mmci
56225
56226     Implement functions for configuring the mmci pins, as well as
56227     functions for getting the clock rate of the mmci controller.
56228
56229     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56230
56231 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
56232 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56233 Date:   Sun Dec 17 18:53:56 2006 +0100
56234
56235     Enable partition support with MMC
56236
56237     Include implementations of init_part() and get_partition_info() when
56238     CONFIG_MMC is set.
56239
56240     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56241
56242 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
56243 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56244 Date:   Sun Dec 17 17:14:30 2006 +0100
56245
56246     AVR32: Enable networking
56247
56248     Implement MACB initialization for AVR32 and ATSTK1000, and turn
56249     everything on, including the MACB driver.
56250
56251     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56252
56253 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
56254 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56255 Date:   Fri Jan 20 10:03:34 2006 +0100
56256
56257     Atmel MACB ethernet driver
56258
56259     Driver for the Atmel MACB on-chip ethernet controller.
56260
56261     This driver has been tested on the ATSTK1000 board with a AT32AP7000
56262     CPU. It should probably work on AT91SAM926x as well with some minor
56263     modifications.
56264
56265     Hardware documentation can be found in the AT32AP7000 data sheet,
56266     which can be downloaded from
56267
56268     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
56269
56270     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56271
56272 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
56273 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56274 Date:   Sun Dec 17 16:56:14 2006 +0100
56275
56276     AVR32: Add clk and gpio infrastructure for macb0 and macb1
56277
56278     Implement functions for configuring the macb0 and macb1 pins, as
56279     well as functions for getting the clock rate of the various
56280     busses the macb ethernet controllers are connected to.
56281
56282     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56283
56284 commit d5acb95b16a0a74c643524342c3437e765426d05
56285 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56286 Date:   Sun Dec 17 15:39:15 2006 +0100
56287
56288     AVR32: Implement simple DMA memory allocator
56289
56290     Implement dma_alloc_coherent() which returns cache-aligned
56291     uncacheable memory.
56292
56293     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56294
56295 commit 91975b0fea773c9e681fea8cf3349669f27685ee
56296 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56297 Date:   Sun Dec 17 15:46:02 2006 +0100
56298
56299     Import <linux/mii.h> from the Linux kernel
56300
56301     Instead of creating yet another set of MII register definitions
56302     in the macb driver, here's a complete set of definitions for everyone
56303     to use.
56304
56305     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56306
56307 commit 1b804b229556a4d862da93c0ec94e79419364b2c
56308 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56309 Date:   Wed Mar 21 19:47:36 2007 +0100
56310
56311     AVR32: Include more commands for ATSTK1000
56312
56313     Include the imi, imls and jffs commands sets by default on ATSTK1000.
56314     Also define CONFIG_BOOTARGS to something more useful, define
56315     CONFIG_BOOTCOMMAND and enable autoboot by default.
56316
56317     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56318
56319 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
56320 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56321 Date:   Wed Mar 21 19:44:48 2007 +0100
56322
56323     AVR32: Provide a definition of struct stat
56324
56325     Copy the definition of struct stat from the Linux kernel.
56326
56327     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56328
56329 commit 12f099c08167a7a51aeee623bc16dafd0841271c
56330 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56331 Date:   Sun Dec 17 14:46:06 2006 +0100
56332
56333     AVR32: Use initdram() instead of board_init_memories()
56334
56335     Conform to the "standard" interface and use initdram() instead of
56336     board_init_memories() on AVR32. This enables us to get rid of the
56337     sdram_size member of the global_data struct as well.
56338
56339     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56340
56341 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
56342 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56343 Date:   Mon Nov 20 15:53:10 2006 +0100
56344
56345     AVR32: Relocate u-boot to SDRAM
56346
56347     Relocate the u-boot image into SDRAM like everyone else does. This
56348     means that we can handle much larger .data and .bss than we used to.
56349
56350     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56351
56352 commit df548d3c3e2bbc40258713167859ffc2ce99a900
56353 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56354 Date:   Sun Nov 19 18:06:53 2006 +0100
56355
56356     AVR32: Resource management rewrite
56357
56358     Rewrite the resource management code (i.e. I/O memory, clock gating,
56359     gpio) so it doesn't depend on any global state. This is necessary
56360     because this code is heavily used before relocation to RAM, so we
56361     can't write to any global variables.
56362
56363     As an added bonus, this makes u-boot's memory footprint a bit smaller,
56364     although some functionality has been left out; all clocks are enabled
56365     all the time, and there's no checking for gpio line conflicts.
56366
56367     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56368
56369 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
56370 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56371 Date:   Sat Nov 18 18:01:13 2006 +0100
56372
56373     AVR32: Clean up memory-map.h for at32ap7000
56374
56375     Convert spaces to tabs (must have missed this one last time around),
56376     sort the entries by address and group them together by bus
56377     connectivity.
56378
56379     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56380
56381 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
56382 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56383 Date:   Sat Nov 18 17:32:31 2006 +0100
56384
56385     AVR32: Build position-independent u-boot
56386
56387     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
56388     position independent. This will make relocation a lot easier.
56389
56390     -mno-init-got means that gcc shouldn't emit code to load the GOT
56391     address into r6 in every function prologue. We do it once and for
56392     all in the early startup assembly code, so enabling this option
56393     makes u-boot a bit faster and smaller.
56394
56395     The assembly parts have always been position-independent, so no code
56396     changes should be necessary.
56397
56398     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56399
56400 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
56401 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56402 Date:   Sat Nov 18 17:24:31 2006 +0100
56403
56404     AVR32: Use avr32-linux- cross-compilation prefix by default
56405
56406     It doesn't really matter which toolchain you use to compile u-boot,
56407     but the avr32-linux one is probably what most people have installed.
56408
56409     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56410
56411 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
56412 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56413 Date:   Sat Nov 18 17:15:30 2006 +0100
56414
56415     AVR32: Split start_u_boot into board_init_f and board_init_r
56416
56417     Split the avr32 initialization code into a function to run before
56418     relocation, board_init_f and a function to run after relocation,
56419     board_init_r. For now, board_init_f simply calls board_init_r
56420     at the end.
56421
56422     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56423
56424 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
56425 Author: Heiko Schocher <hs@pollux.denx.de>
56426 Date:   Sat Apr 14 05:26:48 2007 +0200
56427
56428     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
56429             clear the Display after reset.
56430
56431     Signed-off-by: Heiko Schocher <hs@denx.de>
56432
56433 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
56434 Author: Denis Peter <d.peter@mpl.ch>
56435 Date:   Fri Apr 13 09:13:33 2007 +0200
56436
56437     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
56438
56439     Fix bug introduced by "Fix get_partition_info() parameter error in all
56440     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
56441     to use diskboot or scsiboot form another device than 0.
56442
56443     Signed-off-by: Denis Peter <d.peter@mpl.ch>
56444
56445 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
56446 Author: Greg Lopp <lopp@pobox.com>
56447 Date:   Fri Apr 13 08:02:24 2007 +0200
56448
56449     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
56450
56451     Signed-of-by: Greg Lopp <lopp@pobox.com>
56452     Acked-by: Grant Likely <grant.likely@secretlab.ca>
56453
56454 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
56455 Author: Xie Xiaobo <r63061@freescale.com>
56456 Date:   Fri Mar 9 19:08:25 2007 +0800
56457
56458     Fix two bugs for MPC83xx DDR2 controller SPD Init
56459
56460     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
56461     the first bug is that the picos_to_clk routine introduces a huge
56462     rounding error in 83xx.
56463     the second bug is that the mode register write recovery field is
56464     tWR-1, not tWR >> 1.
56465
56466 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
56467 Author: Jeffrey Mann <mannj@embeddedplanet.com>
56468 Date:   Thu Apr 12 14:15:59 2007 +0200
56469
56470     ppc4xx: Fix i2c divisor calcularion for PPC4xx
56471
56472     This patch fixes changes the i2c_init(...) function to use the function
56473     get_OPB_freq() rather than calculating the OPB speed by
56474     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
56475     specific per processor. The prior method was not and so was calculating
56476     the wrong speed for some PPC4xx processors.
56477
56478     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
56479     Signed-off-by: Stefan Roese <sr@denx.de>
56480
56481 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
56482 Author: Wolfgang Denk <wd@denx.de>
56483 Date:   Wed Apr 11 17:25:01 2007 +0200
56484
56485     Update CHANGELOG
56486
56487     Signed-off-by: Wolfgang Denk <wd@denx.de>
56488
56489 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
56490 Author: Wolfgang Denk <wd@denx.de>
56491 Date:   Wed Apr 11 17:22:55 2007 +0200
56492
56493     Update for SC3 board
56494
56495     * Make IDE timeout configurable through ide_reset_timeout variable.
56496     * Use Newline as "password" string
56497     * Use just a single partition in NAND flash
56498
56499 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
56500 Author: Haiying Wang <haiying.wang@freescale.com>
56501 Date:   Mon Jan 22 12:37:30 2007 -0600
56502
56503     Add PIXIS FPGA support for MPC8641HPCN board.
56504
56505     Move the 8641HPCN's PIXIS code to the new directory
56506     board/freescale/common/ as it will be shared by
56507     future boards not in the same processor family.
56508
56509     Write a "pixis_reset" command that utilizes the FPGA
56510     reset sequencer to support alternate soft-reset options
56511     such as using the "alternate" flash bank, enabling
56512     the watch dog, or choosing different CPU frequencies.
56513
56514     Add documentation for the pixis_reset to README.mpc8641hpcn.
56515
56516     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
56517     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56518
56519 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
56520 Author: Gerald Van Baren <vanbaren@cideas.com>
56521 Date:   Fri Apr 6 14:19:43 2007 -0400
56522
56523     Moved fdt command support code to fdt_support.c
56524
56525     ...in preparation for improving the bootm command's handling of fdt blobs.
56526     Also cleaned up some coding sloppiness.
56527
56528 commit 6679f9299534e488a171a9bb8f9bb891de247aab
56529 Author: Gerald Van Baren <vanbaren@cideas.com>
56530 Date:   Fri Apr 6 14:17:14 2007 -0400
56531
56532     libfdt: Make fdt_check_header() public
56533
56534     Changed _fdt_check_header() to fdt_check_header() and made it part of
56535     the interface - it is a useful routine.
56536
56537     Also did some asthetics cleanup to the include files (headers).
56538
56539 commit c0707ce65677650b5ceab0500ee50ae5168afef2
56540 Author: Aubrey Li <aubrey.adi@gmail.com>
56541 Date:   Thu Apr 5 18:34:06 2007 +0800
56542
56543     [Blackfin][PATCH] Kill off a bunch of common local prototypes
56544
56545 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
56546 Author: Aubrey Li <aubrey.adi@gmail.com>
56547 Date:   Thu Apr 5 18:33:04 2007 +0800
56548
56549     [Blackfin][PATCH] Fix dynamic CPLB generation issue
56550
56551 commit 0445e3a264251d75b1be45ef713c70726a2952f0
56552 Author: Aubrey Li <aubrey.adi@gmail.com>
56553 Date:   Thu Apr 5 18:31:47 2007 +0800
56554
56555     [Blackfin][PATCH] minior cleanup
56556
56557 commit 155fd766573981090e638b493d5857562151862e
56558 Author: Aubrey Li <aubrey.adi@gmail.com>
56559 Date:   Thu Apr 5 18:31:18 2007 +0800
56560
56561     [Blackfin][PATCH] Fix copyright and update license
56562
56563 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
56564 Author: Aubrey Li <aubrey.adi@gmail.com>
56565 Date:   Thu Apr 5 18:30:25 2007 +0800
56566
56567     [Blackfin][PATCH] Add BF537 EMAC driver initialization
56568
56569 commit 889256e8604e0c68db1d866d720894dffede9df6
56570 Author: Aubrey Li <aubrey.adi@gmail.com>
56571 Date:   Thu Apr 5 18:29:55 2007 +0800
56572
56573     [Blackfin][PATCH] call real the system synchronize instruction
56574
56575 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
56576 Author: Aubrey Li <aubrey.adi@gmail.com>
56577 Date:   Thu Apr 5 18:29:17 2007 +0800
56578
56579     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
56580
56581 commit dfeeab2cd680df047e68e723b246adf6f33bb556
56582 Author: Aubrey Li <aubrey.adi@gmail.com>
56583 Date:   Thu Apr 5 18:28:34 2007 +0800
56584
56585     [Blackfin][PATCH]: fix flash unaligned copy issue
56586
56587 commit 443feb740584e406efa203af909fe2926608e8d5
56588 Author: Igor Marnat <marny@rambler.ru>
56589 Date:   Wed Mar 21 09:55:01 2007 +0300
56590
56591     Update usage of 'nc' in README.NetConsole
56592
56593     Added information about usage of NetConsole on systems where the -l and -p
56594     switches are mutually exclusive.
56595
56596     Signed-off-by: Igor Marnat <marny@rambler.ru>
56597     Signed-off-by: Ben Warren <bwarren@qstreams.com>
56598
56599 commit 31c98a88228021b314c89ebb8104fb6473da4471
56600 Author: Wolfgang Denk <wd@denx.de>
56601 Date:   Wed Apr 4 02:09:30 2007 +0200
56602
56603     Minor coding style cleanup.
56604
56605 commit 94abd7c0583ebe01e799b25f451201deeaab550d
56606 Author: Wolfgang Denk <wd@denx.de>
56607 Date:   Wed Apr 4 01:49:15 2007 +0200
56608
56609     Minor cleanup.
56610
56611 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
56612 Author: Rodolfo Giometti <giometti@enneenne.com>
56613 Date:   Tue Apr 3 14:27:18 2007 +0200
56614
56615     Support for the Philips ISP116x HCD (Host Controller Driver)
56616
56617     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
56618
56619 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
56620 Author: Markus Klotzbuecher <mk@denx.de>
56621 Date:   Tue Apr 3 14:27:08 2007 +0200
56622
56623     USB: cleanup monahans usb support. Remove dead code.
56624
56625     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56626
56627 commit a65c5768e5537530bd1780af3d3fddc3113a163c
56628 Author: Stefan Roese <sr@denx.de>
56629 Date:   Mon Apr 2 10:09:30 2007 +0200
56630
56631     ppc4xx: Change SysACE address on Katmai
56632
56633     With this new base address of the Xilinx SystemACE controller
56634     the Linux driver will be easier to adapt, since it can now be
56635     mapped via the "normal" ioremap() call.
56636
56637     Signed-off-by: Stefan Roese <sr@denx.de>
56638
56639 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
56640 Author: Gerald Van Baren <vanbaren@cideas.com>
56641 Date:   Sat Mar 31 14:30:53 2007 -0400
56642
56643     Fix some minor whitespace violations.
56644
56645 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
56646 Author: Gerald Van Baren <vanbaren@cideas.com>
56647 Date:   Sat Mar 31 12:23:51 2007 -0400
56648
56649     Add a flattened device tree (fdt) command (2 of 2)
56650
56651     Modifications to the existing code to support the new fdt command.
56652
56653 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
56654 Author: Gerald Van Baren <vanbaren@cideas.com>
56655 Date:   Sat Mar 31 12:22:10 2007 -0400
56656
56657     Add a flattened device tree (fdt) command (1 of 2)
56658
56659     The fdt command uses David Gibson's libfdt library to manipulate as well
56660     as print the flattened device tree.  This patch is the new command,
56661     the second part is the modifications to the existing code.
56662
56663 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
56664 Author: Gerald Van Baren <vanbaren@cideas.com>
56665 Date:   Sat Mar 31 12:13:43 2007 -0400
56666
56667     libfdt: Enhanced and published fdt_next_tag()
56668
56669     Enhanced the formerly private function _fdt_next_tag() to allow stepping
56670       through the tree, used to produce a human-readable dump, and made
56671       it part of the published interface.
56672     Also added some comments.
56673
56674 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
56675 Author: Gerald Van Baren <vanbaren@cideas.com>
56676 Date:   Sat Mar 31 12:05:39 2007 -0400
56677
56678     libfdt: Customizations for use by u-boot.
56679
56680     Changes to David Gibson's original source to fit into u-boot's
56681     environment.  No functionality changes.
56682
56683 commit 35748177c64a4a83a00057e93bb33e40278a2a96
56684 Author: Gerald Van Baren <vanbaren@cideas.com>
56685 Date:   Sat Mar 31 12:00:56 2007 -0400
56686
56687     libfdt: Import libfdt source (2 of 2)
56688
56689     This adds the applicable libfdt source files (unmodified) and a README
56690     to explain where the source came from.
56691
56692 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
56693 Author: Gerald Van Baren <vanbaren@cideas.com>
56694 Date:   Sat Mar 31 11:59:59 2007 -0400
56695
56696     libfdt: Import libfdt source (1 of 2)
56697
56698     This adds the applicable libfdt source files (unmodified) and a README
56699     to explain where the source came from.
56700
56701 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
56702 Author: Stefan Roese <sr@denx.de>
56703 Date:   Sat Mar 31 13:16:23 2007 +0200
56704
56705     ppc4xx: Update Katmai bootstrap command
56706
56707     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
56708     is selected.
56709
56710     Signed-off-by: Stefan Roese <sr@denx.de>
56711
56712 commit cabee756a6532986729477c3cc1ea16ef8517ad2
56713 Author: Stefan Roese <sr@denx.de>
56714 Date:   Sat Mar 31 13:15:06 2007 +0200
56715
56716     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
56717
56718     Additional RAM information is now printed upon powerup, like
56719     DDR2 frequency and CAS latency.
56720
56721     Signed-off-by: Stefan Roese <sr@denx.de>
56722
56723 commit 60723803431ac75cad085690789e433d5ab9174e
56724 Author: Stefan Roese <sr@denx.de>
56725 Date:   Sat Mar 31 08:48:36 2007 +0200
56726
56727     ppc4xx: Change Yucca config file to support ECC
56728
56729     With the updated 44x DDR2 driver the Yucca board now supports
56730     ECC generation and checking.
56731
56732     Signed-off-by: Stefan Roese <sr@denx.de>
56733
56734 commit 490e5730c674b20d708b783a2c5ffd7208f83873
56735 Author: Stefan Roese <sr@denx.de>
56736 Date:   Sat Mar 31 08:47:34 2007 +0200
56737
56738     ppc4xx: Fix "bootstrap" command for Katmai board
56739
56740     The board specific "bootstrap" command is now fixed and can
56741     be used for the AMCC Katmai board to configure different
56742     CPU/PLB/OPB frequencies.
56743
56744     Signed-off-by: Stefan Roese <sr@denx.de>
56745
56746 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
56747 Author: Stefan Roese <sr@denx.de>
56748 Date:   Sat Mar 31 08:46:08 2007 +0200
56749
56750     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
56751
56752     Fix a bug in the auto calibration routine. This driver now runs
56753     more reliable with the tested modules. It's also tested with
56754     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
56755
56756     Signed-off-by: Stefan Roese <sr@denx.de>
56757
56758 commit 342cd097be1e7affe82f42ab3da220959a699e64
56759 Author: Michal Simek <monstr@monstr.eu>
56760 Date:   Fri Mar 30 22:52:09 2007 +0200
56761
56762     [PATCH] Clean include dependence
56763
56764 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
56765 Author: Michal Simek <monstr@monstr.eu>
56766 Date:   Fri Mar 30 22:42:45 2007 +0200
56767
56768     [CLEAN] Remove inefficient Suzaku code
56769
56770 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
56771 Author: Stefan Roese <sr@denx.de>
56772 Date:   Wed Mar 28 15:03:16 2007 +0200
56773
56774     Merge some AMCC make targets to keep the top-level Makefile smaller
56775
56776     Signed-off-by: Stefan Roese <sr@denx.de>
56777
56778 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
56779 Author: Stefan Roese <sr@denx.de>
56780 Date:   Wed Mar 28 14:52:12 2007 +0200
56781
56782     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
56783
56784     The "old" i2c commands (iprobe, imd...) are now compiled in again,
56785     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
56786     config option.
56787
56788     Signed-off-by: Stefan Roese <sr@denx.de>
56789
56790 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
56791 Author: Michal Simek <monstr@monstr.eu>
56792 Date:   Tue Mar 27 00:32:16 2007 +0200
56793
56794     PATCH: Resolve GPL license problem
56795
56796 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
56797 Author: Rodolfo Giometti <giometti@enneenne.com>
56798 Date:   Mon Mar 26 12:03:36 2007 +0200
56799
56800     PXA: pxa27x USB OHCI support
56801
56802     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
56803
56804 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
56805 Author: Markus Klotzbuecher <mk@denx.de>
56806 Date:   Mon Mar 26 11:21:05 2007 +0200
56807
56808     USB: remove the S3C24X0_merge #define, which was introduced while
56809     merging OHCI drivers.
56810
56811     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56812
56813 commit 1798049522f594013aea29457d46794298c6ae15
56814 Author: Michal Simek <root@monstr.eu>
56815 Date:   Mon Mar 26 01:39:07 2007 +0200
56816
56817     Support for XUPV2P board
56818     Reset support
56819     BSP autoconfig support
56820
56821 commit 0d974d5297349504a2ddfa09314be573b5df320a
56822 Author: Stefan Roese <sr@denx.de>
56823 Date:   Sat Mar 24 15:57:09 2007 +0100
56824
56825     [PATCH] Add 4xx GPIO functions
56826
56827     This patch adds some 4xx GPIO functions. It also moves some of the
56828     common code and defines into a common 4xx GPIO header file.
56829
56830     Signed-off-by: Stefan Roese <sr@denx.de>
56831
56832 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
56833 Author: Stefan Roese <sr@denx.de>
56834 Date:   Sat Mar 24 15:55:58 2007 +0100
56835
56836     [PATCH] Small Sequoia cleanup
56837
56838     Signed-off-by: Stefan Roese <sr@denx.de>
56839
56840 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
56841 Author: Stefan Roese <sr@denx.de>
56842 Date:   Sat Mar 24 15:45:34 2007 +0100
56843
56844     [PATCH] Clean up 40EZ/Acadia support
56845
56846     This patch cleans up all the open issue of the preliminary
56847     Acadia support.
56848
56849     Signed-off-by: Stefan Roese <sr@denx.de>
56850
56851 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
56852 Author: Jon Loeliger <jdl@freescale.com>
56853 Date:   Tue Dec 12 11:02:20 2006 -0600
56854
56855     Fix 8641HPCN problem with ld version 2.16
56856
56857     (Dot outside sections problem).
56858
56859     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
56860
56861     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56862
56863 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
56864 Author: Haiying Wang <haiying.wang@freescale.com>
56865 Date:   Thu Dec 7 10:35:55 2006 -0600
56866
56867     Set Rev 2.x 86xx PIC in mixed mode.
56868
56869     Prevent false interrupt from hanging Linux as MSR[EE] is set
56870     to enable interrupts by changing the PIC out of the default
56871     pass through mode into mixed mode.
56872
56873     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
56874     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56875
56876 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
56877 Author: Jason Jin <jason.jin@freescale.com>
56878 Date:   Thu Dec 7 10:32:35 2006 -0600
56879
56880     Add flash cmd function to 8641HPCN ramboot
56881
56882     Also fixes some commmand for 8641 HPCN ramboot case.
56883
56884     Signed-off-by: Jason Jin <jason.jin@freescale.com>
56885     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56886
56887 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
56888 Author: Ed Swarthout <ed.swarthout@freescale.com>
56889 Date:   Thu Dec 7 10:34:14 2006 -0600
56890
56891     Add support for 8641 Rev 2 silicon.
56892
56893     Without this patch, I am unable to get to the prompt on rev 2 silicon.
56894     Only set ddrioovcr for rev1.
56895
56896     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
56897     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56898
56899 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
56900 Author: Wolfgang Denk <wd@denx.de>
56901 Date:   Thu Mar 22 00:13:12 2007 +0100
56902
56903     Code cleanup / re-insert previous Copyright entries.
56904
56905     Signed-off-by: Wolfgang Denk <wd@denx.de>
56906
56907 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
56908 Author: Wolfgang Denk <wd@denx.de>
56909 Date:   Wed Mar 21 23:26:15 2007 +0100
56910
56911     Code cleanup. Update CHANGELOG
56912
56913 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
56914 Author: Stefan Roese <sr@denx.de>
56915 Date:   Wed Mar 21 14:54:29 2007 +0100
56916
56917     ppc4xx: Fix file mode of include/configs/acadia.h
56918
56919     Signed-off-by: Stefan Roese <sr@denx.de>
56920
56921 commit d5f4614c9350d9333e575100fb250aab774d0258
56922 Author: Markus Klotzbuecher <mk@denx.de>
56923 Date:   Wed Mar 21 14:41:46 2007 +0100
56924
56925     SPC1920: fix small clock routing bug
56926
56927     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56928
56929 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
56930 Author: Stefan Roese <sr@denx.de>
56931 Date:   Wed Mar 21 13:39:57 2007 +0100
56932
56933     [PATCH] Add AMCC Acadia (405EZ) eval board support
56934
56935     This patch adds support for the new AMCC Acadia eval board.
56936
56937     Please note that this Acadia/405EZ support is still in a beta stage.
56938     Still lot's of cleanup needed but we need a preliminary release now.
56939
56940     Signed-off-by: Stefan Roese <sr@denx.de>
56941
56942 commit e01bd218b00af73499331a1a701625a852cd286f
56943 Author: Stefan Roese <sr@denx.de>
56944 Date:   Wed Mar 21 13:38:59 2007 +0100
56945
56946     [PATCH] Add AMCC PPC405EZ support
56947
56948     This patch adds support for the new AMCC 405EZ PPC. It is in
56949     preparation for the AMCC Acadia board support.
56950
56951     Please note that this Acadia/405EZ support is still in a beta stage.
56952     Still lot's of cleanup needed but we need a preliminary release now.
56953
56954     Signed-off-by: Stefan Roese <sr@denx.de>
56955
56956 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
56957 Author: Heiko Schocher <hs@pollux.denx.de>
56958 Date:   Wed Mar 21 08:45:17 2007 +0100
56959
56960     [PATCH] TQM8272: dont change the bits given from the HRCW
56961                      for the SIUMCR and BCR Register.
56962                      Fix the calculation for the EEprom Size
56963
56964     Signed-off-by: Heiko Schocher <hs@denx.de>
56965
56966 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
56967 Author: Aubrey Li <aubrey.adi@gmail.com>
56968 Date:   Tue Mar 20 18:16:24 2007 +0800
56969
56970     [Blackfin][PATCH] Add BF561 EZKIT board support
56971
56972 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
56973 Author: Aubrey Li <aubrey.adi@gmail.com>
56974 Date:   Mon Mar 19 22:55:58 2007 +0800
56975
56976     [Blackfin][PATCH] minor cleanup
56977
56978 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
56979 Author: Wolfgang Denk <wd@denx.de>
56980 Date:   Mon Mar 19 13:10:08 2007 +0100
56981
56982     Remove obsoleted POST files.
56983
56984     Signed-off-by: Wolfgang Denk <wd@denx.de>
56985
56986 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
56987 Author: Aubrey Li <aubrey.adi@gmail.com>
56988 Date:   Mon Mar 19 01:26:11 2007 +0800
56989
56990     [PATCH] Add flash chip M29W320ET/B support
56991
56992 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
56993 Author: Aubrey Li <aubrey.adi@gmail.com>
56994 Date:   Mon Mar 19 01:24:52 2007 +0800
56995
56996     [Blackfin][PATCH] Add BF537 stamp board support
56997
56998 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
56999 Author: Stefan Roese <sr@denx.de>
57000 Date:   Fri Mar 16 21:11:42 2007 +0100
57001
57002     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
57003
57004     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
57005     DDR memory are dynamically programmed matching the total size
57006     of the equipped memory (DIMM modules).
57007
57008     Signed-off-by: Stefan Roese <sr@denx.de>
57009
57010 commit 76d1466f918b881cda2d259254761e73885093c2
57011 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57012 Date:   Tue Mar 13 13:38:05 2007 +0100
57013
57014     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
57015             boards in terms of unification.
57016
57017     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57018
57019 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
57020 Author: Wolfgang Denk <wd@denx.de>
57021 Date:   Tue Mar 13 16:05:55 2007 +0100
57022
57023     Make SC3 board build with 'make O='; use 'addcons' consistently
57024     (SC3 and Jupiter used to use 'addcon' instead).
57025
57026     Signed-off-by: Wolfgang Denk wd@denx.de
57027
57028 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
57029 Author: Heiko Schocher <hs@pollux.denx.de>
57030 Date:   Tue Mar 13 09:40:59 2007 +0100
57031
57032     [PATCH] update board config for jupiter Board:
57033             added Hush Shell,
57034                   CONFIG_CMDLINE_EDITING,
57035                   CFG_ENV_ADDR_REDUND activated
57036
57037     Signed-off-by: Heiko Schocher <hs@denx.de>
57038
57039 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
57040 Author: Aubrey Li <aubrey.adi@gmail.com>
57041 Date:   Mon Mar 12 12:11:55 2007 +0800
57042
57043     [Blackfin][PATCH] minor cleanup
57044
57045 commit bfa5754a58477ac917d21527cd0f079d87cf188e
57046 Author: Aubrey Li <aubrey.adi@gmail.com>
57047 Date:   Mon Mar 12 01:42:06 2007 +0800
57048
57049     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
57050
57051 commit 8440bb14581a294375c34b91b42512f9753d1130
57052 Author: Aubrey Li <aubrey.adi@gmail.com>
57053 Date:   Mon Mar 12 00:25:14 2007 +0800
57054
57055     [Blackfin][PATCH] code cleanup
57056
57057 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
57058 Author: Michal Simek <monstr@monstr.eu>
57059 Date:   Sun Mar 11 13:48:24 2007 +0100
57060
57061     [Microblaze][PATCH] part 2
57062     timer support
57063     interrupt controller support
57064     flash support
57065     ethernet support
57066     cache support
57067     board information support
57068     env support
57069     booting image support
57070
57071     adding support for Xilinx ML401
57072
57073 commit 76316a318de91f6184e7c22a10e02d275ade2441
57074 Author: Michal Simek <monstr@monstr.eu>
57075 Date:   Sun Mar 11 13:42:58 2007 +0100
57076
57077     [Microblaze][PATCH]
57078     timer support
57079     interrupt controller support
57080     flash support
57081     ethernet support
57082     cache support
57083     board information support
57084     env support
57085     booting image support
57086
57087     adding support for Xilinx ML401
57088
57089 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
57090 Author: Aubrey Li <aubrey.adi@gmail.com>
57091 Date:   Sat Mar 10 23:49:29 2007 +0800
57092
57093     [Blackfin][PATCH] code cleanup
57094
57095 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
57096 Author: Aubrey.Li <aubrey.adi@gmail.com>
57097 Date:   Fri Mar 9 13:40:56 2007 +0800
57098
57099     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
57100
57101 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
57102 Author: Aubrey.Li <aubrey.adi@gmail.com>
57103 Date:   Fri Mar 9 13:38:44 2007 +0800
57104
57105     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
57106
57107 commit 992423ab43c2bcf6b704853bd00af77450915e20
57108 Author: Stefan Roese <sr@denx.de>
57109 Date:   Thu Mar 8 23:00:08 2007 +0100
57110
57111     ppc4xx: Fix file mode of sequoia.c
57112
57113     Signed-off-by: Stefan Roese <sr@denx.de>
57114
57115 commit eb92f613556800f7483666db09d9a237ad911d4a
57116 Author: Wolfgang Denk <wd@pollux.denx.de>
57117 Date:   Thu Mar 8 22:52:51 2007 +0100
57118
57119     Minor cleanup.
57120
57121 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
57122 Author: John Otken john@softadvances.com <john@softadvances.com>
57123 Date:   Thu Mar 8 09:39:48 2007 -0600
57124
57125     ppc4xx: Clear Sequoia/Rainier security engine reset bits
57126
57127     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
57128
57129 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
57130 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57131 Date:   Thu Mar 8 16:26:52 2007 +0100
57132
57133     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
57134
57135     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57136
57137 commit d9fc703246840c4b268debf48c334ba55c597dc0
57138 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57139 Date:   Thu Mar 8 16:25:47 2007 +0100
57140
57141     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
57142
57143     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57144
57145 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
57146 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57147 Date:   Thu Mar 8 16:23:11 2007 +0100
57148
57149     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
57150
57151     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57152
57153 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
57154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57155 Date:   Thu Mar 8 16:20:32 2007 +0100
57156
57157     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
57158
57159     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57160
57161 commit f9fc6a5852a6335840882fa2111925010eea1abe
57162 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57163 Date:   Wed Mar 7 15:32:01 2007 +0100
57164
57165     fixed ethernet phy configuration for plu405 board
57166
57167     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57168
57169 commit 769104c9356594deb2092e204a39c05b33202d6c
57170 Author: Wolfgang Denk <wd@pollux.denx.de>
57171 Date:   Thu Mar 8 21:49:27 2007 +0100
57172
57173     Minor cleanup
57174
57175 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
57176 Author: Stefan Roese <sr@denx.de>
57177 Date:   Thu Mar 8 10:13:16 2007 +0100
57178
57179     [PATCH] Update AMCC Luan 440SP eval board support
57180
57181     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
57182     inititializition. This includes DDR auto calibration and support
57183     for different DIMM modules, instead of the fixed setup used in
57184     the earlier version.
57185
57186     This patch also enables the cache in FLASH for the startup
57187     phase of U-Boot (while running from FLASH). After relocating to
57188     SDRAM the cache is disabled again. This will speed up the boot
57189     process, especially the SDRAM setup, since there are some loops
57190     for memory testing (auto calibration).
57191
57192     Signed-off-by: Stefan Roese <sr@denx.de>
57193
57194 commit 2f5df47351910a2936c7741cf111855829200943
57195 Author: Stefan Roese <sr@denx.de>
57196 Date:   Thu Mar 8 10:10:18 2007 +0100
57197
57198     [PATCH] Update AMCC Yucca 440SPe eval board support
57199
57200     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
57201     inititializition. This includes DDR auto calibration and support
57202     for different DIMM modules, instead of the fixed setup used in
57203     the earlier version.
57204
57205     Signed-off-by: Stefan Roese <sr@denx.de>
57206
57207 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
57208 Author: Stefan Roese <sr@denx.de>
57209 Date:   Thu Mar 8 10:07:18 2007 +0100
57210
57211     ppc4xx: Small AMCC Katmai 440SPe update
57212
57213     Signed-off-by: Stefan Roese <sr@denx.de>
57214
57215 commit df294497479b1dca6dd86318b2a912f72fede0df
57216 Author: Stefan Roese <sr@denx.de>
57217 Date:   Thu Mar 8 10:06:09 2007 +0100
57218
57219     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
57220
57221     Signed-off-by: Stefan Roese <sr@denx.de>
57222
57223 commit 83853178bd36bca6f0f8f1331476620c84a587fc
57224 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57225 Date:   Wed Mar 7 12:14:50 2007 -0600
57226
57227     net - Support ping reply when processing net-loop
57228
57229     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
57230
57231     This permits the ping command to test the phy interface when the phy
57232     is put in loopback mode (typically by setting register 0 bit 14).
57233
57234     It also allows the port to respond to an external ping when u-boot is
57235     processing some other net command (such as tftp).  This is useful when
57236     tftp appears to hang.
57237
57238     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57239     Signed-off-by: Ben Warren <bwarren@qstreams.com>
57240
57241 commit fa1aef15bcd47736687be1af544506e90fba545d
57242 Author: Stefan Roese <sr@denx.de>
57243 Date:   Wed Mar 7 16:43:00 2007 +0100
57244
57245     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
57246
57247     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
57248     DDR memory are dynamically programmed matching the total size
57249     of the equipped memory (DIMM modules).
57250
57251     Signed-off-by: Stefan Roese <sr@denx.de>
57252
57253 commit e2ebe696818939e2b974628be9c921ea3fe9de13
57254 Author: Stefan Roese <sr@denx.de>
57255 Date:   Wed Mar 7 16:39:36 2007 +0100
57256
57257     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
57258
57259     This patch fixes a problem that occurs when 2 DIMM's are
57260     used. This problem was first spotted and fixed by Gerald Jackson
57261     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
57262     problem in a little more clever way.
57263
57264     This patch also adds the nice functionality to dynamically
57265     create the TLB entries for the SDRAM (tlb.c). So we should
57266     never run into such problems with wrong (too short) TLB
57267     initialization again on these platforms.
57268
57269     As this feature is new to the "old" 44x SPD DDR driver, it
57270     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
57271
57272     Signed-off-by: Stefan Roese <sr@denx.de>
57273
57274 commit 39218433983417b9df087976a79e3f80dd5e83d6
57275 Author: Wolfgang Denk <wd@denx.de>
57276 Date:   Wed Mar 7 16:33:44 2007 +0100
57277
57278     UC101: fix compiler warnings
57279
57280 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
57281 Author: Wolfgang Denk <wd@pollux.denx.de>
57282 Date:   Wed Mar 7 16:19:46 2007 +0100
57283
57284     HMI1001: fix build error, cleanup compiler warnings.
57285
57286 commit ad5bb451ade552c44bef9119d907929ebc2c126f
57287 Author: Wolfgang Denk <wd@pollux.denx.de>
57288 Date:   Tue Mar 6 18:08:43 2007 +0100
57289
57290     Restructure POST directory to support of other CPUs, boards, etc.
57291
57292 commit a5284efd125967675b2e9c6ef7b95832268ad360
57293 Author: Wolfgang Denk <wd@pollux.denx.de>
57294 Date:   Tue Mar 6 18:01:47 2007 +0100
57295
57296     Fix HOSTARCH handling.
57297     Patch by Mike Frysinger, Mar 05 2007
57298
57299 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
57300 Author: Stefan Roese <sr@denx.de>
57301 Date:   Tue Mar 6 07:47:04 2007 +0100
57302
57303     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
57304
57305     As provided by the AMCC applications team, this patch optimizes the
57306     DDR2 setup for 166MHz bus speed. The values provided are also save
57307     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
57308     setup has to be adjusted as done in this patch.
57309
57310     For this the NAND booting version had to include the "speed.c" file
57311     from the cpu/ppc4xx directory. With this addition the NAND SPL image
57312     will just fit into the 4kbytes of program space. gcc version 4.x as
57313     provided with ELDK 4.x is needed to generate this optimized code.
57314
57315     Signed-off-by: Stefan Roese <sr@denx.de>
57316
57317 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
57318 Author: Wolfgang Denk <wd@pollux.denx.de>
57319 Date:   Sun Mar 4 01:36:05 2007 +0100
57320
57321     Some code cleanup.
57322
57323 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
57324 Author: Kim Phillips <kim.phillips@freescale.com>
57325 Date:   Wed Feb 28 00:02:04 2007 -0600
57326
57327     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
57328
57329     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
57330
57331 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
57332 Author: Kumar Gala <galak@kernel.crashing.org>
57333 Date:   Tue Feb 27 23:51:42 2007 -0600
57334
57335     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
57336
57337     The config value for:
57338     * CFG_ACR_PIPE_DEP
57339     * CFG_ACR_RPTCNT
57340     * CFG_SPCR_TSEC1EP
57341     * CFG_SPCR_TSEC2EP
57342     * CFG_SCCR_TSEC1CM
57343     * CFG_SCCR_TSEC2CM
57344
57345     Were not being used when setting the appropriate register
57346
57347     Added:
57348     * CFG_SCCR_USBMPHCM
57349     * CFG_SCCR_USBDRCM
57350     * CFG_SCCR_PCICM
57351     * CFG_SCCR_ENCCM
57352
57353     To allow full config of the SCCR.
57354
57355     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
57356     that were just bogus.
57357
57358     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57359
57360 commit d51b3cf371cd441030460ef19d36b2924c361b1a
57361 Author: Kim Phillips <kim.phillips@freescale.com>
57362 Date:   Thu Feb 22 20:06:57 2007 -0600
57363
57364     mpc83xx: update [local-]mac-address properties on UEC based devices
57365
57366     8360 and 832x weren't updating their [local-]mac-address
57367     properties. This patch fixes that.
57368
57369     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57370
57371 commit 61f4f912acbe60776c5e00df1ec94094ce672957
57372 Author: Timur Tabi <timur@freescale.com>
57373 Date:   Tue Feb 13 10:41:42 2007 -0600
57374
57375     mpc83xx: write MAC address to mac-address and local-mac-address
57376
57377     Some device trees have a mac-address property, some have local-mac-address,
57378     and some have both.  To support all of these device trees, this patch
57379     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
57380     This function already updates local-mac-address.
57381
57382     Signed-off-by: Timur Tabi <timur@freescale.com>
57383
57384 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
57385 Author: Kim Phillips <kim.phillips@freescale.com>
57386 Date:   Tue Feb 27 18:41:08 2007 -0600
57387
57388     mpc83xx: add command line editing by default
57389
57390 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
57391 Author: Kim Phillips <kim.phillips@freescale.com>
57392 Date:   Wed Feb 14 19:50:53 2007 -0600
57393
57394     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
57395
57396     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
57397     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
57398
57399     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
57400
57401     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57402     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
57403
57404 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
57405 Author: Xie Xiaobo <r63061@freescale.com>
57406 Date:   Wed Feb 14 18:27:17 2007 +0800
57407
57408     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
57409
57410     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
57411     it pass DDR/DDR2 compliance tests.
57412
57413     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
57414
57415 commit b110f40bd180c6b560276589beedf753e97c46ce
57416 Author: Xie Xiaobo <r63061@freescale.com>
57417 Date:   Wed Feb 14 18:27:06 2007 +0800
57418
57419     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
57420
57421     MPC8360E rev2.0 have new spridr,and PVR value,
57422     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
57423
57424     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
57425
57426 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
57427 Author: Xie Xiaobo <r63061@freescale.com>
57428 Date:   Wed Feb 14 18:26:44 2007 +0800
57429
57430     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
57431
57432     MPC8349E rev3.1 have new spridr,and PVR value,
57433     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
57434
57435     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
57436
57437 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
57438 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
57439 Date:   Wed Jan 31 11:04:19 2007 +0100
57440
57441     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
57442
57443     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
57444     which is used to se if an slave will ACK after receiving its address.
57445
57446     Correct i2c probing to use this method as the old method could upset
57447     a slave as it wrote a data byte to it.
57448
57449     Add a small delay in i2c_init() to let the controller
57450     shutdown any ongoing I2C activity.
57451
57452     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
57453
57454 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
57455 Author: Timur Tabi <timur@freescale.com>
57456 Date:   Wed Jan 31 15:54:29 2007 -0600
57457
57458     mpc83xx: Add support for the MPC8349E-mITX-GP
57459
57460     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
57461     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
57462     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
57463
57464     Signed-off-by: Timur Tabi <timur@freescale.com>
57465
57466 commit fab16807adad350f618024350c6950165c247c72
57467 Author: Timur Tabi <timur@freescale.com>
57468 Date:   Wed Jan 31 15:54:20 2007 -0600
57469
57470     mpc83xx: Delete sdram_init() for MPC8349E-mITX
57471
57472     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
57473     never does anything.  This patch deletes it.
57474
57475     Signed-off-by: Timur Tabi <timur@freescale.com>
57476
57477 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
57478 Author: Dave Liu <daveliu@freescale.com>
57479 Date:   Fri Jan 19 10:43:26 2007 +0800
57480
57481     mpc83xx: Fix the LAW1/3 bug
57482
57483     The patch solves the alignment problem of the local bus access windows to
57484     render accessible the memory bank and PHY registers of UPC 1 (starting at
57485     0xf801 0000). What we actually did was to adjust the sizes of the bus
57486     access windows so that the base address alignment requirement would be met.
57487
57488     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
57489     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
57490     Signed-off-by: Dave Liu <daveliu@freescale.com>
57491
57492 commit 97c4b397dce236a7318b304667bf89e59d08b17c
57493 Author: Kim Phillips <kim.phillips@freescale.com>
57494 Date:   Tue Jan 30 16:15:31 2007 -0600
57495
57496     mpc83xx: don't hang if watchdog configured on 8360, 832x
57497
57498     don't hang if watchdog configured on 8360, 832x
57499
57500     The watchdog programming model is the same across all 83xx devices;
57501     make the code reflect that.
57502
57503 commit b70047478570e371ce7223be342ce98afea0f7d6
57504 Author: Kim Phillips <kim.phillips@freescale.com>
57505 Date:   Tue Jan 30 16:15:21 2007 -0600
57506
57507     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
57508
57509     protect memcpy to bad address if a local-mac-address is missing from dt
57510
57511 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
57512 Author: Kim Phillips <kim.phillips@freescale.com>
57513 Date:   Tue Jan 30 16:15:04 2007 -0600
57514
57515     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
57516
57517     make 8360 default environment fdt be 8360 (not 8349)
57518
57519 commit a28899c910024a0226331df07207b1038c300c93
57520 Author: Emilian Medve <Emilian.Medve@freescale.com>
57521 Date:   Tue Jan 30 16:14:50 2007 -0600
57522
57523     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
57524
57525     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
57526     be used for busy-waiting since it strips the 'volatile' property from
57527     the bd variable. gcc3 was working by pure luck.
57528
57529     This is a follow on patch to "Fix the UEC driver bug of QE"
57530
57531 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
57532 Author: Kumar Gala <galak@kernel.crashing.org>
57533 Date:   Tue Jan 30 14:08:30 2007 -0600
57534
57535     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
57536
57537     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
57538     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
57539     CONFIG_MPC834X so they are more generic.
57540
57541     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57542
57543 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
57544 Author: Kim Phillips <kim.phillips@freescale.com>
57545 Date:   Thu Jan 25 13:40:55 2007 -0600
57546
57547     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
57548
57549 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
57550 Author: Kim Phillips <kim.phillips@freescale.com>
57551 Date:   Wed Jan 24 17:18:37 2007 -0600
57552
57553     mpc83xx: sort Makefile targets
57554
57555     reordered targets alphabetically
57556
57557 commit 91e25769771c1164ed63ffca0add49f934ae3343
57558 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
57559 Date:   Tue Jan 16 11:38:14 2007 -0500
57560
57561     mpc83xx: U-Boot support for Wind River SBC8349
57562
57563     I've redone the SBC8349 support to match git-current, which
57564     incorporates all the MPC834x updates from Freescale since the 1.1.6
57565     release,  including the DDR changes.
57566
57567     I've kept all the SBC8349 files as parallel as possible to the
57568     MPC8349EMDS ones for ease of maintenance and to allow for easy
57569     inspection of what was changed to support this board.  Hence the SBC8349
57570     U-Boot has FDT support and everything else that the MPC8349EMDS has.
57571
57572     Fortunately the Freescale updates added support for boards using CS0,
57573     but I had to change spd_sdram.c to allow for board specific settings for
57574     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
57575     default if the board doesn't specify a value.)
57576
57577     Hopefully this should be mergeable as-is and require no whitespace
57578     cleanups or similar, but if something doesn't measure up then let me
57579     know and I'll fix it.
57580
57581     Thanks,
57582     Paul.
57583
57584 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
57585 Author: Sam Song <samsongshu@yahoo.com.cn>
57586 Date:   Thu Dec 14 19:03:21 2006 +0800
57587
57588     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
57589
57590     A redundant semicolon existed in mpc8349itx.c
57591     should be removed.
57592
57593     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
57594
57595 commit f35f358241c549be3f75cfe2eaa642914275b7ba
57596 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
57597 Date:   Wed Dec 6 21:23:55 2006 -0500
57598
57599     mpc83xx: Put the version (and magic) after the HRCW.
57600
57601     Put the version (and magic) after the HRCW.  This puts it in a fixed
57602     location in flash, not at the start of flash but as close as we can get.
57603
57604     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
57605
57606 commit 48aecd969171a6e99a55fae04933857787f9a5bd
57607 Author: Dave Liu <r63238@freescale.com>
57608 Date:   Thu Dec 7 21:14:51 2006 +0800
57609
57610     mpc83xx: Add the MPC832XEMDS board readme
57611
57612     Add the MPC832XEMDS board readme
57613
57614     Signed-off-by: Dave Liu <daveliu@freescale.com>
57615
57616 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
57617 Author: Dave Liu <r63238@freescale.com>
57618 Date:   Thu Dec 7 21:13:15 2006 +0800
57619
57620     mpc83xx: Add support for the MPC832XEMDS board
57621
57622     This patch supports DUART, ETH3/4 and PCI etc.
57623
57624     Signed-off-by: Dave Liu <daveliu@freescale.com>
57625
57626 commit e080313c32322e15ab5a18eb896a252858c57284
57627 Author: Dave Liu <r63238@freescale.com>
57628 Date:   Thu Dec 7 21:11:58 2006 +0800
57629
57630     mpc83xx: streamline the 83xx immr head file
57631
57632     For better format and style, I streamlined the 83xx head files,
57633     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
57634     duplicated macro definition appear in the both files; 2) the structure
57635     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
57636     macro definition put inside the each structure. So, I cleaned up the
57637     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
57638     moved the macro definition to mpc83xx.h, Just like MPC8260.
57639
57640     CHANGELOG
57641
57642     *streamline the 83xx immr head file
57643
57644     Signed-off-by: Dave Liu <daveliu@freescale.com>
57645
57646 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
57647 Author: Dave Liu <r63238@freescale.com>
57648 Date:   Wed Dec 6 11:38:17 2006 +0800
57649
57650     mpc83xx: Fix the UEC driver bug of QE
57651
57652     The patch prevents the GCC tool chain from striping useful code for
57653     optimization. It will make UEC ethernet driver workable, Otherwise the
57654     UEC will fail in tx when you are using gcc4.x. but the driver can work
57655     when using gcc3.4.3.
57656
57657     CHANGELOG
57658
57659     *Prevent the GCC from striping code for optimization, Otherwise the UEC
57660     will tx failed when you are using gcc4.x.
57661
57662     Signed-off-by: Dave Liu <daveliu@freescale.com>
57663
57664 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
57665 Author: Stefan Roese <sr@denx.de>
57666 Date:   Thu Mar 1 21:11:36 2007 +0100
57667
57668     [PATCH] Update AMCC Katmai 440SPe eval board support
57669
57670     This patch updates the recently added Katmai board support. The biggest
57671     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
57672     driver.
57673
57674     Please note, that still some problems are left with some memory
57675     configurations. See the driver for more details.
57676
57677     Signed-off-by: Stefan Roese <sr@denx.de>
57678
57679 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
57680 Author: Stefan Roese <sr@denx.de>
57681 Date:   Thu Mar 1 07:03:25 2007 +0100
57682
57683     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
57684
57685     Signed-off-by: Stefan Roese <sr@denx.de>
57686
57687 commit ccbc7036648e465697ca298ba51e0e76dda352a0
57688 Author: Wolfgang Denk <wd@pollux.denx.de>
57689 Date:   Wed Feb 28 01:28:53 2007 +0100
57690
57691     SC3: fix typo in default environment
57692
57693 commit e344568b1b46af85ec32d815586f91bc115d6223
57694 Author: Sergei Poselenov <sposelenov@emcraft.com>
57695 Date:   Tue Feb 27 20:15:30 2007 +0300
57696
57697     MCC200: Fixes for update procedure
57698
57699     - fix logic error in image type handling
57700     - make sure file system images (cramfs etc.) get stored in flash
57701       with image header stripped so they can be mounted through MTD
57702
57703 commit 743571145b37182757d4e688a77860b36ee77573
57704 Author: Wolfgang Denk <wd@pollux.denx.de>
57705 Date:   Tue Feb 27 14:26:04 2007 +0100
57706
57707     Minor code cleanup.
57708
57709 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
57710 Author: Sergei Poselenov <sposelenov@emcraft.com>
57711 Date:   Tue Feb 27 12:40:16 2007 +0300
57712
57713     MCC200 update - add LCD Progress Indicator
57714
57715 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
57716 Author: Stefan Roese <sr@denx.de>
57717 Date:   Thu Feb 22 07:43:34 2007 +0100
57718
57719     [PATCH] get_dev() now unconditionally uses manual relocation
57720
57721     Since the relocation fix is not included yet and we're not sure how
57722     it will be added, this patch removes code that required relocation
57723     to be fixed for now.
57724
57725     Signed-off-by: Stefan Roese <sr@denx.de>
57726
57727 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
57728 Author: Stefan Roese <sr@denx.de>
57729 Date:   Thu Feb 22 07:40:23 2007 +0100
57730
57731     [PATCH] Change systemace driver to select 8 & 16bit mode
57732
57733     As suggested by Grant Likely this patch enables the Xilinx SystemACE
57734     driver to select 8 or 16bit mode upon startup.
57735
57736     Signed-off-by: Stefan Roese <sr@denx.de>
57737
57738 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
57739 Author: Haiying Wang <Haiying.Wang@freescale.com>
57740 Date:   Wed Feb 21 16:52:31 2007 +0100
57741
57742     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
57743
57744     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
57745     is fully finished. The sync() is defined in each CPU's io.h file. For
57746     those CPUs which do not need sync for now, a dummy sync() is defined in
57747     their io.h as well.
57748
57749     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
57750
57751 commit da04995c7dc6772013a9a0dc5c767f190c402478
57752 Author: Stefan Roese <sr@denx.de>
57753 Date:   Wed Feb 21 13:44:34 2007 +0100
57754
57755     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
57756
57757     Signed-off-by: Stefan Roese <sr@denx.de>
57758
57759 commit 751bb57107d78978ae08e697c3deba816f5be091
57760 Author: Stefan Roese <sr@denx.de>
57761 Date:   Tue Feb 20 13:21:57 2007 +0100
57762
57763     [PATCH] Fix relocation problem with "new" get_dev() function
57764
57765     This patch enables the "new" get_dev() function for block devices
57766     introduced by Grant Likely to be used on systems that still suffer
57767     from the relocation problems (manual relocation neede because of
57768     problems with linker script).
57769
57770     Hopefully we can resolve this relocation issue soon for all platform
57771     so we don't need this additional code anymore.
57772
57773     Signed-off-by: Stefan Roese <sr@denx.de>
57774
57775 commit d93e2212f962668b3dce091ff5edc33f2347fe37
57776 Author: Stefan Roese <sr@denx.de>
57777 Date:   Tue Feb 20 13:17:42 2007 +0100
57778
57779     [PATCH] Update SystemACE driver for 16bit access
57780
57781     This patch removes some problems when the Xilinx SystemACE driver
57782     is used with 16bit access on an big endian platform (like the
57783     AMCC Katmai).
57784
57785     Signed-off-by: Stefan Roese <sr@denx.de>
57786
57787 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
57788 Author: Stefan Roese <sr@denx.de>
57789 Date:   Tue Feb 20 13:15:40 2007 +0100
57790
57791     [PATCH] Clean up Katmai (440SPe) linker script
57792
57793     Signed-off-by: Stefan Roese <sr@denx.de>
57794
57795 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
57796 Author: Stefan Roese <sr@denx.de>
57797 Date:   Tue Feb 20 10:57:08 2007 +0100
57798
57799     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
57800
57801     Signed-off-by: Stefan Roese <sr@denx.de>
57802
57803 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
57804 Author: Stefan Roese <sr@denx.de>
57805 Date:   Tue Feb 20 10:51:26 2007 +0100
57806
57807     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
57808
57809     This patch switches to the desired I2C bus when the date/dtt
57810     commands are called. This can be configured using the
57811     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
57812
57813     Signed-off-by: Stefan Roese <sr@denx.de>
57814
57815 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
57816 Author: Stefan Roese <sr@denx.de>
57817 Date:   Tue Feb 20 10:43:34 2007 +0100
57818
57819     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
57820
57821     This patch adds support for the DDR2 controller used on the
57822     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
57823     board and works fine with the following DIMM modules:
57824
57825     - Corsair CM2X512-5400C4 (512MByte per DIMM)
57826     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
57827     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
57828
57829     This patch also adds the nice functionality to dynamically
57830     create the TLB entries for the SDRAM (tlb.c). So we should
57831     never run into such problems with wrong (too short) TLB
57832     initialization again on these platforms.
57833
57834     Signed-off-by: Stefan Roese <sr@denx.de>
57835
57836 commit 36d830c9830379045f5daa9f542ac1c990c70068
57837 Author: Stefan Roese <sr@denx.de>
57838 Date:   Tue Feb 20 10:35:42 2007 +0100
57839
57840     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
57841
57842     Since the existing 4xx SPD SDRAM initialization routines for the
57843     405 SDRAM controller and the 440 DDR controller don't have much in
57844     common this patch splits both drivers into different files.
57845
57846     This is in preparation for the 440 DDR2 controller support (440SP/e).
57847
57848     Signed-off-by: Stefan Roese <sr@denx.de>
57849
57850 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
57851 Author: Stefan Roese <sr@denx.de>
57852 Date:   Tue Feb 20 10:27:08 2007 +0100
57853
57854     [PATCH] PPC4xx: Add support for multiple I2C busses
57855
57856     This patch adds support for multiple I2C busses on the PPC4xx
57857     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
57858     to make use of this feature.
57859
57860     It also merges the 405 and 440 i2c header files into one common
57861     file 4xx_i2c.h.
57862
57863     Also the 4xx i2c reset procedure is reworked since I experienced
57864     some problems with the first access on the 440SPe Katmai board.
57865
57866     Signed-off-by: Stefan Roese <sr@denx.de>
57867
57868 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
57869 Author: Grant Likely <grant.likely@secretlab.ca>
57870 Date:   Tue Feb 20 09:05:45 2007 +0100
57871
57872     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
57873
57874     Block device read/write is anonymous data; there is no need to use a
57875     typed pointer.  void * is fine.  Also add a hook for block_read functions
57876
57877     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57878
57879 commit 53758fa20e935cc87eeb0519ed365df753a6f289
57880 Author: Grant Likely <grant.likely@secretlab.ca>
57881 Date:   Tue Feb 20 09:05:38 2007 +0100
57882
57883     [PATCH 8_9] Add block_write hook to block_dev_desc_t
57884
57885     Preparation for future patches which support block device writing
57886
57887     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57888
57889 commit f4852ebe6ca946a509667eb68be42026f837be76
57890 Author: Grant Likely <grant.likely@secretlab.ca>
57891 Date:   Tue Feb 20 09:05:31 2007 +0100
57892
57893     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
57894
57895     Register read/write does not need to be wrapped in a full function.  The
57896     patch replaces them with macros.
57897
57898     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57899
57900 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
57901 Author: Grant Likely <grant.likely@secretlab.ca>
57902 Date:   Tue Feb 20 09:05:23 2007 +0100
57903
57904     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
57905
57906     The code in this file is not a command; it is a device driver.  Put it in
57907     the correct place.  There are zero functional changes in this patch, it
57908     only moves the file.
57909
57910     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57911
57912 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
57913 Author: Grant Likely <grant.likely@secretlab.ca>
57914 Date:   Tue Feb 20 09:05:16 2007 +0100
57915
57916     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
57917
57918     This patch is in preparation of additional changes to the sysace driver.
57919     May as well take this opportunity to fixup the inconsistent whitespace since
57920     this file is about to undergo major changes anyway.
57921
57922     There are zero functional changes in this patch.  It only cleans up the
57923     the whitespace.
57924
57925     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57926
57927 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
57928 Author: Grant Likely <grant.likely@secretlab.ca>
57929 Date:   Tue Feb 20 09:05:07 2007 +0100
57930
57931     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
57932
57933     isprint is already defined in ctype.c
57934
57935     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57936
57937 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
57938 Author: Grant Likely <grant.likely@secretlab.ca>
57939 Date:   Tue Feb 20 09:05:00 2007 +0100
57940
57941     [PATCH 3_9] Move buffer print code from md command to common function
57942
57943     Printing a buffer is a darn useful thing.  Move the buffer print code
57944     into print_buffer() in lib_generic/
57945
57946     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57947
57948 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
57949 Author: Grant Likely <grant.likely@secretlab.ca>
57950 Date:   Tue Feb 20 09:04:52 2007 +0100
57951
57952     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
57953
57954     Change the xilinx device drivers and board code to include config.h
57955     instead of xparameters.h directly.  config.h always includes the
57956     correct xparameters file.  This change reduces the posibility of
57957     including the wrong file when adding a new xilinx board port
57958
57959     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57960
57961 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
57962 Author: Grant Likely <grant.likely@secretlab.ca>
57963 Date:   Tue Feb 20 09:04:34 2007 +0100
57964
57965     [PATCH 1_4] Merge common get_dev() routines for block devices
57966
57967     Each of the filesystem drivers duplicate the get_dev routine.  This change
57968     merges them into a single function in part.c
57969
57970     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57971
57972 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
57973 Author: Wolfgang Denk <wd@pollux.denx.de>
57974 Date:   Mon Feb 19 23:09:51 2007 +0100
57975
57976     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
57977     as root file system images.
57978
57979 commit 489c696ae7211218961d159e43e722d74c36fcbc
57980 Author: Sergei Poselenov <sposelenov@emcraft.com>
57981 Date:   Wed Feb 14 14:30:28 2007 +0300
57982
57983     MCC200: Extensions to Software Update Mechanism
57984
57985     Update / extend Software Update Mechanism for MCC200 board:
57986
57987     - Add support for rootfs image added. The environment variables
57988       "rootfs_st" and "rootfs_nd" can be used to override the default
57989       values of the image start and end.
57990     - Remove excessive key check code.
57991     - Code cleanup.
57992
57993 commit 4be23a12f23f1372634edc3215137b09768b7949
57994 Author: Stefan Roese <sr@denx.de>
57995 Date:   Mon Feb 19 08:23:15 2007 +0100
57996
57997     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
57998
57999     As spotted by Matthias Fuchs, the READY input should not be
58000     enabled for the NOR FLASH on the Sequoia board.
58001
58002     Signed-off-by: Stefan Roese <sr@denx.de>
58003
58004 commit 2605e90bf676d48123afe5719a846d2b52b24aac
58005 Author: Heiko Schocher <hs@pollux.denx.de>
58006 Date:   Fri Feb 16 07:57:42 2007 +0100
58007
58008     [PATCH] Added support for the jupiter board.
58009
58010     Signed-off-by: Heiko Schocher <hs@denx.de>
58011
58012 commit 497d012e5be0194e1084073d0081eb1a844796b2
58013 Author: Gary Jennejohn <garyj@pollux.denx.de>
58014 Date:   Mon Feb 12 13:11:50 2007 +0100
58015
58016     LPC2292: patch from Siemens.
58017
58018 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
58019 Author: Stefan Roese <sr@denx.de>
58020 Date:   Sat Feb 10 08:49:31 2007 +0100
58021
58022     [PATCH] Add missing p3mx.h file to repository (ups)
58023
58024     Signed-off-by: Stefan Roese <sr@denx.de>
58025
58026 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
58027 Author: Bartlomiej Sieka <tur@semihalf.com>
58028 Date:   Fri Feb 9 10:45:42 2007 +0100
58029
58030     [Motion-PRO] Preliminary support for the Motion-PRO board.
58031
58032 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
58033 Author: Stefan Roese <sr@denx.de>
58034 Date:   Wed Feb 7 16:51:08 2007 +0100
58035
58036     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
58037
58038     Some boards that can have more than 768MBytes of SDRAM need to
58039     set "initrd_high", so that the initrd can be accessed by the
58040     Linux kernel.
58041
58042     Signed-off-by: Stefan Roese <sr@denx.de>
58043
58044 commit 7372ca68227930d03cffa548310524cad5b96733
58045 Author: Stefan Roese <sr@denx.de>
58046 Date:   Fri Feb 2 12:44:22 2007 +0100
58047
58048     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
58049
58050     Previously the strapping DCR/SDR was read to determine if the internal PCI
58051     arbiter is enabled or not. This strapping bit can be overridden, so now
58052     the current status is read from the correct DCR/SDR register.
58053
58054     Signed-off-by: Stefan Roese <sr@denx.de>
58055
58056 commit 2aa54f651a42d198673318f07a20c89a43e4d197
58057 Author: Stefan Roese <sr@denx.de>
58058 Date:   Fri Feb 2 12:42:08 2007 +0100
58059
58060     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
58061
58062     Signed-off-by: Stefan Roese <sr@denx.de>
58063
58064 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
58065 Author: Stefan Roese <sr@denx.de>
58066 Date:   Thu Feb 1 13:22:41 2007 +0100
58067
58068     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
58069
58070     When PCI PNP is enabled the pci pnp configuration routine is called
58071     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
58072     problems with some PCI cards. For now disable the PCI PNP configuration.
58073
58074     Signed-off-by: Stefan Roese <sr@denx.de>
58075
58076 commit 2902fadade3be7659467e8d074048c6b7068f5c0
58077 Author: Stefan Roese <sr@denx.de>
58078 Date:   Wed Jan 31 16:56:10 2007 +0100
58079
58080     [PATCH] Update 440EPx/440GRx cpu detection
58081
58082     Signed-off-by: Stefan Roese <sr@denx.de>
58083
58084 commit d5ea287b02a6945c3977410e364a879dd1a555c8
58085 Author: Stefan Roese <sr@denx.de>
58086 Date:   Wed Jan 31 16:38:04 2007 +0100
58087
58088     [PATCH] Update esd cpci5200 files
58089
58090     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
58091
58092 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
58093 Author: Stefan Roese <sr@denx.de>
58094 Date:   Wed Jan 31 16:37:34 2007 +0100
58095
58096     [PATCH] Add support for esd mecp5200 board
58097
58098     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
58099
58100 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
58101 Author: Stefan Roese <sr@denx.de>
58102 Date:   Wed Jan 31 12:38:50 2007 +0100
58103
58104     [PATCH] Remove unneccessary yellowstone board config file
58105
58106     Signed-off-by: Stefan Roese <sr@denx.de>
58107
58108 commit e802594b6fa1b166308820c276b96dc0d7cc731c
58109 Author: Stefan Roese <sr@denx.de>
58110 Date:   Tue Jan 30 17:06:10 2007 +0100
58111
58112     [PATCH] Update Sequoia (440EPx) config file
58113
58114     The config file now handles the 2nd target, the Rainier (440GRx)
58115     evaluation board better. Additionally the PPC input clock was
58116     adjusted to match the correct value of 33.0 MHz.
58117
58118     Signed-off-by: Stefan Roese <sr@denx.de>
58119
58120 commit 700200c67e73b83751418abe7815840dca8fd6cb
58121 Author: Stefan Roese <sr@denx.de>
58122 Date:   Tue Jan 30 17:04:19 2007 +0100
58123
58124     [PATCH] Merge Yosemite & Yellowstone board ports
58125
58126     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
58127     share one config file and all board specific files. This way we
58128     don't have to maintain two different sets of files for nearly
58129     identical boards.
58130
58131     Signed-off-by: Stefan Roese <sr@denx.de>
58132
58133 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
58134 Author: Stefan Roese <sr@denx.de>
58135 Date:   Tue Jan 30 15:01:49 2007 +0100
58136
58137     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
58138
58139     SCPU doesn't use redundant environment in flash.
58140
58141     Signed-off-by: Stefan Roese <sr@denx.de>
58142
58143 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
58144 Author: Stefan Roese <sr@denx.de>
58145 Date:   Tue Jan 30 12:51:07 2007 +0100
58146
58147     [PATCH] alpr: Update alpr board config file
58148
58149     Signed-off-by: Stefan Roese <sr@denx.de>
58150
58151 commit f8db84f132b1e335f20f96138a1f09ed97b08664
58152 Author: Wolfgang Denk <wd@pollux.denx.de>
58153 Date:   Tue Jan 30 00:50:40 2007 +0100
58154
58155     LPC2292 SODIMM port coding style cleanup.
58156
58157 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
58158 Author: Gary Jennejohn <garyj@pollux.denx.de>
58159 Date:   Wed Jan 24 12:16:56 2007 +0100
58160
58161     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
58162
58163 commit 2daf046ba627f85f44195815778140039636244e
58164 Author: Bartlomiej Sieka <tur@semihalf.com>
58165 Date:   Tue Jan 23 17:22:06 2007 +0100
58166
58167     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
58168
58169 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
58170 Author: Bartlomiej Sieka <tur@semihalf.com>
58171 Date:   Tue Jan 23 14:21:14 2007 +0100
58172
58173     [iDMR] Flash driver on initialisation write-protects some sectors,
58174     currently sectors 0-3. Sector 3 does not need to be protected, though
58175     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
58176     fixes this, i.e., only sectors 0-2 are protected.
58177
58178 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
58179 Author: Bartlomiej Sieka <tur@semihalf.com>
58180 Date:   Tue Jan 23 14:11:22 2007 +0100
58181
58182     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
58183     "mii device" results in "Unexpected exception"). Fixing this properly
58184     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
58185     this commit disables MII commads for now.
58186
58187 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
58188 Author: Bartlomiej Sieka <tur@semihalf.com>
58189 Date:   Tue Jan 23 13:25:22 2007 +0100
58190
58191     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
58192     Identification Register (CIR).
58193
58194 commit fdef388758506765d4d6a7155c8f1584c63ff581
58195 Author: roy zang <tie-fei.zang@freescale.com>
58196 Date:   Mon Jan 22 13:19:21 2007 +0800
58197
58198     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
58199     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
58200     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
58201     mpc7448hpc2 board.
58202
58203 commit a4012396645533aef218354eeba754dff0deace8
58204 Author: Wolfgang Denk <wd@pollux.denx.de>
58205 Date:   Fri Jan 19 23:08:39 2007 +0100
58206
58207     Minor code cleanup.
58208
58209 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
58210 Author: Heiko Schocher <hs@pollux.denx.de>
58211 Date:   Fri Jan 19 19:57:10 2007 +0100
58212
58213     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
58214
58215     Signed-off-by: Heiko Schocher <hs@denx.de>
58216
58217 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
58218 Author: Heiko Schocher <hs@pollux.denx.de>
58219 Date:   Fri Jan 19 18:05:26 2007 +0100
58220
58221     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
58222                  if you must swap the bytes between reading/writing.
58223                  (Needed for the SC3 board)
58224
58225     Signed-off-by: Heiko Schocher <hs@denx.de>
58226
58227 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
58228 Author: Stefan Roese <sr@denx.de>
58229 Date:   Thu Jan 18 16:05:47 2007 +0100
58230
58231     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
58232
58233     Signed-off-by: Stefan Roese <sr@denx.de>
58234
58235 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
58236 Author: Stefan Roese <sr@denx.de>
58237 Date:   Thu Jan 18 11:54:52 2007 +0100
58238
58239     [PATCH] Update Prodrive P3Mx support
58240
58241     Signed-off-by: Stefan Roese <sr@denx.de>
58242
58243 commit 34167a36c29ee946b727465db5c014746a08e978
58244 Author: Stefan Roese <sr@denx.de>
58245 Date:   Thu Jan 18 11:48:10 2007 +0100
58246
58247     [PATCH] Add missing Taishan config file
58248
58249     Signed-off-by: Stefan Roese <sr@denx.de>
58250
58251 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
58252 Author: Heiko Schocher <hs@pollux.denx.de>
58253 Date:   Thu Jan 18 11:28:51 2007 +0100
58254
58255     [PATCH] Fix: Compilerwarnings for SC3 board.
58256                  The EBC Configuration Register is now by CFG_EBC_CFG definable
58257                  Added JFFS2 support for the SC3 board.
58258
58259     Signed-off-by: Heiko Schocher <hs@denx.de>
58260
58261 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
58262 Author: Stefan Roese <sr@denx.de>
58263 Date:   Thu Jan 18 10:25:34 2007 +0100
58264
58265     [PATCH] Add support for AMCC Taishan PPC440GX eval board
58266
58267     Signed-off-by: Stefan Roese <sr@denx.de>
58268
58269 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
58270 Author: Wolfgang Denk <wd@pollux.denx.de>
58271 Date:   Tue Jan 16 18:30:50 2007 +0100
58272
58273     Raname solidcard3 into sc3; add redundant env for sc3
58274
58275 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
58276 Author: Wolfgang Denk <wd@pollux.denx.de>
58277 Date:   Tue Jan 16 12:46:35 2007 +0100
58278
58279     Update default environment for Solidcard3
58280
58281 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
58282 Author: Stefan Roese <sr@denx.de>
58283 Date:   Mon Jan 15 09:46:29 2007 +0100
58284
58285     [PATCH] Fix 440SPe rev B detection from previous patch
58286
58287     Signed-off-by: Stefan Roese <sr@denx.de>
58288
58289 commit a443d31410c571ee8f970da819a44d698fdd6b1f
58290 Author: Heiko Schocher <hs@pollux.denx.de>
58291 Date:   Sun Jan 14 13:35:31 2007 +0100
58292
58293         [FIX] correct I2C Writes for the LM81 Sensor.
58294
58295         Signed-off-by: Heiko Schocher <hs@denx.de>
58296
58297 commit 0bba5452835f19a61204edcda3a58112fd8e2208
58298 Author: Wolfgang Denk <wd@pollux.denx.de>
58299 Date:   Sat Jan 13 11:17:10 2007 +0100
58300
58301     Undo commit 3033ebb2: reset command does not take any arguments
58302
58303     Haiying Wang's modification to the reset command was broken, undo it.
58304
58305     Signed-off-by: Wolfgang Denk <wd@denx.de>
58306
58307 commit 95981778cff0038fd9941044d6a3eda810e33258
58308 Author: Stefan Roese <sr@denx.de>
58309 Date:   Sat Jan 13 08:01:03 2007 +0100
58310
58311     [PATCH] Update 440SP(e) cpu revisions
58312
58313     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
58314
58315     Signed-off-by: Stefan Roese <sr@denx.de>
58316
58317 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
58318 Author: Stefan Roese <sr@denx.de>
58319 Date:   Sat Jan 13 07:59:56 2007 +0100
58320
58321     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
58322
58323     Now the board revision and the current PCI bus speed are printed after
58324     the board message.
58325
58326     Also the EBC initialising is now done via defines in the board config
58327     file.
58328
58329     Signed-off-by: Stefan Roese <sr@denx.de>
58330
58331 commit 36adff362c2c0141ff8a810d42a7e478f779130f
58332 Author: Stefan Roese <sr@denx.de>
58333 Date:   Sat Jan 13 07:59:19 2007 +0100
58334
58335     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
58336
58337     Now the board revision and the current PCI bus speed are printed after
58338     the board message.
58339
58340     Also the EBC initialising is now done via defines in the board config
58341     file.
58342
58343     Signed-off-by: Stefan Roese <sr@denx.de>
58344
58345 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
58346 Author: Stefan Roese <sr@denx.de>
58347 Date:   Sat Jan 13 07:57:51 2007 +0100
58348
58349     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
58350
58351     Now the board revision and the current PCI bus speed are printed after
58352     the board message.
58353
58354     Signed-off-by: Stefan Roese <sr@denx.de>
58355
58356 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
58357 Author: Heiko Schocher <hs@pollux.denx.de>
58358 Date:   Thu Jan 11 15:44:44 2007 +0100
58359
58360         Added support for the SOLIDCARD III board from Eurodesign
58361
58362         Signed-off-by: Heiko Schocher <hs@denx.de>
58363
58364 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
58365 Author: Reinhard Thies <Reinhard.Thies@web.de>
58366 Date:   Wed Jan 10 14:41:14 2007 +0100
58367
58368     Adjusted default environment for cam5200 board.
58369
58370 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
58371 Author: Wolfgang Denk <wd@pollux.denx.de>
58372 Date:   Wed Jan 10 15:35:52 2007 +0100
58373
58374     Update CHANGELOG
58375
58376 commit 787fa15860a57833e50bd30555079a9cd4e519b8
58377 Author: Wolfgang Denk <wd@pollux.denx.de>
58378 Date:   Wed Jan 10 01:28:39 2007 +0100
58379
58380     Fix auto_update for MCC200 board.
58381
58382     The invocation of do_auto_update() is moved to the end of the
58383     misc_init_r() function, after the flash mappings have been
58384     initialized. Please find attached a patch that implements that
58385     change.
58386
58387     Also correct the decoding of the keypad status. With this update, the
58388     key that will trigger the update is Column 2, Row 2.
58389
58390 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
58391 Author: Marian Balakowicz <m8@semihalf.com>
58392 Date:   Wed Jan 10 00:26:15 2007 +0100
58393
58394     CAM5200 flash driver modifications:
58395     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
58396     - add second build target 'cam5200_niosflash' which still uses custom driver
58397
58398 commit 67fea022fa957f59653b5238c7496f80a6b70432
58399 Author: Markus Klotzbuecher <mk@denx.de>
58400 Date:   Tue Jan 9 16:02:48 2007 +0100
58401
58402     SPC1920: cleanup memory contoller setup
58403
58404 commit 8fc2102faa23593c80381437c09f7745a14deb40
58405 Author: Markus Klotzbuecher <mk@denx.de>
58406 Date:   Tue Jan 9 14:57:14 2007 +0100
58407
58408     Fix the cpu speed setup to work with all boards.
58409
58410 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
58411 Author: Markus Klotzbuecher <mk@denx.de>
58412 Date:   Tue Jan 9 14:57:13 2007 +0100
58413
58414     SPC1920: add support for the FM18L08 Ramtron FRAM
58415
58416 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
58417 Author: Markus Klotzbuecher <mk@denx.de>
58418 Date:   Tue Jan 9 14:57:13 2007 +0100
58419
58420     SPC1920: update the HPI register addresses to work with the second
58421     generation of hardware
58422
58423 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
58424 Author: Markus Klotzbuecher <mk@creamnet.de>
58425 Date:   Tue Jan 9 14:57:13 2007 +0100
58426
58427     Miscellanious spc1920 related cleanups
58428
58429 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
58430 Author: Markus Klotzbuecher <mk@denx.de>
58431 Date:   Tue Jan 9 14:57:12 2007 +0100
58432
58433     SPC1920 GO/NOGO led should be set to color red in U-Boot
58434
58435 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
58436 Author: Markus Klotzbuecher <mk@creamnet.de>
58437 Date:   Tue Jan 9 14:57:12 2007 +0100
58438
58439     Add support for the DS3231 RTC
58440
58441 commit 8139567b60d678584b05f0718a681f2047c5e14f
58442 Author: Markus Klotzbuecher <mk@creamnet.de>
58443 Date:   Tue Jan 9 14:57:11 2007 +0100
58444
58445     SMC1 uses external CLK4 instead of BRG on spc1920
58446
58447 commit d8d9de1a02fbd880b613d607143d1f57342affc7
58448 Author: Markus Klotzbuecher <mk@creamnet.de>
58449 Date:   Tue Jan 9 14:57:10 2007 +0100
58450
58451     Update the SPC1920 CMB PLD driver
58452
58453 commit 3f34f869162750e5e999fd140f884f5de952bcfe
58454 Author: Markus Klotzbuecher <mk@creamnet.de>
58455 Date:   Tue Jan 9 14:57:10 2007 +0100
58456
58457     Add / enable I2C support on the spc1920 board
58458
58459 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
58460 Author: Markus Klotzbuecher <mk@creamnet.de>
58461 Date:   Tue Jan 9 14:57:10 2007 +0100
58462
58463     Add support for the tms320671x host port interface (HPI)
58464
58465 commit f4eb54529bb3664c3a562e488b460fe075f79d67
58466 Author: Wolfgang Denk <wd@pollux.denx.de>
58467 Date:   Sun Jan 7 00:13:11 2007 +0100
58468
58469     Prepare for release 1.2.0
58470
58471 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
58472 Author: Stefan Roese <sr@denx.de>
58473 Date:   Sat Jan 6 15:58:09 2007 +0100
58474
58475     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
58476
58477     This patch fixes a problem with an incorrect setup for the refresh
58478     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
58479
58480     Signed-off-by: Stefan Roese <sr@denx.de>
58481
58482 commit f16c1da9577f06c5fc08651a4065537407de4635
58483 Author: Stefan Roese <sr@denx.de>
58484 Date:   Sat Jan 6 15:56:13 2007 +0100
58485
58486     [PATCH] Update ALPR board files
58487
58488     This update brings the ALPR board support to the newest version.
58489     It also fixes a problem with the NAND driver.
58490
58491     Signed-off-by: Stefan Roese <sr@denx.de>
58492
58493 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
58494 Author: Stefan Roese <sr@denx.de>
58495 Date:   Fri Jan 5 11:46:05 2007 +0100
58496
58497     [PATCH] nand: Fix problem with oobsize calculation
58498
58499     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
58500
58501     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
58502     returns a 0x15. In the code fragment below bits [1:0] determine the
58503     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
58504     next field is also ANDed with 0x3. However this is a one bit field
58505     as defined in the Hynix and Samsung parts in the 4th ID byte that
58506     determins the oobsize, not a two bit field. It works on Samsung as
58507     bits[3:2] are 01. However for the Hynix there is a 11 in these two
58508     bits, so the oob size gets messed up.
58509
58510     I checked the correct linux code and the suggested fix from Brian is
58511     also available in the linux nand mtd driver.
58512
58513     Signed-off-by: Stefan Roese <sr@denx.de>
58514
58515 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
58516 Author: Stefan Roese <sr@denx.de>
58517 Date:   Fri Jan 5 10:40:36 2007 +0100
58518
58519     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
58520
58521     This fix will make the MAL burst disabling patch for the Linux
58522     EMAC driver obsolete.
58523
58524     Signed-off-by: Stefan Roese <sr@denx.de>
58525
58526 commit 023889838282b6237b401664f22dd22dfba2c066
58527 Author: Stefan Roese <sr@denx.de>
58528 Date:   Fri Jan 5 10:38:05 2007 +0100
58529
58530     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
58531
58532     This code will optimize the DDR2 controller setup on a board specific
58533     basis.
58534
58535     Note: This code doesn't work right now on the NAND booting image for the
58536     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
58537
58538     Signed-off-by: Stefan Roese <sr@denx.de>
58539
58540 commit cce4acbb68398634b8d011ed7bb0d12269c84230
58541 Author: Bartlomiej Sieka <tur@semihalf.com>
58542 Date:   Thu Dec 28 19:08:21 2006 +0100
58543
58544     Few V38B changes:
58545       - fix a typo in V38B config file
58546       - move watchdog initialisation earlier in the boot process
58547       - add "wdt=off" to default kernel command line (disables kernel watchdog)
58548
58549 commit 92eb729bad876725aeea908d2addba0800620840
58550 Author: Wolfgang Denk <wd@pollux.denx.de>
58551 Date:   Wed Dec 27 01:26:13 2006 +0100
58552
58553     Fix bug in adaption of Stefano Babic's CFI driver patch.
58554
58555 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
58556 Author: Wolfgang Denk <wd@pollux.denx.de>
58557 Date:   Sun Dec 24 01:42:57 2006 +0100
58558
58559     Minor code cleanup.
58560
58561 commit d784fdb05900ada3686d5778783e1fb328e9fb66
58562 Author: Stefano Babic <sbabic@denx.de>
58563 Date:   Tue Dec 12 00:22:42 2006 +0100
58564
58565     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
58566
58567 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
58568 Author: Stefan Roese <sr@denx.de>
58569 Date:   Fri Dec 22 14:29:40 2006 +0100
58570
58571     [PATCH] Fix sequoia flash autodetection (finally correct)
58572
58573     Now 32MByte and 64MByte FLASH is know to work and other
58574     configurations should work too.
58575
58576     Signed-off-by: Stefan Roese <sr@denx.de>
58577
58578 commit 82e5236a8b719543643fd26d5827938ab2b94818
58579 Author: Wolfgang Denk <wd@pollux.denx.de>
58580 Date:   Fri Dec 22 10:30:26 2006 +0100
58581
58582     Minor code cleanup; update CHANGELOG.
58583
58584 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
58585 Author: Heiko Schocher <hs@pollux.denx.de>
58586 Date:   Thu Dec 21 17:17:02 2006 +0100
58587
58588     Added support for the TQM8272 board from TQ
58589
58590     Signed-off-by: Heiko Schocher <hs@denx.de>
58591
58592 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
58593 Author: Heiko Schocher <hs@pollux.denx.de>
58594 Date:   Thu Dec 21 16:14:48 2006 +0100
58595
58596     [PATCH] Add support for the UC101 board from MAN.
58597
58598     Signed-off-by: Heiko Schocher <hs@denx.de>
58599
58600 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
58601 Author: Bartlomiej Sieka <tur@semihalf.com>
58602 Date:   Wed Dec 20 00:29:43 2006 +0100
58603
58604     Fix to make the baudrate changes immediate for the MCF52x2 family.
58605
58606 commit daa6e418bcc0c717752e8de939c213c790286096
58607 Author: Bartlomiej Sieka <tur@semihalf.com>
58608 Date:   Wed Dec 20 00:27:32 2006 +0100
58609
58610     Preliminary support for the iDMR board (ColdFire).
58611
58612 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
58613 Author: Andrei Safronov <safronov@pollux.denx.de>
58614 Date:   Fri Dec 8 16:23:08 2006 +0100
58615
58616     automatic update mechanism
58617
58618 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
58619 Author: roy zang <tie-fei.zang@freescale.com>
58620 Date:   Mon Dec 4 17:56:59 2006 +0800
58621
58622     Slight code clean up.
58623     Add comments, delete duplicate define and remove spaces.
58624     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58625
58626 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
58627 Author: roy zang <tie-fei.zang@freescale.com>
58628 Date:   Mon Dec 4 17:54:21 2006 +0800
58629
58630     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
58631     multiplier table can not refect the real PLL clock behavior of these
58632     processors. Please refer to the hardware specification for detailed
58633     information of the corresponding processors.
58634     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58635
58636 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
58637 Author: roy zang <tie-fei.zang@freescale.com>
58638 Date:   Mon Dec 4 14:46:23 2006 +0800
58639
58640     Remove the static MAC address, ip address, server ip, netmask and
58641     gateway ip for network setting.
58642     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58643
58644 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
58645 Author: roy zang <tie-fei.zang@freescale.com>
58646 Date:   Mon Dec 4 14:33:08 2006 +0800
58647
58648     Remove the duplicate memory test code for mpc744ihpc2 board.
58649     If a memory test is needed, please use the functions in
58650     post/memory.c or memtest command.
58651     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58652
58653 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
58654 Author: roy zang <tie-fei.zang@freescale.com>
58655 Date:   Fri Dec 1 19:01:25 2006 +0800
58656
58657     Fix the exception occuring in RAM table search issue.
58658     The original search_one_table() function code can only processes the search
58659     for the exception occurring in FLASH/ROM, because the exception and fixup
58660     table usually locate in FLASH. If the exception address is also in
58661     FLASH, it will be OK.
58662     If the exception occurs in RAM, after the u-boot relocation, a
58663     relocation offset should be added.
58664
58665     clean up the code in cpu/74xx_7xx/cpu.c
58666
58667     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58668
58669 commit ee311214e0d216f904feea269599d0934bf71f23
58670 Author: roy zang <tie-fei.zang@freescale.com>
58671 Date:   Fri Dec 1 11:47:36 2006 +0800
58672
58673     Clean up the code according to codestyle:
58674     (1) remove some C++ comments.
58675     (2) remove trailing white space.
58676     (3) remove trailing empty line.
58677     (4) Indentation by table.
58678     (5) remove {} in one line condition.
58679     (6) add space before '(' in function call.
58680     Remove some weird printf () output.
58681     Add necessary comments.
58682     Modified Makefile to support building in a separate directory.
58683
58684 commit dd520bf314c7add4183c5191692180f576f96b60
58685 Author: Wolfgang Denk <wd@pollux.denx.de>
58686 Date:   Thu Nov 30 18:02:20 2006 +0100
58687
58688     Code cleanup.
58689
58690 commit 8d9a8610b8256331132227e9e6585c6bd5742787
58691 Author: Wolfgang Denk <wd@pollux.denx.de>
58692 Date:   Thu Nov 30 01:54:07 2006 +0100
58693
58694     Code cleanup. Update CHANGELOG.
58695
58696 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
58697 Author: Grant Likely <grant.likely@secretlab.ca>
58698 Date:   Wed Nov 29 16:23:42 2006 +0100
58699
58700     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
58701
58702     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
58703     not the XLB frequency.
58704
58705     This patch depends on the previous patches for MPC52xx device tree support
58706
58707     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
58708     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
58709
58710 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
58711 Author: Stefan Roese <sr@denx.de>
58712 Date:   Wed Nov 29 15:42:37 2006 +0100
58713
58714     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
58715
58716     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
58717     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
58718     quite similar and share the same board directory "prodrive/p3mx"
58719     and the same config file "p3mx.h".
58720
58721     Signed-off-by: Stefan Roese <sr@denx.de>
58722
58723 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
58724 Author: Stefan Roese <sr@denx.de>
58725 Date:   Wed Nov 29 12:53:15 2006 +0100
58726
58727     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
58728
58729     In the bootvx command the load address was only read from the env
58730     variable "loadaddr" and not optionally passed as paramter as described
58731     in the help. This is fixed with this patch. The behaviour is now the
58732     same as in the bootelf command.
58733
58734     Signed-off-by: Stefan Roese <sr@denx.de>
58735
58736 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
58737 Author: Stefan Roese <sr@denx.de>
58738 Date:   Wed Nov 29 12:03:57 2006 +0100
58739
58740     [PATCH] include/ppc440.h minor error affecting interrupts
58741
58742     Fixed include/ppc440.c for UIC address Bug
58743
58744     Corrects bug affecting the addresses for the universal interrupt
58745     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
58746
58747     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
58748     Signed-off-by: Stefan Roese <sr@denx.de>
58749
58750 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
58751 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
58752 Date:   Tue Nov 28 16:17:27 2006 -0600
58753
58754     Make fsl-i2c not conflict with SOFT I2C
58755
58756     Signed-off-by: Timur Tabi <timur@freescale.com>
58757
58758 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
58759 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
58760 Date:   Tue Nov 28 16:17:18 2006 -0600
58761
58762     Fix I2C master address initialization.
58763
58764     Signed-off-by: Timur Tabi <timur@freescale.com>
58765
58766 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
58767 Author: Kim Phillips <kim.phillips@freescale.com>
58768 Date:   Tue Nov 28 23:31:19 2006 -0600
58769
58770     Assign maintainers for mpc8349emds and mpc8360emds
58771
58772     Dave for mpc8360emds, and me for mpc8349emds.
58773
58774 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
58775 Author: Kim Phillips <kim.phillips@freescale.com>
58776 Date:   Tue Nov 28 23:28:33 2006 -0600
58777
58778     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
58779
58780     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
58781     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
58782
58783 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
58784 Author: Timur Tabi <timur@freescale.com>
58785 Date:   Tue Nov 28 12:09:35 2006 -0600
58786
58787     mpc83xx: Miscellaneous code style fixes
58788
58789     Implement various code style fixes and similar changes.
58790
58791     Signed-off-by: Timur Tabi <timur@freescale.com>
58792
58793 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
58794 Author: Stefan Roese <sr@denx.de>
58795 Date:   Tue Nov 28 17:55:49 2006 +0100
58796
58797     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
58798
58799     This patch adds the code and configuration necessary to boot with an
58800     arch/powerpc Linux kernel.
58801
58802     Signed-off-by: Grant Likely <grant.likely@gmail.com>
58803     Acked-by: Jon Loeliger <jdl@freescale.com>
58804
58805 commit e732faec95a83cb468b4850ae807c8301dde8f6a
58806 Author: Stefan Roese <sr@denx.de>
58807 Date:   Tue Nov 28 16:09:24 2006 +0100
58808
58809     [PATCH] PPC4xx: 440SP Rev. C detection added
58810
58811     Signed-off-by: Stefan Roese <sr@denx.de>
58812
58813 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
58814 Author: Stefan Roese <sr@denx.de>
58815 Date:   Tue Nov 28 11:04:45 2006 +0100
58816
58817     [PATCH] nand: Fix patch merge problem
58818
58819     Signed-off-by: Stefan Roese <sr@denx.de>
58820
58821 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
58822 Author: Stefan Roese <sr@denx.de>
58823 Date:   Tue Nov 28 11:04:45 2006 +0100
58824
58825     [PATCH] nand: Fix patch merge problem
58826
58827     Signed-off-by: Stefan Roese <sr@denx.de>
58828
58829 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
58830 Author: Wolfgang Denk <wd@pollux.denx.de>
58831 Date:   Mon Nov 27 22:53:53 2006 +0100
58832
58833     Update CHANGELOG
58834
58835 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
58836 Author: Stefan Roese <sr@denx.de>
58837 Date:   Mon Nov 27 17:43:25 2006 +0100
58838
58839     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
58840
58841     Patch below corrects the setting of the zmiifer register, it was
58842     overwritting the register rather than ORing the settings.
58843
58844     Signed-off-by: Neil Wilson <NWilson@airspan.com>
58845     Signed-off-by: Stefan Roese <sr@denx.de>
58846
58847 commit d1a72545296800b7e219f93104ad5836f0003d66
58848 Author: Stefan Roese <sr@denx.de>
58849 Date:   Mon Nov 27 17:34:10 2006 +0100
58850
58851     [PATCH] Select NAND embedded environment from board configuration
58852
58853     The current NAND Bootloader setup forces the environment
58854     variables to be in line with the bootloader. This change
58855     enables the configuration to be made in the board include
58856     file instead so that it can be individually enabled.
58857
58858     Signed-off-by: Nick Spence <nick.spence@freescale.com>
58859     Signed-off-by: Stefan Roese <sr@denx.de>
58860
58861 commit 15784862857c3c2214498defcfed84ff137fb81e
58862 Author: Stefan Roese <sr@denx.de>
58863 Date:   Mon Nov 27 17:22:19 2006 +0100
58864
58865     [PATCH] nand_wait() timeout fixes
58866
58867     Two fixes for the nand_wait() function in
58868     drivers/nand/nand_base.c:
58869
58870     1. Use correct timeouts. The original timeouts in Linux
58871     source are 400ms and 20ms not 40s and 20s
58872
58873     2. Return correct error value in case of timeout. 0 is
58874     interpreted as OK.
58875
58876     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
58877     Signed-off-by: Stefan Roese <sr@denx.de>
58878
58879 commit da5553b095bf04f4f109ad7e565dae3aba47b230
58880 Author: Stefan Roese <sr@denx.de>
58881 Date:   Mon Nov 27 17:04:06 2006 +0100
58882
58883     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
58884
58885     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
58886     arguments to bootm.  It removes the getenv("disable_of") test that used
58887     to be used for this purpose.
58888
58889     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
58890     Acked-by: Jon Loeliger <jdl@freescale.com>
58891
58892 commit a9398e018593782c5fa7d0741955fc1256b34c1e
58893 Author: Wolfgang Denk <wd@pollux.denx.de>
58894 Date:   Mon Nov 27 15:32:42 2006 +0100
58895
58896     Minor code cleanup. Update CHANGELOG.
58897
58898 commit 1729b92cde575476684bffe819d0b7791b57bff2
58899 Author: Stefan Roese <sr@denx.de>
58900 Date:   Mon Nov 27 14:52:04 2006 +0100
58901
58902     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
58903
58904     Signed-off-by: Stefan Roese <sr@denx.de>
58905
58906 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
58907 Author: Stefan Roese <sr@denx.de>
58908 Date:   Mon Nov 27 14:49:51 2006 +0100
58909
58910     [PATCH] alpr: remove unused board specific flash driver
58911
58912     Signed-off-by: Stefan Roese <sr@denx.de>
58913
58914 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
58915 Author: Stefan Roese <sr@denx.de>
58916 Date:   Mon Nov 27 14:48:41 2006 +0100
58917
58918     [PATCH] 4xx: Fix problem with board specific reset code
58919
58920     Signed-off-by: Stefan Roese <sr@denx.de>
58921
58922 commit ec0c2ec725aec9524a177a77ce75559e644a931a
58923 Author: Stefan Roese <sr@denx.de>
58924 Date:   Mon Nov 27 14:46:06 2006 +0100
58925
58926     [PATCH] Remove testing 4xx enet PHY setup
58927
58928     Signed-off-by: Stefan Roese <sr@denx.de>
58929
58930 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
58931 Author: Stefan Roese <sr@denx.de>
58932 Date:   Mon Nov 27 14:12:17 2006 +0100
58933
58934     [PATCH] Update Prodrive ALPR board support (440GX)
58935
58936     Signed-off-by: Stefan Roese <sr@denx.de>
58937
58938 commit 58b485776698c3d71ec5a215e392123b4c15afa3
58939 Author: Markus Klotzbuecher <mk@denx.de>
58940 Date:   Mon Nov 27 11:51:21 2006 +0100
58941
58942     Add a small README with information on the generic ohci driver.
58943
58944 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
58945 Author: Markus Klotzbuecher <mk@denx.de>
58946 Date:   Mon Nov 27 11:46:46 2006 +0100
58947
58948     Fix some endianness issues related to the generic ohci driver
58949
58950 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
58951 Author: Markus Klotzbuecher <mk@denx.de>
58952 Date:   Mon Nov 27 11:44:58 2006 +0100
58953
58954     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
58955     to choose between the old and the generic OHCI drivers.
58956
58957 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
58958 Author: Markus Klotzbuecher <mk@denx.de>
58959 Date:   Mon Nov 27 11:43:09 2006 +0100
58960
58961     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
58962     and adapted board configs TQM5200 and yosemite accordingly. This commit
58963     also makes the maximum number of root hub ports configurable
58964     (CFG_USB_OHCI_MAX_ROOT_PORTS).
58965
58966 commit 78d620ebb5871d252270dedfad60c6568993b780
58967 Author: Wolfgang Denk <wd@atlas.denx.de>
58968 Date:   Thu Nov 23 22:58:58 2006 +0100
58969
58970     Updates for TQM5200 modules:
58971     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
58972     - simplify "udate" definitions
58973
58974 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
58975 Author: Stefan Roese <sr@denx.de>
58976 Date:   Wed Nov 22 13:20:50 2006 +0100
58977
58978     [PATCH] PPC4xx start.S: Fix for processor errata
58979
58980     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
58981     errata 1.12: 440_33 by moving patch up in code.
58982
58983     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
58984     Signed-off-by: Stefan Roese <sr@denx.de>
58985
58986 commit 4ef6251403f637841000e0fef9e832aa01339822
58987 Author: Stefan Roese <sr@denx.de>
58988 Date:   Mon Nov 20 20:39:52 2006 +0100
58989
58990     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
58991
58992     Signed-off-by: Stefan Roese <sr@denx.de>
58993
58994 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
58995 Author: Wolfgang Denk <wd@pollux.denx.de>
58996 Date:   Mon Nov 20 10:28:30 2006 +0100
58997
58998     Update CHANGELOG
58999
59000 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
59001 Author: Stefan Roese <sr@denx.de>
59002 Date:   Mon Nov 13 13:55:24 2006 +0100
59003
59004     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
59005
59006        * Adds support for AMD command set Top Boot flash geometry reversal
59007        * Adds support for reading JEDEC Manufacturer ID and Device ID
59008        * Adds support for displaying command set, manufacturer id and
59009          device ids (flinfo)
59010        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
59011        * Removes outdated change history (refer to git log instead)
59012
59013     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
59014     Signed-off-by: Stefan Roese <sr@denx.de>
59015
59016 commit b21b511d4c50408f4853f46f06b601272196223f
59017 Author: Wolfgang Denk <wd@pollux.denx.de>
59018 Date:   Sun Nov 12 21:13:23 2006 +0100
59019
59020     Update CHANGELOG
59021
59022 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
59023 Author: Bartlomiej Sieka <tur@semihalf.com>
59024 Date:   Sat Nov 11 22:48:22 2006 +0100
59025
59026     Disable the watchdog in the default config for the V38B board.
59027
59028 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
59029 Author: Bartlomiej Sieka <tur@semihalf.com>
59030 Date:   Sat Nov 11 22:43:00 2006 +0100
59031
59032     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
59033     group is enabled for USB earlier (in cpu_init_f() instead of
59034     usb_lowlevel_init()).
59035
59036 commit 91650b3e4de688038d4f71279c44858e3e2c6870
59037 Author: Wolfgang Denk <wd@pollux.denx.de>
59038 Date:   Mon Nov 6 17:06:36 2006 +0100
59039
59040     Sequential accesses to non-existent memory must be synchronized,
59041     at least on G2 cores.
59042
59043     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
59044
59045 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
59046 Author: Timur Tabi <timur@freescale.com>
59047 Date:   Fri Nov 3 19:15:00 2006 -0600
59048
59049     mpc83xx: Update 83xx to use fsl_i2c.c
59050
59051     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
59052     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
59053     Added multiple I2C bus support to fsl_i2c.c.
59054
59055     Signed-off-by: Timur Tabi <timur@freescale.com>
59056
59057 commit d239d74b1c937984bc519083a8e7de373a390f06
59058 Author: Timur Tabi <timur@freescale.com>
59059 Date:   Fri Nov 3 12:00:28 2006 -0600
59060
59061     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
59062
59063     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
59064     tree matches the other 8xxx trees.
59065
59066     Signed-off-by: Timur Tabi <timur@freescale.com>
59067
59068 commit f7fb2e703ec9688541416962724adff70a7322cb
59069 Author: Kim Phillips <kim.phillips@freescale.com>
59070 Date:   Thu Nov 2 19:47:11 2006 -0600
59071
59072     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
59073
59074 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
59075 Author: Dave Liu <daveliu@freescale.com>
59076 Date:   Thu Nov 2 18:05:50 2006 -0600
59077
59078     mpc83xx: Fix the incorrect dcbz operation
59079
59080     The 834x rev1.x silicon has one CPU5 errata.
59081
59082     The issue is when the data cache locked with
59083     HID0[DLOCK], the dcbz instruction looks like no-op inst.
59084
59085     The right behavior of the data cache is when the data cache
59086     Locked with HID0[DLOCK], the dcbz instruction allocates
59087     new tags in cache.
59088
59089     The 834x rev3.0 and later and 8360 have not this bug inside.
59090
59091     So, when 834x rev3.0/8360 are working with ECC, the dcbz
59092     instruction will corrupt the stack in cache, the processor will
59093     checkstop reset.
59094
59095     However, the 834x rev1.x can work with ECC with these code,
59096     because the sillicon has this cache bug. The dcbz will not
59097     corrupt the stack in cache.
59098     Really, it is the fault code running on fault sillicon.
59099
59100     This patch fix the incorrect dcbz operation. Instead of
59101     CPU FP writing to initialise the ECC.
59102
59103     CHANGELOG:
59104     * Fix the incorrect dcbz operation instead of CPU FP
59105     writing to initialise the ECC memory. Otherwise, it
59106     will corrupt the stack in cache, The processor will checkstop
59107     reset.
59108
59109     Signed-off-by: Dave Liu <daveliu@freescale.com>
59110
59111 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
59112 Author: Kim Phillips <kim.phillips@freescale.com>
59113 Date:   Wed Nov 1 00:10:40 2006 -0600
59114
59115     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
59116
59117     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
59118     STDOUT_PATH configuration bits to mpc8349emds,
59119     mpc8349itx, and mpc8360emds board code.
59120
59121     redo environment to use bootm with the fdtaddr
59122     for booting ARCH=powerpc kernels by default,
59123     and provide default fdtaddr values.
59124
59125 commit 48041365b3420589ad464ebc7752e0053538b729
59126 Author: Kim Phillips <kim.phillips@freescale.com>
59127 Date:   Wed Nov 1 00:07:25 2006 -0600
59128
59129     mpc83xx: change ft code to modify local-mac-address property
59130
59131     Update 83xx OF code to update local-mac-address properties
59132     for ethernet instead of the obsolete 'address' property.
59133
59134 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
59135 Author: Timur Tabi <timur@freescale.com>
59136 Date:   Tue Oct 31 21:23:16 2006 -0600
59137
59138     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
59139
59140     This patch also adds an improved I2C set_speed(), which handles all clock
59141     frequencies.
59142
59143     Signed-off-by: Timur Tabi <timur@freescale.com>
59144
59145 commit ac4b5622ce050b5ee1e154b98df630d778661632
59146 Author: Dave Liu <daveliu@freescale.com>
59147 Date:   Tue Oct 31 19:54:59 2006 -0600
59148
59149     mpc83xx: add the README.mpc8360emds
59150
59151     add doc/README.mpc8360emds to accompany the new board support
59152
59153 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
59154 Author: Dave Liu <daveliu@freescale.com>
59155 Date:   Fri Nov 3 12:11:15 2006 -0600
59156
59157     mpc83xx: add QE ethernet support
59158
59159     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
59160
59161 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
59162 Author: Dave Liu <daveliu@freescale.com>
59163 Date:   Fri Nov 3 19:33:44 2006 -0600
59164
59165     mpc83xx: Add MPC8360EMDS basic board support
59166
59167     Add support for the Freescale MPC8360EMDS board.
59168     Includes DDR, DUART, Local Bus, PCI.
59169
59170 commit 23892e49352de74f7fac36ff90bb1be143d195e3
59171 Author: Dave Liu <daveliu@freescale.com>
59172 Date:   Tue Oct 31 19:30:40 2006 -0600
59173
59174     mpc83xx: add the QUICC Engine (QE) immap file
59175
59176     common QE immap file.  Also required for 8360.
59177
59178 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
59179 Author: Dave Liu <daveliu@freescale.com>
59180 Date:   Tue Oct 31 19:25:38 2006 -0600
59181
59182     mpc83xx: Add 8360 specifics to 83xx immap
59183
59184     Mainly add QE device dependencies, with appropriate 8360 protection.
59185     Lindent also run.
59186
59187 commit 988833324a7fda482c8ac3ca23eb539f8232e404
59188 Author: Timur Tabi <timur@freescale.com>
59189 Date:   Tue Oct 31 19:14:41 2006 -0600
59190
59191     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
59192
59193     PREREQUISITE PATCHES:
59194
59195     * This patch can only be applied after the following patches have been applied:
59196
59197       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
59198       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
59199
59200     CHANGELOG:
59201
59202     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
59203       the clock for the 2nd USB board (Linux kernel will hang otherwise),
59204       and fix the CONFIG_BOOTARGS macro.
59205
59206     Signed-off-by: Timur Tabi <timur@freescale.com>
59207
59208 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
59209 Author: Timur Tabi <timur@freescale.com>
59210 Date:   Tue Oct 31 18:44:42 2006 -0600
59211
59212     mpc83xx: Add support for the MPC8349E-mITX
59213
59214     PREREQUISITE PATCHES:
59215
59216     * This patch can only be applied after the following patches have been applied:
59217
59218       1) DNX#2006090742000024 "Add support for multiple I2C buses"
59219       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
59220       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
59221       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
59222       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
59223
59224     CHANGELOG:
59225
59226     * Add support for the Freescale MPC8349E-mITX reference design platform.
59227       The second TSEC (Vitesse 7385 switch) is not supported at this time.
59228
59229     Signed-off-by: Timur Tabi <timur@freescale.com>
59230
59231 commit 183da6d9b446cc12123455844ad1187e2375626f
59232 Author: Ben Warren <bwarren@qstreams.com>
59233 Date:   Tue Sep 12 10:15:53 2006 -0400
59234
59235     Additional MPC8349 support for multibus i2c
59236
59237     Hello,
59238
59239     Here is a patch for a file that was accidentally left out of a previous
59240     attempt.
59241
59242     It accompanies the patch with ticket DNX#2006090742000024
59243
59244     CHANGELOG:
59245             Change PCI initialization to use new multi-bus I2C API.
59246
59247     regards,
59248     Ben
59249
59250 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
59251 Author: Ben Warren <bwarren@qstreams.com>
59252 Date:   Thu Sep 7 16:51:04 2006 -0400
59253
59254     Multi-bus I2C implementation of MPC834x
59255
59256     Hello,
59257
59258     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
59259     family and the MPC8349EMDS board in particular.
59260     This patch requires Patch 1 (Add support for multiple I2C buses).
59261     Testing was performed on a 533MHz board.
59262
59263     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
59264
59265     Signed-off-by: Ben Warren <bwarren@qstreams.com>
59266
59267     CHANGELOG:
59268             Implemented driver-level code to support two I2C buses on the
59269     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
59270     are 50kHz, 100kHz and 400kHz on each bus.
59271
59272     regards,
59273     Ben
59274
59275 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
59276 Author: Ben Warren <bwarren@qstreams.com>
59277 Date:   Thu Sep 7 16:50:54 2006 -0400
59278
59279     Add support for multiple I2C buses
59280
59281     Hello,
59282
59283     Attached is a patch providing support for multiple I2C buses at the
59284     command level.  The second part of the patch includes an implementation
59285     for the MPC834x CPU and MPC8349EMDS board.
59286
59287     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
59288
59289     Signed-off-by: Ben Warren <bwarren@qstreams.com>
59290
59291     Overview:
59292
59293     1. Include new 'i2c' command (based on USB implementation) using
59294     CONFIG_I2C_CMD_TREE.
59295
59296     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
59297     the commands to change bus number and speed are only available under the
59298     new 'i2c' command mentioned in the first bullet.
59299
59300     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
59301     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
59302     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
59303
59304     CHANGELOG:
59305             Added new 'i2c' master command for all I2C interaction.  This is
59306     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
59307     setting I2C bus speed as well as changing the active bus if the board
59308     has more than one (conditionally compiled with
59309     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
59310     Updated README.
59311
59312     regards,
59313     Ben
59314
59315 commit bed85caf872714ebf53013967a695c9d63acfc68
59316 Author: Timur Tabi <timur@freescale.com>
59317 Date:   Tue Oct 31 18:13:36 2006 -0600
59318
59319     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
59320
59321     CHANGELOG:
59322
59323     * Errata DDR6, which affects all current MPC 834x processors, lists changes
59324       required to maintain compatibility with various types of DDR memory.  This
59325       patch implements those changes.
59326
59327     Signed-off-by: Timur Tabi <timur@freescale.com>
59328
59329 commit afd6e470f639883002c7c59d562690a5cb0f4865
59330 Author: Timur Tabi <timur@freescale.com>
59331 Date:   Wed Oct 25 18:45:23 2006 -0500
59332
59333     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
59334
59335 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
59336 Author: Timur Tabi <timur@freescale.com>
59337 Date:   Tue Aug 22 17:07:00 2006 -0500
59338
59339     mpc83xx: Add support for variable flash memory sizes on 83xx systems
59340
59341     CHANGELOG:
59342
59343     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
59344        window registers, instead of using a hard-coded value of 8MB.
59345
59346     Signed-off-by: Timur Tabi <timur@freescale.com>
59347
59348 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
59349 Author: Tanya Jiang <tanya.jiang@freescale.com>
59350 Date:   Thu Aug 3 18:38:13 2006 +0800
59351
59352     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
59353
59354     Unified TQM834x variable names with 83xx and consolidated macro
59355     in preparation for the 8360 and other upcoming 83xx devices.
59356
59357     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
59358
59359 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
59360 Author: Dave Liu <daveliu@freescale.com>
59361 Date:   Wed Oct 25 14:41:21 2006 -0500
59362
59363     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
59364
59365     Incorporated the common unified variable names and the changes in preparation
59366     for releasing mpc8360 patches.
59367
59368     Signed-off-by: Dave Liu <daveliu@freescale.com>
59369
59370 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
59371 Author: Tanya Jiang <tanya.jiang@freescale.com>
59372 Date:   Thu Aug 3 18:36:02 2006 +0800
59373
59374     mpc83xx: Fix missing build for mpc8349emds pci.c
59375
59376     Make pci build for mpc8349emds
59377
59378     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
59379
59380 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
59381 Author: Tanya Jiang <tanya.jiang@freescale.com>
59382 Date:   Thu Aug 3 18:39:49 2006 +0800
59383
59384     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
59385
59386     Removed unused file resetvec.S for mpc83xx cpu
59387
59388     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
59389
59390 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
59391 Author: Nick Spence <Nick.Spence@freescale.com>
59392 Date:   Sat Sep 30 00:32:59 2006 -0700
59393
59394     NAND Flash verify across block boundaries
59395
59396     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
59397     defined
59398     and the write crosses a block boundary. The pointer to the verification
59399     buffer (bufstart) is not being updated to reflect the starting of the
59400     new
59401     block so the verification of the second block fails.
59402
59403     CHANGELOG:
59404
59405     * Fix NAND FLASH page verification across block boundaries
59406
59407 commit f484dc791a3932537213c43c654cc1295c64b84c
59408 Author: Nick Spence <nick.spence@freescale.com>
59409 Date:   Thu Sep 7 07:39:46 2006 -0700
59410
59411     Added RGMII support to the TSECs and Marvell 881111 Phy
59412
59413     Added a phy initialization to adjust the RGMII RX and TX timing
59414     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
59415
59416     Signed-off-by: Nick Spence <nick.spence@freescale.com>
59417
59418 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
59419 Author: roy zang <tie-fei.zang@freescale.com>
59420 Date:   Fri Nov 3 13:10:00 2006 +0800
59421
59422     Remove some unused CFG define.
59423     undef CFG_DRAM_TEST
59424
59425 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
59426 Author: roy zang <tie-fei.zang@freescale.com>
59427 Date:   Fri Nov 3 13:07:36 2006 +0800
59428
59429     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
59430     Both work. 0xFF000000 seems more reasonable.
59431
59432 commit c59200443072353044aa4bf737a5a60f9a9af231
59433 Author: Wolfgang Denk <wd@pollux.denx.de>
59434 Date:   Thu Nov 2 15:15:01 2006 +0100
59435
59436     Release U-Boot 1.1.6
59437
59438 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
59439 Author: roy zang <tie-fei.zang@freescale.com>
59440 Date:   Thu Nov 2 19:14:48 2006 +0800
59441
59442     This patch comes from Yuli's posted patch on 8/8/2006
59443     titled "CFI Driver Little-Endian write Issue".
59444
59445     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
59446
59447     If that patch applied, please discard this one.
59448     Until now , I do not see his patch is applied. So please apply this one.
59449
59450     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
59451     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59452
59453 commit b825f158e449e1e9cf74c08e572955e122394c96
59454 Author: roy zang <tie-fei.zang@freescale.com>
59455 Date:   Thu Nov 2 19:12:31 2006 +0800
59456
59457     Tsi108 on chip i2c support.
59458
59459     The i2c  Interface provides a master-only, serial interface that can be
59460     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
59461     device reset.
59462
59463     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59464     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59465
59466 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
59467 Author: roy zang <tie-fei.zang@freescale.com>
59468 Date:   Thu Nov 2 19:11:06 2006 +0800
59469
59470     Tsi108 on chip pci controller support.
59471
59472     If there is no pci card, the tsi108/109 pci configure read will
59473     cause a machine check exception to the processor. PCI error should
59474     also be cleared after the read.
59475
59476     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59477     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59478
59479 commit d1927cee977126e547ceeba23e4f978f377cfb8f
59480 Author: roy zang <tie-fei.zang@freescale.com>
59481 Date:   Thu Nov 2 19:08:55 2006 +0800
59482
59483     Tundra tsi108 on chip Ethernet controller support.
59484
59485     The following is a brief description of the Ethernet controller:
59486     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
59487     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
59488     to manage the two physical connection devices (PHYs).  Each Ethernet port
59489     has its own statistics monitor that tracks and reports key interface
59490     statistics.  Each port supports a 256-entry hash table for address
59491     filtering.  In addition, each port is bridged to the Switch Fabric
59492     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
59493
59494     Each Ethernet port also has a pair of internal Ethernet DMA channels to
59495     support the transmit and receive data flows.  The Ethernet DMA channels
59496     use descriptors set up in memory, the memory map of the device, and
59497     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
59498     handles arbitration for the Switch Fabric.  The Controller also
59499     has a register businterface for register accesses and status monitor
59500     control.
59501
59502     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
59503     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
59504     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
59505     data flows to and from the Ethernet Controller through the Switch Fabric.
59506
59507     Each Ethernet port uses its transmit and receive DMA channels to manage
59508     data flows through buffer descriptors that are predefined by the
59509     system (the descriptors can exist anywhere in the system memory map).
59510     These descriptors are data structures that point to buffers filled
59511     with data ready to transmit over Ethernet, or they point to empty
59512     buffers ready to receive data from Ethernet.
59513
59514     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59515     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59516
59517 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
59518 Author: roy zang <tie-fei.zang@freescale.com>
59519 Date:   Thu Nov 2 19:01:33 2006 +0800
59520
59521     Tundra tsi108 header file.
59522
59523     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
59524     PowerPC processors that offers numerous system interconnect options for
59525     embedded application designers. The Tsi108 can interconnect 60x or
59526     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
59527     and Flash. Provided the macro define for tsi108 chip.
59528
59529     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59530     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59531
59532 commit 87c4db09699c6b89176b31004afcb83eb1585d47
59533 Author: roy zang <tie-fei.zang@freescale.com>
59534 Date:   Thu Nov 2 18:59:15 2006 +0800
59535
59536     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
59537     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
59538
59539     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59540     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59541
59542 commit 27801b8ab11c61b577e45742a515bb3b23b80241
59543 Author: roy zang <tie-fei.zang@freescale.com>
59544 Date:   Thu Nov 2 18:57:21 2006 +0800
59545
59546     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
59547     Make ,config.mk and link file for the mpc7448hpc2 board.
59548
59549     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59550     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59551
59552 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
59553 Author: roy zang <tie-fei.zang@freescale.com>
59554 Date:   Thu Nov 2 18:55:04 2006 +0800
59555
59556     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
59557     The mpc7448hpc2 board support header file.
59558
59559     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59560     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59561
59562 commit 625bb5ddb50b243f931262ca8c46956409471917
59563 Author: roy zang <tie-fei.zang@freescale.com>
59564 Date:   Thu Nov 2 18:52:21 2006 +0800
59565
59566     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
59567     The mpc7448hpc2 board support low level assemble language init code.
59568
59569     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59570     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59571
59572 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
59573 Author: roy zang <tie-fei.zang@freescale.com>
59574 Date:   Thu Nov 2 18:49:51 2006 +0800
59575
59576     General code modification for mpc7448hpc2 board support.
59577     1. Add 7447A and 7448 processor support.
59578     2. Add the following flags.
59579
59580     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
59581     (such as by switch on board), this flag should be set.
59582
59583     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
59584     relocates to RAM, this flag should be set.
59585
59586     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
59587     system hang in exception, this flag should be set.
59588
59589     There is a design issue for tsi108/109 pci configure  read. When pci scan
59590     the slots, if there is no pci card, the tsi108/9 will cause a machine
59591     check exception for mpc7448 processor.
59592
59593     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
59594     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59595
59596 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
59597 Author: roy zang <tie-fei.zang@freescale.com>
59598 Date:   Thu Nov 2 18:34:47 2006 +0800
59599
59600     Add README file for mpc7448hpc2 board.
59601     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59602
59603 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
59604 Author: Bartlomiej Sieka <tur@semihalf.com>
59605 Date:   Wed Nov 1 02:04:38 2006 +0100
59606
59607     Finish up support for MarelV38B board
59608      - add watchdog support
59609      - enable GPIO_WKUP_7 pin for input
59610      - code cleanup
59611
59612 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
59613 Author: Bartlomiej Sieka <tur@semihalf.com>
59614 Date:   Wed Nov 1 01:45:46 2006 +0100
59615
59616     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
59617           * remove warnings when compiling ethaddr.c
59618           * adjust linker script (fixes a crash resulting from incorrect
59619           definition of __u_boot_cmd_start)
59620     - Some MarelV38B code cleanup.
59621
59622 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
59623 Author: Bartlomiej Sieka <tur@semihalf.com>
59624 Date:   Wed Nov 1 01:38:16 2006 +0100
59625
59626     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
59627       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
59628       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
59629       MPC5XXX_WU_GPIO_DATA_O for affected boards.
59630
59631     - Add defintions for some MPC5XXX GPIO pins.
59632
59633 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
59634 Author: Bartlomiej Sieka <tur@semihalf.com>
59635 Date:   Wed Nov 1 01:34:29 2006 +0100
59636
59637     Changed MarelV38B board make target to lowercase. Config file cleanup.
59638
59639 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
59640 Author: Wolfgang Denk <wd@pollux.denx.de>
59641 Date:   Sun Oct 29 01:03:51 2006 +0200
59642
59643     Automatically adjust ARFLAGS so "make -s" is really silent.
59644
59645 commit fae684e89844856383bdf101440889557df3e6b1
59646 Author: Stefan Roese <sr@denx.de>
59647 Date:   Sat Oct 28 16:45:00 2006 +0200
59648
59649     [PATCH] omap925.c: Remove unused functions
59650
59651     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
59652     Signed-off-by: Stefan Roese <sr@denx.de>
59653
59654 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
59655 Author: Stefan Roese <sr@denx.de>
59656 Date:   Sat Oct 28 17:12:58 2006 +0200
59657
59658     [PATCH] Add some missing machtypes for netstar & voiceblue boards
59659
59660     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
59661     numbers in code.
59662
59663     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
59664     Signed-off-by: Stefan Roese <sr@denx.de>
59665
59666 commit 856f054410cef52d868feb330168b2a4c4091328
59667 Author: Stefan Roese <sr@denx.de>
59668 Date:   Sat Oct 28 15:55:52 2006 +0200
59669
59670     [PATCH] NAND: Partition name support added to NAND subsystem
59671
59672     chpart, nboot and NAND subsystem related commands now accept also partition
59673     name to specify offset.
59674
59675     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
59676     Signed-off-by: Stefan Roese <sr@denx.de>
59677
59678 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
59679 Author: Wolfgang Denk <wd@pollux.denx.de>
59680 Date:   Sat Oct 28 02:29:44 2006 +0200
59681
59682     Update CHANGELOG.
59683
59684 commit 2751a95abd1b96911081c357e96a12fa97b40dee
59685 Author: Wolfgang Denk <wd@pollux.denx.de>
59686 Date:   Sat Oct 28 02:29:14 2006 +0200
59687
59688     Enable commandline editing and hush shell on all TQM boards.
59689
59690 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
59691 Author: Wolfgang Denk <wd@pollux.denx.de>
59692 Date:   Sat Oct 28 02:28:02 2006 +0200
59693
59694     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
59695
59696 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
59697 Author: Wolfgang Denk <wd@denx.de>
59698 Date:   Sat Oct 28 01:14:32 2006 +0200
59699
59700     Check for illegal character '=' in environment variable names.
59701
59702     Make sure the string passed as variable name does not contain a '='
59703     character. This not only prevents the common error or typing
59704     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
59705     also closes a backdoor which allowed to delete write-protected
59706     environment variables, for example by using "setenv ethaddr=".
59707
59708 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
59709 Author: Wolfgang Denk <wd@pollux.denx.de>
59710 Date:   Sat Oct 28 00:38:39 2006 +0200
59711
59712     Minor code cleanup.
59713
59714 commit e11887a77d81077416a2d1c5e0354916fee8c034
59715 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59716 Date:   Thu Oct 26 17:55:31 2006 +0200
59717
59718     Don't pass any debug options directly to the assembler
59719
59720     When passing the -g option to gcc, gcc automatically selects a
59721     suitable --g<format> option to pass on to the assembler.
59722     Thus, there's no point in forcing a specific debug option on the
59723     assembler using the -Wa mechanism.
59724
59725     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59726
59727 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
59728 Author: Jon Loeliger <jdl@freescale.com>
59729 Date:   Fri Oct 27 07:47:22 2006 -0500
59730
59731     MPC86xx: Cleaned up unused and conditionally used local variables.
59732
59733     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59734
59735 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
59736 Author: Wolfgang Denk <wd@pollux.denx.de>
59737 Date:   Fri Oct 27 11:55:21 2006 +0200
59738
59739     Fix "ar" flags in some Makefiles to allow for silent "make -s"
59740
59741 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
59742 Author: Ben Warren <bwarren@qstreams.com>
59743 Date:   Thu Oct 26 14:38:25 2006 -0400
59744
59745     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
59746     to a TSEC (e.g. a switch is connected via RMII) or
59747     if the PHY is defective/incorrectly configured.
59748
59749     Signed-off-by: Ben Warren <bwarren@qstreams.com>
59750
59751 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
59752 Author: Ben Warren <bwarren@qstreams.com>
59753 Date:   Thu Oct 26 14:38:25 2006 -0400
59754
59755     Fix TSEC driver: avoid crashes if PHY is not attached
59756     to a TSEC (e.g. a switch is connected via RMII) or
59757     if the PHY is defective/incorrectly configured.
59758
59759     Signed-off-by: Ben Warren <bwarren@qstreams.com>
59760
59761 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
59762 Author: Wolfgang Denk <wd@pollux.denx.de>
59763 Date:   Thu Oct 26 16:24:31 2006 +0200
59764
59765     Code cleanup.
59766
59767 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
59768 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59769 Date:   Wed Oct 25 15:48:59 2006 +0200
59770
59771     Finish up support for the ATSTK1000/ATSTK1002 boards
59772
59773     Add atstk1002_config target to Makefile and move the AVR32 section
59774     down below Blackfin so that it doesn't end up in the middle of
59775     MIPS.
59776
59777     Drop the autogenerated linker script thing for now. Will have to
59778     revisit how to handle chips with different flash and RAM layout
59779     later.
59780
59781     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59782
59783 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
59784 Author: Kumar Gala <galak@kernel.crashing.org>
59785 Date:   Tue Oct 24 23:47:37 2006 -0500
59786
59787     Added support for Multi-Image files that contain a device tree
59788
59789     If a Multi-Image file contains a third image we try to use it as a
59790     device tree.  The device tree image is assumed to be uncompressed in the
59791     image file.  We automatically allocate space for the device tree in memory
59792     and provide an 8k pad to allow more than a reasonable amount of growth.
59793
59794     Additionally, a device tree that was contained in flash will now automatically
59795     get copied to system memory as part of boot.  Previously an error was
59796     reported if one tried to boot a device tree that was in flash.
59797
59798     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59799
59800 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
59801 Author: Wolfgang Denk <wd@denx.de>
59802 Date:   Tue Oct 24 21:35:55 2006 +0200
59803
59804     Switch to automatically generated CHANGELOG file.
59805     (use "make CHANGELOG" to update it from time to time)
59806
59807 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
59808 Author: Stefan Roese <sr@denx.de>
59809 Date:   Tue Oct 24 18:06:48 2006 +0200
59810
59811     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
59812     Patch by Stefan Roese, 24 Oct 2006
59813
59814 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
59815 Author: Wolfgang Denk <wd@pollux.denx.de>
59816 Date:   Tue Oct 24 17:24:55 2006 +0200
59817
59818     Merge with /home/wd/git/u-boot/master
59819
59820 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
59821 Author: Wolfgang Denk <wd@pollux.denx.de>
59822 Date:   Tue Oct 24 15:32:57 2006 +0200
59823
59824     Code cleanup
59825
59826 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
59827 Author: Wolfgang Denk <wd@pollux.denx.de>
59828 Date:   Tue Oct 24 14:51:36 2006 +0200
59829
59830     Move atstk1000 files into vendor specific directory.
59831     Patch by Haavard Skinnemoen, 12 Sep 2006
59832
59833 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
59834 Author: Wolfgang Denk <wd@pollux.denx.de>
59835 Date:   Tue Oct 24 14:42:37 2006 +0200
59836
59837     Add ATSTK1000 and ATSTK1002 board support
59838     Patch by Haavard Skinnemoen, 06 Sep 2006
59839
59840     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
59841     daughterboard.
59842
59843     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
59844     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
59845     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
59846     CompactFlash cards. For more information, please see this page:
59847
59848     http://www.atmel.com/dyn/products/tools.asp?family_id=682
59849
59850     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
59851     AT32AP7000 chip.
59852
59853     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59854
59855 commit f93ae788c3640fcde5db383471d45548ff4060d0
59856 Author: Wolfgang Denk <wd@pollux.denx.de>
59857 Date:   Tue Oct 24 14:31:24 2006 +0200
59858
59859     Add common serial driver for Atmel AT32 and AT91 chips
59860     Patch by Haavard Skinnemoen, 06 Sep 2006
59861
59862     This is a first attempt at creating a common serial driver for Atmel
59863     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
59864     be possible to support AT91RM9200 and other ARM-based chips with some
59865     minor modifications.
59866
59867     There's nothing fundamentally AVR32-specific in this driver, but it
59868     does use some features which are currently only defined for the
59869     AT32AP CPU port:
59870       * pm_get_clock_freq: Obtain the clock frequency of a given domain
59871       * gd->console_uart: A "struct device" containing information about
59872         register mappings, gpio resources and clocks associated with the
59873         UART device.
59874
59875     For more information about these features, please see the "AT32AP
59876     CPU" patch.
59877
59878 commit 72a087e04705c26cad982879ebd06b5281bf825a
59879 Author: Wolfgang Denk <wd@pollux.denx.de>
59880 Date:   Tue Oct 24 14:27:35 2006 +0200
59881
59882     Add AT32AP CPU and AT32AP7000 SoC support
59883     Patch by Haavard Skinnemoen, 06 Sep 2006
59884
59885     This patch adds support for the AT32AP CPU family and the AT32AP7000
59886     chip, which is the first chip implementing the AVR32 architecture.
59887
59888     The AT32AP CPU core is a high-performance implementation featuring a
59889     7-stage pipeline, separate instruction- and data caches, and a MMU.
59890     For more information, please see the "AVR32 AP Technical Reference":
59891
59892     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
59893
59894     In addition to this, the AT32AP7000 chip comes with a large set of
59895     integrated peripherals, many of which are shared with the AT91 series
59896     of ARM-based microcontrollers from Atmel. Full data sheet is
59897     available here:
59898
59899     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
59900
59901     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59902
59903 commit 7b64fef33c66be648826c0ff9758298ef13d0604
59904 Author: Wolfgang Denk <wd@pollux.denx.de>
59905 Date:   Tue Oct 24 14:21:16 2006 +0200
59906
59907     Add AVR32 architecture support
59908     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
59909
59910     This patch adds common infrastructure code for the Atmel AVR32
59911     architecture. See doc/README.AVR32 for details.
59912
59913     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59914
59915 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
59916 Author: Wolfgang Denk <wd@pollux.denx.de>
59917 Date:   Tue Oct 24 13:57:33 2006 +0200
59918
59919     Use -g instead of -gstabs in AFLAGS_DEBUG
59920     Patch by Haavard Skinnemoen, 30 Aug 2006
59921
59922     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
59923     matter what the target's preferred debugging format is. This patch
59924     simply replaces -gstabs with -g, so that the default debugging format
59925     for the architecture is used.
59926
59927 commit 965829872169c2996023840d98e1d85ad148d629
59928 Author: Wolfgang Denk <wd@pollux.denx.de>
59929 Date:   Tue Oct 24 13:55:18 2006 +0200
59930
59931     Fix/workaround broken dependency handling with make 3.81
59932     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
59933
59934 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
59935 Author: Marian Balakowicz <m8@semihalf.com>
59936 Date:   Mon Oct 23 22:17:05 2006 +0200
59937
59938     Fix sequoia separate object direcory building problems.
59939
59940 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
59941 Author: Jon Loeliger <jdl@freescale.com>
59942 Date:   Fri Oct 20 17:16:35 2006 -0500
59943
59944     Use generic I2C register block on 85xx and 86xx.
59945
59946     Replace private IMMAP I2C structures with generic reg block
59947     and allow 86xx to have multiple I2C device busses.
59948
59949     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59950
59951 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
59952 Author: Jon Loeliger <jdl@freescale.com>
59953 Date:   Fri Oct 20 15:54:34 2006 -0500
59954
59955     Fix compilation warnings on a few 85xx boards.
59956
59957     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59958
59959 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
59960 Author: Jon Loeliger <jdl@freescale.com>
59961 Date:   Fri Oct 20 15:50:15 2006 -0500
59962
59963     Converted all 85xx boards to use a common FSL I2C driver.
59964     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
59965     And removed hard i2c path from a few u-boot.lds scipts too.
59966     Minor whitespace cleanups along the way.
59967
59968     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59969
59970 commit 4d45f69e362b05892c9e92a7907e5820995612aa
59971 Author: Jon Loeliger <jdl@freescale.com>
59972 Date:   Thu Oct 19 12:02:24 2006 -0500
59973
59974     Rewrite a series of goto statements as a sequences of
59975     conditional expressions instead.
59976
59977     Use consistent return code 0/-1 for good/bad indicators.
59978
59979     Include one fewer file if the driver isn't used at all.
59980
59981     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59982
59983 commit 7237c033b02fe295880435f1eb80819a0c987532
59984 Author: Jon Loeliger <jdl@freescale.com>
59985 Date:   Thu Oct 19 11:02:16 2006 -0500
59986
59987     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
59988
59989     in an effort to begin to unify the umpteen FSL I2C drivers that
59990     are all otherwise very similar.
59991
59992     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59993
59994 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
59995 Author: Jon Loeliger <jdl@freescale.com>
59996 Date:   Thu Oct 19 11:33:52 2006 -0500
59997
59998     * Fix a bunch of compiler warnings for gcc 4.0
59999
60000     Signed-off-by: Matthew McClintock <msm@freescale.com>
60001
60002 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
60003 Author: Stefan Roese <sr@denx.de>
60004 Date:   Tue Oct 17 06:14:31 2006 +0200
60005
60006     Add monitor functions for indirect access to PPC440 DCR's
60007     Patch by Leonid Baryudin, 12 Oct 2006
60008
60009 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
60010 Author: Jon Loeliger <jdl@freescale.com>
60011 Date:   Fri Oct 13 16:47:53 2006 -0500
60012
60013     Fixed leading whitespace issues.
60014     Removed spurious LAWAR thing.
60015
60016     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60017
60018 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
60019 Author: Jon Loeliger <jdl@freescale.com>
60020 Date:   Thu Oct 12 10:42:36 2006 -0500
60021
60022     Remove unneeded include files and local variable.
60023
60024     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60025
60026 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
60027 Author: Grant Likely <grant.likely@secretlab.ca>
60028 Date:   Tue Oct 10 00:23:32 2006 -0600
60029
60030     Fix possible uninitialized variable compiler warning.
60031
60032     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
60033     do_bootm_linux() may be uninitialized.  There is no possibility in the
60034     current code that len will get used uninitialized, but this fix follows
60035     the existing convention of setting both len and data to zero at the same
60036     time.
60037
60038     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
60039
60040 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
60041 Author: Matthew McClintock <msm@freescale.com>
60042 Date:   Wed Oct 11 15:13:01 2006 -0500
60043
60044     * Fix a bunch of compiler warnings for gcc 4.0
60045
60046     Signed-off-by: Matthew McClintock <msm@freescale.com>
60047
60048 commit bf651baa365e5447246aad6a633ccd667cf24a39
60049 Author: Jon Loeliger <jdl@freescale.com>
60050 Date:   Wed Oct 11 10:10:43 2006 -0500
60051
60052     Move "ar" flags to config.mk to allow for silent "make -s"
60053
60054 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
60055 Author: Jon Loeliger <jdl@freescale.com>
60056 Date:   Tue Oct 10 17:19:03 2006 -0500
60057
60058     Coding style changes to remove local varible blocks
60059     and reformat a bit nicer.
60060
60061 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
60062 Author: Jon Loeliger <jdl@freescale.com>
60063 Date:   Tue Oct 10 17:16:04 2006 -0500
60064
60065     Fix whitespace issues.
60066
60067 commit 7b382b7125f2397cce63253df62f183e3dfa2770
60068 Author: Jon Loeliger <jdl@freescale.com>
60069 Date:   Tue Oct 10 17:14:45 2006 -0500
60070
60071     Fix whitespace issues.
60072
60073 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
60074 Author: Jon Loeliger <jdl@freescale.com>
60075 Date:   Tue Oct 10 17:06:53 2006 -0500
60076
60077     Fix whitespace issues.
60078
60079 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
60080 Author: Jon Loeliger <jdl@freescale.com>
60081 Date:   Tue Oct 10 17:03:43 2006 -0500
60082
60083     Ran lindent and cleaned up whitespace issues.
60084     Format for 80-columns too.
60085
60086 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
60087 Author: Jon Loeliger <jdl@freescale.com>
60088 Date:   Tue Oct 10 17:02:22 2006 -0500
60089
60090     Fix whitespace and 80-col issues.
60091
60092 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
60093 Author: Stefan Roese <sr@denx.de>
60094 Date:   Sat Oct 7 11:36:51 2006 +0200
60095
60096     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
60097     Patch by Stefan Roese, 07 Oct 2006
60098
60099 commit 5bc528fa4da751d472397b308137238a6465afd2
60100 Author: Stefan Roese <sr@denx.de>
60101 Date:   Sat Oct 7 11:35:25 2006 +0200
60102
60103     Update ALPR code (NAND support working now)
60104     Patch by Stefan Roese, 07 Oct 2006
60105
60106 commit 77d5034847d328753b80c46b83f960a14a26f40e
60107 Author: Stefan Roese <sr@denx.de>
60108 Date:   Sat Oct 7 11:33:03 2006 +0200
60109
60110     Remove compile warnings in fpga code
60111     Patch by Stefan Roese, 07 Oct 2006
60112
60113 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
60114 Author: Stefan Roese <sr@denx.de>
60115 Date:   Sat Oct 7 11:30:52 2006 +0200
60116
60117     Add CONFIG_BOARD_RESET to configure board specific reset function
60118     Patch by Stefan Roese, 07 Oct 2006
60119
60120 commit f55df18187e7a45cb73fec4370d12135e6691ae1
60121 Author: John Traill <john.traill@freescale.com>
60122 Date:   Fri Sep 29 08:23:12 2006 +0100
60123
60124     Fix missing tCycle/modfreq calculation.
60125
60126     Signed-off-by: John Traill <john.traill@freescale.com>
60127
60128 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
60129 Author: Andy Fleming <afleming@freescale.com>
60130 Date:   Wed Sep 13 10:33:35 2006 -0500
60131
60132     Updated config headers to add default FDT-based booting
60133
60134 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
60135 Author: Andy Fleming <afleming@freescale.com>
60136 Date:   Wed Sep 13 10:34:18 2006 -0500
60137
60138     Add support for eTSEC 3 & 4 on 8548 CDS
60139
60140     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
60141       This will only work on rev 1.3 boards (but doesn't break older boards)
60142     * Cleaned up some comments to reflect the expanded role of tsec
60143       in other systems
60144
60145 commit 084d648b109c8984f83674043c1a7fa3885ef801
60146 Author: Andy Fleming <afleming@freescale.com>
60147 Date:   Wed Sep 13 10:33:56 2006 -0500
60148
60149     Added code to support 2.6.18 PCI changes in u-boot
60150
60151     * Added code to swizzle the IRQ map for the PCI
60152
60153 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
60154 Author: Jon Loeliger <jdl@freescale.com>
60155 Date:   Tue Sep 19 09:34:10 2006 -0500
60156
60157     Modified makefile for new build mechanism.
60158
60159     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60160
60161 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
60162 Author: Jon Loeliger <jdl@freescale.com>
60163 Date:   Thu Sep 14 08:40:36 2006 -0500
60164
60165     Handle 86xx SVR values according to the new Reference Manual.
60166     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
60167     by the byte in bits 16-23 instead.
60168     Thanks to Jason Jin for noticing.
60169
60170     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60171
60172 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
60173 Author: Zhang Wei <wei.zhang@freescale.com>
60174 Date:   Mon Aug 28 14:25:31 2006 +0800
60175
60176     Fixed an OF-tree off-by-one bug when adding a new property name.
60177     This bug will cause the kernel booting to pause a long time.
60178
60179     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60180     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
60181
60182 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
60183 Author: Jon Loeliger <jdl@freescale.com>
60184 Date:   Tue Aug 29 11:05:09 2006 -0500
60185
60186     Remove trailing empty lines.
60187
60188 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
60189 Author: Jon Loeliger <jdl@freescale.com>
60190 Date:   Tue Aug 29 09:48:49 2006 -0500
60191
60192     Remove bogus msync and use volatile asm.
60193
60194 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
60195 Author: Jon Loeliger <jdl@freescale.com>
60196 Date:   Tue Aug 29 08:17:14 2006 -0500
60197
60198     Add myself as maintainer for MPC8641HPCN.
60199
60200 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
60201 Author: Zhang Wei <wei.zhang@freescale.com>
60202 Date:   Mon Aug 28 14:25:31 2006 +0800
60203
60204     Fixed an OF-tree off-by-one bug when adding a new property name.
60205     This bug will cause the kernel booting to pause a long time.
60206
60207     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60208
60209 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
60210 Author: Haiying Wang <haiying.wang@freescale.com>
60211 Date:   Fri Aug 25 14:38:34 2006 -0400
60212
60213     Change ramdiskaddr and dtbaddr
60214     Remove PEX fluff commands.
60215
60216     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
60217     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60218
60219 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
60220 Author: Matthew McClintock <msm@freescale.com>
60221 Date:   Wed Aug 23 13:32:45 2006 -0500
60222
60223     * Another small fix for booting with disable_of
60224
60225     Signed-off-by: Matthew McClintock <msm@freescale.com>
60226
60227 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
60228 Author: Jon Loeliger <jdl@freescale.com>
60229 Date:   Wed Aug 23 11:04:43 2006 -0500
60230
60231     Cleanup and lindent new AHCI driver.
60232
60233 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
60234 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
60235 Date:   Wed Aug 23 19:15:12 2006 +0800
60236
60237     Add AHCI define and sata support for MPC8641HPCN board.
60238
60239     Signed-off-by:Jason Jin<jason.jin@freescale.com>
60240
60241 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
60242 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
60243 Date:   Wed Aug 23 19:10:44 2006 +0800
60244
60245     Add AHCI support to u-boot
60246
60247     Add AHCI support in u-boot, enable the sata disk controllers which
60248     following the AHCI protocol.
60249
60250     Signed-off-by:Jason Jin<jason.jin@freescale.com>
60251
60252 commit d8ea2acf5f137cae99417df4f573d036ee384668
60253 Author: Zhang Wei <wei.zhang@freescale.com>
60254 Date:   Wed Aug 23 17:54:32 2006 +0800
60255
60256     Add dtb boot-up parameter to default boot commands.
60257
60258     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60259
60260 commit b93775c2036b99baa390ea425c4771895bbc63c4
60261 Author: Jon Loeliger <jdl@freescale.com>
60262 Date:   Tue Aug 22 18:26:08 2006 -0500
60263
60264     Cleanup even more poorly introduced whitespace.
60265
60266 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
60267 Author: Jon Loeliger <jdl@freescale.com>
60268 Date:   Tue Aug 22 18:07:00 2006 -0500
60269
60270     Cleanup more poorly introduced whitespace.
60271
60272 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
60273 Author: Jon Loeliger <jdl@freescale.com>
60274 Date:   Tue Aug 22 17:54:05 2006 -0500
60275
60276     Cleanup poorly introduced whitespace.
60277
60278 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
60279 Author: Jon Loeliger <jdl@freescale.com>
60280 Date:   Tue Aug 22 12:25:27 2006 -0500
60281
60282     General indent and whitespace cleanups.
60283
60284 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
60285 Author: Jon Loeliger <jdl@freescale.com>
60286 Date:   Tue Aug 22 12:06:18 2006 -0500
60287
60288     General indent and whitespace cleanups.
60289
60290 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
60291 Author: Jon Loeliger <jdl@freescale.com>
60292 Date:   Tue Aug 22 10:42:21 2006 -0500
60293
60294     Cleanup compiler warnings.
60295
60296 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
60297 Author: Matthew McClintock <msm@freescale.com>
60298 Date:   Tue Aug 22 09:31:59 2006 -0500
60299
60300     Fix disable_of booting
60301
60302     Signed-off-by: Matthew McClintock <msm@freescale.com>
60303
60304 commit 87a449c8ac396420cb24260f717ea9e6faa82047
60305 Author: Matthew McClintock <msm@freescale.com>
60306 Date:   Tue Aug 22 09:23:55 2006 -0500
60307
60308     Support for FDT in uImage format, error when using FDT from flash
60309
60310     Signed-off-by: Matthew McClintock <msm@freescale.com>
60311
60312 commit 75c299c38369d01addd5e054b8a16217b70f4a86
60313 Author: Haiying Wang <haiying.wang@freescale.com>
60314 Date:   Tue Aug 15 15:12:55 2006 -0400
60315
60316     Unlock cache before kernel starts up for MPC86xx
60317
60318 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
60319 Author: Haiying Wang <haiying.wang@freescale.com>
60320 Date:   Tue Aug 15 15:13:15 2006 -0400
60321
60322     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
60323
60324 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
60325 Author: Haiying Wang <haiying.wang@freescale.com>
60326 Date:   Tue Aug 15 15:12:55 2006 -0400
60327
60328     Unlock cache before kernel starts up for MPC86xx
60329
60330 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
60331 Author: Haiying Wang <haiying.wang@freescale.com>
60332 Date:   Tue Aug 15 15:13:15 2006 -0400
60333
60334     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
60335
60336 commit 86c8e17f25e972a7e272950a0735fad84e082b88
60337 Author: Matthew McClintock <msm@freescale.com>
60338 Date:   Wed Aug 16 13:59:47 2006 -0500
60339
60340     * Fix disable_of booting
60341
60342     Signed-off-by: Matthew McClintock <msm@freescale.com>
60343
60344 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
60345 Author: Matthew McClintock <msm@freescale.com>
60346 Date:   Wed Aug 16 10:54:09 2006 -0500
60347
60348     * Support for FDT in uImage format, error when using FDT from flash
60349
60350     Signed-off-by: Matthew McClintock <msm@freescale.com>
60351
60352 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
60353 Author: Stefan Roese <sr@denx.de>
60354 Date:   Tue Aug 15 14:22:35 2006 +0200
60355
60356     Add initial support for the ALPR board from Prodrive
60357     NAND needs some additional testing
60358     Patch by Heiko Schocher, 15 Aug 2006
60359
60360 commit f0ff4692ff3372dec55074a8eb444943ab095abb
60361 Author: Stefan Roese <sr@denx.de>
60362 Date:   Tue Aug 15 14:15:51 2006 +0200
60363
60364     Add FPGA Altera Cyclone 2 support
60365     Patch by Heiko Schocher, 15 Aug 2006
60366
60367 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
60368 Author: Jon Loeliger <jdl@freescale.com>
60369 Date:   Mon Aug 14 15:33:38 2006 -0500
60370
60371     Fix BAT0 to actually be cacheable, non-guarded as documented.
60372
60373     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60374
60375 commit 40bc83559db5745681909fd7382ae509567e116d
60376 Author: Jon Loeliger <jdl@freescale.com>
60377 Date:   Wed Aug 9 15:32:16 2006 -0500
60378
60379     Removed MPC8641HPCN DTS source file from build.
60380     It is no longer linked into U-Boot; its sources are
60381     now located in the kernel tree.
60382
60383     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60384
60385 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
60386 Author: Matthew McClintock <msm@freescale.com>
60387 Date:   Wed Jun 28 10:47:03 2006 -0500
60388
60389     * Switched default PCI speed for 8540 ADS back to 33MHz
60390
60391     * Added comments and a printf to warn that PCI-X won't
60392       work at 33MHz
60393       Patch by Andy Fleming 17-Mar-2006
60394
60395     Signed-off-by: Andy Fleming <afleming@freescale.com>
60396
60397 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
60398 Author: Matthew McClintock <msm@freescale.com>
60399 Date:   Wed Jun 28 10:46:35 2006 -0500
60400
60401     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
60402
60403     Signed-off-by: Andy Fleming <afleming@freescale.com>
60404
60405 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
60406 Author: Matthew McClintock <msm@freescale.com>
60407 Date:   Wed Jun 28 10:46:13 2006 -0500
60408
60409     * Added VIA configuration table
60410
60411     * Added support for PCI2 on CDS
60412       Patch by Andy Fleming 17-Mar-2006
60413
60414     Signed-off-by: Andy Fleming <afleming@freescale.com>
60415
60416 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
60417 Author: Matthew McClintock <msm@freescale.com>
60418 Date:   Wed Jun 28 10:45:41 2006 -0500
60419
60420     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
60421
60422     Signed-off-by: Andy Fleming <afleming@freescale.com>
60423
60424 commit 97074ed9655309b64231bc2cee69fe85399f8055
60425 Author: Matthew McClintock <msm@freescale.com>
60426 Date:   Wed Jun 28 10:45:17 2006 -0500
60427
60428     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
60429
60430     Signed-off-by: Andy Fleming <afleming@freescale.com>
60431
60432 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
60433 Author: Matthew McClintock <msm@freescale.com>
60434 Date:   Wed Jun 28 10:44:49 2006 -0500
60435
60436     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
60437
60438     Signed-off-by: Andy Fleming <afleming@freescale.com>
60439
60440 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
60441 Author: Matthew McClintock <msm@freescale.com>
60442 Date:   Wed Jun 28 10:44:23 2006 -0500
60443
60444     * 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
60445
60446     Signed-off-by: Andy Fleming <afleming@freescale.com>
60447
60448 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
60449 Author: Matthew McClintock <msm@freescale.com>
60450 Date:   Wed Jun 28 10:43:36 2006 -0500
60451
60452     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
60453
60454     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60455
60456 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
60457 Author: Matthew McClintock <msm@freescale.com>
60458 Date:   Wed Jun 28 10:43:00 2006 -0500
60459
60460     * 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
60461
60462 commit 5498d90312aad9f6bdbf047986027c35b03cd163
60463 Author: Matthew McClintock <msm@freescale.com>
60464 Date:   Wed Jun 28 10:42:24 2006 -0500
60465
60466     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
60467
60468 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
60469 Author: Matthew McClintock <msm@freescale.com>
60470 Date:   Wed Jun 28 10:41:37 2006 -0500
60471
60472     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
60473
60474 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
60475 Author: John Traill <john.traill@freescale.com>
60476 Date:   Wed Aug 9 14:33:50 2006 +0100
60477
60478     Add Rapidio support for the MPC8641HPCN
60479
60480     Signed-off-by: John Traill <john.traill@freescale.com>
60481
60482 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
60483 Author: John Traill <john.traill@freescale.com>
60484 Date:   Tue Aug 8 11:32:43 2006 +0100
60485
60486     Fix caslat calculation
60487
60488     Signed-off-by: John Traill <john.traill@freescale.com>
60489
60490 commit 709d3073e74153278e7904a70819bbef7df50e1a
60491 Author: Jon Loeliger <jdl@freescale.com>
60492 Date:   Thu Aug 3 16:17:56 2006 -0500
60493
60494     Convert to mac-address in ethernet nodes.
60495
60496 commit 71748af833ca1017edf1415be376366ff2937d17
60497 Author: Haiying Wang <haiying.wang@freescale.com>
60498 Date:   Fri Jul 28 12:41:35 2006 -0400
60499
60500     Correct the irq value of DUART2
60501
60502 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
60503 Author: Haiying Wang <haiying.wang@freescale.com>
60504 Date:   Fri Jul 28 12:41:41 2006 -0400
60505
60506     Change the space size of PEX IO in README
60507
60508 commit 239db37c94f7a92941c4465feceb867c609241c5
60509 Author: Haiying Wang <haiying.wang@freescale.com>
60510 Date:   Fri Jul 28 12:41:18 2006 -0400
60511
60512     Move get_board_sys_clk to board directory
60513
60514 commit 492900b985439fbce1a118afde1e35def870db03
60515 Author: John Traill <john.traill@freescale.com>
60516 Date:   Fri Jul 28 09:03:54 2006 +0100
60517
60518     Fix 8641HPCN pollution
60519
60520 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
60521 Author: John Traill <john.traill@freescale.com>
60522 Date:   Fri Jul 28 08:16:06 2006 +0100
60523
60524     Fix 8641HPCN timebase
60525
60526 commit c86360b830f1eecd7a72208575dde4f57879faea
60527 Author: Zhang Wei <wei.zhang@freescale.com>
60528 Date:   Fri Jul 28 00:01:34 2006 +0800
60529
60530     Fixed OF device tree of mpc86xxhpcn board.
60531
60532     The changes works in with kernel irq mapping rework.
60533
60534     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60535
60536 commit bea3f28d285942bf3f7ab339ce85178ded544225
60537 Author: Haiying Wang <haiying.wang@freescale.com>
60538 Date:   Wed Jul 12 10:48:05 2006 -0400
60539
60540     Add support for reading and writing mac addresses to or from ID EEPROM.
60541
60542     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
60543     With attached patch, we can use command "mac/mac read/mac save/"
60544     to read and write EEPROM under u-boot prompt.
60545
60546     U-boot will calculate the checksum of EEPROM while bootup,
60547     if it is right, then u-boot will check whether the mac address
60548     of eTSEC0/1/2/3 is availalbe (non-zero).
60549
60550     If there is mac address availabe in EEPROM, u-boot will use it,
60551     otherewise, u-boot will use the mac address defined in
60552     MPC8641HPCN.h. This matches the requirement to set unique mac address
60553     for each TSEC port.
60554
60555     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
60556     Signed-off-by: York Sun <yorksun@freescale.com>
60557
60558 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
60559 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
60560 Date:   Thu Jul 13 10:35:10 2006 -0500
60561
60562     Fixed initrd issue by define big RAM
60563
60564     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
60565
60566 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
60567 Author: Jason Jin <Jason.jin@freescale.com>
60568 Date:   Fri Jul 7 10:01:45 2006 -0500
60569
60570     We made a u-boot patch to fix the hang up issue
60571     when booting filesystem from ramdisk.
60572
60573     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
60574
60575 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
60576 Author: Matthew McClintock <msm@freescale.com>
60577 Date:   Wed Jun 28 10:47:03 2006 -0500
60578
60579     * Switched default PCI speed for 8540 ADS back to 33MHz
60580     * Added comments and a printf to warn that PCI-X won't
60581       work at 33MHz
60582       Patch by Andy Fleming 17-Mar-2006
60583
60584     Signed-off-by: Andy Fleming <afleming@freescale.com>
60585
60586 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
60587 Author: Matthew McClintock <msm@freescale.com>
60588 Date:   Wed Jun 28 10:46:35 2006 -0500
60589
60590     * Fixed a bug where 8555 PCI code used the old variable and
60591       function names
60592       Patch by Andy Fleming 17-Mar-2006
60593
60594     Signed-off-by: Andy Fleming <afleming@freescale.com>
60595
60596 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
60597 Author: Matthew McClintock <msm@freescale.com>
60598 Date:   Wed Jun 28 10:46:13 2006 -0500
60599
60600     * Added VIA configuration table
60601     * Added support for PCI2 on CDS
60602       Patch by Andy Fleming 17-Mar-2006
60603
60604     Signed-off-by: Andy Fleming <afleming@freescale.com>
60605
60606 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
60607 Author: Matthew McClintock <msm@freescale.com>
60608 Date:   Wed Jun 28 10:45:41 2006 -0500
60609
60610     * Fixed PCI memory definitions
60611       Patch by Andy Fleming 17-Mar-2006
60612
60613     Signed-off-by: Andy Fleming <afleming@freescale.com>
60614
60615 commit 087454609e47295443af793a282cddcd91a5f49c
60616 Author: Matthew McClintock <msm@freescale.com>
60617 Date:   Wed Jun 28 10:45:17 2006 -0500
60618
60619     * Added support for initializing second PCI bus on 85xx
60620       Patch by Andy Fleming 17-Mar-2006
60621
60622     Signed-off-by: Andy Fleming <afleming@freescale.com>
60623
60624 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
60625 Author: Matthew McClintock <msm@freescale.com>
60626 Date:   Wed Jun 28 10:44:49 2006 -0500
60627
60628     * Added PCI-X #defines for PCI-X initialization
60629       Patch by Andy Fleming on 17-Mar-2006
60630
60631     Signed-off-by: Andy Fleming <afleming@freescale.com>
60632
60633 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
60634 Author: Matthew McClintock <msm@freescale.com>
60635 Date:   Wed Jun 28 10:44:23 2006 -0500
60636
60637     * Made sure the code which disables prefetch for PCI devices
60638       sets the size of the prefetch region to 0
60639       Patch by Andy Fleming on 17-Mar-2006
60640
60641     Signed-off-by: Andy Fleming <afleming@freescale.com>
60642
60643 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
60644 Author: Matthew McClintock <msm@freescale.com>
60645 Date:   Wed Jun 28 10:43:36 2006 -0500
60646
60647     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
60648       Patch by Jon Loeliger 17-Jan-2006
60649
60650     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60651
60652 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
60653 Author: Matthew McClintock <msm@freescale.com>
60654 Date:   Wed Jun 28 10:43:00 2006 -0500
60655
60656     * Removed the oftree.dts for stxxtx in light of the changes
60657       to the flat device tree handling code
60658       Patch by Matthew McClintock 26-June-2006
60659
60660 commit 1b380ec225665e73959677f3893dc658c5925e05
60661 Author: Matthew McClintock <msm@freescale.com>
60662 Date:   Wed Jun 28 10:42:24 2006 -0500
60663
60664     * Patch to modify ft_build.c to update flat device trees in place
60665       Patch by Matthew McClintock 26-June-2006
60666
60667 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
60668 Author: Matthew McClintock <msm@freescale.com>
60669 Date:   Wed Jun 28 10:41:37 2006 -0500
60670
60671     * Modify bootm command to support booting with flat device trees
60672       Patch by Matthew McClintock 26-June-2006
60673
60674 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
60675 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
60676 Date:   Wed Jun 28 08:43:56 2006 -0500
60677
60678     Change Id to symbolic name for RTL8139
60679
60680     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60681
60682 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
60683 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
60684 Date:   Tue Jun 27 18:12:10 2006 +0800
60685
60686     Fix RTL8139 in big endian
60687
60688     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
60689     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
60690
60691 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
60692 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
60693 Date:   Tue Jun 27 18:12:23 2006 +0800
60694
60695     Fix Tsec bug when no link
60696
60697      When tftp a non-exist file from the tftp server, u-boot will check
60698      the link of all eth port. The original file will return wrong link
60699      state on the no link ports.
60700
60701     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
60702
60703 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
60704 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
60705 Date:   Tue Jun 27 18:12:02 2006 +0800
60706
60707     Fix bug for io_bar size during pci scan
60708
60709     During the pci scan process, Some devices return bar_reponse with the
60710     highest bytes 0, such as the pci bridge in uli1575 return bar_response
60711     with 0xffffff, So the bar_size should be manually set under 64K.
60712
60713     Signed-off-by: Jason Jin <jason.jin@freescale.com>
60714
60715 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
60716 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
60717 Date:   Tue Jun 27 18:11:54 2006 +0800
60718
60719     Enable PCIE1 for MPC8641HPCN board
60720
60721     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60722
60723 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
60724 Author: Wolfgang Denk <wd@pollux.denx.de>
60725 Date:   Mon Jun 26 11:06:00 2006 +0200
60726
60727     More code cleanup
60728
60729 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
60730 Author: Jon Loeliger <jdl@freescale.com>
60731 Date:   Thu Jun 22 08:51:46 2006 -0500
60732
60733     Fix bug in 8641hpcn reset command with no args.
60734
60735     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
60736     Acked-by: Jon Loeliger <jdl@freescale.com>
60737
60738 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
60739 Author: Zhang Wei <wei.zhang@freescale.com>
60740 Date:   Tue Jun 20 17:47:15 2006 +0800
60741
60742     Reworked IRQ mapping in OF-tree.
60743
60744 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
60745 Author: Jon Loeliger <jdl@freescale.com>
60746 Date:   Thu Jun 15 21:33:37 2006 -0500
60747
60748     Do not enable address translation on secondary CPUs.
60749     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
60750
60751     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60752
60753 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
60754 Author: Wolfgang Denk <wd@pollux.denx.de>
60755 Date:   Wed Jun 14 18:14:56 2006 +0200
60756
60757     Code cleanup
60758
60759 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
60760 Author: Wolfgang Denk <wd@pollux.denx.de>
60761 Date:   Wed Jun 14 17:45:53 2006 +0200
60762
60763     Various USB related patches
60764     - Add support for mpc8xx USB device.
60765     - Add support for Common Device Class - Abstract Control Model USB console.
60766     - Add support for flow control in USB slave devices.
60767     - Add support for switching between gserial and cdc_acm using environment.
60768     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
60769     - Update usbcore slightly to ease host enumeration.
60770     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
60771     - Add AdderUSB_config as a defconfig to enable usage of the USB console
60772       by default with the Adder87x U-Boot port.
60773     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
60774
60775 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
60776 Author: Jon Loeliger <jdl@jdl.com>
60777 Date:   Wed Jun 7 10:53:55 2006 -0500
60778
60779     Fix a get_board_sys_clk() use-before-def warning.
60780
60781     Signed-off-by: Jon Loeliger <jdl@jdl.com>
60782
60783 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
60784 Author: Jon Loeliger <jdl@jdl.com>
60785 Date:   Wed Jun 7 10:52:49 2006 -0500
60786
60787     Allow DTC path to be passed in.
60788
60789     Signed-off-by: Jon Loeliger <jdl@jdl.com>
60790
60791 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
60792 Author: Haiying Wang <haiying.wang@freescale.com>
60793 Date:   Tue Jun 6 16:54:29 2006 -0400
60794
60795     Modify the IRQ of DUART2
60796
60797 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
60798 Author: Jon Loeliger <jdl@jdl.com>
60799 Date:   Wed May 31 13:55:35 2006 -0500
60800
60801     Review cleanups.
60802
60803     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60804
60805 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
60806 Author: Jon Loeliger <jdl@jdl.com>
60807 Date:   Wed May 31 12:44:44 2006 -0500
60808
60809     White space cleanup.
60810     Some 80-column cleanups.
60811     Convert printf() to puts() where possible.
60812     Use #include "spd_sdram.h" as needed.
60813     Enhanced reset command usage message a bit.
60814
60815     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60816
60817 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
60818 Author: Jon Loeliger <jdl@jdl.com>
60819 Date:   Wed May 31 11:39:34 2006 -0500
60820
60821     Removed unneeded local_bus_init() from 8641HPCN board.
60822
60823     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60824
60825 commit 4d3d729c16c392d2982d3266b659d333c927697d
60826 Author: Jon Loeliger <jdl@jdl.com>
60827 Date:   Wed May 31 11:24:28 2006 -0500
60828
60829     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
60830
60831     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60832
60833 commit b2a941de060350ad15878d8219825f4950e9bb8e
60834 Author: Jon Loeliger <jdl@jdl.com>
60835 Date:   Wed May 31 10:07:28 2006 -0500
60836
60837     Remove dead debug code.
60838
60839     Signed-off-by: Jon Loeliger <jdl@jdl.com>
60840
60841 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
60842 Author: Jon Loeliger <jdl@freescale.com>
60843 Date:   Tue May 30 17:47:00 2006 -0500
60844
60845     Move mpc86xx PIXIS code to board directory
60846
60847     First cut at moving the PIXIS platform code out of
60848     the 86xx cpu directory and into board/mpc8641hpcn
60849     where it belongs.
60850
60851     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60852
60853 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
60854 Author: Markus Klotzbuecher <mk@denx.de>
60855 Date:   Tue May 30 16:56:14 2006 +0200
60856
60857     Support generic OHCI support for the s3c24x0 cpu.
60858
60859 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
60860 Author: Haiying Wang <Haiying.Wang@freescale.com>
60861 Date:   Tue May 30 09:10:32 2006 -0500
60862
60863     Improve "reset" command's interaction with watchdog.
60864
60865         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
60866         "reset altbank wd" will reset another bank WITH watch dog enabled
60867         "diswd" will disable watch dog after u-boot boots up successfully
60868
60869     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
60870
60871 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
60872 Author: Haiying Wang <Haiying.Wang@freescale.com>
60873 Date:   Tue May 30 08:51:19 2006 -0500
60874
60875     Fix two SDRAM setup bugs.
60876
60877         Fix ECC setup bug.
60878         Enable 1T/2T based on number of DIMMs present.
60879
60880     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
60881
60882 commit d11fec5015334deb2010e36ce00bb118cc5429a5
60883 Author: Haiying Wang <Haiying.Wang@freescale.com>
60884 Date:   Fri May 26 10:24:48 2006 -0500
60885
60886     Add first draft of the MPC8641HPCN doc/README.
60887
60888     Signed-off-by: Jon Loeliger <jdl@jdl.com>
60889
60890 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
60891 Author: Haiying Wang <Haiying.Wang@freescale.com>
60892 Date:   Fri May 26 10:13:04 2006 -0500
60893
60894     Added pci@8000 block.
60895     Updated ethernet interrupt mappings (moved up 48).
60896     Cleaned up a few comments.
60897
60898     Signed-off-by: Jon Loeliger <jdl@jdl.com>
60899
60900 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
60901 Author: Haiying Wang <Haiying.Wang@freescale.com>
60902 Date:   Fri May 26 10:01:16 2006 -0500
60903
60904     Allow args on reset command.
60905
60906     Signed-off-by: Jon Loeliger <jdl@jdl.com>
60907
60908 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
60909 Author: Markus Klotzbuecher <mk@denx.de>
60910 Date:   Tue May 23 13:38:35 2006 +0200
60911
60912     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
60913     fixes to the latter.
60914
60915 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
60916 Author: Markus Klotzbuecher <mk@denx.de>
60917 Date:   Tue May 23 10:33:11 2006 +0200
60918
60919     More cleanup for the delta board and the generic usb_ohci driver. Added
60920     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
60921     initialization and cleanup hooks respectively.
60922
60923 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
60924 Author: Markus Klotzbuecher <mk@denx.de>
60925 Date:   Mon May 22 16:33:54 2006 +0200
60926
60927     This patch adds USB storage support for the delta board. This is the first
60928     board to make use of a generic OHCI driver, that calls hooks for board
60929     dependant initialization.
60930
60931 commit 14e37081ff3cac7ebe6e93836523429853b6b292
60932 Author: Jon Loeliger <jdl@jdl.com>
60933 Date:   Fri May 19 13:28:39 2006 -0500
60934
60935     Change arbitration to round-robin for SMP linux.
60936
60937 commit 9a655876e5995be80f49054e2509500e871e4d3a
60938 Author: Jon Loeliger <jdl@jdl.com>
60939 Date:   Fri May 19 13:26:34 2006 -0500
60940
60941     Enable dual DDR controllers and interleaving.
60942
60943 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
60944 Author: Jon Loeliger <jdl@jdl.com>
60945 Date:   Fri May 19 13:22:44 2006 -0500
60946
60947     Update 86xx address map and LAWBARs.
60948
60949 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
60950 Author: Jon Loeliger <jdl@jdl.com>
60951 Date:   Fri May 19 13:14:15 2006 -0500
60952
60953     Remove L2 Cache invalidate polling.
60954
60955 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
60956 Author: Jon Loeliger <jdl@jdl.com>
60957 Date:   Fri May 19 12:33:09 2006 -0500
60958
60959     Enable 2nd CPU and I2C.
60960
60961 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
60962 Author: Jon Loeliger <jdl@freescale.com>
60963 Date:   Mon May 15 07:26:56 2006 -0500
60964
60965     Update interrupt mapping.
60966
60967 commit 6cfea33477b04b63ed47386ed1629529484c33ba
60968 Author: Haiying Wang <Haiying.Wang@freescale.com>
60969 Date:   Wed May 10 09:38:06 2006 -0500
60970
60971     Remove unneeded INIT_RAM_LOCK cache twiddling.
60972     Correctly tracks r29 as global data pointer now.
60973
60974     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
60975
60976 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
60977 Author: Jon Loeliger <jdl@freescale.com>
60978 Date:   Wed May 10 09:33:07 2006 -0500
60979
60980     Remove unnecessary flash.c file.
60981
60982 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
60983 Author: Jon Loeliger <jdl@freescale.com>
60984 Date:   Tue May 9 08:23:49 2006 -0500
60985
60986     Get MPC8641HPCN flash images working.
60987
60988         Enable the CFI driver.
60989         Remove bogus LAWBAR7 cruft.
60990         Use correct TEXT_BASE, Fixup load script.
60991         Enable SPD EEPROM during DDR setup.
60992         Use generic RFC 1918 IP addresses by default.
60993
60994 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
60995 Author: Jon Loeliger <jdl@freescale.com>
60996 Date:   Thu Apr 27 10:15:16 2006 -0500
60997
60998     Cleanup whitespaces and style issues.
60999     Removed //-style comments.
61000     Use 80-column lines.
61001     Remove trailing whitespace.
61002     Remove dead code and debug cruft.
61003
61004 commit a2320a6bf8113a09544c42d160d10ac69d049a03
61005 Author: Jon Loeliger <jdl@freescale.com>
61006 Date:   Thu Apr 27 08:22:39 2006 -0500
61007
61008     Revert bad PCI prefetch limit change.
61009
61010 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
61011 Author: Jon Loeliger <jdl@freescale.com>
61012 Date:   Wed Apr 26 17:58:56 2006 -0500
61013
61014     Initial support for MPC8641 HPCN board.